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

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

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

.wishwin-ysgjgq {
  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) {
  .wishwin-ysgjgq: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;
  }
}

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

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

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

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

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

.wishwin-lqa33j {
  cursor: pointer;
}

.wishwin-f97x7g {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.wishwin-kh4lk7 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wishwin-kh4lk7 figure {
  margin: 0;
}

.wishwin-kh4lk7.wishwin-i23xzc {
  justify-content: flex-start;
  margin-right: 4px;
}

.wishwin-kh4lk7.wishwin-q4qr1i {
  justify-content: flex-end;
  margin-left: 4px;
}

.wishwin-kh4lk7.wishwin-jnzufq {
  justify-content: center;
}

.wishwin-kh4lk7.wishwin-nvodxp {
  justify-content: normal;
}

.wishwin-hsvpgr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.wishwin-9hh1jk {
  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) {
  .wishwin-9hh1jk {
    flex-direction: column;
  }
}

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

.wishwin-t4cs8l img {
  width: 100%;
}

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

.wishwin-rshrb1 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.wishwin-rshrb1 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);
}

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

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

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

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

.wishwin-rshrb1 ul li:last-of-type::after {
  display: none;
}

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

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

.wishwin-f0cyxn {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.wishwin-e5mga5.wishwin-lj2djz {
  background-color: #000;
}

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

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

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

.wishwin-61qdyv {
  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) {
  .wishwin-61qdyv {
    flex-direction: column;
  }
}

.wishwin-8ieaql {
  margin-bottom: 94px;
}

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

.wishwin-o8w42s .wishwin-bsg2yb {
  margin-bottom: 28px;
}

.wishwin-o8w42s .wishwin-bsg2yb img {
  max-height: 100px;
  width: auto;
}

.wishwin-mcb6ys {
  display: flex;
  align-items: center;
}

.wishwin-mcb6ys a + a {
  margin-left: 24px;
}

.wishwin-mcb6ys img {
  max-height: 56px;
  width: auto;
}

.wishwin-mcb6ys img + img {
  margin-left: 24px;
}

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

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

.wishwin-cku4g2 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.wishwin-cwjvf5 li {
  display: flex;
  margin: 0 7px;
}

.wishwin-cwjvf5 li svg {
  transition: 0.wishwin-w9bmx8 ease-in-out;
}

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

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

.wishwin-xequpy + .wishwin-xequpy {
  margin-left: 120px;
}

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

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

.wishwin-j6yf1c {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wishwin-j6yf1c li {
  font-size: 16px;
}

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

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

.wishwin-j6yf1c li + li {
  margin-top: 16px;
}

.wishwin-cxbhlz {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.wishwin-q33fu9 ease-in-out;
}

.wishwin-cxbhlz.wishwin-l69tej {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.wishwin-ghnhod {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.wishwin-kcuayk li {
  width: 100%;
}

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

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

.wishwin-kcuayk li a.wishwin-l69tej {
  background: var(--border-color);
}

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

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

.wishwin-7tzwlk {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.wishwin-acuvw4 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.wishwin-acuvw4 img {
  width: 100%;
  transition: 0.wishwin-w9bmx8 ease-in-out;
}

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

.wishwin-2myisd {
  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) {
  .wishwin-2myisd {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .wishwin-vs73ao .wishwin-bsg2yb img {
    max-width: 90px;
  }
}

.wishwin-bsg2yb img {
  max-height: 50px;
  width: auto;
}

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

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

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

.wishwin-advvuf li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.wishwin-in5lzi {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.wishwin-in5lzi.wishwin-w65tjt {
  margin-right: 0;
}

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

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

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

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

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

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

.wishwin-dvyt9w:hover > ul {
  display: flex;
}

.wishwin-dvyt9w:focus > ul {
  display: flex;
}

.wishwin-dvyt9w:focus-within > ul {
  display: flex;
}

.wishwin-7num66 {
  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;
}

.wishwin-7num66::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.wishwin-q33fu9 ease-in-out;
}

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

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

.wishwin-dvyt9w 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.wishwin-w9bmx8 ease-in-out;
  overflow: hidden;
}

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

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

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

.wishwin-x4e3f8 {
  display: none;
}

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

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

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

.wishwin-2yqccq {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.wishwin-2yqccq img {
  margin-bottom: 20px;
}

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

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

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

.wishwin-5rkdpb {
  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) {
  .wishwin-5rkdpb {
    font-size: 32px;
  }
}

.wishwin-3twpl6 {
  color: var(--text-color);
}

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

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

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

.wishwin-zeyu4q p img {
  display: block;
  margin: 0 auto;
}

.wishwin-zeyu4q p:first-of-type {
  margin-top: 0;
}

.wishwin-zeyu4q p:last-of-type {
  margin-bottom: 0;
}

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

.wishwin-zeyu4q ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wishwin-tvqr7d .wishwin-q678xe {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.wishwin-tvqr7d .wishwin-0zv0i2 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.wishwin-0zv0i2 {
  margin: 0 0 28px;
}

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

.wishwin-q678xe {
  margin: 0 0 28px;
}

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

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

.wishwin-u3ixrt .wishwin-ysgjgq {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.wishwin-dt0gce {
  position: relative;
  border: none;
}

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

.wishwin-eyvxda {
  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;
}

.wishwin-eyvxda span {
  height: 32px;
}

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

.wishwin-eyvxda.wishwin-wfuo9o span {
  transform: scaleY(-1);
}

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

.wishwin-y9t0se {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.wishwin-y9t0se.wishwin-170ybd {
  display: none;
}

.wishwin-dqekbs {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.wishwin-dqekbs table {
  width: 100%;
  border-collapse: collapse;
}

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

  .wishwin-dqekbs table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.wishwin-9knf2i {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.wishwin-ciz83s p {
  color: var(--text-color);
}

.wishwin-mc4x3z {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.wishwin-rc5jbx {
  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);
}

.wishwin-4uapqu {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.wishwin-5y0t1j p + p {
  margin-top: 10px;
}

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

.wishwin-x6bnr6 {
  display: none;
}

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

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

.wishwin-enx5t5 li {
  margin: 0 20px;
}

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

.wishwin-enx5t5 li a img {
  margin-bottom: 4px;
}

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

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

.wishwin-w7p28o li {
  font-size: 16px;
  position: relative;
}

.wishwin-w7p28o li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.wishwin-w7p28o li span {
  opacity: 0.5;
}

.wishwin-w7p28o li + li {
  margin-left: 30px;
}

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

h2.wishwin-0d23xc {
  margin: 0 0 28px;
}

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

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

.wishwin-50p42f 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);
}

.wishwin-50p42f 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;
}

.wishwin-50p42f 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;
}

.wishwin-50p42f tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.wishwin-50p42f tbody tr:last-of-type {
  margin-bottom: 0;
}

.wishwin-50p42f tbody tr td:first-of-type {
  flex-shrink: 0;
}

.wishwin-50p42f 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);
}

.wishwin-50p42f 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);
}

.wishwin-50p42f tbody tr td:last-of-type {
  margin-left: auto;
}

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

.wishwin-50p42f tbody tr td .wishwin-ln1g0p {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .wishwin-50p42f tbody tr td .wishwin-ln1g0p {
    width: 100%;
  }
}

.wishwin-50p42f tbody tr td .wishwin-iy02y6 {
  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.wishwin-w9bmx8 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .wishwin-50p42f tbody tr td .wishwin-iy02y6:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .wishwin-50p42f tbody tr td .wishwin-iy02y6 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .wishwin-50p42f tbody tr td .wishwin-iy02y6 {
    width: 100%;
  }
}

.wishwin-50p42f tbody tr td .wishwin-ijrr0s {
  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) {
  .wishwin-50p42f tbody tr td .wishwin-ijrr0s:hover {
    text-decoration: none;
  }
}

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

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

.wishwin-reaqnm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.wishwin-67y1hg img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.wishwin-w9bmx8 ease-in-out;
}

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

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

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

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

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

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

.wishwin-skqqzp img {
  width: 100%;
  height: 100%;
}

.wishwin-skqqzp iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.wishwin-bxn20q svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.wishwin-w9bmx8 ease-in-out;
}

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

.wishwin-pgicl4 {
  padding: 90px 0;
}

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

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

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

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

.wishwin-srpuj3 img {
  width: 100%;
}

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

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

.wishwin-s3jn3z {
  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;
}

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

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

.wishwin-wm2v64 {
  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.wishwin-w9bmx8 ease-in-out;
}

.wishwin-wm2v64:hover {
  border: 1px solid #8c8ca2;
}

.wishwin-e73g4x {
  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%);
}

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

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

.wishwin-vv8r18 a {
  text-decoration: underline;
  color: #8babff;
}

.wishwin-4dxiz0 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.wishwin-4dxiz0 .wishwin-wm2v64 {
  width: 50%;
  margin: 0;
}

.wishwin-frnsod {
  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;
}

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

.wishwin-rauo74 {
  margin: 0 0 100px;
}

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

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

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

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

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

.wishwin-2wrwgl {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.wishwin-8bzk79 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.wishwin-w9bmx8 ease-in-out;
}

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

.wishwin-8bzk79 a svg {
  fill: #fff;
}

.wishwin-8bzk79 a:hover {
  background: #3d68e7;
}

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

.wishwin-y0ryp9 {
  margin-bottom: 16px;
}

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

.wishwin-kj3f31 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.wishwin-oiup9d 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);
}

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

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

