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

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

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

.quickwin-y2acvq {
  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) {
  .quickwin-y2acvq: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;
  }
}

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

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

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

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

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

.quickwin-ro7vr2 {
  cursor: pointer;
}

.quickwin-bizubr {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.quickwin-w3te6f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.quickwin-w3te6f figure {
  margin: 0;
}

.quickwin-w3te6f.quickwin-u0j8iu {
  justify-content: flex-start;
  margin-right: 4px;
}

.quickwin-w3te6f.quickwin-hh6prd {
  justify-content: flex-end;
  margin-left: 4px;
}

.quickwin-w3te6f.quickwin-gk1vmz {
  justify-content: center;
}

.quickwin-w3te6f.quickwin-e0j9kr {
  justify-content: normal;
}

.quickwin-g45dar {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.quickwin-x3mznr img {
  width: 100%;
}

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

.quickwin-bj2djh {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.quickwin-bj2djh 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);
}

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

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

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

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

.quickwin-bj2djh ul li:last-of-type::after {
  display: none;
}

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

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

.quickwin-diaw0e {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.quickwin-ordild.quickwin-hum3md {
  background-color: #000;
}

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

.quickwin-1sfmo1 {
  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) {
  .quickwin-1sfmo1 {
    padding: 80px 16px 0;
  }
}

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

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

.quickwin-kcezpq {
  margin-bottom: 94px;
}

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

.quickwin-60cqqn .quickwin-51xpja {
  margin-bottom: 28px;
}

.quickwin-60cqqn .quickwin-51xpja img {
  max-height: 100px;
  width: auto;
}

.quickwin-lvuxf4 {
  display: flex;
  align-items: center;
}

.quickwin-lvuxf4 a + a {
  margin-left: 24px;
}

.quickwin-lvuxf4 img {
  max-height: 56px;
  width: auto;
}

.quickwin-lvuxf4 img + img {
  margin-left: 24px;
}

.quickwin-5b4qpq {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.quickwin-t4yl3u {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.quickwin-csg671 li {
  display: flex;
  margin: 0 7px;
}

.quickwin-csg671 li svg {
  transition: 0.quickwin-ple3pc ease-in-out;
}

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

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

.quickwin-f3x9io + .quickwin-f3x9io {
  margin-left: 120px;
}

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

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

.quickwin-wedul7 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.quickwin-wedul7 li {
  font-size: 16px;
}

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

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

.quickwin-wedul7 li + li {
  margin-top: 16px;
}

.quickwin-e7wyjw {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.quickwin-y1if4y ease-in-out;
}

.quickwin-e7wyjw.quickwin-9t5tg1 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.quickwin-13qln6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.quickwin-35ng9n li {
  width: 100%;
}

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

.quickwin-35ng9n li a svg {
  fill: var(--button-text-color);
}

.quickwin-35ng9n li a.quickwin-9t5tg1 {
  background: var(--border-color);
}

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

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

.quickwin-2c192n {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.quickwin-dykc58 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.quickwin-dykc58 img {
  width: 100%;
  transition: 0.quickwin-ple3pc ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .quickwin-mqhnmj .quickwin-51xpja img {
    max-width: 90px;
  }
}

.quickwin-51xpja img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .quickwin-51xpja {
    order: -2;
  }
}

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

.quickwin-035u4o {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.quickwin-035u4o li {
  font-size: 16px;
  margin: 0 20px;
}

.quickwin-035u4o li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.quickwin-zq4uv2 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.quickwin-zq4uv2.quickwin-enya8o {
  margin-right: 0;
}

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

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

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

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

.quickwin-8pf4pe {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.quickwin-8pf4pe:hover > ul {
  display: flex;
}

.quickwin-8pf4pe:focus > ul {
  display: flex;
}

.quickwin-8pf4pe:focus-within > ul {
  display: flex;
}

.quickwin-a8h8ak {
  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;
}

.quickwin-a8h8ak::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.quickwin-y1if4y ease-in-out;
}

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

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

.quickwin-8pf4pe 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.quickwin-ple3pc ease-in-out;
  overflow: hidden;
}

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

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

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

.quickwin-qa6hpb {
  display: none;
}

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

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

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

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

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

.quickwin-8pjbi1 img {
  margin-bottom: 20px;
}

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

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

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

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

.quickwin-tga2ks {
  color: var(--text-color);
}

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

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

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

.quickwin-uenivg p img {
  display: block;
  margin: 0 auto;
}

.quickwin-uenivg p:first-of-type {
  margin-top: 0;
}

.quickwin-uenivg p:last-of-type {
  margin-bottom: 0;
}

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

.quickwin-uenivg ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickwin-he523p .quickwin-e3risy {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.quickwin-he523p .quickwin-pbwywo {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.quickwin-pbwywo {
  margin: 0 0 28px;
}

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

.quickwin-e3risy {
  margin: 0 0 28px;
}

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

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

.quickwin-hyju0q .quickwin-y2acvq {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.quickwin-a5v06u {
  position: relative;
  border: none;
}

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

.quickwin-txk3ru {
  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;
}

.quickwin-txk3ru span {
  height: 32px;
}

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

.quickwin-txk3ru.quickwin-n9ufy3 span {
  transform: scaleY(-1);
}

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

.quickwin-2086h4 {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.quickwin-2086h4 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.quickwin-ple3pc ease-in-out;
}

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

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

.quickwin-2086h4.quickwin-mtquz6 {
  display: none;
}

.quickwin-nkr0u9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.quickwin-nkr0u9 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .quickwin-nkr0u9 table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.quickwin-ezjzob {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.quickwin-lkd7pc p {
  color: var(--text-color);
}

.quickwin-eqd80j {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.quickwin-useh2d {
  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);
}

.quickwin-d6wgrl {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.quickwin-c21nsg p + p {
  margin-top: 10px;
}

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

.quickwin-slh5yu {
  display: none;
}

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

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

.quickwin-nmovis li {
  margin: 0 20px;
}

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

.quickwin-nmovis li a img {
  margin-bottom: 4px;
}

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

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

.quickwin-opvj47 li {
  font-size: 16px;
  position: relative;
}

.quickwin-opvj47 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.quickwin-opvj47 li span {
  opacity: 0.5;
}

.quickwin-opvj47 li + li {
  margin-left: 30px;
}

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

h2.quickwin-x7h59r {
  margin: 0 0 28px;
}

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

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

.quickwin-fgpy22 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);
}

.quickwin-fgpy22 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;
}

.quickwin-fgpy22 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;
}

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

.quickwin-fgpy22 tbody tr:last-of-type {
  margin-bottom: 0;
}

.quickwin-fgpy22 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.quickwin-fgpy22 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);
}

.quickwin-fgpy22 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);
}

.quickwin-fgpy22 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.quickwin-fgpy22 tbody tr td .quickwin-ggx1fe {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .quickwin-fgpy22 tbody tr td .quickwin-ggx1fe {
    width: 100%;
  }
}

.quickwin-fgpy22 tbody tr td .quickwin-5fc5s2 {
  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.quickwin-ple3pc ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .quickwin-fgpy22 tbody tr td .quickwin-5fc5s2:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .quickwin-fgpy22 tbody tr td .quickwin-5fc5s2 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .quickwin-fgpy22 tbody tr td .quickwin-5fc5s2 {
    width: 100%;
  }
}

.quickwin-fgpy22 tbody tr td .quickwin-jhmbqx {
  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) {
  .quickwin-fgpy22 tbody tr td .quickwin-jhmbqx:hover {
    text-decoration: none;
  }
}

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

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

.quickwin-rk358z {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.quickwin-41too0 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.quickwin-dzgqd4 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.quickwin-ple3pc ease-in-out;
}

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

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

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

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

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

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

.quickwin-twyqd3 img {
  width: 100%;
  height: 100%;
}

.quickwin-twyqd3 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.quickwin-4gbx51 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.quickwin-ple3pc ease-in-out;
}

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

