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

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

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

.powbet-riwd12 {
  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) {
  .powbet-riwd12: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;
  }
}

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

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

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

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

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

.powbet-frcwcx {
  cursor: pointer;
}

.powbet-4vweql {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.powbet-tt4xja {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.powbet-tt4xja figure {
  margin: 0;
}

.powbet-tt4xja.powbet-3i291v {
  justify-content: flex-start;
  margin-right: 4px;
}

.powbet-tt4xja.powbet-1em2c1 {
  justify-content: flex-end;
  margin-left: 4px;
}

.powbet-tt4xja.powbet-2qhjyp {
  justify-content: center;
}

.powbet-tt4xja.powbet-fycm10 {
  justify-content: normal;
}

.powbet-hwaxmb {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.powbet-9hu6k0 img {
  width: 100%;
}

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

.powbet-yfvqa8 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.powbet-yfvqa8 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);
}

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

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

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

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

.powbet-yfvqa8 ul li:last-of-type::after {
  display: none;
}

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

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

.powbet-54fwu9 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.powbet-vqtoqt.powbet-ok8ao4 {
  background-color: #000;
}

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

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

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

.powbet-62ikfu {
  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) {
  .powbet-62ikfu {
    flex-direction: column;
  }
}

.powbet-j6o6hk {
  margin-bottom: 94px;
}

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

.powbet-amfjsk .powbet-5rorvp {
  margin-bottom: 28px;
}

.powbet-amfjsk .powbet-5rorvp img {
  max-height: 100px;
  width: auto;
}

.powbet-uu2cnz {
  display: flex;
  align-items: center;
}

.powbet-uu2cnz a + a {
  margin-left: 24px;
}

.powbet-uu2cnz img {
  max-height: 56px;
  width: auto;
}

.powbet-uu2cnz img + img {
  margin-left: 24px;
}

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

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

.powbet-d4hsiv {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.powbet-tjacrz li {
  display: flex;
  margin: 0 7px;
}

.powbet-tjacrz li svg {
  transition: 0.powbet-lz8zv1 ease-in-out;
}

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

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

.powbet-erausz + .powbet-erausz {
  margin-left: 120px;
}

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

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

.powbet-5tg4kt {
  list-style: none;
  margin: 0;
  padding: 0;
}

.powbet-5tg4kt li {
  font-size: 16px;
}

.powbet-5tg4kt li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.powbet-5tg4kt li + li {
  margin-top: 16px;
}

.powbet-1rds8x {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.powbet-6hltqi ease-in-out;
}

.powbet-1rds8x.powbet-caswlo {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.powbet-2e9hyr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.powbet-fhzcc2 li {
  width: 100%;
}

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

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

.powbet-fhzcc2 li a.powbet-caswlo {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.powbet-rfedj0 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.powbet-rfedj0 img {
  width: 100%;
  transition: 0.powbet-lz8zv1 ease-in-out;
}

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

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

.powbet-6t5doo {
  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) {
  .powbet-6t5doo {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .powbet-6t5doo .powbet-5rorvp img {
    max-width: 90px;
  }
}

.powbet-5rorvp img {
  max-height: 50px;
  width: auto;
}

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

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

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

.powbet-z6ct4j li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.powbet-p1jl8o {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.powbet-p1jl8o.powbet-dn1gss {
  margin-right: 0;
}

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

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

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

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

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

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

.powbet-wciyr2:hover > ul {
  display: flex;
}

.powbet-wciyr2:focus > ul {
  display: flex;
}

.powbet-wciyr2:focus-within > ul {
  display: flex;
}

.powbet-1jvg6a {
  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;
}

.powbet-1jvg6a::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.powbet-6hltqi ease-in-out;
}

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

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

.powbet-wciyr2 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.powbet-lz8zv1 ease-in-out;
  overflow: hidden;
}

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

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

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

.powbet-854op9 {
  display: none;
}

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

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

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

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

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

.powbet-j9lbiy img {
  margin-bottom: 20px;
}

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

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

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

.powbet-6i9l6p {
  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) {
  .powbet-6i9l6p {
    font-size: 32px;
  }
}

.powbet-2dyiaf {
  color: var(--text-color);
}

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

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

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

.powbet-ndw5wc p img {
  display: block;
  margin: 0 auto;
}

.powbet-ndw5wc p:first-of-type {
  margin-top: 0;
}

.powbet-ndw5wc p:last-of-type {
  margin-bottom: 0;
}

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

.powbet-ndw5wc ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

.powbet-6o2a5h {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

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

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

.powbet-lrc6x8 .powbet-715jpp {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .powbet-lrc6x8 .powbet-715jpp {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.powbet-lrc6x8 .powbet-cqy58w {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.powbet-cqy58w {
  margin: 0 0 28px;
}

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

.powbet-715jpp {
  margin: 0 0 28px;
}

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

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

.powbet-6o2a5h .powbet-riwd12 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.powbet-57t25c {
  position: relative;
  border: none;
}

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

.powbet-ue51gn {
  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;
}

.powbet-ue51gn span {
  height: 32px;
}

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

.powbet-ue51gn.powbet-qgnv6o span {
  transform: scaleY(-1);
}

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

.powbet-bwzric {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.powbet-bwzric.powbet-v3z4cb {
  display: none;
}

.powbet-pww68m {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.powbet-pww68m table {
  width: 100%;
  border-collapse: collapse;
}

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

  .powbet-pww68m table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.powbet-7ryh2x {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.powbet-zaf2ar p {
  color: var(--text-color);
}

.powbet-11ajmf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.powbet-x5mzmt {
  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);
}

.powbet-k6x1k7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.powbet-zrpb7g p + p {
  margin-top: 10px;
}

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

.powbet-3q414a {
  display: none;
}

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

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

.powbet-km18cf li {
  margin: 0 20px;
}

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

.powbet-km18cf li a img {
  margin-bottom: 4px;
}

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

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

.powbet-cfjoyd li {
  font-size: 16px;
  position: relative;
}

.powbet-cfjoyd li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.powbet-cfjoyd li span {
  opacity: 0.5;
}

.powbet-cfjoyd li + li {
  margin-left: 30px;
}

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

h2.powbet-y98d0e {
  margin: 0 0 28px;
}

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

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

.powbet-qgq2x0 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);
}

.powbet-qgq2x0 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;
}

.powbet-qgq2x0 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;
}

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

.powbet-qgq2x0 tbody tr:last-of-type {
  margin-bottom: 0;
}

.powbet-qgq2x0 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.powbet-qgq2x0 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);
}

.powbet-qgq2x0 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);
}

.powbet-qgq2x0 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.powbet-qgq2x0 tbody tr td .powbet-pj1yo6 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .powbet-qgq2x0 tbody tr td .powbet-pj1yo6 {
    width: 100%;
  }
}

.powbet-qgq2x0 tbody tr td .powbet-ltp770 {
  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.powbet-lz8zv1 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .powbet-qgq2x0 tbody tr td .powbet-ltp770 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .powbet-qgq2x0 tbody tr td .powbet-ltp770 {
    width: 100%;
  }
}

.powbet-qgq2x0 tbody tr td .powbet-t2nj3j {
  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) {
  .powbet-qgq2x0 tbody tr td .powbet-t2nj3j:hover {
    text-decoration: none;
  }
}

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

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

.powbet-5558iq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.powbet-7ix08b {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.powbet-6ipeah img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.powbet-lz8zv1 ease-in-out;
}

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

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

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

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

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

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

.powbet-ydiavz img {
  width: 100%;
  height: 100%;
}

.powbet-ydiavz iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.powbet-8hy44e svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.powbet-lz8zv1 ease-in-out;
}

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

