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

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

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

.sevenplay-omdj6c {
  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) {
  .sevenplay-omdj6c: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;
  }
}

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

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

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

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

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

.sevenplay-x9l8lz {
  cursor: pointer;
}

.sevenplay-nu695f {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.sevenplay-ecvmyp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sevenplay-ecvmyp figure {
  margin: 0;
}

.sevenplay-ecvmyp.sevenplay-yxk7nn {
  justify-content: flex-start;
  margin-right: 4px;
}

.sevenplay-ecvmyp.sevenplay-re8o36 {
  justify-content: flex-end;
  margin-left: 4px;
}

.sevenplay-ecvmyp.sevenplay-6tdwhv {
  justify-content: center;
}

.sevenplay-ecvmyp.sevenplay-4s41cg {
  justify-content: normal;
}

.sevenplay-v2r5h4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.sevenplay-fp4c6t img {
  width: 100%;
}

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

.sevenplay-8pdsvr {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.sevenplay-8pdsvr 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);
}

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

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

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

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

.sevenplay-8pdsvr ul li:last-of-type::after {
  display: none;
}

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

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

.sevenplay-rtwjky {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.sevenplay-gh9vtj.sevenplay-hf3bkc {
  background-color: #000;
}

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

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

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

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

.sevenplay-tqf5vd {
  margin-bottom: 94px;
}

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

.sevenplay-xl3amh .sevenplay-qnlja9 {
  margin-bottom: 28px;
}

.sevenplay-xl3amh .sevenplay-qnlja9 img {
  max-height: 100px;
  width: auto;
}

.sevenplay-en3eb2 {
  display: flex;
  align-items: center;
}

.sevenplay-en3eb2 a + a {
  margin-left: 24px;
}

.sevenplay-en3eb2 img {
  max-height: 56px;
  width: auto;
}

.sevenplay-en3eb2 img + img {
  margin-left: 24px;
}

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

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

.sevenplay-yrufhl {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.sevenplay-ps92oo li {
  display: flex;
  margin: 0 7px;
}

.sevenplay-ps92oo li svg {
  transition: 0.sevenplay-oo6dp5 ease-in-out;
}

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

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

.sevenplay-swf6vn + .sevenplay-swf6vn {
  margin-left: 120px;
}

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

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

.sevenplay-cizswq {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sevenplay-cizswq li {
  font-size: 16px;
}

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

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

.sevenplay-cizswq li + li {
  margin-top: 16px;
}

.sevenplay-1e4qki {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.sevenplay-770i22 ease-in-out;
}

.sevenplay-1e4qki.sevenplay-yj2sdj {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.sevenplay-6e2rgi {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.sevenplay-1bu9l8 li {
  width: 100%;
}

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

.sevenplay-1bu9l8 li a svg {
  fill: var(--button-text-color);
}

.sevenplay-1bu9l8 li a.sevenplay-yj2sdj {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.sevenplay-i2dsyv {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.sevenplay-i2dsyv img {
  width: 100%;
  transition: 0.sevenplay-oo6dp5 ease-in-out;
}

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

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

.sevenplay-50pbqy {
  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) {
  .sevenplay-50pbqy {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .sevenplay-50pbqy .sevenplay-qnlja9 img {
    max-width: 90px;
  }
}

.sevenplay-qnlja9 img {
  max-height: 50px;
  width: auto;
}

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

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

.sevenplay-9v9w9v {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sevenplay-9v9w9v li {
  font-size: 16px;
  margin: 0 20px;
}

.sevenplay-9v9w9v li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.sevenplay-0zghze {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.sevenplay-0zghze.sevenplay-fk20vx {
  margin-right: 0;
}

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

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

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

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

.sevenplay-02yi64 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.sevenplay-02yi64:hover > ul {
  display: flex;
}

.sevenplay-02yi64:focus > ul {
  display: flex;
}

.sevenplay-02yi64:focus-within > ul {
  display: flex;
}

.sevenplay-5s6wjn {
  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;
}

.sevenplay-5s6wjn::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.sevenplay-770i22 ease-in-out;
}

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

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

.sevenplay-02yi64 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.sevenplay-oo6dp5 ease-in-out;
  overflow: hidden;
}

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

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

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

.sevenplay-e224io {
  display: none;
}

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

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

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

.sevenplay-8j47km {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.sevenplay-8j47km img {
  margin-bottom: 20px;
}

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

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

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

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

.sevenplay-x5oj9j {
  color: var(--text-color);
}

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

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

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

.sevenplay-gtu62u p img {
  display: block;
  margin: 0 auto;
}

.sevenplay-gtu62u p:first-of-type {
  margin-top: 0;
}

.sevenplay-gtu62u p:last-of-type {
  margin-bottom: 0;
}

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

.sevenplay-gtu62u ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

.sevenplay-52c8te {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

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

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

.sevenplay-gg3zx9 .sevenplay-5e43wu {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .sevenplay-gg3zx9 .sevenplay-5e43wu {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.sevenplay-gg3zx9 .sevenplay-gim0e3 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.sevenplay-gim0e3 {
  margin: 0 0 28px;
}

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

.sevenplay-5e43wu {
  margin: 0 0 28px;
}

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

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

.sevenplay-52c8te .sevenplay-omdj6c {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.sevenplay-3m39qx {
  position: relative;
  border: none;
}

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

.sevenplay-mg0c44 {
  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;
}

.sevenplay-mg0c44 span {
  height: 32px;
}

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

.sevenplay-mg0c44.sevenplay-dcszdj span {
  transform: scaleY(-1);
}

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

.sevenplay-0kexsm {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.sevenplay-0kexsm.sevenplay-58jvwu {
  display: none;
}

.sevenplay-wq7262 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.sevenplay-wq7262 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .sevenplay-wq7262 table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.sevenplay-nqez9v {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.sevenplay-ejo8p5 p {
  color: var(--text-color);
}

.sevenplay-zd0jnx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.sevenplay-olcfk7 {
  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);
}

.sevenplay-lyzgjw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.sevenplay-u47437 p + p {
  margin-top: 10px;
}

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

.sevenplay-hz8hbo {
  display: none;
}

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

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

.sevenplay-t1nuye li {
  margin: 0 20px;
}

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

.sevenplay-t1nuye li a img {
  margin-bottom: 4px;
}

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

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

.sevenplay-kl251z li {
  font-size: 16px;
  position: relative;
}

.sevenplay-kl251z li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.sevenplay-kl251z li span {
  opacity: 0.5;
}

.sevenplay-kl251z li + li {
  margin-left: 30px;
}

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

h2.sevenplay-j76078 {
  margin: 0 0 28px;
}

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

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

.sevenplay-7v76n7 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);
}

.sevenplay-7v76n7 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;
}

.sevenplay-7v76n7 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;
}

.sevenplay-7v76n7 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.sevenplay-7v76n7 tbody tr:last-of-type {
  margin-bottom: 0;
}

.sevenplay-7v76n7 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.sevenplay-7v76n7 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);
}

.sevenplay-7v76n7 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);
}

.sevenplay-7v76n7 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.sevenplay-7v76n7 tbody tr td .sevenplay-yw27hr {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .sevenplay-7v76n7 tbody tr td .sevenplay-yw27hr {
    width: 100%;
  }
}

.sevenplay-7v76n7 tbody tr td .sevenplay-xq08z1 {
  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.sevenplay-oo6dp5 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .sevenplay-7v76n7 tbody tr td .sevenplay-xq08z1:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .sevenplay-7v76n7 tbody tr td .sevenplay-xq08z1 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .sevenplay-7v76n7 tbody tr td .sevenplay-xq08z1 {
    width: 100%;
  }
}

.sevenplay-7v76n7 tbody tr td .sevenplay-ju9fs0 {
  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) {
  .sevenplay-7v76n7 tbody tr td .sevenplay-ju9fs0:hover {
    text-decoration: none;
  }
}

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

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

.sevenplay-7gw9bk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.sevenplay-4tbvtu {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.sevenplay-x5vnu1 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.sevenplay-oo6dp5 ease-in-out;
}

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

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

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

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

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

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

.sevenplay-r4ybui img {
  width: 100%;
  height: 100%;
}

.sevenplay-r4ybui iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.sevenplay-5ms4dc svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.sevenplay-oo6dp5 ease-in-out;
}

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

.sevenplay-cte8i3 {
  padding: 90px 0;
}

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

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

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

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

.sevenplay-qd68cj img {
  width: 100%;
}

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

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

.sevenplay-f249cv {
  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;
}

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

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

.sevenplay-avn575 {
  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.sevenplay-oo6dp5 ease-in-out;
}

.sevenplay-avn575:hover {
  border: 1px solid #8c8ca2;
}

.sevenplay-lr9v2x {
  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%);
}

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

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

.sevenplay-1i3ind a {
  text-decoration: underline;
  color: #8babff;
}

.sevenplay-261k7a {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.sevenplay-261k7a .sevenplay-avn575 {
  width: 50%;
  margin: 0;
}

.sevenplay-mlh1em {
  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;
}

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

.sevenplay-xzr0nx {
  margin: 0 0 100px;
}

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

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

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

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

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

.sevenplay-d1eusa {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.sevenplay-v2ae7z 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.sevenplay-oo6dp5 ease-in-out;
}

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

.sevenplay-v2ae7z a svg {
  fill: #fff;
}

.sevenplay-v2ae7z a:hover {
  background: #3d68e7;
}

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

.sevenplay-ichedz {
  margin-bottom: 16px;
}

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

.sevenplay-8dzhhi {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.sevenplay-ecjarn 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);
}

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

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

.sevenplay-ecjarn table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

.sevenplay-7djeus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.sevenplay-7djeus.sevenplay-rjvtlu {
  display: none;
}

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

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

.sevenplay-i1iib1 iframe.sevenplay-sxolda {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.sevenplay-i1iib1.sevenplay-k8a9i8 {
  opacity: 1;
  pointer-events: all;
}

.sevenplay-0jsf6f {
  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.sevenplay-oo6dp5 ease-in-out;
}

.sevenplay-0jsf6f svg {
  margin-right: 10px;
}

.sevenplay-0jsf6f + .sevenplay-0jsf6f {
  margin-top: 14px;
}

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

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

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

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

.sevenplay-mx1v0t .sevenplay-52c8te {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.sevenplay-mx1v0t .sevenplay-52c8te h1,
.sevenplay-mx1v0t .sevenplay-52c8te 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) {
  .sevenplay-mx1v0t .sevenplay-52c8te h1,
  .sevenplay-mx1v0t .sevenplay-52c8te h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .sevenplay-mx1v0t .sevenplay-52c8te {
    margin: 28px 0 0;
  }
}

.sevenplay-37f1sa {
  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) {
  .sevenplay-37f1sa {
    padding: 0 16px;
  }
}

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

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

.sevenplay-25w4cc {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.sevenplay-9fa17m {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.sevenplay-dff2c2 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.sevenplay-dc9w1x .sevenplay-omdj6c {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .sevenplay-dc9w1x .sevenplay-omdj6c {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.sevenplay-c7c60c {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.sevenplay-c7c60c img {
  width: 100%;
}

.sevenplay-5pt92f {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.sevenplay-5edp77 {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.sevenplay-l5luif {
  width: 100%;
  margin: 0 0 100px;
}

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

.sevenplay-l5luif .sevenplay-48dfqf {
  position: relative;
}

.sevenplay-l5luif .sevenplay-n83ml5 {
  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;
}

.sevenplay-l5luif .sevenplay-n83ml5.sevenplay-rjvtlu {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .sevenplay-l5luif .sevenplay-8xif9l {
    bottom: 90px;
  }
}

.sevenplay-l5luif .sevenplay-8xif9l .sevenplay-xma2zq {
  max-width: 300px;
  width: 100%;
}

.sevenplay-l5luif .sevenplay-8xif9l .sevenplay-xma2zq .sevenplay-887ccp {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .sevenplay-l5luif .sevenplay-8xif9l .sevenplay-xma2zq .sevenplay-887ccp {
    font-size: 32px;
    text-align: center;
  }
}

.sevenplay-l5luif .sevenplay-8xif9l .sevenplay-xma2zq .sevenplay-x99wqi {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .sevenplay-l5luif .sevenplay-8xif9l .sevenplay-xma2zq .sevenplay-x99wqi {
    text-align: center;
  }
}

.sevenplay-l5luif .sevenplay-8xif9l .sevenplay-fk20vx {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .sevenplay-l5luif .sevenplay-8xif9l .sevenplay-fk20vx {
    flex-direction: column-reverse;
  }
}

.sevenplay-l5luif .sevenplay-8xif9l .sevenplay-fk20vx .sevenplay-4lnsxz {
  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.sevenplay-oo6dp5 ease-in-out;
}

.sevenplay-l5luif .sevenplay-8xif9l .sevenplay-fk20vx .sevenplay-4lnsxz:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .sevenplay-l5luif .sevenplay-8xif9l .sevenplay-fk20vx .sevenplay-4lnsxz {
    width: 100%;
  }
}

.sevenplay-l5luif .sevenplay-8xif9l .sevenplay-fk20vx .sevenplay-sflgtp {
  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.sevenplay-oo6dp5 ease-in-out;
  overflow: hidden;
}

.sevenplay-l5luif .sevenplay-8xif9l .sevenplay-fk20vx .sevenplay-sflgtp 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);
  }
}

.sevenplay-l5luif .sevenplay-8xif9l .sevenplay-fk20vx .sevenplay-sflgtp: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;
}

.sevenplay-l5luif .sevenplay-8xif9l .sevenplay-fk20vx .sevenplay-sflgtp:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .sevenplay-l5luif .sevenplay-8xif9l .sevenplay-fk20vx .sevenplay-sflgtp {
    width: 100%;
  }
}

.sevenplay-l5luif .sevenplay-8xif9l.sevenplay-rjvtlu {
  display: none;
}

.sevenplay-l5luif .sevenplay-rj0h0v {
  display: none;
}

.sevenplay-l5luif .sevenplay-rj0h0v.sevenplay-k8a9i8 {
  display: block;
}

.sevenplay-l5luif .sevenplay-rj0h0v iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .sevenplay-l5luif .sevenplay-rj0h0v iframe {
    height: calc(100vh - 54px);
  }
}

.sevenplay-l5luif .sevenplay-fh1oqd {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .sevenplay-l5luif .sevenplay-fh1oqd {
    padding: 24px 16px 0;
  }
}

.sevenplay-l5luif .sevenplay-fh1oqd .sevenplay-887ccp {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .sevenplay-l5luif .sevenplay-fh1oqd .sevenplay-887ccp {
    margin-bottom: 24px;
  }
}

.sevenplay-l5luif .sevenplay-fh1oqd 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);
}

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

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

.sevenplay-l5luif .sevenplay-fh1oqd table tr:last-of-type td {
  border-bottom: none;
}

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

.sevenplay-lw7n70.sevenplay-yj2sdj {
  display: block;
}

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

.sevenplay-lw7n70 .sevenplay-0wvz9i {
  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;
}

.sevenplay-lw7n70 .sevenplay-11dkcs {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.sevenplay-lw7n70 .sevenplay-sflgtp {
  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.sevenplay-oo6dp5 ease-in-out;
}

.sevenplay-lw7n70 .sevenplay-sflgtp:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.sevenplay-hrk7kb.sevenplay-yj2sdj {
  display: block;
}

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

.sevenplay-d1rtam {
  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;
}

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

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

.sevenplay-dhm1wz {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.sevenplay-dhm1wz svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.sevenplay-nbhtfc {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sevenplay-q0gfao.sevenplay-rjvtlu {
  display: none;
}

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

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

.sevenplay-5f5e48 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.sevenplay-5f5e48 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.sevenplay-oo6dp5 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.sevenplay-5f5e48 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.sevenplay-5f5e48 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.sevenplay-5f5e48 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.sevenplay-5f5e48 input:active {
  border-color: #c2c0ce;
}

.sevenplay-5f5e48 input:focus {
  border-color: #c2c0ce;
}

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

.sevenplay-u42fmy {
  margin-bottom: 36px;
}

.sevenplay-u42fmy 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;
}

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

.sevenplay-u42fmy textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.sevenplay-vdfqyu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sevenplay-7zv4th {
  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.sevenplay-oo6dp5 ease-in-out;
}

.sevenplay-7zv4th:hover {
  background: var(--border-color);
}

.sevenplay-lebowl {
  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.sevenplay-oo6dp5 ease-in-out;
}

.sevenplay-lebowl:hover {
  background: #166ad9;
}

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

.sevenplay-eb53cm.sevenplay-rjvtlu {
  display: none;
}

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

.sevenplay-eb53cm .sevenplay-7zv4th {
  margin: 0 auto;
}

.sevenplay-km8hre {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.sevenplay-ko3x9b {
  filter: grayscale(100%);
}

.sevenplay-v5x5h5 > input {
  display: none;
}

.sevenplay-v5x5h5 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.sevenplay-xw4jpb.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.sevenplay-3qm68l 44.sevenplay-s0w8sk.sevenplay-7hqwvn.sevenplay-vgr9ma.sevenplay-kyo4me.sevenplay-tf58wl.sevenplay-gjnmiy.sevenplay-5locp5.sevenplay-ge6wxi.sevenplay-n2iqdz.sevenplay-ucn0qx.sevenplay-wkb03w.sevenplay-zeg3gd 0l-12.sevenplay-rskn5l 30.sevenplay-jaape4.sevenplay-j7h7wo 2.sevenplay-wyy0ir.sevenplay-j7h7wo 3.sevenplay-319it2 3.sevenplay-dxg03j.sevenplay-ypyl7b 3.sevenplay-xfyqyp.sevenplay-0c4dc6.sevenplay-26n1ix.sevenplay-oculub 7-3.sevenplay-rskn5l 10.sevenplay-3t2aht.sevenplay-oculub 23.sevenplay-w8x7f2.sevenplay-68t266 1.sevenplay-ntx44c 2.sevenplay-rskn5l 3.sevenplay-68t266 1.sevenplay-ypyl7b 5.sevenplay-2k2j3l.sevenplay-ypyl7b 32.sevenplay-bppytn.sevenplay-0c4dc6 5.sevenplay-zeg3gd 4.sevenplay-oculub 9.sevenplay-oculub 8.sevenplay-ypyl7b 6.sevenplay-cemmo3.sevenplay-63n0h7.sevenplay-8yjxy2.sevenplay-e6v189.sevenplay-c89urr 4.sevenplay-qg2qdy.sevenplay-c89urr 6.sevenplay-c89urr 0l29.sevenplay-zeg3gd 17.sevenplay-karpvs.sevenplay-t11f52 2.sevenplay-7t19oh 10.sevenplay-1tsmd6.sevenplay-rskn5l 8.sevenplay-afxj74.sevenplay-tgdji0.sevenplay-ib185c.sevenplay-71dxgi.sevenplay-mpzzpg.sevenplay-0c4dc6.sevenplay-tf58wl.sevenplay-rskn5l 1.sevenplay-gmos3k.sevenplay-itgebi.sevenplay-dknh6w.sevenplay-3yxgx3.sevenplay-bst7zv.sevenplay-ntx44c 1.sevenplay-8sy4do.sevenplay-6fppcq.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.sevenplay-v5x5h5 > input:checked ~ label,
.sevenplay-v5x5h5 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.sevenplay-xw4jpb.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.sevenplay-3qm68l 44.sevenplay-s0w8sk.sevenplay-7hqwvn.sevenplay-vgr9ma.sevenplay-kyo4me.sevenplay-tf58wl.sevenplay-gjnmiy.sevenplay-5locp5.sevenplay-ge6wxi.sevenplay-n2iqdz.sevenplay-ucn0qx.sevenplay-wkb03w.sevenplay-zeg3gd 0l-12.sevenplay-rskn5l 30.sevenplay-jaape4.sevenplay-j7h7wo 2.sevenplay-wyy0ir.sevenplay-j7h7wo 3.sevenplay-319it2 3.sevenplay-dxg03j.sevenplay-ypyl7b 3.sevenplay-xfyqyp.sevenplay-0c4dc6.sevenplay-26n1ix.sevenplay-oculub 7-3.sevenplay-rskn5l 10.sevenplay-3t2aht.sevenplay-oculub 23.sevenplay-w8x7f2.sevenplay-68t266 1.sevenplay-ntx44c 2.sevenplay-rskn5l 3.sevenplay-68t266 1.sevenplay-ypyl7b 5.sevenplay-2k2j3l.sevenplay-ypyl7b 32.sevenplay-bppytn.sevenplay-0c4dc6 5.sevenplay-zeg3gd 4.sevenplay-oculub 9.sevenplay-oculub 8.sevenplay-ypyl7b 6.sevenplay-cemmo3.sevenplay-63n0h7.sevenplay-8yjxy2.sevenplay-e6v189.sevenplay-c89urr 4.sevenplay-qg2qdy.sevenplay-c89urr 6.sevenplay-c89urr 0l29.sevenplay-zeg3gd 17.sevenplay-karpvs.sevenplay-t11f52 2.sevenplay-7t19oh 10.sevenplay-1tsmd6.sevenplay-rskn5l 8.sevenplay-afxj74.sevenplay-tgdji0.sevenplay-ib185c.sevenplay-71dxgi.sevenplay-mpzzpg.sevenplay-0c4dc6.sevenplay-tf58wl.sevenplay-rskn5l 1.sevenplay-gmos3k.sevenplay-itgebi.sevenplay-dknh6w.sevenplay-3yxgx3.sevenplay-bst7zv.sevenplay-ntx44c 1.sevenplay-8sy4do.sevenplay-6fppcq.5z'/%3e%3c/svg%3e");
}

.sevenplay-v5x5h5 > input:not(:checked) ~ label:hover,
.sevenplay-v5x5h5 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.sevenplay-xw4jpb.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.sevenplay-3qm68l 44.sevenplay-s0w8sk.sevenplay-7hqwvn.sevenplay-vgr9ma.sevenplay-kyo4me.sevenplay-tf58wl.sevenplay-gjnmiy.sevenplay-5locp5.sevenplay-ge6wxi.sevenplay-n2iqdz.sevenplay-ucn0qx.sevenplay-wkb03w.sevenplay-zeg3gd 0l-12.sevenplay-rskn5l 30.sevenplay-jaape4.sevenplay-j7h7wo 2.sevenplay-wyy0ir.sevenplay-j7h7wo 3.sevenplay-319it2 3.sevenplay-dxg03j.sevenplay-ypyl7b 3.sevenplay-xfyqyp.sevenplay-0c4dc6.sevenplay-26n1ix.sevenplay-oculub 7-3.sevenplay-rskn5l 10.sevenplay-3t2aht.sevenplay-oculub 23.sevenplay-w8x7f2.sevenplay-68t266 1.sevenplay-ntx44c 2.sevenplay-rskn5l 3.sevenplay-68t266 1.sevenplay-ypyl7b 5.sevenplay-2k2j3l.sevenplay-ypyl7b 32.sevenplay-bppytn.sevenplay-0c4dc6 5.sevenplay-zeg3gd 4.sevenplay-oculub 9.sevenplay-oculub 8.sevenplay-ypyl7b 6.sevenplay-cemmo3.sevenplay-63n0h7.sevenplay-8yjxy2.sevenplay-e6v189.sevenplay-c89urr 4.sevenplay-qg2qdy.sevenplay-c89urr 6.sevenplay-c89urr 0l29.sevenplay-zeg3gd 17.sevenplay-karpvs.sevenplay-t11f52 2.sevenplay-7t19oh 10.sevenplay-1tsmd6.sevenplay-rskn5l 8.sevenplay-afxj74.sevenplay-tgdji0.sevenplay-ib185c.sevenplay-71dxgi.sevenplay-mpzzpg.sevenplay-0c4dc6.sevenplay-tf58wl.sevenplay-rskn5l 1.sevenplay-gmos3k.sevenplay-itgebi.sevenplay-dknh6w.sevenplay-3yxgx3.sevenplay-bst7zv.sevenplay-ntx44c 1.sevenplay-8sy4do.sevenplay-6fppcq.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .sevenplay-ps007n > .sevenplay-omqv82 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .sevenplay-ps007n > .sevenplay-omqv82 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .sevenplay-ps007n > .sevenplay-omqv82 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .sevenplay-ps007n > .sevenplay-omqv82 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .sevenplay-ps007n > .sevenplay-omqv82 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.sevenplay-nzbo32.sevenplay-rjvtlu {
  display: none;
}

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

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

.sevenplay-weiwgv {
  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;
}

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

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

.sevenplay-weiwgv img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.sevenplay-3xh65q {
  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;
}

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

.sevenplay-3xh65q::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) {
  .sevenplay-3xh65q::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.sevenplay-nzbo32.sevenplay-qxvm2i .sevenplay-xdwfu1 {
  background: #2b3b67;
}

.sevenplay-nzbo32.sevenplay-qxvm2i .sevenplay-weiwgv {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.sevenplay-nzbo32.sevenplay-qxvm2i .sevenplay-weiwgv::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.sevenplay-nzbo32.sevenplay-qxvm2i .sevenplay-weiwgv::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.sevenplay-nzbo32.sevenplay-qxvm2i .sevenplay-3xh65q::before {
  background: #0e0f41;
}

.sevenplay-nzbo32.sevenplay-qxvm2i .sevenplay-3xh65q::after {
  background: #152557;
}

.sevenplay-nzbo32.sevenplay-waevob .sevenplay-xdwfu1 {
  background: #1f35fa;
}

.sevenplay-nzbo32.sevenplay-waevob .sevenplay-weiwgv {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.sevenplay-nzbo32.sevenplay-waevob .sevenplay-weiwgv::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.sevenplay-nzbo32.sevenplay-waevob .sevenplay-weiwgv::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.sevenplay-nzbo32.sevenplay-waevob .sevenplay-3xh65q::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.sevenplay-nzbo32.sevenplay-waevob .sevenplay-3xh65q::after {
  background: #192ac8;
}

.sevenplay-nzbo32.sevenplay-aysqpf .sevenplay-xdwfu1 {
  background: #fa771f;
}

.sevenplay-nzbo32.sevenplay-aysqpf .sevenplay-weiwgv {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.sevenplay-nzbo32.sevenplay-aysqpf .sevenplay-weiwgv::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.sevenplay-nzbo32.sevenplay-aysqpf .sevenplay-weiwgv::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.sevenplay-nzbo32.sevenplay-aysqpf .sevenplay-3xh65q::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.sevenplay-nzbo32.sevenplay-aysqpf .sevenplay-3xh65q::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

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

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

.sevenplay-1ekzwd {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sevenplay-1ekzwd span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.sevenplay-1ekzwd small {
  font-size: 14px;
  color: var(--text-color);
}

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

.sevenplay-eym5mo {
  width: 120px;
  height: 22px;
}

.sevenplay-eym5mo .sevenplay-dnmdf3 {
  fill: #c2c0ce;
}

.sevenplay-eym5mo [rating="1"] .sevenplay-dnmdf3:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.sevenplay-eym5mo [rating="2"] .sevenplay-dnmdf3:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.sevenplay-eym5mo [rating="3"] .sevenplay-dnmdf3:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.sevenplay-eym5mo [rating="4"] .sevenplay-dnmdf3:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.sevenplay-eym5mo [rating="5"] .sevenplay-dnmdf3:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.sevenplay-f98asa {
  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);
}

.sevenplay-f98asa.sevenplay-k8a9i8 {
  display: block;
}

.sevenplay-f98asa.sevenplay-rjvtlu {
  display: none;
}

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

.sevenplay-012doz {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.sevenplay-nr514v {
  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);
}

.sevenplay-lqb4rg {
  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;
}

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

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

.sevenplay-9elbrc {
  font-size: 16px;
  line-height: 140%;
}

.sevenplay-9klwcm {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.sevenplay-9klwcm .sevenplay-dnmdf3 {
  fill: #c2c0ce;
}

.sevenplay-9klwcm [rating="1"] .sevenplay-dnmdf3:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.sevenplay-9klwcm [rating="2"] .sevenplay-dnmdf3:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.sevenplay-9klwcm [rating="3"] .sevenplay-dnmdf3:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.sevenplay-9klwcm [rating="4"] .sevenplay-dnmdf3:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.sevenplay-9klwcm [rating="5"] .sevenplay-dnmdf3:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.sevenplay-cjr1ee {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.sevenplay-7600zw {
  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) {
  .sevenplay-7600zw {
    padding: 12px;
    gap: 12px;
  }
}

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

.sevenplay-hcm03w img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sevenplay-iryo8f {
  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;
}

.sevenplay-hkf2q4 {
  flex: 1;
  min-width: 0;
}

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

.sevenplay-djwg8r {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.sevenplay-djwg8r svg path {
  fill: var(--button-bg-color);
}

.sevenplay-djwg8r svg circle {
  fill: var(--button-text-color);
}

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

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

.sevenplay-ud3les strong {
  font-weight: 600;
}

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

.sevenplay-94r0c4 p {
  margin: 0 0 16px;
}

.sevenplay-94r0c4 p:last-child {
  margin-bottom: 0;
}

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

.sevenplay-5atano {
  max-width: 300px;
  width: 100%;
}

.sevenplay-5atano a {
  width: 100%;
}

@media (max-width: 575px) {
  .sevenplay-5atano {
    max-width: 200px;
  }
}

.sevenplay-8tyefp {
  justify-content: center;
}

.sevenplay-tdwbbg {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sevenplay-v32qfa {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.sevenplay-6djwir .sevenplay-9v9w9v {
  justify-content: center;
}

/* faq */

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

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

.sevenplay-c4u1y0::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.sevenplay-0j1mab ease;
}

.sevenplay-htnriw.sevenplay-yj2sdj .sevenplay-c4u1y0::after {
  transform: rotate(45deg);
}

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

.sevenplay-htnriw.sevenplay-yj2sdj .sevenplay-0kl4iz {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.sevenplay-m6c79v {
  margin: 25px 0;
}

.sevenplay-v5x5h5 > input:not(:checked) ~ label:hover,
.sevenplay-v5x5h5 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.sevenplay-bdlm81.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.sevenplay-fkglou 44.sevenplay-j96x01.sevenplay-ekten3.sevenplay-a3m78n.sevenplay-h06fwp.sevenplay-qd72yy.sevenplay-r359su.sevenplay-k8o03q.sevenplay-5z5a5x.sevenplay-s9r15r.sevenplay-sf769s.sevenplay-50tv5d.sevenplay-6cshdt 0l-12.sevenplay-hrr0mn 30.sevenplay-tuikyf.sevenplay-ta7xh8 2.sevenplay-d3ub6a.sevenplay-ta7xh8 3.sevenplay-2gmn2n 3.sevenplay-4itaoa.sevenplay-84z3gf 3.sevenplay-icjugu.sevenplay-djown7.sevenplay-4yxbow.sevenplay-xk84u0 7-3.sevenplay-hrr0mn 10.sevenplay-6dkn5d.sevenplay-xk84u0 23.sevenplay-hukuto.sevenplay-ws259t 1.sevenplay-ni6a45 2.sevenplay-hrr0mn 3.sevenplay-ws259t 1.sevenplay-84z3gf 5.sevenplay-ns10nt.sevenplay-84z3gf 32.sevenplay-5kt7d3.sevenplay-djown7 5.sevenplay-6cshdt 4.sevenplay-xk84u0 9.sevenplay-xk84u0 8.sevenplay-84z3gf 6.sevenplay-luyjxs.sevenplay-hjwq89.sevenplay-zx32k4.sevenplay-q3o3zj.sevenplay-mccril 4.sevenplay-kerd5u.sevenplay-mccril 6.sevenplay-mccril 0l29.sevenplay-6cshdt 17.sevenplay-87au3a.sevenplay-j7d3m4 2.sevenplay-hwx5uy 10.sevenplay-7qr8tf.sevenplay-hrr0mn 8.sevenplay-1plzif.sevenplay-duv0gx.sevenplay-xhcgzm.sevenplay-uq2in3.sevenplay-buvd90.sevenplay-djown7.sevenplay-qd72yy.sevenplay-hrr0mn 1.sevenplay-gzhuub.sevenplay-37ursk.sevenplay-g9tzr2.sevenplay-nx70sm.sevenplay-zbrbe5.sevenplay-ni6a45 1.sevenplay-2db5y9.sevenplay-wr65mo.5z'/%3e%3c/svg%3e");
}

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

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

.sevenplay-fsq4xw {
  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);
}

.sevenplay-fsq4xw.sevenplay-h1f38q {
  display: block;
}

.sevenplay-fsq4xw.sevenplay-5xnta1 {
  display: none;
}

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

.sevenplay-k4lho2 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.sevenplay-8hokze {
  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);
}

.sevenplay-oxafa8 {
  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;
}

.sevenplay-1fhbso small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.sevenplay-7vgv2o {
  font-size: 16px;
  line-height: 140%;
}

.sevenplay-6uakf3 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.sevenplay-6uakf3 .sevenplay-m4api2 {
  fill: #c2c0ce;
}

.sevenplay-6uakf3 [rating="1"] .sevenplay-m4api2:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.sevenplay-6uakf3 [rating="2"] .sevenplay-m4api2:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.sevenplay-6uakf3 [rating="3"] .sevenplay-m4api2:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

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

.sevenplay-6uakf3 [rating="5"] .sevenplay-m4api2:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.sevenplay-83z2au 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;
}

.sevenplay-83z2au 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 */

.sevenplay-bnq7mv {
  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);
}

.sevenplay-bnq7mv.sevenplay-b0r5zo {
  opacity: 1;
  pointer-events: auto;
}