.quickwin-exlp3m {
  padding: 90px 0;
}

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

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

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

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

.quickwin-yvdh34 img {
  width: 100%;
}

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

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

.quickwin-74138x {
  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;
}

.quickwin-74138x 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) {
  .quickwin-74138x {
    flex-basis: auto;
  }
}

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

.quickwin-9c4v8s {
  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.quickwin-ple3pc ease-in-out;
}

.quickwin-9c4v8s:hover {
  border: 1px solid #8c8ca2;
}

.quickwin-rmjhhn {
  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%);
}

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

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

.quickwin-uw11cv a {
  text-decoration: underline;
  color: #8babff;
}

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

.quickwin-ne0oci .quickwin-9c4v8s {
  width: 50%;
  margin: 0;
}

.quickwin-s7x6jk {
  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;
}

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

.quickwin-n46wlh {
  margin: 0 0 100px;
}

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

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

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

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

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

.quickwin-c2k3yu {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.quickwin-cywvu9 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.quickwin-ple3pc ease-in-out;
}

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

.quickwin-cywvu9 a svg {
  fill: #fff;
}

.quickwin-cywvu9 a:hover {
  background: #3d68e7;
}

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

.quickwin-c2omi4 {
  margin-bottom: 16px;
}

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

.quickwin-ovr3n8 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

