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

.rx-casino-zkwrcq {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.rx-casino-nuqkze {
  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) {
  .rx-casino-nuqkze: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;
  }
}

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

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

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

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

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

.rx-casino-fsm1uw {
  cursor: pointer;
}

.rx-casino-5w0e5c {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.rx-casino-aoj6wa {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.rx-casino-aoj6wa figure {
  margin: 0;
}

.rx-casino-aoj6wa.rx-casino-1155z0 {
  justify-content: flex-start;
  margin-right: 4px;
}

.rx-casino-aoj6wa.rx-casino-kodlni {
  justify-content: flex-end;
  margin-left: 4px;
}

.rx-casino-aoj6wa.rx-casino-ah7ykh {
  justify-content: center;
}

.rx-casino-aoj6wa.rx-casino-jkhfmn {
  justify-content: normal;
}

.rx-casino-7jt23k {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .rx-casino-7jt23k {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .rx-casino-7jt23k {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

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

.rx-casino-ra9ux4 {
  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) {
  .rx-casino-ra9ux4 {
    flex-direction: column;
  }
}

.rx-casino-0ess69 {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.rx-casino-0ess69 img {
  width: 100%;
}

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

.rx-casino-3g11gr {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.rx-casino-3g11gr 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) {
  .rx-casino-3g11gr ul {
    margin-bottom: 15px;
  }
}

.rx-casino-3g11gr ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.rx-casino-3g11gr 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);
}

.rx-casino-3g11gr ul li span svg {
  fill: var(--title-color);
}

.rx-casino-3g11gr ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .rx-casino-3g11gr ul li small {
    font-size: 12px;
  }
}

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

.rx-casino-3g11gr ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .rx-casino-3g11gr {
    flex-basis: auto;
    margin: 0 auto;
  }
}

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

.rx-casino-97cf3a {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .rx-casino-6cv64o {
    height: 50px;
  }
}

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

.rx-casino-6cv64o.rx-casino-k141nx {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .rx-casino-6cv64o.rx-casino-k141nx:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.rx-casino-hh2u1e {
  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) {
  .rx-casino-hh2u1e {
    padding: 80px 16px 0;
  }
}

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

.rx-casino-fz3ozq {
  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) {
  .rx-casino-fz3ozq {
    flex-direction: column;
  }
}

.rx-casino-p9m5y9 {
  margin-bottom: 94px;
}

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

.rx-casino-gh0sdo .rx-casino-mdqikv {
  margin-bottom: 28px;
}

.rx-casino-gh0sdo .rx-casino-mdqikv img {
  max-height: 100px;
  width: auto;
}

.rx-casino-w7fdb8 {
  display: flex;
  align-items: center;
}

.rx-casino-w7fdb8 a + a {
  margin-left: 24px;
}

.rx-casino-w7fdb8 img {
  max-height: 56px;
  width: auto;
}

.rx-casino-w7fdb8 img + img {
  margin-left: 24px;
}

.rx-casino-othrxe {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.rx-casino-ehmh7g {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

.rx-casino-5wk3jd {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .rx-casino-5wk3jd {
    flex-wrap: wrap;
  }
}

.rx-casino-5wk3jd li {
  display: flex;
  margin: 0 7px;
}

.rx-casino-5wk3jd li svg {
  transition: 0.rx-casino-cpdm7d ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .rx-casino-5wk3jd li:hover svg {
    transform: scale(1.2);
  }
}

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

.rx-casino-ctiakh + .rx-casino-ctiakh {
  margin-left: 120px;
}

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

.rx-casino-wtx33b {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.rx-casino-ieywtw {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rx-casino-ieywtw li {
  font-size: 16px;
}

.rx-casino-ieywtw li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.rx-casino-ieywtw li + li {
  margin-top: 16px;
}

.rx-casino-nhbn3h {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.rx-casino-wa5j1z ease-in-out;
}

.rx-casino-nhbn3h.rx-casino-080fkj {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.rx-casino-3xvfwc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

@media only screen and (max-width: 1200px) {
  .rx-casino-3xvfwc {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .rx-casino-3xvfwc {
    margin-bottom: 60px;
  }
}

.rx-casino-5ttgpz {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

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

.rx-casino-5ttgpz li {
  width: 100%;
}

.rx-casino-5ttgpz 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.rx-casino-cpdm7d ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.rx-casino-5ttgpz li a svg {
  fill: var(--button-text-color);
}

.rx-casino-5ttgpz li a.rx-casino-080fkj {
  background: var(--border-color);
}

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

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

.rx-casino-z47n0b {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.rx-casino-3q5g2i span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.rx-casino-3q5g2i small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

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

.rx-casino-o469ah {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.rx-casino-o469ah img {
  width: 100%;
  transition: 0.rx-casino-cpdm7d ease-in-out;
}

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

.rx-casino-bqtnfn {
  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) {
  .rx-casino-bqtnfn {
    height: 54px;
  }
}

.rx-casino-rhyk4y {
  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) {
  .rx-casino-rhyk4y {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .rx-casino-rhyk4y .rx-casino-mdqikv img {
    max-width: 90px;
  }
}

.rx-casino-mdqikv img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .rx-casino-mdqikv {
    order: -2;
  }
}

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

.rx-casino-7062is {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rx-casino-7062is li {
  font-size: 16px;
  margin: 0 20px;
}

.rx-casino-7062is li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .rx-casino-7062is li a:hover {
    text-decoration: underline;
  }
}

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

.rx-casino-v036bi {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.rx-casino-v036bi.rx-casino-kc7xek {
  margin-right: 0;
}

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

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

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

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

.rx-casino-ao3i3j {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.rx-casino-ao3i3j:hover > ul {
  display: flex;
}

.rx-casino-ao3i3j:focus > ul {
  display: flex;
}

.rx-casino-ao3i3j:focus-within > ul {
  display: flex;
}

.rx-casino-5kwbb7 {
  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;
}

.rx-casino-5kwbb7::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.rx-casino-wa5j1z ease-in-out;
}

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

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

.rx-casino-ao3i3j 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.rx-casino-cpdm7d ease-in-out;
  overflow: hidden;
}

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

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

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

.rx-casino-05d545 {
  display: none;
}

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

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

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

.rx-casino-4vmpdq {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.rx-casino-4vmpdq img {
  margin-bottom: 20px;
}

.rx-casino-4vmpdq p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .rx-casino-4vmpdq p {
    font-size: 16px;
  }
}

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

.rx-casino-wmrswg {
  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) {
  .rx-casino-wmrswg {
    font-size: 32px;
  }
}

.rx-casino-mk5dff {
  color: var(--text-color);
}

.rx-casino-hbrxwx {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.rx-casino-hbrxwx p img {
  display: block;
  margin: 0 auto;
}

.rx-casino-hbrxwx p:first-of-type {
  margin-top: 0;
}

.rx-casino-hbrxwx p:last-of-type {
  margin-bottom: 0;
}

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

.rx-casino-hbrxwx ul {
  padding: 0 0 0 20px;
}

.rx-casino-hbrxwx table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.rx-casino-hbrxwx table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.rx-casino-hbrxwx iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

.rx-casino-qzeck8 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

.rx-casino-xstupe {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.rx-casino-xstupe .rx-casino-zi3vjb {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .rx-casino-xstupe .rx-casino-zi3vjb {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.rx-casino-xstupe .rx-casino-kqzhtc {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .rx-casino-xstupe .rx-casino-kqzhtc {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .rx-casino-xstupe .rx-casino-kqzhtc img {
    width: 100%;
  }
}

.rx-casino-kqzhtc {
  margin: 0 0 28px;
}

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

.rx-casino-zi3vjb {
  margin: 0 0 28px;
}

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

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

.rx-casino-qzeck8 .rx-casino-nuqkze {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

@media only screen and (max-width: 767px) {
  .rx-casino-8v9wyg {
    margin-bottom: 60px;
  }
}

.rx-casino-b75koh {
  position: relative;
  border: none;
}

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

.rx-casino-2bw8i9 {
  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;
}

.rx-casino-2bw8i9 span {
  height: 32px;
}

.rx-casino-2bw8i9 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.rx-casino-2bw8i9.rx-casino-16wkds span {
  transform: scaleY(-1);
}

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

.rx-casino-btk9im {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.rx-casino-btk9im li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.rx-casino-cpdm7d ease-in-out;
}

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

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

.rx-casino-btk9im.rx-casino-1zxu0q {
  display: none;
}

.rx-casino-r7014d {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.rx-casino-r7014d table {
  width: 100%;
  border-collapse: collapse;
}

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

  .rx-casino-r7014d table td {
    min-width: 75px;
  }
}

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

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

.rx-casino-r7014d p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

.rx-casino-t89to0 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.rx-casino-tih7ff table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.rx-casino-tih7ff table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.rx-casino-tih7ff p {
  color: var(--text-color);
}

.rx-casino-cimiey {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.rx-casino-pau3b3 {
  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);
}

.rx-casino-583x2a {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .rx-casino-583x2a {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .rx-casino-583x2a {
    margin-bottom: 60px;
  }
}

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

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

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

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

.rx-casino-mh0cak p + p {
  margin-top: 10px;
}

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

.rx-casino-nojuta {
  display: none;
}

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

.rx-casino-u7d409 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.rx-casino-u7d409 li {
  margin: 0 20px;
}

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

.rx-casino-u7d409 li a img {
  margin-bottom: 4px;
}

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

.rx-casino-rz7g08 {
  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) {
  .rx-casino-rz7g08 {
    padding: 0 16px;
  }
}

.rx-casino-rz7g08 li {
  font-size: 16px;
  position: relative;
}

.rx-casino-rz7g08 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.rx-casino-rz7g08 li span {
  opacity: 0.5;
}

.rx-casino-rz7g08 li + li {
  margin-left: 30px;
}

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

h2.rx-casino-gvocam {
  margin: 0 0 28px;
}

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

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

.rx-casino-x8sdkr 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);
}

.rx-casino-x8sdkr 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;
}

.rx-casino-x8sdkr 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;
}

.rx-casino-x8sdkr tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.rx-casino-x8sdkr tbody tr:last-of-type {
  margin-bottom: 0;
}

.rx-casino-x8sdkr tbody tr td:first-of-type {
  flex-shrink: 0;
}

.rx-casino-x8sdkr 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);
}

.rx-casino-x8sdkr 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);
}

.rx-casino-x8sdkr tbody tr td:last-of-type {
  margin-left: auto;
}

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

.rx-casino-x8sdkr tbody tr td .rx-casino-u5gb8g {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .rx-casino-x8sdkr tbody tr td .rx-casino-u5gb8g {
    width: 100%;
  }
}

.rx-casino-x8sdkr tbody tr td .rx-casino-7kz3ml {
  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.rx-casino-cpdm7d ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .rx-casino-x8sdkr tbody tr td .rx-casino-7kz3ml:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .rx-casino-x8sdkr tbody tr td .rx-casino-7kz3ml {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .rx-casino-x8sdkr tbody tr td .rx-casino-7kz3ml {
    width: 100%;
  }
}

.rx-casino-x8sdkr tbody tr td .rx-casino-9bfp1j {
  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) {
  .rx-casino-x8sdkr tbody tr td .rx-casino-9bfp1j:hover {
    text-decoration: none;
  }
}

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

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

.rx-casino-ods7uo {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.rx-casino-trzwuc {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.rx-casino-cparza img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.rx-casino-cpdm7d ease-in-out;
}

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

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

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

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

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

@media only screen and (max-width: 520px) {
  .rx-casino-8bql9x {
    height: 190px;
    margin: 20px auto;
  }
}

.rx-casino-8bql9x img {
  width: 100%;
  height: 100%;
}

.rx-casino-8bql9x iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .rx-casino-8bql9x iframe {
    height: 190px;
  }
}

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

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

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

.rx-casino-ubpc14 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.rx-casino-cpdm7d ease-in-out;
}

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

.rx-casino-suz01l {
  padding: 90px 0;
}

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

.rx-casino-6vl6jg {
  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) {
  .rx-casino-6vl6jg {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .rx-casino-6vl6jg {
    flex-direction: column-reverse;
  }
}

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

.rx-casino-as83m9 img {
  width: 100%;
}

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

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

.rx-casino-ickhkk {
  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;
}

.rx-casino-ickhkk 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) {
  .rx-casino-ickhkk {
    flex-basis: auto;
  }
}

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

.rx-casino-yup5o8 {
  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.rx-casino-cpdm7d ease-in-out;
}

.rx-casino-yup5o8:hover {
  border: 1px solid #8c8ca2;
}

.rx-casino-2kh3nk {
  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%);
}

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

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

.rx-casino-jlzv27 a {
  text-decoration: underline;
  color: #8babff;
}

.rx-casino-os45v2 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.rx-casino-os45v2 .rx-casino-yup5o8 {
  width: 50%;
  margin: 0;
}

.rx-casino-ia1yfx {
  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;
}

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

.rx-casino-xxbbzb {
  margin: 0 0 100px;
}

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

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

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

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

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

.rx-casino-3fuvx3 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .rx-casino-3fuvx3 {
    flex-basis: auto;
    max-width: 100%;
  }
}

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

.rx-casino-nqosa1 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.rx-casino-cpdm7d ease-in-out;
}

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

.rx-casino-nqosa1 a svg {
  fill: #fff;
}

.rx-casino-nqosa1 a:hover {
  background: #3d68e7;
}

.rx-casino-f7q170 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.rx-casino-osdu44 {
  margin-bottom: 16px;
}

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

.rx-casino-nxtluc {
  font-size: 16px;
  color: var(--text-color);
}

.rx-casino-mgf470 {
  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) {
  .rx-casino-mgf470 {
    padding: 0 16px;
  }
}

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

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

.rx-casino-5xco35 {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

@media only screen and (min-width: 992px) {
  .rx-casino-5xco35 {
    margin: 0;
    padding-right: 20px;
  }
}

.rx-casino-hp17bq {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.rx-casino-hp17bq 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);
}

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

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

.rx-casino-hp17bq table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .rx-casino-hp17bq {
    margin: 0;
  }
}

.rx-casino-sao0c6 {
  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) {
  .rx-casino-sao0c6 {
    min-height: 190px;
  }
}

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

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

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

.rx-casino-0j2k1j.rx-casino-ub5mj7 {
  display: none;
}

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

.rx-casino-bx4rkp iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rx-casino-bx4rkp iframe.rx-casino-p7htjr {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.rx-casino-bx4rkp.rx-casino-o6kmef {
  opacity: 1;
  pointer-events: all;
}

.rx-casino-auoabr {
  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.rx-casino-cpdm7d ease-in-out;
}

.rx-casino-auoabr svg {
  margin-right: 10px;
}

.rx-casino-auoabr + .rx-casino-auoabr {
  margin-top: 14px;
}

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

.rx-casino-1w14ts {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

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

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

.rx-casino-mgf470 .rx-casino-qzeck8 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.rx-casino-mgf470 .rx-casino-qzeck8 h1,
.rx-casino-mgf470 .rx-casino-qzeck8 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) {
  .rx-casino-mgf470 .rx-casino-qzeck8 h1,
  .rx-casino-mgf470 .rx-casino-qzeck8 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .rx-casino-mgf470 .rx-casino-qzeck8 {
    margin: 28px 0 0;
  }
}

.rx-casino-pocur2 {
  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) {
  .rx-casino-pocur2 {
    padding: 0 16px;
  }
}

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

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

.rx-casino-dvdawu {
  max-width: 545px;
  width: 100%;
}

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

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

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

.rx-casino-abfknm iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rx-casino-z965ch {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

.rx-casino-5hvl3b {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

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

.rx-casino-cj7j6w {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

.rx-casino-6oacwc span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

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

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

@media only screen and (max-width: 540px) {
  .rx-casino-29i67u {
    padding: 10px;
  }
}

.rx-casino-29i67u .rx-casino-nuqkze {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .rx-casino-29i67u .rx-casino-nuqkze {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .rx-casino-29i67u {
    flex-wrap: wrap;
  }
}

.rx-casino-9tl6qv {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.rx-casino-9tl6qv img {
  width: 100%;
}

.rx-casino-mfh2v6 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.rx-casino-1qcfar {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.rx-casino-k7wtvi {
  width: 100%;
  margin: 0 0 100px;
}

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

.rx-casino-k7wtvi .rx-casino-t69kis {
  position: relative;
}

.rx-casino-k7wtvi .rx-casino-omm4rz {
  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;
}

.rx-casino-k7wtvi .rx-casino-omm4rz.rx-casino-ub5mj7 {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .rx-casino-k7wtvi .rx-casino-be8dhj {
    bottom: 90px;
  }
}

.rx-casino-k7wtvi .rx-casino-be8dhj .rx-casino-r0704s {
  max-width: 300px;
  width: 100%;
}

.rx-casino-k7wtvi .rx-casino-be8dhj .rx-casino-r0704s .rx-casino-a03qjh {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .rx-casino-k7wtvi .rx-casino-be8dhj .rx-casino-r0704s .rx-casino-a03qjh {
    font-size: 32px;
    text-align: center;
  }
}

.rx-casino-k7wtvi .rx-casino-be8dhj .rx-casino-r0704s .rx-casino-xfutzt {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .rx-casino-k7wtvi .rx-casino-be8dhj .rx-casino-r0704s .rx-casino-xfutzt {
    text-align: center;
  }
}

.rx-casino-k7wtvi .rx-casino-be8dhj .rx-casino-kc7xek {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .rx-casino-k7wtvi .rx-casino-be8dhj .rx-casino-kc7xek {
    flex-direction: column-reverse;
  }
}

.rx-casino-k7wtvi .rx-casino-be8dhj .rx-casino-kc7xek .rx-casino-3p1qf2 {
  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.rx-casino-cpdm7d ease-in-out;
}

.rx-casino-k7wtvi .rx-casino-be8dhj .rx-casino-kc7xek .rx-casino-3p1qf2:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .rx-casino-k7wtvi .rx-casino-be8dhj .rx-casino-kc7xek .rx-casino-3p1qf2 {
    width: 100%;
  }
}

.rx-casino-k7wtvi .rx-casino-be8dhj .rx-casino-kc7xek .rx-casino-oicn87 {
  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.rx-casino-cpdm7d ease-in-out;
  overflow: hidden;
}

.rx-casino-k7wtvi .rx-casino-be8dhj .rx-casino-kc7xek .rx-casino-oicn87 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);
  }
}

.rx-casino-k7wtvi .rx-casino-be8dhj .rx-casino-kc7xek .rx-casino-oicn87: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;
}

.rx-casino-k7wtvi .rx-casino-be8dhj .rx-casino-kc7xek .rx-casino-oicn87:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .rx-casino-k7wtvi .rx-casino-be8dhj .rx-casino-kc7xek .rx-casino-oicn87 {
    width: 100%;
  }
}

.rx-casino-k7wtvi .rx-casino-be8dhj.rx-casino-ub5mj7 {
  display: none;
}

.rx-casino-k7wtvi .rx-casino-2bfzp8 {
  display: none;
}

.rx-casino-k7wtvi .rx-casino-2bfzp8.rx-casino-o6kmef {
  display: block;
}

.rx-casino-k7wtvi .rx-casino-2bfzp8 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .rx-casino-k7wtvi .rx-casino-2bfzp8 iframe {
    height: calc(100vh - 54px);
  }
}

.rx-casino-k7wtvi .rx-casino-lhmwvk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .rx-casino-k7wtvi .rx-casino-lhmwvk {
    padding: 24px 16px 0;
  }
}

.rx-casino-k7wtvi .rx-casino-lhmwvk .rx-casino-a03qjh {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .rx-casino-k7wtvi .rx-casino-lhmwvk .rx-casino-a03qjh {
    margin-bottom: 24px;
  }
}

.rx-casino-k7wtvi .rx-casino-lhmwvk 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);
}

.rx-casino-k7wtvi .rx-casino-lhmwvk 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) {
  .rx-casino-k7wtvi .rx-casino-lhmwvk table tr td {
    padding: 12px 4px;
  }
}

.rx-casino-k7wtvi .rx-casino-lhmwvk 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) {
  .rx-casino-k7wtvi .rx-casino-lhmwvk table tr th {
    padding: 12px 4px;
  }
}

.rx-casino-k7wtvi .rx-casino-lhmwvk table tr:last-of-type td {
  border-bottom: none;
}

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

.rx-casino-7l8ky4.rx-casino-080fkj {
  display: block;
}

.rx-casino-7l8ky4 iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.rx-casino-7l8ky4 .rx-casino-lsz429 {
  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;
}

.rx-casino-7l8ky4 .rx-casino-y7x2ei {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.rx-casino-7l8ky4 .rx-casino-oicn87 {
  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.rx-casino-cpdm7d ease-in-out;
}

.rx-casino-7l8ky4 .rx-casino-oicn87:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.rx-casino-xw43e7.rx-casino-080fkj {
  display: block;
}

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

.rx-casino-sl31pu {
  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;
}

.rx-casino-h0944o {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.rx-casino-9v858i {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.rx-casino-9v858i svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.rx-casino-nzj9yx {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.rx-casino-ev5ir3.rx-casino-ub5mj7 {
  display: none;
}

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

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

.rx-casino-ukstk3 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.rx-casino-ukstk3 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.rx-casino-cpdm7d ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.rx-casino-ukstk3 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.rx-casino-ukstk3 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.rx-casino-ukstk3 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.rx-casino-ukstk3 input:active {
  border-color: #c2c0ce;
}

.rx-casino-ukstk3 input:focus {
  border-color: #c2c0ce;
}

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

.rx-casino-a9u72d {
  margin-bottom: 36px;
}

.rx-casino-a9u72d 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;
}

.rx-casino-a9u72d textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.rx-casino-a9u72d textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.rx-casino-hdx0az {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.rx-casino-l46fpb {
  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.rx-casino-cpdm7d ease-in-out;
}

.rx-casino-l46fpb:hover {
  background: var(--border-color);
}

.rx-casino-4pmu49 {
  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.rx-casino-cpdm7d ease-in-out;
}

.rx-casino-4pmu49:hover {
  background: #166ad9;
}

.rx-casino-8yyqsk {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.rx-casino-8yyqsk.rx-casino-ub5mj7 {
  display: none;
}

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

.rx-casino-8yyqsk .rx-casino-l46fpb {
  margin: 0 auto;
}

.rx-casino-xqnj4n {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.rx-casino-oo9cib {
  filter: grayscale(100%);
}

.rx-casino-tlcc6x > input {
  display: none;
}

.rx-casino-tlcc6x > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.rx-casino-0vg76l.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.rx-casino-p1klm5 44.rx-casino-sx1ea1.rx-casino-0phl5i.rx-casino-gyy1z3.rx-casino-e6ogw7.rx-casino-qxfkko.rx-casino-1403n8.rx-casino-qraoa7.rx-casino-q007dx.rx-casino-nl9zje.rx-casino-50hko6.rx-casino-yo3tok.rx-casino-bzkvr4 0l-12.rx-casino-zve5xt 30.rx-casino-h6sk9q.rx-casino-zwhorl 2.rx-casino-bpp166.rx-casino-zwhorl 3.rx-casino-vffcxf 3.rx-casino-jodjnr.rx-casino-o6wb7j 3.rx-casino-g0uvoc.rx-casino-b8n9lh.rx-casino-39u19v.rx-casino-4nuu97 7-3.rx-casino-zve5xt 10.rx-casino-c44qra.rx-casino-4nuu97 23.rx-casino-51tdnu.rx-casino-i70f8n 1.rx-casino-26xox1 2.rx-casino-zve5xt 3.rx-casino-i70f8n 1.rx-casino-o6wb7j 5.rx-casino-xtgsi5.rx-casino-o6wb7j 32.rx-casino-mh68v7.rx-casino-b8n9lh 5.rx-casino-bzkvr4 4.rx-casino-4nuu97 9.rx-casino-4nuu97 8.rx-casino-o6wb7j 6.rx-casino-xtsflo.rx-casino-pqyqqn.rx-casino-nifwfy.rx-casino-guyaa3.rx-casino-mablmz 4.rx-casino-cq1zaj.rx-casino-mablmz 6.rx-casino-mablmz 0l29.rx-casino-bzkvr4 17.rx-casino-ogq2gn.rx-casino-4jstw2 2.rx-casino-i0zoji 10.rx-casino-b0v66r.rx-casino-zve5xt 8.rx-casino-tvfrm9.rx-casino-uahq9i.rx-casino-vomm2c.rx-casino-8vy633.rx-casino-lk48q8.rx-casino-b8n9lh.rx-casino-qxfkko.rx-casino-zve5xt 1.rx-casino-l1u0l5.rx-casino-t4amvj.rx-casino-lqxue8.rx-casino-hmflef.rx-casino-v2grc7.rx-casino-26xox1 1.rx-casino-2deakd.rx-casino-7im35p.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.rx-casino-tlcc6x > input:checked ~ label,
.rx-casino-tlcc6x > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.rx-casino-0vg76l.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.rx-casino-p1klm5 44.rx-casino-sx1ea1.rx-casino-0phl5i.rx-casino-gyy1z3.rx-casino-e6ogw7.rx-casino-qxfkko.rx-casino-1403n8.rx-casino-qraoa7.rx-casino-q007dx.rx-casino-nl9zje.rx-casino-50hko6.rx-casino-yo3tok.rx-casino-bzkvr4 0l-12.rx-casino-zve5xt 30.rx-casino-h6sk9q.rx-casino-zwhorl 2.rx-casino-bpp166.rx-casino-zwhorl 3.rx-casino-vffcxf 3.rx-casino-jodjnr.rx-casino-o6wb7j 3.rx-casino-g0uvoc.rx-casino-b8n9lh.rx-casino-39u19v.rx-casino-4nuu97 7-3.rx-casino-zve5xt 10.rx-casino-c44qra.rx-casino-4nuu97 23.rx-casino-51tdnu.rx-casino-i70f8n 1.rx-casino-26xox1 2.rx-casino-zve5xt 3.rx-casino-i70f8n 1.rx-casino-o6wb7j 5.rx-casino-xtgsi5.rx-casino-o6wb7j 32.rx-casino-mh68v7.rx-casino-b8n9lh 5.rx-casino-bzkvr4 4.rx-casino-4nuu97 9.rx-casino-4nuu97 8.rx-casino-o6wb7j 6.rx-casino-xtsflo.rx-casino-pqyqqn.rx-casino-nifwfy.rx-casino-guyaa3.rx-casino-mablmz 4.rx-casino-cq1zaj.rx-casino-mablmz 6.rx-casino-mablmz 0l29.rx-casino-bzkvr4 17.rx-casino-ogq2gn.rx-casino-4jstw2 2.rx-casino-i0zoji 10.rx-casino-b0v66r.rx-casino-zve5xt 8.rx-casino-tvfrm9.rx-casino-uahq9i.rx-casino-vomm2c.rx-casino-8vy633.rx-casino-lk48q8.rx-casino-b8n9lh.rx-casino-qxfkko.rx-casino-zve5xt 1.rx-casino-l1u0l5.rx-casino-t4amvj.rx-casino-lqxue8.rx-casino-hmflef.rx-casino-v2grc7.rx-casino-26xox1 1.rx-casino-2deakd.rx-casino-7im35p.5z'/%3e%3c/svg%3e");
}

.rx-casino-tlcc6x > input:not(:checked) ~ label:hover,
.rx-casino-tlcc6x > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.rx-casino-0vg76l.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.rx-casino-p1klm5 44.rx-casino-sx1ea1.rx-casino-0phl5i.rx-casino-gyy1z3.rx-casino-e6ogw7.rx-casino-qxfkko.rx-casino-1403n8.rx-casino-qraoa7.rx-casino-q007dx.rx-casino-nl9zje.rx-casino-50hko6.rx-casino-yo3tok.rx-casino-bzkvr4 0l-12.rx-casino-zve5xt 30.rx-casino-h6sk9q.rx-casino-zwhorl 2.rx-casino-bpp166.rx-casino-zwhorl 3.rx-casino-vffcxf 3.rx-casino-jodjnr.rx-casino-o6wb7j 3.rx-casino-g0uvoc.rx-casino-b8n9lh.rx-casino-39u19v.rx-casino-4nuu97 7-3.rx-casino-zve5xt 10.rx-casino-c44qra.rx-casino-4nuu97 23.rx-casino-51tdnu.rx-casino-i70f8n 1.rx-casino-26xox1 2.rx-casino-zve5xt 3.rx-casino-i70f8n 1.rx-casino-o6wb7j 5.rx-casino-xtgsi5.rx-casino-o6wb7j 32.rx-casino-mh68v7.rx-casino-b8n9lh 5.rx-casino-bzkvr4 4.rx-casino-4nuu97 9.rx-casino-4nuu97 8.rx-casino-o6wb7j 6.rx-casino-xtsflo.rx-casino-pqyqqn.rx-casino-nifwfy.rx-casino-guyaa3.rx-casino-mablmz 4.rx-casino-cq1zaj.rx-casino-mablmz 6.rx-casino-mablmz 0l29.rx-casino-bzkvr4 17.rx-casino-ogq2gn.rx-casino-4jstw2 2.rx-casino-i0zoji 10.rx-casino-b0v66r.rx-casino-zve5xt 8.rx-casino-tvfrm9.rx-casino-uahq9i.rx-casino-vomm2c.rx-casino-8vy633.rx-casino-lk48q8.rx-casino-b8n9lh.rx-casino-qxfkko.rx-casino-zve5xt 1.rx-casino-l1u0l5.rx-casino-t4amvj.rx-casino-lqxue8.rx-casino-hmflef.rx-casino-v2grc7.rx-casino-26xox1 1.rx-casino-2deakd.rx-casino-7im35p.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .rx-casino-365xbf > .rx-casino-r275zp {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .rx-casino-365xbf > .rx-casino-r275zp {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .rx-casino-365xbf > .rx-casino-r275zp {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .rx-casino-365xbf > .rx-casino-r275zp {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .rx-casino-365xbf > .rx-casino-r275zp {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.rx-casino-bpn91a {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.rx-casino-bpn91a.rx-casino-ub5mj7 {
  display: none;
}

.rx-casino-mhzteh {
  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) {
  .rx-casino-mhzteh {
    height: 74px;
    overflow: visible;
  }
}

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

.rx-casino-0iidf2 {
  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;
}

.rx-casino-0iidf2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.rx-casino-0iidf2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.rx-casino-0iidf2 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.rx-casino-afvfgv {
  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;
}

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

.rx-casino-afvfgv::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) {
  .rx-casino-afvfgv::after {
    display: none;
  }
}

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

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

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

@media only screen and (max-width: 1023px) {
  .rx-casino-my3huj {
    top: -20px;
  }
}

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

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

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

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

.rx-casino-bpn91a.rx-casino-3m0w5g .rx-casino-mhzteh {
  background: #2b3b67;
}

.rx-casino-bpn91a.rx-casino-3m0w5g .rx-casino-0iidf2 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.rx-casino-bpn91a.rx-casino-3m0w5g .rx-casino-0iidf2::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.rx-casino-bpn91a.rx-casino-3m0w5g .rx-casino-0iidf2::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.rx-casino-bpn91a.rx-casino-3m0w5g .rx-casino-afvfgv::before {
  background: #0e0f41;
}

.rx-casino-bpn91a.rx-casino-3m0w5g .rx-casino-afvfgv::after {
  background: #152557;
}

.rx-casino-bpn91a.rx-casino-up44dy .rx-casino-mhzteh {
  background: #1f35fa;
}

.rx-casino-bpn91a.rx-casino-up44dy .rx-casino-0iidf2 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.rx-casino-bpn91a.rx-casino-up44dy .rx-casino-0iidf2::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.rx-casino-bpn91a.rx-casino-up44dy .rx-casino-0iidf2::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.rx-casino-bpn91a.rx-casino-up44dy .rx-casino-afvfgv::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.rx-casino-bpn91a.rx-casino-up44dy .rx-casino-afvfgv::after {
  background: #192ac8;
}

.rx-casino-bpn91a.rx-casino-mh3qrf .rx-casino-mhzteh {
  background: #fa771f;
}

.rx-casino-bpn91a.rx-casino-mh3qrf .rx-casino-0iidf2 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.rx-casino-bpn91a.rx-casino-mh3qrf .rx-casino-0iidf2::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.rx-casino-bpn91a.rx-casino-mh3qrf .rx-casino-0iidf2::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.rx-casino-bpn91a.rx-casino-mh3qrf .rx-casino-afvfgv::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.rx-casino-bpn91a.rx-casino-mh3qrf .rx-casino-afvfgv::after {
  background: #fa8535;
}

.rx-casino-1yp1zt {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .rx-casino-1yp1zt {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .rx-casino-1yp1zt {
    margin: 24px 0 60px;
  }
}

.rx-casino-1yp1zt h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

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

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

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

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

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

.rx-casino-jl03mr {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rx-casino-jl03mr span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.rx-casino-jl03mr small {
  font-size: 14px;
  color: var(--text-color);
}

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

.rx-casino-s4wyx5 {
  width: 120px;
  height: 22px;
}

.rx-casino-s4wyx5 .rx-casino-yx07ch {
  fill: #c2c0ce;
}

.rx-casino-s4wyx5 [rating="1"] .rx-casino-yx07ch:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.rx-casino-s4wyx5 [rating="2"] .rx-casino-yx07ch:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.rx-casino-s4wyx5 [rating="3"] .rx-casino-yx07ch:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.rx-casino-s4wyx5 [rating="4"] .rx-casino-yx07ch:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.rx-casino-s4wyx5 [rating="5"] .rx-casino-yx07ch:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.rx-casino-duagfg {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.rx-casino-mkitj7 {
  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);
}

.rx-casino-mkitj7.rx-casino-o6kmef {
  display: block;
}

.rx-casino-mkitj7.rx-casino-ub5mj7 {
  display: none;
}

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

.rx-casino-0tqpmp {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.rx-casino-sdx191 {
  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);
}

.rx-casino-ju7zul {
  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;
}

.rx-casino-kcab64 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.rx-casino-u980b0 {
  font-size: 16px;
  line-height: 140%;
}

.rx-casino-d58pz0 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.rx-casino-d58pz0 .rx-casino-yx07ch {
  fill: #c2c0ce;
}

.rx-casino-d58pz0 [rating="1"] .rx-casino-yx07ch:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.rx-casino-d58pz0 [rating="2"] .rx-casino-yx07ch:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.rx-casino-d58pz0 [rating="3"] .rx-casino-yx07ch:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.rx-casino-d58pz0 [rating="4"] .rx-casino-yx07ch:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.rx-casino-d58pz0 [rating="5"] .rx-casino-yx07ch:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.rx-casino-uh026l {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.rx-casino-341zpk {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .rx-casino-341zpk {
    padding: 0 16px;
  }
}

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

.rx-casino-qvx3nr {
  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) {
  .rx-casino-qvx3nr {
    padding: 12px;
    gap: 12px;
  }
}

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

.rx-casino-ij1pcl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rx-casino-eiyqi5 {
  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;
}

.rx-casino-1h9gn3 {
  flex: 1;
  min-width: 0;
}

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

.rx-casino-d6566f {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.rx-casino-d6566f svg,
.rx-casino-d6566f img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rx-casino-d6566f svg path {
  fill: var(--button-bg-color);
}

.rx-casino-d6566f svg circle {
  fill: var(--button-text-color);
}

.rx-casino-9sgprc {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .rx-casino-9sgprc {
    font-size: 12px;
  }
}

.rx-casino-9sgprc strong {
  font-weight: 600;
}

.rx-casino-19rypu {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.rx-casino-19rypu p {
  margin: 0 0 16px;
}

.rx-casino-19rypu p:last-child {
  margin-bottom: 0;
}

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

.rx-casino-2v2wsb {
  max-width: 300px;
  width: 100%;
}

.rx-casino-2v2wsb a {
  width: 100%;
}

@media (max-width: 575px) {
  .rx-casino-2v2wsb {
    max-width: 200px;
  }
}

.rx-casino-fv6gle {
  justify-content: center;
}

.rx-casino-b4bzt8 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rx-casino-havtxv {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.rx-casino-890ryg .rx-casino-7062is {
  justify-content: center;
}

/* faq */

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

.rx-casino-98d8jy {
  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.rx-casino-fl6wvv ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rx-casino-98d8jy::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.rx-casino-fl6wvv ease;
}

.rx-casino-ebjy35.rx-casino-080fkj .rx-casino-98d8jy::after {
  transform: rotate(45deg);
}

.rx-casino-w28q57 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.rx-casino-cpdm7d ease, padding 0.rx-casino-cpdm7d ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.rx-casino-ebjy35.rx-casino-080fkj .rx-casino-w28q57 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.rx-casino-u484g6 {
  margin: 25px 0;
}

.rx-casino-tlcc6x > input:not(:checked) ~ label:hover,
.rx-casino-tlcc6x > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.rx-casino-adi8l6.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.rx-casino-zddoph 44.rx-casino-ymscx1.rx-casino-go686p.rx-casino-1dnxpb.rx-casino-l2uc06.rx-casino-hkk4ek.rx-casino-8f3n0k.rx-casino-tjq46z.rx-casino-keslkb.rx-casino-5my0j8.rx-casino-i8kt6l.rx-casino-9otduy.rx-casino-pmb41z 0l-12.rx-casino-8wazyk 30.rx-casino-d4hr0s.rx-casino-33h41c 2.rx-casino-dmwkei.rx-casino-33h41c 3.rx-casino-cpym1s 3.rx-casino-l03zkd.rx-casino-3bewpx 3.rx-casino-7yxm5x.rx-casino-jw6gsb.rx-casino-b62hif.rx-casino-iakd3e 7-3.rx-casino-8wazyk 10.rx-casino-rhkjp0.rx-casino-iakd3e 23.rx-casino-34485i.rx-casino-wfikty 1.rx-casino-06t2xu 2.rx-casino-8wazyk 3.rx-casino-wfikty 1.rx-casino-3bewpx 5.rx-casino-qsw5vq.rx-casino-3bewpx 32.rx-casino-rwnumz.rx-casino-jw6gsb 5.rx-casino-pmb41z 4.rx-casino-iakd3e 9.rx-casino-iakd3e 8.rx-casino-3bewpx 6.rx-casino-bn0m4e.rx-casino-z4bfrv.rx-casino-rjny86.rx-casino-5p39ln.rx-casino-uz3q0r 4.rx-casino-3lzxt2.rx-casino-uz3q0r 6.rx-casino-uz3q0r 0l29.rx-casino-pmb41z 17.rx-casino-1y26ys.rx-casino-g81seh 2.rx-casino-7sksdv 10.rx-casino-7q4lfq.rx-casino-8wazyk 8.rx-casino-p0rr7x.rx-casino-hn91yl.rx-casino-sqwac7.rx-casino-4xn46f.rx-casino-5h6hdp.rx-casino-jw6gsb.rx-casino-hkk4ek.rx-casino-8wazyk 1.rx-casino-q79yyq.rx-casino-2w85nn.rx-casino-732yze.rx-casino-g5txcf.rx-casino-ryw2pf.rx-casino-06t2xu 1.rx-casino-03dk2r.rx-casino-tieid2.5z'/%3e%3c/svg%3e");
}

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

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

.rx-casino-06dmzb {
  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);
}

.rx-casino-06dmzb.rx-casino-2upc17 {
  display: block;
}

.rx-casino-06dmzb.rx-casino-9sa2uq {
  display: none;
}

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

.rx-casino-emhu2z {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.rx-casino-l00ko4 {
  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);
}

.rx-casino-3qu509 {
  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;
}

.rx-casino-uos047 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.rx-casino-0ithpx {
  font-size: 16px;
  line-height: 140%;
}

.rx-casino-ytgvkp {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.rx-casino-ytgvkp .rx-casino-h6pq9e {
  fill: #c2c0ce;
}

.rx-casino-ytgvkp [rating="1"] .rx-casino-h6pq9e:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.rx-casino-ytgvkp [rating="2"] .rx-casino-h6pq9e:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.rx-casino-ytgvkp [rating="3"] .rx-casino-h6pq9e:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.rx-casino-ytgvkp [rating="4"] .rx-casino-h6pq9e:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.rx-casino-ytgvkp [rating="5"] .rx-casino-h6pq9e:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.rx-casino-em4a57 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;
}

.rx-casino-em4a57 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 */

.rx-casino-8uhx6p {
  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);
}

.rx-casino-8uhx6p.rx-casino-lpe4ml {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.rx-casino-c3nqpz {
  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;
}

.rx-casino-c3nqpz label {
  font-size: 14px;
}

.rx-casino-c3nqpz h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rx-casino-c3nqpz input,
.rx-casino-c3nqpz textarea,
.rx-casino-c3nqpz 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;
}
.rx-casino-c3nqpz button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rx-casino-fl6wvv ease;
}
.rx-casino-c3nqpz button:hover {
  background-color: var(--button-bg-hover);
}
.rx-casino-6cnnd3 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rx-casino-21rvau ease-in;
}

.rx-casino-6cnnd3 h2 {
  color: green;
  font-weight: 500;
}

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