:root {
  --grey: #bbc8d4;
  --dk-blue: #105fa0;
  --grey-2: var(--grey);
}

.w-layout-hflex {
  flex-direction: row;
  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;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 119.2%;
}

h2 {
  color: #418fde;
  margin-top: 60px;
  margin-bottom: 10px;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 119.2%;
}

p {
  color: #000;
  text-align: left;
  max-width: none;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 162.3%;
}

a {
  text-decoration: underline;
}

li {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 162.3%;
}

label {
  margin-bottom: 5px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  display: block;
}

.success-message {
  color: #f5f7f9;
  background-color: #47d7ac;
  border-radius: 4px;
  padding-top: 16px;
  padding-bottom: 13px;
}

.error-message {
  color: #f5f7f9;
  background-color: #ec4261;
  border-radius: 4px;
  max-width: 420px;
  font-size: 16px;
}

.white {
  color: #f5f7f9;
}

.white.hero-head {
  min-width: 0;
  margin-bottom: 20px;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 58px;
  line-height: 69px;
}

.white.hero-head.green {
  color: #47d7ac;
  overflow-wrap: normal;
  min-width: 0;
  margin-top: 0;
  font-size: 58px;
  line-height: 119.2%;
}

.white.hero-para {
  margin-bottom: 48px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 163.2%;
}

