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

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

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

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

._fw59 {
  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) {
  ._fw59 {
    padding: 12px 24px;
  }
}
._fw59:hover {
  opacity: 0.8;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 25px;
}

._6tzj {
  cursor: pointer;
}

._b0nu {
  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) {
  ._b0nu {
    padding: 9px 16px;
  }
}
._b0nu:hover {
  opacity: 0.8;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 25px;
}
._56no {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 1024px) {
  ._56no {
    width: 20px;
    height: 20px;
  }
}

._e0yc {
  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;
}
._g1po {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1480px) {
  ._g1po {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  ._g1po {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
._90es {
  width: 204px;
  margin-top: 10px;
}
@media screen and (max-width: 1480px) {
  ._90es {
    width: 150px;
  }
}
@media screen and (max-width: 576px) {
  ._90es {
    width: 120px;
  }
}
@media screen and (max-width: 576px) {
  ._90es {
    width: 100px;
  }
}
._jna0 {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  ._jna0 {
    order: 3;
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }
}
@media screen and (max-width: 576px) {
  ._jna0 ._fw59 {
    padding: 10px 20px;
    font-size: 13px;
  }
  ._jna0 ._b0nu {
    padding: 8px 16px;
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  ._jna0 {
    gap: 8px;
  }
  ._jna0 ._fw59 {
    padding: 10px 18px;
    font-size: 12px;
  }
  ._jna0 ._b0nu {
    padding: 8px 14px;
    font-size: 12px;
  }
}

._hvg7 {
  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) {
  ._hvg7 {
    display: flex; 
    order: 2;
    margin-left: auto;
  }
}
@media screen and (max-width: 576px) {
  ._hvg7 {
    margin-left: 0px;
  }
}
._hvg7 span {
  width: 30px;
  height: 0.25rem;
  background: var(--text-color);
  border-radius: 10px;
  transition: all 0.3s linear;
  position: relative;
  transform-origin: 1px;
}
._hvg7 span:first-child {
  transform: rotate(0);
}
._hvg7 span:nth-child(2) {
  opacity: 1;
  transform: scale(1);
}
._hvg7 span:nth-child(3) {
  transform: rotate(0);
}
._hvg7.open span:first-child {
  transform: rotate(45deg);
}
._hvg7.open span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
._hvg7.open span:nth-child(3) {
  transform: rotate(-45deg);
}

._1x4q {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  position: static;
  background: transparent;
  padding: 0;
  width: auto;
  height: auto;
  transform: none;
  transition: none;
}
._9eqa {
  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;
}
._9eqa:hover {
  opacity: 0.8;
}


@media screen and (max-width: 768px) {
  ._1x4q {
    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;
  }
  ._1x4q.open {
    transform: translateY(0);
  }
  ._9eqa {
    margin-bottom: 1.5rem;
    font-size: 18px;
  }
}

._jbr8 {
  position: relative;
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  ._jbr8 {
    padding-top: 28px;
  }
}
._kwcd {
  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) {
  ._kwcd {
    flex-direction: column;
    align-items: center;
    padding: 48px 40px 32px;
  }
}
@media screen and (max-width: 768px) {
  ._kwcd {
    padding: 32px 20px 24px;
  }
}
@media screen and (max-width: 576px) {
  ._kwcd {
    padding: 24px 16px 20px;
  }
}
._mbbj {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  ._mbbj {
    align-items: center;
  }
}
._lkqb {
  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) {
  ._lkqb {
    font-size: 42px;
    line-height: 54px;
  }
}
@media screen and (max-width: 1024px) {
  ._lkqb {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  ._lkqb {
    font-size: 36px;
    line-height: 42px;
  }
}
._5uwm {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: flex;
}
._4rcc {
  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) {
  ._4rcc {
    font-size: 64px;
    line-height: 82px;
  }
}
@media screen and (max-width: 1024px) {
  ._4rcc {
    font-size: 48px;
    line-height: 62px;
  }
}
@media screen and (max-width: 768px) {
  ._4rcc {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (max-width: 576px) {
  ._4rcc {
    font-size: 28px;
    line-height: 38px;
  }
}
._a96t {
  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) {
  ._a96t {
    font-size: 64px;
    line-height: 82px;
  }
}
@media screen and (max-width: 1024px) {
  ._a96t {
    font-size: 48px;
    line-height: 62px;
  }
}
@media screen and (max-width: 768px) {
  ._a96t {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (max-width: 576px) {
  ._a96t {
    font-size: 28px;
    line-height: 38px;
  }
}
._369h {
  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) {
  ._369h {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  ._369h {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 576px) {
  ._369h {
    font-size: 16px;
    line-height: 22px;
  }
}
._ern2 {
  display: flex;
  width: 100%;
  max-width: 709px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 25px;
  border-radius: 30px;
}
._ern2 img {
  width: 100%;
  height: auto;
  display: block;
}

._ic7c {
  position: relative;
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  ._ic7c {
    padding-top: 28px;
  }
}
._jcvw {
  display: none;
}
@media screen and (max-width: 1024px) {
  ._jcvw {
    display: block;
    width: 100%;
    max-width: 74px;
    margin-bottom: 16px;
  }
}
._6aqb {
  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) {
  ._6aqb {
    flex-direction: column;
    align-items: center;
    padding: 48px 63px 40px;
  }
}
@media screen and (max-width: 768px) {
  ._6aqb {
    padding: 14px 24px 16px;
  }
}
._djv3 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  ._djv3 {
    align-items: center;
  }
}
._8fci {
  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) {
  ._8fci {
    font-size: 42px;
    line-height: 54px;
  }
}
@media screen and (max-width: 1024px) {
  ._8fci {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  ._8fci {
    font-size: 22px;
    line-height: 28px;
  }
}
._2xy9 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  ._2xy9 {
    gap: 10px;
    padding: 24px 0;
  }
}
@media screen and (max-width: 576px) {
  ._2xy9 {
    gap: 10px;
    padding: 16px 0;
  }
}
._amip {
  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) {
  ._amip {
    gap: 6px;
  }
}
._65a7, ._kl9z {
  line-height: 120%;
  font-weight: bold;
  white-space: nowrap;
  font-size: 36px;
}
@media screen and (max-width: 1024px) {
  ._65a7, ._kl9z {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  ._65a7, ._kl9z {
    font-size: 20px;
  }
}
._65a7._jfui, ._kl9z._jfui {
  font-size: 56px;
}
@media screen and (max-width: 1024px) {
  ._65a7._jfui, ._kl9z._jfui {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  ._65a7._jfui, ._kl9z._jfui {
    font-size: 24px;
  }
}
._65a7 {
  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) {
  ._65a7 {
    margin-top: -32px;
  }
}
@media screen and (max-width: 768px) {
  ._65a7 {
    margin-top: -22px;
  }
}
._kl9z {
  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;
}
._cs7w {
  line-height: 120%;
  font-weight: bold;
  white-space: nowrap;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  ._cs7w {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  ._cs7w {
    font-size: 12px;
  }
}
._cs7w._jfui {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  ._cs7w._jfui {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  ._cs7w._jfui {
    font-size: 16px;
  }
}
._amip:nth-child(1), ._amip:nth-child(3) {
  width: 100%;
  max-width: 195px;
  height: 178px;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  ._amip:nth-child(1), ._amip:nth-child(3) {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  ._amip:nth-child(1), ._amip:nth-child(3) {
    padding: 10px;
  }
}
._amip:nth-child(2) {
  width: 100%;
  max-width: 275px;
  height: 252px;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  ._amip:nth-child(2) {
    padding: 20px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  ._amip:nth-child(2) {
    padding: 10px;
  }
}
._3v7i {
  display: flex;
  width: 100%;
  max-width: 709px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 25px;
  border-radius: 30px;
}
._3v7i img {
  width: 100%;
  height: auto;
  display: block;
}

._hbv1 {
  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) {
  ._hbv1 {
    margin: 20px 0 20px;
  }
}
@media screen and (max-width: 576px) {
  ._hbv1 {
    padding: 6px 18px;
  }
}
._6vth {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
._7zhe {
  font-weight: 700;
  font-size: 42px;
  line-height: 54px;
  text-align: center;
  color: var(--main-color);
}
._crpc {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  ._crpc {
    font-size: 12px;
    line-height: 16px;
  }
}

._7nm7 {
  width: 100%;
  margin-bottom: 40px;
}
._635d {
  width: 100%;
  height: auto;
}

._ef3m {
  margin: 16px 0 24px;
}
._6x4z {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  ._6x4z {
    gap: 8px;
  }
}
._ii1h {
  font-size: 35px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  margin: 44px 0;
}
@media screen and (max-width: 1024px) {
  ._ii1h {
    font-size: 22px;
    line-height: 32px;
    margin: 24px 0;
  }
}
._hkqt, ._2x02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  ._hkqt, ._2x02 {
    gap: 8px;
  }
}
._289o, ._8ohp {
  width: calc(12.5% - 12.25px);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  ._289o, ._8ohp {
    width: calc(25% - 6px);
  }
}
._289o::after, ._8ohp::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;
}
._289o:hover::after, ._8ohp:hover::after {
  opacity: 1;
  background-size: 60px;
}
._289o img, ._8ohp img {
  width: 100%;
  height: auto;
  display: block;
}

._crvi {
  position: relative;
}
._crvi:not(._516v),
._crvi p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}
._crvi ._516v,
._crvi ._mbxg,
._crvi ._kmix,
._crvi ._g3e0,
._crvi h1,
._crvi h2,
._crvi h3,
._crvi h4,
._crvi h5,
._crvi h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
}
._crvi ._547k {
  text-align: center;
}
._crvi ._mbxg,
._crvi h2 {
  font-size: 24px;
}
._crvi ._kmix,
._crvi h3 {
  font-size: 20px;
}
._crvi ._g3e0,
._crvi h4 {
  font-size: 18px;
}
._crvi ul,
._crvi ol {
  margin-left: 24px;
  margin-top: 12px;
  margin-bottom: 24px;
}
._crvi ul li,
._crvi ol li {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
._crvi ._6jpe {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
._crvi table {
  border-collapse: collapse;
  width: 100%;
  margin: 36px 0;
}
._crvi table td,
._crvi 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) {
  ._crvi table td,
  ._crvi table th {
    padding: 2px 4px;
    font-size: 12px;
  }
}
._crvi table th {
  text-align: left;
  background-color: #04aa6d;
  color: white;
  background: rgba(242, 242, 245, 0.19);
}
._crvi table tr:nth-child(even) {
  background-color: rgba(242, 242, 245, 0.19);
}
._kub2 {
  max-width: 1042px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin: 74px 0 0px;
}
@media screen and (max-width: 1024px) {
  ._kub2 {
    margin: 26px 0 18px;
  }
}
._6z6s {
  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) {
  ._6z6s {
    font-size: 22px;
    border-radius: 10px 10px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  ._6z6s {
    font-size: 14px;
  }
}
._5zu5 {
  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) {
  ._5zu5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  ._5zu5 {
    min-height: 64px;
    font-size: 12px;
  }
}
._5zu5:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}
._5zu5:last-child {
  border-radius: 0px 0px 27px 27px;
}
@media screen and (max-width: 1024px) {
  ._5zu5:last-child {
    border-radius: 0px 0px 10px 10px;
  }
}
._lpfq, ._l7hf {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 50%;
  padding: 10px;
  flex: 1;
}
._l7hf {
  border-left: 1px solid #76d5fd;
}

._cqyb {
  padding-top: 48px;
  padding-bottom: 24px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
._4w4l {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  ._4w4l {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
._id4e {
  display: flex;
  flex-direction: column;
}
._m8jg {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
._9a09 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._9a09 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;
}
._9a09 a:hover {
  color: var(--main-color);
  opacity: 1;
}
._8ugt {
  width: 100%;
  margin-bottom: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
._eqiv {
  display: flex;
  justify-content: center;
  gap: 4px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
._czcf {
  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;
}
._czcf:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-color);
}
._i2ry {
  background: rgba(255, 255, 255, 0.1);
  color: var(--text-color);
  pointer-events: none;
}
._kzu8 {
  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);
}
._kzu8 svg {
  width: 100%;
  height: 100%;
  display: block;
}
._egss {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
._ap03 {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
._ap03 p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-color-2);
  opacity: 0.7;
}




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

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

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

._1e9w {
  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) {
  ._1e9w {
    padding: 24px 16px;
  }
}

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

._9wki {
  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) {
  ._9wki {
    width: 48px;
    height: 48px;
    font-size: 24px;
    margin-bottom: 16px;
  }
}

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

._8rcu {
  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); }
}

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

._ca5h {
  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;
}
._ca5h::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) {
  ._ca5h {
    padding: 40px 20px;
    border-radius: 20px;
  }
}

._4ptr {
  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) {
  ._4ptr {
    top: 16px;
    right: 16px;
    padding: 8px 16px;
    font-size: 12px;
  }
}

._d10t {
  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) {
  ._d10t {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (max-width: 576px) {
  ._d10t {
    font-size: 34px;
    line-height: 42px;
  }
}

._47xq {
  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) {
  ._47xq {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 32px;
  }
}

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

._k86q {
  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;
}
._k86q: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) {
  ._k86q {
    padding: 20px 24px;
    min-width: 130px;
    border-radius: 14px;
  }
}

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

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

._6phd {
  text-align: center;
}
._6phd ._fw59 {
  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);
}
._6phd ._fw59:hover {
  animation: none;
  transform: scale(1.05);
  box-shadow: 0 12px 48px rgba(236, 1, 110, 0.6);
}
@media screen and (max-width: 768px) {
  ._6phd ._fw59 {
    font-size: 18px;
    padding: 18px 56px;
    border-radius: 14px;
  }
}


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

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

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

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

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

._c4ps {
  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) {
  ._c4ps {
    padding: 18px 20px;
    font-size: 16px;
    line-height: 22px;
  }
}

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

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

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

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

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

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

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

._bic7.active ._62l0 {
  max-height: 500px;
}

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


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

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

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

._515h {
  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) {
  ._515h {
    padding: 24px 20px;
  }
}

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

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

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

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

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

._a2z5 {
  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);
}

._epjf {
  flex: 1;
}

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

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


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

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

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

._1s19 {
  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) {
  ._1s19 {
    padding: 16px;
  }
}

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

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

._1s19:hover ._3ezs {
  transform: scale(1.05);
}


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

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

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

._rub {
  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) {
  ._rub {
    padding: 12px;
  }
}

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

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


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

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

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

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

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

._1nvt {
  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) {
  ._1nvt {
    width: 64px;
    height: 64px;
    font-size: 28px;
  }
}

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


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

._2f2v {
  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) {
  ._2f2v {
    padding: 24px 16px;
  }
}

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

._llt7 {
  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) {
  ._llt7 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media screen and (max-width: 576px) {
  ._llt7 {
    font-size: 32px;
    line-height: 40px;
  }
}

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

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


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

._arzw {
  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) {
  ._arzw {
    padding: 28px 20px;
    border-radius: 16px;
  }
}

._arzw::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);
  }
}

._8721 {
  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) {
  ._8721 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 576px) {
  ._8721 {
    font-size: 24px;
    line-height: 32px;
  }
}

._2ubo {
  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) {
  ._2ubo {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
  }
}

._jxcg {
  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) {
  ._jxcg {
    padding: 12px 32px;
    font-size: 16px;
  }
}

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



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

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

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

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

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

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




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

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

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

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

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

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


._dp3l ._77oo {
  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) {
  ._dp3l ._77oo {
    padding: 20px;
    margin-top: 24px;
  }
}

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

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



._39ej {
  padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._39ej a:hover {
  opacity: 0.8;
}

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

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

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

._39ej table td,
._39ej 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) {
  ._39ej table td,
  ._39ej table th {
    padding: 8px 12px;
    font-size: 13px;
  }
}

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

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

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



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

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

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

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

._623c {
  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) {
  ._623c {
    font-size: 42px;
  }
}

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

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

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


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

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

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

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

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

._3ywp svg { color: #10a37f; }
._kwlk svg { color: #20b8cd; }
._h7ul svg { color: #d97706; }

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



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

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

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

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

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

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



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

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

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

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

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

._623c {
  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) {
  ._623c {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  ._623c {
    font-size: 32px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

._39ej a:hover {
  opacity: 0.8;
}

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

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



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

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

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

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

._b2g8 {
  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) {
  ._b2g8 {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

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

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

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


._v3y {
  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%;
}

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

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

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

._k1cg {
  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) {
  ._k1cg {
    font-size: 18px;
  }
}

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


._73xx {
  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;
}
._73xx:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 215, 0, 0.4);
  box-shadow: 0 12px 32px rgba(255, 215, 0, 0.15);
}
._24lr {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
._jxto {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}
._jxto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._5tc2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
._5tc2::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
  );
}
._dkju {
  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;
}
._3ise {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
._bi8b {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
._4q9d {
  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;
}
._m922 {
  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;
}

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

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

._1lcd ._4kg2 {
  position: relative;
  z-index: 1;
}

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

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

._h6e7 {
  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);
}

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

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

._82v {
  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);
}

._25tf {
  font-size: 1.25rem;
}

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

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

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

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

._h0xs {
  opacity: 0.5;
}

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

._fpdr {
  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);
}

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

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

  ._h6e7 {
    font-size: 1.5rem;
  }

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

._1ej3 {
  padding: 3rem 0;
}

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

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

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

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

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

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

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

._lsto {
  gap: 0.35rem;
}

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

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

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

._48er {
  gap: 0.3rem;
}

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

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

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

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

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

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

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

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

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

  ._lsto {
    align-items: center;
  }

  ._bmat {
    text-align: center;
  }

  ._f4cj {
    justify-content: center;
  }

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

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

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

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

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

._cgq3 table {
  border-collapse: collapse;
  width: 100%;
  margin: 24px 0;
}
._cgq3 table td,
._cgq3 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) {
  ._cgq3 table td,
  ._cgq3 table th {
    padding: 8px 10px;
    font-size: 13px;
  }
}
._cgq3 table th {
  text-align: left;
  background: rgba(255, 215, 0, 0.1);
  color: var(--text-color);
  font-weight: 600;
}
._cgq3 table tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}

._cgq3 ._6d4s {
  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) {
  ._cgq3 ._6d4s {
    padding: 18px 20px;
    font-size: 15px;
    line-height: 24px;
  }
}

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

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

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

._e8ls table {
  border-collapse: collapse;
  width: 100%;
  margin: 24px 0;
}
._e8ls table td,
._e8ls 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) {
  ._e8ls table td,
  ._e8ls table th {
    padding: 8px 10px;
    font-size: 13px;
  }
}
._e8ls table th {
  text-align: left;
  background: rgba(255, 215, 0, 0.1);
  color: var(--text-color);
  font-weight: 600;
}
._e8ls table tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}

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

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

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


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


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


._8i7f figure._lic8 {
  width: 100%;
}
._8i7f figure._lic8 img {
  width: 100%;
}


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


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


._8i7f + ._lhf,
._8i7f + ._ghy6 {
  overflow: hidden; 
}


._8i7f 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) {
  ._8i7f {
    margin: 20px 0;
  }
  
  ._8i7f:has(._7wxz),
  ._8i7f:has(._fmsx) {
    float: none;
    max-width: 100%;
    margin: 20px 0;
  }
}

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

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

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

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

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

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

._3x1x::placeholder {
  opacity: 0.5;
}

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

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

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

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

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

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

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

._elkn {
  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) {
  ._88cs {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

._f3pj a:hover {
  opacity: 0.8;
}

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

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

._u69 {
  padding: 0 0 40px;
}

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

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

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

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

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

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

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

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

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

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

._8yqd:hover ._99l8 {
  opacity: 0.7;
}

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

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

._cqyb {
  padding-top: 48px;
  padding-bottom: 24px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
._4w4l {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  ._4w4l {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
._id4e {
  display: flex;
  flex-direction: column;
}
._m8jg {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
._9a09 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._9a09 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;
}
._9a09 a:hover {
  color: var(--main-color);
  opacity: 1;
}
._9a09 a._zbn {
  font-weight: 600;
  color: var(--main-color);
  margin-top: 4px;
}
._9a09 a._zbn:hover {
  opacity: 0.8;
}
._8ugt {
  width: 100%;
  margin-bottom: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
._38h9 {
  width: 100%;
  height: auto;
  display: block;
  max-height: 80px;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.3s;
}
._38h9:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  ._38h9 {
    max-height: 60px;
  }
}
._ap03 {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
._ap03 p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-color-2);
  opacity: 0.7;
}

._6ceq{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center}
._8ntw{position:absolute;inset:0;background:rgba(0,0,0,.85)}
._byut{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)}
._hgyy{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#16162a;border-bottom:1px solid rgba(255,255,255,.1)}
._6mmi{color:#fff;font-size:.95rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
._3wr0{background:none;border:none;color:#fff;font-size:1.8rem;cursor:pointer;padding:0 4px;line-height:1;opacity:.7;transition:opacity .2s}
._3wr0:hover{opacity:1}
._36oe{flex:1;position:relative;overflow:hidden}
._4iy1{width:100%;height:100%;border:none;display:block}
._fk9d{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}
._fk9d.hidden{display:none}
._lvdk{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)}}
._k0au{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}
._k0au:hover{background:#059669;transform:translateY(-1px)}
._k0au svg{width:14px;height:14px}
._cozl{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}
._7u5d:hover ._cozl{opacity:1}
@media(max-width:768px){._byut{width:100vw;height:100vh;max-width:none;border-radius:0}}



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

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


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

._lmrb {
  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) {
  ._lmrb {
    border-radius: 12px;
    margin-bottom: 16px;
  }
}

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

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

.game-image--fallback,
._lmrb:has(img[src=""]),
._lmrb: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,
._lmrb:has(img[src=""])::after,
._lmrb:has(img:not([src]))::after {
  content: '\1F3B0';
  font-size: 80px;
  opacity: 0.3;
}

._4hif {
  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) {
  ._4hif {
    padding: 10px 14px;
    gap: 10px;
  }
}

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

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


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

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


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

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

._ag7x: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);
}

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

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

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

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


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

._719l,
._9596 {
  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) {
  ._719l,
  ._9596 {
    padding: 14px 24px;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  ._719l,
  ._9596 {
    width: 100%;
  }
}

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

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

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

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

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


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

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

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

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

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

._8tkp {
  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);
  }
}

._jkcu {
  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);
}

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

._288y:hover ._b0d {
  transform: translateX(4px);
}


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

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

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


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

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

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

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




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

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

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

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


._5gkn,
._ef3m ._2ibq {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
}

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

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

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

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

  ._5gkn,
  ._ef3m ._2ibq {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

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

  ._5gkn,
  ._ef3m ._2ibq {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

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

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

  ._5gkn,
  ._ef3m ._2ibq {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}



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

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

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

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


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

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

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

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

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

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

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

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



._atuw {
  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) {
  ._atuw {
    padding: 40px 0;
  }
}

._dkk8 {
  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) {
  ._dkk8 {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

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


._5ssa {
  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%;
}

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

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

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

._55mv {
  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) {
  ._55mv {
    font-size: 16px;
  }
}

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


._7usu {
  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;
}
._7usu:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 215, 0, 0.4);
  box-shadow: 0 12px 32px rgba(255, 215, 0, 0.15);
}
._dqvk {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
._k14j {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}
._k14j img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._2ctu {
  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;
}
._3m5m {
  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;
}



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

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

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

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

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


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

._7u5d::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)) {
  ._7u5d::before {
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
}

._7u5d: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);
}

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

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

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

._7u5d:hover ._9e4p::after {
  opacity: 1;
}

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

._7u5d:hover ._9e4p img {
  transform: scale(1.1);
}


._dwcz {
  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%);
}

._6w94 {
  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);
}

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

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

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

._h56q {
  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);
}

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

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

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

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

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

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

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


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

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

  ._fadj {
    font-size: 2rem;
  }

  ._1lj3 {
    font-size: 1rem;
  }

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

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

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

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

  ._2ibq {
    gap: 16px;
  }

  ._g1yy {
    padding: 16px;
  }

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

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

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

  ._fadj {
    font-size: 1.5rem;
  }

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


@media (prefers-reduced-motion: reduce) {
  ._7u5d,
  ._7u5d::before,
  ._9e4p::after,
  ._9e4p img,
  ._bes1,
  ._bes1::before {
    transition: none;
  }

  ._7u5d:hover {
    transform: none;
  }

  ._7u5d:hover ._9e4p img {
    transform: none;
  }

  ._bes1:hover {
    transform: none;
  }

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

._fhnr {
  padding: 3rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

  ._5yzm {
    font-size: 1.4rem;
  }

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

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

._w89 {
  padding: 3rem 0;
}

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

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

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

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

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

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

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

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

._kiib {
  font-size: 1.1rem;
}

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

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

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

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

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

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

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

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

  ._jray {
    font-size: 1.4rem;
  }

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