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

.supabet-3ltm87 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.supabet-uvigua {
  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) {
  .supabet-uvigua: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;
  }
}

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

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

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

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

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

.supabet-t8anca {
  cursor: pointer;
}

.supabet-aa8qwo {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.supabet-fsb03n {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.supabet-fsb03n figure {
  margin: 0;
}

.supabet-fsb03n.supabet-oj6xwm {
  justify-content: flex-start;
  margin-right: 4px;
}

.supabet-fsb03n.supabet-pceokp {
  justify-content: flex-end;
  margin-left: 4px;
}

.supabet-fsb03n.supabet-izsynq {
  justify-content: center;
}

.supabet-fsb03n.supabet-yotisf {
  justify-content: normal;
}

.supabet-9xtka3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.supabet-vkerhy img {
  width: 100%;
}

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

.supabet-8z5fp9 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.supabet-8z5fp9 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) {
  .supabet-8z5fp9 ul {
    margin-bottom: 15px;
  }
}

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

.supabet-8z5fp9 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);
}

.supabet-8z5fp9 ul li span svg {
  fill: var(--title-color);
}

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

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

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

.supabet-8z5fp9 ul li:last-of-type::after {
  display: none;
}

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

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

.supabet-kgksrv {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.supabet-ht6ha1.supabet-mdf2uh {
  background-color: #000;
}

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

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

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

.supabet-3qc1pv {
  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) {
  .supabet-3qc1pv {
    flex-direction: column;
  }
}

.supabet-9yb8sb {
  margin-bottom: 94px;
}

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

.supabet-b8jkjq .supabet-dk62os {
  margin-bottom: 28px;
}

.supabet-b8jkjq .supabet-dk62os img {
  max-height: 100px;
  width: auto;
}

.supabet-k3to7z {
  display: flex;
  align-items: center;
}

.supabet-k3to7z a + a {
  margin-left: 24px;
}

.supabet-k3to7z img {
  max-height: 56px;
  width: auto;
}

.supabet-k3to7z img + img {
  margin-left: 24px;
}

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

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

.supabet-a4si7h {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .supabet-6kaiw3 {
    flex-wrap: wrap;
  }
}

.supabet-6kaiw3 li {
  display: flex;
  margin: 0 7px;
}

.supabet-6kaiw3 li svg {
  transition: 0.supabet-c8d28h ease-in-out;
}

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

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

.supabet-7g3d2h + .supabet-7g3d2h {
  margin-left: 120px;
}

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

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

.supabet-ac5wn7 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.supabet-ac5wn7 li {
  font-size: 16px;
}

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

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

.supabet-ac5wn7 li + li {
  margin-top: 16px;
}

.supabet-aedk35 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.supabet-zmsx93 ease-in-out;
}

