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

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

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

.playio-ug6yj3 {
  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) {
  .playio-ug6yj3: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;
  }
}

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

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

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

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

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

.playio-uxx21c {
  cursor: pointer;
}

.playio-e8yjm3 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.playio-vkt5z7 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.playio-vkt5z7 figure {
  margin: 0;
}

.playio-vkt5z7.playio-iyv2k9 {
  justify-content: flex-start;
  margin-right: 4px;
}

.playio-vkt5z7.playio-fyor97 {
  justify-content: flex-end;
  margin-left: 4px;
}

.playio-vkt5z7.playio-2vsvib {
  justify-content: center;
}

.playio-vkt5z7.playio-2d0253 {
  justify-content: normal;
}

.playio-gtbbhu {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.playio-240xdh img {
  width: 100%;
}

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

.playio-bgoks6 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.playio-bgoks6 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);
}

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

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

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

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

.playio-bgoks6 ul li:last-of-type::after {
  display: none;
}

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

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

.playio-9luchp {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.playio-pjzn7t.playio-j26lwd {
  background-color: #000;
}

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

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

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

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

.playio-h5272g {
  margin-bottom: 94px;
}

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

.playio-d5jnct .playio-mq07y5 {
  margin-bottom: 28px;
}

.playio-d5jnct .playio-mq07y5 img {
  max-height: 100px;
  width: auto;
}

.playio-48nqy9 {
  display: flex;
  align-items: center;
}

.playio-48nqy9 a + a {
  margin-left: 24px;
}

.playio-48nqy9 img {
  max-height: 56px;
  width: auto;
}

.playio-48nqy9 img + img {
  margin-left: 24px;
}

.playio-24z2ee {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.playio-dvonnc {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .playio-9syzjd {
    flex-wrap: wrap;
  }
}

.playio-9syzjd li {
  display: flex;
  margin: 0 7px;
}

.playio-9syzjd li svg {
  transition: 0.playio-ddkp2g ease-in-out;
}

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

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

.playio-ufklyh + .playio-ufklyh {
  margin-left: 120px;
}

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

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

.playio-qeczkj {
  list-style: none;
  margin: 0;
  padding: 0;
}

.playio-qeczkj li {
  font-size: 16px;
}

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

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

.playio-qeczkj li + li {
  margin-top: 16px;
}

.playio-7218pw {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.playio-7mvo93 ease-in-out;
}

.playio-7218pw.playio-lqep9i {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.playio-kt387j {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.playio-ko38bp li {
  width: 100%;
}

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

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

.playio-ko38bp li a.playio-lqep9i {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.playio-gwpal3 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.playio-gwpal3 img {
  width: 100%;
  transition: 0.playio-ddkp2g ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .playio-eoxmm2 .playio-mq07y5 img {
    max-width: 90px;
  }
}

.playio-mq07y5 img {
  max-height: 50px;
  width: auto;
}

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

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

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

.playio-olmmrn li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

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

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

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

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

.playio-0rb02g.playio-tmoqau {
  margin-right: 0;
}

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

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

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

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

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

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

.playio-jc9y02:hover > ul {
  display: flex;
}

.playio-jc9y02:focus > ul {
  display: flex;
}

.playio-jc9y02:focus-within > ul {
  display: flex;
}

.playio-nq1yqi {
  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;
}

.playio-nq1yqi::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.playio-7mvo93 ease-in-out;
}

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

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

.playio-jc9y02 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.playio-ddkp2g ease-in-out;
  overflow: hidden;
}

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

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

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

.playio-zypdck {
  display: none;
}

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

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

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

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

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

.playio-hjm37y img {
  margin-bottom: 20px;
}

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

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

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

.playio-9h3yoq {
  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) {
  .playio-9h3yoq {
    font-size: 32px;
  }
}

.playio-qaimtc {
  color: var(--text-color);
}

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

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

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

.playio-srjhar p img {
  display: block;
  margin: 0 auto;
}

.playio-srjhar p:first-of-type {
  margin-top: 0;
}

.playio-srjhar p:last-of-type {
  margin-bottom: 0;
}

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

.playio-srjhar ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.playio-5td7ne {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.playio-5td7ne .playio-osxugg {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.playio-5td7ne .playio-1fdxff {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .playio-5td7ne .playio-1fdxff {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .playio-5td7ne .playio-1fdxff img {
    width: 100%;
  }
}

.playio-1fdxff {
  margin: 0 0 28px;
}

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

.playio-osxugg {
  margin: 0 0 28px;
}

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

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

.playio-yk0xef .playio-ug6yj3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.playio-wlp12y {
  position: relative;
  border: none;
}

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

.playio-c4wygv {
  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;
}

.playio-c4wygv span {
  height: 32px;
}

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

.playio-c4wygv.playio-31hccz span {
  transform: scaleY(-1);
}

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

.playio-451iqe {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.playio-451iqe li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.playio-ddkp2g ease-in-out;
}

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

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

.playio-451iqe.playio-0qv6a4 {
  display: none;
}

.playio-qizgw9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.playio-qizgw9 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .playio-qizgw9 table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.playio-kf0j9b {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

.playio-1a8heu table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.playio-1a8heu p {
  color: var(--text-color);
}

.playio-jk671p {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.playio-wcthkp {
  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);
}

.playio-htytnu {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.playio-4k5ceu p + p {
  margin-top: 10px;
}

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

.playio-0aicfn {
  display: none;
}

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

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

.playio-pzyqui li {
  margin: 0 20px;
}

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

.playio-pzyqui li a img {
  margin-bottom: 4px;
}

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

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

.playio-se5d6z li {
  font-size: 16px;
  position: relative;
}

.playio-se5d6z li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.playio-se5d6z li span {
  opacity: 0.5;
}

.playio-se5d6z li + li {
  margin-left: 30px;
}

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

h2.playio-iicd3w {
  margin: 0 0 28px;
}

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

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

.playio-hssohd 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);
}

.playio-hssohd 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;
}

.playio-hssohd 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;
}

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

.playio-hssohd tbody tr:last-of-type {
  margin-bottom: 0;
}

.playio-hssohd tbody tr td:first-of-type {
  flex-shrink: 0;
}

.playio-hssohd 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);
}

.playio-hssohd 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);
}

