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

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

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

.lalabet-k0je8x {
  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) {
  .lalabet-k0je8x: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;
  }
}

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

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

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

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

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

.lalabet-ltxylt {
  cursor: pointer;
}

.lalabet-h601ap {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.lalabet-jsului {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.lalabet-jsului figure {
  margin: 0;
}

.lalabet-jsului.lalabet-1ad2ki {
  justify-content: flex-start;
  margin-right: 4px;
}

.lalabet-jsului.lalabet-87etd0 {
  justify-content: flex-end;
  margin-left: 4px;
}

.lalabet-jsului.lalabet-vrfo5m {
  justify-content: center;
}

.lalabet-jsului.lalabet-qhsxvs {
  justify-content: normal;
}

.lalabet-zl2s41 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.lalabet-e6m69a {
  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) {
  .lalabet-e6m69a {
    flex-direction: column;
  }
}

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

.lalabet-jr5vjf img {
  width: 100%;
}

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

.lalabet-mn2xvv {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.lalabet-mn2xvv 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);
}

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

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

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

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

.lalabet-mn2xvv ul li:last-of-type::after {
  display: none;
}

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

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

.lalabet-8mj1yh {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.lalabet-x6rybu.lalabet-fh1lin {
  background-color: #000;
}

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

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

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

.lalabet-1n647b {
  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) {
  .lalabet-1n647b {
    flex-direction: column;
  }
}

.lalabet-cbns06 {
  margin-bottom: 94px;
}

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

.lalabet-iaxy63 .lalabet-2aoeaf {
  margin-bottom: 28px;
}

.lalabet-iaxy63 .lalabet-2aoeaf img {
  max-height: 100px;
  width: auto;
}

.lalabet-5eg083 {
  display: flex;
  align-items: center;
}

.lalabet-5eg083 a + a {
  margin-left: 24px;
}

.lalabet-5eg083 img {
  max-height: 56px;
  width: auto;
}

.lalabet-5eg083 img + img {
  margin-left: 24px;
}

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

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

.lalabet-gn8hxf {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.lalabet-ctthm9 li {
  display: flex;
  margin: 0 7px;
}

.lalabet-ctthm9 li svg {
  transition: 0.lalabet-ug24cj ease-in-out;
}

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

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

.lalabet-f050s6 + .lalabet-f050s6 {
  margin-left: 120px;
}

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

.lalabet-f3b9qz {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.lalabet-wyt6zk {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lalabet-wyt6zk li {
  font-size: 16px;
}

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

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

.lalabet-wyt6zk li + li {
  margin-top: 16px;
}

.lalabet-o8k6ra {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.lalabet-zk1yvx ease-in-out;
}

.lalabet-o8k6ra.lalabet-oj9xww {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

.lalabet-udjoqa li {
  width: 100%;
}

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

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

.lalabet-udjoqa li a.lalabet-oj9xww {
  background: var(--border-color);
}

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

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

.lalabet-57eq66 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.lalabet-vbvf96 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.lalabet-vbvf96 img {
  width: 100%;
  transition: 0.lalabet-ug24cj ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .lalabet-mkach6 .lalabet-2aoeaf img {
    max-width: 90px;
  }
}

.lalabet-2aoeaf img {
  max-height: 50px;
  width: auto;
}

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

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

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

.lalabet-u2mb3v li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.lalabet-o5in81 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.lalabet-o5in81.lalabet-jhp2ha {
  margin-right: 0;
}

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

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

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

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

.lalabet-3ms5m5 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.lalabet-3ms5m5:hover > ul {
  display: flex;
}

.lalabet-3ms5m5:focus > ul {
  display: flex;
}

.lalabet-3ms5m5:focus-within > ul {
  display: flex;
}

.lalabet-wqr1n9 {
  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;
}

.lalabet-wqr1n9::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.lalabet-zk1yvx ease-in-out;
}

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

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

.lalabet-3ms5m5 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.lalabet-ug24cj ease-in-out;
  overflow: hidden;
}

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

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

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

.lalabet-nzwumj {
  display: none;
}

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

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

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

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

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

.lalabet-mbh7x3 img {
  margin-bottom: 20px;
}

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

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

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

.lalabet-xc3qnb {
  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) {
  .lalabet-xc3qnb {
    font-size: 32px;
  }
}

.lalabet-b64m26 {
  color: var(--text-color);
}

.lalabet-55vyr4 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.lalabet-55vyr4 p img {
  display: block;
  margin: 0 auto;
}

.lalabet-55vyr4 p:first-of-type {
  margin-top: 0;
}

.lalabet-55vyr4 p:last-of-type {
  margin-bottom: 0;
}

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

.lalabet-55vyr4 ul {
  padding: 0 0 0 20px;
}

.lalabet-55vyr4 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.lalabet-55vyr4 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.lalabet-55vyr4 iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

.lalabet-v6cfkj .lalabet-bnja2b {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.lalabet-v6cfkj .lalabet-0te0o1 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.lalabet-0te0o1 {
  margin: 0 0 28px;
}

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

.lalabet-bnja2b {
  margin: 0 0 28px;
}

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

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

.lalabet-uy3aua .lalabet-k0je8x {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.lalabet-ehwm0i {
  position: relative;
  border: none;
}

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

.lalabet-9ngyot {
  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;
}

.lalabet-9ngyot span {
  height: 32px;
}

.lalabet-9ngyot span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.lalabet-9ngyot.lalabet-dgtxl7 span {
  transform: scaleY(-1);
}

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

.lalabet-fyw781 {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.lalabet-fyw781 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.lalabet-ug24cj ease-in-out;
}

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

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

.lalabet-fyw781.lalabet-ioqk3c {
  display: none;
}

.lalabet-rmt3br {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.lalabet-rmt3br table {
  width: 100%;
  border-collapse: collapse;
}

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

  .lalabet-rmt3br table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.lalabet-03ti7c {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.lalabet-747b3b table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.lalabet-747b3b table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.lalabet-747b3b p {
  color: var(--text-color);
}

.lalabet-a6e65t {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.lalabet-7wkg0z {
  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);
}

.lalabet-ebul57 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.lalabet-j4025g p + p {
  margin-top: 10px;
}

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

.lalabet-upm95o {
  display: none;
}

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

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

.lalabet-r1yoe5 li {
  margin: 0 20px;
}

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

.lalabet-r1yoe5 li a img {
  margin-bottom: 4px;
}

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

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

.lalabet-nwfqnz li {
  font-size: 16px;
  position: relative;
}

.lalabet-nwfqnz li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.lalabet-nwfqnz li span {
  opacity: 0.5;
}

.lalabet-nwfqnz li + li {
  margin-left: 30px;
}

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

h2.lalabet-lraf00 {
  margin: 0 0 28px;
}

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

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

.lalabet-ia9reb 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);
}

.lalabet-ia9reb 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;
}

.lalabet-ia9reb 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;
}

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

.lalabet-ia9reb tbody tr:last-of-type {
  margin-bottom: 0;
}

.lalabet-ia9reb tbody tr td:first-of-type {
  flex-shrink: 0;
}

.lalabet-ia9reb 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);
}

.lalabet-ia9reb 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);
}

