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

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

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

.winzter-wlsnmg {
  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) {
  .winzter-wlsnmg: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;
  }
}

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

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

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

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

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

.winzter-t7ivok {
  cursor: pointer;
}

.winzter-c10jqw {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.winzter-5akhb5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.winzter-5akhb5 figure {
  margin: 0;
}

.winzter-5akhb5.winzter-jwfntx {
  justify-content: flex-start;
  margin-right: 4px;
}

.winzter-5akhb5.winzter-k6iczo {
  justify-content: flex-end;
  margin-left: 4px;
}

.winzter-5akhb5.winzter-fssf3s {
  justify-content: center;
}

.winzter-5akhb5.winzter-n4off6 {
  justify-content: normal;
}

.winzter-l1gf1o {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.winzter-0gvebv {
  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) {
  .winzter-0gvebv {
    flex-direction: column;
  }
}

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

.winzter-l190rf img {
  width: 100%;
}

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

.winzter-2bse6i {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.winzter-2bse6i 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) {
  .winzter-2bse6i ul {
    margin-bottom: 15px;
  }
}

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

.winzter-2bse6i 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);
}

.winzter-2bse6i ul li span svg {
  fill: var(--title-color);
}

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

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

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

.winzter-2bse6i ul li:last-of-type::after {
  display: none;
}

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

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