.playio-hssohd tbody tr td:last-of-type {
  margin-left: auto;
}

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

.playio-hssohd tbody tr td .playio-stgz74 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .playio-hssohd tbody tr td .playio-stgz74 {
    width: 100%;
  }
}

.playio-hssohd tbody tr td .playio-p2k8p8 {
  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.playio-ddkp2g ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .playio-hssohd tbody tr td .playio-p2k8p8 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .playio-hssohd tbody tr td .playio-p2k8p8 {
    width: 100%;
  }
}

.playio-hssohd tbody tr td .playio-dovhvh {
  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) {
  .playio-hssohd tbody tr td .playio-dovhvh:hover {
    text-decoration: none;
  }
}

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

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

.playio-i26ugs {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.playio-f26ht0 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.playio-ddkp2g ease-in-out;
}

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

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

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

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

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

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

.playio-fvo9e1 img {
  width: 100%;
  height: 100%;
}

.playio-fvo9e1 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.playio-hslm6o svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.playio-ddkp2g ease-in-out;
}

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

.playio-exqr95 {
  padding: 90px 0;
}

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

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

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

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

.playio-dkwsdi img {
  width: 100%;
}

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

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

.playio-m6437n {
  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;
}

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

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

.playio-8he4cn {
  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.playio-ddkp2g ease-in-out;
}

.playio-8he4cn:hover {
  border: 1px solid #8c8ca2;
}

.playio-ept4sl {
  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%);
}

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

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

.playio-fhrqjz a {
  text-decoration: underline;
  color: #8babff;
}

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

.playio-fs8opg .playio-8he4cn {
  width: 50%;
  margin: 0;
}

.playio-3zo50b {
  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;
}

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

.playio-6j3r3y {
  margin: 0 0 100px;
}

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

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

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

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

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

.playio-il4ymc {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.playio-6ikws5 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.playio-ddkp2g ease-in-out;
}

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

