
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/montserrat-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/montserrat-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/montserrat-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/montserrat-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/assets/fonts/montserrat-900.woff2') format('woff2');
}

:root {
  --bg-color-1: #0d131c;
  --action-color: #ec016e;
  --action-color-2: #74f131;
  --text-color: #ffffff;
  --text-color-2: #9ba0ae;
  --main-color: #76d5fd;
}

* {
  box-sizing: border-box;
}

body {
  background: var(--bg-color-1);
  color: var(--text-color);
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-top: 82px;
  position: relative;
  overflow-x: hidden;
}

._fp3a {
  position: fixed;
  width: 2375px;
  height: 2155px;
  left: -278px;
  top: 219px;
  background: radial-gradient(50% 50% at 50% 50%, #4069fc 0%, rgba(13, 19, 28, 0) 100%);
  opacity: 0.45;
  pointer-events: none;
}

._fznc {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
}
._fznc::after {
  content: '';
  display: table;
  clear: both;
}
@media screen and (max-width: 1024px) {
  ._fznc {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  ._fznc {
    padding: 0 16px;
  }
}

._m8n1 {
  display: flex;
  justify-content: center;
}

._9pwb {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--action-color);
  color: var(--text-color);
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 60px;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  ._9pwb {
    padding: 12px 24px;
  }
}
._9pwb:hover {
  opacity: 0.8;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 25px;
}

._3xfo {
  cursor: pointer;
}

._f606 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  gap: 9px;
  color: var(--text-color);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  padding: 8px 36px;
  border: 3px solid var(--action-color-2);
  border-radius: 8px;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  ._f606 {
    padding: 9px 16px;
  }
}
._f606:hover {
  opacity: 0.8;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 25px;
}
._7cq3 {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 1024px) {
  ._7cq3 {
    width: 20px;
    height: 20px;
  }
}

