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;
  }
}

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

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

.lizaro-he7jce {
  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) {
  .lizaro-he7jce: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;
  }
}

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

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

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

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

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

.lizaro-4jocg5 {
  cursor: pointer;
}

.lizaro-6w4eli {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.lizaro-kkimc5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.lizaro-kkimc5 figure {
  margin: 0;
}

.lizaro-kkimc5.lizaro-efbb1t {
  justify-content: flex-start;
  margin-right: 4px;
}

.lizaro-kkimc5.lizaro-gnwqt1 {
  justify-content: flex-end;
  margin-left: 4px;
}

.lizaro-kkimc5.lizaro-0yutd8 {
  justify-content: center;
}

.lizaro-kkimc5.lizaro-xjmbxq {
  justify-content: normal;
}

.lizaro-xbm1b6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.lizaro-euw1cj {
  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) {
  .lizaro-euw1cj {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.lizaro-5k0eae {
  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) {
  .lizaro-5k0eae {
    flex-direction: column;
  }
}

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

.lizaro-0h6vse img {
  width: 100%;
}

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

.lizaro-t7g5bd {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.lizaro-t7g5bd 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) {
  .lizaro-t7g5bd ul {
    margin-bottom: 15px;
  }
}

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

.lizaro-t7g5bd 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);
}

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

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

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

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

.lizaro-t7g5bd ul li:last-of-type::after {
  display: none;
}

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

.lizaro-hgjt3v {
  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) {
  .lizaro-hgjt3v {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.lizaro-vnfttd {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.lizaro-z980qm.lizaro-92if4f {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .lizaro-z980qm.lizaro-92if4f:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.lizaro-ugq2o2 {
  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) {
  .lizaro-ugq2o2 {
    padding: 80px 16px 0;
  }
}

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

.lizaro-6iv3f1 {
  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) {
  .lizaro-6iv3f1 {
    flex-direction: column;
  }
}

.lizaro-hd1ahm {
  margin-bottom: 94px;
}

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

.lizaro-x01kjo .lizaro-5pv3x7 {
  margin-bottom: 28px;
}

.lizaro-x01kjo .lizaro-5pv3x7 img {
  max-height: 100px;
  width: auto;
}

.lizaro-2a5cbx {
  display: flex;
  align-items: center;
}

.lizaro-2a5cbx a + a {
  margin-left: 24px;
}

.lizaro-2a5cbx img {
  max-height: 56px;
  width: auto;
}

.lizaro-2a5cbx img + img {
  margin-left: 24px;
}

.lizaro-7061jn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.lizaro-jce1cw {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .lizaro-q4mfms {
    flex-wrap: wrap;
  }
}

.lizaro-q4mfms li {
  display: flex;
  margin: 0 7px;
}

.lizaro-q4mfms li svg {
  transition: 0.lizaro-yzl9yh ease-in-out;
}

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

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

.lizaro-rhj8i1 + .lizaro-rhj8i1 {
  margin-left: 120px;
}

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

.lizaro-74jhau {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.lizaro-ajr6i0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lizaro-ajr6i0 li {
  font-size: 16px;
}

.lizaro-ajr6i0 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.lizaro-ajr6i0 li + li {
  margin-top: 16px;
}

.lizaro-6swjt5 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.lizaro-3q3xwv ease-in-out;
}

.lizaro-6swjt5.lizaro-4s64pf {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.lizaro-zhfen4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.lizaro-mwd8wr li {
  width: 100%;
}

.lizaro-mwd8wr 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.lizaro-yzl9yh ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

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

.lizaro-mwd8wr li a.lizaro-4s64pf {
  background: var(--border-color);
}

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

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

.lizaro-bfwuyg {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.lizaro-28tp8p span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.lizaro-28tp8p small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

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

.lizaro-jguct4 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.lizaro-jguct4 img {
  width: 100%;
  transition: 0.lizaro-yzl9yh ease-in-out;
}

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

.lizaro-y41gjl {
  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) {
  .lizaro-y41gjl {
    height: 54px;
  }
}

.lizaro-v063bf {
  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) {
  .lizaro-v063bf {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .lizaro-v063bf .lizaro-5pv3x7 img {
    max-width: 90px;
  }
}

.lizaro-5pv3x7 img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .lizaro-5pv3x7 {
    order: -2;
  }
}

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

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

.lizaro-j687zt li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.lizaro-sb4wf4 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.lizaro-sb4wf4.lizaro-1fpa17 {
  margin-right: 0;
}

.lizaro-3fjbjq {
  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) {
  .lizaro-3fjbjq {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.lizaro-0q1fvq {
  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) {
  .lizaro-0q1fvq:hover {
    background: var(--button-bg-hover);
  }
}

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

.lizaro-truxum {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.lizaro-truxum:hover > ul {
  display: flex;
}

.lizaro-truxum:focus > ul {
  display: flex;
}

.lizaro-truxum:focus-within > ul {
  display: flex;
}

.lizaro-zli3bg {
  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;
}

.lizaro-zli3bg::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.lizaro-3q3xwv ease-in-out;
}

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

.lizaro-truxum ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.lizaro-yzl9yh 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) {
  .lizaro-truxum ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.lizaro-truxum 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.lizaro-yzl9yh ease-in-out;
  overflow: hidden;
}

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

.lizaro-truxum 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) {
  .lizaro-truxum ul li a:hover {
    text-decoration: underline;
  }
}

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

.lizaro-tvons9 {
  display: none;
}

.lizaro-11satv {
  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) {
  .lizaro-11satv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .lizaro-tvons9:checked ~ .lizaro-ugbb4e {
    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;
  }
  .lizaro-ugbb4e {
    display: none;
    transition: display 0.lizaro-yzl9yh ease-in-out;
  }
  .lizaro-tvons9:checked ~ .lizaro-ugbb4e {
    display: block;
  }
  .lizaro-tvons9:checked + .lizaro-11satv span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .lizaro-tvons9:checked + .lizaro-11satv span:nth-child(2) {
    display: none;
  }
  .lizaro-tvons9:checked + .lizaro-11satv span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

.lizaro-gh99a9 img {
  margin-bottom: 20px;
}

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

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

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

.lizaro-713gs6 {
  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) {
  .lizaro-713gs6 {
    font-size: 32px;
  }
}

.lizaro-9s5onz {
  color: var(--text-color);
}

.lizaro-8cvb8t {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.lizaro-8cvb8t p img {
  display: block;
  margin: 0 auto;
}

.lizaro-8cvb8t p:first-of-type {
  margin-top: 0;
}

.lizaro-8cvb8t p:last-of-type {
  margin-bottom: 0;
}

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

.lizaro-8cvb8t ul {
  padding: 0 0 0 20px;
}

.lizaro-8cvb8t table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.lizaro-8cvb8t 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) {
  .lizaro-8cvb8t table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.lizaro-8cvb8t 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) {
  .lizaro-8cvb8t table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.lizaro-8cvb8t table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.lizaro-8cvb8t iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

.lizaro-8bewrz {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

.lizaro-3jcffg {
  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) {
  .lizaro-3jcffg {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.lizaro-3jcffg h1,
.lizaro-3jcffg h2,
.lizaro-3jcffg h3,
.lizaro-3jcffg 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) {
  .lizaro-3jcffg h1,
  .lizaro-3jcffg h2,
  .lizaro-3jcffg h3,
  .lizaro-3jcffg h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

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

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

.lizaro-bysyiy .lizaro-e1wqjf {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.lizaro-bysyiy .lizaro-o08yti {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.lizaro-o08yti {
  margin: 0 0 28px;
}

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

.lizaro-e1wqjf {
  margin: 0 0 28px;
}

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

.lizaro-8bewrz 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) {
  .lizaro-8bewrz h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.lizaro-8bewrz .lizaro-he7jce {
  margin-top: 30px;
  margin-bottom: 30px;
}

.lizaro-djywt7 {
  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) {
  .lizaro-djywt7 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

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

.lizaro-pv7j9t {
  position: relative;
  border: none;
}

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

.lizaro-0q7bo0 {
  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;
}

.lizaro-0q7bo0 span {
  height: 32px;
}

.lizaro-0q7bo0 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.lizaro-0q7bo0.lizaro-hc2dkm span {
  transform: scaleY(-1);
}

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

.lizaro-3c7o01 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lizaro-3c7o01 li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .lizaro-3c7o01 li {
    font-size: 16px;
  }
}

.lizaro-3c7o01 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.lizaro-yzl9yh ease-in-out;
}

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

@media only screen and (max-width: 767px) {
  .lizaro-3c7o01 li a {
    padding: 12px 14px;
  }
}

.lizaro-3c7o01.lizaro-g73u62 {
  display: none;
}

.lizaro-axqyws {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.lizaro-axqyws table {
  width: 100%;
  border-collapse: collapse;
}

.lizaro-axqyws 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) {
  .lizaro-axqyws table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .lizaro-axqyws table td {
    min-width: 75px;
  }
}

.lizaro-axqyws 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) {
  .lizaro-axqyws table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

.lizaro-9wp6z5 {
  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) {
  .lizaro-9wp6z5 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.lizaro-aodld5 {
  width: 100%;
  border-collapse: collapse;
}

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

.lizaro-aodld5 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) {
  .lizaro-aodld5 tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

.lizaro-xhwea2 p {
  color: var(--text-color);
}

.lizaro-ohf0xf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.lizaro-udfrk7 {
  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);
}

.lizaro-xa6oq8 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.lizaro-tufwsu p + p {
  margin-top: 10px;
}

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

.lizaro-0ysyx9 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .lizaro-0ysyx9 {
    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;
  }
}

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

.lizaro-g7v6za li {
  margin: 0 20px;
}

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

.lizaro-g7v6za li a img {
  margin-bottom: 4px;
}

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

.lizaro-ge24wo {
  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) {
  .lizaro-ge24wo {
    padding: 0 16px;
  }
}

.lizaro-ge24wo li {
  font-size: 16px;
  position: relative;
}

.lizaro-ge24wo li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.lizaro-ge24wo li span {
  opacity: 0.5;
}

.lizaro-ge24wo li + li {
  margin-left: 30px;
}

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

h2.lizaro-3jcffg {
  margin: 0 0 28px;
}

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

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

.lizaro-wgmakv 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);
}

.lizaro-wgmakv 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;
}

.lizaro-wgmakv 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;
}

.lizaro-wgmakv tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.lizaro-wgmakv tbody tr:last-of-type {
  margin-bottom: 0;
}

.lizaro-wgmakv tbody tr td:first-of-type {
  flex-shrink: 0;
}

.lizaro-wgmakv 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);
}

.lizaro-wgmakv 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);
}

.lizaro-wgmakv tbody tr td:last-of-type {
  margin-left: auto;
}

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

.lizaro-wgmakv tbody tr td .lizaro-yupjiu {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .lizaro-wgmakv tbody tr td .lizaro-yupjiu {
    width: 100%;
  }
}

.lizaro-wgmakv tbody tr td .lizaro-ee0nht {
  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.lizaro-yzl9yh ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .lizaro-wgmakv tbody tr td .lizaro-ee0nht:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .lizaro-wgmakv tbody tr td .lizaro-ee0nht {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .lizaro-wgmakv tbody tr td .lizaro-ee0nht {
    width: 100%;
  }
}

.lizaro-wgmakv tbody tr td .lizaro-2k5pew {
  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) {
  .lizaro-wgmakv tbody tr td .lizaro-2k5pew:hover {
    text-decoration: none;
  }
}

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

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

.lizaro-59d59h {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.lizaro-0flefo {
  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) {
  .lizaro-0flefo {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.lizaro-f7pwh3 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.lizaro-ifhhmc img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.lizaro-yzl9yh ease-in-out;
}

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

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

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

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

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

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

.lizaro-agca1c img {
  width: 100%;
  height: 100%;
}

.lizaro-agca1c iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.lizaro-b3698b svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.lizaro-yzl9yh ease-in-out;
}

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

.lizaro-2rsjg6 {
  padding: 90px 0;
}

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

.lizaro-sditi6 {
  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) {
  .lizaro-sditi6 {
    padding: 0 16px;
  }
}

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

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

.lizaro-ruobgm img {
  width: 100%;
}

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

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

.lizaro-901qj6 {
  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;
}

.lizaro-901qj6 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) {
  .lizaro-901qj6 {
    flex-basis: auto;
  }
}

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

.lizaro-26m20r {
  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.lizaro-yzl9yh ease-in-out;
}

.lizaro-26m20r:hover {
  border: 1px solid #8c8ca2;
}

.lizaro-ncyioq {
  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%);
}

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

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

.lizaro-ph395q a {
  text-decoration: underline;
  color: #8babff;
}

.lizaro-1iasla {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.lizaro-1iasla .lizaro-26m20r {
  width: 50%;
  margin: 0;
}

.lizaro-tzd1tg {
  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;
}

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

.lizaro-21g9j2 {
  margin: 0 0 100px;
}

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

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

.lizaro-exbdjr {
  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) {
  .lizaro-exbdjr {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

.lizaro-f9w7dx {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

.lizaro-imql26 {
  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) {
  .lizaro-imql26 {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.lizaro-imql26 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.lizaro-yzl9yh ease-in-out;
}

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

.lizaro-imql26 a svg {
  fill: #fff;
}

.lizaro-imql26 a:hover {
  background: #3d68e7;
}

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

.lizaro-8t9h1p {
  margin-bottom: 16px;
}

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

.lizaro-u8r1hp {
  font-size: 16px;
  color: var(--text-color);
}

.lizaro-q62ipr {
  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) {
  .lizaro-q62ipr {
    padding: 0 16px;
  }
}

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

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

.lizaro-5xypm2 {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.lizaro-5xypm2 h1,
.lizaro-5xypm2 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) {
  .lizaro-5xypm2 h1,
  .lizaro-5xypm2 h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

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

.lizaro-8yrmj9 {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.lizaro-8yrmj9 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) {
  .lizaro-8yrmj9 h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.lizaro-8yrmj9 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) {
  .lizaro-8yrmj9 h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.lizaro-8yrmj9 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);
}

.lizaro-8yrmj9 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) {
  .lizaro-8yrmj9 table tr td {
    padding: 12px 4px;
  }
}

.lizaro-8yrmj9 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) {
  .lizaro-8yrmj9 table tr th {
    padding: 12px 4px;
  }
}

.lizaro-8yrmj9 table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .lizaro-8yrmj9 {
    margin: 0;
  }
}

.lizaro-100o2a {
  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) {
  .lizaro-100o2a {
    min-height: 190px;
  }
}

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

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

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

.lizaro-olmi35.lizaro-3j97cc {
  display: none;
}

.lizaro-4vpx66 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.lizaro-4vpx66 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lizaro-4vpx66 iframe.lizaro-f9hb9c {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.lizaro-4vpx66.lizaro-gzz1zd {
  opacity: 1;
  pointer-events: all;
}

.lizaro-02h8fs {
  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.lizaro-yzl9yh ease-in-out;
}

.lizaro-02h8fs svg {
  margin-right: 10px;
}

.lizaro-02h8fs + .lizaro-02h8fs {
  margin-top: 14px;
}

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

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

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

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

.lizaro-q62ipr .lizaro-8bewrz {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.lizaro-q62ipr .lizaro-8bewrz h1,
.lizaro-q62ipr .lizaro-8bewrz 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) {
  .lizaro-q62ipr .lizaro-8bewrz h1,
  .lizaro-q62ipr .lizaro-8bewrz h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .lizaro-q62ipr .lizaro-8bewrz {
    margin: 28px 0 0;
  }
}

.lizaro-rgc8rr {
  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) {
  .lizaro-rgc8rr {
    padding: 0 16px;
  }
}

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

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

.lizaro-nlb97z {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.lizaro-lqhxjx {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.lizaro-tfchp9 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .lizaro-2e9g5f {
    padding: 10px;
  }
}

.lizaro-2e9g5f .lizaro-he7jce {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .lizaro-2e9g5f .lizaro-he7jce {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .lizaro-2e9g5f {
    flex-wrap: wrap;
  }
}

.lizaro-5dq74i {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.lizaro-5dq74i img {
  width: 100%;
}

.lizaro-u7knba {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.lizaro-2h2xse {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.lizaro-7vkpmw {
  width: 100%;
  margin: 0 0 100px;
}

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

.lizaro-7vkpmw .lizaro-tffevf {
  position: relative;
}

.lizaro-7vkpmw .lizaro-nn20v3 {
  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;
}

.lizaro-7vkpmw .lizaro-nn20v3.lizaro-3j97cc {
  display: none;
}

.lizaro-7vkpmw .lizaro-ix8x76 {
  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) {
  .lizaro-7vkpmw .lizaro-ix8x76 {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .lizaro-7vkpmw .lizaro-ix8x76 {
    bottom: 90px;
  }
}

.lizaro-7vkpmw .lizaro-ix8x76 .lizaro-fde3ym {
  max-width: 300px;
  width: 100%;
}

.lizaro-7vkpmw .lizaro-ix8x76 .lizaro-fde3ym .lizaro-2gealw {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .lizaro-7vkpmw .lizaro-ix8x76 .lizaro-fde3ym .lizaro-2gealw {
    font-size: 32px;
    text-align: center;
  }
}

.lizaro-7vkpmw .lizaro-ix8x76 .lizaro-fde3ym .lizaro-o5nndc {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .lizaro-7vkpmw .lizaro-ix8x76 .lizaro-fde3ym .lizaro-o5nndc {
    text-align: center;
  }
}

.lizaro-7vkpmw .lizaro-ix8x76 .lizaro-1fpa17 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .lizaro-7vkpmw .lizaro-ix8x76 .lizaro-1fpa17 {
    flex-direction: column-reverse;
  }
}

.lizaro-7vkpmw .lizaro-ix8x76 .lizaro-1fpa17 .lizaro-k4j43x {
  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.lizaro-yzl9yh ease-in-out;
}

.lizaro-7vkpmw .lizaro-ix8x76 .lizaro-1fpa17 .lizaro-k4j43x:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .lizaro-7vkpmw .lizaro-ix8x76 .lizaro-1fpa17 .lizaro-k4j43x {
    width: 100%;
  }
}

.lizaro-7vkpmw .lizaro-ix8x76 .lizaro-1fpa17 .lizaro-icu6hv {
  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.lizaro-yzl9yh ease-in-out;
  overflow: hidden;
}

.lizaro-7vkpmw .lizaro-ix8x76 .lizaro-1fpa17 .lizaro-icu6hv 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);
  }
}

.lizaro-7vkpmw .lizaro-ix8x76 .lizaro-1fpa17 .lizaro-icu6hv: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;
}

.lizaro-7vkpmw .lizaro-ix8x76 .lizaro-1fpa17 .lizaro-icu6hv:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .lizaro-7vkpmw .lizaro-ix8x76 .lizaro-1fpa17 .lizaro-icu6hv {
    width: 100%;
  }
}

.lizaro-7vkpmw .lizaro-ix8x76.lizaro-3j97cc {
  display: none;
}

.lizaro-7vkpmw .lizaro-wbccvf {
  display: none;
}

.lizaro-7vkpmw .lizaro-wbccvf.lizaro-gzz1zd {
  display: block;
}

.lizaro-7vkpmw .lizaro-wbccvf iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .lizaro-7vkpmw .lizaro-wbccvf iframe {
    height: calc(100vh - 54px);
  }
}

.lizaro-7vkpmw .lizaro-7l0qcg {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .lizaro-7vkpmw .lizaro-7l0qcg {
    padding: 24px 16px 0;
  }
}

.lizaro-7vkpmw .lizaro-7l0qcg .lizaro-2gealw {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .lizaro-7vkpmw .lizaro-7l0qcg .lizaro-2gealw {
    margin-bottom: 24px;
  }
}

.lizaro-7vkpmw .lizaro-7l0qcg 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);
}

.lizaro-7vkpmw .lizaro-7l0qcg 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) {
  .lizaro-7vkpmw .lizaro-7l0qcg table tr td {
    padding: 12px 4px;
  }
}

.lizaro-7vkpmw .lizaro-7l0qcg 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) {
  .lizaro-7vkpmw .lizaro-7l0qcg table tr th {
    padding: 12px 4px;
  }
}

.lizaro-7vkpmw .lizaro-7l0qcg table tr:last-of-type td {
  border-bottom: none;
}

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

.lizaro-yvlyzq.lizaro-4s64pf {
  display: block;
}

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

.lizaro-yvlyzq .lizaro-0zpzz3 {
  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;
}

.lizaro-yvlyzq .lizaro-zzzre2 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.lizaro-yvlyzq .lizaro-icu6hv {
  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.lizaro-yzl9yh ease-in-out;
}

.lizaro-yvlyzq .lizaro-icu6hv:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.lizaro-54aqd6.lizaro-4s64pf {
  display: block;
}

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

.lizaro-p26tib {
  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;
}

.lizaro-9qftz2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.lizaro-1mcvp7 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.lizaro-1mcvp7 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.lizaro-qfulc2 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lizaro-xc94pr.lizaro-3j97cc {
  display: none;
}

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

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

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

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

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

.lizaro-dt8qgz 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.lizaro-yzl9yh ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.lizaro-dt8qgz input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.lizaro-dt8qgz input:active {
  border-color: #c2c0ce;
}

.lizaro-dt8qgz input:focus {
  border-color: #c2c0ce;
}

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

.lizaro-xrj2t6 {
  margin-bottom: 36px;
}

.lizaro-xrj2t6 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;
}

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

