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

.wrest-point-6n9v2q {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .wrest-point-6n9v2q {
    padding: 54px 0 0;
  }
}

.wrest-point-st4qn4 {
  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) {
  .wrest-point-st4qn4: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;
  }
}

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

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

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

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

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

.wrest-point-rno0sx {
  cursor: pointer;
}

.wrest-point-hn0ius {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.wrest-point-fhgt17 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wrest-point-fhgt17 figure {
  margin: 0;
}

.wrest-point-fhgt17.wrest-point-qqzm5w {
  justify-content: flex-start;
  margin-right: 4px;
}

.wrest-point-fhgt17.wrest-point-4lzqmh {
  justify-content: flex-end;
  margin-left: 4px;
}

.wrest-point-fhgt17.wrest-point-e2yju0 {
  justify-content: center;
}

.wrest-point-fhgt17.wrest-point-r3bq5x {
  justify-content: normal;
}

.wrest-point-k6qxqp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.wrest-point-bwc4vw {
  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) {
  .wrest-point-bwc4vw {
    flex-direction: column;
  }
}

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

.wrest-point-q5wm70 img {
  width: 100%;
}

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

.wrest-point-oh0l99 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.wrest-point-oh0l99 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) {
  .wrest-point-oh0l99 ul {
    margin-bottom: 15px;
  }
}

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

.wrest-point-oh0l99 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);
}

.wrest-point-oh0l99 ul li span svg {
  fill: var(--title-color);
}

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

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

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

.wrest-point-oh0l99 ul li:last-of-type::after {
  display: none;
}

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

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

.wrest-point-96inhy {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .wrest-point-m58bx0 {
    height: 50px;
  }
}

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

