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

.nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blue-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  min-height: auto;
  min-width: 120px;
  margin-top: 0px;
  padding: 20px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: -1px 1px 4px -1px #4d60fc;
  text-align: center;
  cursor: pointer;
}

.blue-button.white-fill {
  border-color: #4d61fc;
  background-color: #fff;
}

.blue-button.top {
  box-shadow: -1px 1px 4px -1px #4d60fc;
}

.blue-button.bottom-blue {
  background-color: #00396b;
}

.blue-button-text {
  border: 0px solid #fff;
  color: #00396b;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 700;
  white-space: nowrap;
}

.blue-button-text.white-fill-text {
  color: #4d61fc;
}

.blue-button-text.bottom-blue-text {
  color: #fff;
}

.white-button.blue-button {
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
}

.white-button.blue-button.top {
  box-shadow: -1px 1px 4px -1px #000635;
}

.white-button.blue-button.bottom-white-button {
  border-color: #00396b;
}

.white-button-text {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.white-button-text.bottom-white-button-text {
  color: #00396b;
}

.logo-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-image {
  display: none;
  max-height: 40px;
  max-width: 40px;
  min-width: 0px;
  margin-right: 10px;
}

.logo-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.launch-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-top: 40px;
  margin-bottom: 80px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-text {
  margin-top: 0em;
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 48px;
  line-height: 1.3em;
  font-weight: 700;
}

.title-subtext {
  max-width: 390px;
  opacity: 0.9;
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
}

.button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.black-bold-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.25em;
  line-height: 1.2em;
  font-weight: 700;
}

.black-bold-text.built-for {
  margin-top: 30px;
  padding-bottom: 20px;
}

.black-bold-text.why-text {
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  text-align: center;
}

.black-bold-text.mid-section-text-stuff {
  margin-bottom: 40px;
}

.more-info-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-header-text {
  max-width: 350px;
  margin-bottom: 0.5em;
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 700;
}

.bold-header-text.fullline {
  max-width: none;
  font-size: 2.25em;
}

.bold-header-text.fullline.pricing-text {
  margin-bottom: 1.5em;
}

.regular-text-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.9;
  font-size: 16px;
  line-height: 1.4em;
  text-align: left;
}

.regular-text-gray.center-aligned {
  margin-bottom: 3.5em;
  text-align: center;
}