.winzter-yj28qq {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.winzter-lvqyah.winzter-yf4ea3 {
  background-color: #000;
}

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

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

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

.winzter-6viq2j {
  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) {
  .winzter-6viq2j {
    flex-direction: column;
  }
}

.winzter-f8b2fe {
  margin-bottom: 94px;
}

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

.winzter-hegur8 .winzter-84nkjb {
  margin-bottom: 28px;
}

.winzter-hegur8 .winzter-84nkjb img {
  max-height: 100px;
  width: auto;
}

.winzter-kbwdcp {
  display: flex;
  align-items: center;
}

.winzter-kbwdcp a + a {
  margin-left: 24px;
}

.winzter-kbwdcp img {
  max-height: 56px;
  width: auto;
}

.winzter-kbwdcp img + img {
  margin-left: 24px;
}

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

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

.winzter-9ka5ky {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.winzter-gxn364 li {
  display: flex;
  margin: 0 7px;
}

.winzter-gxn364 li svg {
  transition: 0.winzter-gl5x43 ease-in-out;
}

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

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

.winzter-l4edy6 + .winzter-l4edy6 {
  margin-left: 120px;
}

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

.winzter-6ol60d {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.winzter-v86zh4 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.winzter-v86zh4 li {
  font-size: 16px;
}

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

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

.winzter-v86zh4 li + li {
  margin-top: 16px;
}

.winzter-5gwq7r {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.winzter-klu580 ease-in-out;
}

.winzter-5gwq7r.winzter-4qt2uw {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.winzter-88jvzm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.winzter-x22bm9 li {
  width: 100%;
}

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

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

.winzter-x22bm9 li a.winzter-4qt2uw {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.winzter-on3e3q {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.winzter-on3e3q img {
  width: 100%;
  transition: 0.winzter-gl5x43 ease-in-out;
}

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

.winzter-9nu72g {
  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) {
  .winzter-9nu72g {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .winzter-qfo0li .winzter-84nkjb img {
    max-width: 90px;
  }
}

.winzter-84nkjb img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .winzter-84nkjb {
    order: -2;
  }
}

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

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

.winzter-wpyvj9 li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.winzter-chubz8 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.winzter-chubz8.winzter-evtp78 {
  margin-right: 0;
}

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

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

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

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

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

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

.winzter-tjsib4:hover > ul {
  display: flex;
}

.winzter-tjsib4:focus > ul {
  display: flex;
}

.winzter-tjsib4:focus-within > ul {
  display: flex;
}

.winzter-zeijch {
  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;
}

.winzter-zeijch::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.winzter-klu580 ease-in-out;
}

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

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

.winzter-tjsib4 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.winzter-gl5x43 ease-in-out;
  overflow: hidden;
}

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

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

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

.winzter-kon1oa {
  display: none;
}

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

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

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

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

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

.winzter-bhsjtv img {
  margin-bottom: 20px;
}

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

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

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

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

.winzter-n6avaz {
  color: var(--text-color);
}

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

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

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

.winzter-wy62a3 p img {
  display: block;
  margin: 0 auto;
}

.winzter-wy62a3 p:first-of-type {
  margin-top: 0;
}

.winzter-wy62a3 p:last-of-type {
  margin-bottom: 0;
}

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

.winzter-wy62a3 ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.winzter-bvs8t6 .winzter-n0j1l1 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.winzter-bvs8t6 .winzter-k5l0i0 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.winzter-k5l0i0 {
  margin: 0 0 28px;
}

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

.winzter-n0j1l1 {
  margin: 0 0 28px;
}

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

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

.winzter-d5fa9k .winzter-wlsnmg {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.winzter-ln7e6j {
  position: relative;
  border: none;
}

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

.winzter-cghz0q {
  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;
}

.winzter-cghz0q span {
  height: 32px;
}

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

.winzter-cghz0q.winzter-yenwtz span {
  transform: scaleY(-1);
}

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

.winzter-6y78nd {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.winzter-6y78nd li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.winzter-gl5x43 ease-in-out;
}

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

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

.winzter-6y78nd.winzter-ss5j6k {
  display: none;
}

.winzter-3y7o1m {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.winzter-3y7o1m table {
  width: 100%;
  border-collapse: collapse;
}

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

  .winzter-3y7o1m table td {
    min-width: 75px;
  }
}

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

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

.winzter-3y7o1m p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

.winzter-x0yxme {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.winzter-s5d1b4 p {
  color: var(--text-color);
}

.winzter-ijklg6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.winzter-coy469 {
  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);
}

.winzter-t7cj83 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.winzter-rngxv3 p + p {
  margin-top: 10px;
}

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

.winzter-sl3rtl {
  display: none;
}

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

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

.winzter-f8vcs0 li {
  margin: 0 20px;
}

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

.winzter-f8vcs0 li a img {
  margin-bottom: 4px;
}

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

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

.winzter-zoudd3 li {
  font-size: 16px;
  position: relative;
}

.winzter-zoudd3 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.winzter-zoudd3 li span {
  opacity: 0.5;
}

.winzter-zoudd3 li + li {
  margin-left: 30px;
}

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

h2.winzter-gqlcaz {
  margin: 0 0 28px;
}

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

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

.winzter-c7cukq 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);
}

.winzter-c7cukq 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;
}

.winzter-c7cukq 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;
}

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

.winzter-c7cukq tbody tr:last-of-type {
  margin-bottom: 0;
}

.winzter-c7cukq tbody tr td:first-of-type {
  flex-shrink: 0;
}

.winzter-c7cukq 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);
}

.winzter-c7cukq 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);
}

.winzter-c7cukq tbody tr td:last-of-type {
  margin-left: auto;
}

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

.winzter-c7cukq tbody tr td .winzter-1ho4ks {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .winzter-c7cukq tbody tr td .winzter-1ho4ks {
    width: 100%;
  }
}

.winzter-c7cukq tbody tr td .winzter-e798rg {
  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.winzter-gl5x43 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .winzter-c7cukq tbody tr td .winzter-e798rg {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .winzter-c7cukq tbody tr td .winzter-e798rg {
    width: 100%;
  }
}

.winzter-c7cukq tbody tr td .winzter-41hxro {
  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) {
  .winzter-c7cukq tbody tr td .winzter-41hxro:hover {
    text-decoration: none;
  }
}

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

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

.winzter-sodbzh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.winzter-6j6qgp {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.winzter-ys5yzm img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.winzter-gl5x43 ease-in-out;
}

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

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

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

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

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

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

.winzter-vsj6n4 img {
  width: 100%;
  height: 100%;
}

.winzter-vsj6n4 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.winzter-khcjnn svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.winzter-gl5x43 ease-in-out;
}

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

