:root {
  /* pinned */
  --success-color: #069814;
  --success-color-light: #07be1a;
  --icon-color: #cbabff;
  --icon-filter: brightness(0) saturate(100%) invert(69%) sepia(10%)
    saturate(2143%) hue-rotate(213deg) brightness(104%) contrast(102%);
  --header-bg-color: var(--primary-color-dark);
  --sidebar-bg-color: var(--menu-color);
  --bonus-card-bg-color: var(--menu-color);
  --btn-border-color: var(--accent-color);
  --btn-border-color-outline: var(--border-color);
  --btn-round: var(--round-l);
  --btn-text-color: var(--white-color);
  --btn-text-color-outline: var(--white-color);
  --table-head-bg-color: var(--table-1-color);
  --table-head-text-color: var(--text-color);
  --table-cell-bg-color: var(--bg-color);
  --table-cell-text-color: var(--text-color);
  --faq-bg-color: var(--menu-color);
  --faq-divider-color: var(--divider-color);
  --faq-border-color: var(--border-color);
  --faq-round: var(--round-base);
  --base: 1rem;
  --container-width: 1130px;
  --container-padding-x: 15px;
  --header-height: calc(var(--base) * 4);
  --sidebar-width-short: calc(var(--base) * 4);
  --sidebar-width: calc(var(--base) * 20);
  --transition-duration: 0.2s;
  --games-grid-cols: 7;
  --games-grid-cols-mobile: calc(var(--games-grid-cols) * 2);
  --new-game-card-bg-color: linear-gradient(
    180deg,
    rgba(109, 0, 216, 0),
    #47008d
  );
  --seo-content-width: 80%;
  --round-sm: calc(var(--base) * 0.5);
  --round-base: var(--base);
  --round-l: calc(var(--base) * 2);
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Arial", sans-serif;
  --font-render-type: swap;
}

* {
  border: none;
  margin: 0;
  padding: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

a,
a:link,
a:visited {
  color: inherit;
}

a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}

aside,
footer,
header,
main,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  height: auto;
  max-width: 100%;
}

address {
  font-style: normal;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button,
input[type="submit"] {
  background-color: transparent;
  background: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
}

button:active,
button:focus,
input:active,
input:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

body,
html {
  scroll-behavior: smooth;
  scroll-margin-top: 5rem;
}

html {
  font-size: 100%;
}

body {
  background-color: var(--main-theme-color);
  color: var(--text-color);
  font-family: var(--font-primary);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media screen and (max-width: 1024px) {
  .bizzo-09xcao {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .bizzo-8vzja5 {
    display: none;
  }
}

.bizzo-6z5m3t {
  background: var(--menu-color);
  border-radius: var(--border-radius-sm);
}

.bizzo-d1yfmh {
  overflow-y: hidden;
}

.bizzo-6k9hl5 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.239), 0 0 1px 0 rgba(0, 0, 0, 0.322);
}

h1,
h2,
h3,
h4 {
  line-height: 120%;
}

p {
  line-height: 140%;
}

h1 {
  font-size: 3rem;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2.25rem;
}

@media screen and (max-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 576px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.6rem;
}

@media screen and (max-width: 992px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  h3 {
    font-size: 1.2rem;
  }
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 992px) {
  p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 576px) {
  p {
    font-size: 1rem;
  }
}

.bizzo-en38pb {
  margin-left: auto;
  margin-right: auto;
  max-width: 1414px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bizzo-en38pb {
    max-width: 100%;
  }
}

.bizzo-ajvz35,
body,
html {
  height: 100%;
}

.bizzo-tvw3c7 {
  bottom: 0;
  height: 100%;
  left: 0;
  max-width: var(--sidebar-width-short);
  position: fixed;
  top: 0;
  transform: scaleX(1);
  transition: 0.25s;
  width: 100%;
  will-change: transform;
  z-index: 900;
}

.bizzo-tvw3c7.bizzo-fofq9m {
  display: block;
  max-width: var(--sidebar-width);
  transform: scaleX(var(--sidebar-width));
}

.bizzo-ymyjhr {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: var(--sidebar-width-short);
  max-width: calc(100% - var(--sidebar-width-short));
  transition: 0.25s;
  width: 100%;
}

.bizzo-ymyjhr.bizzo-fofq9m {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
}

.bizzo-2w3mg0 {
  height: var(--header-height);
  left: 0;
  margin-left: var(--sidebar-width-short);
  max-width: calc(100% - var(--sidebar-width-short));
  position: fixed;
  right: 0;
  top: 0;
  transition: transform 0.25s;
  width: 100%;
  will-change: transform;
  z-index: 900;
}

.bizzo-2w3mg0.bizzo-fofq9m {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
  transform: scaleX(calc(100% - var(--sidebar-width)));
}

.bizzo-2w3mg0.bizzo-fofq9m .bizzo-39fa8c {
  display: none;
}

.bizzo-xjf9rs {
  padding-top: calc(var(--header-height) + 1rem);
}

@media screen and (max-width: 1024px) {
  .bizzo-2w3mg0,
  .bizzo-ymyjhr {
    margin-left: 0;
    max-width: 100%;
  }
}

.bizzo-y8zbhh {
  background: var(--sidebar-bg-color);
  display: block;
}

.bizzo-y8zbhh.bizzo-fofq9m .bizzo-39fa8c {
  display: inline-block;
}

.bizzo-y8zbhh.bizzo-fofq9m .bizzo-obdx6k {
  display: flex;
}

.bizzo-y8zbhh.bizzo-fofq9m .bizzo-xrho8e {
  transform: translateY(0);
  visibility: visible;
}

.bizzo-1c3djb {
  align-items: center;
  background: var(--fh-bg-color);
  display: flex;
  height: var(--header-height);
  max-height: var(--header-height);
}

.bizzo-y8zbhh .bizzo-39fa8c {
  display: none;
  margin: 0 auto;
  transform: translateX(calc(var(--header-height) * -1 / 2));
}

.bizzo-obdx6k {
  display: none;
  flex-direction: column;
  height: 90%;
  justify-content: space-between;
  max-height: 90%;
  overflow-y: scroll;
  padding: 1rem 0.5rem;
}

.bizzo-obdx6k::-webkit-scrollbar {
  width: 0;
}

.bizzo-7acju1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 0 0.5rem;
}