.supabet-aedk35.supabet-83056z {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.supabet-cfr5dd {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.supabet-l5s5v9 li {
  width: 100%;
}

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

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

.supabet-l5s5v9 li a.supabet-83056z {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.supabet-9j1725 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.supabet-9j1725 img {
  width: 100%;
  transition: 0.supabet-c8d28h ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .supabet-ccvovp .supabet-dk62os img {
    max-width: 90px;
  }
}

.supabet-dk62os img {
  max-height: 50px;
  width: auto;
}

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

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

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

.supabet-x16y21 li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.supabet-as2urs {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.supabet-as2urs.supabet-v3zs0u {
  margin-right: 0;
}

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

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

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

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

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

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

.supabet-o5riic:hover > ul {
  display: flex;
}

.supabet-o5riic:focus > ul {
  display: flex;
}

.supabet-o5riic:focus-within > ul {
  display: flex;
}

.supabet-uj20p7 {
  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;
}

.supabet-uj20p7::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.supabet-zmsx93 ease-in-out;
}

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

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

.supabet-o5riic 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.supabet-c8d28h ease-in-out;
  overflow: hidden;
}

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

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

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

.supabet-zc0lpb {
  display: none;
}

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

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

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

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

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

.supabet-vrlv9n img {
  margin-bottom: 20px;
}

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

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

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

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

.supabet-qt7wlc {
  color: var(--text-color);
}

.supabet-4m4ob4 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.supabet-4m4ob4 p img {
  display: block;
  margin: 0 auto;
}

.supabet-4m4ob4 p:first-of-type {
  margin-top: 0;
}

.supabet-4m4ob4 p:last-of-type {
  margin-bottom: 0;
}

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

.supabet-4m4ob4 ul {
  padding: 0 0 0 20px;
}

.supabet-4m4ob4 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.supabet-4m4ob4 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.supabet-4m4ob4 iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

.supabet-gjk3an .supabet-1ke8bt {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .supabet-gjk3an .supabet-1ke8bt {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.supabet-gjk3an .supabet-qtgrzz {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.supabet-qtgrzz {
  margin: 0 0 28px;
}

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

.supabet-1ke8bt {
  margin: 0 0 28px;
}

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

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

.supabet-aw6z7k .supabet-uvigua {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.supabet-ld7rfy {
  position: relative;
  border: none;
}

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

.supabet-thy841 {
  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;
}

.supabet-thy841 span {
  height: 32px;
}

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

.supabet-thy841.supabet-xx96vw span {
  transform: scaleY(-1);
}

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

.supabet-u9xe66 {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.supabet-u9xe66.supabet-khk0g7 {
  display: none;
}

.supabet-l9ene0 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.supabet-l9ene0 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .supabet-l9ene0 table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.supabet-5ko5bd {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.supabet-umw9f0 p {
  color: var(--text-color);
}

.supabet-b44lwl {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.supabet-6teb6g {
  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);
}

.supabet-rqljdr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.supabet-5g60tz p + p {
  margin-top: 10px;
}

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

.supabet-19z3dw {
  display: none;
}

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

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

.supabet-kk2cq0 li {
  margin: 0 20px;
}

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

.supabet-kk2cq0 li a img {
  margin-bottom: 4px;
}

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

.supabet-2m348i {
  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) {
  .supabet-2m348i {
    padding: 0 16px;
  }
}

.supabet-2m348i li {
  font-size: 16px;
  position: relative;
}

.supabet-2m348i li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.supabet-2m348i li span {
  opacity: 0.5;
}

.supabet-2m348i li + li {
  margin-left: 30px;
}

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

h2.supabet-1afh4u {
  margin: 0 0 28px;
}

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

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

.supabet-ctlfhy 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);
}

.supabet-ctlfhy 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;
}

.supabet-ctlfhy 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;
}

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

.supabet-ctlfhy tbody tr:last-of-type {
  margin-bottom: 0;
}

.supabet-ctlfhy tbody tr td:first-of-type {
  flex-shrink: 0;
}

.supabet-ctlfhy 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);
}

.supabet-ctlfhy 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);
}

.supabet-ctlfhy tbody tr td:last-of-type {
  margin-left: auto;
}

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

.supabet-ctlfhy tbody tr td .supabet-2ra1l7 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .supabet-ctlfhy tbody tr td .supabet-2ra1l7 {
    width: 100%;
  }
}

.supabet-ctlfhy tbody tr td .supabet-x2vz2z {
  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.supabet-c8d28h ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .supabet-ctlfhy tbody tr td .supabet-x2vz2z {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .supabet-ctlfhy tbody tr td .supabet-x2vz2z {
    width: 100%;
  }
}

.supabet-ctlfhy tbody tr td .supabet-3ti0kd {
  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) {
  .supabet-ctlfhy tbody tr td .supabet-3ti0kd:hover {
    text-decoration: none;
  }
}

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

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

.supabet-o738kh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.supabet-485xgm img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.supabet-c8d28h ease-in-out;
}

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

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

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

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

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

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

