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

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

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

.winorama-mlcvyn {
  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) {
  .winorama-mlcvyn: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;
  }
}

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

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

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

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

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

.winorama-6p40dw {
  cursor: pointer;
}

.winorama-neliap {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.winorama-75qu3l {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.winorama-75qu3l figure {
  margin: 0;
}

.winorama-75qu3l.winorama-rupfy6 {
  justify-content: flex-start;
  margin-right: 4px;
}

.winorama-75qu3l.winorama-7h8rb8 {
  justify-content: flex-end;
  margin-left: 4px;
}

.winorama-75qu3l.winorama-sq5tig {
  justify-content: center;
}

.winorama-75qu3l.winorama-96qdzh {
  justify-content: normal;
}

.winorama-dfnuqx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.winorama-f9abfv img {
  width: 100%;
}

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

.winorama-2hb6le {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.winorama-2hb6le 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);
}

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

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

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

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

.winorama-2hb6le ul li:last-of-type::after {
  display: none;
}

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

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

.winorama-k2v7nk {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.winorama-ycws83.winorama-hkcakq {
  background-color: #000;
}

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

.winorama-284s6n {
  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) {
  .winorama-284s6n {
    padding: 80px 16px 0;
  }
}

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

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

.winorama-qeoxa1 {
  margin-bottom: 94px;
}

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

.winorama-dwn0wj .winorama-9ni8v7 {
  margin-bottom: 28px;
}

.winorama-dwn0wj .winorama-9ni8v7 img {
  max-height: 100px;
  width: auto;
}

.winorama-x0gyif {
  display: flex;
  align-items: center;
}

.winorama-x0gyif a + a {
  margin-left: 24px;
}

.winorama-x0gyif img {
  max-height: 56px;
  width: auto;
}

.winorama-x0gyif img + img {
  margin-left: 24px;
}

.winorama-6uoa6u {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.winorama-6uqf30 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.winorama-z9z0ws li {
  display: flex;
  margin: 0 7px;
}

.winorama-z9z0ws li svg {
  transition: 0.winorama-uns0ck ease-in-out;
}

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

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

.winorama-a1nxkt + .winorama-a1nxkt {
  margin-left: 120px;
}

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

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

.winorama-fng4ts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.winorama-fng4ts li {
  font-size: 16px;
}

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

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

.winorama-fng4ts li + li {
  margin-top: 16px;
}

.winorama-v12hki {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.winorama-tzbbiv ease-in-out;
}

.winorama-v12hki.winorama-dny451 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.winorama-sxejau {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.winorama-h6phua li {
  width: 100%;
}

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

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

.winorama-h6phua li a.winorama-dny451 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.winorama-5q95kv {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.winorama-5q95kv img {
  width: 100%;
  transition: 0.winorama-uns0ck ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .winorama-kzdn94 .winorama-9ni8v7 img {
    max-width: 90px;
  }
}

.winorama-9ni8v7 img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .winorama-9ni8v7 {
    order: -2;
  }
}

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

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

.winorama-u7kyk3 li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.winorama-r79pa7 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.winorama-r79pa7.winorama-w82gal {
  margin-right: 0;
}

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

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

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

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

.winorama-9ioqwf {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.winorama-9ioqwf:hover > ul {
  display: flex;
}

.winorama-9ioqwf:focus > ul {
  display: flex;
}

.winorama-9ioqwf:focus-within > ul {
  display: flex;
}

.winorama-xqrv1c {
  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;
}

.winorama-xqrv1c::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.winorama-tzbbiv ease-in-out;
}

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

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

.winorama-9ioqwf 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.winorama-uns0ck ease-in-out;
  overflow: hidden;
}

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

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

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

.winorama-4mec7u {
  display: none;
}

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

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

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

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

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

.winorama-w6kspl img {
  margin-bottom: 20px;
}

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

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

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

.winorama-6ty9my {
  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) {
  .winorama-6ty9my {
    font-size: 32px;
  }
}

.winorama-m240tt {
  color: var(--text-color);
}

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

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

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

.winorama-tm5znd p img {
  display: block;
  margin: 0 auto;
}

.winorama-tm5znd p:first-of-type {
  margin-top: 0;
}

.winorama-tm5znd p:last-of-type {
  margin-bottom: 0;
}

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

.winorama-tm5znd ul {
  padding: 0 0 0 20px;
}

.winorama-tm5znd table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}
h1.winorama-yb8bvx{margin:1.5rem auto; box-sizing:border-box; width:100%; max-width:1110px; display:block; padding:0 15px; font-weight:700; font-size:3rem; line-height:120%; text-align:center}
@media only screen and (max-width:767px){h1.winorama-yb8bvx{font-size:32px;margin:1rem auto}}


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

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

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

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

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

.winorama-75hrg5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

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

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

.winorama-usofys .winorama-nuajyd {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.winorama-usofys .winorama-ihyj1f {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.winorama-ihyj1f {
  margin: 0 0 28px;
}

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

.winorama-nuajyd {
  margin: 0 0 28px;
}

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

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

.winorama-75hrg5 .winorama-mlcvyn {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.winorama-50sex8 {
  position: relative;
  border: none;
}

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

.winorama-0y4wux {
  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;
}

.winorama-0y4wux span {
  height: 32px;
}

.winorama-0y4wux span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.winorama-0y4wux.winorama-f38dip span {
  transform: scaleY(-1);
}

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

.winorama-3qq9fi {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.winorama-3qq9fi li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.winorama-uns0ck ease-in-out;
}

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

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

.winorama-3qq9fi.winorama-az088p {
  display: none;
}

.winorama-d3rhk9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.winorama-d3rhk9 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .winorama-d3rhk9 table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.winorama-4cn3un {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.winorama-iwy5ps p {
  color: var(--text-color);
}

.winorama-get4x3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.winorama-46er06 {
  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);
}

.winorama-h9jb5j {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.winorama-0lfsz5 p + p {
  margin-top: 10px;
}

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

.winorama-luwsfg {
  display: none;
}

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

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

.winorama-anwi4l li {
  margin: 0 20px;
}

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

.winorama-anwi4l li a img {
  margin-bottom: 4px;
}

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

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

.winorama-l8heit li {
  font-size: 16px;
  position: relative;
}

.winorama-l8heit li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.winorama-l8heit li span {
  opacity: 0.5;
}

.winorama-l8heit li + li {
  margin-left: 30px;
}

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

h2.winorama-mwowab {
  margin: 0 0 28px;
}

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

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

.winorama-tis9ih 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);
}

.winorama-tis9ih 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;
}

.winorama-tis9ih 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;
}

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

.winorama-tis9ih tbody tr:last-of-type {
  margin-bottom: 0;
}

.winorama-tis9ih tbody tr td:first-of-type {
  flex-shrink: 0;
}

.winorama-tis9ih 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);
}

