.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.body {
  background-color: #01081f;
  padding: 0;
  font-weight: 400;
  overflow: visible;
}

.logo_container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
}

.site_header {
  z-index: 9999999;
  background-color: #01081f;
  border-bottom: 1px #f2f4f7;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.logo_divider {
  background-color: #383d6a;
  width: 2px;
  height: 28px;
}

.logo_sizer {
  flex-wrap: nowrap;
  width: auto;
  height: auto;
  display: flex;
}

.logo_sizer.inf, .logo_sizer.inf-copy {
  justify-content: flex-start;
  align-items: center;
}

.logo_2 {
  width: 120px;
  max-width: 85%;
}

.button_text_main {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.offer_button {
  grid-column-gap: .5rem;
  color: #f8f7fd;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #78f0c600;
  border: 1px solid #f8f7fd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button:hover {
  background-color: #1c40be;
  border-color: #1c40be;
}

.offer_button:focus {
  background-color: #78f0c600;
  border-width: 1px;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button.rounded {
  border-radius: 40px;
}

.offer_button.rounded.small {
  width: 100%;
  height: 42px;
}

.offer_button.blue {
  grid-column-gap: 12px;
  box-shadow: none;
  cursor: pointer;
  background-color: #1c40be;
  border: .5px solid #fff3;
  border-radius: 28px;
  padding: 16px 32px;
}

.offer_button.blue:hover {
  background-color: #385de1;
}

.offer_button.white {
  grid-column-gap: 12px;
  color: #121828;
  cursor: pointer;
  background-color: #f8f7fd;
  border: 1.5px #0003;
  border-radius: 28px;
  padding: 16px 32px;
  box-shadow: 0 4px 8px #142d88;
}

.offer_button.white:hover {
  background-color: #f8f7fd;
}

.uui-navbar07_logo-link {
  margin-bottom: 8px;
  padding-left: 0;
}

.uui-navbar07_logo-link.inf2, .uui-navbar07_logo-link.inf2.w--current {
  margin-bottom: 0;
}

.header_button_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 200px;
}

.header_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  display: flex;
}

.logo_link {
  margin-bottom: 8px;
  padding-left: 0;
}

.logo_link.inf2 {
  cursor: pointer;
  margin-bottom: 0;
}

.logo_link.inf2.w--current {
  margin-bottom: 0;
}

.logo_link.inf {
  cursor: pointer;
  margin-bottom: 0;
}

.logo_link.inf-copy {
  cursor: pointer;
  min-width: 180px;
  margin-bottom: 0;
}

.button_icon {
  rotate: 315deg;
}

.hero_section {
  background-color: #01081f00;
  min-height: auto;
  overflow: hidden;
}

.heading_1 {
  color: #f8f7fd;
  text-align: center;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.heading_1.blue {
  color: #477bff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #477bff, #1c40be);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading_1.large {
  text-align: left;
  z-index: 100;
  min-width: 800px;
  font-size: 52px;
  line-height: 60px;
}

.heading_1.blue-copy {
  color: #477bff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #477bff, #1c40be);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 52px;
  line-height: 60px;
}

.heading_1.pale {
  color: #f8f7fd80;
  font-weight: 500;
}

.heading_1.centered-copy {
  text-align: left;
}

.heading_1.small {
  font-size: 32px;
}

.heading_1.large-copy {
  text-align: left;
  z-index: 100;
  min-width: 800px;
  font-size: 80px;
  line-height: 90px;
}

.heading_1.large-copy-copy {
  color: #01081f;
  text-align: left;
  z-index: 100;
  min-width: auto;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

.body_1 {
  color: #f8f7fd;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.body_1.pop-up {
  width: 100%;
}

.body_1.dark2 {
  color: #01081f;
  font-weight: 400;
}

.body_1.center {
  text-align: center;
  width: auto;
  max-width: 680px;
}

.container {
  border-radius: 40px;
}

.image_container {
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section_container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  padding: 0 40px;
}

.text_block_container {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  width: 100%;
}

.block_container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  width: 100%;
  max-width: none;
}

.hero_image {
  max-width: 557px;
}

.highlignt_text_container {
  z-index: 100;
  width: 100%;
}

.highlignt_text_container.horizontal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
}

.highlignt_text_container.horizontal-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.button_text_header {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.why_section {
  background-color: #01081f;
  background-image: none;
}

.flex-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.flex-block-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 40px;
}

.capital_heading_1 {
  color: #f8f7fd;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.flex-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flex-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.flex-block-6 {
  background-color: #1c40be;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
}

.adv_card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(141deg, #477bff26, #477bff1a);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 100px 16.6667% 60px;
}