.wrest-point-m58bx0.wrest-point-20m4ch {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .wrest-point-m58bx0.wrest-point-20m4ch:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.wrest-point-ud7fc6 {
  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) {
  .wrest-point-ud7fc6 {
    padding: 80px 16px 0;
  }
}

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

.wrest-point-w19xz5 {
  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) {
  .wrest-point-w19xz5 {
    flex-direction: column;
  }
}

.wrest-point-soe11w {
  margin-bottom: 94px;
}

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

.wrest-point-ygezbo .wrest-point-wuubmq {
  margin-bottom: 28px;
}

.wrest-point-ygezbo .wrest-point-wuubmq img {
  max-height: 100px;
  width: auto;
}

.wrest-point-p6gqji {
  display: flex;
  align-items: center;
}

.wrest-point-p6gqji a + a {
  margin-left: 24px;
}

.wrest-point-p6gqji img {
  max-height: 56px;
  width: auto;
}

.wrest-point-p6gqji img + img {
  margin-left: 24px;
}

.wrest-point-w936zk {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.wrest-point-i82rry {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .wrest-point-wp9q8x {
    flex-wrap: wrap;
  }
}

.wrest-point-wp9q8x li {
  display: flex;
  margin: 0 7px;
}

.wrest-point-wp9q8x li svg {
  transition: 0.wrest-point-l5pb26 ease-in-out;
}

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

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

.wrest-point-sj9e65 + .wrest-point-sj9e65 {
  margin-left: 120px;
}

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

.wrest-point-8eh5gs {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.wrest-point-unt56l {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrest-point-unt56l li {
  font-size: 16px;
}

.wrest-point-unt56l li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.wrest-point-unt56l li + li {
  margin-top: 16px;
}

.wrest-point-2jtob3 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.wrest-point-0b5a4x ease-in-out;
}

.wrest-point-2jtob3.wrest-point-r14wnt {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.wrest-point-oi2yya {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.wrest-point-my75sr li {
  width: 100%;
}

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

.wrest-point-my75sr li a svg {
  fill: var(--button-text-color);
}

.wrest-point-my75sr li a.wrest-point-r14wnt {
  background: var(--border-color);
}

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

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

.wrest-point-jbabsi {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.wrest-point-pohwf7 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.wrest-point-pohwf7 img {
  width: 100%;
  transition: 0.wrest-point-l5pb26 ease-in-out;
}

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

.wrest-point-yk3uev {
  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) {
  .wrest-point-yk3uev {
    height: 54px;
  }
}

.wrest-point-798r1r {
  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) {
  .wrest-point-798r1r {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .wrest-point-798r1r {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .wrest-point-798r1r .wrest-point-wuubmq img {
    max-width: 90px;
  }
}

.wrest-point-wuubmq img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .wrest-point-wuubmq {
    order: -2;
  }
}

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

.wrest-point-seid5x {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrest-point-seid5x li {
  font-size: 16px;
  margin: 0 20px;
}

.wrest-point-seid5x li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.wrest-point-puydjf {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.wrest-point-puydjf.wrest-point-j2akyx {
  margin-right: 0;
}

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

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

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

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

.wrest-point-s47dg5 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.wrest-point-s47dg5:hover > ul {
  display: flex;
}

.wrest-point-s47dg5:focus > ul {
  display: flex;
}

.wrest-point-s47dg5:focus-within > ul {
  display: flex;
}

.wrest-point-dtcnzy {
  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;
}

.wrest-point-dtcnzy::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.wrest-point-0b5a4x ease-in-out;
}

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

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

.wrest-point-s47dg5 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.wrest-point-l5pb26 ease-in-out;
  overflow: hidden;
}

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

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

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

.wrest-point-p06fi1 {
  display: none;
}

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

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

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

.wrest-point-kmztdv {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.wrest-point-kmztdv img {
  margin-bottom: 20px;
}

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

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

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

.wrest-point-oz9rwn {
  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) {
  .wrest-point-oz9rwn {
    font-size: 32px;
  }
}

.wrest-point-dkr1k7 {
  color: var(--text-color);
}

.wrest-point-oqblla {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.wrest-point-oqblla p img {
  display: block;
  margin: 0 auto;
}

.wrest-point-oqblla p:first-of-type {
  margin-top: 0;
}

.wrest-point-oqblla p:last-of-type {
  margin-bottom: 0;
}

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

.wrest-point-oqblla ul {
  padding: 0 0 0 20px;
}

.wrest-point-oqblla table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.wrest-point-oqblla table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.wrest-point-oqblla iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

.wrest-point-5f5ig3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .wrest-point-5f5ig3 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .wrest-point-5f5ig3 {
    margin-bottom: 60px;
  }
}

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

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

.wrest-point-w1dne8 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.wrest-point-w1dne8 .wrest-point-ubklra {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .wrest-point-w1dne8 .wrest-point-ubklra {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.wrest-point-w1dne8 .wrest-point-z8ep12 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .wrest-point-w1dne8 .wrest-point-z8ep12 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .wrest-point-w1dne8 .wrest-point-z8ep12 img {
    width: 100%;
  }
}

.wrest-point-z8ep12 {
  margin: 0 0 28px;
}

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

.wrest-point-ubklra {
  margin: 0 0 28px;
}

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

.wrest-point-5f5ig3 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) {
  .wrest-point-5f5ig3 h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.wrest-point-5f5ig3 .wrest-point-st4qn4 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.wrest-point-jm850u {
  position: relative;
  border: none;
}

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

.wrest-point-gpopay {
  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;
}

.wrest-point-gpopay span {
  height: 32px;
}

.wrest-point-gpopay span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.wrest-point-gpopay.wrest-point-j7k15q span {
  transform: scaleY(-1);
}

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

.wrest-point-iuc21d {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.wrest-point-iuc21d li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.wrest-point-l5pb26 ease-in-out;
}

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

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

.wrest-point-iuc21d.wrest-point-6pimuz {
  display: none;
}

.wrest-point-tgal9y {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.wrest-point-tgal9y table {
  width: 100%;
  border-collapse: collapse;
}

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

  .wrest-point-tgal9y table td {
    min-width: 75px;
  }
}

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

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

.wrest-point-tgal9y p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

.wrest-point-jw2ea0 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.wrest-point-nwj4gd table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.wrest-point-nwj4gd table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.wrest-point-nwj4gd p {
  color: var(--text-color);
}

.wrest-point-gfvjcy {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.wrest-point-bjse2r {
  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);
}

.wrest-point-is8awi {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.wrest-point-ua994v p + p {
  margin-top: 10px;
}

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

.wrest-point-45x4ic {
  display: none;
}

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

.wrest-point-9e8lip {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.wrest-point-9e8lip li {
  margin: 0 20px;
}

.wrest-point-9e8lip li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.wrest-point-9e8lip li a img {
  margin-bottom: 4px;
}

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

.wrest-point-zxsli2 {
  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) {
  .wrest-point-zxsli2 {
    padding: 0 16px;
  }
}

.wrest-point-zxsli2 li {
  font-size: 16px;
  position: relative;
}

.wrest-point-zxsli2 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.wrest-point-zxsli2 li span {
  opacity: 0.5;
}

.wrest-point-zxsli2 li + li {
  margin-left: 30px;
}

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

h2.wrest-point-txwcss {
  margin: 0 0 28px;
}

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

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

.wrest-point-sfgpbi 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);
}

.wrest-point-sfgpbi 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;
}

.wrest-point-sfgpbi 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;
}

.wrest-point-sfgpbi tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.wrest-point-sfgpbi tbody tr:last-of-type {
  margin-bottom: 0;
}

.wrest-point-sfgpbi tbody tr td:first-of-type {
  flex-shrink: 0;
}

.wrest-point-sfgpbi 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);
}

.wrest-point-sfgpbi 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);
}

.wrest-point-sfgpbi tbody tr td:last-of-type {
  margin-left: auto;
}

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

.wrest-point-sfgpbi tbody tr td .wrest-point-fza1cr {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .wrest-point-sfgpbi tbody tr td .wrest-point-fza1cr {
    width: 100%;
  }
}

.wrest-point-sfgpbi tbody tr td .wrest-point-03d1v0 {
  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.wrest-point-l5pb26 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .wrest-point-sfgpbi tbody tr td .wrest-point-03d1v0:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .wrest-point-sfgpbi tbody tr td .wrest-point-03d1v0 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .wrest-point-sfgpbi tbody tr td .wrest-point-03d1v0 {
    width: 100%;
  }
}

.wrest-point-sfgpbi tbody tr td .wrest-point-lmga9n {
  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) {
  .wrest-point-sfgpbi tbody tr td .wrest-point-lmga9n:hover {
    text-decoration: none;
  }
}

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

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

.wrest-point-bvjgwp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.wrest-point-g2wnso {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.wrest-point-atrmx3 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.wrest-point-l5pb26 ease-in-out;
}

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

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

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

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

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

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

.wrest-point-qaqu6t img {
  width: 100%;
  height: 100%;
}

.wrest-point-qaqu6t iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.wrest-point-zn42o3 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.wrest-point-l5pb26 ease-in-out;
}

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

.wrest-point-avwz68 {
  padding: 90px 0;
}

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

.wrest-point-tqq0s7 {
  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) {
  .wrest-point-tqq0s7 {
    padding: 0 16px;
  }
}

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

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

.wrest-point-niztpz img {
  width: 100%;
}

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

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

.wrest-point-1e4zsb {
  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;
}

.wrest-point-1e4zsb 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) {
  .wrest-point-1e4zsb {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .wrest-point-1e4zsb {
    padding: 24px 10px;
  }
}

.wrest-point-q3j4ra {
  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.wrest-point-l5pb26 ease-in-out;
}

.wrest-point-q3j4ra:hover {
  border: 1px solid #8c8ca2;
}

.wrest-point-bpq6mm {
  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%);
}

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

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

.wrest-point-5ff57m a {
  text-decoration: underline;
  color: #8babff;
}

.wrest-point-i6srbu {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.wrest-point-i6srbu .wrest-point-q3j4ra {
  width: 50%;
  margin: 0;
}

.wrest-point-fprz62 {
  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;
}

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

.wrest-point-d8c20d {
  margin: 0 0 100px;
}

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

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

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

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

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

.wrest-point-ximoas {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.wrest-point-tfj2j5 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.wrest-point-l5pb26 ease-in-out;
}

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

.wrest-point-tfj2j5 a svg {
  fill: #fff;
}

.wrest-point-tfj2j5 a:hover {
  background: #3d68e7;
}

.wrest-point-kppokc {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.wrest-point-uhw5qq {
  margin-bottom: 16px;
}

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

.wrest-point-8y7cgr {
  font-size: 16px;
  color: var(--text-color);
}

.wrest-point-7xsmq9 {
  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) {
  .wrest-point-7xsmq9 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .wrest-point-7xsmq9 {
    margin: 20px auto 60px;
  }
}

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

.wrest-point-284nxm {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

@media only screen and (min-width: 992px) {
  .wrest-point-284nxm {
    margin: 0;
    padding-right: 20px;
  }
}

.wrest-point-p90vg6 {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.wrest-point-p90vg6 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);
}

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

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

.wrest-point-p90vg6 table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .wrest-point-p90vg6 {
    margin: 0;
  }
}

.wrest-point-owhq1e {
  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) {
  .wrest-point-owhq1e {
    min-height: 190px;
  }
}

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

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

.wrest-point-0rd7t6 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.wrest-point-0rd7t6.wrest-point-smiyfu {
  display: none;
}

.wrest-point-3a8ill {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.wrest-point-3a8ill iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrest-point-3a8ill iframe.wrest-point-h63nmk {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.wrest-point-3a8ill.wrest-point-r4d4bc {
  opacity: 1;
  pointer-events: all;
}

.wrest-point-0x8kxk {
  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.wrest-point-l5pb26 ease-in-out;
}

.wrest-point-0x8kxk svg {
  margin-right: 10px;
}

.wrest-point-0x8kxk + .wrest-point-0x8kxk {
  margin-top: 14px;
}

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

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

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

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

.wrest-point-7xsmq9 .wrest-point-5f5ig3 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.wrest-point-7xsmq9 .wrest-point-5f5ig3 h1,
.wrest-point-7xsmq9 .wrest-point-5f5ig3 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) {
  .wrest-point-7xsmq9 .wrest-point-5f5ig3 h1,
  .wrest-point-7xsmq9 .wrest-point-5f5ig3 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .wrest-point-7xsmq9 .wrest-point-5f5ig3 {
    margin: 28px 0 0;
  }
}

.wrest-point-k51kaw {
  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) {
  .wrest-point-k51kaw {
    padding: 0 16px;
  }
}

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

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

.wrest-point-rru913 {
  max-width: 545px;
  width: 100%;
}

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

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

.wrest-point-2miu8i {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.wrest-point-2miu8i iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrest-point-17fe1x {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.wrest-point-17fe1x h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .wrest-point-17fe1x h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .wrest-point-17fe1x h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .wrest-point-17fe1x {
    max-width: 100%;
    margin: 0;
  }
}

.wrest-point-301bqd {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

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

.wrest-point-u5hv9c {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .wrest-point-2iui2i {
    padding: 10px;
  }
}

.wrest-point-2iui2i .wrest-point-st4qn4 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .wrest-point-2iui2i .wrest-point-st4qn4 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .wrest-point-2iui2i {
    flex-wrap: wrap;
  }
}

.wrest-point-hralty {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.wrest-point-hralty img {
  width: 100%;
}

.wrest-point-ub5mbf {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.wrest-point-ua7ga9 {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.wrest-point-61xmly {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .wrest-point-61xmly {
    margin: 0 0 60px;
  }
}

.wrest-point-61xmly .wrest-point-soslw5 {
  position: relative;
}

.wrest-point-61xmly .wrest-point-0bobg1 {
  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;
}

.wrest-point-61xmly .wrest-point-0bobg1.wrest-point-smiyfu {
  display: none;
}

.wrest-point-61xmly .wrest-point-mh3qyc {
  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) {
  .wrest-point-61xmly .wrest-point-mh3qyc {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .wrest-point-61xmly .wrest-point-mh3qyc {
    bottom: 90px;
  }
}

.wrest-point-61xmly .wrest-point-mh3qyc .wrest-point-bc8pwd {
  max-width: 300px;
  width: 100%;
}

.wrest-point-61xmly .wrest-point-mh3qyc .wrest-point-bc8pwd .wrest-point-1wvitv {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .wrest-point-61xmly .wrest-point-mh3qyc .wrest-point-bc8pwd .wrest-point-1wvitv {
    font-size: 32px;
    text-align: center;
  }
}

.wrest-point-61xmly .wrest-point-mh3qyc .wrest-point-bc8pwd .wrest-point-sezz9j {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .wrest-point-61xmly .wrest-point-mh3qyc .wrest-point-bc8pwd .wrest-point-sezz9j {
    text-align: center;
  }
}

.wrest-point-61xmly .wrest-point-mh3qyc .wrest-point-j2akyx {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .wrest-point-61xmly .wrest-point-mh3qyc .wrest-point-j2akyx {
    flex-direction: column-reverse;
  }
}

.wrest-point-61xmly .wrest-point-mh3qyc .wrest-point-j2akyx .wrest-point-dwp3t9 {
  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.wrest-point-l5pb26 ease-in-out;
}

.wrest-point-61xmly .wrest-point-mh3qyc .wrest-point-j2akyx .wrest-point-dwp3t9:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .wrest-point-61xmly .wrest-point-mh3qyc .wrest-point-j2akyx .wrest-point-dwp3t9 {
    width: 100%;
  }
}

.wrest-point-61xmly .wrest-point-mh3qyc .wrest-point-j2akyx .wrest-point-16kmc9 {
  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.wrest-point-l5pb26 ease-in-out;
  overflow: hidden;
}

.wrest-point-61xmly .wrest-point-mh3qyc .wrest-point-j2akyx .wrest-point-16kmc9 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);
  }
}

.wrest-point-61xmly .wrest-point-mh3qyc .wrest-point-j2akyx .wrest-point-16kmc9: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;
}

.wrest-point-61xmly .wrest-point-mh3qyc .wrest-point-j2akyx .wrest-point-16kmc9:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .wrest-point-61xmly .wrest-point-mh3qyc .wrest-point-j2akyx .wrest-point-16kmc9 {
    width: 100%;
  }
}

.wrest-point-61xmly .wrest-point-mh3qyc.wrest-point-smiyfu {
  display: none;
}

.wrest-point-61xmly .wrest-point-soorik {
  display: none;
}

.wrest-point-61xmly .wrest-point-soorik.wrest-point-r4d4bc {
  display: block;
}

.wrest-point-61xmly .wrest-point-soorik iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .wrest-point-61xmly .wrest-point-soorik iframe {
    height: calc(100vh - 54px);
  }
}

.wrest-point-61xmly .wrest-point-jsvswj {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .wrest-point-61xmly .wrest-point-jsvswj {
    padding: 24px 16px 0;
  }
}

.wrest-point-61xmly .wrest-point-jsvswj .wrest-point-1wvitv {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .wrest-point-61xmly .wrest-point-jsvswj .wrest-point-1wvitv {
    margin-bottom: 24px;
  }
}

.wrest-point-61xmly .wrest-point-jsvswj 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);
}

