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

@font-face {
  src: url('/assetsQFH4/componentsQFH4/visualQFH4/fontQFH4/librebaskerville-regularQFH4.woff2')
    format('woff2');
  font-family: 'Libre Baskerville';
  font-weight: 400;
  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.8);
  cursor: pointer;
}

body {
  background: #fff7f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  position: relative;
  font-family: 'Libre Baskerville', sans-serif;
  line-height: 140%;
  color: #1e0f09;
  font-size: 16px;
  font-weight: 400;
}

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

h1 {
  line-height: 130%;
  text-transform: uppercase;
}

h2 {
  text-transform: uppercase;
  line-height: 130%;
}

p {
  line-height: 120%;
}

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

button {
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
  font-family: 'Libre Baskerville', sans-serif;
}

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

.font-second {
  font-family: 'Pirata One', sans-serif;
}

.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.1);
  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-light-gray {
  background: #f4f4f4;
}

.bg-white {
  background: #fff;
}

.bg-light-brown {
  background: #fff7f4;
}

.bg-brown {
  background: rgba(30, 15, 9, 0.8);
}

.bg-dark-brown {
  background: #1e0f09;
}

.tx-72-38 {
  font-size: 72px;
  letter-spacing: 4.32px;
  line-height: normal;
}

@media screen and (max-width: 1200px) {
  .tx-72-38 {
    font-size: 60px;
  }
}

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

@media screen and (max-width: 600px) {
  .tx-72-38 {
    font-size: 38px;
    line-height: 130%; /* 49.4px */
    letter-spacing: 2.28px;
  }
}

.tx-48-38 {
  font-size: 48px;
  letter-spacing: 2.88px;
}

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

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

.color-gray {
  color: #a1a1a1;
}

.color-brown {
  color: #421a00;
}

@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 {
  font-size: 38px;
}

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

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

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

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

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

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

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

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

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

.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-24 {
  padding: 40px 0;
}
@media screen and (max-width: 600px) {
  .padding-40-20 {
    padding: 24px 0;
  }
}

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

.ptb-40-20 {
  padding: 40px 0;
}

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

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

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

.ptb-80-40 {
  padding: 80px 0;
}

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

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

@media screen and (max-width: 600px) {
  .mb-24-20 {
    margin-bottom: 20px;
  }
}

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

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

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

.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 {
  border-bottom: 2px solid #1e0f09;
}

.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.8);
  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: 24px;
  color: #f1f1f1;
}

@media screen and (max-width: 600px) {
  .footer-container_QFH4 {
    gap: 16px;
  }
}

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

.footer-help-center_QFH4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
}
@media screen and (max-width: 991px) {
  .footer-help-center_QFH4 {
    flex-direction: column;
    gap: 16px;
  }
}

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

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

.footer-links_QFH4 a {
  color: #f1f1f1;
  text-align: center;
  font-size: 14px;
}

/* Footer end */

/* Hero */
.heroQFH4 {
  display: flex;
  align-items: center;
}

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

.hero-contentQFH4_text {
  max-width: 800px;
}

/* privacy */

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

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

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

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

