* {
  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;
  }
}

.magius-fjt2r6 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .magius-fjt2r6 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .magius-fjt2r6 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.magius-oijo4e {
  overflow: hidden;
}

.magius-hs75ff img {
  background: var(--Neutral-300);
}

.magius-ncq3z2 {
  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;
}

.magius-gozj01 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.magius-gozj01:hover {
  background: var(--button-bg-hover);
}

.magius-lz4vtk {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.magius-lz4vtk:hover {
  background: var(--button-bg-hover);
}

.magius-87kf2e {
  font-size: 12px;
  line-height: 18px;
}

.magius-eujzpw {
  font-size: 18px;
  line-height: 26px;
}

.magius-92kr18 {
  width: 100%;
}

.magius-farh7j {
  padding: 6px 16px;
}

.magius-4qffxe {
  padding: 10px 16px;
}

.magius-cddb1v {
  padding: 15px 26px;
}

.magius-t108gj {
  flex-shrink: 0;
}

.magius-3x32xl {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.magius-icgnkz {
  display: none;
}

.magius-5asu1n {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.magius-o45k98 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.magius-khxma6 {
  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;
}

.magius-zo37ce {
  cursor: grab;
}

.magius-khxma6::-webkit-scrollbar {
  display: none;
}

.magius-nkxn2j {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.magius-yi101l {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.magius-j7i9rl {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.magius-ywnds9 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.magius-i0hpi9 {
  visibility: visible;
}

.magius-ma4igw {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.magius-yoau9b ease;
}

.magius-zwk5af {
  background-color: var(--Primary-200);
  width: 16px;
}

.magius-kuvzx2 {
  -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.magius-yoau9b,
    mask-image 0.3s;
}

.magius-kuvzx2.magius-c6lw69 {
  -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;
  }
}

.magius-zswoha: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;
}

.magius-kgzoq5 {
  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.magius-s376mn.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.magius-s376mn.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;
}

.magius-7hltd0 {
  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);
}

.magius-7hltd0::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%
  );
}

.magius-uhjzmh {
  position: relative;
  z-index: 1;
}

.magius-juvznc {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.magius-fbpgw2 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.magius-gn3wuo {
  font-size: 40px;
  line-height: 48px;
}

.magius-lzvjta {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.magius-cwrehr {
  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;
}

.magius-cwrehr:hover {
  background: var(--Primary-400);
}

.magius-cwrehr svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.magius-zswoha 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) {
  .magius-7hltd0 {
    max-width: 600px;
    padding: 64px;
  }

  .magius-juvznc {
    font-size: 24px;
    line-height: 32px;
  }

  .magius-fbpgw2 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .magius-gn3wuo {
    font-size: 50px;
    line-height: 56px;
  }

  .magius-lzvjta {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .magius-kgzoq5 {
    top: 25px;
    right: 25px;
  }
}

.magius-5kuw6a,
.magius-yfvs2t {
  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;
}

.magius-8xwl4f.magius-sxgnjg::before,
.magius-yfvs2t::before,
.magius-8k7bo6::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.magius-s376mn.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.magius-5c3z6g 14.magius-t1q2bz.magius-dsxg2z 14.magius-ny4j76 15.magius-l0m1mu 14.magius-htk51b 15.magius-6ak3bl 14.magius-v5ddni.magius-4egmm4 14.magius-gqx790 19.magius-iisx9p 12.magius-owt8y7 19.magius-iisx9p 10.magius-arq2ug.magius-iisx9p 8.magius-u8178r 17.magius-iscr2u 7.magius-e000wo 15.magius-mevs2q 7.magius-ncjvqa.magius-rg6ogc 7.magius-e000wo 11.magius-2w0pxr 8.magius-u8178r 11.magius-2w0pxr 10.magius-dzjwlk.magius-2w0pxr 12.magius-8hlik5 13.magius-qszjix 14.magius-a8icma 15.magius-q0ehts 14.magius-rfwa2r.magius-avpm0n 14.magius-9s9ww1 15.magius-m0uwro 14.magius-4osect 15.magius-e9tn49 14.magius-p6in3v.magius-5c3z6g 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.magius-ri9dpj 15.magius-4tlw16.magius-58dupy 15.magius-2b92ic 15.magius-3xdboi 15.magius-sq9r9p 15.magius-w1974l 15.magius-cyhdss.magius-t8baon 15.magius-sq9r9p 15.magius-5hmf7n 15.magius-xjvqll 15.magius-4b4k4c 15.magius-g3psou.magius-6jz4zg 15.magius-r317f2 7.magius-bpbxvu 18.magius-vw874d 7.magius-58i6nq 23.magius-weecdt.magius-x8esgp.magius-atbuy6 18.magius-4gjdeu 19.magius-y70eq9 15.magius-likg3l 15.magius-ri9dpj 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.magius-q1arn3 [type="submit"] *,
.magius-kycuem button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .magius-bfxg1u {
    display: none;
  }
}

.magius-9uj9x1 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .magius-9uj9x1 {
  display: none;
}

@media (min-width: 768px) {
  .magius-9uj9x1 {
    bottom: 22px;
  }
}

.magius-9uj9x1 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .magius-9uj9x1 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.magius-a1jneb.static) .magius-9uj9x1 {
    bottom: 8px;
  }
}

