.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 {
  color: #333;
  font-family: Roboto Font, sans-serif;
  font-size: 22px;
  line-height: 120%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

a {
  text-decoration: none;
}

.hero-section {
  object-fit: cover;
  height: 750px;
  min-height: 400px;
  max-height: 100vh;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.container {
  max-width: 1220px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.hero {
  height: 100%;
  position: relative;
}

.container.call {
  position: relative;
}

.container.terms {
  height: 325px;
  position: relative;
}

.nav-content {
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  display: flex;
}

.nav-contact {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link-text {
  font-size: 24px;
  font-weight: 700;
}

.hero-bg {
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #0000008c;
  padding-top: 240px;
}

.info-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.call-text {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.cta-button-blue {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #54a3e4;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
}

.cta-text {
  line-height: 15px;
}

.cta-button-green {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #61ce70;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
}

.call-section {
  position: relative;
  overflow: hidden;
}

.call-bg {
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.call-list {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.call-list-item {
  margin-bottom: 16px;
  font-weight: 400;
}

.call-list-text {
  text-align: left;
}

.terms-hero-section {
  object-fit: cover;
  position: relative;
}

.terms-heading {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
}

.terms-hero-bg {
  object-fit: cover;
  width: 100vw;
  height: 325px;
  position: absolute;
  inset: 0%;
}

.terms-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.terms-text {
  font-size: 16px;
}

.info-text {
  color: #54a3e4;
  text-align: center;
  line-height: 140%;
}

.call-bg-overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.info-2-text {
  color: #7a7a7a;
  text-align: center;
}

.info-2-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 119px;
  padding-bottom: 90px;
  display: flex;
}

.call-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer-section {
  background-color: #616161;
  border-top: 4px solid #cecece;
}

.footer-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 120%;
}

.footer-subheading {
  color: #fff;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.terms-link {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

.terms-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.founder-text {
  text-align: center;
  line-height: 140%;
}

.founder-section {
  background-color: #f8f8f8;
}

.founder-heading {
  text-align: center;
}

.founder-img {
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .call-list-text {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-logo {
    object-fit: scale-down;
  }

  .info-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .call-text {
    font-size: 32px;
  }

  .call-list-text {
    font-size: 22px;
    line-height: 120%;
  }

  .founder-text {
    font-size: 18px;
    line-height: 150%;
  }

  .founder-img {
    object-fit: cover;
  }
}

@media screen and (max-width: 479px) {
  .nav-logo {
    max-width: 130px;
  }

  .nav-link-text {
    font-size: 19px;
  }

  .call-list-text {
    font-size: 20px;
  }

  .terms-heading {
    margin-top: 55px;
  }

  .info-text, .info-2-text {
    font-size: 20px;
  }

  .info-2-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .footer-heading {
    font-size: 32px;
  }

  .terms-container {
    flex-flow: column;
  }

  .founder-img {
    max-height: 400px;
  }
}


@font-face {
  font-family: 'Roboto Font';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Font';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Font';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}