:root {
  --_font-family---secondary-font: Aeoniktrial, Arial, sans-serif;
  --blue: #053b6c;
  --_typography---fs-16: 16px;
  --_line-height---lh-140: 140%;
  --_font-weight---regular: 400;
  --_gap---gap-0: 0px;
  --_font-family---primary-font: Tobiastrial, Arial, sans-serif;
  --_typography---fs-130: 130px;
  --_line-height---lh-100: 100%;
  --_letter-speacing---ls-2-6: -2.6px;
  --_typography---fs-80: 80px;
  --_letter-speacing---ls-1-6: -1.6px;
  --_typography---fs-48: 48px;
  --_line-height---lh-110: 110%;
  --_letter-speacing---ls-96: -.96px;
  --_typography---fs-40: 40px;
  --_line-height---lh-120: 120%;
  --_letter-speacing---ls-8: -.8px;
  --_typography---fs-14: 14px;
  --_gap---gap-140: 140px;
  --sky: #a9dbff;
  --pink-color: #d3c9fc;
  --light-sky: #b3f4d7;
  --_gap---gap-40: 40px;
  --_gap---gap-35: 35px;
  --_gap---gap-50: 50px;
  --_gap---gap-20: 20px;
  --_line-height---lh-150: 150%;
  --past-color: #dafdd3;
  --_typography---fs-20: 20px;
  --_gap---gap-30: 30px;
  --_typography---fs-24: 24px;
  --_line-height---lh-130: 130%;
  --_letter-speacing---ls-24: -.24px;
  --_gap---gap-80: 80px;
  --_typography---fs-32: 32px;
  --_typography---fs-28: 28px;
  --white: white;
  --_gap---gap-10: 10px;
  --_typography---fs-18: 18px;
  --_gap---gap-60: 60px;
  --black: black;
  --transparent: #0000;
  --light-white: #fbfbfb;
}

body {
  font-family: var(--_font-family---secondary-font);
  color: var(--blue);
  font-size: var(--_typography---fs-16);
  line-height: var(--_line-height---lh-140);
  font-weight: var(--_font-weight---regular);
  text-decoration: none;
}

h1 {
  margin-top: var(--_gap---gap-0);
  margin-bottom: var(--_gap---gap-0);
  font-family: var(--_font-family---primary-font);
  color: var(--blue);
  font-size: var(--_typography---fs-130);
  line-height: var(--_line-height---lh-100);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---ls-2-6);
}

h2 {
  margin-top: var(--_gap---gap-0);
  margin-bottom: var(--_gap---gap-0);
  font-family: var(--_font-family---primary-font);
  font-size: var(--_typography---fs-80);
  line-height: var(--_line-height---lh-100);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---ls-1-6);
}

h3 {
  margin-top: var(--_gap---gap-0);
  margin-bottom: var(--_gap---gap-0);
  font-family: var(--_font-family---primary-font);
  font-size: var(--_typography---fs-48);
  line-height: var(--_line-height---lh-110);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---ls-96);
}

h4 {
  margin-top: var(--_gap---gap-0);
  margin-bottom: var(--_gap---gap-0);
  font-family: var(--_font-family---primary-font);
  font-size: var(--_typography---fs-40);
  line-height: var(--_line-height---lh-120);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---ls-8);
}

p {
  margin-bottom: var(--_gap---gap-0);
}

a {
  color: var(--blue);
  font-size: var(--_typography---fs-14);
  line-height: var(--_line-height---lh-100);
  font-weight: var(--_font-weight---regular);
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
}

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

.nav-logo-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.section {
  padding-top: var(--_gap---gap-140);
  padding-bottom: var(--_gap---gap-140);
}