.wishwin-oiup9d table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.wishwin-mu4v9u.wishwin-0h5akm {
  display: none;
}

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

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

.wishwin-o609l2 iframe.wishwin-j0pr3s {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.wishwin-o609l2.wishwin-rheemd {
  opacity: 1;
  pointer-events: all;
}

.wishwin-6q6zb0 {
  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.wishwin-w9bmx8 ease-in-out;
}

.wishwin-6q6zb0 svg {
  margin-right: 10px;
}

.wishwin-6q6zb0 + .wishwin-6q6zb0 {
  margin-top: 14px;
}

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

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

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

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

.wishwin-rcgf4u .wishwin-u3ixrt {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .wishwin-rcgf4u .wishwin-u3ixrt {
    margin: 28px 0 0;
  }
}

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

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

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

.wishwin-jqlz79 {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.wishwin-0vblr9 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.wishwin-unuufq {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.wishwin-orr70x .wishwin-ysgjgq {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .wishwin-orr70x .wishwin-ysgjgq {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.wishwin-gqx5y7 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.wishwin-gqx5y7 img {
  width: 100%;
}

.wishwin-3ftr6b {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.wishwin-73a9rt {
  width: 100%;
  margin: 0 0 100px;
}

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

.wishwin-73a9rt .wishwin-p80032 {
  position: relative;
}

.wishwin-73a9rt .wishwin-10q2l3 {
  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;
}

.wishwin-73a9rt .wishwin-10q2l3.wishwin-0h5akm {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .wishwin-73a9rt .wishwin-7g0d9b {
    bottom: 90px;
  }
}

.wishwin-73a9rt .wishwin-7g0d9b .wishwin-h86ddy {
  max-width: 300px;
  width: 100%;
}

.wishwin-73a9rt .wishwin-7g0d9b .wishwin-h86ddy .wishwin-xkdnuj {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .wishwin-73a9rt .wishwin-7g0d9b .wishwin-h86ddy .wishwin-xkdnuj {
    font-size: 32px;
    text-align: center;
  }
}

.wishwin-73a9rt .wishwin-7g0d9b .wishwin-h86ddy .wishwin-aede04 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .wishwin-73a9rt .wishwin-7g0d9b .wishwin-h86ddy .wishwin-aede04 {
    text-align: center;
  }
}

.wishwin-73a9rt .wishwin-7g0d9b .wishwin-w65tjt {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .wishwin-73a9rt .wishwin-7g0d9b .wishwin-w65tjt {
    flex-direction: column-reverse;
  }
}

.wishwin-73a9rt .wishwin-7g0d9b .wishwin-w65tjt .wishwin-swoool {
  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.wishwin-w9bmx8 ease-in-out;
}

.wishwin-73a9rt .wishwin-7g0d9b .wishwin-w65tjt .wishwin-swoool:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .wishwin-73a9rt .wishwin-7g0d9b .wishwin-w65tjt .wishwin-swoool {
    width: 100%;
  }
}

.wishwin-73a9rt .wishwin-7g0d9b .wishwin-w65tjt .wishwin-zyowdu {
  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.wishwin-w9bmx8 ease-in-out;
  overflow: hidden;
}

.wishwin-73a9rt .wishwin-7g0d9b .wishwin-w65tjt .wishwin-zyowdu 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);
  }
}

.wishwin-73a9rt .wishwin-7g0d9b .wishwin-w65tjt .wishwin-zyowdu: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;
}

