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

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

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

.winbay-c4409s {
  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) {
  .winbay-c4409s: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;
  }
}

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

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

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

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

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

.winbay-s7n833 {
  cursor: pointer;
}

.winbay-p41lgf {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.winbay-n954g6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.winbay-n954g6 figure {
  margin: 0;
}

.winbay-n954g6.winbay-peqpty {
  justify-content: flex-start;
  margin-right: 4px;
}

.winbay-n954g6.winbay-qcq0ia {
  justify-content: flex-end;
  margin-left: 4px;
}

.winbay-n954g6.winbay-dq2x3j {
  justify-content: center;
}

.winbay-n954g6.winbay-09w8fo {
  justify-content: normal;
}

.winbay-awhocn {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.winbay-2d2hz1 {
  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) {
  .winbay-2d2hz1 {
    flex-direction: column;
  }
}

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

.winbay-i5q34s img {
  width: 100%;
}

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

.winbay-rr5jra {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.winbay-rr5jra 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);
}

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

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

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

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

.winbay-rr5jra ul li:last-of-type::after {
  display: none;
}

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

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

.winbay-k2c5ie {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .winbay-8ntdy2 {
    height: 50px;
  }
}

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

.winbay-8ntdy2.winbay-vbeckm {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .winbay-8ntdy2.winbay-vbeckm:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.winbay-95ulso {
  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) {
  .winbay-95ulso {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .winbay-95ulso {
    padding: 50px 16px 68px;
  }
}

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

.winbay-v770vg {
  margin-bottom: 94px;
}

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

.winbay-mqjv2a .winbay-shxfk5 {
  margin-bottom: 28px;
}

.winbay-mqjv2a .winbay-shxfk5 img {
  max-height: 100px;
  width: auto;
}

.winbay-f00lrf {
  display: flex;
  align-items: center;
}

.winbay-f00lrf a + a {
  margin-left: 24px;
}

.winbay-f00lrf img {
  max-height: 56px;
  width: auto;
}

.winbay-f00lrf img + img {
  margin-left: 24px;
}

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

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

.winbay-cwexcy {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.winbay-qqhbgy li {
  display: flex;
  margin: 0 7px;
}

.winbay-qqhbgy li svg {
  transition: 0.winbay-zpzv1c ease-in-out;
}

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

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

.winbay-ihqno6 + .winbay-ihqno6 {
  margin-left: 120px;
}

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

.winbay-0xa9a7 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.winbay-ysimvl {
  list-style: none;
  margin: 0;
  padding: 0;
}

.winbay-ysimvl li {
  font-size: 16px;
}

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

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

.winbay-ysimvl li + li {
  margin-top: 16px;
}

.winbay-sh5i9n {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.winbay-9256ni ease-in-out;
}

.winbay-sh5i9n.winbay-etzz86 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.winbay-wjq10f {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.winbay-gxn3z9 li {
  width: 100%;
}

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

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

.winbay-gxn3z9 li a.winbay-etzz86 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.winbay-dr7ten {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.winbay-dr7ten img {
  width: 100%;
  transition: 0.winbay-zpzv1c ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .winbay-7ai52x .winbay-shxfk5 img {
    max-width: 90px;
  }
}

.winbay-shxfk5 img {
  max-height: 50px;
  width: auto;
}

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

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

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

.winbay-d4f2im li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.winbay-0hdszd {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.winbay-0hdszd.winbay-psu9p1 {
  margin-right: 0;
}

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

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

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

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

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

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

.winbay-hi8q3h:hover > ul {
  display: flex;
}
h1.winbay-5s0j33{text-align:center;display:block;margin:1.5rem auto;width:100%;max-width:1110px;font-size:48px;padding:0 15px;line-height:120%;box-sizing:border-box;font-weight:bold}
@media (max-width:767px){h1.winbay-5s0j33{font-size:32px;margin:16px auto}}


.winbay-hi8q3h:focus > ul {
  display: flex;
}

.winbay-hi8q3h:focus-within > ul {
  display: flex;
}

.winbay-csjjv2 {
  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;
}

.winbay-csjjv2::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.winbay-9256ni ease-in-out;
}

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

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

.winbay-hi8q3h 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.winbay-zpzv1c ease-in-out;
  overflow: hidden;
}

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

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

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

.winbay-nkm8x8 {
  display: none;
}

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

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

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

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

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

.winbay-x6qryk img {
  margin-bottom: 20px;
}

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

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

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

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

.winbay-ry1mym {
  color: var(--text-color);
}

.winbay-4rdxde {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.winbay-4rdxde p img {
  display: block;
  margin: 0 auto;
}

.winbay-4rdxde p:first-of-type {
  margin-top: 0;
}

.winbay-4rdxde p:last-of-type {
  margin-bottom: 0;
}

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

.winbay-4rdxde ul {
  padding: 0 0 0 20px;
}

.winbay-4rdxde table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.winbay-4rdxde table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.winbay-4rdxde iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

.winbay-thltw9 .winbay-78uy0l {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .winbay-thltw9 .winbay-78uy0l {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.winbay-thltw9 .winbay-glbrwf {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.winbay-glbrwf {
  margin: 0 0 28px;
}

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

.winbay-78uy0l {
  margin: 0 0 28px;
}

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

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

.winbay-idhn0p .winbay-c4409s {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.winbay-yqns1r {
  position: relative;
  border: none;
}

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

.winbay-rm37it {
  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;
}

.winbay-rm37it span {
  height: 32px;
}

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

.winbay-rm37it.winbay-77bdne span {
  transform: scaleY(-1);
}

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

.winbay-hktx4v {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.winbay-hktx4v li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.winbay-zpzv1c ease-in-out;
}

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

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

.winbay-hktx4v.winbay-nlcx44 {
  display: none;
}

.winbay-p5oosf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.winbay-p5oosf table {
  width: 100%;
  border-collapse: collapse;
}

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

  .winbay-p5oosf table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.winbay-isum8l {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.winbay-vnoz38 p {
  color: var(--text-color);
}

.winbay-7r7i1j {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.winbay-1y42b2 {
  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);
}

.winbay-k6pw4s {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.winbay-p5tm6r p + p {
  margin-top: 10px;
}

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

.winbay-nfxoiy {
  display: none;
}

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

.winbay-1ep6qd {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.winbay-1ep6qd li {
  margin: 0 20px;
}

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

.winbay-1ep6qd li a img {
  margin-bottom: 4px;
}

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

.winbay-66k30w {
  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) {
  .winbay-66k30w {
    padding: 0 16px;
  }
}

.winbay-66k30w li {
  font-size: 16px;
  position: relative;
}

.winbay-66k30w li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.winbay-66k30w li span {
  opacity: 0.5;
}

.winbay-66k30w li + li {
  margin-left: 30px;
}

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

h2.winbay-ifyok7 {
  margin: 0 0 28px;
}

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

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

.winbay-4yifxs 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);
}

.winbay-4yifxs 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;
}

.winbay-4yifxs 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;
}

.winbay-4yifxs tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.winbay-4yifxs tbody tr:last-of-type {
  margin-bottom: 0;
}

.winbay-4yifxs tbody tr td:first-of-type {
  flex-shrink: 0;
}

.winbay-4yifxs 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);
}

.winbay-4yifxs 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);
}

.winbay-4yifxs tbody tr td:last-of-type {
  margin-left: auto;
}

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

.winbay-4yifxs tbody tr td .winbay-n7dff9 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .winbay-4yifxs tbody tr td .winbay-n7dff9 {
    width: 100%;
  }
}

.winbay-4yifxs tbody tr td .winbay-ac4cau {
  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.winbay-zpzv1c ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .winbay-4yifxs tbody tr td .winbay-ac4cau:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .winbay-4yifxs tbody tr td .winbay-ac4cau {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .winbay-4yifxs tbody tr td .winbay-ac4cau {
    width: 100%;
  }
}

.winbay-4yifxs tbody tr td .winbay-15z0qc {
  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) {
  .winbay-4yifxs tbody tr td .winbay-15z0qc:hover {
    text-decoration: none;
  }
}

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

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

.winbay-ztwynl {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.winbay-qrfc3b img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.winbay-zpzv1c ease-in-out;
}

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

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

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

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

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

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

.winbay-uxuhxh img {
  width: 100%;
  height: 100%;
}

.winbay-uxuhxh iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.winbay-ck3zge svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.winbay-zpzv1c ease-in-out;
}

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

.winbay-99xjsv {
  padding: 90px 0;
}

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

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

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

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

.winbay-1mqpoq img {
  width: 100%;
}

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

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

.winbay-jlthom {
  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;
}

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

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

.winbay-2t2vgs {
  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.winbay-zpzv1c ease-in-out;
}

.winbay-2t2vgs:hover {
  border: 1px solid #8c8ca2;
}

.winbay-2fnx1r {
  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%);
}

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

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

.winbay-dolj4e a {
  text-decoration: underline;
  color: #8babff;
}

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

.winbay-jt6zoz .winbay-2t2vgs {
  width: 50%;
  margin: 0;
}

.winbay-1t9ysj {
  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;
}

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

.winbay-boucq1 {
  margin: 0 0 100px;
}

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

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

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

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

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

.winbay-raevzr {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.winbay-s3j1gl 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.winbay-zpzv1c ease-in-out;
}

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

.winbay-s3j1gl a svg {
  fill: #fff;
}

.winbay-s3j1gl a:hover {
  background: #3d68e7;
}

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

.winbay-30p4js {
  margin-bottom: 16px;
}

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

.winbay-x6wwxp {
  font-size: 16px;
  color: var(--text-color);
}

.winbay-9upju7 {
  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) {
  .winbay-9upju7 {
    padding: 0 16px;
  }
}

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

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

.winbay-5t7opr {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

.winbay-6rx4mb {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.winbay-6rx4mb 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);
}

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

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

.winbay-6rx4mb table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .winbay-6rx4mb {
    margin: 0;
  }
}

.winbay-8zpczx {
  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) {
  .winbay-8zpczx {
    min-height: 190px;
  }
}

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

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

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

.winbay-nfvd0u.winbay-sws70p {
  display: none;
}

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

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

.winbay-d05fr3 iframe.winbay-a1kia8 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.winbay-d05fr3.winbay-oebnm2 {
  opacity: 1;
  pointer-events: all;
}

.winbay-mpshnb {
  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.winbay-zpzv1c ease-in-out;
}

.winbay-mpshnb svg {
  margin-right: 10px;
}

.winbay-mpshnb + .winbay-mpshnb {
  margin-top: 14px;
}

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

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

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

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

.winbay-9upju7 .winbay-idhn0p {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.winbay-9upju7 .winbay-idhn0p h1,
.winbay-9upju7 .winbay-idhn0p 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) {
  .winbay-9upju7 .winbay-idhn0p h1,
  .winbay-9upju7 .winbay-idhn0p h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .winbay-9upju7 .winbay-idhn0p {
    margin: 28px 0 0;
  }
}

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

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

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

.winbay-bhuk2v {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.winbay-gm6o9w {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.winbay-sejua1 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.winbay-yi84ib .winbay-c4409s {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .winbay-yi84ib .winbay-c4409s {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.winbay-kg5c7t {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.winbay-kg5c7t img {
  width: 100%;
}

.winbay-kblveh {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.winbay-jd499g {
  width: 100%;
  margin: 0 0 100px;
}

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

.winbay-jd499g .winbay-ha5pks {
  position: relative;
}

.winbay-jd499g .winbay-9681fp {
  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;
}

.winbay-jd499g .winbay-9681fp.winbay-sws70p {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .winbay-jd499g .winbay-jex7z2 {
    bottom: 90px;
  }
}

.winbay-jd499g .winbay-jex7z2 .winbay-s1g5ck {
  max-width: 300px;
  width: 100%;
}

.winbay-jd499g .winbay-jex7z2 .winbay-s1g5ck .winbay-k38q4x {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .winbay-jd499g .winbay-jex7z2 .winbay-s1g5ck .winbay-k38q4x {
    font-size: 32px;
    text-align: center;
  }
}

.winbay-jd499g .winbay-jex7z2 .winbay-s1g5ck .winbay-l1erp7 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .winbay-jd499g .winbay-jex7z2 .winbay-s1g5ck .winbay-l1erp7 {
    text-align: center;
  }
}

.winbay-jd499g .winbay-jex7z2 .winbay-psu9p1 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .winbay-jd499g .winbay-jex7z2 .winbay-psu9p1 {
    flex-direction: column-reverse;
  }
}

.winbay-jd499g .winbay-jex7z2 .winbay-psu9p1 .winbay-iegi95 {
  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.winbay-zpzv1c ease-in-out;
}

.winbay-jd499g .winbay-jex7z2 .winbay-psu9p1 .winbay-iegi95:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .winbay-jd499g .winbay-jex7z2 .winbay-psu9p1 .winbay-iegi95 {
    width: 100%;
  }
}

.winbay-jd499g .winbay-jex7z2 .winbay-psu9p1 .winbay-jap26i {
  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.winbay-zpzv1c ease-in-out;
  overflow: hidden;
}

.winbay-jd499g .winbay-jex7z2 .winbay-psu9p1 .winbay-jap26i 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);
  }
}

.winbay-jd499g .winbay-jex7z2 .winbay-psu9p1 .winbay-jap26i: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;
}

.winbay-jd499g .winbay-jex7z2 .winbay-psu9p1 .winbay-jap26i:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .winbay-jd499g .winbay-jex7z2 .winbay-psu9p1 .winbay-jap26i {
    width: 100%;
  }
}

