:root {
  --_colors---neutral--background: #040404;
  --_typography---brand--font-family: Manrope, sans-serif;
  --_colors---neutral--white: #fff;
  --_typography---headings--h1: 61px;
  --_typography---headings--h1--line-height: 130%;
  --_typography---headings--h1--letter-spacing: -2.5px;
  --_typography---headings--h2: 49px;
  --_typography---headings--h2--line-height: 130%;
  --_typography---headings--h2--letter-spacing: -.98px;
  --_typography---headings--h3: 39px;
  --_typography---headings--h3--line-height: 130%;
  --_typography---headings--h3--letter-spacing: -.78px;
  --_typography---headings--h4: 31px;
  --_typography---headings--h4--line-height: 130%;
  --_typography---headings--h4--letter-spacing: -.62px;
  --_typography---headings--h5: 25px;
  --_typography---headings--h5--line-height: 130%;
  --_typography---headings--h5--letter-spacing: 0px;
  --_typography---headings--h6: 20px;
  --_typography---headings--h6--line-height: 130%;
  --_typography---body--body-l--line-height: 150%;
  --_colors---neutral--white-4: #ffffff0a;
  --_colors---neutral--white-2: #ffffff05;
  --_colors---neutral--white-8: #ffffff14;
  --_colors---brand--pink\<deleted\|variable-f29bfc6b-e55d-3f61-b86a-6fb664b2966f\>: #cf4bb3;
  --_typography---body--body-m--size: 16px;
  --_typography---body--body-m--letter-spacing: 0px;
  --_colors---brand--blue-accent\<deleted\|variable-0396033c-86b8-e9e5-ae91-b17dd42cfcd1\>: #1e7bfa;
  --_typography---body--body-s--size: 13px;
  --_typography---body--body-s--line-height: 150%;
  --_typography---body--body-s--letter-spacing: 0px;
  --_typography---body--body-m--line-height: 150%;
  --_typography---body--body-l--size: 20px;
  --_typography---body--body-l--letter-spacing: 0px;
  --_colors---neutral--black: #040404;
  --_colors---neutral--white-10: #ffffff1a;
  --_colors---brand--blue: #1a5dfd;
  --_colors---brand--blue-dark: #0839b0;
  --_colors---brand--accent: #1e7bfa;
  --_typography---headings--h6--size: 20px;
  --_typography---headings--h6--letter-spacing: 0px;
  --_typography---button--size: 14px;
  --_typography---button--letter-spacing: 0px;
  --_typography---headings--h4--size: 31px;
  --_typography---headings--h5--size: 25px;
  --_typography---body--body-xl: 25px;
  --_typography---body--body-m: 16px;
  --_colors---brand--orange-dark: #cf2900;
  --_typography---brand--font-style-body: Regular;
  --_typography---body--body-s: 13px;
  --_typography---body--body-l: 20px;
  --_colors---brand--orange: #ec6746;
  --_typography---brand--font-style-heading: Medium;
  --_typography---headings--h1--size: 61px;
  --_typography---headings--h2--size: 49px;
  --_typography---headings--h3--size: 39px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--_colors---neutral--background);
  font-family: var(--_typography---brand--font-family);
  color: var(--_colors---neutral--white);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

