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

.fezbet-6zpiup {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.fezbet-yo5udh {
  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) {
  .fezbet-yo5udh: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;
  }
}

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

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

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

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

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

.fezbet-1lq8sd {
  cursor: pointer;
}

.fezbet-y3ha2k {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.fezbet-g0zep7 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fezbet-g0zep7 figure {
  margin: 0;
}

.fezbet-g0zep7.fezbet-t8a87o {
  justify-content: flex-start;
  margin-right: 4px;
}

.fezbet-g0zep7.fezbet-q5krxp {
  justify-content: flex-end;
  margin-left: 4px;
}

.fezbet-g0zep7.fezbet-ypnqka {
  justify-content: center;
}

.fezbet-g0zep7.fezbet-a2ebj7 {
  justify-content: normal;
}

.fezbet-piys2z {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.fezbet-u3kbd3 img {
  width: 100%;
}

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

.fezbet-uzazuh {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.fezbet-uzazuh 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);
}

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

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

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

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

.fezbet-uzazuh ul li:last-of-type::after {
  display: none;
}

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

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

.fezbet-724p1s {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.fezbet-or9j3e.fezbet-t6k7cs {
  background-color: #000;
}

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

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

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

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

.fezbet-1g4jwm {
  margin-bottom: 94px;
}

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

.fezbet-hzyjne .fezbet-4zezz9 {
  margin-bottom: 28px;
}

.fezbet-hzyjne .fezbet-4zezz9 img {
  max-height: 100px;
  width: auto;
}

.fezbet-sxp67k {
  display: flex;
  align-items: center;
}

.fezbet-sxp67k a + a {
  margin-left: 24px;
}

.fezbet-sxp67k img {
  max-height: 56px;
  width: auto;
}

.fezbet-sxp67k img + img {
  margin-left: 24px;
}

.fezbet-3o4ri3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.fezbet-rxt81n {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .fezbet-3946b4 {
    flex-wrap: wrap;
  }
}

.fezbet-3946b4 li {
  display: flex;
  margin: 0 7px;
}

.fezbet-3946b4 li svg {
  transition: 0.fezbet-wcoeir ease-in-out;
}

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

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

.fezbet-55qkxp + .fezbet-55qkxp {
  margin-left: 120px;
}

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

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

.fezbet-xtxdw6 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fezbet-xtxdw6 li {
  font-size: 16px;
}

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

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

.fezbet-xtxdw6 li + li {
  margin-top: 16px;
}

.fezbet-l8zl3f {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.fezbet-tdsvd0 ease-in-out;
}

.fezbet-l8zl3f.fezbet-xt1c3u {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

.fezbet-bnephu li {
  width: 100%;
}

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

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

.fezbet-bnephu li a.fezbet-xt1c3u {
  background: var(--border-color);
}

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

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

.fezbet-63cvi1 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.fezbet-tq1za0 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.fezbet-tq1za0 img {
  width: 100%;
  transition: 0.fezbet-wcoeir ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .fezbet-4rlrch .fezbet-4zezz9 img {
    max-width: 90px;
  }
}

.fezbet-4zezz9 img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .fezbet-4zezz9 {
    order: -2;
  }
}

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

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

.fezbet-jqereu li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.fezbet-3lj730 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.fezbet-3lj730.fezbet-tqy4af {
  margin-right: 0;
}

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

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

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

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

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

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

.fezbet-cwcxqj:hover > ul {
  display: flex;
}

.fezbet-cwcxqj:focus > ul {
  display: flex;
}

.fezbet-cwcxqj:focus-within > ul {
  display: flex;
}

.fezbet-o8ibas {
  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;
}

.fezbet-o8ibas::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.fezbet-tdsvd0 ease-in-out;
}

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

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

.fezbet-cwcxqj 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.fezbet-wcoeir ease-in-out;
  overflow: hidden;
}

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

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

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

.fezbet-v3ikeh {
  display: none;
}

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

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

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

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

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

.fezbet-icipn6 img {
  margin-bottom: 20px;
}

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

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

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

.fezbet-1a3j6k {
  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) {
  .fezbet-1a3j6k {
    font-size: 32px;
  }
}

