@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.greenluck-whm4nl {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.greenluck-n9hf6d {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.greenluck-kun4pw,
ul.greenluck-kun4pw {
  padding-left: 20px;
}

ul.greenluck-kun4pw {
  list-style: disc;
}

ol.greenluck-kun4pw {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.greenluck-3fqre7 > .greenluck-bola2e,
.greenluck-3fqre7 > .greenluck-n5yhap,
.greenluck-3fqre7 > blockquote,
.greenluck-3fqre7 > h1,
.greenluck-3fqre7 > h2,
.greenluck-3fqre7 > h3,
.greenluck-3fqre7 > h4,
.greenluck-3fqre7 > h5,
.greenluck-3fqre7 > h6,
.greenluck-3fqre7 > ol,
.greenluck-3fqre7 > p,
.greenluck-3fqre7 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.greenluck-3fqre7 > ol,
.greenluck-3fqre7 > ul {
  padding-left: 50px;
}

.greenluck-3fqre7 blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.greenluck-3fqre7:not(:last-child) {
  margin-bottom: 2rem;
}

.greenluck-3fqre7 > :not(:first-child) {
  margin-top: 2rem;
}

.greenluck-3fqre7 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.greenluck-3fqre7:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .greenluck-3fqre7:first-child {
    margin-top: 20px;
  }
}

.greenluck-3fqre7 > p:last-of-type {
  margin-bottom: 32px;
}

.greenluck-3fqre7 > .greenluck-a6o22g:not(:first-child) {
  margin: 64px auto 16px auto;
}

.greenluck-6jkqkj > .greenluck-a6o22g {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.greenluck-n5yhap {
  overflow: auto;
}

.greenluck-n5yhap::-webkit-scrollbar {
  height: 5px;
}

.greenluck-n5yhap table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.greenluck-n5yhap table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.greenluck-n5yhap table thead,
table thead {
  border-bottom: none;
}

.greenluck-n5yhap table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.greenluck-n5yhap table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.greenluck-n5yhap table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.greenluck-n5yhap .greenluck-mvfpwn {
  table-layout: auto;
}

.greenluck-n5yhap .greenluck-mvfpwn th {
  word-break: normal;
}

.greenluck-n5yhap .greenluck-mvfpwn td {
  word-break: normal;
}

.greenluck-whm4nl .greenluck-whm4nl {
  padding-right: 0;
  padding-left: 0;
}

.greenluck-qfk0v5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.greenluck-rqlv2b {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.greenluck-hpgizt {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.greenluck-bola2e {
  margin-top: 24px;
}

.greenluck-bola2e.greenluck-vy29cm {
  text-align: left;
}

.greenluck-bola2e.greenluck-gn8hau {
  text-align: right;
}

.greenluck-bola2e.greenluck-31g7zj {
  text-align: center;
}

.greenluck-r9ek7n {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.greenluck-25vsl6 ease-in-out;
  cursor: pointer;
}

.greenluck-r9ek7n:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.greenluck-r9ek7n {
  min-width: 328px;
}

@media (max-width: 768px) {
  .greenluck-r9ek7n {
    min-width: unset;
  }
}

.greenluck-dy0xm5 {
  background-color: var(--fh-bg-color);
}

.greenluck-f9asd6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.greenluck-benjql {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.greenluck-benjql img {
  max-height: 44px;
  object-fit: contain;
}

.greenluck-s5kahl {
  flex: 1 1;
}

.greenluck-09yes6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.greenluck-g7n40o {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.greenluck-g7n40o span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.greenluck-g7n40o.greenluck-cd8bvy span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.greenluck-g7n40o.greenluck-cd8bvy span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.greenluck-g7n40o.greenluck-cd8bvy span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.greenluck-s5kahl + .greenluck-09yes6 {
  margin-left: 20px;
}

.greenluck-r94fu4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.greenluck-r94fu4 > svg {
  max-width: 24px;
  max-height: 24px;
}

.greenluck-r94fu4 + .greenluck-r94fu4 {
  margin-left: 5px;
}

.greenluck-ercmme {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.greenluck-ercmme:hover {
  background-color: var(--button-bg-hover);
}

.greenluck-n9iowa {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.greenluck-25vsl6 ease-in-out;
  border: 1px solid var(--border-color);
}

.greenluck-n9iowa:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.greenluck-80f5l6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .greenluck-s5kahl {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .greenluck-80f5l6 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .greenluck-s5kahl {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .greenluck-r94fu4 {
    min-width: unset;
    flex: 1 1;
  }
}

.greenluck-z72fo1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.greenluck-z72fo1:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.greenluck-z72fo1:hover .greenluck-0jeex2 {
  opacity: 1;
  pointer-events: auto;
}

.greenluck-96kxzr {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.greenluck-pemka2 ease-in-out;
  gap: 4px;
}

.greenluck-96kxzr > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.greenluck-96kxzr .greenluck-qfk0v5 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.greenluck-g572wm,
.greenluck-96kxzr:hover {
  color: var(--button-bg-hover);
}

.greenluck-ee5gq4 {
  position: relative;
}

.greenluck-ee5gq4 .greenluck-96kxzr {
  margin-right: 0;
  padding-right: 4px;
}

.greenluck-m2yrl1 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.greenluck-ee5gq4.greenluck-cd8bvy .greenluck-m2yrl1 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.greenluck-ee5gq4.greenluck-cd8bvy .greenluck-0jeex2 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.greenluck-ee5gq4.greenluck-cd8bvy .greenluck-0jeex2::before {
  display: none;
}

.greenluck-m2yrl1 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.greenluck-0jeex2 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.greenluck-e593bd 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.greenluck-0jeex2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.greenluck-0jeex2:hover {
  color: var(--fh-bg-color);
}

.greenluck-ul8fo1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.greenluck-e593bd 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.greenluck-pemka2 ease-in-out;
  -o-transition: 0.greenluck-pemka2 ease-in-out;
  transition: 0.greenluck-pemka2 ease-in-out;
}

.greenluck-ul8fo1 .greenluck-qfk0v5 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.greenluck-rebun8,
.greenluck-ul8fo1:hover {
  color: var(--button-bg-hover);
}

.greenluck-apxm2t {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.greenluck-apxm2t.greenluck-8993rd {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.greenluck-apxm2t.greenluck-8993rd:after,
.greenluck-apxm2t.greenluck-8993rd:before {
  content: "";
  position: absolute;
  margin: auto;
}

.greenluck-apxm2t.greenluck-8993rd:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.greenluck-apxm2t.greenluck-8993rd:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.greenluck-apxm2t.greenluck-8993rd > * {
  z-index: 1;
}

.greenluck-apxm2t b,
.greenluck-apxm2t strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.greenluck-apxm2t .greenluck-sxo5je {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.greenluck-apxm2t .greenluck-da0fjm {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.greenluck-apxm2t .greenluck-qfk0v5 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.greenluck-apxm2t .greenluck-qx8way {
  margin-top: 12px;
}

.greenluck-qx8way {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.greenluck-zpflnk {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.greenluck-qx8way .greenluck-p23wfb {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.greenluck-25vsl6 ease-in-out;
}

.greenluck-qx8way .greenluck-p23wfb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.greenluck-mvtvnj {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.greenluck-apxm2t.greenluck-4uqfwe {
  gap: 12px;
  padding: 16px;
}

.greenluck-apxm2t.greenluck-4uqfwe .greenluck-mvtvnj {
  min-width: 240px;
}

.greenluck-apxm2t.greenluck-4uqfwe .greenluck-mvtvnj.greenluck-u1j1fl {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .greenluck-apxm2t .greenluck-sxo5je {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .greenluck-apxm2t .greenluck-da0fjm {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .greenluck-apxm2t .greenluck-qfk0v5 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .greenluck-apxm2t.greenluck-4uqfwe .greenluck-qfk0v5 {
    max-width: 126px;
  }
  .greenluck-apxm2t .greenluck-qx8way {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .greenluck-apxm2t .greenluck-zpflnk {
    max-width: unset;
  }
  .greenluck-mvtvnj {
    min-width: unset;
    width: 100%;
  }
  .greenluck-apxm2t .greenluck-mvtvnj {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .greenluck-apxm2t.greenluck-4uqfwe {
    grid-template-rows: auto 1fr auto;
  }
  .greenluck-apxm2t.greenluck-4uqfwe .greenluck-mvtvnj {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .greenluck-apxm2t {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .greenluck-apxm2t .greenluck-sxo5je {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .greenluck-apxm2t .greenluck-qfk0v5 {
    max-width: 78px;
  }
  .greenluck-apxm2t .greenluck-qx8way {
    margin-top: -12px;
  }
  .greenluck-apxm2t.greenluck-4uqfwe {
    gap: 8px;
  }
  .greenluck-apxm2t.greenluck-4uqfwe .greenluck-sxo5je {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .greenluck-apxm2t.greenluck-4uqfwe .greenluck-da0fjm {
    grid-column: 1/3;
  }
  .greenluck-apxm2t.greenluck-4uqfwe .greenluck-qfk0v5 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .greenluck-apxm2t.greenluck-4uqfwe .greenluck-qfk0v5 img {
    max-width: 114px;
  }
}

.greenluck-mvtvnj.greenluck-osy6vi,
.greenluck-mvtvnj.greenluck-vf6033,
.greenluck-mvtvnj.greenluck-fk8fb1 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.greenluck-25vsl6 ease-in-out;
}

.greenluck-mvtvnj.greenluck-osy6vi,
.greenluck-mvtvnj.greenluck-fk8fb1 {
  padding: 10px;
}

.greenluck-mvtvnj.greenluck-osy6vi:hover,
.greenluck-mvtvnj.greenluck-vf6033:hover,
.greenluck-mvtvnj.greenluck-fk8fb1:hover {
  background: var(--button-bg-hover);
}

.greenluck-mvtvnj.greenluck-osy6vi:hover svg path,
.greenluck-mvtvnj.greenluck-fk8fb1:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.greenluck-mvtvnj.greenluck-u1j1fl {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.greenluck-25vsl6 ease-in-out;
  background: var(--button-bg-color);
}

.greenluck-mvtvnj.greenluck-u1j1fl:hover {
  background-color: var(--button-bg-hover);
}

.greenluck-mvtvnj.greenluck-vf6033:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.greenluck-mvtvnj.greenluck-vf6033:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.greenluck-mvtvnj.greenluck-u1j1fl:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.greenluck-esh0h2 {
  max-width: 650px;
}

.greenluck-vt39zp {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.greenluck-e35ii9 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.greenluck-swndel {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.greenluck-pemka2 ease-in-out;
  cursor: pointer;
}

.greenluck-swndel:hover {
  opacity: 0.5;
}

.greenluck-swndel:focus {
  outline: 0;
}

.greenluck-swndel:focus .greenluck-l24g7u,
.greenluck-swndel:hover .greenluck-l24g7u {
  fill: red;
  fill-opacity: 1;
}

.greenluck-swndel:hover {
  cursor: pointer;
}

.greenluck-5cl57i {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.greenluck-esh0h2.greenluck-31g7zj {
  margin: 0 auto;
}

.greenluck-esh0h2.greenluck-gn8hau {
  margin-left: auto;
}

.greenluck-h515hw {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.greenluck-7glkiv {
  padding-bottom: 50px;
}

.greenluck-hdxok1 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.greenluck-4s8ief {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.greenluck-0qr2px {
  margin-top: 24px;
}

.greenluck-gc9qyb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.greenluck-8veu41 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.greenluck-ym93of {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.greenluck-hoa00b {
  width: 468px;
}

.greenluck-ym93of .greenluck-0jeex2 {
  margin: 0.greenluck-4mo22f 0;
}

.greenluck-inigkr {
  display: flex;
  min-width: 224px;
}

.greenluck-jflwmq {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.greenluck-pemka2 ease-in-out;
}

.greenluck-tj0ezy,
.greenluck-jflwmq:hover {
  color: var(--text-color);
}

.greenluck-r6jl2h {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.greenluck-0z97a6 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .greenluck-h515hw {
    padding: 16px;
  }
  .greenluck-r6jl2h {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .greenluck-0z97a6 {
    align-items: center;
  }
  .greenluck-hoa00b {
    width: unset;
  }
  .greenluck-inigkr {
    min-width: unset;
  }
  .greenluck-ym93of {
    max-height: unset;
  }
  .greenluck-hdxok1 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .greenluck-h515hw {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.greenluck-198k3j {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.greenluck-198k3j:not(:last-child) {
  margin-bottom: 16px;
}

.greenluck-ku2j0o {
  outline: 0;
}

.greenluck-ku2j0o .greenluck-ym8i4c {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.greenluck-6bh58v {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .greenluck-6bh58v {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.greenluck-6bh58v::-webkit-details-marker {
  display: none;
}

.greenluck-6bh58v:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.greenluck-6bh58v:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .greenluck-6bh58v:after {
  transform: unset;
}

.greenluck-ym8i4c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.greenluck-ym8i4c svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.greenluck-pemka2 ease-in-out;
  -o-transition: 0.greenluck-pemka2 ease-in-out;
  transition: 0.greenluck-pemka2 ease-in-out;
}

.greenluck-kuqf8a {
  padding: 16px 0 0 0;
}

.greenluck-kuqf8a * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .greenluck-kuqf8a :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .greenluck-6bh58v {
    flex-wrap: wrap;
    gap: 12px;
  }
  .greenluck-6bh58v::after {
    margin-left: auto;
  }
  .greenluck-ym8i4c {
    order: 3;
    flex: 1 1 100%;
  }
  .greenluck-6bh58v {
    font-size: 14px;
    line-height: 130%;
  }
  .greenluck-ym8i4c svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.greenluck-jvd5rm {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.greenluck-3qe4as {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.greenluck-jvd5rm.greenluck-cd8bvy .greenluck-3qe4as {
  margin-bottom: 12px;
}

.greenluck-3qe4as::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.greenluck-jvd5rm.greenluck-cd8bvy .greenluck-3qe4as::after {
  transform: unset;
}

.greenluck-339arh {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.greenluck-shfo67 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.greenluck-pemka2 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.greenluck-shfo67:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.greenluck-jvd5rm.greenluck-cd8bvy .greenluck-339arh {
  max-height: 100%;
}

.greenluck-arywf6 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.greenluck-tw800b {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.greenluck-j4if12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.greenluck-2rc0gk {
  margin-right: 4px;
}

.greenluck-yyp6jy {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.greenluck-pemka2 ease-in-out;
}

.greenluck-yyp6jy svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.greenluck-h50g0o,
.greenluck-yyp6jy:hover {
  color: var(--text-color);
}

.greenluck-gjm70r {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.greenluck-gjm70r img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.greenluck-gjm70r .greenluck-8o3qne {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.greenluck-gjm70r .greenluck-5ff6xu {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.greenluck-1fy2jm {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.greenluck-adbj67 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.greenluck-i924ld .greenluck-whm4nl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.greenluck-i924ld {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.greenluck-1gy1cd {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.greenluck-lxgk6s {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.greenluck-syjekx {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.greenluck-6bgpdx 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.greenluck-syjekx:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.greenluck-1qudvf {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.greenluck-g8nrti {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.greenluck-pemka2 ease-in-out;
  transition: transform 0.greenluck-pemka2 ease-in-out;
  -o-transition: transform 0.greenluck-pemka2 ease-in-out;
  transition:
    transform 0.greenluck-pemka2 ease-in-out,
    -webkit-transform 0.greenluck-pemka2 ease-in-out;
  cursor: pointer;
}

.greenluck-g8nrti svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.greenluck-g8nrti:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.greenluck-1acw57 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .greenluck-1acw57 {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.greenluck-rdb58h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.greenluck-hy6yp7 {
  position: relative;
  width: 100%;
}

.greenluck-rdb58h.greenluck-rcq6wj {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.greenluck-rdb58h.greenluck-31g7zj {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.greenluck-rdb58h.greenluck-gn8hau {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.greenluck-4yd4fz {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.greenluck-neflnx {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.greenluck-pemka2 ease-in-out;
  cursor: pointer;
}

.greenluck-neflnx:hover {
  opacity: 0.5;
}

.greenluck-rdb58h.greenluck-r5qa89 .greenluck-neflnx {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.greenluck-rdb58h.greenluck-r5qa89 .greenluck-4yd4fz {
  cursor: pointer;
}

.greenluck-woh8lr {
  fill: #0009;
}

.greenluck-x98z7g {
  fill: #fff;
}

.greenluck-neflnx:hover .greenluck-woh8lr {
  fill: red;
}

.greenluck-neflnx svg path {
  -webkit-transition: 0.greenluck-pemka2 ease-in-out;
  -o-transition: 0.greenluck-pemka2 ease-in-out;
  transition: 0.greenluck-pemka2 ease-in-out;
}

.greenluck-5n3jwq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.greenluck-5n3jwq > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.greenluck-5n3jwq.greenluck-dqtg0o > :not(.get-image) {
  grid-column: 1/3;
}

.greenluck-g2u29c:not(._h1-block) .greenluck-5n3jwq > .greenluck-a6o22g {
  grid-row: 1/2;
  grid-column: 1/3;
}

.greenluck-5n3jwq.greenluck-dqtg0o .greenluck-qvx8mt {
  grid-column: 2/3;
}

.greenluck-5n3jwq.greenluck-dqtg0o > .greenluck-qfk0v5 {
  grid-column: 1/2;
}

.greenluck-5n3jwq.greenluck-dqtg0o > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.greenluck-5n3jwq > p:first-of-type {
  margin-top: 0;
}

.greenluck-5n3jwq .greenluck-qfk0v5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.greenluck-g2u29c:not(._h1-block) .greenluck-a6o22g ~ .greenluck-qfk0v5 {
  grid-row: 2/10;
}

.greenluck-g2u29c.greenluck-0emkcp .greenluck-a6o22g ~ .greenluck-qfk0v5 {
  grid-row: 1/10;
}

.greenluck-g2u29c.greenluck-0emkcp > .greenluck-a6o22g {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.greenluck-g2u29c.greenluck-0emkcp .greenluck-qfk0v5 {
  grid-row: 1/10;
}

.greenluck-5n3jwq.greenluck-2l4g9b .greenluck-qfk0v5 {
  align-items: flex-start;
}

.greenluck-5n3jwq.greenluck-31g7zj .greenluck-qvx8mt {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.greenluck-5n3jwq.greenluck-31g7zj .greenluck-qfk0v5 {
  align-items: center;
}

.greenluck-5n3jwq.greenluck-ki9hn3 .greenluck-qfk0v5 {
  align-items: flex-end;
}

.greenluck-qvx8mt > :first-child {
  margin-top: 0;
}

.greenluck-qvx8mt > :last-child {
  margin-bottom: 0;
}

* + .greenluck-9vlfxs,
.greenluck-g2u29c + .greenluck-g2u29c {
  margin-top: 2rem;
}

.greenluck-mnhgb6 td::before,
.greenluck-mnhgb6 th::after {
  display: none !important;
}

.greenluck-mnhgb6 #link-selector {
  color: #000;
}

.greenluck-mnhgb6 .greenluck-oa32xn {
  color: #135e96;
}

.greenluck-mnhgb6 .greenluck-i1w6a1 *,
.greenluck-mnhgb6 .greenluck-ytjops p,
.greenluck-mnhgb6 .greenluck-qfzki9 * {
  color: #000;
}

.greenluck-mnhgb6 .greenluck-nysxym {
  background: 0 0 !important;
}

.greenluck-mnhgb6 .greenluck-r9oibh {
  color: #000;
}

.greenluck-mnhgb6 .greenluck-njja86.greenluck-ze5el1 {
  color: #fff;
}

.greenluck-mnhgb6 .greenluck-hrcwe8 {
  color: #000;
}

.greenluck-mnhgb6
  .greenluck-cgei7s
  .greenluck-6ylt4w.greenluck-ze5el1.greenluck-9hexhl {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.greenluck-d2r5r1,
body .greenluck-tw2z3k {
  color: #000;
  background: var(--color-body) !important;
}

.greenluck-d2r5r1 .greenluck-yacpzh .greenluck-03v4h9,
body .greenluck-tw2z3k .greenluck-yacpzh .greenluck-03v4h9 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .greenluck-shfo67:focus,
  .greenluck-shfo67:hover {
    color: #f9cb16;
  }
  .greenluck-hcsjl1:focus,
  .greenluck-hcsjl1:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .greenluck-qpw5s4:focus img,
  .greenluck-qpw5s4:focus svg,
  .greenluck-qpw5s4:hover img,
  .greenluck-qpw5s4:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .greenluck-gjm70r {
    display: none;
  }
}

@media (min-width: 1024px) {
  .greenluck-ee5gq4:hover .greenluck-m2yrl1 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .greenluck-m2yrl1 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .greenluck-nsh3m9 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .greenluck-2ad274 {
    grid-template-columns: repeat(4, 1fr);
  }
  .greenluck-u4pnfw {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .greenluck-w4rrif .greenluck-8urlyl {
    grid-template-columns: 1fr;
  }
  .greenluck-w4rrif .greenluck-k45p6t {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .greenluck-w4rrif .greenluck-sm1ijc {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .greenluck-w4rrif .greenluck-nv34c4 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .greenluck-w4rrif .greenluck-a6d0r5 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .greenluck-w4rrif .greenluck-sm1ijc:not(:first-child) {
    border: none;
  }
  .greenluck-w4rrif .greenluck-sm1ijc:first-child .greenluck-nv34c4 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .greenluck-w4rrif .greenluck-sm1ijc:last-child .greenluck-nv34c4 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .greenluck-f9asd6 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .greenluck-benjql {
    max-width: 100px;
  }
  .greenluck-s5kahl {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .greenluck-09yes6 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .greenluck-09yes6 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .greenluck-g7n40o {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .greenluck-s5kahl + .greenluck-09yes6 {
    margin-left: auto;
  }
  .greenluck-1ak3zu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .greenluck-1ak3zu.greenluck-cd8bvy {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .greenluck-80f5l6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .greenluck-z72fo1 {
    width: 100%;
  }
  .greenluck-z72fo1:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .greenluck-96kxzr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .greenluck-96kxzr svg {
    margin-right: 4px;
  }
  .greenluck-ee5gq4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .greenluck-m2yrl1 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .greenluck-m2yrl1 {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .greenluck-0jeex2 {
    display: none;
    width: 100%;
  }
  .greenluck-ee5gq4.greenluck-cd8bvy .greenluck-0jeex2 {
    padding: 0 0 0 48px;
  }
  .greenluck-ul8fo1 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .greenluck-4s8ief .greenluck-qfk0v5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .greenluck-nqccch {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .greenluck-nqccch + .greenluck-nqccch {
    margin-right: 0;
  }
  .greenluck-nqccch + .greenluck-qfk0v5 {
    margin: 0;
  }
  .greenluck-nsh3m9 {
    grid-template-columns: repeat(4, 1fr);
  }
  .greenluck-2ad274 {
    grid-template-columns: repeat(3, 1fr);
  }
  .greenluck-m4lrx0,
  .greenluck-05m162 {
    grid-template-columns: repeat(2, 1fr);
  }
  .greenluck-5n3jwq {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .greenluck-5n3jwq.greenluck-dqtg0o .greenluck-qvx8mt {
    grid-column: auto;
    grid-row: auto;
  }
  .greenluck-5n3jwq > .greenluck-a6o22g {
    grid-column: 1/2;
  }
  .greenluck-5n3jwq.greenluck-dqtg0o > :not(.get-image) {
    grid-column: 1/2;
  }
  .greenluck-5n3jwq .greenluck-qfk0v5,
  .greenluck-5n3jwq.greenluck-dqtg0o > .greenluck-qfk0v5 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .greenluck-5n3jwq.greenluck-dqtg0o > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .greenluck-g2u29c.greenluck-0emkcp .greenluck-5n3jwq > .greenluck-qfk0v5 {
    grid-row: 1/2;
  }
  .greenluck-5n3jwq .greenluck-a6o22g ~ .greenluck-qfk0v5,
  .greenluck-5n3jwq.greenluck-dqtg0o .greenluck-a6o22g ~ .greenluck-qfk0v5 {
    grid-row: 2/3;
  }
  .greenluck-g2u29c.greenluck-0emkcp .greenluck-a6o22g ~ .greenluck-qfk0v5 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .greenluck-3fqre7:first-child .greenluck-9cn3xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .greenluck-3fqre7:first-child .greenluck-9cn3xl h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .greenluck-3fqre7 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .greenluck-3fqre7 {
    padding: 0;
  }
  .greenluck-bola2e {
    margin-top: 1rem;
  }
  .greenluck-ku2j0o {
    border-radius: 5px;
  }
  .greenluck-c478fo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .greenluck-3qe4as::after {
    display: inline-block;
  }
  .greenluck-3qe4as {
    margin: 0;
    width: 100%;
  }
  .greenluck-339arh {
    width: 100%;
  }
  .greenluck-339arh.greenluck-ssolx3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .greenluck-339arh.greenluck-ssolx3 .greenluck-wagtie {
    width: 100%;
  }
  .greenluck-339arh.greenluck-ssolx3 .greenluck-wagtie:not(:last-child) {
    margin-right: 0;
  }
  .greenluck-shfo67 {
    width: 100%;
    text-align: center;
  }
  .greenluck-jvd5rm.greenluck-cd8bvy .greenluck-339arh {
    margin-top: 1rem;
  }
  .greenluck-nsh3m9 {
    grid-template-columns: repeat(3, 1fr);
  }
  .greenluck-u4pnfw,
  .greenluck-2ad274 {
    grid-template-columns: repeat(2, 1fr);
  }
  .greenluck-m4lrx0,
  .greenluck-05m162,
  .greenluck-fpro1z {
    grid-template-columns: 1fr;
  }
  .greenluck-wr7y6e {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .greenluck-5yghex {
    min-width: 300px;
    max-width: 325px;
  }
  .greenluck-nv34c4 {
    cursor: auto;
  }
  .greenluck-aj4mw1 .greenluck-nv34c4 {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .greenluck-1acw57 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .greenluck-0jeex2 {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .greenluck-1acw57 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.greenluck-nqccch p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .greenluck-09yes6 {
    margin: 0 -0.2rem;
  }
  .greenluck-nqccch {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .greenluck-t0945g {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .greenluck-gz5gqg {
    max-width: 100%;
  }
  .greenluck-nsh3m9 {
    grid-template-columns: repeat(2, 1fr);
  }
  .greenluck-u4pnfw,
  .greenluck-2ad274 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .greenluck-f9asd6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .greenluck-09yes6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .greenluck-dy0xm5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .greenluck-r94fu4 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .greenluck-55bxm9,
  .greenluck-3nesca {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .greenluck-r9ek7n {
    width: 100%;
  }
  .greenluck-nsh3m9 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .greenluck-1acw57 {
    top: 127px !important;
  }
}

.greenluck-gs45lt {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .greenluck-gs45lt {
  }
}

@media (max-width: 767px) {
  .greenluck-gs45lt {
    margin-bottom: 12px;
  }
}

.greenluck-gs45lt img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.greenluck-wsnlox {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.greenluck-wsnlox > .greenluck-78jbeo {
  flex: 1 1;
}

@media (max-width: 767px) {
  .greenluck-wsnlox {
    flex-direction: column;
    gap: 12px;
  }
}

.greenluck-zpzvyw {
  display: flex;
}

.greenluck-zpzvyw .greenluck-jm2jeq {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.greenluck-zpzvyw .greenluck-2diyan {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.greenluck-zpzvyw .greenluck-l6eg8f {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.greenluck-zpzvyw .greenluck-ujo239 {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.greenluck-zpzvyw .greenluck-ujo239:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.greenluck-zpzvyw .greenluck-el0n9j {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.greenluck-yde1dc {
  border: unset;
  background-color: unset;
}

.greenluck-yde1dc tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.greenluck-yde1dc .greenluck-u22fhc,
.greenluck-yde1dc .greenluck-ngc9wh {
  flex: 0 1 330px;
}

.greenluck-yde1dc .greenluck-l5m8nn {
  flex: 1 1;
}

.greenluck-yde1dc tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.greenluck-yde1dc tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.greenluck-yde1dc tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.greenluck-yde1dc tr td p {
  color: #fff;
  margin: 0;
}

.greenluck-yde1dc tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.greenluck-yde1dc tr.greenluck-u22fhc td p {
  padding: 16px 0;
}

.greenluck-yde1dc tr.greenluck-u22fhc td p:not(:last-child),
.greenluck-yde1dc tr.greenluck-ngc9wh td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.greenluck-yde1dc tr.greenluck-u22fhc td p:first-child,
.greenluck-yde1dc tr.greenluck-ngc9wh td p:first-child {
  padding-top: 0;
}

.greenluck-yde1dc tr.greenluck-ngc9wh td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.greenluck-yde1dc tr.greenluck-ngc9wh td p:last-child {
  padding-bottom: 0;
}

.greenluck-yde1dc .greenluck-ngc9wh img {
  max-width: 32px;
}

.greenluck-yde1dc .greenluck-l5m8nn {
  min-width: 718px;
}

.greenluck-yde1dc .greenluck-l5m8nn td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.greenluck-yde1dc .greenluck-l5m8nn td {
  display: flex;
}

.greenluck-yde1dc .greenluck-l5m8nn td:last-child .greenluck-61rovn,
.greenluck-yde1dc .greenluck-l5m8nn td:last-child .greenluck-ujavto,
.greenluck-yde1dc .greenluck-l5m8nn td:last-child .greenluck-6cddu9 {
  flex: 1 1 50%;
}

.greenluck-yde1dc .greenluck-l5m8nn td:last-child .greenluck-9ocivm {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.greenluck-yde1dc .greenluck-l5m8nn td:last-child .greenluck-lb08zo,
.greenluck-yde1dc .greenluck-l5m8nn td:last-child .greenluck-mzwqeb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.greenluck-yde1dc .greenluck-l5m8nn td:last-child .greenluck-61rovn,
.greenluck-yde1dc .greenluck-l5m8nn td:last-child .greenluck-ujavto {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.greenluck-yde1dc .greenluck-l5m8nn td:last-child .greenluck-61rovn span,
.greenluck-yde1dc .greenluck-l5m8nn td:last-child .greenluck-ujavto span {
  font-weight: 800;
}

.greenluck-yde1dc .greenluck-l5m8nn img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .greenluck-yde1dc .greenluck-l5m8nn td .greenluck-6cddu9:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .greenluck-yde1dc tr.greenluck-u22fhc td p:last-child {
    padding-bottom: 0;
  }
  .greenluck-yde1dc .greenluck-ngc9wh > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .greenluck-yde1dc .greenluck-ngc9wh > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .greenluck-yde1dc tr.greenluck-u22fhc td p:not(:last-child),
  .greenluck-yde1dc tr.greenluck-ngc9wh td p:not(:last-child) {
    border-bottom: unset;
  }
  .greenluck-yde1dc tr.greenluck-ngc9wh td p:last-child {
    padding-bottom: 12px;
  }
  .greenluck-yde1dc .greenluck-l5m8nn td:last-child .greenluck-61rovn,
  .greenluck-yde1dc .greenluck-l5m8nn td:last-child .greenluck-ujavto,
  .greenluck-yde1dc .greenluck-l5m8nn td:last-child .greenluck-6cddu9 {
    flex: 1 1 50%;
    padding: 0;
  }
  .greenluck-yde1dc .greenluck-l5m8nn td:last-child .greenluck-61rovn,
  .greenluck-yde1dc .greenluck-l5m8nn td:last-child .greenluck-ujavto {
    margin-top: 16px;
  }
  .greenluck-yde1dc .greenluck-l5m8nn td:last-child .greenluck-6cddu9 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .greenluck-yde1dc .greenluck-l5m8nn td:last-child .greenluck-61rovn {
    border-right: 1px solid var(--border-color);
  }
  .greenluck-yde1dc .greenluck-l5m8nn td:last-child .greenluck-6cddu9:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .greenluck-yde1dc .greenluck-l5m8nn td:last-child .greenluck-6cddu9:last-child {
    padding-bottom: 0;
  }
}

.greenluck-6cddu9 {
  display: flex;
  flex-direction: column;
}

.greenluck-yde1dc .greenluck-l5m8nn td .greenluck-6cddu9 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.greenluck-yde1dc .greenluck-l5m8nn td .greenluck-6cddu9:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.greenluck-yde1dc .greenluck-l5m8nn td .greenluck-6cddu9:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .greenluck-yde1dc .greenluck-l5m8nn td .greenluck-6cddu9:not(:first-child) {
    padding-left: 0;
  }
  .greenluck-yde1dc .greenluck-l5m8nn td .greenluck-6cddu9:not(:last-of-type) {
    border-right: unset;
  }
}

.greenluck-yde1dc .greenluck-hmpch6 {
  flex: 0 1 485px;
}

.greenluck-yde1dc .greenluck-97ksgd {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.greenluck-yde1dc .greenluck-97ksgd li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.greenluck-yde1dc .greenluck-97ksgd li.greenluck-qoa3yy {
  padding: 6px 12px;
}

.greenluck-yde1dc .greenluck-97ksgd li a,
.greenluck-yde1dc .greenluck-97ksgd li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.greenluck-yde1dc .greenluck-dosp9b,
.greenluck-yde1dc .greenluck-6g7hck {
  flex: 1 1;
}

.greenluck-yde1dc .greenluck-tstmsd,
.greenluck-yde1dc .greenluck-hbgvug {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.greenluck-yde1dc .greenluck-tstmsd li,
.greenluck-yde1dc .greenluck-hbgvug li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.greenluck-yde1dc .greenluck-6g7hck img {
  max-width: 32px;
}

.greenluck-yde1dc .greenluck-dosp9b img {
  max-width: 32px;
}

.greenluck-yde1dc .greenluck-i0wovi {
  min-width: 280px;
}

.greenluck-yde1dc .greenluck-i0wovi img {
  max-width: 146px;
}

.greenluck-yde1dc .greenluck-i0wovi td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .greenluck-yde1dc .greenluck-u22fhc,
  .greenluck-yde1dc .greenluck-ngc9wh {
    flex: 0 1 auto;
  }
  .greenluck-yde1dc .greenluck-l5m8nn {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .greenluck-yde1dc .greenluck-u22fhc,
  .greenluck-yde1dc .greenluck-hmpch6,
  .greenluck-yde1dc .greenluck-ngc9wh,
  .greenluck-yde1dc .greenluck-l5m8nn {
    flex: 1 1 calc(50% - 20px);
  }
  .greenluck-yde1dc .greenluck-dosp9b,
  .greenluck-yde1dc .greenluck-i0wovi,
  .greenluck-yde1dc .greenluck-6g7hck {
    flex: 1 1 30%;
  }
  .greenluck-yde1dc .greenluck-i0wovi {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .greenluck-yde1dc .greenluck-u22fhc,
  .greenluck-yde1dc .greenluck-hmpch6,
  .greenluck-yde1dc .greenluck-dosp9b,
  .greenluck-yde1dc .greenluck-ngc9wh,
  .greenluck-yde1dc .greenluck-l5m8nn,
  .greenluck-yde1dc .greenluck-i0wovi,
  .greenluck-yde1dc .greenluck-6g7hck {
    flex: 1 1 100%;
  }
}

.greenluck-1dcm8z .greenluck-1butgb {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.greenluck-1dcm8z .greenluck-z380a6 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.greenluck-1dcm8z .greenluck-bfrvmm {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.greenluck-1dcm8z .greenluck-b49ogr {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.greenluck-1dcm8z .greenluck-b49ogr > :nth-child(3) {
  margin-top: 0;
}

.greenluck-1dcm8z .greenluck-qfk0v5 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.greenluck-1dcm8z .greenluck-4ujiza {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.greenluck-1dcm8z .greenluck-bola2e {
  grid-column: 1/2;
}

.greenluck-1dcm8z > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.greenluck-1dcm8z .greenluck-z380a6:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.greenluck-1dcm8z .greenluck-z380a6:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.greenluck-1dcm8z .greenluck-r9ek7n {
  min-width: 240px;
}

@media (max-width: 768px) {
  .greenluck-1dcm8z .greenluck-z380a6:not(:last-child):before {
    bottom: 8px;
  }
  .greenluck-1dcm8z .greenluck-z380a6:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .greenluck-1dcm8z .greenluck-b49ogr {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .greenluck-1dcm8z .greenluck-qfk0v5 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .greenluck-1dcm8z .greenluck-qfk0v5 img {
    width: 100%;
    height: auto;
  }
  .greenluck-1dcm8z .greenluck-r9ek7n {
    width: 100%;
    min-width: unset;
  }
}

.greenluck-6a5qmv .greenluck-2p6v38 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.greenluck-6a5qmv .greenluck-at4wi1 {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.greenluck-6a5qmv .greenluck-qfk0v5 {
  height: 100%;
}

.greenluck-6a5qmv .greenluck-qfk0v5 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.greenluck-6a5qmv .greenluck-6d42l9 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.greenluck-6a5qmv .greenluck-q8mnrg {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.greenluck-6a5qmv .greenluck-jf49ce {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .greenluck-6a5qmv .greenluck-at4wi1 {
    flex: 1 1 100%;
  }
  .greenluck-6a5qmv .greenluck-mvtvnj {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .greenluck-6a5qmv .greenluck-at4wi1 {
    flex-direction: column;
  }
  .greenluck-6a5qmv .greenluck-qfk0v5 {
    width: 100%;
    height: auto;
  }
  .greenluck-6a5qmv .greenluck-qfk0v5 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .greenluck-6a5qmv .greenluck-6d42l9 {
    padding: 0 16px 16px 16px;
  }
  .greenluck-6a5qmv .greenluck-mvtvnj {
    min-width: unset;
    width: 100%;
  }
}

.greenluck-3fw2iy .greenluck-cspe6l {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.greenluck-3fw2iy .greenluck-jhfl28 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.greenluck-3fw2iy img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.greenluck-3fw2iy .greenluck-9wrim0 {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.greenluck-3fw2iy .greenluck-jhfl28:hover .greenluck-9wrim0 {
  display: flex;
}

.greenluck-3fw2iy .greenluck-ezw1i3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.greenluck-3fw2iy .greenluck-cq91bw {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.greenluck-7ro8m1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.greenluck-7ro8m1.greenluck-hou1hp {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.greenluck-25vsl6 ease-in-out;
}

.greenluck-7ro8m1.greenluck-hou1hp:hover {
  color: #f9cb16;
  background-color: transparent;
}

.greenluck-3fw2iy .greenluck-gnttmt {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.greenluck-25vsl6 ease-in-out;
}

.greenluck-3fw2iy .greenluck-gnttmt:hover {
  color: #196948;
  background-color: #f9cb16;
}

.greenluck-3fw2iy .greenluck-gnttmt:after,
.greenluck-7ro8m1.greenluck-hou1hp:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.greenluck-7ro8m1.greenluck-hou1hp:after {
  background-image: url(../images/Cash.svg);
}

.greenluck-3fw2iy .greenluck-gnttmt:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .greenluck-3fw2iy .greenluck-cspe6l {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .greenluck-3fw2iy .greenluck-cspe6l {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .greenluck-3fw2iy .greenluck-cspe6l {
    grid-template-columns: 1fr;
  }
  .greenluck-3fw2iy .greenluck-jhfl28 {
    height: auto;
  }
  .greenluck-3fw2iy .greenluck-jhfl28 .greenluck-9wrim0 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .greenluck-3fw2iy .greenluck-ezw1i3,
  .greenluck-3fw2iy .greenluck-cq91bw {
    text-align: left;
  }
  .greenluck-3fw2iy .greenluck-cq91bw {
    margin-bottom: 8px;
  }
  .greenluck-3fw2iy img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.greenluck-nrpny3 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.greenluck-nrpny3.greenluck-r5qa89 {
  display: block;
}

.greenluck-nrpny3 .greenluck-p3obew {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.greenluck-nrpny3 .greenluck-smytyg {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.greenluck-nrpny3 .greenluck-w6wn4o {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.greenluck-nrpny3 .greenluck-6yyl26 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.greenluck-nrpny3 .greenluck-7ro8m1 {
  min-width: 296px;
  margin-bottom: 0;
}

.greenluck-nrpny3 .greenluck-ta4xgr {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.greenluck-nrpny3 .greenluck-yo7o5z {
  position: relative;
  flex: 1 1;
}

.greenluck-nrpny3 .greenluck-yo7o5z iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .greenluck-nrpny3 .greenluck-smytyg {
    flex-wrap: wrap;
    gap: 8px;
  }
  .greenluck-nrpny3 .greenluck-w6wn4o {
    order: 1;
  }
  .greenluck-nrpny3 .greenluck-6yyl26 {
    order: 3;
    flex: 1 1 100%;
  }
  .greenluck-nrpny3 .greenluck-7ro8m1 {
    width: 100%;
    min-width: unset;
  }
  .greenluck-nrpny3 .greenluck-ta4xgr {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .greenluck-5n3jwq > .greenluck-a6o22g {
    margin-bottom: 0;
  }
  .greenluck-5n3jwq > .greenluck-bola2e,
  .greenluck-5n3jwq > p {
    margin-top: 0;
  }
}

.greenluck-6jeovu img,
.greenluck-nqccch img {
  width: auto;
  object-fit: contain;
}

.greenluck-6jeovu {
  align-items: center;
}

.greenluck-6jeovu img {
  max-height: 76px;
}

.greenluck-nqccch img {
  max-height: 64px;
}

.greenluck-56gejs {
  overflow: auto;
}

.greenluck-j9t7mv {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.greenluck-0lr8xn:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.greenluck-sw6bay {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.greenluck-heyll4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.greenluck-sw6bay .greenluck-qfk0v5 {
  margin-right: 20px;
  flex-shrink: 0;
}

.greenluck-sw6bay img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.greenluck-4m6qfr {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.greenluck-4m6qfr > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .greenluck-sw6bay {
    padding: 15px 10px;
  }
  .greenluck-4m6qfr {
    padding: 15px 10px;
  }
  .greenluck-sw6bay .greenluck-qfk0v5 {
    margin-right: 10px;
  }
}

.greenluck-d8y3yz {
  overflow-x: auto;
}

.greenluck-rd2afx {
  border-collapse: collapse;
  width: 100%;
}

.greenluck-d8y3yz th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.greenluck-d8y3yz td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.greenluck-d8y3yz td.greenluck-kgh854 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.greenluck-d8y3yz td.greenluck-uxhsqd {
  border-right: none;
}

.greenluck-d8y3yz td.greenluck-uxhsqd .greenluck-qfk0v5 {
  justify-content: flex-start;
}

.greenluck-d8y3yz td.greenluck-uxhsqd .greenluck-qfk0v5 img {
  height: auto;
  width: 90px;
}

.greenluck-d8y3yz td.greenluck-68j7ac,
.greenluck-d8y3yz td.greenluck-u0f1pd {
  font-weight: 600;
  text-align: right;
}

.greenluck-d8y3yz td.greenluck-qewo7y,
.greenluck-d8y3yz td.greenluck-68j7ac {
  padding-bottom: 10px;
  border-bottom: none;
}

.greenluck-d8y3yz td.greenluck-68j7ac,
.greenluck-d8y3yz td.greenluck-u0f1pd {
  border-left: none;
}

.greenluck-d8y3yz td.greenluck-qewo7y,
.greenluck-d8y3yz td.greenluck-j6br1s {
  border-right: none;
}

.greenluck-d8y3yz td.greenluck-j6br1s,
.greenluck-d8y3yz td.greenluck-u0f1pd {
  border-top: none;
  padding-top: 10px;
}

.greenluck-ehs0kb {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.greenluck-ehs0kb .greenluck-mvtvnj {
  min-width: unset;
  width: 100%;
}

.greenluck-ehs0kb .greenluck-mvtvnj.greenluck-osy6vi {
  grid-column: 1/2;
  grid-row: 1/2;
}

.greenluck-ehs0kb .greenluck-mvtvnj.greenluck-fk8fb1 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.greenluck-ehs0kb .greenluck-dv2im5 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .greenluck-ehs0kb {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .greenluck-ehs0kb .greenluck-mvtvnj.greenluck-osy6vi {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .greenluck-ehs0kb .greenluck-mvtvnj.greenluck-fk8fb1 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .greenluck-ehs0kb .greenluck-dv2im5 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.greenluck-u8lyzn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.greenluck-bvcio4 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.greenluck-6jkqkj p a img {
  margin: 0 auto;
  display: block;
}

.greenluck-6jkqkj table {
  margin-bottom: 17px;
}

/* contanct form */
.greenluck-saiztm {
  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-saiztm label {
  font-size: 14px;
}

.greenluck-saiztm h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.greenluck-saiztm input,
.greenluck-saiztm textarea,
.greenluck-saiztm 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-saiztm button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.greenluck-25vsl6 ease;
}
.greenluck-saiztm button:hover {
  background-color: #691204;
}
.greenluck-3p07j1 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.greenluck-z7pxv2 ease-in;
}

.greenluck-3p07j1 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}