.supabet-jygwh1 img {
  width: 100%;
  height: 100%;
}

.supabet-jygwh1 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.supabet-ctbxc7 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.supabet-c8d28h ease-in-out;
}

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

.supabet-nveds1 {
  padding: 90px 0;
}

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

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

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

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

.supabet-nqqknz img {
  width: 100%;
}

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

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

.supabet-mbak6w {
  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;
}

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

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

.supabet-pktcjr {
  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.supabet-c8d28h ease-in-out;
}

.supabet-pktcjr:hover {
  border: 1px solid #8c8ca2;
}

.supabet-brjdlb {
  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%);
}

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

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

.supabet-izy885 a {
  text-decoration: underline;
  color: #8babff;
}

.supabet-51eydf {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.supabet-51eydf .supabet-pktcjr {
  width: 50%;
  margin: 0;
}

.supabet-emkyha {
  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;
}

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

.supabet-yzzfp0 {
  margin: 0 0 100px;
}

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

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

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

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

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

.supabet-7f60u0 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.supabet-xu4vjh 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.supabet-c8d28h ease-in-out;
}

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

.supabet-xu4vjh a svg {
  fill: #fff;
}

.supabet-xu4vjh a:hover {
  background: #3d68e7;
}

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

.supabet-znpudm {
  margin-bottom: 16px;
}

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

.supabet-l6ctx3 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

.supabet-14fr63 {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

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

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

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

.supabet-qmn6k2 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);
}

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

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

.supabet-qmn6k2 table tr:last-of-type td {
  border-bottom: none;
}

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

.supabet-2o3m05 {
  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) {
  .supabet-2o3m05 {
    min-height: 190px;
  }
}

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

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

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

.supabet-hm7hcs.supabet-87yzrz {
  display: none;
}

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

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

.supabet-b5pksq iframe.supabet-kwj5kn {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.supabet-b5pksq.supabet-9vd869 {
  opacity: 1;
  pointer-events: all;
}

.supabet-4vnly5 {
  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.supabet-c8d28h ease-in-out;
}

.supabet-4vnly5 svg {
  margin-right: 10px;
}

.supabet-4vnly5 + .supabet-4vnly5 {
  margin-top: 14px;
}

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

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

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

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

.supabet-uyedox .supabet-aw6z7k {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .supabet-uyedox .supabet-aw6z7k {
    margin: 28px 0 0;
  }
}

.supabet-3d7j9p {
  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) {
  .supabet-3d7j9p {
    padding: 0 16px;
  }
}

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

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

.supabet-x3p12m {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.supabet-7zut4v {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.supabet-ii089g {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.supabet-utza1v .supabet-uvigua {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .supabet-utza1v .supabet-uvigua {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.supabet-gbubwa {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.supabet-gbubwa img {
  width: 100%;
}

.supabet-rvn8xt {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.supabet-4sa30a {
  width: 100%;
  margin: 0 0 100px;
}

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

.supabet-4sa30a .supabet-nc3l0q {
  position: relative;
}

.supabet-4sa30a .supabet-uqo6bq {
  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;
}

.supabet-4sa30a .supabet-uqo6bq.supabet-87yzrz {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .supabet-4sa30a .supabet-u988ad {
    bottom: 90px;
  }
}

.supabet-4sa30a .supabet-u988ad .supabet-6ksjyd {
  max-width: 300px;
  width: 100%;
}

.supabet-4sa30a .supabet-u988ad .supabet-6ksjyd .supabet-zwrpol {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .supabet-4sa30a .supabet-u988ad .supabet-6ksjyd .supabet-zwrpol {
    font-size: 32px;
    text-align: center;
  }
}

.supabet-4sa30a .supabet-u988ad .supabet-6ksjyd .supabet-hcdmsz {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .supabet-4sa30a .supabet-u988ad .supabet-6ksjyd .supabet-hcdmsz {
    text-align: center;
  }
}

.supabet-4sa30a .supabet-u988ad .supabet-v3zs0u {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .supabet-4sa30a .supabet-u988ad .supabet-v3zs0u {
    flex-direction: column-reverse;
  }
}

.supabet-4sa30a .supabet-u988ad .supabet-v3zs0u .supabet-5fx0pd {
  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.supabet-c8d28h ease-in-out;
}

.supabet-4sa30a .supabet-u988ad .supabet-v3zs0u .supabet-5fx0pd:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .supabet-4sa30a .supabet-u988ad .supabet-v3zs0u .supabet-5fx0pd {
    width: 100%;
  }
}

.supabet-4sa30a .supabet-u988ad .supabet-v3zs0u .supabet-ez5scl {
  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.supabet-c8d28h ease-in-out;
  overflow: hidden;
}

.supabet-4sa30a .supabet-u988ad .supabet-v3zs0u .supabet-ez5scl 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);
  }
}

.supabet-4sa30a .supabet-u988ad .supabet-v3zs0u .supabet-ez5scl: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;
}

.supabet-4sa30a .supabet-u988ad .supabet-v3zs0u .supabet-ez5scl:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .supabet-4sa30a .supabet-u988ad .supabet-v3zs0u .supabet-ez5scl {
    width: 100%;
  }
}

.supabet-4sa30a .supabet-u988ad.supabet-87yzrz {
  display: none;
}

.supabet-4sa30a .supabet-66s0x0 {
  display: none;
}

.supabet-4sa30a .supabet-66s0x0.supabet-9vd869 {
  display: block;
}

.supabet-4sa30a .supabet-66s0x0 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .supabet-4sa30a .supabet-66s0x0 iframe {
    height: calc(100vh - 54px);
  }
}

.supabet-4sa30a .supabet-ofeh13 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .supabet-4sa30a .supabet-ofeh13 {
    padding: 24px 16px 0;
  }
}