.magius-f1ozw5 {
  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.magius-s376mn.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.magius-gvygqf 3.magius-n7aqbm.magius-ze3x15.magius-cjihlf 3.magius-aramwn 3.magius-dq1mc7 5.magius-nyrq32 3.magius-dq1mc7 8.magius-7qugym.magius-u2jo1m.magius-dq1mc7 26.magius-vh09e9 5.magius-hqf536 28.magius-qme5j6 8.magius-pbf3qo 28.magius-vda9h4.magius-4zy4ow 28.magius-1v3yvw.magius-85vb69 34.magius-4cd7zy.magius-uoe3bh 36.magius-kych43 11.magius-yzc9yh 37.magius-a90etn 12.magius-z6ko1m 36.magius-b4g85c.magius-gisudy 28.magius-jevuim.magius-6cu72b.magius-5z23gt 28.magius-enyh7t 36.magius-ge8xmi 26.magius-5jn49o 36.magius-ge8xmi 23.magius-mhtlwe.magius-tihbjh.magius-ge8xmi 5.magius-qwnbw0 34.magius-pho35k 3.magius-aramwn 31.magius-gvygqf 3.magius-78fn4n.magius-6pk9yj 18.magius-ltqoro.magius-l34oo2 18.magius-hh89g9 8.magius-yid20p 17.magius-ehx7ht 8.magius-yid20p 15.magius-4n9o1h.magius-yid20p 14.magius-d8qcvd 9.magius-l34oo2 13.magius-owfghw 11.magius-6pk9yj 13.magius-smt56x.magius-ohkslc 13.magius-owfghw 13.magius-odrcei 14.magius-d8qcvd 13.magius-odrcei 15.magius-6gonyi.magius-odrcei 17.magius-ehx7ht 12.magius-ohkslc 18.magius-hh89g9 11.magius-6pk9yj 18.magius-5eqrzq.magius-cg747h 18.magius-jv64z4.magius-nrcpla 18.magius-hh89g9 17.magius-nydgva 17.magius-ehx7ht 17.magius-nydgva 15.magius-k8ttnq.magius-nydgva 14.magius-d8qcvd 18.magius-nrcpla 13.magius-owfghw 20.magius-cg747h 13.magius-yigjau.magius-hxs8kc 13.magius-owfghw 22.magius-h7r3p4 14.magius-d8qcvd 22.magius-h7r3p4 15.magius-le96fd.magius-4f9zm9 17.magius-ehx7ht 21.magius-hxs8kc 18.magius-hh89g9 20.magius-cg747h 18.magius-s48q9v.magius-0z16ky 18.magius-85rblb.magius-cr0bfc 18.magius-hh89g9 26.magius-2d6lsw 17.magius-ehx7ht 26.magius-2d6lsw 15.magius-8xwh84.magius-2d6lsw 14.magius-d8qcvd 27.magius-cr0bfc 13.magius-owfghw 28.magius-0z16ky 13.magius-mfxc3u.magius-60slct 13.magius-owfghw 31.magius-ir7be5 14.magius-d8qcvd 31.magius-ir7be5 15.magius-py0de9.magius-2d6lsw 17.magius-ehx7ht 30.magius-60slct 18.magius-hh89g9 28.magius-0z16ky 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"])
    .magius-f1ozw5 {
    display: none;
  }
}

