:root {
  --bg: #0A1E3F;
  --bg-2: #0e2a55;
  --surface: #12305f;
  --card: #ffffff;
  --primary: #7c3aed;
  --primary-d: #6425d0;
  --electric: #2fa7ff;
  --green: #22c55e;
  --gold: #f5c542;
  --text: #0f1b33;
  --muted: #5b6b86;
  --light: #eaf1ff;
  --radius: 16px;
  --radius-pill: 999px;
  --shadow: 0 12px 34px rgba(10, 30, 63, .18);
  --shadow-sm: 0 4px 14px rgba(10, 30, 63, .12);
  --sp: 8px;
  --fs-display: clamp(2rem, 5vw, 3.4rem);
  --fs-title: clamp(1.5rem, 3.2vw, 2.3rem);
  --font-head: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--light);
  line-height: 1.6;
  font-size: 16px
}

img {
  max-width: 100%;
  height: auto;
  display: block
}

a {
  color: inherit;
  text-decoration: none
}

.msl21txnw {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px
}


.mskxniibp {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgb(244, 76, 63);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.ms123194p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px
}

.ms2piyb0r {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: .5px;
  color: #fff
}

.ms2piyb0r span {
  color: var(--electric)
}

.ms1t963bq {
  display: none;
  gap: 6px;
  align-items: center
}

.ms1t963bq a {
  font-weight: 600;
  font-size: .95rem;
  color: var(--light);
  padding: 10px 16px;
  border-radius: var(--radius-pill);
  transition: .2s;
  opacity: .85
}

.ms1t963bq a:hover {
  opacity: 1;
  background: rgba(124, 58, 237, .22)
}

.ms1t963bq a:focus-visible {
  outline: 2px solid var(--electric);
  outline-offset: 2px
}

.ms1t963bq a.msr9boaoi,
.ms1t963bq a[aria-current="page"] {
  opacity: 1;
  color: #fff;
  background: var(--primary);
  font-weight: 700;
  box-shadow: var(--shadow-sm)
}

.msjby7tj3 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 10px
}

.msjby7tj3 span {
  width: 26px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  transition: .3s
}

.msjby7tj3[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg)
}

.msjby7tj3[aria-expanded="true"] span:nth-child(2) {
  opacity: 0
}

.msjby7tj3[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg)
}


.msmgwhhst {
  display: inline-block;
  font-weight: 700;
  font-family: var(--font-head);
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform .2s, box-shadow .2s, background .2s;
  text-align: center;
  font-size: 1rem
}

.ms1mpgbgn {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 8px 20px rgba(124, 58, 237, .4)
}

.ms1mpgbgn:hover {
  background: var(--primary-d);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(124, 58, 237, .5)
}

.ms20duoz8 {
  background: var(--green);
  color: #04240f;
  box-shadow: 0 8px 20px rgba(34, 197, 94, .35)
}

.ms20duoz8:hover {
  transform: translateY(-2px);
  filter: brightness(1.05)
}

.ms1hycnbi {
  background: transparent;
  border-color: var(--electric);
  color: var(--electric)
}

.ms1hycnbi:hover {
  background: var(--electric);
  color: #04203f;
  transform: translateY(-2px)
}

.msmgwhhst:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px
}

.msmgwhhst.ms2nxp2q8 {
  width: 100%
}


.ms8yedhd9 {
  padding: 48px 0;
  background: radial-gradient(circle at 20% 0%, rgba(124, 58, 237, .35), transparent 55%), radial-gradient(circle at 90% 30%, rgba(47, 167, 255, .3), transparent 50%), var(--bg)
}

.ms113w7uo {

  border: 3px solid rgba(255, 255, 255, .09);
  border-radius: calc(var(--radius) + 8px);
  padding: 36px 28px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 32px
}

.msfpv1bdb {
  display: inline-block;
  background: rgba(245, 197, 66, .15);
  color: var(--gold);
  border: 1px solid rgba(245, 197, 66, .4);
  padding: 7px 16px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: 1px
}

.ms52iir6q {
  font-family: var(--font-head);
  font-size: var(--fs-display);
  font-weight: 800;
  line-height: 1.1;
  margin: 18px 0 14px;
  color: #fff
}

.ms24p8gla {
  color: var(--light);
  opacity: .85;
  max-width: 60ch;
  margin: 0 0 22px
}

.ms1ieivsz {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(34, 197, 94, .12);
  border: 1px dashed var(--green);
  padding: 10px 18px;
  border-radius: var(--radius);
  margin-bottom: 24px
}

.ms1ieivsz.msfpsyd50 {
  margin: 14px 0
}