.wrest-point-61xmly .wrest-point-jsvswj 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) {
  .wrest-point-61xmly .wrest-point-jsvswj table tr td {
    padding: 12px 4px;
  }
}

.wrest-point-61xmly .wrest-point-jsvswj 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) {
  .wrest-point-61xmly .wrest-point-jsvswj table tr th {
    padding: 12px 4px;
  }
}

.wrest-point-61xmly .wrest-point-jsvswj table tr:last-of-type td {
  border-bottom: none;
}

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

.wrest-point-90pluf.wrest-point-r14wnt {
  display: block;
}

.wrest-point-90pluf iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.wrest-point-90pluf .wrest-point-n89do2 {
  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;
}

.wrest-point-90pluf .wrest-point-0lsb7z {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.wrest-point-90pluf .wrest-point-16kmc9 {
  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.wrest-point-l5pb26 ease-in-out;
}

.wrest-point-90pluf .wrest-point-16kmc9:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.wrest-point-inaeo6.wrest-point-r14wnt {
  display: block;
}

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

.wrest-point-rtcru7 {
  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;
}

.wrest-point-dyw759 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.wrest-point-ll45kw {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.wrest-point-ll45kw svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.wrest-point-w1eyll {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wrest-point-brr3ue.wrest-point-smiyfu {
  display: none;
}

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

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

.wrest-point-6y2xpj {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.wrest-point-6y2xpj span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

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

.wrest-point-6y2xpj 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.wrest-point-l5pb26 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.wrest-point-6y2xpj input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.wrest-point-6y2xpj input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.wrest-point-6y2xpj input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.wrest-point-6y2xpj input:active {
  border-color: #c2c0ce;
}

.wrest-point-6y2xpj input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .wrest-point-6y2xpj {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.wrest-point-smnbzp {
  margin-bottom: 36px;
}

.wrest-point-smnbzp 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;
}

.wrest-point-smnbzp textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.wrest-point-smnbzp textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.wrest-point-3dnnlu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wrest-point-hes7x3 {
  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.wrest-point-l5pb26 ease-in-out;
}

.wrest-point-hes7x3:hover {
  background: var(--border-color);
}

.wrest-point-cvtq8b {
  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.wrest-point-l5pb26 ease-in-out;
}

.wrest-point-cvtq8b:hover {
  background: #166ad9;
}

.wrest-point-8qrdx2 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.wrest-point-8qrdx2.wrest-point-smiyfu {
  display: none;
}

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

.wrest-point-8qrdx2 .wrest-point-hes7x3 {
  margin: 0 auto;
}

.wrest-point-1cw99q {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.wrest-point-utbqtm {
  filter: grayscale(100%);
}

.wrest-point-mmgmll > input {
  display: none;
}

.wrest-point-mmgmll > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wrest-point-vq7s1w.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.wrest-point-p6zq4t 44.wrest-point-tn5k1a.wrest-point-eqxjhg.wrest-point-6gki2l.wrest-point-4iwglh.wrest-point-fu0ep6.wrest-point-j05zmt.wrest-point-agud6v.wrest-point-iqpjwc.wrest-point-smo4d2.wrest-point-nngckp.wrest-point-35znwx.wrest-point-ndejiu 0l-12.wrest-point-g05444 30.wrest-point-n9oir2.wrest-point-ph9wa6 2.wrest-point-0s5ard.wrest-point-ph9wa6 3.wrest-point-9x7dxg 3.wrest-point-u5lhd4.wrest-point-rkv0rd 3.wrest-point-q4ldtr.wrest-point-i7q5w3.wrest-point-d3g9ew.wrest-point-u03pmi 7-3.wrest-point-g05444 10.wrest-point-itmvq9.wrest-point-u03pmi 23.wrest-point-a6vfad.wrest-point-u62od7 1.wrest-point-s84y6n 2.wrest-point-g05444 3.wrest-point-u62od7 1.wrest-point-rkv0rd 5.wrest-point-qan9gu.wrest-point-rkv0rd 32.wrest-point-sa3fiw.wrest-point-i7q5w3 5.wrest-point-ndejiu 4.wrest-point-u03pmi 9.wrest-point-u03pmi 8.wrest-point-rkv0rd 6.wrest-point-ypah87.wrest-point-sgpxnk.wrest-point-xv1999.wrest-point-67u27b.wrest-point-qxnb1e 4.wrest-point-yhazxj.wrest-point-qxnb1e 6.wrest-point-qxnb1e 0l29.wrest-point-ndejiu 17.wrest-point-m5g0td.wrest-point-p57cz3 2.wrest-point-e95vbd 10.wrest-point-ns3g8r.wrest-point-g05444 8.wrest-point-4eb869.wrest-point-e06agy.wrest-point-t0z92g.wrest-point-7f45yx.wrest-point-omvbtv.wrest-point-i7q5w3.wrest-point-fu0ep6.wrest-point-g05444 1.wrest-point-mdwqmh.wrest-point-x2a7fx.wrest-point-dw4w2w.wrest-point-h6yv5j.wrest-point-o59c5s.wrest-point-s84y6n 1.wrest-point-7i4iff.wrest-point-rvqjuz.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.wrest-point-mmgmll > input:checked ~ label,
.wrest-point-mmgmll > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wrest-point-vq7s1w.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.wrest-point-p6zq4t 44.wrest-point-tn5k1a.wrest-point-eqxjhg.wrest-point-6gki2l.wrest-point-4iwglh.wrest-point-fu0ep6.wrest-point-j05zmt.wrest-point-agud6v.wrest-point-iqpjwc.wrest-point-smo4d2.wrest-point-nngckp.wrest-point-35znwx.wrest-point-ndejiu 0l-12.wrest-point-g05444 30.wrest-point-n9oir2.wrest-point-ph9wa6 2.wrest-point-0s5ard.wrest-point-ph9wa6 3.wrest-point-9x7dxg 3.wrest-point-u5lhd4.wrest-point-rkv0rd 3.wrest-point-q4ldtr.wrest-point-i7q5w3.wrest-point-d3g9ew.wrest-point-u03pmi 7-3.wrest-point-g05444 10.wrest-point-itmvq9.wrest-point-u03pmi 23.wrest-point-a6vfad.wrest-point-u62od7 1.wrest-point-s84y6n 2.wrest-point-g05444 3.wrest-point-u62od7 1.wrest-point-rkv0rd 5.wrest-point-qan9gu.wrest-point-rkv0rd 32.wrest-point-sa3fiw.wrest-point-i7q5w3 5.wrest-point-ndejiu 4.wrest-point-u03pmi 9.wrest-point-u03pmi 8.wrest-point-rkv0rd 6.wrest-point-ypah87.wrest-point-sgpxnk.wrest-point-xv1999.wrest-point-67u27b.wrest-point-qxnb1e 4.wrest-point-yhazxj.wrest-point-qxnb1e 6.wrest-point-qxnb1e 0l29.wrest-point-ndejiu 17.wrest-point-m5g0td.wrest-point-p57cz3 2.wrest-point-e95vbd 10.wrest-point-ns3g8r.wrest-point-g05444 8.wrest-point-4eb869.wrest-point-e06agy.wrest-point-t0z92g.wrest-point-7f45yx.wrest-point-omvbtv.wrest-point-i7q5w3.wrest-point-fu0ep6.wrest-point-g05444 1.wrest-point-mdwqmh.wrest-point-x2a7fx.wrest-point-dw4w2w.wrest-point-h6yv5j.wrest-point-o59c5s.wrest-point-s84y6n 1.wrest-point-7i4iff.wrest-point-rvqjuz.5z'/%3e%3c/svg%3e");
}

.wrest-point-mmgmll > input:not(:checked) ~ label:hover,
.wrest-point-mmgmll > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wrest-point-vq7s1w.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.wrest-point-p6zq4t 44.wrest-point-tn5k1a.wrest-point-eqxjhg.wrest-point-6gki2l.wrest-point-4iwglh.wrest-point-fu0ep6.wrest-point-j05zmt.wrest-point-agud6v.wrest-point-iqpjwc.wrest-point-smo4d2.wrest-point-nngckp.wrest-point-35znwx.wrest-point-ndejiu 0l-12.wrest-point-g05444 30.wrest-point-n9oir2.wrest-point-ph9wa6 2.wrest-point-0s5ard.wrest-point-ph9wa6 3.wrest-point-9x7dxg 3.wrest-point-u5lhd4.wrest-point-rkv0rd 3.wrest-point-q4ldtr.wrest-point-i7q5w3.wrest-point-d3g9ew.wrest-point-u03pmi 7-3.wrest-point-g05444 10.wrest-point-itmvq9.wrest-point-u03pmi 23.wrest-point-a6vfad.wrest-point-u62od7 1.wrest-point-s84y6n 2.wrest-point-g05444 3.wrest-point-u62od7 1.wrest-point-rkv0rd 5.wrest-point-qan9gu.wrest-point-rkv0rd 32.wrest-point-sa3fiw.wrest-point-i7q5w3 5.wrest-point-ndejiu 4.wrest-point-u03pmi 9.wrest-point-u03pmi 8.wrest-point-rkv0rd 6.wrest-point-ypah87.wrest-point-sgpxnk.wrest-point-xv1999.wrest-point-67u27b.wrest-point-qxnb1e 4.wrest-point-yhazxj.wrest-point-qxnb1e 6.wrest-point-qxnb1e 0l29.wrest-point-ndejiu 17.wrest-point-m5g0td.wrest-point-p57cz3 2.wrest-point-e95vbd 10.wrest-point-ns3g8r.wrest-point-g05444 8.wrest-point-4eb869.wrest-point-e06agy.wrest-point-t0z92g.wrest-point-7f45yx.wrest-point-omvbtv.wrest-point-i7q5w3.wrest-point-fu0ep6.wrest-point-g05444 1.wrest-point-mdwqmh.wrest-point-x2a7fx.wrest-point-dw4w2w.wrest-point-h6yv5j.wrest-point-o59c5s.wrest-point-s84y6n 1.wrest-point-7i4iff.wrest-point-rvqjuz.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .wrest-point-9qxlpm > .wrest-point-gqxgpk {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .wrest-point-9qxlpm > .wrest-point-gqxgpk {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .wrest-point-9qxlpm > .wrest-point-gqxgpk {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .wrest-point-9qxlpm > .wrest-point-gqxgpk {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .wrest-point-9qxlpm > .wrest-point-gqxgpk {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.wrest-point-a7dsws {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.wrest-point-a7dsws.wrest-point-smiyfu {
  display: none;
}

.wrest-point-n5m21b {
  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) {
  .wrest-point-n5m21b {
    height: 74px;
    overflow: visible;
  }
}

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

.wrest-point-4caen3 {
  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;
}

.wrest-point-4caen3::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.wrest-point-4caen3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.wrest-point-4caen3 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.wrest-point-dn6n1b {
  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;
}

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

.wrest-point-dn6n1b::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) {
  .wrest-point-dn6n1b::after {
    display: none;
  }
}

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

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

.wrest-point-7cytzi {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .wrest-point-7cytzi {
    top: -20px;
  }
}

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

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

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

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

.wrest-point-a7dsws.wrest-point-uxqgl6 .wrest-point-n5m21b {
  background: #2b3b67;
}

.wrest-point-a7dsws.wrest-point-uxqgl6 .wrest-point-4caen3 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.wrest-point-a7dsws.wrest-point-uxqgl6 .wrest-point-4caen3::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.wrest-point-a7dsws.wrest-point-uxqgl6 .wrest-point-4caen3::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.wrest-point-a7dsws.wrest-point-uxqgl6 .wrest-point-dn6n1b::before {
  background: #0e0f41;
}

.wrest-point-a7dsws.wrest-point-uxqgl6 .wrest-point-dn6n1b::after {
  background: #152557;
}

.wrest-point-a7dsws.wrest-point-cdhoh1 .wrest-point-n5m21b {
  background: #1f35fa;
}

.wrest-point-a7dsws.wrest-point-cdhoh1 .wrest-point-4caen3 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.wrest-point-a7dsws.wrest-point-cdhoh1 .wrest-point-4caen3::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.wrest-point-a7dsws.wrest-point-cdhoh1 .wrest-point-4caen3::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.wrest-point-a7dsws.wrest-point-cdhoh1 .wrest-point-dn6n1b::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.wrest-point-a7dsws.wrest-point-cdhoh1 .wrest-point-dn6n1b::after {
  background: #192ac8;
}

.wrest-point-a7dsws.wrest-point-keu8k4 .wrest-point-n5m21b {
  background: #fa771f;
}

.wrest-point-a7dsws.wrest-point-keu8k4 .wrest-point-4caen3 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.wrest-point-a7dsws.wrest-point-keu8k4 .wrest-point-4caen3::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.wrest-point-a7dsws.wrest-point-keu8k4 .wrest-point-4caen3::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.wrest-point-a7dsws.wrest-point-keu8k4 .wrest-point-dn6n1b::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.wrest-point-a7dsws.wrest-point-keu8k4 .wrest-point-dn6n1b::after {
  background: #fa8535;
}

.wrest-point-44egal {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .wrest-point-44egal {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .wrest-point-44egal {
    margin: 24px 0 60px;
  }
}

.wrest-point-44egal h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

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

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

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

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

.wrest-point-2b5k03 {
  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) {
  .wrest-point-2b5k03:hover {
    background: var(--button-bg-hover);
  }
}

.wrest-point-tdx2lu {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wrest-point-tdx2lu span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.wrest-point-tdx2lu small {
  font-size: 14px;
  color: var(--text-color);
}

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

.wrest-point-xn9hz5 {
  width: 120px;
  height: 22px;
}

.wrest-point-xn9hz5 .wrest-point-i7jfrq {
  fill: #c2c0ce;
}

.wrest-point-xn9hz5 [rating="1"] .wrest-point-i7jfrq:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.wrest-point-xn9hz5 [rating="2"] .wrest-point-i7jfrq:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.wrest-point-xn9hz5 [rating="3"] .wrest-point-i7jfrq:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.wrest-point-xn9hz5 [rating="4"] .wrest-point-i7jfrq:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.wrest-point-xn9hz5 [rating="5"] .wrest-point-i7jfrq:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.wrest-point-j7kpvi {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.wrest-point-sd4djw {
  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);
}

.wrest-point-sd4djw.wrest-point-r4d4bc {
  display: block;
}

.wrest-point-sd4djw.wrest-point-smiyfu {
  display: none;
}

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

.wrest-point-r02o7j {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.wrest-point-gg7bql {
  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);
}

.wrest-point-60n901 {
  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;
}

.wrest-point-irkph8 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.wrest-point-ofyhgl {
  font-size: 16px;
  line-height: 140%;
}

.wrest-point-v77n81 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.wrest-point-v77n81 .wrest-point-i7jfrq {
  fill: #c2c0ce;
}

.wrest-point-v77n81 [rating="1"] .wrest-point-i7jfrq:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.wrest-point-v77n81 [rating="2"] .wrest-point-i7jfrq:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.wrest-point-v77n81 [rating="3"] .wrest-point-i7jfrq:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.wrest-point-v77n81 [rating="4"] .wrest-point-i7jfrq:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.wrest-point-v77n81 [rating="5"] .wrest-point-i7jfrq:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.wrest-point-8klwrf {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .wrest-point-8klwrf {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.wrest-point-kqlstn {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .wrest-point-kqlstn {
    padding: 0 16px;
  }
}

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

.wrest-point-ejvrzn {
  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) {
  .wrest-point-ejvrzn {
    padding: 12px;
    gap: 12px;
  }
}

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

.wrest-point-br4pgu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrest-point-gwt9dm {
  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;
}

.wrest-point-7y9ogn {
  flex: 1;
  min-width: 0;
}

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

.wrest-point-6g1391 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.wrest-point-6g1391 svg,
.wrest-point-6g1391 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrest-point-6g1391 svg path {
  fill: var(--button-bg-color);
}

.wrest-point-6g1391 svg circle {
  fill: var(--button-text-color);
}

.wrest-point-txiebv {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.wrest-point-txiebv strong {
  font-weight: 600;
}

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

.wrest-point-itkj4d p {
  margin: 0 0 16px;
}

.wrest-point-itkj4d p:last-child {
  margin-bottom: 0;
}

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

.wrest-point-5k5qvd {
  max-width: 300px;
  width: 100%;
}

.wrest-point-5k5qvd a {
  width: 100%;
}

@media (max-width: 575px) {
  .wrest-point-5k5qvd {
    max-width: 200px;
  }
}

.wrest-point-0nz6kt {
  justify-content: center;
}

.wrest-point-1v1w8y {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrest-point-ypqj6b {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .wrest-point-29l51j {
    padding: 0 0 50px;
    justify-content: center;
  }
}

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

.wrest-point-5zmwre .wrest-point-seid5x {
  justify-content: center;
}

/* faq */

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

.wrest-point-vhdbj0 {
  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.wrest-point-kyecv2 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrest-point-vhdbj0::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.wrest-point-kyecv2 ease;
}

.wrest-point-4sn53h.wrest-point-r14wnt .wrest-point-vhdbj0::after {
  transform: rotate(45deg);
}

.wrest-point-vdky63 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.wrest-point-l5pb26 ease, padding 0.wrest-point-l5pb26 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.wrest-point-4sn53h.wrest-point-r14wnt .wrest-point-vdky63 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.wrest-point-sbnoxr {
  margin: 25px 0;
}

.wrest-point-mmgmll > input:not(:checked) ~ label:hover,
.wrest-point-mmgmll > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wrest-point-4n01fn.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.wrest-point-7xd4u4 44.wrest-point-dy3hmj.wrest-point-lneife.wrest-point-5bzht0.wrest-point-fvqoou.wrest-point-av7r2i.wrest-point-skbaia.wrest-point-0wtf2o.wrest-point-cfxzvi.wrest-point-cxg5d3.wrest-point-awhf5y.wrest-point-w3mpt3.wrest-point-6iqs1c 0l-12.wrest-point-zgl9vd 30.wrest-point-uz94ep.wrest-point-24290p 2.wrest-point-mnjz0b.wrest-point-24290p 3.wrest-point-2gokz9 3.wrest-point-ifozs4.wrest-point-sq0jx8 3.wrest-point-s7zper.wrest-point-gq4bmi.wrest-point-fkuydy.wrest-point-597em5 7-3.wrest-point-zgl9vd 10.wrest-point-lcxlcd.wrest-point-597em5 23.wrest-point-scs3ll.wrest-point-n0v0d9 1.wrest-point-w8j0ad 2.wrest-point-zgl9vd 3.wrest-point-n0v0d9 1.wrest-point-sq0jx8 5.wrest-point-elm8jb.wrest-point-sq0jx8 32.wrest-point-juerop.wrest-point-gq4bmi 5.wrest-point-6iqs1c 4.wrest-point-597em5 9.wrest-point-597em5 8.wrest-point-sq0jx8 6.wrest-point-68nb4m.wrest-point-had93r.wrest-point-wctv03.wrest-point-b2vflw.wrest-point-mkoc49 4.wrest-point-2qnn7g.wrest-point-mkoc49 6.wrest-point-mkoc49 0l29.wrest-point-6iqs1c 17.wrest-point-xesyna.wrest-point-rilemm 2.wrest-point-gdkjv2 10.wrest-point-i3t80j.wrest-point-zgl9vd 8.wrest-point-nr1g3w.wrest-point-bgiohh.wrest-point-jd1vzl.wrest-point-q0wn6g.wrest-point-9p04ft.wrest-point-gq4bmi.wrest-point-av7r2i.wrest-point-zgl9vd 1.wrest-point-7nokbx.wrest-point-aee1wi.wrest-point-oy2u3x.wrest-point-edhmcp.wrest-point-mg6oek.wrest-point-w8j0ad 1.wrest-point-i4qim9.wrest-point-e9noq2.5z'/%3e%3c/svg%3e");
}

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

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

.wrest-point-oj8it9 {
  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);
}

.wrest-point-oj8it9.wrest-point-ct9xc1 {
  display: block;
}

.wrest-point-oj8it9.wrest-point-4dp53w {
  display: none;
}

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

.wrest-point-yhg198 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.wrest-point-ldugy5 {
  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);
}

.wrest-point-8h7y7d {
  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;
}

.wrest-point-oq6fya small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.wrest-point-7pr5iy {
  font-size: 16px;
  line-height: 140%;
}

.wrest-point-ztzydu {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.wrest-point-ztzydu .wrest-point-eop296 {
  fill: #c2c0ce;
}

.wrest-point-ztzydu [rating="1"] .wrest-point-eop296:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.wrest-point-ztzydu [rating="2"] .wrest-point-eop296:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.wrest-point-ztzydu [rating="3"] .wrest-point-eop296:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.wrest-point-ztzydu [rating="4"] .wrest-point-eop296:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.wrest-point-ztzydu [rating="5"] .wrest-point-eop296:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.wrest-point-37v57w 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;
}

.wrest-point-37v57w 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 */

.wrest-point-wuts4w {
  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);
}

.wrest-point-wuts4w.wrest-point-jn8bxy {
  opacity: 1;
  pointer-events: auto;
}

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

.wrest-point-55endl label {
  font-size: 14px;
}

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

.wrest-point-u8rszy h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.wrest-point-fq1vdm, .wrest-point-ko44zr, [class*="review-card"],
thead, thead th, table th, .wrest-point-hx8po4,
.wrest-point-rdzmhh, [class*="collapsible-header"],
.wrest-point-gfvjcy, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
.wrest-point-m58bx0, .wrest-point-m58bx0 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