.powbet-d9l2xh {
  padding: 90px 0;
}

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

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

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

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

.powbet-aa03ca img {
  width: 100%;
}

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

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

.powbet-g20359 {
  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;
}

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

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

.powbet-owztvd {
  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.powbet-lz8zv1 ease-in-out;
}

.powbet-owztvd:hover {
  border: 1px solid #8c8ca2;
}

.powbet-iarbrz {
  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%);
}

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

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

.powbet-5m6yrn a {
  text-decoration: underline;
  color: #8babff;
}

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

.powbet-iz62fm .powbet-owztvd {
  width: 50%;
  margin: 0;
}

.powbet-9f9goq {
  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;
}

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

.powbet-9gggk7 {
  margin: 0 0 100px;
}

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

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

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

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

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

.powbet-jmdd81 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.powbet-m6iyqo 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.powbet-lz8zv1 ease-in-out;
}

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

.powbet-m6iyqo a svg {
  fill: #fff;
}

.powbet-m6iyqo a:hover {
  background: #3d68e7;
}

.powbet-1zbcv2 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.powbet-lgx8t9 {
  margin-bottom: 16px;
}

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

.powbet-lqcrzz {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.powbet-8mcwcz 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);
}

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

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

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

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

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

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

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

.powbet-0ecai2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.powbet-0ecai2.powbet-hpcc4x {
  display: none;
}

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

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

