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

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

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

.greenluck-0404jr {
  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) {
  .greenluck-0404jr: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;
  }
}

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

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

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

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

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

.greenluck-xf0xcn {
  cursor: pointer;
}

.greenluck-fwccq0 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.greenluck-xqoq8d {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.greenluck-xqoq8d figure {
  margin: 0;
}

.greenluck-xqoq8d.greenluck-0yjm0i {
  justify-content: flex-start;
  margin-right: 4px;
}

.greenluck-xqoq8d.greenluck-dn8eyf {
  justify-content: flex-end;
  margin-left: 4px;
}

.greenluck-xqoq8d.greenluck-czd7er {
  justify-content: center;
}

.greenluck-xqoq8d.greenluck-kt5hzs {
  justify-content: normal;
}

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

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

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

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

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

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

.greenluck-72ju5k img {
  width: 100%;
}

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

.greenluck-3g37rk {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.greenluck-3g37rk 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) {
  .greenluck-3g37rk ul {
    margin-bottom: 15px;
  }
}

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

.greenluck-3g37rk 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);
}

.greenluck-3g37rk ul li span svg {
  fill: var(--title-color);
}

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

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

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

.greenluck-3g37rk ul li:last-of-type::after {
  display: none;
}

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

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

.greenluck-83kolj {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.greenluck-tw8meu.greenluck-vxtc6u {
  background-color: #000;
}

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

.greenluck-ltgfc7 {
  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) {
  .greenluck-ltgfc7 {
    padding: 80px 16px 0;
  }
}

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

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

.greenluck-4udwce {
  margin-bottom: 94px;
}

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

.greenluck-rokd4p .greenluck-trstbm {
  margin-bottom: 28px;
}

.greenluck-rokd4p .greenluck-trstbm img {
  max-height: 100px;
  width: auto;
}

.greenluck-2cajrn {
  display: flex;
  align-items: center;
}

.greenluck-2cajrn a + a {
  margin-left: 24px;
}

.greenluck-2cajrn img {
  max-height: 56px;
  width: auto;
}

.greenluck-2cajrn img + img {
  margin-left: 24px;
}

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

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

.greenluck-vfx2bw {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .greenluck-2kqv7d {
    flex-wrap: wrap;
  }
}

.greenluck-2kqv7d li {
  display: flex;
  margin: 0 7px;
}

.greenluck-2kqv7d li svg {
  transition: 0.greenluck-f14koq ease-in-out;
}

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

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

.greenluck-6bk6t5 + .greenluck-6bk6t5 {
  margin-left: 120px;
}

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

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

.greenluck-hkw487 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.greenluck-hkw487 li {
  font-size: 16px;
}

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

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

.greenluck-hkw487 li + li {
  margin-top: 16px;
}

.greenluck-wdpdhc {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.greenluck-lsy1ys ease-in-out;
}

.greenluck-wdpdhc.greenluck-ck44dn {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.greenluck-e2x3y9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.greenluck-p666i2 li {
  width: 100%;
}

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

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

.greenluck-p666i2 li a.greenluck-ck44dn {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.greenluck-f92dub {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.greenluck-f92dub img {
  width: 100%;
  transition: 0.greenluck-f14koq ease-in-out;
}

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

.greenluck-618unn {
  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) {
  .greenluck-618unn {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .greenluck-t5scb5 .greenluck-trstbm img {
    max-width: 90px;
  }
}

.greenluck-trstbm img {
  max-height: 50px;
  width: auto;
}

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

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

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

.greenluck-i526cr li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.greenluck-i8qf5c {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.greenluck-i8qf5c.greenluck-ag7dkg {
  margin-right: 0;
}

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

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

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

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

.greenluck-2gyvox {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.greenluck-2gyvox:hover > ul {
  display: flex;
}

.greenluck-2gyvox:focus > ul {
  display: flex;
}

.greenluck-2gyvox:focus-within > ul {
  display: flex;
}

.greenluck-u4t0ze {
  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;
}

.greenluck-u4t0ze::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.greenluck-lsy1ys ease-in-out;
}

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

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

.greenluck-2gyvox 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.greenluck-f14koq ease-in-out;
  overflow: hidden;
}

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

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

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

.greenluck-ekfanv {
  display: none;
}

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

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

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

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

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

.greenluck-q3542m img {
  margin-bottom: 20px;
}

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

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

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

.greenluck-2s3eod {
  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) {
  .greenluck-2s3eod {
    font-size: 32px;
  }
}

.greenluck-gv9v0b {
  color: var(--text-color);
}

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

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

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

.greenluck-jkz4q5 p img {
  display: block;
  margin: 0 auto;
}

.greenluck-jkz4q5 p:first-of-type {
  margin-top: 0;
}

.greenluck-jkz4q5 p:last-of-type {
  margin-bottom: 0;
}

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

.greenluck-jkz4q5 ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.greenluck-utbf0y .greenluck-jiueuy {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.greenluck-utbf0y .greenluck-pf1rj5 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.greenluck-pf1rj5 {
  margin: 0 0 28px;
}

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

.greenluck-jiueuy {
  margin: 0 0 28px;
}

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

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

.greenluck-qxr8ww .greenluck-0404jr {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.greenluck-rtmiqk {
  position: relative;
  border: none;
}

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

.greenluck-7xt3ax {
  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;
}

.greenluck-7xt3ax span {
  height: 32px;
}

.greenluck-7xt3ax span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.greenluck-7xt3ax.greenluck-hj9muc span {
  transform: scaleY(-1);
}

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

.greenluck-7jzuvf {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.greenluck-7jzuvf.greenluck-prwu5j {
  display: none;
}

.greenluck-apkha5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.greenluck-apkha5 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .greenluck-apkha5 table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.greenluck-lqx2cy {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.greenluck-aks8iy p {
  color: var(--text-color);
}

.greenluck-mb8819 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.greenluck-oh004o {
  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);
}

.greenluck-wfps5u {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.greenluck-hvukrp p + p {
  margin-top: 10px;
}

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

.greenluck-vflijj {
  display: none;
}

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

.greenluck-92tgp0 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.greenluck-92tgp0 li {
  margin: 0 20px;
}

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

.greenluck-92tgp0 li a img {
  margin-bottom: 4px;
}

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

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

.greenluck-hp4n34 li {
  font-size: 16px;
  position: relative;
}

.greenluck-hp4n34 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.greenluck-hp4n34 li span {
  opacity: 0.5;
}

.greenluck-hp4n34 li + li {
  margin-left: 30px;
}

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

h2.greenluck-56vqtk {
  margin: 0 0 28px;
}

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

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

.greenluck-2bjgy7 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);
}

.greenluck-2bjgy7 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;
}

.greenluck-2bjgy7 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;
}

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

.greenluck-2bjgy7 tbody tr:last-of-type {
  margin-bottom: 0;
}

.greenluck-2bjgy7 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.greenluck-2bjgy7 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);
}

.greenluck-2bjgy7 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);
}

.greenluck-2bjgy7 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.greenluck-2bjgy7 tbody tr td .greenluck-6e4n8i {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .greenluck-2bjgy7 tbody tr td .greenluck-6e4n8i {
    width: 100%;
  }
}

.greenluck-2bjgy7 tbody tr td .greenluck-k7yptp {
  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.greenluck-f14koq ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .greenluck-2bjgy7 tbody tr td .greenluck-k7yptp:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .greenluck-2bjgy7 tbody tr td .greenluck-k7yptp {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .greenluck-2bjgy7 tbody tr td .greenluck-k7yptp {
    width: 100%;
  }
}

.greenluck-2bjgy7 tbody tr td .greenluck-kpih6d {
  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) {
  .greenluck-2bjgy7 tbody tr td .greenluck-kpih6d:hover {
    text-decoration: none;
  }
}

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

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

.greenluck-774hlu {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.greenluck-307ejw {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.greenluck-f536ww img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.greenluck-f14koq ease-in-out;
}

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

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

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

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

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

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

.greenluck-mtbnsw img {
  width: 100%;
  height: 100%;
}

.greenluck-mtbnsw iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.greenluck-1nwfxn svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.greenluck-f14koq ease-in-out;
}

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

.greenluck-aj76oy {
  padding: 90px 0;
}

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

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

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

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

.greenluck-y02gqm img {
  width: 100%;
}

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

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

.greenluck-unhddv {
  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;
}

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

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

.greenluck-00vwxd {
  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.greenluck-f14koq ease-in-out;
}

.greenluck-00vwxd:hover {
  border: 1px solid #8c8ca2;
}

.greenluck-pohhu1 {
  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%);
}

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

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

.greenluck-d1fdk2 a {
  text-decoration: underline;
  color: #8babff;
}

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

.greenluck-u35y55 .greenluck-00vwxd {
  width: 50%;
  margin: 0;
}

.greenluck-ewdwmk {
  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;
}

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

.greenluck-210yon {
  margin: 0 0 100px;
}

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

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

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

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

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

.greenluck-pdc5dm {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.greenluck-v4kz9x 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.greenluck-f14koq ease-in-out;
}

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

.greenluck-v4kz9x a svg {
  fill: #fff;
}

.greenluck-v4kz9x a:hover {
  background: #3d68e7;
}

.greenluck-1g1bjh {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.greenluck-5c05nb {
  margin-bottom: 16px;
}

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

.greenluck-ducqbg {
  font-size: 16px;
  color: var(--text-color);
}

.greenluck-63s559 {
  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) {
  .greenluck-63s559 {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

.greenluck-kx24ux 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);
}

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

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

.greenluck-kx24ux table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

.greenluck-0ilo5u {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.greenluck-0ilo5u.greenluck-ibgngo {
  display: none;
}

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

.greenluck-2cod36 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.greenluck-2cod36 iframe.greenluck-oso72k {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.greenluck-2cod36.greenluck-crs6vg {
  opacity: 1;
  pointer-events: all;
}

.greenluck-vg9nwr {
  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.greenluck-f14koq ease-in-out;
}

.greenluck-vg9nwr svg {
  margin-right: 10px;
}

.greenluck-vg9nwr + .greenluck-vg9nwr {
  margin-top: 14px;
}

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

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

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

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

.greenluck-63s559 .greenluck-qxr8ww {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.greenluck-63s559 .greenluck-qxr8ww h1,
.greenluck-63s559 .greenluck-qxr8ww 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) {
  .greenluck-63s559 .greenluck-qxr8ww h1,
  .greenluck-63s559 .greenluck-qxr8ww h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .greenluck-63s559 .greenluck-qxr8ww {
    margin: 28px 0 0;
  }
}

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

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

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

.greenluck-e4hm0k {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.greenluck-si4xmk {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.greenluck-de6n46 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.greenluck-kqg9cc .greenluck-0404jr {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .greenluck-kqg9cc .greenluck-0404jr {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.greenluck-ai289u {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.greenluck-ai289u img {
  width: 100%;
}

.greenluck-x8cte0 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.greenluck-stjo8n {
  width: 100%;
  margin: 0 0 100px;
}

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

.greenluck-stjo8n .greenluck-mt1y9o {
  position: relative;
}

.greenluck-stjo8n .greenluck-y1ynjo {
  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;
}

.greenluck-stjo8n .greenluck-y1ynjo.greenluck-ibgngo {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .greenluck-stjo8n .greenluck-mowoaa {
    bottom: 90px;
  }
}

.greenluck-stjo8n .greenluck-mowoaa .greenluck-bst1yb {
  max-width: 300px;
  width: 100%;
}

.greenluck-stjo8n .greenluck-mowoaa .greenluck-bst1yb .greenluck-zcsfoi {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .greenluck-stjo8n .greenluck-mowoaa .greenluck-bst1yb .greenluck-zcsfoi {
    font-size: 32px;
    text-align: center;
  }
}

.greenluck-stjo8n .greenluck-mowoaa .greenluck-bst1yb .greenluck-u4uf1p {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .greenluck-stjo8n .greenluck-mowoaa .greenluck-bst1yb .greenluck-u4uf1p {
    text-align: center;
  }
}

.greenluck-stjo8n .greenluck-mowoaa .greenluck-ag7dkg {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .greenluck-stjo8n .greenluck-mowoaa .greenluck-ag7dkg {
    flex-direction: column-reverse;
  }
}

.greenluck-stjo8n .greenluck-mowoaa .greenluck-ag7dkg .greenluck-5gkycx {
  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.greenluck-f14koq ease-in-out;
}

.greenluck-stjo8n .greenluck-mowoaa .greenluck-ag7dkg .greenluck-5gkycx:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .greenluck-stjo8n .greenluck-mowoaa .greenluck-ag7dkg .greenluck-5gkycx {
    width: 100%;
  }
}

.greenluck-stjo8n .greenluck-mowoaa .greenluck-ag7dkg .greenluck-oxtgf1 {
  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.greenluck-f14koq ease-in-out;
  overflow: hidden;
}

.greenluck-stjo8n .greenluck-mowoaa .greenluck-ag7dkg .greenluck-oxtgf1 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);
  }
}

.greenluck-stjo8n .greenluck-mowoaa .greenluck-ag7dkg .greenluck-oxtgf1: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;
}

.greenluck-stjo8n .greenluck-mowoaa .greenluck-ag7dkg .greenluck-oxtgf1:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .greenluck-stjo8n .greenluck-mowoaa .greenluck-ag7dkg .greenluck-oxtgf1 {
    width: 100%;
  }
}

.greenluck-stjo8n .greenluck-mowoaa.greenluck-ibgngo {
  display: none;
}

.greenluck-stjo8n .greenluck-d10i4o {
  display: none;
}

.greenluck-stjo8n .greenluck-d10i4o.greenluck-crs6vg {
  display: block;
}

.greenluck-stjo8n .greenluck-d10i4o iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .greenluck-stjo8n .greenluck-d10i4o iframe {
    height: calc(100vh - 54px);
  }
}

.greenluck-stjo8n .greenluck-6bnkpx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .greenluck-stjo8n .greenluck-6bnkpx {
    padding: 24px 16px 0;
  }
}

.greenluck-stjo8n .greenluck-6bnkpx .greenluck-zcsfoi {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .greenluck-stjo8n .greenluck-6bnkpx .greenluck-zcsfoi {
    margin-bottom: 24px;
  }
}

.greenluck-stjo8n .greenluck-6bnkpx 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);
}

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

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