.quickwin-2p1svt {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.quickwin-2p1svt 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);
}

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

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

.quickwin-2p1svt table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .quickwin-2p1svt {
    margin: 0;
  }
}

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

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

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

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

.quickwin-ruahvz.quickwin-s5ipdr {
  display: none;
}

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

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

.quickwin-ha7zeu iframe.quickwin-bgh4az {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.quickwin-ha7zeu.quickwin-qkd39f {
  opacity: 1;
  pointer-events: all;
}

.quickwin-fnoan3 {
  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.quickwin-ple3pc ease-in-out;
}

.quickwin-fnoan3 svg {
  margin-right: 10px;
}

.quickwin-fnoan3 + .quickwin-fnoan3 {
  margin-top: 14px;
}

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

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

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

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

.quickwin-y4ys8e .quickwin-hyju0q {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .quickwin-y4ys8e .quickwin-hyju0q {
    margin: 28px 0 0;
  }
}

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

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

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

.quickwin-a0lk1i {
  max-width: 545px;
  width: 100%;
}

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

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

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

.quickwin-8acx0u iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.quickwin-lgfsh3 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.quickwin-7ondys {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.quickwin-z53e7d .quickwin-y2acvq {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .quickwin-z53e7d .quickwin-y2acvq {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.quickwin-17dtdu {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.quickwin-17dtdu img {
  width: 100%;
}

.quickwin-v1bz2m {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.quickwin-kt9z94 {
  width: 100%;
  margin: 0 0 100px;
}

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

.quickwin-kt9z94 .quickwin-ryrrbq {
  position: relative;
}

.quickwin-kt9z94 .quickwin-rupw7w {
  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;
}

.quickwin-kt9z94 .quickwin-rupw7w.quickwin-s5ipdr {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .quickwin-kt9z94 .quickwin-lv2cli {
    bottom: 90px;
  }
}

.quickwin-kt9z94 .quickwin-lv2cli .quickwin-bvt4qy {
  max-width: 300px;
  width: 100%;
}

.quickwin-kt9z94 .quickwin-lv2cli .quickwin-bvt4qy .quickwin-9jiy1u {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .quickwin-kt9z94 .quickwin-lv2cli .quickwin-bvt4qy .quickwin-9jiy1u {
    font-size: 32px;
    text-align: center;
  }
}

.quickwin-kt9z94 .quickwin-lv2cli .quickwin-bvt4qy .quickwin-bxc6tu {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .quickwin-kt9z94 .quickwin-lv2cli .quickwin-bvt4qy .quickwin-bxc6tu {
    text-align: center;
  }
}

.quickwin-kt9z94 .quickwin-lv2cli .quickwin-enya8o {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .quickwin-kt9z94 .quickwin-lv2cli .quickwin-enya8o {
    flex-direction: column-reverse;
  }
}

.quickwin-kt9z94 .quickwin-lv2cli .quickwin-enya8o .quickwin-zgs4ho {
  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.quickwin-ple3pc ease-in-out;
}

.quickwin-kt9z94 .quickwin-lv2cli .quickwin-enya8o .quickwin-zgs4ho:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .quickwin-kt9z94 .quickwin-lv2cli .quickwin-enya8o .quickwin-zgs4ho {
    width: 100%;
  }
}

.quickwin-kt9z94 .quickwin-lv2cli .quickwin-enya8o .quickwin-wn79oc {
  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.quickwin-ple3pc ease-in-out;
  overflow: hidden;
}

.quickwin-kt9z94 .quickwin-lv2cli .quickwin-enya8o .quickwin-wn79oc 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);
  }
}

.quickwin-kt9z94 .quickwin-lv2cli .quickwin-enya8o .quickwin-wn79oc: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;
}

.quickwin-kt9z94 .quickwin-lv2cli .quickwin-enya8o .quickwin-wn79oc:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .quickwin-kt9z94 .quickwin-lv2cli .quickwin-enya8o .quickwin-wn79oc {
    width: 100%;
  }
}