.lalabet-ia9reb tbody tr td:last-of-type {
  margin-left: auto;
}

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

.lalabet-ia9reb tbody tr td .lalabet-k4v9ae {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .lalabet-ia9reb tbody tr td .lalabet-k4v9ae {
    width: 100%;
  }
}

.lalabet-ia9reb tbody tr td .lalabet-ir7pop {
  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.lalabet-ug24cj ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .lalabet-ia9reb tbody tr td .lalabet-ir7pop {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .lalabet-ia9reb tbody tr td .lalabet-ir7pop {
    width: 100%;
  }
}

.lalabet-ia9reb tbody tr td .lalabet-ea9dso {
  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) {
  .lalabet-ia9reb tbody tr td .lalabet-ea9dso:hover {
    text-decoration: none;
  }
}

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

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

.lalabet-qcmhaw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.lalabet-2q0dtl img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.lalabet-ug24cj ease-in-out;
}

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

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

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

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

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

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

.lalabet-jmude4 img {
  width: 100%;
  height: 100%;
}

.lalabet-jmude4 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.lalabet-fy0wi9 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.lalabet-ug24cj ease-in-out;
}

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

.lalabet-ohnrd3 {
  padding: 90px 0;
}

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

.lalabet-31koiy {
  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) {
  .lalabet-31koiy {
    padding: 0 16px;
  }
}

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

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