.greenluck-stjo8n .greenluck-6bnkpx table tr:last-of-type td {
  border-bottom: none;
}

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

.greenluck-e4f46r.greenluck-ck44dn {
  display: block;
}

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

.greenluck-e4f46r .greenluck-2mjs9y {
  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;
}

.greenluck-e4f46r .greenluck-ynal3s {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.greenluck-e4f46r .greenluck-oxtgf1 {
  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.greenluck-f14koq ease-in-out;
}

.greenluck-e4f46r .greenluck-oxtgf1:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.greenluck-nv9mvj.greenluck-ck44dn {
  display: block;
}

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

.greenluck-q6evxw {
  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;
}

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

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

.greenluck-ymano3 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.greenluck-ymano3 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.greenluck-umxkl3 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.greenluck-wix25b.greenluck-ibgngo {
  display: none;
}

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

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

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

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

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

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

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

.greenluck-an7hny input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.greenluck-an7hny input:active {
  border-color: #c2c0ce;
}

.greenluck-an7hny input:focus {
  border-color: #c2c0ce;
}

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

.greenluck-p5ee0b {
  margin-bottom: 36px;
}

.greenluck-p5ee0b 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;
}

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

.greenluck-p5ee0b textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.greenluck-7zm3d4 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.greenluck-xb9xp2 {
  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.greenluck-f14koq ease-in-out;
}