.section.hero {
  background-image: url("https://cdn.prod.website-files.com/69733f373f54bb6ebfbb83b5/69734873e85211e71fc654a9_Hero%20Image_compressed.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 260px;
  position: relative;
  overflow: hidden;
}

.section.stat {
  padding-bottom: var(--_gap---gap-0);
}

.section.built {
  padding-top: var(--_gap---gap-0);
  padding-bottom: var(--_gap---gap-0);
}

.section.altaline {
  background-color: var(--sky);
}

.section.podcast {
  background-color: var(--pink-color);
}

.section.focus {
  background-color: var(--light-sky);
}

.section.footer {
  background-color: var(--blue);
  padding-top: 120px;
  padding-bottom: 120px;
}

.container {
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-sub-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #657ea2;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px;
  display: inline-flex;
}

.hero-dots {
  background-color: #657ea2;
  border-radius: 999px;
  width: 8px;
  height: 8px;
}

.hero-sub-title {
  color: #657ea2;
  line-height: var(--_line-height---lh-110);
  text-transform: uppercase;
}

.hero-title {
  margin-top: var(--_gap---gap-50);
  margin-bottom: var(--_gap---gap-40);
  text-align: center;
}

.hero-details {
  font-family: var(--_font-family---secondary-font);
  color: var(--blue);
  font-size: var(--_gap---gap-20);
  line-height: var(--_line-height---lh-150);
  font-weight: var(--_font-weight---regular);
  text-align: center;
  max-width: 764px;
}

.hero-tricker {
  position: absolute;
  inset: auto 0% -40%;
}

.hero-tricker-flex-wrap {
  display: flex;
}

.hero-single-tricker {
  flex: none;
  display: flex;
}

.hero-tricker-text {
  font-family: var(--_font-family---primary-font);
  color: #ffffff1a;
  font-size: 900px;
  line-height: 100%;
  font-weight: var(--_font-weight---regular);
  letter-spacing: -18px;
  flex: none;
}

.stat-grid-wrap {
  grid-column-gap: var(--_gap---gap-20);
  grid-row-gap: var(--_gap---gap-20);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stat-single-wrap {
  padding: var(--_gap---gap-35);
  grid-column-gap: var(--_gap---gap-140);
  grid-row-gap: var(--_gap---gap-140);
  background-color: var(--sky);
  border-top-right-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.stat-single-wrap._02 {
  background-color: var(--past-color);
}

.stat-single-wrap._03 {
  background-color: var(--pink-color);
}

.user-counter-overflow {
  height: 80px;
  overflow: hidden;
}

.user-counter {
  display: flex;
}

.stat-single-title {
  font-size: var(--_typography---fs-20);
  line-height: var(--_line-height---lh-110);
  font-weight: var(--_font-weight---regular);
}

.investments-top-wrap {
  grid-column-gap: var(--_gap---gap-30);
  grid-row-gap: var(--_gap---gap-30);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.investment-title {
  font-family: var(--_font-family---primary-font);
  color: var(--blue);
  font-size: var(--_typography---fs-48);
  line-height: var(--_line-height---lh-110);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---ls-96);
}

.investment-details {
  font-family: var(--_font-family---secondary-font);
  font-size: var(--_typography---fs-24);
  line-height: var(--_line-height---lh-130);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---ls-24);
  max-width: 654px;
}

.investments-wrap {
  margin-top: var(--_gap---gap-80);
  border-top: 1px solid var(--sky);
  border-bottom: 1px solid var(--sky);
  margin-left: auto;
  margin-right: auto;
}

.investments-grid-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.investment-single-wrap {
  padding: var(--_gap---gap-40) var(--_gap---gap-35);
  grid-column-gap: var(--_gap---gap-140);
  grid-row-gap: var(--_gap---gap-140);
  border-right: 1px solid var(--sky);
  border-left: 1px solid var(--sky);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.investment-single-wrap._02, .investment-single-wrap._03, .investment-single-wrap._02, .investment-single-wrap._03 {
  border-left-style: none;
}

.investment-single-title {
  margin-bottom: var(--_gap---gap-20);
  font-family: var(--_font-family---primary-font);
  font-size: var(--_typography---fs-32);
  line-height: var(--_line-height---lh-110);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---ls-8);
  max-width: 380px;
}

.built-grid-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.built-right-wrap {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  background-color: var(--blue);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px;
  display: flex;
}

.built-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.built-details {
  font-family: var(--_font-family---primary-font);
  color: var(--white);
  font-size: var(--_typography---fs-40);
  line-height: var(--_line-height---lh-120);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---ls-8);
  max-width: 700px;
}

.built-number-wrap {
  grid-column-gap: var(--_gap---gap-20);
  grid-row-gap: var(--_gap---gap-20);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.built-number {
  color: var(--white);
}

.built-number-deatils {
  color: var(--white);
  font-size: var(--_typography---fs-20);
  line-height: var(--_line-height---lh-110);
}

.number-text {
  font-size: var(--_typography---fs-40);
  line-height: var(--_line-height---lh-120);
  letter-spacing: var(--_letter-speacing---ls-8);
}

.altaline-top-wrap {
  grid-column-gap: var(--_gap---gap-30);
  grid-row-gap: var(--_gap---gap-30);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.altaline-list {
  grid-column-gap: var(--_gap---gap-10);
  grid-row-gap: var(--_gap---gap-10);
  font-size: var(--_typography---fs-20);
  line-height: var(--_line-height---lh-140);
  font-weight: var(--_font-weight---regular);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.altaline-wrap {
  margin-top: var(--_gap---gap-80);
  grid-column-gap: var(--_gap---gap-20);
  grid-row-gap: var(--_gap---gap-20);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.altaline-left-wrap {
  padding: 10px 10px var(--_gap---gap-35);
  grid-column-gap: var(--_gap---gap-35);
  grid-row-gap: var(--_gap---gap-35);
  background-color: var(--light-sky);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.altaline-details-wrap {
  max-width: 720px;
  padding-left: 20px;
}

.altaline-details {
  font-size: var(--_typography---fs-20);
  line-height: var(--_line-height---lh-140);
  font-weight: var(--_font-weight---regular);
}

.altaline-details._02 {
  text-align: center;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.altaline-right-wrap {
  padding: 70px var(--_gap---gap-30) var(--_gap---gap-35);
  grid-column-gap: var(--_gap---gap-35);
  grid-row-gap: var(--_gap---gap-35);
  background-color: var(--past-color);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.podcast-title {
  font-size: var(--_typography---fs-48);
  line-height: var(--_line-height---lh-110);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---ls-96);
}

.podcast-wrap {
  margin-top: var(--_gap---gap-80);
  max-width: 774px;
}

.podcast-grid-wrap {
  grid-column-gap: var(--_gap---gap-20);
  grid-row-gap: var(--_gap---gap-20);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.podcast-single-wrap {
  grid-column-gap: var(--_gap---gap-20);
  grid-row-gap: var(--_gap---gap-20);
  background-color: var(--blue);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 20px 8px 8px;
  display: flex;
}

.podcast-single-wrap._02 {
  background-color: #948bbe;
}

.podcast-image {
  border-radius: 4px;
  width: 100%;
  max-width: 140px;
}

.philosophy-button {
  color: var(--white);
  text-decoration: underline;
}

.philosophy-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.philosophy-btn-text-wrap {
  height: 14px;
  overflow: hidden;
}

.philosophy-btn-icon-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 8px;
  height: 16px;
  display: flex;
  overflow: hidden;
}

.philosophy-btn-icon {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.testimonial-wrapper {
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-details {
  margin-top: var(--_gap---gap-50);
  margin-bottom: var(--_gap---gap-40);
  font-size: var(--_typography---fs-40);
  line-height: var(--_line-height---lh-120);
  font-weight: var(--_font-weight---regular);
  letter-spacing: var(--_letter-speacing---ls-8);
}

.testimonial-author-wrap {
  grid-column-gap: var(--_gap---gap-10);
  grid-row-gap: var(--_gap---gap-10);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-author-name {
  font-family: var(--_font-family---primary-font);
  font-size: var(--_typography---fs-24);
  line-height: var(--_line-height---lh-110);
  font-weight: var(--_font-weight---regular);
}

.testimonial-author-pst {
  font-size: var(--_typography---fs-18);
}

.focus-top-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.focus-wrap {
  margin-top: var(--_gap---gap-80);
}

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

.focus-title {
  margin-bottom: var(--_gap---gap-10);
  font-family: var(--_font-family---primary-font);
  font-size: var(--_typography---fs-48);
  line-height: var(--_line-height---lh-110);
  text-align: center;
  letter-spacing: var(--_letter-speacing---ls-96);
}

.focus-single-wrap {
  padding: var(--_gap---gap-40);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--sky);
  border-top-right-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.focus-single-wrap:where(.w-variant-7f1cfdd5-b14b-3e13-1cb2-5eb6826ebbb7) {
  background-color: var(--past-color);
}

.focus-single-wrap:where(.w-variant-a7d0eb20-7d79-f528-685d-0c47b9ee17dc) {
  background-color: var(--pink-color);
}

.focus-btm-wrap {
  grid-column-gap: var(--_gap---gap-10);
  grid-row-gap: var(--_gap---gap-10);
  flex-flow: column;
  display: flex;
}

.focus-single-title {
  font-family: var(--_font-family---primary-font);
  font-size: var(--_typography---fs-24);
  line-height: var(--_line-height---lh-110);
}

.footer-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-title {
  margin-top: var(--_gap---gap-60);
  margin-bottom: var(--_gap---gap-35);
  color: var(--white);
  text-align: center;
}

.footer-details {
  color: var(--white);
  font-size: var(--_typography---fs-20);
  line-height: var(--_line-height---lh-150);
  text-align: center;
  max-width: 590px;
}

.footer-btm-wrap {
  margin-top: var(--_gap---gap-50);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-form-block {
  width: 100%;
  max-width: 460px;
  margin-bottom: 0;
}

.footer-form {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.footer-text-field {
  padding: 16px 220px 16px var(--_gap---gap-20);
  color: var(--white);
  font-size: var(--_typography---fs-16);
  line-height: var(--_line-height---lh-140);
  font-weight: var(--_font-weight---regular);
  background-color: #154b7b;
  border: 1px solid #154b7b;
  border-radius: 999px;
  width: 100%;
  max-width: 460px;
  height: auto;
  margin-bottom: 0;
}

.footer-text-field:focus {
  border-color: var(--past-color);
}

.footer-text-field::placeholder {
  color: #fff9;
}

.footer-submit-button {
  background-color: var(--pink-color);
  font-family: var(--_font-family---secondary-font);
  color: var(--blue);
  font-size: var(--_typography---fs-14);
  line-height: var(--_line-height---lh-100);
  text-transform: uppercase;
  border-radius: 999px;
  margin-right: 5px;
  padding: 15px 24px;
  position: absolute;
}

.success-message {
  background-color: var(--past-color);
}

.error-message {
  padding: var(--_gap---gap-20);
  background-color: var(--pink-color);
  text-align: center;
  margin-top: 15px;
}

.primary-button {
  background-color: var(--sky);
  border-radius: 999px;
  padding: 20px 26px;
}

.team-social-link {
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.team-social-img {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.footer-social-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-author-position {
  font-family: var(--_font-family---primary-font);
  font-size: var(--_typography---fs-20);
  line-height: var(--_line-height---lh-110);
  font-weight: var(--_font-weight---regular);
}

@media screen and (min-width: 1920px) {
  .focus-single-title {
    font-size: var(--_typography---fs-28);
  }
}

@media screen and (max-width: 991px) {
  body {
    --_gap---gap-0: 0px;
    --_gap---gap-140: 100px;
    --_gap---gap-40: 35px;
    --_gap---gap-35: 30px;
    --_gap---gap-50: 40px;
    --_gap---gap-20: 20px;
    --_gap---gap-30: 25px;
    --_gap---gap-80: 60px;
    --_gap---gap-10: 10px;
    --_gap---gap-60: 50px;
    --_letter-speacing---ls-2-6: -1.5px;
    --_letter-speacing---ls-1-6: -1.2px;
    --_letter-speacing---ls-96: -.6px;
    --_letter-speacing---ls-8: -.6px;
    --_letter-speacing---ls-24: -.2px;
    --_typography---fs-16: 16px;
    --_typography---fs-130: 80px;
    --_typography---fs-80: 54px;
    --_typography---fs-48: 42px;
    --_typography---fs-40: 36px;
    --_typography---fs-14: 14px;
    --_typography---fs-20: 20px;
    --_typography---fs-24: 22px;
    --_typography---fs-32: 30px;
    --_typography---fs-28: 26px;
    --_typography---fs-18: 18px;
  }

  .brand-link {
    width: 100%;
    max-width: 100px;
  }

  .section.hero {
    padding-top: 160px;
    padding-bottom: var(--_gap---gap-140);
  }

  .section.footer {
    padding-top: var(--_gap---gap-140);
    padding-bottom: var(--_gap---gap-140);
  }

  .hero-title {
    max-width: 450px;
  }

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

  .user-counter-overflow {
    height: 53px;
  }

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

  .investment-single-wrap._01, .investment-single-wrap._02 {
    border-bottom: 1px solid var(--sky);
  }

  .investment-single-wrap._01, .investment-single-wrap._02 {
    border-bottom: 1px solid var(--sky);
  }

  .investment-single-wrap._03 {
    border-left-style: solid;
  }

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

  .built-right-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding: 40px 30px;
  }

  .altaline-left-wrap {
    justify-content: space-between;
    align-items: stretch;
  }

  .altaline-left-image._01 {
    object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 180px;
  }

  .altaline-details-wrap {
    padding-left: 0;
  }

  .altaline-right-wrap {
    padding-top: var(--_gap---gap-35);
    justify-content: space-between;
  }

  .podcast-grid-wrap {
    grid-column-gap: var(--_typography---fs-20);
    grid-row-gap: var(--_typography---fs-20);
    grid-template-columns: 1fr 1fr;
  }

  .podcast-image {
    max-width: 100px;
  }

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

  .focus-single-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .focus-single-img {
    width: 160px;
  }

  .footer-btm-wrap {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_gap---gap-0: 0px;
    --_gap---gap-140: 80px;
    --_gap---gap-40: 30px;
    --_gap---gap-35: 25px;
    --_gap---gap-50: 30px;
    --_gap---gap-20: 15px;
    --_gap---gap-30: 25px;
    --_gap---gap-80: 50px;
    --_gap---gap-10: 10px;
    --_gap---gap-60: 40px;
    --_letter-speacing---ls-2-6: -1px;
    --_letter-speacing---ls-1-6: -.8px;
    --_letter-speacing---ls-96: -.4px;
    --_letter-speacing---ls-8: -.4px;
    --_letter-speacing---ls-24: -.1px;
    --_typography---fs-16: 16px;
    --_typography---fs-130: 64px;
    --_typography---fs-80: 42px;
    --_typography---fs-48: 36px;
    --_typography---fs-40: 32px;
    --_typography---fs-14: 14px;
    --_typography---fs-20: 16px;
    --_typography---fs-24: 20px;
    --_typography---fs-32: 28px;
    --_typography---fs-28: 25px;
    --_typography---fs-18: 17px;
  }

  .nav-logo-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brand-link {
    max-width: 80px;
  }

  .section.hero {
    padding-top: 140px;
  }

  .section.footer {
    padding-bottom: var(--_gap---gap-40);
  }

  .user-counter-overflow {
    height: 40px;
  }

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

  .investment-single-wrap._02 {
    border-left-style: solid;
  }

  .investment-single-title {
    max-width: none;
  }

  .built-right-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 30px 20px;
  }

  .altaline-list {
    padding-left: 25px;
  }

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

  .altaline-details._02 {
    font-size: var(--_typography---fs-20);
    font-size: var(--_typography---fs-20);
  }

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

  .podcast-image {
    max-width: 200px;
  }

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

  .focus-single-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .focus-single-img {
    width: 140px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_gap---gap-0: 0px;
    --_gap---gap-140: 60px;
    --_gap---gap-40: 25px;
    --_gap---gap-35: 20px;
    --_gap---gap-50: 30px;
    --_gap---gap-20: 15px;
    --_gap---gap-30: 20px;
    --_gap---gap-80: 40px;
    --_gap---gap-10: 10px;
    --_gap---gap-60: 40px;
    --_letter-speacing---ls-2-6: -.8px;
    --_letter-speacing---ls-1-6: -.4px;
    --_letter-speacing---ls-96: -.2px;
    --_letter-speacing---ls-8: -.2px;
    --_letter-speacing---ls-24: 0px;
    --_typography---fs-16: 16px;
    --_typography---fs-130: 48px;
    --_typography---fs-80: 36px;
    --_typography---fs-48: 32px;
    --_typography---fs-40: 28px;
    --_typography---fs-14: 14px;
    --_typography---fs-20: 18px;
    --_typography---fs-24: 20px;
    --_typography---fs-32: 26px;
    --_typography---fs-28: 24px;
    --_typography---fs-18: 16px;
  }

  .section.hero {
    padding-top: 120px;
  }

  .section.footer {
    padding-bottom: var(--_gap---gap-35);
  }

  .hero-title {
    max-width: 280px;
  }

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

  .user-counter-overflow {
    height: 36px;
  }

  .investment-single-title {
    font-size: var(--_typography---fs-28);
  }

  .built-right-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 25px 15px;
  }

  .altaline-list {
    padding-left: 20px;
  }

  .podcast-single-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px;
  }

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

  .podcast-image-link {
    width: 100%;
  }

  .focus-single-wrap {
    padding: var(--_gap---gap-30);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .focus-single-img {
    width: 120px;
  }

  .footer-title {
    font-size: var(--_typography---fs-48);
  }

  .footer-form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .footer-text-field {
    padding-top: 12px;
    padding-right: var(--_gap---gap-20);
    max-width: none;
    padding-bottom: 12px;
  }

  .footer-submit-button {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    position: static;
  }
}