.ms1ckrrjk {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: .8
}

.ms12p193d {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--green);
  letter-spacing: 2px
}

.ms1zdthvo {
  display: flex;
  flex-wrap: wrap;
  gap: 14px
}

.ms2lv0pjr img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  width: 100%;
  object-fit: cover
}


.ms3jpv5wj {
  background: #fff;
  color: var(--text);
  padding: 56px 0
}

.ms118uad9 {
  max-width: 820px
}

.ms2a7bdey ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 0 0 22px;
  font-size: .85rem
}

.ms2a7bdey li {
  display: flex;
  align-items: center;
  color: var(--muted)
}

.ms2a7bdey li+li::before {
  content: "›";
  margin: 0 8px;
  color: var(--muted)
}

.ms2a7bdey a {
  color: var(--primary);
  font-weight: 600
}

.ms2a7bdey a:hover {
  text-decoration: underline
}

.ms2a7bdey li[aria-current="page"] {
  color: var(--muted)
}

.ms118uad9 p {
  margin: 0 0 1.1em;
  color: #2a3a55
}

.ms118uad9 a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: underline
}

.ms118uad9 ul,
.ms118uad9 ol {
  padding-left: 1.4rem;
  margin: 0 0 1.2em
}

.ms118uad9 li {
  margin: .4em 0
}

.ms118uad9 blockquote {
  border-left: 4px solid var(--primary);
  background: #f4f1fe;
  margin: 1.4em 0;
  padding: 14px 20px;
  border-radius: 0 var(--radius) var(--radius) 0;
  color: #3a2c6b
}

.ms118uad9 table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4em 0
}

.ms118uad9 thead {
  background: var(--primary);
  color: #fff
}

.ms118uad9 th,
.ms118uad9 td {
  padding: .65rem .85rem;
  text-align: left;
  border-bottom: 1px solid #e3e8f2
}

.ms118uad9 th {
  font-weight: 700
}

.ms118uad9 tbody tr:nth-child(even) {
  background: #f6f8fd
}

.msktpsb4i,
.ms118uad9 {
  overflow-x: auto
}


section {
  padding: 64px 0
}

.ms21szhcg {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 44px
}

.ms1zq9zgn {
  display: inline-block;
  color: var(--electric);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .8rem;
  margin-bottom: 10px
}

.ms1zq9zgn.mszbwp2gu,
.ms2jt06be.mszbwp2gu {
  color: #fff
}

.ms2jt06be {
  font-family: var(--font-head);
  font-size: var(--fs-title);
  font-weight: 800;
  color: #fff;
  line-height: 1.15
}

.ms1mnxr8d {
  color: var(--light);
  opacity: .82;
  margin-top: 14px
}


.ms8ijtnev {
  background: var(--bg-2)
}

.ms2e4rafg {
  display: grid;
  gap: 34px;
  align-items: center
}

.mswj958d7 img {
  border-radius: var(--radius);
  box-shadow: var(--shadow)
}

.ms2k5cmh9 {
  list-style: none;
  padding: 0;
  margin: 0 0 26px
}

.ms2k5cmh9 li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  font-weight: 600
}

.ms1hyvazj {
  font-size: 1.4rem
}

.msmxmr7yz {
  display: flex;
  flex-wrap: wrap;
  gap: 14px
}


.msg50blru {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px
}

.ms19ymy83 {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s
}

.ms19ymy83:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(124, 58, 237, .5)
}

.ms563pge0 {
  font-size: 2.2rem;
  margin-bottom: 12px
}

.ms1st5raa {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 8px;
  color: #fff
}

.ms19ymy83 p {
  opacity: .82;
  margin: 0
}


.ms1bb09ew {
  background: var(--bg-2)
}

.ms1mcdtkb {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-bottom: 38px
}

.mscef2md7 {
  position: relative;
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius);
  padding: 32px 26px;
  box-shadow: var(--shadow-sm);
  transition: transform .25s
}

.mscef2md7:hover {
  transform: translateY(-6px)
}

.ms22ac7oe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.3rem;
  margin-bottom: 14px;
  box-shadow: 0 6px 16px rgba(124, 58, 237, .45)
}

.mscef2md7 p {
  opacity: .82;
  margin: 0
}

.ms1qhwr2p {
  text-align: center
}


.ms2bhqjq6 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px
}

.ms1yak8bn {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow-sm);
  text-align: center;
  transition: transform .25s, box-shadow .25s
}

.ms1yak8bn:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow)
}

.ms1yak8bn.ms1o0t7ys {
  background: linear-gradient(160deg, var(--primary), var(--primary-d));
  border-color: var(--gold)
}

