@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap);

/* You can add global styles to this file, and also import other style files */
body {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin: 0;
  background: #0d1216;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}
.container {
  width: 1140px;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.white-text {
  color: #fff;
}
.orange-text {
  color: #ff6600;
}
.dk-grey-text {
  color: #777777;
}
.green-text {
  color: #80cb1d;
}
.highlight {
  padding: 2px;
  color: #ffc802;
}
.teal {
  background: #007892;
}
.pink {
  background: #ff427f;
}
.purple {
  background: #5c2a9d;
}
.lt-grey {
  background: #f0f0f0;
}
.dk-grey {
  background: #aaaaaa;
}
.black {
  background: #000;
}
.blue-bg {
  background: #154360;
}
.divider {
  height: 100px;
  background-image: url('dollar-sign-logo.png');
  background-repeat: repeat;
}
.display-desktop {
  display: block;
}
.display-mobile {
  display: none;
}
.sub-headline {
  font-size: 1.5rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.terciary-headline {
  font-size: 1.15rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.featured-on {
  padding-top: 30px;
}
.featured-on .small-headline {
  font-size: 0.9rem;
  margin: 0 0 5px 0;
  font-weight: bold;
}
.underline {
  border-bottom: solid 1px;
}
.body-copy {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff;
}
.ratings {
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.pricing-copy {
  font-size: 0.9rem;
  margin-bottom: 5px;
  color: #fff;
}
.savings-copy {
  font-size: 1rem;
  margin-bottom: 10px;
}
.mbg-copy {
  font-size: 0.9rem;
  margin-top: 5px;
}
.checkmark {
  display: inline-block;
  transform: rotate(45deg);
  height: 10px;
  width: 5px;
  border-bottom: 3px solid #90c540;
  border-right: 3px solid #90c540;
  margin-right: 5px;
  position: relative;
  top: -1px;
  margin-left: 10px;
}
.flex-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-wrapper.four {
  flex-wrap: wrap;
}
.flex-wrapper.biography {
  align-items: flex-start;
}
.flex-wrapper.hero-benefits {
  flex-wrap: nowrap;
}
.intro-item {
  padding: 0 15px;
  flex: 1;
}
.horizontal-padding {
  padding: 0 15px;
}
.vertical-padding {
  padding: 30px 0;
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }

  .display-desktop {
    display: none;
  }

  .display-mobile {
    display: block;
  }

  .flex-wrapper {
    flex-wrap: wrap;
  }

  .flex-child {
    margin-bottom: 10px;
  }

  .cta {
    width: 100%;
  }

  .intro-item {
    flex: 0 0 100%;
  }

  .header {
    position: absolute;
    width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map*/