@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --_color-theme---main1: #f97316;
  --_color-theme---text1: #0a1f44;
  --_color-theme---text2: #4b5563;
  --_color-theme---main2: #1e3a8a;
  --_color-theme---bg: #f8f9fb;
  --_color-theme---accent1: #facc15;
  --_color-theme---accent2: #f472b6;
}

body {
  color: #333;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--_color-theme---main1);
  white-space: nowrap;
  cursor: pointer;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
}

.navbar-margin {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-container {
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.navbar {
  z-index: 5;
  background-color: #ddd0;
  border-bottom: 1px solid #0000001a;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
}

.brand.white {
  filter: brightness(1000%);
}

.nav-link {
  color: #fff;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 1rem;
}

.nav-link:hover {
  color: var(--_color-theme---main1);
}

.hero__section {
  background-image: linear-gradient(45deg, #1e3a8a, #312e81);
  position: relative;
}

.hero__container {
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 7rem;
  position: relative;
}

.margin {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.hero__content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero__text-col {
  width: 60%;
}

.hero__h1 {
  color: #fff;
  letter-spacing: -1.5px;
  text-wrap: balance;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.3em;
}

.hero__p {
  color: #fff;
  width: auto;
  font-size: 1.2rem;
  line-height: 1.4em;
}

.button {
  background-color: var(--_color-theme---main1);
  cursor: pointer;
  border: 2px #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-weight: 500;
  display: flex;
}

.button:hover {
  box-shadow: inset 0 2px 16px 5px #0003;
}

.button.hero {
  height: 50px;
  font-size: 1.2rem;
}

.button.navbar {
  font-size: 1rem;
}

.hero__btn-div {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.code-embed {
  display: flex;
}

.hero__image-col {
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 46%;
  margin-right: -30px;
  display: flex;
}

.hero__circle1 {
  z-index: 1;
  opacity: .57;
  filter: blur(200px);
  background-color: #00d4ff;
  border-radius: 0%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero__circle2 {
  z-index: 1;
  opacity: .34;
  filter: none;
  background-image: linear-gradient(110deg, #ffffff1a, #fff0);
  border-radius: 50%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section__problem {
  background-color: #f7f9fc;
}

.section__container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section__intro-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section__hd {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.section__text {
  color: var(--_color-theme---text1);
  text-wrap: balance;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2em;
}

.section__hd-sub {
  color: var(--_color-theme---text2);
  text-wrap: balance;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7em;
}

.icon-medium {
  width: 50px;
  height: 50px;
}

.h3__card-heading {
  color: var(--_color-theme---text1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2em;
}

.h3__card-heading.bigger {
  font-size: 1.6rem;
  font-weight: 700;
}

.paragraph {
  color: var(--_color-theme---text2);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph.smaller {
  font-size: .95rem;
  line-height: 1.3em;
}

.paragraph.white {
  color: #fff;
}

.paragraph.gray {
  color: #fffc;
  font-size: .95rem;
}

.paragraph.gray.smaller {
  font-size: .8rem;
}

.section__lowrisk-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.section__howitworks-cards-div {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section__howitwork-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  flex-flow: column;
  align-self: stretch;
  width: 31%;
  padding: 20px;
  display: flex;
}

.span-hero {
  color: #fdba74;
}

.hero-stats {
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 24px;
  flex: 1;
  padding: 20px;
  box-shadow: 0 25px 50px #00000040;
}

.hero-stats-icon {
  background-color: #f9731633;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  display: flex;
}

.hero-stats-top {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-stats-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2em;
}

.hero-stats-sub {
  font-size: .9rem;
}

.hero-stats-list {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  color: #fb923c;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.hero-stats-list-text {
  color: #e5e7eb;
  font-size: 1.1rem;
}

.hero-stats-list-span {
  font-size: 1.6rem;
  font-weight: 800;
}

.hero-stats-sinfo {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  border-top: 1px solid #ffffff1a;
  flex-flow: column;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}

.section__problem-row {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.section__problem-card {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 10px 7px #0000000d;
}

.section__problem-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.section__problem-list-item {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.section__howitworks {
  background-color: #f7f9fc;
}

.section__how-it-works {
  background-color: #fff;
}

.span-light-blue {
  color: #22d3ee;
}

.section__howitworks-card-div {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.section__howitworks-card {
  z-index: 1;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  flex-flow: column;
  align-self: stretch;
  width: 23%;
  padding: 20px;
  display: flex;
  position: relative;
}

.section__howitworks-card-number {
  color: #fff;
  background-image: linear-gradient(126deg, #f97316, #ea580c);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: -20px auto auto -15px;
  box-shadow: 0 0 7px #0003;
}

.section__howitworks-card-line {
  background-color: #bfdbfe;
  height: 1px;
  position: absolute;
  inset: 39px 0% auto;
}

.section__howitworks-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section__lowrisk-col {
  width: 48%;
}

.section__lowrisk-list {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.section__lowrisk-list-item {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  display: flex;
}

.section__lowrisk-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#f9fafb, #eff6ff);
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  flex-flow: column;
  width: 40%;
  padding: 33px;
  display: flex;
  box-shadow: 0 0 20px 7px #00000012;
}

.section__lowrisk-card-subject {
  color: #1c8e9f;
  text-align: center;
  background-color: #22d3ee1a;
  border-radius: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.span-brand {
  color: var(--_color-theme---main1);
}

.faq__answer-textcontent {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.faq__question-arrow {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.footer-link {
  color: #fff9;
  font-size: 1rem;
}

.footer-link:hover {
  color: #f97316;
}

.faq__list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  width: 80%;
  margin: 2rem auto;
  display: flex;
}

.hovisit__card-line {
  background-image: linear-gradient(#2563eb, #60a5fa);
  border-radius: 5px;
  flex: none;
  width: 5px;
}

.hovisit__item {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.hovisit__list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: none;
  width: 45%;
  display: flex;
}

.hovisit__card {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  padding: 25px;
  display: flex;
  box-shadow: 0 0 10px 7px #0000000d;
}

.footerlink-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hovisit__item-check {
  background-color: #dbeafe;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.faq__answer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: none;
}

.faq__item {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  box-shadow: 0 0 10px 7px #0000000d;
}

.footer__cta-title {
  color: #fff;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2em;
}

.hovisit__row {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.section__footer-bot {
  color: #fff;
  border-top: 1px solid #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: .9rem;
  display: flex;
}

.faq__answer-line {
  background-image: linear-gradient(#ff8a3d, #fdc7a3);
  border-radius: 5px;
  flex: none;
  width: 5px;
}

.section__hovisit-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq__question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.u__icon-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section__faq-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section__footer-cta {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.section__footer-container {
  flex-flow: column;
  display: flex;
}

.hovisit__card-inner {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #1a2b52;
  border-radius: 15px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 25px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px 7px #0000000d;
}

.section__footer {
  background-image: linear-gradient(54deg, #1e3a8a, #312e81);
}

@media screen and (min-width: 1920px) {
  .hero__circle1 {
    width: 15vw;
    height: 15vw;
    right: 14%;
  }

  .hero__circle2 {
    width: 20vw;
    height: 20vw;
    left: 17%;
  }
}

@media screen and (max-width: 991px) {
  .navbar-margin {
    justify-content: space-between;
    align-items: center;
    width: 95vw;
  }

  .nav-menu {
    z-index: 5;
    background-color: #fff;
    flex-flow: column;
    flex: 0 auto;
    width: 220px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    inset: 80px 2.5vw auto auto;
    box-shadow: 0 2px 5px #0003;
  }

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

  .nav-link {
    color: var(--_color-theme---text1);
    flex-flow: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .hero__container {
    padding-top: 2rem;
  }

  .margin {
    width: 95vw;
  }

  .hero__content {
    flex-flow: column;
  }

  .hero__text-col {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-bottom: 20px;
    display: flex;
  }

  .hero__image-col {
    width: 80%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .section__hd {
    width: auto;
  }

  .section__lowrisk-content {
    flex-flow: column;
  }

  .section__howitworks-cards-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section__howitwork-card {
    width: 100%;
  }

  .menu-button {
    z-index: 5;
    color: #fff;
  }

  .menu-button.w--open {
    background-color: var(--_color-theme---main1);
  }

  .section__howitworks-card-div {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: wrap;
  }

  .section__howitworks-card {
    width: 48%;
  }

  .section__howitworks-card-line {
    display: none;
  }

  .section__lowrisk-col {
    width: auto;
  }

  .section__lowrisk-list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section__lowrisk-card {
    width: 80%;
  }

  .section__lowrisk-col-hd {
    text-align: center;
  }

  .faq__list {
    width: 95%;
  }

  .footerlink-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }

  .section__footer-bot {
    flex-flow: wrap;
  }

  .section__footer-cta {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero__h1 {
    font-size: 3.6rem;
    line-height: 1.2em;
  }

  .hero__image-col {
    width: 100%;
  }

  .section__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section__text {
    line-height: 1.2em;
  }

  .section__howitworks-cards-div {
    width: auto;
  }

  .section__howitwork-card {
    width: 100%;
  }

  .section__problem-row {
    flex-flow: column;
  }

  .section__problem-card {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    width: auto;
    margin-bottom: 2rem;
  }

  .section__howitworks-card-div {
    justify-content: center;
    align-items: flex-start;
  }

  .section__howitworks-card {
    width: 80%;
  }

  .section__lowrisk-card {
    width: 90%;
  }

  .faq__list, .hovisit__list {
    width: 100%;
  }

  .hovisit__card {
    width: 100%;
    margin-top: 40px;
  }

  .footerlink-div {
    margin-top: 10px;
  }

  .footer__cta-title {
    line-height: 1.2em;
  }

  .hovisit__row {
    flex-flow: column;
  }

  .section__footer-bot {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .hero__h1 {
    font-size: 2.8rem;
  }

  .hero__p {
    font-size: 1.1rem;
  }

  .button.hero {
    white-space: normal;
    width: 100%;
    height: auto;
  }

  .hero__btn-div {
    flex-flow: column;
    max-width: 90vw;
  }

  .section__container {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .section__text {
    font-size: 2rem;
  }

  .section__hd-sub {
    font-size: 1rem;
  }

  .hero-stats-top {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-stats-list {
    padding-left: 20px;
  }

  .hovisit__card {
    padding: 20px;
  }

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

  .footer__cta-title {
    font-size: 2rem;
  }

  .section__footer-bot {
    text-align: center;
  }

  .section__footer-cta-left {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section__footer-cta {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
  }
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}