.greenluck-xb9xp2:hover {
  background: var(--border-color);
}

.greenluck-96fyc2 {
  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.greenluck-f14koq ease-in-out;
}

.greenluck-96fyc2:hover {
  background: #166ad9;
}

.greenluck-3lk9xd {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.greenluck-3lk9xd.greenluck-ibgngo {
  display: none;
}

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

.greenluck-3lk9xd .greenluck-xb9xp2 {
  margin: 0 auto;
}

.greenluck-wimxq2 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.greenluck-3wosqn {
  filter: grayscale(100%);
}

.greenluck-j6kr3e > input {
  display: none;
}

.greenluck-j6kr3e > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.greenluck-425pp7.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.greenluck-64tsc0 44.greenluck-wzx5zm.greenluck-11551p.greenluck-u90kow.greenluck-nlobos.greenluck-42acx1.greenluck-q70lu2.greenluck-7ml12w.greenluck-qd47le.greenluck-fzhcsn.greenluck-pe5gc8.greenluck-fl8zbt.greenluck-cxgj2q 0l-12.greenluck-5ienyl 30.greenluck-ux8781.greenluck-ja4efb 2.greenluck-4izrji.greenluck-ja4efb 3.greenluck-0cjggq 3.greenluck-fc90pa.greenluck-0ydhxg 3.greenluck-w9gs9c.greenluck-wm50vj.greenluck-k3g2e3.greenluck-d9xxny 7-3.greenluck-5ienyl 10.greenluck-8pnv2p.greenluck-d9xxny 23.greenluck-4ll9at.greenluck-gcr932 1.greenluck-cot1c6 2.greenluck-5ienyl 3.greenluck-gcr932 1.greenluck-0ydhxg 5.greenluck-0ttr15.greenluck-0ydhxg 32.greenluck-wlct2k.greenluck-wm50vj 5.greenluck-cxgj2q 4.greenluck-d9xxny 9.greenluck-d9xxny 8.greenluck-0ydhxg 6.greenluck-mfsyhl.greenluck-v08irh.greenluck-r1k1z8.greenluck-y4n1q3.greenluck-on72yp 4.greenluck-ajek7d.greenluck-on72yp 6.greenluck-on72yp 0l29.greenluck-cxgj2q 17.greenluck-aigv5k.greenluck-6y6xr3 2.greenluck-vh8x88 10.greenluck-gk6jz7.greenluck-5ienyl 8.greenluck-foykrt.greenluck-qcw4y6.greenluck-8lnjt9.greenluck-vqujtc.greenluck-w4pd8d.greenluck-wm50vj.greenluck-42acx1.greenluck-5ienyl 1.greenluck-u11orc.greenluck-f33pjf.greenluck-sn8fvj.greenluck-36lr9g.greenluck-1ivfs0.greenluck-cot1c6 1.greenluck-vdqz50.greenluck-pi443x.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.greenluck-j6kr3e > input:checked ~ label,
.greenluck-j6kr3e > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.greenluck-425pp7.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.greenluck-64tsc0 44.greenluck-wzx5zm.greenluck-11551p.greenluck-u90kow.greenluck-nlobos.greenluck-42acx1.greenluck-q70lu2.greenluck-7ml12w.greenluck-qd47le.greenluck-fzhcsn.greenluck-pe5gc8.greenluck-fl8zbt.greenluck-cxgj2q 0l-12.greenluck-5ienyl 30.greenluck-ux8781.greenluck-ja4efb 2.greenluck-4izrji.greenluck-ja4efb 3.greenluck-0cjggq 3.greenluck-fc90pa.greenluck-0ydhxg 3.greenluck-w9gs9c.greenluck-wm50vj.greenluck-k3g2e3.greenluck-d9xxny 7-3.greenluck-5ienyl 10.greenluck-8pnv2p.greenluck-d9xxny 23.greenluck-4ll9at.greenluck-gcr932 1.greenluck-cot1c6 2.greenluck-5ienyl 3.greenluck-gcr932 1.greenluck-0ydhxg 5.greenluck-0ttr15.greenluck-0ydhxg 32.greenluck-wlct2k.greenluck-wm50vj 5.greenluck-cxgj2q 4.greenluck-d9xxny 9.greenluck-d9xxny 8.greenluck-0ydhxg 6.greenluck-mfsyhl.greenluck-v08irh.greenluck-r1k1z8.greenluck-y4n1q3.greenluck-on72yp 4.greenluck-ajek7d.greenluck-on72yp 6.greenluck-on72yp 0l29.greenluck-cxgj2q 17.greenluck-aigv5k.greenluck-6y6xr3 2.greenluck-vh8x88 10.greenluck-gk6jz7.greenluck-5ienyl 8.greenluck-foykrt.greenluck-qcw4y6.greenluck-8lnjt9.greenluck-vqujtc.greenluck-w4pd8d.greenluck-wm50vj.greenluck-42acx1.greenluck-5ienyl 1.greenluck-u11orc.greenluck-f33pjf.greenluck-sn8fvj.greenluck-36lr9g.greenluck-1ivfs0.greenluck-cot1c6 1.greenluck-vdqz50.greenluck-pi443x.5z'/%3e%3c/svg%3e");
}

