@charset "UTF-8";
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

@media only screen and (max-width: 1280px) {
  .container {
    width: 1170px;
    padding-left: 10px;
    padding-right: 10px; } }
@media only screen and (max-width: 1170px) {
  .container {
    width: 100%; } }
.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

@media only screen and (max-width: 1024px) {
  .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; } }
.row {
  margin-left: -15px;
  margin-right: -15px; }

.row {
  display: block;
  padding: 10px 0; }

.row:before, .row:after {
  content: "";
  display: table; }

.row:after {
  clear: both; }

/* ========== LARGE DEVICES ========== */
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left; }

.col-lg-12 {
  width: 100%; }

.col-lg-11 {
  width: 91.6666666667%; }

.col-lg-10 {
  width: 83.3333333333%; }

.col-lg-9 {
  width: 75%; }

.col-lg-8 {
  width: 66.6666666667%; }

.col-lg-7 {
  width: 58.3333333334%; }

.col-lg-6 {
  width: 50%; }

.col-lg-5 {
  width: 41.66666666667%; }

.col-lg-4 {
  width: 33.33333333333%; }

.col-lg-3 {
  width: 25%; }

.col-lg-2 {
  width: 16.66666666667%; }

.col-lg-1 {
  width: 8.33333333%; }

.offset-lg-0 {
  margin-left: 0; }

.offset-lg-1 {
  margin-left: 8.333333%; }

.offset-lg-1-5 {
  margin-left: 12.5%; }

.offset-lg-2 {
  margin-left: 16.666667%; }

.offset-lg-3 {
  margin-left: 25%; }

.offset-lg-4 {
  margin-left: 33.333333%; }

.offset-lg-5 {
  margin-left: 41.666667%; }

.offset-lg-6 {
  margin-left: 50%; }

.offset-lg-7 {
  margin-left: 58.333333%; }

.offset-lg-8 {
  margin-left: 66.666667%; }

.offset-lg-9 {
  margin-left: 75%; }

.offset-lg-10 {
  margin-left: 83.333333%; }

.offset-lg-11 {
  margin-left: 91.666667%; }

.col-lg-20 {
  width: 20%; }

/* ========== LAPTOP========== */
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-7 {
    width: 58.3333333334%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666666667%; }

  .col-md-4 {
    width: 33.33333333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-1-5 {
    margin-left: 12.5%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; }

  .col-md-4-custom, .col-md-8-custom {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left; }

  .col-md-8-custom {
    width: 72%; }

  .col-md-4-custom {
    width: 28%; } }
/* ========== SMALL DEVICES ========== */
@media only screen and (max-width: 1024px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left; }

  .col-sm {
    padding: 0; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-7 {
    width: 58.3333333334%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666666667%; }

  .col-sm-4 {
    width: 33.33333333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-1-5 {
    margin-left: 12.5%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; }

  .col-sm-auto {
    width: auto; } }
/* ========== EXTRA SMALL TABLET ========== */
@media only screen and (max-width: 768px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left; }

  .col-xs {
    padding: 0; }

  .col-xs-12 {
    width: 100% !important; }

  .col-xs-11 {
    width: 91.6666666667%; }

  .col-xs-10 {
    width: 83.3333333333%; }

  .col-xs-9 {
    width: 75%; }

  .col-xs-8 {
    width: 66.6666666667%; }

  .col-xs-7 {
    width: 58.3333333334%; }

  .col-xs-6 {
    width: 50% !important; }

  .col-xs-5 {
    width: 41.66666666667%; }

  .col-xs-4 {
    width: 33.33333333333%; }

  .col-xs-3 {
    width: 25%; }

  .col-xs-2 {
    width: 16.66666666667%; }

  .col-xs-1 {
    width: 8.33333333%; }

  .col-xs-4-custom {
    width: 33.33333333333% !important; }

  .offset-xs-0 {
    margin-left: 0; }

  .offset-xs-1 {
    margin-left: 8.333333%; }

  .offset-xs-1-5 {
    margin-left: 12.5%; }

  .offset-xs-2 {
    margin-left: 16.666667%; }

  .offset-xs-3 {
    margin-left: 25%; }

  .offset-xs-4 {
    margin-left: 33.333333%; }

  .offset-xs-5 {
    margin-left: 41.666667%; }

  .offset-xs-6 {
    margin-left: 50%; }

  .offset-xs-7 {
    margin-left: 58.333333%; }

  .offset-xs-8 {
    margin-left: 66.666667%; }

  .offset-xs-9 {
    margin-left: 75%; }

  .offset-xs-10 {
    margin-left: 83.333333%; }

  .offset-xs-11 {
    margin-left: 91.666667%; } }