.ms1ully07 {
  display: inline-block;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 10px
}

.ms10xvto5 {
  font-family: var(--font-head);
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 12px
}

.ms1yak8bn p {
  opacity: .85;
  margin: 0 0 18px
}


.ms69673td {
  background: var(--bg-2)
}

.ms1iv11ws {
  display: grid;
  gap: 34px;
  align-items: start
}

.ms5omycl5 {
  counter-reset: d;
  list-style: none;
  padding: 0;
  margin: 0
}

.ms5omycl5 li {
  position: relative;
  padding: 16px 16px 16px 58px;
  background: var(--surface);
  border-radius: var(--radius);
  margin-bottom: 14px;
  border: 1px solid rgba(255, 255, 255, .08)
}

.ms5omycl5 li::before {
  counter-increment: d;
  content: counter(d);
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--electric);
  color: #04203f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800
}

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

.mszidccja {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
  font-weight: 600;
  transition: transform .2s, border-color .2s
}

.mszidccja span {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 8px
}

.mszidccja:hover {
  transform: translateY(-4px);
  border-color: var(--electric)
}


.ms2pkuybo {
  background: linear-gradient(150deg, var(--primary), var(--bg-2));
  border-radius: calc(var(--radius) + 6px);
  padding: 36px 28px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 30px
}

.ms24e2ws4 p {
  opacity: .9;
  margin: 14px 0 0
}

.ms1yvrkpd {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: rgba(255, 255, 255, .06);
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, .12)
}

.ms1yvrkpd label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 600;
  font-size: .9rem
}

.ms1yvrkpd input {
  padding: 13px 16px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .95);
  color: var(--text);
  font-size: 1rem
}

.ms1yvrkpd input:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 1px
}


.ms1gao4ll {
  padding: 48px 0
}

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

.ms1vg70hy {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 14px 22px;
  border-radius: var(--radius-pill);
  font-weight: 600
}

.ms1vg70hy span {
  font-size: 1.3rem
}


.msyqw893a {
  background: #061428;
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 48px 0
}

.ms22w4qtn {
  text-align: center
}

.msia0umma {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 14px
}

.ms2d145xr {
  max-width: 70ch;
  margin: 0 auto 16px;
  opacity: .7;
  font-size: .88rem
}

.mslccisml {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px
}

.mspke074y {
  opacity: .6;
  font-size: .85rem;
  margin: 0
}


.ms1faujp8 {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease
}

.ms1faujp8.ms15wkwsg {
  opacity: 1;
  transform: none
}

@media (prefers-reduced-motion:reduce) {
  .ms1faujp8 {
    opacity: 1;
    transform: none;
    transition: none
  }
}


@media(min-width:768px) {
  .msjby7tj3 {
    display: none
  }

  .ms1t963bq {
    display: flex
  }

  .ms113w7uo {
    padding: 48px
  }

  .msg50blru {
    grid-template-columns: repeat(2, 1fr)
  }

  .ms1mcdtkb {
    grid-template-columns: repeat(3, 1fr)
  }

  .ms2bhqjq6 {
    grid-template-columns: repeat(3, 1fr)
  }

  .ms2e4rafg {
    grid-template-columns: 1fr 1fr
  }

  .ms1iv11ws {
    grid-template-columns: 1fr 1fr
  }

  .mspuzk5so {
    grid-template-columns: repeat(3, 1fr)
  }

  .ms2pkuybo {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 48px
  }
}

@media(min-width:1024px) {
  .msg50blru {
    grid-template-columns: repeat(4, 1fr)
  }

  .ms8yedhd9 {
    padding: 70px 0
  }
}

@media(max-width:767px) {
  .ms1t963bq {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: #0b2149;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 14px;
    gap: 8px;
    display: none
  }

  .ms1t963bq.ms1k5zwtg {
    display: flex
  }

  .ms1t963bq a {
    width: 100%;
    padding: 14px 18px
  }

  .ms1t963bq a.msr9boaoi,
  .ms1t963bq a[aria-current="page"] {
    background: var(--primary);
    color: #fff
  }
}
.gb-3da8874b.gb-3da8874b{display: block; max-width: 20em; margin: 1em auto; text-align: center; text-transform: uppercase; padding: .8em 1.5em; border-radius: 999px; background: transparent; color: #4f46e5; border: 2px solid #4f46e5; text-decoration: none; font-weight: 700; transition: all .15s ease;}
.gb-3da8874b.gb-3da8874b:hover{filter: brightness(1.08);}
.gb-3da8874b.gb-3da8874b:focus{outline: 2px solid #4f46e5; outline-offset: 2px;}