._7b9m {
  background-color: var(--bg-color-1);
  padding: 16px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
._20v {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1480px) {
  ._20v {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  ._20v {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
._7avl {
  width: 204px;
  margin-top: 10px;
}
@media screen and (max-width: 1480px) {
  ._7avl {
    width: 150px;
  }
}
@media screen and (max-width: 576px) {
  ._7avl {
    width: 120px;
  }
}
@media screen and (max-width: 576px) {
  ._7avl {
    width: 100px;
  }
}
._l7jh {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  ._l7jh {
    order: 3;
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }
}
@media screen and (max-width: 576px) {
  ._l7jh ._9pwb {
    padding: 10px 20px;
    font-size: 13px;
  }
  ._l7jh ._f606 {
    padding: 8px 16px;
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  ._l7jh {
    gap: 8px;
  }
  ._l7jh ._9pwb {
    padding: 10px 18px;
    font-size: 12px;
  }
  ._l7jh ._f606 {
    padding: 8px 14px;
    font-size: 12px;
  }
}

._3428 {
  display: none; 
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 12; 
  margin-left: 10px;
  position: relative; 
}
@media screen and (max-width: 768px) {
  ._3428 {
    display: flex; 
    order: 2;
    margin-left: auto;
  }
}
@media screen and (max-width: 576px) {
  ._3428 {
    margin-left: 0px;
  }
}
._3428 span {
  width: 30px;
  height: 0.25rem;
  background: var(--text-color);
  border-radius: 10px;
  transition: all 0.3s linear;
  position: relative;
  transform-origin: 1px;
}
._3428 span:first-child {
  transform: rotate(0);
}
._3428 span:nth-child(2) {
  opacity: 1;
  transform: scale(1);
}
._3428 span:nth-child(3) {
  transform: rotate(0);
}
._3428.open span:first-child {
  transform: rotate(45deg);
}
._3428.open span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
._3428.open span:nth-child(3) {
  transform: rotate(-45deg);
}

._byos {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  position: static;
  background: transparent;
  padding: 0;
  width: auto;
  height: auto;
  transform: none;
  transition: none;
}
._fi7l {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-color);
  transition: all 0.3s;
  margin: 0;
}
._fi7l:hover {
  opacity: 0.8;
}


@media screen and (max-width: 768px) {
  ._byos {
    position: fixed;
    flex-direction: column;
    padding-top: 120px;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--bg-color-1);
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
    order: 4;
  }
  ._byos.open {
    transform: translateY(0);
  }
  ._fi7l {
    margin-bottom: 1.5rem;
    font-size: 18px;
  }
}

._2udc {
  position: relative;
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  ._2udc {
    padding-top: 28px;
  }
}
._8f6u {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 68px 86px 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  ._8f6u {
    flex-direction: column;
    align-items: center;
    padding: 48px 40px 32px;
  }
}
@media screen and (max-width: 768px) {
  ._8f6u {
    padding: 32px 20px 24px;
  }
}
@media screen and (max-width: 576px) {
  ._8f6u {
    padding: 24px 16px 20px;
  }
}
._ga7m {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  ._ga7m {
    align-items: center;
  }
}
._gvzj {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 52px;
  line-height: 64px;
  width: 100%;
  max-width: 650px;
}
@media screen and (max-width: 1480px) {
  ._gvzj {
    font-size: 42px;
    line-height: 54px;
  }
}
@media screen and (max-width: 1024px) {
  ._gvzj {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  ._gvzj {
    font-size: 36px;
    line-height: 42px;
  }
}
._7vfj {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: flex;
}
._d58q {
  position: absolute;
  font-size: 86px;
  line-height: 115px;
  font-weight: bold;
  color: #000;
  text-shadow: -4px 4px 4px rgba(0, 0, 0, 0.77);
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  ._d58q {
    font-size: 64px;
    line-height: 82px;
  }
}
@media screen and (max-width: 1024px) {
  ._d58q {
    font-size: 48px;
    line-height: 62px;
  }
}
@media screen and (max-width: 768px) {
  ._d58q {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (max-width: 576px) {
  ._d58q {
    font-size: 28px;
    line-height: 38px;
  }
}
._gm23 {
  font-size: 86px;
  line-height: 115px;
  font-weight: bold;
  background: linear-gradient(90deg, #faddb0 0%, #bc8835 50%, #faddb0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  ._gm23 {
    font-size: 64px;
    line-height: 82px;
  }
}
@media screen and (max-width: 1024px) {
  ._gm23 {
    font-size: 48px;
    line-height: 62px;
  }
}
@media screen and (max-width: 768px) {
  ._gm23 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (max-width: 576px) {
  ._gm23 {
    font-size: 28px;
    line-height: 38px;
  }
}
._ljce {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
  margin-top: 16px;
  margin-bottom: 32px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  ._ljce {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  ._ljce {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 576px) {
  ._ljce {
    font-size: 16px;
    line-height: 22px;
  }
}
._ipd0 {
  display: flex;
  width: 100%;
  max-width: 709px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 25px;
  border-radius: 30px;
}
._ipd0 img {
  width: 100%;
  height: auto;
  display: block;
}

._j9jx {
  position: relative;
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  ._j9jx {
    padding-top: 28px;
  }
}
._o2y {
  display: none;
}
@media screen and (max-width: 1024px) {
  ._o2y {
    display: block;
    width: 100%;
    max-width: 74px;
    margin-bottom: 16px;
  }
}
._4pne {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 68px 86px 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  ._4pne {
    flex-direction: column;
    align-items: center;
    padding: 48px 63px 40px;
  }
}
@media screen and (max-width: 768px) {
  ._4pne {
    padding: 14px 24px 16px;
  }
}
._21a2 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  ._21a2 {
    align-items: center;
  }
}
._b8t7 {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  width: 100%;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 1480px) {
  ._b8t7 {
    font-size: 42px;
    line-height: 54px;
  }
}
@media screen and (max-width: 1024px) {
  ._b8t7 {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  ._b8t7 {
    font-size: 22px;
    line-height: 28px;
  }
}
._8j4u {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  ._8j4u {
    gap: 10px;
    padding: 24px 0;
  }
}
@media screen and (max-width: 576px) {
  ._8j4u {
    gap: 10px;
    padding: 16px 0;
  }
}
._ctr7 {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(217, 217, 217, 0.1);
  -webkit-backdrop-filter: blur(2.7px);
          backdrop-filter: blur(2.7px);
  border-radius: 25px;
  box-shadow: 1.35px 2.7px 5.4px rgba(0, 0, 0, 0.76);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  ._ctr7 {
    gap: 6px;
  }
}
._kwa0, ._21yn {
  line-height: 120%;
  font-weight: bold;
  white-space: nowrap;
  font-size: 36px;
}
@media screen and (max-width: 1024px) {
  ._kwa0, ._21yn {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  ._kwa0, ._21yn {
    font-size: 20px;
  }
}
._kwa0._4af1, ._21yn._4af1 {
  font-size: 56px;
}
@media screen and (max-width: 1024px) {
  ._kwa0._4af1, ._21yn._4af1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  ._kwa0._4af1, ._21yn._4af1 {
    font-size: 24px;
  }
}
._kwa0 {
  position: absolute;
  color: #000;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.77);
  z-index: 1;
  margin-top: -42px;
}
@media screen and (max-width: 1024px) {
  ._kwa0 {
    margin-top: -32px;
  }
}
@media screen and (max-width: 768px) {
  ._kwa0 {
    margin-top: -22px;
  }
}
._21yn {
  background: linear-gradient(90deg, #faddb0 0%, #bc8835 50%, #faddb0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 2;
}
._5fqa {
  line-height: 120%;
  font-weight: bold;
  white-space: nowrap;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  ._5fqa {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  ._5fqa {
    font-size: 12px;
  }
}
._5fqa._4af1 {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  ._5fqa._4af1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  ._5fqa._4af1 {
    font-size: 16px;
  }
}
._ctr7:nth-child(1), ._ctr7:nth-child(3) {
  width: 100%;
  max-width: 195px;
  height: 178px;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  ._ctr7:nth-child(1), ._ctr7:nth-child(3) {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  ._ctr7:nth-child(1), ._ctr7:nth-child(3) {
    padding: 10px;
  }
}
._ctr7:nth-child(2) {
  width: 100%;
  max-width: 275px;
  height: 252px;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  ._ctr7:nth-child(2) {
    padding: 20px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  ._ctr7:nth-child(2) {
    padding: 10px;
  }
}
._9vea {
  display: flex;
  width: 100%;
  max-width: 709px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 25px;
  border-radius: 30px;
}
._9vea img {
  width: 100%;
  height: auto;
  display: block;
}

._3k3t {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 24px 32px;
  border-radius: 16px;
  margin: 48px 0 40px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 25px;
  background: rgba(118, 213, 253, 0.1);
}
@media screen and (max-width: 768px) {
  ._3k3t {
    margin: 20px 0 20px;
  }
}
@media screen and (max-width: 576px) {
  ._3k3t {
    padding: 6px 18px;
  }
}
._6eok {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
._bg0g {
  font-weight: 700;
  font-size: 42px;
  line-height: 54px;
  text-align: center;
  color: var(--main-color);
}
._162q {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  ._162q {
    font-size: 12px;
    line-height: 16px;
  }
}

._65rj {
  width: 100%;
  margin-bottom: 40px;
}
._cjr4 {
  width: 100%;
  height: auto;
}

._1q9m {
  margin: 16px 0 24px;
}
._6s4c {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  ._6s4c {
    gap: 8px;
  }
}
._l1x3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  margin: 44px 0;
}
@media screen and (max-width: 1024px) {
  ._l1x3 {
    font-size: 22px;
    line-height: 32px;
    margin: 24px 0;
  }
}
._bkr5, ._89e1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  ._bkr5, ._89e1 {
    gap: 8px;
  }
}
._7msf, ._bqn2 {
  width: calc(12.5% - 12.25px);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  ._7msf, ._bqn2 {
    width: calc(25% - 6px);
  }
}
._7msf::after, ._bqn2::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  background: rgba(40, 40, 40, 0.67);
  background-image: url("../icons/play-button.svg");
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
}
._7msf:hover::after, ._bqn2:hover::after {
  opacity: 1;
  background-size: 60px;
}
._7msf img, ._bqn2 img {
  width: 100%;
  height: auto;
  display: block;
}

._218k {
  position: relative;
}
._218k:not(._kw7b),
._218k p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}
._218k ._kw7b,
._218k ._ab2q,
._218k ._ajpc,
._218k ._gp6l,
._218k h1,
._218k h2,
._218k h3,
._218k h4,
._218k h5,
._218k h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
}
._218k ._g0u2 {
  text-align: center;
}
._218k ._ab2q,
._218k h2 {
  font-size: 24px;
}
._218k ._ajpc,
._218k h3 {
  font-size: 20px;
}
._218k ._gp6l,
._218k h4 {
  font-size: 18px;
}
._218k ul,
._218k ol {
  margin-left: 24px;
  margin-top: 12px;
  margin-bottom: 24px;
}
._218k ul li,
._218k ol li {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
._218k ._3mxe {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
._218k table {
  border-collapse: collapse;
  width: 100%;
  margin: 36px 0;
}
._218k table td,
._218k table th {
  padding: 13px 20px;
  border: 1px solid #b9b9b9;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  ._218k table td,
  ._218k table th {
    padding: 2px 4px;
    font-size: 12px;
  }
}
._218k table th {
  text-align: left;
  background-color: #04aa6d;
  color: white;
  background: rgba(242, 242, 245, 0.19);
}
._218k table tr:nth-child(even) {
  background-color: rgba(242, 242, 245, 0.19);
}
._3ak5 {
  max-width: 1042px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin: 74px 0 0px;
}
@media screen and (max-width: 1024px) {
  ._3ak5 {
    margin: 26px 0 18px;
  }
}
._iz1j {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid #76d5fd;
  border-radius: 15px 15px 0px 0px;
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  ._iz1j {
    font-size: 22px;
    border-radius: 10px 10px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  ._iz1j {
    font-size: 14px;
  }
}
._l9az {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  border: 1px solid #76d5fd;
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  ._l9az {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  ._l9az {
    min-height: 64px;
    font-size: 12px;
  }
}
._l9az:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}
._l9az:last-child {
  border-radius: 0px 0px 27px 27px;
}
@media screen and (max-width: 1024px) {
  ._l9az:last-child {
    border-radius: 0px 0px 10px 10px;
  }
}
._29sn, ._lqj {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 50%;
  padding: 10px;
  flex: 1;
}
._lqj {
  border-left: 1px solid #76d5fd;
}

._dxln {
  padding-top: 48px;
  padding-bottom: 24px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
._6acq {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  ._6acq {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
._3hx7 {
  display: flex;
  flex-direction: column;
}
._37q4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
._d6fr {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._d6fr a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--text-color-2);
  text-decoration: none;
  text-transform: none;
  transition: color 0.3s, opacity 0.3s;
}
._d6fr a:hover {
  color: var(--main-color);
  opacity: 1;
}
._4gbu {
  width: 100%;
  margin-bottom: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
._knny {
  display: flex;
  justify-content: center;
  gap: 4px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
._pmq {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-color-2);
  transition: background 0.2s, color 0.2s;
}
._pmq:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-color);
}
._9eif {
  background: rgba(255, 255, 255, 0.1);
  color: var(--text-color);
  pointer-events: none;
}
._a83z {
  display: inline-flex;
  align-items: center;
  width: 20px;
  height: 14px;
  flex-shrink: 0;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 1px rgba(0,0,0,0.3);
}
._a83z svg {
  width: 100%;
  height: 100%;
  display: block;
}
._jabx {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
._5fvt {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
._5fvt p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-color-2);
  opacity: 0.7;
}




._g9de {
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._g9de {
    padding: 32px 0;
  }
}

._kuix {
  font-size: 35px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  ._kuix {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}

._7ut3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  ._7ut3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 576px) {
  ._7ut3 {
    grid-template-columns: 1fr;
  }
}

._7loc {
  background: rgba(118, 213, 253, 0.05);
  border: 1px solid rgba(118, 213, 253, 0.2);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  ._7loc {
    padding: 24px 16px;
  }
}

._7loc:hover {
  background: rgba(118, 213, 253, 0.1);
  border-color: var(--main-color);
  transform: translateY(-4px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 25px;
}

._dh39 {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--action-color), var(--main-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  ._dh39 {
    width: 48px;
    height: 48px;
    font-size: 24px;
    margin-bottom: 16px;
  }
}

._7n9o {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 12px;
  color: var(--text-color);
}
@media screen and (max-width: 768px) {
  ._7n9o {
    font-size: 18px;
    line-height: 24px;
  }
}

._pn6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-color-2);
}


@keyframes bonus-promo-glow {
  0%, 100% { box-shadow: 0 0 20px rgba(236, 1, 110, 0.3), 0 0 60px rgba(236, 1, 110, 0.1); }
  50% { box-shadow: 0 0 30px rgba(236, 1, 110, 0.5), 0 0 80px rgba(236, 1, 110, 0.2); }
}
@keyframes bonus-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
@keyframes bonus-badge-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

._3qqc {
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._3qqc {
    padding: 32px 0;
  }
}

._5upd {
  background: linear-gradient(135deg, rgba(236, 1, 110, 0.2) 0%, rgba(30, 20, 50, 0.95) 40%, rgba(30, 20, 50, 0.95) 60%, rgba(118, 213, 253, 0.2) 100%);
  border: 2px solid var(--action-color);
  border-radius: 28px;
  padding: 56px 48px;
  position: relative;
  overflow: hidden;
  animation: bonus-promo-glow 3s ease-in-out infinite;
}
._5upd::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 20%, rgba(236, 1, 110, 0.08) 0%, transparent 50%),
              radial-gradient(circle at 70% 80%, rgba(118, 213, 253, 0.08) 0%, transparent 50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  ._5upd {
    padding: 40px 20px;
    border-radius: 20px;
  }
}

._8ady {
  position: absolute;
  top: 24px;
  right: 24px;
  background: var(--action-color);
  color: var(--text-color);
  padding: 10px 24px;
  border-radius: 24px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  animation: bonus-badge-pulse 2s ease-in-out infinite;
  box-shadow: 0 4px 16px rgba(236, 1, 110, 0.4);
}
@media screen and (max-width: 768px) {
  ._8ady {
    top: 16px;
    right: 16px;
    padding: 8px 16px;
    font-size: 12px;
  }
}

._5ey0 {
  font-size: 64px;
  font-weight: 900;
  line-height: 76px;
  text-align: center;
  margin-bottom: 12px;
  background: linear-gradient(90deg, var(--action-color), #ff6b9d, var(--main-color));
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  ._5ey0 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (max-width: 576px) {
  ._5ey0 {
    font-size: 34px;
    line-height: 42px;
  }
}

._giic {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  color: var(--text-color);
  margin-bottom: 48px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  ._giic {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 32px;
  }
}

._id0r {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  ._id0r {
    gap: 12px;
    margin-bottom: 36px;
  }
}

._5sab {
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 28px 36px;
  min-width: 160px;
  transition: transform 0.3s, border-color 0.3s, background 0.3s;
}
._5sab:hover {
  transform: translateY(-6px);
  border-color: rgba(236, 1, 110, 0.4);
  background: rgba(236, 1, 110, 0.08);
}
@media screen and (max-width: 768px) {
  ._5sab {
    padding: 20px 24px;
    min-width: 130px;
    border-radius: 14px;
  }
}

._e6ee {
  font-size: 42px;
  font-weight: 900;
  color: var(--main-color);
  margin-bottom: 8px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  ._e6ee {
    font-size: 30px;
  }
}

._ehln {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-color-2);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

._ex3t {
  text-align: center;
}
._ex3t ._9pwb {
  display: inline-flex;
  font-size: 22px;
  padding: 22px 88px;
  border-radius: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  animation: bonus-pulse 2.5s ease-in-out infinite;
  box-shadow: 0 8px 32px rgba(236, 1, 110, 0.4);
}
._ex3t ._9pwb:hover {
  animation: none;
  transform: scale(1.05);
  box-shadow: 0 12px 48px rgba(236, 1, 110, 0.6);
}
@media screen and (max-width: 768px) {
  ._ex3t ._9pwb {
    font-size: 18px;
    padding: 18px 56px;
    border-radius: 14px;
  }
}


._2qx4 {
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._2qx4 {
    padding: 32px 0;
  }
}

._aiyt {
  font-size: 35px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  ._aiyt {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}

._56yu {
  max-width: 900px;
  margin: 0 auto;
}

._972 {
  background: rgba(118, 213, 253, 0.05);
  border: 1px solid rgba(118, 213, 253, 0.2);
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.3s;
}

._972:hover {
  border-color: var(--main-color);
}

._88k8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: var(--text-color);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  ._88k8 {
    padding: 18px 20px;
    font-size: 16px;
    line-height: 22px;
  }
}

._88k8:hover {
  color: var(--main-color);
}

._5wll {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
  margin-left: 16px;
}

._5wll::before,
._5wll::after {
  content: '';
  position: absolute;
  background: var(--main-color);
  transition: all 0.3s;
}

._5wll::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

._5wll::after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

._972.active ._5wll::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

._bbm0 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

._972.active ._bbm0 {
  max-height: 500px;
}

._lpkw {
  padding: 0 32px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--text-color-2);
}
@media screen and (max-width: 768px) {
  ._lpkw {
    padding: 0 20px 18px;
    font-size: 14px;
    line-height: 20px;
  }
}


._bk9i {
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._bk9i {
    padding: 32px 0;
  }
}

._f3u0 {
  font-size: 35px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  ._f3u0 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}

._dqdi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  ._dqdi {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  ._dqdi {
    grid-template-columns: 1fr;
  }
}

._46nz {
  background: rgba(118, 213, 253, 0.05);
  border: 1px solid rgba(118, 213, 253, 0.2);
  border-radius: 16px;
  padding: 32px 24px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  ._46nz {
    padding: 24px 20px;
  }
}

._46nz:hover {
  border-color: var(--main-color);
  transform: translateY(-4px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 25px;
}

._kqxq {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

._hmr5 {
  color: #ffd700;
  font-size: 18px;
}

._47ov {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--text-color-2);
  margin-bottom: 20px;
}

._gdx9 {
  display: flex;
  align-items: center;
  gap: 12px;
}

._8ztz {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--action-color), var(--main-color));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
}

._c6bv {
  flex: 1;
}

._e4x5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 4px;
}

._5ebk {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-color-2);
}


._glu2 {
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._glu2 {
    padding: 32px 0;
  }
}

._lg6c {
  font-size: 35px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  ._lg6c {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}

._k46n {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  ._k46n {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 576px) {
  ._k46n {
    grid-template-columns: repeat(2, 1fr);
  }
}

._1ibo {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  ._1ibo {
    padding: 16px;
  }
}

._1ibo:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--main-color);
  transform: translateY(-4px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

._k2wt {
  max-width: 100%;
  height: auto;
  opacity: 1;
  transition: all 0.3s;
}

._1ibo:hover ._k2wt {
  transform: scale(1.05);
}


._ly8h {
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._ly8h {
    padding: 32px 0;
  }
}

._2osu {
  font-size: 35px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  ._2osu {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}

._2rwe {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  ._2rwe {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 576px) {
  ._2rwe {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}

._e50f {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  ._e50f {
    padding: 12px;
  }
}

._e50f:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--action-color-2);
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

._1o5o {
  max-width: 100%;
  height: auto;
}


._32lm {
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._32lm {
    padding: 32px 0;
  }
}

._gvmp {
  font-size: 35px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  ._gvmp {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}

._ws5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  ._ws5 {
    gap: 20px;
  }
}

._3w2m {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s;
}

._3w2m:hover {
  transform: scale(1.05);
}

._cc91 {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  background: rgba(118, 213, 253, 0.1);
  border: 2px solid var(--main-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  ._cc91 {
    width: 64px;
    height: 64px;
    font-size: 28px;
  }
}

._6du2 {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color);
  max-width: 120px;
}


._m3vj {
  padding: 32px 0;
  position: relative;
  overflow: hidden;
}

._h8qt {
  background: linear-gradient(135deg, rgba(236, 1, 110, 0.2), rgba(118, 213, 253, 0.2));
  border: 2px solid var(--action-color);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._h8qt {
    padding: 24px 16px;
  }
}

._9bom {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-color-2);
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  ._9bom {
    font-size: 14px;
  }
}

._gtim {
  font-size: 56px;
  font-weight: 700;
  line-height: 68px;
  background: linear-gradient(90deg, #faddb0 0%, #bc8835 50%, #faddb0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.5);
  animation: pulse 2s ease-in-out infinite;
}
@media screen and (max-width: 1024px) {
  ._gtim {
    font-size: 42px;
    line-height: 52px;
  }
}
@media screen and (max-width: 576px) {
  ._gtim {
    font-size: 32px;
    line-height: 40px;
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

._k8x3 {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color-2);
  margin-top: 12px;
}


._h8ni {
  padding: 32px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._h8ni {
    padding: 24px 0;
  }
}

._ddgb {
  background: linear-gradient(135deg, var(--action-color), var(--main-color));
  border-radius: 24px;
  padding: 40px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  ._ddgb {
    padding: 28px 20px;
    border-radius: 16px;
  }
}

._ddgb::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

._ivw8 {
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
  color: var(--text-color);
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  ._ivw8 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 576px) {
  ._ivw8 {
    font-size: 24px;
    line-height: 32px;
  }
}

._g0u7 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--text-color);
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  ._g0u7 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
  }
}

._af6u {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--text-color);
  color: var(--bg-color-1);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding: 16px 48px;
  border-radius: 12px;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  ._af6u {
    padding: 12px 32px;
    font-size: 16px;
  }
}

._af6u:hover {
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 30px;
}



._4trm {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  text-align: center;
  padding: 60px 0;
}

._9bko {
  font-size: 280px;
  font-weight: 900;
  line-height: 1;
  opacity: 0.12;
  color: var(--text-color);
}

._lplj {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: -20px;
  margin-bottom: 40px;
  line-height: 1.4;
}

._7sty {
  display: inline-block;
  padding: 16px 48px;
  background: var(--accent-color);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  transition: opacity 0.2s, transform 0.2s;
}

._7sty:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

@media screen and (max-width: 768px) {
  ._4trm {
    min-height: 50vh;
    padding: 40px 0;
  }
  ._9bko {
    font-size: 160px;
  }
  ._lplj {
    font-size: 24px;
    margin-top: -10px;
  }
}




._59df {
  padding: 40px 0 60px;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 215, 0, 0.02) 100%);
}

@media screen and (max-width: 768px) {
  ._59df {
    padding: 32px 0 48px;
  }
}

._72b0 {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 768px) {
  ._72b0 {
    font-size: 16px;
  }
}

._72b0 p {
  margin-bottom: 20px;
}

._72b0 strong {
  color: #ffd700;
  font-weight: 600;
}


._72b0 ._29tt {
  background: rgba(255, 215, 0, 0.1);
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 12px;
  padding: 24px;
  margin-top: 32px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  ._72b0 ._29tt {
    padding: 20px;
    margin-top: 24px;
  }
}

._72b0 ._29tt p {
  font-size: 20px;
  color: #ffd700;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  ._72b0 ._29tt p {
    font-size: 18px;
  }
}



._gtcg {
  padding: 60px 0;
}

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

._gtcg > ._fznc {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 768px) {
  ._gtcg > ._fznc {
    font-size: 16px;
  }
}

._gtcg h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-color);
  margin: 48px 0 24px;
}

@media screen and (max-width: 1024px) {
  ._gtcg h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  ._gtcg h2 {
    font-size: 26px;
    margin: 36px 0 20px;
  }
}

._gtcg h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-color);
  margin: 36px 0 20px;
}

@media screen and (max-width: 1024px) {
  ._gtcg h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  ._gtcg h3 {
    font-size: 20px;
    margin: 28px 0 16px;
  }
}

._gtcg p {
  margin-bottom: 24px;
}

._gtcg ul,
._gtcg ol {
  margin-bottom: 24px;
  padding-left: 32px;
}

._gtcg li {
  margin-bottom: 12px;
}

._gtcg a {
  color: #ffd700;
  text-decoration: underline;
  transition: opacity 0.3s;
}

._gtcg a:hover {
  opacity: 0.8;
}

._gtcg img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 32px 0;
}

._gtcg blockquote {
  border-left: 4px solid #ffd700;
  padding: 20px 24px;
  margin: 32px 0;
  background: rgba(255, 215, 0, 0.05);
  border-radius: 8px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
}

._gtcg table {
  border-collapse: collapse;
  width: 100%;
  margin: 36px 0;
}

._gtcg table td,
._gtcg table th {
  padding: 13px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  ._gtcg table td,
  ._gtcg table th {
    padding: 8px 12px;
    font-size: 13px;
  }
}

._gtcg table th {
  text-align: left;
  background: rgba(255, 215, 0, 0.1);
  color: var(--text-color);
  font-weight: 600;
}

._gtcg table tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}

._gtcg table caption {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
}



._i8g7 {
  padding: 80px 0 0;
  background: linear-gradient(180deg, rgba(255, 215, 0, 0.03) 0%, transparent 100%);
}

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

._8og0 {
  text-align: center;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  ._8og0 {
    margin-bottom: 32px;
  }
}

._98xs {
  font-size: 56px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  ._98xs {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  ._98xs {
    font-size: 28px;
    margin-bottom: 16px;
  }
}

._92ll {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  ._92ll {
    font-size: 16px;
  }
}


._fxmt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  justify-content: center;
}

._gn4c {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 500;
  margin-right: 4px;
}

._90a2 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

._90a2:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

._90a2 svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

._8f9a svg { color: #10a37f; }
._a2qu svg { color: #20b8cd; }
._9z2x svg { color: #d97706; }

@media screen and (max-width: 480px) {
  ._fxmt {
    gap: 6px;
    margin-top: 16px;
  }
  ._gn4c {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  ._90a2 {
    font-size: 12px;
    padding: 6px 10px;
  }
}



._jwe2 {
  padding: 40px 0;
  background: rgba(255, 215, 0, 0.02);
}

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

._cv51 {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 768px) {
  ._cv51 {
    font-size: 16px;
  }
}

._cv51 p {
  margin-bottom: 20px;
}

._cv51 strong {
  color: #ffd700;
  font-weight: 600;
}



._9htu {
  padding: 60px 0;
  background: var(--bg-color, #0a0e1a);
}

._8og0 {
  text-align: center;
  margin-bottom: 48px;
}

._45vc {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 16px;
  font-size: 14px;
}

._i427 {
  color: #ffd700;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._hwyq {
  color: rgba(255, 255, 255, 0.6);
}

._98xs {
  font-size: 56px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  ._98xs {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  ._98xs {
    font-size: 32px;
  }
}

._92ll {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  ._92ll {
    font-size: 16px;
  }
}

._dw28 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

._jarg {
  width: 100%;
  margin-bottom: 48px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
}

._jarg img {
  width: 100%;
  height: auto;
  display: block;
}

._gtcg {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 768px) {
  ._gtcg {
    font-size: 16px;
  }
}

._gtcg h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-color);
  margin: 48px 0 24px;
}
@media screen and (max-width: 768px) {
  ._gtcg h2 {
    font-size: 28px;
  }
}

._gtcg h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-color);
  margin: 36px 0 20px;
}
@media screen and (max-width: 768px) {
  ._gtcg h3 {
    font-size: 22px;
  }
}

._gtcg p {
  margin-bottom: 24px;
}

._gtcg ul,
._gtcg ol {
  margin-bottom: 24px;
  padding-left: 32px;
}

._gtcg li {
  margin-bottom: 12px;
}

._gtcg a {
  color: #ffd700;
  text-decoration: underline;
  transition: opacity 0.3s;
}

._gtcg a:hover {
  opacity: 0.8;
}

._gtcg img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 32px 0;
}

._gtcg blockquote {
  border-left: 4px solid #ffd700;
  padding: 20px 24px;
  margin: 32px 0;
  background: rgba(255, 215, 0, 0.05);
  border-radius: 8px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
}



._478b {
  padding: 80px 0;
  background: var(--bg-color, #0a0e1a);
}

@media screen and (max-width: 768px) {
  ._478b {
    padding: 60px 0;
  }
}

._h8hx {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  color: var(--text-color);
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  ._h8hx {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  ._h8hx {
    font-size: 28px;
  }
}

._3vjc {
  text-align: center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 60px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  ._3vjc {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

._ji1v {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

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

@media screen and (max-width: 768px) {
  ._ji1v {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


._4y90 {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 215, 0, 0.15);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

._4y90:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 215, 0, 0.4);
  box-shadow: 0 12px 32px rgba(255, 215, 0, 0.15);
}

._av1z {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  ._av1z {
    padding: 20px;
  }
}

._8jvn {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 12px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  ._8jvn {
    font-size: 18px;
  }
}

._10s4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


._aglu {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 215, 0, 0.15);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}
._aglu:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 215, 0, 0.4);
  box-shadow: 0 12px 32px rgba(255, 215, 0, 0.15);
}
._7l8l {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
._76ju {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}
._76ju img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._3ght {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
._3ght::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(255, 215, 0, 0.03) 20px,
    rgba(255, 215, 0, 0.03) 40px
  );
}
._l660 {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 215, 0, 0.9);
  color: #000;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.5px;
}
._1ayc {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
._7ftb {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
._2eo4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 10px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
._gmfg {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

._b7tn {
  position: relative;
  padding: 4rem 0 3rem;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

._b7tn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.75) 100%);
  z-index: 0;
}

._b7tn ._fznc {
  position: relative;
  z-index: 1;
}

._dmwj {
  max-width: 700px;
  margin: 0 auto;
}

._7889 {
  display: inline-block;
  padding: 0.35rem 1rem;
  background: var(--action-color);
  color: #fff;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.25rem;
}

._cj3u {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

._9adf {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

._ckqw {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

._i2oq {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--border-radius, 8px);
  backdrop-filter: blur(4px);
}

._6pnk {
  font-size: 1.25rem;
}

._buw0 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
}

._fi6f {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

._f9j4 {
  display: flex;
  gap: 2px;
}

._3mwb {
  color: #ffd700;
  font-size: 1.25rem;
}

._1n9l {
  opacity: 0.5;
}

._k5mi {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}

._94s8 {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  background: var(--action-color);
  color: #fff;
  border-radius: var(--border-radius, 8px);
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}

._94s8:hover {
  filter: brightness(1.15);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.4);
}

@media (max-width: 768px) {
  ._b7tn {
    padding: 2.5rem 0 2rem;
  }

  ._cj3u {
    font-size: 1.5rem;
  }

  ._ckqw {
    flex-direction: column;
    align-items: center;
  }
}

._bk8h {
  padding: 3rem 0;
}

._2cp2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--text-color);
}

._hrxj {
  font-size: 1rem;
  color: var(--text-color-2);
  margin-bottom: 2rem;
}

._55os {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

._9hf5 {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr 1.2fr;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--bg-color-2, rgba(255,255,255,0.05));
  border: 1px solid var(--border-color, rgba(255,255,255,0.1));
  border-radius: var(--border-radius, 10px);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

._9hf5:hover {
  border-color: var(--action-color);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

._4qv4 {
  border-color: var(--action-color);
  background: linear-gradient(135deg, rgba(var(--action-color-rgb, 255,107,0), 0.08) 0%, var(--bg-color-2, rgba(255,255,255,0.05)) 100%);
  position: relative;
}

._m6mi {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

._h785 {
  gap: 0.35rem;
}

._lblb {
  display: inline-block;
  padding: 0.15rem 0.6rem;
  background: var(--action-color);
  color: #fff;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: fit-content;
}

._ex9t {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-color);
}

._3eo0 {
  color: #ffd700;
  font-size: 0.85rem;
}

._95dy {
  gap: 0.3rem;
}

._jzxm {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-color);
}

._4hht {
  font-size: 0.8rem;
  color: var(--text-color-2);
}

._4hht strong {
  font-family: monospace;
  background: rgba(255,255,255,0.08);
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  color: var(--action-color);
}

._ht0j {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-color);
  text-align: center;
}

._7l28 {
  display: flex;
  justify-content: flex-end;
}

._ii7e {
  padding: 0.6rem 1.5rem;
  border-radius: var(--border-radius, 8px);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  white-space: nowrap;
}

._6ohq {
  background: var(--action-color);
  color: #fff;
}

._6ohq:hover {
  filter: brightness(1.15);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  ._9hf5 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    text-align: center;
  }

  ._h785 {
    align-items: center;
  }

  ._ht0j {
    text-align: center;
  }

  ._7l28 {
    justify-content: center;
  }

  ._ii7e {
    width: 100%;
    padding: 0.75rem;
  }
}

._e07f {
  padding: 24px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._e07f {
    padding: 16px 0;
  }
}

._ku9k {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  ._ku9k {
    margin-bottom: 24px;
  }
}

._ku9k h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
  color: var(--text-color);
}
@media screen and (max-width: 1024px) {
  ._ku9k h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}

._ku9k p,
._ku9k ._cuq {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text-color-2);
  margin-bottom: 14px;
}
._ku9k p:last-child,
._ku9k ._cuq:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  ._ku9k p,
  ._ku9k ._cuq {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}

._e07f table {
  border-collapse: collapse;
  width: 100%;
  margin: 24px 0;
}
._e07f table td,
._e07f table th {
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-color-2);
}
@media screen and (max-width: 768px) {
  ._e07f table td,
  ._e07f table th {
    padding: 8px 10px;
    font-size: 13px;
  }
}
._e07f table th {
  text-align: left;
  background: rgba(255, 215, 0, 0.1);
  color: var(--text-color);
  font-weight: 600;
}
._e07f table tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}