.winorama-tis9ih 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);
}

.winorama-tis9ih tbody tr td:last-of-type {
  margin-left: auto;
}

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

.winorama-tis9ih tbody tr td .winorama-mq971q {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .winorama-tis9ih tbody tr td .winorama-mq971q {
    width: 100%;
  }
}

.winorama-tis9ih tbody tr td .winorama-43wn32 {
  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.winorama-uns0ck ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .winorama-tis9ih tbody tr td .winorama-43wn32:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .winorama-tis9ih tbody tr td .winorama-43wn32 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .winorama-tis9ih tbody tr td .winorama-43wn32 {
    width: 100%;
  }
}

.winorama-tis9ih tbody tr td .winorama-tjue4y {
  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) {
  .winorama-tis9ih tbody tr td .winorama-tjue4y:hover {
    text-decoration: none;
  }
}

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

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

.winorama-wq1ceg {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.winorama-5k6evd {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.winorama-y0op0l img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.winorama-uns0ck ease-in-out;
}

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

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

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

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

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

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

.winorama-vaaqqy img {
  width: 100%;
  height: 100%;
}

.winorama-vaaqqy iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.winorama-aiykee svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.winorama-uns0ck ease-in-out;
}

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

.winorama-9bljwx {
  padding: 90px 0;
}

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