.quickwin-kt9z94 .quickwin-lv2cli.quickwin-s5ipdr {
  display: none;
}

.quickwin-kt9z94 .quickwin-nhzf4z {
  display: none;
}

.quickwin-kt9z94 .quickwin-nhzf4z.quickwin-qkd39f {
  display: block;
}

.quickwin-kt9z94 .quickwin-nhzf4z iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .quickwin-kt9z94 .quickwin-nhzf4z iframe {
    height: calc(100vh - 54px);
  }
}

.quickwin-kt9z94 .quickwin-zbehl3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .quickwin-kt9z94 .quickwin-zbehl3 {
    padding: 24px 16px 0;
  }
}

.quickwin-kt9z94 .quickwin-zbehl3 .quickwin-9jiy1u {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .quickwin-kt9z94 .quickwin-zbehl3 .quickwin-9jiy1u {
    margin-bottom: 24px;
  }
}

.quickwin-kt9z94 .quickwin-zbehl3 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);
}

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

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

.quickwin-kt9z94 .quickwin-zbehl3 table tr:last-of-type td {
  border-bottom: none;
}

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

.quickwin-a34jm3.quickwin-9t5tg1 {
  display: block;
}

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

.quickwin-a34jm3 .quickwin-3qbenx {
  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;
}

