* {
  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;
  }
}

.manga-0f8a5r {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .manga-0f8a5r {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .manga-0f8a5r {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.manga-agytj6 {
  overflow: hidden;
}

.manga-e1eefy img {
  background: var(--Neutral-300);
}

.manga-ji7jrg {
  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;
}

.manga-r3isg8 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.manga-r3isg8:hover {
  background: var(--button-bg-hover);
}

.manga-dm1i1f {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.manga-dm1i1f:hover {
  background: var(--button-bg-hover);
}

.manga-th1vss {
  font-size: 12px;
  line-height: 18px;
}

.manga-7qlg1z {
  font-size: 18px;
  line-height: 26px;
}

.manga-bmu5mq {
  width: 100%;
}

.manga-p9kf9b {
  padding: 6px 16px;
}

.manga-qnpvf0 {
  padding: 10px 16px;
}

.manga-pwabtg {
  padding: 15px 26px;
}

.manga-y0hbne {
  flex-shrink: 0;
}

.manga-f7v6d8 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.manga-ttnw5a {
  display: none;
}

.manga-4fzi4g {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.manga-sou85o {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.manga-vad28w {
  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;
}

.manga-9gooni {
  cursor: grab;
}

.manga-vad28w::-webkit-scrollbar {
  display: none;
}

.manga-lhsu3a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.manga-mxx6d8 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.manga-1u2m0t {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.manga-1adsbv {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.manga-zf5yqu {
  visibility: visible;
}

.manga-e7lwy9 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.manga-2s2idv ease;
}

.manga-fx5glj {
  background-color: var(--Primary-200);
  width: 16px;
}

.manga-xll06w {
  -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.manga-2s2idv,
    mask-image 0.3s;
}

.manga-xll06w.manga-fa74fh {
  -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;
  }
}

.manga-ecldaq: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;
}

.manga-culmgk {
  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.manga-35xggz.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.manga-35xggz.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;
}

.manga-txqq5d {
  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);
}

.manga-txqq5d::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%
  );
}

.manga-38sk8m {
  position: relative;
  z-index: 1;
}

.manga-qppdne {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.manga-i48otz {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.manga-3yw2aj {
  font-size: 40px;
  line-height: 48px;
}

.manga-u4fply {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.manga-4wgq4i {
  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;
}

.manga-4wgq4i:hover {
  background: var(--Primary-400);
}

.manga-4wgq4i svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.manga-ecldaq 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) {
  .manga-txqq5d {
    max-width: 600px;
    padding: 64px;
  }

  .manga-qppdne {
    font-size: 24px;
    line-height: 32px;
  }

  .manga-i48otz {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .manga-3yw2aj {
    font-size: 50px;
    line-height: 56px;
  }

  .manga-u4fply {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .manga-culmgk {
    top: 25px;
    right: 25px;
  }
}

.manga-eq16op,
.manga-80op9r {
  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;
}

.manga-0k523r.manga-3ygd26::before,
.manga-80op9r::before,
.manga-od6tco::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.manga-35xggz.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.manga-17i04p 14.manga-ed4u29.manga-mc6q39 14.manga-8rmt4i 15.manga-xtq7g7 14.manga-gx389l 15.manga-canymq 14.manga-absojn.manga-hyqmfm 14.manga-72qp60 19.manga-hby1oj 12.manga-35fgod 19.manga-hby1oj 10.manga-azkqnh.manga-hby1oj 8.manga-h2s6gy 17.manga-oqkdv8 7.manga-qdqccy 15.manga-zmrxpw 7.manga-1o16m1.manga-zqh5op 7.manga-qdqccy 11.manga-d9wswr 8.manga-h2s6gy 11.manga-d9wswr 10.manga-j8c2my.manga-d9wswr 12.manga-4m96eu 13.manga-ee94b1 14.manga-36zucs 15.manga-vcu5zn 14.manga-4pz6n5.manga-avtdgu 14.manga-8zx5jr 15.manga-8ud3ux 14.manga-0udywr 15.manga-yxf3k1 14.manga-4suvxn.manga-17i04p 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.manga-648ba2 15.manga-q507tz.manga-h4fy98 15.manga-06iooh 15.manga-x7irud 15.manga-u04rv5 15.manga-6saint 15.manga-4wasp9.manga-zi61ir 15.manga-u04rv5 15.manga-w4dqrf 15.manga-tcjciz 15.manga-wdqcci 15.manga-w4y3b1.manga-0726q1 15.manga-1gux17 7.manga-wc3fla 18.manga-k9fmbp 7.manga-edq26q 23.manga-s7jfhq.manga-9o84le.manga-b8vb5u 18.manga-1kp72v 19.manga-ekp4ld 15.manga-rtz1jm 15.manga-648ba2 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.manga-m6ncgg [type="submit"] *,
.manga-3j7cdz button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .manga-o6sctx {
    display: none;
  }
}

.manga-awuwt5 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .manga-awuwt5 {
  display: none;
}

@media (min-width: 768px) {
  .manga-awuwt5 {
    bottom: 22px;
  }
}

.manga-awuwt5 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .manga-awuwt5 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.manga-yh07xu.static) .manga-awuwt5 {
    bottom: 8px;
  }
}

.manga-bozsd2 {
  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.manga-35xggz.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.manga-wj2att 3.manga-wg7zhj.manga-qjq3k3.manga-qz0ic6 3.manga-76ywzb 3.manga-osguqn 5.manga-8nffyo 3.manga-osguqn 8.manga-p3l6cj.manga-4mavtq.manga-osguqn 26.manga-o74v0f 5.manga-uj3a8m 28.manga-djuliq 8.manga-yt9bl3 28.manga-yptdrm.manga-23weyh 28.manga-38yiy6.manga-a1bjmk 34.manga-2aofax.manga-8do01f 36.manga-44myws 11.manga-baqifi 37.manga-vvnvpj 12.manga-60nhel 36.manga-yldc1h.manga-mban1u 28.manga-qimgrp.manga-io51te.manga-62w6s1 28.manga-t7z26b 36.manga-j7ak61 26.manga-tjktku 36.manga-j7ak61 23.manga-suzt1o.manga-7012u3.manga-j7ak61 5.manga-q01fae 34.manga-rfa6li 3.manga-76ywzb 31.manga-wj2att 3.manga-iwcfof.manga-a1zoj9 18.manga-650aez.manga-jzqrj7 18.manga-avlizp 8.manga-1nuz98 17.manga-ymfa2l 8.manga-1nuz98 15.manga-or6rc2.manga-1nuz98 14.manga-q9xiah 9.manga-jzqrj7 13.manga-yhyyf9 11.manga-a1zoj9 13.manga-svm5xr.manga-k0kxmx 13.manga-yhyyf9 13.manga-8f3njo 14.manga-q9xiah 13.manga-8f3njo 15.manga-xvpz5m.manga-8f3njo 17.manga-ymfa2l 12.manga-k0kxmx 18.manga-avlizp 11.manga-a1zoj9 18.manga-k5u7ms.manga-q9khx3 18.manga-x32t08.manga-h9c5uz 18.manga-avlizp 17.manga-0ewpi9 17.manga-ymfa2l 17.manga-0ewpi9 15.manga-divbov.manga-0ewpi9 14.manga-q9xiah 18.manga-h9c5uz 13.manga-yhyyf9 20.manga-q9khx3 13.manga-y6prop.manga-7ru468 13.manga-yhyyf9 22.manga-co8few 14.manga-q9xiah 22.manga-co8few 15.manga-9u8jfh.manga-rf7qm2 17.manga-ymfa2l 21.manga-7ru468 18.manga-avlizp 20.manga-q9khx3 18.manga-ounddj.manga-nwf19m 18.manga-pxueyb.manga-rpx620 18.manga-avlizp 26.manga-rnnq4m 17.manga-ymfa2l 26.manga-rnnq4m 15.manga-4l87jl.manga-rnnq4m 14.manga-q9xiah 27.manga-rpx620 13.manga-yhyyf9 28.manga-nwf19m 13.manga-skfuxr.manga-jqying 13.manga-yhyyf9 31.manga-bo2idf 14.manga-q9xiah 31.manga-bo2idf 15.manga-zowtgx.manga-rnnq4m 17.manga-ymfa2l 30.manga-jqying 18.manga-avlizp 28.manga-nwf19m 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"])
    .manga-bozsd2 {
    display: none;
  }
}

.manga-16tsxl {
  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) {
  .manga-16tsxl {
    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;
}

.manga-3j7cdz {
  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) {
  .manga-3j7cdz {
    padding: 14px 16px;
  }
}

.manga-3j7cdz button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.manga-3j7cdz button:first-child {
  align-content: end;
}

.manga-3j7cdz button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .manga-3j7cdz
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .manga-3j7cdz
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.manga-3j7cdz button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.manga-3j7cdz button:last-child svg {
  width: 38px;
  height: 38px;
}

.manga-od6tco {
  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;
}

.manga-od6tco::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .manga-od6tco,
.pc61d126-chatbot[data-active-screen="3"]
  .manga-od6tco {
  opacity: 1;
  visibility: visible;
}

.manga-7iby3o {
  flex: 1 1;
}

.manga-g82tmi {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .manga-g82tmi {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .manga-0a79ys {
  display: block;
}

.manga-688185 {
  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) {
  .manga-688185 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.manga-80op9r {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.manga-80op9r::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.manga-or686c span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.manga-or686c p {
  color: var(--Text-100);
}

.manga-80op9r .manga-s31n59 {
  grid-area: button;
}

.manga-80op9r .manga-s31n59::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.manga-35xggz.org/2000/svg'%3E%3Cpath d='M4.manga-8xfxin 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.manga-uxskm6 15L16.manga-uxskm6 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.manga-uxskm6 5L16.manga-uxskm6 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .manga-b6k9s4 {
  display: block;
}

.manga-8weh7b {
  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) {
  .manga-8weh7b {
    margin-top: 40px;
  }
}

.manga-eq16op label,
.manga-eq16op input {
  display: block;
  width: 100%;
}

.manga-eq16op label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.manga-eq16op label.manga-j99v67 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.manga-eq16op label.manga-j99v67::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;
}

.manga-eq16op 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;
}

.manga-eq16op input::placeholder {
  color: var(--Text-400);
}

.manga-rru5dp {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .manga-rru5dp {
  display: flex;
}

.manga-rru5dp ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .manga-rru5dp ol {
    height: 420px;
    padding: 24px;
  }
}

.manga-rru5dp ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.manga-m6ncgg {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .manga-m6ncgg {
    padding: 0 24px 24px;
  }
}

.manga-m6ncgg 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;
}

.manga-m6ncgg input::placeholder {
  color: var(--Text-400);
}

.manga-m6ncgg [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.manga-m6ncgg [type="submit"]:disabled {
  opacity: 0.5;
}

.manga-m6ncgg [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .manga-m6ncgg [type="submit"] {
    right: 40px;
  }
}

.manga-0k523r {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.manga-0k523r.manga-3ygd26 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.manga-0k523r.manga-3ygd26::before {
  content: "";
  width: 31px;
}

.manga-0k523r.manga-3ygd26 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.manga-0k523r.manga-5hwrdg p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.manga-0k523r p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.manga-awuwt5 .manga-s31n59 {
  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;
  }
}

.manga-o6sctx {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .manga-o6sctx {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .manga-o6sctx {
    padding: 18px 0;
  }
}

.manga-o6sctx .manga-0f8a5r {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .manga-o6sctx .manga-0f8a5r {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.manga-dz75hz {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .manga-dz75hz {
    max-width: 160px;
    height: 40px;
  }
}

.manga-dz75hz picture,
.manga-dz75hz img {
  display: block;
  width: 100%;
  height: 100%;
}

.manga-dz75hz img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .manga-rek4nx {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.manga-2s2idv ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .manga-o6sctx.manga-6w2qda .manga-rek4nx {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .manga-rek4nx {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .manga-rek4nx {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.manga-c0416o,
.manga-9gaoxv {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .manga-c0416o,
  .manga-9gaoxv {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .manga-9gaoxv {
    display: none;
  }
}

.manga-4fvb41 {
  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;
}

.manga-6w2qda .manga-4fvb41 {
  background: var(--fh-bg-color);
}

.manga-4fvb41 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .manga-4fvb41 {
    display: none;
  }
}

.manga-ls6956 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .manga-ls6956 {
    display: none;
  }
}

.manga-n4ahs6 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.manga-o6sctx.manga-6w2qda .manga-n4ahs6:first-child {
  display: none;
}

.manga-o6sctx.manga-6w2qda .manga-n4ahs6:last-child {
  display: block;
}

.manga-n4ahs6:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .manga-n4ahs6 {
    display: none;
  }
}

.manga-52jw73 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .manga-52jw73 {
    display: flex;
  }
}

.manga-52jw73 ul {
  max-height: 350px;
  overflow-y: auto;
}

.manga-52jw73:hover ul {
  visibility: visible;
  opacity: 1;
}

.manga-52jw73:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.manga-52jw73:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.manga-52jw73:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.manga-52jw73:hover .manga-zc59q5 svg {
  transform: rotate(180deg);
}

.manga-mh13u0 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.manga-py4z10 {
  padding: 0 8px;
}

.manga-qktfbs {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.manga-qktfbs:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .manga-qktfbs {
    padding: 4px 8px;
  }
}

.manga-hhzj5y {
  display: flex;
}

.manga-hhzj5y img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.manga-zc59q5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.manga-zc59q5 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.manga-1ps1nx {
  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) {
  .manga-1ps1nx {
    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;
  }
}

.manga-eh01kv {
  width: 100%;
}

@media (min-width: 1200px) {
  .manga-eh01kv {
    display: none;
  }
}

.manga-u58auy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.manga-f0kqy2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.manga-ve6wwt {
  display: flex;
}

.manga-21qtqp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.manga-pc65aj {
  list-style: none;
}

@media (max-width: 1199px) {
  .manga-pc65aj {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .manga-pc65aj {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .manga-pc65aj .manga-k0nilb [data-ref-el],
  .manga-pc65aj .manga-k0nilb span,
  .manga-pc65aj .manga-k0nilb a {
    white-space: nowrap;
  }
}

.manga-e62ym6 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .manga-e62ym6.manga-vh7qor > .manga-k0nilb {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .manga-e62ym6.manga-47vgk3:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .manga-e62ym6.manga-vh7qor > .manga-bv44ct {
    height: auto;
  }

  .manga-e62ym6.manga-vh7qor > div > .manga-nctbhv {
    transform: rotate(180deg);
  }
}

.manga-e62ym6 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.manga-e62ym6 [data-ref-el],
.manga-e62ym6 span {
  cursor: pointer;
}

.manga-e62ym6 [data-ref-el],
.manga-e62ym6 span,
.manga-e62ym6 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .manga-e62ym6 [data-ref-el],
  .manga-e62ym6 span,
  .manga-e62ym6 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .manga-e62ym6 [data-ref-el],
  .manga-e62ym6 span,
  .manga-e62ym6 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.manga-bv44ct {
  height: 0;
  overflow: hidden;
  transition: height 0.manga-2s2idv ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.manga-bv44ct::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.manga-bv44ct::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.manga-bv44ct::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .manga-bv44ct {
    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;
  }

  .manga-bv44ct:has(> .manga-e62ym6.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .manga-bv44ct .manga-bv44ct {
    padding: 0;
  }

  .manga-bv44ct .manga-e62ym6 {
    font-weight: 400;
  }

  .manga-bv44ct .manga-e62ym6:hover > .manga-k0nilb {
    background: var(--Neutral-300);
  }

  .manga-bv44ct .manga-nctbhv {
    rotate: -90deg;
  }
}

.manga-k0nilb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .manga-k0nilb {
    padding: 8px;
  }

  .manga-e62ym6.manga-9d2mz9 > .manga-k0nilb {
    background: var(--Neutral-300);
  }
}

.manga-nctbhv {
  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.manga-35xggz.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.manga-q40g4g 0.manga-o48syk.manga-c75kkt -0.manga-6hraut 0.manga-qr4kzh -0.manga-6hraut 1.manga-pi17ce 0.manga-ryyth1.manga-ybrzwq 4.manga-ac8thk.manga-q40g4g 0.manga-ck5hf3.manga-21ehbg -0.manga-6hraut 9.manga-zhix4n -0.manga-6hraut 10.manga-8ylj40 0.manga-9mkypq.manga-8nqjna 0.manga-c75kkt 10.manga-8nqjna 0.manga-qr4kzh 10.manga-8ylj40 1.manga-9v9rrb.manga-u19xwf 5.manga-ihl3x3.manga-7qb637 6.manga-5ijvcd 5.manga-51t5e8 6.manga-5ijvcd 4.manga-a32q65 5.manga-arv7dy.manga-q40g4g 1.manga-uedgub.manga-6hraut 0.manga-qr4kzh -0.manga-6hraut 0.manga-c75kkt 0.manga-q40g4g 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.manga-2s2idv ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .manga-nctbhv {
    cursor: default;
  }
}

.manga-87m2g0 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.manga-k2uyty {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .manga-k2uyty {
    padding: 40px 4px;
  }
}

.manga-e000aj {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .manga-e000aj {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.manga-7yi40j {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .manga-7yi40j {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.manga-7yi40j ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.manga-7yi40j [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.manga-7yi40j [data-ref-el],
.manga-7yi40j span,
.manga-7yi40j a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.manga-fyaouf {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .manga-fyaouf {
    margin-bottom: 12px;
  }
}

.manga-qarkxg {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.manga-qarkxg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .manga-qarkxg:last-child {
    margin-right: 0;
  }
}

.manga-abbbv3 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.manga-fyaouf:hover .manga-eo9li3 {
  visibility: visible;
  opacity: 1;
}

.manga-eo9li3 {
  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);
}

.manga-chlhhe {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.manga-pzkdne {
  display: flex;
  margin: 6px;
}

.manga-pzkdne img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.manga-eo9li3::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);
}

.manga-eo9li3::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);
}

.manga-g8v1ng {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .manga-g8v1ng {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.manga-npo0t2 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .manga-npo0t2 {
    margin-right: 32px;
  }
}

.manga-h3qacv {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .manga-h3qacv {
    margin-top: 0;
    width: 340px;
  }
}

.manga-h3qacv a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.manga-6vnuz8 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.manga-2xuq7f {
  position: relative;
}

@media (min-width: 768px) {
  .manga-2xuq7f {
    margin-top: 40px;
  }
}

.manga-2xuq7f + .manga-zgwfz1,
.manga-2xuq7f + .manga-2xuq7f {
  margin-top: 24px;
}

.manga-yh9z6b {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .manga-yh9z6b {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .manga-yh9z6b {
    padding: 80px;
  }
}

.manga-n4hxge {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .manga-n4hxge {
    padding: 0 16px;
}


}

.manga-zoabpt {
  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) {
  .manga-zoabpt {
    font-size: 48px;
    line-height: 56px;
  }
}

.manga-a8gh1i {
  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) {
  .manga-a8gh1i {
    font-size: 24px;
    line-height: 32px;
  }
}

.manga-fgx5u7 {
  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;
}

.manga-fgx5u7:hover {
  background: var(--button-bg-hover);
}

.manga-7oq157 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.manga-7oq157 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .manga-7oq157 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .manga-7oq157 img {
  min-height: 100%;
  }
}

.manga-yh9z6b::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.manga-5x4fjy {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.manga-5x4fjy h1,
.manga-5x4fjy h2,
.manga-5x4fjy h3,
.manga-5x4fjy h4 {
  margin-bottom: 6px;
}

.manga-5x4fjy h1:not(:first-child),
.manga-5x4fjy h2:not(:first-child),
.manga-5x4fjy h3:not(:first-child),
.manga-5x4fjy h4:not(:first-child) {
  margin-top: 16px;
}

.manga-5x4fjy h1,
.manga-5x4fjy h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .manga-5x4fjy h1,
  .manga-5x4fjy h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.manga-5x4fjy h2,
.manga-5x4fjy h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .manga-5x4fjy h2,
  .manga-5x4fjy h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.manga-5x4fjy h3,
.manga-5x4fjy h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .manga-5x4fjy h3,
  .manga-5x4fjy h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.manga-5x4fjy h4,
.manga-5x4fjy h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.manga-5x4fjy ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.manga-5x4fjy ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.manga-5x4fjy 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);
}

.manga-5x4fjy ul ul {
  margin-bottom: 8px;
}

.manga-5x4fjy ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.manga-5x4fjy ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.manga-5x4fjy ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.manga-5x4fjy ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.manga-5x4fjy ol li::marker {
  font-weight: 700;
}

.manga-5x4fjy ol ol {
  margin-bottom: 8px;
}

.manga-5x4fjy ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.manga-5x4fjy ol ul li {
  padding-left: 16px;
}

.manga-5x4fjy 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) {
  .manga-5x4fjy table {
    padding: 24px;
  }
}

.manga-5x4fjy table.manga-jyptaw {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.manga-2s2idv,
    mask-image 0.3s;
}

.manga-5x4fjy table.manga-jyptaw.manga-fa74fh {
  -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) {
  .manga-5x4fjy table {
    display: table;
  }
}

.manga-5x4fjy 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);
}

.manga-5x4fjy table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.manga-5x4fjy table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.manga-5x4fjy 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) {
  .manga-5x4fjy table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.manga-5x4fjy table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.manga-5x4fjy table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.manga-5x4fjy table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.manga-5x4fjy img {
  max-width: 100%;
  height: auto;
}

.manga-7alkkv {
  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) {
  .manga-7alkkv {
    padding: 24px;
  }
}

.manga-9ky70f {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .manga-9ky70f {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.manga-9ky70f > * {
  margin: 0 !important;
}

.manga-9ky70f img,
.manga-w3skv2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .manga-9ky70f img,
  .manga-w3skv2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.manga-x6qw3i {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .manga-x6qw3i {
    width: 32px;
    height: 32px;
  }
}

.manga-ivzuek {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.manga-ivzuek .manga-995lv6 {
  flex-shrink: 0;
}

.manga-ivzuek .manga-2am7l6 svg {
  display: none;
}

.manga-19g5gn {
  display: grid;
  transition: max-height 0.manga-2s2idv ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .manga-19g5gn {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .manga-19g5gn {
    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));
  }
}

.manga-19g5gn.manga-ymu8r3 + .manga-995lv6 svg {
  transform: rotate(180deg);
}

.manga-l3qqmi {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.manga-l3qqmi > div:nth-child(3n) {
  grid-column: span 2;
}

.manga-l3qqmi
  > div:nth-child(3n)
  .manga-dx90ky
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .manga-l3qqmi {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .manga-l3qqmi > div:nth-child(3n) {
    grid-column: unset;
  }

  .manga-l3qqmi
    > div:nth-child(3n)
    .manga-dx90ky
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .manga-l3qqmi {
    max-width: 270px;
  }
}

.manga-l3qqmi .manga-dx90ky button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .manga-l3qqmi .manga-dx90ky button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .manga-l3qqmi .manga-dx90ky button {
    max-width: 104px;
  }
}

.manga-hmtqsy {
  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) {
  .manga-hmtqsy {
    margin-bottom: 0;
  }
}

.manga-bvu60v {
  display: none;
  opacity: 0;
}

.manga-psaixp {
  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;
  }
}

.manga-psaixp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.manga-dx90ky {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.manga-dx90ky button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .manga-dx90ky
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .manga-dx90ky
    button {
    max-width: 145px;
  }
}

.manga-x1wg58:first-child
  .manga-dx90ky
  button {
  max-width: 270px;
}

.manga-wxf0ht {
  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%;
}

.manga-hmtqsy picture {
  width: 100%;
  max-width: 100%;
}

.manga-nhscb1 {
  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;
}

.manga-nhscb1 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.manga-hmtqsy:hover .manga-nhscb1 {
  display: flex;
}

.manga-cxccs7 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.manga-woev9k {
  display: flex;
}

.manga-woev9k:hover .manga-cgue2l,
.manga-woev9k .manga-9d2mz9 .manga-cgue2l {
  display: flex;
}

.manga-woev9k svg {
  flex-shrink: 0;
}

.manga-cgue2l {
  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) {
  .manga-cgue2l {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.manga-cgue2l:hover {
  display: flex;
}

.manga-cgue2l svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.manga-8d6bqv {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .manga-8d6bqv {
    font-size: 12px;
  }
}

.manga-ui1pld,
.manga-75p9gb {
  width: 50%;
  flex-shrink: 0;
}

.manga-ui1pld {
  font-weight: 700;
}

.manga-w1739n .manga-19g5gn {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .manga-w1739n .manga-19g5gn {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .manga-w1739n .manga-19g5gn {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.manga-w1739n
  .manga-wxf0ht:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.manga-w1739n .manga-psaixp {
  height: 100% !important;
  border-radius: 16px;
}

.manga-w1739n .manga-dx90ky {
  gap: 4px;
  align-items: center;
}

.manga-w1739n .manga-dx90ky button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.manga-w1739n .manga-dx90ky svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.manga-w1739n .manga-adw792,
.manga-w1739n .manga-ool72v {
  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.manga-35xggz.org/2000/svg'%3E%3Cpath d='M9.manga-57ukjc 4.manga-cjy6zr.manga-da54c9 5.manga-1in7ab.manga-y7uykt 5.manga-deum06.manga-9qiyab 5.manga-ff88my.manga-kahnaz 8.manga-ktyw4t.manga-3zvhbo 9.manga-6em585.manga-1ok864 9.manga-s7xmlt.manga-hxyurz 13.manga-akm3ju.manga-yahk8p 11.manga-1jrtgq.manga-xmnnvc 11.manga-prpebg.manga-lbxtoj 11.manga-1r4j3v.manga-yunlne 13.manga-6x3scw.manga-wb68z5 9.manga-u2hyx5.manga-pruhys 9.manga-81axr6.manga-jtyttu 8.manga-scjx2i.manga-932t3o 5.manga-0v2abg.manga-wa3z7t 5.manga-030wlk.manga-llfri0 5.manga-rnr4sl.manga-dovt3x 4.manga-nhuae4.manga-xmnnvc 1.manga-zy15ro.manga-57ukjc 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.manga-w1739n .manga-adw792 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.manga-w1739n .manga-ool72v {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.manga-lhbzcp {
  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) {
  .manga-lhbzcp {
    padding: 24px;
  }
}

.manga-lhbzcp .manga-995lv6 {
  display: flex;
}

@media (min-width: 768px) {
  .manga-lhbzcp .manga-995lv6 {
    display: none;
  }
}

.manga-lhbzcp .manga-2am7l6 svg {
  display: none;
}

.manga-hlrqf5 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.manga-hlrqf5 .manga-ji7jrg {
  display: none;
}

@media (min-width: 768px) {
  .manga-hlrqf5 .manga-ji7jrg {
    display: flex;
  }
}

.manga-tsu2u3 {
  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) {
  .manga-tsu2u3 {
    font-size: 40px;
    line-height: 48px;
  }
}

.manga-tsu2u3 > * {
  margin: 0 !important;
}

.manga-tsu2u3 img,
.manga-051p43 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .manga-tsu2u3 img,
  .manga-051p43 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.manga-whqovu {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .manga-whqovu {
    width: 32px;
    height: 32px;
  }
}

.manga-jhhf9i {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .manga-jhhf9i {
    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;
  }

  .manga-jhhf9i::-webkit-scrollbar {
    display: none;
  }
}

.manga-w5sfa4 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .manga-w5sfa4 {
    padding: 7px 15px;
  }
}

.manga-w5sfa4:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.manga-fe344k {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .manga-fe344k {
    display: flex;
    opacity: 1;
  }
}

.manga-w5sfa4 picture {
  height: 100%;
  display: block;
}

.manga-w5sfa4 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .manga-w5sfa4 img {
    width: 88px;
    height: 44px;
  }
}

.manga-w5sfa4 p {
  text-align: center;
  width: 100%;
}

.manga-0mv2ol {
  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) {
  .manga-0mv2ol {
    font-size: 40px;
    line-height: 48px;
  }
}

.manga-0mv2ol img,
.manga-qaywg9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .manga-0mv2ol img,
  .manga-qaywg9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.manga-jvgfh2 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .manga-jvgfh2 {
    width: 32px;
    height: 32px;
  }
}

.manga-6uq31s {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.manga-vprre4 {
  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;
}

.manga-ygekwg {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.manga-ygekwg.manga-9d2mz9 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.manga-zhddkt {
  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) {
  .manga-zhddkt {
    font-size: 20px;
    line-height: 28px;
  }
}

.manga-6oqcui {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.manga-iih3o2 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.manga-2s2idv ease;
  opacity: 0;
  color: var(--text-color);
}

.manga-0tgj6z {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.manga-0tgj6z ol,
.manga-0tgj6z ul {
  padding-left: 1.3em;
}

.manga-ygekwg.manga-9d2mz9 .manga-iih3o2 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.manga-ygekwg.manga-9d2mz9 .manga-6oqcui {
  transform: rotate(180deg);
  color: var(--text-color);
}

.manga-2j5byy {
  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) {
  .manga-2j5byy {
    padding: 24px;
  }
}

.manga-2j5byy .manga-995lv6 {
  display: flex;
}

@media (min-width: 768px) {
  .manga-2j5byy .manga-995lv6 {
    display: none;
  }
}

.manga-2j5byy .manga-2am7l6 svg {
  display: none;
}

.manga-xusmie {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.manga-xusmie .manga-ji7jrg {
  display: none;
}

@media (min-width: 768px) {
  .manga-xusmie .manga-ji7jrg {
    display: flex;
  }
}

.manga-yys4m7 {
  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) {
  .manga-yys4m7 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.manga-yys4m7 > * {
  margin: 0 !important;
}

.manga-yys4m7 img,
.manga-cn9ic4 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .manga-yys4m7 img,
  .manga-cn9ic4 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.manga-cyhkh5 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .manga-cyhkh5 {
    width: 32px;
    height: 32px;
  }
}

.manga-xhrw3k {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .manga-xhrw3k {
    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;
  }

  .manga-xhrw3k::-webkit-scrollbar {
    display: none;
  }
}

.manga-9hgcp9 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.manga-9hgcp9:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.manga-3boow7 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .manga-3boow7 {
    display: flex;
    opacity: 1;
  }
}

.manga-9hgcp9 picture {
  width: auto;
  height: 100%;
  display: block;
}

.manga-9hgcp9 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.manga-nz9z9x {
  margin: -24px 0;
}

.manga-nz9z9x:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .manga-nz9z9x {
    margin: -16px 0;
  }
}

.manga-cdzba5 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .manga-cdzba5 {
    flex-direction: row;
  }
}

.manga-v93q13 {
  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) {
  .manga-v93q13 {
    flex: 1;
  }
}

.manga-v93q13::placeholder {
  color: var(--Text-400);
}

.manga-nqjtyh {
  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;
}

.manga-axlfrx {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.manga-axlfrx::-webkit-scrollbar {
  display: none;
}

.manga-qlpo6o {
  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;
}

.manga-qlpo6o img,
.manga-qlpo6o svg {
  margin-right: 8px;
}

.manga-itw1kz {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.manga-nz9z9x + .manga-fojb9m {
  margin-top: 0;
}

@media (min-width: 768px) {
  .manga-nz9z9x + .manga-fojb9m {
    margin-top: -16px;
  }
}

.manga-da0yvw {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.manga-da0yvw > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.manga-da0yvw > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.manga-6j6x99 {
  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;
}

.manga-xutlae {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.manga-4xcxnd {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.manga-th70do {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.manga-i2zp52 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.manga-6j6x99 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;
}

.manga-6j6x99 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) {
  .manga-6j6x99 {
    padding: 39px 179px 39px 39px;
  }

  .manga-xutlae {
    font-size: 40px;
    line-height: 48px;
  }

  .manga-i2zp52 {
    height: 348px;
  }

  .manga-6j6x99 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .manga-6j6x99 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .manga-6j6x99 {
    padding: 63px;
  }
}

.manga-7ufx9b {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .manga-7ufx9b {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.manga-6u1bb3 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .manga-6u1bb3 {
    width: auto;
  }
}

.manga-4tfz5n {
  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;
}

.manga-4tfz5n::-webkit-scrollbar {
  display: none;
}

.manga-4tfz5n 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);
}

.manga-4tfz5n a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .manga-4tfz5n {
    margin-left: 16px;
    margin-top: 0;
  }
}

.manga-7ufx9b .manga-db325g {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.manga-2s2idv,
    mask-image 0.3s;
}

.manga-7ufx9b .manga-db325g.manga-fa74fh {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.manga-izha9b {
  margin: 40px -16px;
}

.manga-l0mtuq + .manga-zgwfz1,
.manga-l0mtuq + .manga-2xuq7f {
  margin-top: 24px;
}

.manga-g9k4ek {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.manga-g9k4ek picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.manga-ax9rl8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .manga-ax9rl8 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .manga-ax9rl8 {
    margin-top: 0;
  }
}

.manga-vn4xhe {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .manga-vn4xhe {
    font-size: 24px;
    line-height: 32px;
  }
}

.manga-pc368s {
  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) {
  .manga-pc368s {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.manga-y1mdnm {
  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) {
  .manga-y1mdnm {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.manga-kcszxh {
  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) {
  .manga-kcszxh {
    font-size: 20px;
    line-height: 28px;
  }
}

.manga-wqtwu6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .manga-wqtwu6 {
    font-size: 32px;
    line-height: 40px;
  }
}

.manga-9s67mm {
  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;
}

.manga-2r47tx {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.manga-2r47tx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.manga-fojb9m {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.manga-62sai4 {
  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) {
  .manga-62sai4 {
    padding: 15px 48px;
  }
}

main > .manga-fojb9m {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .manga-19g5gn.manga-80bvqy > div:nth-child(n+5) {
    display: none;
  }
}

.manga-5x4fjy p a img {
  display: block;
  margin: 0 auto;
}


.manga-d5tbri {
  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 */
.manga-yiwk79 {
  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;
}

.manga-yiwk79 label {
  font-size: 14px;
}

.manga-yiwk79 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.manga-yiwk79 input,
.manga-yiwk79 textarea,
.manga-yiwk79 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;
}
.manga-yiwk79 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.manga-t3sf6c ease;
}
.manga-yiwk79 button:hover {
  background-color: var(--button-bg-hover);
}
.manga-ny6gy9 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.manga-0potiy ease-in;
}

.manga-ny6gy9 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;
}
.manga-yilmzs, .manga-f0vvjq, [class*="review-card"],
thead, thead th, table th, .manga-ozpz7p,
.manga-jyxpsd, [class*="collapsible-header"],
.manga-7wcwns, [class*="updated-block"] {
  color: #ece7dc !important;
}
