@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);
}

.lucky-vibe-2rotzb {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.lucky-vibe-5anngc {
  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.lucky-vibe-0fyo5l,
ul.lucky-vibe-0fyo5l {
  padding-left: 20px;
}

ul.lucky-vibe-0fyo5l {
  list-style: disc;
}

ol.lucky-vibe-0fyo5l {
  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;
  }
}

.lucky-vibe-v38xpj > .lucky-vibe-t5k7r8,
.lucky-vibe-v38xpj > .lucky-vibe-kiviwp,
.lucky-vibe-v38xpj > blockquote,
.lucky-vibe-v38xpj > h1,
.lucky-vibe-v38xpj > h2,
.lucky-vibe-v38xpj > h3,
.lucky-vibe-v38xpj > h4,
.lucky-vibe-v38xpj > h5,
.lucky-vibe-v38xpj > h6,
.lucky-vibe-v38xpj > ol,
.lucky-vibe-v38xpj > p,
.lucky-vibe-v38xpj > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.lucky-vibe-v38xpj > ol,
.lucky-vibe-v38xpj > ul {
  padding-left: 50px;
}

.lucky-vibe-v38xpj 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;
}

.lucky-vibe-v38xpj:not(:last-child) {
  margin-bottom: 2rem;
}

.lucky-vibe-v38xpj > :not(:first-child) {
  margin-top: 2rem;
}

.lucky-vibe-v38xpj {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lucky-vibe-v38xpj:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .lucky-vibe-v38xpj:first-child {
    margin-top: 20px;
  }
}

.lucky-vibe-v38xpj > p:last-of-type {
  margin-bottom: 32px;
}

.lucky-vibe-v38xpj > .lucky-vibe-82zrtq:not(:first-child) {
  margin: 64px auto 16px auto;
}