.bizzo-7acju1.bizzo-fofq9m {
  display: none;
}

.bizzo-hz4d6i {
  filter: var(--button-text-color);

  max-width: 1.5rem;
  min-width: 1.5rem;
}

.bizzo-265jin {
  align-items: center;
  aspect-ratio: 1/1;
  background: transparent;
  border-radius: var(--round-sm);
  display: flex;
  height: auto;
  justify-content: center;
  transition: var(--transition-duration);
  width: 3rem;
}

.bizzo-51qs0y {
  max-width: 40px;
}

.bizzo-qqnjws {
  display: inline-flex;
  justify-content: center;
  padding: 5px 0;
  width: 100%;
}

.bizzo-qqnjws svg {
  color: var(--success-color-light);
}

.bizzo-a9e93z {
  border-bottom: 1px solid var(--divider-color);
}

.bizzo-z8yfsw {
  border-top: 1px solid var(--divider-color);
}

@media (any-hover: hover) {
  .bizzo-265jin:hover {
    background: var(--menu-color);
  }
}

@media screen and (max-width: 1024px) {
  .bizzo-y8zbhh {
    display: none;
  }
  .bizzo-y8zbhh:after {
    background: var(rgba(0, 0, 0, 0.523) city);
    content: "";
    height: 100%;
    left: var(--sidebar-width);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 900;
  }
}

.bizzo-0owdxm {
  align-items: center;
  background: var(--button-bg-color);
  border-radius: 5px;
  display: inline-block;
  display: inline-flex;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.5rem;
  width: 100%;
}

.bizzo-vtcvhi {
  max-width: 40px;
}

.bizzo-4a59ii {
  font-size: 0.75rem;
  font-weight: 700;
}

.bizzo-2glmlt {
  background: var(--fh-bg-color);
}

.bizzo-hrq23x,
.bizzo-g176rp {
  align-items: center;
  display: flex;
}

.bizzo-hrq23x {
  gap: 0.5rem;
}

.bizzo-g176rp {
  gap: 2rem;
  height: 100%;
  justify-content: space-between;
}