.powbet-d42th6 iframe.powbet-6pei7i {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.powbet-d42th6.powbet-snrmu9 {
  opacity: 1;
  pointer-events: all;
}

.powbet-89udjg {
  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.powbet-lz8zv1 ease-in-out;
}

.powbet-89udjg svg {
  margin-right: 10px;
}

.powbet-89udjg + .powbet-89udjg {
  margin-top: 14px;
}

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

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

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

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

.powbet-vvroau .powbet-6o2a5h {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.powbet-vvroau .powbet-6o2a5h h1,
.powbet-vvroau .powbet-6o2a5h 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) {
  .powbet-vvroau .powbet-6o2a5h h1,
  .powbet-vvroau .powbet-6o2a5h h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .powbet-vvroau .powbet-6o2a5h {
    margin: 28px 0 0;
  }
}

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

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

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

.powbet-wdrnie {
  max-width: 545px;
  width: 100%;
}

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

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

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

.powbet-5och3e iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.powbet-yz8iay {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.powbet-azhf8s {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.powbet-d5idxq .powbet-riwd12 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .powbet-d5idxq .powbet-riwd12 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.powbet-ec12gu {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.powbet-ec12gu img {
  width: 100%;
}

.powbet-sogrrw {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.powbet-0fv3iv {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.powbet-qls3i7 {
  width: 100%;
  margin: 0 0 100px;
}

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

.powbet-qls3i7 .powbet-y9iyzg {
  position: relative;
}

.powbet-qls3i7 .powbet-eyf4ga {
  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;
}

.powbet-qls3i7 .powbet-eyf4ga.powbet-hpcc4x {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .powbet-qls3i7 .powbet-159jtz {
    bottom: 90px;
  }
}

.powbet-qls3i7 .powbet-159jtz .powbet-lcs554 {
  max-width: 300px;
  width: 100%;
}

.powbet-qls3i7 .powbet-159jtz .powbet-lcs554 .powbet-4p2a9u {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .powbet-qls3i7 .powbet-159jtz .powbet-lcs554 .powbet-4p2a9u {
    font-size: 32px;
    text-align: center;
  }
}

.powbet-qls3i7 .powbet-159jtz .powbet-lcs554 .powbet-dpfxnb {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .powbet-qls3i7 .powbet-159jtz .powbet-lcs554 .powbet-dpfxnb {
    text-align: center;
  }
}

.powbet-qls3i7 .powbet-159jtz .powbet-dn1gss {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .powbet-qls3i7 .powbet-159jtz .powbet-dn1gss {
    flex-direction: column-reverse;
  }
}

.powbet-qls3i7 .powbet-159jtz .powbet-dn1gss .powbet-2ibjhk {
  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.powbet-lz8zv1 ease-in-out;
}

.powbet-qls3i7 .powbet-159jtz .powbet-dn1gss .powbet-2ibjhk:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .powbet-qls3i7 .powbet-159jtz .powbet-dn1gss .powbet-2ibjhk {
    width: 100%;
  }
}

.powbet-qls3i7 .powbet-159jtz .powbet-dn1gss .powbet-264spj {
  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.powbet-lz8zv1 ease-in-out;
  overflow: hidden;
}

.powbet-qls3i7 .powbet-159jtz .powbet-dn1gss .powbet-264spj 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);
  }
}

.powbet-qls3i7 .powbet-159jtz .powbet-dn1gss .powbet-264spj: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;
}

.powbet-qls3i7 .powbet-159jtz .powbet-dn1gss .powbet-264spj:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .powbet-qls3i7 .powbet-159jtz .powbet-dn1gss .powbet-264spj {
    width: 100%;
  }
}