/* privacy 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.5);
  z-index: -1;
}

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

.age-gateQFH4__title {
  font-size: 22px;
  font-weight: 700;
  color: #4a2c18;
  margin: 0 0 28px 0;
  line-height: 1.3;
  text-transform: uppercase;
}

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

.age-gateQFH4__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 18px;
  border-radius: 12px;
  cursor: pointer;
  transition: opacity 0.2s ease;
  text-transform: uppercase;
}

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

.age-gateQFH4__btn--yes {
  background: #382212;
  color: #fff;
  border: none;
}

.age-gateQFH4__btn--no {
  background: transparent;
  color: #4a2c18;
  border: 2px solid #4a2c18;
}

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

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

.heroQFH4 {
  background: url('/assetsQFH4/componentsQFH4/visualQFH4/heroQFH4.webp') center /
    cover no-repeat;
  min-height: 720px;
}

@media (max-width: 991px) {
  .heroQFH4 {
    min-height: 446px;
  }
}

@media (max-width: 600px) {
  .heroQFH4 {
    background-image: url('/assetsQFH4/componentsQFH4/visualQFH4/hero-mobQFH4.webp');
  }
}

@media (max-width: 600px) {
  .hero-contentQFH4 {
    text-align: center;
  }
}

.disclaimerQFH4 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('/assetsQFH4/componentsQFH4/visualQFH4/bg-disclaimerQFH4.webp')
    lightgray 50% / cover no-repeat;
}

@media (max-width: 600px) {
  .disclaimerQFH4 {
    background: url('/assetsQFH4/componentsQFH4/visualQFH4/bg-disclaimer-mobQFH4.webp')
      lightgray 50% / cover no-repeat;
  }
}

.responsibleQFH4 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('/assetsQFH4/componentsQFH4/visualQFH4/bg-responsibleQFH4.webp')
    lightgray 50% / cover no-repeat;
}

@media (max-width: 600px) {
  .responsibleQFH4 {
    background: url('/assetsQFH4/componentsQFH4/visualQFH4/bg-responsible-mobQFH4.webp')
      lightgray 50% / cover no-repeat;
  }
}

.termsQFH4 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('/assetsQFH4/componentsQFH4/visualQFH4/bg-termsQFH4.webp')
    lightgray 50% / cover no-repeat;
}

@media (max-width: 600px) {
  .termsQFH4 {
    background: url('/assetsQFH4/componentsQFH4/visualQFH4/bg-terms-mobQFH4.webp')
      lightgray 50% / cover no-repeat;
  }
}

.cookieQFH4 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('/assetsQFH4/componentsQFH4/visualQFH4/bg-cookieQFH4.webp')
    lightgray 50% / cover no-repeat;
}

@media (max-width: 600px) {
  .cookieQFH4 {
    background: url('/assetsQFH4/componentsQFH4/visualQFH4/bg-cookie-mobQFH4.webp')
      lightgray 50% / cover no-repeat;
  }
}

.privacyQFH4 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('/assetsQFH4/componentsQFH4/visualQFH4/bg-privacyQFH4.webp')
    lightgray 50% / cover no-repeat;
}

@media (max-width: 600px) {
  .privacyQFH4 {
    background: url('/assetsQFH4/componentsQFH4/visualQFH4/bg-privacy-mobQFH4.webp')
      lightgray 50% / cover no-repeat;
  }
}

.game-oneQFH4 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('/assetsQFH4/componentsQFH4/visualQFH4/bg-game-oneQFH4.webp')
    lightgray 50% / cover no-repeat;
}

@media (max-width: 600px) {
  .game-oneQFH4 {
    background: url('/assetsQFH4/componentsQFH4/visualQFH4/bg-game-one-mobQFH4.webp')
      lightgray 50% / cover no-repeat;
  }
}

.game-twoQFH4 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('/assetsQFH4/componentsQFH4/visualQFH4/bg-game-twoQFH4.webp')
    lightgray 50% / cover no-repeat;
}

@media (max-width: 600px) {
  .game-twoQFH4 {
    background: url('/assetsQFH4/componentsQFH4/visualQFH4/bg-game-two-mobQFH4.webp')
      lightgray 50% / cover no-repeat;
  }
}

.game-threeQFH4 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('/assetsQFH4/componentsQFH4/visualQFH4/bg-game-threeQFH4.webp')
    lightgray 50% / cover no-repeat;
}

@media (max-width: 600px) {
  .game-threeQFH4 {
    background: url('/assetsQFH4/componentsQFH4/visualQFH4/bg-game-three-mobQFH4.webp')
      lightgray 50% / cover no-repeat;
  }
}

/* Contact form */
.contact-containerQFH4 {
  max-width: 820px;
  margin: 0 auto;
}

.contact-formQFH4 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-fieldQFH4 label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

.contact-input-wrapQFH4 {
  position: relative;
}

.contact-fieldQFH4 input[type='text'],
.contact-fieldQFH4 input[type='email'],
.contact-fieldQFH4 textarea {
  width: 100%;
  padding: 12px 44px 12px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  font-family: inherit;
  font-size: 16px;
  color: #1e0f09;
  transition: border-color 0.2s, background-color 0.2s;
}