/* ========== EXTRA SMALL DEVICES ========== */
@media only screen and (max-width: 480px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left; }

  .col-xxs {
    padding: 0; }

  .col-xxs-12 {
    width: 100% !important; }

  .col-xxs-11 {
    width: 91.6666666667%; }

  .col-xxs-10 {
    width: 83.3333333333%; }

  .col-xxs-9 {
    width: 75%; }

  .col-xxs-8 {
    width: 66.6666666667%; }

  .col-xxs-7 {
    width: 58.3333333334%; }

  .col-xxs-6 {
    width: 50% !important; }

  .col-xxs-5 {
    width: 41.66666666667%; }

  .col-xxs-4 {
    width: 33.33333333333%; }

  .col-xxs-3 {
    width: 25%; }

  .col-xxs-2 {
    width: 16.66666666667%; }

  .col-xxs-1 {
    width: 8.33333333%; }

  .offset-xxs-0 {
    margin-left: 0; }

  .offset-xxs-1 {
    margin-left: 8.333333%; }

  .offset-xxs-1-5 {
    margin-left: 12.5%; }

  .offset-xxs-2 {
    margin-left: 16.666667%; }

  .offset-xxs-3 {
    margin-left: 25%; }

  .offset-xxs-4 {
    margin-left: 33.333333%; }

  .offset-xxs-5 {
    margin-left: 41.666667%; }

  .offset-xxs-6 {
    margin-left: 50%; }

  .offset-xxs-7 {
    margin-left: 58.333333%; }

  .offset-xxs-8 {
    margin-left: 66.666667%; }

  .offset-xxs-9 {
    margin-left: 75%; }

  .offset-xxs-10 {
    margin-left: 83.333333%; }

  .offset-xxs-11 {
    margin-left: 91.666667%; } }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /*font-family: Tahoma, Helvetica, Arial, "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;*/
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif !important; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 14px;
  padding-bottom: 0;
  background: #02091f; }

ol, ul {
  list-style: none;
  font-size: 0; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../Assets/img/arrow-down.png) no-repeat 95%;
  cursor: pointer; }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: Tahoma, Helvetica, Arial, "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif; }