.winzter-qb3gf4 {
  padding: 90px 0;
}

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

.winzter-55wpk4 {
  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) {
  .winzter-55wpk4 {
    padding: 0 16px;
  }
}

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

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

.winzter-heyz8n img {
  width: 100%;
}

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

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

.winzter-y9fe2k {
  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;
}

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

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

.winzter-8zj89g {
  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.winzter-gl5x43 ease-in-out;
}

.winzter-8zj89g:hover {
  border: 1px solid #8c8ca2;
}

.winzter-6g4bh0 {
  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%);
}

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

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

.winzter-4l57jg a {
  text-decoration: underline;
  color: #8babff;
}

.winzter-8zj3fy {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.winzter-8zj3fy .winzter-8zj89g {
  width: 50%;
  margin: 0;
}

.winzter-3n3f8a {
  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;
}

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

.winzter-o1jzx0 {
  margin: 0 0 100px;
}

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

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

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

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

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

.winzter-mb8fx3 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.winzter-vpg2y7 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.winzter-gl5x43 ease-in-out;
}

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

.winzter-vpg2y7 a svg {
  fill: #fff;
}

.winzter-vpg2y7 a:hover {
  background: #3d68e7;
}

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

.winzter-8vcljv {
  margin-bottom: 16px;
}

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

.winzter-f2t6a6 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

.winzter-4ica2x {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

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

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

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

.winzter-dnc7dr 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);
}

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

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

.winzter-dnc7dr table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.winzter-z5tbc1.winzter-srstr9 {
  display: none;
}

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

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

.winzter-v8jaci iframe.winzter-hp31bx {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.winzter-v8jaci.winzter-8h8833 {
  opacity: 1;
  pointer-events: all;
}

.winzter-qzlvmi {
  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.winzter-gl5x43 ease-in-out;
}

.winzter-qzlvmi svg {
  margin-right: 10px;
}

.winzter-qzlvmi + .winzter-qzlvmi {
  margin-top: 14px;
}

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

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

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

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

.winzter-mvpxuj .winzter-d5fa9k {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .winzter-mvpxuj .winzter-d5fa9k {
    margin: 28px 0 0;
  }
}

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

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

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

.winzter-k3g44n {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.winzter-e2o838 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.winzter-t5wymr {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .winzter-6l9prl {
    padding: 10px;
  }
}

.winzter-6l9prl .winzter-wlsnmg {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .winzter-6l9prl .winzter-wlsnmg {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .winzter-6l9prl {
    flex-wrap: wrap;
  }
}

.winzter-9i3a39 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.winzter-9i3a39 img {
  width: 100%;
}

.winzter-zqw77e {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.winzter-4oaepr {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.winzter-wmfjt4 {
  width: 100%;
  margin: 0 0 100px;
}

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

.winzter-wmfjt4 .winzter-808c14 {
  position: relative;
}

.winzter-wmfjt4 .winzter-33b0gg {
  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;
}

.winzter-wmfjt4 .winzter-33b0gg.winzter-srstr9 {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .winzter-wmfjt4 .winzter-qyeysr {
    bottom: 90px;
  }
}

.winzter-wmfjt4 .winzter-qyeysr .winzter-0rzuuy {
  max-width: 300px;
  width: 100%;
}

.winzter-wmfjt4 .winzter-qyeysr .winzter-0rzuuy .winzter-7oak6b {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .winzter-wmfjt4 .winzter-qyeysr .winzter-0rzuuy .winzter-7oak6b {
    font-size: 32px;
    text-align: center;
  }
}

.winzter-wmfjt4 .winzter-qyeysr .winzter-0rzuuy .winzter-i5vpj9 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .winzter-wmfjt4 .winzter-qyeysr .winzter-0rzuuy .winzter-i5vpj9 {
    text-align: center;
  }
}

.winzter-wmfjt4 .winzter-qyeysr .winzter-evtp78 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .winzter-wmfjt4 .winzter-qyeysr .winzter-evtp78 {
    flex-direction: column-reverse;
  }
}

.winzter-wmfjt4 .winzter-qyeysr .winzter-evtp78 .winzter-1h0k8q {
  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.winzter-gl5x43 ease-in-out;
}

.winzter-wmfjt4 .winzter-qyeysr .winzter-evtp78 .winzter-1h0k8q:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .winzter-wmfjt4 .winzter-qyeysr .winzter-evtp78 .winzter-1h0k8q {
    width: 100%;
  }
}

.winzter-wmfjt4 .winzter-qyeysr .winzter-evtp78 .winzter-z0zawf {
  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.winzter-gl5x43 ease-in-out;
  overflow: hidden;
}

.winzter-wmfjt4 .winzter-qyeysr .winzter-evtp78 .winzter-z0zawf 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);
  }
}