.contact-fieldQFH4 input:focus,
.contact-fieldQFH4 textarea:focus {
  outline: none;
  border-color: #2e7d32;
}

.contact-input-wrapQFH4.is-success input,
.contact-input-wrapQFH4.is-success textarea {
  border-color: #2e7d32;
  background: #f2f8f1;
}

.contact-input-wrapQFH4.is-warning input,
.contact-input-wrapQFH4.is-warning textarea {
  border-color: #f9a825;
}

.contact-input-wrapQFH4.is-error input,
.contact-input-wrapQFH4.is-error textarea {
  border-color: #d32f2f;
}

.contact-input-iconQFH4 {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  pointer-events: none;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.contact-input-wrapQFH4 .contact-input-iconQFH4 {
  display: none;
}

.contact-input-wrapQFH4.is-success .contact-input-iconQFH4 {
  display: flex;
  color: #2e7d32;
  font-size: 18px;
  width: auto;
  height: auto;
}

.contact-input-wrapQFH4.is-success .contact-input-iconQFH4::before {
  content: '\2713';
}

.contact-input-wrapQFH4.is-warning .contact-input-iconQFH4 {
  display: flex;
  background: #f9a825;
  border-radius: 50%;
}

.contact-input-wrapQFH4.is-warning .contact-input-iconQFH4::before {
  content: '!';
}

.contact-input-wrapQFH4.is-error .contact-input-iconQFH4 {
  display: flex;
  background: #d32f2f;
  border-radius: 50%;
}

.contact-input-wrapQFH4.is-error .contact-input-iconQFH4::before {
  content: '!';
}

.contact-fieldQFH4 textarea ~ .contact-input-iconQFH4 {
  top: 24px;
  transform: none;
}

.contact-field-msgQFH4 {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  min-height: 1.2em;
}

.contact-input-wrapQFH4.is-warning ~ .contact-field-msgQFH4 {
  color: #f9a825;
}

.contact-input-wrapQFH4.is-error ~ .contact-field-msgQFH4 {
  color: #d32f2f;
}

.contact-fieldQFH4 input::placeholder,
.contact-fieldQFH4 textarea::placeholder {
  color: #999;
}

.contact-fieldQFH4 textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-fieldQFH4--checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.contact-fieldQFH4--checkbox input[type='checkbox'] {
  width: 20px;
  height: 20px;
  accent-color: #1e0f09;
}

.contact-fieldQFH4--checkbox label {
  margin-bottom: 0;
  flex: 1;
  min-width: 0;
}

.contact-fieldQFH4--checkbox a {
  color: #1e0f09;
}

.contact-submit-btnQFH4 {
  padding: 14px 28px;
  background: #2c1e15;
  color: #f5f0eb;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 8px;
  cursor: pointer;
  align-self: flex-start;
}

.contact-submit-btnQFH4:hover {
  background: #1e0f09;
}

.contact-successQFH4 {
  margin-top: 20px;
  padding: 16px;
  background: #e8f5e9;
  color: #1e0f09;
  border-radius: 8px;
  font-size: 16px;
}

.game-iframeQFH4 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 30px;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.who-contentQFH4 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 600px) {
  .who-contentQFH4 {
    gap: 20px;
  }
}

.who-containerQFH4 {
  display: flex;
  gap: 80px;
}

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

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

.adv-contentQFH4 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .adv-contentQFH4 {
    gap: 16px;
  }
}

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

.adv-wrapQFH4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

@media screen and (max-width: 991px) {
  .adv-wrapQFH4 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.adv2-wrapQFH4 {
  display: flex;
  gap: 80px;
}

@media screen and (max-width: 991px) {
  .adv2-wrapQFH4 {
    flex-direction: column;
    gap: 16px;
  }
}

.adv2-contentQFH4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 600px) {
  .adv2-contentQFH4 {
    gap: 16px;
  }
}

