@font-face {
  src: url('/assetsQFH4/componentsQFH4/visualQFH4/fontQFH4/roboto-regularQFH4.woff2')
    format('woff2');
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url('/assetsQFH4/componentsQFH4/visualQFH4/fontQFH4/roboto-boldQFH4.woff2')
    format('woff2');
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: rgba(32, 34, 43, 0.80);
  cursor: pointer;
}

body {
  background: #F0FAF2;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  position: relative;
  font-family: 'Roboto', sans-serif;
  line-height: 120%;
  color: rgba(32, 34, 43, 0.80);
  font-size: 16px;
  font-weight: 400;
}

h1 {
  line-height: 120%;
  text-transform: capitalize;
}

h2 {
  text-transform: capitalize;
  line-height: 120%;
}

p {
  line-height: 120%;
}

@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
}


main {
  width: 100%;
}

footer {
  width: 100%;
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

header {
  width: 100%;
}

.but {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 19.2px */
text-transform: capitalize;
padding: 14px 40px;
border-radius: 30px;
background: linear-gradient(155deg, #03722A 17.97%, #0CA955 105.21%);
box-shadow: 0 2px 6px 0 rgba(32, 34, 43, 0.10);
min-width: 257px;
width: fit-content;
}

@media screen and (max-width: 600px) {
  .but {
    width: 100%;
  }
}

.but:hover {
  border-radius: 30px;
background: #20222B;
box-shadow: 0 0 10px 0 #00BA54;
}

.bg-green {
background: #004421;
}

.bg-white {
  background: #fff;
}

.tx-58-32 {
  font-size: 58px;
}

@media screen and (max-width: 991px) {
  .tx-58-32 {
    font-size: 44px;
  }
}

@media screen and (max-width: 600px) {
  .tx-58-32 {
    font-size: 32px;
  }
}

.tx-38-28 {
  font-size: 38px;
}

@media screen and (max-width: 991px) {
  .tx-38-28 {
    font-size: 28px;
  }
}

.tx-20-18 {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .tx-20-18 {
    font-size: 18px;
  }
}

.tx-20-16 {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .tx-20-16 {
    font-size: 16px;
  }
}

.tx-18-16 {
  font-size: 18px;
}

@media screen and (max-width: 600px) {
  .tx-18-16 {
    font-size: 16px;
  }
}

.tx-16 {
  font-size: 16px;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #20222B;
}

.tx-12 {
  font-size: 12px;
}

.tx-28-22 {
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .tx-28-22 {
    font-size: 22px;
  }
}


.brr-24 {
  border-radius: 24px;
}

.padding-50-20 {
  padding: 50px 0;
}

@media screen and (max-width: 600px) {
  .padding-50-20 {
    padding: 20px 0;
  }
}

.padding-40-20 {
  padding: 40px 0;
}
@media screen and (max-width: 600px) {
  .padding-40-20 {
    padding: 20px 0;
  }
}

.ptb-16 {
  padding: 16px 0;
}

.uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.fw-700 {
  font-weight: 700;
}

.container__mainQFH4 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}


.mb-20 {
  margin-bottom: 20px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-5 {
  margin-bottom: 5px;
}

.visually-hiddenQFH4 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

/* Header start */
.headerQFH4 {
  width: 100%;
  position: relative;
}

.header-menuQFH4 {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header-menu-listQFH4 {
  display: flex;
  gap: 20px;
}

.header-menu-listQFH4 a.header-menu-linkQFH4--active {
  font-weight: 700;
  color: #20222B;
}

.side-menuQFH4__link--active {
  font-weight: 700;
  color: #20222B;
}

.burger-btnQFH4 {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.burger-btnQFH4__line {
  display: block;
  width: 100%;
  height: 3px;
  background: #20222B;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menuQFH4 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuQFH4 img {
  width: auto;
  height: auto;
}

/* Side menu (mobile) */
.side-menuQFH4 {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0.3s ease;
}

.side-menuQFH4.is-open {
  pointer-events: auto;
  visibility: visible;
}

.side-menuQFH4__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.side-menuQFH4.is-open .side-menuQFH4__backdrop {
  opacity: 1;
}

.side-menuQFH4__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: min(320px, 85vw);
  height: 100%;
  background: #fff;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
  padding: 24px;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}

.side-menuQFH4.is-open .side-menuQFH4__panel {
  transform: translateX(0);
}

.side-menuQFH4__links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 48px;
}

.side-menuQFH4__link {
  color: rgba(32, 34, 43, 0.80);
  display: block;
}

.side-menuQFH4__link:hover {
  color: #20222B;
}

@media screen and (max-width: 991px) {
  .header-menu-listQFH4 {
    display: none;
  }

  .menu-iconQFH4 {
    display: none;
  }

  .burger-btnQFH4 {
    display: flex;
  }
}

/* header  end */


/* Footer */

.footer-container_QFH4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.footer-container_QFH4 img {
  width: auto;
  height: auto;
}
@media screen and (max-width: 600px) {
  .footer-container_QFH4 img {
    width: 100%;
    height: 100%;
  }
}

.footer-container_QFH4 a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.footer-links_QFH4 {
  display: flex;
  gap: 80px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .footer-links_QFH4 {
    gap: 20px;
  }
}

@media screen and (max-width: 600px) {
  .footer-links_QFH4 {
    flex-direction: column;
  }
}

.footer-help-center_QFH4 {
  display: flex;
  gap: 80px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .footer-help-center_QFH4 {
    gap: 20px;
  }
}

@media screen and (max-width: 600px) {
  .footer-help-center_QFH4 {
    flex-direction: column;
  }
}

.footer-legal-info {
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 600px) {
  .footer-legal-info {
    flex-direction: column;
    gap: 20px;
  }
}

/* Footer end */

/* Hero */

.hero-contentQFH4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.hero-contentQFH4_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-contentQFH4_text h1 {
  text-transform: none;
}

@media screen and (max-width: 600px) {
  .hero-contentQFH4_text {
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .hero-contentQFH4 {
    grid-template-columns: 1fr;
  }
}

.hero-contentQFH4 img{
  width: auto;
  height: auto;
}

.hero-image-wrapQFH4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image-wrapQFH4 img {
  filter:
    drop-shadow(0 0 30px rgba(200, 235, 210, 0.8))
    drop-shadow(0 0 60px rgba(180, 225, 195, 0.5))
    drop-shadow(0 0 100px rgba(200, 235, 210, 0.35))
    drop-shadow(0 0 140px rgba(220, 245, 225, 0.25));
}

@media screen and (max-width: 600px) {
  .hero-contentQFH4 img{
    width: 100%;
    height: 100%;
  }
}

/* privacy */

.privacy-containerQFH4 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 120%;
}

.privacy-containerQFH4 div {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.privacy-containerQFH4 ul {
  padding-left: 20px;
}

.privacy-containerQFH4 ul li {
  list-style-type: disc;
}

.privacy-containerQFH4 img {
  width: fit-content;
}

@media screen and (max-width: 600px) {
  .privacy-containerQFH4 img {
    width: 100%;
    height: 100%;
  }
}
/* privacy end */


/* info */

.info-containerQFH4 {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .info-containerQFH4 {
    flex-direction: column;
  }
}

.info-containerQFH4 ul {
  padding-left: 20px;
}

.info-containerQFH4 ul li {
  list-style-type: disc;
}

.info-containerQFH4 img {
  width: fit-content;
}
/* info end */


/* results */

.results-containerQFH4 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.results-table-wrapperQFH4 {
  width: 100%;
}

.results-tableQFH4 {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.results-tableQFH4 thead {
background: linear-gradient(155deg, #03722A 17.97%, #0CA955 105.21%);
  color: #ffffff;
}

.results-tableQFH4 th,
.results-tableQFH4 td {
  padding: 16px 20px;
  text-align: left;
}

.results-tableQFH4 th {
  font-size: 20px;
}

.results-tableQFH4 td {
  font-size: 16px;
}

.results-tableQFH4 tbody tr {
  border-bottom: 1px solid #C9E3C6;
}

.results-tableQFH4 tbody tr:last-child {
  border-bottom: none;
}

.results-tableQFH4 th:first-child,
.results-tableQFH4 td:first-child {
  width: 25%;
}

.results-tableQFH4 th:nth-child(2),
.results-tableQFH4 td:nth-child(2) {
  width: 20%;
}

.results-tableQFH4 th:last-child,
.results-tableQFH4 td:last-child {
  width: 55%;
}

@media screen and (max-width: 991px) {
  .results-tableQFH4 th,
  .results-tableQFH4 td {
    padding: 12px 14px;
  }
  .results-tableQFH4 th {
    font-size: 16px;
  }
  .results-tableQFH4 td {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .resultsQFH4 {
    padding: 32px 0;
  }

  .results-tableQFH4 th,
  .results-tableQFH4 td {
    padding: 10px 12px;
  }
  .results-tableQFH4 th {
    font-size: 16px;
  }
  .results-tableQFH4 td {
    font-size: 14px;
  }

  .results-tableQFH4 th:first-child,
  .results-tableQFH4 td:first-child {
    width: auto;
  }

  .results-tableQFH4 th:nth-child(2),
  .results-tableQFH4 td:nth-child(2) {
    width: auto;
  }

  .results-tableQFH4 th:last-child,
  .results-tableQFH4 td:last-child {
    width: auto;
  }
}

/* results end */


/* about */

.about-listQFH4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media screen and (max-width: 1200px) {
  .about-listQFH4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .about-listQFH4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .about-listQFH4 {
    grid-template-columns: 1fr;
  }
}

.about-listQFH4 img {
  width: fit-content;
}

.about-listQFH4-itemQFH4 {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
}

@media screen and (max-width: 600px) {
  .about-listQFH4-itemQFH4 {
    padding: 0;
  }
}

/* about end */

/* disclaimer */

.disclaimer-containerQFH4 {
  display: flex;
  gap: 20px;
}

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

.disclaimer-container-secondQFH4 {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .disclaimer-container-secondQFH4 {
    flex-direction: column;
  }
}

.disclaimer-container-secondQFH4 img {
  width: fit-content;
}

.disclaimer-containerQFH4 img {
  width: fit-content;
}

@media screen and (max-width: 991px) {
  .disclaimer-imgQFH4 {
    margin: 0 auto;
  }
}

.disclaimer-textQFH4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* disclaimer end */

/* accordion FAQ */
.accordion-faqQFH4 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.accordion-faq-itemQFH4__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  background: linear-gradient(155deg, #03722A 17.97%, #0CA955 105.21%);
  color: #fff;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: border-radius 0.2s ease;
}

@media screen and (max-width: 600px) {
  .accordion-faq-itemQFH4__trigger {
    font-size: 18px;
  }
}

.accordion-faq-itemQFH4.is-open .accordion-faq-itemQFH4__trigger {
  border-radius: 16px 16px 0 0;
}

.accordion-faq-itemQFH4__trigger span {
  flex: 1;
}

.accordion-faq-itemQFH4__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
}

.accordion-faq-itemQFH4__panel {
  display: none;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #E0F0E5;
  border-top: none;
  border-radius: 0 0 12px 12px;
  color: rgba(32, 34, 43, 0.80);
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 600px) {
  .accordion-faq-itemQFH4__panel {
    font-size: 14px;
  }
}

.accordion-faq-itemQFH4__panel[hidden] {
  display: none;
}

.accordion-faq-itemQFH4.is-open .accordion-faq-itemQFH4__panel {
  display: block;
}

.accordion-faq-itemQFH4__panel p {
  margin: 0;
}
/* accordion FAQ end */

/* lottery */

.lottery-containerQFH4 {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .lottery-containerQFH4 {
    flex-direction: column;
  }
}

.lottery-containerQFH4 img {
  width: fit-content;
}

@media screen and (max-width: 991px) {
  .lottery-containerQFH4 img {
    width: 100%;
  }
}
/* lottery end */

/* cookie banner */
.cookie-bannerQFH4 {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.cookie-bannerQFH4.is-visible {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.cookie-bannerQFH4.is-hidden {
  display: none;
}

.cookie-bannerQFH4__backdrop {
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: -1;
  pointer-events: none;
}

.cookie-bannerQFH4__box {
  position: relative;
  max-width: 1200px;
  width: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 24px 28px;
  margin: 20px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
}

.cookie-bannerQFH4__content {
  flex: 1;
  min-width: 0;
}

.cookie-bannerQFH4__title {
  font-size: 20px;
  font-weight: 700;
  color: #20222B;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.cookie-bannerQFH4__text {
  font-size: 16px;
  color: rgba(32, 34, 43, 0.80);
  line-height: 1.45;
  margin: 0;
}

.cookie-bannerQFH4__actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.cookie-bannerQFH4__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  border-radius: 24px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}

.cookie-bannerQFH4__btn:hover {
  opacity: 0.9;
}

.cookie-bannerQFH4__btn--accept {
  background: linear-gradient(155deg, #03722A 17.97%, #0CA955 105.21%);
box-shadow: 0 2px 6px 0 rgba(32, 34, 43, 0.10);
  color: #fff;
}

.cookie-bannerQFH4__btn--more {
  background: transparent;
  color: #20222B;
  border: 2px solid #0CA955;
}

@media screen and (max-width: 768px) {
  .cookie-bannerQFH4 {
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .cookie-bannerQFH4__backdrop {
    background: rgba(32, 34, 43, 0.5);
    pointer-events: auto;
  }

  .cookie-bannerQFH4__box {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin: 0;
    padding: 28px 24px;
  }

  .cookie-bannerQFH4__content {
    margin-bottom: 8px;
  }

  .cookie-bannerQFH4__title {
    margin-bottom: 12px;
  }

  .cookie-bannerQFH4__text {
    margin-bottom: 20px;
  }

  .cookie-bannerQFH4__actions {
    flex-direction: column;
  }

  .cookie-bannerQFH4__btn {
    width: 100%;
  }
}
/* cookie banner end */

/* age gate */
.age-gateQFH4 {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.age-gateQFH4.is-visible {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.age-gateQFH4.is-hidden {
  display: none;
}

.age-gateQFH4__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(32, 34, 43, 0.6);
  z-index: -1;
}

.age-gateQFH4__box {
  position: relative;
  max-width: 420px;
  width: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 28px 32px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.age-gateQFH4__title {
  font-size: 22px;
  font-weight: 700;
  color: #20222B;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.age-gateQFH4__text {
  font-size: 16px;
  color: rgba(32, 34, 43, 0.80);
  line-height: 1.45;
  margin: 0 0 24px 0;
}

.age-gateQFH4__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.age-gateQFH4__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  border-radius: 24px;
  cursor: pointer;
  border: none;
  transition: opacity 0.2s ease;
}

.age-gateQFH4__btn:hover {
  opacity: 0.9;
}

.age-gateQFH4__btn--confirm {
  background: #0CA955;
  color: #fff;
}

.age-gateQFH4__btn--decline {
  background: transparent;
  color: #20222B;
  border: 2px solid #0CA955;
}

@media screen and (max-width: 600px) {
  .age-gateQFH4__actions {
    flex-direction: column;
  }

  .age-gateQFH4__btn {
    width: 100%;
  }
}
/* age gate end */