.bizzo-2glmlt .bizzo-39fa8c {
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .bizzo-g176rp {
    gap: 0rem;
    padding: 0;
  }

  .bizzo-2glmlt .bizzo-39fa8c {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .bizzo-2glmlt .bizzo-jq4lfg {
    display: none;
  }
  .bizzo-vp4l7g {
    font-size: 0.bizzo-6ze12c !important;
  }
  .bizzo-2glmlt .bizzo-39fa8c {
    max-width: 100px;
  }
}

.bizzo-qwodwx svg {
  color: var(--icon-color);
}

@media screen and (max-width: 768px) {
  .bizzo-qwodwx {
    display: none;
  }
}

.bizzo-39fa8c {
  display: inline-block;
  max-width: 125px;
}

.bizzo-fe38gg {
  width: 100%;
}

.bizzo-xrho8e {
  transform: translateY(10%);
  transition-delay: 10s;
  visibility: hidden;
}

.bizzo-365vif {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.bizzo-eb2fzp,
.bizzo-fa4ulm {
  cursor: pointer;
  background: var(--border-color);
  border-radius: 6px;
  transition: var(--transition-duration);
}

.bizzo-eb2fzp {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 0.5rem;
  overflow: hidden;
  padding: 5px 0.5rem;
  position: relative;
}

.bizzo-eb2fzp:before {
  background: var(--decor-gradient);
  content: "";
  filter: blur(30px);
  height: 120px;
  left: -15px;
  opacity: 0.7;
  position: absolute;
  top: -80px;
  width: 120px;
  z-index: 1;
}

.bizzo-3aaslm {
  font-size: 0.875rem;
  justify-content: center;
}

.bizzo-4kzmfm,
.bizzo-5o23i3 {
  position: relative;
  z-index: 2;
}

.bizzo-4kzmfm {
  max-width: 40px;
}

.bizzo-rt14e9 {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.bizzo-6vrsy5:last-child:nth-child(odd) {
  grid-column: 1/-1;
}

.bizzo-4hdood {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 1rem;
}

.bizzo-fa4ulm {
  padding: 0.5rem;
}

.bizzo-1ib0vj {
  filter: var(--button-text-color);
  max-width: 1.25rem;
}

@media (any-hover: hover) {
  .bizzo-eb2fzp:hover,
  .bizzo-fa4ulm:hover {
    background: var(--border-color);
  }
}

.bizzo-ik5g0o {
  align-items: center;
  background: var(--button-bg-color);
  border: 2px solid var(--border-color);
  border-radius: var(--btn-round);
  display: inline-flex;
  font-weight: 600;
  gap: 5px;
  justify-content: center;
  padding: 6px 10px;
  text-align: center;
  transition: var(--transition-duration);
  cursor: pointer;
}

.bizzo-er4k1o {
  color: var(--button-text-color);
}

.bizzo-qjuloy {
  /* background: transparent; */
  border-color: var(--btn-border-color-outline);
}

.bizzo-qjuloy .bizzo-er4k1o {
  color: var(--button-text-color);
}

.bizzo-nlbwuc {
  padding: 0.bizzo-qv6oif 0.625em;
  width: 100%;
}

.bizzo-qwv0l3 {
  font-size: 0.875rem;
}

.bizzo-kaltal {
  background: var(--success-color);
  border-color: var(--success-color);
}

.bizzo-kaltal .bizzo-er4k1o,
.bizzo-kaltal svg {
  color: var(--button-text-color);
}

.bizzo-yd6tl6 svg {
  color: var(--btn-text-color);
}

@media (any-hover: hover) {
  .bizzo-ik5g0o:hover {
    background: var(--button-bg-hover);
    border-color: var(--button-bg-hover);
  }
  .bizzo-qjuloy:hover {
    background: var(--btn-border-color-outline);
    border-color: var(--btn-border-color-outline);
  }
  .bizzo-kaltal:hover {
    background: var(--success-color-light);
    border-color: var(--success-color-light);
  }
}

.bizzo-fjoga5 {
  margin-left: 10px;
  margin-right: 5px;
  transform: scaleX(-1);
}

.bizzo-jq4lfg {
  background: var(--border-color);
  display: inline-flex;
}

.bizzo-jq4lfg,
.bizzo-0ua5yl {
  border-radius: var(--round-l);
}

.bizzo-0ua5yl {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  gap: 5px;
  padding: 0.4rem;
}

.bizzo-0ua5yl span,
.bizzo-0ua5yl svg {
  color: var(--icon-color);
  transition: var(--transition-duration);
}

.bizzo-zns4fh {
  background: var(--button-bg-color);
}

.bizzo-zns4fh span,
.bizzo-zns4fh svg {
  color: var(--button-text-color);
}

.bizzo-lma1v1 {
  display: none;
  height: 0;
  margin: 0.bizzo-fq8l9h 0 1rem;
  width: 0;
}

.bizzo-lma1v1 .bizzo-0ua5yl {
  flex: 1 1 50%;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .bizzo-lma1v1 {
    display: inline-flex;
    height: auto;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (any-hover: hover) {
  .bizzo-0ua5yl:hover span,
  .bizzo-0ua5yl:hover svg {
    color: var(--text-color);
  }
}

.bizzo-8qqm20 {
  height: 200px;
  min-height: 175px;
  overflow-y: hidden;
}

.bizzo-f3c9z6,
.bizzo-finlg5 {
  height: 100%;
}

.bizzo-f3c9z6 {
  overflow-x: auto;
}

.bizzo-f3c9z6::-webkit-scrollbar {
  width: 0;
}

.bizzo-finlg5 {
  display: flex;
  gap: 0.5rem;
  width: auto;
}

.bizzo-imaj34 {
  flex: 1 0 33%;
  max-width: 33%;
}

@media screen and (max-width: 1024px) {
  .bizzo-8qqm20 {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .bizzo-8qqm20 {
    height: auto;
    min-height: auto;
  }
  .bizzo-imaj34 {
    flex: 1 0 100%;
  }
}

.bizzo-cctcch {
  background: var(--bonus-card-bg-color);
  border-radius: var(--round-base);
  display: inline-block;
  height: 100%;
  overflow-y: hidden;
  position: relative;
}

.bizzo-u3tun3 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  inset: 0;
  justify-content: space-between;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
}

@media (max-width: 1026px) {
  .bizzo-u3tun3 {
    gap: 0;
  }
}

.bizzo-g2iy4i {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .bizzo-g2iy4i {
    height: 150px !important;
  }
}

.bizzo-o7hxwf {
  background: var(--button-bg-color);
  border-radius: var(--round-sm);
  color: var(--button-text-color);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 0.5rem;
  text-transform: uppercase;
}

.bizzo-v71zqe {
  color: var(--text-color);
}

.bizzo-0gi77s {
  font-size: 1rem;
  font-weight: 900;
  max-width: 200px;
}

@media (max-width: 1026px) {
  .bizzo-0gi77s {
    font-size: 16px;
  }
}

.bizzo-n43qel {
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .bizzo-cctcch {
    height: 175px;
  }
}

@media screen and (max-width: 768px) {
  .bizzo-cctcch {
    flex: 1 0 90%;
    height: auto;
    max-width: 900px;
    min-height: 190px;
  }
  .bizzo-o7hxwf {
    font-size: 0.675rem;
    padding: 5px;
  }
}

.bizzo-9g2uf2 {
  display: flex;
  gap: 1rem;
}

@media (any-hover: hover) {
  .bizzo-tntlnx:hover .bizzo-a3tvdy {
    color: var(--accent-color);
  }
}

.bizzo-5vu3e6 {
  text-align: center;
}

.bizzo-mqk12g {
  margin: 2rem 0;
}

.bizzo-io4oh2 {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.bizzo-o4a4sr {
  font-size: 2rem;
  font-weight: 700;
}

.bizzo-egkoow {
  overflow-x: auto;
}

.bizzo-egkoow::-webkit-scrollbar {
  width: 0;
}

.bizzo-vdpn9x {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(var(--games-grid-cols), minmax(0, 1fr));
}

@media screen and (max-width: 768px) {
  .bizzo-vdpn9x {
    gap: 0.5rem;
    grid-template-columns: repeat(
      var(--games-grid-cols-mobile),
      minmax(120px, 1fr)
    );
  }
  .bizzo-o4a4sr {
    font-size: 1.25rem;
  }
}

.bizzo-3ic774 {
  display: inline-flex;
  flex-direction: column;
  max-width: 208px;
}

.bizzo-qurjgk {
  aspect-ratio: 1/1;
  background: var(--menu-color);
  border-radius: var(--round-base);
  margin-bottom: 0.5rem;
  overflow: hidden;
  position: relative;
}

.bizzo-uno3bv {
  -o-object-fit: cover;
  object-fit: cover;
}

.bizzo-6m5odq,
.bizzo-uno3bv {
  height: 100%;
  transition: var(--transition-duration);
  width: 100%;
}

.bizzo-6m5odq {
  align-items: center;
  background: var(rgba(0, 0, 0, 0.523) city);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: absolute;
}

.bizzo-t935m4 {
  display: -moz-box;
  display: -webkit-box;
  font-size: 0.875rem;
  font-weight: 700;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  color: #fff;
  margin-bottom: 5px;
  white-space: wrap;
}

.bizzo-x9mmub {
  color: var(--text-color-label);
  font-size: 0.75rem;
  font-weight: 500;
}

.bizzo-4ga59s {
  padding: 0.5rem;
}

.bizzo-7lf15k {
  border-radius: var(--round-base);
  max-height: 235px;
  max-width: 175px;
  overflow: hidden;
  position: relative;
}

.bizzo-7lf15k .bizzo-uno3bv {
  height: 100%;
  max-height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.bizzo-7lf15k .bizzo-ei9cpm {
  background: var(--new-game-card-bg-color);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  padding: 0.5rem;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.bizzo-7lf15k .bizzo-x9mmub {
  color: var(--white-color);
  font-size: 0.75rem;
  font-weight: 700;
  opacity: 0.5;
  overflow-x: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.bizzo-7lf15k .bizzo-qurjgk {
  height: 100%;
  margin-bottom: 0;
  max-height: 235px;
  max-width: 175px;
  width: 100%;
}

.bizzo-7lf15k .bizzo-6m5odq {
  display: none;
}

@media (any-hover: hover) {
  .bizzo-3ic774:hover .bizzo-6m5odq {
    opacity: 1;
  }
  .bizzo-3ic774:hover .bizzo-uno3bv {
    transform: scale(1.1);
    will-change: transform;
  }
}

.bizzo-ae9q3o {
  padding: 2rem 0;
}

.bizzo-ravfe8 {
  border-bottom: 1px solid var(--divider-color);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}

.bizzo-ijtjmn {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bizzo-m3ectv {
  font-size: 0.75rem;
  font-weight: 600;
}

.bizzo-w8yilp {
  color: var(--footer-text-color);
}

.bizzo-comyto {
  font-size: 1.25rem;
  font-weight: 600;
}

.bizzo-zbm736 {
  color: var(--footer-text-color);
  margin-bottom: 1rem;
}

.bizzo-9eyj8s {
  align-items: center;
  display: inline-flex;
  font-weight: 600;
  gap: 5px;
}

.bizzo-lo59l8 {
  transition: var(--transition-duration);
}

.bizzo-jhwc46 {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
}

.bizzo-ae9q3o .bizzo-0owdxm {
  margin-top: 0;
  max-width: 150px;
}

@media (any-hover: hover) {
  .bizzo-9eyj8s:hover .bizzo-lo59l8 {
    color: var(--footer-text-color);
  }
}

@media screen and (max-width: 768px) {
  .bizzo-jhwc46 {
    justify-content: center;
    flex-direction: column;
  }
}

.bizzo-8ektxd {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.bizzo-qi02y2 {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.bizzo-qi02y2 p img {
  display: block;
  margin: 0 auto;
}

.bizzo-qi02y2 table {
  width: 100% !important;
  margin-top:5px;
  margin-bottom:5px;
}

.bizzo-8ektxd h1,
.bizzo-8ektxd h2,
.bizzo-8ektxd h3,
.bizzo-8ektxd h4,
.bizzo-8ektxd h5,
.bizzo-8ektxd h6 {
  font-weight: 700;
}

.bizzo-8ektxd h1,
.bizzo-8ektxd h2 {
  margin-top: 2rem;
}

.bizzo-8ektxd h3,
.bizzo-8ektxd h4 {
  margin-top: 1rem;
}

.bizzo-8ektxd ol li,
.bizzo-8ektxd p,
.bizzo-8ektxd ul li {
  color: var(--text-color);
}

.bizzo-8ektxd p {
  margin-top: 1rem;
}

.bizzo-8ektxd li {
  margin-left: 2.5rem;
  margin-top: 0.5rem;
}

.bizzo-8ektxd ol li,
.bizzo-8ektxd ul li {
  font-size: 1rem;
}

.bizzo-8ektxd ul li {
  list-style-type: disc;
}

.bizzo-8ektxd .bizzo-jz2lfa {
  max-width: 100%;
  overflow-x: scroll;
}

.bizzo-8ektxd .bizzo-jz2lfa::-webkit-scrollbar {
  height: 5px;
}

.bizzo-8ektxd .bizzo-jz2lfa::-webkit-scrollbar-thumb {
  background-color: var(--menu-color);
  border-radius: 20px;
}

.bizzo-8ektxd .bizzo-jz2lfa::-webkit-scrollbar-track {
  background: transparent;
}

.bizzo-8ektxd table,
.bizzo-8ektxd td,
.bizzo-8ektxd th {
  border: 2px solid var(--border-color);
  border-collapse: collapse;
}

.bizzo-8ektxd table {
  margin: 1rem 0;
}

.bizzo-8ektxd thead td,
.bizzo-8ektxd thead th {
  background: var(--table-head-bg-color);
  color: var(--table-head-text-color);
  padding: 0.5rem;
}

.bizzo-8ektxd tbody td {
  background: var(--table-cell-bg-color);
  color: var(--table-cell-text-color);
}

.bizzo-8ektxd td {
  padding: 1rem 2rem 1rem 1rem;
  text-align: center;
}

.bizzo-8ektxd th {
  padding: 1rem 4rem 1rem 1rem;
}

@media (max-width: 768px) {
  .bizzo-8ektxd th,
  td {
    padding: 5px !important;
    font-size: 12px;
  }
}

.bizzo-8ektxd img {
  display: inline-block;
  margin: 1rem 0;
}

.bizzo-8ektxd .bizzo-3ic774 img,
.bizzo-8ektxd .bizzo-xp9kn8 img {
  margin: 0;
}

.bizzo-8ektxd .bizzo-3ic774 {
  border: 2px solid var(--menu-color);
  border-radius: var(--round-base);
  overflow-x: hidden;
}

.bizzo-8ektxd .bizzo-ei9cpm {
  padding: 0.5rem;
}

.bizzo-8ektxd .bizzo-t935m4 {
  color: var(--text-color);
}

.bizzo-8ektxd .bizzo-xp9kn8 {
  align-items: center;
  background: var(--bonus-card-bg-color);
  border-radius: var(--round-base);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-height: 400px;
  min-width: 200px;
  overflow-y: hidden;
  width: 60%;
}

.bizzo-8ektxd .bizzo-ro8te8 {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.bizzo-8ektxd .bizzo-xp9kn8 img {
  flex: 1 1 50%;
  height: auto;
  min-height: 150px;
}

.bizzo-8ektxd .bizzo-2ydpjq {
  height: 100%;
  min-width: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.bizzo-8ektxd .bizzo-9mmg6p {
  flex: 1 1 30%;
  padding: 1rem;
}

.bizzo-8ektxd .bizzo-hvj5i6 {
  color: var(--text-color);
  font-weight: 700;
}

.bizzo-8ektxd .bizzo-xykfmb {
  color: var(--text-color);
  font-weight: 600;
}

.bizzo-8ektxd .bizzo-uoi55f {
  color: var(--button-text-color);
}

@media screen and (max-width: 768px) {
  .bizzo-8ektxd .bizzo-xp9kn8 {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .bizzo-8ektxd .bizzo-xykfmb {
    font-size: 1rem;
  }
  .bizzo-8ektxd .bizzo-hvj5i6 {
    font-size: 0.875rem;
  }
  .bizzo-8ektxd .bizzo-xp9kn8 img {
    flex: 1 1 auto;
  }
}

.bizzo-8ektxd .bizzo-ik5g0o {
  margin: 0.bizzo-nsnrpf 0;
}

@media screen and (max-width: 1024px) {
  .bizzo-8ektxd,
  .bizzo-8ektxd .bizzo-uxrp5y,
  .bizzo-qi02y2 {
    max-width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .bizzo-8ektxd ol li,
  .bizzo-8ektxd ul li {
    font-size: 1rem;
  }
}

.bizzo-klrlhf {
  color: var(--text-color);
  text-align: center;
}

.bizzo-1bpkfp {
  margin: 2rem 0;
}

.bizzo-6gswvk,
.bizzo-0u5n8s {
  margin-bottom: 1rem;
}

.bizzo-6gswvk {
  background: var(--faq-bg-color);
  border: 1px solid var(--faq-border-color);
  border-radius: var(--faq-round);
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  height: auto;
  padding: 1rem 1rem 0.5rem;
  width: 100%;
}

.bizzo-6gswvk.bizzo-fofq9m .bizzo-8e766c {
  display: block;
}

.bizzo-6gswvk.bizzo-fofq9m .bizzo-jmaoyf {
  transform: rotate(45deg);
}

.bizzo-rokjt2 {
  align-items: flex-start;
  border-bottom: 1px solid var(--faq-divider-color);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}

.bizzo-jmaoyf {
  height: 1.5rem;
  min-width: 1.5rem;
  transition: 0.2s;
  will-change: transform;
}

.bizzo-8e766c {
  display: none;
  padding-top: 1rem;
}

.bizzo-utmady {
  align-items: center;
  aspect-ratio: 1/1;
  display: inline-flex;
  height: auto;
  justify-content: center;
  max-height: 100%;
  width: 4rem;
}

.bizzo-utmady.bizzo-fofq9m {
  transform: scaleX(-1);
}

.bizzo-uloroa {
  color: var(--icon-color);
}

@media screen and (min-width: 1025px) {
  .bizzo-glxjux {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--title-color);
}

.bizzo-1kfo08 {
  display: flex;
  align-items: center;
}

.bizzo-1kfo08 a {
  margin: 0 10px;
}

/* social */

.bizzo-4qw92i {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .bizzo-4qw92i {
    flex-wrap: wrap;
  }
}

.bizzo-4qw92i li {
  display: flex;
  margin: 0 7px;
}

.bizzo-4qw92i li svg {
  transition: 0.bizzo-km7z5v ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .bizzo-4qw92i li:hover svg {
    transform: scale(1.2);
  }
}

/* faq */

.bizzo-7qk115 {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.bizzo-k7k70c {
  margin-left: auto;
  margin-right: auto;
  max-width: 1414px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bizzo-k7k70c {
    max-width: 100%;
  }
}

.bizzo-8javkb {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.bizzo-8javkb h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .bizzo-7qk115,
  .bizzo-8javkb {
    max-width: 100vw;
  }
}

.bizzo-8syb7c {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.bizzo-7y6yue {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.bizzo-hbt992 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bizzo-7y6yue::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.bizzo-hbt992 ease;
}

.bizzo-8syb7c.bizzo-bqa8oe .bizzo-7y6yue::after {
  transform: rotate(45deg);
}

.bizzo-gtf61t {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.bizzo-km7z5v ease, padding 0.bizzo-km7z5v ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.bizzo-8syb7c.bizzo-bqa8oe .bizzo-gtf61t {
  max-height: 100%;
  padding: 15px 20px;
}

/* review */

.bizzo-i5znzw {
  margin: 25px 0;
}

.bizzo-chc8r0 > input:not(:checked) ~ label:hover,
.bizzo-chc8r0 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bizzo-gajc39.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.bizzo-mhoc9n 44.bizzo-62jczy.bizzo-9q5h7s.bizzo-dq8j1v.bizzo-muuc2s.bizzo-a1mkwj.bizzo-g72elp.bizzo-f4vpqq.bizzo-9qaep8.bizzo-zgozjl.bizzo-qbtd91.bizzo-lqcy64.bizzo-4d5h5u 0l-12.bizzo-vhssdl 30.bizzo-31gyzf.bizzo-i56af8 2.bizzo-2n45jc.bizzo-i56af8 3.bizzo-c4wgl3 3.bizzo-s6b5r7.bizzo-d5lq15 3.bizzo-47e477.bizzo-90ag0v.bizzo-14msv1.bizzo-npp895 7-3.bizzo-vhssdl 10.bizzo-x2odwm.bizzo-npp895 23.bizzo-5a34j9.bizzo-qspynb 1.bizzo-3ad6j1 2.bizzo-vhssdl 3.bizzo-qspynb 1.bizzo-d5lq15 5.bizzo-nzuuiy.bizzo-d5lq15 32.bizzo-sdnho3.bizzo-90ag0v 5.bizzo-4d5h5u 4.bizzo-npp895 9.bizzo-npp895 8.bizzo-d5lq15 6.bizzo-ng4e14.bizzo-3tq7m1.bizzo-ujs01z.bizzo-to6vm9.bizzo-0xn5dx 4.bizzo-yjwl2r.bizzo-0xn5dx 6.bizzo-0xn5dx 0l29.bizzo-4d5h5u 17.bizzo-zzpszu.bizzo-e5is2h 2.bizzo-yr432m 10.bizzo-yginkw.bizzo-vhssdl 8.bizzo-6je3ww.bizzo-ku34oo.bizzo-6pdcxp.bizzo-l29y8a.bizzo-u0p5rw.bizzo-90ag0v.bizzo-a1mkwj.bizzo-vhssdl 1.bizzo-unurnf.bizzo-zukw5i.bizzo-kp7c11.bizzo-p11afw.bizzo-s9wd2q.bizzo-3ad6j1 1.bizzo-157mbt.bizzo-7k6l8y.5z'/%3e%3c/svg%3e");
}

.bizzo-q8yu6w {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .bizzo-q8yu6w {
    gap: 16px 0;
  }
}

.bizzo-eyrwx7 {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--border-color);
}

.bizzo-eyrwx7.bizzo-wwbzm8 {
  display: block;
}

.bizzo-eyrwx7.bizzo-r9ypm7 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bizzo-eyrwx7 {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.bizzo-36shn5 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.bizzo-bkd7x4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.bizzo-y0i1fh {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bizzo-579m8m small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.bizzo-579m8m span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.bizzo-w26sjx {
  font-size: 16px;
  line-height: 140%;
}

.bizzo-nv5ixo {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.bizzo-nv5ixo .bizzo-fws5p5 {
  fill: #c2c0ce;
}

.bizzo-nv5ixo [rating="1"] .bizzo-fws5p5:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.bizzo-nv5ixo [rating="2"] .bizzo-fws5p5:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.bizzo-nv5ixo [rating="3"] .bizzo-fws5p5:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.bizzo-nv5ixo [rating="4"] .bizzo-fws5p5:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.bizzo-nv5ixo [rating="5"] .bizzo-fws5p5:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

review-send {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.bizzo-vr7k3u textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.bizzo-vr7k3u button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-word;
  }
}

.bizzo-ez7byq {
  text-align: center;
  color: var(--success-color);
}

.bizzo-fke8th {
  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;
}

.bizzo-jz2lfa table {
  width: 100%;
}

.bizzo-xaoexn {
  display: flex;
  justify-content: center;
}

.bizzo-u3tun3 {
  background: linear-gradient(
    161deg,
    var(--fh-bg-color) 0%,
    var(--table-1-color) 90%
  );
}

.bizzo-g2iy4i {
  position: relative;
  z-index: 1;
}

.bizzo-o7hxwf {
  position: relative;
  z-index: 2;
}

.bizzo-v71zqe {
  position: relative;
  z-index: 3;
}

.bizzo-sncq1k {
  position: relative;
  z-index: 4;
}

.bizzo-bz2dpg {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}


/* contanct form */
.bizzo-f7mvye {
  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-f7mvye label {
  font-size: 14px;
}

.bizzo-f7mvye h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bizzo-f7mvye input,
.bizzo-f7mvye textarea,
.bizzo-f7mvye 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-f7mvye button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bizzo-hbt992 ease;
}
.bizzo-f7mvye button:hover {
  background-color: #691204;
}
.bizzo-eiv3dl {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bizzo-xw6k2j ease-in;
}

.bizzo-eiv3dl h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.bizzo-hrq23x .bizzo-vp4l7g:last-child {
  margin-right: 5px;
}

  .bizzo-543o86 {
    width: 90%;
    position: fixed;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--table-1-color);
    background-size: cover;
    background-position: center calc(100% - 522px);
    color: #fff;
    border-radius: 8px;
    transition: bottom 0.bizzo-km7z5v ease;
    z-index: 9999;
    user-select: none;
    height: 75px;
    border: 1px solid rgb(70, 70, 70);
  }

  .bizzo-godx5n {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .bizzo-godx5n p {
    color: #fff900;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    font-family: Tahoma;

    z-index: -1;
    background: rgb(0 0 0 / 32%);
    height: 73px;
    padding: 25px;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    backdrop-filter: blur(5px);
  }

  .bizzo-godx5n button {
    z-index: 2;
  }

  .bizzo-kxo8bm {
    position: absolute;
    top: -15px;
    right: -15px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: #fff;
    font-size: 20px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    transition: background 0.bizzo-hbt992 ease;
    z-index: 10000;
  }

  

  .bizzo-kxo8bm:hover {
    background: rgba(0, 0, 0, 0.8);
  }

  @media (max-width: 650px) {
    .bizzo-godx5n p {
      font-size: 16px;
      padding: 17px 15px 15px 15px;
      text-align: center;
    }
  }

  .bizzo-fpjdko {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 42px;
    border-radius: 6px;
    font-size: 16px;
    background: var(--button-bg-color);
    color: var(--button-text-color);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
  }

  @media (max-width: 501px) {
    .bizzo-fpjdko {
      font-size: 12px;
    }
  }

  .bizzo-vlgumt {
  bottom: 40px;
  }
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.bizzo-bdsgk7, .bizzo-rh0t5q, [class*="review-card"],
thead, thead th, table th, .bizzo-y91ffz,
.bizzo-uoneok, [class*="collapsible-header"],
.bizzo-1thp5r, [class*="updated-block"] {
  color: #ece7dc !important;
}