.winbay-jd499g .winbay-jex7z2.winbay-sws70p {
  display: none;
}

.winbay-jd499g .winbay-4epe00 {
  display: none;
}

.winbay-jd499g .winbay-4epe00.winbay-oebnm2 {
  display: block;
}

.winbay-jd499g .winbay-4epe00 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .winbay-jd499g .winbay-4epe00 iframe {
    height: calc(100vh - 54px);
  }
}

.winbay-jd499g .winbay-es7gca {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .winbay-jd499g .winbay-es7gca {
    padding: 24px 16px 0;
  }
}

.winbay-jd499g .winbay-es7gca .winbay-k38q4x {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .winbay-jd499g .winbay-es7gca .winbay-k38q4x {
    margin-bottom: 24px;
  }
}

.winbay-jd499g .winbay-es7gca 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);
}

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

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

.winbay-jd499g .winbay-es7gca table tr:last-of-type td {
  border-bottom: none;
}

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

.winbay-b38qff.winbay-etzz86 {
  display: block;
}

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

.winbay-b38qff .winbay-7jlpf9 {
  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;
}

.winbay-b38qff .winbay-2j972m {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.winbay-b38qff .winbay-jap26i {
  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.winbay-zpzv1c ease-in-out;
}

.winbay-b38qff .winbay-jap26i:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.winbay-tvmhnt.winbay-etzz86 {
  display: block;
}

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

.winbay-hkgdps {
  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;
}

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

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

.winbay-g11r2e {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.winbay-g11r2e svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.winbay-kxtrwe {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.winbay-edz0my.winbay-sws70p {
  display: none;
}

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

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

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

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

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

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

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

.winbay-n82qos input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.winbay-n82qos input:active {
  border-color: #c2c0ce;
}

.winbay-n82qos input:focus {
  border-color: #c2c0ce;
}

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

.winbay-tsl4po {
  margin-bottom: 36px;
}

.winbay-tsl4po 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;
}

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

.winbay-tsl4po textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.winbay-qakv79 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.winbay-u7fuox {
  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.winbay-zpzv1c ease-in-out;
}

.winbay-u7fuox:hover {
  background: var(--border-color);
}

.winbay-li7qvt {
  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.winbay-zpzv1c ease-in-out;
}

.winbay-li7qvt:hover {
  background: #166ad9;
}

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

.winbay-ieaaub.winbay-sws70p {
  display: none;
}

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

.winbay-ieaaub .winbay-u7fuox {
  margin: 0 auto;
}

.winbay-hh9axr {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.winbay-66tx9k {
  filter: grayscale(100%);
}

.winbay-x4nlag > input {
  display: none;
}

.winbay-x4nlag > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.winbay-yyn8en.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.winbay-obsk20 44.winbay-4ze8r7.winbay-p20xrj.winbay-8x3g39.winbay-27fnew.winbay-4bsb5i.winbay-nuxjgw.winbay-eh9ppv.winbay-cil7r8.winbay-rmf1kc.winbay-pwk5dm.winbay-gduwmb.winbay-86o5bk 0l-12.winbay-4bfn2c 30.winbay-kjky0d.winbay-k2uvtn 2.winbay-aw59vi.winbay-k2uvtn 3.winbay-ezbyhm 3.winbay-8davue.winbay-kaky4i 3.winbay-a9mhwr.winbay-iu74qg.winbay-u52pi7.winbay-j45i23 7-3.winbay-4bfn2c 10.winbay-u55uio.winbay-j45i23 23.winbay-n2179t.winbay-mu6wzn 1.winbay-jpcy02 2.winbay-4bfn2c 3.winbay-mu6wzn 1.winbay-kaky4i 5.winbay-cqo454.winbay-kaky4i 32.winbay-jcm7c7.winbay-iu74qg 5.winbay-86o5bk 4.winbay-j45i23 9.winbay-j45i23 8.winbay-kaky4i 6.winbay-4whwkv.winbay-m1rzj3.winbay-v5cxe8.winbay-5afspm.winbay-22xuc1 4.winbay-jkkl0n.winbay-22xuc1 6.winbay-22xuc1 0l29.winbay-86o5bk 17.winbay-04hq2j.winbay-s0j2nn 2.winbay-1j2h20 10.winbay-a816o2.winbay-4bfn2c 8.winbay-1sm0i7.winbay-puy8l5.winbay-7l81w2.winbay-3khpji.winbay-q6r2kc.winbay-iu74qg.winbay-4bsb5i.winbay-4bfn2c 1.winbay-ad9lzx.winbay-qc6u94.winbay-yc6xds.winbay-yr8t4g.winbay-4rti6i.winbay-jpcy02 1.winbay-ahapff.winbay-9eocoo.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.winbay-x4nlag > input:checked ~ label,
.winbay-x4nlag > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.winbay-yyn8en.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.winbay-obsk20 44.winbay-4ze8r7.winbay-p20xrj.winbay-8x3g39.winbay-27fnew.winbay-4bsb5i.winbay-nuxjgw.winbay-eh9ppv.winbay-cil7r8.winbay-rmf1kc.winbay-pwk5dm.winbay-gduwmb.winbay-86o5bk 0l-12.winbay-4bfn2c 30.winbay-kjky0d.winbay-k2uvtn 2.winbay-aw59vi.winbay-k2uvtn 3.winbay-ezbyhm 3.winbay-8davue.winbay-kaky4i 3.winbay-a9mhwr.winbay-iu74qg.winbay-u52pi7.winbay-j45i23 7-3.winbay-4bfn2c 10.winbay-u55uio.winbay-j45i23 23.winbay-n2179t.winbay-mu6wzn 1.winbay-jpcy02 2.winbay-4bfn2c 3.winbay-mu6wzn 1.winbay-kaky4i 5.winbay-cqo454.winbay-kaky4i 32.winbay-jcm7c7.winbay-iu74qg 5.winbay-86o5bk 4.winbay-j45i23 9.winbay-j45i23 8.winbay-kaky4i 6.winbay-4whwkv.winbay-m1rzj3.winbay-v5cxe8.winbay-5afspm.winbay-22xuc1 4.winbay-jkkl0n.winbay-22xuc1 6.winbay-22xuc1 0l29.winbay-86o5bk 17.winbay-04hq2j.winbay-s0j2nn 2.winbay-1j2h20 10.winbay-a816o2.winbay-4bfn2c 8.winbay-1sm0i7.winbay-puy8l5.winbay-7l81w2.winbay-3khpji.winbay-q6r2kc.winbay-iu74qg.winbay-4bsb5i.winbay-4bfn2c 1.winbay-ad9lzx.winbay-qc6u94.winbay-yc6xds.winbay-yr8t4g.winbay-4rti6i.winbay-jpcy02 1.winbay-ahapff.winbay-9eocoo.5z'/%3e%3c/svg%3e");
}

.winbay-x4nlag > input:not(:checked) ~ label:hover,
.winbay-x4nlag > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.winbay-yyn8en.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.winbay-obsk20 44.winbay-4ze8r7.winbay-p20xrj.winbay-8x3g39.winbay-27fnew.winbay-4bsb5i.winbay-nuxjgw.winbay-eh9ppv.winbay-cil7r8.winbay-rmf1kc.winbay-pwk5dm.winbay-gduwmb.winbay-86o5bk 0l-12.winbay-4bfn2c 30.winbay-kjky0d.winbay-k2uvtn 2.winbay-aw59vi.winbay-k2uvtn 3.winbay-ezbyhm 3.winbay-8davue.winbay-kaky4i 3.winbay-a9mhwr.winbay-iu74qg.winbay-u52pi7.winbay-j45i23 7-3.winbay-4bfn2c 10.winbay-u55uio.winbay-j45i23 23.winbay-n2179t.winbay-mu6wzn 1.winbay-jpcy02 2.winbay-4bfn2c 3.winbay-mu6wzn 1.winbay-kaky4i 5.winbay-cqo454.winbay-kaky4i 32.winbay-jcm7c7.winbay-iu74qg 5.winbay-86o5bk 4.winbay-j45i23 9.winbay-j45i23 8.winbay-kaky4i 6.winbay-4whwkv.winbay-m1rzj3.winbay-v5cxe8.winbay-5afspm.winbay-22xuc1 4.winbay-jkkl0n.winbay-22xuc1 6.winbay-22xuc1 0l29.winbay-86o5bk 17.winbay-04hq2j.winbay-s0j2nn 2.winbay-1j2h20 10.winbay-a816o2.winbay-4bfn2c 8.winbay-1sm0i7.winbay-puy8l5.winbay-7l81w2.winbay-3khpji.winbay-q6r2kc.winbay-iu74qg.winbay-4bsb5i.winbay-4bfn2c 1.winbay-ad9lzx.winbay-qc6u94.winbay-yc6xds.winbay-yr8t4g.winbay-4rti6i.winbay-jpcy02 1.winbay-ahapff.winbay-9eocoo.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .winbay-o5ao7b > .winbay-d60ff1 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .winbay-o5ao7b > .winbay-d60ff1 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .winbay-o5ao7b > .winbay-d60ff1 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .winbay-o5ao7b > .winbay-d60ff1 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .winbay-o5ao7b > .winbay-d60ff1 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.winbay-ufblas.winbay-sws70p {
  display: none;
}

.winbay-4mteyx {
  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) {
  .winbay-4mteyx {
    height: 74px;
    overflow: visible;
  }
}

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

.winbay-xhlgo6 {
  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;
}

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

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

.winbay-xhlgo6 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.winbay-5hfbwn {
  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;
}

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

.winbay-5hfbwn::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) {
  .winbay-5hfbwn::after {
    display: none;
  }
}

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

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

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

@media only screen and (max-width: 1023px) {
  .winbay-4fsr9p {
    top: -20px;
  }
}

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

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

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

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

.winbay-ufblas.winbay-wdnnqb .winbay-4mteyx {
  background: #2b3b67;
}

.winbay-ufblas.winbay-wdnnqb .winbay-xhlgo6 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.winbay-ufblas.winbay-wdnnqb .winbay-xhlgo6::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.winbay-ufblas.winbay-wdnnqb .winbay-xhlgo6::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.winbay-ufblas.winbay-wdnnqb .winbay-5hfbwn::before {
  background: #0e0f41;
}

.winbay-ufblas.winbay-wdnnqb .winbay-5hfbwn::after {
  background: #152557;
}

.winbay-ufblas.winbay-iulnal .winbay-4mteyx {
  background: #1f35fa;
}

.winbay-ufblas.winbay-iulnal .winbay-xhlgo6 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.winbay-ufblas.winbay-iulnal .winbay-xhlgo6::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.winbay-ufblas.winbay-iulnal .winbay-xhlgo6::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.winbay-ufblas.winbay-iulnal .winbay-5hfbwn::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.winbay-ufblas.winbay-iulnal .winbay-5hfbwn::after {
  background: #192ac8;
}

.winbay-ufblas.winbay-szze5m .winbay-4mteyx {
  background: #fa771f;
}

.winbay-ufblas.winbay-szze5m .winbay-xhlgo6 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.winbay-ufblas.winbay-szze5m .winbay-xhlgo6::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.winbay-ufblas.winbay-szze5m .winbay-xhlgo6::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.winbay-ufblas.winbay-szze5m .winbay-5hfbwn::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.winbay-ufblas.winbay-szze5m .winbay-5hfbwn::after {
  background: #fa8535;
}

.winbay-tyoto9 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.winbay-4sbhkc {
  display: flex;
  align-items: center;
  gap: 10px;
}

.winbay-4sbhkc span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.winbay-4sbhkc small {
  font-size: 14px;
  color: var(--text-color);
}

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

.winbay-gbt5os {
  width: 120px;
  height: 22px;
}

.winbay-gbt5os .winbay-oug90w {
  fill: #c2c0ce;
}

.winbay-gbt5os [rating="1"] .winbay-oug90w:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.winbay-gbt5os [rating="2"] .winbay-oug90w:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.winbay-gbt5os [rating="3"] .winbay-oug90w:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.winbay-gbt5os [rating="4"] .winbay-oug90w:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.winbay-gbt5os [rating="5"] .winbay-oug90w:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.winbay-n01sdb {
  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);
}