.wishwin-73a9rt .wishwin-7g0d9b .wishwin-w65tjt .wishwin-zyowdu:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .wishwin-73a9rt .wishwin-7g0d9b .wishwin-w65tjt .wishwin-zyowdu {
    width: 100%;
  }
}

.wishwin-73a9rt .wishwin-7g0d9b.wishwin-0h5akm {
  display: none;
}

.wishwin-73a9rt .wishwin-oehkmw {
  display: none;
}

.wishwin-73a9rt .wishwin-oehkmw.wishwin-rheemd {
  display: block;
}

.wishwin-73a9rt .wishwin-oehkmw iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .wishwin-73a9rt .wishwin-oehkmw iframe {
    height: calc(100vh - 54px);
  }
}

.wishwin-73a9rt .wishwin-y7bv71 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .wishwin-73a9rt .wishwin-y7bv71 {
    padding: 24px 16px 0;
  }
}

.wishwin-73a9rt .wishwin-y7bv71 .wishwin-xkdnuj {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .wishwin-73a9rt .wishwin-y7bv71 .wishwin-xkdnuj {
    margin-bottom: 24px;
  }
}

.wishwin-73a9rt .wishwin-y7bv71 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);
}

.wishwin-73a9rt .wishwin-y7bv71 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) {
  .wishwin-73a9rt .wishwin-y7bv71 table tr td {
    padding: 12px 4px;
  }
}