.winorama-3ec7u8 {
  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) {
  .winorama-3ec7u8 {
    padding: 0 16px;
  }
}

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

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

.winorama-kgyese img {
  width: 100%;
}

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

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

.winorama-4zie4n {
  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;
}

.winorama-4zie4n 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) {
  .winorama-4zie4n {
    flex-basis: auto;
  }
}

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

.winorama-jy9w14 {
  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.winorama-uns0ck ease-in-out;
}

.winorama-jy9w14:hover {
  border: 1px solid #8c8ca2;
}

.winorama-tvp0v8 {
  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%);
}

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

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

.winorama-z8xmyq a {
  text-decoration: underline;
  color: #8babff;
}

.winorama-6q85o4 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.winorama-6q85o4 .winorama-jy9w14 {
  width: 50%;
  margin: 0;
}

.winorama-8syrwh {
  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;
}

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

.winorama-3jbxj3 {
  margin: 0 0 100px;
}

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

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

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

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

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

.winorama-gavsg0 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.winorama-fazwxs 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.winorama-uns0ck ease-in-out;
}

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

.winorama-fazwxs a svg {
  fill: #fff;
}

.winorama-fazwxs a:hover {
  background: #3d68e7;
}

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

.winorama-aqtsz2 {
  margin-bottom: 16px;
}

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

.winorama-koy266 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

.winorama-9428o9 {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

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

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

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

.winorama-ixxgji 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);
}

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

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

.winorama-ixxgji table tr:last-of-type td {
  border-bottom: none;
}

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

.winorama-5h47b1 {
  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) {
  .winorama-5h47b1 {
    min-height: 190px;
  }
}

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

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

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

.winorama-to60qm.winorama-umfboe {
  display: none;
}

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

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

.winorama-j1m237 iframe.winorama-ruk3sc {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.winorama-j1m237.winorama-1q33ev {
  opacity: 1;
  pointer-events: all;
}

.winorama-d6d540 {
  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.winorama-uns0ck ease-in-out;
}

.winorama-d6d540 svg {
  margin-right: 10px;
}

.winorama-d6d540 + .winorama-d6d540 {
  margin-top: 14px;
}

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

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

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

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

.winorama-hmyggm .winorama-75hrg5 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.winorama-hmyggm .winorama-75hrg5 h1,
.winorama-hmyggm .winorama-75hrg5 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) {
  .winorama-hmyggm .winorama-75hrg5 h1,
  .winorama-hmyggm .winorama-75hrg5 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .winorama-hmyggm .winorama-75hrg5 {
    margin: 28px 0 0;
  }
}

.winorama-01l5zv {
  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) {
  .winorama-01l5zv {
    padding: 0 16px;
  }
}

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

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