.supabet-4sa30a .supabet-ofeh13 .supabet-zwrpol {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .supabet-4sa30a .supabet-ofeh13 .supabet-zwrpol {
    margin-bottom: 24px;
  }
}

.supabet-4sa30a .supabet-ofeh13 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);
}

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

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

.supabet-4sa30a .supabet-ofeh13 table tr:last-of-type td {
  border-bottom: none;
}

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

.supabet-9t359r.supabet-83056z {
  display: block;
}

.supabet-9t359r iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.supabet-9t359r .supabet-j9egu9 {
  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;
}

.supabet-9t359r .supabet-py8zwt {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.supabet-9t359r .supabet-ez5scl {
  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.supabet-c8d28h ease-in-out;
}

.supabet-9t359r .supabet-ez5scl:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.supabet-bbpju4.supabet-83056z {
  display: block;
}

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

.supabet-rxd9zh {
  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;
}

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

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

.supabet-w5cq2p {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.supabet-w5cq2p svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.supabet-2uymdn {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.supabet-oj945e.supabet-87yzrz {
  display: none;
}

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

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

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

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

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

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

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

.supabet-jxumex input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.supabet-jxumex input:active {
  border-color: #c2c0ce;
}

.supabet-jxumex input:focus {
  border-color: #c2c0ce;
}

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

.supabet-8eyko0 {
  margin-bottom: 36px;
}

.supabet-8eyko0 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;
}

.supabet-8eyko0 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.supabet-8eyko0 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.supabet-vakzu9 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.supabet-7bp3m7 {
  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.supabet-c8d28h ease-in-out;
}

.supabet-7bp3m7:hover {
  background: var(--border-color);
}

.supabet-9ga2p9 {
  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.supabet-c8d28h ease-in-out;
}

.supabet-9ga2p9:hover {
  background: #166ad9;
}

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

.supabet-lbiipj.supabet-87yzrz {
  display: none;
}

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

.supabet-lbiipj .supabet-7bp3m7 {
  margin: 0 auto;
}

.supabet-gaqm5q {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.supabet-4mx80j {
  filter: grayscale(100%);
}

.supabet-am5g2m > input {
  display: none;
}

.supabet-am5g2m > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.supabet-b1u1dc.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.supabet-rqtd4t 44.supabet-7yvhpe.supabet-r15n50.supabet-u5tft2.supabet-ad7ste.supabet-kiuwf6.supabet-ud2ssm.supabet-83cirr.supabet-knfbs8.supabet-p7wdir.supabet-7t0ssm.supabet-cj7xxo.supabet-kfv6u4 0l-12.supabet-9uk26e 30.supabet-a5sb05.supabet-8i3m9w 2.supabet-ad26d0.supabet-8i3m9w 3.supabet-rlrhr1 3.supabet-fqds9v.supabet-7n8eu8 3.supabet-59883j.supabet-w82iwe.supabet-zd60vc.supabet-acwvkx 7-3.supabet-9uk26e 10.supabet-hgqhpu.supabet-acwvkx 23.supabet-b2r30w.supabet-jwdavx 1.supabet-szvmh6 2.supabet-9uk26e 3.supabet-jwdavx 1.supabet-7n8eu8 5.supabet-71ma7l.supabet-7n8eu8 32.supabet-o4wxzi.supabet-w82iwe 5.supabet-kfv6u4 4.supabet-acwvkx 9.supabet-acwvkx 8.supabet-7n8eu8 6.supabet-tl4izf.supabet-2lcaxa.supabet-qjhfr7.supabet-vaur1j.supabet-ec7jyq 4.supabet-zafrhi.supabet-ec7jyq 6.supabet-ec7jyq 0l29.supabet-kfv6u4 17.supabet-hct2h6.supabet-sf9c6p 2.supabet-ybmo0b 10.supabet-izuljp.supabet-9uk26e 8.supabet-7tjnsp.supabet-9u48ey.supabet-0g5caj.supabet-cd9ko6.supabet-7u9o9z.supabet-w82iwe.supabet-kiuwf6.supabet-9uk26e 1.supabet-mifxsp.supabet-uzqfk5.supabet-23u6y0.supabet-hqcu1e.supabet-in9j74.supabet-szvmh6 1.supabet-3y60sf.supabet-o9yoqk.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.supabet-am5g2m > input:checked ~ label,
.supabet-am5g2m > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.supabet-b1u1dc.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.supabet-rqtd4t 44.supabet-7yvhpe.supabet-r15n50.supabet-u5tft2.supabet-ad7ste.supabet-kiuwf6.supabet-ud2ssm.supabet-83cirr.supabet-knfbs8.supabet-p7wdir.supabet-7t0ssm.supabet-cj7xxo.supabet-kfv6u4 0l-12.supabet-9uk26e 30.supabet-a5sb05.supabet-8i3m9w 2.supabet-ad26d0.supabet-8i3m9w 3.supabet-rlrhr1 3.supabet-fqds9v.supabet-7n8eu8 3.supabet-59883j.supabet-w82iwe.supabet-zd60vc.supabet-acwvkx 7-3.supabet-9uk26e 10.supabet-hgqhpu.supabet-acwvkx 23.supabet-b2r30w.supabet-jwdavx 1.supabet-szvmh6 2.supabet-9uk26e 3.supabet-jwdavx 1.supabet-7n8eu8 5.supabet-71ma7l.supabet-7n8eu8 32.supabet-o4wxzi.supabet-w82iwe 5.supabet-kfv6u4 4.supabet-acwvkx 9.supabet-acwvkx 8.supabet-7n8eu8 6.supabet-tl4izf.supabet-2lcaxa.supabet-qjhfr7.supabet-vaur1j.supabet-ec7jyq 4.supabet-zafrhi.supabet-ec7jyq 6.supabet-ec7jyq 0l29.supabet-kfv6u4 17.supabet-hct2h6.supabet-sf9c6p 2.supabet-ybmo0b 10.supabet-izuljp.supabet-9uk26e 8.supabet-7tjnsp.supabet-9u48ey.supabet-0g5caj.supabet-cd9ko6.supabet-7u9o9z.supabet-w82iwe.supabet-kiuwf6.supabet-9uk26e 1.supabet-mifxsp.supabet-uzqfk5.supabet-23u6y0.supabet-hqcu1e.supabet-in9j74.supabet-szvmh6 1.supabet-3y60sf.supabet-o9yoqk.5z'/%3e%3c/svg%3e");
}

.supabet-am5g2m > input:not(:checked) ~ label:hover,
.supabet-am5g2m > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.supabet-b1u1dc.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.supabet-rqtd4t 44.supabet-7yvhpe.supabet-r15n50.supabet-u5tft2.supabet-ad7ste.supabet-kiuwf6.supabet-ud2ssm.supabet-83cirr.supabet-knfbs8.supabet-p7wdir.supabet-7t0ssm.supabet-cj7xxo.supabet-kfv6u4 0l-12.supabet-9uk26e 30.supabet-a5sb05.supabet-8i3m9w 2.supabet-ad26d0.supabet-8i3m9w 3.supabet-rlrhr1 3.supabet-fqds9v.supabet-7n8eu8 3.supabet-59883j.supabet-w82iwe.supabet-zd60vc.supabet-acwvkx 7-3.supabet-9uk26e 10.supabet-hgqhpu.supabet-acwvkx 23.supabet-b2r30w.supabet-jwdavx 1.supabet-szvmh6 2.supabet-9uk26e 3.supabet-jwdavx 1.supabet-7n8eu8 5.supabet-71ma7l.supabet-7n8eu8 32.supabet-o4wxzi.supabet-w82iwe 5.supabet-kfv6u4 4.supabet-acwvkx 9.supabet-acwvkx 8.supabet-7n8eu8 6.supabet-tl4izf.supabet-2lcaxa.supabet-qjhfr7.supabet-vaur1j.supabet-ec7jyq 4.supabet-zafrhi.supabet-ec7jyq 6.supabet-ec7jyq 0l29.supabet-kfv6u4 17.supabet-hct2h6.supabet-sf9c6p 2.supabet-ybmo0b 10.supabet-izuljp.supabet-9uk26e 8.supabet-7tjnsp.supabet-9u48ey.supabet-0g5caj.supabet-cd9ko6.supabet-7u9o9z.supabet-w82iwe.supabet-kiuwf6.supabet-9uk26e 1.supabet-mifxsp.supabet-uzqfk5.supabet-23u6y0.supabet-hqcu1e.supabet-in9j74.supabet-szvmh6 1.supabet-3y60sf.supabet-o9yoqk.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .supabet-w0vk22 > .supabet-t9rg8l {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .supabet-w0vk22 > .supabet-t9rg8l {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .supabet-w0vk22 > .supabet-t9rg8l {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .supabet-w0vk22 > .supabet-t9rg8l {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .supabet-w0vk22 > .supabet-t9rg8l {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.supabet-5f86dv {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.supabet-5f86dv.supabet-87yzrz {
  display: none;
}

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

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

.supabet-wbad39 {
  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;
}

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

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

.supabet-wbad39 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.supabet-ztkdp4 {
  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;
}

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .supabet-6dovxa {
    top: -20px;
  }
}

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

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

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

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

.supabet-5f86dv.supabet-0cklu0 .supabet-nbob1i {
  background: #2b3b67;
}

.supabet-5f86dv.supabet-0cklu0 .supabet-wbad39 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.supabet-5f86dv.supabet-0cklu0 .supabet-wbad39::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.supabet-5f86dv.supabet-0cklu0 .supabet-wbad39::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.supabet-5f86dv.supabet-0cklu0 .supabet-ztkdp4::before {
  background: #0e0f41;
}

.supabet-5f86dv.supabet-0cklu0 .supabet-ztkdp4::after {
  background: #152557;
}

.supabet-5f86dv.supabet-s7ijcb .supabet-nbob1i {
  background: #1f35fa;
}

.supabet-5f86dv.supabet-s7ijcb .supabet-wbad39 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.supabet-5f86dv.supabet-s7ijcb .supabet-wbad39::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.supabet-5f86dv.supabet-s7ijcb .supabet-wbad39::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.supabet-5f86dv.supabet-s7ijcb .supabet-ztkdp4::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.supabet-5f86dv.supabet-s7ijcb .supabet-ztkdp4::after {
  background: #192ac8;
}

.supabet-5f86dv.supabet-dh8be4 .supabet-nbob1i {
  background: #fa771f;
}

.supabet-5f86dv.supabet-dh8be4 .supabet-wbad39 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.supabet-5f86dv.supabet-dh8be4 .supabet-wbad39::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.supabet-5f86dv.supabet-dh8be4 .supabet-wbad39::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.supabet-5f86dv.supabet-dh8be4 .supabet-ztkdp4::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.supabet-5f86dv.supabet-dh8be4 .supabet-ztkdp4::after {
  background: #fa8535;
}

.supabet-0revzh {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.supabet-bqxssk {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.supabet-h540u4 {
  width: 120px;
  height: 22px;
}

.supabet-h540u4 .supabet-h0oxus {
  fill: #c2c0ce;
}

.supabet-h540u4 [rating="1"] .supabet-h0oxus:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.supabet-h540u4 [rating="2"] .supabet-h0oxus:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.supabet-h540u4 [rating="3"] .supabet-h0oxus:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.supabet-h540u4 [rating="4"] .supabet-h0oxus:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.supabet-h540u4 [rating="5"] .supabet-h0oxus:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.supabet-q91i37 {
  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);
}

.supabet-q91i37.supabet-9vd869 {
  display: block;
}

.supabet-q91i37.supabet-87yzrz {
  display: none;
}

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

.supabet-9gb4w4 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.supabet-5zuuw0 {
  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);
}

.supabet-h5s2ub {
  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;
}

.supabet-0edtou small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.supabet-tyf2ho {
  font-size: 16px;
  line-height: 140%;
}

.supabet-3e8b13 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.supabet-3e8b13 .supabet-h0oxus {
  fill: #c2c0ce;
}

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

.supabet-3e8b13 [rating="2"] .supabet-h0oxus:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.supabet-3e8b13 [rating="3"] .supabet-h0oxus:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

.supabet-ojxelu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.supabet-veane3 {
  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;
}

.supabet-7nvobf {
  flex: 1;
  min-width: 0;
}

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

.supabet-uflxta {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.supabet-uflxta svg path {
  fill: var(--button-bg-color);
}

.supabet-uflxta svg circle {
  fill: var(--button-text-color);
}

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

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

.supabet-s4t3bh strong {
  font-weight: 600;
}

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

.supabet-mvo2pw p {
  margin: 0 0 16px;
}

.supabet-mvo2pw p:last-child {
  margin-bottom: 0;
}

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

.supabet-fns6p9 {
  max-width: 300px;
  width: 100%;
}

.supabet-fns6p9 a {
  width: 100%;
}

@media (max-width: 575px) {
  .supabet-fns6p9 {
    max-width: 200px;
  }
}

.supabet-e12b7a {
  justify-content: center;
}

.supabet-cqgcsw {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.supabet-dqslbo {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.supabet-5gs2pi .supabet-x16y21 {
  justify-content: center;
}

/* faq */

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

.supabet-qrkhzy {
  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.supabet-illxc0 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.supabet-qrkhzy::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.supabet-illxc0 ease;
}

.supabet-krijh7.supabet-83056z .supabet-qrkhzy::after {
  transform: rotate(45deg);
}

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

.supabet-krijh7.supabet-83056z .supabet-ocnb4d {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.supabet-3ihyhh {
  margin: 25px 0;
}

.supabet-am5g2m > input:not(:checked) ~ label:hover,
.supabet-am5g2m > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.supabet-n69j9u.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.supabet-0s2pgt 44.supabet-m0i8oe.supabet-jwzpnw.supabet-hp5e83.supabet-tfrk45.supabet-9yrbe2.supabet-x46c4v.supabet-2jwfa7.supabet-40p9p0.supabet-ufq7mh.supabet-eez6j3.supabet-piy9o0.supabet-tdrmrs 0l-12.supabet-3qf3zg 30.supabet-d5e2vy.supabet-flasp8 2.supabet-5xwivz.supabet-flasp8 3.supabet-txjpzt 3.supabet-20yemo.supabet-ftsufe 3.supabet-83je07.supabet-viarda.supabet-8slt67.supabet-4gmgqm 7-3.supabet-3qf3zg 10.supabet-up4fsb.supabet-4gmgqm 23.supabet-zsuyjl.supabet-zddf5j 1.supabet-ocj96q 2.supabet-3qf3zg 3.supabet-zddf5j 1.supabet-ftsufe 5.supabet-gcn7nz.supabet-ftsufe 32.supabet-m4pg80.supabet-viarda 5.supabet-tdrmrs 4.supabet-4gmgqm 9.supabet-4gmgqm 8.supabet-ftsufe 6.supabet-c5ymqb.supabet-9m1dq5.supabet-ruhzcj.supabet-4g2jaw.supabet-1hhh59 4.supabet-zzn5v1.supabet-1hhh59 6.supabet-1hhh59 0l29.supabet-tdrmrs 17.supabet-qwmebj.supabet-9goes5 2.supabet-m5ppx1 10.supabet-mjw7v9.supabet-3qf3zg 8.supabet-w0za48.supabet-90urnh.supabet-uc99h2.supabet-fwcklk.supabet-kx9ii8.supabet-viarda.supabet-9yrbe2.supabet-3qf3zg 1.supabet-1cjbxk.supabet-uou8mq.supabet-qzidro.supabet-b74say.supabet-12mm22.supabet-ocj96q 1.supabet-gmp1z9.supabet-mu6idb.5z'/%3e%3c/svg%3e");
}

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

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

.supabet-npwqkr {
  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);
}

.supabet-npwqkr.supabet-xp1vr5 {
  display: block;
}

.supabet-npwqkr.supabet-ruj4uc {
  display: none;
}

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

.supabet-3372lq {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.supabet-f2k5l6 {
  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);
}

.supabet-tnpxgj {
  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;
}

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

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

.supabet-h4xxf5 {
  font-size: 16px;
  line-height: 140%;
}

.supabet-v0nvbt {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.supabet-v0nvbt .supabet-qna3ip {
  fill: #c2c0ce;
}

.supabet-v0nvbt [rating="1"] .supabet-qna3ip:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.supabet-v0nvbt [rating="2"] .supabet-qna3ip:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.supabet-v0nvbt [rating="3"] .supabet-qna3ip:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.supabet-v0nvbt [rating="4"] .supabet-qna3ip:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.supabet-v0nvbt [rating="5"] .supabet-qna3ip:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.supabet-s64bz8 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;
}

.supabet-s64bz8 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 */

.supabet-sgm1kx {
  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);
}

.supabet-sgm1kx.supabet-z5q9oc {
  opacity: 1;
  pointer-events: auto;
}

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

.supabet-tz2yxe label {
  font-size: 14px;
}

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

.supabet-uda2wy h2 {
  color: green;
  font-weight: 500;
}

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