.playio-6ikws5 a svg {
  fill: #fff;
}

.playio-6ikws5 a:hover {
  background: #3d68e7;
}

.playio-85psna {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.playio-o6rkrm {
  margin-bottom: 16px;
}

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

.playio-cjst65 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.playio-ewnkft 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);
}

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

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

.playio-ewnkft table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.playio-vmqb0t.playio-a9k9qw {
  display: none;
}

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

.playio-1cxgna iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.playio-1cxgna iframe.playio-78f8yi {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.playio-1cxgna.playio-3yv82a {
  opacity: 1;
  pointer-events: all;
}

.playio-mbziy6 {
  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.playio-ddkp2g ease-in-out;
}

.playio-mbziy6 svg {
  margin-right: 10px;
}

.playio-mbziy6 + .playio-mbziy6 {
  margin-top: 14px;
}

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

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

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

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

.playio-gqrhkt .playio-yk0xef {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .playio-gqrhkt .playio-yk0xef {
    margin: 28px 0 0;
  }
}

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

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

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

.playio-881ifs {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.playio-cqsdzm {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.playio-o0cfvh {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .playio-5byd4p {
    padding: 10px;
  }
}

.playio-5byd4p .playio-ug6yj3 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .playio-5byd4p .playio-ug6yj3 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .playio-5byd4p {
    flex-wrap: wrap;
  }
}

.playio-c9htec {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.playio-c9htec img {
  width: 100%;
}

.playio-50xexj {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.playio-3jobcl {
  width: 100%;
  margin: 0 0 100px;
}

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

.playio-3jobcl .playio-b0teds {
  position: relative;
}

.playio-3jobcl .playio-w1h7m2 {
  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;
}

.playio-3jobcl .playio-w1h7m2.playio-a9k9qw {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .playio-3jobcl .playio-eds57r {
    bottom: 90px;
  }
}

.playio-3jobcl .playio-eds57r .playio-9m4q3n {
  max-width: 300px;
  width: 100%;
}

.playio-3jobcl .playio-eds57r .playio-9m4q3n .playio-y862nq {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .playio-3jobcl .playio-eds57r .playio-9m4q3n .playio-y862nq {
    font-size: 32px;
    text-align: center;
  }
}

.playio-3jobcl .playio-eds57r .playio-9m4q3n .playio-1p7d0d {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .playio-3jobcl .playio-eds57r .playio-9m4q3n .playio-1p7d0d {
    text-align: center;
  }
}

.playio-3jobcl .playio-eds57r .playio-tmoqau {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .playio-3jobcl .playio-eds57r .playio-tmoqau {
    flex-direction: column-reverse;
  }
}

.playio-3jobcl .playio-eds57r .playio-tmoqau .playio-28n6gt {
  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.playio-ddkp2g ease-in-out;
}

.playio-3jobcl .playio-eds57r .playio-tmoqau .playio-28n6gt:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .playio-3jobcl .playio-eds57r .playio-tmoqau .playio-28n6gt {
    width: 100%;
  }
}

.playio-3jobcl .playio-eds57r .playio-tmoqau .playio-glo94m {
  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.playio-ddkp2g ease-in-out;
  overflow: hidden;
}

.playio-3jobcl .playio-eds57r .playio-tmoqau .playio-glo94m 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);
  }
}

.playio-3jobcl .playio-eds57r .playio-tmoqau .playio-glo94m: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;
}

.playio-3jobcl .playio-eds57r .playio-tmoqau .playio-glo94m:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .playio-3jobcl .playio-eds57r .playio-tmoqau .playio-glo94m {
    width: 100%;
  }
}

.playio-3jobcl .playio-eds57r.playio-a9k9qw {
  display: none;
}

.playio-3jobcl .playio-eb9nsy {
  display: none;
}

.playio-3jobcl .playio-eb9nsy.playio-3yv82a {
  display: block;
}

.playio-3jobcl .playio-eb9nsy iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .playio-3jobcl .playio-eb9nsy iframe {
    height: calc(100vh - 54px);
  }
}

.playio-3jobcl .playio-4w78lg {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .playio-3jobcl .playio-4w78lg {
    padding: 24px 16px 0;
  }
}