.winorama-io7sxy {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.winorama-di9y9u {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.winorama-i4c2qf {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.winorama-yotkk7 .winorama-mlcvyn {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .winorama-yotkk7 .winorama-mlcvyn {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.winorama-c3216y {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.winorama-c3216y img {
  width: 100%;
}

.winorama-7p4plu {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.winorama-1xoh50 {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.winorama-9iapje {
  width: 100%;
  margin: 0 0 100px;
}

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

.winorama-9iapje .winorama-ac1u6d {
  position: relative;
}

.winorama-9iapje .winorama-osgzwb {
  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;
}

.winorama-9iapje .winorama-osgzwb.winorama-umfboe {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .winorama-9iapje .winorama-7s0cuy {
    bottom: 90px;
  }
}

.winorama-9iapje .winorama-7s0cuy .winorama-1f9715 {
  max-width: 300px;
  width: 100%;
}

.winorama-9iapje .winorama-7s0cuy .winorama-1f9715 .winorama-35e4dr {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .winorama-9iapje .winorama-7s0cuy .winorama-1f9715 .winorama-35e4dr {
    font-size: 32px;
    text-align: center;
  }
}

.winorama-9iapje .winorama-7s0cuy .winorama-1f9715 .winorama-5d9z5w {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .winorama-9iapje .winorama-7s0cuy .winorama-1f9715 .winorama-5d9z5w {
    text-align: center;
  }
}

.winorama-9iapje .winorama-7s0cuy .winorama-w82gal {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .winorama-9iapje .winorama-7s0cuy .winorama-w82gal {
    flex-direction: column-reverse;
  }
}

.winorama-9iapje .winorama-7s0cuy .winorama-w82gal .winorama-qgoz37 {
  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.winorama-uns0ck ease-in-out;
}

.winorama-9iapje .winorama-7s0cuy .winorama-w82gal .winorama-qgoz37:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .winorama-9iapje .winorama-7s0cuy .winorama-w82gal .winorama-qgoz37 {
    width: 100%;
  }
}

.winorama-9iapje .winorama-7s0cuy .winorama-w82gal .winorama-ezafvs {
  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.winorama-uns0ck ease-in-out;
  overflow: hidden;
}

.winorama-9iapje .winorama-7s0cuy .winorama-w82gal .winorama-ezafvs 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);
  }
}

.winorama-9iapje .winorama-7s0cuy .winorama-w82gal .winorama-ezafvs: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;
}

.winorama-9iapje .winorama-7s0cuy .winorama-w82gal .winorama-ezafvs:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .winorama-9iapje .winorama-7s0cuy .winorama-w82gal .winorama-ezafvs {
    width: 100%;
  }
}

.winorama-9iapje .winorama-7s0cuy.winorama-umfboe {
  display: none;
}

.winorama-9iapje .winorama-kxawdj {
  display: none;
}

.winorama-9iapje .winorama-kxawdj.winorama-1q33ev {
  display: block;
}

.winorama-9iapje .winorama-kxawdj iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .winorama-9iapje .winorama-kxawdj iframe {
    height: calc(100vh - 54px);
  }
}

.winorama-9iapje .winorama-7m3ht8 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .winorama-9iapje .winorama-7m3ht8 {
    padding: 24px 16px 0;
  }
}

.winorama-9iapje .winorama-7m3ht8 .winorama-35e4dr {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .winorama-9iapje .winorama-7m3ht8 .winorama-35e4dr {
    margin-bottom: 24px;
  }
}

.winorama-9iapje .winorama-7m3ht8 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);
}

.winorama-9iapje .winorama-7m3ht8 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) {
  .winorama-9iapje .winorama-7m3ht8 table tr td {
    padding: 12px 4px;
  }
}

.winorama-9iapje .winorama-7m3ht8 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) {
  .winorama-9iapje .winorama-7m3ht8 table tr th {
    padding: 12px 4px;
  }
}

.winorama-9iapje .winorama-7m3ht8 table tr:last-of-type td {
  border-bottom: none;
}

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

.winorama-hzzhjv.winorama-dny451 {
  display: block;
}

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

.winorama-hzzhjv .winorama-bd3f7e {
  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;
}