h1 {
  font-size: var(--_typography---headings--h1);
  line-height: var(--_typography---headings--h1--line-height);
  letter-spacing: var(--_typography---headings--h1--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h2 {
  font-size: var(--_typography---headings--h2);
  line-height: var(--_typography---headings--h2--line-height);
  letter-spacing: var(--_typography---headings--h2--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

h3 {
  font-size: var(--_typography---headings--h3);
  line-height: var(--_typography---headings--h3--line-height);
  letter-spacing: var(--_typography---headings--h3--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h4 {
  font-size: var(--_typography---headings--h4);
  line-height: var(--_typography---headings--h4--line-height);
  letter-spacing: var(--_typography---headings--h4--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h5 {
  font-size: var(--_typography---headings--h5);
  line-height: var(--_typography---headings--h5--line-height);
  letter-spacing: var(--_typography---headings--h5--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h6 {
  font-size: var(--_typography---headings--h6);
  line-height: var(--_typography---headings--h6--line-height);
  letter-spacing: var(--_typography---headings--h5--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

p {
  line-height: var(--_typography---body--body-l--line-height);
  margin-bottom: 0;
}

.page_wrapper {
  overflow: clip;
}

.style_guide_wrapper {
  flex-flow: column;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .8rem;
  display: flex;
}

.style_heading {
  background-image: linear-gradient(180deg, var(--_colors---neutral--white-4), var(--_colors---neutral--white-2));
  border-radius: .625rem;
  justify-content: space-between;
  align-items: center;
  height: 15rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.h2 {
  font-size: var(--_typography---headings--h2);
  line-height: var(--_typography---headings--h2--line-height);
  letter-spacing: var(--_typography---headings--h2--letter-spacing);
}

.alpha_cap-guide-logo {
  width: 13rem;
}

.style_panel {
  padding-top: 4.375rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.panel_heading {
  border-bottom: .0625rem solid var(--_colors---neutral--white-8);
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.style_grid.is_headings {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style_grid.is_colors {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.heading_style {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.container {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.tag_1 {
  background-color: var(--_colors---brand--pink\<deleted\|variable-f29bfc6b-e55d-3f61-b86a-6fb664b2966f\>);
  border-radius: 3.2px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  text-decoration: none;
  display: flex;
}

.tag_text {
  font-family: var(--_typography---brand--font-family);
  color: var(--_colors---neutral--white);
  font-size: var(--_typography---body--body-m--size);
  letter-spacing: var(--_typography---body--body-m--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.tag_2 {
  background-color: var(--_colors---brand--blue-accent\<deleted\|variable-0396033c-86b8-e9e5-ae91-b17dd42cfcd1\>);
  border-radius: 3.2px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  text-decoration: none;
  display: flex;
}

.h1 {
  font-size: var(--_typography---headings--h1);
  line-height: var(--_typography---headings--h1--line-height);
  letter-spacing: var(--_typography---headings--h1--letter-spacing);
  font-weight: 500;
}

.h3 {
  font-size: var(--_typography---headings--h3);
  line-height: var(--_typography---headings--h3--line-height);
  letter-spacing: var(--_typography---headings--h3--letter-spacing);
}

.h4 {
  font-size: var(--_typography---headings--h4);
  line-height: var(--_typography---headings--h4--line-height);
  letter-spacing: var(--_typography---headings--h4--letter-spacing);
  font-weight: 500;
}

.h4.text_linear.relative_-1, .h4.text_linear.top {
  z-index: 1;
  position: relative;
}

.h5 {
  font-size: var(--_typography---headings--h5);
}

.h6 {
  font-size: var(--_typography---headings--h6);
}

.body-s {
  font-size: var(--_typography---body--body-s--size);
  line-height: var(--_typography---body--body-s--line-height);
  letter-spacing: var(--_typography---body--body-s--letter-spacing);
}

.body-s.low {
  opacity: .6;
}

.body-m {
  font-size: var(--_typography---body--body-m--size);
  line-height: var(--_typography---body--body-m--line-height);
  letter-spacing: var(--_typography---body--body-m--letter-spacing);
}

.body-l {
  font-size: var(--_typography---body--body-l--size);
  line-height: var(--_typography---body--body-l--line-height);
  letter-spacing: var(--_typography---body--body-l--letter-spacing);
}

.fw_200 {
  font-weight: 200;
}

.fw_300 {
  font-weight: 300;
}

.fw_400 {
  font-weight: 400;
}

.fw_500 {
  font-weight: 500;
}

.black_bg {
  background-color: var(--_colors---neutral--black);
}

.background_bg {
  background-color: var(--_colors---neutral--background);
}

.white_bg {
  background-color: var(--_colors---neutral--white);
}

.white_10--bg {
  background-color: var(--_colors---neutral--white-10);
}

.white_8--bg {
  background-color: var(--_colors---neutral--white-8);
}

.white_4--bg {
  background-color: var(--_colors---neutral--white-4);
}

.white_2--bg {
  background-color: var(--_colors---neutral--white-2);
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(90deg, var(--_colors---brand--blue), var(--_colors---brand--blue-dark));
  pointer-events: auto;
  height: 2.6rem;
  color: var(--_colors---neutral--white);
  font-size: var(--_typography---body--body-s--size);
  border: 1px #ffffff1a;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: .8rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button:where(.w-variant-86002b93-79c7-1a9d-3893-30871c3db99f) {
  background-image: linear-gradient(0deg, #4155cf, #192570);
}

.button:where(.w-variant-b5af81b2-c742-9d3e-1469-9567383a4f8e) {
  background-color: var(--_colors---neutral--white);
  color: var(--_colors---neutral--black);
  background-image: none;
}

.button:where(.w-variant-b43f46ac-9c2c-1e22-7a2d-889defdcfd2f) {
  background-image: linear-gradient(180deg, var(--_colors---neutral--white-8), var(--_colors---neutral--white-4));
  min-width: 8.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.button:where(.w-variant-d42ee377-a1ad-7890-1e47-2f186d95f758) {
  background-image: linear-gradient(180deg, var(--_colors---neutral--white-8), var(--_colors---neutral--white-4));
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  min-width: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.button_icon {
  width: .65rem;
}

.button_icon:where(.w-variant-b43f46ac-9c2c-1e22-7a2d-889defdcfd2f), .button_icon:where(.w-variant-d42ee377-a1ad-7890-1e47-2f186d95f758) {
  display: none;
}

.button_text {
  margin-bottom: 0;
}

.code-embed:where(.w-variant-b43f46ac-9c2c-1e22-7a2d-889defdcfd2f), .code-embed:where(.w-variant-d42ee377-a1ad-7890-1e47-2f186d95f758) {
  display: none;
}

.hero_video {
  width: 100%;
  height: 100%;
}

.video_bg {
  opacity: .2;
  pointer-events: none;
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.video_cover {
  z-index: 1;
  opacity: 1;
  background-image: linear-gradient(#1c1c1c00, #0273ffe6);
  position: absolute;
  inset: 0%;
}

.video {
  opacity: .8;
  object-fit: cover;
  width: 130%;
  height: 130%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.hero_headings {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40.9375rem;
  display: flex;
  position: relative;
}

.hero_headings.s {
  width: 31rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--_colors---neutral--white-10);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 3.75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .18rem .8rem .15rem .2rem;
  font-size: .875rem;
  display: flex;
}

.tag:where(.w-variant-c454bf31-84b5-c6ec-1b3e-fde2618b67e7) {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .8rem;
}

.tag.secondary {
  z-index: 2;
  margin-top: 1rem;
  margin-left: 1rem;
  padding: .6rem 1rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tag_blue {
  background-image: linear-gradient(270deg, #003cb7, #2069ff);
  border: 1px #000;
  border-radius: 50px;
  padding: .3rem .7rem;
}

.tag_blue:where(.w-variant-c454bf31-84b5-c6ec-1b3e-fde2618b67e7) {
  display: none;
}

.hero_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.text_90 {
  color: #ffffffe6;
}

.text_80 {
  color: #fffc;
}

.text_70 {
  color: #ffffffb3;
  position: relative;
}

.text_70.relative_-1 {
  z-index: 1;
}

.text_60 {
  color: #fff9;
}

.text_50 {
  color: #ffffff80;
}

.text_40 {
  color: #fff6;
}

.text_30 {
  color: #ffffff4d;
}

.text_20 {
  color: #fff3;
}

.text_10 {
  color: #ffffff1a;
}

.trust_pilot {
  justify-content: center;
  align-items: center;
  width: 24rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.global_container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.global_padding {
  padding-bottom: 7.5rem;
}

.global_padding:where(.w-variant-a223228c-0625-ba93-d8db-5d8f55a059cd) {
  padding-top: 7.5rem;
}

.global_headings-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32.5rem;
  margin-bottom: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.global_headings-wrapper.l {
  width: 37rem;
}

.global_headings-wrapper.low {
  margin-bottom: 1.5rem;
}

.global_headings-wrapper.m {
  width: 24rem;
}

.both_padding {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.span_blue {
  color: var(--_colors---brand--accent);
}

._3_col-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bento_col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.card_s {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: .0625rem solid var(--_colors---neutral--white-8);
  background-color: var(--_colors---neutral--white-4);
  text-align: center;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 21.875rem;
  padding-top: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: clip;
}

.card_s:hover {
  box-shadow: inset 0 -80px 60px -70px #ffffff1a;
}

.card_1-asset {
  justify-content: center;
  align-items: flex-end;
  height: 12.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.card_1 {
  z-index: 1;
  background-color: #000;
  background-image: linear-gradient(180deg, var(--_colors---neutral--white-10), var(--_colors---neutral--white-4));
  outline-offset: 0px;
  text-align: left;
  border-radius: 1rem;
  outline: .0625rem solid #ffffff26;
  width: 23rem;
  height: 14rem;
  margin-bottom: -3.5rem;
  padding: 1.5rem 1.5rem 4rem;
  position: relative;
}

.card_2 {
  background-color: #0009;
  background-image: linear-gradient(180deg, var(--_colors---neutral--white-10), var(--_colors---neutral--white-4));
  filter: blur(1px);
  outline-offset: 0px;
  text-align: left;
  border-radius: 1rem;
  outline: .0625rem solid #ffffff26;
  width: 21rem;
  height: 14rem;
  margin-bottom: -2.6rem;
  padding: 1.5rem 1.5rem 4rem;
  position: absolute;
}

.card_3 {
  background-color: #0009;
  background-image: linear-gradient(180deg, var(--_colors---neutral--white-10), var(--_colors---neutral--white-4));
  filter: blur(2px);
  outline-offset: 0px;
  text-align: left;
  border-radius: 1rem;
  outline: .0625rem solid #ffffff26;
  width: 19rem;
  height: 14rem;
  margin-bottom: -1.8rem;
  padding: 1.5rem 1.5rem 4rem;
  position: absolute;
}

.chart {
  margin-top: 1rem;
}

.pill {
  margin-top: -1rem;
  margin-right: 2rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.card_l {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: .0625rem solid var(--_colors---neutral--white-8);
  background-color: var(--_colors---neutral--white-4);
  text-align: center;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 28.75rem;
  padding-top: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: clip;
}

.card_l:hover {
  box-shadow: inset 0 -60px 90px -60px #ffffff1a;
}

.card_l.down {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 2.5rem;
}

.circle_wrapper {
  border: 1px solid var(--_colors---neutral--white-8);
  border-radius: 31.25rem;
  width: 27rem;
  height: 27rem;
  margin-bottom: -3rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  position: absolute;
  inset: auto auto 0%;
}

.circle {
  border: 1px solid var(--_colors---neutral--white-8);
  border-radius: 31.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  display: flex;
  position: relative;
}

.image {
  width: 6.25rem;
  height: 6.25rem;
}

.analyst {
  border-radius: 10rem;
  width: 3.75rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.analyst.is_2 {
  inset: 0% auto auto 0%;
}

.analyst.is_3 {
  inset: auto 0% 0% auto;
}

.analyst.is_4, .analyst.is_5 {
  inset: auto auto 0% 0%;
}

.analyst.is_6 {
  inset: 0% 0% auto auto;
}

.marquee_wrapper {
  justify-content: center;
  align-items: flex-end;
  height: 12.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.marquee_wrapper-2 {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.marquee {
  grid-column-gap: .5rem;
  background-color: #f1714400;
  width: 100%;
  margin-bottom: 4rem;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.marquee.none {
  margin-bottom: .5rem;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll, .marquee-content.scroll.reverse {
  grid-column-gap: .5rem;
}

.marquee-content.scroll.reverse._2 {
  height: 2rem;
}

.marquee-content.scroll.middle {
  justify-content: space-around;
  align-items: center;
}

.marquee-image {
  width: 5rem;
}

.card_special {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: .0625rem none var(--_colors---neutral--white-8);
  background-color: var(--_colors---neutral--white-4);
  text-align: center;
  background-image: linear-gradient(270deg, #0839b0, #1e7bfa);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 28.75rem;
  padding: 2.5rem 0;
  display: flex;
  position: relative;
  overflow: clip;
}

.card_special.hiring {
  border-radius: .7rem;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.marquee_wrapper_assets {
  z-index: 6;
  flex-flow: column;
  width: 100%;
  height: 15rem;
  margin-bottom: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.marquee_wrapper_assets.ab {
  flex-flow: column;
  height: 11rem;
  position: absolute;
}

.chart_wrapper {
  justify-content: center;
  align-items: center;
  height: 20rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: clip;
}

.chart_blur {
  filter: blur(3px);
  width: 40rem;
  max-width: none;
  margin-top: -8.425rem;
  position: absolute;
  inset: 0%;
}

.lottie_wrapper {
  position: absolute;
}

.lottie_anim {
  width: 45rem;
}

.fade {
  z-index: 0;
  background-image: linear-gradient(#12121200, #0e0e0e4d 28%, #0e0e0e 56%);
  height: 8rem;
  margin-bottom: 8.125rem;
  position: absolute;
  inset: auto 0% 0%;
}

.section {
  position: relative;
}

.button_gradinet {
  background-image: linear-gradient(96deg, #c83228, #fb8841 15%, #d3dd92 32%, #59824f 50%, #002414 65%, #00143d 79%, #2874d7 91%, #99c2ff);
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  width: 12.9375rem;
  min-width: 12.9375rem;
  margin-left: auto;
  margin-right: auto;
  padding: .04rem;
  display: flex;
  position: static;
  inset: auto;
}

.checkout_next {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #fff;
  background-color: #00b67a00;
  background-image: linear-gradient(90deg, #2069ff, #003cb7);
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2.9rem;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
}

.checkout_next:hover {
  box-shadow: inset -1px 0 10px 1px #ffffff4d;
}

.button_wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.step_line {
  background-color: #ffffff1a;
  width: 100%;
  height: .17rem;
}

.size_link {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  background-color: #15151500;
  background-image: linear-gradient(180deg, var(--_colors---neutral--white-4), var(--_colors---neutral--white-2));
  color: #fff;
  border: .09375rem #ffffff08;
  border-radius: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: .8125rem;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

.size_link:hover {
  background-color: #292929;
}

.size_link.is-selected {
  background-image: linear-gradient(90deg, #0d56eb, #0640b9);
  border-style: none;
  border-color: #fff3;
}

.text_small {
  font-size: .9rem;
  font-weight: 500;
}

.text_small.opact {
  opacity: .7;
  font-size: .8rem;
}

.text_small.low {
  opacity: .6;
  font-size: .8rem;
}

.step_number {
  background-color: #fff0;
  background-image: linear-gradient(180deg, var(--_colors---neutral--white-4), var(--_colors---neutral--white-2));
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  font-size: .8rem;
  display: flex;
}

.step_number.is-selected {
  background-color: var(--_colors---brand--blue);
  background-image: linear-gradient(180deg, var(--_colors---brand--blue-dark), var(--_colors---brand--blue));
  box-shadow: inset 0 2px 5px #fff3;
}

.account_link {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  background-color: #15151500;
  background-image: linear-gradient(180deg, var(--_colors---neutral--white-4), var(--_colors---neutral--white-2));
  color: #fff;
  border: .09375rem #ffffff08;
  border-radius: .8rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3.75rem;
  padding: 1.0625rem;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

.account_link:hover {
  background-color: #292929;
}

.account_link.is-selected {
  background-image: linear-gradient(90deg, #0d56eb, #0640b9);
  border-style: none;
  border-color: #fff3;
}

.step_icon {
  background-color: var(--_colors---neutral--white-2);
  opacity: .6;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
}

.step_icon.is-selected {
  opacity: 1;
}

.step {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  opacity: .7;
  justify-content: flex-start;
  align-items: center;
  min-width: 7.7rem;
  display: flex;
}

.step.is-selected {
  opacity: 1;
}

.div {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.checkout_panel {
  background-color: var(--_colors---neutral--white-2);
  border-radius: 1.25rem;
  width: 21.875rem;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 1rem;
  overflow: clip;
}

.checkout_devider {
  background-color: #ffffff0f;
  width: 100%;
  height: .0625rem;
}

.step_headings {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.details {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.panel_wrapper {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  padding: 1.25rem;
  display: flex;
}

.steps {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.button_text-2 {
  font-weight: 500;
}

.account {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.steps_grid {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.head {
  font-size: 1.7rem;
  font-weight: 500;
}

.checkout_div {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
}

.button_arrow {
  width: .7rem;
}

.steps_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form_wrapper {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  height: 2.5rem;
  margin-top: .5rem;
  display: flex;
}

.checkout_wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2.5rem;
  display: flex;
}

.dot {
  width: 1rem;
  height: 1rem;
  margin-bottom: .1rem;
}

.platfrom_link {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: #fff;
  background-color: #151515;
  border: .09375rem #ffffff08;
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.75rem;
  padding: 1.0625rem;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

.platfrom_link:hover {
  background-color: #292929;
}

.platfrom_link.black {
  background-color: #000;
  height: 100%;
  position: relative;
}

.step_link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #15151500;
  background-image: linear-gradient(180deg, var(--_colors---neutral--white-4), var(--_colors---neutral--white-2));
  color: #fff;
  border: .09375rem #ffffff08;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4.875rem;
  padding: 1.0625rem;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

.step_link:hover {
  background-color: #292929;
}

.step_link.is-selected {
  background-image: linear-gradient(90deg, #0d56eb, #0640b9);
  border-style: none;
  border-color: #ffffff0d;
}

.div-block {
  border-bottom: 1px solid #ffffff0d;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .5rem;
  display: flex;
}

.step_text {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.discount_code {
  margin-bottom: 0;
}

.checkout-top {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
}

.top_text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.text_xs {
  opacity: .7;
  font-size: .8rem;
  font-weight: 500;
}

.submit-button {
  background-color: #2069ff;
  background-image: linear-gradient(270deg, var(--_colors---brand--blue-dark), var(--_colors---brand--blue));
  letter-spacing: -1px;
  border-radius: 4rem;
  min-width: 5rem;
  font-size: .9rem;
  font-weight: 500;
}

.step_1-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
}

.head_x {
  font-size: 1rem;
  font-weight: 500;
}

.head_x._70 {
  opacity: .7;
  margin-bottom: -6px;
}

.text-field {
  background-color: #15151500;
  background-image: linear-gradient(180deg, var(--_colors---neutral--white-4), var(--_colors---neutral--white-2));
  border: 1px solid #ffffff0d;
  border-radius: 4rem;
  height: 100%;
  margin-bottom: 0;
  padding-left: 1rem;
}

.top_panel {
  border-top: 4px #003cb7;
  border-bottom: 1px solid var(--_colors---neutral--white-4);
  padding: 1.25rem;
  font-weight: 500;
}

.last_info {
  color: #020411;
  background-color: #fff;
  border-radius: .8rem;
  justify-content: space-between;
  align-items: center;
  padding: .7rem;
  display: flex;
}

.checkout_main {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: var(--_colors---neutral--white-2);
  border-radius: 1.25rem;
  flex-flow: column;
  width: 70%;
  padding: 2rem;
  display: flex;
}

.price {
  color: #2069ff;
  letter-spacing: -2px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
}

.discount_form {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
}

.section-hero {
  justify-content: center;
  align-items: center;
  height: 96.5vh;
  margin: .87rem;
  display: flex;
  position: relative;
}

.analyst_marquee {
  grid-column-gap: 1rem;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.analyst_marquee.slider {
  max-width: none;
  display: block;
  overflow: visible;
}

.trader_headings {
  padding: .9375rem;
}

.trader_headings.horizontal {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.play_button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  border-radius: 13.125rem;
  position: absolute;
  inset: auto;
  overflow: clip;
}

.trader_video {
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.trader_country {
  border-radius: .3125rem;
  width: 1.8rem;
}

.traders_name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}

.trader {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .2rem;
  display: flex;
}

.capital_analyst {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  border: 1px solid var(--_colors---neutral--white-4);
  background-color: var(--_colors---neutral--white-2);
  border-radius: .8rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 25rem;
  height: 28.125rem;
  padding: .4rem;
  display: flex;
  overflow: clip;
}

.arman {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.buttons_middle-align {
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.platfroms_slider-wrap {
  display: flex;
}

.left_slide {
  background-image: url('../images/Alpha-Icon-BG.svg'), linear-gradient(270deg, var(--_colors---brand--blue-dark), var(--_colors---brand--blue));
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 23rem;
  min-width: 23rem;
  height: 27.5rem;
  padding: 1.5rem;
  display: flex;
}

.platfrom_card {
  grid-row-gap: 2.5rem;
  background-color: var(--_colors---neutral--white-4);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 19rem;
  max-width: 19rem;
  height: 26rem;
  padding: 1.875rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.platfrom_card.dark {
  background-color: #121212;
  border-radius: .8125rem;
}

.card-top {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.backgroundborder {
  background-image: linear-gradient(#ffffff0a 0%, #ffffff05 100%);
  border: 1px solid #ffffff14;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  text-decoration: none;
  display: flex;
}

.title-row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.metatrader5 {
  width: 100%;
  font-family: var(--_typography---brand--font-family);
  color: #fff;
  font-size: var(--_typography---headings--h6--size);
  letter-spacing: var(--_typography---headings--h6--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.list-container {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.list-item {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-style {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4px;
  text-decoration: none;
  display: flex;
}

.check {
  overflow: hidden;
}

.platffrom_icon {
  width: 2rem;
}

.alpha_trader-gradient {
  background-image: linear-gradient(96deg, #c83228, #fb8841 15%, #d3dd92 32%, #59824f 50%, #002414 65%, #00143d 79%, #2874d7 91%, #99c2ff);
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  height: 26.3rem;
  padding: .1rem;
  display: flex;
}

.platfroms_mobile {
  display: none;
}

._2_col {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
}

.card {
  background-color: var(--_colors---neutral--white-2);
  perspective: 900px;
  height: 37.5rem;
  color: var(--_colors---neutral--white);
  background-image: url('../images/ACG-Background.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150% 150%;
  background-attachment: scroll;
  border-radius: .625rem;
  padding: 3rem;
  text-decoration: none;
  position: relative;
  overflow: clip;
  transform: perspective(900px);
}

.card.is_prime {
  background-image: url('../images/Alpha-Prime-Backround.avif');
  background-size: 150% 150%;
}

.headings {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.acg_logo {
  width: 9rem;
}

._2_col-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  display: flex;
}

.devider {
  background-color: var(--_colors---neutral--white-8);
  width: .1rem;
  height: 3rem;
}

.devider.s {
  background-color: var(--_colors---neutral--white-4);
  width: .07rem;
  height: 2rem;
}

.globe_l {
  opacity: .4;
  margin-top: 2rem;
  margin-left: -1rem;
  position: absolute;
}

.acg_dashboard {
  width: 47rem;
  max-width: none;
  margin-top: 2rem;
  position: absolute;
}

.bento_grid {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto auto;
}

.divento_card {
  background-color: var(--_colors---neutral--white-2);
  perspective: 900px;
  height: 46.25rem;
  color: var(--_colors---neutral--white);
  background-image: url('../images/Divento-Pixelated-Cover.avif'), linear-gradient(#ec6746, #cf2900);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
  transform: perspective(900px);
}

.card_headings {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.divento_logo {
  width: 10rem;
}

.youtube_video {
  border-radius: .625rem;
  height: 100%;
  margin-top: 1.5rem;
  overflow: clip;
}

.cards {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.cards.is_discord {
  background-image: url('../images/Discord-Logo-SVG.svg'), linear-gradient(270deg, #003cb7, #2069ff);
  background-position: 100%, 0 0;
  background-size: auto, auto;
}

.cards.is_myalpha {
  background-image: url('../images/MyAlpha-Covers.svg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: 60rem;
}

.cards_top {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.alpha_icon {
  width: 6rem;
  margin-top: .5rem;
}

.discord_dashboard {
  width: 34rem;
  margin-bottom: -6rem;
  margin-right: -12rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.trustpilot-slider {
  max-width: 81.25rem;
  height: 45rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  overflow: clip;
}

.code-embed-3 {
  mix-blend-mode: lighten;
  height: 100%;
}

.fade_b {
  background-image: linear-gradient(180deg, #0000, var(--_colors---neutral--background));
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  height: 25rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.broker_desing {
  background-color: var(--_colors---neutral--white-4);
  background-image: url('../images/ACG-Markets-BG-.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 1.25rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 34.375rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.broker_heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30rem;
  height: 100%;
  display: flex;
}

.list_grid {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
  text-decoration: none;
  display: flex;
}

.frame-2147237134 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 259px;
  text-decoration: none;
  display: flex;
}

.integrity-compliance, .customer-focus, .professional-support {
  font-family: var(--_typography---brand--font-family);
  font-size: var(--_typography---body--body-m--size);
  letter-spacing: var(--_typography---body--body-m--letter-spacing);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff 0%, #ffffffb3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-2147237135 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 262px;
  text-decoration: none;
  display: flex;
}

.innovation-technology, .expertise-insight {
  font-family: var(--_typography---brand--font-family);
  font-size: var(--_typography---body--body-m--size);
  letter-spacing: var(--_typography---body--body-m--letter-spacing);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff 0%, #ffffffb3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-2147237114 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 19px;
  text-decoration: none;
  display: flex;
}

.ultra-low-latency-liquidity {
  font-family: var(--_typography---brand--font-family);
  font-size: var(--_typography---body--body-m--size);
  letter-spacing: var(--_typography---body--body-m--letter-spacing);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff 0%, #ffffffb3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.container-2 {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.profile_flag {
  overflow: hidden;
}

.container-3 {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 24px;
  display: flex;
}

.phone_image {
  width: 43rem;
  margin-bottom: -15rem;
  margin-right: 2rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.faq_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 52.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq_capital {
  border: 1px solid var(--_colors---neutral--white-4);
  background-color: var(--_colors---neutral--white-4);
  text-align: left;
  border-radius: .9375rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.875rem;
  display: flex;
}

.faq_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.quetion {
  letter-spacing: -.03rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 130%;
}

.dropdown_icon {
  pointer-events: auto;
  width: .7rem;
  margin-left: .5rem;
  margin-right: 0;
  position: static;
}

.faq_answer-2 {
  color: #999;
  line-height: 1.1;
  overflow: clip;
}

.answer_paragraph {
  padding-top: .7rem;
  font-weight: 400;
}

.footer {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  background-image: linear-gradient(180deg, var(--_colors---neutral--white-10), var(--_colors---neutral--white-4));
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: .8rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  height: auto;
  margin-top: .87rem;
  margin-left: .87rem;
  margin-right: .87rem;
  padding: 3rem 3.5rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.footer.none {
  display: none;
}

._0-1remspace {
  height: .8rem;
}

.footer_brand {
  width: 11.25rem;
  margin: 0;
}

.horizontal-divider {
  background-color: var(--_colors---neutral--white-4);
  width: 100%;
}

.copyright-2026-mon-fri-8am-8pm-gmt-infoalphacapitalgroupuk {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .234375rem;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.4px;
  text-decoration: none;
  display: inline-block;
}

.footer-social-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

._689a30c7e877f533327ae8bd_footer20social20icon2001svg, ._689a329771902c6913132e69_footer20social20icon2003svg, ._689a328c1be8bea7ab9c8337_footer20social20icon2005svg {
  overflow: hidden;
}

.copy_right {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.copyright-2026-mon-fri-8am-8pm-gmt-infoalphacapitalgroupuk-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22.4px;
  text-decoration: none;
  display: inline-block;
}

.container-7 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-style-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer_link {
  grid-column-gap: 8.125rem;
  grid-row-gap: 8.125rem;
  display: flex;
}

.links {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.text_link {
  opacity: .6;
  color: var(--_colors---neutral--white);
  text-decoration: none;
  transition: all .2s;
}

.text_link:hover {
  opacity: 1;
}

.footer_paragraph {
  width: 54.375rem;
}

.footer_paragraph.text_60 {
  font-size: .875rem;
}

.footer_paragraph._100 {
  width: 100%;
}

.button-style {
  grid-column-gap: 10px;
  border: 1.5px solid var(--_colors---neutral--white-10);
  background-image: linear-gradient(#ffffff05 0%, #ffffff12 100%);
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 -2px 2px #00000061;
}

.client-log-in, .start-your-evaluation {
  font-family: var(--_typography---brand--font-family);
  color: #fff;
  font-size: var(--_typography---button--size);
  text-align: center;
  letter-spacing: var(--_typography---button--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.nav {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 2rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.learn {
  font-family: var(--_typography---brand--font-family);
  color: #fff;
  font-size: var(--_typography---button--size);
  letter-spacing: var(--_typography---button--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.button-style-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-style-3 {
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: var(--_colors---neutral--white-8);
  background-color: #fff;
  background-image: linear-gradient(90deg, #2069ff 0%, #003cb7 100%);
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 43px;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.nav_container {
  z-index: 100;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin: 1rem auto;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.nav_buttons-wrap, .nav_brand {
  z-index: 2;
  position: relative;
}

.nav_links {
  z-index: 2;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
  position: relative;
}

.nav_dropdown {
  color: var(--_colors---neutral--white);
}

.nav_dropdown-toggle {
  color: var(--_colors---neutral--white);
  padding: 0;
  font-weight: 500;
  display: flex;
}

.icon {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.icon.s {
  width: 50%;
}

.nav_link {
  color: var(--_colors---neutral--white);
  font-size: var(--_typography---body--body-s--size);
  line-height: var(--_typography---body--body-s--line-height);
  letter-spacing: var(--_typography---body--body-s--letter-spacing);
  font-weight: 500;
  text-decoration: none;
  transition: all .18s;
}

.nav_link:hover {
  opacity: 1;
}

.dropdown {
  position: absolute;
  inset: -1rem 0% auto 8rem;
}

.dropdown.w--open {
  background-color: var(--_colors---neutral--white);
  border-radius: 8px;
  padding: 0;
  display: flex;
  top: 3rem;
}

.dropdown.is_trading {
  z-index: 10;
  opacity: 0;
  background-color: #fff0;
  border-radius: .6rem;
  flex-flow: row;
  margin-top: -2rem;
  margin-left: -9rem;
  padding-top: 3rem;
  padding-left: 0;
  display: none;
  top: 3rem;
  left: auto;
  right: auto;
}

.dropdown.is_trading.w--open {
  opacity: 1;
  background-color: #fff0;
  margin-top: -2rem;
  margin-left: -9rem;
  padding-top: 3rem;
  display: flex;
  left: auto;
  right: auto;
}

.dropdown.is_help {
  z-index: 10;
  opacity: 0;
  background-color: #fff0;
  border-radius: .6rem;
  flex-flow: row;
  margin-top: -2rem;
  margin-left: -8rem;
  padding-top: 3rem;
  padding-left: 0;
  display: none;
  top: 3rem;
  left: auto;
  right: auto;
}

.dropdown.is_help.w--open {
  opacity: 1;
  background-color: #fff0;
  margin-top: -2rem;
  margin-left: -8rem;
  padding-top: 3rem;
  display: flex;
  left: auto;
  right: auto;
}

.dropdown_colum {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.dropdown_colum.is_trading {
  background-color: var(--_colors---neutral--white);
  border-top-left-radius: .6rem;
  border-bottom-left-radius: .6rem;
  padding: 1rem;
  position: relative;
}

.dropdown_colum.is_help {
  background-color: var(--_colors---neutral--white);
  border-radius: .6rem;
  padding: 1rem;
  position: relative;
}

.dorpdown_link {
  z-index: 1;
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  width: 19rem;
  color: var(--_colors---neutral--black);
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  transition: all .18s;
  display: flex;
  position: relative;
}

.dorpdown_link:hover {
  background-color: #0000000d;
}

.icon_wrap {
  background-color: #0000001a;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  padding: .6rem;
  display: flex;
}

.link_text {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  padding-top: .3rem;
  display: flex;
}

.tetx_link-l {
  letter-spacing: var(--_typography---body--body-l--letter-spacing);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
}

.dropdown_link-l {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  background-image: url('../images/MyAlpha-Covers.svg');
  background-position: 50% 90%;
  background-size: 220%;
  border-top-right-radius: .6rem;
  border-bottom-right-radius: .6rem;
  flex-flow: column;
  width: 20rem;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
}

.dropdown_link-l.learn {
  background-image: url('../images/Divento-Pixelated-Cover.avif'), linear-gradient(#ec6746, #cf2900);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.myalpha_s {
  width: 6rem;
}

.learn_more {
  color: var(--_colors---neutral--white);
  font-size: .8rem;
  font-weight: 500;
}

.yotube_image {
  object-fit: cover;
  background-color: #161616;
  border-radius: .625rem;
  width: 100%;
  height: 10rem;
}

.texts_links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  padding: 0 .5rem;
  display: flex;
}

.divento {
  width: 7rem;
}

.section-platforms {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  padding-left: 2rem;
  display: flex;
  position: relative;
}

.section-platforms.none {
  overflow: clip;
}

.platfrom_hero-container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.platfrom_hero-text {
  z-index: 10;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 43rem;
  display: flex;
  position: relative;
}

.platfrom_hero-text._2 {
  width: 36rem;
}

.absolute_platfrom {
  z-index: 1;
  margin-top: 7rem;
  margin-right: -35rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fade_platfroms {
  z-index: 6;
  background-image: linear-gradient(180deg, #08080800, var(--_colors---neutral--background));
  height: 38rem;
  position: absolute;
  inset: auto 0% 0%;
}

.platfroms_wrapper {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  flex-flow: column;
  display: flex;
}

.platfrom {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.platfrom_info-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.platfrom_info-top.dosn {
  justify-content: space-between;
  align-items: flex-end;
}

.info_left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 37.5rem;
  display: flex;
}

.logo {
  width: 11rem;
}

.avalibal_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 23rem;
  display: flex;
}

.button_row {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button_link {
  grid-column-gap: 8px;
  background-color: #2069ff1a;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: 44px;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.svg {
  overflow: hidden;
}

.text_blue {
  font-family: var(--_typography---brand--font-family);
  color: #2069ff;
  font-size: var(--_typography---button--size);
  letter-spacing: var(--_typography---button--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.avalibal_links {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 358px;
  text-decoration: none;
  display: flex;
}

.container-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.platfroms_devider {
  background-color: var(--_colors---neutral--white-4);
  width: 100%;
  height: .125rem;
}

.platfrom_image {
  background-image: linear-gradient(#333333e6, #101010), url('../images/Alpha-Trader.svg'), linear-gradient(#333, #101010);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  border-radius: .8rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 41.25rem;
  padding: 4rem 0 3rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.platfrom_image.is_mt5 {
  background-image: linear-gradient(#0067c4, #002647);
  justify-content: flex-end;
  align-items: flex-start;
}

.platfrom_image.is_ctrader {
  background-image: linear-gradient(#292929, #8f8f8f);
  justify-content: flex-end;
  align-items: flex-start;
}

.platfrom_image.is_dxtrade {
  background-image: linear-gradient(#1d2049, #286773);
  justify-content: flex-end;
  align-items: flex-start;
}

.platfrom_image.is_tradelocker {
  background-image: linear-gradient(#1d2049, #9747ff);
  justify-content: flex-end;
  align-items: flex-start;
}

.platfrom_image._2 {
  background-image: url('../images/Alpha-Cap-BG.svg'), linear-gradient(#333, #101010);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.platfrom_cover {
  width: 100%;
}

.platfrom_cover.is_mt5 {
  width: 100%;
  margin-top: 0;
  margin-right: -2.1875rem;
}

.platfrom_cover.is_dx {
  width: 110%;
  margin-top: 74px;
  margin-right: -2.1875rem;
}

.bg_gradient {
  background-image: linear-gradient(96deg, #c83228, #fb8841 15%, #d3dd92 32%, #59824f 50%, #002414 65%, #00143d 79%, #2874d7 91%, #99c2ff);
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .2rem;
  display: flex;
  position: static;
  inset: auto;
}

.platfrom_fade {
  z-index: 0;
  background-image: linear-gradient(#12121200, #12121280 21%, #121212 87%);
  height: 10rem;
  position: absolute;
  inset: auto 0% 0%;
}

.platfrom_fade.is_mt5 {
  background-image: linear-gradient(#12121200, #0036654d 21%, #003665 87%);
}

.platfrom_fade.is_ctrader {
  background-image: linear-gradient(#12121200, #7676764d 21%, #767676 87%);
}

.platfrom_fade.is_dx {
  background-image: linear-gradient(#12121200, #2867734d 21%, #286773 87%);
}

.platfrom_fade.is_tradelocker {
  background-image: linear-gradient(#12121200, #9747ff4d 21%, #9747ff 87%);
}

.absolute_tools-img {
  width: 86rem;
  margin-top: 3rem;
  margin-right: -24.6rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.abso {
  z-index: -1;
  opacity: .2;
  pointer-events: none;
  cursor: none;
  width: 60%;
  margin-top: -8rem;
  margin-right: -6.875rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg {
  opacity: 0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  pointer-events: none;
  background-color: #00000080;
  display: flex;
  position: fixed;
  inset: 0%;
}

.leaderboard_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.first_place {
  background-color: var(--_colors---neutral--white-4);
  border-radius: .8rem;
  height: 13rem;
  overflow: clip;
}

.gradient_top {
  background-image: url('../images/1ST-PLACE.avif');
  background-position: 50%;
  background-size: cover;
  height: 5rem;
}

.gradient_top.second {
  background-image: url('../images/2ND-PLACE-1-1.webp');
}

.gradient_top.third {
  background-image: url('../images/3RD-PLACE.avif');
}

.person {
  margin-bottom: 1.5rem;
}

.profile_picture {
  object-fit: cover;
  border-radius: 28894100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.0625rem;
  height: 4.0625rem;
  text-decoration: none;
  display: flex;
}

.frame-2147237003 {
  grid-column-gap: 6.69643px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.person_data {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-top: -1.875rem;
  margin-left: 2rem;
  margin-right: 2rem;
  text-decoration: none;
  display: flex;
}

.container-9 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 13px;
  display: flex;
}

.container-10 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.stats-row {
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 2rem;
  margin-right: 2rem;
  text-decoration: none;
  display: flex;
}

.stat-item {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.profit, .account-size {
  color: #8b949e;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro Display, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-xxs {
  font-family: var(--_typography---brand--font-family);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.equity {
  color: #8b949e;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro Display, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.second_place, .third_place {
  background-color: var(--_colors---neutral--white-4);
  border-radius: .8rem;
  height: 13rem;
  overflow: clip;
}

.table-style {
  grid-row-gap: 20px;
  background-image: linear-gradient(#ffffff0a 0%, #ffffff05 100%);
  border-width: 1px;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.untitled, .name, .payout-ammount, .date, .country {
  font-family: var(--_typography---brand--font-family);
  color: #fff6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.traderlistitem {
  grid-column-gap: 121.106px;
  background-color: #ffffff03;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16.2616px 24.8204px;
  text-decoration: none;
  display: flex;
}

._4 {
  font-family: var(--_typography---brand--font-family);
  color: #fff6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.image-janosch-g {
  border-radius: 23867600px;
  overflow: hidden;
}

.elsa, ._4997 {
  font-family: var(--_typography---brand--font-family);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

._40000-2-step, .germany {
  font-family: var(--_typography---brand--font-family);
  color: #ffffffb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

._5 {
  font-family: var(--_typography---brand--font-family);
  color: #fff6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.image-lisa-w {
  border-radius: 23867600px;
  overflow: hidden;
}

.gresa, ._6450 {
  font-family: var(--_typography---brand--font-family);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

._50000-1-step, .netherlands {
  font-family: var(--_typography---brand--font-family);
  color: #ffffffb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.container-4 {
  grid-column-gap: 221.244px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 11.1264px 23.9645px;
  text-decoration: none;
  display: flex;
}

.container-11 {
  grid-row-gap: 7.99116px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-12 {
  grid-column-gap: 11.9922px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 239px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.container-13 {
  grid-column-gap: 7.99108px;
  justify-content: flex-start;
  align-items: center;
  width: 119.989px;
  height: 24.0067px;
  text-decoration: none;
  display: flex;
}

.untitled-2 {
  font-family: var(--_typography---brand--font-family);
  color: #ffffffb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.traderlistitem-2 {
  grid-column-gap: 107.412px;
  background-color: #ffffff03;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16.6896px 24.8204px;
  text-decoration: none;
  display: flex;
}

.container-14 {
  grid-column-gap: 11.9922px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 252.055px;
  height: 36.3747px;
  text-decoration: none;
  display: flex;
}

.table_wrapper {
  border-radius: .6rem;
  position: relative;
  overflow: clip;
}

.leaderboard_fade {
  background-image: linear-gradient(180deg, #08080800, var(--_colors---neutral--background));
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

._2_col-grid-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card_mission-visions {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  border: 1px solid var(--_colors---neutral--white-4);
  background-color: var(--_colors---neutral--white-4);
  border-radius: .8rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 18.75rem;
  padding: 2.5rem;
  display: flex;
}

.misson-vision-icon {
  width: 3rem;
}

.slide_l {
  max-width: 93.75rem;
  margin-left: auto;
  margin-right: auto;
}

.team_block {
  border: 1px solid var(--_colors---neutral--white-4);
  background-color: var(--_colors---neutral--white-4);
  border-radius: .7rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: .4rem;
  display: flex;
  overflow: clip;
}

.trader-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .2rem;
  display: flex;
}

.text_600 {
  color: #999;
}

.team_image {
  background-image: url('../images/Team-Member-BG.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: .3125rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 24rem;
  max-height: 24rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.text_700 {
  color: #b3b3b3;
}

.team_member-heading {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .9375rem;
  display: flex;
}

.heading_6 {
  letter-spacing: -.03rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}

.line {
  background-color: #333;
  width: 100%;
  height: 1px;
}

.member_image {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 102%;
}

.team_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.info-s {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tag-2 {
  color: var(--_colors---brand--accent);
  letter-spacing: .5px;
  text-transform: capitalize;
  font-size: .9rem;
  font-weight: 600;
}

.s_text {
  color: #b3b3b3;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 500;
}

.member_top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.team_info {
  background-color: #0b0b0b;
  border-left: 2px solid #202020;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60vw;
  padding: 5rem 3.125rem;
  display: flex;
}

.popup {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-image: linear-gradient(#0006, #0006);
  justify-content: flex-end;
  align-items: stretch;
  width: 100vw;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.popup.is_4, .popup.is_2, .popup.is_6, .popup.is_3, .popup.is_5 {
  display: none;
}

.member_info-name {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.x_icon {
  width: .6rem;
}

.member_info-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: 1px solid #202020;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5625rem;
  display: flex;
}

.popup-close {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: gray;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 3.125rem;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.heading_2-3 {
  font-size: 3.313rem;
  font-weight: 300;
  line-height: 120%;
}

.carrer_design {
  background-color: var(--_colors---neutral--white-4);
  background-image: url('../images/Alpha-Cap-BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 1.25rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 27rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.career_headings {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23.75rem;
  display: flex;
}

.cards_slide {
  width: 33rem;
  margin-top: -2.5rem;
  margin-right: 2rem;
}

.events {
  background-image: linear-gradient(180deg, #0404044d, var(--_colors---neutral--background)), url('../images/Alpha-Icon-BG.svg');
  text-align: center;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 14rem;
  display: flex;
  position: relative;
}

.events_hero {
  z-index: 10;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 29rem;
  display: flex;
  position: relative;
}

.events_hero.l {
  width: 35rem;
}

.events_hero.m {
  width: 33rem;
}

.events_hero.xl {
  width: 39rem;
}

.events_slider {
  text-align: left;
  width: 100%;
  margin-top: 2rem;
}

.events_slider-wrap {
  width: 100%;
  max-width: 93.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: clip;
}

.fade_l {
  background-image: linear-gradient(90deg, var(--_colors---neutral--background), #08080800);
  width: 5rem;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.fade_r {
  background-image: linear-gradient(270deg, var(--_colors---neutral--background), #08080800);
  width: 5rem;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.event_form {
  width: 34.375rem;
  font-weight: 400;
}

.form_top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  display: flex;
}

.field_wrap {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  width: 100%;
  font-weight: 400;
  display: flex;
}

.field {
  border: 1px solid var(--_colors---neutral--white-10);
  background-color: var(--_colors---neutral--white-4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: .625rem;
  height: 3.375rem;
  margin-bottom: 0;
}

.field.l {
  height: 7rem;
}

.form_div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.form_div.align {
  flex-flow: row;
}

.submit {
  border: 1px solid var(--_colors---neutral--white-10);
  background-color: #3898ec00;
  background-image: linear-gradient(180deg, var(--_colors---neutral--white-4), var(--_colors---neutral--white-2));
  border-radius: 60px;
  padding: .8rem 2rem;
}

.submit.l {
  height: 3.375rem;
}

.success-message {
  background-color: var(--_colors---neutral--white-10);
  border-radius: 10px;
}

.media_video {
  width: 100%;
  max-width: 80rem;
  height: 37.5rem;
  color: var(--_colors---neutral--white);
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.play_btn {
  z-index: 2;
  position: absolute;
}

.video_100 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.video_media {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.mid_button-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

._4_col-grid {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social_block {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  background-image: url('../images/Discord-Logo-SVG.svg'), linear-gradient(90deg, #7289da, #223782);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: .7rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 30.625rem;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.social_block.is_2 {
  background-image: url('../images/Instagram-Icon.svg'), linear-gradient(90deg, #0d2c7c, #050b25);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.social_block.is_3 {
  background-image: url('../images/Youtube-Icon-SVG.svg'), linear-gradient(90deg, #d40e00, #590802);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.social_block.is_4 {
  background-image: url('../images/x-Icon-svg_1.svg'), linear-gradient(90deg, #171717, #000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.dashboard {
  width: 30rem;
  max-width: none;
  margin-bottom: -2rem;
  margin-right: -13rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.globe {
  margin-top: -1rem;
  position: relative;
}

.globe_wrapper {
  position: relative;
}

.fade_g {
  z-index: 5;
  background-image: linear-gradient(180deg, #fff0, var(--_colors---neutral--background) 73%);
  pointer-events: none;
  height: 40rem;
  position: absolute;
  inset: auto 0% 0%;
}

.tag_wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.container_s {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  margin-top: -8rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container_s.top {
  z-index: 15;
  position: relative;
}

.money {
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: lighten;
  width: 44rem;
  max-width: none;
  margin-bottom: -7.5rem;
  position: absolute;
  inset: auto auto 0%;
}

.hero {
  grid-column-gap: 1.875rem;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.hero._1200 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 81.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.left-column {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.headline {
  font-family: var(--_typography---brand--font-family);
  color: #fff;
  font-size: var(--_typography---headings--h4--size);
  letter-spacing: var(--_typography---headings--h4--letter-spacing);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff 0%, #ffffffb3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.headline.s {
  font-size: var(--_typography---headings--h5--size);
}

.tower-42-25-old-broad-street-london-ec2n-1hn {
  width: 100%;
  font-family: var(--_typography---brand--font-family);
  color: #fff9;
  font-size: var(--_typography---body--body-m--size);
  letter-spacing: var(--_typography---body--body-l--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.at-infoalphacapitalgroupuk-with-any-queries-or-questions {
  color: #fff9;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .28125rem;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
}

.hero-2 {
  grid-row-gap: 30px;
  text-align: left;
  background-color: #ffffff0a;
  border: 1px solid #ffffff0a;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 330px;
  padding: 45px 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.hero-2.m {
  max-width: 30rem;
  height: 12rem;
  padding: 1.8rem;
}

.frame-style-2 {
  overflow: hidden;
}

.at-infoalphacapitalgroupuk-with-any-queries-or-questions-2 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .28125rem;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
}

.at-infoalphacapitalgroupuk-with-any-queries-or-questions-3 {
  color: #fff9;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
}

.link {
  color: #fff;
  text-underline-offset: 2px;
  font-weight: 400;
  text-decoration-thickness: .7px;
}

.div-block-2 {
  color: #ffffff80;
}

.map-wrapper {
  margin-top: 6.5rem;
}

.text_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 1.1rem;
  margin-top: .2rem;
  display: flex;
  overflow: clip;
}

.text_move {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 41rem;
  display: flex;
}

.align {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 30rem;
  display: flex;
}

.medals {
  z-index: 1;
  width: 90%;
  margin-top: -7.775rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.icons {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  color: #fff;
  flex-flow: row;
  display: flex;
}

.socials_links-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: .7;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .16s;
  display: flex;
}

.socials_links-wrap:hover {
  opacity: 1;
}

.dashboard_img {
  border: 1px solid var(--_colors---neutral--white-10);
  border-radius: .625rem;
  width: 100%;
  max-width: 64.375rem;
  margin-top: 3rem;
}

.asset {
  object-fit: cover;
  width: 100%;
}

.asset._3 {
  object-fit: cover;
  margin-top: -3rem;
}

.asset._4 {
  margin-top: -2rem;
  margin-left: 5.625rem;
}

.group {
  background-color: #0a9fa7;
  background-image: linear-gradient(180deg, #04040499, var(--_colors---neutral--background)), url('../images/Vector---2026-07-08T141226.760.svg');
  text-align: center;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 14rem;
  display: flex;
  position: relative;
}

.group.is_2 {
  background-color: #000;
  background-image: linear-gradient(180deg, #04040499, var(--_colors---neutral--background)), linear-gradient(to bottom, #2b2b2bf2, #2b2b2bf2), url('../images/Alpha-Trader.svg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  overflow: clip;
}

.dashboard_wrapper {
  z-index: 2;
  width: 100%;
  max-width: 73.125rem;
  margin-top: 4rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 1em;
  padding-right: 1rem;
  position: relative;
  overflow: clip;
}

.group_dash {
  border: 1px #000;
  width: 100%;
}

.fade_dashboard {
  z-index: 7;
  background-image: linear-gradient(#0000, #040404);
  height: 33rem;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.fade_dashboard.low {
  height: 19rem;
}

.grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #ffffff0a;
  border: 1px solid #ffffff05;
  border-radius: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.frame-2147237140 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.layouts, .collab {
  grid-row-gap: 1.13687e-13px;
  border-top-style: solid;
  border-top-width: .03125rem;
  border-top-color: var(--_colors---neutral--white-4);
  border-right-style: solid;
  border-right-width: .03125rem;
  border-right-color: var(--_colors---neutral--white-4);
  border-bottom-style: solid;
  border-bottom-width: .03125rem;
  border-bottom-color: var(--_colors---neutral--white-4);
  border-left-style: solid;
  border-left-width: .03125rem;
  border-left-color: var(--_colors---neutral--white-4);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  height: 600px;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-2147237139 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.components {
  grid-row-gap: 1.13687e-13px;
  border-top-style: solid;
  border-top-width: .03125rem;
  border-top-color: var(--_colors---neutral--white-4);
  border-right-style: solid;
  border-right-width: .03125rem;
  border-right-color: var(--_colors---neutral--white-4);
  border-bottom-style: solid;
  border-bottom-width: .03125rem;
  border-bottom-color: var(--_colors---neutral--white-4);
  border-left-style: solid;
  border-left-width: .03125rem;
  border-left-color: var(--_colors---neutral--white-4);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  height: 600px;
  padding: 2.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.components.align {
  justify-content: space-between;
  align-items: flex-start;
}

.why_headings {
  z-index: 3;
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.chart_l {
  width: 80rem;
  max-width: none;
  margin-top: -282px;
  position: absolute;
  inset: 0% 0% auto;
}

.chart_l.bsolute {
  width: 40rem;
  margin-top: -12.5rem;
  margin-left: 7rem;
}

.chart_l.t7 {
  width: 63rem;
  margin-top: 4.1rem;
  margin-left: 7rem;
}

.top {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.essentials_wrapper {
  flex-flow: column;
  margin-top: 5rem;
  display: flex;
}

.essentials_wrapper.short {
  width: 77rem;
  margin-left: auto;
  margin-right: auto;
}

.essential {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.essential._100 {
  width: 100%;
}

.essential_icon {
  width: 2.1rem;
  height: 2.1rem;
}

.devider-2 {
  opacity: .25;
  background-color: #fff9;
  width: .2rem;
}

.devider-2.long {
  background-color: #fff9;
  width: 98%;
  height: .2rem;
  margin: 1.25rem auto;
}

.essential_heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph_regular {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.absolute {
  z-index: 0;
  width: 350rem;
  margin-top: -73rem;
  position: absolute;
  inset: 0% auto;
}

.button_w {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.none {
  display: none;
}

.button_text-3 {
  margin-bottom: .1rem;
}

.code-embed-5.no-icon-80 {
  display: none;
}

.button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-image: linear-gradient(90deg, #1a5dfd, #0839b0);
  border: 1px #ffffff1a;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  height: 2.6rem;
  padding-left: 1.25rem;
  padding-right: .8rem;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-2.no-icon-81 {
  background-image: linear-gradient(#ffffff14, #ffffff0a);
  min-width: 8.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.button_icon-2 {
  width: .65rem;
}

.button_icon-2.no-icon-75 {
  display: none;
}

.embed_abso {
  z-index: 5;
  height: 12rem;
  margin-bottom: 1rem;
  position: absolute;
  inset: auto 0% 0%;
}

.cursor {
  margin-left: 5rem;
}

.alpga_t-dash {
  width: 44rem;
  max-width: none;
}

.alpga_t-dash.m {
  width: 33rem;
}

.fade_sx {
  background-image: linear-gradient(#0000, #0e0e0e);
  height: 30rem;
  position: absolute;
  inset: auto 0% 0%;
}

.padding_5 {
  height: 5rem;
}

.body_lx {
  font-size: .9rem;
}

.faq_capital-2 {
  text-align: left;
  background-color: #ffffff0a;
  border: 1px solid #ffffff0a;
  border-radius: .9375rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.875rem;
  display: flex;
}

.code-embed-6 {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

  .bento_col.l {
    flex-flow: row;
  }

  .card_s.is-5, .card_special.is-6 {
    width: 100%;
  }

  .checkout_panel {
    display: none;
  }

  .checkout_wrapper {
    flex-flow: row;
  }

  .checkout_main {
    width: 100%;
  }

  .left_slide {
    width: 19rem;
    min-width: 19rem;
  }

  ._2_col, .bento_grid {
    flex-flow: column;
    display: flex;
  }

  .cards {
    height: 28rem;
  }

  .discord_dashboard {
    margin-bottom: -2rem;
    margin-right: -2rem;
  }

  .trustpilot-slider {
    width: 90%;
    height: 30rem;
  }

  .broker_desing {
    flex-flow: column;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .phone_image {
    position: static;
  }

  .faq_wrapper, .footer_paragraph.text_60 {
    width: 100%;
  }

  .nav_buttons-wrap, .nav_links {
    display: none;
  }

  .section-platforms {
    justify-content: flex-end;
    align-items: stretch;
    padding-bottom: 3rem;
    padding-left: 0;
  }

  .platfrom_hero-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .absolute_platfrom {
    margin-top: 3.6rem;
    margin-right: -10rem;
    transform: scale(.8);
  }

  .fade_platfroms {
    pointer-events: none;
  }

  .platfrom_image {
    height: 32rem;
  }

  .absolute_tools-img {
    margin-right: -5rem;
  }

  .leaderboard_wrapper {
    grid-template-columns: 1fr;
    display: flex;
  }

  .team_grid {
    grid-template-columns: 1fr 1fr;
  }

  .team_info {
    width: 100vw;
  }

  .carrer_design {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .cards_slide {
    flex: 0 auto;
    order: -9999;
  }

  .events {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .video_media {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._4_col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .social_block {
    height: 25rem;
  }

  .dashboard {
    width: 23rem;
    margin-bottom: -2rem;
    margin-right: -2rem;
  }

  .medals {
    margin-top: -54px;
  }

  .group {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .dashboard_wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .components {
    max-width: none;
  }

  .top {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .essentials_wrapper.short {
    width: 100%;
  }

  .essential {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    border-bottom: 1px solid #019ca24d;
    width: 100%;
    height: auto;
    padding-bottom: 2rem;
  }

  .devider-2 {
    display: none;
  }

  .absolute {
    margin-top: -78.8rem;
  }

  .none {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .page_wrapper {
    --_typography---brand--font-family: Manrope, sans-serif;
    --_typography---headings--h1: 40px;
    --_typography---headings--h1--line-height: 130%;
    --_typography---headings--h1--letter-spacing: -1.5px;
    --_typography---headings--h2: 32px;
    --_typography---headings--h2--line-height: 130%;
    --_typography---headings--h2--letter-spacing: -.78px;
    --_typography---headings--h3: 28px;
    --_typography---headings--h3--line-height: 130%;
    --_typography---headings--h3--letter-spacing: -.62px;
    --_typography---headings--h4: 24px;
    --_typography---headings--h4--line-height: 130%;
    --_typography---headings--h4--letter-spacing: 0px;
    --_typography---headings--h5: 20px;
    --_typography---headings--h5--line-height: 130%;
    --_typography---headings--h5--letter-spacing: 0px;
    --_typography---headings--h6: 18px;
    --_typography---headings--h6--line-height: 130%;
    --_typography---body--body-l--line-height: 150%;
    --_typography---body--body-m--size: 16px;
    --_typography---body--body-m--letter-spacing: 0px;
    --_typography---body--body-s--size: 13px;
    --_typography---body--body-s--line-height: 150%;
    --_typography---body--body-s--letter-spacing: 0px;
    --_typography---body--body-m--line-height: 150%;
    --_typography---body--body-l--size: 18px;
    --_typography---body--body-l--letter-spacing: 0px;
    --_typography---headings--h6--size: 18px;
    --_typography---headings--h6--letter-spacing: 0px;
    --_typography---button--size: 14px;
    --_typography---button--letter-spacing: 0px;
    --_typography---headings--h4--size: 24px;
    --_typography---headings--h5--size: 20px;
    --_typography---body--body-xl: 20px;
    --_typography---body--body-m: 16px;
    --_typography---brand--font-style-body: Regular;
    --_typography---body--body-s: 13px;
    --_typography---body--body-l: 18px;
    --_typography---brand--font-style-heading: Medium;
    --_typography---headings--h1--size: 40px;
    --_typography---headings--h2--size: 32px;
    --_typography---headings--h3--size: 28px;
  }

  .hero_headings {
    width: 28rem;
  }

  .hero_buttons.hidden_m {
    display: none;
  }

  .global_container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .global_headings-wrapper {
    width: 100%;
  }

  .both_padding {
    padding-top: 7.5rem;
  }

  ._3_col-grid {
    flex-flow: column;
    display: flex;
  }

  .bento_col.l {
    flex-flow: column;
  }

  .card_s.is-1, .card_s.is-4, .card_s.is-5, .card_l.down.is-2, .card_l.is-3 {
    height: 23rem;
  }

  .circle_wrapper {
    margin-bottom: -8.9rem;
  }

  .card_special.is-6, .card_special.hiring {
    height: 23rem;
  }

  .lottie_anim {
    margin-top: -56px;
  }

  .fade {
    height: 11rem;
    margin-bottom: 0;
  }

  .checkout_next {
    height: 2.9rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button_text-2 {
    font-size: .8rem;
    line-height: 120%;
  }

  .account {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .steps_grid {
    grid-template-columns: 1fr 1fr;
  }

  .capital_analyst {
    width: 20rem;
    height: 24rem;
  }

  .arman {
    height: 15.5rem;
  }

  .platfroms_slider-wrap {
    display: none;
  }

  .platfroms_mobile {
    width: 100%;
    display: flex;
  }

  .trustpilot-slider {
    height: 30rem;
  }

  .fade_b {
    pointer-events: none;
    height: 10rem;
  }

  .broker_desing {
    flex-flow: column;
    width: 100%;
    height: auto;
    padding: 3rem;
  }

  .broker_heading {
    width: 100%;
  }

  .phone_image {
    width: 38rem;
    max-width: none;
    margin-bottom: -17.1rem;
    margin-right: -15.4rem;
  }

  .faq_capital {
    padding: 1.5rem;
  }

  .nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .platfrom_hero-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .absolute_platfrom {
    transform: none;
  }

  .platfrom.allpha {
    margin-top: 4rem;
  }

  .platfrom_info-top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .platfrom_image {
    height: 24.375rem;
  }

  .platfrom_fade {
    margin-bottom: 0;
  }

  .team_image {
    min-height: 18rem;
    max-height: 18rem;
  }

  .member_image {
    height: auto;
  }

  .team_grid {
    flex-flow: column;
    display: flex;
  }

  .team_info {
    padding: 2rem;
  }

  .carrer_design {
    flex-flow: column;
    width: 100%;
    height: auto;
    padding: 3rem;
  }

  .career_headings {
    width: 100%;
  }

  .cards_slide {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .events_hero {
    justify-content: center;
    align-items: center;
  }

  .events_hero.l, .events_hero.m {
    width: 26rem;
  }

  .events_hero.xl {
    width: 28rem;
  }

  .event_form {
    width: 100%;
  }

  .media_video {
    height: 25rem;
  }

  .video_media {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dashboard {
    margin-right: -4.4rem;
  }

  .container_s {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero {
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero._1200 {
    grid-template-columns: 1fr;
  }

  .hero-2 {
    max-width: none;
  }

  .hero-2.m {
    max-width: none;
    height: auto;
  }

  .medals {
    width: 16rem;
    margin-top: -5rem;
  }

  .fade_dashboard {
    height: 20rem;
    margin-bottom: 0;
  }

  .top {
    display: flex;
  }

  .essential._100 {
    border-bottom-color: var(--_colors---neutral--white-10);
  }

  .absolute {
    margin-top: -77.4rem;
  }

  .none {
    display: flex;
  }

  .faq_capital-2 {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .button_text {
    white-space: pre;
  }

  .video_bg {
    border-radius: 0;
  }

  .hero_headings {
    width: 21rem;
  }

  .hero_headings.l {
    width: 22rem;
  }

  .hero_buttons {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hero_buttons.hidden_m {
    display: none;
  }

  .trust_pilot {
    width: 16rem;
  }

  .global_container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .global_padding {
    padding-bottom: 5rem;
  }

  .global_headings-wrapper {
    width: 100%;
  }

  .both_padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .bento_col.l {
    flex-flow: column;
  }

  .circle_wrapper {
    width: 25rem;
    height: 25rem;
    margin-bottom: -6.6rem;
  }

  .marquee_wrapper {
    margin-bottom: 36px;
  }

  .marquee_wrapper-2 {
    bottom: -11%;
  }

  .marquee_wrapper_assets {
    margin-bottom: 4.2rem;
    bottom: -11%;
  }

  .button_gradinet {
    width: 100%;
    min-width: 100%;
  }

  .checkout_next {
    width: 100%;
  }

  .step.hidden {
    display: none;
  }

  .account {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .steps_grid {
    flex-flow: column;
    display: flex;
  }

  .checkout_main {
    padding: 1.3rem;
  }

  .section-hero {
    height: 100vh;
    margin: 0;
  }

  .trader_headings.horizontal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .trader_video {
    min-height: 13rem;
    max-height: 13rem;
  }

  .trader_country {
    width: 1.5rem;
  }

  .capital_analyst {
    width: 20rem;
    height: auto;
  }

  .alpha_trader-gradient {
    width: 100%;
    min-width: 100%;
  }

  .card {
    padding: 2rem;
  }

  ._2_col-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .devider {
    width: 100%;
    height: .1rem;
  }

  .devider._100 {
    width: 100%;
  }

  .divento_card {
    padding: 1.5rem;
  }

  .card_headings {
    margin: 1rem .6rem .6rem;
  }

  .cards {
    height: 25rem;
  }

  .alpha_icon {
    width: 5rem;
  }

  .discord_dashboard {
    width: 37rem;
  }

  .trustpilot-slider {
    width: 95%;
    height: 25rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .fade_b {
    pointer-events: none;
    height: 10rem;
  }

  .broker_desing {
    width: 100%;
    padding: 2.5rem;
  }

  .list_grid {
    margin-top: 2rem;
  }

  .frame-2147237135 {
    display: none;
  }

  .phone_image {
    width: 35rem;
    margin-right: -10rem;
  }

  .quetion {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
  }

  .footer {
    height: auto;
    padding: 2rem;
  }

  .container-5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_link {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .nav {
    padding-top: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .absolute_platfrom {
    margin-top: 8rem;
    margin-right: -6rem;
  }

  .info_left {
    width: 100%;
  }

  .logo {
    width: 10rem;
  }

  .platfrom_image {
    height: 16rem;
    padding-top: 2rem;
  }

  .bg_gradient {
    width: 100%;
    min-width: 100%;
  }

  .platfrom_fade {
    height: 6rem;
  }

  .absolute_tools-img {
    width: 37rem;
    max-width: none;
  }

  .gradient_top, .gradient_top.second, .gradient_top.third {
    background-position: 100%;
  }

  .team_block {
    width: 100%;
    height: auto;
  }

  .team_image {
    justify-content: center;
    align-items: flex-end;
    min-height: 21rem;
    max-height: 13rem;
  }

  .text_700 {
    line-height: 1.3;
  }

  .member_image {
    margin-bottom: 0;
  }

  .paragraph_pop-up {
    font-size: .85rem;
  }

  .team_info {
    padding: 1.5rem;
    overflow: scroll;
  }

  .popup {
    display: none;
  }

  .member_info-name {
    margin-bottom: 1rem;
  }

  .popup-close {
    margin-bottom: 1.5rem;
  }

  .heading_2-3.w_200 {
    font-size: 1.5rem;
  }

  .carrer_design {
    width: 100%;
    padding: 1.5rem;
  }

  .cards_slide {
    width: 90%;
    margin-right: 1.5rem;
  }

  .events_hero {
    width: 21rem;
  }

  .events_hero.l, .events_hero.m, .events_hero.xl {
    width: 22rem;
  }

  .fade_l, .fade_r {
    width: 2rem;
  }

  .event_form {
    width: 100%;
  }

  .form_top {
    flex-flow: column;
  }

  .media_video {
    height: 19rem;
  }

  ._4_col-grid {
    grid-template-columns: 1fr;
  }

  .dashboard {
    width: 25rem;
  }

  .globe {
    margin-top: 0;
    transform: scale(1.4);
  }

  .fade_g {
    height: 20rem;
    margin-bottom: -2rem;
  }

  .container_s {
    position: relative;
  }

  .code-embed-4 {
    z-index: 5;
    position: relative;
  }

  .medals {
    width: 80%;
    margin-top: -76px;
  }

  .asset._3 {
    margin-top: 0;
  }

  .asset._4 {
    margin-top: 0;
    margin-left: 3rem;
  }

  .fade_dashboard {
    height: 10rem;
  }

  .fade_dashboard.low {
    height: 7rem;
  }

  .components {
    height: 25.625rem;
  }

  .components.align {
    height: 410px;
  }

  .chart_l {
    width: 50rem;
    margin-top: -210px;
  }

  .chart_l.bsolute, .chart_l.t7 {
    width: 20rem;
    margin-top: -7.9rem;
  }

  .top {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .essential {
    padding-bottom: 1rem;
  }

  .absolute {
    margin-top: -82.9rem;
  }
}

#w-node-_6fa27a82-3074-ad17-2cf4-4019c71a081b-c71a0817 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0b30187f-43aa-3894-faf6-c94da3fc3825-2fc2903e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_7487bf5f-a889-67ae-0671-6ba183187d6a-9b591374 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_38f79e59-1b97-2982-0ec3-b7cb344efa5b-9b591374 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_38f79e59-1b97-2982-0ec3-b7cb344efa6c-9b591374 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_63ff3b0d-b7f6-44f2-3c80-42755c0b4ca0-9b591374, #w-node-_7144a5d5-08af-4ea3-afee-b29c82d7cd94-82d7cd7a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


