@font-face {
  font-family: Satoshi;
  src: url(../fonts/Satoshi-Regular.ttf) format ("truetype");
  src: local("SF-Pro-Rounded"),
    url(../fonts/Satoshi-Regular.ttf) format("truetype");
}

body {
  --bs-body-font-family: Satoshi;
  color: #333;
}

.bgc {
  background-color: #F2FCFA;
}

.header {
  height: 7.75rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .header {
    height: 5rem;
  }
}

.heading {
  font-size: 1.0625rem;
  letter-spacing: 0.4px;
  line-height: 141%;
  color: #5D7EF1;
}

.icon {
  width: 3.75rem;
  height: auto;
}

@media screen and (min-width: 768px) {
  .icon {
    width: 2.25rem;
  }
}

.app-store-links {
  display: flex;
  align-items:center;
}

.app-store-header {
  height: 2.5rem;
}

@media screen and (min-width: 1200px) {
  .app-store-header {
    height: 2.75rem;
  }
}

@media screen and (max-width: 767px) {
  .app-store-header {
    display: none;
  }
}

.try-free-header {
  border-radius: 0.5rem;
  background-color: #5D7EF1;
  border-color: #5D7EF1;
  font-size: 0.8rem;
  color: #F2FCFA;
  width: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.try-free-header:hover {
  color:#FFF;
}

@media screen and (max-width: 767px) {
  .try-free-header {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .try-free-header {
    font-size: 1rem;
  }
}

.hero {
  background-image: url(../images/hero-bg.png);
  background-size: cover;
  background-position: center;
  background-color: #5D7EF1;
  background-blend-mode:overlay;
  overflow: clip;
  overflow-clip-margin: 0px;
}

@media screen and (min-width: 576px) {
  .hero {
    background-image: url(../images/hero-bg-desktop.png);
  }
}

.hero-icon {
  height: auto;
  width: 8rem;
  top: 20%;
}

@media screen and (max-width: 767px) {
  .hero-icon {
    display: none;
  }
}

.hero h2 {  
  color: #FEFEFE;
  font-size: 1.75rem;
  padding-top: 1rem;
}

@media only screen and (min-width: 576px) {
  .hero h2 {
    font-size: 2.0625rem;
    line-height: 130%;
    width: 60%;
  }
  .hero h2 br {
    display: none;
  }
}

.hero-app-store {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 767px) {
  .hero-app-store {
    display: none;
  }
}

.try-free-hero {
  border-radius: 0.5rem;
  background-color: #F2FCFA;
  border-color: #F2FCFA;
  font-size: 0.9rem;
  color: #5F79DE;
  width: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-store {
  height: 2.75rem;
  width: auto;
}

@media only screen and (max-width: 330px) {
  .app-store {
    height: 2.5rem;
  }
}

@media only screen and (min-width: 400px) {
  .app-store {
    height: 3rem;
  }
}

.hero-img-container {
  width: 80%;
}

.hero-img {
  width: 79%;
  height: auto;
}

@media only screen and (max-width: 389px) {
  .hero-img {
    width: 90%;
  }
}

@media only screen and (min-width: 576px) {
  .copy {
    width: 80%;
  }
}

.features1 {
  font-size: 1.75rem;
  line-height: 122%;
  letter-spacing: 1px;
}

@media only screen and (min-width: 576px) and (max-width: 1199px) {
  .features1 {
    font-size: 2.25rem;
  }
}

@media only screen and (min-width: 1200px) {
  .features1 {
    font-size: 3.25rem;
  }
}

.features2 {
  font-size: 1.125rem;
  line-height: 136%;
  letter-spacing: 1px;
  color: #5D7EF1;
}

@media only screen and (min-width: 576px) and (max-width: 1199px) {
  .features2 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .features2 {
    font-size: 1.75rem;
  }
}

.copy img {
  width: 90%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .copy img {
    max-height: 30rem;
    width: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .copy img {
    max-height: 40rem;
    width: auto;
  }
}

.card-container {
  width: 90%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .card-container {
    width: 70%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .card-container {
    width: 60%;
  }
}

@media only screen and (min-width: 1400px) {
  .card-container {
    width: 50%;
  }
}

.copy-1-2 {
  width: 100%;
  aspect-ratio: 0.7761;
  background-image: linear-gradient(
    171deg, #5D7EF1 1.49%, #3B59C0 62.53%, #0A2171 98.25%
    ), url(../images/copy-1-2-bg-img.png);
  background-blend-mode: overlay;
  background-position: center;
  background-size:cover;
  border-radius: 15.0138px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .copy-1-2 {
    width: 49%;
  }
}

.copy1 h3 {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 125%;
  letter-spacing: 1px;
  width: 75%;
}

@media only screen and (min-width: 576px) {
  .copy1 h3 {
    font-size: 1.3rem;
  }
}

.copy1 .copy1-img {
  border: inherit;
  width: 90%;
}

@media only screen and (min-width: 767px) {
  .copy2 {
    width: 49%;
  }
}

.copy2 h3 {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 125%;
  letter-spacing: 1px;
  width: 75%;
}

@media only screen and (min-width: 576px) {
  .copy2 h3 {
    font-size: 1.3rem;
  }
}

.copy2 .copy2-img {
  width: 90%;
}

.copy3 {
  width: 100%;
  aspect-ratio: 1.5795;
  background-image: linear-gradient(171deg, #5D7EF1 1.49%, #3B59C0 62.53%, #0A2171 98.25%), url(../images/copy-3-bg-img.png);
  background-blend-mode: overlay;
  background-position: right 60% bottom -90%;
  background-size: 175%;
  border-radius: 15.0138px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .copy3 {
    aspect-ratio: 0.7761;
  }
}

.copy3 h3 {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 125%;
  letter-spacing: 1px;
  width: 60%;
}

@media only screen and (min-width: 576px) {
  .copy3 h3 {
    font-size: 1.3rem;
  }
}

.copy3-img {
  max-width: 50%;
}

.footer {
  background-color: #5D7EF1;
}

.try-free-footer {
  border-radius: 0.5rem;
  background-color: #F2FCFA;
  border-color: #F2FCFA;
  font-size: 0.8rem;
  color: #FFFFFF;
  width: 10rem;
  font-family: SF-Pro-Rounded;
}

@media screen and (min-width: 1200px) {
  .try-free-footer {
    font-size: 1rem;
  }
}

.footer-pg-links a {
  text-decoration: none;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 200%;
  letter-spacing: 2px;
  display: block;
}

@media screen and (max-width: 767px) {
  .footer-pg-links a {
    font-size: 0.6rem;
  }
}

.footer-pg-links a:hover {
  color: #F2FCFA;
}

.break {
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .break {
    display: none;
  }
}

.cr {
  color: #FEFEFE;
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: 0.64px;
}

.cr span {
  color: #FEFEFE;
}

@media screen and (min-width: 768px) {
  .cr br {
    display: none;
  }
}

.support-icon {
  width: 4rem;
}

.support-heading {
  color: #5D7EF1;
  font-size: 2.5rem;
}

.support {
  color: #FFFFFF;
}

.support a {
  color: #5D7EF1;
}