.lalabet-94t9mq img {
  width: 100%;
}

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

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

.lalabet-tn4cjo {
  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;
}

.lalabet-tn4cjo 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) {
  .lalabet-tn4cjo {
    flex-basis: auto;
  }
}

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

.lalabet-lm19a9 {
  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.lalabet-ug24cj ease-in-out;
}

.lalabet-lm19a9:hover {
  border: 1px solid #8c8ca2;
}

.lalabet-2adf2s {
  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%);
}

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

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

.lalabet-xsn7ar a {
  text-decoration: underline;
  color: #8babff;
}

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

.lalabet-d2zp0c .lalabet-lm19a9 {
  width: 50%;
  margin: 0;
}

.lalabet-b9jr77 {
  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;
}

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

.lalabet-mlhzg8 {
  margin: 0 0 100px;
}

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

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

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

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

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

.lalabet-qnlsoq {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.lalabet-4noflt 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.lalabet-ug24cj ease-in-out;
}

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

.lalabet-4noflt a svg {
  fill: #fff;
}

.lalabet-4noflt a:hover {
  background: #3d68e7;
}

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

.lalabet-xe8r5c {
  margin-bottom: 16px;
}

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

.lalabet-assqo3 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

.lalabet-8cxmqg {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

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

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

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

.lalabet-j1hswy 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);
}

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

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

.lalabet-j1hswy table tr:last-of-type td {
  border-bottom: none;
}

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

.lalabet-un8pip {
  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) {
  .lalabet-un8pip {
    min-height: 190px;
  }
}

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

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

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

.lalabet-vihfi7.lalabet-wcs458 {
  display: none;
}

.lalabet-08likn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.lalabet-08likn iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lalabet-08likn iframe.lalabet-kh90r3 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.lalabet-08likn.lalabet-qfrxve {
  opacity: 1;
  pointer-events: all;
}

.lalabet-da2swr {
  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.lalabet-ug24cj ease-in-out;
}

.lalabet-da2swr svg {
  margin-right: 10px;
}

.lalabet-da2swr + .lalabet-da2swr {
  margin-top: 14px;
}

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

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

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

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

.lalabet-7r1bzs .lalabet-uy3aua {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.lalabet-7r1bzs .lalabet-uy3aua h1,
.lalabet-7r1bzs .lalabet-uy3aua 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) {
  .lalabet-7r1bzs .lalabet-uy3aua h1,
  .lalabet-7r1bzs .lalabet-uy3aua h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .lalabet-7r1bzs .lalabet-uy3aua {
    margin: 28px 0 0;
  }
}

.lalabet-4mipdq {
  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) {
  .lalabet-4mipdq {
    padding: 0 16px;
  }
}

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

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

.lalabet-s3ezpl {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.lalabet-mixw45 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.lalabet-umf2uo {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.lalabet-tfe3k8 .lalabet-k0je8x {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .lalabet-tfe3k8 .lalabet-k0je8x {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.lalabet-k8acmb {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.lalabet-k8acmb img {
  width: 100%;
}

.lalabet-58t836 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.lalabet-l3x6nl {
  width: 100%;
  margin: 0 0 100px;
}

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

.lalabet-l3x6nl .lalabet-mt83x5 {
  position: relative;
}

.lalabet-l3x6nl .lalabet-9f71wl {
  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;
}

.lalabet-l3x6nl .lalabet-9f71wl.lalabet-wcs458 {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .lalabet-l3x6nl .lalabet-84nscy {
    bottom: 90px;
  }
}

.lalabet-l3x6nl .lalabet-84nscy .lalabet-p5h9x6 {
  max-width: 300px;
  width: 100%;
}

.lalabet-l3x6nl .lalabet-84nscy .lalabet-p5h9x6 .lalabet-48pcxf {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .lalabet-l3x6nl .lalabet-84nscy .lalabet-p5h9x6 .lalabet-48pcxf {
    font-size: 32px;
    text-align: center;
  }
}

.lalabet-l3x6nl .lalabet-84nscy .lalabet-p5h9x6 .lalabet-qdsi5m {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .lalabet-l3x6nl .lalabet-84nscy .lalabet-p5h9x6 .lalabet-qdsi5m {
    text-align: center;
  }
}

.lalabet-l3x6nl .lalabet-84nscy .lalabet-jhp2ha {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .lalabet-l3x6nl .lalabet-84nscy .lalabet-jhp2ha {
    flex-direction: column-reverse;
  }
}

.lalabet-l3x6nl .lalabet-84nscy .lalabet-jhp2ha .lalabet-r5llnx {
  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.lalabet-ug24cj ease-in-out;
}

.lalabet-l3x6nl .lalabet-84nscy .lalabet-jhp2ha .lalabet-r5llnx:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .lalabet-l3x6nl .lalabet-84nscy .lalabet-jhp2ha .lalabet-r5llnx {
    width: 100%;
  }
}

.lalabet-l3x6nl .lalabet-84nscy .lalabet-jhp2ha .lalabet-79pz0t {
  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.lalabet-ug24cj ease-in-out;
  overflow: hidden;
}

.lalabet-l3x6nl .lalabet-84nscy .lalabet-jhp2ha .lalabet-79pz0t 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);
  }
}

.lalabet-l3x6nl .lalabet-84nscy .lalabet-jhp2ha .lalabet-79pz0t: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;
}