.quickwin-a34jm3 .quickwin-wyt0xj {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.quickwin-a34jm3 .quickwin-wn79oc {
  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.quickwin-ple3pc ease-in-out;
}

.quickwin-a34jm3 .quickwin-wn79oc:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.quickwin-2oyfp9.quickwin-9t5tg1 {
  display: block;
}

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

.quickwin-su5s9b {
  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;
}

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

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

.quickwin-yrwyr3 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.quickwin-yrwyr3 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.quickwin-rbk6oy {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.quickwin-sugabu.quickwin-s5ipdr {
  display: none;
}

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

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

.quickwin-340aqd {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.quickwin-340aqd 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.quickwin-ple3pc ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.quickwin-340aqd input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.quickwin-340aqd input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.quickwin-340aqd input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.quickwin-340aqd input:active {
  border-color: #c2c0ce;
}

.quickwin-340aqd input:focus {
  border-color: #c2c0ce;
}

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

.quickwin-ntd2be {
  margin-bottom: 36px;
}

.quickwin-ntd2be 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;
}

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

.quickwin-ntd2be textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.quickwin-29j442 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.quickwin-2fzwrc {
  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.quickwin-ple3pc ease-in-out;
}

.quickwin-2fzwrc:hover {
  background: var(--border-color);
}

.quickwin-463t8i {
  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.quickwin-ple3pc ease-in-out;
}

.quickwin-463t8i:hover {
  background: #166ad9;
}

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

.quickwin-xs9zv4.quickwin-s5ipdr {
  display: none;
}

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

.quickwin-xs9zv4 .quickwin-2fzwrc {
  margin: 0 auto;
}

.quickwin-hsi5cx {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.quickwin-kzrvhm {
  filter: grayscale(100%);
}

.quickwin-5q7zp7 > input {
  display: none;
}

.quickwin-5q7zp7 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.quickwin-kklde4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.quickwin-butthm 44.quickwin-oudkmi.quickwin-tqvwdy.quickwin-rqy9ru.quickwin-cnhcm2.quickwin-n2nzup.quickwin-6mlc4e.quickwin-fqryuo.quickwin-si6f3o.quickwin-pvxmuv.quickwin-xa2qdv.quickwin-ys2dwp.quickwin-to17xk 0l-12.quickwin-1mk7mx 30.quickwin-0dzdlz.quickwin-l6rf2p 2.quickwin-p15egs.quickwin-l6rf2p 3.quickwin-w2ore2 3.quickwin-vg3qqh.quickwin-3x6lsp 3.quickwin-5gytou.quickwin-v54g5j.quickwin-g4f1iq.quickwin-z746uh 7-3.quickwin-1mk7mx 10.quickwin-aob6b5.quickwin-z746uh 23.quickwin-7d7h5z.quickwin-rzavy3 1.quickwin-27uhif 2.quickwin-1mk7mx 3.quickwin-rzavy3 1.quickwin-3x6lsp 5.quickwin-vzpoq4.quickwin-3x6lsp 32.quickwin-wukzma.quickwin-v54g5j 5.quickwin-to17xk 4.quickwin-z746uh 9.quickwin-z746uh 8.quickwin-3x6lsp 6.quickwin-9ra4xu.quickwin-wn5new.quickwin-5dzngw.quickwin-bjkc5y.quickwin-q9pnxq 4.quickwin-1depzx.quickwin-q9pnxq 6.quickwin-q9pnxq 0l29.quickwin-to17xk 17.quickwin-hrywf6.quickwin-9z8vzi 2.quickwin-ss7wf1 10.quickwin-pxbrvn.quickwin-1mk7mx 8.quickwin-mcoytq.quickwin-f2d8gd.quickwin-nfltzl.quickwin-5spfg8.quickwin-ouqrbk.quickwin-v54g5j.quickwin-n2nzup.quickwin-1mk7mx 1.quickwin-cfcaud.quickwin-a33d2w.quickwin-px4m3z.quickwin-9bh7bq.quickwin-eycfml.quickwin-27uhif 1.quickwin-mk9n0r.quickwin-hlr7bk.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.quickwin-5q7zp7 > input:checked ~ label,
.quickwin-5q7zp7 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.quickwin-kklde4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.quickwin-butthm 44.quickwin-oudkmi.quickwin-tqvwdy.quickwin-rqy9ru.quickwin-cnhcm2.quickwin-n2nzup.quickwin-6mlc4e.quickwin-fqryuo.quickwin-si6f3o.quickwin-pvxmuv.quickwin-xa2qdv.quickwin-ys2dwp.quickwin-to17xk 0l-12.quickwin-1mk7mx 30.quickwin-0dzdlz.quickwin-l6rf2p 2.quickwin-p15egs.quickwin-l6rf2p 3.quickwin-w2ore2 3.quickwin-vg3qqh.quickwin-3x6lsp 3.quickwin-5gytou.quickwin-v54g5j.quickwin-g4f1iq.quickwin-z746uh 7-3.quickwin-1mk7mx 10.quickwin-aob6b5.quickwin-z746uh 23.quickwin-7d7h5z.quickwin-rzavy3 1.quickwin-27uhif 2.quickwin-1mk7mx 3.quickwin-rzavy3 1.quickwin-3x6lsp 5.quickwin-vzpoq4.quickwin-3x6lsp 32.quickwin-wukzma.quickwin-v54g5j 5.quickwin-to17xk 4.quickwin-z746uh 9.quickwin-z746uh 8.quickwin-3x6lsp 6.quickwin-9ra4xu.quickwin-wn5new.quickwin-5dzngw.quickwin-bjkc5y.quickwin-q9pnxq 4.quickwin-1depzx.quickwin-q9pnxq 6.quickwin-q9pnxq 0l29.quickwin-to17xk 17.quickwin-hrywf6.quickwin-9z8vzi 2.quickwin-ss7wf1 10.quickwin-pxbrvn.quickwin-1mk7mx 8.quickwin-mcoytq.quickwin-f2d8gd.quickwin-nfltzl.quickwin-5spfg8.quickwin-ouqrbk.quickwin-v54g5j.quickwin-n2nzup.quickwin-1mk7mx 1.quickwin-cfcaud.quickwin-a33d2w.quickwin-px4m3z.quickwin-9bh7bq.quickwin-eycfml.quickwin-27uhif 1.quickwin-mk9n0r.quickwin-hlr7bk.5z'/%3e%3c/svg%3e");
}

.quickwin-5q7zp7 > input:not(:checked) ~ label:hover,
.quickwin-5q7zp7 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.quickwin-kklde4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.quickwin-butthm 44.quickwin-oudkmi.quickwin-tqvwdy.quickwin-rqy9ru.quickwin-cnhcm2.quickwin-n2nzup.quickwin-6mlc4e.quickwin-fqryuo.quickwin-si6f3o.quickwin-pvxmuv.quickwin-xa2qdv.quickwin-ys2dwp.quickwin-to17xk 0l-12.quickwin-1mk7mx 30.quickwin-0dzdlz.quickwin-l6rf2p 2.quickwin-p15egs.quickwin-l6rf2p 3.quickwin-w2ore2 3.quickwin-vg3qqh.quickwin-3x6lsp 3.quickwin-5gytou.quickwin-v54g5j.quickwin-g4f1iq.quickwin-z746uh 7-3.quickwin-1mk7mx 10.quickwin-aob6b5.quickwin-z746uh 23.quickwin-7d7h5z.quickwin-rzavy3 1.quickwin-27uhif 2.quickwin-1mk7mx 3.quickwin-rzavy3 1.quickwin-3x6lsp 5.quickwin-vzpoq4.quickwin-3x6lsp 32.quickwin-wukzma.quickwin-v54g5j 5.quickwin-to17xk 4.quickwin-z746uh 9.quickwin-z746uh 8.quickwin-3x6lsp 6.quickwin-9ra4xu.quickwin-wn5new.quickwin-5dzngw.quickwin-bjkc5y.quickwin-q9pnxq 4.quickwin-1depzx.quickwin-q9pnxq 6.quickwin-q9pnxq 0l29.quickwin-to17xk 17.quickwin-hrywf6.quickwin-9z8vzi 2.quickwin-ss7wf1 10.quickwin-pxbrvn.quickwin-1mk7mx 8.quickwin-mcoytq.quickwin-f2d8gd.quickwin-nfltzl.quickwin-5spfg8.quickwin-ouqrbk.quickwin-v54g5j.quickwin-n2nzup.quickwin-1mk7mx 1.quickwin-cfcaud.quickwin-a33d2w.quickwin-px4m3z.quickwin-9bh7bq.quickwin-eycfml.quickwin-27uhif 1.quickwin-mk9n0r.quickwin-hlr7bk.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .quickwin-u7o2hg > .quickwin-pkbup0 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .quickwin-u7o2hg > .quickwin-pkbup0 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .quickwin-u7o2hg > .quickwin-pkbup0 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .quickwin-u7o2hg > .quickwin-pkbup0 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .quickwin-u7o2hg > .quickwin-pkbup0 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.quickwin-jxhtrp.quickwin-s5ipdr {
  display: none;
}

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

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

.quickwin-uh4fjh {
  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;
}

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

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

.quickwin-uh4fjh img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.quickwin-58h6cb {
  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;
}

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

.quickwin-58h6cb::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) {
  .quickwin-58h6cb::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.quickwin-jxhtrp.quickwin-nckx05 .quickwin-fmumlp {
  background: #2b3b67;
}

.quickwin-jxhtrp.quickwin-nckx05 .quickwin-uh4fjh {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.quickwin-jxhtrp.quickwin-nckx05 .quickwin-uh4fjh::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.quickwin-jxhtrp.quickwin-nckx05 .quickwin-uh4fjh::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.quickwin-jxhtrp.quickwin-nckx05 .quickwin-58h6cb::before {
  background: #0e0f41;
}

.quickwin-jxhtrp.quickwin-nckx05 .quickwin-58h6cb::after {
  background: #152557;
}

.quickwin-jxhtrp.quickwin-gy96jg .quickwin-fmumlp {
  background: #1f35fa;
}

.quickwin-jxhtrp.quickwin-gy96jg .quickwin-uh4fjh {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.quickwin-jxhtrp.quickwin-gy96jg .quickwin-uh4fjh::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.quickwin-jxhtrp.quickwin-gy96jg .quickwin-uh4fjh::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.quickwin-jxhtrp.quickwin-gy96jg .quickwin-58h6cb::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.quickwin-jxhtrp.quickwin-gy96jg .quickwin-58h6cb::after {
  background: #192ac8;
}

.quickwin-jxhtrp.quickwin-1yq6ck .quickwin-fmumlp {
  background: #fa771f;
}

.quickwin-jxhtrp.quickwin-1yq6ck .quickwin-uh4fjh {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.quickwin-jxhtrp.quickwin-1yq6ck .quickwin-uh4fjh::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.quickwin-jxhtrp.quickwin-1yq6ck .quickwin-uh4fjh::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.quickwin-jxhtrp.quickwin-1yq6ck .quickwin-58h6cb::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.quickwin-jxhtrp.quickwin-1yq6ck .quickwin-58h6cb::after {
  background: #fa8535;
}

.quickwin-ycrjbc {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.quickwin-xn2z0l {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.quickwin-7fkx4s {
  width: 120px;
  height: 22px;
}

.quickwin-7fkx4s .quickwin-f2lhgt {
  fill: #c2c0ce;
}

.quickwin-7fkx4s [rating="1"] .quickwin-f2lhgt:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.quickwin-7fkx4s [rating="2"] .quickwin-f2lhgt:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.quickwin-7fkx4s [rating="3"] .quickwin-f2lhgt:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.quickwin-7fkx4s [rating="4"] .quickwin-f2lhgt:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.quickwin-7fkx4s [rating="5"] .quickwin-f2lhgt:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.quickwin-vibgp3 {
  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);
}

.quickwin-vibgp3.quickwin-qkd39f {
  display: block;
}

.quickwin-vibgp3.quickwin-s5ipdr {
  display: none;
}

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

.quickwin-7qkwp8 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.quickwin-e238i9 {
  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);
}

.quickwin-o9t229 {
  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;
}

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

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

.quickwin-911zfb {
  font-size: 16px;
  line-height: 140%;
}

.quickwin-6wjfah {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.quickwin-6wjfah .quickwin-f2lhgt {
  fill: #c2c0ce;
}

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

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

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

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

.quickwin-6wjfah [rating="5"] .quickwin-f2lhgt:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.quickwin-1j7o6r {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .quickwin-1j7o6r {
    padding: 0 16px;
  }
}

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

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

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

.quickwin-clkf17 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quickwin-ps404a {
  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;
}

.quickwin-z9r71x {
  flex: 1;
  min-width: 0;
}

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

.quickwin-3pfdm2 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.quickwin-3pfdm2 svg,
.quickwin-3pfdm2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quickwin-3pfdm2 svg path {
  fill: var(--button-bg-color);
}

.quickwin-3pfdm2 svg circle {
  fill: var(--button-text-color);
}

.quickwin-10041o {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.quickwin-10041o strong {
  font-weight: 600;
}

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

.quickwin-1zf9m8 p {
  margin: 0 0 16px;
}

.quickwin-1zf9m8 p:last-child {
  margin-bottom: 0;
}

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

.quickwin-41absb {
  max-width: 300px;
  width: 100%;
}

.quickwin-41absb a {
  width: 100%;
}

@media (max-width: 575px) {
  .quickwin-41absb {
    max-width: 200px;
  }
}

.quickwin-70of6a {
  justify-content: center;
}

.quickwin-pg9b1h {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quickwin-2u74hy {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.quickwin-cx7c7n .quickwin-035u4o {
  justify-content: center;
}

/* faq */

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

.quickwin-wssxl0 {
  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.quickwin-18d79k ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quickwin-wssxl0::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.quickwin-18d79k ease;
}

.quickwin-20ym17.quickwin-9t5tg1 .quickwin-wssxl0::after {
  transform: rotate(45deg);
}

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

.quickwin-20ym17.quickwin-9t5tg1 .quickwin-hjnwn5 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.quickwin-chvxax {
  margin: 25px 0;
}

.quickwin-5q7zp7 > input:not(:checked) ~ label:hover,
.quickwin-5q7zp7 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.quickwin-gl6mju.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.quickwin-zxuh5k 44.quickwin-oez1uo.quickwin-rjz4po.quickwin-jpy9qe.quickwin-oxjoyv.quickwin-1z2iiw.quickwin-5s99bz.quickwin-2h0l5r.quickwin-crp6tz.quickwin-xoucdi.quickwin-c3sidx.quickwin-mp6vj3.quickwin-p02m47 0l-12.quickwin-pg8stu 30.quickwin-ihk9rz.quickwin-uw0xnx 2.quickwin-a7z1hn.quickwin-uw0xnx 3.quickwin-og883q 3.quickwin-yc3zo6.quickwin-w79ww5 3.quickwin-k8r9ki.quickwin-xihk9f.quickwin-d36ksd.quickwin-u0qef2 7-3.quickwin-pg8stu 10.quickwin-nta854.quickwin-u0qef2 23.quickwin-vjo6rk.quickwin-spyzhn 1.quickwin-muoen5 2.quickwin-pg8stu 3.quickwin-spyzhn 1.quickwin-w79ww5 5.quickwin-kd2tcy.quickwin-w79ww5 32.quickwin-tzegrt.quickwin-xihk9f 5.quickwin-p02m47 4.quickwin-u0qef2 9.quickwin-u0qef2 8.quickwin-w79ww5 6.quickwin-a42fda.quickwin-2s3274.quickwin-nl6u2p.quickwin-i41wd5.quickwin-a25ssx 4.quickwin-l2yo9l.quickwin-a25ssx 6.quickwin-a25ssx 0l29.quickwin-p02m47 17.quickwin-gz5g9r.quickwin-wvkno0 2.quickwin-sgw46n 10.quickwin-w8adzc.quickwin-pg8stu 8.quickwin-euncd6.quickwin-2pxg2j.quickwin-qz8wuq.quickwin-6t3le4.quickwin-c61tvp.quickwin-xihk9f.quickwin-1z2iiw.quickwin-pg8stu 1.quickwin-w789kw.quickwin-n2dtev.quickwin-x9h6x6.quickwin-tpwsua.quickwin-wg1iqa.quickwin-muoen5 1.quickwin-euudv9.quickwin-hcff4v.5z'/%3e%3c/svg%3e");
}

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

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

.quickwin-73sslq {
  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);
}

.quickwin-73sslq.quickwin-r7x7k1 {
  display: block;
}

.quickwin-73sslq.quickwin-osk8t6 {
  display: none;
}

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

.quickwin-euo52a {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.quickwin-dr6wld {
  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);
}

.quickwin-2l5449 {
  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;
}

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

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

.quickwin-oaa0hf {
  font-size: 16px;
  line-height: 140%;
}

.quickwin-dvaied {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.quickwin-dvaied .quickwin-fc77xm {
  fill: #c2c0ce;
}

.quickwin-dvaied [rating="1"] .quickwin-fc77xm:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.quickwin-dvaied [rating="2"] .quickwin-fc77xm:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.quickwin-dvaied [rating="3"] .quickwin-fc77xm:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.quickwin-dvaied [rating="4"] .quickwin-fc77xm:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.quickwin-dvaied [rating="5"] .quickwin-fc77xm:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.quickwin-897rn7 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;
}

.quickwin-897rn7 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 */

.quickwin-tje9m5 {
  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);
}

.quickwin-tje9m5.quickwin-bobusu {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.quickwin-dsgjov {
  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;
}

.quickwin-dsgjov label {
  font-size: 14px;
}

.quickwin-dsgjov h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.quickwin-dsgjov input,
.quickwin-dsgjov textarea,
.quickwin-dsgjov 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;
}
.quickwin-dsgjov button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.quickwin-18d79k ease;
}
.quickwin-dsgjov button:hover {
  background-color: var(--button-bg-hover);
}
.quickwin-7ypy6v {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.quickwin-ipqxv8 ease-in;
}

.quickwin-7ypy6v 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;
}
.quickwin-19l1r8, .quickwin-twvxl2, [class*="review-card"],
thead, thead th, table th, .quickwin-yomjdw,
.quickwin-oye64e, [class*="collapsible-header"],
.quickwin-eqd80j, [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; }
.quickwin-ordild, .quickwin-ordild :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