.magius-q2ccb0 {
  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) {
  .magius-q2ccb0 {
    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;
}

.magius-kycuem {
  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) {
  .magius-kycuem {
    padding: 14px 16px;
  }
}

.magius-kycuem button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.magius-kycuem button:first-child {
  align-content: end;
}

.magius-kycuem button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .magius-kycuem
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .magius-kycuem
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.magius-kycuem button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.magius-kycuem button:last-child svg {
  width: 38px;
  height: 38px;
}

.magius-8k7bo6 {
  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;
}

.magius-8k7bo6::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .magius-8k7bo6,
.pc61d126-chatbot[data-active-screen="3"]
  .magius-8k7bo6 {
  opacity: 1;
  visibility: visible;
}

.magius-yqdfwe {
  flex: 1 1;
}

.magius-7syusk {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .magius-7syusk {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .magius-lqmp9i {
  display: block;
}

.magius-r3z8p8 {
  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) {
  .magius-r3z8p8 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.magius-yfvs2t {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.magius-yfvs2t::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.magius-dak1iu span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.magius-dak1iu p {
  color: var(--Text-100);
}

.magius-yfvs2t .magius-bin79c {
  grid-area: button;
}

.magius-yfvs2t .magius-bin79c::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.magius-s376mn.org/2000/svg'%3E%3Cpath d='M4.magius-zl6lj4 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.magius-pa7r88 15L16.magius-pa7r88 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.magius-pa7r88 5L16.magius-pa7r88 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .magius-bq27je {
  display: block;
}

.magius-02zaoy {
  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) {
  .magius-02zaoy {
    margin-top: 40px;
  }
}

.magius-5kuw6a label,
.magius-5kuw6a input {
  display: block;
  width: 100%;
}

.magius-5kuw6a label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.magius-5kuw6a label.magius-icof3g input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.magius-5kuw6a label.magius-icof3g::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;
}

.magius-5kuw6a 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;
}

.magius-5kuw6a input::placeholder {
  color: var(--Text-400);
}

.magius-gbrlqw {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .magius-gbrlqw {
  display: flex;
}

.magius-gbrlqw ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .magius-gbrlqw ol {
    height: 420px;
    padding: 24px;
  }
}

.magius-gbrlqw ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.magius-q1arn3 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .magius-q1arn3 {
    padding: 0 24px 24px;
  }
}

.magius-q1arn3 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;
}

.magius-q1arn3 input::placeholder {
  color: var(--Text-400);
}

.magius-q1arn3 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.magius-q1arn3 [type="submit"]:disabled {
  opacity: 0.5;
}

.magius-q1arn3 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .magius-q1arn3 [type="submit"] {
    right: 40px;
  }
}