.nav-menu {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.hero {
  color: #333;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Hero_illustration_v4_Illo-BG_Illo-BG.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  height: auto;
  min-height: 80vh;
  max-height: none;
  padding-bottom: 27vh;
  padding-left: 8vw;
  padding-right: 8vw;
}

.submit-button {
  background-color: #47d7ac;
  border-radius: 4px;
  width: auto;
  max-width: 165px;
  height: 56px;
  margin-left: 30px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.submit-button:hover {
  background-color: #0b66b6;
}

.text-field {
  color: #6d7d8b;
  border-radius: 4px;
  max-width: 367px;
  height: 56px;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-field::placeholder {
  color: #6d7d8b;
}

.hero-content {
  min-width: 0;
  max-width: 562px;
  height: auto;
  margin-top: 0;
  margin-right: 0;
}

.nav-link {
  color: #fff;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .7;
}

.nav-link.nav-button {
  opacity: .72;
  color: #105fa0;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  width: 168px;
  margin-top: 7px;
  margin-left: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-link.nav-button.linked-pages {
  border: 2px solid var(--dk-blue);
}

.nav-link.link-pages {
  color: var(--dk-blue);
}

.image {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  position: relative;
  right: -65px;
  overflow: visible;
}

.image.logo {
  margin-top: -12px;
  margin-left: -69px;
}

.image.image-2 {
  margin-left: -62px;
  left: -59px;
  right: auto;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1150px;
  margin: 28px auto 0;
}

.text-block {
  color: #f5f7f9;
  font-size: 14px;
}

.form {
  color: #333;
  display: flex;
}

.brand {
  max-width: none;
}

.navbar {
  background-color: #0000;
  max-width: none;
  margin-bottom: 7vh;
  padding-top: 40px;
  position: static;
}

.navbar.privacy-navbar {
  background-color: #0000;
  margin-bottom: 0;
  padding-top: 40px;
}

.hero-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section {
  background-color: #fff;
  margin-bottom: 90px;
  padding-top: 60px;
  padding-left: 8vw;
  padding-right: 8vw;
}

.section.hide-overflow {
  background-color: #fff;
  padding-top: 60px;
  overflow: hidden;
}

.section.footer {
  color: #3d5065;
  background-color: #105fa0;
  margin-top: 200px;
  margin-bottom: 0;
  padding-top: 80px;
}

.section.coming-in-2025 {
  margin-bottom: 80px;
  padding-top: 180px;
  padding-left: 0;
  padding-right: 0;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  max-width: 1160px;
  display: block;
  overflow: visible;
}

.mockup-flexbox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mockup {
  margin-left: -68px;
  margin-right: 0;
}

.text-wrapper {
  max-width: none;
}

.heading-1 {
  margin-bottom: 50px;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 48px;
  line-height: 57px;
}

.heading-1.blue {
  color: #418fde;
}

.heading-1.green {
  color: #47d7ac;
}

.paragraph-2 {
  max-width: 466px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 162.2%;
}

.image-wrapper {
  margin-right: -43px;
  position: relative;
}

.image-wrapper.reverse {
  margin-left: 52px;
  margin-right: 0;
  position: relative;
}

.container-3 {
  max-width: 756px;
}

.link-2 {
  color: #0d0d0d;
  align-items: stretch;
  margin-bottom: 8px;
  text-decoration: none;
  display: block;
}

.link-2:hover {
  color: #e54a38;
  -webkit-text-stroke-color: #fff;
}

.link-2.footer-white {
  color: #fff9;
  margin-bottom: 8px;
  font-family: proxima-nova, sans-serif;
}

.link-2.footer-white:hover {
  color: #00f8e8;
}

.footer-text-field {
  outline-offset: 0px;
  color: #bbc8d4;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #bbc8d4;
  background-color: #fff;
  border: 0 solid #bbc8d4;
  border-radius: 4px;
  outline: 1px solid #bbc8d4;
  max-width: 264px;
  height: 56px;
  margin-bottom: 0;
  padding-right: 40px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.footer-text-field::placeholder {
  color: #bbc8d4;
  font-weight: 600;
}

.flexbox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.flexbox.footer-flexbox {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1160px;
}

.footer-column {
  background-color: #cc686800;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.footer-column.last {
  margin-right: 0;
}

.footer-column.first {
  background-color: #cc686800;
  min-width: 190px;
  max-width: 190px;
  margin-left: 0;
}

.image-5 {
  max-width: 100%;
  margin-top: -4px;
  margin-bottom: 5px;
  margin-left: 0;
  padding-right: 0;
}

.footer-form-block {
  width: 267px;
  margin-bottom: 0;
  position: relative;
}

.subscribe-text {
  color: #fff9;
}

.footer-heading {
  color: #fff;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
}

.footer-form {
  color: #333;
  display: flex;
}

.container-4 {
  max-width: 1160px;
}

.text-block-6 {
  color: #000;
  margin-top: -7px;
  margin-left: 30px;
  font-size: 20px;
  line-height: 160%;
}

.text-block-6.copyright {
  color: #fff;
  max-width: 1160px;
  margin: 90px auto 40px;
  font-size: 12px;
  display: block;
}

.footer {
  color: #fff;
  font-size: 14px;
  line-height: 160%;
}

.text-block-7 {
  color: #f5f7f9;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.arrow-button {
  color: #3330;
  background-color: #3898ec00;
  background-image: url('../images/footer_button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: none;
  height: 56px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-6 {
  max-width: 87%;
  margin-right: 0;
  overflow: hidden;
}

.hero-image-wrapper {
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  max-width: none;
  min-height: 0%;
  margin-right: -68px;
  display: flex;
  position: static;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: auto;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.coming-in-2025 {
  color: #47d7ac;
  text-align: center;
  font-family: museo-sans-rounded, sans-serif;
}

.coming-in-2025-body {
  color: #000;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 162.2%;
}

.text-span {
  color: #fff;
}

.image-7 {
  text-align: left;
  vertical-align: baseline;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.image-8 {
  margin-bottom: 0;
  margin-left: -84px;
  margin-right: 0;
}

.image-9 {
  vertical-align: baseline;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
}

.form-block {
  margin-bottom: 0;
}

.image-10 {
  max-width: 25%;
}

.link-block {
  position: relative;
}

.image-11 {
  margin-top: 3px;
  margin-bottom: auto;
}

.body {
  background-color: #0000;
}

.heading-2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

.heading-2.blue {
  color: #418fde;
  margin-bottom: 40px;
  font-size: 36px;
}

.list {
  padding-left: 18px;
  list-style-type: disc;
}

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

.text-block-8, .text-block-9 {
  margin-bottom: 8px;
}

.heading-3 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

.paragraph-3 {
  max-width: 800px;
}

.div-block-4 {
  max-width: 650px;
}

.heading-4, .heading-5, .heading-6, .heading-7, .heading-8, .heading-9, .heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16 {
  margin-top: 60px;
}

.section-2, .section-3 {
  padding-left: 8vw;
  padding-right: 8vw;
}

.heading-17, .heading-18, .heading-19, .heading-20 {
  margin-top: 60px;
}

.heading-22 {
  color: #418fde;
}

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

.field-label {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.field-label-2 {
  font-weight: 400;
}

.submit-button-2 {
  background-color: #418fde;
  border-radius: 2px;
  font-family: proxima-nova, sans-serif;
}

.text-field-2, .text-field-3 {
  margin-bottom: 20px;
}

.text-field-4 {
  margin-bottom: 40px;
}

.hero-head {
  color: #47d7ac;
}

.green-text {
  color: #47d7ac;
  max-width: 800px;
}

.paragraph-4 {
  text-align: left;
}

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

.centered-text.green-text {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.blue-text {
  color: #418fde;
}

.text-block-10 {
  font-family: proxima-nova, sans-serif;
}

.submit-button-3 {
  border-radius: 2px;
  font-family: proxima-nova, sans-serif;
}

.footer-text {
  color: #fff9;
  font-size: 14px;
  line-height: 160%;
}

.styleguide-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-1 {
  color: #25282a;
  margin-bottom: 20px;
  font-weight: 800;
}

.body-text {
  color: #25282a;
  font-size: 16px;
}

.heading-2 {
  color: #25282a;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 28px;
}

.heading-25 {
  color: #25282a;
  font-size: 48px;
}

.color-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-primary {
  text-align: left;
  background-color: #418fde;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.color-secondary {
  text-align: left;
  background-color: #47d7ac;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.color-neutral {
  text-align: left;
  background-color: #25282a;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.color-accent {
  text-align: left;
  background-color: #768692;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.text-block-11 {
  color: #fff;
  text-align: center;
}

.heading-3 {
  color: #25282a;
  font-size: 18px;
}

.small-text {
  color: #768692;
  font-family: proxima-nova, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.heading-26 {
  color: #25282a;
}

.button-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.button-primary {
  color: #fff;
  background-color: #418fde;
  border-radius: 6px;
  padding: 12px 24px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

.button-primary:hover {
  background-color: #347ac2;
}

.button-secondary {
  color: #418fde;
  background-color: #0000;
  border: 2px solid #418fde;
  border-radius: 6px;
  padding: 12px 24px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

.button-secondary:hover {
  background-color: #eaf3fd;
}

@media screen and (max-width: 991px) {
  h2 {
    color: #418fde;
  }

  .white.hero-head.green {
    font-size: 4.75vw;
    line-height: 119.2%;
  }

  .white.hero-para {
    margin-bottom: 3vw;
    font-size: 18px;
  }

  .hero {
    background-color: #105fa0;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    max-width: none;
    min-height: auto;
    max-height: 100vw;
    padding-bottom: 10vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .submit-button {
    max-width: 20vw;
    height: 6vw;
    margin-left: 1.5vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .text-field {
    min-width: auto;
    max-width: none;
    height: 6vw;
  }

  .hero-content {
    align-self: auto;
    max-width: 48vw;
    margin-top: 0;
    margin-right: 2vw;
  }

  .nav-link {
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
  }

  .nav-link.nav-button {
    margin-top: auto;
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
  }

  .nav-link.link-pages {
    margin-top: auto;
    margin-bottom: auto;
  }

  .image {
    position: static;
    right: 0;
  }

  .image.image-2 {
    margin-left: 0;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: none;
    margin-bottom: 30px;
  }

  .brand {
    max-width: 20vw;
    max-height: 690px;
    position: static;
  }

  .navbar {
    max-height: none;
    margin-bottom: 0;
  }

  .navbar.privacy-navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-flex {
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
  }

  .section {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .mockup-flexbox {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-wrapper {
    max-width: 60vw;
  }

  .image-wrapper {
    max-width: 40vw;
    margin-right: 0;
    position: relative;
  }

  .image-wrapper.reverse {
    margin-left: 0;
    position: static;
    overflow: visible;
  }

  .flexbox {
    min-height: auto;
  }

  .flexbox.footer-flexbox {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: wrap;
  }

  .footer-column {
    width: auto;
    height: auto;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .footer-column.last {
    aspect-ratio: auto;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    overflow: visible;
  }

  .footer-column.first {
    max-width: 175px;
  }

  .text-block-6.copyright {
    margin-top: 30px;
    margin-left: 0;
  }

  .image-6 {
    max-width: 48vw;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .hero-image-wrapper {
    box-sizing: border-box;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: scale-down;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    min-width: auto;
    max-width: none;
    margin-right: -51px;
    display: block;
    position: static;
    overflow: visible;
  }

  .image-8 {
    margin-left: 0;
  }

  .div-block-3 {
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    max-width: 360px;
    display: block;
  }

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

  .link-block {
    max-width: 25vw;
    margin-top: auto;
    margin-bottom: auto;
  }

  .image-11 {
    max-width: 104%;
  }

  .first-section-image-wrapper {
    max-width: 19%;
  }

  .section-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .heading-21 {
    font-size: 30px;
  }

  .heading-22 {
    font-weight: 600;
  }

  .hero-head, .hero-head.tablet-hero-head {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .white.hero-head.green {
    text-align: center;
    font-size: 8vw;
  }

  .white.hero-para {
    text-align: center;
  }

  .nav-menu {
    background-color: var(--grey);
    opacity: 1;
    color: #768692;
    text-align: left;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-top: 7px;
    padding: 20px 20px 30px;
  }

  .icon {
    color: #fff;
    font-size: 50px;
  }

  .menu-button {
    background-color: var(--dk-blue);
    padding: 7px;
    font-size: 20px;
    display: inline-block;
  }

  .menu-button.w--open {
    background-color: var(--grey);
    border-radius: 6px 6px 0 0;
  }

  .hero {
    background-color: #105fa0;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    max-height: none;
    padding-bottom: 60px;
    display: block;
  }

  .submit-button {
    max-width: none;
    min-height: 50px;
    padding: 0 4vw;
  }

  .text-field {
    max-width: 60vw;
    min-height: 50px;
  }

  .hero-content {
    min-width: 0;
    max-width: none;
    margin: 60px 0 36px;
  }

  .nav-link {
    color: #000;
  }

  .nav-link.nav-button {
    opacity: 1;
    color: #25282a;
    text-align: center;
    background-color: #47d7ac;
    border-radius: 6px;
    margin-top: 10px;
    margin-left: 20px;
    padding-left: 6px;
    padding-right: 5px;
    display: inline-block;
  }

  .nav-link.nav-button.linked-pages {
    color: var(--dk-blue);
    background-color: #fff;
  }

  .nav-link.nav-button.white, .nav-link.link-pages {
    color: #fff;
  }

  .container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    min-width: auto;
    height: auto;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .form {
    min-height: 25px;
  }

  .brand {
    padding-left: 0;
  }

  .navbar {
    max-height: 80px;
    padding-top: 0;
    position: relative;
  }

  .section.footer {
    background-color: #105fa0;
    margin-top: 180px;
  }

  .mockup-flexbox {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .mockup-flexbox.reverse {
    flex-flow: column;
  }

  .text-wrapper {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-1.blue, .heading-1.green {
    text-align: center;
  }

  .paragraph-2 {
    text-align: center;
    max-width: 450px;
  }

  .image-wrapper {
    max-width: none;
  }

  .flexbox.footer-flexbox {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-column.first {
    max-width: 190px;
  }

  .text-block-6 {
    font-size: 14px;
  }

  .hero-image-wrapper {
    text-align: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .link-block {
    width: 125px;
    max-width: none;
    margin-top: 12px;
    margin-bottom: 0;
  }

  .image-11 {
    max-width: 100%;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-2 {
    margin-top: 60px;
  }

  .hero-head {
    text-align: center;
  }

  .green-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .centered-text.green-text {
    font-size: 50px;
  }

  .heading-23, .heading-24 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .white.hero-head.green {
    font-size: 12vw;
  }

  .white.hero-para {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .nav-menu {
    margin-top: 44px;
  }

  .icon {
    color: #fff;
    font-size: 30px;
  }

  .hero {
    height: auto;
    max-height: none;
    padding-bottom: 10vw;
    padding-left: 30px;
    padding-right: 30px;
  }

  .submit-button {
    height: 60px;
    margin-left: 0;
  }

  .text-field {
    max-width: none;
    height: 50px;
    margin-bottom: 19px;
  }

  .hero-content {
    min-width: auto;
  }

  .nav-link.nav-button {
    width: auto;
  }

  .image.logo {
    margin-bottom: 10px;
  }

  .container {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    width: auto;
    min-width: 0;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .form {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 60px;
  }

  .navbar {
    padding-top: 0;
  }

  .section {
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .section.footer {
    margin-top: 0;
    padding-top: 40px;
  }

  .section.coming-in-2025 {
    padding-top: 40px;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .mockup-flexbox {
    flex-flow: wrap-reverse;
  }

  .heading-1.blue, .heading-1.green {
    text-align: center;
    margin-bottom: 10px;
    font-size: 12vw;
    line-height: 140%;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 16px;
  }

  .link-2.footer-white {
    text-align: left;
  }

  .footer-text-field {
    max-width: 85vw;
  }

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

  .footer-column {
    text-align: center;
    flex-flow: column;
    order: 0;
    height: auto;
  }

  .footer-column.first {
    height: auto;
  }

  .subscribe-text {
    text-align: left;
    max-width: 85vw;
  }

  .text-block-6 {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .hero-image-wrapper {
    margin-top: 100px;
    overflow: hidden;
  }

  .coming-in-2025 {
    font-size: 12vw;
    line-height: 140%;
  }

  .image-9 {
    overflow: visible;
  }

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

  .link-block {
    margin-top: 10px;
    margin-bottom: auto;
  }

  .image-11 {
    margin: 0 auto;
  }

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

  .hero-head {
    font-size: 36px;
  }

  .green-text {
    font-size: 30px;
  }

  .centered-text.green-text {
    font-size: 36px;
  }

  .heading-23, .heading-24 {
    font-size: 30px;
  }
}