.winorama-hzzhjv .winorama-g3nlkl {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.winorama-hzzhjv .winorama-ezafvs {
  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.winorama-uns0ck ease-in-out;
}

.winorama-hzzhjv .winorama-ezafvs:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.winorama-247p1f.winorama-dny451 {
  display: block;
}

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

.winorama-0gu41j {
  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;
}

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

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

.winorama-yq0ufd {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.winorama-yq0ufd svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.winorama-yn8ub1 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.winorama-jbm9po.winorama-umfboe {
  display: none;
}

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

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

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

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

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

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

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

.winorama-k2r59t input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.winorama-k2r59t input:active {
  border-color: #c2c0ce;
}

.winorama-k2r59t input:focus {
  border-color: #c2c0ce;
}

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

.winorama-i3ie51 {
  margin-bottom: 36px;
}

.winorama-i3ie51 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;
}

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

.winorama-i3ie51 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.winorama-hcr947 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.winorama-n6o3qf {
  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.winorama-uns0ck ease-in-out;
}

.winorama-n6o3qf:hover {
  background: var(--border-color);
}

.winorama-7bav25 {
  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.winorama-uns0ck ease-in-out;
}

.winorama-7bav25:hover {
  background: #166ad9;
}

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

.winorama-j2t5r4.winorama-umfboe {
  display: none;
}

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

.winorama-j2t5r4 .winorama-n6o3qf {
  margin: 0 auto;
}

.winorama-0uhlfu {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.winorama-jd680i {
  filter: grayscale(100%);
}

.winorama-4oh6v3 > input {
  display: none;
}

.winorama-4oh6v3 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.winorama-jjm2v4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.winorama-l9cw71 44.winorama-7qmrim.winorama-1zed3o.winorama-2zgnbc.winorama-9w59gm.winorama-d7f8cm.winorama-f6xdya.winorama-xnvz84.winorama-785bei.winorama-ey0lz6.winorama-q3t7iv.winorama-tjy77g.winorama-yli13u 0l-12.winorama-429x9c 30.winorama-zzonr7.winorama-azbdkv 2.winorama-wurr5p.winorama-azbdkv 3.winorama-v56yz5 3.winorama-po2tuq.winorama-egkz5s 3.winorama-m4sp5t.winorama-nrxo7j.winorama-h76j4w.winorama-vbxq5b 7-3.winorama-429x9c 10.winorama-1edhrp.winorama-vbxq5b 23.winorama-mvxuva.winorama-dqf6o2 1.winorama-rdv2gr 2.winorama-429x9c 3.winorama-dqf6o2 1.winorama-egkz5s 5.winorama-z33xld.winorama-egkz5s 32.winorama-v8ngpp.winorama-nrxo7j 5.winorama-yli13u 4.winorama-vbxq5b 9.winorama-vbxq5b 8.winorama-egkz5s 6.winorama-det1mk.winorama-eiwrxl.winorama-t04q10.winorama-r5oml8.winorama-el9pa7 4.winorama-ljegod.winorama-el9pa7 6.winorama-el9pa7 0l29.winorama-yli13u 17.winorama-333ls5.winorama-gmjiwh 2.winorama-mxnu8s 10.winorama-8qk4s7.winorama-429x9c 8.winorama-eznk0r.winorama-a6ci4f.winorama-p1inac.winorama-khers0.winorama-r8v1qb.winorama-nrxo7j.winorama-d7f8cm.winorama-429x9c 1.winorama-v3t4kf.winorama-vxbnzz.winorama-wtjyoh.winorama-ukep29.winorama-hynxws.winorama-rdv2gr 1.winorama-i1r3zq.winorama-b70qfz.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.winorama-4oh6v3 > input:checked ~ label,
.winorama-4oh6v3 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.winorama-jjm2v4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.winorama-l9cw71 44.winorama-7qmrim.winorama-1zed3o.winorama-2zgnbc.winorama-9w59gm.winorama-d7f8cm.winorama-f6xdya.winorama-xnvz84.winorama-785bei.winorama-ey0lz6.winorama-q3t7iv.winorama-tjy77g.winorama-yli13u 0l-12.winorama-429x9c 30.winorama-zzonr7.winorama-azbdkv 2.winorama-wurr5p.winorama-azbdkv 3.winorama-v56yz5 3.winorama-po2tuq.winorama-egkz5s 3.winorama-m4sp5t.winorama-nrxo7j.winorama-h76j4w.winorama-vbxq5b 7-3.winorama-429x9c 10.winorama-1edhrp.winorama-vbxq5b 23.winorama-mvxuva.winorama-dqf6o2 1.winorama-rdv2gr 2.winorama-429x9c 3.winorama-dqf6o2 1.winorama-egkz5s 5.winorama-z33xld.winorama-egkz5s 32.winorama-v8ngpp.winorama-nrxo7j 5.winorama-yli13u 4.winorama-vbxq5b 9.winorama-vbxq5b 8.winorama-egkz5s 6.winorama-det1mk.winorama-eiwrxl.winorama-t04q10.winorama-r5oml8.winorama-el9pa7 4.winorama-ljegod.winorama-el9pa7 6.winorama-el9pa7 0l29.winorama-yli13u 17.winorama-333ls5.winorama-gmjiwh 2.winorama-mxnu8s 10.winorama-8qk4s7.winorama-429x9c 8.winorama-eznk0r.winorama-a6ci4f.winorama-p1inac.winorama-khers0.winorama-r8v1qb.winorama-nrxo7j.winorama-d7f8cm.winorama-429x9c 1.winorama-v3t4kf.winorama-vxbnzz.winorama-wtjyoh.winorama-ukep29.winorama-hynxws.winorama-rdv2gr 1.winorama-i1r3zq.winorama-b70qfz.5z'/%3e%3c/svg%3e");
}

.winorama-4oh6v3 > input:not(:checked) ~ label:hover,
.winorama-4oh6v3 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.winorama-jjm2v4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.winorama-l9cw71 44.winorama-7qmrim.winorama-1zed3o.winorama-2zgnbc.winorama-9w59gm.winorama-d7f8cm.winorama-f6xdya.winorama-xnvz84.winorama-785bei.winorama-ey0lz6.winorama-q3t7iv.winorama-tjy77g.winorama-yli13u 0l-12.winorama-429x9c 30.winorama-zzonr7.winorama-azbdkv 2.winorama-wurr5p.winorama-azbdkv 3.winorama-v56yz5 3.winorama-po2tuq.winorama-egkz5s 3.winorama-m4sp5t.winorama-nrxo7j.winorama-h76j4w.winorama-vbxq5b 7-3.winorama-429x9c 10.winorama-1edhrp.winorama-vbxq5b 23.winorama-mvxuva.winorama-dqf6o2 1.winorama-rdv2gr 2.winorama-429x9c 3.winorama-dqf6o2 1.winorama-egkz5s 5.winorama-z33xld.winorama-egkz5s 32.winorama-v8ngpp.winorama-nrxo7j 5.winorama-yli13u 4.winorama-vbxq5b 9.winorama-vbxq5b 8.winorama-egkz5s 6.winorama-det1mk.winorama-eiwrxl.winorama-t04q10.winorama-r5oml8.winorama-el9pa7 4.winorama-ljegod.winorama-el9pa7 6.winorama-el9pa7 0l29.winorama-yli13u 17.winorama-333ls5.winorama-gmjiwh 2.winorama-mxnu8s 10.winorama-8qk4s7.winorama-429x9c 8.winorama-eznk0r.winorama-a6ci4f.winorama-p1inac.winorama-khers0.winorama-r8v1qb.winorama-nrxo7j.winorama-d7f8cm.winorama-429x9c 1.winorama-v3t4kf.winorama-vxbnzz.winorama-wtjyoh.winorama-ukep29.winorama-hynxws.winorama-rdv2gr 1.winorama-i1r3zq.winorama-b70qfz.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .winorama-7fcbz7 > .winorama-bazbbu {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .winorama-7fcbz7 > .winorama-bazbbu {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .winorama-7fcbz7 > .winorama-bazbbu {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .winorama-7fcbz7 > .winorama-bazbbu {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .winorama-7fcbz7 > .winorama-bazbbu {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.winorama-bxxq36.winorama-umfboe {
  display: none;
}

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

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

.winorama-x4pe0z {
  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;
}

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

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

.winorama-x4pe0z img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.winorama-6h41j5 {
  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;
}

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

.winorama-6h41j5::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) {
  .winorama-6h41j5::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.winorama-bxxq36.winorama-53kyye .winorama-ny2zv9 {
  background: #2b3b67;
}

.winorama-bxxq36.winorama-53kyye .winorama-x4pe0z {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.winorama-bxxq36.winorama-53kyye .winorama-x4pe0z::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.winorama-bxxq36.winorama-53kyye .winorama-x4pe0z::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.winorama-bxxq36.winorama-53kyye .winorama-6h41j5::before {
  background: #0e0f41;
}

.winorama-bxxq36.winorama-53kyye .winorama-6h41j5::after {
  background: #152557;
}

.winorama-bxxq36.winorama-mu0mjd .winorama-ny2zv9 {
  background: #1f35fa;
}

.winorama-bxxq36.winorama-mu0mjd .winorama-x4pe0z {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.winorama-bxxq36.winorama-mu0mjd .winorama-x4pe0z::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.winorama-bxxq36.winorama-mu0mjd .winorama-x4pe0z::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.winorama-bxxq36.winorama-mu0mjd .winorama-6h41j5::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.winorama-bxxq36.winorama-mu0mjd .winorama-6h41j5::after {
  background: #192ac8;
}

.winorama-bxxq36.winorama-5mcbw9 .winorama-ny2zv9 {
  background: #fa771f;
}

.winorama-bxxq36.winorama-5mcbw9 .winorama-x4pe0z {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.winorama-bxxq36.winorama-5mcbw9 .winorama-x4pe0z::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.winorama-bxxq36.winorama-5mcbw9 .winorama-x4pe0z::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.winorama-bxxq36.winorama-5mcbw9 .winorama-6h41j5::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.winorama-bxxq36.winorama-5mcbw9 .winorama-6h41j5::after {
  background: #fa8535;
}

.winorama-6u5aji {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.winorama-f2mtrd {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.winorama-035iv8 {
  width: 120px;
  height: 22px;
}

.winorama-035iv8 .winorama-32kmq5 {
  fill: #c2c0ce;
}

.winorama-035iv8 [rating="1"] .winorama-32kmq5:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.winorama-035iv8 [rating="2"] .winorama-32kmq5:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.winorama-035iv8 [rating="3"] .winorama-32kmq5:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.winorama-035iv8 [rating="4"] .winorama-32kmq5:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.winorama-035iv8 [rating="5"] .winorama-32kmq5:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.winorama-6n0u3g {
  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);
}

.winorama-6n0u3g.winorama-1q33ev {
  display: block;
}

.winorama-6n0u3g.winorama-umfboe {
  display: none;
}

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

.winorama-t2h2bn {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.winorama-prny9g {
  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);
}

.winorama-wwc237 {
  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;
}

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

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

.winorama-dm58um {
  font-size: 16px;
  line-height: 140%;
}

.winorama-di4e2n {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.winorama-di4e2n .winorama-32kmq5 {
  fill: #c2c0ce;
}

.winorama-di4e2n [rating="1"] .winorama-32kmq5:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.winorama-di4e2n [rating="2"] .winorama-32kmq5:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.winorama-di4e2n [rating="3"] .winorama-32kmq5:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.winorama-di4e2n [rating="4"] .winorama-32kmq5:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.winorama-di4e2n [rating="5"] .winorama-32kmq5:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.winorama-9kz36m {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.winorama-p15jnf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.winorama-ymz4xs {
  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;
}

.winorama-che33y {
  flex: 1;
  min-width: 0;
}

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

.winorama-8jv31p {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.winorama-8jv31p svg,
.winorama-8jv31p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.winorama-8jv31p svg path {
  fill: var(--button-bg-color);
}

.winorama-8jv31p svg circle {
  fill: var(--button-text-color);
}

.winorama-0ns293 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.winorama-0ns293 strong {
  font-weight: 600;
}

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

.winorama-oayu2x p {
  margin: 0 0 16px;
}

.winorama-oayu2x p:last-child {
  margin-bottom: 0;
}

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

.winorama-b2fgrx {
  max-width: 300px;
  width: 100%;
}

.winorama-b2fgrx a {
  width: 100%;
}

@media (max-width: 575px) {
  .winorama-b2fgrx {
    max-width: 200px;
  }
}

.winorama-mizxpl {
  justify-content: center;
}

.winorama-rrk9x9 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.winorama-mqcpd3 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.winorama-6jfxn6 .winorama-u7kyk3 {
  justify-content: center;
}

/* faq */

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

.winorama-o3qz14 {
  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.winorama-831tmc ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.winorama-o3qz14::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.winorama-831tmc ease;
}

.winorama-zzorgv.winorama-dny451 .winorama-o3qz14::after {
  transform: rotate(45deg);
}

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

.winorama-zzorgv.winorama-dny451 .winorama-oyrsc7 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.winorama-zu3558 {
  margin: 25px 0;
}

.winorama-4oh6v3 > input:not(:checked) ~ label:hover,
.winorama-4oh6v3 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.winorama-o5pl87.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.winorama-xy51pq 44.winorama-89loae.winorama-br8ssc.winorama-bj6ibs.winorama-sz8fhj.winorama-8klm0k.winorama-g9v0o6.winorama-50cnpk.winorama-m7rolt.winorama-2ktlm5.winorama-iehre9.winorama-oxlhgv.winorama-28p6lv 0l-12.winorama-him9ce 30.winorama-3jivhl.winorama-gnrgaz 2.winorama-s57v6i.winorama-gnrgaz 3.winorama-ncaghx 3.winorama-tmh4nb.winorama-rrb0ni 3.winorama-4gecv6.winorama-pe9s3p.winorama-09mqm1.winorama-dfm2p0 7-3.winorama-him9ce 10.winorama-ruvr9d.winorama-dfm2p0 23.winorama-ozdzbe.winorama-mk2w8q 1.winorama-mcbdsx 2.winorama-him9ce 3.winorama-mk2w8q 1.winorama-rrb0ni 5.winorama-so5fps.winorama-rrb0ni 32.winorama-km6rfl.winorama-pe9s3p 5.winorama-28p6lv 4.winorama-dfm2p0 9.winorama-dfm2p0 8.winorama-rrb0ni 6.winorama-jv2meo.winorama-sney0i.winorama-w39e05.winorama-60g9eb.winorama-vpxbtl 4.winorama-n3mhan.winorama-vpxbtl 6.winorama-vpxbtl 0l29.winorama-28p6lv 17.winorama-qj1yfa.winorama-v8wuo6 2.winorama-2a7a8w 10.winorama-o6i8bn.winorama-him9ce 8.winorama-hhs8bu.winorama-0uynmf.winorama-61ckyv.winorama-hcoweb.winorama-52rsus.winorama-pe9s3p.winorama-8klm0k.winorama-him9ce 1.winorama-j5vvlc.winorama-wokrae.winorama-frereu.winorama-7msdeg.winorama-axrbz7.winorama-mcbdsx 1.winorama-p3fxjm.winorama-cnvd37.5z'/%3e%3c/svg%3e");
}

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

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

.winorama-h3ocdu {
  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);
}

.winorama-h3ocdu.winorama-5iun98 {
  display: block;
}

.winorama-h3ocdu.winorama-xa2f93 {
  display: none;
}

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

.winorama-uy4cue {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.winorama-gwoj12 {
  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);
}

.winorama-rg1dj9 {
  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;
}

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

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

.winorama-r06mhu {
  font-size: 16px;
  line-height: 140%;
}

.winorama-2teu0z {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.winorama-2teu0z .winorama-ykqirk {
  fill: #c2c0ce;
}

.winorama-2teu0z [rating="1"] .winorama-ykqirk:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.winorama-2teu0z [rating="2"] .winorama-ykqirk:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.winorama-2teu0z [rating="3"] .winorama-ykqirk:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.winorama-2teu0z [rating="4"] .winorama-ykqirk:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.winorama-2teu0z [rating="5"] .winorama-ykqirk:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.winorama-zt3agk 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;
}

.winorama-zt3agk 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 */

.winorama-rt0e9m {
  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);
}

.winorama-rt0e9m.winorama-21q869 {
  opacity: 1;
  pointer-events: auto;
}

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

.winorama-iacqqe label {
  font-size: 14px;
}

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

.winorama-preenu 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;
}
.winorama-2cnm9u, .winorama-itdjpu, [class*="review-card"],
thead, thead th, table th, .winorama-u6c8dx,
.winorama-36q0jq, [class*="collapsible-header"],
.winorama-get4x3, [class*="updated-block"] {
  color: #ece7dc !important;
}

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