html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

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

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.bizzo-irqvm2 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .bizzo-irqvm2 {
    padding: 54px 0 0;
  }
}

.bizzo-mryx9h {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .bizzo-mryx9h:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.bizzo-5j8bht {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .bizzo-5j8bht {
    margin: 20px auto 100px;
  }
}

.bizzo-5j8bht h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .bizzo-5j8bht h1 {
    font-size: 120px;
  }
}

.bizzo-5j8bht p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.bizzo-n6u61q {
  cursor: pointer;
}

.bizzo-8a3x3k {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.bizzo-aq83iq {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bizzo-aq83iq figure {
  margin: 0;
}

.bizzo-aq83iq.bizzo-6wft7f {
  justify-content: flex-start;
  margin-right: 4px;
}

.bizzo-aq83iq.bizzo-s66ezs {
  justify-content: flex-end;
  margin-left: 4px;
}

.bizzo-aq83iq.bizzo-zys2tk {
  justify-content: center;
}

.bizzo-aq83iq.bizzo-5dri1l {
  justify-content: normal;
}

.bizzo-646s8u {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .bizzo-646s8u {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-646s8u {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.bizzo-377zuf {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .bizzo-377zuf {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.bizzo-2ihswv {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .bizzo-2ihswv {
    flex-direction: column;
  }
}

.bizzo-am1owp {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.bizzo-am1owp img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .bizzo-am1owp {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.bizzo-nv8dcr {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.bizzo-nv8dcr ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .bizzo-nv8dcr ul {
    margin-bottom: 15px;
  }
}

.bizzo-nv8dcr ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.bizzo-nv8dcr ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.bizzo-nv8dcr ul li span svg {
  fill: var(--title-color);
}

.bizzo-nv8dcr ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .bizzo-nv8dcr ul li small {
    font-size: 12px;
  }
}

.bizzo-nv8dcr ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.bizzo-nv8dcr ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bizzo-nv8dcr {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.bizzo-bszdjp {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .bizzo-bszdjp {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.bizzo-n001kz {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.bizzo-c27s8h {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.bizzo-5lqen5 ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .bizzo-c27s8h {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .bizzo-c27s8h:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.bizzo-c27s8h.bizzo-d9sjfr {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .bizzo-c27s8h.bizzo-d9sjfr:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.bizzo-ta2ger {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .bizzo-ta2ger {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-ta2ger {
    padding: 50px 16px 68px;
  }
}

.bizzo-wkh1bg {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .bizzo-wkh1bg {
    flex-direction: column;
  }
}

.bizzo-bayh2t {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .bizzo-bayh2t {
    margin-bottom: 40px;
  }
}

.bizzo-k9cbqc .bizzo-zv3blf {
  margin-bottom: 28px;
}

.bizzo-k9cbqc .bizzo-zv3blf img {
  max-height: 100px;
  width: auto;
}

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

.bizzo-sqfeqz a + a {
  margin-left: 24px;
}

.bizzo-sqfeqz img {
  max-height: 56px;
  width: auto;
}

.bizzo-sqfeqz img + img {
  margin-left: 24px;
}

.bizzo-h9awzf {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .bizzo-h9awzf {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.bizzo-aagh8j {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .bizzo-aagh8j {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

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

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

.bizzo-4k91cx li svg {
  transition: 0.bizzo-5lqen5 ease-in-out;
}

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

.bizzo-l2h5nj {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.bizzo-aevlqc + .bizzo-aevlqc {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .bizzo-aevlqc + .bizzo-aevlqc {
    margin: 36px 0 0;
  }
}

.bizzo-8mi6q7 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.bizzo-82jdj7 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bizzo-82jdj7 li {
  font-size: 16px;
}

.bizzo-82jdj7 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .bizzo-82jdj7 li a:hover {
    text-decoration: underline;
  }
}

.bizzo-82jdj7 li + li {
  margin-top: 16px;
}

.bizzo-elhfho {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.bizzo-u0ah18 ease-in-out;
}

.bizzo-elhfho.bizzo-s1gk26 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.bizzo-n15sie {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.bizzo-n15sie h1,
.bizzo-n15sie h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .bizzo-n15sie h1,
  .bizzo-n15sie h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .bizzo-n15sie {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-n15sie {
    margin-bottom: 60px;
  }
}

.bizzo-ems3id {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .bizzo-ems3id {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.bizzo-ems3id li {
  width: 100%;
}

.bizzo-ems3id li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.bizzo-5lqen5 ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.bizzo-ems3id li a svg {
  fill: var(--button-text-color);
}

.bizzo-ems3id li a.bizzo-s1gk26 {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .bizzo-ems3id li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-ems3id li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .bizzo-ems3id li a img {
    max-width: 16px;
  }
}

.bizzo-327ku8 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .bizzo-327ku8 {
    margin: 0 -5px;
  }
}

.bizzo-6cax47 {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.bizzo-6cax47 span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.bizzo-6cax47 small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .bizzo-6cax47 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .bizzo-6cax47 span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.bizzo-uk1gqj {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.bizzo-uk1gqj img {
  width: 100%;
  transition: 0.bizzo-5lqen5 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .bizzo-uk1gqj:hover img {
    transform: scale(1.1);
  }
}

.bizzo-gcjpgb {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .bizzo-gcjpgb {
    height: 54px;
  }
}

.bizzo-bqngxg {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .bizzo-bqngxg {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .bizzo-bqngxg {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-bqngxg .bizzo-zv3blf img {
    max-width: 90px;
  }
}

.bizzo-zv3blf img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .bizzo-zv3blf {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .bizzo-bwy7zz {
    display: none;
  }
  .bizzo-bwy7zz::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.bizzo-doko33 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bizzo-doko33 li {
  font-size: 16px;
  margin: 0 20px;
}

.bizzo-doko33 li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .bizzo-doko33 li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .bizzo-doko33 {
    display: block;
  }
  .bizzo-doko33 li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .bizzo-doko33 li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .bizzo-doko33 li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .bizzo-doko33 li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.bizzo-8mi1qn {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .bizzo-8mi1qn {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .bizzo-8mi1qn {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-8mi1qn {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.bizzo-8mi1qn.bizzo-wic7v4 {
  margin-right: 0;
}

.bizzo-r8ozj3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  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;
}

@media only screen and (max-width: 767px) {
  .bizzo-r8ozj3 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .bizzo-r8ozj3:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.bizzo-2q4ioa {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  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;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .bizzo-2q4ioa:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-2q4ioa {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.bizzo-4ksn7k {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .bizzo-4ksn7k {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.bizzo-4ksn7k:hover > ul {
  display: flex;
}

.bizzo-4ksn7k:focus > ul {
  display: flex;
}

.bizzo-4ksn7k:focus-within > ul {
  display: flex;
}

.bizzo-d53vdd {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.bizzo-d53vdd::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.bizzo-u0ah18 ease-in-out;
}

@media only screen and (max-width: 767px) {
  .bizzo-d53vdd {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .bizzo-d53vdd img {
    max-width: 20px;
  }
}

.bizzo-4ksn7k ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.bizzo-5lqen5 ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .bizzo-4ksn7k ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.bizzo-4ksn7k ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.bizzo-5lqen5 ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .bizzo-4ksn7k ul li {
    padding: 5px;
  }
}

.bizzo-4ksn7k ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .bizzo-4ksn7k ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-4ksn7k ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .bizzo-4ksn7k ul li a img {
    max-width: 20px;
  }
}

.bizzo-4pmrgt {
  display: none;
}

.bizzo-ix4k39 {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .bizzo-ix4k39 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.bizzo-ix4k39 span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .bizzo-4pmrgt:checked ~ .bizzo-bwy7zz {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .bizzo-bwy7zz {
    display: none;
    transition: display 0.bizzo-5lqen5 ease-in-out;
  }
  .bizzo-4pmrgt:checked ~ .bizzo-bwy7zz {
    display: block;
  }
  .bizzo-4pmrgt:checked + .bizzo-ix4k39 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .bizzo-4pmrgt:checked + .bizzo-ix4k39 span:nth-child(2) {
    display: none;
  }
  .bizzo-4pmrgt:checked + .bizzo-ix4k39 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.bizzo-iuhobi {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .bizzo-iuhobi {
    padding: 0 16px;
  }
}

.bizzo-iuhobi img {
  margin-bottom: 20px;
}

.bizzo-iuhobi p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .bizzo-iuhobi p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-iuhobi {
    margin-bottom: 60px;
  }
}

.bizzo-skb4ng {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .bizzo-skb4ng {
    font-size: 32px;
  }
}

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

.bizzo-jdegjl {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .bizzo-jdegjl {
    font-size: 16px;
    line-height: 140%;
  }
}

.bizzo-jdegjl p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

.bizzo-jdegjl p:first-of-type {
  margin-top: 0;
}

.bizzo-jdegjl p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .bizzo-jdegjl p {
    font-size: 18px;
    line-height: 140%;
  }
}

.bizzo-jdegjl ul {
  padding: 0 0 0 20px;
}

.bizzo-jdegjl table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.bizzo-jdegjl table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .bizzo-jdegjl table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.bizzo-jdegjl table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .bizzo-jdegjl table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.bizzo-jdegjl table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.bizzo-jdegjl iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .bizzo-jdegjl iframe {
    height: 200px;
  }
}

.bizzo-nrrwef {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .bizzo-nrrwef {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-nrrwef {
    margin-bottom: 60px;
  }
}

.bizzo-gor0h3 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .bizzo-gor0h3 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.bizzo-gor0h3 h1,
.bizzo-gor0h3 h2,
.bizzo-gor0h3 h3,
.bizzo-gor0h3 h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .bizzo-gor0h3 h1,
  .bizzo-gor0h3 h2,
  .bizzo-gor0h3 h3,
  .bizzo-gor0h3 h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.bizzo-wv3nw3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .bizzo-wv3nw3 {
    flex-direction: column-reverse;
  }
}

.bizzo-wv3nw3 .bizzo-thu0dg {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .bizzo-wv3nw3 .bizzo-thu0dg {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.bizzo-wv3nw3 .bizzo-cnf5kt {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .bizzo-wv3nw3 .bizzo-cnf5kt {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .bizzo-wv3nw3 .bizzo-cnf5kt img {
    width: 100%;
  }
}

.bizzo-cnf5kt {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .bizzo-cnf5kt {
    margin-bottom: 18px;
  }
}

.bizzo-thu0dg {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .bizzo-thu0dg {
    margin-bottom: 18px;
  }
}

.bizzo-nrrwef h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .bizzo-nrrwef h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.bizzo-nrrwef .bizzo-mryx9h {
  margin-top: 30px;
  margin-bottom: 30px;
}

.bizzo-wpaay5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .bizzo-wpaay5 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-wpaay5 {
    margin-bottom: 60px;
  }
}

.bizzo-tp4v28 {
  position: relative;
  border: none;
}

.bizzo-tp4v28::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.bizzo-45f9ui {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.bizzo-45f9ui span {
  height: 32px;
}

.bizzo-45f9ui span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.bizzo-45f9ui.bizzo-pzax1v span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .bizzo-45f9ui {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.bizzo-9n3s5e {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bizzo-9n3s5e li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .bizzo-9n3s5e li {
    font-size: 16px;
  }
}

.bizzo-9n3s5e li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.bizzo-5lqen5 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .bizzo-9n3s5e li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-9n3s5e li a {
    padding: 12px 14px;
  }
}

.bizzo-9n3s5e.bizzo-65ihym {
  display: none;
}

.bizzo-irooyh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.bizzo-irooyh table {
  width: 100%;
  border-collapse: collapse;
}

.bizzo-irooyh table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .bizzo-irooyh table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .bizzo-irooyh table td {
    min-width: 75px;
  }
}

.bizzo-irooyh table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .bizzo-irooyh table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.bizzo-irooyh table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.bizzo-irooyh p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .bizzo-irooyh p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .bizzo-irooyh {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-irooyh {
    margin-bottom: 60px;
  }
}

.bizzo-jb78b3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .bizzo-jb78b3 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.bizzo-ag7r54 {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .bizzo-ag7r54 {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.bizzo-ag7r54 tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .bizzo-ag7r54 tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.bizzo-ag7r54 tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.bizzo-bsgi5y table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.bizzo-bsgi5y table tr:nth-child(even) td {
  background: var(--table-2-color);
}

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

.bizzo-5tttbh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .bizzo-5tttbh {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-5tttbh {
    margin-bottom: 60px;
  }
}

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

.bizzo-5mcoua {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .bizzo-5mcoua {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-5mcoua {
    margin-bottom: 60px;
  }
}

.bizzo-oc7tx1 {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.bizzo-oc7tx1 h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .bizzo-oc7tx1 h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.bizzo-oc7tx1 p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.bizzo-oc7tx1 p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .bizzo-oc7tx1 p {
    font-size: 16px;
  }
}

.bizzo-4k47ml {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bizzo-4k47ml {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.bizzo-sm82yp {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.bizzo-sm82yp li {
  margin: 0 20px;
}

.bizzo-sm82yp li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.bizzo-sm82yp li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .bizzo-sm82yp li a:hover {
    color: #2ab765;
  }
}

.bizzo-9zcwf3 {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .bizzo-9zcwf3 {
    padding: 0 16px;
  }
}

.bizzo-9zcwf3 li {
  font-size: 16px;
  position: relative;
}

.bizzo-9zcwf3 li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .bizzo-9zcwf3 li a:hover {
    text-decoration: underline;
  }
}

.bizzo-9zcwf3 li span {
  opacity: 0.5;
}

.bizzo-9zcwf3 li + li {
  margin-left: 30px;
}

.bizzo-9zcwf3 li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.bizzo-gor0h3 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.bizzo-gor0h3 {
    margin-bottom: 18px;
  }
}

.bizzo-0bq390 {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.bizzo-0bq390 tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.bizzo-0bq390 tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.bizzo-0bq390 tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.bizzo-0bq390 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.bizzo-0bq390 tbody tr:last-of-type {
  margin-bottom: 0;
}

.bizzo-0bq390 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.bizzo-0bq390 tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.bizzo-0bq390 tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.bizzo-0bq390 tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .bizzo-0bq390 tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.bizzo-0bq390 tbody tr td .bizzo-mt4snj {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .bizzo-0bq390 tbody tr td .bizzo-mt4snj {
    width: 100%;
  }
}

.bizzo-0bq390 tbody tr td .bizzo-zk1tcw {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.bizzo-5lqen5 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .bizzo-0bq390 tbody tr td .bizzo-zk1tcw:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-0bq390 tbody tr td .bizzo-zk1tcw {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .bizzo-0bq390 tbody tr td .bizzo-zk1tcw {
    width: 100%;
  }
}

.bizzo-0bq390 tbody tr td .bizzo-5u48tt {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .bizzo-0bq390 tbody tr td .bizzo-5u48tt:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-0bq390 tbody tr {
    flex-direction: column;
  }
}

.bizzo-0bq390 tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.bizzo-a7fmet {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .bizzo-a7fmet {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-a7fmet {
    margin: 0 auto 60px;
  }
}

.bizzo-4nmb9i {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .bizzo-4nmb9i {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.bizzo-77k9z2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .bizzo-77k9z2 {
    margin: 0 -5px;
  }
}

.bizzo-8mxgxb {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.bizzo-8mxgxb img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.bizzo-5lqen5 ease-in-out;
}

.bizzo-8mxgxb p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .bizzo-8mxgxb:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .bizzo-8mxgxb {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-8mxgxb {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .bizzo-8mxgxb p {
    font-size: 16px;
  }
}

.bizzo-jv8qsk {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .bizzo-jv8qsk {
    height: 190px;
    margin: 20px auto;
  }
}

.bizzo-jv8qsk img {
  width: 100%;
  height: 100%;
}

.bizzo-jv8qsk iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .bizzo-jv8qsk iframe {
    height: 190px;
  }
}

.bizzo-juupd9 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.bizzo-juupd9::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.bizzo-7oe41w {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.bizzo-7oe41w svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.bizzo-5lqen5 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .bizzo-7oe41w:hover svg {
    transform: scale(1.1);
  }
}

.bizzo-taspwu {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .bizzo-taspwu {
    padding: 40px 0;
  }
}

.bizzo-fx4jvg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .bizzo-fx4jvg {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .bizzo-fx4jvg {
    flex-direction: column-reverse;
  }
}

.bizzo-abhezm {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.bizzo-abhezm img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .bizzo-abhezm {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-abhezm {
    margin: 10px 0 0;
  }
}

.bizzo-zljqtv {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.bizzo-zljqtv h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .bizzo-zljqtv {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-zljqtv {
    padding: 24px 10px;
  }
}

.bizzo-z6exey {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.bizzo-5lqen5 ease-in-out;
}

.bizzo-z6exey:hover {
  border: 1px solid #8c8ca2;
}

.bizzo-a9wzz8 {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.bizzo-a9wzz8:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.bizzo-pwncor {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.bizzo-pwncor a {
  text-decoration: underline;
  color: #8babff;
}

.bizzo-e1pqqd {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.bizzo-e1pqqd .bizzo-z6exey {
  width: 50%;
  margin: 0;
}

.bizzo-a9lkkg {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.bizzo-a9lkkg:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.bizzo-ayc9ar {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .bizzo-ayc9ar {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-ayc9ar {
    margin: 0 0 60px;
  }
}

.bizzo-4i6ywt {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .bizzo-4i6ywt {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.bizzo-wnac1z {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .bizzo-wnac1z {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.bizzo-3it2ir {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

.bizzo-9zel3g {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .bizzo-9zel3g {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.bizzo-9zel3g a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.bizzo-5lqen5 ease-in-out;
}

@media only screen and (max-width: 767px) {
  .bizzo-9zel3g a {
    margin: 1px 0 4px;
  }
}

.bizzo-9zel3g a svg {
  fill: #fff;
}

.bizzo-9zel3g a:hover {
  background: #3d68e7;
}

.bizzo-hk0hgj {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.bizzo-y6hisl {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .bizzo-y6hisl {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.bizzo-eyd3bj {
  font-size: 16px;
  color: var(--text-color);
}

.bizzo-m4waum {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .bizzo-m4waum {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-m4waum {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .bizzo-m4waum {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.bizzo-ygftzk {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.bizzo-ygftzk h1,
.bizzo-ygftzk h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .bizzo-ygftzk h1,
  .bizzo-ygftzk h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .bizzo-ygftzk {
    margin: 0;
    padding-right: 20px;
  }
}

.bizzo-zyv8v3 {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.bizzo-zyv8v3 h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .bizzo-zyv8v3 h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.bizzo-zyv8v3 h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .bizzo-zyv8v3 h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.bizzo-zyv8v3 table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.bizzo-zyv8v3 table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .bizzo-zyv8v3 table tr td {
    padding: 12px 4px;
  }
}

.bizzo-zyv8v3 table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .bizzo-zyv8v3 table tr th {
    padding: 12px 4px;
  }
}

.bizzo-zyv8v3 table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .bizzo-zyv8v3 {
    margin: 0;
  }
}

.bizzo-3dn1f3 {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .bizzo-3dn1f3 {
    min-height: 190px;
  }
}

.bizzo-xh96d2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.bizzo-xh96d2::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.bizzo-pb6dci {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.bizzo-pb6dci.bizzo-aa2lrf {
  display: none;
}

.bizzo-88xqe3 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.bizzo-88xqe3 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bizzo-88xqe3 iframe.bizzo-y6cwjt {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.bizzo-88xqe3.bizzo-fqzpx2 {
  opacity: 1;
  pointer-events: all;
}

.bizzo-mjs9nn {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.bizzo-5lqen5 ease-in-out;
}

.bizzo-mjs9nn svg {
  margin-right: 10px;
}

.bizzo-mjs9nn + .bizzo-mjs9nn {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .bizzo-mjs9nn:hover {
    background: #a8a6b3;
  }
}

.bizzo-kd4538 {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .bizzo-kd4538:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-mjs9nn {
    height: 42px;
    max-width: 220px;
  }
}

.bizzo-m4waum .bizzo-nrrwef {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.bizzo-m4waum .bizzo-nrrwef h1,
.bizzo-m4waum .bizzo-nrrwef h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .bizzo-m4waum .bizzo-nrrwef h1,
  .bizzo-m4waum .bizzo-nrrwef h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .bizzo-m4waum .bizzo-nrrwef {
    margin: 28px 0 0;
  }
}

.bizzo-t1zscv {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .bizzo-t1zscv {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .bizzo-t1zscv {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-t1zscv {
    margin: 20px auto 60px;
  }
}

.bizzo-jmg276 {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .bizzo-jmg276 {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-jmg276 {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.bizzo-c1t2bk {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.bizzo-c1t2bk iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bizzo-w0ypro {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.bizzo-w0ypro h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .bizzo-w0ypro h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-w0ypro h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .bizzo-w0ypro {
    max-width: 100%;
    margin: 0;
  }
}

.bizzo-e4yepw {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .bizzo-e4yepw {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

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

@media only screen and (max-width: 767px) {
  .bizzo-1ydbrq {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.bizzo-oeo5j5 {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.bizzo-oeo5j5 span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .bizzo-oeo5j5 {
    margin: 0;
  }
  .bizzo-oeo5j5:last-of-type {
    margin-top: 4px;
  }
}

.bizzo-oz4ti4 {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .bizzo-oz4ti4 {
    padding: 10px;
  }
}

.bizzo-oz4ti4 .bizzo-mryx9h {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .bizzo-oz4ti4 .bizzo-mryx9h {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .bizzo-oz4ti4 {
    flex-wrap: wrap;
  }
}

.bizzo-8fh6tz {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.bizzo-8fh6tz img {
  width: 100%;
}

.bizzo-uxrswe {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .bizzo-uxrswe {
    max-width: 200px;
    margin: 0;
  }
}

.bizzo-tks1nq {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.bizzo-p8irk4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.bizzo-khqzks {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .bizzo-khqzks {
    margin: 0 0 60px;
  }
}

.bizzo-khqzks .bizzo-mtlpgl {
  position: relative;
}

.bizzo-khqzks .bizzo-5wapxw {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.bizzo-khqzks .bizzo-5wapxw.bizzo-aa2lrf {
  display: none;
}

.bizzo-khqzks .bizzo-vqaxmc {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .bizzo-khqzks .bizzo-vqaxmc {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .bizzo-khqzks .bizzo-vqaxmc {
    bottom: 90px;
  }
}

.bizzo-khqzks .bizzo-vqaxmc .bizzo-i39t8n {
  max-width: 300px;
  width: 100%;
}

.bizzo-khqzks .bizzo-vqaxmc .bizzo-i39t8n .bizzo-52k43s {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .bizzo-khqzks .bizzo-vqaxmc .bizzo-i39t8n .bizzo-52k43s {
    font-size: 32px;
    text-align: center;
  }
}

.bizzo-khqzks .bizzo-vqaxmc .bizzo-i39t8n .bizzo-ql54av {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .bizzo-khqzks .bizzo-vqaxmc .bizzo-i39t8n .bizzo-ql54av {
    text-align: center;
  }
}

.bizzo-khqzks .bizzo-vqaxmc .bizzo-wic7v4 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .bizzo-khqzks .bizzo-vqaxmc .bizzo-wic7v4 {
    flex-direction: column-reverse;
  }
}

.bizzo-khqzks .bizzo-vqaxmc .bizzo-wic7v4 .bizzo-eszcnu {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.bizzo-5lqen5 ease-in-out;
}

.bizzo-khqzks .bizzo-vqaxmc .bizzo-wic7v4 .bizzo-eszcnu:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .bizzo-khqzks .bizzo-vqaxmc .bizzo-wic7v4 .bizzo-eszcnu {
    width: 100%;
  }
}

.bizzo-khqzks .bizzo-vqaxmc .bizzo-wic7v4 .bizzo-ve5zls {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.bizzo-5lqen5 ease-in-out;
  overflow: hidden;
}

.bizzo-khqzks .bizzo-vqaxmc .bizzo-wic7v4 .bizzo-ve5zls span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.bizzo-khqzks .bizzo-vqaxmc .bizzo-wic7v4 .bizzo-ve5zls:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.bizzo-khqzks .bizzo-vqaxmc .bizzo-wic7v4 .bizzo-ve5zls:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .bizzo-khqzks .bizzo-vqaxmc .bizzo-wic7v4 .bizzo-ve5zls {
    width: 100%;
  }
}

.bizzo-khqzks .bizzo-vqaxmc.bizzo-aa2lrf {
  display: none;
}

.bizzo-khqzks .bizzo-4obw66 {
  display: none;
}

.bizzo-khqzks .bizzo-4obw66.bizzo-fqzpx2 {
  display: block;
}

.bizzo-khqzks .bizzo-4obw66 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .bizzo-khqzks .bizzo-4obw66 iframe {
    height: calc(100vh - 54px);
  }
}

.bizzo-khqzks .bizzo-readj6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .bizzo-khqzks .bizzo-readj6 {
    padding: 24px 16px 0;
  }
}

.bizzo-khqzks .bizzo-readj6 .bizzo-52k43s {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .bizzo-khqzks .bizzo-readj6 .bizzo-52k43s {
    margin-bottom: 24px;
  }
}

.bizzo-khqzks .bizzo-readj6 table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.bizzo-khqzks .bizzo-readj6 table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .bizzo-khqzks .bizzo-readj6 table tr td {
    padding: 12px 4px;
  }
}

.bizzo-khqzks .bizzo-readj6 table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .bizzo-khqzks .bizzo-readj6 table tr th {
    padding: 12px 4px;
  }
}

.bizzo-khqzks .bizzo-readj6 table tr:last-of-type td {
  border-bottom: none;
}

.bizzo-v1w43q {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.bizzo-v1w43q.bizzo-s1gk26 {
  display: block;
}

.bizzo-v1w43q iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.bizzo-v1w43q .bizzo-ou3ya5 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.bizzo-v1w43q .bizzo-i4hm5a {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.bizzo-v1w43q .bizzo-ve5zls {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.bizzo-5lqen5 ease-in-out;
}

.bizzo-v1w43q .bizzo-ve5zls:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.bizzo-dmz4xp {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.bizzo-dmz4xp.bizzo-s1gk26 {
  display: block;
}

.bizzo-q0mrdd {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.bizzo-1l441s {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.bizzo-mscvyb {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .bizzo-1l441s {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.bizzo-dd64a9 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.bizzo-dd64a9 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.bizzo-lflwzq {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bizzo-lnpadw.bizzo-aa2lrf {
  display: none;
}

.bizzo-1vecxi {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .bizzo-1vecxi {
    margin-bottom: 20px;
  }
}

.bizzo-mxhg2p {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.bizzo-mxhg2p span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.bizzo-mxhg2p small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.bizzo-mxhg2p input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.bizzo-5lqen5 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.bizzo-mxhg2p input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.bizzo-mxhg2p input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.bizzo-mxhg2p input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.bizzo-mxhg2p input:active {
  border-color: #c2c0ce;
}

.bizzo-mxhg2p input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .bizzo-mxhg2p {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.bizzo-mvr4ba {
  margin-bottom: 36px;
}

.bizzo-mvr4ba textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.bizzo-mvr4ba textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.bizzo-mvr4ba textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .bizzo-mvr4ba {
    margin-bottom: 24px;
  }
}

.bizzo-cshg6a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bizzo-wkrv3o {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.bizzo-5lqen5 ease-in-out;
}

.bizzo-wkrv3o:hover {
  background: var(--border-color);
}

.bizzo-q8s2tf {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.bizzo-5lqen5 ease-in-out;
}

.bizzo-q8s2tf:hover {
  background: #166ad9;
}

.bizzo-ajwb4h {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.bizzo-ajwb4h.bizzo-aa2lrf {
  display: none;
}

.bizzo-9ibzqj {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.bizzo-ajwb4h .bizzo-wkrv3o {
  margin: 0 auto;
}

.bizzo-9pirys {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .bizzo-9pirys {
    margin-bottom: 16px;
  }
}

.bizzo-vx8z2i {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.bizzo-lespy1 {
  filter: grayscale(100%);
}

.bizzo-vx8z2i > input {
  display: none;
}

.bizzo-vx8z2i > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bizzo-v8r74m.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.bizzo-rzf44e 44.bizzo-bsjks0.bizzo-rbitb7.bizzo-upwwls.bizzo-gso7jx.bizzo-81pedx.bizzo-xxe7ao.bizzo-klxvl5.bizzo-l9n9yi.bizzo-eh3s6w.bizzo-o6i742.bizzo-9mqjxy.bizzo-4yocxp 0l-12.bizzo-8g088u 30.bizzo-g3yk12.bizzo-k9hmhm 2.bizzo-qp94rl.bizzo-k9hmhm 3.bizzo-ih6vny 3.bizzo-aien7v.bizzo-js2mie 3.bizzo-hn5vzd.bizzo-7ytxts.bizzo-53t6cu.bizzo-cuo2ya 7-3.bizzo-8g088u 10.bizzo-xucsm7.bizzo-cuo2ya 23.bizzo-qjn9po.bizzo-1qwili 1.bizzo-7xzb4s 2.bizzo-8g088u 3.bizzo-1qwili 1.bizzo-js2mie 5.bizzo-03xkzn.bizzo-js2mie 32.bizzo-3ludtm.bizzo-7ytxts 5.bizzo-4yocxp 4.bizzo-cuo2ya 9.bizzo-cuo2ya 8.bizzo-js2mie 6.bizzo-kfo521.bizzo-wc5udh.bizzo-9dudh7.bizzo-nq0zro.bizzo-t9mhyi 4.bizzo-wgw5bs.bizzo-t9mhyi 6.bizzo-t9mhyi 0l29.bizzo-4yocxp 17.bizzo-tmr5vt.bizzo-ensxm0 2.bizzo-jzajr8 10.bizzo-z5yq0y.bizzo-8g088u 8.bizzo-e0lwma.bizzo-zycroa.bizzo-1le6m2.bizzo-dnyf81.bizzo-c8tj09.bizzo-7ytxts.bizzo-81pedx.bizzo-8g088u 1.bizzo-87jsf8.bizzo-gucy5j.bizzo-gxaoo2.bizzo-vtou9u.bizzo-sjh0ck.bizzo-7xzb4s 1.bizzo-5rkmte.bizzo-7x1e96.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.bizzo-vx8z2i > input:checked ~ label,
.bizzo-vx8z2i > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bizzo-v8r74m.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.bizzo-rzf44e 44.bizzo-bsjks0.bizzo-rbitb7.bizzo-upwwls.bizzo-gso7jx.bizzo-81pedx.bizzo-xxe7ao.bizzo-klxvl5.bizzo-l9n9yi.bizzo-eh3s6w.bizzo-o6i742.bizzo-9mqjxy.bizzo-4yocxp 0l-12.bizzo-8g088u 30.bizzo-g3yk12.bizzo-k9hmhm 2.bizzo-qp94rl.bizzo-k9hmhm 3.bizzo-ih6vny 3.bizzo-aien7v.bizzo-js2mie 3.bizzo-hn5vzd.bizzo-7ytxts.bizzo-53t6cu.bizzo-cuo2ya 7-3.bizzo-8g088u 10.bizzo-xucsm7.bizzo-cuo2ya 23.bizzo-qjn9po.bizzo-1qwili 1.bizzo-7xzb4s 2.bizzo-8g088u 3.bizzo-1qwili 1.bizzo-js2mie 5.bizzo-03xkzn.bizzo-js2mie 32.bizzo-3ludtm.bizzo-7ytxts 5.bizzo-4yocxp 4.bizzo-cuo2ya 9.bizzo-cuo2ya 8.bizzo-js2mie 6.bizzo-kfo521.bizzo-wc5udh.bizzo-9dudh7.bizzo-nq0zro.bizzo-t9mhyi 4.bizzo-wgw5bs.bizzo-t9mhyi 6.bizzo-t9mhyi 0l29.bizzo-4yocxp 17.bizzo-tmr5vt.bizzo-ensxm0 2.bizzo-jzajr8 10.bizzo-z5yq0y.bizzo-8g088u 8.bizzo-e0lwma.bizzo-zycroa.bizzo-1le6m2.bizzo-dnyf81.bizzo-c8tj09.bizzo-7ytxts.bizzo-81pedx.bizzo-8g088u 1.bizzo-87jsf8.bizzo-gucy5j.bizzo-gxaoo2.bizzo-vtou9u.bizzo-sjh0ck.bizzo-7xzb4s 1.bizzo-5rkmte.bizzo-7x1e96.5z'/%3e%3c/svg%3e");
}

.bizzo-vx8z2i > input:not(:checked) ~ label:hover,
.bizzo-vx8z2i > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bizzo-v8r74m.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.bizzo-rzf44e 44.bizzo-bsjks0.bizzo-rbitb7.bizzo-upwwls.bizzo-gso7jx.bizzo-81pedx.bizzo-xxe7ao.bizzo-klxvl5.bizzo-l9n9yi.bizzo-eh3s6w.bizzo-o6i742.bizzo-9mqjxy.bizzo-4yocxp 0l-12.bizzo-8g088u 30.bizzo-g3yk12.bizzo-k9hmhm 2.bizzo-qp94rl.bizzo-k9hmhm 3.bizzo-ih6vny 3.bizzo-aien7v.bizzo-js2mie 3.bizzo-hn5vzd.bizzo-7ytxts.bizzo-53t6cu.bizzo-cuo2ya 7-3.bizzo-8g088u 10.bizzo-xucsm7.bizzo-cuo2ya 23.bizzo-qjn9po.bizzo-1qwili 1.bizzo-7xzb4s 2.bizzo-8g088u 3.bizzo-1qwili 1.bizzo-js2mie 5.bizzo-03xkzn.bizzo-js2mie 32.bizzo-3ludtm.bizzo-7ytxts 5.bizzo-4yocxp 4.bizzo-cuo2ya 9.bizzo-cuo2ya 8.bizzo-js2mie 6.bizzo-kfo521.bizzo-wc5udh.bizzo-9dudh7.bizzo-nq0zro.bizzo-t9mhyi 4.bizzo-wgw5bs.bizzo-t9mhyi 6.bizzo-t9mhyi 0l29.bizzo-4yocxp 17.bizzo-tmr5vt.bizzo-ensxm0 2.bizzo-jzajr8 10.bizzo-z5yq0y.bizzo-8g088u 8.bizzo-e0lwma.bizzo-zycroa.bizzo-1le6m2.bizzo-dnyf81.bizzo-c8tj09.bizzo-7ytxts.bizzo-81pedx.bizzo-8g088u 1.bizzo-87jsf8.bizzo-gucy5j.bizzo-gxaoo2.bizzo-vtou9u.bizzo-sjh0ck.bizzo-7xzb4s 1.bizzo-5rkmte.bizzo-7x1e96.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .bizzo-aibyub > .bizzo-g1tct5 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .bizzo-aibyub > .bizzo-g1tct5 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .bizzo-aibyub > .bizzo-g1tct5 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .bizzo-aibyub > .bizzo-g1tct5 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .bizzo-aibyub > .bizzo-g1tct5 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.bizzo-715kg9 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.bizzo-715kg9.bizzo-aa2lrf {
  display: none;
}

.bizzo-w1gdrk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .bizzo-w1gdrk {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-w1gdrk {
    border-radius: 20px 20px 0 0;
  }
}

.bizzo-h969ir {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.bizzo-h969ir::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.bizzo-h969ir::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.bizzo-h969ir img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .bizzo-h969ir {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .bizzo-h969ir img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-h969ir {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .bizzo-h969ir img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.bizzo-r3b5wp {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .bizzo-r3b5wp {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-r3b5wp {
    font-size: 14px;
  }
}

.bizzo-h7268x {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.bizzo-h7268x::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .bizzo-h7268x::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.bizzo-h7268x::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .bizzo-h7268x::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .bizzo-h7268x {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-h7268x {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.bizzo-5nfe2j {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .bizzo-5nfe2j {
    top: -20px;
  }
}

.bizzo-hnvwqa {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.bizzo-5lqen5 ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .bizzo-hnvwqa:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .bizzo-hnvwqa {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-hnvwqa {
    width: 90px;
    height: 40px;
  }
}

.bizzo-715kg9.bizzo-5vb8dl .bizzo-w1gdrk {
  background: #2b3b67;
}

.bizzo-715kg9.bizzo-5vb8dl .bizzo-h969ir {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.bizzo-715kg9.bizzo-5vb8dl .bizzo-h969ir::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.bizzo-715kg9.bizzo-5vb8dl .bizzo-h969ir::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.bizzo-715kg9.bizzo-5vb8dl .bizzo-h7268x::before {
  background: #0e0f41;
}

.bizzo-715kg9.bizzo-5vb8dl .bizzo-h7268x::after {
  background: #152557;
}

.bizzo-715kg9.bizzo-87qd5z .bizzo-w1gdrk {
  background: #1f35fa;
}

.bizzo-715kg9.bizzo-87qd5z .bizzo-h969ir {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.bizzo-715kg9.bizzo-87qd5z .bizzo-h969ir::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.bizzo-715kg9.bizzo-87qd5z .bizzo-h969ir::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.bizzo-715kg9.bizzo-87qd5z .bizzo-h7268x::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.bizzo-715kg9.bizzo-87qd5z .bizzo-h7268x::after {
  background: #192ac8;
}

.bizzo-715kg9.bizzo-da6i13 .bizzo-w1gdrk {
  background: #fa771f;
}

.bizzo-715kg9.bizzo-da6i13 .bizzo-h969ir {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.bizzo-715kg9.bizzo-da6i13 .bizzo-h969ir::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.bizzo-715kg9.bizzo-da6i13 .bizzo-h969ir::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.bizzo-715kg9.bizzo-da6i13 .bizzo-h7268x::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.bizzo-715kg9.bizzo-da6i13 .bizzo-h7268x::after {
  background: #fa8535;
}

.bizzo-bzmqke {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .bizzo-bzmqke {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-bzmqke {
    margin: 24px 0 60px;
  }
}

.bizzo-bzmqke h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .bizzo-bzmqke h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.bizzo-p65hhr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .bizzo-p65hhr {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.bizzo-dlgo61 {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .bizzo-dlgo61 {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.bizzo-ubujzo {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .bizzo-ubujzo:hover {
    background: var(--button-bg-hover);
  }
}

.bizzo-i2bj8g {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bizzo-i2bj8g span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.bizzo-i2bj8g small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .bizzo-i2bj8g {
    margin-bottom: 16px;
  }
}

.bizzo-3bf5t7 {
  width: 120px;
  height: 22px;
}

.bizzo-3bf5t7 .bizzo-n71xgm {
  fill: #c2c0ce;
}

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

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

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

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

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

.bizzo-2uite2 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

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

.bizzo-lfumv9.bizzo-fqzpx2 {
  display: block;
}

.bizzo-lfumv9.bizzo-aa2lrf {
  display: none;
}

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

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

.bizzo-5l715u {
  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-4qds89 {
  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-ipep8q small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.bizzo-xzpbh4 .bizzo-n71xgm {
  fill: #c2c0ce;
}

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

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

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

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

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

.bizzo-ajgtab {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .bizzo-ajgtab {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.bizzo-res4i1 {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .bizzo-res4i1 {
    padding: 0 16px;
  }
}

.bizzo-8qc70q {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .bizzo-8qc70q {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.bizzo-c6pjen {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .bizzo-c6pjen {
    padding: 12px;
    gap: 12px;
  }
}

.bizzo-d4pvtu {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.bizzo-d4pvtu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bizzo-8gsss0 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.bizzo-u9bh8b {
  flex: 1;
  min-width: 0;
}

.bizzo-b91xtp {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .bizzo-b91xtp {
    font-size: 14px;
    gap: 6px;
  }
}

.bizzo-vt5wzx {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.bizzo-vt5wzx svg,
.bizzo-vt5wzx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bizzo-vt5wzx svg path {
  fill: var(--button-bg-color);
}

.bizzo-vt5wzx svg circle {
  fill: var(--button-text-color);
}

.bizzo-nubd1n {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .bizzo-nubd1n {
    font-size: 12px;
  }
}

.bizzo-nubd1n strong {
  font-weight: 600;
}

.bizzo-ofjgmn {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.bizzo-ofjgmn p {
  margin: 0 0 16px;
}

.bizzo-ofjgmn p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .bizzo-ofjgmn {
    font-size: 14px;
    line-height: 150%;
  }
}

.bizzo-y3ugyy {
  max-width: 300px;
  width: 100%;
}

.bizzo-y3ugyy a {
  width: 100%;
}

@media (max-width: 575px) {
  .bizzo-y3ugyy {
    max-width: 200px;
  }
}

.bizzo-ut2ogv {
  justify-content: center;
}

.bizzo-qnd78z {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bizzo-904x12 {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .bizzo-e70nhm {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.bizzo-4gl3s2 {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.bizzo-4gl3s2 .bizzo-doko33 {
  justify-content: center;
}

/* faq */

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

.bizzo-tjrjpn {
  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-6zvomz ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bizzo-tjrjpn::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.bizzo-6zvomz ease;
}

.bizzo-gugwut.bizzo-s1gk26 .bizzo-tjrjpn::after {
  transform: rotate(45deg);
}

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

.bizzo-gugwut.bizzo-s1gk26 .bizzo-z1hg0q {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.bizzo-vx8z2i > input:not(:checked) ~ label:hover,
.bizzo-vx8z2i > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bizzo-w38m7c.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.bizzo-fz5818 44.bizzo-g4bi90.bizzo-hrwa94.bizzo-euqqxf.bizzo-oftr0g.bizzo-1s8huo.bizzo-svkpgl.bizzo-ppr7hv.bizzo-75cjfi.bizzo-5n34zq.bizzo-znxzyi.bizzo-85v1xn.bizzo-q5yll7 0l-12.bizzo-7zboj9 30.bizzo-iiomwu.bizzo-ooemto 2.bizzo-ag3t8t.bizzo-ooemto 3.bizzo-d5h1zz 3.bizzo-osvafr.bizzo-6b0765 3.bizzo-i0kjgf.bizzo-z7uvqc.bizzo-g3tbjd.bizzo-096ibr 7-3.bizzo-7zboj9 10.bizzo-xhtnic.bizzo-096ibr 23.bizzo-8pkkpx.bizzo-88vbbp 1.bizzo-ibo8rm 2.bizzo-7zboj9 3.bizzo-88vbbp 1.bizzo-6b0765 5.bizzo-qtw5h7.bizzo-6b0765 32.bizzo-soljrs.bizzo-z7uvqc 5.bizzo-q5yll7 4.bizzo-096ibr 9.bizzo-096ibr 8.bizzo-6b0765 6.bizzo-kb8zv8.bizzo-fz200a.bizzo-947dvf.bizzo-ky6lc9.bizzo-o7p02o 4.bizzo-m1bcc8.bizzo-o7p02o 6.bizzo-o7p02o 0l29.bizzo-q5yll7 17.bizzo-u2h99p.bizzo-skzxf0 2.bizzo-l4ch4k 10.bizzo-zqhkmg.bizzo-7zboj9 8.bizzo-2vjr99.bizzo-8guqdp.bizzo-vyv7m3.bizzo-9la5mo.bizzo-82mzra.bizzo-z7uvqc.bizzo-1s8huo.bizzo-7zboj9 1.bizzo-ycbagm.bizzo-fb52y0.bizzo-kwu4nh.bizzo-y83ilm.bizzo-n9od0a.bizzo-ibo8rm 1.bizzo-e63euy.bizzo-oxnfly.5z'/%3e%3c/svg%3e");
}

.bizzo-v1q1ns {
  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-v1q1ns {
    gap: 16px 0;
  }
}

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

.bizzo-h122dm.bizzo-0du8cz {
  display: block;
}

.bizzo-h122dm.bizzo-e032dl {
  display: none;
}

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

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

.bizzo-yiapx4 {
  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-7ubc1o {
  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-wqpdy0 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.bizzo-nlpqzy .bizzo-us7dm0 {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.bizzo-g5fm26 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-g5fm26 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-all;
  }
}

/* up */

.bizzo-1a9it0 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.bizzo-1a9it0.bizzo-gsp4im {
  opacity: 1;
  pointer-events: auto;
}

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

.bizzo-n7gxsr h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bizzo-n7gxsr input,
.bizzo-n7gxsr textarea,
.bizzo-n7gxsr 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-n7gxsr button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bizzo-6zvomz ease;
}
.bizzo-n7gxsr button:hover {
  background-color: var(--button-bg-hover);
}
.bizzo-aslflt {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bizzo-0r8e9r ease-in;
}

.bizzo-aslflt 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-vbvt1l, .bizzo-bzht8m, [class*="review-card"],
thead, thead th, table th, .bizzo-pyrwts,
.bizzo-384tjw, [class*="collapsible-header"],
.bizzo-5tttbh, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* h2_0-heading-visual: restore heading look after SEO h2->p conversion */
#h2_0 { font-weight: 700; font-size: 40px; line-height: normal; text-align: center; margin: 0 auto 32px; color: var(--title-color); }
@media only screen and (max-width: 767px) { #h2_0 { font-size: 26px; margin-bottom: 20px; } }