.powbet-qls3i7 .powbet-159jtz.powbet-hpcc4x {
  display: none;
}

.powbet-qls3i7 .powbet-k7rjb3 {
  display: none;
}

.powbet-qls3i7 .powbet-k7rjb3.powbet-snrmu9 {
  display: block;
}

.powbet-qls3i7 .powbet-k7rjb3 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .powbet-qls3i7 .powbet-k7rjb3 iframe {
    height: calc(100vh - 54px);
  }
}

.powbet-qls3i7 .powbet-3qg4g2 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .powbet-qls3i7 .powbet-3qg4g2 {
    padding: 24px 16px 0;
  }
}

.powbet-qls3i7 .powbet-3qg4g2 .powbet-4p2a9u {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .powbet-qls3i7 .powbet-3qg4g2 .powbet-4p2a9u {
    margin-bottom: 24px;
  }
}

.powbet-qls3i7 .powbet-3qg4g2 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);
}

.powbet-qls3i7 .powbet-3qg4g2 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) {
  .powbet-qls3i7 .powbet-3qg4g2 table tr td {
    padding: 12px 4px;
  }
}

.powbet-qls3i7 .powbet-3qg4g2 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) {
  .powbet-qls3i7 .powbet-3qg4g2 table tr th {
    padding: 12px 4px;
  }
}

.powbet-qls3i7 .powbet-3qg4g2 table tr:last-of-type td {
  border-bottom: none;
}

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

.powbet-l5lp24.powbet-caswlo {
  display: block;
}

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

.powbet-l5lp24 .powbet-dfe6cs {
  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;
}

.powbet-l5lp24 .powbet-6prdd9 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.powbet-l5lp24 .powbet-264spj {
  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.powbet-lz8zv1 ease-in-out;
}

.powbet-l5lp24 .powbet-264spj:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.powbet-g7bauk.powbet-caswlo {
  display: block;
}

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

.powbet-1nedju {
  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;
}

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

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

