* {
  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-3b7ynz {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .bizzo-3b7ynz {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .bizzo-3b7ynz {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.bizzo-9730ee {
  overflow: hidden;
}

.bizzo-nhj34f img {
  background: var(--Neutral-300);
}

.bizzo-e9fpgv {
  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-5pg6jr {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.bizzo-5pg6jr:hover {
  background: var(--button-bg-hover);
}

.bizzo-vfm6w5 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.bizzo-vfm6w5:hover {
  background: var(--button-bg-hover);
}

.bizzo-caoz4x {
  font-size: 12px;
  line-height: 18px;
}

.bizzo-4er61t {
  font-size: 18px;
  line-height: 26px;
}

.bizzo-zyp7r8 {
  width: 100%;
}

.bizzo-dvua7t {
  padding: 6px 16px;
}

.bizzo-0f756z {
  padding: 10px 16px;
}

.bizzo-eipre1 {
  padding: 15px 26px;
}

.bizzo-9rppqi {
  flex-shrink: 0;
}

.bizzo-ds50rf {
  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-7tq2lt {
  display: none;
}

.bizzo-1d0o33 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.bizzo-z60q4c {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.bizzo-wijw1n {
  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-5yp09n {
  cursor: grab;
}

.bizzo-wijw1n::-webkit-scrollbar {
  display: none;
}

.bizzo-65swlg {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.bizzo-yj0cqe {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.bizzo-95i1rk {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.bizzo-mg5c4k {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.bizzo-up9l03 {
  visibility: visible;
}

.bizzo-mk3p94 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.bizzo-64wmyw ease;
}

.bizzo-32rjty {
  background-color: var(--Primary-200);
  width: 16px;
}

.bizzo-cxmzbd {
  -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-64wmyw,
    mask-image 0.3s;
}

.bizzo-cxmzbd.bizzo-zviw73 {
  -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-78s5ws: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-xyxlue {
  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-p5ws10.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-p5ws10.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-heypso {
  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-heypso::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-1guhjq {
  position: relative;
  z-index: 1;
}

.bizzo-6lb05f {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.bizzo-61n8y7 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.bizzo-bolnd5 {
  font-size: 40px;
  line-height: 48px;
}

.bizzo-y9077c {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bizzo-gua3l3 {
  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-gua3l3:hover {
  background: var(--Primary-400);
}

.bizzo-gua3l3 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.bizzo-78s5ws 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-heypso {
    max-width: 600px;
    padding: 64px;
  }

  .bizzo-6lb05f {
    font-size: 24px;
    line-height: 32px;
  }

  .bizzo-61n8y7 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .bizzo-bolnd5 {
    font-size: 50px;
    line-height: 56px;
  }

  .bizzo-y9077c {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .bizzo-xyxlue {
    top: 25px;
    right: 25px;
  }
}

.bizzo-ri1s1f,
.bizzo-3kszm3 {
  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-mqfu16.bizzo-xs9cp5::before,
.bizzo-3kszm3::before,
.bizzo-z4alzj::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-p5ws10.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.bizzo-owga43 14.bizzo-ms2331.bizzo-ql6m2t 14.bizzo-2990z5 15.bizzo-8f3iyq 14.bizzo-alblv5 15.bizzo-14ugst 14.bizzo-hwsdya.bizzo-08v08u 14.bizzo-gukafs 19.bizzo-ol3pck 12.bizzo-f1fsz6 19.bizzo-ol3pck 10.bizzo-oymm1i.bizzo-ol3pck 8.bizzo-0vm8zm 17.bizzo-cy093z 7.bizzo-h0d12h 15.bizzo-rkzx8m 7.bizzo-4tpb13.bizzo-kziugk 7.bizzo-h0d12h 11.bizzo-naepjg 8.bizzo-0vm8zm 11.bizzo-naepjg 10.bizzo-t2dlpv.bizzo-naepjg 12.bizzo-ahs41f 13.bizzo-tnj13r 14.bizzo-si72a9 15.bizzo-5ejj7t 14.bizzo-zbehv3.bizzo-be865e 14.bizzo-na5wzb 15.bizzo-ctje92 14.bizzo-jmoav6 15.bizzo-84i2kr 14.bizzo-wr7qk9.bizzo-owga43 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.bizzo-v3ffb5 15.bizzo-jxhlpu.bizzo-s90gbc 15.bizzo-8vvo2m 15.bizzo-e3h7id 15.bizzo-868dd3 15.bizzo-4r9tum 15.bizzo-ay9a3q.bizzo-vwoarg 15.bizzo-868dd3 15.bizzo-1lf1gh 15.bizzo-ppyy6x 15.bizzo-74xdo4 15.bizzo-0sog0s.bizzo-c98zgn 15.bizzo-9j8u0j 7.bizzo-0qythj 18.bizzo-zsi4z7 7.bizzo-agitpn 23.bizzo-49d5pm.bizzo-wqwxef.bizzo-7t4yhx 18.bizzo-palhxh 19.bizzo-tl6kh3 15.bizzo-xl0t6a 15.bizzo-v3ffb5 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.bizzo-wm3w75 [type="submit"] *,
.bizzo-xaaqd5 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .bizzo-lhgltn {
    display: none;
  }
}

.bizzo-ptxcnb {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .bizzo-ptxcnb {
  display: none;
}

@media (min-width: 768px) {
  .bizzo-ptxcnb {
    bottom: 22px;
  }
}

.bizzo-ptxcnb input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .bizzo-ptxcnb {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.bizzo-hu21ji.static) .bizzo-ptxcnb {
    bottom: 8px;
  }
}

.bizzo-i01wp8 {
  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-p5ws10.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.bizzo-eeluf7 3.bizzo-3373bv.bizzo-lr3inp.bizzo-itrsbr 3.bizzo-ydyxre 3.bizzo-ggqa2p 5.bizzo-ojgcy1 3.bizzo-ggqa2p 8.bizzo-g01qgk.bizzo-ziimh1.bizzo-ggqa2p 26.bizzo-jht4ns 5.bizzo-7ayzuj 28.bizzo-4jhnp5 8.bizzo-8olnrw 28.bizzo-vsyzu6.bizzo-psefjv 28.bizzo-ksr10x.bizzo-n75fnw 34.bizzo-h1epap.bizzo-anj0qc 36.bizzo-wwr75r 11.bizzo-5pakzo 37.bizzo-62ozgc 12.bizzo-zyel2d 36.bizzo-9tenaq.bizzo-98f9b5 28.bizzo-mbxouu.bizzo-vt9kbc.bizzo-sgin3x 28.bizzo-qk36gh 36.bizzo-y3q0as 26.bizzo-g2v8le 36.bizzo-y3q0as 23.bizzo-kp9vlr.bizzo-co19cg.bizzo-y3q0as 5.bizzo-1tdhbb 34.bizzo-vtxmzh 3.bizzo-ydyxre 31.bizzo-eeluf7 3.bizzo-wix165.bizzo-o0khpa 18.bizzo-6nn7km.bizzo-p1kba9 18.bizzo-0kbltp 8.bizzo-tjc46q 17.bizzo-1isn9o 8.bizzo-tjc46q 15.bizzo-8rq939.bizzo-tjc46q 14.bizzo-b9k7p6 9.bizzo-p1kba9 13.bizzo-7hed25 11.bizzo-o0khpa 13.bizzo-vbhy1j.bizzo-3ejo4b 13.bizzo-7hed25 13.bizzo-dy4may 14.bizzo-b9k7p6 13.bizzo-dy4may 15.bizzo-dc60wj.bizzo-dy4may 17.bizzo-1isn9o 12.bizzo-3ejo4b 18.bizzo-0kbltp 11.bizzo-o0khpa 18.bizzo-d3vu1i.bizzo-xqzjd5 18.bizzo-3uulw6.bizzo-09cc1q 18.bizzo-0kbltp 17.bizzo-flmbtr 17.bizzo-1isn9o 17.bizzo-flmbtr 15.bizzo-8eya3l.bizzo-flmbtr 14.bizzo-b9k7p6 18.bizzo-09cc1q 13.bizzo-7hed25 20.bizzo-xqzjd5 13.bizzo-bemc7v.bizzo-h4oemp 13.bizzo-7hed25 22.bizzo-kzaw71 14.bizzo-b9k7p6 22.bizzo-kzaw71 15.bizzo-5815lx.bizzo-dtv2pd 17.bizzo-1isn9o 21.bizzo-h4oemp 18.bizzo-0kbltp 20.bizzo-xqzjd5 18.bizzo-yhlaep.bizzo-iepp4h 18.bizzo-bnerw5.bizzo-sqha5f 18.bizzo-0kbltp 26.bizzo-v1m98e 17.bizzo-1isn9o 26.bizzo-v1m98e 15.bizzo-ma34eq.bizzo-v1m98e 14.bizzo-b9k7p6 27.bizzo-sqha5f 13.bizzo-7hed25 28.bizzo-iepp4h 13.bizzo-v5g2dg.bizzo-uuk630 13.bizzo-7hed25 31.bizzo-k1yqod 14.bizzo-b9k7p6 31.bizzo-k1yqod 15.bizzo-s9r2sp.bizzo-v1m98e 17.bizzo-1isn9o 30.bizzo-uuk630 18.bizzo-0kbltp 28.bizzo-iepp4h 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-i01wp8 {
    display: none;
  }
}

.bizzo-4gxt49 {
  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-4gxt49 {
    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-xaaqd5 {
  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-xaaqd5 {
    padding: 14px 16px;
  }
}

.bizzo-xaaqd5 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.bizzo-xaaqd5 button:first-child {
  align-content: end;
}

.bizzo-xaaqd5 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .bizzo-xaaqd5
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .bizzo-xaaqd5
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.bizzo-xaaqd5 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.bizzo-xaaqd5 button:last-child svg {
  width: 38px;
  height: 38px;
}

.bizzo-z4alzj {
  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-z4alzj::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .bizzo-z4alzj,
.pc61d126-chatbot[data-active-screen="3"]
  .bizzo-z4alzj {
  opacity: 1;
  visibility: visible;
}

.bizzo-pushn1 {
  flex: 1 1;
}

.bizzo-97veou {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .bizzo-97veou {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .bizzo-9qxl3w {
  display: block;
}

.bizzo-dretfp {
  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-dretfp {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.bizzo-3kszm3 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.bizzo-3kszm3::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.bizzo-lh1e4b span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.bizzo-lh1e4b p {
  color: var(--Text-100);
}

.bizzo-3kszm3 .bizzo-5el27d {
  grid-area: button;
}

.bizzo-3kszm3 .bizzo-5el27d::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-p5ws10.org/2000/svg'%3E%3Cpath d='M4.bizzo-bvkx6v 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bizzo-09l33m 15L16.bizzo-09l33m 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bizzo-09l33m 5L16.bizzo-09l33m 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .bizzo-sfjuhx {
  display: block;
}

.bizzo-azxsx1 {
  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-azxsx1 {
    margin-top: 40px;
  }
}

.bizzo-ri1s1f label,
.bizzo-ri1s1f input {
  display: block;
  width: 100%;
}

.bizzo-ri1s1f label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.bizzo-ri1s1f label.bizzo-whz328 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.bizzo-ri1s1f label.bizzo-whz328::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-ri1s1f 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-ri1s1f input::placeholder {
  color: var(--Text-400);
}

.bizzo-r14541 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .bizzo-r14541 {
  display: flex;
}

.bizzo-r14541 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .bizzo-r14541 ol {
    height: 420px;
    padding: 24px;
  }
}

.bizzo-r14541 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.bizzo-wm3w75 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .bizzo-wm3w75 {
    padding: 0 24px 24px;
  }
}

.bizzo-wm3w75 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-wm3w75 input::placeholder {
  color: var(--Text-400);
}

.bizzo-wm3w75 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.bizzo-wm3w75 [type="submit"]:disabled {
  opacity: 0.5;
}

.bizzo-wm3w75 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .bizzo-wm3w75 [type="submit"] {
    right: 40px;
  }
}

.bizzo-mqfu16 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.bizzo-mqfu16.bizzo-xs9cp5 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.bizzo-mqfu16.bizzo-xs9cp5::before {
  content: "";
  width: 31px;
}

.bizzo-mqfu16.bizzo-xs9cp5 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bizzo-mqfu16.bizzo-wnznc9 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.bizzo-mqfu16 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bizzo-ptxcnb .bizzo-5el27d {
  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-lhgltn {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .bizzo-lhgltn {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .bizzo-lhgltn {
    padding: 18px 0;
  }
}

.bizzo-lhgltn .bizzo-3b7ynz {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .bizzo-lhgltn .bizzo-3b7ynz {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.bizzo-pl2v7p {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .bizzo-pl2v7p {
    max-width: 160px;
    height: 40px;
  }
}

.bizzo-pl2v7p picture,
.bizzo-pl2v7p img {
  display: block;
  width: 100%;
  height: 100%;
}

.bizzo-pl2v7p img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .bizzo-kk52t2 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.bizzo-64wmyw ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .bizzo-lhgltn.bizzo-7o468i .bizzo-kk52t2 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bizzo-kk52t2 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .bizzo-kk52t2 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.bizzo-xmasb7,
.bizzo-ce88kr {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .bizzo-xmasb7,
  .bizzo-ce88kr {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .bizzo-ce88kr {
    display: none;
  }
}

.bizzo-8ak6v1 {
  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-7o468i .bizzo-8ak6v1 {
  background: var(--fh-bg-color);
}

.bizzo-8ak6v1 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .bizzo-8ak6v1 {
    display: none;
  }
}

.bizzo-i16879 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bizzo-i16879 {
    display: none;
  }
}

.bizzo-ivkoe0 {
  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-lhgltn.bizzo-7o468i .bizzo-ivkoe0:first-child {
  display: none;
}

.bizzo-lhgltn.bizzo-7o468i .bizzo-ivkoe0:last-child {
  display: block;
}

.bizzo-ivkoe0:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .bizzo-ivkoe0 {
    display: none;
  }
}

.bizzo-97lke2 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bizzo-97lke2 {
    display: flex;
  }
}

.bizzo-97lke2 ul {
  max-height: 350px;
  overflow-y: auto;
}

.bizzo-97lke2:hover ul {
  visibility: visible;
  opacity: 1;
}

.bizzo-97lke2:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.bizzo-97lke2:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.bizzo-97lke2:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.bizzo-97lke2:hover .bizzo-zl4awx svg {
  transform: rotate(180deg);
}

.bizzo-sxn12z {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.bizzo-n2fqsf {
  padding: 0 8px;
}

.bizzo-d4rrwk {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.bizzo-d4rrwk:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .bizzo-d4rrwk {
    padding: 4px 8px;
  }
}

.bizzo-g752i2 {
  display: flex;
}

.bizzo-g752i2 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.bizzo-zl4awx {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.bizzo-zl4awx svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.bizzo-i5hyrw {
  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-i5hyrw {
    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-mrjbt0 {
  width: 100%;
}

@media (min-width: 1200px) {
  .bizzo-mrjbt0 {
    display: none;
  }
}

.bizzo-t9fr0z {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.bizzo-k1n6ui {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.bizzo-pm1eya {
  display: flex;
}

.bizzo-m784do {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.bizzo-yb8ahf {
  list-style: none;
}

@media (max-width: 1199px) {
  .bizzo-yb8ahf {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .bizzo-yb8ahf {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .bizzo-yb8ahf .bizzo-80zc0d [data-ref-el],
  .bizzo-yb8ahf .bizzo-80zc0d span,
  .bizzo-yb8ahf .bizzo-80zc0d a {
    white-space: nowrap;
  }
}

.bizzo-z7k8cp {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .bizzo-z7k8cp.bizzo-c9v3gt > .bizzo-80zc0d {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .bizzo-z7k8cp.bizzo-8tqjw0:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .bizzo-z7k8cp.bizzo-c9v3gt > .bizzo-e2nnsc {
    height: auto;
  }

  .bizzo-z7k8cp.bizzo-c9v3gt > div > .bizzo-uo2exq {
    transform: rotate(180deg);
  }
}

.bizzo-z7k8cp [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.bizzo-z7k8cp [data-ref-el],
.bizzo-z7k8cp span {
  cursor: pointer;
}

.bizzo-z7k8cp [data-ref-el],
.bizzo-z7k8cp span,
.bizzo-z7k8cp 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-z7k8cp [data-ref-el],
  .bizzo-z7k8cp span,
  .bizzo-z7k8cp a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .bizzo-z7k8cp [data-ref-el],
  .bizzo-z7k8cp span,
  .bizzo-z7k8cp a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.bizzo-e2nnsc {
  height: 0;
  overflow: hidden;
  transition: height 0.bizzo-64wmyw ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.bizzo-e2nnsc::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.bizzo-e2nnsc::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.bizzo-e2nnsc::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .bizzo-e2nnsc {
    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-e2nnsc:has(> .bizzo-z7k8cp.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .bizzo-e2nnsc .bizzo-e2nnsc {
    padding: 0;
  }

  .bizzo-e2nnsc .bizzo-z7k8cp {
    font-weight: 400;
  }

  .bizzo-e2nnsc .bizzo-z7k8cp:hover > .bizzo-80zc0d {
    background: var(--Neutral-300);
  }

  .bizzo-e2nnsc .bizzo-uo2exq {
    rotate: -90deg;
  }
}

.bizzo-80zc0d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bizzo-80zc0d {
    padding: 8px;
  }

  .bizzo-z7k8cp.bizzo-9x185i > .bizzo-80zc0d {
    background: var(--Neutral-300);
  }
}

.bizzo-uo2exq {
  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-p5ws10.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.bizzo-pv65fv 0.bizzo-esjc2r.bizzo-il2cgn -0.bizzo-5ybuna 0.bizzo-1zgmds -0.bizzo-5ybuna 1.bizzo-scswbl 0.bizzo-2f84o1.bizzo-ze84ym 4.bizzo-swotmd.bizzo-pv65fv 0.bizzo-q9hpxk.bizzo-kzducd -0.bizzo-5ybuna 9.bizzo-68ngs6 -0.bizzo-5ybuna 10.bizzo-jbzql8 0.bizzo-dutk3h.bizzo-79yv7g 0.bizzo-il2cgn 10.bizzo-79yv7g 0.bizzo-1zgmds 10.bizzo-jbzql8 1.bizzo-98c64c.bizzo-2vl4nq 5.bizzo-l4xq1a.bizzo-sdw9sl 6.bizzo-njeroe 5.bizzo-n71jyp 6.bizzo-njeroe 4.bizzo-0rk9ht 5.bizzo-yd8wl4.bizzo-pv65fv 1.bizzo-wjrktk.bizzo-5ybuna 0.bizzo-1zgmds -0.bizzo-5ybuna 0.bizzo-il2cgn 0.bizzo-pv65fv 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.bizzo-64wmyw ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bizzo-uo2exq {
    cursor: default;
  }
}

.bizzo-yzktx5 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.bizzo-rk14ir {
  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-rk14ir {
    padding: 40px 4px;
  }
}

.bizzo-k0l9dt {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .bizzo-k0l9dt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.bizzo-m8y8jd {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .bizzo-m8y8jd {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.bizzo-m8y8jd ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.bizzo-m8y8jd [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.bizzo-m8y8jd [data-ref-el],
.bizzo-m8y8jd span,
.bizzo-m8y8jd a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.bizzo-qdaije {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bizzo-qdaije {
    margin-bottom: 12px;
  }
}

.bizzo-pki4pi {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.bizzo-pki4pi img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .bizzo-pki4pi:last-child {
    margin-right: 0;
  }
}

.bizzo-pxgi7d {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bizzo-qdaije:hover .bizzo-qzjy35 {
  visibility: visible;
  opacity: 1;
}

.bizzo-qzjy35 {
  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-ds3wge {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.bizzo-evf8sc {
  display: flex;
  margin: 6px;
}

.bizzo-evf8sc img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.bizzo-qzjy35::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-qzjy35::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-8j4ikh {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .bizzo-8j4ikh {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.bizzo-eq7e69 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .bizzo-eq7e69 {
    margin-right: 32px;
  }
}

.bizzo-mlrvwp {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bizzo-mlrvwp {
    margin-top: 0;
    width: 340px;
  }
}

.bizzo-mlrvwp a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bizzo-latk0a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.bizzo-4l2of9 {
  position: relative;
}

@media (min-width: 768px) {
  .bizzo-4l2of9 {
    margin-top: 40px;
  }
}

.bizzo-4l2of9 + .bizzo-m1i9kh,
.bizzo-4l2of9 + .bizzo-4l2of9 {
  margin-top: 24px;
}

.bizzo-ihu1wj {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .bizzo-ihu1wj {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .bizzo-ihu1wj {
    padding: 80px;
  }
}

.bizzo-g6me0s {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .bizzo-g6me0s {
    padding: 0 16px;
}


}

.bizzo-hvopl3 {
  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-hvopl3 {
    font-size: 48px;
    line-height: 56px;
  }
}

.bizzo-l0ysdd {
  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-l0ysdd {
    font-size: 24px;
    line-height: 32px;
  }
}

.bizzo-pf1c7j {
  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-pf1c7j:hover {
  background: var(--button-bg-hover);
}

.bizzo-y74pb9 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.bizzo-y74pb9 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .bizzo-y74pb9 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .bizzo-y74pb9 img {
  min-height: 100%;
  }
}

.bizzo-ihu1wj::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bizzo-39kjnz {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bizzo-39kjnz h1,
.bizzo-39kjnz h2,
.bizzo-39kjnz h3,
.bizzo-39kjnz h4 {
  margin-bottom: 6px;
}

.bizzo-39kjnz h1:not(:first-child),
.bizzo-39kjnz h2:not(:first-child),
.bizzo-39kjnz h3:not(:first-child),
.bizzo-39kjnz h4:not(:first-child) {
  margin-top: 16px;
}

.bizzo-39kjnz h1,
.bizzo-39kjnz h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .bizzo-39kjnz h1,
  .bizzo-39kjnz h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.bizzo-39kjnz h2,
.bizzo-39kjnz h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .bizzo-39kjnz h2,
  .bizzo-39kjnz h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.bizzo-39kjnz h3,
.bizzo-39kjnz h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .bizzo-39kjnz h3,
  .bizzo-39kjnz h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.bizzo-39kjnz h4,
.bizzo-39kjnz h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.bizzo-39kjnz ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.bizzo-39kjnz ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.bizzo-39kjnz 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-39kjnz ul ul {
  margin-bottom: 8px;
}

.bizzo-39kjnz ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.bizzo-39kjnz ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.bizzo-39kjnz ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.bizzo-39kjnz ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.bizzo-39kjnz ol li::marker {
  font-weight: 700;
}

.bizzo-39kjnz ol ol {
  margin-bottom: 8px;
}

.bizzo-39kjnz ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.bizzo-39kjnz ol ul li {
  padding-left: 16px;
}

.bizzo-39kjnz 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-39kjnz table {
    padding: 24px;
  }
}

.bizzo-39kjnz table.bizzo-60w81u {
  -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-64wmyw,
    mask-image 0.3s;
}

.bizzo-39kjnz table.bizzo-60w81u.bizzo-zviw73 {
  -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-39kjnz table {
    display: table;
  }
}

.bizzo-39kjnz 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-39kjnz table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bizzo-39kjnz table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bizzo-39kjnz 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-39kjnz table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.bizzo-39kjnz table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bizzo-39kjnz table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bizzo-39kjnz table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.bizzo-39kjnz img {
  max-width: 100%;
  height: auto;
}

.bizzo-x8g7vb {
  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-x8g7vb {
    padding: 24px;
  }
}

.bizzo-9f90c5 {
  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-9f90c5 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.bizzo-9f90c5 > * {
  margin: 0 !important;
}

.bizzo-9f90c5 img,
.bizzo-g7syko {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bizzo-9f90c5 img,
  .bizzo-g7syko {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bizzo-7kxlzg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bizzo-7kxlzg {
    width: 32px;
    height: 32px;
  }
}

.bizzo-kyqo7q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.bizzo-kyqo7q .bizzo-hx20kj {
  flex-shrink: 0;
}

.bizzo-kyqo7q .bizzo-kakzvr svg {
  display: none;
}

.bizzo-le6iiq {
  display: grid;
  transition: max-height 0.bizzo-64wmyw ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .bizzo-le6iiq {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .bizzo-le6iiq {
    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-le6iiq.bizzo-5hx2ls + .bizzo-hx20kj svg {
  transform: rotate(180deg);
}

.bizzo-kx00ws {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.bizzo-kx00ws > div:nth-child(3n) {
  grid-column: span 2;
}

.bizzo-kx00ws
  > div:nth-child(3n)
  .bizzo-jn89u3
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .bizzo-kx00ws {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .bizzo-kx00ws > div:nth-child(3n) {
    grid-column: unset;
  }

  .bizzo-kx00ws
    > div:nth-child(3n)
    .bizzo-jn89u3
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .bizzo-kx00ws {
    max-width: 270px;
  }
}

.bizzo-kx00ws .bizzo-jn89u3 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .bizzo-kx00ws .bizzo-jn89u3 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .bizzo-kx00ws .bizzo-jn89u3 button {
    max-width: 104px;
  }
}

.bizzo-ngmll4 {
  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-ngmll4 {
    margin-bottom: 0;
  }
}

.bizzo-a4wk6r {
  display: none;
  opacity: 0;
}

.bizzo-jt3a4r {
  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-jt3a4r img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.bizzo-jn89u3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.bizzo-jn89u3 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-jn89u3
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bizzo-jn89u3
    button {
    max-width: 145px;
  }
}

.bizzo-tlej54:first-child
  .bizzo-jn89u3
  button {
  max-width: 270px;
}

.bizzo-rqmt8i {
  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-ngmll4 picture {
  width: 100%;
  max-width: 100%;
}

.bizzo-aut82b {
  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-aut82b svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.bizzo-ngmll4:hover .bizzo-aut82b {
  display: flex;
}

.bizzo-mljfmb {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.bizzo-cp460d {
  display: flex;
}

.bizzo-cp460d:hover .bizzo-a5e88x,
.bizzo-cp460d .bizzo-9x185i .bizzo-a5e88x {
  display: flex;
}

.bizzo-cp460d svg {
  flex-shrink: 0;
}

.bizzo-a5e88x {
  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-a5e88x {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.bizzo-a5e88x:hover {
  display: flex;
}

.bizzo-a5e88x svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.bizzo-cc7pdh {
  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-cc7pdh {
    font-size: 12px;
  }
}

.bizzo-kfg14s,
.bizzo-c86zk1 {
  width: 50%;
  flex-shrink: 0;
}

.bizzo-kfg14s {
  font-weight: 700;
}

.bizzo-6q1f6e .bizzo-le6iiq {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .bizzo-6q1f6e .bizzo-le6iiq {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .bizzo-6q1f6e .bizzo-le6iiq {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.bizzo-6q1f6e
  .bizzo-rqmt8i:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.bizzo-6q1f6e .bizzo-jt3a4r {
  height: 100% !important;
  border-radius: 16px;
}

.bizzo-6q1f6e .bizzo-jn89u3 {
  gap: 4px;
  align-items: center;
}

.bizzo-6q1f6e .bizzo-jn89u3 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bizzo-6q1f6e .bizzo-jn89u3 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.bizzo-6q1f6e .bizzo-v0w0pv,
.bizzo-6q1f6e .bizzo-f85jkr {
  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-p5ws10.org/2000/svg'%3E%3Cpath d='M9.bizzo-i62vix 4.bizzo-x7f3kv.bizzo-2hnqr6 5.bizzo-wym5xf.bizzo-2vluwu 5.bizzo-c6d5i8.bizzo-w34mvm 5.bizzo-9e39zu.bizzo-wr9ys2 8.bizzo-bf7g9o.bizzo-05i2zj 9.bizzo-dn73mv.bizzo-4pssup 9.bizzo-omce6j.bizzo-w6xm4n 13.bizzo-pfvpkg.bizzo-2e5ysv 11.bizzo-aau9gb.bizzo-du9wdz 11.bizzo-f2p8bx.bizzo-7a689r 11.bizzo-dztr3q.bizzo-mr7g8v 13.bizzo-vgarqj.bizzo-6cepjb 9.bizzo-iyxocu.bizzo-fvyx8h 9.bizzo-vy5ufw.bizzo-ej3b7j 8.bizzo-gkze7r.bizzo-ji5j2r 5.bizzo-awfyzh.bizzo-gt9190 5.bizzo-6tf5jo.bizzo-f7rdpl 5.bizzo-ovwey4.bizzo-ama5pl 4.bizzo-ae5jg8.bizzo-du9wdz 1.bizzo-i16znb.bizzo-i62vix 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.bizzo-6q1f6e .bizzo-v0w0pv {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.bizzo-6q1f6e .bizzo-f85jkr {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.bizzo-yejm9i {
  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-yejm9i {
    padding: 24px;
  }
}

.bizzo-yejm9i .bizzo-hx20kj {
  display: flex;
}

@media (min-width: 768px) {
  .bizzo-yejm9i .bizzo-hx20kj {
    display: none;
  }
}

.bizzo-yejm9i .bizzo-kakzvr svg {
  display: none;
}

.bizzo-j8b45x {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bizzo-j8b45x .bizzo-e9fpgv {
  display: none;
}

@media (min-width: 768px) {
  .bizzo-j8b45x .bizzo-e9fpgv {
    display: flex;
  }
}

.bizzo-c3wae9 {
  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-c3wae9 {
    font-size: 40px;
    line-height: 48px;
  }
}

.bizzo-c3wae9 > * {
  margin: 0 !important;
}

.bizzo-c3wae9 img,
.bizzo-z1jyhb {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bizzo-c3wae9 img,
  .bizzo-z1jyhb {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bizzo-fri1b1 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bizzo-fri1b1 {
    width: 32px;
    height: 32px;
  }
}

.bizzo-4rakx0 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .bizzo-4rakx0 {
    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-4rakx0::-webkit-scrollbar {
    display: none;
  }
}

.bizzo-vu40n6 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .bizzo-vu40n6 {
    padding: 7px 15px;
  }
}

.bizzo-vu40n6:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bizzo-06cmu3 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bizzo-06cmu3 {
    display: flex;
    opacity: 1;
  }
}

.bizzo-vu40n6 picture {
  height: 100%;
  display: block;
}

.bizzo-vu40n6 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .bizzo-vu40n6 img {
    width: 88px;
    height: 44px;
  }
}

.bizzo-vu40n6 p {
  text-align: center;
  width: 100%;
}

.bizzo-q9q1xg {
  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-q9q1xg {
    font-size: 40px;
    line-height: 48px;
  }
}

.bizzo-q9q1xg img,
.bizzo-ptkuuw {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bizzo-q9q1xg img,
  .bizzo-ptkuuw {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bizzo-lnfsd4 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bizzo-lnfsd4 {
    width: 32px;
    height: 32px;
  }
}

.bizzo-mkxjsp {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.bizzo-faingc {
  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-uwoz0g {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.bizzo-uwoz0g.bizzo-9x185i {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.bizzo-olte5y {
  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-olte5y {
    font-size: 20px;
    line-height: 28px;
  }
}

.bizzo-r599tl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.bizzo-uwn4is {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.bizzo-64wmyw ease;
  opacity: 0;
  color: var(--text-color);
}

.bizzo-688deq {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.bizzo-688deq ol,
.bizzo-688deq ul {
  padding-left: 1.3em;
}

.bizzo-uwoz0g.bizzo-9x185i .bizzo-uwn4is {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.bizzo-uwoz0g.bizzo-9x185i .bizzo-r599tl {
  transform: rotate(180deg);
  color: var(--text-color);
}

.bizzo-91gwm4 {
  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-91gwm4 {
    padding: 24px;
  }
}

.bizzo-91gwm4 .bizzo-hx20kj {
  display: flex;
}

@media (min-width: 768px) {
  .bizzo-91gwm4 .bizzo-hx20kj {
    display: none;
  }
}

.bizzo-91gwm4 .bizzo-kakzvr svg {
  display: none;
}

.bizzo-jb5j4q {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bizzo-jb5j4q .bizzo-e9fpgv {
  display: none;
}

@media (min-width: 768px) {
  .bizzo-jb5j4q .bizzo-e9fpgv {
    display: flex;
  }
}

.bizzo-ir2u8p {
  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-ir2u8p {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.bizzo-ir2u8p > * {
  margin: 0 !important;
}

.bizzo-ir2u8p img,
.bizzo-17jd8s {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bizzo-ir2u8p img,
  .bizzo-17jd8s {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bizzo-us3flo {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bizzo-us3flo {
    width: 32px;
    height: 32px;
  }
}

.bizzo-co70xu {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .bizzo-co70xu {
    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-co70xu::-webkit-scrollbar {
    display: none;
  }
}

.bizzo-vwc1fg {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.bizzo-vwc1fg:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bizzo-elom6i {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bizzo-elom6i {
    display: flex;
    opacity: 1;
  }
}

.bizzo-vwc1fg picture {
  width: auto;
  height: 100%;
  display: block;
}

.bizzo-vwc1fg picture img {
  display: block;
  width: auto;
  height: 100%;
}

.bizzo-6aw8sj {
  margin: -24px 0;
}

.bizzo-6aw8sj:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .bizzo-6aw8sj {
    margin: -16px 0;
  }
}

.bizzo-5rthng {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .bizzo-5rthng {
    flex-direction: row;
  }
}

.bizzo-yb129p {
  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-yb129p {
    flex: 1;
  }
}

.bizzo-yb129p::placeholder {
  color: var(--Text-400);
}

.bizzo-zjcrp5 {
  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-3ztmn8 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.bizzo-3ztmn8::-webkit-scrollbar {
  display: none;
}

.bizzo-wrlggf {
  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-wrlggf img,
.bizzo-wrlggf svg {
  margin-right: 8px;
}

.bizzo-wv37s0 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.bizzo-6aw8sj + .bizzo-uy5vz6 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .bizzo-6aw8sj + .bizzo-uy5vz6 {
    margin-top: -16px;
  }
}

.bizzo-6s9o9b {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.bizzo-6s9o9b > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.bizzo-6s9o9b > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.bizzo-zt5w5u {
  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-vxeod0 {
  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-7xxgs4 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bizzo-zz14t9 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.bizzo-jw70yu {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.bizzo-zt5w5u 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-zt5w5u 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-zt5w5u {
    padding: 39px 179px 39px 39px;
  }

  .bizzo-vxeod0 {
    font-size: 40px;
    line-height: 48px;
  }

  .bizzo-jw70yu {
    height: 348px;
  }

  .bizzo-zt5w5u button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .bizzo-zt5w5u button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .bizzo-zt5w5u {
    padding: 63px;
  }
}

.bizzo-fsg7n3 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .bizzo-fsg7n3 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.bizzo-6jhwpw {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bizzo-6jhwpw {
    width: auto;
  }
}

.bizzo-gbkwbe {
  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-gbkwbe::-webkit-scrollbar {
  display: none;
}

.bizzo-gbkwbe 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-gbkwbe a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bizzo-gbkwbe {
    margin-left: 16px;
    margin-top: 0;
  }
}

.bizzo-fsg7n3 .bizzo-owb4jl {
  -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-64wmyw,
    mask-image 0.3s;
}

.bizzo-fsg7n3 .bizzo-owb4jl.bizzo-zviw73 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.bizzo-bh0cf9 {
  margin: 40px -16px;
}

.bizzo-3jkgny + .bizzo-m1i9kh,
.bizzo-3jkgny + .bizzo-4l2of9 {
  margin-top: 24px;
}

.bizzo-i2m5dn {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.bizzo-i2m5dn picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bizzo-0r6eg6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .bizzo-0r6eg6 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .bizzo-0r6eg6 {
    margin-top: 0;
  }
}

.bizzo-fyea7b {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bizzo-fyea7b {
    font-size: 24px;
    line-height: 32px;
  }
}

.bizzo-m20t86 {
  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-m20t86 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.bizzo-2d4n8e {
  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-2d4n8e {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.bizzo-c60dtn {
  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-c60dtn {
    font-size: 20px;
    line-height: 28px;
  }
}

.bizzo-r6p9i2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bizzo-r6p9i2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.bizzo-khqedc {
  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-2glrrm {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.bizzo-2glrrm img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bizzo-uy5vz6 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bizzo-nd5xl1 {
  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-nd5xl1 {
    padding: 15px 48px;
  }
}

main > .bizzo-uy5vz6 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .bizzo-le6iiq.bizzo-w60aqf > div:nth-child(n+5) {
    display: none;
  }
}

.bizzo-39kjnz p a img {
  display: block;
  margin: 0 auto;
}


.bizzo-6jhp8h {
  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-gcde7m {
  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-gcde7m label {
  font-size: 14px;
}

.bizzo-gcde7m h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bizzo-gcde7m input,
.bizzo-gcde7m textarea,
.bizzo-gcde7m 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-gcde7m button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bizzo-74mzft ease;
}
.bizzo-gcde7m button:hover {
  background-color: var(--button-bg-hover);
}
.bizzo-qw8b4p {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bizzo-vk2wby ease-in;
}

.bizzo-qw8b4p 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-uqqby3, .bizzo-mcylyq, [class*="review-card"],
thead, thead th, table th, .bizzo-ov7wrc,
.bizzo-8h5g2a, [class*="collapsible-header"],
.bizzo-f6rizv, [class*="updated-block"] {
  color: #ece7dc !important;
}