.fezbet-3k0dnv {
  color: var(--text-color);
}

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

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

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

.fezbet-gjm7ai p img {
  display: block;
  margin: 0 auto;
}

.fezbet-gjm7ai p:first-of-type {
  margin-top: 0;
}

.fezbet-gjm7ai p:last-of-type {
  margin-bottom: 0;
}

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

.fezbet-gjm7ai ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fezbet-upvutp .fezbet-qlzshx {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.fezbet-upvutp .fezbet-vfr51y {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.fezbet-vfr51y {
  margin: 0 0 28px;
}

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

.fezbet-qlzshx {
  margin: 0 0 28px;
}

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

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

.fezbet-gxuayc .fezbet-yo5udh {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.fezbet-godhlx {
  position: relative;
  border: none;
}

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

.fezbet-d22f8d {
  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;
}

.fezbet-d22f8d span {
  height: 32px;
}

.fezbet-d22f8d span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.fezbet-d22f8d.fezbet-qk5u60 span {
  transform: scaleY(-1);
}

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

.fezbet-v74ncw {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.fezbet-v74ncw.fezbet-t9jlqf {
  display: none;
}

.fezbet-4p7yhu {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.fezbet-4p7yhu table {
  width: 100%;
  border-collapse: collapse;
}

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

  .fezbet-4p7yhu table td {
    min-width: 75px;
  }
}

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

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

.fezbet-4p7yhu p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

.fezbet-cfvf01 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.fezbet-m5zh0l p {
  color: var(--text-color);
}

.fezbet-ku7jit {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.fezbet-pml5ua {
  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);
}

.fezbet-ovkw1j {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.fezbet-ra7o20 p + p {
  margin-top: 10px;
}

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

.fezbet-zw7vl0 {
  display: none;
}

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

.fezbet-8tzet3 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.fezbet-8tzet3 li {
  margin: 0 20px;
}

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

.fezbet-8tzet3 li a img {
  margin-bottom: 4px;
}

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

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

.fezbet-oyxqhm li {
  font-size: 16px;
  position: relative;
}

.fezbet-oyxqhm li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.fezbet-oyxqhm li span {
  opacity: 0.5;
}

.fezbet-oyxqhm li + li {
  margin-left: 30px;
}

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

h2.fezbet-de3mrg {
  margin: 0 0 28px;
}

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

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

.fezbet-k57u2k 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);
}

.fezbet-k57u2k 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;
}

.fezbet-k57u2k 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;
}

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

.fezbet-k57u2k tbody tr:last-of-type {
  margin-bottom: 0;
}

.fezbet-k57u2k tbody tr td:first-of-type {
  flex-shrink: 0;
}

.fezbet-k57u2k 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);
}

.fezbet-k57u2k 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);
}

.fezbet-k57u2k tbody tr td:last-of-type {
  margin-left: auto;
}

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

.fezbet-k57u2k tbody tr td .fezbet-efb3ct {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .fezbet-k57u2k tbody tr td .fezbet-efb3ct {
    width: 100%;
  }
}

.fezbet-k57u2k tbody tr td .fezbet-ps7v2r {
  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.fezbet-wcoeir ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .fezbet-k57u2k tbody tr td .fezbet-ps7v2r {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .fezbet-k57u2k tbody tr td .fezbet-ps7v2r {
    width: 100%;
  }
}

.fezbet-k57u2k tbody tr td .fezbet-90e1vu {
  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) {
  .fezbet-k57u2k tbody tr td .fezbet-90e1vu:hover {
    text-decoration: none;
  }
}

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

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

.fezbet-yklhnx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.fezbet-1rqtt5 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.fezbet-wcoeir ease-in-out;
}

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

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

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

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

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

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

.fezbet-4ypj7j img {
  width: 100%;
  height: 100%;
}

.fezbet-4ypj7j iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.fezbet-0ht2f8 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.fezbet-wcoeir ease-in-out;
}

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

.fezbet-i4di9e {
  padding: 90px 0;
}

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

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

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

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

.fezbet-f0ujdl img {
  width: 100%;
}

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

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

.fezbet-tztph2 {
  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;
}

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

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

