* {
  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;
  }
}

.guts-oxg6om {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .guts-oxg6om {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .guts-oxg6om {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.guts-3ky94z {
  overflow: hidden;
}

.guts-mun9uk img {
  background: var(--Neutral-300);
}

.guts-syu1op {
  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;
}

.guts-asfzi7 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.guts-asfzi7:hover {
  background: var(--button-bg-hover);
}

.guts-bqugcn {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.guts-bqugcn:hover {
  background: var(--button-bg-hover);
}

.guts-b04chs {
  font-size: 12px;
  line-height: 18px;
}

.guts-9loxwp {
  font-size: 18px;
  line-height: 26px;
}

.guts-7kzv7m {
  width: 100%;
}

.guts-ky5q2u {
  padding: 6px 16px;
}

.guts-uutp9a {
  padding: 10px 16px;
}

.guts-cywhmh {
  padding: 15px 26px;
}

.guts-71znt1 {
  flex-shrink: 0;
}

.guts-thn3pf {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.guts-pntdup {
  display: none;
}

.guts-rrlrhf {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.guts-5h8u2z {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.guts-290flv {
  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;
}

.guts-4bg01r {
  cursor: grab;
}

.guts-290flv::-webkit-scrollbar {
  display: none;
}

.guts-vt8pm8 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.guts-hk97hi {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.guts-cdlrb3 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.guts-9l42xr {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.guts-h1mw8x {
  visibility: visible;
}

.guts-ao6yvn {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.guts-c7s74d ease;
}

.guts-t139lq {
  background-color: var(--Primary-200);
  width: 16px;
}

.guts-mn1cen {
  -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.guts-c7s74d,
    mask-image 0.3s;
}

.guts-mn1cen.guts-inoy7r {
  -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;
  }
}

.guts-ymqukf: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;
}

.guts-b1r722 {
  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.guts-t44c9s.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.guts-t44c9s.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;
}

.guts-x8cuex {
  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);
}

.guts-x8cuex::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%
  );
}

.guts-45wcgk {
  position: relative;
  z-index: 1;
}

.guts-j98z1b {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.guts-398f2d {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.guts-s9w8yd {
  font-size: 40px;
  line-height: 48px;
}

.guts-intxb0 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.guts-lmcvww {
  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;
}

.guts-lmcvww:hover {
  background: var(--Primary-400);
}

.guts-lmcvww svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.guts-ymqukf 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) {
  .guts-x8cuex {
    max-width: 600px;
    padding: 64px;
  }

  .guts-j98z1b {
    font-size: 24px;
    line-height: 32px;
  }

  .guts-398f2d {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .guts-s9w8yd {
    font-size: 50px;
    line-height: 56px;
  }

  .guts-intxb0 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .guts-b1r722 {
    top: 25px;
    right: 25px;
  }
}

.guts-ek1qwu,
.guts-h2ug8r {
  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;
}

.guts-vu51qq.guts-u6rz8f::before,
.guts-h2ug8r::before,
.guts-7zb0z1::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.guts-t44c9s.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.guts-if3prf 14.guts-56h9wn.guts-05inso 14.guts-b9yq3o 15.guts-0qelv3 14.guts-fgdtiy 15.guts-bhdb2u 14.guts-8khiq2.guts-26upje 14.guts-ch60fz 19.guts-jopnx2 12.guts-gmtog4 19.guts-jopnx2 10.guts-4yqkn2.guts-jopnx2 8.guts-fx2ep2 17.guts-47rveh 7.guts-oxz266 15.guts-ji108d 7.guts-ulvhm9.guts-ipamcc 7.guts-oxz266 11.guts-8vxrxt 8.guts-fx2ep2 11.guts-8vxrxt 10.guts-mwsln8.guts-8vxrxt 12.guts-wc0wzd 13.guts-n0v8k3 14.guts-j14nf8 15.guts-qf3l69 14.guts-7a6gui.guts-0w01ad 14.guts-yil12k 15.guts-dwnnfg 14.guts-ognbs6 15.guts-49y5s7 14.guts-x9m59g.guts-if3prf 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.guts-a5cola 15.guts-2medxf.guts-8lepjv 15.guts-ttrvrh 15.guts-lmt4w9 15.guts-lurdv9 15.guts-19a38p 15.guts-2nctor.guts-33yovb 15.guts-lurdv9 15.guts-iklit4 15.guts-coofao 15.guts-11ha5l 15.guts-01hr97.guts-osyv7x 15.guts-lvhtq6 7.guts-ifqu97 18.guts-8w5szx 7.guts-2rq0ay 23.guts-z1v5gy.guts-ja4ybh.guts-fg9ciu 18.guts-qz3nk3 19.guts-rrmz7u 15.guts-ury08m 15.guts-a5cola 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.guts-uz94y8 [type="submit"] *,
.guts-umz3mh button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .guts-wlae55 {
    display: none;
  }
}

.guts-6d4mjz {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .guts-6d4mjz {
  display: none;
}

@media (min-width: 768px) {
  .guts-6d4mjz {
    bottom: 22px;
  }
}

.guts-6d4mjz input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .guts-6d4mjz {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.guts-zk1vp0.static) .guts-6d4mjz {
    bottom: 8px;
  }
}

.guts-jitmt3 {
  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.guts-t44c9s.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.guts-j6641f 3.guts-tj3uc6.guts-phvauz.guts-zwomoa 3.guts-xklxdx 3.guts-getkfs 5.guts-9ku44h 3.guts-getkfs 8.guts-bdzz3p.guts-jo96su.guts-getkfs 26.guts-vfarge 5.guts-v9z8dt 28.guts-v1mwnj 8.guts-ddrpae 28.guts-fj6hye.guts-8i8wuz 28.guts-xkmhff.guts-f90ogr 34.guts-welfiv.guts-97rqpt 36.guts-zpf3sy 11.guts-mzlb50 37.guts-28im5o 12.guts-mu7sva 36.guts-7l6ouc.guts-7vh8hs 28.guts-8joezo.guts-j10yfk.guts-xexjfc 28.guts-cajt4w 36.guts-h7osyt 26.guts-iwu84w 36.guts-h7osyt 23.guts-2ge2dz.guts-qxglx5.guts-h7osyt 5.guts-v1zyi0 34.guts-74knay 3.guts-xklxdx 31.guts-j6641f 3.guts-oeqcmx.guts-qp4cff 18.guts-01lcxw.guts-ro5bzq 18.guts-l0nnho 8.guts-zwpl4m 17.guts-i0juse 8.guts-zwpl4m 15.guts-ona9xk.guts-zwpl4m 14.guts-kqh6hs 9.guts-ro5bzq 13.guts-5fs3ec 11.guts-qp4cff 13.guts-farefk.guts-sjc5dz 13.guts-5fs3ec 13.guts-3hc6yk 14.guts-kqh6hs 13.guts-3hc6yk 15.guts-jx1gsk.guts-3hc6yk 17.guts-i0juse 12.guts-sjc5dz 18.guts-l0nnho 11.guts-qp4cff 18.guts-ert6k5.guts-6p3sl7 18.guts-our3vm.guts-7lbg90 18.guts-l0nnho 17.guts-sbk5z9 17.guts-i0juse 17.guts-sbk5z9 15.guts-29jmkx.guts-sbk5z9 14.guts-kqh6hs 18.guts-7lbg90 13.guts-5fs3ec 20.guts-6p3sl7 13.guts-1p3whn.guts-9f5w8m 13.guts-5fs3ec 22.guts-t4igxx 14.guts-kqh6hs 22.guts-t4igxx 15.guts-vaa1dn.guts-4hhd96 17.guts-i0juse 21.guts-9f5w8m 18.guts-l0nnho 20.guts-6p3sl7 18.guts-oswwoq.guts-casruh 18.guts-ribg7d.guts-1914cf 18.guts-l0nnho 26.guts-eugrkk 17.guts-i0juse 26.guts-eugrkk 15.guts-ty9zw2.guts-eugrkk 14.guts-kqh6hs 27.guts-1914cf 13.guts-5fs3ec 28.guts-casruh 13.guts-l40kdc.guts-dywg8z 13.guts-5fs3ec 31.guts-d7pmsa 14.guts-kqh6hs 31.guts-d7pmsa 15.guts-y04563.guts-eugrkk 17.guts-i0juse 30.guts-dywg8z 18.guts-l0nnho 28.guts-casruh 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"])
    .guts-jitmt3 {
    display: none;
  }
}

.guts-veiadw {
  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) {
  .guts-veiadw {
    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;
}

.guts-umz3mh {
  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) {
  .guts-umz3mh {
    padding: 14px 16px;
  }
}

.guts-umz3mh button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.guts-umz3mh button:first-child {
  align-content: end;
}

.guts-umz3mh button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .guts-umz3mh
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .guts-umz3mh
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.guts-umz3mh button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.guts-umz3mh button:last-child svg {
  width: 38px;
  height: 38px;
}

.guts-7zb0z1 {
  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;
}

.guts-7zb0z1::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .guts-7zb0z1,
.pc61d126-chatbot[data-active-screen="3"]
  .guts-7zb0z1 {
  opacity: 1;
  visibility: visible;
}

.guts-d0ovl6 {
  flex: 1 1;
}

.guts-71d1op {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .guts-71d1op {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .guts-8qagvc {
  display: block;
}

.guts-sz67l4 {
  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) {
  .guts-sz67l4 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.guts-h2ug8r {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.guts-h2ug8r::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.guts-naxkrb span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.guts-naxkrb p {
  color: var(--Text-100);
}

.guts-h2ug8r .guts-pr3u5e {
  grid-area: button;
}

.guts-h2ug8r .guts-pr3u5e::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.guts-t44c9s.org/2000/svg'%3E%3Cpath d='M4.guts-iclzqw 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.guts-g4mhgn 15L16.guts-g4mhgn 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.guts-g4mhgn 5L16.guts-g4mhgn 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .guts-qxz8jx {
  display: block;
}

.guts-vu4iwd {
  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) {
  .guts-vu4iwd {
    margin-top: 40px;
  }
}

.guts-ek1qwu label,
.guts-ek1qwu input {
  display: block;
  width: 100%;
}

.guts-ek1qwu label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.guts-ek1qwu label.guts-gd8kql input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.guts-ek1qwu label.guts-gd8kql::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;
}

.guts-ek1qwu 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;
}

.guts-ek1qwu input::placeholder {
  color: var(--Text-400);
}

.guts-rp1hgu {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .guts-rp1hgu {
  display: flex;
}

.guts-rp1hgu ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .guts-rp1hgu ol {
    height: 420px;
    padding: 24px;
  }
}

.guts-rp1hgu ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.guts-uz94y8 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .guts-uz94y8 {
    padding: 0 24px 24px;
  }
}

.guts-uz94y8 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;
}

.guts-uz94y8 input::placeholder {
  color: var(--Text-400);
}

.guts-uz94y8 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.guts-uz94y8 [type="submit"]:disabled {
  opacity: 0.5;
}

.guts-uz94y8 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .guts-uz94y8 [type="submit"] {
    right: 40px;
  }
}

.guts-vu51qq {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.guts-vu51qq.guts-u6rz8f {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.guts-vu51qq.guts-u6rz8f::before {
  content: "";
  width: 31px;
}

.guts-vu51qq.guts-u6rz8f p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.guts-vu51qq.guts-v7easc p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.guts-vu51qq p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.guts-6d4mjz .guts-pr3u5e {
  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;
  }
}

.guts-wlae55 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .guts-wlae55 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .guts-wlae55 {
    padding: 18px 0;
  }
}

.guts-wlae55 .guts-oxg6om {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .guts-wlae55 .guts-oxg6om {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.guts-i6iv3r {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .guts-i6iv3r {
    max-width: 160px;
    height: 40px;
  }
}

.guts-i6iv3r picture,
.guts-i6iv3r img {
  display: block;
  width: 100%;
  height: 100%;
}

.guts-i6iv3r img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .guts-l6c1lc {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.guts-c7s74d ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .guts-wlae55.guts-vub2kv .guts-l6c1lc {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .guts-l6c1lc {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .guts-l6c1lc {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.guts-qnl8yh,
.guts-sfscjo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .guts-qnl8yh,
  .guts-sfscjo {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .guts-sfscjo {
    display: none;
  }
}

.guts-u8hotj {
  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;
}

.guts-vub2kv .guts-u8hotj {
  background: var(--fh-bg-color);
}

.guts-u8hotj button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .guts-u8hotj {
    display: none;
  }
}

.guts-f3wz7g {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .guts-f3wz7g {
    display: none;
  }
}

.guts-1cp47v {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.guts-wlae55.guts-vub2kv .guts-1cp47v:first-child {
  display: none;
}

.guts-wlae55.guts-vub2kv .guts-1cp47v:last-child {
  display: block;
}

.guts-1cp47v:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .guts-1cp47v {
    display: none;
  }
}

.guts-9ch6wr {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .guts-9ch6wr {
    display: flex;
  }
}

.guts-9ch6wr ul {
  max-height: 350px;
  overflow-y: auto;
}

.guts-9ch6wr:hover ul {
  visibility: visible;
  opacity: 1;
}

.guts-9ch6wr:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.guts-9ch6wr:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.guts-9ch6wr:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.guts-9ch6wr:hover .guts-qqnl60 svg {
  transform: rotate(180deg);
}

.guts-ctip5a {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.guts-ms45n1 {
  padding: 0 8px;
}

.guts-3bq4lb {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.guts-3bq4lb:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .guts-3bq4lb {
    padding: 4px 8px;
  }
}

.guts-lc7bxj {
  display: flex;
}

.guts-lc7bxj img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.guts-qqnl60 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.guts-qqnl60 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.guts-tcc0c3 {
  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) {
  .guts-tcc0c3 {
    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;
  }
}

.guts-x43mv1 {
  width: 100%;
}

@media (min-width: 1200px) {
  .guts-x43mv1 {
    display: none;
  }
}

.guts-c0xhpn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.guts-hg1t6v {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.guts-mvgwli {
  display: flex;
}

.guts-rhk336 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.guts-06bhyx {
  list-style: none;
}

@media (max-width: 1199px) {
  .guts-06bhyx {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .guts-06bhyx {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .guts-06bhyx .guts-ajf31r [data-ref-el],
  .guts-06bhyx .guts-ajf31r span,
  .guts-06bhyx .guts-ajf31r a {
    white-space: nowrap;
  }
}

.guts-yixspr {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .guts-yixspr.guts-bjbke6 > .guts-ajf31r {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .guts-yixspr.guts-jgvkl9:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .guts-yixspr.guts-bjbke6 > .guts-4pllk4 {
    height: auto;
  }

  .guts-yixspr.guts-bjbke6 > div > .guts-zciac6 {
    transform: rotate(180deg);
  }
}

.guts-yixspr [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.guts-yixspr [data-ref-el],
.guts-yixspr span {
  cursor: pointer;
}

.guts-yixspr [data-ref-el],
.guts-yixspr span,
.guts-yixspr a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .guts-yixspr [data-ref-el],
  .guts-yixspr span,
  .guts-yixspr a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .guts-yixspr [data-ref-el],
  .guts-yixspr span,
  .guts-yixspr a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.guts-4pllk4 {
  height: 0;
  overflow: hidden;
  transition: height 0.guts-c7s74d ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.guts-4pllk4::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.guts-4pllk4::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.guts-4pllk4::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .guts-4pllk4 {
    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;
  }

  .guts-4pllk4:has(> .guts-yixspr.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .guts-4pllk4 .guts-4pllk4 {
    padding: 0;
  }

  .guts-4pllk4 .guts-yixspr {
    font-weight: 400;
  }

  .guts-4pllk4 .guts-yixspr:hover > .guts-ajf31r {
    background: var(--Neutral-300);
  }

  .guts-4pllk4 .guts-zciac6 {
    rotate: -90deg;
  }
}

.guts-ajf31r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .guts-ajf31r {
    padding: 8px;
  }

  .guts-yixspr.guts-hyec80 > .guts-ajf31r {
    background: var(--Neutral-300);
  }
}

.guts-zciac6 {
  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.guts-t44c9s.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.guts-ksrlhd 0.guts-u9nlvx.guts-j1m9jg -0.guts-b3xm0n 0.guts-g04kvv -0.guts-b3xm0n 1.guts-z9cawp 0.guts-q0evr4.guts-qqpwo0 4.guts-v37c3g.guts-ksrlhd 0.guts-m8ac76.guts-dgmq0s -0.guts-b3xm0n 9.guts-hcqzyl -0.guts-b3xm0n 10.guts-yiey8j 0.guts-09mldv.guts-36v354 0.guts-j1m9jg 10.guts-36v354 0.guts-g04kvv 10.guts-yiey8j 1.guts-h4myv8.guts-f8fk9w 5.guts-qbqpvm.guts-ub48bg 6.guts-qm0m4h 5.guts-mu56b2 6.guts-qm0m4h 4.guts-m00lm5 5.guts-qkbaz1.guts-ksrlhd 1.guts-fxg8hr.guts-b3xm0n 0.guts-g04kvv -0.guts-b3xm0n 0.guts-j1m9jg 0.guts-ksrlhd 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.guts-c7s74d ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .guts-zciac6 {
    cursor: default;
  }
}

.guts-5brr6n {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.guts-uqkhrq {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .guts-uqkhrq {
    padding: 40px 4px;
  }
}

.guts-r312cp {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .guts-r312cp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.guts-ivcnck {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .guts-ivcnck {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.guts-ivcnck ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.guts-ivcnck [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.guts-ivcnck [data-ref-el],
.guts-ivcnck span,
.guts-ivcnck a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.guts-e2l811 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .guts-e2l811 {
    margin-bottom: 12px;
  }
}

.guts-7n0i0t {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.guts-7n0i0t img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .guts-7n0i0t:last-child {
    margin-right: 0;
  }
}

.guts-yk3791 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.guts-e2l811:hover .guts-qebwma {
  visibility: visible;
  opacity: 1;
}

.guts-qebwma {
  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);
}

.guts-bp1l2o {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.guts-3utxbo {
  display: flex;
  margin: 6px;
}

.guts-3utxbo img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.guts-qebwma::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);
}

.guts-qebwma::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);
}

.guts-90thw8 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .guts-90thw8 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.guts-44nwmq {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .guts-44nwmq {
    margin-right: 32px;
  }
}

.guts-u7a8mg {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .guts-u7a8mg {
    margin-top: 0;
    width: 340px;
  }
}

.guts-u7a8mg a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.guts-7zc7hz {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.guts-5wfhem {
  position: relative;
}

@media (min-width: 768px) {
  .guts-5wfhem {
    margin-top: 40px;
  }
}

.guts-5wfhem + .guts-o3jmf7,
.guts-5wfhem + .guts-5wfhem {
  margin-top: 24px;
}

.guts-bg77dw {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .guts-bg77dw {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .guts-bg77dw {
    padding: 80px;
  }
}

.guts-bz0u8c {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .guts-bz0u8c {
    padding: 0 16px;
}


}

.guts-qiia9n {
  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) {
  .guts-qiia9n {
    font-size: 48px;
    line-height: 56px;
  }
}

.guts-i8geoe {
  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) {
  .guts-i8geoe {
    font-size: 24px;
    line-height: 32px;
  }
}

.guts-00fovu {
  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;
}

.guts-00fovu:hover {
  background: var(--button-bg-hover);
}

.guts-td84xp {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.guts-td84xp img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .guts-td84xp img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .guts-td84xp img {
  min-height: 100%;
  }
}

.guts-bg77dw::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.guts-nnx8qt {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.guts-nnx8qt h1,
.guts-nnx8qt h2,
.guts-nnx8qt h3,
.guts-nnx8qt h4 {
  margin-bottom: 6px;
}

.guts-nnx8qt h1:not(:first-child),
.guts-nnx8qt h2:not(:first-child),
.guts-nnx8qt h3:not(:first-child),
.guts-nnx8qt h4:not(:first-child) {
  margin-top: 16px;
}

.guts-nnx8qt h1,
.guts-nnx8qt h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .guts-nnx8qt h1,
  .guts-nnx8qt h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.guts-nnx8qt h2,
.guts-nnx8qt h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .guts-nnx8qt h2,
  .guts-nnx8qt h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.guts-nnx8qt h3,
.guts-nnx8qt h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .guts-nnx8qt h3,
  .guts-nnx8qt h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.guts-nnx8qt h4,
.guts-nnx8qt h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.guts-nnx8qt ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.guts-nnx8qt ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.guts-nnx8qt 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);
}

.guts-nnx8qt ul ul {
  margin-bottom: 8px;
}

.guts-nnx8qt ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.guts-nnx8qt ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.guts-nnx8qt ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.guts-nnx8qt ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.guts-nnx8qt ol li::marker {
  font-weight: 700;
}

.guts-nnx8qt ol ol {
  margin-bottom: 8px;
}

.guts-nnx8qt ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.guts-nnx8qt ol ul li {
  padding-left: 16px;
}

.guts-nnx8qt 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) {
  .guts-nnx8qt table {
    padding: 24px;
  }
}

.guts-nnx8qt table.guts-vtmagm {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.guts-c7s74d,
    mask-image 0.3s;
}

.guts-nnx8qt table.guts-vtmagm.guts-inoy7r {
  -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) {
  .guts-nnx8qt table {
    display: table;
  }
}

.guts-nnx8qt 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);
}

.guts-nnx8qt table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.guts-nnx8qt table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.guts-nnx8qt 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) {
  .guts-nnx8qt table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.guts-nnx8qt table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.guts-nnx8qt table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.guts-nnx8qt table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.guts-nnx8qt img {
  max-width: 100%;
  height: auto;
}

.guts-xgubn3 {
  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) {
  .guts-xgubn3 {
    padding: 24px;
  }
}

.guts-j11am4 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .guts-j11am4 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.guts-j11am4 > * {
  margin: 0 !important;
}

.guts-j11am4 img,
.guts-v4tcrz {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .guts-j11am4 img,
  .guts-v4tcrz {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.guts-ap9812 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .guts-ap9812 {
    width: 32px;
    height: 32px;
  }
}

.guts-1a85gr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.guts-1a85gr .guts-essr21 {
  flex-shrink: 0;
}

.guts-1a85gr .guts-q6k7lp svg {
  display: none;
}

.guts-bz22h3 {
  display: grid;
  transition: max-height 0.guts-c7s74d ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .guts-bz22h3 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .guts-bz22h3 {
    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));
  }
}

.guts-bz22h3.guts-zfzhyb + .guts-essr21 svg {
  transform: rotate(180deg);
}

.guts-z8fvnw {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.guts-z8fvnw > div:nth-child(3n) {
  grid-column: span 2;
}

.guts-z8fvnw
  > div:nth-child(3n)
  .guts-lc7eiu
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .guts-z8fvnw {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .guts-z8fvnw > div:nth-child(3n) {
    grid-column: unset;
  }

  .guts-z8fvnw
    > div:nth-child(3n)
    .guts-lc7eiu
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .guts-z8fvnw {
    max-width: 270px;
  }
}

.guts-z8fvnw .guts-lc7eiu button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .guts-z8fvnw .guts-lc7eiu button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .guts-z8fvnw .guts-lc7eiu button {
    max-width: 104px;
  }
}

.guts-1ujrz8 {
  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) {
  .guts-1ujrz8 {
    margin-bottom: 0;
  }
}

.guts-kmve6y {
  display: none;
  opacity: 0;
}

.guts-292vb4 {
  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;
  }
}

.guts-292vb4 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.guts-lc7eiu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.guts-lc7eiu button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .guts-lc7eiu
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .guts-lc7eiu
    button {
    max-width: 145px;
  }
}

.guts-yyv3tw:first-child
  .guts-lc7eiu
  button {
  max-width: 270px;
}

.guts-x1pkoh {
  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%;
}

.guts-1ujrz8 picture {
  width: 100%;
  max-width: 100%;
}

.guts-ktyr4r {
  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;
}

.guts-ktyr4r svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.guts-1ujrz8:hover .guts-ktyr4r {
  display: flex;
}

.guts-impndv {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.guts-ckknyw {
  display: flex;
}

.guts-ckknyw:hover .guts-h230r2,
.guts-ckknyw .guts-hyec80 .guts-h230r2 {
  display: flex;
}

.guts-ckknyw svg {
  flex-shrink: 0;
}

.guts-h230r2 {
  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) {
  .guts-h230r2 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.guts-h230r2:hover {
  display: flex;
}

.guts-h230r2 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.guts-620nox {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .guts-620nox {
    font-size: 12px;
  }
}

.guts-5i9spm,
.guts-y8dllm {
  width: 50%;
  flex-shrink: 0;
}

.guts-5i9spm {
  font-weight: 700;
}

.guts-udemnz .guts-bz22h3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .guts-udemnz .guts-bz22h3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .guts-udemnz .guts-bz22h3 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.guts-udemnz
  .guts-x1pkoh:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.guts-udemnz .guts-292vb4 {
  height: 100% !important;
  border-radius: 16px;
}

.guts-udemnz .guts-lc7eiu {
  gap: 4px;
  align-items: center;
}

.guts-udemnz .guts-lc7eiu button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guts-udemnz .guts-lc7eiu svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.guts-udemnz .guts-gn8zls,
.guts-udemnz .guts-yvoaxc {
  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.guts-t44c9s.org/2000/svg'%3E%3Cpath d='M9.guts-5f6tn9 4.guts-zsvjt8.guts-5ss5kk 5.guts-wk3epz.guts-xmie6i 5.guts-y2fyko.guts-rq0h0y 5.guts-gvjl5e.guts-60ilew 8.guts-pepvg7.guts-h2ls5z 9.guts-jdkz4n.guts-mc27t0 9.guts-jsae3e.guts-wy21oq 13.guts-4oey17.guts-xx0ety 11.guts-z6ovsh.guts-3l8qqd 11.guts-rh8tfl.guts-puq5yd 11.guts-k5e4nm.guts-ngtrhu 13.guts-6vr4d8.guts-i0t476 9.guts-w0e9k0.guts-2btb04 9.guts-868pgi.guts-jdqwg0 8.guts-eodewp.guts-ngt3qi 5.guts-0r9zfj.guts-zv8xq5 5.guts-qc12eu.guts-mnk1p9 5.guts-shz8v6.guts-7237h9 4.guts-ezyo6y.guts-3l8qqd 1.guts-y6r05m.guts-5f6tn9 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.guts-udemnz .guts-gn8zls {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.guts-udemnz .guts-yvoaxc {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.guts-6a756k {
  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) {
  .guts-6a756k {
    padding: 24px;
  }
}

.guts-6a756k .guts-essr21 {
  display: flex;
}

@media (min-width: 768px) {
  .guts-6a756k .guts-essr21 {
    display: none;
  }
}

.guts-6a756k .guts-q6k7lp svg {
  display: none;
}

.guts-flyukz {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.guts-flyukz .guts-syu1op {
  display: none;
}

@media (min-width: 768px) {
  .guts-flyukz .guts-syu1op {
    display: flex;
  }
}

.guts-917dkb {
  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) {
  .guts-917dkb {
    font-size: 40px;
    line-height: 48px;
  }
}

.guts-917dkb > * {
  margin: 0 !important;
}

.guts-917dkb img,
.guts-0e20dq {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .guts-917dkb img,
  .guts-0e20dq {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.guts-4wjtcd {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .guts-4wjtcd {
    width: 32px;
    height: 32px;
  }
}

.guts-q6y620 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .guts-q6y620 {
    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;
  }

  .guts-q6y620::-webkit-scrollbar {
    display: none;
  }
}

.guts-qqy7lo {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .guts-qqy7lo {
    padding: 7px 15px;
  }
}

.guts-qqy7lo:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.guts-1k1dbo {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .guts-1k1dbo {
    display: flex;
    opacity: 1;
  }
}

.guts-qqy7lo picture {
  height: 100%;
  display: block;
}

.guts-qqy7lo img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .guts-qqy7lo img {
    width: 88px;
    height: 44px;
  }
}

.guts-qqy7lo p {
  text-align: center;
  width: 100%;
}

.guts-j6jrvb {
  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) {
  .guts-j6jrvb {
    font-size: 40px;
    line-height: 48px;
  }
}

.guts-j6jrvb img,
.guts-g7f1yb {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .guts-j6jrvb img,
  .guts-g7f1yb {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.guts-6n0813 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .guts-6n0813 {
    width: 32px;
    height: 32px;
  }
}

.guts-w72f6p {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.guts-7e2ftl {
  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;
}

.guts-0nug07 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.guts-0nug07.guts-hyec80 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.guts-hc171w {
  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) {
  .guts-hc171w {
    font-size: 20px;
    line-height: 28px;
  }
}

.guts-99ia4o {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.guts-1hk3q4 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.guts-c7s74d ease;
  opacity: 0;
  color: var(--text-color);
}

.guts-ipjvb7 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.guts-ipjvb7 ol,
.guts-ipjvb7 ul {
  padding-left: 1.3em;
}

.guts-0nug07.guts-hyec80 .guts-1hk3q4 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.guts-0nug07.guts-hyec80 .guts-99ia4o {
  transform: rotate(180deg);
  color: var(--text-color);
}

.guts-f3ir06 {
  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) {
  .guts-f3ir06 {
    padding: 24px;
  }
}

.guts-f3ir06 .guts-essr21 {
  display: flex;
}

@media (min-width: 768px) {
  .guts-f3ir06 .guts-essr21 {
    display: none;
  }
}

.guts-f3ir06 .guts-q6k7lp svg {
  display: none;
}

.guts-42y2pk {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.guts-42y2pk .guts-syu1op {
  display: none;
}

@media (min-width: 768px) {
  .guts-42y2pk .guts-syu1op {
    display: flex;
  }
}

.guts-oe5qln {
  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) {
  .guts-oe5qln {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.guts-oe5qln > * {
  margin: 0 !important;
}

.guts-oe5qln img,
.guts-74h172 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .guts-oe5qln img,
  .guts-74h172 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.guts-f68vgd {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .guts-f68vgd {
    width: 32px;
    height: 32px;
  }
}

.guts-eprsmd {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .guts-eprsmd {
    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;
  }

  .guts-eprsmd::-webkit-scrollbar {
    display: none;
  }
}

.guts-7oim8g {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.guts-7oim8g:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.guts-msuxo4 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .guts-msuxo4 {
    display: flex;
    opacity: 1;
  }
}

.guts-7oim8g picture {
  width: auto;
  height: 100%;
  display: block;
}

.guts-7oim8g picture img {
  display: block;
  width: auto;
  height: 100%;
}

.guts-zisvcb {
  margin: -24px 0;
}

.guts-zisvcb:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .guts-zisvcb {
    margin: -16px 0;
  }
}

.guts-rb7baq {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .guts-rb7baq {
    flex-direction: row;
  }
}

.guts-zq3hoa {
  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) {
  .guts-zq3hoa {
    flex: 1;
  }
}

.guts-zq3hoa::placeholder {
  color: var(--Text-400);
}

.guts-ypqv5b {
  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;
}

.guts-u2otyy {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.guts-u2otyy::-webkit-scrollbar {
  display: none;
}

.guts-dgp1e2 {
  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;
}

.guts-dgp1e2 img,
.guts-dgp1e2 svg {
  margin-right: 8px;
}

.guts-uurfp1 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.guts-zisvcb + .guts-0k8uhz {
  margin-top: 0;
}

@media (min-width: 768px) {
  .guts-zisvcb + .guts-0k8uhz {
    margin-top: -16px;
  }
}

.guts-qyct2s {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.guts-qyct2s > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.guts-qyct2s > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.guts-vlrvi9 {
  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;
}

.guts-ohinqc {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.guts-3iz4vf {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.guts-axt2fo {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.guts-iba4ta {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.guts-vlrvi9 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;
}

.guts-vlrvi9 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) {
  .guts-vlrvi9 {
    padding: 39px 179px 39px 39px;
  }

  .guts-ohinqc {
    font-size: 40px;
    line-height: 48px;
  }

  .guts-iba4ta {
    height: 348px;
  }

  .guts-vlrvi9 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .guts-vlrvi9 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .guts-vlrvi9 {
    padding: 63px;
  }
}

.guts-6iyi5q {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .guts-6iyi5q {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.guts-5nppbi {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .guts-5nppbi {
    width: auto;
  }
}

.guts-6wm5ng {
  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;
}

.guts-6wm5ng::-webkit-scrollbar {
  display: none;
}

.guts-6wm5ng 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);
}

.guts-6wm5ng a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .guts-6wm5ng {
    margin-left: 16px;
    margin-top: 0;
  }
}

.guts-6iyi5q .guts-9xk7j5 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.guts-c7s74d,
    mask-image 0.3s;
}

.guts-6iyi5q .guts-9xk7j5.guts-inoy7r {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.guts-aa27kt {
  margin: 40px -16px;
}

.guts-i4fcs6 + .guts-o3jmf7,
.guts-i4fcs6 + .guts-5wfhem {
  margin-top: 24px;
}

.guts-t0lgbk {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.guts-t0lgbk picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.guts-0iyr6k {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .guts-0iyr6k {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .guts-0iyr6k {
    margin-top: 0;
  }
}

.guts-t7255y {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .guts-t7255y {
    font-size: 24px;
    line-height: 32px;
  }
}

.guts-cp7e0z {
  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) {
  .guts-cp7e0z {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.guts-weer2b {
  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) {
  .guts-weer2b {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.guts-i77zsy {
  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) {
  .guts-i77zsy {
    font-size: 20px;
    line-height: 28px;
  }
}

.guts-w09u7p {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .guts-w09u7p {
    font-size: 32px;
    line-height: 40px;
  }
}

.guts-ebkcf6 {
  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;
}

.guts-64a0it {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.guts-64a0it img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.guts-0k8uhz {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.guts-ez67co {
  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) {
  .guts-ez67co {
    padding: 15px 48px;
  }
}

main > .guts-0k8uhz {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .guts-bz22h3.guts-uo97i2 > div:nth-child(n+5) {
    display: none;
  }
}

.guts-nnx8qt p a img {
  display: block;
  margin: 0 auto;
}


.guts-qdiwju {
  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 */
.guts-4ka4ij {
  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;
}

.guts-4ka4ij label {
  font-size: 14px;
}

.guts-4ka4ij h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.guts-4ka4ij input,
.guts-4ka4ij textarea,
.guts-4ka4ij 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;
}
.guts-4ka4ij button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.guts-0gnrej ease;
}
.guts-4ka4ij button:hover {
  background-color: var(--button-bg-hover);
}
.guts-4ktlhz {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.guts-ljwykd ease-in;
}

.guts-4ktlhz 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;
}
.guts-2mn4l9, .guts-jlpa8o, [class*="review-card"],
thead, thead th, table th, .guts-qsnjoy,
.guts-oxmadn, [class*="collapsible-header"],
.guts-vd7uz1, [class*="updated-block"] {
  color: #ece7dc !important;
}