._e07f ._ay78 {
  background: rgba(118, 213, 253, 0.08);
  border-left: 4px solid var(--main-color);
  border-radius: 0 12px 12px 0;
  padding: 24px 32px;
  margin: 32px 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  color: var(--text-color);
}
@media screen and (max-width: 768px) {
  ._e07f ._ay78 {
    padding: 18px 20px;
    font-size: 15px;
    line-height: 24px;
  }
}

._2u8l {
  padding: 24px 0 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._2u8l {
    padding: 16px 0 32px;
  }
}

._2u8l h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
  color: var(--text-color);
}
@media screen and (max-width: 1024px) {
  ._2u8l h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

._2u8l p,
._2u8l ._cuq {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text-color-2);
  margin-bottom: 14px;
}
._2u8l p:last-child,
._2u8l ._cuq:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  ._2u8l p,
  ._2u8l ._cuq {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}

._2u8l table {
  border-collapse: collapse;
  width: 100%;
  margin: 24px 0;
}
._2u8l table td,
._2u8l table th {
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-color-2);
}
@media screen and (max-width: 768px) {
  ._2u8l table td,
  ._2u8l table th {
    padding: 8px 10px;
    font-size: 13px;
  }
}
._2u8l table th {
  text-align: left;
  background: rgba(255, 215, 0, 0.1);
  color: var(--text-color);
  font-weight: 600;
}
._2u8l table tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}