.how-it-works-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.pricing-section {
  display: none;
  margin-bottom: 90px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.body {
  font-family: Lato, sans-serif;
  color: #303030;
  font-weight: 400;
}

.about-us {
  display: none;
  color: #fff;
  font-weight: 700;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.title-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  padding-top: 0em;
  padding-right: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.image {
  display: none;
  max-width: 530px;
  border-radius: 3px;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.25);
}

.company-image {
  width: auto;
  height: 30px;
  max-height: none;
  max-width: none;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.company-row {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.example-image {
  display: none;
  max-width: 480px;
  border-radius: 10px;
  box-shadow: 0 0 10px -6px #000;
}

.sequence-image {
  width: 230px;
  margin-bottom: 5px;
}

.sequence-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sequence-row {
  display: none;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sequence-row.pro-spacing {
  margin-bottom: 70px;
}

.sequence-text {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}

.pricing-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 320px;
  min-height: 0px;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding: 25px 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0 1px 7px 0 rgba(34, 40, 94, 0.22);
}

.pricing-card.purple-edging {
  width: 264px;
  border: 1.5px solid #4d61fc;
}

.feature-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.yes-no-image {
  width: 17px;
  margin-right: 10px;
  font-size: 16px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #404040;
}

.div-block-3.pro-footer {
  margin-top: 100px;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 0.6;
  color: #fff;
}

.div-block-4 {
  width: 80%;
}

.pricing-tier {
  margin-top: 11px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
}

.pricing-tier-subtext {
  margin-bottom: 30px;
  opacity: 0.8;
  color: #3d3d3d;
}

.price {
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
  color: #b9c2d2;
  font-weight: 700;
}

.by-amount {
  margin-bottom: 20px;
  opacity: 0.8;
  color: #3d3d3d;
}

.by-amount.special-amount {
  margin-bottom: 32px;
  padding-top: 35px;
  padding-bottom: 40px;
  color: #000;
  font-size: 20px;
}

.text-span {
  padding-right: 5px;
  color: #000;
  font-size: 70px;
  line-height: 100%;
  font-weight: 400;
}

.yes-no-text {
  font-size: 16px;
  font-weight: 300;
}

.feature-group {
  padding: 10px 10px 10px 30px;
}

.container {
  padding-bottom: 100px;
}

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

.link-block-3 {
  text-decoration: none;
}

.form-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 350px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #6338ff;
}

.form-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 10px 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 10px;
  background-color: #fff;
}

.form-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  font-size: 25px;
  font-weight: 700;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.field-label {
  margin-bottom: 2px;
  color: #b8b8b8;
  font-weight: 400;
}

.text-field {
  width: 230px;
  height: 44px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
  border-radius: 4px;
}

.link-block-4 {
  color: #303030;
  text-decoration: none;
}

.link-block-5 {
  color: #303030;
  text-decoration: none;
}

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

.link-block-7 {
  text-decoration: none;
}

.link-block-8 {
  text-decoration: none;
}

.link-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.image-2 {
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.why-we-made-this {
  display: none;
  margin-top: 30px;
  padding-top: 25px;
  padding-bottom: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-8 {
  max-width: 350px;
}

.frustrated-photo {
  display: none;
  height: 400px;
}

.text-block-3 {
  text-align: center;
}

.div-block-9 {
  padding-right: 15vw;
  padding-bottom: 25px;
  padding-left: 15vw;
  background-color: #00396b;
}

.benefits-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  grid-template-areas: ". . . ." ". . . ." ". . . Area";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-header-text {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.grid-box {
  padding: 20px 20px 25px 25px;
  border-radius: 10px;
  box-shadow: 2px 2px 4px 2px rgba(63, 63, 63, 0.15);
}

.grid-body-text {
  color: #5f5e5e;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.details-section {
  padding-right: 15vw;
  padding-left: 15vw;
}

.text-block-4 {
  display: none;
  max-width: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-10 {
  width: 400px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-5 {
  font-size: 18px;
  text-align: center;
}

.portal-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  padding-top: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 11vw;
  padding-left: 11vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.right-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fund-title {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.navbar-options {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 12px;
}

.navbar-options.lefter {
  margin-right: 30px;
  border-style: none;
  border-width: 1px;
  border-color: #b6b6b6;
  color: #838383;
}

.investment-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.investment-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.investment-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  padding: 22px 26px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 3px;
  background-color: #fbfbfb;
}

.left-investment-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.view-investment-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 34px;
  border: 0px solid #000;
  border-radius: 3px;
  background-color: #5960ff;
  text-decoration: none;
}

.view-investment-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.investment-header-text {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.investment-status-text {
  margin-top: 2px;
  font-family: Lato, sans-serif;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 16px;
}

.footer-row {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 11vw;
  padding-bottom: 51px;
  padding-left: 11vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.add-investment-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #5960ff;
}

.early-access-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 11px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #fbfbfb;
}

.modal-head {
  margin-top: 4px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.support-text {
  font-family: Lato, sans-serif;
  color: #666667;
}

.content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.left-column {
  width: 40vw;
  max-width: 40vw;
}

.right-column {
  padding-top: 130px;
}

.investment-status {
  margin-top: 7px;
  font-family: Lato, sans-serif;
  color: #8f94a8;
  font-size: 15px;
  font-weight: 700;
}

.grid-2 {
  max-width: 310px;
  margin-top: 10px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.investor-name-title {
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  line-height: 23px;
}

.grid-3 {
  margin-bottom: 15px;
  padding-left: 10px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.lower-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.actions-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 12px 22px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fcfcfc;
}

.action-title {
  margin-bottom: 23px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.amount-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.amount {
  font-family: Lato, sans-serif;
}

.amount-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #f5f5f5;
  text-align: right;
}

.amount-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.max-amount {
  padding-top: 5px;
  padding-bottom: 21px;
  font-family: Lato, sans-serif;
  color: #7d7d7d;
  font-size: 13px;
  text-align: right;
}

.review-order-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #1e6bc6;
}

.order-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.outside-money-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 56px;
  margin-top: 19px;
  margin-left: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #1e6bc6;
  border-radius: 5px;
  font-family: Lato, sans-serif;
  color: #1e6bc6;
  font-size: 15px;
  font-weight: 700;
}

.stat-header {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 15px;
}

.stat-amount {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.ownership-breakdown {
  margin-top: 36px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.chart-item {
  margin-top: 42px;
}

.column-name {
  font-family: Lato, sans-serif;
  color: #a3a3a3;
  font-size: 17px;
  font-weight: 400;
}

.investor-detail {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.investor-detail.green {
  color: #219604;
}

.other-items {
  padding-left: 10px;
  font-family: Lato, sans-serif;
  color: #939393;
  font-size: 13px;
}

.investment-title {
  margin-top: 72px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 100%;
  font-weight: 900;
}

.new-investment-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.input-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-12 {
  padding: 9px 12px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #5960ff;
  color: #fff;
}

.text-block-6 {
  background-color: transparent;
}

.body-4 {
  padding-right: 2.5vw;
  padding-left: 11vw;
  font-family: Lato, sans-serif;
}

.account-max {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-2 {
  margin-bottom: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.submit-button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #5960ff;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.link {
  border-style: none;
  border-width: 1px;
  border-color: #000;
  color: #333;
  text-decoration: none;
}

.link-block-10 {
  text-decoration: none;
}

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

@media screen and (max-width: 991px) {
  .launch-section {
    margin-bottom: 50px;
  }
  .title-text {
    font-size: 40px;
  }
  .company-section {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .image {
    max-width: 400px;
  }
  .company-image {
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .example-image {
    max-width: 380px;
  }
  .pricing-card {
    width: 230px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .pricing-card.purple-edging {
    width: 230px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .div-block-5 {
    padding-right: 20px;
  }
  .div-block-6 {
    padding-right: 30px;
  }
  .form-div {
    height: 300px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .form-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .form-left {
    padding-right: 20px;
  }
  .heading {
    margin-bottom: 0px;
  }
  .text-field {
    width: 170px;
  }
  .benefits-section {
    padding-top: 60px;
  }
  .grid {
    grid-auto-flow: row;
  }
  .grid-box {
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .grid-body-text {
    font-size: 14px;
  }
  .details-section {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .left-column {
    padding-right: 20px;
  }
  .right-column {
    padding-left: 20px;
  }
  .grid-2 {
    grid-column-gap: 10px;
    -ms-grid-columns: 0.75fr 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr 0.75fr;
  }
  .grid-3 {
    grid-column-gap: 20px;
    -ms-grid-columns: 0.75fr 0.75fr 0.75fr 0.5fr;
    grid-template-columns: 0.75fr 0.75fr 0.75fr 0.5fr;
  }
  .body-4 {
    padding-left: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    padding-right: 0px;
    padding-left: 0px;
  }
  .launch-section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-section {
    padding-bottom: 20px;
  }
  .black-bold-text.built-for {
    margin-top: 1px;
  }
  .more-info-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pricing-section {
    margin-bottom: 80px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image {
    max-width: 420px;
    margin-top: 50px;
  }
  .company-image {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .company-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .example-image {
    margin-top: 30px;
  }
  .sequence-div {
    padding-top: 5px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sequence-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pricing-card {
    width: 250px;
    margin-top: 20px;
  }
  .pricing-card.purple-edging {
    width: 250px;
  }
  .by-amount.special-amount {
    font-size: 22px;
    line-height: 24px;
  }
  .form-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading {
    padding-bottom: 10px;
    line-height: 1.3em;
    text-align: center;
  }
  .text-field {
    width: 210px;
  }
  .text-block-2 {
    padding-bottom: 10px;
    text-align: center;
  }
  .why-we-made-this {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-9 {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .grid {
    grid-auto-flow: row;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .body-3 {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .footer-row {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .content-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left-column {
    width: 50vw;
    max-width: 50vw;
    padding-right: 0px;
  }
  .right-column {
    padding-top: 50px;
    padding-left: 0px;
  }
  .chart-item {
    margin-top: 30px;
  }
  .body-4 {
    padding-right: 6vw;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    padding-right: 5px;
    padding-left: 5px;
  }
  .top-buttons {
    width: auto;
  }
  .blue-button.top {
    display: none;
  }
  .white-button.blue-button.top {
    display: none;
  }
  .title-text {
    line-height: 1.1em;
  }
  .black-bold-text {
    padding-bottom: 20px;
    line-height: 1.5em;
    text-align: center;
  }
  .black-bold-text.built-for {
    padding-bottom: 10px;
  }
  .bold-header-text {
    text-align: center;
  }
  .bold-header-text.fullline {
    text-align: center;
  }
  .regular-text-gray {
    text-align: center;
  }
  .regular-text-gray.center-aligned {
    margin-bottom: 1em;
  }
  .pricing-section {
    padding-top: 50px;
  }
  .title-section {
    padding-top: 0em;
  }
  .image {
    max-width: 300px;
  }
  .company-row {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .example-image {
    max-width: 300px;
  }
  .sequence-div {
    margin-bottom: 30px;
  }
  .sequence-row {
    padding-bottom: 20px;
  }
  .pricing-card.purple-edging {
    margin-top: 30px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-div {
    height: auto;
    padding: 20px 10px;
  }
  .form-inner {
    padding-bottom: 20px;
  }
  .form-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-field {
    margin-bottom: 30px;
  }
  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .why-we-made-this {
    padding-bottom: 20px;
  }
  .frustrated-photo {
    height: 300px;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .text-block-4 {
    text-align: center;
  }
  .investment-row {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .view-investment-button {
    padding: 5px 20px;
  }
  .investment-header-text {
    font-size: 16px;
  }
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .early-access-modal {
    margin-bottom: 20px;
  }
  .left-column {
    width: 80vw;
    max-width: 80vw;
  }
  .grid-3 {
    grid-column-gap: 10px;
  }
  .column-name {
    font-size: 15px;
  }
  .investor-detail {
    font-size: 15px;
  }
  .investor-detail.green {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fe6201805e72-5ed9743b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}