html,
button,
input,
select,
textarea {
  color: #000; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 50;
  background-image: linear-gradient(180deg, #1f2460 0%, #16004f 100%) !important;
  border-bottom: 1px solid #4d5782; }

.brand {
  display: flex;
  align-items: center;
  gap: 12px; }

.navbar {
  display: flex;
  align-items: center; }
  @media (max-width: 1024px) {
    .navbar {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      z-index: 1;
      background: #1a0f56;
      flex-direction: column;
      padding: 30px 0; } }

@media (max-width: 1024px) {
  .navbar.open {
    display: block; } }

.nav {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 26px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 800;
  color: #d9deef;
  margin-right: 40px; }
  @media (max-width: 1170px) {
    .nav {
      gap: 20px; } }
  @media (max-width: 1024px) {
    .nav {
      margin: 0;
      row-gap: 1.7rem;
      flex-direction: column;
      align-items: center; } }
  .nav a {
    color: #d9deef;
    text-decoration: none; }
    @media (max-width: 1024px) {
      .nav a {
        font-size: 22px;
        display: block;
        width: 100%;
        text-align: center; } }
  @media (max-width: 1024px) {
    .nav a.active-menu {
      color: #ffd34d; } }

.pblogo {
  height: 44px; }
  @media (max-width: 1170px) {
    .pblogo {
      height: 35px; } }

.burger-btn {
  display: none; }
  @media (max-width: 1024px) {
    .burger-btn {
      display: inline-block; } }
  .burger-btn a.main-nav-toggle {
    display: block;
    width: 30px;
    height: 20px;
    right: 20px;
    position: absolute;
    top: 28px; }
    @media (max-width: 1024px) {
      .burger-btn a.main-nav-toggle {
        top: 22px; } }
    .burger-btn a.main-nav-toggle:after, .burger-btn a.main-nav-toggle:before {
      content: '';
      position: absolute;
      top: 0;
      height: 0;
      border-bottom: 4px solid #ffffff;
      width: 100%;
      left: 0;
      right: 0;
      transition: all ease-out 0.3s; }
    .burger-btn a.main-nav-toggle:after {
      top: 100%; }
    .burger-btn a.main-nav-toggle i {
      display: block;
      text-indent: 100%;
      overflow: hidden;
      white-space: nowrap;
      height: 4px;
      background-color: #ffffff;
      width: 100%;
      position: absolute;
      top: 50%;
      transition: all ease-out 0.1s; }
    .burger-btn a.main-nav-toggle.active-menu:after {
      transform: rotate(-45deg);
      transform-origin: center;
      top: 50%; }
    .burger-btn a.main-nav-toggle.active-menu:before {
      transform: rotate(45deg);
      transform-origin: center;
      top: 50%; }
    .burger-btn a.main-nav-toggle.active-menu i {
      opacity: 0; }

.header-inner {
  width: 100%;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px; }
  @media (max-width: 1170px) {
    .header-inner {
      gap: 10px; } }
  @media (max-width: 1024px) {
    .header-inner {
      padding: 16px 0px; } }

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0; }

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ffd34d, #fb9416);
  color: #071039;
  font-size: 24px;
  font-weight: 950; }

.brand-name {
  font-size: 18px;
  font-weight: 950;
  letter-spacing: .06em; }

.brand-sub {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .22em;
  color: #ffd34d;
  text-transform: uppercase; }

.top-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-shrink: 0; }
  @media (max-width: 1024px) {
    .top-actions {
      display: none; } }
  @media (max-width: 1280px) {
    .top-actions .btn {
      padding: 12px 8px; } }

.mobile-actions {
  display: none; }
  @media (max-width: 1024px) {
    .mobile-actions {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 60;
      display: block;
      background: rgba(7, 16, 57, 0.96);
      border-top: 1px solid var(--line);
      backdrop-filter: blur(14px);
      padding: 12px; } }

@media (max-width: 1024px) {
  .mobile-actions-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 480px;
    margin: 0 auto; } }

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #050b24;
  padding: 40px 0; }
  @media (max-width: 1169px) {
    footer {
      padding-bottom: 88px; } }
  footer h4, footer .fbrand {
    margin: 0 0 15px;
    font-weight: 950;
    color: #ffffff; }
  footer p {
    color: #aab4cc;
    line-height: 1.7; }

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px; }
  @media (max-width: 767px) {
    .footer-grid {
      grid-template-columns: 1fr; } }

.footer-input {
  display: flex;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 8px;
  margin-top: 20px; }
  .footer-input input {
    min-width: 0;
    flex: 1;
    background: transparent;
    border: 0;
    color: white;
    padding: 0 10px;
    outline: 0; }

.btn {
  border: 0;
  border-radius: 14px;
  padding: 12px 20px;
  font-weight: 950;
  cursor: pointer;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: .2s;
  font-size: 14px;
  text-decoration: none; }

.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05); }

.btn-outline-yellow {
  border: 1px solid rgba(255, 211, 77, 0.3);
  background: rgba(159, 135, 255, 0.1); }

