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-bgg3pi {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.quickwin-m5ouqa {
  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-m5ouqa: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-5mfes6 {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

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

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

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

.quickwin-0tpfrt {
  cursor: pointer;
}

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

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

.quickwin-gxwhje figure {
  margin: 0;
}

.quickwin-gxwhje.quickwin-cg6q84 {
  justify-content: flex-start;
  margin-right: 4px;
}

.quickwin-gxwhje.quickwin-gb26sd {
  justify-content: flex-end;
  margin-left: 4px;
}

.quickwin-gxwhje.quickwin-aq3rns {
  justify-content: center;
}

.quickwin-gxwhje.quickwin-0egd6c {
  justify-content: normal;
}

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

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

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

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

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

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

.quickwin-7sh7n7 img {
  width: 100%;
}

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

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

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

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

.quickwin-30tpzv 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-30tpzv ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

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

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

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

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

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

.quickwin-tdey8t.quickwin-nz9uj4 {
  background-color: #000;
}

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

.quickwin-9ifcm9 {
  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-9ifcm9 {
    padding: 80px 16px 0;
  }
}

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

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

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

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

.quickwin-hmvb44 .quickwin-scb58d {
  margin-bottom: 28px;
}

.quickwin-hmvb44 .quickwin-scb58d img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.quickwin-mb6yyt li svg {
  transition: 0.quickwin-7nhu11 ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

.quickwin-g1vic4.quickwin-b2vwrl {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.quickwin-zxznsb h1,
.quickwin-zxznsb 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-zxznsb h1,
  .quickwin-zxznsb h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

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

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

.quickwin-ce6ryt li {
  width: 100%;
}

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

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

.quickwin-ce6ryt li a.quickwin-b2vwrl {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

.quickwin-qm2jac img {
  width: 100%;
  transition: 0.quickwin-7nhu11 ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .quickwin-57wtl3 .quickwin-scb58d img {
    max-width: 90px;
  }
}

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

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .quickwin-zvxxx5 {
    display: block;
  }
  .quickwin-zvxxx5 li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .quickwin-zvxxx5 li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .quickwin-zvxxx5 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-zvxxx5 li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.quickwin-4vyt0m.quickwin-kq9dow {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

.quickwin-as86uw {
  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-as86uw::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-fkjz0y ease-in-out;
}

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

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

.quickwin-slcvn1 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-7nhu11 ease-in-out;
  overflow: hidden;
}

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

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

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

.quickwin-v5o6m8 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickwin-ty8bee .quickwin-m5ouqa {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

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

.quickwin-ccd9ee {
  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-ccd9ee span {
  height: 32px;
}

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

.quickwin-ccd9ee.quickwin-cz2nb3 span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.quickwin-y5symu.quickwin-zan9ls {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickwin-9zz2ez {
  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-uc3p4r {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

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

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

.quickwin-bjh5ge {
  display: none;
}

@media only screen and (max-width: 767px) {
  .quickwin-bjh5ge {
    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-w3jpeg {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickwin-c4l25i 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-c4l25i 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-c4l25i 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-c4l25i tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

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

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

.quickwin-c4l25i 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-c4l25i 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-c4l25i tbody tr td:last-of-type {
  margin-left: auto;
}

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

.quickwin-c4l25i tbody tr td .quickwin-1tqxwr {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

.quickwin-c4l25i tbody tr td .quickwin-f24ww8 {
  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-7nhu11 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickwin-ydkr0z {
  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-ydkr0z {
    height: 190px;
    margin: 20px auto;
  }
}

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

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

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

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

.quickwin-8aezib::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-5dz7xb {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.quickwin-5dz7xb svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.quickwin-7nhu11 ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickwin-qhs3c9 {
  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-qhs3c9:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

.quickwin-9xbv7p .quickwin-s060di {
  width: 50%;
  margin: 0;
}

.quickwin-3kaean {
  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-3kaean:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

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

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

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

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

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

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

.quickwin-0wsfn1 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-7nhu11 ease-in-out;
}

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

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

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

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

.quickwin-9ukk4l {
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickwin-pnraa7::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-t5m2eo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.quickwin-t5m2eo.quickwin-o2u5g0 {
  display: none;
}

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

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

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

.quickwin-vgqjp8.quickwin-uzrclj {
  opacity: 1;
  pointer-events: all;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickwin-37l1tv .quickwin-m5ouqa {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.quickwin-oeld77 .quickwin-j3zgak {
  position: relative;
}

.quickwin-oeld77 .quickwin-c4c4wi {
  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-oeld77 .quickwin-c4c4wi.quickwin-o2u5g0 {
  display: none;
}

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

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

.quickwin-oeld77 .quickwin-l3awjq .quickwin-tzkmgk {
  max-width: 300px;
  width: 100%;
}

.quickwin-oeld77 .quickwin-l3awjq .quickwin-tzkmgk .quickwin-ezop3v {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .quickwin-oeld77 .quickwin-l3awjq .quickwin-tzkmgk .quickwin-ezop3v {
    font-size: 32px;
    text-align: center;
  }
}

.quickwin-oeld77 .quickwin-l3awjq .quickwin-tzkmgk .quickwin-g7vktv {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .quickwin-oeld77 .quickwin-l3awjq .quickwin-tzkmgk .quickwin-g7vktv {
    text-align: center;
  }
}

.quickwin-oeld77 .quickwin-l3awjq .quickwin-kq9dow {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.quickwin-oeld77 .quickwin-l3awjq .quickwin-kq9dow .quickwin-35cowi {
  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-7nhu11 ease-in-out;
}

.quickwin-oeld77 .quickwin-l3awjq .quickwin-kq9dow .quickwin-35cowi:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .quickwin-oeld77 .quickwin-l3awjq .quickwin-kq9dow .quickwin-35cowi {
    width: 100%;
  }
}

.quickwin-oeld77 .quickwin-l3awjq .quickwin-kq9dow .quickwin-3efkv0 {
  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-7nhu11 ease-in-out;
  overflow: hidden;
}

.quickwin-oeld77 .quickwin-l3awjq .quickwin-kq9dow .quickwin-3efkv0 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-oeld77 .quickwin-l3awjq .quickwin-kq9dow .quickwin-3efkv0: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-oeld77 .quickwin-l3awjq .quickwin-kq9dow .quickwin-3efkv0:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .quickwin-oeld77 .quickwin-l3awjq .quickwin-kq9dow .quickwin-3efkv0 {
    width: 100%;
  }
}

.quickwin-oeld77 .quickwin-l3awjq.quickwin-o2u5g0 {
  display: none;
}

.quickwin-oeld77 .quickwin-yw2xn4 {
  display: none;
}

.quickwin-oeld77 .quickwin-yw2xn4.quickwin-uzrclj {
  display: block;
}

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

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

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

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

.quickwin-oeld77 .quickwin-to187r .quickwin-ezop3v {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

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

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

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

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

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

.quickwin-xrc29e.quickwin-b2vwrl {
  display: block;
}

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

.quickwin-xrc29e .quickwin-djptrg {
  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-xrc29e .quickwin-cf47ip {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.quickwin-xrc29e .quickwin-3efkv0 {
  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-7nhu11 ease-in-out;
}

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

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

.quickwin-uqctkh.quickwin-b2vwrl {
  display: block;
}

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

.quickwin-kszg87 {
  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-lcpvbt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.quickwin-oqfqmk.quickwin-o2u5g0 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickwin-bqgwnb 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-bqgwnb textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

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

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

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

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

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

.quickwin-jnfocg.quickwin-o2u5g0 {
  display: none;
}

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

.quickwin-jnfocg .quickwin-o8jmc4 {
  margin: 0 auto;
}

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

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

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

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

.quickwin-p7ixjt > input {
  display: none;
}

.quickwin-p7ixjt > 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-erbopb.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.quickwin-mxs3i1 44.quickwin-sfz08h.quickwin-bf5jn0.quickwin-ma8eng.quickwin-eu9zaq.quickwin-f7vdk7.quickwin-iu8e3c.quickwin-h4so3n.quickwin-hw9i8p.quickwin-wkt7b2.quickwin-q872dv.quickwin-2odgqe.quickwin-rfjymb 0l-12.quickwin-8v6xyk 30.quickwin-6bw5oj.quickwin-2uqrl6 2.quickwin-pxjvat.quickwin-2uqrl6 3.quickwin-izs6zj 3.quickwin-86jhpz.quickwin-xd9462 3.quickwin-hujy67.quickwin-v4ih5b.quickwin-n8vg35.quickwin-wc72v5 7-3.quickwin-8v6xyk 10.quickwin-r0x538.quickwin-wc72v5 23.quickwin-26yr3x.quickwin-z9izqv 1.quickwin-1rfqq1 2.quickwin-8v6xyk 3.quickwin-z9izqv 1.quickwin-xd9462 5.quickwin-2p2cgm.quickwin-xd9462 32.quickwin-ocwlqj.quickwin-v4ih5b 5.quickwin-rfjymb 4.quickwin-wc72v5 9.quickwin-wc72v5 8.quickwin-xd9462 6.quickwin-t9znxm.quickwin-dr4r65.quickwin-f8ni5k.quickwin-mgd2ir.quickwin-wzo3vb 4.quickwin-i2195z.quickwin-wzo3vb 6.quickwin-wzo3vb 0l29.quickwin-rfjymb 17.quickwin-4eydn2.quickwin-aclvma 2.quickwin-anwzej 10.quickwin-v5ezzb.quickwin-8v6xyk 8.quickwin-khx5ug.quickwin-r86j2i.quickwin-syor8z.quickwin-vvkkto.quickwin-oeg55l.quickwin-v4ih5b.quickwin-f7vdk7.quickwin-8v6xyk 1.quickwin-bkiugt.quickwin-sg7wz1.quickwin-8g134y.quickwin-xhi6xu.quickwin-08c65i.quickwin-1rfqq1 1.quickwin-apb4jm.quickwin-izdkvc.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.quickwin-p7ixjt > input:checked ~ label,
.quickwin-p7ixjt > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.quickwin-erbopb.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.quickwin-mxs3i1 44.quickwin-sfz08h.quickwin-bf5jn0.quickwin-ma8eng.quickwin-eu9zaq.quickwin-f7vdk7.quickwin-iu8e3c.quickwin-h4so3n.quickwin-hw9i8p.quickwin-wkt7b2.quickwin-q872dv.quickwin-2odgqe.quickwin-rfjymb 0l-12.quickwin-8v6xyk 30.quickwin-6bw5oj.quickwin-2uqrl6 2.quickwin-pxjvat.quickwin-2uqrl6 3.quickwin-izs6zj 3.quickwin-86jhpz.quickwin-xd9462 3.quickwin-hujy67.quickwin-v4ih5b.quickwin-n8vg35.quickwin-wc72v5 7-3.quickwin-8v6xyk 10.quickwin-r0x538.quickwin-wc72v5 23.quickwin-26yr3x.quickwin-z9izqv 1.quickwin-1rfqq1 2.quickwin-8v6xyk 3.quickwin-z9izqv 1.quickwin-xd9462 5.quickwin-2p2cgm.quickwin-xd9462 32.quickwin-ocwlqj.quickwin-v4ih5b 5.quickwin-rfjymb 4.quickwin-wc72v5 9.quickwin-wc72v5 8.quickwin-xd9462 6.quickwin-t9znxm.quickwin-dr4r65.quickwin-f8ni5k.quickwin-mgd2ir.quickwin-wzo3vb 4.quickwin-i2195z.quickwin-wzo3vb 6.quickwin-wzo3vb 0l29.quickwin-rfjymb 17.quickwin-4eydn2.quickwin-aclvma 2.quickwin-anwzej 10.quickwin-v5ezzb.quickwin-8v6xyk 8.quickwin-khx5ug.quickwin-r86j2i.quickwin-syor8z.quickwin-vvkkto.quickwin-oeg55l.quickwin-v4ih5b.quickwin-f7vdk7.quickwin-8v6xyk 1.quickwin-bkiugt.quickwin-sg7wz1.quickwin-8g134y.quickwin-xhi6xu.quickwin-08c65i.quickwin-1rfqq1 1.quickwin-apb4jm.quickwin-izdkvc.5z'/%3e%3c/svg%3e");
}

.quickwin-p7ixjt > input:not(:checked) ~ label:hover,
.quickwin-p7ixjt > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.quickwin-erbopb.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.quickwin-mxs3i1 44.quickwin-sfz08h.quickwin-bf5jn0.quickwin-ma8eng.quickwin-eu9zaq.quickwin-f7vdk7.quickwin-iu8e3c.quickwin-h4so3n.quickwin-hw9i8p.quickwin-wkt7b2.quickwin-q872dv.quickwin-2odgqe.quickwin-rfjymb 0l-12.quickwin-8v6xyk 30.quickwin-6bw5oj.quickwin-2uqrl6 2.quickwin-pxjvat.quickwin-2uqrl6 3.quickwin-izs6zj 3.quickwin-86jhpz.quickwin-xd9462 3.quickwin-hujy67.quickwin-v4ih5b.quickwin-n8vg35.quickwin-wc72v5 7-3.quickwin-8v6xyk 10.quickwin-r0x538.quickwin-wc72v5 23.quickwin-26yr3x.quickwin-z9izqv 1.quickwin-1rfqq1 2.quickwin-8v6xyk 3.quickwin-z9izqv 1.quickwin-xd9462 5.quickwin-2p2cgm.quickwin-xd9462 32.quickwin-ocwlqj.quickwin-v4ih5b 5.quickwin-rfjymb 4.quickwin-wc72v5 9.quickwin-wc72v5 8.quickwin-xd9462 6.quickwin-t9znxm.quickwin-dr4r65.quickwin-f8ni5k.quickwin-mgd2ir.quickwin-wzo3vb 4.quickwin-i2195z.quickwin-wzo3vb 6.quickwin-wzo3vb 0l29.quickwin-rfjymb 17.quickwin-4eydn2.quickwin-aclvma 2.quickwin-anwzej 10.quickwin-v5ezzb.quickwin-8v6xyk 8.quickwin-khx5ug.quickwin-r86j2i.quickwin-syor8z.quickwin-vvkkto.quickwin-oeg55l.quickwin-v4ih5b.quickwin-f7vdk7.quickwin-8v6xyk 1.quickwin-bkiugt.quickwin-sg7wz1.quickwin-8g134y.quickwin-xhi6xu.quickwin-08c65i.quickwin-1rfqq1 1.quickwin-apb4jm.quickwin-izdkvc.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.quickwin-gqst1c.quickwin-o2u5g0 {
  display: none;
}

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

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

.quickwin-lkzah3 {
  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-lkzah3::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickwin-gqst1c.quickwin-bhhpdf .quickwin-cp28uf {
  background: #2b3b67;
}

.quickwin-gqst1c.quickwin-bhhpdf .quickwin-lkzah3 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.quickwin-gqst1c.quickwin-bhhpdf .quickwin-lkzah3::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.quickwin-gqst1c.quickwin-bhhpdf .quickwin-lkzah3::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.quickwin-gqst1c.quickwin-bhhpdf .quickwin-v3np50::before {
  background: #0e0f41;
}

.quickwin-gqst1c.quickwin-bhhpdf .quickwin-v3np50::after {
  background: #152557;
}

.quickwin-gqst1c.quickwin-zsfhw8 .quickwin-cp28uf {
  background: #1f35fa;
}

.quickwin-gqst1c.quickwin-zsfhw8 .quickwin-lkzah3 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.quickwin-gqst1c.quickwin-zsfhw8 .quickwin-lkzah3::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.quickwin-gqst1c.quickwin-zsfhw8 .quickwin-lkzah3::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.quickwin-gqst1c.quickwin-zsfhw8 .quickwin-v3np50::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.quickwin-gqst1c.quickwin-zsfhw8 .quickwin-v3np50::after {
  background: #192ac8;
}

.quickwin-gqst1c.quickwin-7l64tl .quickwin-cp28uf {
  background: #fa771f;
}

.quickwin-gqst1c.quickwin-7l64tl .quickwin-lkzah3 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.quickwin-gqst1c.quickwin-7l64tl .quickwin-lkzah3::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.quickwin-gqst1c.quickwin-7l64tl .quickwin-lkzah3::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.quickwin-gqst1c.quickwin-7l64tl .quickwin-v3np50::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.quickwin-gqst1c.quickwin-7l64tl .quickwin-v3np50::after {
  background: #fa8535;
}

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

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

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

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

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

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

.quickwin-bltmp2 {
  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-bltmp2 {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

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

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

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

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

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

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

.quickwin-vvc6az .quickwin-hkcpf3 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.quickwin-qu7ms8 {
  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-qu7ms8.quickwin-uzrclj {
  display: block;
}

.quickwin-qu7ms8.quickwin-o2u5g0 {
  display: none;
}

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

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

.quickwin-qdh214 {
  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-53gk8c {
  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-btcuij small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.quickwin-5yrng3 .quickwin-hkcpf3 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

.quickwin-nwnwxz {
  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-bep51o {
  flex: 1;
  min-width: 0;
}

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

.quickwin-88vst4 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

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

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

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

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

.quickwin-7ukwq9 strong {
  font-weight: 600;
}

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

.quickwin-19lo27 p {
  margin: 0 0 16px;
}

.quickwin-19lo27 p:last-child {
  margin-bottom: 0;
}

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

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

.quickwin-egibie a {
  width: 100%;
}

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

.quickwin-sgy9bw {
  justify-content: center;
}

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

.quickwin-79cauf {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.quickwin-tcowte .quickwin-zvxxx5 {
  justify-content: center;
}

/* faq */

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

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

.quickwin-u8jb5x::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.quickwin-3hbqfk ease;
}

.quickwin-4z0te2.quickwin-b2vwrl .quickwin-u8jb5x::after {
  transform: rotate(45deg);
}

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

.quickwin-4z0te2.quickwin-b2vwrl .quickwin-gkzn4z {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.quickwin-p7ixjt > input:not(:checked) ~ label:hover,
.quickwin-p7ixjt > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.quickwin-08jygm.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.quickwin-0lwamo 44.quickwin-f179z6.quickwin-3601j6.quickwin-l7w4zj.quickwin-hoc0cf.quickwin-51nl35.quickwin-ce666p.quickwin-urv3pz.quickwin-fwhney.quickwin-fry5rb.quickwin-ftdzs3.quickwin-5z3t9c.quickwin-klmeen 0l-12.quickwin-jt59gt 30.quickwin-4n2huy.quickwin-vdwu44 2.quickwin-eezn53.quickwin-vdwu44 3.quickwin-cj7ix5 3.quickwin-3g1hjm.quickwin-7pv6no 3.quickwin-va7k78.quickwin-zcgf78.quickwin-vgvhcm.quickwin-3karl4 7-3.quickwin-jt59gt 10.quickwin-1s20sg.quickwin-3karl4 23.quickwin-oz855i.quickwin-5ux7ml 1.quickwin-nsf9p4 2.quickwin-jt59gt 3.quickwin-5ux7ml 1.quickwin-7pv6no 5.quickwin-kxki4o.quickwin-7pv6no 32.quickwin-xti40p.quickwin-zcgf78 5.quickwin-klmeen 4.quickwin-3karl4 9.quickwin-3karl4 8.quickwin-7pv6no 6.quickwin-1lqtw8.quickwin-tne0gr.quickwin-wp9327.quickwin-p8291p.quickwin-rf3edt 4.quickwin-8iw41w.quickwin-rf3edt 6.quickwin-rf3edt 0l29.quickwin-klmeen 17.quickwin-t8yq6q.quickwin-4u25e3 2.quickwin-xo109a 10.quickwin-sfq50j.quickwin-jt59gt 8.quickwin-a04waq.quickwin-1c6jxk.quickwin-g22o18.quickwin-72dxwh.quickwin-t7owee.quickwin-zcgf78.quickwin-51nl35.quickwin-jt59gt 1.quickwin-1hsif7.quickwin-q6e4md.quickwin-bu0wpm.quickwin-ymaj5i.quickwin-zolw9i.quickwin-nsf9p4 1.quickwin-125ndu.quickwin-ruoxie.5z'/%3e%3c/svg%3e");
}

.quickwin-d0w410 {
  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-d0w410 {
    gap: 16px 0;
  }
}

.quickwin-w0ojog {
  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-w0ojog.quickwin-tmrit0 {
  display: block;
}

.quickwin-w0ojog.quickwin-jr2jup {
  display: none;
}

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

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

.quickwin-fbl078 {
  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-2g1nyy {
  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-bbed56 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.quickwin-ocn8j4 .quickwin-aha20u {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.quickwin-g0ussm 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-g0ussm 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-m0aql6 {
  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-m0aql6.quickwin-vjjwur {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.quickwin-lo26nc {
  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-lo26nc label {
  font-size: 14px;
}

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

.quickwin-siulek 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-ie0t9c, .quickwin-lzouwq, [class*="review-card"],
thead, thead th, table th, .quickwin-0rhae1,
.quickwin-6lflt1, [class*="collapsible-header"],
.quickwin-mwpw9f, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* h2_0-heading-visual: restore heading look after SEO h2->p conversion */
#h2_0 { font-weight: 700; font-size: 40px; line-height: normal; text-align: center; margin: 0 auto 32px; color: var(--title-color); }
@media only screen and (max-width: 767px) { #h2_0 { font-size: 26px; margin-bottom: 20px; } }