.wishwin-73a9rt .wishwin-y7bv71 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) {
  .wishwin-73a9rt .wishwin-y7bv71 table tr th {
    padding: 12px 4px;
  }
}

.wishwin-73a9rt .wishwin-y7bv71 table tr:last-of-type td {
  border-bottom: none;
}

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

.wishwin-uehvrf.wishwin-l69tej {
  display: block;
}

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

.wishwin-uehvrf .wishwin-x46ym2 {
  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;
}

.wishwin-uehvrf .wishwin-v2zqg6 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.wishwin-uehvrf .wishwin-zyowdu {
  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.wishwin-w9bmx8 ease-in-out;
}

.wishwin-uehvrf .wishwin-zyowdu:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.wishwin-e3evyq.wishwin-l69tej {
  display: block;
}

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

.wishwin-l0pzsh {
  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;
}

.wishwin-8oww72 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.wishwin-dukxjr {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.wishwin-dukxjr svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.wishwin-1f4j76 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wishwin-qxg6u8.wishwin-0h5akm {
  display: none;
}

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

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

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

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

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

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

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

.wishwin-jolry6 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.wishwin-jolry6 input:active {
  border-color: #c2c0ce;
}

.wishwin-jolry6 input:focus {
  border-color: #c2c0ce;
}

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

.wishwin-nz8pzw {
  margin-bottom: 36px;
}

.wishwin-nz8pzw 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;
}

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

