* {
  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;
  }
}

.magic-red-oz3f8k {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .magic-red-oz3f8k {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .magic-red-oz3f8k {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.magic-red-coalo6 {
  overflow: hidden;
}

.magic-red-jta99s img {
  background: var(--Neutral-300);
}

.magic-red-5rkeod {
  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;
}

.magic-red-ivcdac {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.magic-red-ivcdac:hover {
  background: var(--button-bg-hover);
}

.magic-red-j9r6uh {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.magic-red-j9r6uh:hover {
  background: var(--button-bg-hover);
}

.magic-red-pc9gqy {
  font-size: 12px;
  line-height: 18px;
}

.magic-red-3nb9wm {
  font-size: 18px;
  line-height: 26px;
}

.magic-red-aag5o1 {
  width: 100%;
}

.magic-red-86j6vi {
  padding: 6px 16px;
}

.magic-red-fee2te {
  padding: 10px 16px;
}

.magic-red-156zul {
  padding: 15px 26px;
}

.magic-red-0ccfq5 {
  flex-shrink: 0;
}

.magic-red-iuehcb {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.magic-red-8u3opt {
  display: none;
}

.magic-red-d09zk8 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.magic-red-zpajod {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.magic-red-w6b3zi {
  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;
}

.magic-red-r79idx {
  cursor: grab;
}

.magic-red-w6b3zi::-webkit-scrollbar {
  display: none;
}

.magic-red-co7ey5 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.magic-red-3bsltf {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.magic-red-mtp5hk {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.magic-red-p9sq2y {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.magic-red-o9trg1 {
  visibility: visible;
}

.magic-red-drx8lr {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.magic-red-p9q29n ease;
}

.magic-red-01n3yp {
  background-color: var(--Primary-200);
  width: 16px;
}

.magic-red-1h25ax {
  -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.magic-red-p9q29n,
    mask-image 0.3s;
}

.magic-red-1h25ax.magic-red-pf2ixl {
  -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;
  }
}

.magic-red-q0zifb: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;
}

.magic-red-x7v70b {
  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.magic-red-jg1a8y.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.magic-red-jg1a8y.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;
}

.magic-red-3ea57b {
  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);
}

.magic-red-3ea57b::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%
  );
}

.magic-red-2knm7u {
  position: relative;
  z-index: 1;
}

.magic-red-v1lw7g {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.magic-red-b0sgwf {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.magic-red-95acak {
  font-size: 40px;
  line-height: 48px;
}

.magic-red-3otld6 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.magic-red-fsrbls {
  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;
}

.magic-red-fsrbls:hover {
  background: var(--Primary-400);
}

.magic-red-fsrbls svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.magic-red-q0zifb 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) {
  .magic-red-3ea57b {
    max-width: 600px;
    padding: 64px;
  }

  .magic-red-v1lw7g {
    font-size: 24px;
    line-height: 32px;
  }

  .magic-red-b0sgwf {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .magic-red-95acak {
    font-size: 50px;
    line-height: 56px;
  }

  .magic-red-3otld6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .magic-red-x7v70b {
    top: 25px;
    right: 25px;
  }
}

.magic-red-3n1hmx,
.magic-red-7k7k63 {
  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;
}

.magic-red-y6t1og.magic-red-jlus11::before,
.magic-red-7k7k63::before,
.magic-red-kvyp9o::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.magic-red-jg1a8y.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.magic-red-abgari 14.magic-red-vyiw04.magic-red-y9cow9 14.magic-red-s73kro 15.magic-red-2f6dgm 14.magic-red-rcr226 15.magic-red-cpimh2 14.magic-red-8dtz4h.magic-red-pnezco 14.magic-red-dn85mh 19.magic-red-t9almw 12.magic-red-bhcdz0 19.magic-red-t9almw 10.magic-red-erlxne.magic-red-t9almw 8.magic-red-s3yp7r 17.magic-red-8jqnrr 7.magic-red-6tqe4a 15.magic-red-rutboi 7.magic-red-uc0duk.magic-red-aeztm1 7.magic-red-6tqe4a 11.magic-red-gpy1v5 8.magic-red-s3yp7r 11.magic-red-gpy1v5 10.magic-red-lm4cqa.magic-red-gpy1v5 12.magic-red-mwu5jr 13.magic-red-wrh6fv 14.magic-red-3av0m6 15.magic-red-egynmj 14.magic-red-9hc7s9.magic-red-s3l2ft 14.magic-red-s0r0z0 15.magic-red-bwrh9a 14.magic-red-zkh7b3 15.magic-red-cw9p3z 14.magic-red-re48bc.magic-red-abgari 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.magic-red-53tu97 15.magic-red-cinpw2.magic-red-8bcyfr 15.magic-red-27uce7 15.magic-red-1484u7 15.magic-red-h5rojp 15.magic-red-t98mx3 15.magic-red-rkq4wt.magic-red-vv1wvf 15.magic-red-h5rojp 15.magic-red-tsay7j 15.magic-red-dysglv 15.magic-red-cqkfom 15.magic-red-u2xrjn.magic-red-nugiv4 15.magic-red-c84ozu 7.magic-red-pftg8f 18.magic-red-v8stpe 7.magic-red-ven1fh 23.magic-red-yb5onk.magic-red-hbb2dh.magic-red-n9ajxi 18.magic-red-5fajuy 19.magic-red-ylyn5f 15.magic-red-1gy5d8 15.magic-red-53tu97 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.magic-red-m0agl7 [type="submit"] *,
.magic-red-ilb0ra button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .magic-red-d1i99r {
    display: none;
  }
}

.magic-red-zp1rdd {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .magic-red-zp1rdd {
  display: none;
}

@media (min-width: 768px) {
  .magic-red-zp1rdd {
    bottom: 22px;
  }
}

.magic-red-zp1rdd input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .magic-red-zp1rdd {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.magic-red-wv4uj8.static) .magic-red-zp1rdd {
    bottom: 8px;
  }
}

.magic-red-tzletp {
  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.magic-red-jg1a8y.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.magic-red-755wwy 3.magic-red-qex5nr.magic-red-5rbqkw.magic-red-srkq7e 3.magic-red-ruunbm 3.magic-red-s9pudi 5.magic-red-7poaby 3.magic-red-s9pudi 8.magic-red-qjehdj.magic-red-d1459o.magic-red-s9pudi 26.magic-red-4vckny 5.magic-red-nnoypm 28.magic-red-cavsci 8.magic-red-nz5dyg 28.magic-red-c5fvyc.magic-red-gpnskn 28.magic-red-awurbx.magic-red-qw1tbw 34.magic-red-pazd9c.magic-red-qs4xg1 36.magic-red-tr7edv 11.magic-red-o30n3l 37.magic-red-9j1ao6 12.magic-red-cetsof 36.magic-red-131d31.magic-red-9u1nc7 28.magic-red-hjcoij.magic-red-dm9zx7.magic-red-vdg2ao 28.magic-red-mhnqq6 36.magic-red-pqlj88 26.magic-red-e8b244 36.magic-red-pqlj88 23.magic-red-o9v999.magic-red-uhhhn1.magic-red-pqlj88 5.magic-red-ls3ex4 34.magic-red-2ogege 3.magic-red-ruunbm 31.magic-red-755wwy 3.magic-red-m4mo2l.magic-red-0ue14m 18.magic-red-00ro8t.magic-red-cf5kox 18.magic-red-mmr8ch 8.magic-red-cztay1 17.magic-red-35nxbw 8.magic-red-cztay1 15.magic-red-ui5ibd.magic-red-cztay1 14.magic-red-7gktzh 9.magic-red-cf5kox 13.magic-red-c994ql 11.magic-red-0ue14m 13.magic-red-sepygz.magic-red-lefsz5 13.magic-red-c994ql 13.magic-red-pvoz9l 14.magic-red-7gktzh 13.magic-red-pvoz9l 15.magic-red-yk3g3h.magic-red-pvoz9l 17.magic-red-35nxbw 12.magic-red-lefsz5 18.magic-red-mmr8ch 11.magic-red-0ue14m 18.magic-red-5ms5w4.magic-red-8bt0m5 18.magic-red-sbj31o.magic-red-tneka4 18.magic-red-mmr8ch 17.magic-red-0gaatp 17.magic-red-35nxbw 17.magic-red-0gaatp 15.magic-red-36rppu.magic-red-0gaatp 14.magic-red-7gktzh 18.magic-red-tneka4 13.magic-red-c994ql 20.magic-red-8bt0m5 13.magic-red-04p8ad.magic-red-yt3uof 13.magic-red-c994ql 22.magic-red-7jyywf 14.magic-red-7gktzh 22.magic-red-7jyywf 15.magic-red-xw1570.magic-red-rlzwcr 17.magic-red-35nxbw 21.magic-red-yt3uof 18.magic-red-mmr8ch 20.magic-red-8bt0m5 18.magic-red-0vp9z9.magic-red-988icb 18.magic-red-mbrgnh.magic-red-dzcrbb 18.magic-red-mmr8ch 26.magic-red-q7dp0s 17.magic-red-35nxbw 26.magic-red-q7dp0s 15.magic-red-5m5fos.magic-red-q7dp0s 14.magic-red-7gktzh 27.magic-red-dzcrbb 13.magic-red-c994ql 28.magic-red-988icb 13.magic-red-tf8vsg.magic-red-sthn39 13.magic-red-c994ql 31.magic-red-98z4go 14.magic-red-7gktzh 31.magic-red-98z4go 15.magic-red-fw6pcv.magic-red-q7dp0s 17.magic-red-35nxbw 30.magic-red-sthn39 18.magic-red-mmr8ch 28.magic-red-988icb 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"])
    .magic-red-tzletp {
    display: none;
  }
}

.magic-red-si56c7 {
  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) {
  .magic-red-si56c7 {
    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;
}

.magic-red-ilb0ra {
  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) {
  .magic-red-ilb0ra {
    padding: 14px 16px;
  }
}

.magic-red-ilb0ra button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.magic-red-ilb0ra button:first-child {
  align-content: end;
}

.magic-red-ilb0ra button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .magic-red-ilb0ra
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .magic-red-ilb0ra
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.magic-red-ilb0ra button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.magic-red-ilb0ra button:last-child svg {
  width: 38px;
  height: 38px;
}

.magic-red-kvyp9o {
  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;
}

.magic-red-kvyp9o::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .magic-red-kvyp9o,
.pc61d126-chatbot[data-active-screen="3"]
  .magic-red-kvyp9o {
  opacity: 1;
  visibility: visible;
}

.magic-red-uzsfgn {
  flex: 1 1;
}

.magic-red-0d8dgb {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .magic-red-0d8dgb {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .magic-red-xsru3c {
  display: block;
}

.magic-red-axniyp {
  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) {
  .magic-red-axniyp {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.magic-red-7k7k63 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.magic-red-7k7k63::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.magic-red-b55xds span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.magic-red-b55xds p {
  color: var(--Text-100);
}

.magic-red-7k7k63 .magic-red-aaob33 {
  grid-area: button;
}

.magic-red-7k7k63 .magic-red-aaob33::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.magic-red-jg1a8y.org/2000/svg'%3E%3Cpath d='M4.magic-red-3dsfui 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.magic-red-ttm6dx 15L16.magic-red-ttm6dx 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.magic-red-ttm6dx 5L16.magic-red-ttm6dx 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .magic-red-nw5mpj {
  display: block;
}

.magic-red-q5a3wi {
  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) {
  .magic-red-q5a3wi {
    margin-top: 40px;
  }
}

.magic-red-3n1hmx label,
.magic-red-3n1hmx input {
  display: block;
  width: 100%;
}

.magic-red-3n1hmx label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.magic-red-3n1hmx label.magic-red-i8nv6c input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.magic-red-3n1hmx label.magic-red-i8nv6c::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;
}

.magic-red-3n1hmx 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;
}

.magic-red-3n1hmx input::placeholder {
  color: var(--Text-400);
}

.magic-red-o0chcr {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .magic-red-o0chcr {
  display: flex;
}

.magic-red-o0chcr ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .magic-red-o0chcr ol {
    height: 420px;
    padding: 24px;
  }
}

.magic-red-o0chcr ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.magic-red-m0agl7 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .magic-red-m0agl7 {
    padding: 0 24px 24px;
  }
}

.magic-red-m0agl7 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;
}

.magic-red-m0agl7 input::placeholder {
  color: var(--Text-400);
}

.magic-red-m0agl7 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.magic-red-m0agl7 [type="submit"]:disabled {
  opacity: 0.5;
}

.magic-red-m0agl7 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .magic-red-m0agl7 [type="submit"] {
    right: 40px;
  }
}

.magic-red-y6t1og {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.magic-red-y6t1og.magic-red-jlus11 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.magic-red-y6t1og.magic-red-jlus11::before {
  content: "";
  width: 31px;
}

.magic-red-y6t1og.magic-red-jlus11 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.magic-red-y6t1og.magic-red-ky746k p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.magic-red-y6t1og p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.magic-red-zp1rdd .magic-red-aaob33 {
  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;
  }
}

.magic-red-d1i99r {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .magic-red-d1i99r {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .magic-red-d1i99r {
    padding: 18px 0;
  }
}

.magic-red-d1i99r .magic-red-oz3f8k {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .magic-red-d1i99r .magic-red-oz3f8k {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.magic-red-gavxzs {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .magic-red-gavxzs {
    max-width: 160px;
    height: 40px;
  }
}

.magic-red-gavxzs picture,
.magic-red-gavxzs img {
  display: block;
  width: 100%;
  height: 100%;
}

.magic-red-gavxzs img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .magic-red-dlsgcb {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.magic-red-p9q29n ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .magic-red-d1i99r.magic-red-v36177 .magic-red-dlsgcb {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .magic-red-dlsgcb {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .magic-red-dlsgcb {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.magic-red-01tue8,
.magic-red-g6gawr {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .magic-red-01tue8,
  .magic-red-g6gawr {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .magic-red-g6gawr {
    display: none;
  }
}

.magic-red-70t90w {
  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;
}

.magic-red-v36177 .magic-red-70t90w {
  background: var(--fh-bg-color);
}

.magic-red-70t90w button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .magic-red-70t90w {
    display: none;
  }
}

.magic-red-bpnl1t {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .magic-red-bpnl1t {
    display: none;
  }
}

.magic-red-1gcdhi {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.magic-red-d1i99r.magic-red-v36177 .magic-red-1gcdhi:first-child {
  display: none;
}

.magic-red-d1i99r.magic-red-v36177 .magic-red-1gcdhi:last-child {
  display: block;
}

.magic-red-1gcdhi:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .magic-red-1gcdhi {
    display: none;
  }
}

.magic-red-dvgxrg {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .magic-red-dvgxrg {
    display: flex;
  }
}

.magic-red-dvgxrg ul {
  max-height: 350px;
  overflow-y: auto;
}

.magic-red-dvgxrg:hover ul {
  visibility: visible;
  opacity: 1;
}

.magic-red-dvgxrg:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.magic-red-dvgxrg:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.magic-red-dvgxrg:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.magic-red-dvgxrg:hover .magic-red-8bjket svg {
  transform: rotate(180deg);
}

.magic-red-wy0iyz {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.magic-red-ek6853 {
  padding: 0 8px;
}

.magic-red-qe2kdz {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.magic-red-qe2kdz:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .magic-red-qe2kdz {
    padding: 4px 8px;
  }
}

.magic-red-nr7xzp {
  display: flex;
}

.magic-red-nr7xzp img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.magic-red-8bjket {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.magic-red-8bjket svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.magic-red-x4w12p {
  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) {
  .magic-red-x4w12p {
    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;
  }
}

.magic-red-x5nnxn {
  width: 100%;
}

@media (min-width: 1200px) {
  .magic-red-x5nnxn {
    display: none;
  }
}

.magic-red-w9y7u3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.magic-red-e22otv {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.magic-red-in3yze {
  display: flex;
}

.magic-red-83kerk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.magic-red-bouh8e {
  list-style: none;
}

@media (max-width: 1199px) {
  .magic-red-bouh8e {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .magic-red-bouh8e {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .magic-red-bouh8e .magic-red-xoug43 [data-ref-el],
  .magic-red-bouh8e .magic-red-xoug43 span,
  .magic-red-bouh8e .magic-red-xoug43 a {
    white-space: nowrap;
  }
}

.magic-red-spepk9 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .magic-red-spepk9.magic-red-lw1fwy > .magic-red-xoug43 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .magic-red-spepk9.magic-red-g95jx6:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .magic-red-spepk9.magic-red-lw1fwy > .magic-red-o3bu4y {
    height: auto;
  }

  .magic-red-spepk9.magic-red-lw1fwy > div > .magic-red-4z8yte {
    transform: rotate(180deg);
  }
}

.magic-red-spepk9 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.magic-red-spepk9 [data-ref-el],
.magic-red-spepk9 span {
  cursor: pointer;
}

.magic-red-spepk9 [data-ref-el],
.magic-red-spepk9 span,
.magic-red-spepk9 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .magic-red-spepk9 [data-ref-el],
  .magic-red-spepk9 span,
  .magic-red-spepk9 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .magic-red-spepk9 [data-ref-el],
  .magic-red-spepk9 span,
  .magic-red-spepk9 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.magic-red-o3bu4y {
  height: 0;
  overflow: hidden;
  transition: height 0.magic-red-p9q29n ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.magic-red-o3bu4y::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.magic-red-o3bu4y::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.magic-red-o3bu4y::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .magic-red-o3bu4y {
    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;
  }

  .magic-red-o3bu4y:has(> .magic-red-spepk9.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .magic-red-o3bu4y .magic-red-o3bu4y {
    padding: 0;
  }

  .magic-red-o3bu4y .magic-red-spepk9 {
    font-weight: 400;
  }

  .magic-red-o3bu4y .magic-red-spepk9:hover > .magic-red-xoug43 {
    background: var(--Neutral-300);
  }

  .magic-red-o3bu4y .magic-red-4z8yte {
    rotate: -90deg;
  }
}

.magic-red-xoug43 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .magic-red-xoug43 {
    padding: 8px;
  }

  .magic-red-spepk9.magic-red-a6gk0g > .magic-red-xoug43 {
    background: var(--Neutral-300);
  }
}

.magic-red-4z8yte {
  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.magic-red-jg1a8y.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.magic-red-5llc70 0.magic-red-684unv.magic-red-tatcmi -0.magic-red-wrwfie 0.magic-red-czylpl -0.magic-red-wrwfie 1.magic-red-lfz721 0.magic-red-7nxhxa.magic-red-jklrt8 4.magic-red-dl8iw4.magic-red-5llc70 0.magic-red-6o8y9t.magic-red-9c9xjy -0.magic-red-wrwfie 9.magic-red-7sofy3 -0.magic-red-wrwfie 10.magic-red-c91wxc 0.magic-red-8v4gch.magic-red-etx6sm 0.magic-red-tatcmi 10.magic-red-etx6sm 0.magic-red-czylpl 10.magic-red-c91wxc 1.magic-red-gw9m4t.magic-red-utliuo 5.magic-red-97cuj3.magic-red-poampb 6.magic-red-1ozrco 5.magic-red-biqz18 6.magic-red-1ozrco 4.magic-red-4we1qf 5.magic-red-yewpnj.magic-red-5llc70 1.magic-red-8azfma.magic-red-wrwfie 0.magic-red-czylpl -0.magic-red-wrwfie 0.magic-red-tatcmi 0.magic-red-5llc70 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.magic-red-p9q29n ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .magic-red-4z8yte {
    cursor: default;
  }
}

.magic-red-qqmmta {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.magic-red-2u14ut {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .magic-red-2u14ut {
    padding: 40px 4px;
  }
}

.magic-red-yet2v7 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .magic-red-yet2v7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.magic-red-aqnox9 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .magic-red-aqnox9 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.magic-red-aqnox9 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.magic-red-aqnox9 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.magic-red-aqnox9 [data-ref-el],
.magic-red-aqnox9 span,
.magic-red-aqnox9 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.magic-red-455q70 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .magic-red-455q70 {
    margin-bottom: 12px;
  }
}

.magic-red-9l3eie {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.magic-red-9l3eie img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .magic-red-9l3eie:last-child {
    margin-right: 0;
  }
}

.magic-red-oiqapd {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.magic-red-455q70:hover .magic-red-9xbyno {
  visibility: visible;
  opacity: 1;
}

.magic-red-9xbyno {
  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);
}

.magic-red-uuzklp {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.magic-red-y0gnx0 {
  display: flex;
  margin: 6px;
}

.magic-red-y0gnx0 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.magic-red-9xbyno::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);
}

.magic-red-9xbyno::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);
}

.magic-red-9fumkd {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .magic-red-9fumkd {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.magic-red-pd3b8l {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .magic-red-pd3b8l {
    margin-right: 32px;
  }
}

.magic-red-gt38ks {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .magic-red-gt38ks {
    margin-top: 0;
    width: 340px;
  }
}

.magic-red-gt38ks a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.magic-red-jrtkf3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.magic-red-1spw21 {
  position: relative;
}

@media (min-width: 768px) {
  .magic-red-1spw21 {
    margin-top: 40px;
  }
}

.magic-red-1spw21 + .magic-red-ecxzgb,
.magic-red-1spw21 + .magic-red-1spw21 {
  margin-top: 24px;
}

.magic-red-0xvhav {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .magic-red-0xvhav {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .magic-red-0xvhav {
    padding: 80px;
  }
}

.magic-red-7g3048 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .magic-red-7g3048 {
    padding: 0 16px;
}


}

.magic-red-ba0jtv {
  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) {
  .magic-red-ba0jtv {
    font-size: 48px;
    line-height: 56px;
  }
}

.magic-red-cfr3dn {
  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) {
  .magic-red-cfr3dn {
    font-size: 24px;
    line-height: 32px;
  }
}

.magic-red-hkhz17 {
  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;
}

.magic-red-hkhz17:hover {
  background: var(--button-bg-hover);
}

.magic-red-i0022n {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.magic-red-i0022n img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .magic-red-i0022n img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .magic-red-i0022n img {
  min-height: 100%;
  }
}

.magic-red-0xvhav::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.magic-red-9ua5wp {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.magic-red-9ua5wp h1,
.magic-red-9ua5wp h2,
.magic-red-9ua5wp h3,
.magic-red-9ua5wp h4 {
  margin-bottom: 6px;
}

.magic-red-9ua5wp h1:not(:first-child),
.magic-red-9ua5wp h2:not(:first-child),
.magic-red-9ua5wp h3:not(:first-child),
.magic-red-9ua5wp h4:not(:first-child) {
  margin-top: 16px;
}

.magic-red-9ua5wp h1,
.magic-red-9ua5wp h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .magic-red-9ua5wp h1,
  .magic-red-9ua5wp h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.magic-red-9ua5wp h2,
.magic-red-9ua5wp h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .magic-red-9ua5wp h2,
  .magic-red-9ua5wp h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.magic-red-9ua5wp h3,
.magic-red-9ua5wp h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .magic-red-9ua5wp h3,
  .magic-red-9ua5wp h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.magic-red-9ua5wp h4,
.magic-red-9ua5wp h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.magic-red-9ua5wp ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.magic-red-9ua5wp ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.magic-red-9ua5wp 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);
}

.magic-red-9ua5wp ul ul {
  margin-bottom: 8px;
}

.magic-red-9ua5wp ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.magic-red-9ua5wp ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.magic-red-9ua5wp ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.magic-red-9ua5wp ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.magic-red-9ua5wp ol li::marker {
  font-weight: 700;
}

.magic-red-9ua5wp ol ol {
  margin-bottom: 8px;
}

.magic-red-9ua5wp ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.magic-red-9ua5wp ol ul li {
  padding-left: 16px;
}

.magic-red-9ua5wp 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) {
  .magic-red-9ua5wp table {
    padding: 24px;
  }
}

.magic-red-9ua5wp table.magic-red-62fsid {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.magic-red-p9q29n,
    mask-image 0.3s;
}

.magic-red-9ua5wp table.magic-red-62fsid.magic-red-pf2ixl {
  -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) {
  .magic-red-9ua5wp table {
    display: table;
  }
}

.magic-red-9ua5wp 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);
}

.magic-red-9ua5wp table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.magic-red-9ua5wp table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.magic-red-9ua5wp 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) {
  .magic-red-9ua5wp table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.magic-red-9ua5wp table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.magic-red-9ua5wp table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.magic-red-9ua5wp table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.magic-red-9ua5wp img {
  max-width: 100%;
  height: auto;
}

.magic-red-17pbr7 {
  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) {
  .magic-red-17pbr7 {
    padding: 24px;
  }
}

.magic-red-8p750q {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .magic-red-8p750q {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.magic-red-8p750q > * {
  margin: 0 !important;
}

.magic-red-8p750q img,
.magic-red-dd38tv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .magic-red-8p750q img,
  .magic-red-dd38tv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.magic-red-aeuylb {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .magic-red-aeuylb {
    width: 32px;
    height: 32px;
  }
}

.magic-red-80ua7l {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.magic-red-80ua7l .magic-red-2ytp32 {
  flex-shrink: 0;
}

.magic-red-80ua7l .magic-red-uyzirj svg {
  display: none;
}

.magic-red-oxrxqc {
  display: grid;
  transition: max-height 0.magic-red-p9q29n ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .magic-red-oxrxqc {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .magic-red-oxrxqc {
    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));
  }
}

.magic-red-oxrxqc.magic-red-kuvdz0 + .magic-red-2ytp32 svg {
  transform: rotate(180deg);
}

.magic-red-mpuygz {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.magic-red-mpuygz > div:nth-child(3n) {
  grid-column: span 2;
}

.magic-red-mpuygz
  > div:nth-child(3n)
  .magic-red-azadl4
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .magic-red-mpuygz {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .magic-red-mpuygz > div:nth-child(3n) {
    grid-column: unset;
  }

  .magic-red-mpuygz
    > div:nth-child(3n)
    .magic-red-azadl4
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .magic-red-mpuygz {
    max-width: 270px;
  }
}

.magic-red-mpuygz .magic-red-azadl4 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .magic-red-mpuygz .magic-red-azadl4 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .magic-red-mpuygz .magic-red-azadl4 button {
    max-width: 104px;
  }
}

.magic-red-e4ajcc {
  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) {
  .magic-red-e4ajcc {
    margin-bottom: 0;
  }
}

.magic-red-p7q9cx {
  display: none;
  opacity: 0;
}

.magic-red-5ye828 {
  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;
  }
}

.magic-red-5ye828 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.magic-red-azadl4 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.magic-red-azadl4 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .magic-red-azadl4
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .magic-red-azadl4
    button {
    max-width: 145px;
  }
}

.magic-red-4irt62:first-child
  .magic-red-azadl4
  button {
  max-width: 270px;
}

.magic-red-2iclcj {
  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%;
}

.magic-red-e4ajcc picture {
  width: 100%;
  max-width: 100%;
}

.magic-red-jwd2gx {
  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;
}

.magic-red-jwd2gx svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.magic-red-e4ajcc:hover .magic-red-jwd2gx {
  display: flex;
}

.magic-red-xbmoqr {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.magic-red-d0v0v1 {
  display: flex;
}

.magic-red-d0v0v1:hover .magic-red-nutakm,
.magic-red-d0v0v1 .magic-red-a6gk0g .magic-red-nutakm {
  display: flex;
}

.magic-red-d0v0v1 svg {
  flex-shrink: 0;
}

.magic-red-nutakm {
  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) {
  .magic-red-nutakm {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.magic-red-nutakm:hover {
  display: flex;
}

.magic-red-nutakm svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.magic-red-5q3jtz {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .magic-red-5q3jtz {
    font-size: 12px;
  }
}

.magic-red-aq7uwn,
.magic-red-c299sz {
  width: 50%;
  flex-shrink: 0;
}

.magic-red-aq7uwn {
  font-weight: 700;
}

.magic-red-cd8yhs .magic-red-oxrxqc {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .magic-red-cd8yhs .magic-red-oxrxqc {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .magic-red-cd8yhs .magic-red-oxrxqc {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.magic-red-cd8yhs
  .magic-red-2iclcj:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.magic-red-cd8yhs .magic-red-5ye828 {
  height: 100% !important;
  border-radius: 16px;
}

.magic-red-cd8yhs .magic-red-azadl4 {
  gap: 4px;
  align-items: center;
}

.magic-red-cd8yhs .magic-red-azadl4 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.magic-red-cd8yhs .magic-red-azadl4 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.magic-red-cd8yhs .magic-red-tjuyu5,
.magic-red-cd8yhs .magic-red-7l51sl {
  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.magic-red-jg1a8y.org/2000/svg'%3E%3Cpath d='M9.magic-red-qti367 4.magic-red-b9c0ux.magic-red-q07h5c 5.magic-red-aw5ocv.magic-red-6m4qr2 5.magic-red-hvuv93.magic-red-x8dkc9 5.magic-red-ghq34b.magic-red-dswkf5 8.magic-red-538e9z.magic-red-ewy5i9 9.magic-red-l89lbh.magic-red-yydsm8 9.magic-red-x34z0v.magic-red-a4rgut 13.magic-red-88v3gc.magic-red-g75878 11.magic-red-2tkbby.magic-red-5fbwrs 11.magic-red-wx5syb.magic-red-zhbpqo 11.magic-red-lskuy9.magic-red-2e6yhg 13.magic-red-bo05au.magic-red-2qhrfl 9.magic-red-27k9cy.magic-red-cof4f1 9.magic-red-ni7rq6.magic-red-igyf30 8.magic-red-i1iqjt.magic-red-95cp2q 5.magic-red-hmft4h.magic-red-5aysk7 5.magic-red-nl1lo6.magic-red-ah39cz 5.magic-red-l6d7o4.magic-red-r5zy6w 4.magic-red-84whtw.magic-red-5fbwrs 1.magic-red-5fu417.magic-red-qti367 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.magic-red-cd8yhs .magic-red-tjuyu5 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.magic-red-cd8yhs .magic-red-7l51sl {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.magic-red-yzuyjy {
  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) {
  .magic-red-yzuyjy {
    padding: 24px;
  }
}

.magic-red-yzuyjy .magic-red-2ytp32 {
  display: flex;
}

@media (min-width: 768px) {
  .magic-red-yzuyjy .magic-red-2ytp32 {
    display: none;
  }
}

.magic-red-yzuyjy .magic-red-uyzirj svg {
  display: none;
}

.magic-red-f14oq5 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.magic-red-f14oq5 .magic-red-5rkeod {
  display: none;
}

@media (min-width: 768px) {
  .magic-red-f14oq5 .magic-red-5rkeod {
    display: flex;
  }
}

.magic-red-p5lqde {
  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) {
  .magic-red-p5lqde {
    font-size: 40px;
    line-height: 48px;
  }
}

.magic-red-p5lqde > * {
  margin: 0 !important;
}

.magic-red-p5lqde img,
.magic-red-lm3l0r {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .magic-red-p5lqde img,
  .magic-red-lm3l0r {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.magic-red-wz7e4f {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .magic-red-wz7e4f {
    width: 32px;
    height: 32px;
  }
}

.magic-red-hf7ptn {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .magic-red-hf7ptn {
    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;
  }

  .magic-red-hf7ptn::-webkit-scrollbar {
    display: none;
  }
}

.magic-red-dw80s3 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .magic-red-dw80s3 {
    padding: 7px 15px;
  }
}

.magic-red-dw80s3:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.magic-red-ltcqob {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .magic-red-ltcqob {
    display: flex;
    opacity: 1;
  }
}

.magic-red-dw80s3 picture {
  height: 100%;
  display: block;
}

.magic-red-dw80s3 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .magic-red-dw80s3 img {
    width: 88px;
    height: 44px;
  }
}

.magic-red-dw80s3 p {
  text-align: center;
  width: 100%;
}

.magic-red-psldpz {
  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) {
  .magic-red-psldpz {
    font-size: 40px;
    line-height: 48px;
  }
}

.magic-red-psldpz img,
.magic-red-v2wbcp {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .magic-red-psldpz img,
  .magic-red-v2wbcp {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.magic-red-ljo0dz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .magic-red-ljo0dz {
    width: 32px;
    height: 32px;
  }
}

.magic-red-vq3x6k {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.magic-red-x7c8ys {
  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;
}

.magic-red-pf9ivx {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.magic-red-pf9ivx.magic-red-a6gk0g {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.magic-red-v5sbmd {
  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) {
  .magic-red-v5sbmd {
    font-size: 20px;
    line-height: 28px;
  }
}

.magic-red-pgdikd {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.magic-red-70odex {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.magic-red-p9q29n ease;
  opacity: 0;
  color: var(--text-color);
}

.magic-red-pbrtlo {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.magic-red-pbrtlo ol,
.magic-red-pbrtlo ul {
  padding-left: 1.3em;
}

.magic-red-pf9ivx.magic-red-a6gk0g .magic-red-70odex {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.magic-red-pf9ivx.magic-red-a6gk0g .magic-red-pgdikd {
  transform: rotate(180deg);
  color: var(--text-color);
}

.magic-red-7uxo1b {
  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) {
  .magic-red-7uxo1b {
    padding: 24px;
  }
}

.magic-red-7uxo1b .magic-red-2ytp32 {
  display: flex;
}

@media (min-width: 768px) {
  .magic-red-7uxo1b .magic-red-2ytp32 {
    display: none;
  }
}

.magic-red-7uxo1b .magic-red-uyzirj svg {
  display: none;
}

.magic-red-h28usp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.magic-red-h28usp .magic-red-5rkeod {
  display: none;
}

@media (min-width: 768px) {
  .magic-red-h28usp .magic-red-5rkeod {
    display: flex;
  }
}

.magic-red-g6v7n3 {
  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) {
  .magic-red-g6v7n3 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.magic-red-g6v7n3 > * {
  margin: 0 !important;
}

.magic-red-g6v7n3 img,
.magic-red-6isv1l {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .magic-red-g6v7n3 img,
  .magic-red-6isv1l {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.magic-red-jveuwg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .magic-red-jveuwg {
    width: 32px;
    height: 32px;
  }
}

.magic-red-zzbsaf {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .magic-red-zzbsaf {
    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;
  }

  .magic-red-zzbsaf::-webkit-scrollbar {
    display: none;
  }
}

.magic-red-g6g8sb {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.magic-red-g6g8sb:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.magic-red-u52prs {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .magic-red-u52prs {
    display: flex;
    opacity: 1;
  }
}

.magic-red-g6g8sb picture {
  width: auto;
  height: 100%;
  display: block;
}

.magic-red-g6g8sb picture img {
  display: block;
  width: auto;
  height: 100%;
}

.magic-red-0tqwfo {
  margin: -24px 0;
}

.magic-red-0tqwfo:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .magic-red-0tqwfo {
    margin: -16px 0;
  }
}

.magic-red-m9n01e {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .magic-red-m9n01e {
    flex-direction: row;
  }
}

.magic-red-iyrkfv {
  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) {
  .magic-red-iyrkfv {
    flex: 1;
  }
}

.magic-red-iyrkfv::placeholder {
  color: var(--Text-400);
}

.magic-red-zq4n5g {
  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;
}

.magic-red-4g8aw7 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.magic-red-4g8aw7::-webkit-scrollbar {
  display: none;
}

.magic-red-gl7t31 {
  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;
}

.magic-red-gl7t31 img,
.magic-red-gl7t31 svg {
  margin-right: 8px;
}

.magic-red-bwop9s {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.magic-red-0tqwfo + .magic-red-jnyvsh {
  margin-top: 0;
}

@media (min-width: 768px) {
  .magic-red-0tqwfo + .magic-red-jnyvsh {
    margin-top: -16px;
  }
}

.magic-red-jj6wxx {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.magic-red-jj6wxx > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.magic-red-jj6wxx > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.magic-red-xz0o1i {
  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;
}

.magic-red-2iuyrw {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.magic-red-2z5at8 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.magic-red-stwaoj {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.magic-red-rgryw3 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.magic-red-xz0o1i 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;
}

.magic-red-xz0o1i 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) {
  .magic-red-xz0o1i {
    padding: 39px 179px 39px 39px;
  }

  .magic-red-2iuyrw {
    font-size: 40px;
    line-height: 48px;
  }

  .magic-red-rgryw3 {
    height: 348px;
  }

  .magic-red-xz0o1i button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .magic-red-xz0o1i button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .magic-red-xz0o1i {
    padding: 63px;
  }
}

.magic-red-oqf4w0 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .magic-red-oqf4w0 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.magic-red-gd5dn1 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .magic-red-gd5dn1 {
    width: auto;
  }
}

.magic-red-ki293s {
  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;
}

.magic-red-ki293s::-webkit-scrollbar {
  display: none;
}

.magic-red-ki293s 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);
}

.magic-red-ki293s a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .magic-red-ki293s {
    margin-left: 16px;
    margin-top: 0;
  }
}

.magic-red-oqf4w0 .magic-red-o9wegm {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.magic-red-p9q29n,
    mask-image 0.3s;
}

.magic-red-oqf4w0 .magic-red-o9wegm.magic-red-pf2ixl {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.magic-red-ap5y3f {
  margin: 40px -16px;
}

.magic-red-rky4nd + .magic-red-ecxzgb,
.magic-red-rky4nd + .magic-red-1spw21 {
  margin-top: 24px;
}

.magic-red-6do2fx {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.magic-red-6do2fx picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.magic-red-miv0il {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .magic-red-miv0il {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .magic-red-miv0il {
    margin-top: 0;
  }
}

.magic-red-7zdutj {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .magic-red-7zdutj {
    font-size: 24px;
    line-height: 32px;
  }
}

.magic-red-wvw0m2 {
  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) {
  .magic-red-wvw0m2 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.magic-red-muipzo {
  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) {
  .magic-red-muipzo {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.magic-red-mesbgw {
  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) {
  .magic-red-mesbgw {
    font-size: 20px;
    line-height: 28px;
  }
}

.magic-red-aaaqd6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .magic-red-aaaqd6 {
    font-size: 32px;
    line-height: 40px;
  }
}

.magic-red-l8kafo {
  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;
}

.magic-red-bmrsua {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.magic-red-bmrsua img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.magic-red-jnyvsh {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.magic-red-rg56lp {
  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) {
  .magic-red-rg56lp {
    padding: 15px 48px;
  }
}

main > .magic-red-jnyvsh {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .magic-red-oxrxqc.magic-red-45ikwa > div:nth-child(n+5) {
    display: none;
  }
}

.magic-red-9ua5wp p a img {
  display: block;
  margin: 0 auto;
}


.magic-red-6n2ic0 {
  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 */
.magic-red-zeqaol {
  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;
}

.magic-red-zeqaol label {
  font-size: 14px;
}

.magic-red-zeqaol h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.magic-red-zeqaol input,
.magic-red-zeqaol textarea,
.magic-red-zeqaol 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;
}
.magic-red-zeqaol button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.magic-red-38zzbr ease;
}
.magic-red-zeqaol button:hover {
  background-color: var(--button-bg-hover);
}
.magic-red-03724j {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.magic-red-b32kus ease-in;
}

.magic-red-03724j 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;
}
.magic-red-rc1wqm, .magic-red-p7g1ad, [class*="review-card"],
thead, thead th, table th, .magic-red-ueeeuj,
.magic-red-ayewyg, [class*="collapsible-header"],
.magic-red-vh6oo1, [class*="updated-block"] {
  color: #ece7dc !important;
}