.greenluck-j6kr3e > input:not(:checked) ~ label:hover,
.greenluck-j6kr3e > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.greenluck-425pp7.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.greenluck-64tsc0 44.greenluck-wzx5zm.greenluck-11551p.greenluck-u90kow.greenluck-nlobos.greenluck-42acx1.greenluck-q70lu2.greenluck-7ml12w.greenluck-qd47le.greenluck-fzhcsn.greenluck-pe5gc8.greenluck-fl8zbt.greenluck-cxgj2q 0l-12.greenluck-5ienyl 30.greenluck-ux8781.greenluck-ja4efb 2.greenluck-4izrji.greenluck-ja4efb 3.greenluck-0cjggq 3.greenluck-fc90pa.greenluck-0ydhxg 3.greenluck-w9gs9c.greenluck-wm50vj.greenluck-k3g2e3.greenluck-d9xxny 7-3.greenluck-5ienyl 10.greenluck-8pnv2p.greenluck-d9xxny 23.greenluck-4ll9at.greenluck-gcr932 1.greenluck-cot1c6 2.greenluck-5ienyl 3.greenluck-gcr932 1.greenluck-0ydhxg 5.greenluck-0ttr15.greenluck-0ydhxg 32.greenluck-wlct2k.greenluck-wm50vj 5.greenluck-cxgj2q 4.greenluck-d9xxny 9.greenluck-d9xxny 8.greenluck-0ydhxg 6.greenluck-mfsyhl.greenluck-v08irh.greenluck-r1k1z8.greenluck-y4n1q3.greenluck-on72yp 4.greenluck-ajek7d.greenluck-on72yp 6.greenluck-on72yp 0l29.greenluck-cxgj2q 17.greenluck-aigv5k.greenluck-6y6xr3 2.greenluck-vh8x88 10.greenluck-gk6jz7.greenluck-5ienyl 8.greenluck-foykrt.greenluck-qcw4y6.greenluck-8lnjt9.greenluck-vqujtc.greenluck-w4pd8d.greenluck-wm50vj.greenluck-42acx1.greenluck-5ienyl 1.greenluck-u11orc.greenluck-f33pjf.greenluck-sn8fvj.greenluck-36lr9g.greenluck-1ivfs0.greenluck-cot1c6 1.greenluck-vdqz50.greenluck-pi443x.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .greenluck-cd29lx > .greenluck-gc6ovm {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .greenluck-cd29lx > .greenluck-gc6ovm {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .greenluck-cd29lx > .greenluck-gc6ovm {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .greenluck-cd29lx > .greenluck-gc6ovm {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .greenluck-cd29lx > .greenluck-gc6ovm {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.greenluck-ppmyxy.greenluck-ibgngo {
  display: none;
}

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

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

.greenluck-lcpp1x {
  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;
}

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

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

.greenluck-lcpp1x img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.greenluck-hreyhd {
  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;
}

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .greenluck-8aoaw1 {
    top: -20px;
  }
}

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

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

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

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

.greenluck-ppmyxy.greenluck-wayjnn .greenluck-4tbuc2 {
  background: #2b3b67;
}

.greenluck-ppmyxy.greenluck-wayjnn .greenluck-lcpp1x {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.greenluck-ppmyxy.greenluck-wayjnn .greenluck-lcpp1x::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.greenluck-ppmyxy.greenluck-wayjnn .greenluck-lcpp1x::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.greenluck-ppmyxy.greenluck-wayjnn .greenluck-hreyhd::before {
  background: #0e0f41;
}

.greenluck-ppmyxy.greenluck-wayjnn .greenluck-hreyhd::after {
  background: #152557;
}

.greenluck-ppmyxy.greenluck-vebwhn .greenluck-4tbuc2 {
  background: #1f35fa;
}

.greenluck-ppmyxy.greenluck-vebwhn .greenluck-lcpp1x {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.greenluck-ppmyxy.greenluck-vebwhn .greenluck-lcpp1x::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.greenluck-ppmyxy.greenluck-vebwhn .greenluck-lcpp1x::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.greenluck-ppmyxy.greenluck-vebwhn .greenluck-hreyhd::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.greenluck-ppmyxy.greenluck-vebwhn .greenluck-hreyhd::after {
  background: #192ac8;
}

.greenluck-ppmyxy.greenluck-62zopw .greenluck-4tbuc2 {
  background: #fa771f;
}

.greenluck-ppmyxy.greenluck-62zopw .greenluck-lcpp1x {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.greenluck-ppmyxy.greenluck-62zopw .greenluck-lcpp1x::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.greenluck-ppmyxy.greenluck-62zopw .greenluck-lcpp1x::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.greenluck-ppmyxy.greenluck-62zopw .greenluck-hreyhd::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.greenluck-ppmyxy.greenluck-62zopw .greenluck-hreyhd::after {
  background: #fa8535;
}

.greenluck-azubrc {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.greenluck-lrmp48 {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.greenluck-7ntu5q {
  width: 120px;
  height: 22px;
}

.greenluck-7ntu5q .greenluck-i276ne {
  fill: #c2c0ce;
}

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

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

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

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

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

.greenluck-4x75xl {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.greenluck-gw7nta {
  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);
}

.greenluck-gw7nta.greenluck-crs6vg {
  display: block;
}

.greenluck-gw7nta.greenluck-ibgngo {
  display: none;
}

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

.greenluck-80dxtl {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.greenluck-djx9my {
  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);
}

.greenluck-1bz4si {
  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;
}

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

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

.greenluck-yhrurw {
  font-size: 16px;
  line-height: 140%;
}

.greenluck-dewjjw {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.greenluck-dewjjw .greenluck-i276ne {
  fill: #c2c0ce;
}

.greenluck-dewjjw [rating="1"] .greenluck-i276ne:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.greenluck-dewjjw [rating="2"] .greenluck-i276ne:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.greenluck-dewjjw [rating="3"] .greenluck-i276ne:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.greenluck-dewjjw [rating="4"] .greenluck-i276ne:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.greenluck-dewjjw [rating="5"] .greenluck-i276ne:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.greenluck-92aoux {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .greenluck-92aoux {
    padding: 0 16px;
  }
}

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

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

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

.greenluck-p15ov8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.greenluck-3gjbj9 {
  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;
}

.greenluck-pk5cfj {
  flex: 1;
  min-width: 0;
}

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

.greenluck-dtpueq {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.greenluck-dtpueq svg path {
  fill: var(--button-bg-color);
}

.greenluck-dtpueq svg circle {
  fill: var(--button-text-color);
}

.greenluck-2h8vlu {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .greenluck-2h8vlu {
    font-size: 12px;
  }
}

.greenluck-2h8vlu strong {
  font-weight: 600;
}

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

.greenluck-qnqju4 p {
  margin: 0 0 16px;
}

.greenluck-qnqju4 p:last-child {
  margin-bottom: 0;
}

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

.greenluck-7kht17 {
  max-width: 300px;
  width: 100%;
}

.greenluck-7kht17 a {
  width: 100%;
}

@media (max-width: 575px) {
  .greenluck-7kht17 {
    max-width: 200px;
  }
}

.greenluck-4v3na8 {
  justify-content: center;
}

.greenluck-0vhju8 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.greenluck-qjtzab {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.greenluck-iwzkkr .greenluck-i526cr {
  justify-content: center;
}

/* faq */

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

.greenluck-5acyxc {
  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.greenluck-tm19l1 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.greenluck-5acyxc::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.greenluck-tm19l1 ease;
}

.greenluck-qsdkmb.greenluck-ck44dn .greenluck-5acyxc::after {
  transform: rotate(45deg);
}

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

.greenluck-qsdkmb.greenluck-ck44dn .greenluck-fzfeav {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.greenluck-1y8v7u {
  margin: 25px 0;
}

.greenluck-j6kr3e > input:not(:checked) ~ label:hover,
.greenluck-j6kr3e > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.greenluck-dsc55h.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.greenluck-2nsjcl 44.greenluck-xz8cc0.greenluck-jacl8f.greenluck-47p00j.greenluck-9yer28.greenluck-9v65dw.greenluck-5y50uh.greenluck-fop1u2.greenluck-ho7it4.greenluck-x0v6sl.greenluck-jpv0ug.greenluck-lt2ir9.greenluck-8a008b 0l-12.greenluck-fzh75k 30.greenluck-sfh9r0.greenluck-86c4ji 2.greenluck-wdqs7v.greenluck-86c4ji 3.greenluck-ggy59f 3.greenluck-gzjjak.greenluck-k9xvu0 3.greenluck-bhfl5r.greenluck-icy6kx.greenluck-qqr3d8.greenluck-xj0twk 7-3.greenluck-fzh75k 10.greenluck-jcgqm2.greenluck-xj0twk 23.greenluck-3yypgy.greenluck-hqxrc5 1.greenluck-gc1brm 2.greenluck-fzh75k 3.greenluck-hqxrc5 1.greenluck-k9xvu0 5.greenluck-49dft0.greenluck-k9xvu0 32.greenluck-gn9wzz.greenluck-icy6kx 5.greenluck-8a008b 4.greenluck-xj0twk 9.greenluck-xj0twk 8.greenluck-k9xvu0 6.greenluck-86z8ud.greenluck-bazyxz.greenluck-87qxrl.greenluck-qqs0hh.greenluck-qhxpn1 4.greenluck-3sj5e3.greenluck-qhxpn1 6.greenluck-qhxpn1 0l29.greenluck-8a008b 17.greenluck-c9f8mo.greenluck-57ebem 2.greenluck-5tv78m 10.greenluck-hcpuv0.greenluck-fzh75k 8.greenluck-0aqlyk.greenluck-21ahmi.greenluck-5jxzhw.greenluck-d0xs5h.greenluck-q49z6j.greenluck-icy6kx.greenluck-9v65dw.greenluck-fzh75k 1.greenluck-vzrd5y.greenluck-oyf88f.greenluck-8j8jzf.greenluck-ygby4f.greenluck-n96z8g.greenluck-gc1brm 1.greenluck-7m59t2.greenluck-iwbrgw.5z'/%3e%3c/svg%3e");
}

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

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

.greenluck-yhlxfx {
  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);
}

.greenluck-yhlxfx.greenluck-vxyqef {
  display: block;
}

.greenluck-yhlxfx.greenluck-vzjrx0 {
  display: none;
}

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

.greenluck-ke3cy8 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.greenluck-qptgh9 {
  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);
}

.greenluck-q44z76 {
  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;
}

.greenluck-78icma small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.greenluck-w0ay3h {
  font-size: 16px;
  line-height: 140%;
}

.greenluck-wnfbu0 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.greenluck-wnfbu0 .greenluck-qznsze {
  fill: #c2c0ce;
}

.greenluck-wnfbu0 [rating="1"] .greenluck-qznsze:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.greenluck-wnfbu0 [rating="2"] .greenluck-qznsze:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.greenluck-wnfbu0 [rating="3"] .greenluck-qznsze:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.greenluck-wnfbu0 [rating="4"] .greenluck-qznsze:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.greenluck-wnfbu0 [rating="5"] .greenluck-qznsze:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.greenluck-jute14 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;
}

.greenluck-jute14 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 */

.greenluck-qfgjzi {
  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);
}

.greenluck-qfgjzi.greenluck-ny61po {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.greenluck-94tj8u {
  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;
}

.greenluck-94tj8u label {
  font-size: 14px;
}

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

.greenluck-ipkwr6 h2 {
  color: green;
  font-weight: 500;
}

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