.fezbet-8ysaxc {
  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.fezbet-wcoeir ease-in-out;
}

.fezbet-8ysaxc:hover {
  border: 1px solid #8c8ca2;
}

.fezbet-4n8stp {
  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%);
}

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

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

.fezbet-1dppoq a {
  text-decoration: underline;
  color: #8babff;
}

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

.fezbet-b9w5ee .fezbet-8ysaxc {
  width: 50%;
  margin: 0;
}

.fezbet-03qc4h {
  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;
}

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

.fezbet-v3p70a {
  margin: 0 0 100px;
}

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

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

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

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

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

.fezbet-a68wko {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.fezbet-46d7bh 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.fezbet-wcoeir ease-in-out;
}

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

.fezbet-46d7bh a svg {
  fill: #fff;
}

.fezbet-46d7bh a:hover {
  background: #3d68e7;
}

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

.fezbet-37n586 {
  margin-bottom: 16px;
}

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

.fezbet-q2swqp {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

.fezbet-6cw7kc {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.fezbet-6cw7kc 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);
}

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

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

.fezbet-6cw7kc table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .fezbet-6cw7kc {
    margin: 0;
  }
}

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

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

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

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

.fezbet-hb2yyv.fezbet-wkc3db {
  display: none;
}

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

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

.fezbet-p5m1e8 iframe.fezbet-aywfgj {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.fezbet-p5m1e8.fezbet-jg4p3c {
  opacity: 1;
  pointer-events: all;
}

.fezbet-ytmmay {
  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.fezbet-wcoeir ease-in-out;
}

.fezbet-ytmmay svg {
  margin-right: 10px;
}

.fezbet-ytmmay + .fezbet-ytmmay {
  margin-top: 14px;
}

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

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

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

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

.fezbet-njsa1e .fezbet-gxuayc {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .fezbet-njsa1e .fezbet-gxuayc {
    margin: 28px 0 0;
  }
}

.fezbet-9lbj8m {
  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) {
  .fezbet-9lbj8m {
    padding: 0 16px;
  }
}

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

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

.fezbet-178rja {
  max-width: 545px;
  width: 100%;
}

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

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

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

.fezbet-24lxu2 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fezbet-cwwatq {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.fezbet-pzcsv5 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.fezbet-wamf0j .fezbet-yo5udh {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .fezbet-wamf0j .fezbet-yo5udh {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.fezbet-w4zfy0 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.fezbet-w4zfy0 img {
  width: 100%;
}

.fezbet-bba7eg {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.fezbet-qgozlm {
  width: 100%;
  margin: 0 0 100px;
}

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

.fezbet-qgozlm .fezbet-zhlrks {
  position: relative;
}

.fezbet-qgozlm .fezbet-ktbfnx {
  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;
}

.fezbet-qgozlm .fezbet-ktbfnx.fezbet-wkc3db {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .fezbet-qgozlm .fezbet-48461l {
    bottom: 90px;
  }
}

.fezbet-qgozlm .fezbet-48461l .fezbet-intq1d {
  max-width: 300px;
  width: 100%;
}

.fezbet-qgozlm .fezbet-48461l .fezbet-intq1d .fezbet-38nhtp {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .fezbet-qgozlm .fezbet-48461l .fezbet-intq1d .fezbet-38nhtp {
    font-size: 32px;
    text-align: center;
  }
}

.fezbet-qgozlm .fezbet-48461l .fezbet-intq1d .fezbet-373dxu {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .fezbet-qgozlm .fezbet-48461l .fezbet-intq1d .fezbet-373dxu {
    text-align: center;
  }
}

.fezbet-qgozlm .fezbet-48461l .fezbet-tqy4af {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .fezbet-qgozlm .fezbet-48461l .fezbet-tqy4af {
    flex-direction: column-reverse;
  }
}

.fezbet-qgozlm .fezbet-48461l .fezbet-tqy4af .fezbet-4lor0k {
  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.fezbet-wcoeir ease-in-out;
}

.fezbet-qgozlm .fezbet-48461l .fezbet-tqy4af .fezbet-4lor0k:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .fezbet-qgozlm .fezbet-48461l .fezbet-tqy4af .fezbet-4lor0k {
    width: 100%;
  }
}

.fezbet-qgozlm .fezbet-48461l .fezbet-tqy4af .fezbet-dehuk5 {
  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.fezbet-wcoeir ease-in-out;
  overflow: hidden;
}

.fezbet-qgozlm .fezbet-48461l .fezbet-tqy4af .fezbet-dehuk5 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);
  }
}

.fezbet-qgozlm .fezbet-48461l .fezbet-tqy4af .fezbet-dehuk5: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;
}

