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

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

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

.vip-lmj6zx {
  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) {
  .vip-lmj6zx: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;
  }
}

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

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

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

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

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

.vip-os8079 {
  cursor: pointer;
}

.vip-f1ct6e {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.vip-fqhklc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.vip-fqhklc figure {
  margin: 0;
}

.vip-fqhklc.vip-t8k2wu {
  justify-content: flex-start;
  margin-right: 4px;
}

.vip-fqhklc.vip-nicgqf {
  justify-content: flex-end;
  margin-left: 4px;
}

.vip-fqhklc.vip-tlxk8y {
  justify-content: center;
}

.vip-fqhklc.vip-2b6m9s {
  justify-content: normal;
}

.vip-xjo2pv {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.vip-q08t8p img {
  width: 100%;
}

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

.vip-xe5psr {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.vip-xe5psr 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);
}

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

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

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

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

.vip-xe5psr ul li:last-of-type::after {
  display: none;
}

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

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

.vip-v05hxc {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.vip-hvmji8.vip-3gdkhi {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .vip-hvmji8.vip-3gdkhi:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.vip-4mh47l {
  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) {
  .vip-4mh47l {
    padding: 80px 16px 0;
  }
}

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

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

.vip-8jr7m9 {
  margin-bottom: 94px;
}

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

.vip-36jqjc .vip-lkir7t {
  margin-bottom: 28px;
}

.vip-36jqjc .vip-lkir7t img {
  max-height: 100px;
  width: auto;
}

.vip-re5ta6 {
  display: flex;
  align-items: center;
}

.vip-re5ta6 a + a {
  margin-left: 24px;
}

.vip-re5ta6 img {
  max-height: 56px;
  width: auto;
}

.vip-re5ta6 img + img {
  margin-left: 24px;
}

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

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

.vip-bzahri {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .vip-8ogtua {
    flex-wrap: wrap;
  }
}

.vip-8ogtua li {
  display: flex;
  margin: 0 7px;
}

.vip-8ogtua li svg {
  transition: 0.vip-03zi5k ease-in-out;
}

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

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

.vip-gl2dq3 + .vip-gl2dq3 {
  margin-left: 120px;
}

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

.vip-9gxdew {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.vip-9lspjg {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vip-9lspjg li {
  font-size: 16px;
}

.vip-9lspjg li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.vip-9lspjg li + li {
  margin-top: 16px;
}

.vip-tiz1ha {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.vip-o6zhjd ease-in-out;
}

.vip-tiz1ha.vip-vo4b34 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.vip-u898r7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.vip-2ezijs li {
  width: 100%;
}

.vip-2ezijs 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.vip-03zi5k ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.vip-2ezijs li a svg {
  fill: var(--button-text-color);
}

.vip-2ezijs li a.vip-vo4b34 {
  background: var(--border-color);
}

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

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

.vip-6z472c {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.vip-4kcnl9 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.vip-4kcnl9 img {
  width: 100%;
  transition: 0.vip-03zi5k ease-in-out;
}

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

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

.vip-36198m {
  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) {
  .vip-36198m {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .vip-36198m .vip-lkir7t img {
    max-width: 90px;
  }
}

.vip-lkir7t img {
  max-height: 50px;
  width: auto;
}

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

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

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

.vip-l5z46y li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.vip-4oimlv {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.vip-4oimlv.vip-wg4x5u {
  margin-right: 0;
}

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

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

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

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

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

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

.vip-gcd56q:hover > ul {
  display: flex;
}

.vip-gcd56q:focus > ul {
  display: flex;
}

.vip-gcd56q:focus-within > ul {
  display: flex;
}

.vip-6msgwl {
  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;
}

.vip-6msgwl::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.vip-o6zhjd ease-in-out;
}

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

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

.vip-gcd56q 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.vip-03zi5k ease-in-out;
  overflow: hidden;
}

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

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

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

.vip-27o5cv {
  display: none;
}

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

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

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

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

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

.vip-c6c9xd img {
  margin-bottom: 20px;
}

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

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

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

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

.vip-e3d3mn {
  color: var(--text-color);
}

.vip-8fw3ik {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.vip-8fw3ik p img {
  display: block;
  margin: 0 auto;
}

.vip-8fw3ik p:first-of-type {
  margin-top: 0;
}

.vip-8fw3ik p:last-of-type {
  margin-bottom: 0;
}

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

.vip-8fw3ik ul {
  padding: 0 0 0 20px;
}

.vip-8fw3ik table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.vip-8fw3ik table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.vip-8fw3ik iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

.vip-a57kdd .vip-jkhyaa {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .vip-a57kdd .vip-jkhyaa {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.vip-a57kdd .vip-b7khtr {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.vip-b7khtr {
  margin: 0 0 28px;
}

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

.vip-jkhyaa {
  margin: 0 0 28px;
}

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

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

.vip-nc4lpe .vip-lmj6zx {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.vip-nvmpym {
  position: relative;
  border: none;
}

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

.vip-hnwn5b {
  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;
}

.vip-hnwn5b span {
  height: 32px;
}

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

.vip-hnwn5b.vip-5iytmj span {
  transform: scaleY(-1);
}

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

.vip-r2xceb {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.vip-r2xceb li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.vip-03zi5k ease-in-out;
}

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

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

.vip-r2xceb.vip-fo9pbc {
  display: none;
}

.vip-rccupe {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.vip-rccupe table {
  width: 100%;
  border-collapse: collapse;
}

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

  .vip-rccupe table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.vip-or948f {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.vip-vsronj p {
  color: var(--text-color);
}

.vip-g5tffx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.vip-7m8qyo {
  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);
}

.vip-sfiqdz {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.vip-di494k p + p {
  margin-top: 10px;
}

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

.vip-ctxsf0 {
  display: none;
}

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

.vip-58w3xk {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.vip-58w3xk li {
  margin: 0 20px;
}

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

.vip-58w3xk li a img {
  margin-bottom: 4px;
}

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

.vip-61g648 {
  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) {
  .vip-61g648 {
    padding: 0 16px;
  }
}

.vip-61g648 li {
  font-size: 16px;
  position: relative;
}

.vip-61g648 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.vip-61g648 li span {
  opacity: 0.5;
}

.vip-61g648 li + li {
  margin-left: 30px;
}

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

h2.vip-izicmy {
  margin: 0 0 28px;
}

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

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

.vip-dqtmze 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);
}

.vip-dqtmze 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;
}

.vip-dqtmze 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;
}

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

.vip-dqtmze tbody tr:last-of-type {
  margin-bottom: 0;
}

.vip-dqtmze tbody tr td:first-of-type {
  flex-shrink: 0;
}

.vip-dqtmze 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);
}

.vip-dqtmze 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);
}

.vip-dqtmze tbody tr td:last-of-type {
  margin-left: auto;
}

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

.vip-dqtmze tbody tr td .vip-ziv7as {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .vip-dqtmze tbody tr td .vip-ziv7as {
    width: 100%;
  }
}

.vip-dqtmze tbody tr td .vip-l4iwou {
  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.vip-03zi5k ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .vip-dqtmze tbody tr td .vip-l4iwou {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .vip-dqtmze tbody tr td .vip-l4iwou {
    width: 100%;
  }
}

.vip-dqtmze tbody tr td .vip-vk2cq6 {
  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) {
  .vip-dqtmze tbody tr td .vip-vk2cq6:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

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

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

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

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

.vip-4g9loc img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.vip-03zi5k ease-in-out;
}

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

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

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

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

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

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

.vip-s0399i img {
  width: 100%;
  height: 100%;
}

.vip-s0399i iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.vip-p6koc4 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.vip-03zi5k ease-in-out;
}

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

.vip-llrll5 {
  padding: 90px 0;
}

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

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

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

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

.vip-6v00it img {
  width: 100%;
}

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

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

.vip-z4fy9t {
  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;
}

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

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

.vip-ri7f0q {
  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.vip-03zi5k ease-in-out;
}

.vip-ri7f0q:hover {
  border: 1px solid #8c8ca2;
}

.vip-aw2e6r {
  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%);
}

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

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

.vip-qtl6ny a {
  text-decoration: underline;
  color: #8babff;
}

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

.vip-bze33v .vip-ri7f0q {
  width: 50%;
  margin: 0;
}

.vip-f6fa0v {
  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;
}

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

.vip-mqvdai {
  margin: 0 0 100px;
}

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

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

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

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

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

.vip-ilvajl {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.vip-5eihb0 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.vip-03zi5k ease-in-out;
}

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

.vip-5eihb0 a svg {
  fill: #fff;
}

.vip-5eihb0 a:hover {
  background: #3d68e7;
}

.vip-9cz0c5 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.vip-olt6rt {
  margin-bottom: 16px;
}

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

.vip-lkcfwb {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.vip-ay3ajb 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);
}

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

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

.vip-ay3ajb table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

.vip-6rldaa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.vip-6rldaa.vip-oz80bz {
  display: none;
}

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

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

.vip-pgay89 iframe.vip-49g9xc {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.vip-pgay89.vip-hcf1hr {
  opacity: 1;
  pointer-events: all;
}

.vip-daavzt {
  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.vip-03zi5k ease-in-out;
}

.vip-daavzt svg {
  margin-right: 10px;
}

.vip-daavzt + .vip-daavzt {
  margin-top: 14px;
}

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

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

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

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

.vip-amlfy4 .vip-nc4lpe {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .vip-amlfy4 .vip-nc4lpe {
    margin: 28px 0 0;
  }
}

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

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

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

.vip-n840sq {
  max-width: 545px;
  width: 100%;
}

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

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

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

.vip-72qt5y iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vip-2j55bw {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.vip-0gv2gn {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .vip-8gxzqb {
    padding: 10px;
  }
}

.vip-8gxzqb .vip-lmj6zx {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .vip-8gxzqb .vip-lmj6zx {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .vip-8gxzqb {
    flex-wrap: wrap;
  }
}

.vip-da6mww {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.vip-da6mww img {
  width: 100%;
}

.vip-il5938 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.vip-j9hwtv {
  width: 100%;
  margin: 0 0 100px;
}

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

.vip-j9hwtv .vip-q5lb3a {
  position: relative;
}

.vip-j9hwtv .vip-8scd7x {
  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;
}

.vip-j9hwtv .vip-8scd7x.vip-oz80bz {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .vip-j9hwtv .vip-mq240c {
    bottom: 90px;
  }
}

.vip-j9hwtv .vip-mq240c .vip-ofb058 {
  max-width: 300px;
  width: 100%;
}

.vip-j9hwtv .vip-mq240c .vip-ofb058 .vip-rwy9bo {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .vip-j9hwtv .vip-mq240c .vip-ofb058 .vip-rwy9bo {
    font-size: 32px;
    text-align: center;
  }
}

.vip-j9hwtv .vip-mq240c .vip-ofb058 .vip-xpdhxe {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .vip-j9hwtv .vip-mq240c .vip-ofb058 .vip-xpdhxe {
    text-align: center;
  }
}

.vip-j9hwtv .vip-mq240c .vip-wg4x5u {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .vip-j9hwtv .vip-mq240c .vip-wg4x5u {
    flex-direction: column-reverse;
  }
}

.vip-j9hwtv .vip-mq240c .vip-wg4x5u .vip-dj381s {
  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.vip-03zi5k ease-in-out;
}

.vip-j9hwtv .vip-mq240c .vip-wg4x5u .vip-dj381s:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .vip-j9hwtv .vip-mq240c .vip-wg4x5u .vip-dj381s {
    width: 100%;
  }
}

.vip-j9hwtv .vip-mq240c .vip-wg4x5u .vip-2a0xmh {
  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.vip-03zi5k ease-in-out;
  overflow: hidden;
}

.vip-j9hwtv .vip-mq240c .vip-wg4x5u .vip-2a0xmh 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);
  }
}

.vip-j9hwtv .vip-mq240c .vip-wg4x5u .vip-2a0xmh: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;
}

.vip-j9hwtv .vip-mq240c .vip-wg4x5u .vip-2a0xmh:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .vip-j9hwtv .vip-mq240c .vip-wg4x5u .vip-2a0xmh {
    width: 100%;
  }
}

.vip-j9hwtv .vip-mq240c.vip-oz80bz {
  display: none;
}

.vip-j9hwtv .vip-8qvkxc {
  display: none;
}

.vip-j9hwtv .vip-8qvkxc.vip-hcf1hr {
  display: block;
}

.vip-j9hwtv .vip-8qvkxc iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .vip-j9hwtv .vip-8qvkxc iframe {
    height: calc(100vh - 54px);
  }
}

.vip-j9hwtv .vip-6wykc4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .vip-j9hwtv .vip-6wykc4 {
    padding: 24px 16px 0;
  }
}