.winbay-n01sdb.winbay-oebnm2 {
  display: block;
}

.winbay-n01sdb.winbay-sws70p {
  display: none;
}

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

.winbay-fkk60w {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.winbay-q0foi8 {
  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);
}

.winbay-dttotp {
  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;
}

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

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

.winbay-rpfulp {
  font-size: 16px;
  line-height: 140%;
}

.winbay-74v247 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.winbay-74v247 .winbay-oug90w {
  fill: #c2c0ce;
}

.winbay-74v247 [rating="1"] .winbay-oug90w:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.winbay-74v247 [rating="2"] .winbay-oug90w:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.winbay-74v247 [rating="3"] .winbay-oug90w:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.winbay-74v247 [rating="4"] .winbay-oug90w:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.winbay-74v247 [rating="5"] .winbay-oug90w:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.winbay-jwqonz {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.winbay-n81hfl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.winbay-ja5dof {
  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;
}

.winbay-d9qe06 {
  flex: 1;
  min-width: 0;
}

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

.winbay-6kds48 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.winbay-6kds48 svg,
.winbay-6kds48 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.winbay-6kds48 svg path {
  fill: var(--button-bg-color);
}

.winbay-6kds48 svg circle {
  fill: var(--button-text-color);
}

.winbay-731xcd {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .winbay-731xcd {
    font-size: 12px;
  }
}

.winbay-731xcd strong {
  font-weight: 600;
}

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

.winbay-94wd8e p {
  margin: 0 0 16px;
}

.winbay-94wd8e p:last-child {
  margin-bottom: 0;
}

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

.winbay-4bj386 {
  max-width: 300px;
  width: 100%;
}

.winbay-4bj386 a {
  width: 100%;
}

@media (max-width: 575px) {
  .winbay-4bj386 {
    max-width: 200px;
  }
}

.winbay-k9g8mc {
  justify-content: center;
}

.winbay-yw4hlt {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.winbay-sqdrwx {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.winbay-wvyzik .winbay-d4f2im {
  justify-content: center;
}

/* faq */

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

.winbay-56adgm {
  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.winbay-nm0fwm ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.winbay-56adgm::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.winbay-nm0fwm ease;
}

.winbay-7s2sko.winbay-etzz86 .winbay-56adgm::after {
  transform: rotate(45deg);
}

.winbay-09xoqk {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.winbay-zpzv1c ease, padding 0.winbay-zpzv1c ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.winbay-7s2sko.winbay-etzz86 .winbay-09xoqk {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.winbay-oe4fk7 {
  margin: 25px 0;
}

.winbay-x4nlag > input:not(:checked) ~ label:hover,
.winbay-x4nlag > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.winbay-7p9l6c.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.winbay-q2n6vh 44.winbay-b9cvhw.winbay-o1cgcq.winbay-fhiv2c.winbay-8srltm.winbay-dz4ra6.winbay-lt5sui.winbay-z70v1o.winbay-gvk4b0.winbay-ksyas2.winbay-1rx00c.winbay-vl7368.winbay-j8xqkb 0l-12.winbay-dbuunv 30.winbay-yovg50.winbay-f04g2d 2.winbay-1ajcxw.winbay-f04g2d 3.winbay-ryhpjo 3.winbay-qmaonq.winbay-nkaj58 3.winbay-kt96x3.winbay-o1khjo.winbay-2d0lpg.winbay-juauk2 7-3.winbay-dbuunv 10.winbay-x3lg2y.winbay-juauk2 23.winbay-zhw7nl.winbay-6bd8e9 1.winbay-9gf74b 2.winbay-dbuunv 3.winbay-6bd8e9 1.winbay-nkaj58 5.winbay-nh8hnu.winbay-nkaj58 32.winbay-ngivbf.winbay-o1khjo 5.winbay-j8xqkb 4.winbay-juauk2 9.winbay-juauk2 8.winbay-nkaj58 6.winbay-it3x1x.winbay-qoeqs5.winbay-h12rlp.winbay-1ehzdk.winbay-mum2sv 4.winbay-jeakxy.winbay-mum2sv 6.winbay-mum2sv 0l29.winbay-j8xqkb 17.winbay-zvmodm.winbay-j0y9lo 2.winbay-mckygl 10.winbay-gevre7.winbay-dbuunv 8.winbay-4iv50t.winbay-sjc07f.winbay-aq3jat.winbay-ftu956.winbay-fe0fof.winbay-o1khjo.winbay-dz4ra6.winbay-dbuunv 1.winbay-ptfj3x.winbay-bkuqu1.winbay-ssioca.winbay-z1xm32.winbay-mov5ju.winbay-9gf74b 1.winbay-yzomn3.winbay-x6a21u.5z'/%3e%3c/svg%3e");
}

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

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

.winbay-xnt1v2 {
  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);
}

.winbay-xnt1v2.winbay-1qokfg {
  display: block;
}

.winbay-xnt1v2.winbay-2iiqbg {
  display: none;
}

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

.winbay-py2l8b {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.winbay-njxyvm {
  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);
}

.winbay-0a19ny {
  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;
}

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

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

.winbay-habwdv {
  font-size: 16px;
  line-height: 140%;
}

.winbay-tzyqd6 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.winbay-tzyqd6 .winbay-5dmloj {
  fill: #c2c0ce;
}

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

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

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

.winbay-tzyqd6 [rating="4"] .winbay-5dmloj:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.winbay-tzyqd6 [rating="5"] .winbay-5dmloj:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.winbay-fnou02 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;
}

.winbay-fnou02 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 */

.winbay-vwug2q {
  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);
}

.winbay-vwug2q.winbay-pl4uve {
  opacity: 1;
  pointer-events: auto;
}

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

.winbay-g258lk label {
  font-size: 14px;
}

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

.winbay-bbg99n h2 {
  color: green;
  font-weight: 500;
}

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

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