.btn-cs {
  border: 1px solid rgba(114, 243, 255, 0.35);
  background: rgba(114, 243, 255, 0.1);
  color: #72f3ff; }

.btn-primary {
  background: linear-gradient(90deg, #ffd34d, #fb9416);
  color: #071039;
  box-shadow: 0 8px 24px rgba(255, 211, 77, 0.15); }

.btn-blue {
  background: #1b66e5; }

.white {
  color: #ffffff; }

.slate {
  color: #cad5e2; }

.slate2 {
  color: #d0d7ea; }

.gold {
  color: #ffd34d !important; }

.cyan {
  color: #72f3ff; }

.navy {
  color: #071039; }

*,
*:before,
*:after {
  box-sizing: border-box; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.font-bold {
  font-weight: bold; }

.font-18 {
  font-size: 18px; }

.p-l-0 {
  padding-left: 0px; }

.p-r-0 {
  padding-right: 0px; }

.p-l-10 {
  padding-left: 10px; }

.p-r-10 {
  padding-right: 10px; }

.m-t-20 {
  margin-top: 20px; }

.m-t-0-imp {
  margin-top: 0 !important; }

body {
  background: radial-gradient(circle at top left, rgba(31, 97, 255, 0.3), transparent 28%), radial-gradient(circle at top right, rgba(255, 197, 47, 0.18), transparent 26%), linear-gradient(180deg, #07133d 0%, #02091f 55%, #010512 100%); }

@media (max-width: 1024px) {
  .m-b-sm-30 {
    margin-bottom: 30px; }

  .m-b-sm-20 {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .p-r-xs-0 {
    padding-right: 0px; }

  .p-l-xs-0 {
    padding-left: 0; }

  .m-b-xs-20 {
    margin-bottom: 20px; } }
/* HOME */
section {
  padding: 56px 0; }
  @media (max-width: 1169px) {
    section {
      padding: 30px 0; } }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 211, 77, 0.3);
  background: rgba(255, 211, 77, 0.1);
  color: #ffd34d;
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 20px; }

.gold-gradient {
  display: block;
  background: linear-gradient(90deg, #fff, #ffd34d, #fb9416);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: 6px; }

@media (max-width: 1024px) {
  .home-left {
    margin-bottom: 30px; } }
.home-left h1 {
  font-weight: 950;
  color: #fff;
  text-transform: uppercase;
  font-size: 5rem;
  word-break: break-word; }
  @media (max-width: 767px) {
    .home-left h1 {
      font-size: 3rem; } }
.home-left p {
  margin: 24px 0 24px;
  line-height: 1.7;
  max-width: 680px; }

.home-right {
  position: relative;
  border: 1px solid rgba(255, 211, 77, 0.25);
  background: linear-gradient(135deg, rgba(18, 39, 108, 0.92), rgba(7, 16, 57, 0.92));
  border-radius: 32px;
  padding: 22px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35); }
  .home-right h6 {
    font-size: 14px;
    font-weight: 900; }
  .home-right p {
    line-height: 1.7;
    font-size: 14px;
    margin-top: 5px; }

.home-actions a {
  margin: 0 0 15px; }
  @media (max-width: 767px) {
    .home-actions a {
      width: 100%; } }

.stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .stat-grid {
      grid-template-columns: 1fr; } }

.stat-card, .card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22); }
  .stat-card .num, .card .num {
    margin-top: 8px;
    font-size: 48px;
    line-height: 1;
    font-weight: 950; }

.commission-highlight {
  position: relative;
  z-index: 2;
  margin-top: 16px;
  background: linear-gradient(90deg, #0b2c75, #7c1520);
  border-radius: 26px;
  padding: 26px; }
  .commission-highlight h4 {
    font-size: 70px;
    line-height: 1;
    font-weight: 950;
    margin-top: 8px; }

.mini-flow {
  position: relative;
  z-index: 2;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px; }
  @media (max-width: 480px) {
    .mini-flow {
      grid-template-columns: 1fr; } }
  .mini-flow div {
    background: #071039;
    border-radius: 18px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 850;
    color: #ffffff; }
    .mini-flow div span {
      width: 28px;
      height: 28px;
      display: grid;
      place-items: center;
      background: #ffd34d;
      color: #071039;
      border-radius: 50%;
      font-weight: 950;
      flex-shrink: 0; }

/* WHY JOIN */
.section-header {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center; }
  .section-header h5 {
    font-size: 13px;
    letter-spacing: .24em;
    text-transform: uppercase;
    font-weight: 950; }
  .section-header h3 {
    font-size: 34px !important;
    margin: 12px 0 0 !important;
    font-weight: bold; }
  .section-header h2 {
    margin: 12px 0 0;
    font-size: 56px;
    line-height: 1.08;
    letter-spacing: -.035em;
    font-weight: 950; }
    @media (max-width: 480px) {
      .section-header h2 {
        font-size: 8vw; } }
  .section-header p {
    margin: 16px 0 0;
    color: #c7d0e5;
    font-size: 17px;
    line-height: 1.75; }

.whyjoin-grid .card {
  min-height: 320px; }
  @media (max-width: 1440px) {
    .whyjoin-grid .card {
      min-height: 250px;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .whyjoin-grid .card {
      min-height: auto; } }
  .whyjoin-grid .card p {
    margin: 12px 0 0; }

.icon-box {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ffd34d, #fb9416);
  color: #071039;
  font-size: 26px;
  margin-bottom: 18px; }

.card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22); }
  .card h3 {
    color: #ffffff;
    margin: 0;
    font-size: 22px;
    font-weight: 950;
    line-height: 30px; }
  .card p {
    color: #c9d2e5;
    line-height: 1.7;
    margin: 12px 0 0;
    font-size: 14px; }

.disabled {
  opacity: .65; }

.ref-topleft h6 {
  font-size: 13px;
  letter-spacing: .24em;
  text-transform: uppercase;
  font-weight: 950; }
.ref-topleft h2 {
  margin: 12px 0 0;
  font-size: 56px;
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 950; }
  @media (max-width: 480px) {
    .ref-topleft h2 {
      font-size: 8vw; } }
.ref-topleft p {
  margin: 16px 0 0;
  color: #c7d0e5;
  font-size: 17px;
  line-height: 1.75; }

@media (max-width: 767px) {
  .fixed-reward {
    min-height: auto; } }

.table-wrap {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(8, 19, 58, 0.85);
  overflow-x: auto;
  margin-top: 20px; }

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 185px; }

thead th {
  background: #133078;
  color: #ffd34d;
  text-align: left;
  padding: 14px;
  font-size: 14px;
  font-weight: bold; }

tbody td {
  padding: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #f0f4ff;
  font-weight: 700; }

.note {
  color: #aab4cc;
  line-height: 1.7;
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 15px; }

.achievement-bonus {
  min-height: 580px; }
  @media (max-width: 1280px) {
    .achievement-bonus {
      min-height: 400px; } }
  @media (max-width: 1169px) {
    .achievement-bonus {
      min-height: auto;
      margin-top: 30px; } }

.bonus-tables {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; }
  @media (max-width: 1169px) {
    .bonus-tables {
      gap: 5px; } }
  @media (max-width: 1024px) {
    .bonus-tables {
      grid-template-columns: 1fr; } }
  .bonus-tables h4 {
    color: #ffd34d;
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: bold; }
    @media (max-width: 1024px) {
      .bonus-tables h4 {
        margin: 12px 0; } }

.alert {
  border: 1px solid rgba(255, 211, 77, 0.25);
  background: rgba(255, 211, 77, 0.1);
  text-align: center;
  border-radius: 24px;
  padding: 22px;
  margin-bottom: 26px; }
  .alert p {
    font-weight: bold;
    font-size: 17px;
    line-height: 25px; }
  .alert span {
    display: block;
    margin-top: 8px;
    color: #cbd4e7;
    font-weight: 600;
    line-height: 1.5; }

.commission-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px; }
  @media (max-width: 767px) {
    .commission-cards {
      grid-template-columns: 1fr; } }

.rate-card {
  border-radius: 20px;
  border: 1px solid rgba(114, 243, 255, 0.35);
  background: rgba(114, 243, 255, 0.1);
  padding: 20px; }

.rate-card.gold-tone {
  border-color: rgba(255, 211, 77, 0.35);
  background: rgba(255, 211, 77, 0.1); }

.gold-tone .rate-title {
  color: #ffd34d; }

.rate-title {
  color: #72f3ff;
  font-weight: 950;
  font-size: 14px; }

.rate-list {
  margin-top: 16px;
  background: rgba(6, 16, 45, 0.55);
  border-radius: 16px;
  overflow: hidden; }

.rate-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .rate-row span:first-child {
    color: #ccd4e9;
    font-size: 14px;
    font-weight: 800; }
  .rate-row span:last-child {
    color: #72f3ff;
    font-size: 24px;
    font-weight: 950; }

.gold-tone .rate-row span:last-child {
  color: #ffd34d; }

.tier-box {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #08133a;
  border-radius: 18px;
  padding: 16px;
  margin-bottom: 14px; }
  .tier-box h6 {
    font-size: 16px; }
  .tier-box p {
    margin: 6px 0 0;
    color: #cbd4e7;
    line-height: 1.55;
    font-size: 14px; }

.guide-frame img {
  width: auto; }
  @media (max-width: 1279px) {
    .guide-frame img {
      width: 90%;
      margin: 0 auto; } }
@media (max-width: 1024px) {
  .guide-frame img.guide-lg {
    display: none; } }
.guide-frame img.guide-sm {
  display: none; }
  @media (max-width: 1024px) {
    .guide-frame img.guide-sm {
      display: block; } }
  @media (max-width: 600px) {
    .guide-frame img.guide-sm {
      display: none; } }
.guide-frame img.guide-xs {
  display: none; }
  @media (max-width: 600px) {
    .guide-frame img.guide-xs {
      display: block; } }

.resource-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 18px; }

.resources .status {
  display: inline-flex;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 950;
  background: rgba(255, 255, 255, 0.1);
  color: #d4dbea; }
.resources .active-status {
  background: rgba(74, 222, 128, 0.15);
  color: #86efac; }

.section-header.left {
  margin-left: 0;
  text-align: left; }

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 12px; }

.faq-btn {
  width: 100%;
  color: white;
  background: transparent;
  border: 0;
  padding: 18px 20px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-weight: 900;
  font-size: 15px; }
  .faq-btn .chev {
    transition: .2s;
    color: #aab4cc; }

.faq-answer {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 16px 20px 20px;
  color: #c5cee4;
  line-height: 1.7;
  font-size: 14px; }

.faq-item.open .chev {
  transform: rotate(180deg); }

.open .faq-answer {
  display: block; }

.term-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px; }
  @media (max-width: 767px) {
    .term-list {
      grid-template-columns: 1fr; } }

.term {
  background: #08133a;
  border-radius: 16px;
  padding: 14px;
  display: flex;
  gap: 10px;
  color: #cbd4e7;
  line-height: 1.5;
  font-size: 14px; }
  .term:before {
    content: "✓";
    color: #72f3ff;
    font-weight: 950; }

.final-cta {
  background: linear-gradient(90deg, #0b2c75, #7c1520);
  border: 1px solid rgba(255, 211, 77, 0.3);
  border-radius: 32px;
  padding: 48px 32px;
  text-align: center;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.32); }
  .final-cta h2 {
    color: #ffffff;
    margin: 0;
    font-size: 52px;
    font-weight: 950; }
  .final-cta p {
    color: #dce3f4;
    line-height: 1.7;
    margin: 16px auto 0;
    max-width: 660px; }
  .final-cta a {
    margin-top: 28px; }

@media (max-width: 1069px) {
  .invite-friends {
    padding: 0px 0 30px; } }

.refsteps-box li {
  padding: 0 10px; }
  .refsteps-box li .step-det {
    background: #06102d;
    border-radius: 15px;
    padding: 20px; }
.refsteps-box img {
  width: 100%;
  display: block; }
.refsteps-box p {
  color: #c8d1e5;
  line-height: 1.55;
  font-size: 14px;
  margin: 14px 0 0; }
.refsteps-box .step-title {
  display: flex;
  align-items: center;
  margin-bottom: 14px; }
  .refsteps-box .step-title span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: #2563eb;
    font-weight: 950;
    margin-right: 10px;
    flex-shrink: 0;
    color: #fff;
    font-size: 17px; }
  .refsteps-box .step-title h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.2; }

/*# sourceMappingURL=main.css.map */
