:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  color: #953897;
  margin: 10px auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 55px;
}

h3 {
  color: #162761;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

.header {
  z-index: 100;
  color: #000;
  background-color: #2c3e50;
  width: 100%;
  height: 48px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.content {
  background-color: #f8f5f0;
  border: 1px solid #f8f5f0;
  width: 100%;
  padding-top: 0%;
  overflow: visible;
}

.toc {
  z-index: 90;
  float: left;
  width: 260px;
  height: 100%;
  margin-top: 48px;
  margin-bottom: 40px;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: auto;
}

.list {
  border-right: 1px solid #78ceff;
  margin-bottom: 0;
  padding-left: 0;
}

.link {
  color: #78ceff;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.toc-chapter {
  color: #78ceff;
  letter-spacing: 1px;
  background-color: #fbfbfb;
  border-bottom: 1px solid #78ceff;
  padding: 14px 20px;
  font-family: Merriweather, serif;
}

.body {
  letter-spacing: 0;
}

.lesson {
  float: left;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  position: relative;
}

.lesson-body {
  float: none;
  clear: none;
  color: #000;
  background-color: #0000;
  max-width: 750px;
  margin-bottom: 75px;
  margin-left: 430px;
  margin-right: 20px;
  padding: 70px 0 0;
}

.heading-2 {
  clear: both;
  color: #333;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 54px;
}

.lesson-p {
  color: #333;
  margin: 30px auto 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.lesson-h3 {
  text-align: left;
  margin-top: 10px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.lesson-ul-li {
  margin: 0 0 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 27px;
  list-style-type: square;
}

.lesson-ul {
  color: #333;
  margin: 20px auto 15px;
  padding-left: 40px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  list-style-type: square;
}

.action {
  background-color: #ee78f0;
  border-left: 8px solid #953897;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 15px 3px;
}

.heading-3 {
  color: #333;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.courses {
  background-color: #9092f0;
  border-left: 8px solid #2c2ea4;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 15px 3px;
}

.protip {
  background-color: #f07a60;
  border-left: 8px solid #a43f29;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 15px 3px;
}

.block-p {
  color: #333;
  width: 100%;
  margin: 0 auto 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.block-ul {
  color: #333;
  width: 700px;
  margin: 0 auto 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
  list-style-type: square;
}

.block-ui-li {
  margin: 0 0 10px;
  padding-left: 0;
  padding-right: 0;
  list-style-type: square;
}

.example {
  background-color: #f0aa14;
  border-left: 8px solid #b17901;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 15px 3px;
}

.lesson-ol {
  color: #333;
  width: 700px;
  margin: 20px auto 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
  list-style-type: decimal;
}

.lesson-ol-li {
  margin: 0 0 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 27px;
  list-style-type: decimal;
}

.tools {
  background-color: #91d271;
  border-left: 8px solid #4f902e;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 15px 3px;
}

.heading-4 {
  color: #162761;
  text-align: center;
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 65px;
}

.paragraph-2 {
  text-align: center;
  width: 82%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 40px;
}

.body-2 {
  background-color: #162761;
}

.nav-block {
  text-align: center;
}

.nav-link-5 {
  color: #86dbec;
  padding-top: 2%;
  padding-bottom: 1%;
  font-family: Lora, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.post-hero {
  background-color: #f6f4eb;
  border: 0 solid #162761;
  min-width: 10%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 1%;
}

.top-blocks {
  width: 100%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
}

.column-8 {
  padding-top: 0%;
}

.affiliate-notice {
  color: #162761;
  border: 1px dashed #162761;
  border-radius: 10px;
  width: 75%;
  margin: 3% auto 0;
  padding: 2%;
}

.nav-link-6 {
  color: #162761;
  background-color: #86dbec;
  border: 0 solid #86dbec;
  border-radius: 10px;
  margin-top: 0%;
  margin-left: 20px;
  padding: 10px 15px;
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-link-4 {
  color: #86dbec;
  padding-top: 2%;
  padding-bottom: 1%;
  font-family: Lora, sans-serif;
  font-size: 18px;
}

.nav-menu {
  margin-top: 0%;
}

.solutions-top-block {
  float: right;
  clear: both;
  color: #86dbec;
  border: 1px solid #86dbec;
  border-radius: 10px;
  width: 48%;
  max-height: none;
  margin-left: 2%;
  padding: 2%;
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.post-title {
  color: #162761;
  text-align: left;
  width: 100%;
  min-width: 60%;
  margin: 2% auto .5%;
  padding-top: 0%;
  padding-left: 0%;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.column-10 {
  padding-top: 1%;
}

.studies-top-block {
  float: left;
  color: #d592ff;
  border: 1px solid #d592ff;
  border-radius: 10px;
  width: 48%;
  padding: 2%;
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.title-intro {
  color: #162761;
  text-align: left;
  width: 100%;
  min-width: 60%;
  max-width: 100%;
  margin: 2% auto 0;
  padding-left: 0%;
  font-family: Lora, sans-serif;
  font-size: 22px;
  line-height: 33px;
}

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

.container-5 {
  text-align: center;
  height: auto;
  padding-top: 3%;
  padding-left: 6%;
  padding-right: 6%;
}

.container-3 {
  max-width: 86%;
  margin-left: 7%;
  margin-right: 7%;
  padding-bottom: 0;
}

.post-solutions-title {
  color: #162761;
  background-color: #0000;
  border: 1px solid #9dca2b;
  border-radius: 10px 0;
  margin-top: 0%;
  margin-bottom: 0;
  padding: 0% 2% 1%;
  font-family: Lato, sans-serif;
  font-weight: 900;
  display: inline-block;
}

.bold-text-5 {
  color: #d592ff;
  font-size: 20px;
  line-height: 30px;
}

.sidebar-signup-title {
  color: #f6f4eb;
  text-align: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.post-affects-title {
  color: #162761;
  margin-top: 6%;
  margin-bottom: 3%;
  margin-left: 50px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.solution-left {
  margin-bottom: 2%;
  padding: 2% 4%;
}

.blog-post-text-l {
  margin-left: 20px;
  padding-right: 5%;
  font-family: Inconsolata, monospace;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

.blog-post-auth-sec {
  object-fit: none;
  background-color: #f6f4eb;
  padding-top: 60px;
}

.sqr-signup-button {
  color: #162761;
  text-align: center;
  background-color: #9dca2b;
  border-radius: 10px;
  width: 100%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.solution-list {
  color: #162761;
  padding-left: 30px;
  font-size: 16px;
}

.solution {
  color: #d592ff;
  padding-right: 3%;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.solution-list-item {
  margin-bottom: 2%;
  padding-bottom: 0%;
  line-height: 24px;
}

.post-text-solutions {
  color: #d592ff;
  background-color: #f6f4eb;
  border-radius: 10px;
  padding: 3% 0%;
  font-family: Lora, sans-serif;
  font-size: 18px;
  position: static;
}

.post-affects {
  color: #162761;
  background-color: #fffdfa;
  padding: 2% 5% 5%;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
}

.sidebar-signup-text {
  color: #f6f4eb;
  text-align: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}

.sidebar-signup {
  background-color: #1d2d7f;
  border-radius: 10px;
  width: 76%;
  margin: 50px auto 60px;
  padding: 3% 4%;
}

.cust-guide-sec {
  background-color: #f6f4eb;
  padding-top: 0%;
  padding-bottom: 5%;
}

.cust-guide-con {
  text-align: center;
  border: 0 solid #86dbec;
  border-radius: 10px;
}

.div-block-2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.cust-guide-heading {
  color: #162761;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0%;
  font-family: Open Sans, sans-serif;
  line-height: 48px;
}

.cust-guide-btn {
  color: #9dca2b;
  text-align: center;
  background-color: #162761;
  border: 0 solid #9dca2b;
  border-radius: 10px;
  width: 42%;
  height: auto;
  margin: 4% auto 0%;
  padding: 2%;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  display: block;
  position: static;
}

.footer-link {
  float: none;
  clear: none;
  color: #9dca2b;
  padding-top: 2%;
  padding-bottom: 1%;
  font-family: Lora, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.paragraph-16 {
  color: #aeccff;
  margin: 5% 7% 0;
}

.footer-section {
  background-color: #86dbec;
  padding-top: 0%;
  padding-bottom: 5%;
}

.feature-block {
  margin-bottom: 50px;
}

.feature-block-title {
  font-family: Merriweather, serif;
}

.logo {
  background-color: #20697d;
  border-radius: 5px;
  width: 100%;
  margin-top: 22px;
  margin-bottom: 0;
  padding: 10px;
}

.tags {
  color: #953897;
  background-color: #ee78f0;
  border-left: 8px solid #953897;
  width: 60%;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 5px 15px 3px;
}

.navbar {
  z-index: 100;
  color: #000;
  background-color: #fff;
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
  position: static;
}

.concept-nav {
  color: #953897;
  text-align: left;
  border-bottom: 1px solid #bfe9fc;
  margin-top: 40px;
  font-family: Roboto, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 44px;
}

.text-span {
  color: #953897;
  font-weight: 100;
}

.text-span-2 {
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

.text-span-3 {
  background-color: #bfe9fc;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.image-6 {
  float: none;
  border-radius: 10px;
  width: 550px;
  margin: 10px auto;
}

.heading-7 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.category-block {
  border-left: 12px solid #fce7c4;
  margin: 0 20px 0 13px;
  padding-left: 12px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

.lesson-email-form {
  float: none;
  clear: none;
  width: 60%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.header-email-form {
  float: right;
  clear: none;
  width: 45%;
  margin-top: 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-17 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  border: 1px solid #953897;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.category-block-purple {
  border-left: 12px solid #e6bffd;
  margin: 0 24px 0 13px;
  padding-left: 12px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

.category-block-orange {
  border-left: 12px solid #fcd4c4;
  margin: 0 20px 0 13px;
  padding-left: 12px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

.category-block-blue {
  border-left: 12px solid #bff4fd;
  margin: 0 20px 0 13px;
  padding-left: 12px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

.category-bloc-pink {
  border-left: 12px solid #fdbfe5;
  margin: 0 20px 0 13px;
  padding-left: 13px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

.category-bloc-green {
  border-left: 12px solid #bffdcd;
  margin: 0 20px 0 13px;
  padding-left: 13px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

.container-6 {
  margin-top: 0%;
  position: relative;
}

.text-span-5 {
  border-left: 8px solid #953897;
  padding-left: 5px;
}

.menu-lessons {
  z-index: 90;
  background-color: #fff;
  width: 100%;
  margin-top: 3%;
  position: fixed;
}

.div-block-5 {
  color: #000;
}

.content-lessons {
  background-color: #0000;
  width: 100%;
  padding-top: 200px;
  overflow: visible;
}

.home-lessons {
  z-index: 90;
  background-color: #fff;
  width: 100%;
  margin-top: 0%;
  position: static;
}

.div-block-6 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

.home-email-form {
  float: none;
  clear: none;
  text-align: center;
  width: 45%;
  margin: 25px auto 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-7 {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 5px;
}

.lesson-block-title {
  margin-bottom: 30px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.column-12 {
  padding-left: 0;
}

.lesson-nav {
  color: #953897;
  text-align: left;
  border-bottom: 1px solid #bfe9fc;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.lessons-cats {
  border-left: 12px solid #fdbfe5;
  margin: 0 24px 0 13px;
  padding-left: 7px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: inline-block;
}

.lessons-cats.purple {
  border-left-color: #e6bffd;
}

.lessons-cats.orange {
  border-left-color: #fcd4c4;
}

.lessons-cats.blue {
  border-left-color: #bff4fd;
}

.lessons-cats.yellow {
  border-left-color: #fce7c4;
}

.lessons-cats.pink {
  border-left-color: #fdbfe5;
}

.container-8 {
  padding-top: 20px;
}

.lesson-email-header {
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
}

.block-link {
  color: #333;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.navbar-2 {
  z-index: 100;
  background-color: #0000;
  position: fixed;
}

.heading-9 {
  color: #fff;
  margin-top: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.logo-text {
  color: #fff;
  margin-top: 10px;
  margin-left: 20px;
  font-family: Rambla, sans-serif;
  font-weight: 400;
}

.text-link {
  color: #333;
}

.html-embed {
  margin-bottom: 0;
}

.search {
  width: 620px;
  height: 28px;
  padding: 10px 15px 10px 430px;
  position: fixed;
}

.navbar-3 {
  color: #9dc8ff;
  background-color: #0000;
}

.content-home {
  background-color: #bfe9fc;
  width: 100%;
  padding-top: 4%;
  padding-bottom: 0%;
  overflow: visible;
}

.footer-2 {
  background-color: #000;
  margin-top: 100px;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}

.header-jb {
  background-color: #1d2d7f;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}

.image-8 {
  max-width: 20%;
  margin-top: 10px;
}

.lesson-body-2 {
  float: none;
  clear: none;
  color: #000;
  background-color: #fff;
  width: 600px;
  max-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 75px;
}

.lesson-2 {
  float: none;
  background-color: #bfe9fc;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  position: relative;
}

.lesson-p-2 {
  margin: 30px auto 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.lesson-h3-2 {
  text-align: left;
  margin-top: 10px;
  padding-top: 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
}

.heading-10 {
  clear: both;
  text-align: left;
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 54px;
}

.footer-4 {
  background-color: #000;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}

.image-9 {
  margin-top: 7px;
}

.link-block {
  float: right;
  width: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 0;
}

.text-field {
  color: #162761;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px 18px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
}

.section {
  background-color: #1d2d7f;
  background-image: url('../images/sgp-wave.svg');
  background-position: 100% 110%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  min-width: 10%;
  height: auto;
}

.heading-12 {
  color: #f6f4eb;
  letter-spacing: 1px;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 4%;
  font-family: Lato, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 58px;
  display: block;
}

._30days-form-block {
  width: 40%;
  margin-top: 20px;
  display: inline-block;
}

.hero-col-l {
  padding-right: 0;
}

.form {
  display: block;
}

.submit-button {
  color: #162761;
  background-color: #86dbec;
  border-radius: 10px;
  padding: 10px 18px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.paragraph-18 {
  color: #f6f4eb;
  margin-top: 1%;
  margin-bottom: 2%;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.container-9 {
  padding-bottom: 3%;
  padding-right: 0;
}

.exp-content-cols {
  margin-bottom: 50px;
}

.services-li {
  color: #162761;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.container-10 {
  padding-top: 40px;
  padding-bottom: 3%;
}

.link-cta {
  color: #162761;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.column-4 {
  padding-left: 3%;
  padding-right: 3%;
}

.heading-15 {
  color: #162761;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.columns-8 {
  margin-top: 30px;
}

.link-8 {
  color: #d592ff;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.link-8.nav {
  float: right;
  margin-right: 30px;
  font-size: 20px;
  line-height: 30px;
}

.link-8.brand {
  font-size: 24px;
}

.expect {
  background-color: #f6f4eb;
  padding-top: 0%;
}

.column-5 {
  padding-bottom: 3%;
  padding-right: 10px;
}

.paragraph-7 {
  color: #162761;
  margin-bottom: 20px;
  margin-right: 70px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.heading-16 {
  color: #162761;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Inconsolata, monospace;
  font-weight: 400;
}

.services-ul {
  color: #162761;
  margin-bottom: 30px;
  padding-left: 30px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.heading-17 {
  color: #162761;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 42px;
}

.exp-content-col-r {
  padding-left: 20px;
}

.column-20 {
  padding-left: 10px;
}

.chat-button {
  color: #162761;
  background-color: #86dbec;
  border-radius: 10px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.container-11 {
  background-image: url('../images/download_1.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 3%;
  padding-right: 0;
}

.right-about {
  color: #f6f4eb;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 27px;
}

.per-h {
  color: #162761;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 32px;
}

.pro-h {
  color: #162761;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 38px;
}

.form-block-2 {
  margin-top: 20px;
}

.pricing {
  color: #d592ff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.columns-9 {
  margin-bottom: 50px;
}

.submit-button-2 {
  color: #162761;
  background-color: #86dbec;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.contact-field {
  background-color: #fff;
  border-radius: 10px;
  min-height: 46px;
  margin-bottom: 15px;
  padding: 12px 18px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-span-8 {
  color: #d592ff;
  text-decoration: line-through;
}

.insights-hero-img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.insights {
  background-color: #86dbec;
  padding-top: 0%;
}

.lp-prodspecs-con {
  color: #333;
  padding-top: 5%;
  padding-bottom: 0%;
}

.section-9 {
  background-color: #f6f4eb;
}

.container-12 {
  max-width: 50%;
  padding-top: 4.5%;
  padding-bottom: 4.5%;
}

.html-embed-2 {
  margin-top: 20px;
}

.insights-details {
  background-color: #7fdaa9;
}

._30days-hero-h {
  color: #f6f4eb;
  text-align: center;
  white-space: normal;
  max-width: 75%;
  margin: 0 auto 15px;
  padding-top: 4%;
  font-family: Merriweather, serif;
  font-size: 62px;
  line-height: 80px;
  display: block;
}

.insights-hero-p {
  color: #f6f4eb;
  text-align: center;
  max-width: 75%;
  margin: 1% auto 2%;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.insights-hero-con {
  text-align: center;
  padding-bottom: 4.5%;
  padding-right: 0;
}

.insights-prob-h {
  color: #162761;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 42px;
}

.insights-prob-p {
  color: #162761;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

.insights-prob-ul {
  color: #162761;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.insights-prob-ul-li {
  margin-bottom: 10px;
  font-size: 16px;
}

.text-span-9 {
  color: #7fdaa9;
}

.highlight, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14 {
  color: #d592ff;
}

.crm-b {
  color: #162761;
}

.nav-link-10 {
  color: #9dca2b;
  padding-top: 2%;
  padding-bottom: 1%;
  font-family: Lora, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.nav-link-11 {
  color: #162761;
  background-color: #9dca2b;
  border: 0 solid #86dbec;
  border-radius: 10px;
  margin-top: 0%;
  margin-left: 20px;
  padding: 10px 15px;
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-link-12 {
  color: #9dca2b;
  padding-top: 2%;
  padding-bottom: 1%;
  font-family: Lora, sans-serif;
  font-size: 18px;
}

.blog-hero {
  background-color: #1d2d7f;
  padding-bottom: 30px;
}

.guide-hero-h {
  color: #f6f4eb;
  text-align: center;
  white-space: normal;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  display: block;
}

.blog-hero-p {
  color: #f6f4eb;
  margin-top: 1%;
  margin-left: 80px;
  margin-right: 80px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  line-height: 36px;
}

.blog-hero-col-l {
  padding-right: 0;
}

.blog-post-text {
  margin: 20px 42px 0;
  padding-left: 2.5%;
  padding-right: 2.5%;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
}

.blog-post-text.sig {
  margin-top: 40px;
  margin-left: 90px;
  margin-right: 90px;
  font-style: italic;
}

.guide-hero-con {
  text-align: center;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.bold-text-13 {
  font-weight: 900;
}

.blog-post-ul-li {
  margin-bottom: 5px;
  line-height: 28px;
  list-style-type: disc;
}

.list-2 {
  margin-top: 20px;
  margin-left: 60px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.list-item-3 {
  font-size: 16px;
  line-height: 24px;
}

.blog-post-ul {
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 45px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.blog-post-text-hl {
  color: #953897;
  margin: 10px 15px;
  font-family: Inconsolata, monospace;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
}

.blog-post-text-b {
  color: #d592ff;
  background-color: #0000;
  font-weight: 700;
}

.email-sub {
  float: right;
  color: #162761;
  background-color: #86dbec;
  border-radius: 10px;
  max-width: 40%;
  margin-bottom: 0;
  padding: 10px 18px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.blog-post-auth-h {
  color: #162761;
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 32px;
  line-height: 36px;
}

.blog-post-auth-p {
  color: #162761;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  line-height: 27px;
}

.blog-post-auth-ul {
  color: #162761;
  margin-bottom: 30px;
  padding-left: 30px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.blog-post-auth-ul-li {
  color: #162761;
  margin-bottom: 8px;
  line-height: 27px;
}

.blog-post-auth-col-r {
  padding-right: 60px;
}

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

.text-field-2 {
  background-color: #f6f4eb;
  border-radius: 10px;
  max-width: 63%;
  margin-bottom: 5px;
  margin-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}

.blog-post-hl {
  border: 2px solid #953897;
  border-radius: 10px;
  margin: 30px 100px;
}

.cust-insights-ad-h {
  color: #f6f4eb;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}

.cust-insights-ad-p {
  color: #f6f4eb;
  margin-bottom: 20px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  line-height: 27px;
}

.cust-insight-ad-ul {
  color: #f6f4eb;
  margin-top: 0;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.body-3 {
  background-color: #162761;
}

.cust-insights-ad-sec {
  object-fit: none;
  background-color: #162761;
  padding-top: 60px;
  padding-bottom: 60px;
}

.blog-post-sec {
  background-color: #f8f5f0;
}

.cust-insights-li {
  margin-bottom: 5px;
  line-height: 27px;
}

.cust-insights-ad-btn {
  margin-top: 20px;
}

.image-10 {
  border-radius: 10px;
}

.column-21 {
  font-family: Merriweather, serif;
}

.blog-post-ul-l {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 45px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.post-affects-title-l {
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 900;
}

.paragraph-19 {
  color: #f6f4eb;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.column-22 {
  padding: 0;
}

.return-policy {
  color: #f6f4eb;
  margin-bottom: 20px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  line-height: 20px;
}

.link-block-2 {
  float: right;
  margin-right: 30px;
}

.paragraph-20 {
  padding-top: 5px;
  font-family: Roboto, sans-serif;
}

.paragraph-21 {
  padding-top: 2px;
  font-family: Lato, sans-serif;
  font-weight: 900;
  line-height: 36px;
}

.home-blog-ul {
  color: #162761;
  margin-bottom: 30px;
  padding-left: 30px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.home-blog-li {
  color: #162761;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
}

.about-us-cols {
  margin-bottom: 30px;
}

.home-blog-p {
  color: #162761;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
}

.dpg-hero {
  background-color: #162761;
}

.dpg-text {
  color: #f6f4eb;
  margin: 20px 42px 0;
  padding-left: 2.5%;
  padding-right: 2.5%;
  font-family: Inconsolata, monospace;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.dpg-text.sig {
  margin-top: 40px;
  margin-left: 90px;
  margin-right: 90px;
  font-style: italic;
}

.dpg-text.p {
  color: #d592ff;
}

.dpg-text.b {
  color: #86dbec;
}

.dpg-ul {
  color: #f6f4eb;
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 45px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.dpg-ul.p {
  color: #d592ff;
}

.dpg-ul.b {
  color: #86dbec;
}

.dpg-ul-li {
  margin-bottom: 10px;
}

.dpg-title {
  color: #f6f4eb;
  margin-top: 6%;
  margin-bottom: 3%;
  margin-left: 50px;
  font-family: Open Sans, sans-serif;
  font-weight: 900;
}

.image-12 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-h-img {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.guide-nav-1 {
  background-color: #f6f4eb;
  display: none;
  position: static;
  top: 0;
}

.guide-nav-block-1 {
  text-align: center;
  padding: 20px 5% 0;
}

.guide-nav-p-1 {
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

.spacer {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  display: inline-block;
}

.paragraph-23 {
  color: #7fdaa9;
  margin-bottom: 5px;
  font-size: 16px;
  display: none;
}

.text-span-15 {
  color: #86dbec;
}

.text-span-16 {
  font-style: italic;
}

.last-update {
  margin-top: 10px;
  font-size: 24px;
}

.cats-column {
  padding: 0 0 10px;
}

.hero-master-link {
  color: #953897;
  text-decoration: none;
}

.column-13 {
  text-align: left;
}

.hero-container-n {
  text-align: center;
  margin-bottom: 0;
  padding: 40px 0% 20px;
}

.hero-masters-h {
  color: #4a5185;
  text-align: left;
  background-color: #0000;
  border-radius: 8px;
  margin: 0 auto 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.hero-masters-sections {
  text-align: left;
  padding-left: 10px;
}

.subtitle-n {
  color: #4a5185;
  text-align: left;
  border-left: 3px solid #953897;
  margin-right: 5px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  display: inline-block;
}

.hero-masters-cols {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-masters-links {
  text-align: left;
  border: 1px solid #953897;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 7px 14px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 1px #953897;
}

.hero-masters {
  background-color: #0000;
  background-image: linear-gradient(135deg, #7fdaa9, #86dbec 50%, #9092f0 100%, #9092f0);
  border-bottom: 1px solid #953897;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-masters-p {
  color: #953897;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.we-grow-ad-copy {
  float: right;
  color: #4a5185;
  background-color: #fff;
  border: 1px solid #953897;
  border-radius: 4px;
  margin-top: 0;
  padding: 9px 15px 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
}

.lesson-email-ad-btn {
  float: none;
  color: #953897;
  text-align: left;
  background-color: #aaabff;
  border: 1px solid #953897;
  border-radius: 4px;
  padding-top: 7px;
  padding-bottom: 8px;
  font-family: Lato, sans-serif;
  box-shadow: 0 1px #953897;
}

.column-19 {
  padding-left: 0;
  padding-right: 10px;
}

.newsletter-ad-copy {
  color: #4a5185;
  background-color: #fff;
  border: 1px solid #953897;
  border-radius: 4px;
  padding: 9px 15px 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
}

.we-grow-ad {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
}

.text-block {
  color: #953897;
}

.form-email-ad {
  text-align: left;
  margin-bottom: 0;
  display: block;
}

.job-site-ad-btn {
  float: none;
  color: #953897;
  text-align: left;
  background-color: #ffaaf9;
  border: 1px solid #953897;
  border-radius: 4px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Lato, sans-serif;
  box-shadow: 0 1px #953897;
}

.sublesson-section {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 30px;
}

.email-newsletter-ad {
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
}

.column-16 {
  padding-left: 0;
  padding-right: 0;
}

.curriculum {
  margin-top: 25px;
  padding-bottom: 35px;
  font-family: Lato, sans-serif;
}

.link-4 {
  color: #953897;
}

.text-field-email {
  border: 1px solid #953897;
  border-radius: 4px;
  width: 66%;
  margin-top: 9px;
  margin-right: 20px;
  padding-top: 7px;
  display: inline-block;
}

.lesson-content {
  display: block;
}

.lesson-content a {
  color: #953897;
  background-color: #fff;
  border: 1px solid #953897;
  border-radius: 4px;
  padding: 9px 15px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 1px #953897;
}

.lesson-content li {
  color: #953897;
}

.lesson-content h3 {
  margin-top: 20px;
}

.lesson-content ul {
  padding-left: 0;
}

.we-grow-ad-a {
  color: #953897;
}

.error-message {
  color: #953897;
  background-color: #0000;
}

.column-18 {
  position: relative;
}

.form-block-email-ad {
  float: none;
  width: 100%;
  margin-bottom: 0;
  display: inline-block;
}

.success-message {
  background-color: #0000;
}

.body-4 {
  background-color: #eef1f6;
}

.sublesson-block {
  float: left;
  clear: none;
  background-color: #fff;
  border: 1px solid #953897;
  border-radius: 4px;
  min-width: 278px;
  min-height: 285px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 35px;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px #953897;
}

.curriculum-h {
  color: #953897;
  text-align: left;
  background-color: #0000;
  border-radius: 8px;
  margin: 10px auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 55px;
  display: block;
}

.lesson-h {
  color: #4a5185;
  text-align: left;
  background-color: #0000;
  border-radius: 8px;
  margin: 20px auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  display: block;
}

.lesson-section {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 40px;
}

.sublesson-block-h {
  color: #953897;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 900;
}

.sublesson-block-rt ul {
  margin-bottom: 15px;
  padding-left: 25px;
}

.sublesson-block-rt li {
  color: #953897;
  margin-bottom: 5px;
}

.sublesson-block-btn {
  color: #953897;
  text-align: center;
  background-color: #86dbec;
  border: 1px solid #953897;
  border-radius: 4px;
  width: auto;
  min-width: 105px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 9px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 1px #953897;
}

.sublesson-block-btn-p {
  margin-bottom: 0;
}

.columns-11 {
  margin-bottom: 10px;
}

.bmd-hero-p {
  color: #f6f4eb;
  text-align: center;
  max-width: 75%;
  margin: 1% auto 2%;
  font-family: Inconsolata, monospace;
  font-size: 32px;
  line-height: 44px;
}

.insights-hero-h {
  color: #f6f4eb;
  text-align: center;
  white-space: normal;
  max-width: 75%;
  margin: 0 auto 40px;
  padding-top: 4%;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 64px;
  display: block;
}

.home-form-block {
  margin-top: 20px;
  display: inline-block;
}

._30days-form {
  text-align: center;
  display: block;
}

._30days-submit {
  color: #162761;
  background-color: #86dbec;
  border-radius: 10px;
  padding: 20px 22px;
  font-family: Merriweather, serif;
  font-size: 17px;
  font-weight: 400;
}

.paragraph-24 {
  color: #86dbec;
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inconsolata, monospace;
  font-size: 24px;
  font-style: italic;
}

.section-10 {
  background-color: #1d2d7f;
}

.container-13 {
  text-align: center;
  padding-top: 4.5%;
  padding-bottom: 4.5%;
}

.sample {
  color: #86dbec;
  background-color: #1d2d7f;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 10px 18px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.column-24 {
  padding-right: 20px;
}

.column-25 {
  padding-left: 20px;
}

.body-5 {
  background-color: #162761;
}

.blog-post-ol {
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 45px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  list-style-type: decimal;
}

.blog-post-ol-li {
  margin-bottom: 5px;
  line-height: 28px;
  list-style-type: decimal;
}

.column-img {
  margin-top: 30px;
}

.example-img {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-post-column-text {
  margin: 20px 42px 0;
  padding-left: 2.5%;
  padding-right: 2.5%;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.blog-post-column-text.sig {
  margin-top: 40px;
  margin-left: 90px;
  margin-right: 90px;
  font-style: italic;
}

.div-block-9 {
  z-index: 3;
  background-color: #bff4fd;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-header {
  color: #162761;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 50px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.section-header-p {
  margin: 0 42px 10px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
}

.section-header-p.sig {
  margin-top: 40px;
  margin-left: 90px;
  margin-right: 90px;
  font-style: italic;
}

.guide-nav-p {
  color: #7fdaa9;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.guide-nav-con {
  text-align: center;
  padding: 1% 5%;
}

.guide-nav {
  z-index: 1;
  background-color: #1d2d7f;
  position: sticky;
  top: 0;
}

.div-block-10 {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.next-sec-a {
  background-color: #1d2d7f;
  border-radius: 10px;
  margin-top: 20px;
  margin-left: 50px;
}

.next-sec-p {
  color: #d592ff;
  margin-bottom: 0;
  padding: 15px 18px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 20px;
}

.example-tabs {
  background-color: #162761;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.guide-tab-p {
  color: #f6f4eb;
  margin: 20px 42px 10px 0;
  padding-left: 0%;
  padding-right: 2.5%;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
}

.guide-tab-p.sig {
  margin-top: 40px;
  margin-left: 90px;
  margin-right: 90px;
  font-style: italic;
}

.tab-pane {
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link-tab-1 {
  border-top-left-radius: 10px;
}

.tab-link-tab-1.w--current {
  color: #bff4fd;
  background-color: #162761;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.guide-tab-nav-p {
  font-family: Lato, sans-serif;
}

.guide-tab-nav-1 {
  color: #f6f4eb;
  background-color: #162761;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.tab-link-tab-5 {
  background-color: #162761;
}

.prev-sec-a {
  background-color: #fffdfa;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 50px;
}

.prev-sec-a.w--current {
  margin-top: 0;
  margin-bottom: 30px;
}

.examples-tab {
  color: #f6f4eb;
  background-color: #162761;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.examples-tab.w--current {
  color: #162761;
  background-color: #bff4fd;
  font-weight: 700;
}

.tabs-menu {
  padding-left: 5px;
}

.prev-sec-p {
  color: #162761;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.section-11 {
  background-color: #7fdaa9;
}

.home-logos {
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 40px;
  display: inline-block;
}

.image-14, .image-15, .image-16 {
  display: inline-block;
}

.container-14 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 0;
}

.guide-hero {
  background-color: #1d2d7f;
  padding-bottom: 0;
}

.contact-p {
  color: #162761;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.top-guide-signup {
  background-color: #1d2d7f;
  border-radius: 10px;
  width: 76%;
  margin: 30px auto 25px;
  padding: 3% 4%;
}

.homepage-body-h {
  color: #162761;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 33px;
  font-weight: 900;
  line-height: 42px;
}

.lp-hero-cta {
  float: none;
  color: #162761;
  background-color: #86dbec;
  border-radius: 10px;
  width: 20%;
  max-width: 40%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.image-17 {
  max-width: 49%;
}

.lp-how-kit-helps {
  background-color: #86dbec;
  padding-top: 0%;
}

.lp-product-specs {
  background-color: #162761;
  padding-top: 0%;
}

.lp-prodspecs-p {
  color: #f6f4eb;
  margin-bottom: 0;
  margin-right: 70px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.lp-prodspecs-h {
  color: #f6f4eb;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 42px;
}

.lp-how-kit-helps-con {
  color: #333;
  padding-top: 5%;
  padding-bottom: 4.5%;
}

.lp-about-con {
  color: #333;
  padding-top: 5%;
  padding-bottom: 0%;
}

.lp-prodspecs-ul {
  color: #f6f4eb;
  margin-top: 30px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.lp-how-kit-helps-ul {
  color: #162761;
  margin-top: 30px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.smj-hero {
  background-color: #1d2d7f;
  min-width: 10%;
  height: auto;
}

.smj-bold {
  color: #9dca2b;
  font-weight: 500;
}

.smj-hero-cta {
  float: none;
  color: #162761;
  background-color: #9dca2b;
  border-radius: 10px;
  width: 20%;
  max-width: 40%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.smj-hero-h {
  color: #eee;
  text-align: center;
  white-space: normal;
  max-width: 75%;
  margin: 0 auto 20px;
  padding-top: 4%;
  font-family: Lato, sans-serif;
  font-size: 50px;
  line-height: 64px;
  display: block;
}

.smj-hero-con {
  text-align: center;
  padding-bottom: 4.5%;
  padding-right: 0;
}

.smj-hero-p {
  color: #eee;
  text-align: center;
  max-width: 75%;
  margin: 1% auto 2%;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.smj-hero-img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.smj-result {
  background-color: #eee;
}

.smj-result-h {
  color: #333;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 42px;
}

.smj-result-p {
  color: #333;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

.crm-hero-sec {
  background-color: #f6f4eb;
  min-width: 10%;
  height: auto;
}

.crm-hero-con {
  text-align: center;
  padding-top: 4%;
  padding-right: 0;
}

.crm-hero-h {
  color: #162761;
  text-align: center;
  white-space: normal;
  max-width: 75%;
  margin: 0 auto 20px;
  padding-top: 0%;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 64px;
  display: block;
}

.crm-hero-p {
  color: #162761;
  text-align: center;
  max-width: 75%;
  margin: 1% auto 2%;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.crm-hero-img {
  margin-top: 20px;
  margin-bottom: 0;
}

.crm-sec-light {
  background-color: #f6f4eb;
}

.crm-secret-con {
  max-width: 50%;
  padding-top: 4.5%;
  padding-bottom: 4.5%;
}

.crm-r-h {
  color: #162761;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 42px;
}

.crm-r-p {
  color: #162761;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.crm-l-img {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-26 {
  padding-right: 70px;
}

.crm-con {
  color: #333;
  padding-top: 4%;
  padding-bottom: 4%;
}

.crm-about-con {
  color: #333;
  padding-top: 4%;
  padding-bottom: 0%;
}

.crm-l-col {
  padding-right: 22px;
}

.crm-r-col {
  padding-left: 25px;
  padding-right: 10px;
}

.crm-sec-lblue {
  background-color: #86dbec;
  padding-top: 0%;
}

.crm-sec-dblue {
  background-color: #1d2d7f;
  padding-top: 0%;
}

.crm-l-h {
  color: #162761;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 42px;
}

.crm-l-p {
  color: #162761;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.crm-r-ul {
  color: #162761;
  margin-top: 30px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.crm-r-img {
  margin-top: 15px;
}

.crm-l-ul {
  color: #162761;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.crm-r-h-light {
  color: #f6f4eb;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 33px;
  font-weight: 900;
  line-height: 42px;
}

.crm-r-p-light {
  color: #f6f4eb;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.crm-l-ul-light {
  color: #f6f4eb;
  margin-top: 30px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.crm-cta-copy {
  color: #162761;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.crm-l-li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 27px;
}

.crm-hero-b {
  color: #162761;
}

.bold-text-15 {
  font-size: 40px;
}

.button {
  color: #d592ff;
  background-color: #1d2d7f;
  margin-bottom: 20px;
  padding: 12px 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.crm-lp-header {
  background-color: #1d2d7f;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}

.crm-header-nav-a {
  padding-top: 5px;
  font-family: Roboto, sans-serif;
}

.crt-sheet {
  margin-top: 40px;
}

.cim-ad {
  background-color: #1d2d7f;
  border: 1px solid #86dbec;
  border-radius: 10px;
  width: 58%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 30px;
}

.cim-ad-copy {
  color: #f6f4eb;
  text-align: left;
  width: 60%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.column-27 {
  text-align: left;
  padding-left: 20px;
  padding-right: 0;
}

.column-28 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.heading-18 {
  color: #f6f4eb;
  text-align: left;
  width: 65%;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  display: inline-block;
}

.text-span-17 {
  color: #86dbec;
}

.button-2 {
  float: right;
  color: #1d2d7f;
  background-color: #86dbec;
  border-radius: 10px;
  margin-top: 15px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.crm-logos-con {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.crm-logos-sec {
  background-color: #f6f4eb;
}

.crm-logo {
  margin-right: 50px;
  display: inline-block;
}

.crm-prod-grid-p {
  color: #162761;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.crm-prod-grid-h {
  color: #162761;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 27px;
  font-weight: 900;
  line-height: 32px;
}

.crm-l-h-l {
  color: #f6f4eb;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 42px;
}

.crm-l-p-l {
  color: #162761;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.crm-prod {
  color: #162761;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 42px;
}

.crm-cta-h {
  color: #f6f4eb;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 42px;
}

.crm-cta-p {
  color: #f6f4eb;
  text-align: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.crm-cta-btn {
  color: #162761;
  background-color: #d592ff;
  margin-bottom: 20px;
  padding: 12px 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.crm-cta-con {
  color: #333;
  text-align: center;
  padding-top: 4%;
  padding-bottom: 4%;
}

.crm-cta-return {
  color: #d592ff;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.paragraph-25 {
  color: #d592ff;
  background-color: #1d2d7f;
  padding: 18px 20px 20px;
}

.italic-text {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.crm-email-hero-sec {
  background-color: #1d2d7f;
  min-width: 10%;
  height: auto;
}

.crm-email-hero-con {
  text-align: center;
  padding-top: 4%;
  padding-bottom: 4%;
  padding-right: 0;
}

.crm-email-hero-h {
  color: #f6f4eb;
  text-align: left;
  white-space: normal;
  margin: 0 auto 20px;
  padding-top: 0%;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 64px;
  display: block;
}

.crm-email-hero-p {
  color: #f6f4eb;
  text-align: left;
  margin: 1% auto 2%;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.crm-email-hero-btn {
  color: #162761;
  text-align: left;
  background-color: #d592ff;
  margin-bottom: 20px;
  padding: 12px 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.column-30 {
  text-align: left;
  padding-right: 25px;
}

.column-31 {
  padding-left: 25px;
}

.submit-button-3 {
  color: #162761;
  background-color: #d592ff;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.form-block-4 {
  width: 50%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.crm-email-hero-form-2 {
  text-align: center;
}

.crm-email-hero-form-block {
  width: 60%;
  margin-top: 30px;
}

.text-field-3, .text-field-4 {
  font-size: 16px;
}

.body-6 {
  background-color: #eef1f6;
}

.hero-adhds {
  background-color: #0000;
  background-image: linear-gradient(135deg, #9092f0, #9092f0 0%, #86dbec 50%, #7fdaa9);
  border-bottom: 1px solid #953897;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-container-adhds {
  text-align: center;
  margin-bottom: 0;
  padding: 15px 0% 5px;
}

.hero-cols-adhds {
  margin-bottom: 10px;
  display: none;
}

.hero-h-adhds {
  color: #4a5185;
  text-align: left;
  background-color: #0000;
  border-radius: 8px;
  margin: 0 auto 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.hero-sub-adhds {
  color: #4a5185;
  text-align: left;
  border-left: 3px solid #953897;
  margin-right: 5px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  display: inline-block;
}

.hero-colr-adhds {
  padding: 0 0 10px;
}

.hero-coll-adhds {
  text-align: left;
}

.hero-cols-tags-adhds {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.hero-secs-tags-adhds {
  text-align: left;
  padding-left: 10px;
}

.form-search-n {
  text-align: center;
  margin-bottom: 15px;
}

.text-field-search-n {
  width: 60%;
  margin-top: 10px;
  margin-right: 20px;
  display: inline-block;
}

.text-field-search-n.jetboost-list-search-input-1lo1 {
  float: none;
  color: #3a5274;
  text-align: left;
  background-color: #fff;
  border: 1px solid #1d2d7f;
  border-radius: 4px;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.button-3 {
  float: none;
  text-align: left;
  background-color: #0000;
  border: 1px solid #1d2d7f;
  border-radius: 4px;
  margin-top: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Lato, sans-serif;
  box-shadow: 0 3px #1d2d7f;
}

.text-span-18 {
  color: #1d2d7f;
  font-size: 15px;
}

.submit-button-4 {
  display: none;
}

.search-block-adhds {
  margin-bottom: 0;
}

.search-form-adhds {
  text-align: left;
  margin-bottom: 0;
}

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

.pop-topics-adhds {
  color: #953897;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.expect1 {
  background-color: #f6f4eb;
  padding-top: 0%;
}

.columns-12 {
  margin-top: 10px;
  margin-bottom: 40px;
}

.resources-li {
  color: #162761;
  margin-bottom: 4px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

.section-copy {
  background-color: #1d2d7f;
  min-width: 10%;
  height: auto;
}

.success-message-2 {
  background-color: #0000;
  margin-bottom: 68px;
}

.text-block-2 {
  color: #d592ff;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

.text-span-19 {
  color: #86dbec;
}

.right-about-p {
  color: #162761;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.success-message-3 {
  background-color: #0000;
  padding-top: 0;
}

.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: 260px;
  display: flex;
}

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

.text-field-5 {
  width: 80%;
  margin-right: 20px;
  display: inline-block;
}

.form-3 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.crm-hero-con-2 {
  text-align: center;
  padding-right: 0;
}

.crm-hero-h-2 {
  color: #f6f4eb;
  text-align: center;
  white-space: normal;
  max-width: 80%;
  margin: 0 auto 20px;
  padding-top: 0%;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 64px;
  display: block;
}

.crm-hero-p-2 {
  color: #a1c2f7;
  text-align: center;
  max-width: 75%;
  margin: 1% auto 2%;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.container-16 {
  text-align: left;
  margin-bottom: 60px;
}

.link-9 {
  color: #d592ff;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.link-9.brand {
  font-size: 24px;
}

.crm-hero-sec-2 {
  background-color: #f6f4eb;
  background-image: radial-gradient(circle at 50% 100%, #273daa, #1d2d7f 74%);
  min-width: 10%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 30px;
}

.paragraph-27 {
  color: #d592ff;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 36px;
}

.button-4 {
  color: #d592ff;
  background-color: #1d2d7f;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 12px 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.container-18 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}

.home-logos-4 {
  margin-bottom: 45px;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.crm-l-h-l-2 {
  color: #162761;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
}

.crm-con-2 {
  color: #333;
  padding-top: 30px;
  padding-bottom: 0%;
}

.crm-l-ul-l {
  color: #162761;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.crm-sec-dblue-2 {
  background-color: #f6f4eb;
  background-image: url('../images/jon-website.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 0%;
  padding-bottom: 20px;
}

.crm-sec-light-2 {
  background-color: #1d2d7f;
  padding-top: 10px;
  padding-bottom: 20px;
}

.services-li-2 {
  color: #f6f4eb;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.crm-r-h-2 {
  color: #f6f4eb;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 42px;
}

.services-ul-2 {
  color: #f6f4eb;
  margin-bottom: 30px;
  padding-left: 30px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-style: italic;
}

.crm-sec-lblue-2 {
  background-color: #86dbec;
  padding-top: 10px;
  padding-bottom: 30px;
}

.crm-prod-grid-h-2 {
  color: #162761;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.column-33 {
  padding-left: 20px;
}

.crm-l-p-2 {
  color: #162761;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.services-footer {
  background-color: #f6f4eb;
  padding-top: 0%;
}

.columns-14 {
  margin-bottom: 50px;
}

.crm-cta-h-2 {
  color: #162761;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
}

.crm-cta-p-2 {
  color: #162761;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.form-block-7 {
  margin-left: auto;
  margin-right: auto;
}

.contact-button {
  color: #1d2d7f;
  background-color: #d592ff;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 12px 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
  display: block;
}

.crm-r-p-l, .crm-r-p-copy {
  color: #f6f4eb;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.button-4 {
  color: #130068;
  text-shadow: 0 -1px #0003;
  background-color: #d592ff;
  background-image: linear-gradient(#cd83fc, #ac39f5);
  border: 1px solid #361c69;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 14px 21px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 0 10px -2px #8000ff, inset 0 -1px #366c6966, inset 0 1px #fff6;
}

.column-34 {
  text-align: left;
}

@media screen and (max-width: 479px) {
  .post-hero {
    background-size: 108%;
  }

  .post-title {
    text-align: center;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    font-size: 3em;
    line-height: 1.25em;
  }

  .title-intro {
    text-align: center;
    width: 80%;
    max-width: 80%;
    margin-bottom: 10%;
    margin-left: auto;
    padding-left: 0%;
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .image-4 {
    width: 30%;
    max-width: 30%;
  }

  .post-affects-title {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 28px;
    line-height: 40px;
  }

  .post-affects {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0;
  }

  .sidebar-signup-text {
    font-size: 17px;
  }

  .sidebar-signup {
    width: 90%;
    padding: 13px 15px 15px;
  }

  .cust-guide-heading {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.1em;
    line-height: 1.2em;
  }

  .cust-guide-btn {
    text-align: center;
    width: 50%;
    margin-bottom: 22%;
    margin-left: auto;
    padding: 5% 3%;
    font-size: 1.2em;
  }

  .image-7 {
    max-width: 90%;
  }

  .header-jb {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .image-8, .image-9 {
    width: 30%;
    max-width: 30%;
  }

  .link-block {
    margin-top: 7px;
  }

  .text-field {
    text-align: center;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .section {
    background-size: 108%;
  }

  .heading-12 {
    text-align: center;
    margin-bottom: 5%;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 2.6em;
    line-height: 1.25em;
  }

  ._30days-form-block {
    width: auto;
    margin-top: 15px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .submit-button {
    width: 100%;
  }

  .paragraph-18 {
    text-align: center;
    width: auto;
    margin-bottom: 0%;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0%;
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .container-9 {
    background-position: 50% 100%;
    background-size: 80%;
    background-attachment: scroll;
  }

  .link-cta {
    text-align: left;
    width: 80%;
    max-width: 80em;
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .column-4 {
    padding: 3% 0% 0%;
  }

  .heading-15 {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 5px;
  }

  .columns-8 {
    margin-top: 20px;
  }

  .link-8.nav {
    margin-right: 10px;
  }

  .expect {
    padding-top: 0%;
  }

  .column-5 {
    margin-top: 5%;
  }

  .paragraph-7 {
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 1.4em;
    line-height: 1.6em;
  }

  .exp-content-col-l {
    margin-top: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .services-ul {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 22px;
  }

  .heading-17 {
    margin: 20px 30px 15px;
    font-size: 2.1em;
    line-height: 1em;
  }

  .exp-content-col-r {
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .right-about, .pricing {
    text-align: center;
    width: 80%;
    max-width: 80em;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .insights-hero-img {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .insights {
    padding-top: 0%;
  }

  .columns-10 {
    margin-bottom: 30px;
  }

  .container-12 {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .html-embed-2 {
    text-align: center;
    margin-top: 20px;
  }

  ._30days-hero-h {
    text-align: center;
    max-width: none;
    margin-bottom: 5%;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 2.6em;
    line-height: 1.25em;
  }

  .insights-hero-p {
    text-align: left;
    width: 80%;
    max-width: 80%;
    margin-bottom: 10%;
    margin-left: auto;
    padding-left: 0%;
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .insights-prob-h {
    width: auto;
    margin-top: 3%;
    margin-left: 0;
    margin-right: 0;
    font-size: 2.1em;
    line-height: 1.3em;
  }

  .insights-prob-p {
    width: auto;
    max-width: none;
    margin-bottom: 0%;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.2em;
    line-height: 1.6em;
  }

  .insights-prob-ul {
    margin-top: 10px;
    padding-left: 30px;
  }

  .insights-prob-ul-li {
    font-size: 18px;
    line-height: 27px;
  }

  .crm-b {
    font-size: 1em;
  }

  .blog-hero {
    background-image: none;
    padding-bottom: 20px;
  }

  .guide-hero-h {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    font-size: 32px;
    line-height: 44px;
  }

  .blog-hero-p {
    text-align: center;
    width: 80%;
    max-width: 80%;
    margin-bottom: 10%;
    margin-left: auto;
    padding-left: 0%;
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .blog-post-text {
    margin: 10px 25px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-post-text.sig {
    margin-left: 25px;
    margin-right: 25px;
  }

  .guide-hero-con {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .blog-post-ul {
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 30px;
  }

  .email-sub {
    float: none;
    max-width: 100%;
  }

  .blog-post-auth-h {
    text-align: center;
    width: 80%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.1em;
    line-height: 1em;
  }

  .blog-post-auth-p {
    text-align: center;
    width: 80%;
    max-width: 80em;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .text-field-2 {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .cust-insights-ad-p {
    text-align: center;
    width: 80%;
    max-width: 80em;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .paragraph-19 {
    text-align: center;
  }

  .image-11 {
    margin-top: 20px;
  }

  .return-policy {
    text-align: center;
    width: 80%;
    max-width: 80em;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .form-2 {
    text-align: center;
  }

  .paragraph-20 {
    margin-bottom: 5px;
    padding-top: 10px;
    font-size: 17px;
  }

  .paragraph-21 {
    margin-bottom: 6px;
    margin-left: 10px;
    padding-top: 6px;
    font-size: 18px;
  }

  .home-blog-ul {
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 30px;
    padding-right: 0;
  }

  .home-blog-p {
    width: 80%;
    max-width: 80em;
    margin: 20px 30px 10px;
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .dpg-hero {
    background-size: 108%;
  }

  .guide-nav-1 {
    background-color: #0000;
    background-image: linear-gradient(#f5f3ea, #f5f3ea 67%);
    position: sticky;
    top: 0;
  }

  .guide-nav-block-1 {
    padding: 10px 20px 7px;
  }

  .paragraph-22 {
    color: #7fdaa9;
    text-align: left;
    font-family: Inconsolata, monospace;
  }

  .nav-ul-li {
    text-align: left;
    margin-bottom: 5px;
    font-weight: 700;
  }

  .nav-div {
    color: #162761;
    max-width: 50%;
    padding-top: 10px;
  }

  .guide-nav-ul-1 {
    margin-bottom: 0;
    margin-right: 30px;
    padding-left: 0;
    font-family: Inconsolata, monospace;
    list-style-type: none;
  }

  .guide-nav-p-1 {
    color: #953897;
    text-align: left;
    border: 1px #162761;
    margin-bottom: 3px;
    font-family: Merriweather, serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    display: inline-block;
  }

  .spacer {
    color: #953897;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
  }

  .paragraph-23 {
    color: #7fdaa9;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    font-family: Inconsolata, monospace;
    font-size: 13px;
  }

  .text-span-15 {
    color: #86dbec;
  }

  .last-update {
    color: #7fdaa9;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    font-family: Inconsolata, monospace;
    font-size: 13px;
  }

  .cats-column {
    padding-bottom: 0;
  }

  .column-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-container-n {
    padding: 15px 5% 0;
  }

  .hero-masters-h {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 38px;
  }

  .hero-masters-sections {
    padding-left: 0;
  }

  .subtitle-n {
    margin-right: 0;
    display: block;
  }

  .hero-masters-links {
    box-shadow: none;
    border-style: none;
    margin-bottom: 0;
    margin-right: 4px;
    padding: 0;
    font-size: 11px;
  }

  .we-grow-ad-copy {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .lesson-email-ad-btn {
    padding: 6px 10px;
    font-size: 13px;
    line-height: 18px;
  }

  .column-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .newsletter-ad-copy {
    font-size: 14px;
    line-height: 22px;
  }

  .we-grow-ad {
    text-align: left;
  }

  .form-email-ad {
    text-align: center;
    margin-bottom: 0;
  }

  .job-site-ad-btn {
    margin-left: 20px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 18px;
  }

  .curriculum {
    padding-top: 5px;
  }

  .text-field-email {
    color: #3a5274;
    width: 52%;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    line-height: 18px;
  }

  .lesson-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-18 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block-email-ad {
    min-width: 38%;
    margin-bottom: 0;
  }

  .masters-col-list-wrap {
    margin-left: 20px;
  }

  .sublesson-block {
    float: none;
    border-style: solid;
    min-width: 220px;
    min-height: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding: 15px 18px;
    font-size: 11px;
  }

  .curriculum-h {
    text-align: left;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 30px;
    line-height: 38px;
  }

  .lesson-h {
    text-align: left;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 24px;
    line-height: 38px;
  }

  .sublesson-block-h {
    text-align: left;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .sublesson-block-rt {
    text-align: left;
  }

  .sublesson-block-btn {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    padding: 6px 10px;
    font-size: 13px;
    position: static;
  }

  .bmd-hero-p {
    text-align: center;
    max-width: none;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 1.6em;
    line-height: 1.5em;
  }

  .insights-hero-h {
    text-align: left;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    font-size: 3em;
    line-height: 1.25em;
  }

  .home-form-block {
    text-align: center;
    width: auto;
    margin: 30px 30px 300px;
  }

  .paragraph-24 {
    margin: 10px 30px;
    font-size: 17px;
  }

  .sample {
    margin-top: 15px;
  }

  .column-23 {
    height: 1px;
  }

  .column-24, .column-25 {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-ol {
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 30px;
  }

  .example-img {
    margin-left: 15px;
    margin-right: 15px;
  }

  .blog-post-column-text {
    margin: 10px 25px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-post-column-text.sig {
    margin-left: 25px;
    margin-right: 25px;
  }

  .page-header {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 28px;
    line-height: 40px;
  }

  .section-header-p {
    margin: 10px 25px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-header-p.sig {
    margin-left: 25px;
    margin-right: 25px;
  }

  .guide-tab-p {
    margin: 10px 25px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .guide-tab-p.sig {
    margin-left: 25px;
    margin-right: 25px;
  }

  .guide-hero {
    background-image: none;
    padding-bottom: 20px;
  }

  .contact-p {
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 1.4em;
    line-height: 1.6em;
  }

  .top-guide-signup {
    width: 90%;
    padding: 13px 15px 15px;
  }

  .homepage-body-h {
    margin: 20px 30px 15px;
    font-size: 2.1em;
    line-height: 1em;
  }

  .lp-hero-cta {
    float: none;
    max-width: 100%;
  }

  .lp-how-kit-helps, .lp-product-specs {
    padding-top: 0%;
  }

  .lp-prodspecs-p {
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 1.4em;
    line-height: 1.6em;
  }

  .lp-prodspecs-h {
    margin: 20px 30px 15px;
    font-size: 2.1em;
    line-height: 1em;
  }

  .lp-prodspecs-ul, .lp-how-kit-helps-ul {
    margin-top: 10px;
    padding-left: 30px;
  }

  .smj-hero {
    background-size: 108%;
  }

  .smj-bold {
    font-size: 1em;
  }

  .smj-hero-cta {
    float: none;
    max-width: 100%;
  }

  .smj-hero-h {
    text-align: left;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    font-size: 3em;
    line-height: 1.25em;
  }

  .smj-hero-p {
    text-align: left;
    width: 80%;
    max-width: 80%;
    margin-bottom: 10%;
    margin-left: auto;
    padding-left: 0%;
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .smj-hero-img {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .smj-result-h {
    width: auto;
    margin-top: 3%;
    margin-left: 0;
    margin-right: 0;
    font-size: 2.1em;
    line-height: 1.3em;
  }

  .smj-result-p {
    width: auto;
    max-width: none;
    margin-bottom: 0%;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.4em;
    line-height: 1.6em;
  }

  .smj-result-img {
    margin-top: 20px;
  }

  .crm-hero-sec {
    background-size: 108%;
  }

  .crm-hero-con {
    text-align: center;
  }

  .crm-hero-h {
    text-align: center;
    max-width: 100%;
    margin: 15px 30px 5%;
    font-size: 2.6em;
    font-weight: 900;
    line-height: 1.1em;
  }

  .crm-hero-p {
    text-align: center;
    width: 85%;
    max-width: 100%;
    margin-bottom: 8%;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .crm-hero-img {
    margin-top: 0;
    margin-bottom: 0;
  }

  .crm-secret-con {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .crm-r-h {
    width: auto;
    margin: 15px 0;
    font-size: 2.6em;
    font-weight: 900;
    line-height: 1.1em;
  }

  .crm-r-p {
    width: auto;
    max-width: none;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .crm-l-img {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .crm-about-con {
    padding-bottom: 5%;
  }

  .crm-l-col {
    padding-left: 30px;
    padding-right: 30px;
  }

  .crm-r-col {
    border-left: 1px solid #000;
    padding-left: 30px;
    padding-right: 30px;
  }

  .crm-sec-lblue, .crm-sec-dblue {
    padding-top: 0%;
  }

  .crm-l-h {
    margin: 15px 0;
    font-size: 2.6em;
    font-weight: 900;
    line-height: 1.1em;
  }

  .crm-l-p {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .crm-r-ul {
    margin-top: 10px;
    padding-left: 30px;
  }

  .crm-r-img {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .crm-l-ul {
    margin-top: 10px;
    padding-left: 30px;
    font-size: 1em;
    line-height: 1em;
  }

  .crm-r-h-light {
    width: auto;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    font-size: 2.6em;
    line-height: 1.1em;
  }

  .crm-r-p-light {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .crm-l-ul-light {
    margin-top: 10px;
    padding-left: 30px;
  }

  .crm-cta-copy {
    color: #162761;
    text-align: center;
  }

  .crm-l-img-about {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .crm-l-li {
    margin-bottom: 6px;
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .bold-text-14 {
    font-family: Lato, sans-serif;
    font-weight: 900;
  }

  .crm-hero-b {
    font-size: 1em;
  }

  .button {
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .crm-lp-header {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .crm-header-nav-a {
    margin-bottom: 5px;
    padding-top: 10px;
    font-size: 17px;
  }

  .cim-ad {
    width: 90%;
    padding: 13px 15px 15px;
  }

  .cim-ad-copy {
    font-size: 17px;
  }

  .crm-logo {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .crm-prod-grid-p {
    width: auto;
    max-width: none;
    margin-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .crm-prod-grid-h {
    width: auto;
    margin: 15px 30px;
    font-size: 2.6em;
    font-weight: 900;
    line-height: 1.1em;
  }

  .crm-prod-grid-img {
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .crm-l-h-l {
    margin: 15px 0;
    font-size: 2.6em;
    font-weight: 900;
    line-height: 1.1em;
  }

  .crm-l-p-l {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .crm-prod {
    width: auto;
    margin: 15px 30px;
    font-size: 2.6em;
    font-weight: 900;
    line-height: 1.1em;
  }

  .crm-cta-h {
    margin: 15px 30px;
    font-size: 2.6em;
    font-weight: 900;
    line-height: 1.1em;
  }

  .crm-cta-p {
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .crm-cta-btn {
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .crm-cta-return {
    color: #d592ff;
    text-align: center;
  }

  .crm-r-img-jon {
    margin-top: 0;
    margin-bottom: 0;
  }

  .crm-email-hero-sec {
    background-size: 108%;
  }

  .crm-email-hero-con {
    text-align: center;
  }

  .crm-email-hero-h {
    text-align: center;
    max-width: 100%;
    margin: 15px 30px 5%;
    font-size: 2.6em;
    font-weight: 900;
    line-height: 1.1em;
  }

  .crm-email-hero-p {
    text-align: center;
    width: 85%;
    max-width: 100%;
    margin-bottom: 8%;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .crm-email-hero-btn {
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .column-30, .column-31 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-block-4 {
    width: 80%;
    margin-left: 30px;
    margin-right: 30px;
  }

  .crm-email-hero-form, .crm-email-hero-form-2 {
    text-align: center;
  }

  .crm-email-hero-form-block {
    width: 100%;
  }

  .hero-container-adhds {
    padding: 15px 5% 0;
  }

  .hero-h-adhds {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 38px;
  }

  .hero-sub-adhds {
    margin-right: 0;
    display: block;
  }

  .hero-colr-adhds {
    padding-bottom: 0;
  }

  .hero-coll-adhds {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-secs-tags-adhds {
    padding-left: 0;
  }

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

  .form-search-n {
    text-align: center;
    margin-bottom: 0;
  }

  .text-field-search-n.jetboost-list-search-input-1lo1 {
    background-color: #fafafa;
    border-radius: 6px;
    width: 75%;
    margin-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 5px;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
  }

  .button-3 {
    border-radius: 5px;
    padding: 6px 10px;
  }

  .text-span-18 {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
  }

  .search-block-adhds {
    margin-bottom: 0;
  }

  .search-form-adhds {
    text-align: center;
    margin-bottom: 0;
  }

  .expect1 {
    padding-top: 0%;
  }

  .section-copy {
    background-size: 108%;
  }

  .right-about-p {
    text-align: center;
    width: 80%;
    max-width: 80em;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .crm-hero-con-2 {
    text-align: center;
  }

  .crm-hero-h-2 {
    text-align: center;
    max-width: 100%;
    margin: 15px 30px 5%;
    font-size: 2.6em;
    font-weight: 900;
    line-height: 1.1em;
  }

  .crm-hero-p-2 {
    text-align: center;
    width: 85%;
    max-width: 100%;
    margin-bottom: 8%;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .container-16 {
    margin-bottom: 30px;
  }

  .crm-hero-sec-2 {
    background-size: 108%;
  }

  .paragraph-27 {
    margin-bottom: 6px;
    margin-left: 10px;
    padding-top: 6px;
    font-size: 18px;
  }

  .button-4 {
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .crm-l-h-l-2 {
    margin: 15px 0;
    font-size: 2.6em;
    font-weight: 900;
    line-height: 1.1em;
  }

  .crm-l-ul-l {
    margin-top: 10px;
    padding-left: 30px;
    font-size: 1em;
    line-height: 1em;
  }

  .crm-sec-dblue-2 {
    padding-top: 0%;
  }

  .crm-r-h-2 {
    width: auto;
    margin: 15px 0;
    font-size: 2.6em;
    font-weight: 900;
    line-height: 1.1em;
  }

  .services-ul-2 {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 22px;
  }

  .crm-sec-lblue-2 {
    padding-top: 0%;
  }

  .crm-prod-grid-h-2 {
    width: auto;
    margin: 15px 30px;
    font-size: 2.6em;
    font-weight: 900;
    line-height: 1.1em;
  }

  .crm-l-p-2 {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .services-footer {
    padding-top: 0%;
  }

  .crm-cta-h-2 {
    margin: 15px 30px;
    font-size: 2.6em;
    font-weight: 900;
    line-height: 1.1em;
  }

  .crm-cta-p-2 {
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .contact-button {
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .crm-r-p-l, .crm-r-p-copy {
    width: auto;
    max-width: none;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.3em;
    line-height: 1.5em;
  }
}


