@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplay-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplay-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplay-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplay-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplay-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-family--clash-display: "Clash Display", "Trebuchet MS", sans-serif;
  --_colors---brand-color--black: #020411;
  --headings--h1: 2.75rem;
  --heading-height--110: 110%;
  --headings--h2: 2.75rem;
  --headings--h3: 2.5rem;
  --heading-height--120: 120%;
  --headings--h4: 2rem;
  --heading-height--140: 140%;
  --headings--h5: 1.25rem;
  --heading-height--150: 150%;
  --font-family--montserrat: Montserrat, sans-serif;
  --headings--paragraph-regular: .875rem;
  --heading-height--30: 30px;
  --headings--paragraph-large: .9375rem;
  --_colors---brand-color--blue: #2069ff;
  --_colors---brand-color--dark-blue: #050d42;
  --_colors---brand-color--white: white;
  --_colors---brand-color--medium-blue: #003cb7;
  --heading-height--100: 100%;
  --heading-height--130: 130%;
  --heading-height--200: 200%;
}

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

body {
  font-family: var(--font-family--clash-display);
  color: var(--_colors---brand-color--black);
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
}

h1 {
  font-family: var(--font-family--clash-display);
  font-size: var(--headings--h1);
  line-height: var(--heading-height--110);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h2 {
  font-family: var(--font-family--clash-display);
  font-size: var(--headings--h2);
  line-height: var(--heading-height--110);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h3 {
  font-family: var(--font-family--clash-display);
  font-size: var(--headings--h3);
  line-height: var(--heading-height--120);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h4 {
  font-size: var(--headings--h4);
  line-height: var(--heading-height--140);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h5 {
  font-family: var(--font-family--clash-display);
  font-size: var(--headings--h5);
  line-height: var(--heading-height--150);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

p {
  font-family: var(--font-family--montserrat);
  font-size: var(--headings--paragraph-regular);
  line-height: var(--heading-height--30);
  letter-spacing: -.015625rem;
  margin-bottom: 0;
  font-weight: 400;
}

.page_wrapper {
  position: relative;
  overflow: clip;
}

.main_wrapper {
  overflow: clip;
}

.heading_1 {
  font-family: var(--font-family--clash-display);
  font-size: var(--headings--h1);
  line-height: var(--heading-height--110);
}

.heading_1._120 {
  line-height: var(--heading-height--120);
}

.heading_1.h1 {
  font-size: 3.125rem;
}

.paragraph_large {
  font-family: var(--font-family--montserrat);
  font-size: var(--headings--paragraph-large);
  line-height: var(--heading-height--30);
  font-weight: 400;
}

.paragraph_large.space {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

.paragraph_large.l {
  text-align: left;
}

.paragraph_large.space_s {
  margin-top: -.5rem;
  margin-bottom: 1rem;
}

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

.heading_2 {
  font-size: var(--headings--h2);
  line-height: var(--heading-height--110);
}

.heading_2._200 {
  font-weight: 200;
}

.panel_link {
  opacity: .5;
  color: #0e0e0e;
  flex-flow: row;
  text-decoration: none;
  transition: opacity .2s;
  position: relative;
  overflow: clip;
}

.panel_link.w--current {
  opacity: 1;
  color: var(--_colors---brand-color--blue);
  overflow: visible;
}

.style_box {
  color: #0e0e0e;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px #e6e6e6;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.style_guide {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.panel_link_text {
  font-family: var(--font-family--montserrat);
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.guide_logo {
  width: 11.5rem;
}

.sticky_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 15.625rem;
  display: flex;
  position: sticky;
  top: 3rem;
}

.guide_panel {
  border-right: 1px solid #e6e6e6;
  width: 30%;
  margin-right: 3rem;
}

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

.heading_3 {
  font-family: var(--font-family--clash-display);
  font-size: var(--headings--h3);
  line-height: var(--heading-height--120);
  font-weight: 600;
}

.text_label {
  font-family: var(--font-family--montserrat);
  letter-spacing: -.01875rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.heading_5 {
  z-index: 1;
  font-family: var(--font-family--clash-display);
  font-size: var(--headings--h5);
  line-height: var(--heading-height--150);
  font-weight: 600;
}

.h_flex_div {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.right_wrap {
  justify-content: space-between;
  width: 40%;
  display: flex;
}

.content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

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

.padding_guide {
  padding: 4.5rem 4.375rem;
}

.panel_arrow {
  opacity: 1;
  width: .9375rem;
  height: 100%;
  margin-left: -1.5625rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.tag_wrap {
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  width: 100%;
  padding-bottom: .5rem;
  display: flex;
}

.typeface_name {
  color: #0e0e0e;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.panel_text {
  font-family: var(--font-family--montserrat);
  font-size: var(--headings--paragraph-regular);
  line-height: var(--heading-height--150);
  font-weight: 400;
}

.header {
  background-color: var(--_colors---brand-color--dark-blue);
  background-image: linear-gradient(#050d42, #020411);
  border-radius: .3125rem;
  justify-content: space-between;
  align-items: center;
  padding: 4.5rem;
  display: flex;
}

.header_text {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
}

.heading_4 {
  font-family: var(--font-family--clash-display);
  font-size: var(--headings--h4);
  line-height: var(--heading-height--140);
  font-weight: 600;
}

.typeface_div {
  background-color: #2069ff1a;
  border-radius: .3125rem;
  padding: 2rem;
}

.clash_display {
  font-family: var(--font-family--clash-display);
}

.montserrat {
  font-family: var(--font-family--montserrat);
  letter-spacing: -.015625rem;
}

._400 {
  font-weight: 400;
}

._500 {
  font-weight: 500;
}

._600 {
  font-weight: 600;
}

._700 {
  font-weight: 700;
}

.main_button {
  border: 1px solid var(--_colors---brand-color--blue);
  height: 3.1rem;
  font-family: var(--font-family--montserrat);
  color: var(--_colors---brand-color--blue);
  background-color: #fff;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.main_button:where(.w-variant-74f38524-22d5-696f-4df6-238964083c7a) {
  color: var(--_colors---brand-color--white);
  background-color: #fff0;
}

.main_button-bg {
  background-image: linear-gradient(90deg, #2069ff, #003cb7);
  border-radius: 5rem;
  width: 0%;
  position: absolute;
  inset: 0%;
}

.text-block {
  z-index: 1;
  position: relative;
}

.secondary_button {
  border: 1px none var(--_colors---brand-color--blue);
  height: 3.3rem;
  font-family: var(--font-family--montserrat);
  color: var(--_colors---brand-color--white);
  background-image: linear-gradient(90deg, #2069ff, #003cb7);
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: clip;
  transform: scale(.97);
}

.secondary_button:hover {
  transform: scale(1);
}

.nav {
  color: #333;
  background-color: #ddd0;
  background-image: linear-gradient(90deg, #010310, #040c41);
  padding-left: .5rem;
  padding-right: .5rem;
  position: relative;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  max-width: 83rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 12.2rem;
}

.logo_img {
  width: 100%;
}

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

.link {
  height: 6.3rem;
  font-family: var(--font-family--montserrat);
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: .98rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: static;
}

.dropdown_toggle {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: space-between;
  align-items: center;
  padding: 0 .625rem .1rem;
  display: flex;
  overflow: visible;
}

.dropdown_toggle.line {
  background-color: #fff0;
  width: auto;
  height: 100%;
}

.nav_link {
  font-family: var(--font-family--montserrat);
  color: var(--_colors---brand-color--white);
  font-size: .9375rem;
  font-weight: 400;
}

.nav_link.dropdown {
  color: var(--_colors---brand-color--black);
  justify-content: center;
  align-items: center;
  margin-bottom: -.2rem;
  padding-bottom: .2rem;
  font-weight: 500;
  text-decoration: none;
}

.nav_link.dropdown:hover {
  border-bottom: 2px solid #000;
  margin-bottom: -.3rem;
  overflow: visible;
}

.nav_link.dropdown.w--current {
  text-underline-offset: 8px;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}

.dropdown_icon {
  width: .8rem;
}

.dropdown_main {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #edf2fa;
  justify-content: center;
  align-items: center;
  height: 0;
  padding-top: 0;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 6.3rem 0% 0%;
  overflow: clip;
}

.dropdown_main.w--open {
  height: 4.25rem;
  font-family: var(--font-family--montserrat);
  background-color: #edf2fa;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 6.3rem 0% auto;
}

.link_text {
  font-family: var(--font-family--montserrat);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-bottom: .1rem;
  padding-left: .6rem;
  padding-right: .6rem;
  font-size: .98rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: static;
}

.link_text:hover {
  text-decoration: none;
}

.link_text.line {
  background-color: #fff0;
  width: auto;
}

.border {
  background-color: var(--_colors---brand-color--white);
  width: 100%;
  height: .125rem;
  position: absolute;
  inset: auto 0% 2rem;
}

.hero_section {
  justify-content: center;
  align-items: center;
  height: 40rem;
  display: flex;
}

.hero_wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 51.875rem;
  display: flex;
}

.hero_wrapper._0 {
  margin-bottom: 0;
}

.hero_headings {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main_text-block {
  font-family: var(--font-family--montserrat);
  color: var(--_colors---brand-color--blue);
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
}

.buttons_wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: row;
  max-width: 30.5rem;
  display: flex;
}

.buttons_wrap.space {
  margin-top: .625rem;
}

.buttons_wrap._100 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
}

.trustpilot_wrap {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.truspilot_top {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_xqynkv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  letter-spacing: -.21px;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.icons {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  border: 0 #000;
  width: 130px;
  height: 24px;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.g_cfwf_dlmvpv {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.path_cfwf_sqnknc {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  fill: #00b67a;
  stroke: none;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.path_cfwf_srpqbu {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  fill: #fff;
  stroke: none;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.g_cfwf_idvvps {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.path_cfwf_mrmuiq, .path_cfwf_olxbed {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  fill: #00b67a;
  stroke: none;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.path_cfwf_irviwq {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  fill: #fff;
  stroke: none;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.g_cfwf_hycrpl {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.path_cfwf_kqopil, .path_cfwf_ngpblu {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  fill: #00b67a;
  stroke: none;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.path_cfwf_aoafji {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  fill: #fff;
  stroke: none;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.g_cfwf_kktskg {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.path_cfwf_krolyy, .path_cfwf_ajbwcw {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  fill: #00b67a;
  stroke: none;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.path_cfwf_vlstyf {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  fill: #fff;
  stroke: none;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.g_cfwf_kzkrbk {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.path_cfwf_icuywu {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  fill: #dcdce6;
  stroke: none;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.path_cfwf_vqrhsa {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  fill: #00b67a;
  stroke: none;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.path_cfwf_rvwsyb {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  fill: #fff;
  stroke: none;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.trustpilot-logo {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  fill: none;
  border: 0 #000;
  width: 80px;
  height: 19px;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.path_cfwf_ouygae {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  fill: #010310;
  stroke: none;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.path_cfwf_wgwxeu {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  fill: #04da8d;
  stroke: none;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.path_cfwf_qhrrip {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  fill: #126849;
  stroke: none;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.block_wrapper {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  padding-top: 10px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.block {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  border-right: 1px solid #000;
  border-image-source: linear-gradient(90deg, #1f69ff 51.41%, #05328d 68.28%, #1f93ff 85.89%, #1f69ff 101.03%);
  border-image-slice: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 11.25rem;
  height: 4.875rem;
  margin: 0;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.block.last {
  border-right-style: none;
}

.tag_text {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 17.07px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_hdxepw {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  border-right: 1px solid #000;
  border-image-source: linear-gradient(90deg, #1f69ff 51.41%, #05328d 68.28%, #1f93ff 85.89%, #1f69ff 101.03%);
  border-image-slice: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 180px;
  height: 78px;
  margin: 0;
  padding-left: 21px;
  padding-right: 21px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.number {
  font-family: var(--font-family--clash-display);
  font-size: 1.75rem;
  font-weight: 600;
}

.number.main_gradinet {
  line-height: var(--heading-height--120);
  font-weight: 400;
}

.about_section {
  color: var(--_colors---brand-color--white);
  background-image: linear-gradient(270deg, #050d42, #020411);
  position: relative;
}

.padding_global {
  padding: 8.75rem 1.5rem 4.375rem;
}

.container_s {
  max-width: 64.375rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container_s.mi {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.world {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: 100%;
  max-width: 450px;
  height: auto;
  min-height: 295px;
  margin: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: block;
  position: absolute;
  inset: auto 0% 27rem auto;
}

.div_uk {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  background-color: #fff;
  border: 0 #000;
  border-radius: 5px;
  align-items: center;
  gap: 15px;
  width: fit-content;
  height: 68px;
  margin: 0;
  padding: 10px 20px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
  position: absolute;
  top: -31%;
  left: -3%;
  box-shadow: 0 0 10px #04093033;
}

.img_cfwf_vcrcqo {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_drpdxj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_bcrtqn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  letter-spacing: -.225px;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_kevybc {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  letter-spacing: -.225px;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div-us {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  background-color: #fff;
  border: 0 #000;
  border-radius: 5px;
  align-items: center;
  gap: 15px;
  width: fit-content;
  height: 68px;
  margin: 0;
  padding: 10px 20px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
  position: absolute;
  top: 6%;
  left: -16%;
  box-shadow: 0 0 10px #04093033;
}

.img_cfwf_vjorci {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_gbbeod {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_tqiagi {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  letter-spacing: -.225px;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_tkkemm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  letter-spacing: -.225px;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_nigeria {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  background-color: #fff;
  border: 0 #000;
  border-radius: 5px;
  align-items: center;
  gap: 15px;
  width: fit-content;
  height: 68px;
  margin: 0;
  padding: 10px 20px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
  position: absolute;
  top: -3%;
  right: 8%;
  box-shadow: 0 0 10px #04093033;
}

.img_cfwf_yonckm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_wagbnb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_wiqamn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  letter-spacing: -.225px;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_ciecua {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  letter-spacing: -.225px;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.img {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  min-width: 226px;
  max-width: 83%;
  height: auto;
  min-height: 363px;
  margin: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: block;
  position: absolute;
  top: -74px;
}

.div_brazil {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  background-color: #fff;
  border: 0 #000;
  border-radius: 5px;
  align-items: center;
  gap: 15px;
  width: fit-content;
  height: 68px;
  margin: 0;
  padding: 10px 20px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
  position: absolute;
  bottom: 8%;
  right: 14%;
  box-shadow: 0 0 10px #04093033;
}

.img_cfwf_ilqpgn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_hkmauk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_ydeixi {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  letter-spacing: -.225px;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_hksrba {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  letter-spacing: -.225px;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

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

.slider {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #ddd0;
  flex-flow: column;
  width: auto;
  margin-top: 3rem;
  display: flex;
  overflow: visible;
}

.slider.none {
  display: none;
}

.padding_none {
  padding: 1rem 1.5rem 2.2rem;
}

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

.plans_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.heading_wrapper-secondary {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

._70-_opacity {
  color: #000000b3;
}

.pricing_seaction {
  color: var(--_colors---brand-color--black);
  background-image: url('../images/BG-White.avif');
  background-position: 50% 0;
  background-size: auto;
}

.product_section {
  color: var(--_colors---brand-color--white);
  background-image: linear-gradient(270deg, #050d42, #020411);
  position: relative;
}

.product_section.none {
  display: none;
}

.product_wrapper {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product_wrapper.bottom {
  margin-bottom: 2.5rem;
}

.product_wrapper.testimonial {
  margin-bottom: 1rem;
}

.padding_product {
  padding: 3.75rem 1.5rem 5rem;
}

.padding_main {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.padding_main.s {
  padding-top: 4rem;
}

.container_xs {
  max-width: 50.5rem;
  margin-left: auto;
  margin-right: auto;
}

.container_xs.mid {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.memebers_wrap {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: block;
}

.memebers_wrap.hidden {
  display: none;
}

.memebers_wrap.l {
  width: 60rem;
}

.collection_list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
}

.collection_item {
  width: 100%;
}

.team-member-card {
  width: 100%;
  color: var(--_colors---brand-color--black);
  text-decoration: none;
}

.member_image {
  background-color: #040e2d;
  border-radius: 1.25rem;
  height: 17.8125rem;
  transition: all .2s;
  overflow: clip;
  transform: scale(1);
}

.member_image:hover {
  outline-color: var(--_colors---brand-color--medium-blue);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  transform: scale(1.1);
  box-shadow: 0 2px 5px #0003;
}

.image {
  width: 100%;
}

.member_info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.25rem;
  display: flex;
}

.flags {
  width: 2.8rem;
}

.name-place {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.member_name {
  font-weight: 400;
}

.member_location {
  font-family: var(--font-family--montserrat);
  color: #050d42;
  font-weight: 900;
}

.team_paragraph {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text_block-s {
  font-family: var(--font-family--montserrat);
  font-size: 12px;
  line-height: var(--heading-height--150);
  font-weight: 400;
}

.phase_section {
  color: var(--_colors---brand-color--white);
  background-image: linear-gradient(270deg, #050d42, #020411);
  position: relative;
}

.padding_80 {
  padding: 5rem 1.5rem;
}

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

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

.phase_image {
  width: 25.6875rem;
}

.third_button {
  margin-bottom: -1rem;
}

.container_900 {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container_980 {
  max-width: 61.25rem;
  margin-left: auto;
  margin-right: auto;
}

.images {
  width: 100%;
}

.space_40 {
  height: 2.5rem;
}

.padding_bottom {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.padding_bottom.l {
  padding-bottom: 6.25rem;
}

.padding_bottom.space {
  padding-bottom: 14.375rem;
}

.blocks_wrapper {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.dashboard_wrap {
  grid-column-gap: 1.0625rem;
  grid-row-gap: 1.0625rem;
  background-color: #edf2fa;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 31.25rem;
  padding-top: 3.125rem;
  padding-left: 3.125rem;
  display: flex;
  overflow: clip;
}

.dashboard_wrap.spacing {
  padding-left: 1.25rem;
}

.dashboard_wrap.spacing_second {
  width: 80%;
  padding-bottom: 3.125rem;
  padding-right: 3.125rem;
}

.dashboard_wrap.r {
  width: 20%;
  min-width: 20%;
}

.dashboard_heading {
  font-size: 1.25rem;
  line-height: var(--heading-height--140);
}

.dashboard {
  width: 110%;
  max-width: 110%;
}

.image_second {
  max-width: 121%;
  margin-bottom: 3rem;
}

.blocks_wrapper-secondary {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: .3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image_third {
  max-width: 160%;
  margin-bottom: 3rem;
}

._2_col-div {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.group_div {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  height: 33.125rem;
  color: var(--_colors---brand-color--white);
  text-align: center;
  background-image: url('../images/Alpha-Logo-Icon.avif'), linear-gradient(225deg, #110702, #066242);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3.75rem 4rem;
  display: flex;
}

.group_div.secondary {
  background-image: url('../images/ACG-Logo-Icon.avif'), linear-gradient(#110702, #3f1a05);
  background-position: 190%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 80%, auto;
}

.container_1300 {
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
}

.about_wrapper-info {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about_wrapper-info.bottom {
  margin-bottom: 2.5rem;
}

.about_wrapper-info.space {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.about_headings {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 29.375rem;
  display: flex;
}

.images_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 56rem;
  height: 32.5rem;
  margin-right: -8rem;
  display: flex;
  overflow: clip;
}

.images_wrap.mid {
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0;
}

.slide_mask {
  width: 19.375rem;
  height: 31rem;
  overflow: visible;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.slide {
  pointer-events: none;
  height: 100%;
  margin-right: 1rem;
  overflow: clip;
}

.slider_image {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.p_cfwf_nlwgls {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  align-items: center;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_vaxbqi {
  box-sizing: border-box;
  aspect-ratio: auto;
  filter: invert(1%);
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display, Trebuchet MS, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition-property: none;
  display: block;
}

.div_cfwf_wkmced {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  width: auto;
  max-width: 73.75rem;
  height: 100%;
  margin: 0 auto;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: none;
}

.blog_1 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  border: 1px solid #cad0da;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 380px;
  height: auto;
  margin: 0;
  padding: 10px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_ljnnnt {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.img_cfwf_kpzhif {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_gpchan {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  border: 0 #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 20px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.h5_cfwf_uootzt {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_katmxx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.blog_2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  border: 1px solid #cad0da;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 380px;
  height: auto;
  margin: 0;
  padding: 10px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_mbilsd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.blog_img {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: 12.5rem;
  margin: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: inline;
}

.div_cfwf_qwgswn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  border: 0 #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 20px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.h5_cfwf_ctbzqd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_cknryz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.blog_3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  border: 1px solid #cad0da;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 380px;
  height: auto;
  margin: 0;
  padding: 10px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_akyzll {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.img_cfwf_hwksaa {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_grpvrx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  border: 0 #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 20px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.blog_head {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_nyjsez {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.blog_ {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  border: 1px solid #cad0da;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 380px;
  height: auto;
  margin: 0;
  padding: 10px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_wixsbl {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.img_cfwf_dyuwlp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_xuadqi {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  border: 0 #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 20px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.h5_cfwf_lyduzk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_wegtsf {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.padding_symoble {
  background-image: url('../images/Gradient-Background.avif');
  background-position: 50% 0;
  background-size: cover;
  padding-bottom: 6rem;
}

.container {
  width: 59.6875rem;
  margin-left: auto;
  margin-right: auto;
}

.big_divs {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  overflow-block: hidden;
  overflow-inline: hidden;
  background-color: #fff;
  border: 1px solid #cad0da;
  border-radius: 10px;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  gap: 20px;
  width: auto;
  max-width: 980px;
  height: auto;
  margin: 0;
  padding: 3rem 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
  bottom: 150px;
  overflow: hidden;
}

.div_cfwf_qyzwwq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0 0 20px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_frhsec {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #2069ff;
  text-align: center;
  text-transform: uppercase;
  column-rule-color: #2069ff;
  caret-color: #2069ff;
  border: 0 #2069ff;
  outline-color: #2069ff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #2069ff;
  transition-duration: .3s;
  display: block;
}

.h3_cfwf_lazqkl {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_sjthis {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: 912.48px;
  height: 429.149px;
  margin: 0 0 2rem;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: block;
}

.iframe_cfwf_gprprg {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
  scale: 1.1;
}

.button_cfwf_rcpksq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #206aff;
  column-rule-color: #206aff;
  cursor: pointer;
  caret-color: #206aff;
  text-wrap-mode: nowrap;
  transition-behavior: normal, normal;
  background-image: url('https://alpha-capital.swarnab.workers.dev/images/');
  background-position: -292px 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #1f69ff;
  border-radius: 100px;
  outline-color: #206aff;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 226px;
  height: 50px;
  margin: 20px 0 0;
  padding: 10px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #206aff;
  transition-duration: .2s, .5s;
  transition-delay: 0s, 0s;
  transition-timing-function: ease, ease;
  display: flex;
}

.cta_secton {
  color: var(--_colors---brand-color--white);
  background-image: linear-gradient(#010311, #010311);
  margin-top: -2rem;
}

.cta_secton.bg {
  background-image: linear-gradient(#050d42, #020411 53%);
}

.cta_secton.bg.none {
  margin-top: 0;
}

.padding_cta {
  padding-bottom: 6.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container_1140 {
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
}

.footer_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_wrapper.space {
  padding-top: 6.25rem;
}

.footer_headings {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  width: 48.125rem;
  display: flex;
}

.footer_headings._100 {
  justify-content: center;
  align-items: center;
  width: 90%;
}

.field_wrapper {
  background-color: #fff;
  border-radius: 4.375rem;
  justify-content: flex-end;
  align-items: center;
  width: 25.625rem;
  padding: .75rem;
  display: flex;
}

.from {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.field {
  font-family: var(--font-family--montserrat);
  color: var(--_colors---brand-color--black);
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 0;
  font-weight: 400;
}

.submit_button {
  background-image: url('../images/Icon-White.svg'), linear-gradient(90deg, #020411, #050d42);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  border-radius: 60px;
  width: 3.0625rem;
  min-width: 3.0625rem;
  height: 3.0625rem;
  min-height: 3.0625rem;
}

.from_block {
  width: 22rem;
  margin-bottom: 0;
}

.pop_up {
  z-index: 1000;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  caret-color: #fff;
  background-image: linear-gradient(90deg, #010310, #040c41);
  border: 0 #fff;
  outline-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px 20px;
  font-family: Times New Roman;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

.p_cfwf_zyhjix {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_fpmccx, .span_cfwf_usmxrf {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #206aff;
  text-align: center;
  column-rule-color: #206aff;
  cursor: pointer;
  caret-color: #206aff;
  border: 0 #206aff;
  outline-color: #206aff;
  width: auto;
  height: auto;
  margin: 0 4px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  -webkit-text-decoration: underline #206aff;
  text-decoration: underline #206aff;
  text-emphasis-color: #206aff;
  transition-duration: .3s;
  display: inline;
}

.footer_bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  padding-top: 2.5rem;
  display: flex;
}

.top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 1rem;
  display: flex;
}

.footer_links-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.footer_links-wrap.s {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
}

.footer_link {
  opacity: .5;
  font-family: var(--font-family--montserrat);
  color: var(--_colors---brand-color--white);
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
}

.footer_link:hover {
  opacity: 100;
}

.copy_rights {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  border-top: 1px solid #ffffff1a;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 1.0625rem;
  display: flex;
}

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

.copy_rights-top.middle {
  justify-content: space-between;
  align-items: center;
}

.text_block-xl {
  opacity: .5;
  font-family: var(--font-family--montserrat);
  font-size: 1.0625rem;
  font-weight: 400;
}

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

.icon_link {
  width: 1.875rem;
  height: 1.875rem;
  transition: all .2s;
}

.icon_link:hover {
  filter: contrast(200%);
}

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

.footer_paragraph {
  opacity: .5;
  width: 34.3rem;
  font-size: var(--headings--paragraph-large);
  margin-right: 1rem;
}

.bottom {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 1rem;
  display: flex;
}

.line {
  background-color: #ffffff80;
  width: 1px;
  height: 1.6875rem;
}

.bordershow {
  background-color: var(--_colors---brand-color--white);
  width: 100%;
  height: .125rem;
  display: block;
  position: relative;
  inset: auto 0% 2.05rem;
}

.bordershow.show {
  display: block;
}

.current {
  position: relative;
}

.platfroms_heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 58.75rem;
  display: flex;
}

.platfroms_heading.l {
  min-width: 100%;
  max-width: 68rem;
}

.paragraph_link {
  color: var(--_colors---brand-color--blue);
  text-decoration: none;
}

.platforms_button {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 55rem;
  padding-top: 2rem;
  display: flex;
}

.platforms_button.space {
  margin-top: .625rem;
}

.platforms_button._100 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
}

.padding_platfroms {
  padding-bottom: 6.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.platfroms_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  max-width: 73.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.platfrom_div {
  color: var(--_colors---brand-color--white);
  background-image: linear-gradient(90deg, #010310, #040c41);
  border-radius: 1.875rem;
  justify-content: space-between;
  align-items: center;
  padding: 5rem;
  display: flex;
}

.platfrom_info-left {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30.625rem;
  display: flex;
}

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

.list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  font-family: var(--font-family--montserrat);
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.img_cfwf_jofzlr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 27px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.tick {
  width: 1.5625rem;
  height: 1.5625rem;
}

.platfrom_image {
  width: 490px;
  position: relative;
}

.dashboard_img {
  width: 100%;
  margin-top: -4.375rem;
}

.div_cfwf_mrotrv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  background-color: #fff;
  border: 0 #000;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  gap: 18.2819px;
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding: 28.2819px 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: absolute;
  inset: auto 0% -6rem;
  box-shadow: 0 6px 15px #afb1be80;
}

.h2_cfwf_egzlwv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #696a7b;
  text-align: center;
  column-rule-color: #696a7b;
  caret-color: #696a7b;
  border: 0 #696a7b;
  outline-color: #696a7b;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #696a7b;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_zfsdgz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.a_cfwf_fvjqka {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #00e;
  column-rule-color: #00e;
  caret-color: #00e;
  border: 0 #00e;
  outline-color: #00e;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #00e;
  transition-duration: .3s;
  display: block;
}

.button_cfwf_vpdyfz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  column-rule-color: white;
  cursor: pointer;
  caret-color: #fff;
  background-color: #2069ff;
  border: 0 #fff;
  border-radius: 10px;
  outline-color: #fff;
  align-items: center;
  gap: 6.65638px;
  width: fit-content;
  height: auto;
  margin: 0;
  padding: 10px 18.2819px;
  font-family: Montserrat, sans-serif;
  font-size: 14.4846px;
  font-weight: 600;
  line-height: 24.0105px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_engicu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  cursor: pointer;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14.4298px;
  font-weight: 600;
  line-height: 24.0105px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_uabwtx {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #00e;
  column-rule-color: #00e;
  caret-color: #00e;
  border: 0 #00e;
  outline-color: #00e;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #00e;
  transition-duration: .3s;
  display: block;
}

.button_cfwf_lgqapn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  column-rule-color: white;
  cursor: pointer;
  caret-color: #fff;
  background-color: #2069ff;
  border: 0 #fff;
  border-radius: 10px;
  outline-color: #fff;
  align-items: center;
  gap: 6.65638px;
  width: fit-content;
  height: auto;
  margin: 0;
  padding: 10px 18.2819px;
  font-family: Montserrat, sans-serif;
  font-size: 14.4846px;
  font-weight: 600;
  line-height: 24.0105px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_iewubn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  cursor: pointer;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14.4298px;
  font-weight: 600;
  line-height: 24.0105px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_mrgohk {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #00e;
  column-rule-color: #00e;
  caret-color: #00e;
  border: 0 #00e;
  outline-color: #00e;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #00e;
  transition-duration: .3s;
  display: block;
}

.button_cfwf_oppybm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  column-rule-color: white;
  cursor: pointer;
  caret-color: #fff;
  background-color: #2069ff;
  border: 0 #fff;
  border-radius: 10px;
  outline-color: #fff;
  align-items: center;
  gap: 6.65638px;
  width: fit-content;
  height: auto;
  margin: 0;
  padding: 10px 18.2819px;
  font-family: Montserrat, sans-serif;
  font-size: 14.4846px;
  font-weight: 600;
  line-height: 24.0105px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_sssudo {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  cursor: pointer;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14.4298px;
  font-weight: 600;
  line-height: 24.0105px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_kfpksi {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #00e;
  column-rule-color: #00e;
  caret-color: #00e;
  border: 0 #00e;
  outline-color: #00e;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #00e;
  transition-duration: .3s;
  display: block;
}

.button_cfwf_oshhbj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  column-rule-color: white;
  cursor: pointer;
  caret-color: #fff;
  background-color: #2069ff;
  border: 0 #fff;
  border-radius: 10px;
  outline-color: #fff;
  align-items: center;
  gap: 6.65638px;
  width: fit-content;
  height: auto;
  margin: 0;
  padding: 10px 18.2819px;
  font-family: Montserrat, sans-serif;
  font-size: 14.4846px;
  font-weight: 600;
  line-height: 24.0105px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_hlhmhs {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  cursor: pointer;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14.4298px;
  font-weight: 600;
  line-height: 24.0105px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_uasxdd {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #00e;
  column-rule-color: #00e;
  caret-color: #00e;
  border: 0 #00e;
  outline-color: #00e;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #00e;
  transition-duration: .3s;
  display: block;
}

.button_cfwf_kzmbut {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  column-rule-color: white;
  cursor: pointer;
  caret-color: #fff;
  background-color: #2069ff;
  border: 0 #fff;
  border-radius: 10px;
  outline-color: #fff;
  align-items: center;
  gap: 6.65638px;
  width: fit-content;
  height: auto;
  margin: 0;
  padding: 10px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 14.4846px;
  font-weight: 600;
  line-height: 24.0105px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-property: none;
  display: flex;
}

.img_cfwf_bqlqij {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  cursor: pointer;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14.4298px;
  font-weight: 600;
  line-height: 24.0105px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.body_dark {
  color: var(--_colors---brand-color--white);
  background-color: #03001f;
}

.hero_sub {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 130%;
}

.paragraph_opacity {
  opacity: .7;
}

.tools_hero {
  justify-content: center;
  align-items: center;
  height: 33rem;
  display: flex;
}

.tools_wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  max-width: 73.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tools_div {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--_colors---brand-color--white);
  color: var(--_colors---brand-color--black);
  border-radius: 3.75rem;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.main_image {
  width: 42%;
}

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

.button_cfwf_rynrhg {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  column-rule-color: white;
  cursor: pointer;
  caret-color: #fff;
  text-wrap-mode: nowrap;
  background-color: #0000;
  background-image: linear-gradient(90deg, #2069ff 0, #003cb7);
  border: 1px solid #1f69ff;
  border-radius: 100px;
  outline-color: #fff;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 225px;
  height: 50px;
  margin: 0;
  padding: 12px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-property: none;
  display: flex;
}

.img_cfwf_eqhdme {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  cursor: pointer;
  caret-color: #fff;
  text-wrap-mode: nowrap;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.fourth_button {
  text-decoration: none;
}

.trading_heading {
  justify-content: center;
  align-items: center;
  height: 21rem;
  display: flex;
}

.trading_heading.bottom {
  justify-content: center;
  align-items: flex-end;
  height: 15rem;
  margin-bottom: 3rem;
}

.trading_heading.wrap {
  justify-content: center;
  align-items: flex-end;
  height: 15rem;
  margin-bottom: 4rem;
}

.trading_heading.symbole {
  justify-content: center;
  align-items: flex-end;
  height: 15.5rem;
  margin-bottom: 2rem;
}

.div_cfwf_cwdtgd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 97.1591px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 92.8977px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_qwkvty {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_subjdw {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #206aff;
  text-align: center;
  column-rule-color: #206aff;
  caret-color: #206aff;
  border: 0 #206aff;
  outline-color: #206aff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #206aff;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_mjwxeu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.h3_cfwf_xcfruc {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  letter-spacing: -.5px;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 47.4895px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_eetcir {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  letter-spacing: -.5px;
  column-rule-color: #010310;
  -webkit-text-fill-color: transparent;
  caret-color: #010310;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 47.4895px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: inline;
}

.p_cfwf_imhwjh {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_jykvco {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  max-width: 1440px;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.framer {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  background-color: #fff;
  border: 0 inset #000;
  width: 1200px;
  height: 617.273px;
  margin: 0 auto;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: block;
}

.div_cfwf_hierll {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  background-image: linear-gradient(90deg, #010310 0, #040c41);
  border: 0 #000;
  border-radius: 20px;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  gap: 20px;
  width: auto;
  max-width: 84rem;
  height: auto;
  margin: 40px auto 20px;
  padding: 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.div_cfwf_bjgbcl {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  gap: 20px;
  width: 100%;
  height: auto;
  margin: 0 0 2rem;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: grid;
}

.leader_1 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #2069ff;
  border-radius: 20px;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: calc(.309022% + 334.962px);
  margin: 0;
  padding: 39.9382px 29.9691px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.div_cfwf_hkzees {
  z-index: 2;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: block;
  position: absolute;
  bottom: -9px;
  right: 0;
}

.img_cfwf_lvwool {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_fooned {
  z-index: 2;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  justify-content: space-between;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
}

.h2_cfwf_ukngxs {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #0945c0;
  text-transform: capitalize;
  column-rule-color: #0945c0;
  caret-color: #0945c0;
  border: 0 #0945c0;
  outline-color: #0945c0;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 1.2;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #0945c0;
  transition-property: none;
  display: block;
}

.div_cfwf_uoxrlq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  align-items: center;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_uuhdet {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_nrngha {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_cplhyr {
  z-index: 2;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
}

.div_cfwf_fdpavq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_guvocx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_ledydu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_bfpyvs {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_sinbcp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_jlkzph {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_psaorn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_nqhawy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_nsclsr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_tlvxbw {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_xlwhry {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_zccmbb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.leader_2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #2069ff;
  border-radius: 20px;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: calc(.309022% + 334.962px);
  margin: 0;
  padding: 39.9382px 29.9691px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.div_cfwf_tuquug {
  z-index: 2;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: block;
  position: absolute;
  bottom: -9px;
  right: 0;
}

.img_cfwf_cqxqej {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 -1rem 0 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: inline;
}

.div_cfwf_vadnms {
  z-index: 2;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  justify-content: space-between;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
}

.h2_cfwf_nievom {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #0945c0;
  text-transform: capitalize;
  column-rule-color: #0945c0;
  caret-color: #0945c0;
  border: 0 #0945c0;
  outline-color: #0945c0;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 1.2;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #0945c0;
  transition-property: none;
  display: block;
}

.div_cfwf_vsofls {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  align-items: center;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_brtoun {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_vbigwc {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_tsiyxl {
  z-index: 2;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
}

.div_cfwf_dhmmyr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_fgpenk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_iquuxd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_jelozn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_avppln {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_avvylz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_vrrthx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_crrcgn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_slnfdl {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_abgqev {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_illpts {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_zywwij {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.leader_3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #2069ff;
  border-radius: 20px;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: calc(.309022% + 334.962px);
  margin: 0;
  padding: 39.9382px 29.9691px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.div_cfwf_ucwpdx {
  z-index: 2;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: block;
  position: absolute;
  bottom: -9px;
  right: 0;
}

.img_cfwf_cbponl {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_iieebc {
  z-index: 2;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
}

.h2_cfwf_ljsjxu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #0945c0;
  text-transform: capitalize;
  column-rule-color: #0945c0;
  caret-color: #0945c0;
  border: 0 #0945c0;
  outline-color: #0945c0;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 1.2;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #0945c0;
  transition-property: none;
  display: block;
}

.div_cfwf_agwsuy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  align-items: center;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0 16px 0 -.5rem;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.img_cfwf_urtcag {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_fbikyg {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_siwqve {
  z-index: 2;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
}

.div_cfwf_tagqfy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_ollheo {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_kjpfey {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_rpcaix {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_mvldcd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_ukmkul {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_brqivx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_scgnuf {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: left;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-property: none;
  display: block;
}

.p_cfwf_pnllak {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_aoijhb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_eugvra {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_gqvtyp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_ghblpl {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  overflow-block: auto;
  overflow-inline: auto;
  border: 0 #000;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: block;
  position: relative;
  overflow: auto;
}

.div_cfwf_vdaxzb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.table_cfwf_hzcevp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 gray;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: table;
  position: relative;
}

.thead_cfwf_huiipn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  table-layout: fixed;
  border: 0 gray;
  width: 100%;
  height: 70px;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: table;
}

.tr_cfwf_zungjc {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  table-layout: fixed;
  background-color: #0d164e;
  border: 0 gray;
  border-radius: 10px;
  width: 100%;
  height: 70px;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: table;
}

.th_cfwf_nzdcqm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-transform: capitalize;
  column-rule-color: white;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  caret-color: #fff;
  border: 0 #fff;
  border-start-start-radius: 10px;
  border-end-start-radius: 10px;
  outline-color: #fff;
  width: 100%;
  min-width: 200px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: table-cell;
}

.th_cfwf_fwodbg, .th_cfwf_ekimkc, .th_cfwf_fkbmmh, .th_cfwf_yzhkxe, .th_cfwf_yhacls {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: 100%;
  min-width: 200px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: table-cell;
}

.th_cfwf_hbaqst {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-transform: capitalize;
  column-rule-color: white;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  caret-color: #fff;
  border: 0 #fff;
  border-start-end-radius: 10px;
  border-end-end-radius: 10px;
  outline-color: #fff;
  width: 100%;
  min-width: 200px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: table-cell;
}

.pseudo_before_cfwf_jbloiy {
  z-index: 2;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  pointer-events: none;
  perspective-origin: 576.688px 155px;
  transform-origin: 576.695px 155px;
  color: #000;
  unicode-bidi: normal;
  background-color: #0103101a;
  border: 0 #000;
  border-radius: 10px;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  margin: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  animation-duration: 0s;
  display: block;
  position: absolute;
  inset: 0;
}

.tbody_cfwf_nstwgy {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  opacity: .8;
  pointer-events: none;
  color: #000;
  table-layout: fixed;
  border: 0 gray;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  display: block;
  position: relative;
}

.tr_cfwf_tbqdsx {
  box-sizing: border-box;
  aspect-ratio: auto;
  pointer-events: none;
  color: #000;
  table-layout: fixed;
  background-color: #fff;
  border: 0 gray;
  border-radius: 10px;
  width: 100%;
  height: 70px;
  margin: 0 0 10px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: table;
}

.td_cfwf_iqztoz {
  box-sizing: border-box;
  aspect-ratio: auto;
  pointer-events: none;
  color: #010310;
  text-align: center;
  column-rule-color: #010310;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  caret-color: #010310;
  border: 0 #010310;
  border-start-start-radius: 10px;
  border-end-start-radius: 10px;
  outline-color: #010310;
  width: 100%;
  min-width: 200px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: table-cell;
}

.td_cfwf_gqdold, .td_cfwf_kkzktb, .td_cfwf_ejvxrq, .td_cfwf_zkxrhn, .td_cfwf_obcvpo {
  box-sizing: border-box;
  aspect-ratio: auto;
  pointer-events: none;
  color: #010310;
  text-align: center;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: 100%;
  min-width: 200px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: table-cell;
}

.td_cfwf_xxofqd {
  box-sizing: border-box;
  aspect-ratio: auto;
  pointer-events: none;
  color: #010310;
  text-align: center;
  column-rule-color: #010310;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  caret-color: #010310;
  border: 0 #010310;
  border-start-end-radius: 10px;
  border-end-end-radius: 10px;
  outline-color: #010310;
  width: 100%;
  min-width: 200px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: table-cell;
}

.tr_cfwf_qdrqnr {
  box-sizing: border-box;
  aspect-ratio: auto;
  pointer-events: none;
  color: #000;
  table-layout: fixed;
  background-color: #fff;
  border: 0 gray;
  border-radius: 10px;
  width: 100%;
  height: 70px;
  margin: 0 0 10px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: table;
}

.td_cfwf_jetmka {
  box-sizing: border-box;
  aspect-ratio: auto;
  pointer-events: none;
  color: #010310;
  text-align: center;
  column-rule-color: #010310;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  caret-color: #010310;
  border: 0 #010310;
  border-start-start-radius: 10px;
  border-end-start-radius: 10px;
  outline-color: #010310;
  width: 100%;
  min-width: 200px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: table-cell;
}

.td_cfwf_jeximg, .td_cfwf_nyxrll, .td_cfwf_caethc, .td_cfwf_quggcj, .td_cfwf_brmueu {
  box-sizing: border-box;
  aspect-ratio: auto;
  pointer-events: none;
  color: #010310;
  text-align: center;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: 100%;
  min-width: 200px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: table-cell;
}

.td_cfwf_sdrdav {
  box-sizing: border-box;
  aspect-ratio: auto;
  pointer-events: none;
  color: #010310;
  text-align: center;
  column-rule-color: #010310;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  caret-color: #010310;
  border: 0 #010310;
  border-start-end-radius: 10px;
  border-end-end-radius: 10px;
  outline-color: #010310;
  width: 100%;
  min-width: 200px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: table-cell;
}

.tr_cfwf_jichjs {
  box-sizing: border-box;
  aspect-ratio: auto;
  pointer-events: none;
  color: #000;
  table-layout: fixed;
  background-color: #fff;
  border: 0 gray;
  border-radius: 10px;
  width: 100%;
  height: 70px;
  margin: 0 0 10px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: table;
}

.td_cfwf_xvmnsc {
  box-sizing: border-box;
  aspect-ratio: auto;
  pointer-events: none;
  color: #010310;
  text-align: center;
  column-rule-color: #010310;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  caret-color: #010310;
  border: 0 #010310;
  border-start-start-radius: 10px;
  border-end-start-radius: 10px;
  outline-color: #010310;
  width: 100%;
  min-width: 200px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: table-cell;
}

.td_cfwf_qlppio, .td_cfwf_vlfyvw, .td_cfwf_jvqaba, .td_cfwf_sjxkva, .td_cfwf_wbgbuo {
  box-sizing: border-box;
  aspect-ratio: auto;
  pointer-events: none;
  color: #010310;
  text-align: center;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: 100%;
  min-width: 200px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: table-cell;
}

.td_cfwf_gjgscm {
  box-sizing: border-box;
  aspect-ratio: auto;
  pointer-events: none;
  color: #010310;
  text-align: center;
  column-rule-color: #010310;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  caret-color: #010310;
  border: 0 #010310;
  border-start-end-radius: 10px;
  border-end-end-radius: 10px;
  outline-color: #010310;
  width: 100%;
  min-width: 200px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: table-cell;
}

.tr_cfwf_zrtxaa {
  box-sizing: border-box;
  aspect-ratio: auto;
  pointer-events: none;
  color: #000;
  table-layout: fixed;
  background-color: #fff;
  border: 0 gray;
  border-radius: 10px;
  width: 100%;
  height: 70px;
  margin: 0 0 10px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: table;
}

.td_cfwf_cwenfi {
  box-sizing: border-box;
  aspect-ratio: auto;
  pointer-events: none;
  color: #010310;
  text-align: center;
  column-rule-color: #010310;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  caret-color: #010310;
  border: 0 #010310;
  border-start-start-radius: 10px;
  border-end-start-radius: 10px;
  outline-color: #010310;
  width: 100%;
  min-width: 200px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: table-cell;
}

.td_cfwf_nlahpn, .td_cfwf_rueklt, .td_cfwf_yjivaz, .td_cfwf_obtiif, .td_cfwf_ogjilj {
  box-sizing: border-box;
  aspect-ratio: auto;
  pointer-events: none;
  color: #010310;
  text-align: center;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: 100%;
  min-width: 200px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: table-cell;
}

.td_cfwf_euagwt {
  box-sizing: border-box;
  aspect-ratio: auto;
  pointer-events: none;
  color: #010310;
  text-align: center;
  column-rule-color: #010310;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  caret-color: #010310;
  border: 0 #010310;
  border-start-end-radius: 10px;
  border-end-end-radius: 10px;
  outline-color: #010310;
  width: 100%;
  min-width: 200px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: table-cell;
}

.padding_leaderboard {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 6.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.paragraph {
  font-style: italic;
  font-weight: 500;
}

.div_cfwf_zqkype {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  background-color: #edf2fa;
  border: 0 #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: auto;
  max-width: 243px;
  height: auto;
  margin: auto;
  padding: 10px 60px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_vycsfk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.span {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: left;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-property: none;
  display: block;
}

.interview_heading {
  justify-content: center;
  align-items: flex-end;
  height: 20rem;
  display: flex;
}

.container_1050 {
  max-width: 65.625rem;
  margin-left: auto;
  margin-right: auto;
}

.container_1050.l {
  max-width: 83rem;
}

.container_980-copy {
  max-width: 61.25rem;
  margin-left: auto;
  margin-right: auto;
}

.cta {
  background-color: #edf2fa;
  padding: 5rem 1.5rem;
}

.cta.dc {
  background-image: url('../images/Dashboard-Icon.svg');
  background-position: 86% -59%;
  background-repeat: no-repeat;
  background-size: 30%;
}

.cta_heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 61.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.events_section {
  justify-content: center;
  align-items: flex-end;
  height: 15rem;
  margin-bottom: 4rem;
  display: flex;
}

.event_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.event {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.youtube {
  width: 50%;
}

.video {
  border-radius: 1.2rem;
  overflow: clip;
}

.media_section {
  justify-content: center;
  align-items: flex-end;
  height: 15rem;
  display: flex;
}

.media_headings {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 61rem;
  display: flex;
}

.media_headings.l {
  width: 68rem;
}

.padding_platfroms-copy {
  padding-bottom: 6.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.padding_80-bottom {
  padding: 0 1.5rem 5rem;
}

.padding_80-bottom.top {
  padding-top: 4rem;
}

.media_heading {
  text-align: left;
  margin-bottom: 2.5rem;
}

.media_grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.block_div {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #edf2fa;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
}

.icon {
  width: 2.875rem;
}

.community_page {
  justify-content: center;
  align-items: flex-end;
  height: 20rem;
  display: flex;
}

.space_bottom {
  margin-bottom: 1rem;
}

.globe_section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._80px {
  height: 5rem;
}

.heading_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.image_l {
  width: 73.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: auto;
  right: auto;
}

.careers_hero {
  justify-content: center;
  align-items: flex-end;
  height: 22rem;
  display: flex;
}

.role_block {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: .09375rem solid #000;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.role_buttons {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.contact_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 63.75rem;
  display: flex;
}

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

.contact_headings.l {
  width: 68rem;
}

.contact_hero {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 5rem;
  display: flex;
}

.div_cfwf_yqxqeu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  text-align: left;
  border: 0 #000;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 444px;
  height: auto;
  margin: 2rem 0 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.div_cfwf_aapcdu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_nnuxiq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  align-items: center;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_kdfkgb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.img_cfwf_oyauxp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_uylnty {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.h3_cfwf_dqdrse {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  letter-spacing: -.3px;
  column-rule-color: #131217;
  caret-color: #131217;
  border: 0 #131217;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 28.5023px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_egirpk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_swdrlq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  column-rule-color: #131217;
  caret-color: #131217;
  border: 0 #131217;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 23px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-property: none;
  display: block;
}

.div_cfwf_jfhmlc {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_wqbtko {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  align-items: center;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_crdhcq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.img_cfwf_vtrvex {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_dyipeo {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.h3_cfwf_ewprfw {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  letter-spacing: -.3px;
  column-rule-color: #131217;
  caret-color: #131217;
  border: 0 #131217;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 28.5023px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_cabcaw {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_vqtsai {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  column-rule-color: #131217;
  caret-color: #131217;
  border: 0 #131217;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-property: none;
  display: block;
}

.div_cfwf_tqvouf {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_ahxrkr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 40px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_hjhtvp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_bbmuab {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #206aff;
  text-align: center;
  column-rule-color: #206aff;
  caret-color: #206aff;
  border: 0 #206aff;
  outline-color: #206aff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #206aff;
  transition-duration: .3s;
  display: block;
}

.h3_cfwf_nywsfe {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  letter-spacing: -.5px;
  column-rule-color: #010310;
  caret-color: #010310;
  text-wrap-mode: nowrap;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 46.0523px;
  font-weight: 600;
  line-height: 60px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_uhszbe {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  letter-spacing: -.5px;
  column-rule-color: #010310;
  -webkit-text-fill-color: transparent;
  caret-color: #010310;
  text-wrap-mode: nowrap;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 46.0523px;
  font-weight: 600;
  line-height: 60px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_ksgadm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 16.0523px 0 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_qinbdu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_zgzjtb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 444px;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_bhqceu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_lfaahg {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  align-items: center;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_yupsal {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.img_cfwf_zqwqgv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_vuzonk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.h3_cfwf_ocxvcw {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  letter-spacing: -.3px;
  column-rule-color: #131217;
  caret-color: #131217;
  border: 0 #131217;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 29.0131px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_esrrwv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_jxdsjn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  column-rule-color: #131217;
  caret-color: #131217;
  border: 0 #131217;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 19px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_emxlbu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_ziublo {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  align-items: center;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_jpldeg {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.img_cfwf_wkzofd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_ebiygd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.h3_cfwf_oowgsl {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  letter-spacing: -.3px;
  column-rule-color: #131217;
  caret-color: #131217;
  border: 0 #131217;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 29.0131px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_eipslq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_xchdro {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  column-rule-color: #131217;
  caret-color: #131217;
  border: 0 #131217;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 19px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_eanivg {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: 100%;
  max-width: 455px;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.iframe_cfwf_uvikpr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  border-radius: 44px;
  width: 100%;
  max-width: 455px;
  height: 629px;
  margin: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: block;
}

.padding_80-top {
  padding-top: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.form_container {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  max-width: 83.125rem;
  color: var(--_colors---brand-color--white);
  background-image: linear-gradient(#050d42, #020411);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 3.125rem;
  display: flex;
}

.contact_form {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  display: flex;
}

.contatc_form_block {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.field_wrappers {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.form_field {
  height: 2.8125rem;
  font-family: var(--font-family--montserrat);
  color: var(--_colors---brand-color--black);
  border: 1.5px solid #1f69ff;
  border-radius: .625rem;
  margin-bottom: 0;
  font-weight: 400;
}

.form_field._100 {
  width: 50%;
  height: 10.5rem;
}

.about_hero {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 66.25rem;
  display: flex;
}

.about_hero._0 {
  margin-bottom: 0;
}

.about_heading {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45rem;
  display: flex;
}

.about_heading.l {
  width: 68rem;
}

.div_cfwf_lylqij {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: 100%;
  max-width: 470px;
  height: auto;
  margin: 6.86653px 0 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_flafkr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0 0 20px;
  padding-left: 3.43326px;
  padding-right: 3.43326px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_rortjq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  max-width: 269.875px;
  height: auto;
  max-height: 103.125px;
  margin: 0 0 20px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_jmioin {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  letter-spacing: -.26px;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_vrpcdx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_xixyza {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_stgnit {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 277.521px;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_sgalwf {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  letter-spacing: -.26px;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_kgttqh {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.about_hero-section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 3.75rem;
  display: flex;
}

._2_col-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 71.875rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
  display: flex;
}

.image_alpha {
  width: 45%;
  max-width: 45%;
}

.alpha_headings {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.125rem;
  display: flex;
}

.milestone_section {
  background-color: var(--_colors---brand-color--white);
  color: var(--_colors---brand-color--black);
}

.space_40px {
  height: 40px;
}

.team_container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.team_name-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.role {
  color: var(--_colors---brand-color--blue);
  margin-top: -.2rem;
  font-size: .9375rem;
}

.team_image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 20.625rem;
}

._3_col-v {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._3_col-v.space {
  padding-left: 2rem;
  padding-right: 2rem;
}

.left_wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  width: 33.125rem;
  display: flex;
}

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

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

.pin_image {
  width: 2.8125rem;
}

.values_image {
  width: 48%;
}

.alpha_group-container {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 66.875rem;
  display: flex;
}

.alpha_group-container.bottom {
  margin-bottom: 2.5rem;
}

.group_container {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 73.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.block_l {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  text-align: center;
  background-image: linear-gradient(90deg, #2069ff, #003cb7);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50rem;
  padding-bottom: 15.5rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.block_l.futures {
  background-image: linear-gradient(225deg, #110702, #066242);
  padding-bottom: 12rem;
}

.block_l.acg {
  background-image: linear-gradient(45deg, #622906, #110702);
}

.block_l.prime {
  background-image: repeating-radial-gradient(circle at 50% 45%, #6f5821, #150e01);
  height: 45rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.block_l.trader {
  background-image: repeating-linear-gradient(135deg, #03aecc, #181d23);
  height: 45rem;
  padding-top: 2.1875rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.img_absolute {
  position: absolute;
  inset: auto 0% 0% auto;
}

.img_absolute.alpha {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% 0%;
}

.img_absolute.acg {
  width: 80%;
  margin-bottom: -.5rem;
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% 0%;
}

.img_absolute.prime {
  width: 90%;
  margin-bottom: -.5rem;
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% 0%;
}

.img_absolute.trader {
  width: 80%;
  margin-bottom: -.5rem;
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% 0% auto;
}

.alpha_icon {
  width: 8.4375rem;
}

.alpha_icon.s {
  width: 7.2rem;
}

.alpha_icon.platfrom_image {
  width: 17rem;
}

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

.careers_heading {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 25.5rem;
  display: flex;
}

.careers_heading.l {
  width: 68rem;
}

.spacing {
  height: 1.875rem;
}

.container_l {
  justify-content: center;
  align-items: center;
  max-width: 86.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div_cfwf_sgipef {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: auto;
  height: auto;
  margin: 3rem 0 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.div_cfwf_rpgexi {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.h3_cfwf_ifjoyd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_agrgnm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 1px solid #cad0da;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1259px;
  height: auto;
  margin: 0;
  padding: 34.0091px 34.3594px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_ltbffu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 1178px;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_qqdbuj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  align-items: center;
  gap: 34.0091px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_amxkpy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  column-rule-color: white;
  caret-color: #fff;
  background-image: linear-gradient(0deg, #020411 41.53%, #050d42 97.84%);
  border: 0 #fff;
  border-radius: 32px;
  outline-color: #fff;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 30px;
  font-family: Clash Display;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_oeoxcr, .div_cfwf_vpasfq, .div_cfwf_jyfbpo, .div_cfwf_jazqbd, .div_cfwf_blmrgx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: 100%;
  min-width: 95px;
  max-width: 95px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_zuppcf, .div_cfwf_eybmcu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: 100%;
  min-width: 130px;
  max-width: 95px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_dvdael {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  align-items: center;
  gap: 34.0091px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_ldoybi {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  column-rule-color: white;
  caret-color: #fff;
  background-image: linear-gradient(0deg, #020411 41.53%, #050d42 97.84%);
  border: 0 #fff;
  border-radius: 32px;
  outline-color: #fff;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 30px;
  font-family: Clash Display;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_gatqsx, .div_cfwf_syokeu, .div_cfwf_pnjsjv, .div_cfwf_ykhobp, .div_cfwf_ggnyww {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: 100%;
  min-width: 94px;
  max-width: 95px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_dxjgpg, .div_cfwf_sboxvs {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: 100%;
  min-width: 130px;
  max-width: 95px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.products_hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 7rem;
  display: flex;
}

.div_cfwf_sessqu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin: 6rem 0 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
}

.div_cfwf_oimpjl {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  background-color: #b8e6ff1a;
  border: 0 #000;
  border-right: 1px solid #b8e6ff12;
  border-radius: 33.9916px 2.51054px 2.51054px 33.9916px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 350px;
  height: auto;
  margin: 0;
  padding: 21.2553px 28.7447px 50.9874px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.h3_cfwf_owfpaz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 20px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.h4_cfwf_hqfqfu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 14px #0c53e363;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_rjgjnl {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 14px #0c53e363;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_oerxhm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.h3_cfwf_ioaitz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_oziicp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  background-color: #fff;
  border: 0 #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 6px 10px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_ripbuc {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  -webkit-text-fill-color: transparent;
  cursor: default;
  caret-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_iqjbrq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_rconxk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 1px solid #ffffff14;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_khspyi {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_jyaxoq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_zoxmur, .p_cfwf_chnxqs {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_rhyaro {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_hbclzi, .p_cfwf_rmafsx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_ivrxel {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_vxtops, .p_cfwf_rfqvwq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.button_cfwf_garnmn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  column-rule-color: white;
  cursor: pointer;
  caret-color: #fff;
  background-color: #0000;
  background-image: linear-gradient(103deg, #b8e6ff08 0, #b8e6ff12);
  border: 0 #fff;
  border-radius: 20px;
  outline-color: #fff;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 6px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-property: none;
  display: flex;
}

.img_cfwf_yvfldj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  cursor: pointer;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.button_cfwf_bqzhab {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #ffffffe6;
  column-rule-color: #ffffffe6;
  cursor: pointer;
  caret-color: #ffffffe6;
  background-color: #0000;
  background-image: radial-gradient(453.04% 131.96% at 1.22% 92.31%, #0d56eb 0, #0640b9 100%);
  border: 0 #ffffffe6;
  border-radius: 40px;
  outline-color: #ffffffe6;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: 10px;
  width: auto;
  height: 40px;
  margin: 0;
  padding: 6px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #ffffffe6;
  transition-duration: .3s;
  display: flex;
  position: absolute;
  bottom: -4%;
  left: 26%;
  box-shadow: 0 0 32px #0b50de4d;
}

.div_cfwf_sxujgk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  background-color: #b8e6ff1a;
  border: 0 #000;
  border-right: 1px solid #b8e6ff12;
  border-radius: 2.51054px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 350px;
  height: 403px;
  margin: 0;
  padding: 21.2553px 28.7447px 50.1129px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
}

.h3_cfwf_zsfegt {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 20px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.h4_cfwf_txhcaa {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 14px #0c53e363;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_osjfyo {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 14px #0c53e363;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_hhppga {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.h3_cfwf_wuzuzt {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_qzvlfv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  background-color: #fff;
  border: 0 #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 6px 10px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_ztehhp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  -webkit-text-fill-color: transparent;
  cursor: default;
  caret-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_uspluc {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_nzaxrb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 1px solid #ffffff14;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_uhbzmn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_gmbpst {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_nzttnx, .p_cfwf_gnfxba {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_kpvxgk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_ubdupx, .p_cfwf_ltvpmk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_ciosyg {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_iupcos, .p_cfwf_vhyhst {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.button_cfwf_wwzutg {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  column-rule-color: white;
  cursor: pointer;
  caret-color: #fff;
  background-color: #0000;
  background-image: linear-gradient(103deg, #b8e6ff08 0, #b8e6ff12 100%);
  border: 0 #fff;
  border-radius: 20px;
  outline-color: #fff;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 6px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_krdtyo {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  cursor: pointer;
  caret-color: #fff;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.button_cfwf_ulmufg {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #ffffffe6;
  column-rule-color: #ffffffe6;
  cursor: pointer;
  caret-color: #ffffffe6;
  background-color: #0000;
  background-image: radial-gradient(453.04% 131.96% at 1.22% 92.31%, #0d56eb 0, #0640b9 100%);
  border: 0 #ffffffe6;
  border-radius: 40px;
  outline-color: #ffffffe6;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: 10px;
  width: auto;
  height: 40px;
  margin: 0;
  padding: 6px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #ffffffe6;
  transition-duration: .3s;
  display: flex;
  position: absolute;
  bottom: -4%;
  left: 26%;
  box-shadow: 0 0 32px #0b50de4d;
}

.div_cfwf_sqpacn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  background-color: #fff;
  background-image: url('../images/BG-White.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #2069ff;
  border-radius: 33.9916px 33.9916px 33.9916px 2.51054px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 350px;
  height: calc(12.5527% + 391.764px);
  margin: -53.3429px 0 0;
  padding: 21.2553px 28.7447px 47.4895px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
  box-shadow: 0 4px 18px #000d1442;
}

.h3_cfwf_unalln {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 35px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.h4_cfwf_uewtjf {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  text-align: center;
  column-rule-color: #131217;
  caret-color: #131217;
  border: 0 #131217;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_bbozfl {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  text-align: center;
  column-rule-color: #131217;
  caret-color: #131217;
  border: 0 #131217;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_ivwmjb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.h3_cfwf_gkmkof {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 35px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_rgqkpn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_mcaypv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  text-align: center;
  column-rule-color: #131217;
  -webkit-text-fill-color: transparent;
  cursor: default;
  caret-color: #131217;
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #2069ff;
  border-radius: 8px;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  padding: 6px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_revdno {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  column-rule-color: #131217;
  caret-color: #131217;
  border: 0 #131217;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_gfezqb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 1px solid #003cb733;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_ivuyll {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_fsbrfo {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_eyjfsl {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  text-align: center;
  column-rule-color: #131217;
  caret-color: #131217;
  border: 0 #131217;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_dhggvy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  text-align: center;
  column-rule-color: #131217;
  caret-color: #131217;
  border: 0 #131217;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_fqvzbc {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_ofrzuq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  text-align: center;
  column-rule-color: #131217;
  caret-color: #131217;
  border: 0 #131217;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_gydalu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  text-align: center;
  column-rule-color: #131217;
  caret-color: #131217;
  border: 0 #131217;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_mjsnlf {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_rmurcd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  text-align: center;
  column-rule-color: #131217;
  caret-color: #131217;
  border: 0 #131217;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_sixygg {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  text-align: center;
  column-rule-color: #131217;
  caret-color: #131217;
  border: 0 #131217;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-duration: .3s;
  display: block;
}

.button_cfwf_yaperh {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  column-rule-color: #131217;
  cursor: pointer;
  caret-color: #131217;
  border: 1px solid #2069ff;
  border-radius: 20px;
  outline-color: #131217;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 6px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-property: none;
  display: flex;
}

.button_cfwf_qeudml {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #ffffffe6;
  column-rule-color: #ffffffe6;
  cursor: pointer;
  caret-color: #ffffffe6;
  background-color: #0000;
  background-image: radial-gradient(453.04% 131.96% at 1.22% 92.31%, #0d56eb 0, #0640b9 100%);
  border: 0 #ffffffe6;
  border-radius: 40px;
  outline-color: #ffffffe6;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: 10px;
  width: auto;
  height: 40px;
  margin: 0;
  padding: 6px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #ffffffe6;
  transition-duration: .3s;
  display: flex;
  position: absolute;
  bottom: -4%;
  left: 26%;
  box-shadow: 0 0 32px #0b50de4d;
}

.white_section {
  background-color: #fff;
}

.burger_wrap, .nav_mobile, .close_nav {
  display: none;
}

.code-embed-3 {
  margin-top: 1rem;
}

.code-embed-4 {
  margin-top: 2rem;
}

.team-modal {
  z-index: 1000000;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.close_video {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.member_video {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.team-modal-content {
  z-index: 2;
  width: 80%;
  height: 33.75rem;
  position: relative;
}

.team-modal-close {
  background-color: var(--_colors---brand-color--blue);
  background-image: url('../images/Close-Button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -2.7rem;
  margin-right: -2.7rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.team-modal-close.b {
  background-color: #2069ff00;
  background-image: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-right: 0;
}

.video-2 {
  width: 83vw;
  height: 15vw;
}

.code-embed-6 {
  height: 100%;
}

.close_video-copy {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.div_cfwf_gazenv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 1235px;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_xczzyi {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0 0 3rem;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition-property: none;
  display: block;
}

.div_cfwf_gqjfqd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.h3_cfwf_gsfomt {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #2069ff;
  text-transform: uppercase;
  column-rule-color: #2069ff;
  caret-color: #2069ff;
  border: 0 #2069ff;
  outline-color: #2069ff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 30px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #2069ff;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_umuyca {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_hdvuqi {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.h3_cfwf_sdwhtp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_wjkjnt, .p_cfwf_uusmmm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_gjwppd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #c36;
  column-rule-color: #c36;
  cursor: pointer;
  caret-color: #c36;
  border: 0 #c36;
  outline-color: #c36;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #c36;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_vcdqlm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.h3_cfwf_exixln {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_skzpgo, .p_cfwf_olvmdu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_pfqirr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.ul_cfwf_svdeon {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.li_cfwf_msmubz, .li_cfwf_ajkzxy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  text-align: start;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  list-style-type: disc;
  transition-duration: .3s;
  display: list-item;
}

.p_cfwf_nyziwk, .p_cfwf_bylkbq, .p_cfwf_fbiewb, .p_cfwf_izmfoa, .p_cfwf_tuceyd, .p_cfwf_tyjrvv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_briqxz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 40px 0 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_jyywcn, .p_cfwf_okcbqj, .p_cfwf_calmmp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_ijtffs {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_hkrsdl {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_xiqclh {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_rmqgvd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_zqmyqa {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.p_cfwf_yaaknk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_jrispj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 40px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_cpbcya {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_iysdtz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.p_cfwf_kopusj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_bdqkno {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 40px;
  width: auto;
  height: auto;
  margin: 30px 0 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_wtuctf {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: underline;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_yyxofx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_dvtqzd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_qsokjc {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: underline;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_yxppnz, .p_cfwf_mbgbni {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_kirucs {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_newpal {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.p_cfwf_ohhhvb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_wawifu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_mkobfs {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_lbeies {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.p_cfwf_uioves {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_zghlkv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_jvomgd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_kwjwpm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.p_cfwf_xzxqhc {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_rygtly {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_dliorz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_xjeocu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.p_cfwf_gheacq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_fzaffh {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_ofitdb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: underline;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_aomnuw {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_vkptym {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_hnxqwo {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: underline;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_xqnxly {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_qvdhdz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_pmtiin {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: underline;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_hlsahq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_ixffen {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 40px;
  width: auto;
  height: auto;
  margin: 40px 0 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_galhvo {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.ul_cfwf_tldtet {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  padding-left: 10px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.li_cfwf_tggsfz, .li_cfwf_lsrbrc, .li_cfwf_eyzycc, .li_cfwf_smdiso, .li_cfwf_earcfy, .li_cfwf_xglzuq, .li_cfwf_glqbpi {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #c36;
  text-align: start;
  column-rule-color: #c36;
  cursor: pointer;
  caret-color: #c36;
  border: 0 #c36;
  outline-color: #c36;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #c36;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_tzezqw {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_fiahqc {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_purlxi {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_cythox {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #c36;
  column-rule-color: #c36;
  cursor: pointer;
  caret-color: #c36;
  border: 0 #c36;
  outline-color: #c36;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  line-height: 25px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #c36;
  transition-duration: .3s;
  display: inline;
}

.p_cfwf_sbtcdl {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_aswyqx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_uiwhpk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_ivvncy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: underline;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_symkuf, .p_cfwf_qngrwc {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_nlkwmq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_emdvej, .p_cfwf_lnodmn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #c36;
  column-rule-color: #c36;
  cursor: pointer;
  caret-color: #c36;
  border: 0 #c36;
  outline-color: #c36;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #c36;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_uxbryj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 40px;
  width: auto;
  height: auto;
  margin: 30px 0 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_dqabuy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: underline;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_djejbx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_whslpq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 40px;
  width: auto;
  height: auto;
  margin: 30px 0 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_oznwpu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: underline;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_eyawwx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_vdfznj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #c36;
  column-rule-color: #c36;
  cursor: pointer;
  caret-color: #c36;
  border: 0 #c36;
  outline-color: #c36;
  width: auto;
  height: auto;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  line-height: 25px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #c36;
  transition-duration: .3s;
  display: inline;
}

.span_cfwf_hgexgm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #c36;
  column-rule-color: #c36;
  cursor: pointer;
  caret-color: #c36;
  border: 0 #c36;
  outline-color: #c36;
  width: auto;
  height: auto;
  margin: 0;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  line-height: 25px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #c36;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_fhuulj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_kpyenk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: underline;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_hjqafh {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  padding-top: 70px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_tpgymq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 50px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_rvbpvx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: underline;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_hacujs {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 40px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_jqggua {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_qcpxcm, .p_cfwf_sfyrnk, .p_cfwf_vedpkm, .p_cfwf_bwpgsq, .p_cfwf_xeokpy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_orllnv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_inggaf, .p_cfwf_zocaua, .p_cfwf_fjuken, .p_cfwf_dtqdlr, .p_cfwf_moufjf {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_jtmrmd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_ubxhtp, .p_cfwf_kidgbn, .p_cfwf_tsgvks, .p_cfwf_bjkxvk, .p_cfwf_bxebtp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_nibzwe {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  padding-top: 70px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_zkpnuy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 50px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_pzliag {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: underline;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_nlywbe {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 40px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_xsxayf {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_mstyaq, .p_cfwf_jkyaoy, .p_cfwf_ifcdkv, .p_cfwf_nslqix, .p_cfwf_dpogej {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_cefrpz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_anbnbd, .p_cfwf_hukavb, .p_cfwf_opoutg, .p_cfwf_djfbky, .p_cfwf_johfka {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_mtktcm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_loavvx, .p_cfwf_fadctm, .p_cfwf_kieptq, .p_cfwf_amcyov, .p_cfwf_rksfgz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_pilfnk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_lswbqz, .p_cfwf_zngsji, .p_cfwf_yvbkrz, .p_cfwf_yrvwjq, .p_cfwf_gvlwxk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_tnmlxq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_btbgxd, .p_cfwf_syxajj, .p_cfwf_olhyxo, .p_cfwf_arsorp, .p_cfwf_egczsd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_mmvcea {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_nlndxk, .p_cfwf_wtdolq, .p_cfwf_mveysh, .p_cfwf_ffsqvn, .p_cfwf_wrxcpr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_guwhqc {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_niqrdg, .p_cfwf_kukcaw, .p_cfwf_zaquiq, .p_cfwf_tjbjsh, .p_cfwf_lrlsjs {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_rzdcel {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_kxwdzu, .p_cfwf_yvvoba, .p_cfwf_drqcak, .p_cfwf_pacndl, .p_cfwf_iyfgqq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_vifzrz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_whjpae, .p_cfwf_rfqfhm, .p_cfwf_ugqvpl, .p_cfwf_xidjux, .p_cfwf_jhqpag {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_irdlea {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_fjucqg, .p_cfwf_lzmunt, .p_cfwf_gixxvu, .p_cfwf_fcjyvd, .p_cfwf_leeeex {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_ejqsbh {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_loqrou, .p_cfwf_yzjqbp, .p_cfwf_jjvuij, .p_cfwf_ngukly, .p_cfwf_sxyrll {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_tpmsuq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_dzjdny, .p_cfwf_rvlznq, .p_cfwf_lvjaer, .p_cfwf_wafevb, .p_cfwf_fkarue {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_uiamtq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_cvtuyl, .p_cfwf_vgzgcs, .p_cfwf_yxpbhu, .p_cfwf_zazkml, .p_cfwf_blznpc {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_osfcdm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_tvqzwu, .p_cfwf_dmixhz, .p_cfwf_lfnuug, .p_cfwf_wlijgi, .p_cfwf_unbhup {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_szvmrv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  padding-top: 70px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_bujeag {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 50px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_tiamne {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: underline;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_zdhcnf {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 40px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_tbeipw {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_sxcxez, .p_cfwf_rqfsia, .p_cfwf_suvjmd, .p_cfwf_npagmg, .p_cfwf_ddaray {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_tvxvmt {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_ijflbo, .p_cfwf_insacm, .p_cfwf_xdlbbx, .p_cfwf_rerqff, .p_cfwf_zhqtdt {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_bayrgc {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_jtidej, .p_cfwf_kxapnm, .p_cfwf_xrozbj, .p_cfwf_xdcknx, .p_cfwf_jxohrr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_oxgnas {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_qriegw, .p_cfwf_aifmgk, .p_cfwf_siubkm, .p_cfwf_pduyzd, .p_cfwf_rmktgq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_pxnlek {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_gakivk, .p_cfwf_bvbqqr, .p_cfwf_wmshvj, .p_cfwf_iqmrvz, .p_cfwf_tyzfai {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_bzjmrm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_bdafax, .p_cfwf_umifbx, .p_cfwf_fveeik, .p_cfwf_okmgtt, .p_cfwf_rpvneq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.link_span {
  text-decoration: none;
}

.link-block-2 {
  color: #c36;
  text-decoration: none;
}

.div_cfwf_vxkukq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000000e0;
  column-rule-color: #000000e0;
  caret-color: #000000e0;
  border: 0 #000000e0;
  outline-color: #000000e0;
  width: auto;
  height: auto;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.57143;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #000000e0;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_ysiibl {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000000e0;
  text-overflow: ellipsis;
  column-rule-color: #000000e0;
  caret-color: #000000e0;
  overflow-block: hidden;
  overflow-inline: hidden;
  text-wrap-mode: nowrap;
  border: 0 #000000e0;
  outline-color: #000000e0;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.57143;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #000000e0;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.div_cfwf_tkvxdl {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 25px 0 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_lrvxcn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.h2_cfwf_rgqbuz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_sbmtmf {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_gwvzxb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.h2_cfwf_ugmkah {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_qppfza {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_owpjhw {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #00e;
  column-rule-color: #00e;
  caret-color: #00e;
  border: 0 #00e;
  outline-color: #00e;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #00e;
  transition-duration: .3s;
  display: inline;
}

.code-embed-7 {
  height: 100%;
  overflow: clip;
}

.tust_pilot {
  text-decoration: none;
}

.div_cfwf_gdzjfj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  overflow-block: hidden;
  overflow-inline: hidden;
  background-color: #fff;
  border: 1px solid #cad0da;
  border-radius: 10px;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  gap: 20px;
  width: auto;
  max-width: 980px;
  height: auto;
  margin: 0;
  padding: 79.6891px 20px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
  bottom: 209px;
  overflow: hidden;
}

.div_cfwf_wowyey {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0 0 20px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_ekdzvr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #2069ff;
  text-align: center;
  text-transform: uppercase;
  column-rule-color: #2069ff;
  caret-color: #2069ff;
  border: 0 #2069ff;
  outline-color: #2069ff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #2069ff;
  transition-duration: .3s;
  display: block;
}

.h3_cfwf_nkpggf {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_sroenp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: 906.762px;
  height: 429.149px;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.iframe_cfwf_etvrqd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  border: 0 #000;
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
  scale: 1.09752;
}

.button_cfwf_aztdku {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #206aff;
  column-rule-color: #206aff;
  cursor: pointer;
  caret-color: #206aff;
  text-wrap-mode: nowrap;
  transition-behavior: normal, normal;
  background-image: url('https://alpha-capital.swarnab.workers.dev/images/');
  background-position: -292px 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #1f69ff;
  border-radius: 100px;
  outline-color: #206aff;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 226px;
  height: 50px;
  margin: 20px 0 0;
  padding: 10px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #206aff;
  transition-duration: .2s, .5s;
  transition-delay: 0s, 0s;
  transition-timing-function: ease, ease;
  display: flex;
}

.embed_l.container_1300 {
  padding-left: .1rem;
  padding-right: .1rem;
}

.emed_space.container_1300 {
  margin-top: 3rem;
  padding-left: .1rem;
  padding-right: .1rem;
}

.button_cfwf_codtjh {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  column-rule-color: white;
  cursor: pointer;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #2069ff;
  border: 0 #fff;
  border-radius: 10px;
  outline-color: #fff;
  align-items: center;
  gap: 6.70491px;
  width: fit-content;
  height: auto;
  margin: 0;
  padding: 10px 18.5245px;
  font-family: Montserrat, sans-serif;
  font-size: 14.5574px;
  font-weight: 600;
  line-height: 24.4327px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_ixhicr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  column-rule-color: white;
  cursor: pointer;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14.5574px;
  font-weight: 600;
  line-height: 24.4327px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.bg_bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-2 {
  pointer-events: none;
}

.thiis_is-slider {
  opacity: 1;
}

.arrows {
  margin-top: -2rem;
}

.h3_cfwf_aityyb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  -webkit-text-fill-color: transparent;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 35px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_lddden {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  flex-direction: column;
  align-items: center;
  gap: 130px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_kznymb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: 100%;
  max-width: 856px;
  height: auto;
  margin: 5px auto auto;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.h1_cfwf_admzaz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  text-align: center;
  letter-spacing: -.5px;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 44px;
  font-weight: 600;
  line-height: 53px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_qzfhkq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  text-align: center;
  letter-spacing: -.5px;
  -webkit-text-fill-color: transparent;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 44px;
  font-weight: 600;
  line-height: 53px;
  text-decoration: none;
  transition-duration: .3s;
  display: inline;
}

.p_cfwf_raeume {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000000b3;
  text-align: center;
  column-rule-color: #000000b3;
  caret-color: #000000b3;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000000b3;
  outline-color: #000000b3;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #000000b3;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_weigsj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 20px 0 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_jdyfvt {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  overflow-block: hidden;
  overflow-inline: hidden;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 770px;
  height: 50px;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
  overflow: hidden;
}

.div_cfwf_uoyfyl {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.ul_cfwf_bndhrs {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  justify-content: space-between;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  padding-left: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.li_cfwf_jsydak {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  text-align: start;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #fff;
  border: 2px solid #2069ff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 9px 20px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .2s;
  transition-timing-function: ease-in;
  display: flex;
}

.p_cfwf_tevggk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: #010310;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 #010310;
  outline-color: #010310;
  gap: 4px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_bcvtpi, .span_cfwf_lcwqfq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.li_cfwf_efpgmu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  text-align: start;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #edf2fa;
  border: 2px solid #ced3db;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 9px 20px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .2s;
  transition-timing-function: ease-in;
  display: flex;
}

.p_cfwf_msqjco {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: #010310;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 #010310;
  outline-color: #010310;
  gap: 4px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_uweymi, .span_cfwf_wjapfp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.li_cfwf_hxeqpv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  text-align: start;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #edf2fa;
  border: 2px solid #ced3db;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 9px 20px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .2s;
  transition-timing-function: ease-in;
  display: flex;
}

.p_cfwf_cqtcix {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: #010310;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 #010310;
  outline-color: #010310;
  gap: 4px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_latuiq, .span_cfwf_egclae {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_tjlcvz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 20px 0 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_qnlhei {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  overflow-block: hidden;
  overflow-inline: hidden;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  max-width: 770px;
  height: 50px;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
  overflow: hidden;
}

.div_cfwf_ukguhh {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.ul_cfwf_uhplki {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  justify-content: space-between;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  padding-left: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.li_cfwf_wfzlnd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  text-align: start;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #fff;
  border: 2px solid #2069ff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 9px 20px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .2s;
  transition-timing-function: ease-in;
  display: flex;
}

.p_cfwf_newias {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: #010310;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 #010310;
  outline-color: #010310;
  gap: 4px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_eduhou, .span_cfwf_iqkstv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_kxpwjr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 20px 0 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_qrxnjt {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  overflow-block: hidden;
  overflow-inline: hidden;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 770px;
  height: 50px;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
  overflow: hidden;
}

.div_cfwf_xiekge {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.ul_cfwf_wfdtey {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  justify-content: space-between;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  padding-left: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.li_cfwf_vwerho {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  text-align: start;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #fff;
  border: 2px solid #2069ff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 9px 20px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .2s;
  transition-timing-function: ease-in;
  display: flex;
}

.p_cfwf_qpnqjj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: #010310;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 #010310;
  outline-color: #010310;
  gap: 4px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_jxjojh, .span_cfwf_nwlunr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.li_cfwf_uudwrx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  text-align: start;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #edf2fa;
  border: 2px solid #ced3db;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 9px 20px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .2s;
  transition-timing-function: ease-in;
  display: flex;
}

.p_cfwf_oxxudz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: #010310;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 #010310;
  outline-color: #010310;
  gap: 4px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_upoena, .span_cfwf_sbakln {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.li_cfwf_wsfpcg {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  text-align: start;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #edf2fa;
  border: 2px solid #ced3db;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 9px 20px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .2s;
  transition-timing-function: ease-in;
  display: flex;
}

.p_cfwf_honfxl {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: #010310;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 #010310;
  outline-color: #010310;
  gap: 4px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_hrcxbo, .span_cfwf_qkvxtr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.li_cfwf_uahttp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  text-align: start;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #edf2fa;
  border: 2px solid #ced3db;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 9px 20px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .2s;
  transition-timing-function: ease-in;
  display: flex;
}

.p_cfwf_yekxqe {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: #010310;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 #010310;
  outline-color: #010310;
  gap: 4px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_fjtmrb, .span_cfwf_jdkdck {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.li_cfwf_fewoqk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  text-align: start;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #edf2fa;
  border: 2px solid #ced3db;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 9px 20px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .2s;
  transition-timing-function: ease-in;
  display: flex;
}

.p_cfwf_ceacdy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: #010310;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 #010310;
  outline-color: #010310;
  gap: 4px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_jeowol, .span_cfwf_gwebnd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.li_cfwf_zzehiv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  text-align: start;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #edf2fa;
  border: 2px solid #ced3db;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 9px 20px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .2s;
  transition-timing-function: ease-in;
  display: flex;
}

.p_cfwf_ivbans {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: #010310;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 #010310;
  outline-color: #010310;
  gap: 4px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_ihthem, .span_cfwf_yrqmsh {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_oqfngt {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: 100%;
  max-width: 1240px;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_lgfhmn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #fff;
  border: 1px solid #2069ff;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 30px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.div_cfwf_chfetz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #edf2fa;
  border: 2px solid #2069ff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 1000px;
  height: auto;
  margin: 0;
  padding: 20px 40px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
  position: absolute;
  top: -117px;
  box-shadow: 0 4px 30px #011b5154;
}

.div_cfwf_cprogc {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_ebsplz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_iglrqs {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  -webkit-text-fill-color: transparent;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_tjzakr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  align-items: center;
  gap: 19px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.h3_cfwf_pjwtuc {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  text-align: center;
  column-rule-color: #131217;
  caret-color: #131217;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #131217;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_gkyaur {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.span_cfwf_eawikd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  -webkit-text-fill-color: transparent;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_yytiwh {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  align-items: center;
  gap: 19px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.h3_cfwf_tafxtj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  text-align: center;
  column-rule-color: #131217;
  caret-color: #131217;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #131217;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_koazem {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_wmowkz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  align-items: center;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_xwvhzo {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_flntff {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  text-align: center;
  letter-spacing: -.15px;
  column-rule-color: #131217;
  caret-color: #131217;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #131217;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25.2px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_szfact {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  align-items: center;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_kyyruc {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_lhiewx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  text-align: center;
  letter-spacing: -.15px;
  column-rule-color: #131217;
  caret-color: #131217;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #131217;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25.2px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_owrnmm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  align-items: center;
  gap: 10px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_zootgx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.p_cfwf_fjdqlm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #131217;
  text-align: center;
  letter-spacing: -.15px;
  column-rule-color: #131217;
  caret-color: #131217;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #131217;
  outline-color: #131217;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25.2px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #131217;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_jjfvcj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_sijgzn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_tcsxib {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  flex-grow: 1;
  flex-basis: 0%;
  width: auto;
  min-width: 450px;
  max-width: 500px;
  height: auto;
  margin: 0;
  padding-left: 50px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_ktssln {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  flex-grow: 1;
  flex-basis: 0%;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_ijvjjw {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  flex-direction: column;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_eufbgg {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_jbjxcr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  width: 100%;
  min-width: 500px;
  max-width: 500px;
  height: auto;
  margin: 0;
  padding-left: 50px;
  font-family: Clash Display;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_jabbwb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: flex;
}

.h3_cfwf_tknkdi, .h3_cfwf_lbmlsw {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  -webkit-text-fill-color: transparent;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 #010310;
  outline-color: #010310;
  width: 100%;
  max-width: 210px;
  height: auto;
  margin: 0 10px 0 0;
  font-family: Clash Display;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_vyande {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_eovupr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #edf2fa;
  border: 0 #000;
  border-radius: 55px;
  width: 100%;
  height: 36px;
  margin: 0;
  padding-left: 50px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_fflcgc {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-width: 450px;
  max-width: 450px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: flex;
}

.a_cfwf_bndvvm {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.img_cfwf_ipehhu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 3px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_buuyhh, .div_cfwf_kwwhpv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 210px;
  height: auto;
  margin: 0 10px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_ouwgcv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #fff;
  border: 0 #000;
  border-radius: 55px;
  width: 100%;
  height: 36px;
  margin: 0;
  padding-left: 50px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_kqblca {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-width: 450px;
  max-width: 450px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: flex;
}

.a_cfwf_wwmaoa {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.img_cfwf_vktopa {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 3px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_pbfjmf, .div_cfwf_hfyucr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 210px;
  height: auto;
  margin: 0 10px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_dceeuw {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #edf2fa;
  border: 0 #000;
  border-radius: 55px;
  width: 100%;
  height: 36px;
  margin: 0;
  padding-left: 50px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_hroetn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-width: 450px;
  max-width: 450px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: flex;
}

.a_cfwf_jxcqvv {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.img_cfwf_ubtpzp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 3px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_afrfen, .div_cfwf_rilmzd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 210px;
  height: auto;
  margin: 0 10px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_nshxxw {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #fff;
  border: 0 #000;
  border-radius: 55px;
  width: 100%;
  height: 36px;
  margin: 0;
  padding-left: 50px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_nmthkj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-width: 450px;
  max-width: 450px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: flex;
}

.a_cfwf_sqksuf {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.img_cfwf_tdufva {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 3px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_ovpvta, .div_cfwf_bqyuds {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 210px;
  height: auto;
  margin: 0 10px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_acnskv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #edf2fa;
  border: 0 #000;
  border-radius: 55px;
  width: 100%;
  height: 36px;
  margin: 0;
  padding-left: 50px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_ryorsy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-width: 450px;
  max-width: 450px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: flex;
}

.a_cfwf_qafqwv {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.img_cfwf_hxbnvh {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 3px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_rnhxee, .div_cfwf_pxrvqe {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 210px;
  height: auto;
  margin: 0 10px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_xiphkh {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #fff;
  border: 0 #000;
  border-radius: 55px;
  width: 100%;
  height: 36px;
  margin: 0;
  padding-left: 50px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_gowfvg {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-width: 450px;
  max-width: 450px;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: flex;
}

.a_cfwf_hqlojv {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: block;
}

.img_cfwf_tpjjzk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 3px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_hwirvj, .div_cfwf_ntxnhm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #010310;
  text-transform: capitalize;
  column-rule-color: #010310;
  cursor: pointer;
  caret-color: #010310;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #010310;
  outline-color: #010310;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 210px;
  height: auto;
  margin: 0 10px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #010310;
  transition-duration: .3s;
  display: flex;
}

.div_cfwf_daefmo {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-image: linear-gradient(90deg, #020411 0, #050d42 100%);
  border: 0 #000;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 91px;
  margin: 0;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.h3_cfwf_iejraj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_gdmmpl {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_msemwz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_byprbf {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: none;
}

.span_cfwf_irqlfs {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  transition-duration: .3s;
  display: inline;
}

.button_cfwf_ulgpca {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #206aff;
  column-rule-color: #206aff;
  cursor: pointer;
  caret-color: #206aff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  transition-behavior: normal, normal;
  background-image: url('https://alpha-capital.swarnab.workers.dev/images/');
  background-position: -397px;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #1f69ff;
  border-radius: 100px;
  outline-color: #206aff;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 361px;
  height: 50px;
  margin: 0;
  padding: 10px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #206aff;
  transition-duration: .2s, .5s;
  transition-delay: 0s, 0s;
  transition-timing-function: ease, ease;
  display: flex;
}

.img_cfwf_lqrnml {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #206aff;
  text-align: center;
  column-rule-color: #206aff;
  cursor: pointer;
  caret-color: #206aff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  border: 0 #206aff;
  outline-color: #206aff;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #206aff;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_wyczpa {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  transition-duration: .3s;
  display: none;
}

.div_cfwf_fviduz {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  overflow-block: hidden;
  overflow-inline: hidden;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  touch-action: pan-y;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0 auto;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: none;
  position: relative;
  overflow: hidden;
}

.div_cfwf_ckbtgo {
  z-index: 1;
  box-sizing: content-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  border: 0 #000;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
  transform: translate3d(0, 0, 0);
}

.div_cfwf_ghxzpp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.div_cfwf_iidybu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #fff;
  border: 1px solid #2069ff;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 30px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.div_cfwf_iqiyjq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-image: linear-gradient(90deg, #020411 0, #050d42 100%);
  border: 0 #000;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 91px;
  margin: 0;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.h3_cfwf_gxisoq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_kqhtxh {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_byaixd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_ejlore {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: none;
}

.span_cfwf_zytofg {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.button_cfwf_wltieu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #206aff;
  column-rule-color: #206aff;
  cursor: pointer;
  caret-color: #206aff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  transition-behavior: normal, normal;
  background-image: url('https://alpha-capital.swarnab.workers.dev/images/');
  background-position: -397px;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #1f69ff;
  border-radius: 100px;
  outline-color: #206aff;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 361px;
  height: 50px;
  margin: 0;
  padding: 10px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #206aff;
  list-style-type: none;
  transition-duration: .2s, .5s;
  transition-delay: 0s, 0s;
  transition-timing-function: ease, ease;
  display: flex;
}

.img_cfwf_langpd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #206aff;
  text-align: center;
  column-rule-color: #206aff;
  cursor: pointer;
  caret-color: #206aff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  border: 0 #206aff;
  outline-color: #206aff;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #206aff;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_jwmzcx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: none;
}

.div_cfwf_uqshge, .div_cfwf_psxnwk, .div_cfwf_kpdgyt {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_jxouih {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_cpcpbu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_aewkke, .div_cfwf_sxmjib {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_odmkpp, .span_cfwf_kxuvba {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_aamsfn, .div_cfwf_qqfyew, .div_cfwf_dloccj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_ocorlm {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_xizhxr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_bycyuq, .div_cfwf_njtmjd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_glxhls, .span_cfwf_syzzws {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_nkaybq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_uvopjb, .span_cfwf_eopthj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_pclpds, .div_cfwf_guusju, .div_cfwf_kegpns {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_mxvkje {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_msqpsb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_amaiuj, .div_cfwf_nbcrvu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_awxawu, .span_cfwf_kyoyiy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_rkwjdl, .div_cfwf_dyilij, .div_cfwf_jidojb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_ryciub {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_jfgyyv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_rhmmqo, .div_cfwf_xzecle {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_mixuns, .span_cfwf_uqarzw {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_rujbgi, .div_cfwf_fyljis, .div_cfwf_kuwiko {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_yudpot {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_tsbjdb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_kwbdki, .div_cfwf_eonnky {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_znlcfl, .span_cfwf_rxlanq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_kbwtty {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_pvwjfu, .span_cfwf_btwkjo {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_hpycot, .div_cfwf_hmwbdr, .div_cfwf_myqxgz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_xxuvki {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_owuwin {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_zqmtdu, .div_cfwf_mkuraz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_uhjyyq, .span_cfwf_cvxoyx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_btnhks {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_jckbma, .span_cfwf_jboeqg {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_pdvbrp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.div_cfwf_ocmwor {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #fff;
  border: 1px solid #2069ff;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 30px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.div_cfwf_bpzrdo {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-image: linear-gradient(90deg, #020411 0, #050d42 100%);
  border: 0 #000;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 91px;
  margin: 0;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.h3_cfwf_rtspvx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_asistq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_nafecp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_mrxqxn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: none;
}

.span_cfwf_bjwaxu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.button_cfwf_hnyjjn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #206aff;
  column-rule-color: #206aff;
  cursor: pointer;
  caret-color: #206aff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  transition-behavior: normal, normal;
  background-image: url('https://alpha-capital.swarnab.workers.dev/images/');
  background-position: -397px;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #1f69ff;
  border-radius: 100px;
  outline-color: #206aff;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 361px;
  height: 50px;
  margin: 0;
  padding: 10px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #206aff;
  list-style-type: none;
  transition-duration: .2s, .5s;
  transition-delay: 0s, 0s;
  transition-timing-function: ease, ease;
  display: flex;
}

.img_cfwf_hebigr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #206aff;
  text-align: center;
  column-rule-color: #206aff;
  cursor: pointer;
  caret-color: #206aff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  border: 0 #206aff;
  outline-color: #206aff;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #206aff;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_qgfkkk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: none;
}

.div_cfwf_woucth, .div_cfwf_kprjcl, .div_cfwf_pggnqd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_lofess {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_icocgx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_jtxkeq, .div_cfwf_rgtfoj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_qxlrpe, .span_cfwf_yhhiue {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_myyopr, .div_cfwf_zozrvy, .div_cfwf_xqxjik {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_assybm {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_cznybl {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_pilbwf, .div_cfwf_eutgqm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_aewtir, .span_cfwf_bkjfwf {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_bmlbck {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_bmknby, .span_cfwf_bvqbsj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_wifrmg, .div_cfwf_rsxjvx, .div_cfwf_fxglxv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_esszro {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_crmzhp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_gdwuhh, .div_cfwf_xpustv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_xamnml, .span_cfwf_xqhsns {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_kqjchj, .div_cfwf_noisjt, .div_cfwf_wldvjq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_lgagwa {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_izkbvk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_uchbjy, .div_cfwf_kfwscr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_ofwnqf, .span_cfwf_mhlrua {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_lndvlk, .div_cfwf_imklvv, .div_cfwf_vsosko {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_bzzbbd {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_wtxqnq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_bkirwu, .div_cfwf_vmfpdm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_gmefbq, .span_cfwf_booavd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_derkbr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_fkaoed, .span_cfwf_jlaxuq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_misixn, .div_cfwf_tkcckm, .div_cfwf_nysvjn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_nkmppe {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_qhiuqz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_taboqb, .div_cfwf_jretsf {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_fcaztj, .span_cfwf_hzpwka {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_jtrhtn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_dytxbp, .span_cfwf_lcusar {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_hlejnl {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.div_cfwf_svwsex {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #fff;
  border: 1px solid #2069ff;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 30px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.div_cfwf_uaklmx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-image: linear-gradient(90deg, #020411 0, #050d42 100%);
  border: 0 #000;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 91px;
  margin: 0;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.h3_cfwf_mtiixc {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_hgtntg {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_nsqfhq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_skvhzv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: none;
}

.span_cfwf_ytvxqq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.button_cfwf_wrppoe {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #206aff;
  column-rule-color: #206aff;
  cursor: pointer;
  caret-color: #206aff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  transition-behavior: normal, normal;
  background-image: url('https://alpha-capital.swarnab.workers.dev/images/');
  background-position: -397px;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #1f69ff;
  border-radius: 100px;
  outline-color: #206aff;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 361px;
  height: 50px;
  margin: 0;
  padding: 10px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #206aff;
  list-style-type: none;
  transition-duration: .2s, .5s;
  transition-delay: 0s, 0s;
  transition-timing-function: ease, ease;
  display: flex;
}

.img_cfwf_yyljsk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #206aff;
  text-align: center;
  column-rule-color: #206aff;
  cursor: pointer;
  caret-color: #206aff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  border: 0 #206aff;
  outline-color: #206aff;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #206aff;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_oanezt {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: none;
}

.div_cfwf_jcfhhy, .div_cfwf_gnpukj, .div_cfwf_cjaeli {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_mohpgp {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_pckppy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_sqgwpb, .div_cfwf_hkxsbu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_ehgoam, .span_cfwf_wghpzu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_cfvovy, .div_cfwf_qccent, .div_cfwf_kolmxo {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_owxqkb {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_mfhamg {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_ksjubr, .div_cfwf_hvneez {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_lszwsl, .span_cfwf_lqxops {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_dnliey {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_kcxvpp, .span_cfwf_yisyrk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_kzaoea, .div_cfwf_ohdaje, .div_cfwf_stgpms {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_psbkzp {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_vaizkz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_jgvwvp, .div_cfwf_zmwzyy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_lxqfjs, .span_cfwf_vdnqzn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_lugvog, .div_cfwf_dtqdsq, .div_cfwf_okqode {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_jmjezy {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_rxbkoj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_gvyxgn, .div_cfwf_fsqmpx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_frolrq, .span_cfwf_gigebb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_uoqstq, .div_cfwf_cmjwlk, .div_cfwf_wxkzjk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_lpywrw {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_gmqjwh {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_pyxlim, .div_cfwf_nemuir {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_qgxavv, .span_cfwf_qqprjy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_jeboxd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_wshsqv, .span_cfwf_phkuul {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_ttzuql, .div_cfwf_chdqmb, .div_cfwf_ifcklq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_mebvfx {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_xlxonu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_kxhnqw, .div_cfwf_ehganl {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_vbdipq, .span_cfwf_ivqhoz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_nsisbs {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_peguiq, .span_cfwf_xflpte {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_yjarvr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.div_cfwf_mdmznb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #fff;
  border: 1px solid #2069ff;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 30px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.div_cfwf_vcddxm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-image: linear-gradient(90deg, #020411 0, #050d42 100%);
  border: 0 #000;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 91px;
  margin: 0;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.h3_cfwf_dbybxs {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_qzgkyb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_thoazr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_beupyn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: none;
}

.span_cfwf_oqymno {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.button_cfwf_ongpiu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #206aff;
  column-rule-color: #206aff;
  cursor: pointer;
  caret-color: #206aff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  transition-behavior: normal, normal;
  background-image: url('https://alpha-capital.swarnab.workers.dev/images/');
  background-position: -397px;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #1f69ff;
  border-radius: 100px;
  outline-color: #206aff;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 361px;
  height: 50px;
  margin: 0;
  padding: 10px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #206aff;
  list-style-type: none;
  transition-duration: .2s, .5s;
  transition-delay: 0s, 0s;
  transition-timing-function: ease, ease;
  display: flex;
}

.img_cfwf_hifpmb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #206aff;
  text-align: center;
  column-rule-color: #206aff;
  cursor: pointer;
  caret-color: #206aff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  border: 0 #206aff;
  outline-color: #206aff;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #206aff;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_jeqrqe {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: none;
}

.div_cfwf_zhfnpy, .div_cfwf_tsmfml, .div_cfwf_bjdgto {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_oqfgaw {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_gsnhvq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_tnqwbw, .div_cfwf_kdhgdi {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_mhhlxs, .span_cfwf_mageqq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_vjuwof, .div_cfwf_ibgtqg, .div_cfwf_ykxkcr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_flochh {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_lupvyy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_jwcldg, .div_cfwf_dtzjia {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_vpmssc, .span_cfwf_qqtycp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_klnlkh {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_gwikbm, .span_cfwf_ftakwm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_tgvubi, .div_cfwf_ixdvgg, .div_cfwf_ggdzhy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_gxsevy {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_kzdycb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_zpzret, .div_cfwf_tydysp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_quajdu, .span_cfwf_bmjcmi {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_ykfuxf, .div_cfwf_cmlajd, .div_cfwf_ricwie {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_dtymic {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_fteeeq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_kipzmd, .div_cfwf_uajxmq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_kknmms, .span_cfwf_tzptgv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_vkbkpz, .div_cfwf_fcwhyl, .div_cfwf_dogbza {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_kdbeui {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_sbzrdi {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_kzkcxe, .div_cfwf_feyefo {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_ibwvaa, .span_cfwf_scffbx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_ztnxbp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_zxcqim, .span_cfwf_zikttq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_fngbgx, .div_cfwf_ifdggf, .div_cfwf_ibqyek {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_hopeew {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_zcjcmt {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_qmuqog, .div_cfwf_smepat {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_zeyljk, .span_cfwf_hvhdug {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_cadktn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_pmmppq, .span_cfwf_hdujbq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_wcwxuw {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.div_cfwf_htetgt {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #fff;
  border: 1px solid #2069ff;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 30px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.div_cfwf_apmsxl {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-image: linear-gradient(90deg, #020411 0, #050d42 100%);
  border: 0 #000;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 91px;
  margin: 0;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.h3_cfwf_arcgse {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_tlxopt {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_mejbha {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_jfgndo {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: none;
}

.span_cfwf_quykma {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.button_cfwf_nafzgt {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #206aff;
  column-rule-color: #206aff;
  cursor: pointer;
  caret-color: #206aff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  transition-behavior: normal, normal;
  background-image: url('https://alpha-capital.swarnab.workers.dev/images/');
  background-position: -397px;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #1f69ff;
  border-radius: 100px;
  outline-color: #206aff;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 361px;
  height: 50px;
  margin: 0;
  padding: 10px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #206aff;
  list-style-type: none;
  transition-duration: .2s, .5s;
  transition-delay: 0s, 0s;
  transition-timing-function: ease, ease;
  display: flex;
}

.img_cfwf_jtexfv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #206aff;
  text-align: center;
  column-rule-color: #206aff;
  cursor: pointer;
  caret-color: #206aff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  border: 0 #206aff;
  outline-color: #206aff;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #206aff;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_drcrcd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: none;
}

.div_cfwf_xeoamg, .div_cfwf_aedixp, .div_cfwf_wkqtpj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_bqrsqu {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_fskzkr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_imalkq, .div_cfwf_pfzakd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_ubloaf, .span_cfwf_ktkgnv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_bbbcdv, .div_cfwf_sdotms, .div_cfwf_obmiug {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_jlpwnw {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_kuzicq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_kqxbmx, .div_cfwf_wypzus {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_ilpvpb, .span_cfwf_kjmtcr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_qbcjou {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_jkdyqg, .span_cfwf_rjslpi {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_yyrxcf, .div_cfwf_pzwogc, .div_cfwf_nmjufd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_nnhene {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_dnvnqh {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_jnxnzk, .div_cfwf_egjols {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_uebkwo, .span_cfwf_tdujdu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_mzjcag, .div_cfwf_ywmsjk, .div_cfwf_bbulix {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_uvoivn {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_rxapdm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_ehluuh, .div_cfwf_picglr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_zdsipc, .span_cfwf_fejjry {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_wpvcsn, .div_cfwf_ujjvlx, .div_cfwf_sxbbav {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_qzmuta {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_owbnxt {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_lxgnln, .div_cfwf_sfkwsv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_hifgcq, .span_cfwf_ypxftt {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_pvlbuk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_xbealg, .span_cfwf_tgxlcx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_vakurb, .div_cfwf_brywqi, .div_cfwf_etebmo {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_tocwhb {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_updpqd {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_tiznas, .div_cfwf_xmtods {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_gcqvku, .span_cfwf_urerna {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_axqpjc {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_xjaziy, .span_cfwf_togiuw {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_mbptid {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.div_cfwf_zstwwh {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-color: #fff;
  border: 1px solid #2069ff;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 30px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.div_cfwf_xkhxgq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  background-image: linear-gradient(90deg, #020411 0, #050d42 100%);
  border: 0 #000;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 91px;
  margin: 0;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.h3_cfwf_jviugm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_taqlyx {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.p_cfwf_rojtkw {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_kpxnjy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: none;
}

.span_cfwf_xayroq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  column-rule-color: white;
  caret-color: #fff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #fff;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Clash Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.button_cfwf_maxlpr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #206aff;
  column-rule-color: #206aff;
  cursor: pointer;
  caret-color: #206aff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  transition-behavior: normal, normal;
  background-image: url('https://alpha-capital.swarnab.workers.dev/images/');
  background-position: -397px;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #1f69ff;
  border-radius: 100px;
  outline-color: #206aff;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 361px;
  height: 50px;
  margin: 0;
  padding: 10px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #206aff;
  list-style-type: none;
  transition-duration: .2s, .5s;
  transition-delay: 0s, 0s;
  transition-timing-function: ease, ease;
  display: flex;
}

.img_cfwf_myepte {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #206aff;
  text-align: center;
  column-rule-color: #206aff;
  cursor: pointer;
  caret-color: #206aff;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  text-wrap-mode: nowrap;
  border: 0 #206aff;
  outline-color: #206aff;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #206aff;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_woweuq {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: none;
}

.div_cfwf_dbaqox, .div_cfwf_omlske, .div_cfwf_kyfqpj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_niesdz {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_ziqdfh {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_xvbjzi, .div_cfwf_fasscz {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_gpmrzj, .span_cfwf_hrpxbu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_opnsmq, .div_cfwf_ezfudq, .div_cfwf_eyxahb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_bbosut {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_hjjvjb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_cwglea, .div_cfwf_byoprs {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_rmxuxg, .span_cfwf_tspzqe {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_rpfleu {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_dkpfzc, .span_cfwf_mpdrnb {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_ibytvm, .div_cfwf_pkbxxu, .div_cfwf_xvfxyk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_cxihbn {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_auroxi {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_xfpeou, .div_cfwf_popsjt {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_pchpdl, .span_cfwf_jwnvkv {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_wqmcma, .div_cfwf_hvyjqg, .div_cfwf_eacbqm {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_eihcqg {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_umnraj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_efzcmm, .div_cfwf_klgbsa {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_elfjxb, .span_cfwf_cgncba {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_ildqkk, .div_cfwf_rmtcwg, .div_cfwf_xvkqcg {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_yonhrv {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_voysie {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_zrlrbi, .div_cfwf_fkvwsy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_qsycmq, .span_cfwf_dugvsp {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_usmxzr {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_iiqdgh, .span_cfwf_boxveh {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_treiqc, .div_cfwf_bfvxum, .div_cfwf_ktofrk {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.a_cfwf_mvqwha {
  visibility: visible;
  box-sizing: border-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: flex;
}

.img_cfwf_voygus {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  cursor: pointer;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.div_cfwf_dkkyui, .div_cfwf_xlkrux {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_quowxf, .span_cfwf_xiyums {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_txqhrj {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
}

.span_cfwf_qnauft, .span_cfwf_jdsfwf {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  border: 0 #000;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: inline;
}

.div_cfwf_jihpsg {
  z-index: 10;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  text-align: center;
  caret-shape: auto;
  font-language-override: normal;
  position-anchor: none;
  position-visibility: anchors-visible;
  text-justify: auto;
  width: 100%;
  height: auto;
  transform-style: preserve-3d;
  border: 0 #000;
  margin: 0;
  font-family: Times New Roman;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  list-style-type: none;
  transition-duration: .3s;
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  transform: translate3d(0, 0, 0);
}

.div_wrap {
  width: 100%;
  overflow: clip;
}

.ds_image {
  flex-flow: row;
  transition: all .18s;
  display: flex;
  position: relative;
  inset: 0 0 0 0;
}

.ds_image.is_2 {
  width: auto;
  position: relative;
  left: -50.9rem;
}

.ds_image.is_3 {
  position: relative;
  left: 0;
}

.ds_image.is_4 {
  position: relative;
  left: 0;
}

.image-3 {
  width: 100%;
  max-width: none;
}

.code-embed-8 {
  width: 58rem;
  position: relative;
  left: auto;
  right: auto;
}

.code-embed-9 {
  width: 3rem;
  max-width: 3rem;
  height: 3rem;
  max-height: 3rem;
  position: absolute;
  inset: auto 4rem 4rem auto;
}

.wrap {
  max-width: 71.875rem;
  margin-left: auto;
  margin-right: auto;
}

.blogs {
  height: 28.125rem;
}

.code-embed-10 {
  width: 80rem;
  font-family: var(--font-family--clash-display);
}

.pricing_table {
  width: 100%;
  min-width: 100%;
  font-family: var(--font-family--clash-display);
  margin-left: auto;
  margin-right: auto;
}

.pricing_table_wrap {
  width: 95vw;
  max-width: 80rem;
  font-family: var(--font-family--clash-display);
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-3 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .heading_1 {
    font-size: 3rem;
  }

  .heading_1.h2 {
    font-size: 2.6rem;
  }

  .paragraph_large {
    font-size: 1rem;
    line-height: 140%;
  }

  .heading_2 {
    font-size: 2.8rem;
  }

  .heading_3 {
    font-size: 1.8rem;
  }

  .heading_4 {
    font-size: 1.2rem;
  }

  .secondary_button:where(.w-variant-83a98ee7-d1cc-334d-cbf3-2c76566cd12d) {
    display: none;
  }

  .nav {
    padding: 1.3rem 1.5rem;
    position: static;
  }

  .nav_links-wrapper {
    display: none;
  }

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

  .hero_wrapper {
    width: 100%;
  }

  .hero_wrapper._0 {
    padding-left: 0;
  }

  .hero_wrapper.home {
    width: 34rem;
  }

  .world {
    margin-right: -6rem;
    bottom: 13.3rem;
    right: -5rem;
    transform: scale(.8);
  }

  .img {
    min-width: 210px;
  }

  .nav_hover-states {
    display: none;
  }

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

  .collection_list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .member_image {
    height: 35rem;
  }

  .phase_div {
    flex-flow: column;
  }

  .phase_heading {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .phase_image {
    order: -9999;
    width: 100%;
  }

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

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

  .padding_bottom {
    padding-bottom: 3rem;
  }

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

  .dashboard_wrap {
    padding-top: 2rem;
    padding-left: 2rem;
  }

  .blocks_wrapper-secondary {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._2_col-div {
    flex-flow: column;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .about_wrapper-info.space, .about_wrapper-info.v {
    flex-flow: column;
  }

  .about_headings {
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
  }

  .images_wrap.mid {
    height: 22rem;
    padding-bottom: 0;
  }

  .p_cfwf_nlwgls {
    margin-top: 2rem;
    margin-left: 1rem;
  }

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

  .padding_symoble {
    padding-bottom: 2rem;
  }

  .container {
    width: 90%;
  }

  .big_divs {
    max-width: 100%;
  }

  .div_cfwf_sjthis {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .iframe_cfwf_gprprg {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

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

  .copy_rights-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .copy_rights-top.middle {
    flex-flow: row;
  }

  .bottom {
    justify-content: flex-start;
    align-items: center;
  }

  .bordershow {
    display: block;
  }

  .platfroms_heading {
    width: 100%;
  }

  .platfroms_heading.l {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .platfroms_heading._90 {
    width: 80%;
  }

  .platforms_button {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

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

  .platfrom_info-left {
    width: 100%;
    margin-top: 6rem;
  }

  .platfrom_image {
    order: -9999;
    width: 100%;
  }

  .dashboard_img {
    margin-top: 0;
  }

  .tools_div {
    flex-flow: column;
  }

  .main_image {
    order: -9999;
    width: 100%;
  }

  .tool_headings {
    width: 100%;
  }

  .trading_heading.symbole {
    height: auto;
    padding-top: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .framer {
    width: 100%;
  }

  .div_cfwf_hierll {
    width: 100%;
    max-width: 100%;
  }

  .div_cfwf_bjgbcl {
    flex-flow: wrap;
    width: 100%;
    margin-right: 1px;
    display: flex;
  }

  .leader_1 {
    width: 100%;
  }

  .h2_cfwf_ukngxs {
    text-align: left;
    width: auto;
  }

  .leader_2, .leader_3 {
    width: 100%;
  }

  .interview_heading {
    height: auto;
    padding-top: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container_1050 {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta_heading {
    width: 100%;
  }

  .events_section {
    height: auto;
    padding-top: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .event_heading {
    width: 100%;
  }

  .video {
    order: -9999;
    width: 100%;
  }

  .media_section {
    height: auto;
    padding-top: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .media_headings {
    width: 100%;
  }

  .community_page {
    height: auto;
    padding-top: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading_wrap.s {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .careers_hero {
    height: auto;
    padding-top: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .contact_wrapper {
    flex-flow: column;
    width: 100%;
  }

  .contact_headings {
    width: 100%;
  }

  .div_cfwf_yqxqeu {
    flex-flow: row;
    max-width: 100%;
  }

  .div_cfwf_eanivg {
    max-width: 100%;
    height: 450px;
  }

  .iframe_cfwf_uvikpr {
    max-width: 1000%;
    height: 100%;
  }

  .contact_form {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .field_wrappers {
    flex-flow: column;
  }

  .fields_left, .form_field._100 {
    width: 100%;
  }

  .about_hero {
    flex-flow: column;
    max-width: 100%;
  }

  .div_cfwf_lylqij {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  ._2_col-wrapper {
    flex-flow: column;
  }

  .image_alpha {
    width: 90%;
    max-width: 90%;
  }

  .alpha_headings {
    width: 90%;
    margin-top: 2rem;
  }

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

  .team_image {
    height: 19.6rem;
  }

  ._3_col-v.space {
    flex-flow: column;
  }

  .values_image {
    width: 100%;
    margin-bottom: 1rem;
  }

  ._3_col-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  ._2_col-grid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .careers_heading {
    width: 100%;
  }

  .careers_heading._90 {
    width: 90%;
  }

  .div_cfwf_qqdbuj, .div_cfwf_dvdael {
    overflow: scroll;
  }

  .img_cfwf_yvfldj, .img_cfwf_krdtyo {
    width: 1rem;
  }

  .burger_wrap {
    display: flex;
  }

  .nav_mobile {
    z-index: 17999;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    background-color: #050c41;
    flex-flow: column;
    width: 100%;
    height: 100vh;
    padding: 1.5rem;
    display: none;
    position: absolute;
    inset: 0%;
    overflow: scroll;
  }

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

  .x_icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .mobile_icon {
    width: 100%;
  }

  .link_block {
    width: 100%;
    color: var(--_colors---brand-color--white);
    border-radius: .3125rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    text-decoration: none;
  }

  .link_block.w--current {
    background-color: var(--_colors---brand-color--white);
    color: var(--_colors---brand-color--blue);
    border-radius: 1rem;
  }

  .mobile_dropdown {
    width: 100%;
  }

  .dropdown-list {
    background-color: #ddddddeb;
    padding-top: .5rem;
    padding-left: 1.5rem;
  }

  .dropdown-list.w--open {
    background-color: #ddd0;
    position: static;
  }

  .close_nav {
    display: flex;
  }

  .close_nav.b {
    width: 1.5rem;
  }

  .code-embed-4 {
    margin-top: 2rem;
  }

  .code-embed-5 {
    margin-top: 1rem;
  }

  .image-3 {
    width: 65.9vw;
  }

  .code-embed-10 {
    width: 100%;
  }

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

  .pricing_table_wrap {
    width: 100%;
    max-width: 50rem;
  }
}

@media screen and (max-width: 767px) {
  .heading_1 {
    font-size: 2.7rem;
  }

  .heading_1.h2 {
    font-size: 2rem;
  }

  .heading_1.h1 {
    font-size: 2.5rem;
  }

  .paragraph_large {
    line-height: 150%;
  }

  .heading_2 {
    font-size: 2.3rem;
  }

  .guide_logo {
    order: -1;
  }

  .panel_links_wrap {
    display: none;
  }

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

  .heading_4 {
    font-size: 1.3rem;
  }

  .hero_section {
    height: auto;
  }

  .hero_wrapper.home {
    width: 90%;
    margin-top: 2rem;
  }

  .padding_global {
    padding-top: 7rem;
  }

  .container_s.mid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .world {
    position: relative;
    bottom: 0;
    right: 0;
  }

  .about_wrapper {
    text-align: center;
  }

  .product_wrapper.bottom, .product_wrapper.testimonial {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .member_image {
    height: auto;
  }

  .padding_bottom {
    padding-bottom: 3rem;
  }

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

  .dashboard_wrap {
    height: 26rem;
  }

  .dashboard_wrap.spacing_second {
    width: 100%;
    height: auto;
  }

  .dashboard_wrap.r {
    width: 100%;
    min-width: 100%;
  }

  .blocks_wrapper-secondary {
    flex-flow: column;
    display: flex;
  }

  .about_wrapper-info.space, .about_wrapper-info.v {
    justify-content: space-between;
    align-items: flex-start;
  }

  .about_headings {
    margin-left: auto;
    margin-right: auto;
  }

  .images_wrap {
    width: 100%;
  }

  .div_cfwf_wkmced {
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .blog_1, .blog_2 {
    max-width: none;
  }

  .div_cfwf_mbilsd {
    width: 100%;
    height: 270px;
  }

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

  .blog_3, .blog_ {
    max-width: none;
  }

  .footer_headings {
    width: 100%;
  }

  .footer_links-wrap {
    flex-flow: wrap;
  }

  .footer_paragraph {
    width: 100%;
  }

  .platfroms_heading.l {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .platfrom_info-left {
    margin-top: 1rem;
  }

  .div_cfwf_mrotrv {
    margin-top: -5rem;
    position: relative;
    bottom: 0;
  }

  .button_cfwf_vpdyfz, .button_cfwf_lgqapn, .button_cfwf_oppybm, .button_cfwf_oshhbj, .button_cfwf_kzmbut {
    font-size: 12px;
  }

  .tools_hero {
    height: auto;
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .tools_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div_cfwf_hierll {
    padding: 2rem;
  }

  .div_cfwf_fooned {
    flex-flow: column;
  }

  .h2_cfwf_ukngxs {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-size: 22px;
  }

  .div_cfwf_uoxrlq {
    order: -9999;
  }

  .div_cfwf_iieebc {
    flex-flow: column;
  }

  .h2_cfwf_ljsjxu {
    text-align: left;
  }

  .div_cfwf_agwsuy {
    margin-left: 0;
  }

  .div_cfwf_vdaxzb {
    overflow: scroll;
  }

  .table_cfwf_hzcevp {
    width: 230%;
  }

  .event_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .event {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .event_heading {
    width: 90%;
  }

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

  .div_cfwf_yqxqeu {
    flex-flow: column;
  }

  .form_container {
    padding: 2rem;
  }

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

  .about_heading {
    width: 100%;
  }

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

  ._3_col-v {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

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

  .block_l {
    padding-bottom: 19rem;
  }

  .block_l.futures {
    padding-bottom: 17rem;
  }

  .block_l.acg {
    padding-bottom: 19rem;
  }

  .block_l.prime, .block_l.trader {
    padding-bottom: 15rem;
  }

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

  .careers_heading._90 {
    margin-left: auto;
    margin-right: auto;
  }

  .div_cfwf_sessqu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div_cfwf_oimpjl {
    border-top-right-radius: 33.9916px;
    border-bottom-right-radius: 33.9916px;
    padding-bottom: 30px;
  }

  .button_cfwf_garnmn {
    margin-top: .5rem;
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .button_cfwf_bqzhab {
    position: static;
  }

  .div_cfwf_sxujgk {
    border-radius: 33.9916px;
    padding-bottom: 30px;
  }

  .button_cfwf_wwzutg {
    margin-top: 1rem;
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .button_cfwf_ulmufg {
    position: static;
  }

  .div_cfwf_sqpacn {
    border-bottom-left-radius: 33.9916px;
    order: -9999;
    padding-bottom: 30px;
  }

  .h3_cfwf_gkmkof {
    color: #fff;
  }

  .button_cfwf_qeudml {
    position: static;
  }

  .code-embed-3 {
    margin-bottom: 2rem;
    margin-left: -1rem;
    margin-right: 1rem;
  }

  .ds_image {
    left: 0;
  }

  .ds_image.is_2 {
    left: -80vw;
  }

  .ds_image.is_3 {
    left: -160vw;
  }

  .ds_image.is_4 {
    left: -239.6vw;
  }

  .ds_image.is_1 {
    left: 0;
  }

  .image-3 {
    width: 80vw;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 1.4rem;
  }

  .page_wrapper, .main_wrapper {
    overflow: clip;
  }

  .heading_1 {
    font-size: 2rem;
  }

  .heading_1._120 {
    text-align: center;
  }

  .heading_1.h1 {
    font-size: 2rem;
  }

  .heading_2 {
    font-size: 1.8rem;
  }

  .style_box {
    padding-top: 1.5rem;
  }

  .style_guide {
    width: 100%;
  }

  .panel_link_text {
    font-size: .8rem;
  }

  .heading_3 {
    font-size: 1.4rem;
  }

  .text_label {
    font-size: .8rem;
  }

  .h_flex_div {
    flex-flow: column;
    width: 100%;
  }

  .padding_guide {
    padding: 1rem;
  }

  .header {
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem .2rem 2rem 1rem;
  }

  .heading_4 {
    font-size: 1.3rem;
  }

  .main_button {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: .8rem;
  }

  .nav_logo {
    width: 11rem;
  }

  .hero_section {
    height: auto;
    padding: 5rem 0 3rem;
  }

  .hero_section.space {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .buttons_wrap {
    flex-flow: column;
  }

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

  .block.last, .block.second {
    border-right-style: none;
  }

  .world {
    margin-right: 0;
  }

  .div_nigeria {
    right: -5%;
  }

  .img {
    min-width: 100%;
    min-height: auto;
  }

  .div_brazil {
    right: 12%;
  }

  .about_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .padding_main {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding_main._0 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding_80 {
    padding: 4rem 1rem;
  }

  .dashboard_wrap.spacing_second {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .dashboard_wrap.s {
    height: 20rem;
  }

  .dashboard_wrap.r {
    width: 100%;
    min-width: 100%;
  }

  .image_second {
    margin-bottom: 2rem;
  }

  ._2_col-div {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .group_div {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .images_wrap {
    height: 29rem;
  }

  .slide_mask {
    width: 16rem;
    height: 21rem;
  }

  .p_cfwf_nlwgls {
    text-align: left;
    font-size: 1rem;
  }

  .padding_symoble {
    padding-bottom: 0;
  }

  .div_cfwf_sjthis {
    height: 390px;
  }

  .footer_wrapper.space {
    padding-top: 5rem;
  }

  .field_wrapper {
    width: 95%;
    padding-left: 2rem;
    padding-right: .2rem;
  }

  .p_cfwf_zyhjix {
    font-size: 12px;
  }

  .copy_rights-top.middle {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .platfroms_heading._90 {
    width: 95%;
  }

  .platforms_button {
    flex-flow: wrap;
  }

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

  .platfroms_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .platfrom_div {
    padding: 2rem;
  }

  .features_list {
    font-size: .8rem;
  }

  .platfrom_image {
    order: 9999;
  }

  .button_cfwf_vpdyfz {
    padding: 7px 13px;
    font-size: 10px;
  }

  .button_cfwf_lgqapn {
    padding: 7px 13px;
    font-size: 11px;
  }

  .button_cfwf_oppybm, .button_cfwf_oshhbj, .button_cfwf_kzmbut {
    padding: 7px 13px;
    font-size: 10px;
  }

  .hero_sub {
    font-size: 1.3rem;
  }

  .paragraph_opacity {
    font-size: .875rem;
  }

  .tools_div {
    border-radius: 2rem;
    padding: 1.5rem 1rem;
  }

  .tool_headings {
    width: 90%;
  }

  .trading_heading.bottom {
    height: auto;
    margin-bottom: 2rem;
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .trading_heading.wrap {
    height: auto;
    padding-top: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .framer {
    width: 100%;
  }

  .div_cfwf_hierll {
    padding: 1rem;
  }

  .h2_cfwf_ukngxs {
    text-align: left;
    width: 100%;
    font-size: 1rem;
  }

  .div_cfwf_vadnms {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .h2_cfwf_nievom {
    font-size: 1.3rem;
  }

  .div_cfwf_vsofls {
    order: -9999;
  }

  .div_cfwf_iieebc {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .h2_cfwf_ljsjxu {
    font-size: 1.3rem;
  }

  .div_cfwf_agwsuy {
    order: -9999;
  }

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

  .cta.dc {
    background-position: -70% 100%;
    background-size: cover;
  }

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

  .code-embed {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: -1em;
    display: flex;
  }

  .role_block {
    padding: 1.5rem;
  }

  .role_buttons {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .img_cfwf_oyauxp {
    width: 1.5rem;
  }

  .h3_cfwf_dqdrse {
    font-size: 1.5rem;
  }

  .p_cfwf_swdrlq {
    font-size: 16px;
  }

  .img_cfwf_vtrvex {
    width: 1.6rem;
  }

  .h3_cfwf_ewprfw {
    font-size: 1.5rem;
  }

  .p_cfwf_vqtsai {
    font-size: 16px;
  }

  .div_cfwf_eanivg {
    height: 370px;
  }

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

  .form_container {
    justify-content: center;
    align-items: flex-start;
    padding: 1.5rem;
  }

  .div_cfwf_lylqij {
    flex-flow: column;
  }

  .about_hero-section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  ._3_col-v.space {
    padding-left: 0;
    padding-right: 0;
  }

  .left_wrap {
    width: 100%;
  }

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

  .pin_image {
    width: 1.8rem;
  }

  .alpha_group-container {
    max-width: 90%;
  }

  ._3_col-grid {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .block_l {
    height: 41rem;
    padding-bottom: 10rem;
  }

  .block_l.futures {
    padding-bottom: 13rem;
  }

  .block_l.acg {
    padding-bottom: 11rem;
  }

  .block_l.prime {
    height: 41rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .block_l.trader {
    height: 41rem;
  }

  .img_absolute {
    bottom: -4rem;
  }

  .img_absolute.alpha {
    bottom: -1rem;
  }

  .img_absolute.prime {
    width: 110%;
    margin-right: -1rem;
  }

  .img_absolute.trader {
    width: 100%;
    margin-right: -2rem;
  }

  .alpha_icon {
    width: 6rem;
  }

  .alpha_icon.platfrom_image {
    width: 13rem;
  }

  ._2_col-grid {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .div_cfwf_agrgnm {
    padding: 1rem;
  }

  .products_hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .div_cfwf_oimpjl, .div_cfwf_sxujgk, .div_cfwf_sqpacn {
    width: 100%;
  }

  .burger_wrap.b, .close_nav.b {
    width: 1.5rem;
  }

  .no_break {
    font-size: 1.8rem;
  }

  .team-modal-content {
    width: 90%;
  }

  .team-modal-close {
    width: 2rem;
    height: 2rem;
    margin-right: 0;
  }

  .blogs {
    height: 42rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e0286358-4507-161b-ba49-72887d67a61b-f9334b6d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Weglot language switcher position override - moved to bottom-left to avoid overlap with Intercom widget */
.weglot-container,
.weglot-container--left,
.weglot-container--right,
.country-selector,
aside.country-selector {
  right: auto !important;
  left: 24px !important;
}
@media (max-width: 767px) {
  .weglot-container,
  .weglot-container--left,
  .weglot-container--right,
  .country-selector,
  aside.country-selector {
    left: 12px !important;
    bottom: 12px !important;
  }
}

/* AC form success/fail message overrides
   Strips Webflow's default grey pill on .w-form-done and uses brand blue text.
   Applies to both the footer newsletter (.from_block) and the contact-us
   page (.contatc_form_block — typo preserved from the original Webflow class). */
.from_block .w-form-done,
.from_block .w-form-fail,
.contatc_form_block .w-form-done,
.contatc_form_block .w-form-fail {
  background-color: transparent !important;
  padding: 0 !important;
  margin-top: 12px !important;
  text-align: left;
}
.from_block .w-form-done,
.contatc_form_block .w-form-done {
  color: var(--_colors---brand-color--blue) !important;
}
.from_block .w-form-done > div,
.from_block .w-form-fail > div,
.contatc_form_block .w-form-done > div,
.contatc_form_block .w-form-fail > div {
  background-color: transparent !important;
  padding: 0 !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}
.from_block .w-form-done > div,
.contatc_form_block .w-form-done > div {
  color: var(--_colors---brand-color--blue) !important;
}

/* Market Summary card position fix (index.html only)
   .big_divs originally had `position: relative; bottom: 150px;` to deliberately
   overlap the now-removed "Useful to Read" iframe section that used to sit
   between "Alpha Capital Vision" and "Market Summary". With that section gone,
   the 150px upward offset made the card overlap into Alpha Capital Vision text.
   Setting bottom: 0 puts it back in natural flow. */
.big_divs {
  bottom: 0 !important;
}