.fezbet-qgozlm .fezbet-48461l .fezbet-tqy4af .fezbet-dehuk5:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .fezbet-qgozlm .fezbet-48461l .fezbet-tqy4af .fezbet-dehuk5 {
    width: 100%;
  }
}

.fezbet-qgozlm .fezbet-48461l.fezbet-wkc3db {
  display: none;
}

.fezbet-qgozlm .fezbet-mpodzv {
  display: none;
}

.fezbet-qgozlm .fezbet-mpodzv.fezbet-jg4p3c {
  display: block;
}

.fezbet-qgozlm .fezbet-mpodzv iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .fezbet-qgozlm .fezbet-mpodzv iframe {
    height: calc(100vh - 54px);
  }
}

.fezbet-qgozlm .fezbet-34kf4h {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .fezbet-qgozlm .fezbet-34kf4h {
    padding: 24px 16px 0;
  }
}

.fezbet-qgozlm .fezbet-34kf4h .fezbet-38nhtp {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .fezbet-qgozlm .fezbet-34kf4h .fezbet-38nhtp {
    margin-bottom: 24px;
  }
}

.fezbet-qgozlm .fezbet-34kf4h 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);
}

.fezbet-qgozlm .fezbet-34kf4h 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) {
  .fezbet-qgozlm .fezbet-34kf4h table tr td {
    padding: 12px 4px;
  }
}

.fezbet-qgozlm .fezbet-34kf4h 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) {
  .fezbet-qgozlm .fezbet-34kf4h table tr th {
    padding: 12px 4px;
  }
}

.fezbet-qgozlm .fezbet-34kf4h table tr:last-of-type td {
  border-bottom: none;
}

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

.fezbet-ze36tw.fezbet-xt1c3u {
  display: block;
}

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

.fezbet-ze36tw .fezbet-1ve837 {
  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;
}