.magius-8xwl4f {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.magius-8xwl4f.magius-sxgnjg {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.magius-8xwl4f.magius-sxgnjg::before {
  content: "";
  width: 31px;
}

.magius-8xwl4f.magius-sxgnjg p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.magius-8xwl4f.magius-ssp27p p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.magius-8xwl4f p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.magius-9uj9x1 .magius-bin79c {
  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;
  }
}

.magius-bfxg1u {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .magius-bfxg1u {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .magius-bfxg1u {
    padding: 18px 0;
  }
}

.magius-bfxg1u .magius-fjt2r6 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .magius-bfxg1u .magius-fjt2r6 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.magius-tuhdsb {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .magius-tuhdsb {
    max-width: 160px;
    height: 40px;
  }
}

.magius-tuhdsb picture,
.magius-tuhdsb img {
  display: block;
  width: 100%;
  height: 100%;
}

.magius-tuhdsb img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .magius-cpg2tf {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.magius-yoau9b ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .magius-bfxg1u.magius-3aw9f4 .magius-cpg2tf {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .magius-cpg2tf {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .magius-cpg2tf {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.magius-5rrc7l,
.magius-r0wmb3 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .magius-5rrc7l,
  .magius-r0wmb3 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .magius-r0wmb3 {
    display: none;
  }
}

.magius-c3pq19 {
  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;
}

.magius-3aw9f4 .magius-c3pq19 {
  background: var(--fh-bg-color);
}

.magius-c3pq19 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .magius-c3pq19 {
    display: none;
  }
}

.magius-ueacq4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .magius-ueacq4 {
    display: none;
  }
}

.magius-8gxl1k {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.magius-bfxg1u.magius-3aw9f4 .magius-8gxl1k:first-child {
  display: none;
}

.magius-bfxg1u.magius-3aw9f4 .magius-8gxl1k:last-child {
  display: block;
}

.magius-8gxl1k:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .magius-8gxl1k {
    display: none;
  }
}

.magius-ljs60c {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .magius-ljs60c {
    display: flex;
  }
}

.magius-ljs60c ul {
  max-height: 350px;
  overflow-y: auto;
}

.magius-ljs60c:hover ul {
  visibility: visible;
  opacity: 1;
}

.magius-ljs60c:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.magius-ljs60c:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.magius-ljs60c:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.magius-ljs60c:hover .magius-u5ec9d svg {
  transform: rotate(180deg);
}

.magius-lcvx9t {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.magius-xoq47l {
  padding: 0 8px;
}

.magius-mcnh5v {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.magius-mcnh5v:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .magius-mcnh5v {
    padding: 4px 8px;
  }
}

.magius-hrbtjb {
  display: flex;
}

.magius-hrbtjb img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.magius-u5ec9d {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.magius-u5ec9d svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.magius-9qa0c9 {
  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) {
  .magius-9qa0c9 {
    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;
  }
}

.magius-18hlgy {
  width: 100%;
}

@media (min-width: 1200px) {
  .magius-18hlgy {
    display: none;
  }
}

.magius-m1c8t7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.magius-5x62jk {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.magius-py0i33 {
  display: flex;
}

.magius-m3fsiz {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.magius-2a7ygi {
  list-style: none;
}

@media (max-width: 1199px) {
  .magius-2a7ygi {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .magius-2a7ygi {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .magius-2a7ygi .magius-0bvb95 [data-ref-el],
  .magius-2a7ygi .magius-0bvb95 span,
  .magius-2a7ygi .magius-0bvb95 a {
    white-space: nowrap;
  }
}

.magius-6rx9uh {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .magius-6rx9uh.magius-m4mong > .magius-0bvb95 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .magius-6rx9uh.magius-poz46i:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .magius-6rx9uh.magius-m4mong > .magius-i0abf9 {
    height: auto;
  }

  .magius-6rx9uh.magius-m4mong > div > .magius-w6rc1g {
    transform: rotate(180deg);
  }
}

.magius-6rx9uh [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.magius-6rx9uh [data-ref-el],
.magius-6rx9uh span {
  cursor: pointer;
}

.magius-6rx9uh [data-ref-el],
.magius-6rx9uh span,
.magius-6rx9uh a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .magius-6rx9uh [data-ref-el],
  .magius-6rx9uh span,
  .magius-6rx9uh a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .magius-6rx9uh [data-ref-el],
  .magius-6rx9uh span,
  .magius-6rx9uh a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.magius-i0abf9 {
  height: 0;
  overflow: hidden;
  transition: height 0.magius-yoau9b ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.magius-i0abf9::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.magius-i0abf9::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.magius-i0abf9::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .magius-i0abf9 {
    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;
  }

  .magius-i0abf9:has(> .magius-6rx9uh.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .magius-i0abf9 .magius-i0abf9 {
    padding: 0;
  }

  .magius-i0abf9 .magius-6rx9uh {
    font-weight: 400;
  }

  .magius-i0abf9 .magius-6rx9uh:hover > .magius-0bvb95 {
    background: var(--Neutral-300);
  }

  .magius-i0abf9 .magius-w6rc1g {
    rotate: -90deg;
  }
}

.magius-0bvb95 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .magius-0bvb95 {
    padding: 8px;
  }

  .magius-6rx9uh.magius-jta856 > .magius-0bvb95 {
    background: var(--Neutral-300);
  }
}

.magius-w6rc1g {
  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.magius-s376mn.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.magius-qdhh0h 0.magius-s3c39v.magius-btt3g3 -0.magius-wn4x86 0.magius-olurhr -0.magius-wn4x86 1.magius-yn63cz 0.magius-t5zg8c.magius-hxkfcq 4.magius-nrzeg0.magius-qdhh0h 0.magius-02jce0.magius-ki00ee -0.magius-wn4x86 9.magius-822kjb -0.magius-wn4x86 10.magius-25urqe 0.magius-eu6nb2.magius-f6khg2 0.magius-btt3g3 10.magius-f6khg2 0.magius-olurhr 10.magius-25urqe 1.magius-fvznif.magius-9tm2cw 5.magius-lkzkha.magius-b725vn 6.magius-0en8ru 5.magius-i1fx2g 6.magius-0en8ru 4.magius-zfi3j7 5.magius-mlyn5v.magius-qdhh0h 1.magius-i3tkyh.magius-wn4x86 0.magius-olurhr -0.magius-wn4x86 0.magius-btt3g3 0.magius-qdhh0h 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.magius-yoau9b ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .magius-w6rc1g {
    cursor: default;
  }
}

.magius-8yyowu {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.magius-tn7h7n {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .magius-tn7h7n {
    padding: 40px 4px;
  }
}

.magius-hng9ji {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .magius-hng9ji {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.magius-gx4x1k {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .magius-gx4x1k {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.magius-gx4x1k ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.magius-gx4x1k [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.magius-gx4x1k [data-ref-el],
.magius-gx4x1k span,
.magius-gx4x1k a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.magius-mko5lr {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .magius-mko5lr {
    margin-bottom: 12px;
  }
}

.magius-vwbihe {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.magius-vwbihe img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .magius-vwbihe:last-child {
    margin-right: 0;
  }
}

.magius-v7uthw {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.magius-mko5lr:hover .magius-uitkk3 {
  visibility: visible;
  opacity: 1;
}

.magius-uitkk3 {
  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);
}

.magius-kks8qr {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.magius-ovmnka {
  display: flex;
  margin: 6px;
}

.magius-ovmnka img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.magius-uitkk3::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);
}

.magius-uitkk3::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);
}

.magius-9236vr {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .magius-9236vr {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.magius-63v1zs {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .magius-63v1zs {
    margin-right: 32px;
  }
}

.magius-tvppju {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .magius-tvppju {
    margin-top: 0;
    width: 340px;
  }
}

.magius-tvppju a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.magius-bka56f {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.magius-9jdc9t {
  position: relative;
}

@media (min-width: 768px) {
  .magius-9jdc9t {
    margin-top: 40px;
  }
}

.magius-9jdc9t + .magius-k465ts,
.magius-9jdc9t + .magius-9jdc9t {
  margin-top: 24px;
}

.magius-awxl7n {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .magius-awxl7n {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .magius-awxl7n {
    padding: 80px;
  }
}

.magius-osoa2y {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .magius-osoa2y {
    padding: 0 16px;
}


}

.magius-det117 {
  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) {
  .magius-det117 {
    font-size: 48px;
    line-height: 56px;
  }
}

.magius-xnehzo {
  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) {
  .magius-xnehzo {
    font-size: 24px;
    line-height: 32px;
  }
}

.magius-yemc6h {
  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;
}

.magius-yemc6h:hover {
  background: var(--button-bg-hover);
}

.magius-ca5k8m {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.magius-ca5k8m img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .magius-ca5k8m img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .magius-ca5k8m img {
  min-height: 100%;
  }
}

.magius-awxl7n::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.magius-nj995h {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.magius-nj995h h1,
.magius-nj995h h2,
.magius-nj995h h3,
.magius-nj995h h4 {
  margin-bottom: 6px;
}

.magius-nj995h h1:not(:first-child),
.magius-nj995h h2:not(:first-child),
.magius-nj995h h3:not(:first-child),
.magius-nj995h h4:not(:first-child) {
  margin-top: 16px;
}

.magius-nj995h h1,
.magius-nj995h h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .magius-nj995h h1,
  .magius-nj995h h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.magius-nj995h h2,
.magius-nj995h h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .magius-nj995h h2,
  .magius-nj995h h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.magius-nj995h h3,
.magius-nj995h h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .magius-nj995h h3,
  .magius-nj995h h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.magius-nj995h h4,
.magius-nj995h h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.magius-nj995h ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.magius-nj995h ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.magius-nj995h 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);
}

.magius-nj995h ul ul {
  margin-bottom: 8px;
}

.magius-nj995h ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.magius-nj995h ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.magius-nj995h ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.magius-nj995h ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.magius-nj995h ol li::marker {
  font-weight: 700;
}

.magius-nj995h ol ol {
  margin-bottom: 8px;
}

.magius-nj995h ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.magius-nj995h ol ul li {
  padding-left: 16px;
}

.magius-nj995h 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) {
  .magius-nj995h table {
    padding: 24px;
  }
}

.magius-nj995h table.magius-wxey56 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.magius-yoau9b,
    mask-image 0.3s;
}

.magius-nj995h table.magius-wxey56.magius-c6lw69 {
  -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) {
  .magius-nj995h table {
    display: table;
  }
}

.magius-nj995h 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);
}

.magius-nj995h table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.magius-nj995h table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.magius-nj995h 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) {
  .magius-nj995h table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.magius-nj995h table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.magius-nj995h table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.magius-nj995h table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.magius-nj995h img {
  max-width: 100%;
  height: auto;
}

.magius-pndwst {
  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) {
  .magius-pndwst {
    padding: 24px;
  }
}

.magius-g4d2kb {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .magius-g4d2kb {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.magius-g4d2kb > * {
  margin: 0 !important;
}

.magius-g4d2kb img,
.magius-2hvvee {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .magius-g4d2kb img,
  .magius-2hvvee {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.magius-u6redu {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .magius-u6redu {
    width: 32px;
    height: 32px;
  }
}

.magius-x9h6l1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.magius-x9h6l1 .magius-f7wxwn {
  flex-shrink: 0;
}

.magius-x9h6l1 .magius-81xheb svg {
  display: none;
}

.magius-itcrwb {
  display: grid;
  transition: max-height 0.magius-yoau9b ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .magius-itcrwb {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .magius-itcrwb {
    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));
  }
}

.magius-itcrwb.magius-hzs873 + .magius-f7wxwn svg {
  transform: rotate(180deg);
}

.magius-1bnq4k {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.magius-1bnq4k > div:nth-child(3n) {
  grid-column: span 2;
}

.magius-1bnq4k
  > div:nth-child(3n)
  .magius-npo53x
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .magius-1bnq4k {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .magius-1bnq4k > div:nth-child(3n) {
    grid-column: unset;
  }

  .magius-1bnq4k
    > div:nth-child(3n)
    .magius-npo53x
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .magius-1bnq4k {
    max-width: 270px;
  }
}

.magius-1bnq4k .magius-npo53x button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .magius-1bnq4k .magius-npo53x button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .magius-1bnq4k .magius-npo53x button {
    max-width: 104px;
  }
}

.magius-s4ocpp {
  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) {
  .magius-s4ocpp {
    margin-bottom: 0;
  }
}

.magius-728pop {
  display: none;
  opacity: 0;
}

.magius-b6p0jt {
  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;
  }
}

.magius-b6p0jt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.magius-npo53x {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.magius-npo53x button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .magius-npo53x
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .magius-npo53x
    button {
    max-width: 145px;
  }
}

.magius-zlxnzu:first-child
  .magius-npo53x
  button {
  max-width: 270px;
}

.magius-4bo4pn {
  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%;
}

.magius-s4ocpp picture {
  width: 100%;
  max-width: 100%;
}

.magius-q01f0n {
  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;
}

.magius-q01f0n svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.magius-s4ocpp:hover .magius-q01f0n {
  display: flex;
}

.magius-qxn0fq {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.magius-tdpasd {
  display: flex;
}

.magius-tdpasd:hover .magius-ey60gh,
.magius-tdpasd .magius-jta856 .magius-ey60gh {
  display: flex;
}

.magius-tdpasd svg {
  flex-shrink: 0;
}

.magius-ey60gh {
  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) {
  .magius-ey60gh {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.magius-ey60gh:hover {
  display: flex;
}

.magius-ey60gh svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.magius-3ppps2 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .magius-3ppps2 {
    font-size: 12px;
  }
}

.magius-xtw6bw,
.magius-n53nmn {
  width: 50%;
  flex-shrink: 0;
}

.magius-xtw6bw {
  font-weight: 700;
}

.magius-y03xn7 .magius-itcrwb {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .magius-y03xn7 .magius-itcrwb {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .magius-y03xn7 .magius-itcrwb {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.magius-y03xn7
  .magius-4bo4pn:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.magius-y03xn7 .magius-b6p0jt {
  height: 100% !important;
  border-radius: 16px;
}

.magius-y03xn7 .magius-npo53x {
  gap: 4px;
  align-items: center;
}

.magius-y03xn7 .magius-npo53x button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.magius-y03xn7 .magius-npo53x svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.magius-y03xn7 .magius-v8lxzd,
.magius-y03xn7 .magius-4vdiym {
  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.magius-s376mn.org/2000/svg'%3E%3Cpath d='M9.magius-4e4bb0 4.magius-3bd541.magius-i3ip91 5.magius-fj4gvr.magius-9r1qv9 5.magius-c1qnr9.magius-w2hygg 5.magius-1f4ed5.magius-81dkvc 8.magius-2jpkvq.magius-xewhgz 9.magius-hrju5g.magius-afuxrv 9.magius-t128lb.magius-dzdyea 13.magius-tzztr4.magius-vuw6ba 11.magius-2ej546.magius-twh8jt 11.magius-3cakln.magius-y86syo 11.magius-kbv7hb.magius-gwgbgi 13.magius-krl1qn.magius-1w4wdk 9.magius-rbpsec.magius-qsmrbh 9.magius-h5cqt3.magius-smdcqd 8.magius-swi2mq.magius-x6su22 5.magius-p8h2gg.magius-7a16az 5.magius-x01427.magius-a8chjb 5.magius-kkj1w1.magius-skusir 4.magius-gyi70p.magius-twh8jt 1.magius-m6vql1.magius-4e4bb0 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.magius-y03xn7 .magius-v8lxzd {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.magius-y03xn7 .magius-4vdiym {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.magius-zqkv91 {
  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) {
  .magius-zqkv91 {
    padding: 24px;
  }
}

.magius-zqkv91 .magius-f7wxwn {
  display: flex;
}

@media (min-width: 768px) {
  .magius-zqkv91 .magius-f7wxwn {
    display: none;
  }
}

.magius-zqkv91 .magius-81xheb svg {
  display: none;
}

.magius-eoagmj {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.magius-eoagmj .magius-ncq3z2 {
  display: none;
}

@media (min-width: 768px) {
  .magius-eoagmj .magius-ncq3z2 {
    display: flex;
  }
}

.magius-pxzcgo {
  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) {
  .magius-pxzcgo {
    font-size: 40px;
    line-height: 48px;
  }
}

.magius-pxzcgo > * {
  margin: 0 !important;
}

.magius-pxzcgo img,
.magius-91c7gx {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .magius-pxzcgo img,
  .magius-91c7gx {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.magius-aokh9x {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .magius-aokh9x {
    width: 32px;
    height: 32px;
  }
}

.magius-z3aq6r {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .magius-z3aq6r {
    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;
  }

  .magius-z3aq6r::-webkit-scrollbar {
    display: none;
  }
}

.magius-1zr312 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .magius-1zr312 {
    padding: 7px 15px;
  }
}

.magius-1zr312:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.magius-9jen3w {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .magius-9jen3w {
    display: flex;
    opacity: 1;
  }
}

.magius-1zr312 picture {
  height: 100%;
  display: block;
}

.magius-1zr312 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .magius-1zr312 img {
    width: 88px;
    height: 44px;
  }
}

.magius-1zr312 p {
  text-align: center;
  width: 100%;
}

.magius-eb06gg {
  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) {
  .magius-eb06gg {
    font-size: 40px;
    line-height: 48px;
  }
}

.magius-eb06gg img,
.magius-fkxvdc {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .magius-eb06gg img,
  .magius-fkxvdc {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.magius-6sdx1s {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .magius-6sdx1s {
    width: 32px;
    height: 32px;
  }
}

.magius-3km69a {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.magius-05rrio {
  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;
}

.magius-0ljcfv {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.magius-0ljcfv.magius-jta856 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.magius-mq2nbo {
  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) {
  .magius-mq2nbo {
    font-size: 20px;
    line-height: 28px;
  }
}

.magius-0p5ahb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.magius-6o17z0 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.magius-yoau9b ease;
  opacity: 0;
  color: var(--text-color);
}

.magius-rkxl6o {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.magius-rkxl6o ol,
.magius-rkxl6o ul {
  padding-left: 1.3em;
}

.magius-0ljcfv.magius-jta856 .magius-6o17z0 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.magius-0ljcfv.magius-jta856 .magius-0p5ahb {
  transform: rotate(180deg);
  color: var(--text-color);
}

.magius-7q8civ {
  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) {
  .magius-7q8civ {
    padding: 24px;
  }
}

.magius-7q8civ .magius-f7wxwn {
  display: flex;
}

@media (min-width: 768px) {
  .magius-7q8civ .magius-f7wxwn {
    display: none;
  }
}

.magius-7q8civ .magius-81xheb svg {
  display: none;
}

.magius-h28mio {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.magius-h28mio .magius-ncq3z2 {
  display: none;
}

@media (min-width: 768px) {
  .magius-h28mio .magius-ncq3z2 {
    display: flex;
  }
}

.magius-fuihs9 {
  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) {
  .magius-fuihs9 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.magius-fuihs9 > * {
  margin: 0 !important;
}

.magius-fuihs9 img,
.magius-61ot89 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .magius-fuihs9 img,
  .magius-61ot89 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.magius-co9gqe {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .magius-co9gqe {
    width: 32px;
    height: 32px;
  }
}

.magius-y4ztcy {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .magius-y4ztcy {
    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;
  }

  .magius-y4ztcy::-webkit-scrollbar {
    display: none;
  }
}

.magius-8688li {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.magius-8688li:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.magius-xbjrn5 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .magius-xbjrn5 {
    display: flex;
    opacity: 1;
  }
}

.magius-8688li picture {
  width: auto;
  height: 100%;
  display: block;
}

.magius-8688li picture img {
  display: block;
  width: auto;
  height: 100%;
}

.magius-0yfhaf {
  margin: -24px 0;
}

.magius-0yfhaf:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .magius-0yfhaf {
    margin: -16px 0;
  }
}

.magius-9yzw3a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .magius-9yzw3a {
    flex-direction: row;
  }
}

.magius-zkjs5v {
  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) {
  .magius-zkjs5v {
    flex: 1;
  }
}

.magius-zkjs5v::placeholder {
  color: var(--Text-400);
}

.magius-90c536 {
  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;
}

.magius-6jik69 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.magius-6jik69::-webkit-scrollbar {
  display: none;
}

.magius-ekxa3q {
  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;
}

.magius-ekxa3q img,
.magius-ekxa3q svg {
  margin-right: 8px;
}

.magius-9rmt02 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.magius-0yfhaf + .magius-aohip3 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .magius-0yfhaf + .magius-aohip3 {
    margin-top: -16px;
  }
}

.magius-bai69u {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.magius-bai69u > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.magius-bai69u > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.magius-mjmeaf {
  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;
}

.magius-um7tq3 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.magius-z7frr4 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.magius-r7r6ig {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.magius-lrn08x {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.magius-mjmeaf 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;
}

.magius-mjmeaf 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) {
  .magius-mjmeaf {
    padding: 39px 179px 39px 39px;
  }

  .magius-um7tq3 {
    font-size: 40px;
    line-height: 48px;
  }

  .magius-lrn08x {
    height: 348px;
  }

  .magius-mjmeaf button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .magius-mjmeaf button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .magius-mjmeaf {
    padding: 63px;
  }
}

.magius-klf428 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .magius-klf428 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.magius-52xerr {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .magius-52xerr {
    width: auto;
  }
}

.magius-l4by82 {
  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;
}

.magius-l4by82::-webkit-scrollbar {
  display: none;
}

.magius-l4by82 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);
}

.magius-l4by82 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .magius-l4by82 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.magius-klf428 .magius-uybj4b {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.magius-yoau9b,
    mask-image 0.3s;
}

.magius-klf428 .magius-uybj4b.magius-c6lw69 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.magius-nx1361 {
  margin: 40px -16px;
}

.magius-wkyjnu + .magius-k465ts,
.magius-wkyjnu + .magius-9jdc9t {
  margin-top: 24px;
}

.magius-gd6593 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.magius-gd6593 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.magius-yx7gkv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .magius-yx7gkv {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .magius-yx7gkv {
    margin-top: 0;
  }
}

.magius-n3l4zi {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .magius-n3l4zi {
    font-size: 24px;
    line-height: 32px;
  }
}

.magius-87zjj6 {
  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) {
  .magius-87zjj6 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.magius-c5qmt9 {
  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) {
  .magius-c5qmt9 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.magius-mdmjzw {
  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) {
  .magius-mdmjzw {
    font-size: 20px;
    line-height: 28px;
  }
}

.magius-vs6f40 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .magius-vs6f40 {
    font-size: 32px;
    line-height: 40px;
  }
}

.magius-v6u17c {
  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;
}

.magius-ax7uv8 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.magius-ax7uv8 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.magius-aohip3 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.magius-cyhpue {
  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) {
  .magius-cyhpue {
    padding: 15px 48px;
  }
}

main > .magius-aohip3 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .magius-itcrwb.magius-0u4dm3 > div:nth-child(n+5) {
    display: none;
  }
}

.magius-nj995h p a img {
  display: block;
  margin: 0 auto;
}


.magius-kdf2gy {
  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 */
.magius-ttq28l {
  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;
}

.magius-ttq28l label {
  font-size: 14px;
}

.magius-ttq28l h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.magius-ttq28l input,
.magius-ttq28l textarea,
.magius-ttq28l 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;
}
.magius-ttq28l button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.magius-bnuorg ease;
}
.magius-ttq28l button:hover {
  background-color: var(--button-bg-hover);
}
.magius-a72u5j {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.magius-qpsxmw ease-in;
}

.magius-a72u5j 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;
}
.magius-90uhko, .magius-n57yck, [class*="review-card"],
thead, thead th, table th, .magius-baseyn,
.magius-pdllvw, [class*="collapsible-header"],
.magius-nculqv, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