.wishwin-nz8pzw textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.wishwin-4s89yf {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wishwin-z3pohs {
  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.wishwin-w9bmx8 ease-in-out;
}

.wishwin-z3pohs:hover {
  background: var(--border-color);
}

.wishwin-8m165v {
  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.wishwin-w9bmx8 ease-in-out;
}

.wishwin-8m165v:hover {
  background: #166ad9;
}

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

.wishwin-oootwn.wishwin-0h5akm {
  display: none;
}

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

.wishwin-oootwn .wishwin-z3pohs {
  margin: 0 auto;
}

.wishwin-mskne1 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.wishwin-lw88lt {
  filter: grayscale(100%);
}

.wishwin-3xrgmy > input {
  display: none;
}

.wishwin-3xrgmy > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wishwin-2renk4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.wishwin-1c5oi6 44.wishwin-l5bvgl.wishwin-00uxs4.wishwin-eq3v2l.wishwin-fighx3.wishwin-wtihu7.wishwin-ur97do.wishwin-5b3f59.wishwin-e0r9c9.wishwin-8gkcoq.wishwin-0x0xjl.wishwin-baxiwm.wishwin-wq4qgg 0l-12.wishwin-nr8n53 30.wishwin-m8h57b.wishwin-5g0bq0 2.wishwin-268u47.wishwin-5g0bq0 3.wishwin-x2753k 3.wishwin-0njas1.wishwin-d5jlby 3.wishwin-00od9b.wishwin-24tz68.wishwin-gwmaj1.wishwin-j4vecc 7-3.wishwin-nr8n53 10.wishwin-8nixiy.wishwin-j4vecc 23.wishwin-27ckby.wishwin-6b42nz 1.wishwin-k4trnb 2.wishwin-nr8n53 3.wishwin-6b42nz 1.wishwin-d5jlby 5.wishwin-8wuv5m.wishwin-d5jlby 32.wishwin-mlpl1c.wishwin-24tz68 5.wishwin-wq4qgg 4.wishwin-j4vecc 9.wishwin-j4vecc 8.wishwin-d5jlby 6.wishwin-frv0uh.wishwin-umqmig.wishwin-3h2756.wishwin-aeg1ue.wishwin-fbh3ye 4.wishwin-dvet9c.wishwin-fbh3ye 6.wishwin-fbh3ye 0l29.wishwin-wq4qgg 17.wishwin-3wkxib.wishwin-rv39lf 2.wishwin-t6jo0z 10.wishwin-6vbqro.wishwin-nr8n53 8.wishwin-o1p933.wishwin-nd54yx.wishwin-8gnc5g.wishwin-03uzd3.wishwin-8b0roz.wishwin-24tz68.wishwin-wtihu7.wishwin-nr8n53 1.wishwin-cdpc6c.wishwin-uzqa8s.wishwin-hipebb.wishwin-st6m5y.wishwin-d6cb57.wishwin-k4trnb 1.wishwin-28ipf6.wishwin-5cflz5.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.wishwin-3xrgmy > input:checked ~ label,
.wishwin-3xrgmy > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wishwin-2renk4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.wishwin-1c5oi6 44.wishwin-l5bvgl.wishwin-00uxs4.wishwin-eq3v2l.wishwin-fighx3.wishwin-wtihu7.wishwin-ur97do.wishwin-5b3f59.wishwin-e0r9c9.wishwin-8gkcoq.wishwin-0x0xjl.wishwin-baxiwm.wishwin-wq4qgg 0l-12.wishwin-nr8n53 30.wishwin-m8h57b.wishwin-5g0bq0 2.wishwin-268u47.wishwin-5g0bq0 3.wishwin-x2753k 3.wishwin-0njas1.wishwin-d5jlby 3.wishwin-00od9b.wishwin-24tz68.wishwin-gwmaj1.wishwin-j4vecc 7-3.wishwin-nr8n53 10.wishwin-8nixiy.wishwin-j4vecc 23.wishwin-27ckby.wishwin-6b42nz 1.wishwin-k4trnb 2.wishwin-nr8n53 3.wishwin-6b42nz 1.wishwin-d5jlby 5.wishwin-8wuv5m.wishwin-d5jlby 32.wishwin-mlpl1c.wishwin-24tz68 5.wishwin-wq4qgg 4.wishwin-j4vecc 9.wishwin-j4vecc 8.wishwin-d5jlby 6.wishwin-frv0uh.wishwin-umqmig.wishwin-3h2756.wishwin-aeg1ue.wishwin-fbh3ye 4.wishwin-dvet9c.wishwin-fbh3ye 6.wishwin-fbh3ye 0l29.wishwin-wq4qgg 17.wishwin-3wkxib.wishwin-rv39lf 2.wishwin-t6jo0z 10.wishwin-6vbqro.wishwin-nr8n53 8.wishwin-o1p933.wishwin-nd54yx.wishwin-8gnc5g.wishwin-03uzd3.wishwin-8b0roz.wishwin-24tz68.wishwin-wtihu7.wishwin-nr8n53 1.wishwin-cdpc6c.wishwin-uzqa8s.wishwin-hipebb.wishwin-st6m5y.wishwin-d6cb57.wishwin-k4trnb 1.wishwin-28ipf6.wishwin-5cflz5.5z'/%3e%3c/svg%3e");
}