.lalabet-l3x6nl .lalabet-84nscy .lalabet-jhp2ha .lalabet-79pz0t:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .lalabet-l3x6nl .lalabet-84nscy .lalabet-jhp2ha .lalabet-79pz0t {
    width: 100%;
  }
}

.lalabet-l3x6nl .lalabet-84nscy.lalabet-wcs458 {
  display: none;
}

.lalabet-l3x6nl .lalabet-92o0my {
  display: none;
}

.lalabet-l3x6nl .lalabet-92o0my.lalabet-qfrxve {
  display: block;
}

.lalabet-l3x6nl .lalabet-92o0my iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .lalabet-l3x6nl .lalabet-92o0my iframe {
    height: calc(100vh - 54px);
  }
}

.lalabet-l3x6nl .lalabet-jr3vg1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .lalabet-l3x6nl .lalabet-jr3vg1 {
    padding: 24px 16px 0;
  }
}

.lalabet-l3x6nl .lalabet-jr3vg1 .lalabet-48pcxf {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .lalabet-l3x6nl .lalabet-jr3vg1 .lalabet-48pcxf {
    margin-bottom: 24px;
  }
}

.lalabet-l3x6nl .lalabet-jr3vg1 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);
}

.lalabet-l3x6nl .lalabet-jr3vg1 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) {
  .lalabet-l3x6nl .lalabet-jr3vg1 table tr td {
    padding: 12px 4px;
  }
}

.lalabet-l3x6nl .lalabet-jr3vg1 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) {
  .lalabet-l3x6nl .lalabet-jr3vg1 table tr th {
    padding: 12px 4px;
  }
}

.lalabet-l3x6nl .lalabet-jr3vg1 table tr:last-of-type td {
  border-bottom: none;
}

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

.lalabet-069i47.lalabet-oj9xww {
  display: block;
}

.lalabet-069i47 iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.lalabet-069i47 .lalabet-jdhcj6 {
  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;
}