.playio-3jobcl .playio-4w78lg .playio-y862nq {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .playio-3jobcl .playio-4w78lg .playio-y862nq {
    margin-bottom: 24px;
  }
}

.playio-3jobcl .playio-4w78lg 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);
}

.playio-3jobcl .playio-4w78lg 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) {
  .playio-3jobcl .playio-4w78lg table tr td {
    padding: 12px 4px;
  }
}

.playio-3jobcl .playio-4w78lg 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) {
  .playio-3jobcl .playio-4w78lg table tr th {
    padding: 12px 4px;
  }
}

.playio-3jobcl .playio-4w78lg table tr:last-of-type td {
  border-bottom: none;
}

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

.playio-8thhkm.playio-lqep9i {
  display: block;
}

.playio-8thhkm iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.playio-8thhkm .playio-9r2btw {
  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;
}

.playio-8thhkm .playio-gtppzz {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.playio-8thhkm .playio-glo94m {
  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.playio-ddkp2g ease-in-out;
}

.playio-8thhkm .playio-glo94m:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.playio-bwhc7c.playio-lqep9i {
  display: block;
}

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

.playio-gm2bfi {
  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;
}

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

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

.playio-kad4b0 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.playio-kad4b0 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.playio-hmu0uw {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.playio-8yectn.playio-a9k9qw {
  display: none;
}

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

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

.playio-7rb21q {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

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

.playio-7rb21q input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.playio-7rb21q input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.playio-7rb21q input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.playio-7rb21q input:active {
  border-color: #c2c0ce;
}

.playio-7rb21q input:focus {
  border-color: #c2c0ce;
}

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

.playio-ang1t7 {
  margin-bottom: 36px;
}

.playio-ang1t7 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;
}

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

.playio-ang1t7 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.playio-kw9c6l {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.playio-pshl5d {
  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.playio-ddkp2g ease-in-out;
}

.playio-pshl5d:hover {
  background: var(--border-color);
}

.playio-x6q5bk {
  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.playio-ddkp2g ease-in-out;
}

.playio-x6q5bk:hover {
  background: #166ad9;
}

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

.playio-v2t6hw.playio-a9k9qw {
  display: none;
}

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

.playio-v2t6hw .playio-pshl5d {
  margin: 0 auto;
}

.playio-4cbajj {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.playio-lz07g5 {
  filter: grayscale(100%);
}

.playio-kl5cd7 > input {
  display: none;
}

.playio-kl5cd7 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.playio-23xb7f.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.playio-sbse0c 44.playio-pwm8f3.playio-va0vof.playio-5r4zub.playio-lz78lr.playio-t7iiq3.playio-6wt4d9.playio-orl246.playio-t6ex2x.playio-8y8moe.playio-d3mf4b.playio-wgbmh2.playio-qq35bc 0l-12.playio-dd41v1 30.playio-6r5bku.playio-337lgf 2.playio-2pu8gh.playio-337lgf 3.playio-9d5t3a 3.playio-mk4ip1.playio-vccohl 3.playio-capmv7.playio-anrdat.playio-hkee9s.playio-thip8e 7-3.playio-dd41v1 10.playio-b0dbrg.playio-thip8e 23.playio-9vtsw6.playio-yteexi 1.playio-v5jgve 2.playio-dd41v1 3.playio-yteexi 1.playio-vccohl 5.playio-h4n285.playio-vccohl 32.playio-5czy7o.playio-anrdat 5.playio-qq35bc 4.playio-thip8e 9.playio-thip8e 8.playio-vccohl 6.playio-cqapb6.playio-xqt3fn.playio-b462xm.playio-789m5l.playio-p2iut0 4.playio-b2zu6o.playio-p2iut0 6.playio-p2iut0 0l29.playio-qq35bc 17.playio-3ckf7x.playio-xzfuo3 2.playio-18ihuq 10.playio-qgzrgz.playio-dd41v1 8.playio-2u9fek.playio-m5j60m.playio-5bdf9p.playio-k2e8zm.playio-icnvxy.playio-anrdat.playio-t7iiq3.playio-dd41v1 1.playio-v9uj1q.playio-bet83t.playio-ro126m.playio-vehx50.playio-11op3x.playio-v5jgve 1.playio-3a17am.playio-suje8f.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.playio-kl5cd7 > input:checked ~ label,
.playio-kl5cd7 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.playio-23xb7f.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.playio-sbse0c 44.playio-pwm8f3.playio-va0vof.playio-5r4zub.playio-lz78lr.playio-t7iiq3.playio-6wt4d9.playio-orl246.playio-t6ex2x.playio-8y8moe.playio-d3mf4b.playio-wgbmh2.playio-qq35bc 0l-12.playio-dd41v1 30.playio-6r5bku.playio-337lgf 2.playio-2pu8gh.playio-337lgf 3.playio-9d5t3a 3.playio-mk4ip1.playio-vccohl 3.playio-capmv7.playio-anrdat.playio-hkee9s.playio-thip8e 7-3.playio-dd41v1 10.playio-b0dbrg.playio-thip8e 23.playio-9vtsw6.playio-yteexi 1.playio-v5jgve 2.playio-dd41v1 3.playio-yteexi 1.playio-vccohl 5.playio-h4n285.playio-vccohl 32.playio-5czy7o.playio-anrdat 5.playio-qq35bc 4.playio-thip8e 9.playio-thip8e 8.playio-vccohl 6.playio-cqapb6.playio-xqt3fn.playio-b462xm.playio-789m5l.playio-p2iut0 4.playio-b2zu6o.playio-p2iut0 6.playio-p2iut0 0l29.playio-qq35bc 17.playio-3ckf7x.playio-xzfuo3 2.playio-18ihuq 10.playio-qgzrgz.playio-dd41v1 8.playio-2u9fek.playio-m5j60m.playio-5bdf9p.playio-k2e8zm.playio-icnvxy.playio-anrdat.playio-t7iiq3.playio-dd41v1 1.playio-v9uj1q.playio-bet83t.playio-ro126m.playio-vehx50.playio-11op3x.playio-v5jgve 1.playio-3a17am.playio-suje8f.5z'/%3e%3c/svg%3e");
}

.playio-kl5cd7 > input:not(:checked) ~ label:hover,
.playio-kl5cd7 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.playio-23xb7f.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.playio-sbse0c 44.playio-pwm8f3.playio-va0vof.playio-5r4zub.playio-lz78lr.playio-t7iiq3.playio-6wt4d9.playio-orl246.playio-t6ex2x.playio-8y8moe.playio-d3mf4b.playio-wgbmh2.playio-qq35bc 0l-12.playio-dd41v1 30.playio-6r5bku.playio-337lgf 2.playio-2pu8gh.playio-337lgf 3.playio-9d5t3a 3.playio-mk4ip1.playio-vccohl 3.playio-capmv7.playio-anrdat.playio-hkee9s.playio-thip8e 7-3.playio-dd41v1 10.playio-b0dbrg.playio-thip8e 23.playio-9vtsw6.playio-yteexi 1.playio-v5jgve 2.playio-dd41v1 3.playio-yteexi 1.playio-vccohl 5.playio-h4n285.playio-vccohl 32.playio-5czy7o.playio-anrdat 5.playio-qq35bc 4.playio-thip8e 9.playio-thip8e 8.playio-vccohl 6.playio-cqapb6.playio-xqt3fn.playio-b462xm.playio-789m5l.playio-p2iut0 4.playio-b2zu6o.playio-p2iut0 6.playio-p2iut0 0l29.playio-qq35bc 17.playio-3ckf7x.playio-xzfuo3 2.playio-18ihuq 10.playio-qgzrgz.playio-dd41v1 8.playio-2u9fek.playio-m5j60m.playio-5bdf9p.playio-k2e8zm.playio-icnvxy.playio-anrdat.playio-t7iiq3.playio-dd41v1 1.playio-v9uj1q.playio-bet83t.playio-ro126m.playio-vehx50.playio-11op3x.playio-v5jgve 1.playio-3a17am.playio-suje8f.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .playio-xtlsn4 > .playio-20cxly {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .playio-xtlsn4 > .playio-20cxly {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .playio-xtlsn4 > .playio-20cxly {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .playio-xtlsn4 > .playio-20cxly {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .playio-xtlsn4 > .playio-20cxly {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.playio-0a64v3.playio-a9k9qw {
  display: none;
}

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

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

.playio-x1v6hx {
  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;
}

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

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

.playio-x1v6hx img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.playio-7et8cy {
  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;
}

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

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

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

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

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

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

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

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

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

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

.playio-0a64v3.playio-4pk1rm .playio-rx30bf {
  background: #2b3b67;
}

.playio-0a64v3.playio-4pk1rm .playio-x1v6hx {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.playio-0a64v3.playio-4pk1rm .playio-x1v6hx::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.playio-0a64v3.playio-4pk1rm .playio-x1v6hx::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.playio-0a64v3.playio-4pk1rm .playio-7et8cy::before {
  background: #0e0f41;
}

.playio-0a64v3.playio-4pk1rm .playio-7et8cy::after {
  background: #152557;
}

.playio-0a64v3.playio-oly4dq .playio-rx30bf {
  background: #1f35fa;
}

.playio-0a64v3.playio-oly4dq .playio-x1v6hx {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.playio-0a64v3.playio-oly4dq .playio-x1v6hx::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.playio-0a64v3.playio-oly4dq .playio-x1v6hx::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.playio-0a64v3.playio-oly4dq .playio-7et8cy::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.playio-0a64v3.playio-oly4dq .playio-7et8cy::after {
  background: #192ac8;
}

.playio-0a64v3.playio-wdfq17 .playio-rx30bf {
  background: #fa771f;
}

.playio-0a64v3.playio-wdfq17 .playio-x1v6hx {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.playio-0a64v3.playio-wdfq17 .playio-x1v6hx::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.playio-0a64v3.playio-wdfq17 .playio-x1v6hx::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.playio-0a64v3.playio-wdfq17 .playio-7et8cy::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.playio-0a64v3.playio-wdfq17 .playio-7et8cy::after {
  background: #fa8535;
}

.playio-g1kupk {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.playio-protdn {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.playio-n63256 {
  width: 120px;
  height: 22px;
}

.playio-n63256 .playio-8xh6jp {
  fill: #c2c0ce;
}

.playio-n63256 [rating="1"] .playio-8xh6jp:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.playio-n63256 [rating="2"] .playio-8xh6jp:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.playio-n63256 [rating="3"] .playio-8xh6jp:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.playio-n63256 [rating="4"] .playio-8xh6jp:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.playio-n63256 [rating="5"] .playio-8xh6jp:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.playio-a9xj5k {
  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);
}

.playio-a9xj5k.playio-3yv82a {
  display: block;
}

.playio-a9xj5k.playio-a9k9qw {
  display: none;
}

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

.playio-x9hpcw {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.playio-8fk0fu {
  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);
}

.playio-3e3l1d {
  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;
}

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

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

.playio-9h3mxq {
  font-size: 16px;
  line-height: 140%;
}

.playio-tqr8ne {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.playio-tqr8ne .playio-8xh6jp {
  fill: #c2c0ce;
}

.playio-tqr8ne [rating="1"] .playio-8xh6jp:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.playio-tqr8ne [rating="2"] .playio-8xh6jp:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.playio-tqr8ne [rating="3"] .playio-8xh6jp:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.playio-tqr8ne [rating="4"] .playio-8xh6jp:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.playio-tqr8ne [rating="5"] .playio-8xh6jp:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.playio-n97036 {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.playio-asaj0b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.playio-u85o59 {
  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;
}

.playio-2tjbj3 {
  flex: 1;
  min-width: 0;
}

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

.playio-icde26 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.playio-icde26 svg path {
  fill: var(--button-bg-color);
}

.playio-icde26 svg circle {
  fill: var(--button-text-color);
}

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

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

.playio-hi161k strong {
  font-weight: 600;
}

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

.playio-z7253l p {
  margin: 0 0 16px;
}

.playio-z7253l p:last-child {
  margin-bottom: 0;
}

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

.playio-g4n3j4 {
  max-width: 300px;
  width: 100%;
}

.playio-g4n3j4 a {
  width: 100%;
}

@media (max-width: 575px) {
  .playio-g4n3j4 {
    max-width: 200px;
  }
}

.playio-adk7lg {
  justify-content: center;
}

.playio-uatrvk {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.playio-jioyrg {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.playio-gopdyp .playio-olmmrn {
  justify-content: center;
}

/* faq */

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

.playio-wzgszk {
  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.playio-8wq9s4 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.playio-wzgszk::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.playio-8wq9s4 ease;
}

.playio-dhk7sf.playio-lqep9i .playio-wzgszk::after {
  transform: rotate(45deg);
}

.playio-9lrm07 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.playio-ddkp2g ease, padding 0.playio-ddkp2g ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.playio-dhk7sf.playio-lqep9i .playio-9lrm07 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.playio-opxosv {
  margin: 25px 0;
}

.playio-kl5cd7 > input:not(:checked) ~ label:hover,
.playio-kl5cd7 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.playio-y1weoh.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.playio-ps9pru 44.playio-0nd87i.playio-gofbta.playio-0752j0.playio-gjlqm2.playio-49ipor.playio-s9ilnr.playio-iv3jx5.playio-t7620u.playio-kcmdnv.playio-m7czlm.playio-nejkax.playio-on3674 0l-12.playio-lp1hs9 30.playio-eo0gvu.playio-47olwo 2.playio-zletze.playio-47olwo 3.playio-yaotlf 3.playio-3vlwop.playio-ok4ytp 3.playio-769jf1.playio-loa35w.playio-vvw6d8.playio-5sxyw2 7-3.playio-lp1hs9 10.playio-vab1di.playio-5sxyw2 23.playio-jw0xj4.playio-vhqfx6 1.playio-hrfppt 2.playio-lp1hs9 3.playio-vhqfx6 1.playio-ok4ytp 5.playio-ejo881.playio-ok4ytp 32.playio-62ddu7.playio-loa35w 5.playio-on3674 4.playio-5sxyw2 9.playio-5sxyw2 8.playio-ok4ytp 6.playio-rkqmme.playio-bs1az1.playio-0v2p4x.playio-pr1vob.playio-kno69u 4.playio-rat8sa.playio-kno69u 6.playio-kno69u 0l29.playio-on3674 17.playio-ijqhta.playio-32fsao 2.playio-wg16u2 10.playio-c8gvz3.playio-lp1hs9 8.playio-q49d0e.playio-rbodpc.playio-q8qz48.playio-ven6fa.playio-fjdd23.playio-loa35w.playio-49ipor.playio-lp1hs9 1.playio-f1q88a.playio-ggbqb2.playio-4lgsbd.playio-cd81zx.playio-hflg6n.playio-hrfppt 1.playio-dyr3cl.playio-0597pa.5z'/%3e%3c/svg%3e");
}

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

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

.playio-sw71ag {
  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);
}

.playio-sw71ag.playio-022dcl {
  display: block;
}

.playio-sw71ag.playio-siinf7 {
  display: none;
}

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

.playio-e3yl8d {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.playio-scavjg {
  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);
}

.playio-mhep00 {
  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;
}

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

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

.playio-mg9vml {
  font-size: 16px;
  line-height: 140%;
}

.playio-dxeugq {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.playio-dxeugq .playio-9h2ido {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.playio-2t2mi3 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;
}

.playio-2t2mi3 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 */

.playio-8of0ev {
  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);
}

.playio-8of0ev.playio-bpug1l {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.playio-bivqo7 {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.playio-bivqo7 label {
  font-size: 14px;
}

.playio-bivqo7 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.playio-bivqo7 input,
.playio-bivqo7 textarea,
.playio-bivqo7 button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.playio-bivqo7 button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.playio-8wq9s4 ease;
}
.playio-bivqo7 button:hover {
  background-color: var(--button-bg-hover);
}
.playio-c6bjqd {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.playio-0inebu ease-in;
}

.playio-c6bjqd h2 {
  color: green;
  font-weight: 500;
}

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