.winzter-wmfjt4 .winzter-qyeysr .winzter-evtp78 .winzter-z0zawf: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;
}

.winzter-wmfjt4 .winzter-qyeysr .winzter-evtp78 .winzter-z0zawf:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .winzter-wmfjt4 .winzter-qyeysr .winzter-evtp78 .winzter-z0zawf {
    width: 100%;
  }
}

.winzter-wmfjt4 .winzter-qyeysr.winzter-srstr9 {
  display: none;
}

.winzter-wmfjt4 .winzter-kfdkeb {
  display: none;
}

.winzter-wmfjt4 .winzter-kfdkeb.winzter-8h8833 {
  display: block;
}

.winzter-wmfjt4 .winzter-kfdkeb iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .winzter-wmfjt4 .winzter-kfdkeb iframe {
    height: calc(100vh - 54px);
  }
}

.winzter-wmfjt4 .winzter-7cvr99 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .winzter-wmfjt4 .winzter-7cvr99 {
    padding: 24px 16px 0;
  }
}

.winzter-wmfjt4 .winzter-7cvr99 .winzter-7oak6b {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .winzter-wmfjt4 .winzter-7cvr99 .winzter-7oak6b {
    margin-bottom: 24px;
  }
}

.winzter-wmfjt4 .winzter-7cvr99 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);
}

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

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

.winzter-wmfjt4 .winzter-7cvr99 table tr:last-of-type td {
  border-bottom: none;
}

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

.winzter-bmni5e.winzter-4qt2uw {
  display: block;
}

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

.winzter-bmni5e .winzter-kddhsc {
  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;
}

