* {
  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;
  }
}

.bizzo-wmlmib {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .bizzo-wmlmib {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .bizzo-wmlmib {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.bizzo-g3nito {
  overflow: hidden;
}

.bizzo-kggog0 img {
  background: var(--Neutral-300);
}

.bizzo-m9irn3 {
  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;
}

.bizzo-culi37 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.bizzo-culi37:hover {
  background: var(--button-bg-hover);
}

.bizzo-rdnaqp {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.bizzo-rdnaqp:hover {
  background: var(--button-bg-hover);
}

.bizzo-9mqofl {
  font-size: 12px;
  line-height: 18px;
}

.bizzo-ixg3yx {
  font-size: 18px;
  line-height: 26px;
}

.bizzo-487uk7 {
  width: 100%;
}

.bizzo-lrzbtn {
  padding: 6px 16px;
}

.bizzo-ncu7hz {
  padding: 10px 16px;
}

.bizzo-cb9sbv {
  padding: 15px 26px;
}

.bizzo-s48n9g {
  flex-shrink: 0;
}

.bizzo-2at6ph {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.bizzo-yicvmg {
  display: none;
}

.bizzo-2f664d {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.bizzo-yx1che {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.bizzo-yx61g8 {
  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;
}

.bizzo-56elpb {
  cursor: grab;
}

.bizzo-yx61g8::-webkit-scrollbar {
  display: none;
}

.bizzo-an2d20 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.bizzo-kv84vu {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.bizzo-t7fs4o {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.bizzo-c08wn1 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.bizzo-8wh3kr {
  visibility: visible;
}

.bizzo-93sozf {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.bizzo-7cqr8p ease;
}

.bizzo-eshos4 {
  background-color: var(--Primary-200);
  width: 16px;
}

.bizzo-6lzdjz {
  -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.bizzo-7cqr8p,
    mask-image 0.3s;
}

.bizzo-6lzdjz.bizzo-91buci {
  -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;
  }
}

.bizzo-01ams3: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;
}

.bizzo-ftk6kw {
  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.bizzo-cdxruy.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.bizzo-cdxruy.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;
}

.bizzo-5c1dko {
  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);
}

.bizzo-5c1dko::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%
  );
}

.bizzo-7lvzmm {
  position: relative;
  z-index: 1;
}

.bizzo-eudbss {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.bizzo-mwgt57 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.bizzo-gaa64o {
  font-size: 40px;
  line-height: 48px;
}

.bizzo-qq5s3r {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bizzo-xmjp49 {
  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;
}

.bizzo-xmjp49:hover {
  background: var(--Primary-400);
}

.bizzo-xmjp49 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.bizzo-01ams3 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) {
  .bizzo-5c1dko {
    max-width: 600px;
    padding: 64px;
  }

  .bizzo-eudbss {
    font-size: 24px;
    line-height: 32px;
  }

  .bizzo-mwgt57 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .bizzo-gaa64o {
    font-size: 50px;
    line-height: 56px;
  }

  .bizzo-qq5s3r {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .bizzo-ftk6kw {
    top: 25px;
    right: 25px;
  }
}

.bizzo-y8mp3i,
.bizzo-s8jqhe {
  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;
}

.bizzo-idopcl.bizzo-ds11hr::before,
.bizzo-s8jqhe::before,
.bizzo-9jugxo::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.bizzo-cdxruy.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.bizzo-nntmfw 14.bizzo-dkhsjz.bizzo-mi3kmj 14.bizzo-4ey2b6 15.bizzo-jidrc0 14.bizzo-yohg0t 15.bizzo-h9md8w 14.bizzo-xu7lsh.bizzo-me90qh 14.bizzo-wu2erk 19.bizzo-mpquag 12.bizzo-x8u7s6 19.bizzo-mpquag 10.bizzo-flsstr.bizzo-mpquag 8.bizzo-3n20af 17.bizzo-j29mv9 7.bizzo-js7c1m 15.bizzo-bknllc 7.bizzo-xkoz7w.bizzo-kwa1ux 7.bizzo-js7c1m 11.bizzo-gladoo 8.bizzo-3n20af 11.bizzo-gladoo 10.bizzo-ffhd2o.bizzo-gladoo 12.bizzo-af8x6a 13.bizzo-czz0cf 14.bizzo-h2logu 15.bizzo-68wjyf 14.bizzo-pfij0d.bizzo-m2uu2h 14.bizzo-pt2rkx 15.bizzo-l2upaj 14.bizzo-k8nptw 15.bizzo-ebhtsc 14.bizzo-kdi3vm.bizzo-nntmfw 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.bizzo-ygq57d 15.bizzo-n3oq1u.bizzo-8oysv6 15.bizzo-2xxy8r 15.bizzo-afwicg 15.bizzo-6er26l 15.bizzo-c4kjjy 15.bizzo-kws82m.bizzo-6m55vx 15.bizzo-6er26l 15.bizzo-4ju5lv 15.bizzo-92vp9t 15.bizzo-00jw2z 15.bizzo-9t3pce.bizzo-2vuv2o 15.bizzo-54a9lv 7.bizzo-z64jv7 18.bizzo-04u5gg 7.bizzo-eqsn6y 23.bizzo-s7cfon.bizzo-l12t31.bizzo-hts8cb 18.bizzo-q92w44 19.bizzo-ipig55 15.bizzo-yx5ckd 15.bizzo-ygq57d 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.bizzo-jhkqwo [type="submit"] *,
.bizzo-32tyvy button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .bizzo-ugzjrr {
    display: none;
  }
}

.bizzo-lhcd82 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .bizzo-lhcd82 {
  display: none;
}

@media (min-width: 768px) {
  .bizzo-lhcd82 {
    bottom: 22px;
  }
}

.bizzo-lhcd82 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .bizzo-lhcd82 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.bizzo-9gx5w8.static) .bizzo-lhcd82 {
    bottom: 8px;
  }
}

.bizzo-s93sjo {
  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.bizzo-cdxruy.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.bizzo-piu9y0 3.bizzo-g4cvxr.bizzo-oiljeg.bizzo-oyekb4 3.bizzo-7t00kt 3.bizzo-t1bwwu 5.bizzo-ifvasu 3.bizzo-t1bwwu 8.bizzo-3a0amg.bizzo-bspqrv.bizzo-t1bwwu 26.bizzo-sjowpv 5.bizzo-sik8ma 28.bizzo-jd04qi 8.bizzo-5n00m5 28.bizzo-gsv2ih.bizzo-i7nzdo 28.bizzo-p6e8rb.bizzo-x7o8bm 34.bizzo-6cpde5.bizzo-ggi7f8 36.bizzo-s8zpa1 11.bizzo-3wihx8 37.bizzo-1rc8k6 12.bizzo-82i22j 36.bizzo-dg4b4u.bizzo-mbm0nm 28.bizzo-efghu5.bizzo-xaxr4y.bizzo-j40dam 28.bizzo-7c8xj7 36.bizzo-euyz5j 26.bizzo-lf9jqg 36.bizzo-euyz5j 23.bizzo-kggkkw.bizzo-3f6ooe.bizzo-euyz5j 5.bizzo-tn1wm2 34.bizzo-ptzihh 3.bizzo-7t00kt 31.bizzo-piu9y0 3.bizzo-v6szzb.bizzo-vwnoj6 18.bizzo-ejicap.bizzo-xsnr49 18.bizzo-mzfj4c 8.bizzo-2ws6qj 17.bizzo-hs4qrv 8.bizzo-2ws6qj 15.bizzo-2eogsr.bizzo-2ws6qj 14.bizzo-svx2ls 9.bizzo-xsnr49 13.bizzo-atmo1n 11.bizzo-vwnoj6 13.bizzo-w4i468.bizzo-33utnh 13.bizzo-atmo1n 13.bizzo-cghni6 14.bizzo-svx2ls 13.bizzo-cghni6 15.bizzo-6tb1o5.bizzo-cghni6 17.bizzo-hs4qrv 12.bizzo-33utnh 18.bizzo-mzfj4c 11.bizzo-vwnoj6 18.bizzo-hpzml2.bizzo-o1beu4 18.bizzo-kieclb.bizzo-1zkov4 18.bizzo-mzfj4c 17.bizzo-3w9bq2 17.bizzo-hs4qrv 17.bizzo-3w9bq2 15.bizzo-rwy1x8.bizzo-3w9bq2 14.bizzo-svx2ls 18.bizzo-1zkov4 13.bizzo-atmo1n 20.bizzo-o1beu4 13.bizzo-9zhhzp.bizzo-41oqoe 13.bizzo-atmo1n 22.bizzo-gtaesw 14.bizzo-svx2ls 22.bizzo-gtaesw 15.bizzo-nml62x.bizzo-al8lzf 17.bizzo-hs4qrv 21.bizzo-41oqoe 18.bizzo-mzfj4c 20.bizzo-o1beu4 18.bizzo-4jwjqh.bizzo-orkrtb 18.bizzo-0bc02w.bizzo-aiqe76 18.bizzo-mzfj4c 26.bizzo-nldycz 17.bizzo-hs4qrv 26.bizzo-nldycz 15.bizzo-lc65r4.bizzo-nldycz 14.bizzo-svx2ls 27.bizzo-aiqe76 13.bizzo-atmo1n 28.bizzo-orkrtb 13.bizzo-iw7vfq.bizzo-yzpi2y 13.bizzo-atmo1n 31.bizzo-4b5len 14.bizzo-svx2ls 31.bizzo-4b5len 15.bizzo-m5hn49.bizzo-nldycz 17.bizzo-hs4qrv 30.bizzo-yzpi2y 18.bizzo-mzfj4c 28.bizzo-orkrtb 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"])
    .bizzo-s93sjo {
    display: none;
  }
}

.bizzo-c6loa7 {
  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) {
  .bizzo-c6loa7 {
    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;
}

.bizzo-32tyvy {
  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) {
  .bizzo-32tyvy {
    padding: 14px 16px;
  }
}

.bizzo-32tyvy button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.bizzo-32tyvy button:first-child {
  align-content: end;
}

.bizzo-32tyvy button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .bizzo-32tyvy
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .bizzo-32tyvy
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.bizzo-32tyvy button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.bizzo-32tyvy button:last-child svg {
  width: 38px;
  height: 38px;
}

.bizzo-9jugxo {
  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;
}

.bizzo-9jugxo::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .bizzo-9jugxo,
.pc61d126-chatbot[data-active-screen="3"]
  .bizzo-9jugxo {
  opacity: 1;
  visibility: visible;
}

.bizzo-fpqbvh {
  flex: 1 1;
}

.bizzo-tboip9 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .bizzo-tboip9 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .bizzo-8dxsge {
  display: block;
}

.bizzo-bji3ao {
  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) {
  .bizzo-bji3ao {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.bizzo-s8jqhe {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.bizzo-s8jqhe::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.bizzo-svzoww span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.bizzo-svzoww p {
  color: var(--Text-100);
}

.bizzo-s8jqhe .bizzo-ksae05 {
  grid-area: button;
}

.bizzo-s8jqhe .bizzo-ksae05::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.bizzo-cdxruy.org/2000/svg'%3E%3Cpath d='M4.bizzo-u6zre8 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bizzo-qcq1s6 15L16.bizzo-qcq1s6 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bizzo-qcq1s6 5L16.bizzo-qcq1s6 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .bizzo-dc8bl7 {
  display: block;
}

.bizzo-hkyaso {
  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) {
  .bizzo-hkyaso {
    margin-top: 40px;
  }
}

.bizzo-y8mp3i label,
.bizzo-y8mp3i input {
  display: block;
  width: 100%;
}

.bizzo-y8mp3i label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.bizzo-y8mp3i label.bizzo-14vbdh input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.bizzo-y8mp3i label.bizzo-14vbdh::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;
}

.bizzo-y8mp3i 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;
}

.bizzo-y8mp3i input::placeholder {
  color: var(--Text-400);
}

.bizzo-bg4081 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .bizzo-bg4081 {
  display: flex;
}

.bizzo-bg4081 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .bizzo-bg4081 ol {
    height: 420px;
    padding: 24px;
  }
}

.bizzo-bg4081 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.bizzo-jhkqwo {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .bizzo-jhkqwo {
    padding: 0 24px 24px;
  }
}

.bizzo-jhkqwo 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;
}

.bizzo-jhkqwo input::placeholder {
  color: var(--Text-400);
}

.bizzo-jhkqwo [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.bizzo-jhkqwo [type="submit"]:disabled {
  opacity: 0.5;
}

.bizzo-jhkqwo [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .bizzo-jhkqwo [type="submit"] {
    right: 40px;
  }
}

.bizzo-idopcl {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.bizzo-idopcl.bizzo-ds11hr {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.bizzo-idopcl.bizzo-ds11hr::before {
  content: "";
  width: 31px;
}

.bizzo-idopcl.bizzo-ds11hr p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bizzo-idopcl.bizzo-2j8p11 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.bizzo-idopcl p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bizzo-lhcd82 .bizzo-ksae05 {
  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;
  }
}

.bizzo-ugzjrr {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .bizzo-ugzjrr {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .bizzo-ugzjrr {
    padding: 18px 0;
  }
}

.bizzo-ugzjrr .bizzo-wmlmib {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .bizzo-ugzjrr .bizzo-wmlmib {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.bizzo-0bs0uu {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .bizzo-0bs0uu {
    max-width: 160px;
    height: 40px;
  }
}

.bizzo-0bs0uu picture,
.bizzo-0bs0uu img {
  display: block;
  width: 100%;
  height: 100%;
}

.bizzo-0bs0uu img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .bizzo-pwg0cq {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.bizzo-7cqr8p ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .bizzo-ugzjrr.bizzo-b00tcc .bizzo-pwg0cq {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bizzo-pwg0cq {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .bizzo-pwg0cq {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.bizzo-3l1enw,
.bizzo-o6osug {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .bizzo-3l1enw,
  .bizzo-o6osug {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .bizzo-o6osug {
    display: none;
  }
}

.bizzo-bfwl7y {
  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;
}

.bizzo-b00tcc .bizzo-bfwl7y {
  background: var(--fh-bg-color);
}

.bizzo-bfwl7y button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .bizzo-bfwl7y {
    display: none;
  }
}

.bizzo-2l961p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bizzo-2l961p {
    display: none;
  }
}

.bizzo-vr563i {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.bizzo-ugzjrr.bizzo-b00tcc .bizzo-vr563i:first-child {
  display: none;
}

.bizzo-ugzjrr.bizzo-b00tcc .bizzo-vr563i:last-child {
  display: block;
}

.bizzo-vr563i:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .bizzo-vr563i {
    display: none;
  }
}

.bizzo-ekuges {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bizzo-ekuges {
    display: flex;
  }
}

.bizzo-ekuges ul {
  max-height: 350px;
  overflow-y: auto;
}

.bizzo-ekuges:hover ul {
  visibility: visible;
  opacity: 1;
}

.bizzo-ekuges:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.bizzo-ekuges:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.bizzo-ekuges:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.bizzo-ekuges:hover .bizzo-fsuupv svg {
  transform: rotate(180deg);
}

.bizzo-20nr88 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.bizzo-3sy728 {
  padding: 0 8px;
}

.bizzo-r359ys {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.bizzo-r359ys:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .bizzo-r359ys {
    padding: 4px 8px;
  }
}

.bizzo-d1og8y {
  display: flex;
}

.bizzo-d1og8y img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.bizzo-fsuupv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.bizzo-fsuupv svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.bizzo-5nkaam {
  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) {
  .bizzo-5nkaam {
    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;
  }
}

.bizzo-ij8kba {
  width: 100%;
}

@media (min-width: 1200px) {
  .bizzo-ij8kba {
    display: none;
  }
}

.bizzo-90jdkk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.bizzo-o1psq2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.bizzo-t4qwt8 {
  display: flex;
}

.bizzo-h1tzha {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.bizzo-k923wp {
  list-style: none;
}

@media (max-width: 1199px) {
  .bizzo-k923wp {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .bizzo-k923wp {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .bizzo-k923wp .bizzo-4a8bpi [data-ref-el],
  .bizzo-k923wp .bizzo-4a8bpi span,
  .bizzo-k923wp .bizzo-4a8bpi a {
    white-space: nowrap;
  }
}

.bizzo-hkgtd0 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .bizzo-hkgtd0.bizzo-uqoiya > .bizzo-4a8bpi {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .bizzo-hkgtd0.bizzo-6v54ts:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .bizzo-hkgtd0.bizzo-uqoiya > .bizzo-f9pvp9 {
    height: auto;
  }

  .bizzo-hkgtd0.bizzo-uqoiya > div > .bizzo-byljzu {
    transform: rotate(180deg);
  }
}

.bizzo-hkgtd0 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.bizzo-hkgtd0 [data-ref-el],
.bizzo-hkgtd0 span {
  cursor: pointer;
}

.bizzo-hkgtd0 [data-ref-el],
.bizzo-hkgtd0 span,
.bizzo-hkgtd0 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .bizzo-hkgtd0 [data-ref-el],
  .bizzo-hkgtd0 span,
  .bizzo-hkgtd0 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .bizzo-hkgtd0 [data-ref-el],
  .bizzo-hkgtd0 span,
  .bizzo-hkgtd0 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.bizzo-f9pvp9 {
  height: 0;
  overflow: hidden;
  transition: height 0.bizzo-7cqr8p ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.bizzo-f9pvp9::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.bizzo-f9pvp9::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.bizzo-f9pvp9::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .bizzo-f9pvp9 {
    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;
  }

  .bizzo-f9pvp9:has(> .bizzo-hkgtd0.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .bizzo-f9pvp9 .bizzo-f9pvp9 {
    padding: 0;
  }

  .bizzo-f9pvp9 .bizzo-hkgtd0 {
    font-weight: 400;
  }

  .bizzo-f9pvp9 .bizzo-hkgtd0:hover > .bizzo-4a8bpi {
    background: var(--Neutral-300);
  }

  .bizzo-f9pvp9 .bizzo-byljzu {
    rotate: -90deg;
  }
}

.bizzo-4a8bpi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bizzo-4a8bpi {
    padding: 8px;
  }

  .bizzo-hkgtd0.bizzo-lg8yh1 > .bizzo-4a8bpi {
    background: var(--Neutral-300);
  }
}

.bizzo-byljzu {
  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.bizzo-cdxruy.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.bizzo-a20894 0.bizzo-7vwo88.bizzo-loukd9 -0.bizzo-eqbgjf 0.bizzo-nletob -0.bizzo-eqbgjf 1.bizzo-1cd5nh 0.bizzo-rhr1fl.bizzo-660dco 4.bizzo-746t5i.bizzo-a20894 0.bizzo-hvmahy.bizzo-848lnx -0.bizzo-eqbgjf 9.bizzo-1y046n -0.bizzo-eqbgjf 10.bizzo-fzkjzd 0.bizzo-p3lgkm.bizzo-mzy8zv 0.bizzo-loukd9 10.bizzo-mzy8zv 0.bizzo-nletob 10.bizzo-fzkjzd 1.bizzo-zpzq0p.bizzo-aiw0fs 5.bizzo-lsvzxj.bizzo-zx5e9q 6.bizzo-tn1zor 5.bizzo-whxbgz 6.bizzo-tn1zor 4.bizzo-pfrmpc 5.bizzo-vfit36.bizzo-a20894 1.bizzo-oqchlk.bizzo-eqbgjf 0.bizzo-nletob -0.bizzo-eqbgjf 0.bizzo-loukd9 0.bizzo-a20894 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.bizzo-7cqr8p ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bizzo-byljzu {
    cursor: default;
  }
}

.bizzo-2402sl {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.bizzo-5rtrus {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .bizzo-5rtrus {
    padding: 40px 4px;
  }
}

.bizzo-w7bbsc {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .bizzo-w7bbsc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.bizzo-lu36ik {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .bizzo-lu36ik {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.bizzo-lu36ik ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.bizzo-lu36ik [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.bizzo-lu36ik [data-ref-el],
.bizzo-lu36ik span,
.bizzo-lu36ik a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.bizzo-0hq1fm {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bizzo-0hq1fm {
    margin-bottom: 12px;
  }
}

.bizzo-gch2a7 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.bizzo-gch2a7 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .bizzo-gch2a7:last-child {
    margin-right: 0;
  }
}

.bizzo-6qyz0z {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bizzo-0hq1fm:hover .bizzo-ytqukj {
  visibility: visible;
  opacity: 1;
}

.bizzo-ytqukj {
  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);
}

.bizzo-n76vbi {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.bizzo-so6boh {
  display: flex;
  margin: 6px;
}

.bizzo-so6boh img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.bizzo-ytqukj::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);
}

.bizzo-ytqukj::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);
}

.bizzo-7i5cxy {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .bizzo-7i5cxy {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.bizzo-dq34dr {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .bizzo-dq34dr {
    margin-right: 32px;
  }
}

.bizzo-hsu4d1 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bizzo-hsu4d1 {
    margin-top: 0;
    width: 340px;
  }
}

.bizzo-hsu4d1 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bizzo-w8ohb1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.bizzo-jn2d48 {
  position: relative;
}

@media (min-width: 768px) {
  .bizzo-jn2d48 {
    margin-top: 40px;
  }
}

.bizzo-jn2d48 + .bizzo-66wc7v,
.bizzo-jn2d48 + .bizzo-jn2d48 {
  margin-top: 24px;
}

.bizzo-itd8ex {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .bizzo-itd8ex {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .bizzo-itd8ex {
    padding: 80px;
  }
}

.bizzo-h4ipqu {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .bizzo-h4ipqu {
    padding: 0 16px;
}


}

.bizzo-g9e6ms {
  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) {
  .bizzo-g9e6ms {
    font-size: 48px;
    line-height: 56px;
  }
}

.bizzo-90622j {
  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) {
  .bizzo-90622j {
    font-size: 24px;
    line-height: 32px;
  }
}

.bizzo-j89w9i {
  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;
}

.bizzo-j89w9i:hover {
  background: var(--button-bg-hover);
}

.bizzo-z08viv {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.bizzo-z08viv img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .bizzo-z08viv img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .bizzo-z08viv img {
  min-height: 100%;
  }
}

.bizzo-itd8ex::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bizzo-coinw9 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bizzo-coinw9 h1,
.bizzo-coinw9 h2,
.bizzo-coinw9 h3,
.bizzo-coinw9 h4 {
  margin-bottom: 6px;
}

.bizzo-coinw9 h1:not(:first-child),
.bizzo-coinw9 h2:not(:first-child),
.bizzo-coinw9 h3:not(:first-child),
.bizzo-coinw9 h4:not(:first-child) {
  margin-top: 16px;
}

.bizzo-coinw9 h1,
.bizzo-coinw9 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .bizzo-coinw9 h1,
  .bizzo-coinw9 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.bizzo-coinw9 h2,
.bizzo-coinw9 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .bizzo-coinw9 h2,
  .bizzo-coinw9 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.bizzo-coinw9 h3,
.bizzo-coinw9 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .bizzo-coinw9 h3,
  .bizzo-coinw9 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.bizzo-coinw9 h4,
.bizzo-coinw9 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.bizzo-coinw9 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.bizzo-coinw9 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.bizzo-coinw9 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);
}

.bizzo-coinw9 ul ul {
  margin-bottom: 8px;
}

.bizzo-coinw9 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.bizzo-coinw9 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.bizzo-coinw9 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.bizzo-coinw9 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.bizzo-coinw9 ol li::marker {
  font-weight: 700;
}

.bizzo-coinw9 ol ol {
  margin-bottom: 8px;
}

.bizzo-coinw9 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.bizzo-coinw9 ol ul li {
  padding-left: 16px;
}

.bizzo-coinw9 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) {
  .bizzo-coinw9 table {
    padding: 24px;
  }
}

.bizzo-coinw9 table.bizzo-t94g77 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.bizzo-7cqr8p,
    mask-image 0.3s;
}

.bizzo-coinw9 table.bizzo-t94g77.bizzo-91buci {
  -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) {
  .bizzo-coinw9 table {
    display: table;
  }
}

.bizzo-coinw9 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);
}

.bizzo-coinw9 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bizzo-coinw9 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bizzo-coinw9 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) {
  .bizzo-coinw9 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.bizzo-coinw9 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bizzo-coinw9 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bizzo-coinw9 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.bizzo-coinw9 img {
  max-width: 100%;
  height: auto;
}

.bizzo-g9b6fs {
  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) {
  .bizzo-g9b6fs {
    padding: 24px;
  }
}

.bizzo-ely1mi {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .bizzo-ely1mi {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.bizzo-ely1mi > * {
  margin: 0 !important;
}

.bizzo-ely1mi img,
.bizzo-bgqy4t {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bizzo-ely1mi img,
  .bizzo-bgqy4t {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bizzo-cdg2w0 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bizzo-cdg2w0 {
    width: 32px;
    height: 32px;
  }
}

.bizzo-83pqe7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.bizzo-83pqe7 .bizzo-0iuuur {
  flex-shrink: 0;
}

.bizzo-83pqe7 .bizzo-dshjt3 svg {
  display: none;
}

.bizzo-k7tmeg {
  display: grid;
  transition: max-height 0.bizzo-7cqr8p ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .bizzo-k7tmeg {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .bizzo-k7tmeg {
    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));
  }
}

.bizzo-k7tmeg.bizzo-cviwfm + .bizzo-0iuuur svg {
  transform: rotate(180deg);
}

.bizzo-lxn5kj {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.bizzo-lxn5kj > div:nth-child(3n) {
  grid-column: span 2;
}

.bizzo-lxn5kj
  > div:nth-child(3n)
  .bizzo-ynn7r9
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .bizzo-lxn5kj {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .bizzo-lxn5kj > div:nth-child(3n) {
    grid-column: unset;
  }

  .bizzo-lxn5kj
    > div:nth-child(3n)
    .bizzo-ynn7r9
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .bizzo-lxn5kj {
    max-width: 270px;
  }
}

.bizzo-lxn5kj .bizzo-ynn7r9 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .bizzo-lxn5kj .bizzo-ynn7r9 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .bizzo-lxn5kj .bizzo-ynn7r9 button {
    max-width: 104px;
  }
}

.bizzo-cfp0u7 {
  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) {
  .bizzo-cfp0u7 {
    margin-bottom: 0;
  }
}

.bizzo-hzyi37 {
  display: none;
  opacity: 0;
}

.bizzo-5md7rr {
  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;
  }
}

.bizzo-5md7rr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.bizzo-ynn7r9 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.bizzo-ynn7r9 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bizzo-ynn7r9
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bizzo-ynn7r9
    button {
    max-width: 145px;
  }
}

.bizzo-xcbjy7:first-child
  .bizzo-ynn7r9
  button {
  max-width: 270px;
}

.bizzo-o7z3le {
  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%;
}

.bizzo-cfp0u7 picture {
  width: 100%;
  max-width: 100%;
}

.bizzo-vy8b08 {
  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;
}

.bizzo-vy8b08 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.bizzo-cfp0u7:hover .bizzo-vy8b08 {
  display: flex;
}

.bizzo-1gvh09 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.bizzo-cdok0k {
  display: flex;
}

.bizzo-cdok0k:hover .bizzo-hvwlnf,
.bizzo-cdok0k .bizzo-lg8yh1 .bizzo-hvwlnf {
  display: flex;
}

.bizzo-cdok0k svg {
  flex-shrink: 0;
}

.bizzo-hvwlnf {
  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) {
  .bizzo-hvwlnf {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.bizzo-hvwlnf:hover {
  display: flex;
}

.bizzo-hvwlnf svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.bizzo-pl1kfh {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .bizzo-pl1kfh {
    font-size: 12px;
  }
}

.bizzo-wztahi,
.bizzo-58call {
  width: 50%;
  flex-shrink: 0;
}

.bizzo-wztahi {
  font-weight: 700;
}

.bizzo-8q53kt .bizzo-k7tmeg {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .bizzo-8q53kt .bizzo-k7tmeg {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .bizzo-8q53kt .bizzo-k7tmeg {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.bizzo-8q53kt
  .bizzo-o7z3le:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.bizzo-8q53kt .bizzo-5md7rr {
  height: 100% !important;
  border-radius: 16px;
}

.bizzo-8q53kt .bizzo-ynn7r9 {
  gap: 4px;
  align-items: center;
}

.bizzo-8q53kt .bizzo-ynn7r9 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bizzo-8q53kt .bizzo-ynn7r9 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.bizzo-8q53kt .bizzo-7boauw,
.bizzo-8q53kt .bizzo-3ul16p {
  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.bizzo-cdxruy.org/2000/svg'%3E%3Cpath d='M9.bizzo-nqujgm 4.bizzo-fu4wjb.bizzo-rseny3 5.bizzo-foeqs8.bizzo-75k2ud 5.bizzo-c3w2y9.bizzo-uwye3c 5.bizzo-dl31s1.bizzo-1rtu58 8.bizzo-jtsxd2.bizzo-rykbs2 9.bizzo-rd96a5.bizzo-yjojpp 9.bizzo-p0d16u.bizzo-xo4ty0 13.bizzo-21lmg3.bizzo-w454kj 11.bizzo-dha3hm.bizzo-fakukc 11.bizzo-2lgr1o.bizzo-riakad 11.bizzo-1hauhe.bizzo-bg1bl5 13.bizzo-hbdqq6.bizzo-u9f011 9.bizzo-fp73pu.bizzo-jfneqk 9.bizzo-27dazz.bizzo-34owu9 8.bizzo-yb0lub.bizzo-yo8q07 5.bizzo-44i4ov.bizzo-kgbczm 5.bizzo-cabqqc.bizzo-yjeecq 5.bizzo-y3fi17.bizzo-7lwo7t 4.bizzo-ztpz9o.bizzo-fakukc 1.bizzo-zhzh3w.bizzo-nqujgm 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.bizzo-8q53kt .bizzo-7boauw {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.bizzo-8q53kt .bizzo-3ul16p {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.bizzo-2sggnk {
  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) {
  .bizzo-2sggnk {
    padding: 24px;
  }
}

.bizzo-2sggnk .bizzo-0iuuur {
  display: flex;
}

@media (min-width: 768px) {
  .bizzo-2sggnk .bizzo-0iuuur {
    display: none;
  }
}

.bizzo-2sggnk .bizzo-dshjt3 svg {
  display: none;
}

.bizzo-qlks6k {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bizzo-qlks6k .bizzo-m9irn3 {
  display: none;
}

@media (min-width: 768px) {
  .bizzo-qlks6k .bizzo-m9irn3 {
    display: flex;
  }
}

.bizzo-qkwejk {
  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) {
  .bizzo-qkwejk {
    font-size: 40px;
    line-height: 48px;
  }
}

.bizzo-qkwejk > * {
  margin: 0 !important;
}

.bizzo-qkwejk img,
.bizzo-9a6wy6 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bizzo-qkwejk img,
  .bizzo-9a6wy6 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bizzo-urgaf9 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bizzo-urgaf9 {
    width: 32px;
    height: 32px;
  }
}

.bizzo-pcbdzs {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .bizzo-pcbdzs {
    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;
  }

  .bizzo-pcbdzs::-webkit-scrollbar {
    display: none;
  }
}

.bizzo-hg34pg {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .bizzo-hg34pg {
    padding: 7px 15px;
  }
}

.bizzo-hg34pg:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bizzo-oi811t {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bizzo-oi811t {
    display: flex;
    opacity: 1;
  }
}

.bizzo-hg34pg picture {
  height: 100%;
  display: block;
}

.bizzo-hg34pg img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .bizzo-hg34pg img {
    width: 88px;
    height: 44px;
  }
}

.bizzo-hg34pg p {
  text-align: center;
  width: 100%;
}

.bizzo-aiigqx {
  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) {
  .bizzo-aiigqx {
    font-size: 40px;
    line-height: 48px;
  }
}

.bizzo-aiigqx img,
.bizzo-e1d5g1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bizzo-aiigqx img,
  .bizzo-e1d5g1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bizzo-sbv9dh {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bizzo-sbv9dh {
    width: 32px;
    height: 32px;
  }
}

.bizzo-lr7wah {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.bizzo-lvuqe0 {
  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;
}

.bizzo-b7yyq8 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.bizzo-b7yyq8.bizzo-lg8yh1 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.bizzo-1lpxvk {
  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) {
  .bizzo-1lpxvk {
    font-size: 20px;
    line-height: 28px;
  }
}

.bizzo-1swd7w {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.bizzo-dc5yxw {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.bizzo-7cqr8p ease;
  opacity: 0;
  color: var(--text-color);
}

.bizzo-4j6z18 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.bizzo-4j6z18 ol,
.bizzo-4j6z18 ul {
  padding-left: 1.3em;
}

.bizzo-b7yyq8.bizzo-lg8yh1 .bizzo-dc5yxw {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.bizzo-b7yyq8.bizzo-lg8yh1 .bizzo-1swd7w {
  transform: rotate(180deg);
  color: var(--text-color);
}

.bizzo-tt6ueu {
  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) {
  .bizzo-tt6ueu {
    padding: 24px;
  }
}

.bizzo-tt6ueu .bizzo-0iuuur {
  display: flex;
}

@media (min-width: 768px) {
  .bizzo-tt6ueu .bizzo-0iuuur {
    display: none;
  }
}

.bizzo-tt6ueu .bizzo-dshjt3 svg {
  display: none;
}

.bizzo-9yf8xh {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bizzo-9yf8xh .bizzo-m9irn3 {
  display: none;
}

@media (min-width: 768px) {
  .bizzo-9yf8xh .bizzo-m9irn3 {
    display: flex;
  }
}

.bizzo-izft7s {
  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) {
  .bizzo-izft7s {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.bizzo-izft7s > * {
  margin: 0 !important;
}

.bizzo-izft7s img,
.bizzo-ezedl7 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bizzo-izft7s img,
  .bizzo-ezedl7 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bizzo-aax2b6 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bizzo-aax2b6 {
    width: 32px;
    height: 32px;
  }
}

.bizzo-97zccd {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .bizzo-97zccd {
    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;
  }

  .bizzo-97zccd::-webkit-scrollbar {
    display: none;
  }
}

.bizzo-4sdvew {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.bizzo-4sdvew:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bizzo-y4pcy1 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bizzo-y4pcy1 {
    display: flex;
    opacity: 1;
  }
}

.bizzo-4sdvew picture {
  width: auto;
  height: 100%;
  display: block;
}

.bizzo-4sdvew picture img {
  display: block;
  width: auto;
  height: 100%;
}

.bizzo-b4raxa {
  margin: -24px 0;
}

.bizzo-b4raxa:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .bizzo-b4raxa {
    margin: -16px 0;
  }
}

.bizzo-uq2hnj {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .bizzo-uq2hnj {
    flex-direction: row;
  }
}

.bizzo-c772je {
  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) {
  .bizzo-c772je {
    flex: 1;
  }
}

.bizzo-c772je::placeholder {
  color: var(--Text-400);
}

.bizzo-mtzpys {
  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;
}

.bizzo-j8izs8 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.bizzo-j8izs8::-webkit-scrollbar {
  display: none;
}

.bizzo-uiaw7j {
  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;
}

.bizzo-uiaw7j img,
.bizzo-uiaw7j svg {
  margin-right: 8px;
}

.bizzo-47ku87 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.bizzo-b4raxa + .bizzo-ogjjso {
  margin-top: 0;
}

@media (min-width: 768px) {
  .bizzo-b4raxa + .bizzo-ogjjso {
    margin-top: -16px;
  }
}

.bizzo-eompvt {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.bizzo-eompvt > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.bizzo-eompvt > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.bizzo-1nuf0e {
  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;
}

.bizzo-6tf5ou {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.bizzo-n380cg {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bizzo-os8t1p {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.bizzo-du051g {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.bizzo-1nuf0e 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;
}

.bizzo-1nuf0e 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) {
  .bizzo-1nuf0e {
    padding: 39px 179px 39px 39px;
  }

  .bizzo-6tf5ou {
    font-size: 40px;
    line-height: 48px;
  }

  .bizzo-du051g {
    height: 348px;
  }

  .bizzo-1nuf0e button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .bizzo-1nuf0e button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .bizzo-1nuf0e {
    padding: 63px;
  }
}

.bizzo-ghaxzj {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .bizzo-ghaxzj {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.bizzo-mfsqvt {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bizzo-mfsqvt {
    width: auto;
  }
}

.bizzo-4r7nmi {
  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;
}

.bizzo-4r7nmi::-webkit-scrollbar {
  display: none;
}

.bizzo-4r7nmi 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);
}

.bizzo-4r7nmi a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bizzo-4r7nmi {
    margin-left: 16px;
    margin-top: 0;
  }
}

.bizzo-ghaxzj .bizzo-7yngif {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.bizzo-7cqr8p,
    mask-image 0.3s;
}

.bizzo-ghaxzj .bizzo-7yngif.bizzo-91buci {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.bizzo-ojrfri {
  margin: 40px -16px;
}

.bizzo-wng6vx + .bizzo-66wc7v,
.bizzo-wng6vx + .bizzo-jn2d48 {
  margin-top: 24px;
}

.bizzo-0v83aj {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.bizzo-0v83aj picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bizzo-24pj3q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .bizzo-24pj3q {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .bizzo-24pj3q {
    margin-top: 0;
  }
}

.bizzo-3ihybj {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bizzo-3ihybj {
    font-size: 24px;
    line-height: 32px;
  }
}

.bizzo-krx7rh {
  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) {
  .bizzo-krx7rh {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.bizzo-99mj88 {
  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) {
  .bizzo-99mj88 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.bizzo-8iqacc {
  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) {
  .bizzo-8iqacc {
    font-size: 20px;
    line-height: 28px;
  }
}

.bizzo-eemtx8 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bizzo-eemtx8 {
    font-size: 32px;
    line-height: 40px;
  }
}

.bizzo-nvy5sv {
  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;
}

.bizzo-acowa1 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.bizzo-acowa1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bizzo-ogjjso {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bizzo-5s08t1 {
  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) {
  .bizzo-5s08t1 {
    padding: 15px 48px;
  }
}

main > .bizzo-ogjjso {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .bizzo-k7tmeg.bizzo-xxpsbc > div:nth-child(n+5) {
    display: none;
  }
}

.bizzo-coinw9 p a img {
  display: block;
  margin: 0 auto;
}


.bizzo-z5xcdq {
  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 */
.bizzo-bn3nuo {
  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;
}

.bizzo-bn3nuo label {
  font-size: 14px;
}

.bizzo-bn3nuo h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bizzo-bn3nuo input,
.bizzo-bn3nuo textarea,
.bizzo-bn3nuo 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;
}
.bizzo-bn3nuo button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bizzo-mwbvwz ease;
}
.bizzo-bn3nuo button:hover {
  background-color: var(--button-bg-hover);
}
.bizzo-t1l7ez {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bizzo-jrz1pf ease-in;
}

.bizzo-t1l7ez 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;
}
.bizzo-zqyhph, .bizzo-j5og4a, [class*="review-card"],
thead, thead th, table th, .bizzo-o2td7z,
.bizzo-kdbm24, [class*="collapsible-header"],
.bizzo-j2g3cg, [class*="updated-block"] {
  color: #ece7dc !important;
}
