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-cv76yt {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.fezbet-yalcw3 {
  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-yalcw3: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-c6tqh5 {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

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

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

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

.fezbet-y8on6p {
  cursor: pointer;
}

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

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

.fezbet-h5kk9p figure {
  margin: 0;
}

.fezbet-h5kk9p.fezbet-4ib24u {
  justify-content: flex-start;
  margin-right: 4px;
}

.fezbet-h5kk9p.fezbet-whmk0x {
  justify-content: flex-end;
  margin-left: 4px;
}

.fezbet-h5kk9p.fezbet-iqadoe {
  justify-content: center;
}

.fezbet-h5kk9p.fezbet-9pbwnn {
  justify-content: normal;
}

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

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

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

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

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

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

.fezbet-28ed0w img {
  width: 100%;
}

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

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

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

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

.fezbet-qz4o5b 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-qz4o5b ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

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

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

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

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

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

.fezbet-26p30n.fezbet-5leuvc {
  background-color: #000;
}

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

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

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

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

.fezbet-n9t3ya {
  margin-bottom: 94px;
}

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

.fezbet-to9pcx .fezbet-44elso {
  margin-bottom: 28px;
}

.fezbet-to9pcx .fezbet-44elso img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.fezbet-pl4u9x li svg {
  transition: 0.fezbet-e72e1c ease-in-out;
}

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

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

.fezbet-9v7x7t + .fezbet-9v7x7t {
  margin-left: 120px;
}

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

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

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

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

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

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

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

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

.fezbet-k9h7j0.fezbet-5qlvaf {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.fezbet-dm3n9h h1,
.fezbet-dm3n9h 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-dm3n9h h1,
  .fezbet-dm3n9h h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

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

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

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

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

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

.fezbet-j5spcm li a.fezbet-5qlvaf {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fezbet-44elso img {
  max-height: 50px;
  width: auto;
}

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .fezbet-07kr1m {
    display: block;
  }
  .fezbet-07kr1m li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .fezbet-07kr1m li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .fezbet-07kr1m 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-07kr1m li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.fezbet-h30dsm.fezbet-kll96q {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

.fezbet-acnb9l {
  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-acnb9l::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-f0ecce ease-in-out;
}

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

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

.fezbet-184x3k 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-e72e1c ease-in-out;
  overflow: hidden;
}

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

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

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

.fezbet-va3hf8 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.fezbet-1hypxf {
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fezbet-rvnglb .fezbet-yalcw3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.fezbet-5twdj1 {
  position: relative;
  border: none;
}

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

.fezbet-7m08le {
  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-7m08le span {
  height: 32px;
}

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

.fezbet-7m08le.fezbet-0ecr7e span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.fezbet-9leirv.fezbet-6vxwpr {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fezbet-3igdcz {
  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-i9ygqv {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

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

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

.fezbet-ztto6h {
  display: none;
}

@media only screen and (max-width: 767px) {
  .fezbet-ztto6h {
    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-pq0ktz {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fezbet-go2lk1 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-go2lk1 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-go2lk1 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-go2lk1 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

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

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

.fezbet-go2lk1 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-go2lk1 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-go2lk1 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.fezbet-go2lk1 tbody tr td .fezbet-21ywut {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

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

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

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

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

.fezbet-go2lk1 tbody tr td .fezbet-ye8t9v {
  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-go2lk1 tbody tr td .fezbet-ye8t9v:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fezbet-29k4e1 {
  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-29k4e1 {
    height: 190px;
    margin: 20px auto;
  }
}

.fezbet-29k4e1 img {
  width: 100%;
  height: 100%;
}

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

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

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

.fezbet-ft76iv::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-knuvph {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

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

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

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

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

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

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

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

.fezbet-3p1df2 img {
  width: 100%;
}

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

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

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

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

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

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

.fezbet-f51tff {
  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-f51tff:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

.fezbet-ccrg9w .fezbet-o3wkm8 {
  width: 50%;
  margin: 0;
}

.fezbet-q2wpfy {
  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-q2wpfy:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

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

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

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

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

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

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

.fezbet-0urp9c 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-e72e1c ease-in-out;
}

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

.fezbet-0urp9c a svg {
  fill: #fff;
}

.fezbet-0urp9c a:hover {
  background: #3d68e7;
}

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

.fezbet-iwe983 {
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fezbet-i5y4gf::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-92eut8 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.fezbet-92eut8.fezbet-3h6bqr {
  display: none;
}

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

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

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

.fezbet-q1793z.fezbet-uwsnha {
  opacity: 1;
  pointer-events: all;
}

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

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

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

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

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

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

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

.fezbet-9skkzl .fezbet-rvnglb {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fezbet-x59yr8 .fezbet-bbceg2 {
  position: relative;
}

.fezbet-x59yr8 .fezbet-dwbqb5 {
  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-x59yr8 .fezbet-dwbqb5.fezbet-3h6bqr {
  display: none;
}

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

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

.fezbet-x59yr8 .fezbet-kqcga4 .fezbet-x8qiq6 {
  max-width: 300px;
  width: 100%;
}

.fezbet-x59yr8 .fezbet-kqcga4 .fezbet-x8qiq6 .fezbet-bqs1f7 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .fezbet-x59yr8 .fezbet-kqcga4 .fezbet-x8qiq6 .fezbet-bqs1f7 {
    font-size: 32px;
    text-align: center;
  }
}

.fezbet-x59yr8 .fezbet-kqcga4 .fezbet-x8qiq6 .fezbet-7gu4h3 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .fezbet-x59yr8 .fezbet-kqcga4 .fezbet-x8qiq6 .fezbet-7gu4h3 {
    text-align: center;
  }
}

.fezbet-x59yr8 .fezbet-kqcga4 .fezbet-kll96q {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.fezbet-x59yr8 .fezbet-kqcga4 .fezbet-kll96q .fezbet-yyqvva {
  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-e72e1c ease-in-out;
}

.fezbet-x59yr8 .fezbet-kqcga4 .fezbet-kll96q .fezbet-yyqvva:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .fezbet-x59yr8 .fezbet-kqcga4 .fezbet-kll96q .fezbet-yyqvva {
    width: 100%;
  }
}

.fezbet-x59yr8 .fezbet-kqcga4 .fezbet-kll96q .fezbet-koe2kk {
  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-e72e1c ease-in-out;
  overflow: hidden;
}

.fezbet-x59yr8 .fezbet-kqcga4 .fezbet-kll96q .fezbet-koe2kk 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-x59yr8 .fezbet-kqcga4 .fezbet-kll96q .fezbet-koe2kk: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-x59yr8 .fezbet-kqcga4 .fezbet-kll96q .fezbet-koe2kk:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .fezbet-x59yr8 .fezbet-kqcga4 .fezbet-kll96q .fezbet-koe2kk {
    width: 100%;
  }
}

.fezbet-x59yr8 .fezbet-kqcga4.fezbet-3h6bqr {
  display: none;
}

.fezbet-x59yr8 .fezbet-546ghd {
  display: none;
}

.fezbet-x59yr8 .fezbet-546ghd.fezbet-uwsnha {
  display: block;
}

.fezbet-x59yr8 .fezbet-546ghd iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

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

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

.fezbet-x59yr8 .fezbet-yvirw5 .fezbet-bqs1f7 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

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

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

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

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

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

.fezbet-mx7q50.fezbet-5qlvaf {
  display: block;
}

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

.fezbet-mx7q50 .fezbet-pduizg {
  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-mx7q50 .fezbet-9i7eh6 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.fezbet-mx7q50 .fezbet-koe2kk {
  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-e72e1c ease-in-out;
}

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

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

.fezbet-2bnx9x.fezbet-5qlvaf {
  display: block;
}

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

.fezbet-aaqk7z {
  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-2o1ead {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

.fezbet-47gyuk {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fezbet-vskgst.fezbet-3h6bqr {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fezbet-s1fo1i 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-s1fo1i textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

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

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

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

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

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

.fezbet-lo3iuq.fezbet-3h6bqr {
  display: none;
}

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

.fezbet-lo3iuq .fezbet-7waznj {
  margin: 0 auto;
}

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

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

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

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

.fezbet-sa5sth > input {
  display: none;
}

.fezbet-sa5sth > 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-9ktbpw.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.fezbet-0k5sgb 44.fezbet-bc9g23.fezbet-zv0mg8.fezbet-7hoab8.fezbet-6q3pgu.fezbet-s75u1z.fezbet-fizel7.fezbet-pwvg14.fezbet-r3josv.fezbet-2c5lhs.fezbet-05tzhm.fezbet-pyh6hf.fezbet-gzem9d 0l-12.fezbet-ozj3rb 30.fezbet-zhtqh4.fezbet-oeymz9 2.fezbet-xr5m5k.fezbet-oeymz9 3.fezbet-w53fwj 3.fezbet-e645xs.fezbet-knwym7 3.fezbet-n2qvsg.fezbet-wvp9mi.fezbet-lmrtl7.fezbet-ogz2qe 7-3.fezbet-ozj3rb 10.fezbet-lhif00.fezbet-ogz2qe 23.fezbet-iqo1ir.fezbet-tf66zc 1.fezbet-pbfj9d 2.fezbet-ozj3rb 3.fezbet-tf66zc 1.fezbet-knwym7 5.fezbet-yhrm1v.fezbet-knwym7 32.fezbet-7kmeih.fezbet-wvp9mi 5.fezbet-gzem9d 4.fezbet-ogz2qe 9.fezbet-ogz2qe 8.fezbet-knwym7 6.fezbet-hloc7k.fezbet-zc6p4p.fezbet-4tqfa3.fezbet-0z4piy.fezbet-ul8b3j 4.fezbet-tduyps.fezbet-ul8b3j 6.fezbet-ul8b3j 0l29.fezbet-gzem9d 17.fezbet-n7vay5.fezbet-os2h47 2.fezbet-s1s86z 10.fezbet-254n1a.fezbet-ozj3rb 8.fezbet-i3lyj7.fezbet-chp6pg.fezbet-fpavv1.fezbet-dxryxe.fezbet-gj8z6r.fezbet-wvp9mi.fezbet-s75u1z.fezbet-ozj3rb 1.fezbet-jvrfkk.fezbet-he5yl4.fezbet-7fd8kj.fezbet-f98q2j.fezbet-0hmo1h.fezbet-pbfj9d 1.fezbet-dl35xb.fezbet-wo7k7i.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.fezbet-sa5sth > input:checked ~ label,
.fezbet-sa5sth > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.fezbet-9ktbpw.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.fezbet-0k5sgb 44.fezbet-bc9g23.fezbet-zv0mg8.fezbet-7hoab8.fezbet-6q3pgu.fezbet-s75u1z.fezbet-fizel7.fezbet-pwvg14.fezbet-r3josv.fezbet-2c5lhs.fezbet-05tzhm.fezbet-pyh6hf.fezbet-gzem9d 0l-12.fezbet-ozj3rb 30.fezbet-zhtqh4.fezbet-oeymz9 2.fezbet-xr5m5k.fezbet-oeymz9 3.fezbet-w53fwj 3.fezbet-e645xs.fezbet-knwym7 3.fezbet-n2qvsg.fezbet-wvp9mi.fezbet-lmrtl7.fezbet-ogz2qe 7-3.fezbet-ozj3rb 10.fezbet-lhif00.fezbet-ogz2qe 23.fezbet-iqo1ir.fezbet-tf66zc 1.fezbet-pbfj9d 2.fezbet-ozj3rb 3.fezbet-tf66zc 1.fezbet-knwym7 5.fezbet-yhrm1v.fezbet-knwym7 32.fezbet-7kmeih.fezbet-wvp9mi 5.fezbet-gzem9d 4.fezbet-ogz2qe 9.fezbet-ogz2qe 8.fezbet-knwym7 6.fezbet-hloc7k.fezbet-zc6p4p.fezbet-4tqfa3.fezbet-0z4piy.fezbet-ul8b3j 4.fezbet-tduyps.fezbet-ul8b3j 6.fezbet-ul8b3j 0l29.fezbet-gzem9d 17.fezbet-n7vay5.fezbet-os2h47 2.fezbet-s1s86z 10.fezbet-254n1a.fezbet-ozj3rb 8.fezbet-i3lyj7.fezbet-chp6pg.fezbet-fpavv1.fezbet-dxryxe.fezbet-gj8z6r.fezbet-wvp9mi.fezbet-s75u1z.fezbet-ozj3rb 1.fezbet-jvrfkk.fezbet-he5yl4.fezbet-7fd8kj.fezbet-f98q2j.fezbet-0hmo1h.fezbet-pbfj9d 1.fezbet-dl35xb.fezbet-wo7k7i.5z'/%3e%3c/svg%3e");
}

.fezbet-sa5sth > input:not(:checked) ~ label:hover,
.fezbet-sa5sth > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.fezbet-9ktbpw.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.fezbet-0k5sgb 44.fezbet-bc9g23.fezbet-zv0mg8.fezbet-7hoab8.fezbet-6q3pgu.fezbet-s75u1z.fezbet-fizel7.fezbet-pwvg14.fezbet-r3josv.fezbet-2c5lhs.fezbet-05tzhm.fezbet-pyh6hf.fezbet-gzem9d 0l-12.fezbet-ozj3rb 30.fezbet-zhtqh4.fezbet-oeymz9 2.fezbet-xr5m5k.fezbet-oeymz9 3.fezbet-w53fwj 3.fezbet-e645xs.fezbet-knwym7 3.fezbet-n2qvsg.fezbet-wvp9mi.fezbet-lmrtl7.fezbet-ogz2qe 7-3.fezbet-ozj3rb 10.fezbet-lhif00.fezbet-ogz2qe 23.fezbet-iqo1ir.fezbet-tf66zc 1.fezbet-pbfj9d 2.fezbet-ozj3rb 3.fezbet-tf66zc 1.fezbet-knwym7 5.fezbet-yhrm1v.fezbet-knwym7 32.fezbet-7kmeih.fezbet-wvp9mi 5.fezbet-gzem9d 4.fezbet-ogz2qe 9.fezbet-ogz2qe 8.fezbet-knwym7 6.fezbet-hloc7k.fezbet-zc6p4p.fezbet-4tqfa3.fezbet-0z4piy.fezbet-ul8b3j 4.fezbet-tduyps.fezbet-ul8b3j 6.fezbet-ul8b3j 0l29.fezbet-gzem9d 17.fezbet-n7vay5.fezbet-os2h47 2.fezbet-s1s86z 10.fezbet-254n1a.fezbet-ozj3rb 8.fezbet-i3lyj7.fezbet-chp6pg.fezbet-fpavv1.fezbet-dxryxe.fezbet-gj8z6r.fezbet-wvp9mi.fezbet-s75u1z.fezbet-ozj3rb 1.fezbet-jvrfkk.fezbet-he5yl4.fezbet-7fd8kj.fezbet-f98q2j.fezbet-0hmo1h.fezbet-pbfj9d 1.fezbet-dl35xb.fezbet-wo7k7i.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.fezbet-n47kut.fezbet-3h6bqr {
  display: none;
}

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

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

.fezbet-uus882 {
  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-uus882::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

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

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

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

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

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

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

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

.fezbet-8nqxeh::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-8nqxeh::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.fezbet-n47kut.fezbet-89da62 .fezbet-peqc6t {
  background: #2b3b67;
}

.fezbet-n47kut.fezbet-89da62 .fezbet-uus882 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.fezbet-n47kut.fezbet-89da62 .fezbet-uus882::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.fezbet-n47kut.fezbet-89da62 .fezbet-uus882::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.fezbet-n47kut.fezbet-89da62 .fezbet-8nqxeh::before {
  background: #0e0f41;
}

.fezbet-n47kut.fezbet-89da62 .fezbet-8nqxeh::after {
  background: #152557;
}

.fezbet-n47kut.fezbet-dhj878 .fezbet-peqc6t {
  background: #1f35fa;
}

.fezbet-n47kut.fezbet-dhj878 .fezbet-uus882 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.fezbet-n47kut.fezbet-dhj878 .fezbet-uus882::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.fezbet-n47kut.fezbet-dhj878 .fezbet-uus882::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.fezbet-n47kut.fezbet-dhj878 .fezbet-8nqxeh::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.fezbet-n47kut.fezbet-dhj878 .fezbet-8nqxeh::after {
  background: #192ac8;
}

.fezbet-n47kut.fezbet-nppm97 .fezbet-peqc6t {
  background: #fa771f;
}

.fezbet-n47kut.fezbet-nppm97 .fezbet-uus882 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.fezbet-n47kut.fezbet-nppm97 .fezbet-uus882::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.fezbet-n47kut.fezbet-nppm97 .fezbet-uus882::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.fezbet-n47kut.fezbet-nppm97 .fezbet-8nqxeh::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.fezbet-n47kut.fezbet-nppm97 .fezbet-8nqxeh::after {
  background: #fa8535;
}

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

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

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

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

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

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

.fezbet-njatt4 {
  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-njatt4 {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

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

.fezbet-05bcek {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

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

.fezbet-4tyktb .fezbet-g0jct0 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.fezbet-xsi0gm {
  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-xsi0gm.fezbet-uwsnha {
  display: block;
}

.fezbet-xsi0gm.fezbet-3h6bqr {
  display: none;
}

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

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

.fezbet-4h1nld {
  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-rschl8 {
  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-796rd9 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.fezbet-rzcwgq .fezbet-g0jct0 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

.fezbet-5d5koq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fezbet-wtciig {
  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-vi96t5 {
  flex: 1;
  min-width: 0;
}

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

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

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

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

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

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

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

.fezbet-0kngyh strong {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fezbet-ilww3b .fezbet-07kr1m {
  justify-content: center;
}

/* faq */

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

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

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

.fezbet-cu211i.fezbet-5qlvaf .fezbet-sh3gsi::after {
  transform: rotate(45deg);
}

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

.fezbet-cu211i.fezbet-5qlvaf .fezbet-liop6q {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.fezbet-sa5sth > input:not(:checked) ~ label:hover,
.fezbet-sa5sth > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.fezbet-qpmjjy.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.fezbet-9wd3z2 44.fezbet-1l1ak4.fezbet-c7u1jg.fezbet-yiqh2n.fezbet-pb4pfs.fezbet-7elcrx.fezbet-rf53zk.fezbet-c96m0l.fezbet-d3cu5h.fezbet-y34yja.fezbet-6rf2c3.fezbet-kolegi.fezbet-75fx83 0l-12.fezbet-gsd2zd 30.fezbet-dnbfeg.fezbet-05d0nl 2.fezbet-vtyks9.fezbet-05d0nl 3.fezbet-16pjta 3.fezbet-zqnt5y.fezbet-8b5xno 3.fezbet-bt8ywz.fezbet-xnlvy4.fezbet-h5b1ae.fezbet-xic5mr 7-3.fezbet-gsd2zd 10.fezbet-pb245c.fezbet-xic5mr 23.fezbet-irx0z5.fezbet-52nrtb 1.fezbet-bqoqn6 2.fezbet-gsd2zd 3.fezbet-52nrtb 1.fezbet-8b5xno 5.fezbet-2q3eny.fezbet-8b5xno 32.fezbet-2mnmmj.fezbet-xnlvy4 5.fezbet-75fx83 4.fezbet-xic5mr 9.fezbet-xic5mr 8.fezbet-8b5xno 6.fezbet-x6uzjp.fezbet-sc3myc.fezbet-d30msk.fezbet-d7tlha.fezbet-5zl2yl 4.fezbet-6t4xz9.fezbet-5zl2yl 6.fezbet-5zl2yl 0l29.fezbet-75fx83 17.fezbet-2gvbb9.fezbet-d25y5g 2.fezbet-w1zl5j 10.fezbet-5j5ltw.fezbet-gsd2zd 8.fezbet-8yo41v.fezbet-0pdc3w.fezbet-9icmpv.fezbet-f810p9.fezbet-he8tgr.fezbet-xnlvy4.fezbet-7elcrx.fezbet-gsd2zd 1.fezbet-je6vot.fezbet-wtu5y3.fezbet-1v1sw7.fezbet-d5nd3a.fezbet-p2e614.fezbet-bqoqn6 1.fezbet-fbf1bp.fezbet-g4shak.5z'/%3e%3c/svg%3e");
}

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

.fezbet-mc6ppo {
  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-mc6ppo.fezbet-xqn530 {
  display: block;
}

.fezbet-mc6ppo.fezbet-s0a0zz {
  display: none;
}

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

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

.fezbet-7ukfbt {
  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-iwqt2d {
  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-yaxbpc small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.fezbet-mpfrr2 .fezbet-k4ikth {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.fezbet-b1bg4u 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-b1bg4u 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-7wdddz {
  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-7wdddz.fezbet-u4rwym {
  opacity: 1;
  pointer-events: auto;
}

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

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

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

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