._jlv0 {
  padding: 48px 0 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._jlv0 {
    padding: 32px 0 16px;
  }
}

._jlv0 h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 24px;
  color: var(--text-color);
}
@media screen and (max-width: 1024px) {
  ._jlv0 h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 16px;
  }
}

._jlv0 ._7u5s {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: var(--text-color-2);
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  ._jlv0 ._7u5s {
    font-size: 16px;
    line-height: 26px;
  }
}


._48e6 {
  margin: 28px 0;
  overflow: hidden; 
}
._48e6 figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
}
._48e6 figure img {
  display: block;
  height: auto;
  border-radius: 12px;
}
._48e6 figure a {
  display: block;
}
._48e6 figure a img {
  transition: opacity 0.2s;
}
._48e6 figure a:hover img {
  opacity: 0.85;
}


._48e6 figure._jeos {
  text-align: center;
  margin: 0 auto;
}
._48e6 figure._jeos img {
  max-width: 100%;
  margin: 0 auto;
}


._48e6 figure._lbay {
  width: 100%;
}
._48e6 figure._lbay img {
  width: 100%;
}


._48e6:has(._adtg) {
  float: left;
  margin: 4px 28px 16px 0;
  max-width: 45%;
}
._48e6 figure._adtg img {
  width: 100%;
}


