footer, .decision .wrap form button, .decision .wrap form p select, .decision .wrap form p input, .decision, .calculator .wrap form .input p input, .calculator, .example .wrap .example_boxes section, .example, .offer .wrap .cols .col, .offer, .ltv .wrap .cols .col, .ltv, .intro, .hero {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.example .wrap .example_boxes section ul li p:after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: rgb(0, 36, 21);
}

.hero {
  padding: 50px 0;
  background-color: rgb(0, 36, 21);
  background-image: url("../images/hero.webp");
  background-size: 400px auto;
  background-position: bottom right;
  background-repeat: no-repeat;
  color: rgb(255, 255, 255);
}
.hero .wrap {
  margin: 0 20px;
}
.hero .wrap h2 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}
.hero .wrap h2 span {
  font-size: 0.875rem;
  line-height: 1;
  color: rgb(107, 178, 146);
}
.hero .wrap > header {
  margin: 50px 0 0 0;
}
.hero .wrap > header h1 {
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.125;
}
.hero .wrap > header p {
  font-size: 1.25rem;
  line-height: 1.25;
  color: rgb(107, 178, 146);
  margin: 1em 0 0 0;
}
.hero .wrap > header p strong {
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.hero .wrap > header a {
  display: inline-block;
  text-decoration: none;
  padding: 15px 20px;
  font-size: 1.125rem;
  line-height: 1;
  border-radius: 8px;
  color: rgb(107, 178, 146);
  background-color: rgb(255, 255, 255);
  margin: 50px 0 0 0;
}

.intro {
  background-color: rgb(255, 255, 255);
  padding: 50px 0;
}
.intro .wrap {
  margin: 0 20px;
}
.intro .wrap article h2 {
  font-size: 1.875rem;
  line-height: 1.125;
  font-weight: 500;
  color: rgb(107, 178, 146);
}
.intro .wrap article p {
  line-height: 1.5;
  margin-top: 1.25em;
}

.ltv {
  padding: 50px 0;
  background-color: rgb(107, 178, 146);
}
.ltv .wrap {
  margin: 0 20px;
}
.ltv .wrap header {
  margin: 0 0 25px 0;
}
.ltv .wrap header h2 {
  font-weight: 500;
  margin: 0 0 10px 0;
  color: rgb(255, 255, 255);
  font-size: 1.875rem;
}
.ltv .wrap header p {
  line-height: 1.5;
  font-weight: 500;
}
.ltv .wrap .cols .col {
  background-color: rgb(249, 249, 249);
  padding: 25px 0;
  text-align: center;
}
.ltv .wrap .cols .col h3 {
  color: rgb(0, 36, 21);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 5px 0;
}
.ltv .wrap .cols .col p {
  color: rgb(117, 117, 117);
}
.ltv .wrap .cols .col + .col {
  margin: 10px 0 0 0;
}

.offer {
  padding: 50px 0;
  background-color: rgb(249, 249, 249);
}
.offer .wrap {
  margin: 0 20px;
}
.offer .wrap header {
  margin: 0 0 25px 0;
}
.offer .wrap header h2 {
  font-size: 1.875rem;
  line-height: 1.125;
  font-weight: 500;
  margin: 0 0 10px 0;
  color: rgb(107, 178, 146);
  text-align: center;
}
.offer .wrap header p {
  line-height: 1.5;
  font-weight: 500;
}
.offer .wrap .cols .col {
  background-color: rgb(255, 255, 255);
  padding: 25px 0;
  text-align: center;
}
.offer .wrap .cols .col h3 {
  color: rgb(0, 36, 21);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 5px 0;
}
.offer .wrap .cols .col p {
  color: rgb(117, 117, 117);
}
.offer .wrap .cols .col + .col {
  margin: 10px 0 0 0;
}
.offer .wrap > p {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  margin: 25px 0 0 0;
}

.example {
  padding: 50px 0;
  background-color: rgb(255, 255, 255);
}
.example .wrap {
  margin: 0 20px;
}
.example .wrap header {
  margin: 0 0 25px 0;
  text-align: center;
}
.example .wrap header h2 {
  font-size: 1.875rem;
  line-height: 1.125;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.example .wrap header p {
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 500;
  color: rgb(107, 178, 146);
}
.example .wrap .example_boxes section {
  background-color: rgb(215, 247, 232);
  padding: 25px 25px 30px 25px;
}
.example .wrap .example_boxes section ul {
  list-style: none;
}
.example .wrap .example_boxes section ul li {
  padding: 0 0 15px 0;
  font-weight: 500;
  font-size: 1.125rem;
}
.example .wrap .example_boxes section ul li p span {
  display: block;
  width: 50%;
  float: left;
}
.example .wrap .example_boxes section ul li p span + span {
  text-align: right;
}
.example .wrap .example_boxes section ul li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 15px 0;
}
.example .wrap .example_boxes section ul li:last-child {
  padding-bottom: 0;
  border-top: 0;
  font-size: 1.125rem;
  margin: 10px 0 0 0;
  color: rgb(107, 178, 146);
}
.example .wrap .example_boxes section > p {
  margin: 30px 0 0 0;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.example .wrap .example_boxes section + section {
  background-color: rgb(249, 249, 249);
  margin: 10px 0 0 0;
  padding: 50px 0 60px 0;
}
.example .wrap .example_boxes section + section p {
  font-size: 1.5rem;
  line-height: 1.125;
  text-align: center;
}
.example .wrap .example_boxes section + section p span {
  display: block;
  font-size: 2.5rem;
  margin: 10px 0 5px 0;
}

.calculator {
  padding: 50px 0;
  background-color: rgb(249, 249, 249);
}
.calculator .wrap {
  margin: 0 20px;
}
.calculator .wrap header {
  margin: 0 0 25px 0;
}
.calculator .wrap header h2 {
  font-size: 1.875rem;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.calculator .wrap header p {
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 500;
  color: rgb(107, 178, 146);
}
.calculator .wrap form .input h3 {
  margin: 0 0 10px 0;
  font-weight: 500;
}
.calculator .wrap form .input p input {
  display: block;
  width: 100%;
  border: 0;
  font-size: 1rem;
  line-height: 1;
  padding: 0 15px;
  height: 50px;
  font-family: inherit;
}
.calculator .wrap form .input.grey p input {
  background-color: rgb(240, 240, 240);
}
.calculator .wrap form .input.green p input {
  background-color: transparent;
  border: 1px solid rgb(107, 178, 146);
}
.calculator .wrap form .input + .input {
  margin: 20px 0 0 0;
}
.calculator .wrap > p {
  margin: 25px 0 0 0;
  font-size: 1rem;
  line-height: 1.25;
}

.decision {
  padding: 50px 0;
  background-color: rgb(107, 178, 146);
}
.decision .wrap {
  margin: 0 20px;
}
.decision .wrap header {
  margin: 0 0 25px 0;
}
.decision .wrap header h2 {
  font-size: 1.875rem;
  line-height: 1.25;
  font-weight: 500;
  margin: 0 0 10px 0;
  color: rgb(255, 255, 255);
}
.decision .wrap header p {
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 500;
}
.decision .wrap form p input {
  display: block;
  width: 100%;
  border: 0;
  font-size: 1rem;
  line-height: 1;
  padding: 0 15px;
  height: 50px;
  border-radius: 10px;
}
.decision .wrap form p select {
  display: block;
  width: 100%;
  border: 0;
  font-size: 1rem;
  line-height: 1;
  padding: 0 15px;
  height: 50px;
  background-color: rgb(255, 255, 255);
  -webkit-appearance: none;
  border-radius: 10px;
}
.decision .wrap form p + p {
  margin: 10px 0 0 0;
}
.decision .wrap form button {
  display: block;
  width: 100%;
  border: 0;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0 15px;
  height: 50px;
  border: 1px solid rgb(0, 36, 21);
  color: rgb(0, 36, 21);
  margin: 10px 0 0 0;
  border-radius: 10px;
}

footer {
  padding: 50px 0;
  background-color: rgb(0, 36, 21);
}
footer .wrap {
  margin: 0 20px;
}
footer .wrap h2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
footer .wrap h2 span {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  margin: 10px 0 0 0;
  color: rgb(107, 178, 146);
}
footer .wrap p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(82, 112, 98);
  margin: 60px 0 0 0;
  text-align: center;
}

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