.lalabet-069i47 .lalabet-72hb4l {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.lalabet-069i47 .lalabet-79pz0t {
  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.lalabet-ug24cj ease-in-out;
}

.lalabet-069i47 .lalabet-79pz0t:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.lalabet-401ovz.lalabet-oj9xww {
  display: block;
}

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

.lalabet-7nhkvv {
  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;
}

.lalabet-6owbvu {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.lalabet-k8hg5w {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.lalabet-k8hg5w svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.lalabet-wvn30p {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lalabet-zmyz9z.lalabet-wcs458 {
  display: none;
}

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

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

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

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

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

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

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

.lalabet-fh7ij8 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.lalabet-fh7ij8 input:active {
  border-color: #c2c0ce;
}

.lalabet-fh7ij8 input:focus {
  border-color: #c2c0ce;
}

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

.lalabet-ak434t {
  margin-bottom: 36px;
}

.lalabet-ak434t 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;
}

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

.lalabet-ak434t textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.lalabet-60lo0w {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lalabet-f7duql {
  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.lalabet-ug24cj ease-in-out;
}

.lalabet-f7duql:hover {
  background: var(--border-color);
}

.lalabet-4qcivs {
  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.lalabet-ug24cj ease-in-out;
}

.lalabet-4qcivs:hover {
  background: #166ad9;
}

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

.lalabet-i73ic1.lalabet-wcs458 {
  display: none;
}

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

.lalabet-i73ic1 .lalabet-f7duql {
  margin: 0 auto;
}

.lalabet-k75wuf {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.lalabet-ng3qke {
  filter: grayscale(100%);
}

.lalabet-qpfv31 > input {
  display: none;
}

.lalabet-qpfv31 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.lalabet-1qh5xg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.lalabet-7dt86k 44.lalabet-2lr1xt.lalabet-bg7xnb.lalabet-msv7ns.lalabet-gfzomw.lalabet-p1rlm7.lalabet-4r2j2w.lalabet-53zydr.lalabet-jo4gzv.lalabet-dz7epk.lalabet-vzlvy3.lalabet-txvbmb.lalabet-5p38er 0l-12.lalabet-8vl716 30.lalabet-y4yymt.lalabet-pq98f4 2.lalabet-dq371w.lalabet-pq98f4 3.lalabet-trjp44 3.lalabet-b54aiw.lalabet-o4mvjv 3.lalabet-nzuidd.lalabet-cl74ir.lalabet-ott9d4.lalabet-g1of4o 7-3.lalabet-8vl716 10.lalabet-nacsxf.lalabet-g1of4o 23.lalabet-8z5dc5.lalabet-2zk4qf 1.lalabet-xhqgt7 2.lalabet-8vl716 3.lalabet-2zk4qf 1.lalabet-o4mvjv 5.lalabet-rduzpe.lalabet-o4mvjv 32.lalabet-sy5cpp.lalabet-cl74ir 5.lalabet-5p38er 4.lalabet-g1of4o 9.lalabet-g1of4o 8.lalabet-o4mvjv 6.lalabet-xgcxf8.lalabet-06vfh0.lalabet-8h6w9q.lalabet-endnjv.lalabet-1tebnv 4.lalabet-ifgpzh.lalabet-1tebnv 6.lalabet-1tebnv 0l29.lalabet-5p38er 17.lalabet-ak570r.lalabet-7j2ftp 2.lalabet-nw5cve 10.lalabet-newk54.lalabet-8vl716 8.lalabet-6pcpf1.lalabet-duw1tq.lalabet-lpt6k9.lalabet-wmn50s.lalabet-v4xo1f.lalabet-cl74ir.lalabet-p1rlm7.lalabet-8vl716 1.lalabet-iecfb8.lalabet-oucbgz.lalabet-ubckfo.lalabet-ltcbjy.lalabet-a207k9.lalabet-xhqgt7 1.lalabet-za42sg.lalabet-ta025d.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.lalabet-qpfv31 > input:checked ~ label,
.lalabet-qpfv31 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.lalabet-1qh5xg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.lalabet-7dt86k 44.lalabet-2lr1xt.lalabet-bg7xnb.lalabet-msv7ns.lalabet-gfzomw.lalabet-p1rlm7.lalabet-4r2j2w.lalabet-53zydr.lalabet-jo4gzv.lalabet-dz7epk.lalabet-vzlvy3.lalabet-txvbmb.lalabet-5p38er 0l-12.lalabet-8vl716 30.lalabet-y4yymt.lalabet-pq98f4 2.lalabet-dq371w.lalabet-pq98f4 3.lalabet-trjp44 3.lalabet-b54aiw.lalabet-o4mvjv 3.lalabet-nzuidd.lalabet-cl74ir.lalabet-ott9d4.lalabet-g1of4o 7-3.lalabet-8vl716 10.lalabet-nacsxf.lalabet-g1of4o 23.lalabet-8z5dc5.lalabet-2zk4qf 1.lalabet-xhqgt7 2.lalabet-8vl716 3.lalabet-2zk4qf 1.lalabet-o4mvjv 5.lalabet-rduzpe.lalabet-o4mvjv 32.lalabet-sy5cpp.lalabet-cl74ir 5.lalabet-5p38er 4.lalabet-g1of4o 9.lalabet-g1of4o 8.lalabet-o4mvjv 6.lalabet-xgcxf8.lalabet-06vfh0.lalabet-8h6w9q.lalabet-endnjv.lalabet-1tebnv 4.lalabet-ifgpzh.lalabet-1tebnv 6.lalabet-1tebnv 0l29.lalabet-5p38er 17.lalabet-ak570r.lalabet-7j2ftp 2.lalabet-nw5cve 10.lalabet-newk54.lalabet-8vl716 8.lalabet-6pcpf1.lalabet-duw1tq.lalabet-lpt6k9.lalabet-wmn50s.lalabet-v4xo1f.lalabet-cl74ir.lalabet-p1rlm7.lalabet-8vl716 1.lalabet-iecfb8.lalabet-oucbgz.lalabet-ubckfo.lalabet-ltcbjy.lalabet-a207k9.lalabet-xhqgt7 1.lalabet-za42sg.lalabet-ta025d.5z'/%3e%3c/svg%3e");
}

.lalabet-qpfv31 > input:not(:checked) ~ label:hover,
.lalabet-qpfv31 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.lalabet-1qh5xg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.lalabet-7dt86k 44.lalabet-2lr1xt.lalabet-bg7xnb.lalabet-msv7ns.lalabet-gfzomw.lalabet-p1rlm7.lalabet-4r2j2w.lalabet-53zydr.lalabet-jo4gzv.lalabet-dz7epk.lalabet-vzlvy3.lalabet-txvbmb.lalabet-5p38er 0l-12.lalabet-8vl716 30.lalabet-y4yymt.lalabet-pq98f4 2.lalabet-dq371w.lalabet-pq98f4 3.lalabet-trjp44 3.lalabet-b54aiw.lalabet-o4mvjv 3.lalabet-nzuidd.lalabet-cl74ir.lalabet-ott9d4.lalabet-g1of4o 7-3.lalabet-8vl716 10.lalabet-nacsxf.lalabet-g1of4o 23.lalabet-8z5dc5.lalabet-2zk4qf 1.lalabet-xhqgt7 2.lalabet-8vl716 3.lalabet-2zk4qf 1.lalabet-o4mvjv 5.lalabet-rduzpe.lalabet-o4mvjv 32.lalabet-sy5cpp.lalabet-cl74ir 5.lalabet-5p38er 4.lalabet-g1of4o 9.lalabet-g1of4o 8.lalabet-o4mvjv 6.lalabet-xgcxf8.lalabet-06vfh0.lalabet-8h6w9q.lalabet-endnjv.lalabet-1tebnv 4.lalabet-ifgpzh.lalabet-1tebnv 6.lalabet-1tebnv 0l29.lalabet-5p38er 17.lalabet-ak570r.lalabet-7j2ftp 2.lalabet-nw5cve 10.lalabet-newk54.lalabet-8vl716 8.lalabet-6pcpf1.lalabet-duw1tq.lalabet-lpt6k9.lalabet-wmn50s.lalabet-v4xo1f.lalabet-cl74ir.lalabet-p1rlm7.lalabet-8vl716 1.lalabet-iecfb8.lalabet-oucbgz.lalabet-ubckfo.lalabet-ltcbjy.lalabet-a207k9.lalabet-xhqgt7 1.lalabet-za42sg.lalabet-ta025d.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .lalabet-2zp19r > .lalabet-lva8vc {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .lalabet-2zp19r > .lalabet-lva8vc {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .lalabet-2zp19r > .lalabet-lva8vc {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .lalabet-2zp19r > .lalabet-lva8vc {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .lalabet-2zp19r > .lalabet-lva8vc {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.lalabet-e637le.lalabet-wcs458 {
  display: none;
}

.lalabet-upo2m6 {
  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) {
  .lalabet-upo2m6 {
    height: 74px;
    overflow: visible;
  }
}

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

.lalabet-eycfoi {
  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;
}

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

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

.lalabet-eycfoi img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.lalabet-jbciih {
  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;
}

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

.lalabet-jbciih::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) {
  .lalabet-jbciih::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.lalabet-e637le.lalabet-frb4z2 .lalabet-upo2m6 {
  background: #2b3b67;
}

.lalabet-e637le.lalabet-frb4z2 .lalabet-eycfoi {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.lalabet-e637le.lalabet-frb4z2 .lalabet-eycfoi::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.lalabet-e637le.lalabet-frb4z2 .lalabet-eycfoi::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.lalabet-e637le.lalabet-frb4z2 .lalabet-jbciih::before {
  background: #0e0f41;
}

.lalabet-e637le.lalabet-frb4z2 .lalabet-jbciih::after {
  background: #152557;
}

.lalabet-e637le.lalabet-c995cd .lalabet-upo2m6 {
  background: #1f35fa;
}

.lalabet-e637le.lalabet-c995cd .lalabet-eycfoi {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.lalabet-e637le.lalabet-c995cd .lalabet-eycfoi::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.lalabet-e637le.lalabet-c995cd .lalabet-eycfoi::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.lalabet-e637le.lalabet-c995cd .lalabet-jbciih::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.lalabet-e637le.lalabet-c995cd .lalabet-jbciih::after {
  background: #192ac8;
}

.lalabet-e637le.lalabet-c6ro1r .lalabet-upo2m6 {
  background: #fa771f;
}

.lalabet-e637le.lalabet-c6ro1r .lalabet-eycfoi {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.lalabet-e637le.lalabet-c6ro1r .lalabet-eycfoi::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.lalabet-e637le.lalabet-c6ro1r .lalabet-eycfoi::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.lalabet-e637le.lalabet-c6ro1r .lalabet-jbciih::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.lalabet-e637le.lalabet-c6ro1r .lalabet-jbciih::after {
  background: #fa8535;
}

.lalabet-vxvssl {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.lalabet-028kc5 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lalabet-028kc5 span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.lalabet-028kc5 small {
  font-size: 14px;
  color: var(--text-color);
}

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

.lalabet-gc5aip {
  width: 120px;
  height: 22px;
}

.lalabet-gc5aip .lalabet-e181pu {
  fill: #c2c0ce;
}

.lalabet-gc5aip [rating="1"] .lalabet-e181pu:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.lalabet-gc5aip [rating="2"] .lalabet-e181pu:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.lalabet-gc5aip [rating="3"] .lalabet-e181pu:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.lalabet-gc5aip [rating="4"] .lalabet-e181pu:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.lalabet-gc5aip [rating="5"] .lalabet-e181pu:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.lalabet-jptqmx {
  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);
}

.lalabet-jptqmx.lalabet-qfrxve {
  display: block;
}

.lalabet-jptqmx.lalabet-wcs458 {
  display: none;
}

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

.lalabet-5k8pkx {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.lalabet-ygc6if {
  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);
}

.lalabet-zejovg {
  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;
}

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

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

.lalabet-0raam3 {
  font-size: 16px;
  line-height: 140%;
}

.lalabet-i5uqj3 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.lalabet-i5uqj3 .lalabet-e181pu {
  fill: #c2c0ce;
}

.lalabet-i5uqj3 [rating="1"] .lalabet-e181pu:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.lalabet-i5uqj3 [rating="2"] .lalabet-e181pu:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.lalabet-i5uqj3 [rating="3"] .lalabet-e181pu:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.lalabet-i5uqj3 [rating="4"] .lalabet-e181pu:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.lalabet-i5uqj3 [rating="5"] .lalabet-e181pu:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.lalabet-0kp8ok {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.lalabet-d2tn6y {
  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) {
  .lalabet-d2tn6y {
    padding: 12px;
    gap: 12px;
  }
}

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

.lalabet-1xto1p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lalabet-ry2pq5 {
  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;
}

.lalabet-s67vpq {
  flex: 1;
  min-width: 0;
}

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

.lalabet-wxh3g3 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.lalabet-wxh3g3 svg path {
  fill: var(--button-bg-color);
}

.lalabet-wxh3g3 svg circle {
  fill: var(--button-text-color);
}

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

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

.lalabet-gacpfq strong {
  font-weight: 600;
}

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

.lalabet-mlzshe p {
  margin: 0 0 16px;
}

.lalabet-mlzshe p:last-child {
  margin-bottom: 0;
}

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

.lalabet-bfokgw {
  max-width: 300px;
  width: 100%;
}

.lalabet-bfokgw a {
  width: 100%;
}

@media (max-width: 575px) {
  .lalabet-bfokgw {
    max-width: 200px;
  }
}

.lalabet-dp6zmn {
  justify-content: center;
}

.lalabet-0otl4g {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lalabet-5lxn0w {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.lalabet-u4dv6c .lalabet-u2mb3v {
  justify-content: center;
}

/* faq */

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

.lalabet-ghkiez {
  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.lalabet-nzx37d ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lalabet-ghkiez::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.lalabet-nzx37d ease;
}

.lalabet-kfyh3o.lalabet-oj9xww .lalabet-ghkiez::after {
  transform: rotate(45deg);
}

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

.lalabet-kfyh3o.lalabet-oj9xww .lalabet-kpyla9 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.lalabet-x81340 {
  margin: 25px 0;
}

.lalabet-qpfv31 > input:not(:checked) ~ label:hover,
.lalabet-qpfv31 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.lalabet-foe6lt.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.lalabet-sugwrm 44.lalabet-p59i29.lalabet-u9251h.lalabet-4ajdsf.lalabet-wdhaup.lalabet-6ygl9h.lalabet-cbgqq5.lalabet-xjbnhh.lalabet-f800e7.lalabet-enwjfn.lalabet-b4lkmj.lalabet-59trvk.lalabet-q3hpnb 0l-12.lalabet-67bb5v 30.lalabet-ifffyx.lalabet-f6856r 2.lalabet-t1mg8x.lalabet-f6856r 3.lalabet-purn57 3.lalabet-bxpv60.lalabet-9sxt8b 3.lalabet-4ajzqa.lalabet-pqt4iz.lalabet-vs7s6x.lalabet-nolc99 7-3.lalabet-67bb5v 10.lalabet-qeqtbi.lalabet-nolc99 23.lalabet-78yf2l.lalabet-q0fm1s 1.lalabet-0c3el3 2.lalabet-67bb5v 3.lalabet-q0fm1s 1.lalabet-9sxt8b 5.lalabet-9fedpd.lalabet-9sxt8b 32.lalabet-04pwcl.lalabet-pqt4iz 5.lalabet-q3hpnb 4.lalabet-nolc99 9.lalabet-nolc99 8.lalabet-9sxt8b 6.lalabet-okjhce.lalabet-afuikd.lalabet-swyynd.lalabet-souwf1.lalabet-nwec77 4.lalabet-3l75cm.lalabet-nwec77 6.lalabet-nwec77 0l29.lalabet-q3hpnb 17.lalabet-56plfq.lalabet-o94cg6 2.lalabet-hx7zpq 10.lalabet-roadpz.lalabet-67bb5v 8.lalabet-93ubm2.lalabet-8nwduv.lalabet-sqazm0.lalabet-bgw9v8.lalabet-mpresi.lalabet-pqt4iz.lalabet-6ygl9h.lalabet-67bb5v 1.lalabet-6xepio.lalabet-c1g3xp.lalabet-dzmw6n.lalabet-i4llnz.lalabet-tiijjq.lalabet-0c3el3 1.lalabet-pe25aa.lalabet-53w61x.5z'/%3e%3c/svg%3e");
}

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

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

.lalabet-i6kc6z {
  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);
}

.lalabet-i6kc6z.lalabet-jpfgwz {
  display: block;
}

.lalabet-i6kc6z.lalabet-yjrzcd {
  display: none;
}

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

.lalabet-ufscid {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.lalabet-j1uzwo {
  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);
}

.lalabet-jnzicr {
  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;
}

.lalabet-3yzfnn small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.lalabet-kmtykb {
  font-size: 16px;
  line-height: 140%;
}

.lalabet-v8rore {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.lalabet-v8rore .lalabet-yoh0yw {
  fill: #c2c0ce;
}

.lalabet-v8rore [rating="1"] .lalabet-yoh0yw:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.lalabet-v8rore [rating="2"] .lalabet-yoh0yw:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.lalabet-v8rore [rating="3"] .lalabet-yoh0yw:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.lalabet-v8rore [rating="4"] .lalabet-yoh0yw:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.lalabet-v8rore [rating="5"] .lalabet-yoh0yw:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.lalabet-lgk32f 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;
}

.lalabet-lgk32f 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 */

.lalabet-tovvtq {
  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);
}

.lalabet-tovvtq.lalabet-1syfg4 {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.lalabet-r4wi6o {
  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;
}

.lalabet-r4wi6o label {
  font-size: 14px;
}

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

.lalabet-z1a86s 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;
}
.lalabet-0pgdae, .lalabet-bnoce2, [class*="review-card"],
thead, thead th, table th, .lalabet-mnhv86,
.lalabet-1dzzoj, [class*="collapsible-header"],
.lalabet-a6e65t, [class*="updated-block"] {
  color: #ece7dc !important;
}