.fezbet-ze36tw .fezbet-u3glcn {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.fezbet-ze36tw .fezbet-dehuk5 {
  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.fezbet-wcoeir ease-in-out;
}

.fezbet-ze36tw .fezbet-dehuk5:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.fezbet-mkh9iq.fezbet-xt1c3u {
  display: block;
}

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

.fezbet-dxiqda {
  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;
}

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

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

.fezbet-bnst12 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.fezbet-bnst12 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.fezbet-9ydv1a {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fezbet-q0kj5a.fezbet-wkc3db {
  display: none;
}

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

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

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

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

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

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

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

.fezbet-og5g5l input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.fezbet-og5g5l input:active {
  border-color: #c2c0ce;
}

.fezbet-og5g5l input:focus {
  border-color: #c2c0ce;
}

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

.fezbet-c3j5fg {
  margin-bottom: 36px;
}

.fezbet-c3j5fg 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;
}

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

.fezbet-c3j5fg textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.fezbet-unj5ov {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.fezbet-ey0jm0 {
  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.fezbet-wcoeir ease-in-out;
}

.fezbet-ey0jm0:hover {
  background: var(--border-color);
}

.fezbet-nhb10w {
  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.fezbet-wcoeir ease-in-out;
}

.fezbet-nhb10w:hover {
  background: #166ad9;
}

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

.fezbet-ynhwjq.fezbet-wkc3db {
  display: none;
}

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

.fezbet-ynhwjq .fezbet-ey0jm0 {
  margin: 0 auto;
}

.fezbet-nfur6v {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.fezbet-qv3s92 {
  filter: grayscale(100%);
}

.fezbet-2dlj72 > input {
  display: none;
}

.fezbet-2dlj72 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.fezbet-5j1qv3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.fezbet-3xhtkg 44.fezbet-widd0m.fezbet-pcbx8j.fezbet-vxbij4.fezbet-otwofi.fezbet-zp33ze.fezbet-dgy9ok.fezbet-gq1czc.fezbet-wf2qb5.fezbet-t75zle.fezbet-byeomw.fezbet-w3eu74.fezbet-j2cjap 0l-12.fezbet-aey6t3 30.fezbet-vt7q3d.fezbet-zvrzqy 2.fezbet-feh6ds.fezbet-zvrzqy 3.fezbet-h7jyeh 3.fezbet-ndo2tv.fezbet-bwyjq9 3.fezbet-d8wv1v.fezbet-rtydqx.fezbet-eflci2.fezbet-todzs5 7-3.fezbet-aey6t3 10.fezbet-6u7i6z.fezbet-todzs5 23.fezbet-qy4zju.fezbet-t98fez 1.fezbet-01ili5 2.fezbet-aey6t3 3.fezbet-t98fez 1.fezbet-bwyjq9 5.fezbet-gzw75l.fezbet-bwyjq9 32.fezbet-rvm5yn.fezbet-rtydqx 5.fezbet-j2cjap 4.fezbet-todzs5 9.fezbet-todzs5 8.fezbet-bwyjq9 6.fezbet-pk7s44.fezbet-tmww2a.fezbet-0ynblz.fezbet-ib7g8i.fezbet-k3s66j 4.fezbet-lwiawi.fezbet-k3s66j 6.fezbet-k3s66j 0l29.fezbet-j2cjap 17.fezbet-vxfsk5.fezbet-aeq8la 2.fezbet-mewzxo 10.fezbet-uftp0b.fezbet-aey6t3 8.fezbet-dar2fa.fezbet-nij0f5.fezbet-xgcygn.fezbet-ednhwh.fezbet-5fp8ea.fezbet-rtydqx.fezbet-zp33ze.fezbet-aey6t3 1.fezbet-2ibxpb.fezbet-zov1h7.fezbet-afukpw.fezbet-33hop2.fezbet-lkjl1t.fezbet-01ili5 1.fezbet-34pl2l.fezbet-i89man.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.fezbet-2dlj72 > input:checked ~ label,
.fezbet-2dlj72 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.fezbet-5j1qv3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.fezbet-3xhtkg 44.fezbet-widd0m.fezbet-pcbx8j.fezbet-vxbij4.fezbet-otwofi.fezbet-zp33ze.fezbet-dgy9ok.fezbet-gq1czc.fezbet-wf2qb5.fezbet-t75zle.fezbet-byeomw.fezbet-w3eu74.fezbet-j2cjap 0l-12.fezbet-aey6t3 30.fezbet-vt7q3d.fezbet-zvrzqy 2.fezbet-feh6ds.fezbet-zvrzqy 3.fezbet-h7jyeh 3.fezbet-ndo2tv.fezbet-bwyjq9 3.fezbet-d8wv1v.fezbet-rtydqx.fezbet-eflci2.fezbet-todzs5 7-3.fezbet-aey6t3 10.fezbet-6u7i6z.fezbet-todzs5 23.fezbet-qy4zju.fezbet-t98fez 1.fezbet-01ili5 2.fezbet-aey6t3 3.fezbet-t98fez 1.fezbet-bwyjq9 5.fezbet-gzw75l.fezbet-bwyjq9 32.fezbet-rvm5yn.fezbet-rtydqx 5.fezbet-j2cjap 4.fezbet-todzs5 9.fezbet-todzs5 8.fezbet-bwyjq9 6.fezbet-pk7s44.fezbet-tmww2a.fezbet-0ynblz.fezbet-ib7g8i.fezbet-k3s66j 4.fezbet-lwiawi.fezbet-k3s66j 6.fezbet-k3s66j 0l29.fezbet-j2cjap 17.fezbet-vxfsk5.fezbet-aeq8la 2.fezbet-mewzxo 10.fezbet-uftp0b.fezbet-aey6t3 8.fezbet-dar2fa.fezbet-nij0f5.fezbet-xgcygn.fezbet-ednhwh.fezbet-5fp8ea.fezbet-rtydqx.fezbet-zp33ze.fezbet-aey6t3 1.fezbet-2ibxpb.fezbet-zov1h7.fezbet-afukpw.fezbet-33hop2.fezbet-lkjl1t.fezbet-01ili5 1.fezbet-34pl2l.fezbet-i89man.5z'/%3e%3c/svg%3e");
}

.fezbet-2dlj72 > input:not(:checked) ~ label:hover,
.fezbet-2dlj72 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.fezbet-5j1qv3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.fezbet-3xhtkg 44.fezbet-widd0m.fezbet-pcbx8j.fezbet-vxbij4.fezbet-otwofi.fezbet-zp33ze.fezbet-dgy9ok.fezbet-gq1czc.fezbet-wf2qb5.fezbet-t75zle.fezbet-byeomw.fezbet-w3eu74.fezbet-j2cjap 0l-12.fezbet-aey6t3 30.fezbet-vt7q3d.fezbet-zvrzqy 2.fezbet-feh6ds.fezbet-zvrzqy 3.fezbet-h7jyeh 3.fezbet-ndo2tv.fezbet-bwyjq9 3.fezbet-d8wv1v.fezbet-rtydqx.fezbet-eflci2.fezbet-todzs5 7-3.fezbet-aey6t3 10.fezbet-6u7i6z.fezbet-todzs5 23.fezbet-qy4zju.fezbet-t98fez 1.fezbet-01ili5 2.fezbet-aey6t3 3.fezbet-t98fez 1.fezbet-bwyjq9 5.fezbet-gzw75l.fezbet-bwyjq9 32.fezbet-rvm5yn.fezbet-rtydqx 5.fezbet-j2cjap 4.fezbet-todzs5 9.fezbet-todzs5 8.fezbet-bwyjq9 6.fezbet-pk7s44.fezbet-tmww2a.fezbet-0ynblz.fezbet-ib7g8i.fezbet-k3s66j 4.fezbet-lwiawi.fezbet-k3s66j 6.fezbet-k3s66j 0l29.fezbet-j2cjap 17.fezbet-vxfsk5.fezbet-aeq8la 2.fezbet-mewzxo 10.fezbet-uftp0b.fezbet-aey6t3 8.fezbet-dar2fa.fezbet-nij0f5.fezbet-xgcygn.fezbet-ednhwh.fezbet-5fp8ea.fezbet-rtydqx.fezbet-zp33ze.fezbet-aey6t3 1.fezbet-2ibxpb.fezbet-zov1h7.fezbet-afukpw.fezbet-33hop2.fezbet-lkjl1t.fezbet-01ili5 1.fezbet-34pl2l.fezbet-i89man.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .fezbet-dc6s9f > .fezbet-is0ntq {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .fezbet-dc6s9f > .fezbet-is0ntq {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .fezbet-dc6s9f > .fezbet-is0ntq {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .fezbet-dc6s9f > .fezbet-is0ntq {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .fezbet-dc6s9f > .fezbet-is0ntq {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.fezbet-sw9tta.fezbet-wkc3db {
  display: none;
}

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

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

.fezbet-yq7mmh {
  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;
}

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

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

.fezbet-yq7mmh img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.fezbet-5nqy6o {
  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;
}

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

.fezbet-5nqy6o::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) {
  .fezbet-5nqy6o::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.fezbet-sw9tta.fezbet-xqmdtt .fezbet-zt61r7 {
  background: #2b3b67;
}

.fezbet-sw9tta.fezbet-xqmdtt .fezbet-yq7mmh {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.fezbet-sw9tta.fezbet-xqmdtt .fezbet-yq7mmh::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.fezbet-sw9tta.fezbet-xqmdtt .fezbet-yq7mmh::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.fezbet-sw9tta.fezbet-xqmdtt .fezbet-5nqy6o::before {
  background: #0e0f41;
}

.fezbet-sw9tta.fezbet-xqmdtt .fezbet-5nqy6o::after {
  background: #152557;
}

.fezbet-sw9tta.fezbet-hu93u7 .fezbet-zt61r7 {
  background: #1f35fa;
}

.fezbet-sw9tta.fezbet-hu93u7 .fezbet-yq7mmh {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.fezbet-sw9tta.fezbet-hu93u7 .fezbet-yq7mmh::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.fezbet-sw9tta.fezbet-hu93u7 .fezbet-yq7mmh::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.fezbet-sw9tta.fezbet-hu93u7 .fezbet-5nqy6o::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.fezbet-sw9tta.fezbet-hu93u7 .fezbet-5nqy6o::after {
  background: #192ac8;
}

.fezbet-sw9tta.fezbet-6jxaeo .fezbet-zt61r7 {
  background: #fa771f;
}

.fezbet-sw9tta.fezbet-6jxaeo .fezbet-yq7mmh {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.fezbet-sw9tta.fezbet-6jxaeo .fezbet-yq7mmh::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.fezbet-sw9tta.fezbet-6jxaeo .fezbet-yq7mmh::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.fezbet-sw9tta.fezbet-6jxaeo .fezbet-5nqy6o::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.fezbet-sw9tta.fezbet-6jxaeo .fezbet-5nqy6o::after {
  background: #fa8535;
}

.fezbet-6h2s6z {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.fezbet-150ii2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fezbet-150ii2 span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.fezbet-150ii2 small {
  font-size: 14px;
  color: var(--text-color);
}

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

.fezbet-cczar8 {
  width: 120px;
  height: 22px;
}

.fezbet-cczar8 .fezbet-tq2zvp {
  fill: #c2c0ce;
}

.fezbet-cczar8 [rating="1"] .fezbet-tq2zvp:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.fezbet-cczar8 [rating="2"] .fezbet-tq2zvp:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.fezbet-cczar8 [rating="3"] .fezbet-tq2zvp:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.fezbet-cczar8 [rating="4"] .fezbet-tq2zvp:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.fezbet-cczar8 [rating="5"] .fezbet-tq2zvp:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.fezbet-td6481 {
  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);
}

.fezbet-td6481.fezbet-jg4p3c {
  display: block;
}

.fezbet-td6481.fezbet-wkc3db {
  display: none;
}

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

.fezbet-526hri {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.fezbet-jcr5re {
  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);
}

.fezbet-rngzso {
  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;
}

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

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

.fezbet-fvq02l {
  font-size: 16px;
  line-height: 140%;
}

.fezbet-di8j1k {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.fezbet-di8j1k .fezbet-tq2zvp {
  fill: #c2c0ce;
}

.fezbet-di8j1k [rating="1"] .fezbet-tq2zvp:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.fezbet-di8j1k [rating="2"] .fezbet-tq2zvp:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.fezbet-di8j1k [rating="3"] .fezbet-tq2zvp:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.fezbet-di8j1k [rating="4"] .fezbet-tq2zvp:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.fezbet-di8j1k [rating="5"] .fezbet-tq2zvp:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

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

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

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

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

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

.fezbet-6tjpdz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fezbet-fo602d {
  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;
}

.fezbet-osio7g {
  flex: 1;
  min-width: 0;
}

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

.fezbet-gzppa5 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.fezbet-gzppa5 svg path {
  fill: var(--button-bg-color);
}

.fezbet-gzppa5 svg circle {
  fill: var(--button-text-color);
}

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

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

.fezbet-yfw6cv strong {
  font-weight: 600;
}

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

.fezbet-i3r4hv p {
  margin: 0 0 16px;
}

.fezbet-i3r4hv p:last-child {
  margin-bottom: 0;
}

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

.fezbet-ov2rig {
  max-width: 300px;
  width: 100%;
}

.fezbet-ov2rig a {
  width: 100%;
}

@media (max-width: 575px) {
  .fezbet-ov2rig {
    max-width: 200px;
  }
}

.fezbet-h4mm78 {
  justify-content: center;
}

.fezbet-nfl3kw {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fezbet-c44wf4 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.fezbet-p90bmq .fezbet-jqereu {
  justify-content: center;
}

/* faq */

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

.fezbet-pkkagm {
  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.fezbet-qzs2f0 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fezbet-pkkagm::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.fezbet-qzs2f0 ease;
}

.fezbet-pzo2jj.fezbet-xt1c3u .fezbet-pkkagm::after {
  transform: rotate(45deg);
}

.fezbet-14kyxa {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.fezbet-wcoeir ease, padding 0.fezbet-wcoeir ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.fezbet-pzo2jj.fezbet-xt1c3u .fezbet-14kyxa {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.fezbet-d5o7v9 {
  margin: 25px 0;
}

.fezbet-2dlj72 > input:not(:checked) ~ label:hover,
.fezbet-2dlj72 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.fezbet-rdmut9.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.fezbet-kbbrsb 44.fezbet-dmhcsg.fezbet-qx1pch.fezbet-ywvmn9.fezbet-pj5scp.fezbet-sxmx38.fezbet-qtir31.fezbet-fxa0dm.fezbet-ncgcsq.fezbet-tumg0d.fezbet-66gafo.fezbet-qudqu7.fezbet-12qwyb 0l-12.fezbet-o5uuib 30.fezbet-13a2cl.fezbet-av3c1p 2.fezbet-ky11k4.fezbet-av3c1p 3.fezbet-3nt70w 3.fezbet-rjzfve.fezbet-hkub66 3.fezbet-8sznur.fezbet-v3hvx9.fezbet-khimqm.fezbet-cszjgf 7-3.fezbet-o5uuib 10.fezbet-hv2lje.fezbet-cszjgf 23.fezbet-5ya2fh.fezbet-bxuz52 1.fezbet-63a0sj 2.fezbet-o5uuib 3.fezbet-bxuz52 1.fezbet-hkub66 5.fezbet-5l3utz.fezbet-hkub66 32.fezbet-yfen9q.fezbet-v3hvx9 5.fezbet-12qwyb 4.fezbet-cszjgf 9.fezbet-cszjgf 8.fezbet-hkub66 6.fezbet-ovqwm7.fezbet-b102be.fezbet-s6y10m.fezbet-bf8sw9.fezbet-0zh3dm 4.fezbet-78tkq9.fezbet-0zh3dm 6.fezbet-0zh3dm 0l29.fezbet-12qwyb 17.fezbet-fa9oeu.fezbet-rzcnsl 2.fezbet-hby204 10.fezbet-zlak5i.fezbet-o5uuib 8.fezbet-m1c9gw.fezbet-mta4fx.fezbet-hb1hkk.fezbet-hl1ya4.fezbet-x9vgck.fezbet-v3hvx9.fezbet-sxmx38.fezbet-o5uuib 1.fezbet-shoixs.fezbet-f3u7el.fezbet-n5hzjy.fezbet-ietrbz.fezbet-yqi5ns.fezbet-63a0sj 1.fezbet-52giyw.fezbet-mcrcsu.5z'/%3e%3c/svg%3e");
}

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

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

.fezbet-drzx39 {
  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);
}

.fezbet-drzx39.fezbet-cttg4s {
  display: block;
}

.fezbet-drzx39.fezbet-suk1s5 {
  display: none;
}

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

.fezbet-a13kxe {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.fezbet-1aqrjj {
  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);
}

.fezbet-t37p2b {
  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;
}

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

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

.fezbet-h6ouuf {
  font-size: 16px;
  line-height: 140%;
}

.fezbet-hv2j0d {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.fezbet-hv2j0d .fezbet-ghljym {
  fill: #c2c0ce;
}

.fezbet-hv2j0d [rating="1"] .fezbet-ghljym:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.fezbet-hv2j0d [rating="2"] .fezbet-ghljym:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.fezbet-hv2j0d [rating="3"] .fezbet-ghljym:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.fezbet-hv2j0d [rating="4"] .fezbet-ghljym:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.fezbet-hv2j0d [rating="5"] .fezbet-ghljym:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.fezbet-tu3ytu 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;
}

.fezbet-tu3ytu 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 */

.fezbet-t850ex {
  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);
}

.fezbet-t850ex.fezbet-8uqmq5 {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.fezbet-80vjfe {
  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;
}

.fezbet-80vjfe label {
  font-size: 14px;
}

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

.fezbet-k9ujj6 h2 {
  color: green;
  font-weight: 500;
}

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