.winzter-bmni5e .winzter-mvz3pb {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.winzter-bmni5e .winzter-z0zawf {
  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.winzter-gl5x43 ease-in-out;
}

.winzter-bmni5e .winzter-z0zawf:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.winzter-grhfl0.winzter-4qt2uw {
  display: block;
}

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

.winzter-u2nhwy {
  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;
}

.winzter-3w4ikf {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.winzter-dlkyde {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.winzter-dlkyde svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.winzter-sawrwq {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.winzter-0aabkj.winzter-srstr9 {
  display: none;
}

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

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

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

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

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

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

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

.winzter-rx1tj8 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.winzter-rx1tj8 input:active {
  border-color: #c2c0ce;
}

.winzter-rx1tj8 input:focus {
  border-color: #c2c0ce;
}

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

.winzter-ny8swq {
  margin-bottom: 36px;
}

.winzter-ny8swq 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;
}

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

.winzter-ny8swq textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.winzter-ms09l6 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.winzter-v3rz6e {
  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.winzter-gl5x43 ease-in-out;
}

.winzter-v3rz6e:hover {
  background: var(--border-color);
}

.winzter-jhgvjr {
  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.winzter-gl5x43 ease-in-out;
}

.winzter-jhgvjr:hover {
  background: #166ad9;
}

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

.winzter-bmp3mi.winzter-srstr9 {
  display: none;
}

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

.winzter-bmp3mi .winzter-v3rz6e {
  margin: 0 auto;
}

.winzter-oy45qh {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.winzter-dmzy4o {
  filter: grayscale(100%);
}

.winzter-t8dhdk > input {
  display: none;
}

.winzter-t8dhdk > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.winzter-1z5ll0.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.winzter-o1xsdb 44.winzter-04va9x.winzter-2i7mt6.winzter-gdhqyh.winzter-oudwbd.winzter-ssfczb.winzter-lez4ja.winzter-6gvihv.winzter-3szdke.winzter-ovdki3.winzter-3s8hof.winzter-94f98z.winzter-1nlb65 0l-12.winzter-tvghya 30.winzter-l9rbse.winzter-mwaufe 2.winzter-3k2uac.winzter-mwaufe 3.winzter-dbf8y7 3.winzter-j84v2p.winzter-a0sehl 3.winzter-8up91k.winzter-5usp6v.winzter-8mvau8.winzter-rztpxk 7-3.winzter-tvghya 10.winzter-a2x18g.winzter-rztpxk 23.winzter-czcrbf.winzter-ijvx6r 1.winzter-0589tg 2.winzter-tvghya 3.winzter-ijvx6r 1.winzter-a0sehl 5.winzter-pmaszr.winzter-a0sehl 32.winzter-wz0wzc.winzter-5usp6v 5.winzter-1nlb65 4.winzter-rztpxk 9.winzter-rztpxk 8.winzter-a0sehl 6.winzter-zaqw0m.winzter-x7xs4u.winzter-ge63qu.winzter-9inkft.winzter-00go4b 4.winzter-9obdqz.winzter-00go4b 6.winzter-00go4b 0l29.winzter-1nlb65 17.winzter-hcfoek.winzter-5jxrvh 2.winzter-arn4ua 10.winzter-otw0lf.winzter-tvghya 8.winzter-yivwyx.winzter-jn43yx.winzter-onnw34.winzter-exwv56.winzter-6nckna.winzter-5usp6v.winzter-ssfczb.winzter-tvghya 1.winzter-z1i6iw.winzter-6i2aqc.winzter-nuboja.winzter-0xv4ln.winzter-i3opmi.winzter-0589tg 1.winzter-zxf1py.winzter-9x5ybn.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.winzter-t8dhdk > input:checked ~ label,
.winzter-t8dhdk > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.winzter-1z5ll0.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.winzter-o1xsdb 44.winzter-04va9x.winzter-2i7mt6.winzter-gdhqyh.winzter-oudwbd.winzter-ssfczb.winzter-lez4ja.winzter-6gvihv.winzter-3szdke.winzter-ovdki3.winzter-3s8hof.winzter-94f98z.winzter-1nlb65 0l-12.winzter-tvghya 30.winzter-l9rbse.winzter-mwaufe 2.winzter-3k2uac.winzter-mwaufe 3.winzter-dbf8y7 3.winzter-j84v2p.winzter-a0sehl 3.winzter-8up91k.winzter-5usp6v.winzter-8mvau8.winzter-rztpxk 7-3.winzter-tvghya 10.winzter-a2x18g.winzter-rztpxk 23.winzter-czcrbf.winzter-ijvx6r 1.winzter-0589tg 2.winzter-tvghya 3.winzter-ijvx6r 1.winzter-a0sehl 5.winzter-pmaszr.winzter-a0sehl 32.winzter-wz0wzc.winzter-5usp6v 5.winzter-1nlb65 4.winzter-rztpxk 9.winzter-rztpxk 8.winzter-a0sehl 6.winzter-zaqw0m.winzter-x7xs4u.winzter-ge63qu.winzter-9inkft.winzter-00go4b 4.winzter-9obdqz.winzter-00go4b 6.winzter-00go4b 0l29.winzter-1nlb65 17.winzter-hcfoek.winzter-5jxrvh 2.winzter-arn4ua 10.winzter-otw0lf.winzter-tvghya 8.winzter-yivwyx.winzter-jn43yx.winzter-onnw34.winzter-exwv56.winzter-6nckna.winzter-5usp6v.winzter-ssfczb.winzter-tvghya 1.winzter-z1i6iw.winzter-6i2aqc.winzter-nuboja.winzter-0xv4ln.winzter-i3opmi.winzter-0589tg 1.winzter-zxf1py.winzter-9x5ybn.5z'/%3e%3c/svg%3e");
}

.winzter-t8dhdk > input:not(:checked) ~ label:hover,
.winzter-t8dhdk > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.winzter-1z5ll0.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.winzter-o1xsdb 44.winzter-04va9x.winzter-2i7mt6.winzter-gdhqyh.winzter-oudwbd.winzter-ssfczb.winzter-lez4ja.winzter-6gvihv.winzter-3szdke.winzter-ovdki3.winzter-3s8hof.winzter-94f98z.winzter-1nlb65 0l-12.winzter-tvghya 30.winzter-l9rbse.winzter-mwaufe 2.winzter-3k2uac.winzter-mwaufe 3.winzter-dbf8y7 3.winzter-j84v2p.winzter-a0sehl 3.winzter-8up91k.winzter-5usp6v.winzter-8mvau8.winzter-rztpxk 7-3.winzter-tvghya 10.winzter-a2x18g.winzter-rztpxk 23.winzter-czcrbf.winzter-ijvx6r 1.winzter-0589tg 2.winzter-tvghya 3.winzter-ijvx6r 1.winzter-a0sehl 5.winzter-pmaszr.winzter-a0sehl 32.winzter-wz0wzc.winzter-5usp6v 5.winzter-1nlb65 4.winzter-rztpxk 9.winzter-rztpxk 8.winzter-a0sehl 6.winzter-zaqw0m.winzter-x7xs4u.winzter-ge63qu.winzter-9inkft.winzter-00go4b 4.winzter-9obdqz.winzter-00go4b 6.winzter-00go4b 0l29.winzter-1nlb65 17.winzter-hcfoek.winzter-5jxrvh 2.winzter-arn4ua 10.winzter-otw0lf.winzter-tvghya 8.winzter-yivwyx.winzter-jn43yx.winzter-onnw34.winzter-exwv56.winzter-6nckna.winzter-5usp6v.winzter-ssfczb.winzter-tvghya 1.winzter-z1i6iw.winzter-6i2aqc.winzter-nuboja.winzter-0xv4ln.winzter-i3opmi.winzter-0589tg 1.winzter-zxf1py.winzter-9x5ybn.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .winzter-uaufel > .winzter-gk7uab {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .winzter-uaufel > .winzter-gk7uab {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .winzter-uaufel > .winzter-gk7uab {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .winzter-uaufel > .winzter-gk7uab {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .winzter-uaufel > .winzter-gk7uab {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.winzter-gkllu3.winzter-srstr9 {
  display: none;
}

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

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

.winzter-8lfh2u {
  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;
}

.winzter-8lfh2u::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.winzter-8lfh2u::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.winzter-8lfh2u img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.winzter-zxr2jd {
  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;
}

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

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

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

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

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

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

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

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

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

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

.winzter-gkllu3.winzter-q8otd7 .winzter-nrprk0 {
  background: #2b3b67;
}

.winzter-gkllu3.winzter-q8otd7 .winzter-8lfh2u {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.winzter-gkllu3.winzter-q8otd7 .winzter-8lfh2u::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.winzter-gkllu3.winzter-q8otd7 .winzter-8lfh2u::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.winzter-gkllu3.winzter-q8otd7 .winzter-zxr2jd::before {
  background: #0e0f41;
}

.winzter-gkllu3.winzter-q8otd7 .winzter-zxr2jd::after {
  background: #152557;
}

.winzter-gkllu3.winzter-mp7w5w .winzter-nrprk0 {
  background: #1f35fa;
}

.winzter-gkllu3.winzter-mp7w5w .winzter-8lfh2u {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.winzter-gkllu3.winzter-mp7w5w .winzter-8lfh2u::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.winzter-gkllu3.winzter-mp7w5w .winzter-8lfh2u::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.winzter-gkllu3.winzter-mp7w5w .winzter-zxr2jd::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.winzter-gkllu3.winzter-mp7w5w .winzter-zxr2jd::after {
  background: #192ac8;
}

.winzter-gkllu3.winzter-hslpov .winzter-nrprk0 {
  background: #fa771f;
}

.winzter-gkllu3.winzter-hslpov .winzter-8lfh2u {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.winzter-gkllu3.winzter-hslpov .winzter-8lfh2u::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.winzter-gkllu3.winzter-hslpov .winzter-8lfh2u::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.winzter-gkllu3.winzter-hslpov .winzter-zxr2jd::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.winzter-gkllu3.winzter-hslpov .winzter-zxr2jd::after {
  background: #fa8535;
}

.winzter-ajo3af {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.winzter-s8ttg5 {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.winzter-6ru0um {
  width: 120px;
  height: 22px;
}

.winzter-6ru0um .winzter-0zm298 {
  fill: #c2c0ce;
}

.winzter-6ru0um [rating="1"] .winzter-0zm298:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.winzter-6ru0um [rating="2"] .winzter-0zm298:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.winzter-6ru0um [rating="3"] .winzter-0zm298:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.winzter-6ru0um [rating="4"] .winzter-0zm298:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.winzter-6ru0um [rating="5"] .winzter-0zm298:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.winzter-w32h48 {
  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);
}

.winzter-w32h48.winzter-8h8833 {
  display: block;
}

.winzter-w32h48.winzter-srstr9 {
  display: none;
}

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

.winzter-blp9xf {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.winzter-xwoxz6 {
  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);
}

.winzter-gg0qqp {
  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;
}

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

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

.winzter-52mknm {
  font-size: 16px;
  line-height: 140%;
}

.winzter-fg8xlw {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.winzter-fg8xlw .winzter-0zm298 {
  fill: #c2c0ce;
}

.winzter-fg8xlw [rating="1"] .winzter-0zm298:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.winzter-fg8xlw [rating="2"] .winzter-0zm298:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.winzter-fg8xlw [rating="3"] .winzter-0zm298:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.winzter-fg8xlw [rating="4"] .winzter-0zm298:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.winzter-fg8xlw [rating="5"] .winzter-0zm298:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.winzter-rqp01v {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.winzter-5k5ld6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.winzter-9t57k7 {
  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;
}

.winzter-jzewz0 {
  flex: 1;
  min-width: 0;
}

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

.winzter-x4ahlb {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.winzter-x4ahlb svg path {
  fill: var(--button-bg-color);
}

.winzter-x4ahlb svg circle {
  fill: var(--button-text-color);
}

.winzter-76g3n7 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.winzter-76g3n7 strong {
  font-weight: 600;
}

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

.winzter-jta3hk p {
  margin: 0 0 16px;
}

.winzter-jta3hk p:last-child {
  margin-bottom: 0;
}

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

.winzter-sy7r4i {
  max-width: 300px;
  width: 100%;
}

.winzter-sy7r4i a {
  width: 100%;
}

@media (max-width: 575px) {
  .winzter-sy7r4i {
    max-width: 200px;
  }
}

.winzter-f962dc {
  justify-content: center;
}

.winzter-equsiu {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.winzter-lzfikr {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.winzter-c95983 .winzter-wpyvj9 {
  justify-content: center;
}

/* faq */

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

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

.winzter-ji96e6::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.winzter-3ben19 ease;
}

.winzter-5wtkm1.winzter-4qt2uw .winzter-ji96e6::after {
  transform: rotate(45deg);
}

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

.winzter-5wtkm1.winzter-4qt2uw .winzter-ec7q4b {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.winzter-b7z3ua {
  margin: 25px 0;
}

.winzter-t8dhdk > input:not(:checked) ~ label:hover,
.winzter-t8dhdk > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.winzter-jo4818.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.winzter-2is1sz 44.winzter-vlgy63.winzter-7t27sh.winzter-fo4k56.winzter-wx9tab.winzter-2kuftz.winzter-dx1oij.winzter-pk3ea5.winzter-wug9h0.winzter-71t12y.winzter-ol351r.winzter-75z9mr.winzter-ifjvr9 0l-12.winzter-8g5wwz 30.winzter-gvq1vr.winzter-qrjxnd 2.winzter-6rsqyj.winzter-qrjxnd 3.winzter-pf4rbj 3.winzter-tw9j2i.winzter-w8tvis 3.winzter-bc86e5.winzter-g2wwdc.winzter-bvgfpu.winzter-uhl0d9 7-3.winzter-8g5wwz 10.winzter-nmanxp.winzter-uhl0d9 23.winzter-wh8uu8.winzter-39trp5 1.winzter-1f832m 2.winzter-8g5wwz 3.winzter-39trp5 1.winzter-w8tvis 5.winzter-9kjdsf.winzter-w8tvis 32.winzter-go8bpt.winzter-g2wwdc 5.winzter-ifjvr9 4.winzter-uhl0d9 9.winzter-uhl0d9 8.winzter-w8tvis 6.winzter-mb7yfb.winzter-wxjvk1.winzter-04dfol.winzter-4lni3i.winzter-rubl3n 4.winzter-q6yg0r.winzter-rubl3n 6.winzter-rubl3n 0l29.winzter-ifjvr9 17.winzter-dcc0xz.winzter-e03mka 2.winzter-ruth8t 10.winzter-3ooead.winzter-8g5wwz 8.winzter-9ttcau.winzter-rk4tjv.winzter-ekwr1v.winzter-n6bece.winzter-yxhhcj.winzter-g2wwdc.winzter-2kuftz.winzter-8g5wwz 1.winzter-437jfj.winzter-yvcvt1.winzter-vf2t65.winzter-c2p7ie.winzter-adnsxz.winzter-1f832m 1.winzter-7swgu3.winzter-xen1g4.5z'/%3e%3c/svg%3e");
}

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

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

.winzter-2imnhu {
  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);
}

.winzter-2imnhu.winzter-013927 {
  display: block;
}

.winzter-2imnhu.winzter-dj5s8q {
  display: none;
}

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

.winzter-j2gr55 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.winzter-crgvla {
  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);
}

.winzter-m2plgq {
  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;
}

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

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

.winzter-tf7ncf {
  font-size: 16px;
  line-height: 140%;
}

.winzter-fkbger {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.winzter-fkbger .winzter-xf0u5r {
  fill: #c2c0ce;
}

.winzter-fkbger [rating="1"] .winzter-xf0u5r:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.winzter-fkbger [rating="2"] .winzter-xf0u5r:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.winzter-fkbger [rating="3"] .winzter-xf0u5r:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.winzter-fkbger [rating="4"] .winzter-xf0u5r:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.winzter-fkbger [rating="5"] .winzter-xf0u5r:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.winzter-1vokkl 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;
}

.winzter-1vokkl 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 */

.winzter-khdlw2 {
  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);
}

.winzter-khdlw2.winzter-8doirg {
  opacity: 1;
  pointer-events: auto;
}

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

.winzter-ftuj1l label {
  font-size: 14px;
}

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

.winzter-pkhz2e 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;
}
.winzter-6aypbx, .winzter-tg9p55, [class*="review-card"],
thead, thead th, table th, .winzter-ko7gpr,
.winzter-6u1vr1, [class*="collapsible-header"],
.winzter-ijklg6, [class*="updated-block"] {
  color: #ece7dc !important;
}