.lizaro-xrj2t6 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.lizaro-lg3i7d {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lizaro-gk213f {
  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.lizaro-yzl9yh ease-in-out;
}

.lizaro-gk213f:hover {
  background: var(--border-color);
}

.lizaro-qm4tzt {
  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.lizaro-yzl9yh ease-in-out;
}

.lizaro-qm4tzt:hover {
  background: #166ad9;
}

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

.lizaro-k3vzn1.lizaro-3j97cc {
  display: none;
}

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

.lizaro-k3vzn1 .lizaro-gk213f {
  margin: 0 auto;
}

.lizaro-1u8gbl {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.lizaro-ltmv6e {
  filter: grayscale(100%);
}

.lizaro-di3aey > input {
  display: none;
}

.lizaro-di3aey > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.lizaro-zgt2m8.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.lizaro-dbct7t 44.lizaro-yzm9v9.lizaro-ssfa96.lizaro-0anltg.lizaro-a0e6az.lizaro-hmsfc0.lizaro-nvgasv.lizaro-edc4qu.lizaro-w1fhu4.lizaro-l8i1wp.lizaro-x6igs0.lizaro-tpg5s4.lizaro-6nkr0i 0l-12.lizaro-xklsv8 30.lizaro-qttpvg.lizaro-ql2dfh 2.lizaro-xqwbee.lizaro-ql2dfh 3.lizaro-pjjcw5 3.lizaro-n4swj3.lizaro-xhcbhd 3.lizaro-xzhpk4.lizaro-iyh4ii.lizaro-w31som.lizaro-gbtq9c 7-3.lizaro-xklsv8 10.lizaro-o1cgch.lizaro-gbtq9c 23.lizaro-lqud5o.lizaro-jj3mad 1.lizaro-3zqs4g 2.lizaro-xklsv8 3.lizaro-jj3mad 1.lizaro-xhcbhd 5.lizaro-ujb1cl.lizaro-xhcbhd 32.lizaro-c0853y.lizaro-iyh4ii 5.lizaro-6nkr0i 4.lizaro-gbtq9c 9.lizaro-gbtq9c 8.lizaro-xhcbhd 6.lizaro-r21luj.lizaro-7ebkm6.lizaro-l9s4fw.lizaro-j0wus9.lizaro-2sshby 4.lizaro-fmfx4u.lizaro-2sshby 6.lizaro-2sshby 0l29.lizaro-6nkr0i 17.lizaro-76maoz.lizaro-qhgooh 2.lizaro-bmlqux 10.lizaro-78y9ev.lizaro-xklsv8 8.lizaro-b350o5.lizaro-p6km4g.lizaro-d50icd.lizaro-kr8450.lizaro-cc10ro.lizaro-iyh4ii.lizaro-hmsfc0.lizaro-xklsv8 1.lizaro-as6xje.lizaro-qwqtdb.lizaro-xauf0d.lizaro-fc2mtv.lizaro-q4j8ul.lizaro-3zqs4g 1.lizaro-3mfz17.lizaro-nc5ia3.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.lizaro-di3aey > input:checked ~ label,
.lizaro-di3aey > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.lizaro-zgt2m8.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.lizaro-dbct7t 44.lizaro-yzm9v9.lizaro-ssfa96.lizaro-0anltg.lizaro-a0e6az.lizaro-hmsfc0.lizaro-nvgasv.lizaro-edc4qu.lizaro-w1fhu4.lizaro-l8i1wp.lizaro-x6igs0.lizaro-tpg5s4.lizaro-6nkr0i 0l-12.lizaro-xklsv8 30.lizaro-qttpvg.lizaro-ql2dfh 2.lizaro-xqwbee.lizaro-ql2dfh 3.lizaro-pjjcw5 3.lizaro-n4swj3.lizaro-xhcbhd 3.lizaro-xzhpk4.lizaro-iyh4ii.lizaro-w31som.lizaro-gbtq9c 7-3.lizaro-xklsv8 10.lizaro-o1cgch.lizaro-gbtq9c 23.lizaro-lqud5o.lizaro-jj3mad 1.lizaro-3zqs4g 2.lizaro-xklsv8 3.lizaro-jj3mad 1.lizaro-xhcbhd 5.lizaro-ujb1cl.lizaro-xhcbhd 32.lizaro-c0853y.lizaro-iyh4ii 5.lizaro-6nkr0i 4.lizaro-gbtq9c 9.lizaro-gbtq9c 8.lizaro-xhcbhd 6.lizaro-r21luj.lizaro-7ebkm6.lizaro-l9s4fw.lizaro-j0wus9.lizaro-2sshby 4.lizaro-fmfx4u.lizaro-2sshby 6.lizaro-2sshby 0l29.lizaro-6nkr0i 17.lizaro-76maoz.lizaro-qhgooh 2.lizaro-bmlqux 10.lizaro-78y9ev.lizaro-xklsv8 8.lizaro-b350o5.lizaro-p6km4g.lizaro-d50icd.lizaro-kr8450.lizaro-cc10ro.lizaro-iyh4ii.lizaro-hmsfc0.lizaro-xklsv8 1.lizaro-as6xje.lizaro-qwqtdb.lizaro-xauf0d.lizaro-fc2mtv.lizaro-q4j8ul.lizaro-3zqs4g 1.lizaro-3mfz17.lizaro-nc5ia3.5z'/%3e%3c/svg%3e");
}

.lizaro-di3aey > input:not(:checked) ~ label:hover,
.lizaro-di3aey > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.lizaro-zgt2m8.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.lizaro-dbct7t 44.lizaro-yzm9v9.lizaro-ssfa96.lizaro-0anltg.lizaro-a0e6az.lizaro-hmsfc0.lizaro-nvgasv.lizaro-edc4qu.lizaro-w1fhu4.lizaro-l8i1wp.lizaro-x6igs0.lizaro-tpg5s4.lizaro-6nkr0i 0l-12.lizaro-xklsv8 30.lizaro-qttpvg.lizaro-ql2dfh 2.lizaro-xqwbee.lizaro-ql2dfh 3.lizaro-pjjcw5 3.lizaro-n4swj3.lizaro-xhcbhd 3.lizaro-xzhpk4.lizaro-iyh4ii.lizaro-w31som.lizaro-gbtq9c 7-3.lizaro-xklsv8 10.lizaro-o1cgch.lizaro-gbtq9c 23.lizaro-lqud5o.lizaro-jj3mad 1.lizaro-3zqs4g 2.lizaro-xklsv8 3.lizaro-jj3mad 1.lizaro-xhcbhd 5.lizaro-ujb1cl.lizaro-xhcbhd 32.lizaro-c0853y.lizaro-iyh4ii 5.lizaro-6nkr0i 4.lizaro-gbtq9c 9.lizaro-gbtq9c 8.lizaro-xhcbhd 6.lizaro-r21luj.lizaro-7ebkm6.lizaro-l9s4fw.lizaro-j0wus9.lizaro-2sshby 4.lizaro-fmfx4u.lizaro-2sshby 6.lizaro-2sshby 0l29.lizaro-6nkr0i 17.lizaro-76maoz.lizaro-qhgooh 2.lizaro-bmlqux 10.lizaro-78y9ev.lizaro-xklsv8 8.lizaro-b350o5.lizaro-p6km4g.lizaro-d50icd.lizaro-kr8450.lizaro-cc10ro.lizaro-iyh4ii.lizaro-hmsfc0.lizaro-xklsv8 1.lizaro-as6xje.lizaro-qwqtdb.lizaro-xauf0d.lizaro-fc2mtv.lizaro-q4j8ul.lizaro-3zqs4g 1.lizaro-3mfz17.lizaro-nc5ia3.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .lizaro-1x1zh8 > .lizaro-1zeupr {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .lizaro-1x1zh8 > .lizaro-1zeupr {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .lizaro-1x1zh8 > .lizaro-1zeupr {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .lizaro-1x1zh8 > .lizaro-1zeupr {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .lizaro-1x1zh8 > .lizaro-1zeupr {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.lizaro-duwa4l {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.lizaro-duwa4l.lizaro-3j97cc {
  display: none;
}

.lizaro-5o4pmy {
  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) {
  .lizaro-5o4pmy {
    height: 74px;
    overflow: visible;
  }
}

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

.lizaro-qygbbw {
  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;
}

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

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

.lizaro-qygbbw img {
  border-radius: 16px;
  overflow: hidden;
}

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

@media only screen and (max-width: 767px) {
  .lizaro-qygbbw {
    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;
  }
  .lizaro-qygbbw img {
    max-width: 60px;
    border-radius: 7px;
  }
}

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

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

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

.lizaro-0f7j45 {
  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;
}

.lizaro-0f7j45::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) {
  .lizaro-0f7j45::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.lizaro-0f7j45::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) {
  .lizaro-0f7j45::after {
    display: none;
  }
}

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

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

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

@media only screen and (max-width: 1023px) {
  .lizaro-id2mry {
    top: -20px;
  }
}

.lizaro-jnllsl {
  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.lizaro-yzl9yh ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

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

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

.lizaro-duwa4l.lizaro-ub8uyr .lizaro-5o4pmy {
  background: #2b3b67;
}

.lizaro-duwa4l.lizaro-ub8uyr .lizaro-qygbbw {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.lizaro-duwa4l.lizaro-ub8uyr .lizaro-qygbbw::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.lizaro-duwa4l.lizaro-ub8uyr .lizaro-qygbbw::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.lizaro-duwa4l.lizaro-ub8uyr .lizaro-0f7j45::before {
  background: #0e0f41;
}

.lizaro-duwa4l.lizaro-ub8uyr .lizaro-0f7j45::after {
  background: #152557;
}

.lizaro-duwa4l.lizaro-hdpugl .lizaro-5o4pmy {
  background: #1f35fa;
}

.lizaro-duwa4l.lizaro-hdpugl .lizaro-qygbbw {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.lizaro-duwa4l.lizaro-hdpugl .lizaro-qygbbw::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.lizaro-duwa4l.lizaro-hdpugl .lizaro-qygbbw::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.lizaro-duwa4l.lizaro-hdpugl .lizaro-0f7j45::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.lizaro-duwa4l.lizaro-hdpugl .lizaro-0f7j45::after {
  background: #192ac8;
}

.lizaro-duwa4l.lizaro-lbyjle .lizaro-5o4pmy {
  background: #fa771f;
}

.lizaro-duwa4l.lizaro-lbyjle .lizaro-qygbbw {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.lizaro-duwa4l.lizaro-lbyjle .lizaro-qygbbw::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.lizaro-duwa4l.lizaro-lbyjle .lizaro-qygbbw::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.lizaro-duwa4l.lizaro-lbyjle .lizaro-0f7j45::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.lizaro-duwa4l.lizaro-lbyjle .lizaro-0f7j45::after {
  background: #fa8535;
}

.lizaro-8ihwdm {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

.lizaro-2kj5eg {
  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) {
  .lizaro-2kj5eg {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

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

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

.lizaro-kx0ode {
  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) {
  .lizaro-kx0ode:hover {
    background: var(--button-bg-hover);
  }
}

.lizaro-y5sq62 {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.lizaro-ylnmx9 {
  width: 120px;
  height: 22px;
}

.lizaro-ylnmx9 .lizaro-3tkqq2 {
  fill: #c2c0ce;
}

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

.lizaro-ylnmx9 [rating="2"] .lizaro-3tkqq2:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.lizaro-ylnmx9 [rating="3"] .lizaro-3tkqq2:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

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

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

.lizaro-verh3w {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.lizaro-ql0vek {
  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);
}

.lizaro-ql0vek.lizaro-gzz1zd {
  display: block;
}

.lizaro-ql0vek.lizaro-3j97cc {
  display: none;
}

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

.lizaro-0qz7ij {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.lizaro-lkf0jb {
  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);
}

.lizaro-3fg75j {
  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;
}

.lizaro-am7jn7 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.lizaro-pwia21 {
  font-size: 16px;
  line-height: 140%;
}

.lizaro-adwv3r {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.lizaro-adwv3r .lizaro-3tkqq2 {
  fill: #c2c0ce;
}

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

.lizaro-adwv3r [rating="2"] .lizaro-3tkqq2:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.lizaro-adwv3r [rating="3"] .lizaro-3tkqq2:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

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

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

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

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

/* Review Hero Block Styles */

.lizaro-8q9c5e {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .lizaro-8q9c5e {
    padding: 0 16px;
  }
}

.lizaro-its7ze {
  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) {
  .lizaro-its7ze {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.lizaro-1ph3ei {
  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) {
  .lizaro-1ph3ei {
    padding: 12px;
    gap: 12px;
  }
}

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

.lizaro-oc8suy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lizaro-3xwlrw {
  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;
}

.lizaro-jri7oc {
  flex: 1;
  min-width: 0;
}

.lizaro-y3zr9o {
  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) {
  .lizaro-y3zr9o {
    font-size: 14px;
    gap: 6px;
  }
}

.lizaro-yhvlsp {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.lizaro-yhvlsp svg path {
  fill: var(--button-bg-color);
}

.lizaro-yhvlsp svg circle {
  fill: var(--button-text-color);
}

.lizaro-2bs1a2 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.lizaro-2bs1a2 strong {
  font-weight: 600;
}

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

.lizaro-nzdcvj p {
  margin: 0 0 16px;
}

.lizaro-nzdcvj p:last-child {
  margin-bottom: 0;
}

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

.lizaro-8caogb {
  max-width: 300px;
  width: 100%;
}

.lizaro-8caogb a {
  width: 100%;
}

@media (max-width: 575px) {
  .lizaro-8caogb {
    max-width: 200px;
  }
}

.lizaro-tssdkr {
  justify-content: center;
}

.lizaro-3jpyhc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lizaro-f1smom {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.lizaro-e45ypf .lizaro-j687zt {
  justify-content: center;
}

/* faq */

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

.lizaro-x6n7kp {
  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.lizaro-f90ctc ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lizaro-x6n7kp::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.lizaro-f90ctc ease;
}

.lizaro-1v25xy.lizaro-4s64pf .lizaro-x6n7kp::after {
  transform: rotate(45deg);
}

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

.lizaro-1v25xy.lizaro-4s64pf .lizaro-zqzx9e {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.lizaro-k3ccnz {
  margin: 25px 0;
}

.lizaro-di3aey > input:not(:checked) ~ label:hover,
.lizaro-di3aey > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.lizaro-1nm5jl.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.lizaro-23jii5 44.lizaro-bsunoo.lizaro-zcml5y.lizaro-8zdom1.lizaro-q2h1ah.lizaro-f4or65.lizaro-drvcyv.lizaro-plww4u.lizaro-xhuhnz.lizaro-qe7kxe.lizaro-bb7v8w.lizaro-2h4c2c.lizaro-cnvxek 0l-12.lizaro-3lj3lo 30.lizaro-98aab9.lizaro-bf8wje 2.lizaro-oxxto4.lizaro-bf8wje 3.lizaro-rxb5bi 3.lizaro-66j45g.lizaro-bnkogb 3.lizaro-owecnb.lizaro-2yhz9k.lizaro-5adrse.lizaro-kbi1ky 7-3.lizaro-3lj3lo 10.lizaro-k12ont.lizaro-kbi1ky 23.lizaro-k73ej0.lizaro-mmhb43 1.lizaro-nk50bj 2.lizaro-3lj3lo 3.lizaro-mmhb43 1.lizaro-bnkogb 5.lizaro-br52zf.lizaro-bnkogb 32.lizaro-0tho3h.lizaro-2yhz9k 5.lizaro-cnvxek 4.lizaro-kbi1ky 9.lizaro-kbi1ky 8.lizaro-bnkogb 6.lizaro-46kzdc.lizaro-i9ejv6.lizaro-3t4exw.lizaro-ylg8zv.lizaro-1kjjfh 4.lizaro-7zl2bq.lizaro-1kjjfh 6.lizaro-1kjjfh 0l29.lizaro-cnvxek 17.lizaro-xohn3p.lizaro-v1uklm 2.lizaro-o3tdfh 10.lizaro-op11hk.lizaro-3lj3lo 8.lizaro-dyyl9u.lizaro-lyvpwz.lizaro-t4mcmx.lizaro-zdnsvm.lizaro-2pys14.lizaro-2yhz9k.lizaro-f4or65.lizaro-3lj3lo 1.lizaro-gus82s.lizaro-avz2lc.lizaro-1zixsj.lizaro-5ac8az.lizaro-g1sb1b.lizaro-nk50bj 1.lizaro-1w7grr.lizaro-d1rkp4.5z'/%3e%3c/svg%3e");
}

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

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

.lizaro-ni39o4 {
  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);
}

.lizaro-ni39o4.lizaro-2yebxk {
  display: block;
}

.lizaro-ni39o4.lizaro-wujhap {
  display: none;
}

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

.lizaro-7jqdwl {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.lizaro-j3yur4 {
  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);
}

.lizaro-qul5wb {
  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;
}

.lizaro-mytdsl small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.lizaro-i1asjp {
  font-size: 16px;
  line-height: 140%;
}

.lizaro-57y3j1 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.lizaro-57y3j1 .lizaro-ll46ra {
  fill: #c2c0ce;
}

.lizaro-57y3j1 [rating="1"] .lizaro-ll46ra:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.lizaro-57y3j1 [rating="2"] .lizaro-ll46ra:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.lizaro-57y3j1 [rating="3"] .lizaro-ll46ra:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.lizaro-57y3j1 [rating="4"] .lizaro-ll46ra:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.lizaro-57y3j1 [rating="5"] .lizaro-ll46ra:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.lizaro-qg1od2 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;
}

.lizaro-qg1od2 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 */

.lizaro-89vd4d {
  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);
}

.lizaro-89vd4d.lizaro-jpvcx8 {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.lizaro-1jetlm {
  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;
}

.lizaro-1jetlm label {
  font-size: 14px;
}

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

.lizaro-mg4xed 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;
}
.lizaro-zb6jus, .lizaro-zsrwtk, [class*="review-card"],
thead, thead th, table th, .lizaro-etx4j4,
.lizaro-bokpx5, [class*="collapsible-header"],
.lizaro-ohf0xf, [class*="updated-block"] {
  color: #ece7dc !important;
}