.powbet-4r6pjd {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.powbet-4r6pjd svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.powbet-8oxak2 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.powbet-1bp5c7.powbet-hpcc4x {
  display: none;
}

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

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

.powbet-4zep0w {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.powbet-4zep0w 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.powbet-lz8zv1 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.powbet-4zep0w input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.powbet-4zep0w input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.powbet-4zep0w input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.powbet-4zep0w input:active {
  border-color: #c2c0ce;
}

.powbet-4zep0w input:focus {
  border-color: #c2c0ce;
}

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

.powbet-ub9kkx {
  margin-bottom: 36px;
}

.powbet-ub9kkx 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;
}

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

.powbet-ub9kkx textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.powbet-64byn2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.powbet-1puvlu {
  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.powbet-lz8zv1 ease-in-out;
}

.powbet-1puvlu:hover {
  background: var(--border-color);
}

.powbet-iyek0k {
  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.powbet-lz8zv1 ease-in-out;
}

.powbet-iyek0k:hover {
  background: #166ad9;
}

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

.powbet-b3znfj.powbet-hpcc4x {
  display: none;
}

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

.powbet-b3znfj .powbet-1puvlu {
  margin: 0 auto;
}

.powbet-ppjtpj {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.powbet-wkdvcd {
  filter: grayscale(100%);
}

.powbet-hn5za4 > input {
  display: none;
}

.powbet-hn5za4 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.powbet-gs0sgo.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.powbet-i8adqi 44.powbet-4rf3mh.powbet-bqdc6i.powbet-id3dbr.powbet-f8ycrq.powbet-smij5t.powbet-5qj7t3.powbet-j1v9ty.powbet-p6frse.powbet-aakze0.powbet-bwvx93.powbet-iw2glh.powbet-ftx4lf 0l-12.powbet-bs07b5 30.powbet-qbvn9e.powbet-v6ey3v 2.powbet-1gebvn.powbet-v6ey3v 3.powbet-49w8kk 3.powbet-rmx2gp.powbet-kea069 3.powbet-zt3j8t.powbet-ipibgx.powbet-cr0szp.powbet-b5dwfi 7-3.powbet-bs07b5 10.powbet-sysquu.powbet-b5dwfi 23.powbet-rpnhr3.powbet-14237g 1.powbet-5mqskz 2.powbet-bs07b5 3.powbet-14237g 1.powbet-kea069 5.powbet-1nog7q.powbet-kea069 32.powbet-czgdsi.powbet-ipibgx 5.powbet-ftx4lf 4.powbet-b5dwfi 9.powbet-b5dwfi 8.powbet-kea069 6.powbet-ergeoy.powbet-a1zi7r.powbet-apwm60.powbet-k8jwul.powbet-pt2kjh 4.powbet-pt0xp2.powbet-pt2kjh 6.powbet-pt2kjh 0l29.powbet-ftx4lf 17.powbet-l56c5e.powbet-5gmyu4 2.powbet-jd8o7z 10.powbet-l4g67q.powbet-bs07b5 8.powbet-w5levv.powbet-qkvd8x.powbet-astar9.powbet-kg9dos.powbet-ybaxwt.powbet-ipibgx.powbet-smij5t.powbet-bs07b5 1.powbet-2cc96a.powbet-ddfva5.powbet-lndneo.powbet-786yq2.powbet-3gnqyh.powbet-5mqskz 1.powbet-f195tf.powbet-qvtc1j.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.powbet-hn5za4 > input:checked ~ label,
.powbet-hn5za4 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.powbet-gs0sgo.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.powbet-i8adqi 44.powbet-4rf3mh.powbet-bqdc6i.powbet-id3dbr.powbet-f8ycrq.powbet-smij5t.powbet-5qj7t3.powbet-j1v9ty.powbet-p6frse.powbet-aakze0.powbet-bwvx93.powbet-iw2glh.powbet-ftx4lf 0l-12.powbet-bs07b5 30.powbet-qbvn9e.powbet-v6ey3v 2.powbet-1gebvn.powbet-v6ey3v 3.powbet-49w8kk 3.powbet-rmx2gp.powbet-kea069 3.powbet-zt3j8t.powbet-ipibgx.powbet-cr0szp.powbet-b5dwfi 7-3.powbet-bs07b5 10.powbet-sysquu.powbet-b5dwfi 23.powbet-rpnhr3.powbet-14237g 1.powbet-5mqskz 2.powbet-bs07b5 3.powbet-14237g 1.powbet-kea069 5.powbet-1nog7q.powbet-kea069 32.powbet-czgdsi.powbet-ipibgx 5.powbet-ftx4lf 4.powbet-b5dwfi 9.powbet-b5dwfi 8.powbet-kea069 6.powbet-ergeoy.powbet-a1zi7r.powbet-apwm60.powbet-k8jwul.powbet-pt2kjh 4.powbet-pt0xp2.powbet-pt2kjh 6.powbet-pt2kjh 0l29.powbet-ftx4lf 17.powbet-l56c5e.powbet-5gmyu4 2.powbet-jd8o7z 10.powbet-l4g67q.powbet-bs07b5 8.powbet-w5levv.powbet-qkvd8x.powbet-astar9.powbet-kg9dos.powbet-ybaxwt.powbet-ipibgx.powbet-smij5t.powbet-bs07b5 1.powbet-2cc96a.powbet-ddfva5.powbet-lndneo.powbet-786yq2.powbet-3gnqyh.powbet-5mqskz 1.powbet-f195tf.powbet-qvtc1j.5z'/%3e%3c/svg%3e");
}

.powbet-hn5za4 > input:not(:checked) ~ label:hover,
.powbet-hn5za4 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.powbet-gs0sgo.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.powbet-i8adqi 44.powbet-4rf3mh.powbet-bqdc6i.powbet-id3dbr.powbet-f8ycrq.powbet-smij5t.powbet-5qj7t3.powbet-j1v9ty.powbet-p6frse.powbet-aakze0.powbet-bwvx93.powbet-iw2glh.powbet-ftx4lf 0l-12.powbet-bs07b5 30.powbet-qbvn9e.powbet-v6ey3v 2.powbet-1gebvn.powbet-v6ey3v 3.powbet-49w8kk 3.powbet-rmx2gp.powbet-kea069 3.powbet-zt3j8t.powbet-ipibgx.powbet-cr0szp.powbet-b5dwfi 7-3.powbet-bs07b5 10.powbet-sysquu.powbet-b5dwfi 23.powbet-rpnhr3.powbet-14237g 1.powbet-5mqskz 2.powbet-bs07b5 3.powbet-14237g 1.powbet-kea069 5.powbet-1nog7q.powbet-kea069 32.powbet-czgdsi.powbet-ipibgx 5.powbet-ftx4lf 4.powbet-b5dwfi 9.powbet-b5dwfi 8.powbet-kea069 6.powbet-ergeoy.powbet-a1zi7r.powbet-apwm60.powbet-k8jwul.powbet-pt2kjh 4.powbet-pt0xp2.powbet-pt2kjh 6.powbet-pt2kjh 0l29.powbet-ftx4lf 17.powbet-l56c5e.powbet-5gmyu4 2.powbet-jd8o7z 10.powbet-l4g67q.powbet-bs07b5 8.powbet-w5levv.powbet-qkvd8x.powbet-astar9.powbet-kg9dos.powbet-ybaxwt.powbet-ipibgx.powbet-smij5t.powbet-bs07b5 1.powbet-2cc96a.powbet-ddfva5.powbet-lndneo.powbet-786yq2.powbet-3gnqyh.powbet-5mqskz 1.powbet-f195tf.powbet-qvtc1j.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .powbet-8am4a2 > .powbet-wo8y1h {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .powbet-8am4a2 > .powbet-wo8y1h {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .powbet-8am4a2 > .powbet-wo8y1h {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .powbet-8am4a2 > .powbet-wo8y1h {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .powbet-8am4a2 > .powbet-wo8y1h {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.powbet-ur4oqa.powbet-hpcc4x {
  display: none;
}

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

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

.powbet-hpuh1r {
  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;
}

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

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

.powbet-hpuh1r img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.powbet-ffqqk6 {
  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;
}

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

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

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

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

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

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

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

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

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

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

.powbet-ur4oqa.powbet-b0bdv1 .powbet-tw0w1a {
  background: #2b3b67;
}

.powbet-ur4oqa.powbet-b0bdv1 .powbet-hpuh1r {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.powbet-ur4oqa.powbet-b0bdv1 .powbet-hpuh1r::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.powbet-ur4oqa.powbet-b0bdv1 .powbet-hpuh1r::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.powbet-ur4oqa.powbet-b0bdv1 .powbet-ffqqk6::before {
  background: #0e0f41;
}

.powbet-ur4oqa.powbet-b0bdv1 .powbet-ffqqk6::after {
  background: #152557;
}

.powbet-ur4oqa.powbet-wcujzr .powbet-tw0w1a {
  background: #1f35fa;
}

.powbet-ur4oqa.powbet-wcujzr .powbet-hpuh1r {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.powbet-ur4oqa.powbet-wcujzr .powbet-hpuh1r::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.powbet-ur4oqa.powbet-wcujzr .powbet-hpuh1r::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.powbet-ur4oqa.powbet-wcujzr .powbet-ffqqk6::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.powbet-ur4oqa.powbet-wcujzr .powbet-ffqqk6::after {
  background: #192ac8;
}

.powbet-ur4oqa.powbet-4tbuo2 .powbet-tw0w1a {
  background: #fa771f;
}

.powbet-ur4oqa.powbet-4tbuo2 .powbet-hpuh1r {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.powbet-ur4oqa.powbet-4tbuo2 .powbet-hpuh1r::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.powbet-ur4oqa.powbet-4tbuo2 .powbet-hpuh1r::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.powbet-ur4oqa.powbet-4tbuo2 .powbet-ffqqk6::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.powbet-ur4oqa.powbet-4tbuo2 .powbet-ffqqk6::after {
  background: #fa8535;
}

.powbet-9ze1fk {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.powbet-8omuhm {
  display: flex;
  align-items: center;
  gap: 10px;
}

.powbet-8omuhm span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.powbet-8omuhm small {
  font-size: 14px;
  color: var(--text-color);
}

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

.powbet-4iung4 {
  width: 120px;
  height: 22px;
}

.powbet-4iung4 .powbet-oyysza {
  fill: #c2c0ce;
}

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

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

.powbet-4iung4 [rating="3"] .powbet-oyysza:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.powbet-4iung4 [rating="4"] .powbet-oyysza:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

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

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

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

.powbet-krjidd {
  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);
}

.powbet-krjidd.powbet-snrmu9 {
  display: block;
}

.powbet-krjidd.powbet-hpcc4x {
  display: none;
}

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

.powbet-z5ilnz {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.powbet-26fqqe {
  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);
}

.powbet-qz7zx4 {
  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;
}

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

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

.powbet-qjehvq {
  font-size: 16px;
  line-height: 140%;
}

.powbet-nlhjge {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.powbet-nlhjge .powbet-oyysza {
  fill: #c2c0ce;
}

.powbet-nlhjge [rating="1"] .powbet-oyysza:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.powbet-nlhjge [rating="2"] .powbet-oyysza:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.powbet-nlhjge [rating="3"] .powbet-oyysza:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.powbet-nlhjge [rating="4"] .powbet-oyysza:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.powbet-nlhjge [rating="5"] .powbet-oyysza:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.powbet-457nwv {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.powbet-itnnee {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.powbet-u1mhrm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.powbet-gyrta0 {
  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;
}

.powbet-w6g5sm {
  flex: 1;
  min-width: 0;
}

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

.powbet-m4uv2c {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.powbet-m4uv2c svg path {
  fill: var(--button-bg-color);
}

.powbet-m4uv2c svg circle {
  fill: var(--button-text-color);
}

.powbet-601vqw {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.powbet-601vqw strong {
  font-weight: 600;
}

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

.powbet-jyu5zo p {
  margin: 0 0 16px;
}

.powbet-jyu5zo p:last-child {
  margin-bottom: 0;
}

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

.powbet-tcy99p {
  max-width: 300px;
  width: 100%;
}

.powbet-tcy99p a {
  width: 100%;
}

@media (max-width: 575px) {
  .powbet-tcy99p {
    max-width: 200px;
  }
}

.powbet-8m4h6y {
  justify-content: center;
}

.powbet-vmrhru {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.powbet-xf0mq0 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.powbet-x1l92m .powbet-z6ct4j {
  justify-content: center;
}

/* faq */

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

.powbet-0nhgeb {
  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.powbet-muq9a3 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.powbet-0nhgeb::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.powbet-muq9a3 ease;
}

.powbet-8wlad0.powbet-caswlo .powbet-0nhgeb::after {
  transform: rotate(45deg);
}

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

.powbet-8wlad0.powbet-caswlo .powbet-modona {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.powbet-7spfiu {
  margin: 25px 0;
}

.powbet-hn5za4 > input:not(:checked) ~ label:hover,
.powbet-hn5za4 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.powbet-u5xuh2.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.powbet-ryhncs 44.powbet-6upl1s.powbet-dm3rpu.powbet-nvgsi2.powbet-jhcfff.powbet-i60uxk.powbet-iwr2l2.powbet-rscel1.powbet-l0m4by.powbet-5xjb87.powbet-gt3og9.powbet-713p92.powbet-b96saj 0l-12.powbet-0dd8tf 30.powbet-zjqcr8.powbet-h9tkmy 2.powbet-h5u7wr.powbet-h9tkmy 3.powbet-q20z33 3.powbet-ovo4il.powbet-bidze4 3.powbet-jdk8xf.powbet-81m747.powbet-c8jk4w.powbet-xeb8ct 7-3.powbet-0dd8tf 10.powbet-np4q9e.powbet-xeb8ct 23.powbet-u7hkq6.powbet-fs9cga 1.powbet-36180v 2.powbet-0dd8tf 3.powbet-fs9cga 1.powbet-bidze4 5.powbet-2fn6t0.powbet-bidze4 32.powbet-l4dhkp.powbet-81m747 5.powbet-b96saj 4.powbet-xeb8ct 9.powbet-xeb8ct 8.powbet-bidze4 6.powbet-cz0dta.powbet-8vi90u.powbet-mxuxxk.powbet-l4akjt.powbet-5egvob 4.powbet-4n0o8y.powbet-5egvob 6.powbet-5egvob 0l29.powbet-b96saj 17.powbet-2c1ro9.powbet-b97szp 2.powbet-o5q230 10.powbet-lzq1yr.powbet-0dd8tf 8.powbet-7gj7iw.powbet-ff7hil.powbet-yqssgs.powbet-3vyivs.powbet-14yquw.powbet-81m747.powbet-i60uxk.powbet-0dd8tf 1.powbet-gzz586.powbet-0cwjju.powbet-tfd41r.powbet-oywdvw.powbet-blons4.powbet-36180v 1.powbet-bsfcxn.powbet-n47b6m.5z'/%3e%3c/svg%3e");
}

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

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

.powbet-czivm7 {
  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);
}

.powbet-czivm7.powbet-5lwjje {
  display: block;
}

.powbet-czivm7.powbet-pxaah0 {
  display: none;
}

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

.powbet-2wo6os {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.powbet-u1yipk {
  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);
}

.powbet-4qhjur {
  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;
}

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

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

.powbet-7j3p2v {
  font-size: 16px;
  line-height: 140%;
}

.powbet-pada4a {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.powbet-pada4a .powbet-j292du {
  fill: #c2c0ce;
}

.powbet-pada4a [rating="1"] .powbet-j292du:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.powbet-pada4a [rating="2"] .powbet-j292du:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.powbet-pada4a [rating="3"] .powbet-j292du:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.powbet-pada4a [rating="4"] .powbet-j292du:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.powbet-pada4a [rating="5"] .powbet-j292du:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.powbet-cojipz 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;
}

.powbet-cojipz 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 */

.powbet-d2sqgt {
  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);
}

.powbet-d2sqgt.powbet-8jbft7 {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.powbet-43otc1 {
  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;
}

.powbet-43otc1 label {
  font-size: 14px;
}

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

.powbet-zvwyqa h2 {
  color: green;
  font-weight: 500;
}

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