.vip-j9hwtv .vip-6wykc4 .vip-rwy9bo {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .vip-j9hwtv .vip-6wykc4 .vip-rwy9bo {
    margin-bottom: 24px;
  }
}

.vip-j9hwtv .vip-6wykc4 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);
}

.vip-j9hwtv .vip-6wykc4 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) {
  .vip-j9hwtv .vip-6wykc4 table tr td {
    padding: 12px 4px;
  }
}

.vip-j9hwtv .vip-6wykc4 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) {
  .vip-j9hwtv .vip-6wykc4 table tr th {
    padding: 12px 4px;
  }
}

.vip-j9hwtv .vip-6wykc4 table tr:last-of-type td {
  border-bottom: none;
}

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

.vip-8njh87.vip-vo4b34 {
  display: block;
}

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

.vip-8njh87 .vip-jeb21f {
  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;
}

.vip-8njh87 .vip-4zkazp {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.vip-8njh87 .vip-2a0xmh {
  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.vip-03zi5k ease-in-out;
}

.vip-8njh87 .vip-2a0xmh:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.vip-kle3cv.vip-vo4b34 {
  display: block;
}

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

.vip-lpk2ef {
  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;
}

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

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

.vip-3fnmn0 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.vip-3fnmn0 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.vip-9h874h {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.vip-szmq0s.vip-oz80bz {
  display: none;
}

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

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

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

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

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

.vip-cyhvlu 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.vip-03zi5k ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.vip-cyhvlu input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.vip-cyhvlu input:active {
  border-color: #c2c0ce;
}

.vip-cyhvlu input:focus {
  border-color: #c2c0ce;
}

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

.vip-cfvpvu {
  margin-bottom: 36px;
}

.vip-cfvpvu 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;
}

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

.vip-cfvpvu textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.vip-lvphqn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.vip-hme196 {
  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.vip-03zi5k ease-in-out;
}

.vip-hme196:hover {
  background: var(--border-color);
}

.vip-b9h5u8 {
  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.vip-03zi5k ease-in-out;
}

.vip-b9h5u8:hover {
  background: #166ad9;
}

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

.vip-sezowz.vip-oz80bz {
  display: none;
}

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

.vip-sezowz .vip-hme196 {
  margin: 0 auto;
}

.vip-jawi8t {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.vip-gz49qu {
  filter: grayscale(100%);
}

.vip-q3y3kk > input {
  display: none;
}

.vip-q3y3kk > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vip-c1h5w8.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.vip-pgpfgs 44.vip-pu4bh7.vip-5qqlmn.vip-jdbaat.vip-wpxsa7.vip-b5s5qd.vip-6w6ghl.vip-rzgve1.vip-fx38t2.vip-x3g18q.vip-557yw4.vip-vzhisn.vip-ik6jjx 0l-12.vip-968py8 30.vip-rszrl4.vip-yyvcmh 2.vip-zyt50f.vip-yyvcmh 3.vip-mdkwnq 3.vip-1mg6ir.vip-8amo1u 3.vip-0q9wnb.vip-3q3tnm.vip-sz91b9.vip-xhaauh 7-3.vip-968py8 10.vip-en7fot.vip-xhaauh 23.vip-1nrlh1.vip-7vsjas 1.vip-yjgi7j 2.vip-968py8 3.vip-7vsjas 1.vip-8amo1u 5.vip-juwj56.vip-8amo1u 32.vip-kxt337.vip-3q3tnm 5.vip-ik6jjx 4.vip-xhaauh 9.vip-xhaauh 8.vip-8amo1u 6.vip-cegenc.vip-br8nzj.vip-xyb53d.vip-4bwwh9.vip-w7ox5v 4.vip-0tuj10.vip-w7ox5v 6.vip-w7ox5v 0l29.vip-ik6jjx 17.vip-6mbdbc.vip-64sljj 2.vip-qu01dk 10.vip-0irkjq.vip-968py8 8.vip-pkrkx0.vip-prlrwo.vip-5xi9x7.vip-0t0ycj.vip-pj9y1w.vip-3q3tnm.vip-b5s5qd.vip-968py8 1.vip-i9bzhb.vip-jm3she.vip-0hczs8.vip-a7rkbo.vip-lel5ye.vip-yjgi7j 1.vip-exuw5c.vip-anmcp0.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.vip-q3y3kk > input:checked ~ label,
.vip-q3y3kk > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vip-c1h5w8.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.vip-pgpfgs 44.vip-pu4bh7.vip-5qqlmn.vip-jdbaat.vip-wpxsa7.vip-b5s5qd.vip-6w6ghl.vip-rzgve1.vip-fx38t2.vip-x3g18q.vip-557yw4.vip-vzhisn.vip-ik6jjx 0l-12.vip-968py8 30.vip-rszrl4.vip-yyvcmh 2.vip-zyt50f.vip-yyvcmh 3.vip-mdkwnq 3.vip-1mg6ir.vip-8amo1u 3.vip-0q9wnb.vip-3q3tnm.vip-sz91b9.vip-xhaauh 7-3.vip-968py8 10.vip-en7fot.vip-xhaauh 23.vip-1nrlh1.vip-7vsjas 1.vip-yjgi7j 2.vip-968py8 3.vip-7vsjas 1.vip-8amo1u 5.vip-juwj56.vip-8amo1u 32.vip-kxt337.vip-3q3tnm 5.vip-ik6jjx 4.vip-xhaauh 9.vip-xhaauh 8.vip-8amo1u 6.vip-cegenc.vip-br8nzj.vip-xyb53d.vip-4bwwh9.vip-w7ox5v 4.vip-0tuj10.vip-w7ox5v 6.vip-w7ox5v 0l29.vip-ik6jjx 17.vip-6mbdbc.vip-64sljj 2.vip-qu01dk 10.vip-0irkjq.vip-968py8 8.vip-pkrkx0.vip-prlrwo.vip-5xi9x7.vip-0t0ycj.vip-pj9y1w.vip-3q3tnm.vip-b5s5qd.vip-968py8 1.vip-i9bzhb.vip-jm3she.vip-0hczs8.vip-a7rkbo.vip-lel5ye.vip-yjgi7j 1.vip-exuw5c.vip-anmcp0.5z'/%3e%3c/svg%3e");
}

.vip-q3y3kk > input:not(:checked) ~ label:hover,
.vip-q3y3kk > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vip-c1h5w8.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.vip-pgpfgs 44.vip-pu4bh7.vip-5qqlmn.vip-jdbaat.vip-wpxsa7.vip-b5s5qd.vip-6w6ghl.vip-rzgve1.vip-fx38t2.vip-x3g18q.vip-557yw4.vip-vzhisn.vip-ik6jjx 0l-12.vip-968py8 30.vip-rszrl4.vip-yyvcmh 2.vip-zyt50f.vip-yyvcmh 3.vip-mdkwnq 3.vip-1mg6ir.vip-8amo1u 3.vip-0q9wnb.vip-3q3tnm.vip-sz91b9.vip-xhaauh 7-3.vip-968py8 10.vip-en7fot.vip-xhaauh 23.vip-1nrlh1.vip-7vsjas 1.vip-yjgi7j 2.vip-968py8 3.vip-7vsjas 1.vip-8amo1u 5.vip-juwj56.vip-8amo1u 32.vip-kxt337.vip-3q3tnm 5.vip-ik6jjx 4.vip-xhaauh 9.vip-xhaauh 8.vip-8amo1u 6.vip-cegenc.vip-br8nzj.vip-xyb53d.vip-4bwwh9.vip-w7ox5v 4.vip-0tuj10.vip-w7ox5v 6.vip-w7ox5v 0l29.vip-ik6jjx 17.vip-6mbdbc.vip-64sljj 2.vip-qu01dk 10.vip-0irkjq.vip-968py8 8.vip-pkrkx0.vip-prlrwo.vip-5xi9x7.vip-0t0ycj.vip-pj9y1w.vip-3q3tnm.vip-b5s5qd.vip-968py8 1.vip-i9bzhb.vip-jm3she.vip-0hczs8.vip-a7rkbo.vip-lel5ye.vip-yjgi7j 1.vip-exuw5c.vip-anmcp0.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .vip-xmhld8 > .vip-i2s1w2 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .vip-xmhld8 > .vip-i2s1w2 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .vip-xmhld8 > .vip-i2s1w2 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .vip-xmhld8 > .vip-i2s1w2 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .vip-xmhld8 > .vip-i2s1w2 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.vip-scghyn.vip-oz80bz {
  display: none;
}

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

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

.vip-9821lj {
  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;
}

.vip-9821lj::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.vip-9821lj::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.vip-9821lj img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.vip-aa936u {
  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;
}

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

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

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

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

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

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

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

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

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

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

.vip-scghyn.vip-ja86kp .vip-kt9r7b {
  background: #2b3b67;
}

.vip-scghyn.vip-ja86kp .vip-9821lj {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.vip-scghyn.vip-ja86kp .vip-9821lj::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.vip-scghyn.vip-ja86kp .vip-9821lj::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.vip-scghyn.vip-ja86kp .vip-aa936u::before {
  background: #0e0f41;
}

.vip-scghyn.vip-ja86kp .vip-aa936u::after {
  background: #152557;
}

.vip-scghyn.vip-pb4h3s .vip-kt9r7b {
  background: #1f35fa;
}

.vip-scghyn.vip-pb4h3s .vip-9821lj {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.vip-scghyn.vip-pb4h3s .vip-9821lj::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.vip-scghyn.vip-pb4h3s .vip-9821lj::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.vip-scghyn.vip-pb4h3s .vip-aa936u::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.vip-scghyn.vip-pb4h3s .vip-aa936u::after {
  background: #192ac8;
}

.vip-scghyn.vip-1s3ic2 .vip-kt9r7b {
  background: #fa771f;
}

.vip-scghyn.vip-1s3ic2 .vip-9821lj {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.vip-scghyn.vip-1s3ic2 .vip-9821lj::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.vip-scghyn.vip-1s3ic2 .vip-9821lj::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.vip-scghyn.vip-1s3ic2 .vip-aa936u::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.vip-scghyn.vip-1s3ic2 .vip-aa936u::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

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

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

.vip-uvuyy6 {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.vip-6umv2w {
  width: 120px;
  height: 22px;
}

.vip-6umv2w .vip-nylrce {
  fill: #c2c0ce;
}

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

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

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

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

.vip-6umv2w [rating="5"] .vip-nylrce:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.vip-lkk4u7 {
  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);
}

.vip-lkk4u7.vip-hcf1hr {
  display: block;
}

.vip-lkk4u7.vip-oz80bz {
  display: none;
}

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

.vip-t3of7x {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.vip-ufa2ww {
  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);
}

.vip-pv0mmc {
  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;
}

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

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

.vip-0wnzl2 {
  font-size: 16px;
  line-height: 140%;
}

.vip-qfmpnh {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.vip-qfmpnh .vip-nylrce {
  fill: #c2c0ce;
}

.vip-qfmpnh [rating="1"] .vip-nylrce:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.vip-qfmpnh [rating="2"] .vip-nylrce:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.vip-qfmpnh [rating="3"] .vip-nylrce:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.vip-qfmpnh [rating="4"] .vip-nylrce:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.vip-qfmpnh [rating="5"] .vip-nylrce:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.vip-qm7nfi {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.vip-hari66 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vip-yn0go7 {
  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;
}

.vip-szjyg1 {
  flex: 1;
  min-width: 0;
}

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

.vip-k7d92r {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.vip-k7d92r svg path {
  fill: var(--button-bg-color);
}

.vip-k7d92r svg circle {
  fill: var(--button-text-color);
}

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

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

.vip-smwrkh strong {
  font-weight: 600;
}

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

.vip-k7pc2b p {
  margin: 0 0 16px;
}

.vip-k7pc2b p:last-child {
  margin-bottom: 0;
}

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

.vip-oqke5f {
  max-width: 300px;
  width: 100%;
}

.vip-oqke5f a {
  width: 100%;
}

@media (max-width: 575px) {
  .vip-oqke5f {
    max-width: 200px;
  }
}

.vip-qihzji {
  justify-content: center;
}

.vip-wjf1hg {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vip-wmdrrw {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.vip-o0x660 .vip-l5z46y {
  justify-content: center;
}

/* faq */

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

.vip-ay6jxa {
  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.vip-r52qvn ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vip-ay6jxa::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.vip-r52qvn ease;
}

.vip-mai9en.vip-vo4b34 .vip-ay6jxa::after {
  transform: rotate(45deg);
}

.vip-u8a9s5 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.vip-03zi5k ease, padding 0.vip-03zi5k ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.vip-mai9en.vip-vo4b34 .vip-u8a9s5 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.vip-xg44iw {
  margin: 25px 0;
}

.vip-q3y3kk > input:not(:checked) ~ label:hover,
.vip-q3y3kk > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.vip-zce1hx.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.vip-3h5prw 44.vip-jdjjwg.vip-37asn5.vip-8xb66z.vip-oiofqq.vip-i81kdc.vip-3rqig8.vip-x87dti.vip-0vpiqk.vip-7o1394.vip-bsel8q.vip-w058tu.vip-ca265h 0l-12.vip-s54tmh 30.vip-makycw.vip-kxm84w 2.vip-jdqlt2.vip-kxm84w 3.vip-77jem0 3.vip-bhu33k.vip-etsp9x 3.vip-rylodl.vip-yjh1w3.vip-ji16bq.vip-93d0ka 7-3.vip-s54tmh 10.vip-2u6ej2.vip-93d0ka 23.vip-9hshf9.vip-crspic 1.vip-2nbcqf 2.vip-s54tmh 3.vip-crspic 1.vip-etsp9x 5.vip-hpxqxl.vip-etsp9x 32.vip-27sjig.vip-yjh1w3 5.vip-ca265h 4.vip-93d0ka 9.vip-93d0ka 8.vip-etsp9x 6.vip-f12zqk.vip-dr8wir.vip-wdfz5b.vip-6aoka5.vip-tgoquw 4.vip-8vc4xp.vip-tgoquw 6.vip-tgoquw 0l29.vip-ca265h 17.vip-oph9tu.vip-xyvreb 2.vip-6ynj2o 10.vip-bba1ue.vip-s54tmh 8.vip-smf54m.vip-w9o2cc.vip-6tri9i.vip-3btyba.vip-abatfd.vip-yjh1w3.vip-i81kdc.vip-s54tmh 1.vip-azvq30.vip-gpaomd.vip-36wtel.vip-vop9p3.vip-niv2y3.vip-2nbcqf 1.vip-i6bmlj.vip-wxc4ee.5z'/%3e%3c/svg%3e");
}

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

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

.vip-ceiib3 {
  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);
}

.vip-ceiib3.vip-s9kt86 {
  display: block;
}

.vip-ceiib3.vip-hcf8r0 {
  display: none;
}

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

.vip-anr7bf {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.vip-12aka1 {
  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);
}

.vip-2dv3t7 {
  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;
}

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

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

.vip-sgwjf3 {
  font-size: 16px;
  line-height: 140%;
}

.vip-exgr5c {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.vip-exgr5c .vip-tful2o {
  fill: #c2c0ce;
}

.vip-exgr5c [rating="1"] .vip-tful2o:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.vip-exgr5c [rating="2"] .vip-tful2o:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.vip-exgr5c [rating="3"] .vip-tful2o:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.vip-exgr5c [rating="4"] .vip-tful2o:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.vip-exgr5c [rating="5"] .vip-tful2o:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.vip-wtjdod 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;
}

.vip-wtjdod 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 */

.vip-qg5t4f {
  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);
}

.vip-qg5t4f.vip-7p2lp6 {
  opacity: 1;
  pointer-events: auto;
}