.btn-playQFH4 {
  border-radius: 10px;
  border: 1px solid #fff;
  background: #1e0f09;
  color: #fff;
  font-family: 'Pirata One';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.96px;
  text-transform: uppercase;
  padding: 14px 24px;
  max-width: 246px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

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

.btn-playQFH4:hover {
  background: #fff;
  color: #1e0f09;
  border: 1px solid #1e0f09;
}

.exp-image-wrapQFH4 img {
  width: auto;
  height: auto;
}

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

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

.exp-listQFH4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

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

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

.exp-itemQFH4 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 20px;
  border: 1px solid #1e0f09;
  background: #fff;
  padding: 32px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .exp-itemQFH4 {
    gap: 16px;
    padding: 16px;
  }
}

.donations-containerQFH4 {
  border-radius: 20px;
  background: rgba(30, 15, 9, 0.8);
  padding: 30px;
}

@media screen and (max-width: 600px) {
  .donations-containerQFH4 {
    padding: 16px;
    background: transparent;
  }
}

@media screen and (max-width: 600px) {
  .donations-sectionQFH4 {
    background: rgba(30, 15, 9, 0.8);
  }
}

.donations-containerQFH4 img {
  width: auto;
  height: auto;
}

.don-img {
  display: flex;
  justify-content: center;
}

/* Donation form */
.donation-formQFH4 {
  margin: 20px 0;
}

.donation-form-titleQFH4 {
  margin-bottom: 16px;
  font-size: 20px;
  color: #fe850e;
  text-transform: uppercase;
}

.donation-options-listQFH4,
.donation-methods-listQFH4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.donation-optionQFH4,
.donation-methodQFH4 {
  width: 210px;
  padding: 16px;
  border: 4px solid transparent;
  border-radius: 20px;
  background: #2f2623;
  color: #f0ead6;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-height: 140px;
}

.donation-optionQFH4.is-selected,
.donation-methodQFH4.is-selected {
  border-color: #5593f6;
}

.donation-option-amountQFH4 {
  font-size: 38px;
  color: #fe850e;
  letter-spacing: 7.6px;
}

.donation-option-descQFH4,
.donation-method-descQFH4 {
  font-size: 14px;
  color: #fff;
}

.donation-option-customQFH4 {
  justify-content: flex-start;
}

.donation-option-input-wrapQFH4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 120px;
  border: 1px solid #1e0f09;
  border-radius: 8px;
  background: #f5e6d3;
}

.donation-option-dollarQFH4 {
  font-size: 18px;
  color: #1e0f09;
  padding-left: 12px;
  flex-shrink: 0;
}

.donation-custom-inputQFH4 {
  flex: 1;
  min-width: 0;
  padding: 8px 12px 8px 4px;
  border: none;
  border-radius: 0;
  background: transparent;
  font-size: 18px;
  color: #1e0f09;
  text-align: left;
}

.donation-custom-inputQFH4:focus {
  outline: none;
}

.donation-methodQFH4 img {
  width: 100%;
  max-width: 120px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.donation-submitQFH4 {
  display: block;
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #fe850e;
  color: #1e0f09;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s;
}

.donation-submitQFH4:hover {
  background: #e07d25;
}

@media (max-width: 600px) {
  .donation-options-listQFH4,
  .donation-methods-listQFH4 {
    flex-direction: column;
  }

  .donation-optionQFH4,
  .donation-methodQFH4 {
    min-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
  }

  .donation-option-customQFH4 .donation-option-input-wrapQFH4 {
    justify-content: flex-start;
  }

  .donation-methodQFH4 img {
    max-width: 80px;
    margin: 0;
  }
}

.donation-optionsQFH4,
.donation-methodsQFH4 {
  border-radius: 20px;
  background: #fff7f4;
  padding: 16px 20px;
  margin-bottom: 20px;
}

.games-sectionQFH4 {
  background: #ffe2c6;
}

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

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

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

.game-itemQFH4 {
  border-radius: 20px;
  background: #fff;
  padding: 10px;
  min-width: 0;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  gap: 15px;
}

.game-item-btnQFH4 {
  width: 100%;
  box-sizing: border-box;
}

.btn-gameQFH4 {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #1e0f09;
  padding: 14px 24px;
  text-align: center;
}

.game-item-ratingQFH4 {
  display: flex;
  gap: 5px;
  align-items: center;
}

.game-item-contentQFH4 {
  display: flex;
  justify-content: space-between;
}