.wishwin-3xrgmy > input:not(:checked) ~ label:hover,
.wishwin-3xrgmy > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wishwin-2renk4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.wishwin-1c5oi6 44.wishwin-l5bvgl.wishwin-00uxs4.wishwin-eq3v2l.wishwin-fighx3.wishwin-wtihu7.wishwin-ur97do.wishwin-5b3f59.wishwin-e0r9c9.wishwin-8gkcoq.wishwin-0x0xjl.wishwin-baxiwm.wishwin-wq4qgg 0l-12.wishwin-nr8n53 30.wishwin-m8h57b.wishwin-5g0bq0 2.wishwin-268u47.wishwin-5g0bq0 3.wishwin-x2753k 3.wishwin-0njas1.wishwin-d5jlby 3.wishwin-00od9b.wishwin-24tz68.wishwin-gwmaj1.wishwin-j4vecc 7-3.wishwin-nr8n53 10.wishwin-8nixiy.wishwin-j4vecc 23.wishwin-27ckby.wishwin-6b42nz 1.wishwin-k4trnb 2.wishwin-nr8n53 3.wishwin-6b42nz 1.wishwin-d5jlby 5.wishwin-8wuv5m.wishwin-d5jlby 32.wishwin-mlpl1c.wishwin-24tz68 5.wishwin-wq4qgg 4.wishwin-j4vecc 9.wishwin-j4vecc 8.wishwin-d5jlby 6.wishwin-frv0uh.wishwin-umqmig.wishwin-3h2756.wishwin-aeg1ue.wishwin-fbh3ye 4.wishwin-dvet9c.wishwin-fbh3ye 6.wishwin-fbh3ye 0l29.wishwin-wq4qgg 17.wishwin-3wkxib.wishwin-rv39lf 2.wishwin-t6jo0z 10.wishwin-6vbqro.wishwin-nr8n53 8.wishwin-o1p933.wishwin-nd54yx.wishwin-8gnc5g.wishwin-03uzd3.wishwin-8b0roz.wishwin-24tz68.wishwin-wtihu7.wishwin-nr8n53 1.wishwin-cdpc6c.wishwin-uzqa8s.wishwin-hipebb.wishwin-st6m5y.wishwin-d6cb57.wishwin-k4trnb 1.wishwin-28ipf6.wishwin-5cflz5.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .wishwin-v8jfyr > .wishwin-msicfk {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .wishwin-v8jfyr > .wishwin-msicfk {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .wishwin-v8jfyr > .wishwin-msicfk {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .wishwin-v8jfyr > .wishwin-msicfk {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .wishwin-v8jfyr > .wishwin-msicfk {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.wishwin-1jpm4m {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.wishwin-1jpm4m.wishwin-0h5akm {
  display: none;
}

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

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

.wishwin-qmuvf5 {
  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;
}

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

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

.wishwin-qmuvf5 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.wishwin-63qgxa {
  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;
}

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

.wishwin-63qgxa::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) {
  .wishwin-63qgxa::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.wishwin-1jpm4m.wishwin-b76vp0 .wishwin-m9v85l {
  background: #2b3b67;
}

.wishwin-1jpm4m.wishwin-b76vp0 .wishwin-qmuvf5 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.wishwin-1jpm4m.wishwin-b76vp0 .wishwin-qmuvf5::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.wishwin-1jpm4m.wishwin-b76vp0 .wishwin-qmuvf5::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.wishwin-1jpm4m.wishwin-b76vp0 .wishwin-63qgxa::before {
  background: #0e0f41;
}

.wishwin-1jpm4m.wishwin-b76vp0 .wishwin-63qgxa::after {
  background: #152557;
}

.wishwin-1jpm4m.wishwin-ugsf43 .wishwin-m9v85l {
  background: #1f35fa;
}

.wishwin-1jpm4m.wishwin-ugsf43 .wishwin-qmuvf5 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.wishwin-1jpm4m.wishwin-ugsf43 .wishwin-qmuvf5::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.wishwin-1jpm4m.wishwin-ugsf43 .wishwin-qmuvf5::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.wishwin-1jpm4m.wishwin-ugsf43 .wishwin-63qgxa::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.wishwin-1jpm4m.wishwin-ugsf43 .wishwin-63qgxa::after {
  background: #192ac8;
}

.wishwin-1jpm4m.wishwin-badpko .wishwin-m9v85l {
  background: #fa771f;
}

.wishwin-1jpm4m.wishwin-badpko .wishwin-qmuvf5 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.wishwin-1jpm4m.wishwin-badpko .wishwin-qmuvf5::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.wishwin-1jpm4m.wishwin-badpko .wishwin-qmuvf5::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.wishwin-1jpm4m.wishwin-badpko .wishwin-63qgxa::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.wishwin-1jpm4m.wishwin-badpko .wishwin-63qgxa::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

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

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

.wishwin-44jofr {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wishwin-44jofr span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.wishwin-44jofr small {
  font-size: 14px;
  color: var(--text-color);
}

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

.wishwin-ivag55 {
  width: 120px;
  height: 22px;
}

.wishwin-ivag55 .wishwin-545nqj {
  fill: #c2c0ce;
}

.wishwin-ivag55 [rating="1"] .wishwin-545nqj:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.wishwin-ivag55 [rating="2"] .wishwin-545nqj:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.wishwin-ivag55 [rating="3"] .wishwin-545nqj:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.wishwin-ivag55 [rating="4"] .wishwin-545nqj:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.wishwin-ivag55 [rating="5"] .wishwin-545nqj:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.wishwin-iggs2q {
  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);
}

.wishwin-iggs2q.wishwin-rheemd {
  display: block;
}

.wishwin-iggs2q.wishwin-0h5akm {
  display: none;
}

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

.wishwin-dcn9v3 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.wishwin-0pe3vv {
  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);
}

.wishwin-h748lw {
  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;
}

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

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

.wishwin-hdk89a {
  font-size: 16px;
  line-height: 140%;
}

.wishwin-y3m9sn {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.wishwin-y3m9sn .wishwin-545nqj {
  fill: #c2c0ce;
}

.wishwin-y3m9sn [rating="1"] .wishwin-545nqj:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.wishwin-y3m9sn [rating="2"] .wishwin-545nqj:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.wishwin-y3m9sn [rating="3"] .wishwin-545nqj:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.wishwin-y3m9sn [rating="4"] .wishwin-545nqj:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.wishwin-y3m9sn [rating="5"] .wishwin-545nqj:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.wishwin-yk88tu {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.wishwin-2z33ss img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wishwin-3320lx {
  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;
}

.wishwin-otce5x {
  flex: 1;
  min-width: 0;
}

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

.wishwin-45k83h {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.wishwin-45k83h svg,
.wishwin-45k83h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wishwin-45k83h svg path {
  fill: var(--button-bg-color);
}

.wishwin-45k83h svg circle {
  fill: var(--button-text-color);
}

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

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

.wishwin-xttxd6 strong {
  font-weight: 600;
}

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

.wishwin-8yg4w9 p {
  margin: 0 0 16px;
}

.wishwin-8yg4w9 p:last-child {
  margin-bottom: 0;
}

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

.wishwin-yq5amc {
  max-width: 300px;
  width: 100%;
}

.wishwin-yq5amc a {
  width: 100%;
}

@media (max-width: 575px) {
  .wishwin-yq5amc {
    max-width: 200px;
  }
}

.wishwin-rpae6c {
  justify-content: center;
}

.wishwin-7ree0d {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wishwin-ydsxql {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.wishwin-di0xcm .wishwin-advvuf {
  justify-content: center;
}

/* faq */

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

.wishwin-zmzuoi {
  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.wishwin-kp3qby ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wishwin-zmzuoi::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.wishwin-kp3qby ease;
}

.wishwin-j3mhkw.wishwin-l69tej .wishwin-zmzuoi::after {
  transform: rotate(45deg);
}

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

.wishwin-j3mhkw.wishwin-l69tej .wishwin-c6bxct {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.wishwin-13etnm {
  margin: 25px 0;
}

.wishwin-3xrgmy > input:not(:checked) ~ label:hover,
.wishwin-3xrgmy > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wishwin-5yy0k6.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.wishwin-k18jp2 44.wishwin-ujyjjf.wishwin-0fikjn.wishwin-n1mpsg.wishwin-zctrlj.wishwin-o77euv.wishwin-a9eosr.wishwin-us4wn5.wishwin-rnkhbh.wishwin-k0i3w4.wishwin-1m4tts.wishwin-eysdcj.wishwin-anyzan 0l-12.wishwin-454yg2 30.wishwin-a4fuix.wishwin-ie9tmr 2.wishwin-upbdp2.wishwin-ie9tmr 3.wishwin-fptawq 3.wishwin-pvmas9.wishwin-hsmud6 3.wishwin-d80lix.wishwin-0sdril.wishwin-vrcpm7.wishwin-8mhjf1 7-3.wishwin-454yg2 10.wishwin-7td6nx.wishwin-8mhjf1 23.wishwin-r6ny3n.wishwin-cvtb3t 1.wishwin-07b7t4 2.wishwin-454yg2 3.wishwin-cvtb3t 1.wishwin-hsmud6 5.wishwin-b8x33j.wishwin-hsmud6 32.wishwin-9vgpzz.wishwin-0sdril 5.wishwin-anyzan 4.wishwin-8mhjf1 9.wishwin-8mhjf1 8.wishwin-hsmud6 6.wishwin-t6aezq.wishwin-qagmws.wishwin-yi0lla.wishwin-7qyyoa.wishwin-7uvtah 4.wishwin-35f3em.wishwin-7uvtah 6.wishwin-7uvtah 0l29.wishwin-anyzan 17.wishwin-m5o84m.wishwin-6xm4tc 2.wishwin-elca9j 10.wishwin-3c12au.wishwin-454yg2 8.wishwin-yihd2q.wishwin-pfqrfo.wishwin-rcwvz8.wishwin-pggxs7.wishwin-pl4rzx.wishwin-0sdril.wishwin-o77euv.wishwin-454yg2 1.wishwin-iv5p14.wishwin-lhiyc1.wishwin-b17mh8.wishwin-bf8d0k.wishwin-3fa1t0.wishwin-07b7t4 1.wishwin-m5e3c3.wishwin-0h37vv.5z'/%3e%3c/svg%3e");
}

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

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

.wishwin-402ku4 {
  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);
}

.wishwin-402ku4.wishwin-225cu1 {
  display: block;
}

.wishwin-402ku4.wishwin-7m8j6w {
  display: none;
}

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

.wishwin-msu3ks {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.wishwin-wi205u {
  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);
}

.wishwin-vggbx8 {
  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;
}

.wishwin-2reudq small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.wishwin-055tvc {
  font-size: 16px;
  line-height: 140%;
}

.wishwin-zqkktr {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.wishwin-zqkktr .wishwin-dd7045 {
  fill: #c2c0ce;
}

.wishwin-zqkktr [rating="1"] .wishwin-dd7045:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.wishwin-zqkktr [rating="2"] .wishwin-dd7045:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.wishwin-zqkktr [rating="3"] .wishwin-dd7045:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.wishwin-zqkktr [rating="4"] .wishwin-dd7045:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.wishwin-zqkktr [rating="5"] .wishwin-dd7045:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.wishwin-b5f6ds 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;
}

.wishwin-b5f6ds 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 */

.wishwin-n710m5 {
  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);
}

.wishwin-n710m5.wishwin-iv28s1 {
  opacity: 1;
  pointer-events: auto;
}