._48e6:has(._58ce) {
  float: right;
  margin: 4px 0 16px 28px;
  max-width: 45%;
}
._48e6 figure._58ce img {
  width: 100%;
}


._48e6 + ._7u5s,
._48e6 + ._lkk5 {
  overflow: hidden; 
}


._48e6 figcaption {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 8px;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  ._48e6 {
    margin: 20px 0;
  }
  
  ._48e6:has(._adtg),
  ._48e6:has(._58ce) {
    float: none;
    max-width: 100%;
    margin: 20px 0;
  }
}

._9399 {
  padding: 60px 0 80px;
}

._2xro {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}

._7ev {
  font-size: 1.1rem;
  text-align: center;
  opacity: 0.8;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

._iq7u {
  position: relative;
  max-width: 500px;
  margin: 0 auto 40px;
}

._9kd {
  width: 100%;
  padding: 14px 20px 14px 48px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  color: inherit;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s;
}

._9kd:focus {
  border-color: var(--accent-color, #D4AF37);
}

._9kd::placeholder {
  opacity: 0.5;
}

._9v1a {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  pointer-events: none;
}

._d8vd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

._m4s1 {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 24px;
  transition: transform 0.2s, border-color 0.2s;
}

._m4s1:hover {
  transform: translateY(-2px);
  border-color: var(--accent-color, #D4AF37);
}

._f9l1 {
  text-decoration: none;
  color: inherit;
  display: block;
}

._368i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent-color, #D4AF37);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 14px;
  flex-shrink: 0;
}

._8bqa {
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

._7wig {
  font-size: 0.9rem;
  opacity: 0.65;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 768px) {
  ._d8vd {
    grid-template-columns: 1fr;
  }

  ._2xro {
    font-size: 1.6rem;
  }
}

._h7ah {
  padding: 40px 0 60px;
}

._jwtj {
  max-width: 800px;
  margin: 0 auto;
}

._blss {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}

._ew3t {
  font-size: 1.1rem;
  line-height: 1.8;
}

._ew3t p {
  margin-bottom: 16px;
}

._ew3t strong {
  color: var(--accent-color, #D4AF37);
}

._ew3t a {
  color: var(--accent-color, #D4AF37);
  text-decoration: underline;
  text-underline-offset: 3px;
}

._ew3t a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  ._blss {
    font-size: 1.5rem;
  }

  ._ew3t {
    font-size: 1rem;
  }
}

._jrwu {
  padding: 0 0 40px;
}

._uz {
  max-width: 800px;
  margin: 0 auto;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 24px 28px;
}

._bo32 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 16px;
  opacity: 0.85;
}

._gpfd {
  display: flex;
  flex-direction: column;
  gap: 0;
}

._9iaf {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}

._9iaf:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

._9iaf:first-child {
  padding-top: 0;
}

._9iaf:hover {
  color: var(--accent-color, #D4AF37);
}

._8mz3 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  opacity: 0.4;
}

._4yan {
  font-size: 0.95rem;
  line-height: 1.4;
  flex: 1;
}

._lxjt {
  flex-shrink: 0;
  opacity: 0.3;
  font-size: 0.9rem;
  transition: opacity 0.2s;
}

._9iaf:hover ._lxjt {
  opacity: 0.7;
}

@media (max-width: 768px) {
  ._uz {
    padding: 18px 20px;
  }

  ._4yan {
    font-size: 0.9rem;
  }
}

._dxln {
  padding-top: 48px;
  padding-bottom: 24px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
._6acq {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  ._6acq {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
._3hx7 {
  display: flex;
  flex-direction: column;
}
._37q4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
._d6fr {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._d6fr a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--text-color-2);
  text-decoration: none;
  text-transform: none;
  transition: color 0.3s, opacity 0.3s;
}
._d6fr a:hover {
  color: var(--main-color);
  opacity: 1;
}
._d6fr a._6dtj {
  font-weight: 600;
  color: var(--main-color);
  margin-top: 4px;
}
._d6fr a._6dtj:hover {
  opacity: 0.8;
}
._4gbu {
  width: 100%;
  margin-bottom: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
._6yct {
  width: 100%;
  height: auto;
  display: block;
  max-height: 80px;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.3s;
}
._6yct:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  ._6yct {
    max-height: 60px;
  }
}
._5fvt {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
._5fvt p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-color-2);
  opacity: 0.7;
}

._i2du{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center}
._4i1r{position:absolute;inset:0;background:rgba(0,0,0,.85)}
._8bpl{position:relative;width:95vw;height:90vh;max-width:1200px;background:#1a1a2e;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px rgba(0,0,0,.5)}
._4cvy{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#16162a;border-bottom:1px solid rgba(255,255,255,.1)}
._el3z{color:#fff;font-size:.95rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
._bq17{background:none;border:none;color:#fff;font-size:1.8rem;cursor:pointer;padding:0 4px;line-height:1;opacity:.7;transition:opacity .2s}
._bq17:hover{opacity:1}
._ekhh{flex:1;position:relative;overflow:hidden}
._abiq{width:100%;height:100%;border:none;display:block}
._d3dl{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:rgba(255,255,255,.7);font-size:.9rem}
._d3dl.hidden{display:none}
._bi31{width:40px;height:40px;border:3px solid rgba(255,255,255,.2);border-top-color:#10b981;border-radius:50%;animation:demoSpin .8s linear infinite}
@keyframes demoSpin{to{transform:rotate(360deg)}}
._lso1{display:inline-flex;align-items:center;gap:6px;background:#10b981;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;text-decoration:none}
._lso1:hover{background:#059669;transform:translateY(-1px)}
._lso1 svg{width:14px;height:14px}
._dhxo{position:absolute;top:8px;right:8px;background:#10b981;color:#fff;border:none;padding:3px 8px;border-radius:4px;font-size:.7rem;font-weight:700;cursor:pointer;z-index:2;opacity:0;transition:opacity .2s;text-decoration:none}
._a3nb:hover ._dhxo{opacity:1}
@media(max-width:768px){._8bpl{width:100vw;height:100vh;max-width:none;border-radius:0}}



._gq34 {
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._gq34 {
    padding: 24px 0;
  }
}

._jg7z {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 48px;
  align-items: start;
}
@media screen and (max-width: 1200px) {
  ._jg7z {
    grid-template-columns: 350px 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 900px) {
  ._jg7z {
    display: block;
  }
  ._99jf {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  ._99jf {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  ._99jf {
    margin-bottom: 20px;
  }
}


._99jf {
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 768px) {
  ._99jf {
    position: static;
  }
}

._s3j {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  ._s3j {
    border-radius: 12px;
    margin-bottom: 16px;
  }
}

._s3j img {
  width: 100%;
  height: auto;
  display: block;
}

._s3j img[src=""],
._s3j img:not([src]) {
  display: none;
}

.game-image--fallback,
._s3j:has(img[src=""]),
._s3j:has(img:not([src])) {
  background: linear-gradient(135deg, #1a0a2e, #0a1929);
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game-image--fallback::after,
._s3j:has(img[src=""])::after,
._s3j:has(img:not([src]))::after {
  content: '\1F3B0';
  font-size: 80px;
  opacity: 0.3;
}

._fx9 {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(118, 213, 253, 0.1);
  border: 1px solid rgba(118, 213, 253, 0.3);
  border-radius: 12px;
  padding: 12px 16px;
}
@media screen and (max-width: 768px) {
  ._fx9 {
    padding: 10px 14px;
    gap: 10px;
  }
}

._fx9 img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  ._fx9 img {
    width: 32px;
    height: 32px;
  }
}

._fx9 span {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
}
@media screen and (max-width: 768px) {
  ._fx9 span {
    font-size: 14px;
  }
}


._bvfm {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  ._bvfm {
    gap: 24px;
  }
}

._8xx4 {
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
  color: var(--text-color);
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  ._8xx4 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 768px) {
  ._8xx4 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 576px) {
  ._8xx4 {
    font-size: 22px;
    line-height: 30px;
  }
}


._32q1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  ._32q1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media screen and (max-width: 576px) {
  ._32q1 {
    grid-template-columns: 1fr;
  }
}

._e8tr {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 215, 0, 0.15);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}

._e8tr:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 215, 0, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(255, 215, 0, 0.1);
}

._lcfw {
  font-size: 28px;
  line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

._d665 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._g5pc {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}

._5esx {
  font-size: 18px;
  font-weight: 700;
  color: #ffd700;
}


._hkkb {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 576px) {
  ._hkkb {
    flex-direction: column;
    gap: 12px;
  }
}

._6cki,
._b7ea {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  ._6cki,
  ._b7ea {
    padding: 14px 24px;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  ._6cki,
  ._b7ea {
    width: 100%;
  }
}

._6cki {
  background: var(--action-color);
  color: var(--text-color);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

._6cki:hover {
  opacity: 0.8;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

._6cki svg {
  margin-left: 4px;
}

._b7ea {
  background: transparent;
  color: var(--text-color);
  border: 2px solid var(--action-color-2);
}

._b7ea:hover {
  opacity: 0.8;
  transform: translateY(-2px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
}


._i1cv {
  margin-top: 24px;
  background: var(--action-color-2);
  border-radius: 16px;
  padding: 24px 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

._i1cv::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

._i1cv:hover::before {
  left: 100%;
}

._i1cv:hover {
  opacity: 0.8;
  transform: translateY(-4px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
}

._24u2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 1;
}

._drtz {
  font-size: 36px;
  line-height: 1;
  animation: pulse-icon 2s ease-in-out infinite;
}

@keyframes pulse-icon {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

._5khr {
  font-size: 22px;
  font-weight: 800;
  color: #0a1929;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

._4qtj {
  color: #0a1929;
  transition: transform 0.3s ease;
}

._i1cv:hover ._4qtj {
  transform: translateX(4px);
}


._5f7c {
  margin-top: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
  border-left: 4px solid #ffd700;
  border-radius: 8px;
}

._5f7c h3 {
  font-size: 16px;
  font-weight: 700;
  color: #ffd700;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._5f7c p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}


._46ho {
  margin-top: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

._fyfq {
  display: flex;
  gap: 12px;
  font-size: 14px;
}

._fyfq strong {
  color: #ffd700;
  font-weight: 700;
  min-width: 90px;
}

._fyfq span {
  color: rgba(255, 255, 255, 0.7);
}




._1q9m {
  margin: 0;
  padding: 80px 0;
  background: linear-gradient(180deg, #0f1419 0%, #1a1f2e 100%);
  position: relative;
}

._1q9m::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.3), transparent);
}

._l1x3 {
  font-size: 2.5rem;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 48px 0;
  text-align: center;
  background: linear-gradient(135deg, #ffffff 0%, #ffd700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

._6s4c {
  max-width: 1400px;
  margin: 0 auto;
}


._aua6,
._1q9m ._kltk {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
}

@media (max-width: 1400px) {
  ._aua6,
  ._1q9m ._kltk {
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
  }
}

@media (max-width: 1200px) {
  ._aua6,
  ._1q9m ._kltk {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

@media (max-width: 1024px) {
  ._1q9m {
    padding: 60px 0;
  }

  ._l1x3 {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  ._aua6,
  ._1q9m ._kltk {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  ._1q9m {
    padding: 48px 0;
  }

  ._l1x3 {
    font-size: 1.75rem;
    margin-bottom: 32px;
  }

  ._aua6,
  ._1q9m ._kltk {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

@media (max-width: 480px) {
  ._1q9m {
    padding: 40px 0;
  }

  ._l1x3 {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }

  ._aua6,
  ._1q9m ._kltk {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}



._ly8h {
  padding: 60px 0;
  background: linear-gradient(180deg, #1a1f2e 0%, #0f1419 100%);
}

._2osu {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 40px 0;
  text-align: center;
  background: linear-gradient(135deg, #ffffff 0%, #ffd700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

._4t55 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

._4t55 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}


@media (max-width: 1024px) {
  ._ly8h {
    padding: 50px 0;
  }

  ._2osu {
    font-size: 1.75rem;
    margin-bottom: 32px;
  }
}

@media (max-width: 768px) {
  ._ly8h {
    padding: 40px 0;
  }

  ._2osu {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }

  ._4t55 {
    border-radius: 12px;
  }
}

@media (max-width: 480px) {
  ._ly8h {
    padding: 32px 0;
  }

  ._2osu {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }

  ._4t55 {
    border-radius: 8px;
  }
}



._b3cs {
  padding: 60px 0;
  background: linear-gradient(180deg, rgba(255, 215, 0, 0.02) 0%, transparent 100%);
  border-top: 1px solid rgba(255, 215, 0, 0.15);
}

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

._ijym {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-color);
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  ._ijym {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

._c5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  ._c5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  ._c5 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


._8af6 {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 215, 0, 0.15);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

._8af6:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 215, 0, 0.4);
  box-shadow: 0 12px 32px rgba(255, 215, 0, 0.15);
}

._fn4h {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  ._fn4h {
    padding: 20px;
  }
}

._9big {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 12px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  ._9big {
    font-size: 16px;
  }
}

._39st {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


._8p62 {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 215, 0, 0.15);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}
._8p62:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 215, 0, 0.4);
  box-shadow: 0 12px 32px rgba(255, 215, 0, 0.15);
}
._5ggx {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
._fv0p {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}
._fv0p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._3xkf {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color);
  padding: 16px 16px 8px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
._4aa9 {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 16px 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



._4097 {
  padding: 80px 0;
  background: #0a0e1a;
  position: relative;
}

._4097::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.3), transparent);
}

._ljsd {
  font-size: 2.5rem;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 12px 0;
  text-align: center;
  background: linear-gradient(135deg, #ffffff 0%, #ffd700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

._3j9o {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 48px 0;
  text-align: center;
  font-weight: 400;
}

._kltk {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
}


._a3nb {
  background: linear-gradient(135deg, #1a1f2e 0%, #0f1419 100%);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 0, 0.15);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}

._a3nb::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.3), rgba(255, 0, 128, 0.3));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}


@supports ((-webkit-mask-composite: xor) or (mask-composite: exclude)) {
  ._a3nb::before {
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
}

._a3nb:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 215, 0, 0.4);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 215, 0, 0.1);
}

._a3nb:hover::before {
  opacity: 1;
}

._dt8y {
  width: 100%;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #2d3548 0%, #1a1f2e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

._dt8y::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

._a3nb:hover ._dt8y::after {
  opacity: 1;
}

._dt8y img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

._a3nb:hover ._dt8y img {
  transform: scale(1.1);
}


._9iq4 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #2d3548 0%, #1a1f2e 100%);
}

._d64d {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd700 0%, #ff8c00 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 900;
  color: #0a0e1a;
  box-shadow: 0 8px 24px rgba(255, 215, 0, 0.3);
}

._hmsf {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 0 16px;
  max-width: 200px;
  line-height: 1.4;
}

._khqj {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
}

._e4ji {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  min-height: 48px;
}

._i5wz {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

._7yji {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

._7yji strong {
  color: #ffd700;
  font-weight: 700;
  font-size: 14px;
}

._9vas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding: 14px 20px;
  background: var(--action-color);
  color: var(--text-color);
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

._9vas::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

._9vas:hover::before {
  width: 300px;
  height: 300px;
}

._9vas:hover {
  opacity: 0.8;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

._9vas span {
  position: relative;
  z-index: 1;
}


@media (max-width: 1400px) {
  ._kltk {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) {
  ._4097 {
    padding: 60px 0;
  }

  ._ljsd {
    font-size: 2rem;
  }

  ._3j9o {
    font-size: 1rem;
  }

  ._kltk {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  ._4097 {
    padding: 48px 0;
  }

  ._ljsd {
    font-size: 1.75rem;
    margin-bottom: 8px;
  }

  ._3j9o {
    font-size: 0.9375rem;
    margin-bottom: 32px;
  }

  ._kltk {
    gap: 16px;
  }

  ._khqj {
    padding: 16px;
  }

  ._e4ji {
    font-size: 15px;
    min-height: 42px;
  }

  ._9vas {
    padding: 12px 16px;
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  ._kltk {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  ._ljsd {
    font-size: 1.5rem;
  }

  ._dt8y {
    aspect-ratio: 16/9;
  }
}


@media (prefers-reduced-motion: reduce) {
  ._a3nb,
  ._a3nb::before,
  ._dt8y::after,
  ._dt8y img,
  ._9vas,
  ._9vas::before {
    transition: none;
  }

  ._a3nb:hover {
    transform: none;
  }

  ._a3nb:hover ._dt8y img {
    transform: none;
  }

  ._9vas:hover {
    transform: none;
  }

  ._9vas:hover::before {
    width: 0;
    height: 0;
  }
}

._5ufx {
  padding: 3rem 0;
}

._9sew {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--text-color);
}

._8bm3 {
  font-size: 1rem;
  color: var(--text-color-2);
  margin-bottom: 2rem;
  max-width: 700px;
  line-height: 1.6;
}

._crs6 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._xbb {
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem;
  background: var(--bg-color-2, rgba(255,255,255,0.05));
  border: 1px solid var(--border-color, rgba(255,255,255,0.1));
  border-radius: var(--border-radius, 12px);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

._xbb:hover {
  border-color: var(--action-color);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

._1o64 {
  font-size: 2rem;
  line-height: 1;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-color-3, rgba(255,255,255,0.08));
  border-radius: 12px;
}

._kg90 {
  flex: 1;
  min-width: 0;
}

._flkj {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-color);
  margin: 0 0 0.5rem 0;
}

._12dg {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-color-2);
}

._12dg p {
  margin: 0 0 0.75rem 0;
}

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

@media (max-width: 768px) {
  ._5ufx {
    padding: 2rem 0;
  }

  ._9sew {
    font-size: 1.4rem;
  }

  ._xbb {
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem;
  }

  ._1o64 {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
}

._1ouq {
  padding: 3rem 0;
}

._26xm {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: var(--text-color);
}

._bj7d {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

._i59z {
  background: var(--bg-color-2, rgba(255,255,255,0.05));
  border-radius: var(--border-radius, 12px);
  overflow: hidden;
}

._4ojm {
  border: 1px solid rgba(34,197,94,0.2);
}

._3rk7 {
  border: 1px solid rgba(239,68,68,0.2);
}

._8pwc {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  font-weight: 700;
  font-size: 1rem;
}

._cg8t {
  background: rgba(34,197,94,0.1);
  color: #22c55e;
}

._l05y {
  background: rgba(239,68,68,0.1);
  color: #ef4444;
}

._ih5r {
  font-size: 1.1rem;
}

._bybc {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._edwu {
  list-style: none;
  margin: 0;
  padding: 0.75rem 0;
}

._dkb6 {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.6rem 1.25rem;
}

._bzmo {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
}

._eur8 ._bzmo {
  background: rgba(34,197,94,0.15);
  color: #22c55e;
}

._7gbe ._bzmo {
  background: rgba(239,68,68,0.15);
  color: #ef4444;
}

._cf2h {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text-color-2);
}

@media (max-width: 768px) {
  ._1ouq {
    padding: 2rem 0;
  }

  ._26xm {
    font-size: 1.4rem;
  }

  ._bj7d {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}



.winner-popup-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 450px;
}

@media screen and (max-width: 768px) {
  .winner-popup-container {
    right: 10px;
    bottom: 10px;
    max-width: calc(100vw - 20px);
  }
}


.winner-popup {
  background: linear-gradient(135deg, rgba(10, 14, 26, 0.98) 0%, rgba(20, 24, 36, 0.98) 100%);
  border: 3px solid rgba(255, 215, 0, 0.6);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 12px 40px rgba(255, 215, 0, 0.3),
              0 0 80px rgba(255, 215, 0, 0.2);
  backdrop-filter: blur(12px);
  pointer-events: auto;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  animation: slideUpPopup 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  position: relative;
  overflow: hidden;
  min-height: 120px;
}

.winner-popup::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.25), transparent);
  animation: shimmer 3s infinite;
}

@keyframes slideUpPopup {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes slideOutPopup {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
}

@keyframes shimmer {
  to {
    left: 100%;
  }
}

.winner-popup.removing {
  animation: slideOutPopup 0.4s ease forwards;
}

.winner-popup:hover {
  transform: translateY(-6px) scale(1.03);
  border-color: rgba(255, 215, 0, 0.9);
  box-shadow: 0 16px 56px rgba(255, 215, 0, 0.4),
              0 0 100px rgba(255, 215, 0, 0.3);
}


.winner-popup__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.winner-popup__icon {
  width: 56px;
  height: 56px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.4), transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  animation: pulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 12px rgba(255, 215, 0, 0);
  }
}

.winner-popup__player-info {
  flex: 1;
  min-width: 0;
}

.winner-popup__label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(255, 215, 0, 0.8);
  font-weight: 700;
  margin-bottom: 4px;
}

.winner-popup__player-name {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.winner-popup__body {
  display: flex;
  gap: 14px;
  align-items: center;
}

.winner-popup__game-image {
  width: 100px;
  height: 75px;
  border-radius: 10px;
  object-fit: cover;
  border: 2px solid rgba(255, 215, 0, 0.4);
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .winner-popup__game-image {
    width: 85px;
    height: 64px;
  }
}

.winner-popup__game-info {
  flex: 1;
  min-width: 0;
}

.winner-popup__game-name {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .winner-popup__game-name {
    font-size: 13px;
  }
}

.winner-popup__amount {
  font-size: 24px;
  font-weight: 900;
  color: #ffd700;
  text-shadow: 0 0 15px rgba(255, 215, 0, 0.6), 0 2px 4px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: baseline;
  gap: 4px;
}

@media screen and (max-width: 768px) {
  .winner-popup__amount {
    font-size: 21px;
  }
}

.winner-popup__currency {
  font-size: 16px;
  font-weight: 700;
  opacity: 0.95;
}

@media screen and (max-width: 768px) {
  .winner-popup__currency {
    font-size: 14px;
  }
}


.winner-popup__time {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 215, 0, 0.2);
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffd700;
  letter-spacing: 0.6px;
  border: 1px solid rgba(255, 215, 0, 0.3);
}


.winner-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}

.winner-popup:hover .winner-popup__close {
  opacity: 1;
  pointer-events: auto;
}

.winner-popup__close:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  transform: scale(1.15) rotate(90deg);
}


@media screen and (max-width: 768px) {
  .winner-popup {
    padding: 16px;
    border-width: 2px;
  }

  .winner-popup__header {
    gap: 10px;
    margin-bottom: 10px;
  }

  .winner-popup__icon {
    width: 48px;
    height: 48px;
    font-size: 28px;
  }

  .winner-popup__body {
    gap: 10px;
  }

  .winner-popup__player-name {
    font-size: 14px;
  }
}