.lucky-vibe-q010jp > .lucky-vibe-82zrtq {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.lucky-vibe-kiviwp {
  overflow: auto;
}

.lucky-vibe-kiviwp::-webkit-scrollbar {
  height: 5px;
}

.lucky-vibe-kiviwp table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.lucky-vibe-kiviwp table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.lucky-vibe-kiviwp table thead,
table thead {
  border-bottom: none;
}

.lucky-vibe-kiviwp table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.lucky-vibe-kiviwp table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.lucky-vibe-kiviwp table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.lucky-vibe-kiviwp .lucky-vibe-qszepv {
  table-layout: auto;
}

.lucky-vibe-kiviwp .lucky-vibe-qszepv th {
  word-break: normal;
}

.lucky-vibe-kiviwp .lucky-vibe-qszepv td {
  word-break: normal;
}

.lucky-vibe-2rotzb .lucky-vibe-2rotzb {
  padding-right: 0;
  padding-left: 0;
}

.lucky-vibe-hs8h43 {
  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;
}

.lucky-vibe-cq00lc {
  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;
}

.lucky-vibe-xidykh {
  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;
}

.lucky-vibe-t5k7r8 {
  margin-top: 24px;
}

.lucky-vibe-t5k7r8.lucky-vibe-4ecesh {
  text-align: left;
}

.lucky-vibe-t5k7r8.lucky-vibe-mv0q3h {
  text-align: right;
}

.lucky-vibe-t5k7r8.lucky-vibe-jql7n7 {
  text-align: center;
}

.lucky-vibe-nusocc {
  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.lucky-vibe-dp2cer ease-in-out;
  cursor: pointer;
}

.lucky-vibe-nusocc:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.lucky-vibe-nusocc {
  min-width: 328px;
}

@media (max-width: 768px) {
  .lucky-vibe-nusocc {
    min-width: unset;
  }
}

.lucky-vibe-nn0von {
  background-color: var(--fh-bg-color);
}

.lucky-vibe-6tossh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.lucky-vibe-hk209s {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.lucky-vibe-hk209s img {
  max-height: 80px;
  object-fit: contain;
}

.lucky-vibe-3vzj4t {
  flex: 1 1;
}

.lucky-vibe-bmes6p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.lucky-vibe-wi1p3g {
  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;
}

.lucky-vibe-wi1p3g 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;
}

.lucky-vibe-wi1p3g.lucky-vibe-89sz0s span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.lucky-vibe-wi1p3g.lucky-vibe-89sz0s span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.lucky-vibe-wi1p3g.lucky-vibe-89sz0s span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.lucky-vibe-3vzj4t + .lucky-vibe-bmes6p {
  margin-left: 20px;
}

.lucky-vibe-cshpdz {
  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;
}

.lucky-vibe-cshpdz > svg {
  max-width: 24px;
  max-height: 24px;
}

.lucky-vibe-cshpdz + .lucky-vibe-cshpdz {
  margin-left: 5px;
}

.lucky-vibe-rfkxqg {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.lucky-vibe-rfkxqg:hover {
  background-color: var(--button-bg-hover);
}

.lucky-vibe-81bia4 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.lucky-vibe-dp2cer ease-in-out;
  border: 1px solid var(--border-color);
}

.lucky-vibe-81bia4:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.lucky-vibe-dz5zf6 {
  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) {
  .lucky-vibe-3vzj4t {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .lucky-vibe-dz5zf6 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .lucky-vibe-3vzj4t {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .lucky-vibe-cshpdz {
    min-width: unset;
    flex: 1 1;
  }
}

.lucky-vibe-ued456 {
  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;
}

.lucky-vibe-ued456:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.lucky-vibe-ued456:hover .lucky-vibe-c54dvk {
  opacity: 1;
  pointer-events: auto;
}

.lucky-vibe-c6u1bz {
  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.lucky-vibe-69nbno ease-in-out;
  gap: 4px;
}

.lucky-vibe-c6u1bz > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.lucky-vibe-c6u1bz .lucky-vibe-hs8h43 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.lucky-vibe-lqsae8,
.lucky-vibe-c6u1bz:hover {
  color: var(--button-bg-hover);
}

.lucky-vibe-xmgg83 {
  position: relative;
}

.lucky-vibe-xmgg83 .lucky-vibe-c6u1bz {
  margin-right: 0;
  padding-right: 4px;
}

.lucky-vibe-ifv63b svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.lucky-vibe-xmgg83.lucky-vibe-89sz0s .lucky-vibe-ifv63b svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.lucky-vibe-xmgg83.lucky-vibe-89sz0s .lucky-vibe-c54dvk {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.lucky-vibe-xmgg83.lucky-vibe-89sz0s .lucky-vibe-c54dvk::before {
  display: none;
}

.lucky-vibe-ifv63b svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.lucky-vibe-c54dvk {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.lucky-vibe-igu08x 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.lucky-vibe-c54dvk::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.lucky-vibe-c54dvk:hover {
  color: var(--fh-bg-color);
}

.lucky-vibe-ga7byb {
  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.lucky-vibe-igu08x 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.lucky-vibe-69nbno ease-in-out;
  -o-transition: 0.lucky-vibe-69nbno ease-in-out;
  transition: 0.lucky-vibe-69nbno ease-in-out;
}

.lucky-vibe-ga7byb .lucky-vibe-hs8h43 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.lucky-vibe-n7cbid,
.lucky-vibe-ga7byb:hover {
  color: var(--button-bg-hover);
}

.lucky-vibe-xhtc06 {
  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%;
}

.lucky-vibe-xhtc06.lucky-vibe-dm38n1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.lucky-vibe-xhtc06.lucky-vibe-dm38n1:after,
.lucky-vibe-xhtc06.lucky-vibe-dm38n1:before {
  content: "";
  position: absolute;
  margin: auto;
}

.lucky-vibe-xhtc06.lucky-vibe-dm38n1: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);
  }
}

.lucky-vibe-xhtc06.lucky-vibe-dm38n1:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.lucky-vibe-xhtc06.lucky-vibe-dm38n1 > * {
  z-index: 1;
}

.lucky-vibe-xhtc06 b,
.lucky-vibe-xhtc06 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.lucky-vibe-xhtc06 .lucky-vibe-4jpghh {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.lucky-vibe-xhtc06 .lucky-vibe-v8937m {
  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;
}

.lucky-vibe-xhtc06 .lucky-vibe-hs8h43 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.lucky-vibe-xhtc06 .lucky-vibe-uujkx9 {
  margin-top: 12px;
}

.lucky-vibe-uujkx9 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.lucky-vibe-07mn1u {
  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;
}

.lucky-vibe-uujkx9 .lucky-vibe-32ro2p {
  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.lucky-vibe-dp2cer ease-in-out;
}

.lucky-vibe-uujkx9 .lucky-vibe-32ro2p:hover {
  background: rgba(255, 255, 255, 0.3);
}

.lucky-vibe-i04doc {
  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;
}

.lucky-vibe-xhtc06.lucky-vibe-uh65ix {
  gap: 12px;
  padding: 16px;
}

.lucky-vibe-xhtc06.lucky-vibe-uh65ix .lucky-vibe-i04doc {
  min-width: 240px;
}

.lucky-vibe-xhtc06.lucky-vibe-uh65ix .lucky-vibe-i04doc.lucky-vibe-471f2w {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .lucky-vibe-xhtc06 .lucky-vibe-4jpghh {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .lucky-vibe-xhtc06 .lucky-vibe-v8937m {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .lucky-vibe-xhtc06 .lucky-vibe-hs8h43 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .lucky-vibe-xhtc06.lucky-vibe-uh65ix .lucky-vibe-hs8h43 {
    max-width: 126px;
  }
  .lucky-vibe-xhtc06 .lucky-vibe-uujkx9 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .lucky-vibe-xhtc06 .lucky-vibe-07mn1u {
    max-width: unset;
  }
  .lucky-vibe-i04doc {
    min-width: unset;
    width: 100%;
  }
  .lucky-vibe-xhtc06 .lucky-vibe-i04doc {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .lucky-vibe-xhtc06.lucky-vibe-uh65ix {
    grid-template-rows: auto 1fr auto;
  }
  .lucky-vibe-xhtc06.lucky-vibe-uh65ix .lucky-vibe-i04doc {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .lucky-vibe-xhtc06 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .lucky-vibe-xhtc06 .lucky-vibe-4jpghh {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .lucky-vibe-xhtc06 .lucky-vibe-hs8h43 {
    max-width: 78px;
  }
  .lucky-vibe-xhtc06 .lucky-vibe-uujkx9 {
    margin-top: -12px;
  }
  .lucky-vibe-xhtc06.lucky-vibe-uh65ix {
    gap: 8px;
  }
  .lucky-vibe-xhtc06.lucky-vibe-uh65ix .lucky-vibe-4jpghh {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .lucky-vibe-xhtc06.lucky-vibe-uh65ix .lucky-vibe-v8937m {
    grid-column: 1/3;
  }
  .lucky-vibe-xhtc06.lucky-vibe-uh65ix .lucky-vibe-hs8h43 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .lucky-vibe-xhtc06.lucky-vibe-uh65ix .lucky-vibe-hs8h43 img {
    max-width: 114px;
  }
}

.lucky-vibe-i04doc.lucky-vibe-9fi2kj,
.lucky-vibe-i04doc.lucky-vibe-4fg9q5,
.lucky-vibe-i04doc.lucky-vibe-6t3ksw {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.lucky-vibe-dp2cer ease-in-out;
}

.lucky-vibe-i04doc.lucky-vibe-9fi2kj,
.lucky-vibe-i04doc.lucky-vibe-6t3ksw {
  padding: 10px;
}

.lucky-vibe-i04doc.lucky-vibe-9fi2kj:hover,
.lucky-vibe-i04doc.lucky-vibe-4fg9q5:hover,
.lucky-vibe-i04doc.lucky-vibe-6t3ksw:hover {
  background: var(--button-bg-hover);
}

.lucky-vibe-i04doc.lucky-vibe-9fi2kj:hover svg path,
.lucky-vibe-i04doc.lucky-vibe-6t3ksw:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.lucky-vibe-i04doc.lucky-vibe-471f2w {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.lucky-vibe-dp2cer ease-in-out;
  background: var(--button-bg-color);
}

.lucky-vibe-i04doc.lucky-vibe-471f2w:hover {
  background-color: var(--button-bg-hover);
}

.lucky-vibe-i04doc.lucky-vibe-4fg9q5: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);
  }
}

.lucky-vibe-i04doc.lucky-vibe-4fg9q5:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.lucky-vibe-i04doc.lucky-vibe-471f2w:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.lucky-vibe-fhtk7e {
  max-width: 650px;
}

.lucky-vibe-l2fusj {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.lucky-vibe-yvhq75 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lucky-vibe-oahbm5 {
  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.lucky-vibe-69nbno ease-in-out;
  cursor: pointer;
}

.lucky-vibe-oahbm5:hover {
  opacity: 0.5;
}

.lucky-vibe-oahbm5:focus {
  outline: 0;
}

.lucky-vibe-oahbm5:focus .lucky-vibe-v80spw,
.lucky-vibe-oahbm5:hover .lucky-vibe-v80spw {
  fill: red;
  fill-opacity: 1;
}

.lucky-vibe-oahbm5:hover {
  cursor: pointer;
}

.lucky-vibe-84tevl {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.lucky-vibe-fhtk7e.lucky-vibe-jql7n7 {
  margin: 0 auto;
}

.lucky-vibe-fhtk7e.lucky-vibe-mv0q3h {
  margin-left: auto;
}

.lucky-vibe-rnqir3 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.lucky-vibe-vtu7wr {
  padding-bottom: 50px;
}

.lucky-vibe-jeqzwy {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.lucky-vibe-g87ghf {
  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;
}

.lucky-vibe-fvgsga {
  margin-top: 24px;
}

.lucky-vibe-bb2v4z {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lucky-vibe-d4r1kc {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.lucky-vibe-ojhlpn {
  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;
}

.lucky-vibe-j1l9yr {
  width: 468px;
}

.lucky-vibe-ojhlpn .lucky-vibe-c54dvk {
  margin: 0.lucky-vibe-wic6qc 0;
}

.lucky-vibe-n242pe {
  display: flex;
  min-width: 224px;
}

.lucky-vibe-j6gayi {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.lucky-vibe-69nbno ease-in-out;
}

.lucky-vibe-daxeie,
.lucky-vibe-j6gayi:hover {
  color: var(--text-color);
}

.lucky-vibe-ayog7t {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.lucky-vibe-a29oi0 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .lucky-vibe-rnqir3 {
    padding: 16px;
  }
  .lucky-vibe-ayog7t {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .lucky-vibe-a29oi0 {
    align-items: center;
  }
  .lucky-vibe-j1l9yr {
    width: unset;
  }
  .lucky-vibe-n242pe {
    min-width: unset;
  }
  .lucky-vibe-ojhlpn {
    max-height: unset;
  }
  .lucky-vibe-jeqzwy {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .lucky-vibe-rnqir3 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.lucky-vibe-esu9dv {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.lucky-vibe-esu9dv:not(:last-child) {
  margin-bottom: 16px;
}

.lucky-vibe-nti6qi {
  outline: 0;
}

.lucky-vibe-nti6qi .lucky-vibe-vfn2z7 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.lucky-vibe-can9y3 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .lucky-vibe-can9y3 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.lucky-vibe-can9y3::-webkit-details-marker {
  display: none;
}

.lucky-vibe-can9y3: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;
}

.lucky-vibe-can9y3: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] .lucky-vibe-can9y3:after {
  transform: unset;
}

.lucky-vibe-vfn2z7 {
  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);
}

.lucky-vibe-vfn2z7 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.lucky-vibe-69nbno ease-in-out;
  -o-transition: 0.lucky-vibe-69nbno ease-in-out;
  transition: 0.lucky-vibe-69nbno ease-in-out;
}

.lucky-vibe-i6uwms {
  padding: 16px 0 0 0;
}

.lucky-vibe-i6uwms * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .lucky-vibe-i6uwms :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .lucky-vibe-can9y3 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .lucky-vibe-can9y3::after {
    margin-left: auto;
  }
  .lucky-vibe-vfn2z7 {
    order: 3;
    flex: 1 1 100%;
  }
  .lucky-vibe-can9y3 {
    font-size: 14px;
    line-height: 130%;
  }
  .lucky-vibe-vfn2z7 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.lucky-vibe-jr5w64 {
  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;
}

.lucky-vibe-h4uytd {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.lucky-vibe-jr5w64.lucky-vibe-89sz0s .lucky-vibe-h4uytd {
  margin-bottom: 12px;
}

.lucky-vibe-h4uytd::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;
}

.lucky-vibe-jr5w64.lucky-vibe-89sz0s .lucky-vibe-h4uytd::after {
  transform: unset;
}

.lucky-vibe-28f0qr {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.lucky-vibe-9b8toe {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.lucky-vibe-69nbno ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.lucky-vibe-9b8toe: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;
}

.lucky-vibe-jr5w64.lucky-vibe-89sz0s .lucky-vibe-28f0qr {
  max-height: 100%;
}

.lucky-vibe-ga8fka {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.lucky-vibe-bfdb6p {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.lucky-vibe-5e19fh {
  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;
}

.lucky-vibe-66rzb7 {
  margin-right: 4px;
}

.lucky-vibe-h57iok {
  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.lucky-vibe-69nbno ease-in-out;
}

.lucky-vibe-h57iok svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.lucky-vibe-cslmon,
.lucky-vibe-h57iok:hover {
  color: var(--text-color);
}

.lucky-vibe-gbrx1a {
  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;
}

.lucky-vibe-gbrx1a img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.lucky-vibe-gbrx1a .lucky-vibe-x4ha8i {
  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;
}

.lucky-vibe-gbrx1a .lucky-vibe-z5dlbg {
  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;
}

.lucky-vibe-79z3k9 {
  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;
}

.lucky-vibe-t551yn {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lucky-vibe-2olbku .lucky-vibe-2rotzb {
  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;
}

.lucky-vibe-2olbku {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.lucky-vibe-slfo68 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.lucky-vibe-o3irdb {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.lucky-vibe-wdpuo1 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.lucky-vibe-pflj5f 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;
}

.lucky-vibe-wdpuo1:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.lucky-vibe-r83r2f {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.lucky-vibe-wh32ft {
  -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.lucky-vibe-69nbno ease-in-out;
  transition: transform 0.lucky-vibe-69nbno ease-in-out;
  -o-transition: transform 0.lucky-vibe-69nbno ease-in-out;
  transition:
    transform 0.lucky-vibe-69nbno ease-in-out,
    -webkit-transform 0.lucky-vibe-69nbno ease-in-out;
  cursor: pointer;
}

.lucky-vibe-wh32ft svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.lucky-vibe-wh32ft: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;
}

.lucky-vibe-0ngzdk {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .lucky-vibe-0ngzdk {
    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);
}

.lucky-vibe-5tzfgj {
  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;
}

.lucky-vibe-huei30 {
  position: relative;
  width: 100%;
}

.lucky-vibe-5tzfgj.lucky-vibe-ajdcyk {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.lucky-vibe-5tzfgj.lucky-vibe-jql7n7 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lucky-vibe-5tzfgj.lucky-vibe-mv0q3h {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lucky-vibe-5obxar {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.lucky-vibe-t1yvgf {
  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.lucky-vibe-69nbno ease-in-out;
  cursor: pointer;
}

.lucky-vibe-t1yvgf:hover {
  opacity: 0.5;
}

.lucky-vibe-5tzfgj.lucky-vibe-tx82g4 .lucky-vibe-t1yvgf {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.lucky-vibe-5tzfgj.lucky-vibe-tx82g4 .lucky-vibe-5obxar {
  cursor: pointer;
}

.lucky-vibe-5bzdh5 {
  fill: #0009;
}

.lucky-vibe-y53v0k {
  fill: #fff;
}

.lucky-vibe-t1yvgf:hover .lucky-vibe-5bzdh5 {
  fill: red;
}

.lucky-vibe-t1yvgf svg path {
  -webkit-transition: 0.lucky-vibe-69nbno ease-in-out;
  -o-transition: 0.lucky-vibe-69nbno ease-in-out;
  transition: 0.lucky-vibe-69nbno ease-in-out;
}

.lucky-vibe-1t7g2x {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.lucky-vibe-1t7g2x > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.lucky-vibe-1t7g2x.lucky-vibe-2c9ykq > :not(.get-image) {
  grid-column: 1/3;
}

.lucky-vibe-snbros:not(._h1-block) .lucky-vibe-1t7g2x > .lucky-vibe-82zrtq {
  grid-row: 1/2;
  grid-column: 1/3;
}

.lucky-vibe-1t7g2x.lucky-vibe-2c9ykq .lucky-vibe-g4c9zj {
  grid-column: 2/3;
}

.lucky-vibe-1t7g2x.lucky-vibe-2c9ykq > .lucky-vibe-hs8h43 {
  grid-column: 1/2;
}

.lucky-vibe-1t7g2x.lucky-vibe-2c9ykq > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.lucky-vibe-1t7g2x > p:first-of-type {
  margin-top: 0;
}

.lucky-vibe-1t7g2x .lucky-vibe-hs8h43 {
  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;
}

.lucky-vibe-snbros:not(._h1-block) .lucky-vibe-82zrtq ~ .lucky-vibe-hs8h43 {
  grid-row: 2/10;
}

.lucky-vibe-snbros.lucky-vibe-klvmm2 .lucky-vibe-82zrtq ~ .lucky-vibe-hs8h43 {
  grid-row: 1/10;
}

.lucky-vibe-snbros.lucky-vibe-klvmm2 > .lucky-vibe-82zrtq {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.lucky-vibe-snbros.lucky-vibe-klvmm2 .lucky-vibe-hs8h43 {
  grid-row: 1/10;
}

.lucky-vibe-1t7g2x.lucky-vibe-kcppx1 .lucky-vibe-hs8h43 {
  align-items: flex-start;
}

.lucky-vibe-1t7g2x.lucky-vibe-jql7n7 .lucky-vibe-g4c9zj {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.lucky-vibe-1t7g2x.lucky-vibe-jql7n7 .lucky-vibe-hs8h43 {
  align-items: center;
}

.lucky-vibe-1t7g2x.lucky-vibe-uaksp0 .lucky-vibe-hs8h43 {
  align-items: flex-end;
}

.lucky-vibe-g4c9zj > :first-child {
  margin-top: 0;
}

.lucky-vibe-g4c9zj > :last-child {
  margin-bottom: 0;
}

* + .lucky-vibe-48kypc,
.lucky-vibe-snbros + .lucky-vibe-snbros {
  margin-top: 2rem;
}

.lucky-vibe-n2bq72 td::before,
.lucky-vibe-n2bq72 th::after {
  display: none !important;
}

.lucky-vibe-n2bq72 #link-selector {
  color: #000;
}

.lucky-vibe-n2bq72 .lucky-vibe-ythubw {
  color: #135e96;
}

.lucky-vibe-n2bq72 .lucky-vibe-ie6tay *,
.lucky-vibe-n2bq72 .lucky-vibe-9y6i7b p,
.lucky-vibe-n2bq72 .lucky-vibe-ps2ww4 * {
  color: #000;
}

.lucky-vibe-n2bq72 .lucky-vibe-n3h69d {
  background: 0 0 !important;
}

.lucky-vibe-n2bq72 .lucky-vibe-i74mj8 {
  color: #000;
}

.lucky-vibe-n2bq72 .lucky-vibe-oioc53.lucky-vibe-o3v0a4 {
  color: #fff;
}

.lucky-vibe-n2bq72 .lucky-vibe-6mygbm {
  color: #000;
}

.lucky-vibe-n2bq72
  .lucky-vibe-wup7o7
  .lucky-vibe-8wnkaz.lucky-vibe-o3v0a4.lucky-vibe-e60g1e {
  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;
}

.lucky-vibe-5cv2m1,
body .lucky-vibe-4o1fwn {
  color: #000;
  background: var(--color-body) !important;
}

.lucky-vibe-5cv2m1 .lucky-vibe-yoau9k .lucky-vibe-zpghmg,
body .lucky-vibe-4o1fwn .lucky-vibe-yoau9k .lucky-vibe-zpghmg {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .lucky-vibe-9b8toe:focus,
  .lucky-vibe-9b8toe:hover {
    color: #f9cb16;
  }
  .lucky-vibe-cn49q2:focus,
  .lucky-vibe-cn49q2:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .lucky-vibe-on3lwp:focus img,
  .lucky-vibe-on3lwp:focus svg,
  .lucky-vibe-on3lwp:hover img,
  .lucky-vibe-on3lwp:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .lucky-vibe-gbrx1a {
    display: none;
  }
}

@media (min-width: 1024px) {
  .lucky-vibe-xmgg83:hover .lucky-vibe-ifv63b svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .lucky-vibe-ifv63b {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .lucky-vibe-4ncgze {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .lucky-vibe-afbpkr {
    grid-template-columns: repeat(4, 1fr);
  }
  .lucky-vibe-xm6yvl {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .lucky-vibe-t3xfvd .lucky-vibe-7548ng {
    grid-template-columns: 1fr;
  }
  .lucky-vibe-t3xfvd .lucky-vibe-5besre {
    -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;
  }
  .lucky-vibe-t3xfvd .lucky-vibe-rllzr5 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lucky-vibe-t3xfvd .lucky-vibe-t6wv6o {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lucky-vibe-t3xfvd .lucky-vibe-zlywhf {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .lucky-vibe-t3xfvd .lucky-vibe-rllzr5:not(:first-child) {
    border: none;
  }
  .lucky-vibe-t3xfvd .lucky-vibe-rllzr5:first-child .lucky-vibe-t6wv6o {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .lucky-vibe-t3xfvd .lucky-vibe-rllzr5:last-child .lucky-vibe-t6wv6o {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .lucky-vibe-6tossh {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .lucky-vibe-hk209s {
    max-width: 100px;
  }
  .lucky-vibe-3vzj4t {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .lucky-vibe-bmes6p {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .lucky-vibe-bmes6p svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .lucky-vibe-wi1p3g {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .lucky-vibe-3vzj4t + .lucky-vibe-bmes6p {
    margin-left: auto;
  }
  .lucky-vibe-v5nqzk {
    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;
  }
  .lucky-vibe-v5nqzk.lucky-vibe-89sz0s {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .lucky-vibe-dz5zf6 {
    -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;
  }
  .lucky-vibe-ued456 {
    width: 100%;
  }
  .lucky-vibe-ued456:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .lucky-vibe-c6u1bz {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .lucky-vibe-c6u1bz svg {
    margin-right: 4px;
  }
  .lucky-vibe-xmgg83 {
    -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;
  }
  .lucky-vibe-ifv63b svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .lucky-vibe-ifv63b {
    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;
  }
  .lucky-vibe-c54dvk {
    display: none;
    width: 100%;
  }
  .lucky-vibe-xmgg83.lucky-vibe-89sz0s .lucky-vibe-c54dvk {
    padding: 0 0 0 48px;
  }
  .lucky-vibe-ga7byb {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .lucky-vibe-g87ghf .lucky-vibe-hs8h43 {
    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;
  }
  .lucky-vibe-z2jdga {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .lucky-vibe-z2jdga + .lucky-vibe-z2jdga {
    margin-right: 0;
  }
  .lucky-vibe-z2jdga + .lucky-vibe-hs8h43 {
    margin: 0;
  }
  .lucky-vibe-4ncgze {
    grid-template-columns: repeat(4, 1fr);
  }
  .lucky-vibe-afbpkr {
    grid-template-columns: repeat(3, 1fr);
  }
  .lucky-vibe-vuhx8c,
  .lucky-vibe-8rw4z3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lucky-vibe-1t7g2x {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .lucky-vibe-1t7g2x.lucky-vibe-2c9ykq .lucky-vibe-g4c9zj {
    grid-column: auto;
    grid-row: auto;
  }
  .lucky-vibe-1t7g2x > .lucky-vibe-82zrtq {
    grid-column: 1/2;
  }
  .lucky-vibe-1t7g2x.lucky-vibe-2c9ykq > :not(.get-image) {
    grid-column: 1/2;
  }
  .lucky-vibe-1t7g2x .lucky-vibe-hs8h43,
  .lucky-vibe-1t7g2x.lucky-vibe-2c9ykq > .lucky-vibe-hs8h43 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .lucky-vibe-1t7g2x.lucky-vibe-2c9ykq > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .lucky-vibe-snbros.lucky-vibe-klvmm2 .lucky-vibe-1t7g2x > .lucky-vibe-hs8h43 {
    grid-row: 1/2;
  }
  .lucky-vibe-1t7g2x .lucky-vibe-82zrtq ~ .lucky-vibe-hs8h43,
  .lucky-vibe-1t7g2x.lucky-vibe-2c9ykq .lucky-vibe-82zrtq ~ .lucky-vibe-hs8h43 {
    grid-row: 2/3;
  }
  .lucky-vibe-snbros.lucky-vibe-klvmm2 .lucky-vibe-82zrtq ~ .lucky-vibe-hs8h43 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .lucky-vibe-v38xpj:first-child .lucky-vibe-a5tdft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lucky-vibe-v38xpj:first-child .lucky-vibe-a5tdft h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .lucky-vibe-v38xpj {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .lucky-vibe-v38xpj {
    padding: 0;
  }
  .lucky-vibe-t5k7r8 {
    margin-top: 1rem;
  }
  .lucky-vibe-nti6qi {
    border-radius: 5px;
  }
  .lucky-vibe-16y62t {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lucky-vibe-h4uytd::after {
    display: inline-block;
  }
  .lucky-vibe-h4uytd {
    margin: 0;
    width: 100%;
  }
  .lucky-vibe-28f0qr {
    width: 100%;
  }
  .lucky-vibe-28f0qr.lucky-vibe-bast8s {
    -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%;
  }
  .lucky-vibe-28f0qr.lucky-vibe-bast8s .lucky-vibe-5yq3k4 {
    width: 100%;
  }
  .lucky-vibe-28f0qr.lucky-vibe-bast8s .lucky-vibe-5yq3k4:not(:last-child) {
    margin-right: 0;
  }
  .lucky-vibe-9b8toe {
    width: 100%;
    text-align: center;
  }
  .lucky-vibe-jr5w64.lucky-vibe-89sz0s .lucky-vibe-28f0qr {
    margin-top: 1rem;
  }
  .lucky-vibe-4ncgze {
    grid-template-columns: repeat(3, 1fr);
  }
  .lucky-vibe-xm6yvl,
  .lucky-vibe-afbpkr {
    grid-template-columns: repeat(2, 1fr);
  }
  .lucky-vibe-vuhx8c,
  .lucky-vibe-8rw4z3,
  .lucky-vibe-qlipl7 {
    grid-template-columns: 1fr;
  }
  .lucky-vibe-sdyyx2 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .lucky-vibe-46o9iy {
    min-width: 300px;
    max-width: 325px;
  }
  .lucky-vibe-t6wv6o {
    cursor: auto;
  }
  .lucky-vibe-jjtho0 .lucky-vibe-t6wv6o {
    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;
  }
  .lucky-vibe-0ngzdk {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .lucky-vibe-c54dvk {
    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) {
  .lucky-vibe-0ngzdk {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.lucky-vibe-z2jdga p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .lucky-vibe-bmes6p {
    margin: 0 -0.2rem;
  }
  .lucky-vibe-z2jdga {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .lucky-vibe-q9civk {
    -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;
  }
  .lucky-vibe-f1fzbc {
    max-width: 100%;
  }
  .lucky-vibe-4ncgze {
    grid-template-columns: repeat(2, 1fr);
  }
  .lucky-vibe-xm6yvl,
  .lucky-vibe-afbpkr {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .lucky-vibe-6tossh {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lucky-vibe-bmes6p {
    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;
  }
  .lucky-vibe-nn0von {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lucky-vibe-cshpdz {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .lucky-vibe-urgyfh,
  .lucky-vibe-q9pikt {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .lucky-vibe-nusocc {
    width: 100%;
  }
  .lucky-vibe-4ncgze {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .lucky-vibe-0ngzdk {
    top: 127px !important;
  }
}

.lucky-vibe-qnjc52 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .lucky-vibe-qnjc52 {
  }
}

@media (max-width: 767px) {
  .lucky-vibe-qnjc52 {
    margin-bottom: 12px;
  }
}

.lucky-vibe-qnjc52 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.lucky-vibe-pzminc {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.lucky-vibe-pzminc > .lucky-vibe-xskdc3 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .lucky-vibe-pzminc {
    flex-direction: column;
    gap: 12px;
  }
}

.lucky-vibe-nvgdf8 {
  display: flex;
}

.lucky-vibe-nvgdf8 .lucky-vibe-7jo4lx {
  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;
}

.lucky-vibe-nvgdf8 .lucky-vibe-od2mi4 {
  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;
}

.lucky-vibe-nvgdf8 .lucky-vibe-xekbrl {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.lucky-vibe-nvgdf8 .lucky-vibe-lyr48l {
  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));
  }
}

.lucky-vibe-nvgdf8 .lucky-vibe-lyr48l:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.lucky-vibe-nvgdf8 .lucky-vibe-k8n4vj {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.lucky-vibe-d8hkf6 {
  border: unset;
  background-color: unset;
}

.lucky-vibe-d8hkf6 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.lucky-vibe-d8hkf6 .lucky-vibe-isatwe,
.lucky-vibe-d8hkf6 .lucky-vibe-rya7c3 {
  flex: 0 1 330px;
}

.lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h {
  flex: 1 1;
}

.lucky-vibe-d8hkf6 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.lucky-vibe-d8hkf6 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.lucky-vibe-d8hkf6 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.lucky-vibe-d8hkf6 tr td p {
  color: #fff;
  margin: 0;
}

.lucky-vibe-d8hkf6 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.lucky-vibe-d8hkf6 tr.lucky-vibe-isatwe td p {
  padding: 16px 0;
}

.lucky-vibe-d8hkf6 tr.lucky-vibe-isatwe td p:not(:last-child),
.lucky-vibe-d8hkf6 tr.lucky-vibe-rya7c3 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.lucky-vibe-d8hkf6 tr.lucky-vibe-isatwe td p:first-child,
.lucky-vibe-d8hkf6 tr.lucky-vibe-rya7c3 td p:first-child {
  padding-top: 0;
}

.lucky-vibe-d8hkf6 tr.lucky-vibe-rya7c3 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.lucky-vibe-d8hkf6 tr.lucky-vibe-rya7c3 td p:last-child {
  padding-bottom: 0;
}

.lucky-vibe-d8hkf6 .lucky-vibe-rya7c3 img {
  max-width: 32px;
}

.lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h {
  min-width: 718px;
}

.lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td {
  display: flex;
}

.lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td:last-child .lucky-vibe-e2vbul,
.lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td:last-child .lucky-vibe-hrvrwq,
.lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td:last-child .lucky-vibe-e3nsw0 {
  flex: 1 1 50%;
}

.lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td:last-child .lucky-vibe-rqkhy5 {
  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;
}

.lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td:last-child .lucky-vibe-d5v90e,
.lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td:last-child .lucky-vibe-35g4v8 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td:last-child .lucky-vibe-e2vbul,
.lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td:last-child .lucky-vibe-hrvrwq {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td:last-child .lucky-vibe-e2vbul span,
.lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td:last-child .lucky-vibe-hrvrwq span {
  font-weight: 800;
}

.lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td .lucky-vibe-e3nsw0:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .lucky-vibe-d8hkf6 tr.lucky-vibe-isatwe td p:last-child {
    padding-bottom: 0;
  }
  .lucky-vibe-d8hkf6 .lucky-vibe-rya7c3 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .lucky-vibe-d8hkf6 .lucky-vibe-rya7c3 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .lucky-vibe-d8hkf6 tr.lucky-vibe-isatwe td p:not(:last-child),
  .lucky-vibe-d8hkf6 tr.lucky-vibe-rya7c3 td p:not(:last-child) {
    border-bottom: unset;
  }
  .lucky-vibe-d8hkf6 tr.lucky-vibe-rya7c3 td p:last-child {
    padding-bottom: 12px;
  }
  .lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td:last-child .lucky-vibe-e2vbul,
  .lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td:last-child .lucky-vibe-hrvrwq,
  .lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td:last-child .lucky-vibe-e3nsw0 {
    flex: 1 1 50%;
    padding: 0;
  }
  .lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td:last-child .lucky-vibe-e2vbul,
  .lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td:last-child .lucky-vibe-hrvrwq {
    margin-top: 16px;
  }
  .lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td:last-child .lucky-vibe-e3nsw0 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td:last-child .lucky-vibe-e2vbul {
    border-right: 1px solid var(--border-color);
  }
  .lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td:last-child .lucky-vibe-e3nsw0:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td:last-child .lucky-vibe-e3nsw0:last-child {
    padding-bottom: 0;
  }
}

.lucky-vibe-e3nsw0 {
  display: flex;
  flex-direction: column;
}

.lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td .lucky-vibe-e3nsw0 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td .lucky-vibe-e3nsw0:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td .lucky-vibe-e3nsw0:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td .lucky-vibe-e3nsw0:not(:first-child) {
    padding-left: 0;
  }
  .lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h td .lucky-vibe-e3nsw0:not(:last-of-type) {
    border-right: unset;
  }
}

.lucky-vibe-d8hkf6 .lucky-vibe-m2nio7 {
  flex: 0 1 485px;
}

.lucky-vibe-d8hkf6 .lucky-vibe-bx578g {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.lucky-vibe-d8hkf6 .lucky-vibe-bx578g li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.lucky-vibe-d8hkf6 .lucky-vibe-bx578g li.lucky-vibe-j620q3 {
  padding: 6px 12px;
}

.lucky-vibe-d8hkf6 .lucky-vibe-bx578g li a,
.lucky-vibe-d8hkf6 .lucky-vibe-bx578g 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;
}

.lucky-vibe-d8hkf6 .lucky-vibe-bxzffc,
.lucky-vibe-d8hkf6 .lucky-vibe-di3tpw {
  flex: 1 1;
}

.lucky-vibe-d8hkf6 .lucky-vibe-wf5p43,
.lucky-vibe-d8hkf6 .lucky-vibe-iyeihk {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lucky-vibe-d8hkf6 .lucky-vibe-wf5p43 li,
.lucky-vibe-d8hkf6 .lucky-vibe-iyeihk li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.lucky-vibe-d8hkf6 .lucky-vibe-di3tpw img {
  max-width: 32px;
}

.lucky-vibe-d8hkf6 .lucky-vibe-bxzffc img {
  max-width: 32px;
}

.lucky-vibe-d8hkf6 .lucky-vibe-hhp1nz {
  min-width: 280px;
}

.lucky-vibe-d8hkf6 .lucky-vibe-hhp1nz img {
  max-width: 146px;
}

.lucky-vibe-d8hkf6 .lucky-vibe-hhp1nz td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .lucky-vibe-d8hkf6 .lucky-vibe-isatwe,
  .lucky-vibe-d8hkf6 .lucky-vibe-rya7c3 {
    flex: 0 1 auto;
  }
  .lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .lucky-vibe-d8hkf6 .lucky-vibe-isatwe,
  .lucky-vibe-d8hkf6 .lucky-vibe-m2nio7,
  .lucky-vibe-d8hkf6 .lucky-vibe-rya7c3,
  .lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h {
    flex: 1 1 calc(50% - 20px);
  }
  .lucky-vibe-d8hkf6 .lucky-vibe-bxzffc,
  .lucky-vibe-d8hkf6 .lucky-vibe-hhp1nz,
  .lucky-vibe-d8hkf6 .lucky-vibe-di3tpw {
    flex: 1 1 30%;
  }
  .lucky-vibe-d8hkf6 .lucky-vibe-hhp1nz {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .lucky-vibe-d8hkf6 .lucky-vibe-isatwe,
  .lucky-vibe-d8hkf6 .lucky-vibe-m2nio7,
  .lucky-vibe-d8hkf6 .lucky-vibe-bxzffc,
  .lucky-vibe-d8hkf6 .lucky-vibe-rya7c3,
  .lucky-vibe-d8hkf6 .lucky-vibe-i2xh8h,
  .lucky-vibe-d8hkf6 .lucky-vibe-hhp1nz,
  .lucky-vibe-d8hkf6 .lucky-vibe-di3tpw {
    flex: 1 1 100%;
  }
}

.lucky-vibe-zh5v40 .lucky-vibe-07tqc9 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lucky-vibe-zh5v40 .lucky-vibe-sh7xmx {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.lucky-vibe-zh5v40 .lucky-vibe-fa0vim {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.lucky-vibe-zh5v40 .lucky-vibe-i6t8se {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.lucky-vibe-zh5v40 .lucky-vibe-i6t8se > :nth-child(3) {
  margin-top: 0;
}

.lucky-vibe-zh5v40 .lucky-vibe-hs8h43 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.lucky-vibe-zh5v40 .lucky-vibe-uh8yx6 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.lucky-vibe-zh5v40 .lucky-vibe-t5k7r8 {
  grid-column: 1/2;
}

.lucky-vibe-zh5v40 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.lucky-vibe-zh5v40 .lucky-vibe-sh7xmx: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;
}

.lucky-vibe-zh5v40 .lucky-vibe-sh7xmx:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.lucky-vibe-zh5v40 .lucky-vibe-nusocc {
  min-width: 240px;
}

@media (max-width: 768px) {
  .lucky-vibe-zh5v40 .lucky-vibe-sh7xmx:not(:last-child):before {
    bottom: 8px;
  }
  .lucky-vibe-zh5v40 .lucky-vibe-sh7xmx:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .lucky-vibe-zh5v40 .lucky-vibe-i6t8se {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .lucky-vibe-zh5v40 .lucky-vibe-hs8h43 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .lucky-vibe-zh5v40 .lucky-vibe-hs8h43 img {
    width: 100%;
    height: auto;
  }
  .lucky-vibe-zh5v40 .lucky-vibe-nusocc {
    width: 100%;
    min-width: unset;
  }
}

.lucky-vibe-osue2t .lucky-vibe-gpl4do {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.lucky-vibe-osue2t .lucky-vibe-ihmtfh {
  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;
}

.lucky-vibe-osue2t .lucky-vibe-hs8h43 {
  height: 100%;
}

.lucky-vibe-osue2t .lucky-vibe-hs8h43 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.lucky-vibe-osue2t .lucky-vibe-gn73rl {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.lucky-vibe-osue2t .lucky-vibe-ygd2vh {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.lucky-vibe-osue2t .lucky-vibe-h4rh4w {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .lucky-vibe-osue2t .lucky-vibe-ihmtfh {
    flex: 1 1 100%;
  }
  .lucky-vibe-osue2t .lucky-vibe-i04doc {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .lucky-vibe-osue2t .lucky-vibe-ihmtfh {
    flex-direction: column;
  }
  .lucky-vibe-osue2t .lucky-vibe-hs8h43 {
    width: 100%;
    height: auto;
  }
  .lucky-vibe-osue2t .lucky-vibe-hs8h43 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .lucky-vibe-osue2t .lucky-vibe-gn73rl {
    padding: 0 16px 16px 16px;
  }
  .lucky-vibe-osue2t .lucky-vibe-i04doc {
    min-width: unset;
    width: 100%;
  }
}

.lucky-vibe-sq8q15 .lucky-vibe-kfr8nc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.lucky-vibe-sq8q15 .lucky-vibe-9xpn5b {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.lucky-vibe-sq8q15 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;
}

.lucky-vibe-sq8q15 .lucky-vibe-5kiioo {
  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;
}

.lucky-vibe-sq8q15 .lucky-vibe-9xpn5b:hover .lucky-vibe-5kiioo {
  display: flex;
}

.lucky-vibe-sq8q15 .lucky-vibe-254su0 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.lucky-vibe-sq8q15 .lucky-vibe-iqp0k1 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.lucky-vibe-f3lmrt {
  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;
}

.lucky-vibe-f3lmrt.lucky-vibe-qo1es5 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.lucky-vibe-dp2cer ease-in-out;
}

.lucky-vibe-f3lmrt.lucky-vibe-qo1es5:hover {
  color: #f9cb16;
  background-color: transparent;
}

.lucky-vibe-sq8q15 .lucky-vibe-6aybqm {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.lucky-vibe-dp2cer ease-in-out;
}

.lucky-vibe-sq8q15 .lucky-vibe-6aybqm:hover {
  color: #196948;
  background-color: #f9cb16;
}

.lucky-vibe-sq8q15 .lucky-vibe-6aybqm:after,
.lucky-vibe-f3lmrt.lucky-vibe-qo1es5:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.lucky-vibe-f3lmrt.lucky-vibe-qo1es5:after {
  background-image: url(../images/Cash.svg);
}

.lucky-vibe-sq8q15 .lucky-vibe-6aybqm:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .lucky-vibe-sq8q15 .lucky-vibe-kfr8nc {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .lucky-vibe-sq8q15 .lucky-vibe-kfr8nc {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .lucky-vibe-sq8q15 .lucky-vibe-kfr8nc {
    grid-template-columns: 1fr;
  }
  .lucky-vibe-sq8q15 .lucky-vibe-9xpn5b {
    height: auto;
  }
  .lucky-vibe-sq8q15 .lucky-vibe-9xpn5b .lucky-vibe-5kiioo {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .lucky-vibe-sq8q15 .lucky-vibe-254su0,
  .lucky-vibe-sq8q15 .lucky-vibe-iqp0k1 {
    text-align: left;
  }
  .lucky-vibe-sq8q15 .lucky-vibe-iqp0k1 {
    margin-bottom: 8px;
  }
  .lucky-vibe-sq8q15 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.lucky-vibe-lavzdx {
  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;
}

.lucky-vibe-lavzdx.lucky-vibe-tx82g4 {
  display: block;
}

.lucky-vibe-lavzdx .lucky-vibe-wt0fl0 {
  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;
}

.lucky-vibe-lavzdx .lucky-vibe-jdh747 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.lucky-vibe-lavzdx .lucky-vibe-xhrglx {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.lucky-vibe-lavzdx .lucky-vibe-7jojzm {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.lucky-vibe-lavzdx .lucky-vibe-f3lmrt {
  min-width: 296px;
  margin-bottom: 0;
}

.lucky-vibe-lavzdx .lucky-vibe-iltu6k {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.lucky-vibe-lavzdx .lucky-vibe-17gnob {
  position: relative;
  flex: 1 1;
}

.lucky-vibe-lavzdx .lucky-vibe-17gnob iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .lucky-vibe-lavzdx .lucky-vibe-jdh747 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .lucky-vibe-lavzdx .lucky-vibe-xhrglx {
    order: 1;
  }
  .lucky-vibe-lavzdx .lucky-vibe-7jojzm {
    order: 3;
    flex: 1 1 100%;
  }
  .lucky-vibe-lavzdx .lucky-vibe-f3lmrt {
    width: 100%;
    min-width: unset;
  }
  .lucky-vibe-lavzdx .lucky-vibe-iltu6k {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .lucky-vibe-1t7g2x > .lucky-vibe-82zrtq {
    margin-bottom: 0;
  }
  .lucky-vibe-1t7g2x > .lucky-vibe-t5k7r8,
  .lucky-vibe-1t7g2x > p {
    margin-top: 0;
  }
}

.lucky-vibe-p3yah6 img,
.lucky-vibe-z2jdga img {
  width: auto;
  object-fit: contain;
}

.lucky-vibe-p3yah6 {
  align-items: center;
}

.lucky-vibe-p3yah6 img {
  max-height: 76px;
}

.lucky-vibe-z2jdga img {
  max-height: 64px;
}

.lucky-vibe-ql8yod {
  overflow: auto;
}

.lucky-vibe-oonbdq {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.lucky-vibe-6zamyb:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.lucky-vibe-trmrp2 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.lucky-vibe-zq5kfi {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.lucky-vibe-trmrp2 .lucky-vibe-hs8h43 {
  margin-right: 20px;
  flex-shrink: 0;
}

.lucky-vibe-trmrp2 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.lucky-vibe-sfv6zu {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.lucky-vibe-sfv6zu > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .lucky-vibe-trmrp2 {
    padding: 15px 10px;
  }
  .lucky-vibe-sfv6zu {
    padding: 15px 10px;
  }
  .lucky-vibe-trmrp2 .lucky-vibe-hs8h43 {
    margin-right: 10px;
  }
}

.lucky-vibe-7i9kuu {
  overflow-x: auto;
}

.lucky-vibe-lknjjb {
  border-collapse: collapse;
  width: 100%;
}

.lucky-vibe-7i9kuu th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.lucky-vibe-7i9kuu td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.lucky-vibe-7i9kuu td.lucky-vibe-xqnzd5 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.lucky-vibe-7i9kuu td.lucky-vibe-0v6hny {
  border-right: none;
}

.lucky-vibe-7i9kuu td.lucky-vibe-0v6hny .lucky-vibe-hs8h43 {
  justify-content: flex-start;
}

.lucky-vibe-7i9kuu td.lucky-vibe-0v6hny .lucky-vibe-hs8h43 img {
  height: auto;
  width: 90px;
}

.lucky-vibe-7i9kuu td.lucky-vibe-ehgmjp,
.lucky-vibe-7i9kuu td.lucky-vibe-gdsnjd {
  font-weight: 600;
  text-align: right;
}

.lucky-vibe-7i9kuu td.lucky-vibe-ic7z6f,
.lucky-vibe-7i9kuu td.lucky-vibe-ehgmjp {
  padding-bottom: 10px;
  border-bottom: none;
}

.lucky-vibe-7i9kuu td.lucky-vibe-ehgmjp,
.lucky-vibe-7i9kuu td.lucky-vibe-gdsnjd {
  border-left: none;
}

.lucky-vibe-7i9kuu td.lucky-vibe-ic7z6f,
.lucky-vibe-7i9kuu td.lucky-vibe-fa1l4v {
  border-right: none;
}

.lucky-vibe-7i9kuu td.lucky-vibe-fa1l4v,
.lucky-vibe-7i9kuu td.lucky-vibe-gdsnjd {
  border-top: none;
  padding-top: 10px;
}

.lucky-vibe-ha0v59 {
  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;
}

.lucky-vibe-ha0v59 .lucky-vibe-i04doc {
  min-width: unset;
  width: 100%;
}

.lucky-vibe-ha0v59 .lucky-vibe-i04doc.lucky-vibe-9fi2kj {
  grid-column: 1/2;
  grid-row: 1/2;
}

.lucky-vibe-ha0v59 .lucky-vibe-i04doc.lucky-vibe-6t3ksw {
  grid-column: 2/3;
  grid-row: 1/2;
}

.lucky-vibe-ha0v59 .lucky-vibe-vrh4n7 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .lucky-vibe-ha0v59 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .lucky-vibe-ha0v59 .lucky-vibe-i04doc.lucky-vibe-9fi2kj {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .lucky-vibe-ha0v59 .lucky-vibe-i04doc.lucky-vibe-6t3ksw {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .lucky-vibe-ha0v59 .lucky-vibe-vrh4n7 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.lucky-vibe-g7zzw2 {
  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;
}

.lucky-vibe-e3whpr {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.lucky-vibe-q010jp p a img {
  margin: 0 auto;
  display: block;
}

.lucky-vibe-q010jp table {
  margin-bottom: 17px;
}

/* contanct form */
.lucky-vibe-4og2ro {
  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;
}

.lucky-vibe-4og2ro label {
  font-size: 14px;
}

.lucky-vibe-4og2ro h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.lucky-vibe-4og2ro input,
.lucky-vibe-4og2ro textarea,
.lucky-vibe-4og2ro 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;
}
.lucky-vibe-4og2ro button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.lucky-vibe-dp2cer ease;
}
.lucky-vibe-4og2ro button:hover {
  background-color: #691204;
}
.lucky-vibe-splo96 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.lucky-vibe-64x09x ease-in;
}

.lucky-vibe-splo96 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.lucky-vibe-0fromm, .lucky-vibe-t5207r, [class*="review-card"],
thead, thead th, table th, .lucky-vibe-n9tljt,
.lucky-vibe-isaac0, [class*="collapsible-header"],
.lucky-vibe-jmc0lo, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