.adv_card._1 {
  background-image: url('../images/directbox-default-2.svg'), linear-gradient(141deg, #477bff26, #477bff1a);
  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 70%, auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.adv_card._2 {
  background-image: url('../images/Vector2.svg'), url('../images/data-2.svg'), linear-gradient(141deg, #477bff26, #477bff1a);
  background-position: 24px 24px, 95%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto 70%, auto;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.adv_card._3 {
  background-image: url('../images/Vector1.svg'), url('../images/brifecase-tick.svg'), linear-gradient(141deg, #477bff26, #477bff1a);
  background-position: 5% 12%, 95%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto 70%, auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.adv_card._4 {
  background-image: url('../images/notification-circle.svg'), linear-gradient(141deg, #477bff26, #477bff1a);
  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 70%, auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.adv_card._5 {
  background-image: url('../images/favorite-chart.svg'), linear-gradient(141deg, #477bff26, #477bff1a);
  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 70%, auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.adv_card._2-vertical {
  background-image: url('../images/2_12.png'), linear-gradient(141deg, #477bff26, #477bff1a);
  background-position: 3%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 40px 40px 120px;
}

.adv_card._3-vertical {
  background-image: url('../images/Vector1.svg'), url('../images/3_13.png'), linear-gradient(141deg, #477bff26, #477bff1a);
  background-position: 95% 12%, 3%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 100px 40px 120px;
}

.adv_card._1-vertical {
  background-image: url('../images/1_11.png'), linear-gradient(141deg, #477bff26, #477bff1a);
  background-position: 3%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 100px 40px 120px;
}

.adv_card._4-vertical {
  background-image: url('../images/4_14.png'), linear-gradient(141deg, #477bff26, #477bff1a);
  background-position: 3%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 100px 40px 120px;
}

.heading_2 {
  color: #f8f7fd;
  width: 100%;
  font-family: Nunito Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.countdown_section {
  background-image: linear-gradient(#121828 66%, #01081f);
}

.flex-block-7 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 40px 60px;
}

.flex-block-8 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
}

.js-clock {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  min-height: 154px;
  display: flex;
}

.box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 120px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: #477bff;
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#1c40be, #477bff);
  -webkit-background-clip: text;
  background-clip: text;
  width: 90px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 81px;
  text-decoration: none;
}

.clock-label {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.countdown_number_container {
  background-color: #121828;
  border: .5px solid #121828;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  min-height: 120px;
  display: flex;
  box-shadow: 4px 4px 7.5px #00000080, -2px -2px 10.3px #ffffff14;
}

.body_2 {
  color: #f8f7fdbf;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.footer {
  background-color: #01081f;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.body_3 {
  color: #f8f7fd;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.body_3.bold {
  font-weight: 500;
}

.body_3.bold.center {
  font-size: 16px;
}

.flex-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.flex-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1360px;
  padding: 80px 40px;
}

.heading_3 {
  color: #f8f7fd80;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.heading_3.light {
  color: #f8f7fd;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.heading_3.dark.mobile {
  display: none;
}

.heading_3.dark {
  color: #020202;
  font-size: 18px;
  line-height: 30px;
}

.body_4 {
  color: #f8f7fd;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.body_4:hover {
  text-decoration: underline;
}

.flex-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  max-width: 270.5px;
}

.flex-block-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-right: 40px;
}

.flex-block-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.link-block {
  cursor: pointer;
  text-decoration: none;
}

.flex-block-14 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-top: 1px solid #f8f7fd33;
  flex-flow: column;
  width: 100%;
  padding-top: 16px;
}

.link {
  color: #477bff;
}

.flex-block-15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.link-block-2, .link-block-3 {
  cursor: pointer;
}

.flex-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.site_banner {
  z-index: 9999999;
  background-color: #c15220;
  border-bottom: 1px #f2f4f7;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.flex-block-18 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
}

.banner_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  display: flex;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-bold {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.promo_section {
  background-image: linear-gradient(#01081f, #121828 49%);
}

.promo-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f8f7fd0d;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
}

.body_1-copy {
  color: #f8f7fd;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.body_5 {
  color: #f8f7fd;
  width: 100%;
  font-family: Nunito Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.text-span {
  color: #ff7538;
}

.flex-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.ghost-button {
  grid-column-gap: .5rem;
  color: #f8f7fd;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #78f0c600;
  border: 1px solid #f8f7fd;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.ghost-button:hover {
  background-color: #1c40be;
  border-color: #1c40be;
}

.ghost-button:focus {
  background-color: #78f0c6;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.flex-block-98 {
  z-index: 99999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #1115377a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.container-popup {
  box-sizing: border-box;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  object-fit: fill;
  background-color: #01081f;
  border: 2px solid #121828;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: auto;
  padding: 20px 40px 12px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  overflow: visible;
}

.flex-block-123 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.site_header-2 {
  z-index: 9999999;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #0006;
  border-bottom: 1px #f2f4f7;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.offer_button-2 {
  grid-column-gap: .5rem;
  color: #f8f7fd;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #78f0c600;
  border: 1px solid #f8f7fd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button-2:hover {
  background-color: #1c40be;
  border-color: #1c40be;
}

.offer_button-2:focus {
  background-color: #78f0c600;
  box-shadow: 0 1px 2px #1018280d;
}

.header_button_container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 240px;
}

.flex-block-2-copy {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-image: url('../images/Group-44.svg'), linear-gradient(113deg, #1c40be, #142d88);
  background-position: 40px 40px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 40px;
}

.why_section-copy {
  background-color: #fff;
  padding: 40px;
}

.form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex-block-135 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-block-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: flex;
}

.div-block-3.mob {
  width: 100%;
  max-width: none;
  display: none;
}

.div-block-3.long-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
}

.pricing_button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #78f0c600;
  border: 1.5px solid #37baf3;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 56px;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: .625rem 1.125rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.pricing_button:hover {
  background-color: #37baf31f;
  border-color: #37baf3;
}

.pricing_button:focus {
  background-color: #78f0c6;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.pricing_button.left {
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}

.header_2 {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.header_2.dark {
  color: #000;
  font-weight: 700;
}

.header_2.blue {
  color: #1c40be;
  font-weight: 700;
}

.header_2.white {
  color: #fff;
  font-weight: 700;
}

.flex-block-134 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.text-field {
  color: #01081f;
  background-color: #fbfbfd;
  border: 1px solid #01081f66;
  border-radius: 12px;
  height: 100%;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-field:focus {
  border-bottom-color: #37baf3;
}

.form-header-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #324cc6;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  display: block;
}

.countdown_section-copy {
  background-color: #fff;
  background-image: none;
}

.offer_button-copy {
  grid-column-gap: .5rem;
  color: #111537;
  text-align: center;
  white-space: nowrap;
  background-color: #78f0c600;
  background-image: linear-gradient(138deg, #419bf6, #44a0f1 14%, #4caee1 32%, #58c4c7 51%, #67deaa 69%);
  border: 1.5px #37baf3;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 56px;
  margin-left: 0;
  margin-right: 0;
  padding: .625rem 1.125rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button-copy:hover {
  background-color: #37baf31f;
  background-image: linear-gradient(164deg, #419bf6, #44a0f1 14%, #4caee1 32%, #58c4c7 51%, #67deaa 69%);
  border-color: #37baf3;
}

.offer_button-copy:focus {
  background-color: #78f0c6;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.offer_button-9 {
  grid-column-gap: .5rem;
  color: #f8f7fd;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #78f0c600;
  border: 1px solid #f8f7fd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button-9:hover {
  background-color: #1c40be;
  border-color: #1c40be;
}

.offer_button-9:focus {
  background-color: #78f0c600;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button-9.blue {
  grid-column-gap: 12px;
  box-shadow: none;
  cursor: pointer;
  background-color: #1c40be;
  border: .5px solid #fff3;
  border-radius: 28px;
  padding: 16px 32px;
  font-family: Plus Jakarta Sans, sans-serif;
}

.offer_button-9.blue:hover {
  background-color: #385de1;
}

.flex-block-143 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 40px 60px;
}

.error-message-4 {
  color: #e12d39;
  background-color: #111537;
  height: 0;
  margin-top: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
}

.success-message-4 {
  background-color: #11153700;
  width: 100%;
}

.form-block {
  width: 100%;
  max-width: none;
}

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  width: 100%;
  max-width: 1020px;
  margin: 60px auto;
  display: grid;
}

.div-block-2.center {
  grid-template-columns: 2.75fr 1.5fr;
  place-items: start stretch;
  margin-top: 40px;
  margin-bottom: 40px;
}

.body-2 {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.body-2.dark {
  color: #000;
  max-width: 560px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.body-2.light {
  color: #fff;
  text-align: center;
  max-width: 672px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.body-2.caption {
  color: #fff;
  text-align: center;
  max-width: 672px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.body-2.lightonblue {
  color: #fff;
  max-width: 560px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.body-2.dark-copy-copy {
  color: #142d88;
  max-width: 560px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.body-2.white {
  color: #fff;
  max-width: 560px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.body-2.dark-copy {
  color: #000;
  max-width: 560px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.body-2.gray {
  color: #f8f7fdb3;
  max-width: 560px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.body-2.lightonblue-copy {
  color: #121828;
  max-width: 560px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.image {
  max-width: none;
  height: 48px;
}

.flex-block-144 {
  background-color: #1c40be;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
}

.offer_button-10 {
  grid-column-gap: .5rem;
  color: #f8f7fd;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #78f0c600;
  border: 1px solid #f8f7fd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button-10:hover {
  background-color: #1c40be;
  border-color: #1c40be;
}

.offer_button-10:focus {
  background-color: #78f0c600;
  border-width: 1px;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button-10.white {
  grid-column-gap: 12px;
  color: #121828;
  cursor: pointer;
  background-color: #f8f7fd;
  border: 1.5px #0003;
  border-radius: 28px;
  padding: 16px 32px;
  box-shadow: 0 4px 8px #142d88;
}

.offer_button-10.white:hover {
  background-color: #f8f7fd;
}

.flex-block-159 {
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.offer_button-11 {
  grid-column-gap: .5rem;
  color: #f8f7fd;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #78f0c600;
  border: 1px solid #f8f7fd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button-11:hover {
  background-color: #1c40be;
  border-color: #1c40be;
}

.offer_button-11:focus {
  background-color: #78f0c600;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button-11.blue {
  grid-column-gap: 12px;
  box-shadow: none;
  cursor: pointer;
  background-color: #1c40be;
  border: .5px solid #fff3;
  border-radius: 28px;
  padding: 16px 32px;
}

.offer_button-11.blue:hover {
  background-color: #385de1;
}

.offer_button-11.onblue {
  grid-column-gap: 12px;
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  background-color: #477bff0d;
  border: .5px solid #fff3;
  border-radius: 28px;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 24px;
  font-size: 16px;
  line-height: 24px;
}

.offer_button-11.onblue:hover {
  color: #1c40be;
  background-color: #385de126;
}

.offer_button-11.onblue2 {
  grid-column-gap: 12px;
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  background-color: #fff3;
  border: .5px solid #fff3;
  border-radius: 28px;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 24px;
  font-size: 16px;
  line-height: 24px;
}

.offer_button-11.onblue2:hover {
  color: #1c40be;
  background-color: #385de126;
}

.flex-block-109 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: 560px;
}

.section {
  background-color: #12182800;
  background-image: url('../images/Group-44.svg');
  background-position: 75% 75%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 80px 40px;
}

.image-41 {
  width: 40%;
  max-width: 500px;
}

.text-span-6 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#477bff, #1c40be);
  -webkit-background-clip: text;
  background-clip: text;
}

.button_icon-copy.right {
  rotate: 45deg;
}

.slider {
  background-color: #01081f;
  height: 560px;
}

.flex-block-159-copy {
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.section-copy {
  background-color: #01081f;
  padding: 80px 40px 0;
}

.flex-block-160 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px;
}

.flex-block-161 {
  background-color: #f8f7fd;
  border-radius: 40px;
}

.flex-block-162 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f8f7fd;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.flex-block-162.lightblue {
  background-color: #a3d6fa;
  width: 100%;
}

.flex-block-162.blue {
  background-color: #1c40be;
  border: .5px solid #fff3;
  width: 100%;
}

.body_6 {
  color: #222;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.body_6.pop-up {
  width: 100%;
}

.body_6.white {
  color: #f8f7fd;
}

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

.value {
  color: #222;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.value.pop-up {
  width: 100%;
}

.value.white {
  color: #f8f7fd;
}

.flex-block-164 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-165 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.link-2 {
  color: #477bff;
}

.flex-block-166 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-2-copy-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/Group-44.svg'), linear-gradient(113deg, #1c40be, #142d88);
  background-position: 40px 40px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 40px;
}

.flex-block-167 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-168 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  max-width: 50%;
}

.flex-block-108 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  max-width: 1130px;
}

.flex-block-108.left {
  flex-flow: row-reverse;
  max-width: none;
}

.offer_button-12 {
  grid-column-gap: .5rem;
  color: #f8f7fd;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #78f0c600;
  border: 1px solid #f8f7fd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button-12:hover {
  background-color: #1c40be;
  border-color: #1c40be;
}

.offer_button-12:focus {
  background-color: #78f0c600;
  border-width: 1px;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button-12.white {
  grid-column-gap: 12px;
  color: #121828;
  cursor: pointer;
  background-color: #f8f7fd;
  border: 1.5px #0003;
  border-radius: 28px;
  padding: 16px 32px;
  box-shadow: 0 4px 8px #142d88;
}

.offer_button-12.white:hover {
  background-color: #f8f7fd;
}

.flex-block-169 {
  background-color: #1c40be;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
}

.flex-block-170 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.flex-block-171 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 40px;
}

.flex-block-172 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.body_1-2 {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  color: #f8f7fd;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.flex-block-173 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

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

.section-2 {
  background-image: linear-gradient(348deg, #121828, #01081f 42%);
}

.section-2.grad {
  background-image: linear-gradient(0deg, #121828, #01081f 42%);
}

.flex-block-175, .flex-block-176 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.flex-block-177 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.image-41-copy {
  background-image: url('../images/Frame-1000005687.svg');
  background-position: 1% 1%;
  background-repeat: no-repeat;
  background-size: 200px;
  width: 40%;
  max-width: 500px;
}

.why_section-copy-2 {
  background-color: #fff;
  padding: 40px;
}

.flex-block-107 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-178 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
}

.heading_1-2 {
  color: #f8f7fd;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.heading_1-2.blue {
  color: #477bff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #477bff, #1c40be);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading_1-2.centered.dark {
  color: #343336;
}

.flex-block-copy {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-image: url('../images/Group-43.svg'), linear-gradient(113deg, #477bff26, #477bff12);
  background-position: 95% 40px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 40px;
}

.flex-block-107-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
}

.image-42 {
  width: 40%;
  max-width: 460px;
}

.text-span-7, .text-span-8 {
  color: #1c40be;
  font-weight: 700;
}

.flex-block-179 {
  background-image: url('../images/Group-34.svg'), linear-gradient(213deg, #fff, #f8f7fd);
  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border: 1px solid #1c40be33;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
}

.flex-block-179.blue {
  background-image: linear-gradient(#1c40be, #477bff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 340px;
}

.flex-block-180 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  width: 100%;
}

.flex-block-181 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.text-span-8-copy {
  color: #fff;
  font-weight: 700;
}

.flex-block-179-copy {
  background-image: url('../images/Group-34.svg'), linear-gradient(213deg, #fff, #f8f7fd);
  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border: 1px solid #1c40be33;
  border-radius: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 340px;
  padding: 24px;
}

.flex-block-179-copy.blue {
  background-image: linear-gradient(#1c40be, #477bff);
}

.flex-block-179-copy.small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url('../images/Group-34.svg'), linear-gradient(140deg, #ffffffe6 50%, #fff6);
  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  justify-content: space-between;
  align-items: flex-start;
  height: 204px;
  padding: 40px;
}

.flex-block-179-copy.small2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url('../images/Group-34.svg'), linear-gradient(225deg, #477bff, #477bff 0%, #477bff80 79%);
  background-position: 95% 5%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  justify-content: space-between;
  align-items: flex-start;
  height: 204px;
  padding: 40px;
}

.button_text_main-copy {
  color: #1c40be;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.button_text_main-copy.onblue {
  color: #fff;
}

.flex-block-182 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-183 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
}

.flex-block-184 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
}

.flex-block-185 {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
}

.text-span-9 {
  color: gold;
}

.flex-block-186 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
}

.body-2-copy {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.body-2-copy.dark {
  color: #000;
  max-width: 560px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.body-2-copy.light {
  color: #fff;
  text-align: center;
  max-width: 672px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.body-2-copy.caption {
  color: #fff;
  text-align: center;
  max-width: 672px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.body-2-copy.dark-copy {
  color: #121828;
  max-width: 560px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 400;
  line-height: 34px;
}

.body-2-copy.lightonblue {
  color: #fff;
  max-width: 560px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.body-2-copy.dark-copy-copy {
  color: #142d88;
  max-width: 560px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.body-2-copy.white {
  color: #fff;
  max-width: 560px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.body-2-copy.dark-copy {
  color: #000;
  max-width: 560px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.body-2-copy.gray {
  color: #f8f7fdb3;
  max-width: 560px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.text-span-10 {
  color: #1c40be;
  font-weight: 700;
}

.flex-block-179-copy-c2 {
  background-image: url('../images/Group-34.svg'), linear-gradient(213deg, #fff, #f8f7fd);
  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border: 1px solid #1c40be33;
  border-radius: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 340px;
  padding: 24px;
}

.flex-block-179-copy-c2.blue {
  background-image: linear-gradient(#1c40be, #477bff);
}

.flex-block-179-copy-c2.small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url('../images/Group-34.svg'), linear-gradient(140deg, #ffffffe6 50%, #fff6);
  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  justify-content: space-between;
  align-items: flex-start;
  height: 204px;
  padding: 40px;
}

.flex-block-179-copy-c2.small2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url('../images/Group-34.svg'), linear-gradient(225deg, #477bff, #477bff 0%, #477bff80 79%);
  background-position: 95% 5%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  justify-content: space-between;
  align-items: flex-start;
  height: 204px;
  padding: 40px;
}

.flex-block-179-copy-c1 {
  background-image: url('../images/Group-34.svg'), linear-gradient(213deg, #fff, #f8f7fd);
  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border: 1px solid #1c40be33;
  border-radius: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 340px;
  padding: 24px;
}

.flex-block-179-copy-c1.blue {
  background-image: linear-gradient(#1c40be, #477bff);
}

.flex-block-179-copy-c1.small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url('../images/Group-34.svg'), linear-gradient(140deg, #ffffffe6 50%, #fff6);
  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  justify-content: space-between;
  align-items: flex-start;
  height: 204px;
  padding: 40px;
}

.flex-block-179-copy-c1.small2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url('../images/Group-34.svg'), linear-gradient(225deg, #477bff, #477bff 0%, #477bff80 79%);
  background-position: 95% 5%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  justify-content: space-between;
  align-items: flex-start;
  height: 204px;
  padding: 40px;
}

.right-arrow, .left-arrow {
  opacity: .25;
}

.background-video {
  width: 100%;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  width: 656px;
  min-width: 656px;
  max-width: 656px;
  height: 490px;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.background-video-2 {
  background-image: linear-gradient(289deg, #01081f 30%, #01081f00 50%), linear-gradient(115deg, #01081f 25%, #01081f00 41%);
  min-width: 924px;
  overflow: hidden;
}

.text-span-11 {
  color: #477bff;
}

.body_1-3 {
  opacity: 0;
  color: #f8f7fd;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.heading_1-copy {
  color: #f8f7fd;
  text-align: center;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.heading_1-copy.blue {
  color: #477bff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #477bff, #1c40be);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading_1-copy.large {
  text-align: left;
  z-index: 100;
  min-width: 495px;
  font-size: 52px;
  line-height: 60px;
}

.heading_1-copy.blue-copy {
  color: #477bff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #477bff, #1c40be);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 52px;
  line-height: 60px;
}

.heading_1-copy.pale {
  color: #f8f7fd80;
  font-weight: 500;
}

.heading_1-copy.centered-copy {
  text-align: left;
}

.heading_1-copy.blue-copy {
  color: #477bff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #477bff, #1c40be);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading_1-copy.blue-copy-3 {
  color: #477bff;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #477bff, #1c40be);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 80px;
  line-height: 98px;
}

.section_container-white {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: none;
  background-position: 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  padding: 0 40px 40px;
}

.background-video-2-copy {
  background-image: none;
  justify-content: center;
  align-items: center;
  min-width: 924px;
  display: flex;
  overflow: hidden;
}

.image-43 {
  width: 656px;
  height: 498.635px;
}

.flex-block-187 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
}

.flex-block-175-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
}

.text_block_container-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.button_icon-3.rotate {
  rotate: 315deg;
}

.block_container-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  width: 520px;
}

.section_container-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  padding: 80px 40px 100px;
}

.highlignt_text_container-2.horizontal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}

.body_1-4 {
  color: #f8f7fd;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.body_1-4.center-copy {
  text-align: left;
  width: 100%;
  max-width: none;
  font-size: 14px;
  line-height: 24px;
}

.body_1-4.center {
  text-align: center;
  max-width: 670px;
  font-size: 14px;
  line-height: 24px;
}

.offer_button-13 {
  grid-column-gap: .5rem;
  color: #f8f7fd;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #78f0c600;
  border: 1px solid #f8f7fd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button-13:hover {
  background-color: #1c40be;
  border-color: #1c40be;
}

.offer_button-13:focus {
  background-color: #78f0c600;
  border-width: 1px;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button-13.blue {
  grid-column-gap: 12px;
  box-shadow: none;
  cursor: pointer;
  background-color: #1c40be;
  border: .5px solid #fff3;
  border-radius: 28px;
  padding: 16px 32px;
}

.offer_button-13.blue:hover {
  background-color: #385de1;
}

.highlignt_text_container-copy {
  z-index: 100;
  width: 100%;
}

.highlignt_text_container-copy.horizontal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
}

.highlignt_text_container-copy.horizontal-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.promo-block-border-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #01081f;
  background-image: linear-gradient(90deg, #fff3, #9993);
  border: 2px #000;
  border-radius: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2px;
  overflow: visible;
}

.heading_1-3 {
  color: #f8f7fd;
  font-family: Nunito Sans, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
}

.heading_1-3.gold {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e9c665, #ffd22f);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 36px;
  line-height: 36px;
}

.flex-block-188 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
}

.flex-block-124 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
}

.body_5-copy {
  color: #f8f7fd;
  max-width: 579px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.flex-block-189 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 980px;
}

.hero_section-2 {
  background-color: #01081f;
}

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

.button_text_main-copy-2 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.promo-block-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #01081f00;
  background-image: url('../images/Group-53.png'), linear-gradient(90deg, #020a26 27%, #1c40be);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 91px, auto;
  border: 2px #000;
  border-radius: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 22px 170px 22px 24px;
  overflow: visible;
}

.offer_button-14 {
  grid-column-gap: .5rem;
  color: #f8f7fd;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #78f0c600;
  border: 1px solid #f8f7fd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button-14:hover {
  background-color: #1c40be;
  border-color: #1c40be;
}

.offer_button-14:focus {
  background-color: #78f0c600;
  border-width: 1px;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button-14.white-copy {
  grid-column-gap: 12px;
  color: #121828;
  cursor: pointer;
  background-color: #f8f7fd;
  border: 1.5px #0003;
  border-radius: 28px;
  padding: 16px 28px;
  box-shadow: 0 4px 8px #142d88;
}

.offer_button-14.white-copy:hover {
  background-color: #f8f7fd;
}

.flex-block-2-copy-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 0;
}

.flex-block-190 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 40px;
}

.flex-block-191 {
  background-color: #1c40be;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
}

.flex-block-125 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.flex-block-126 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.body_1-mobile {
  color: #f8f7fd;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: none;
}

.code-embed {
  width: 100%;
  max-width: 400px;
  margin-left: 0;
  margin-right: 0;
}

.flex-block-192 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.body_1-desktop {
  color: #f8f7fd;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.why_section-gradient {
  background-image: linear-gradient(#01081f, #121828 33% 67%, #01081f);
}

.flex-block-vertical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.link-2-mobile, .link-3 {
  color: #477bff;
  font-weight: 500;
}

.flex-block-193 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.heading_1-4 {
  color: #f8f7fd;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.heading_1-4.blue {
  color: #477bff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #477bff, #1c40be);
  -webkit-background-clip: text;
  background-clip: text;
}

.offer_button-15 {
  grid-column-gap: .5rem;
  color: #f8f7fd;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #78f0c600;
  border: 1px solid #f8f7fd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button-15:hover {
  background-color: #1c40be;
  border-color: #1c40be;
}

.offer_button-15:focus {
  background-color: #78f0c600;
  border-width: 1px;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button-15.white {
  grid-column-gap: 12px;
  color: #121828;
  cursor: pointer;
  background-color: #f8f7fd;
  border: 1.5px #0003;
  border-radius: 28px;
  padding: 16px 32px;
  box-shadow: 0 4px 8px #142d88;
}

.offer_button-15.white:hover {
  background-color: #f8f7fd;
}

.flex-block-194 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.offer_button-16 {
  grid-column-gap: .5rem;
  color: #f8f7fd;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #78f0c600;
  border: 1px solid #f8f7fd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button-16:hover {
  background-color: #1c40be;
  border-color: #1c40be;
}

.offer_button-16:focus {
  background-color: #78f0c600;
  border-width: 1px;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button-16.blue {
  grid-column-gap: 12px;
  box-shadow: none;
  cursor: pointer;
  background-color: #1c40be;
  border: .5px solid #fff3;
  border-radius: 28px;
  padding: 16px 32px;
}

.offer_button-16.blue:hover {
  background-color: #385de1;
}

.body_2-2 {
  color: #f8f7fd;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.promo-block-main-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #01081f00;
  background-image: url('../images/quachatbackgrnd.png'), linear-gradient(90deg, #020a26 27%, #1c40be);
  background-position: 75% 34%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 280%, auto;
  border: 2px #000;
  border-radius: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 22px 24px;
  overflow: visible;
}

.flex-block-195 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
}

.flex-block-218 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-block-219 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
}

.hero_section-3 {
  background-color: #01081f;
}

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

.button_text_main-copy-3 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.flex-block-220 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.body_5-copy-copy {
  color: #f8f7fd;
  max-width: 579px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

.heading_1-5 {
  color: #f8f7fd;
  text-transform: uppercase;
  font-family: Nunito Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

.offer_button-17 {
  grid-column-gap: .5rem;
  color: #f8f7fd;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #78f0c600;
  border: 1px solid #f8f7fd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button-17:hover {
  background-color: #1c40be;
  border-color: #1c40be;
}

.offer_button-17:focus {
  background-color: #78f0c600;
  border-width: 1px;
  box-shadow: 0 1px 2px #1018280d;
}

.offer_button-17.white-copy {
  grid-column-gap: 12px;
  color: #121828;
  cursor: pointer;
  background-color: #f8f7fd;
  border: 1.5px #0003;
  border-radius: 28px;
  padding: 16px 28px;
  box-shadow: 0 4px 8px #142d88;
}

.offer_button-17.white-copy:hover {
  background-color: #f8f7fd;
}

.offer_button-17.white {
  grid-column-gap: 12px;
  color: #121828;
  cursor: pointer;
  background-color: #f8f7fd;
  border: 1.5px #0003;
  border-radius: 28px;
  padding: 16px 32px;
  box-shadow: 0 4px 8px #142d88;
}

.offer_button-17.white:hover {
  background-color: #f8f7fd;
}

.flex-block-221 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
}

.flex-block-222 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
}

.hero_section-4 {
  background-color: #01081f;
}

.flex-block-223 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.button_text_main-copy-4 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.flex-block-224 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.promo-block-main-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #01081f00;
  background-image: url('../images/quachatbackgrnd.png'), linear-gradient(90deg, #020a26 27%, #1c40be);
  background-position: 75% 34%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 280%, auto;
  border: 2px #000;
  border-radius: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 22px 24px;
  overflow: visible;
}

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

.text-block-12 {
  color: #f5f5f7b3;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.flex-block-225 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.flex-block-226 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.text-block-13 {
  color: #f5f5f7;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.text-block-14 {
  color: #477bff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.text-block-16 {
  color: #f5f5f7b3;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.link-4 {
  color: #477bff;
  font-weight: 500;
}

.flex-block-214 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.equity_commissions {
  background-color: #ffffff1a;
  border-left: 12px solid #8aaaf0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 48px;
}

.equity_commissions.to5m {
  border-left-color: #132e8a;
  padding: 12px 20px;
}

.equity_commissions._40m {
  padding: 12px 20px;
}

.equity_commissions._20m {
  border-left-color: #4d6fd4;
  padding: 12px 20px;
}

.equity_commissions._5m {
  border-left-color: #1c40be;
  padding: 12px 20px;
}

.equity_commissions.base {
  border-left-color: #0a1d5c;
  padding: 12px 20px;
}

.text-block-15 {
  color: #477bff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}

.flex-block-212 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-213 {
  background-color: #477bff33;
  border-radius: 12px;
  padding: 2px 8px;
}

.flex-block-217 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: 24px;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}

.text-span-2 {
  color: #ff7538;
  font-weight: 400;
}

.tabs-menu {
  background-color: #ffffff1a;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 8px;
  display: flex;
}

.flex-block-227 {
  background-color: #477bff33;
  border-radius: 12px;
  padding: 2px 8px;
}

.flex-block-228 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.text-block-20 {
  color: #477bff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}

.flex-block-229 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.section-3 {
  background-color: #01081f;
  background-image: none;
  padding: 80px 40px;
}

.flex-block-198 {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.text-block-21 {
  color: #f5f5f7b3;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.code-embed-3 {
  width: 100%;
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
}

.flex-block-230 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: 24px;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}

.flex-block-231 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.tabs {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.flex-block-232 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: 100%;
  max-width: 600px;
}

.text-block-17 {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.tabs-content {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  min-height: 400px;
  display: flex;
}

.text-block-19 {
  color: #f5f5f7b3;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.tab-pane-equity {
  width: 100%;
}

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

.tablink {
  color: #f8f7fd;
  background-color: #ddd0;
  border-radius: 24px;
  padding: 8px 24px;
}

.tablink.w--current {
  background-color: #1c40be;
  padding: 8px 24px;
  box-shadow: 0 2px 4px #00000080;
}

.heading_1-6 {
  color: #f8f7fd;
  text-transform: uppercase;
  font-family: Nunito Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 76px;
}

.heading_1-6.blue-copy {
  color: #477bff;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #477bff, #1c40be);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 40px;
  line-height: 52px;
}

.heading_1-6.centered-copy {
  text-transform: none;
  font-size: 40px;
  line-height: 52px;
}

.tab-pane-options {
  width: 100%;
}

.flex-block-234 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.text-block-18 {
  color: #f5f5f7;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.flex-block-196 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
}

.flex-block-197 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-235 {
  background-color: #1c40be;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
}

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

.text-block-22 {
  color: #f5f5f7b3;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.flex-block-237 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.video {
  border-radius: 12px;
}

.flex-block-238 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.text-block-23 {
  color: #477bff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.text-block-24 {
  color: #f5f5f7b3;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.flex-block-131 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  overflow: clip;
}

.link-5 {
  color: #477bff;
  font-weight: 500;
}

.flex-block-239 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.flex-block-240 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.flex-block-241 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.text-block-25 {
  color: #477bff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}

.heading_1-7 {
  color: #f8f7fd;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.heading_1-7.blue {
  color: #477bff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #477bff, #1c40be);
  -webkit-background-clip: text;
  background-clip: text;
}

.flex-block-242 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-243 {
  background-color: #477bff33;
  border-radius: 12px;
  padding: 2px 8px;
}

.flex-block-244 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: 24px;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .site_header {
    top: 0;
  }

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

  .offer_button.rounded {
    width: auto;
  }

  .header_button_container {
    width: 220px;
  }

  .header_container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading_1 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading_1.right_margin {
    margin-right: 40px;
  }

  .heading_1.center {
    text-align: center;
    margin-right: 40px;
  }

  .image_container {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 400px;
    display: flex;
  }

  .section_container {
    background-position: 0 0;
    background-size: auto;
    flex-flow: row-reverse;
    width: 100%;
    padding: 60px 24px 80px;
  }

  .block_container {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero_image {
    width: 100%;
    max-width: none;
    position: static;
  }

  .highlignt_text_container {
    margin-left: 0;
  }

  .flex-block {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .flex-block-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .adv_card._1 {
    padding: 40px 10%;
  }

  .adv_card._2, .adv_card._3, .adv_card._4 {
    padding: 80px 10% 40px;
  }

  .adv_card._5 {
    padding: 40px 10%;
  }

  .adv_card._2-vertical {
    background-position: 5% 12%, 0 0;
    padding-right: 60px;
  }

  .adv_card._3-vertical {
    background-position: 95% 12%, 5%, 0 0;
    padding-right: 60px;
  }

  .adv_card._1-vertical, .adv_card._4-vertical {
    background-position: 5%, 0 0;
    padding-right: 60px;
  }

  .heading_2 {
    font-size: 28px;
    line-height: 36px;
  }

  .flex-block-7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-9 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .flex-block-10 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .flex-block-12 {
    padding-right: 28px;
  }

  .banner_container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block {
    font-size: 16px;
    line-height: 24px;
  }

  .promo-block {
    flex-flow: column;
  }

  .ghost-button {
    justify-content: center;
    align-items: center;
  }

  .container-popup {
    height: auto;
    padding-right: 40px;
  }

  .site_header-2 {
    top: 0;
  }

  .offer_button-2 {
    justify-content: center;
    align-items: center;
  }

  .header_button_container-2 {
    width: 240px;
  }

  .flex-block-2-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
  }

  .offer_button-copy {
    justify-content: center;
    align-items: center;
    width: 300px;
  }

  .offer_button-9 {
    justify-content: center;
    align-items: center;
  }

  .flex-block-143 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-2.center {
    grid-template-columns: 1.5fr 1.5fr;
  }

  .offer_button-10, .offer_button-11 {
    justify-content: center;
    align-items: center;
  }

  .flex-block-2-copy-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-31 {
    max-width: 30%;
  }

  .offer_button-12 {
    justify-content: center;
    align-items: center;
  }

  .flex-block-171 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .flex-block-172 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading_1-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .flex-block-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading_1-copy {
    font-size: 32px;
    line-height: 40px;
  }

  .heading_1-copy.right_margin {
    margin-right: 40px;
  }

  .heading_1-copy.center {
    text-align: center;
    margin-right: 40px;
  }

  .section_container-white {
    background-position: 0 0;
    background-size: auto;
    flex-flow: row-reverse;
    width: 100%;
    padding: 60px 24px 80px;
  }

  .block_container-2 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section_container-2 {
    flex-flow: column-reverse;
    padding: 60px 24px 80px;
  }

  .offer_button-13 {
    justify-content: center;
    align-items: center;
  }

  .highlignt_text_container-copy {
    margin-left: 0;
  }

  .promo-block-border-copy {
    flex-flow: column;
  }

  .heading_1-3 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading_1-3.gold {
    font-size: 28px;
    line-height: 36px;
  }

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

  .flex-block-189 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .promo-block-main {
    flex-flow: column;
  }

  .offer_button-14 {
    justify-content: center;
    align-items: center;
  }

  .flex-block-2-copy-3 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .flex-block-190 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .flex-block-126 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .body_1-mobile {
    display: block;
  }

  .code-embed {
    max-width: none;
  }

  .body_1-desktop {
    display: none;
  }

  .flex-block-vertical {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading_1-4 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading_1-4.right_margin {
    margin-right: 40px;
  }

  .offer_button-15, .offer_button-16 {
    justify-content: center;
    align-items: center;
  }

  .promo-block-main-2 {
    flex-flow: column;
  }

  .flex-block-195 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .heading_1-5 {
    font-size: 32px;
    line-height: 40px;
  }

  .offer_button-17 {
    justify-content: center;
    align-items: center;
  }

  .flex-block-221 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .flex-block-223 {
    flex-flow: column;
  }

  .promo-block-main-3 {
    background-position: 125% 0, 0 0;
    background-size: 50%, auto;
    flex-flow: column;
  }

  .flex-block-226 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading_1-6 {
    font-size: 32px;
    line-height: 40px;
  }

  .flex-block-238 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading_1-7 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading_1-7.right_margin {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .site_header {
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  .offer_button {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1px;
  }

  .offer_button.rounded {
    height: 40px;
  }

  .offer_button.rounded.small {
    height: 36px;
  }

  .offer_button.blue {
    width: 100%;
  }

  .offer_button.white {
    width: auto;
  }

  .header_button_container {
    width: 180px;
  }

  .header_container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button_icon {
    height: 20px;
  }

  .heading_1 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading_1.right_margin, .heading_1.center {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .heading_1.large, .heading_1.large-copy {
    margin-left: 72px;
  }

  .heading_1.large-copy-copy {
    margin-left: 0;
  }

  .body_1.pop-up {
    font-size: 14px;
    line-height: 22px;
  }

  .section_container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text_block_container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .block_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .highlignt_text_container.horizontal {
    width: auto;
  }

  .highlignt_text_container.horizontal-copy {
    margin-left: 0;
  }

  .button_text_header {
    font-size: 12px;
    line-height: 20px;
  }

  .flex-block-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .adv_card._1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .adv_card._2, .adv_card._3, .adv_card._4 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .adv_card._5, .adv_card._2-vertical, .adv_card._3-vertical, .adv_card._1-vertical, .adv_card._4-vertical {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading_2 {
    font-size: 24px;
    line-height: 32px;
  }

  .flex-block-7 {
    padding: 60px 24px 40px;
  }

  .flex-block-8 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .js-clock {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: auto;
    min-width: auto;
    height: auto;
  }

  .clock-number {
    font-size: 32px;
    line-height: 44px;
  }

  .clock-label {
    font-size: 12px;
    line-height: 16px;
  }

  .countdown_number_container {
    border-radius: 16px;
    width: 80px;
    height: 80px;
    min-height: auto;
  }

  .body_2, .body_3 {
    line-height: 20px;
  }

  .flex-block-9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .flex-block-10 {
    padding-top: 40px;
  }

  .heading_3, .body_4 {
    line-height: 20px;
  }

  .site_banner {
    padding-left: 0;
    padding-right: 0;
  }

  .banner_container {
    height: 52px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block {
    font-size: 14px;
    line-height: 20px;
  }

  .promo-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .body_5 {
    font-size: 24px;
    line-height: 30px;
  }

  .ghost-button {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1px;
  }

  .flex-block-98 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-popup {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-left-width: 2px;
    border-radius: 20px;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 40px;
    top: auto;
  }

  .site_header-2 {
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  .offer_button-2 {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1px;
  }

  .header_button_container-2 {
    width: 180px;
  }

  .div-block-3.mob {
    display: flex;
  }

  .div-block-3.long-2 {
    display: none;
  }

  .pricing_button {
    font-size: 1rem;
  }

  .pricing_button:hover {
    background-color: #37baf31f;
    border-color: #78f0c6;
  }

  .header_2 {
    font-size: 24px;
    line-height: 32px;
  }

  .flex-block-134 {
    width: 100%;
  }

  .form-header-2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .offer_button-copy {
    font-size: 1rem;
  }

  .offer_button-copy:hover {
    background-color: #78f0c6;
    border-color: #78f0c6;
  }

  .offer_button-9 {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1px;
  }

  .offer_button-9.blue {
    width: 100%;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  .flex-block-143 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 40px 24px;
  }

  .div-block-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-2.center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 2.25fr;
  }

  .body-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .body-2.gray {
    font-size: 14px;
    line-height: 24px;
  }

  .flex-block-144 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .offer_button-10 {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1px;
  }

  .offer_button-10.white {
    width: auto;
  }

  .flex-block-159 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .offer_button-11 {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1px;
  }

  .offer_button-11.blue, .offer_button-11.onblue, .offer_button-11.onblue2 {
    width: 100%;
  }

  .section {
    padding-top: 40px;
  }

  .image-41 {
    width: 100%;
  }

  .button_icon-copy {
    height: 20px;
  }

  .slider {
    height: 800px;
  }

  .body_6.pop-up, .value.pop-up {
    font-size: 14px;
    line-height: 22px;
  }

  .flex-block-165 {
    flex-flow: column;
    max-width: 400px;
  }

  .offer_button-12 {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1px;
  }

  .offer_button-12.white {
    width: auto;
  }

  .flex-block-169 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .button_icon-2 {
    height: 20px;
  }

  .flex-block-176 {
    flex-flow: wrap;
  }

  .image-41-copy {
    width: 100%;
  }

  .flex-block-178 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
  }

  .heading_1-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .flex-block-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-42 {
    width: 100%;
  }

  .flex-block-179.blue {
    height: 280px;
  }

  .flex-block-181 {
    flex-flow: column;
  }

  .flex-block-179-copy {
    height: 250px;
  }

  .flex-block-183 {
    flex-flow: column;
  }

  .flex-block-185 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .body-2-copy {
    font-size: 24px;
    line-height: 32px;
  }

  .background-video-2 {
    background-image: linear-gradient(110deg, #01081f 23%, #01081f00 95%), linear-gradient(304deg, #01081f 21%, #01081f00 50%);
  }

  .heading_1-copy {
    font-size: 32px;
    line-height: 40px;
  }

  .heading_1-copy.right_margin, .heading_1-copy.center {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .heading_1-copy.large {
    margin-left: 72px;
  }

  .section_container-white {
    padding-left: 24px;
    padding-right: 24px;
  }

  .background-video-2-copy {
    background-image: linear-gradient(110deg, #01081f 23%, #01081f00 95%), linear-gradient(304deg, #01081f 21%, #01081f00 50%);
  }

  .text_block_container-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .button_icon-3 {
    height: 20px;
  }

  .block_container-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .section_container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .offer_button-13 {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1px;
  }

  .offer_button-13.blue {
    width: 100%;
  }

  .highlignt_text_container-copy.horizontal {
    width: auto;
  }

  .highlignt_text_container-copy.horizontal-copy {
    margin-left: 0;
  }

  .promo-block-border-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading_1-3 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading_1-3.gold {
    text-align: left;
  }

  .body_5-copy {
    min-width: auto;
  }

  .promo-block-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-size: auto 40px, auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 24px;
  }

  .offer_button-14 {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1px;
  }

  .offer_button-14.white-copy {
    width: auto;
  }

  .flex-block-191 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading_1-4 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading_1-4.right_margin {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .offer_button-15 {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1px;
  }

  .offer_button-15.white {
    width: auto;
  }

  .offer_button-16 {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1px;
  }

  .offer_button-16.blue {
    width: 100%;
  }

  .body_2-2 {
    line-height: 20px;
  }

  .promo-block-main-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-size: auto 40px, auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 24px;
  }

  .body_5-copy-copy {
    min-width: auto;
  }

  .heading_1-5 {
    font-size: 32px;
    line-height: 40px;
  }

  .offer_button-17 {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1px;
  }

  .offer_button-17.white-copy, .offer_button-17.white {
    width: auto;
  }

  .promo-block-main-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-position: 150% 50px, 0 0;
    background-size: 75%, auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 24px;
  }

  .heading_1-6 {
    font-size: 32px;
    line-height: 40px;
  }

  .flex-block-197 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .flex-block-235 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading_1-7 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading_1-7.right_margin {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .logo_container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: auto;
    margin-right: 20px;
  }

  .site_header {
    top: 0;
  }

  .logo_divider {
    height: 24px;
  }

  .logo_sizer.inf-copy {
    min-width: 180px;
  }

  .logo_1 {
    width: 120px;
    max-height: none;
    margin-top: 4px;
  }

  .logo_2 {
    vertical-align: baseline;
  }

  .offer_button {
    width: 100%;
  }

  .offer_button.rounded.small {
    height: 28px;
  }

  .offer_button.white {
    width: 100%;
  }

  .uui-navbar07_logo-link.inf.w--current {
    object-fit: fill;
    width: auto;
  }

  .header_button_container {
    width: 160px;
  }

  .logo_link.inf.w--current, .logo_link.inf-copy.w--current {
    object-fit: fill;
    width: auto;
  }

  .heading_1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
  }

  .heading_1.right_margin {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  .heading_1.centered {
    text-align: center;
  }

  .heading_1.center {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  .heading_1.large {
    min-width: auto;
    margin-left: 0%;
    font-size: 40px;
    line-height: 52px;
  }

  .heading_1.blue-copy {
    font-size: 40px;
    line-height: 52px;
  }

  .heading_1.centered-copy {
    text-align: center;
  }

  .heading_1.large-copy, .heading_1.large-copy-copy {
    min-width: auto;
    margin-left: 0%;
    font-size: 40px;
    line-height: 52px;
  }

  .body_1 {
    font-size: 16px;
    line-height: 24px;
  }

  .image_container {
    border-radius: 20px;
  }

  .section_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-image: none;
    background-position: 0 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block_container {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .highlignt_text_container {
    border: .5px #ffffff40;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding: 8px 16px;
  }

  .highlignt_text_container.horizontal {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .highlignt_text_container.horizontal-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .capital_heading_1 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .flex-block-6, .adv_card._1, .adv_card._2, .adv_card._3, .adv_card._4, .adv_card._5, .adv_card._2-vertical, .adv_card._3-vertical, .adv_card._1-vertical, .adv_card._4-vertical {
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-block-7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .js-clock {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

  .countdown_number_container {
    border-radius: 12px;
    width: 60px;
    height: 60px;
  }

  .body_3.bold.center {
    text-align: center;
  }

  .flex-block-10 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading_3.light {
    font-size: 12px;
    line-height: 18px;
  }

  .heading_3.dark.mobile {
    display: block;
  }

  .heading_3.dark.desktop {
    display: none;
  }

  .heading_3.dark {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }

  .flex-block-11 {
    width: 40%;
    min-width: 130px;
  }

  .flex-block-17 {
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .logo_1-copy {
    width: 100%;
    max-height: none;
    margin-top: 4px;
  }

  .text-block {
    font-size: 12px;
    line-height: 18px;
  }

  .promo-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .body_1-copy, .body_5 {
    font-size: 16px;
    line-height: 24px;
  }

  .ghost-button {
    width: 100%;
  }

  .flex-block-98 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-popup {
    background-image: none;
    border-left-width: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 0 12px;
    top: auto;
    overflow: visible;
  }

  .flex-block-123 {
    flex-flow: column-reverse;
  }

  .site_header-2 {
    top: 0;
  }

  .offer_button-2 {
    width: 100%;
  }

  .header_button_container-2 {
    width: 220px;
  }

  .flex-block-2-copy {
    border-radius: 24px;
    padding: 40px 20px;
  }

  .why_section-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing_button {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .pricing_button.left {
    width: 100%;
  }

  .flex-block-134 {
    flex-flow: column;
  }

  .form-header-2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .offer_button-copy, .offer_button-9 {
    width: 100%;
  }

  .flex-block-143 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-block-144 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .offer_button-10, .offer_button-10.white, .offer_button-11 {
    width: 100%;
  }

  .flex-block-160 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-162, .flex-block-162.lightblue, .flex-block-162.blue {
    border-radius: 20px;
  }

  .body_6, .value {
    font-size: 16px;
    line-height: 24px;
  }

  .flex-block-2-copy-2 {
    border-radius: 24px;
    padding: 40px 20px;
  }

  .flex-block-108 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .flex-block-108.left {
    flex-flow: column-reverse;
  }

  .image-31 {
    max-width: 100%;
  }

  .offer_button-12, .offer_button-12.white {
    width: 100%;
  }

  .flex-block-169 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-block-171 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body_1-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .flex-block-175 {
    flex-flow: column;
  }

  .heading_1-2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
  }

  .heading_1-2.centered {
    text-align: center;
  }

  .flex-block-copy {
    border-radius: 24px;
    padding: 40px 20px;
  }

  .right-arrow, .left-arrow {
    opacity: .05;
  }

  .div-block-4 {
    width: 400px;
    min-width: 400px;
    max-width: 400px;
    height: 320px;
  }

  .body_1-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading_1-copy {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
  }

  .heading_1-copy.right_margin {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  .heading_1-copy.centered {
    text-align: center;
  }

  .heading_1-copy.center {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  .heading_1-copy.large {
    min-width: auto;
    margin-left: 0%;
    font-size: 40px;
    line-height: 52px;
  }

  .heading_1-copy.blue-copy {
    font-size: 40px;
    line-height: 52px;
  }

  .heading_1-copy.centered-copy {
    text-align: center;
  }

  .section_container-white {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-image: none;
    background-position: 0 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .background-video-2-copy {
    background-image: none;
  }

  .image-43 {
    width: auto;
    height: 320px;
  }

  .flex-block-175-copy {
    flex-flow: column;
  }

  .button_icon-3.rotate {
    height: 16px;
  }

  .section_container-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .highlignt_text_container-2.horizontal {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .body_1-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .body_1-4.center-copy {
    margin-left: 0;
    margin-right: 20px;
  }

  .body_1-4.center {
    margin-left: 20px;
    margin-right: 20px;
  }

  .offer_button-13 {
    width: 100%;
  }

  .highlignt_text_container-copy {
    border: .5px #ffffff40;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding: 8px 16px;
  }

  .highlignt_text_container-copy.horizontal {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .highlignt_text_container-copy.horizontal-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .promo-block-border-copy {
    padding-left: 2px;
    padding-right: 2px;
  }

  .heading_1-3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
  }

  .heading_1-3.gold {
    text-align: left;
    max-width: 260px;
    font-size: 20px;
    line-height: 24px;
  }

  .body_5-copy {
    text-align: left;
    min-width: auto;
    font-size: 12px;
    line-height: 18px;
  }

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

  .button_text_main-copy-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .promo-block-main {
    background-size: auto 40px, auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .offer_button-14 {
    width: 100%;
  }

  .offer_button-14.white-copy {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .flex-block-2-copy-3, .flex-block-190 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-191 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .body_1-mobile, .body_1-desktop {
    font-size: 16px;
    line-height: 24px;
  }

  .heading_1-4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
  }

  .heading_1-4.right_margin {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  .offer_button-15, .offer_button-15.white, .offer_button-16 {
    width: 100%;
  }

  .promo-block-main-2 {
    background-size: auto 40px, auto;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .flex-block-218 {
    flex-flow: column;
  }

  .button_text_main-copy-3 {
    font-size: 12px;
    line-height: 18px;
  }

  .body_5-copy-copy {
    text-align: left;
    min-width: auto;
    font-size: 12px;
    line-height: 18px;
  }

  .heading_1-5 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
  }

  .offer_button-17 {
    width: 100%;
  }

  .offer_button-17.white-copy {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .offer_button-17.white {
    width: 100%;
  }

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

  .flex-block-223 {
    flex-flow: column;
  }

  .button_text_main-copy-4 {
    font-size: 12px;
    line-height: 18px;
  }

  .promo-block-main-3 {
    background-position: 125%, 0 0;
    background-size: 50%, auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-block-216, .flex-block-214 {
    width: 100%;
  }

  .equity_commissions.to5m {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .equity_commissions._40m {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .equity_commissions._20m, .equity_commissions._5m, .equity_commissions.base {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .flex-block-229 {
    width: 100%;
  }

  .tabs, .tabs-content {
    height: auto;
  }

  .flex-block-233 {
    width: 100%;
  }

  .heading_1-6 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
  }

  .heading_1-6.blue-copy, .heading_1-6.centered-copy {
    text-align: center;
  }

  .flex-block-235 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-block-236, .flex-block-239 {
    width: 100%;
  }

  .heading_1-7 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
  }

  .heading_1-7.right_margin {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }
}


