footer, .textbox, .newsletter, .cta_main .wrap a, .cta_main, .commitments .wrap ul li, .commitments, .faqs .wrap ul li, .faqs, .testimonials .wrap ul li, .testimonials, .how_it_works .wrap a, .how_it_works, .text_panel_2, .text_panel_1, .text_image_box .wrap article, .text_image_box, .hero .wrap header a {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.newsletter .wrap form:after, .how_it_works .wrap ul:after, .text_image_box .wrap:after, .text_image_box .wrap > div:after, .hero .wrap:after {
  content: "";
  display: block;
  clear: both;
}

.hero .wrap {
  margin: 0 50px;
  position: relative;
}
.hero .wrap header {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  text-align: left;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero .wrap header h1 {
  font-family: "gelica", sans-serif;
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  line-height: 1.125;
  margin: 0 0 12px 0;
}
.hero .wrap header p {
  color: rgb(202, 220, 234);
  line-height: 1.5;
  font-size: 1rem;
}
.hero .wrap header a {
  display: inline-block;
  padding: 20px 30px;
  border-radius: 10px;
  text-decoration: none;
  margin: 30px 0 0 0;
}
.hero .wrap figure {
  margin: 0;
  width: 300px;
  float: right;
}

.text_image_box {
  padding: 50px 0;
  background-color: rgb(242, 242, 242);
}
.text_image_box .wrap {
  margin: 0 50px;
  position: relative;
}
.text_image_box .wrap h2 {
  font-size: 2rem;
  width: 400px;
  line-height: 1.125;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 50px 0;
}
.text_image_box .wrap > div {
  position: relative;
}
.text_image_box .wrap article {
  width: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  text-align: left;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 30px;
  padding: 50px 30px;
  background-color: rgb(255, 255, 255);
}
.text_image_box .wrap article h3 {
  font-size: 1.25rem;
  line-height: 1.125;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  margin: 0 0 25px 0;
}
.text_image_box .wrap article ul {
  list-style: none;
}
.text_image_box .wrap article ul li {
  font-size: 1rem;
  line-height: 1.25;
}
.text_image_box .wrap article ul li + li {
  border-top: 1px solid rgb(220, 220, 220);
  margin: 12px 0 0 0;
  padding: 12px 0 0 0;
}
.text_image_box .wrap figure {
  width: 300px;
  float: left;
  margin: 0;
}
.text_image_box.white_bg {
  background-color: rgb(255, 255, 255);
}
.text_image_box.white_bg .wrap h2 {
  margin: 0 auto 10px auto;
  padding: 0;
}
.text_image_box.white_bg .wrap > p {
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  padding: 0 0 50px 0;
}
.text_image_box.white_bg .wrap article {
  margin: 50px 0 0 0;
}

.text_panel_1 {
  padding: 50px 0;
}
.text_panel_1 .wrap {
  margin: 0 50px;
}
.text_panel_1 .wrap h2 {
  font-size: 2rem;
  line-height: 1.125;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px 0;
}
.text_panel_1 .wrap > p {
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
}

.text_panel_2 {
  padding: 50px 0;
  background-color: rgb(242, 242, 242);
}
.text_panel_2 .wrap {
  margin: 0 50px;
}
.text_panel_2 .wrap h2 {
  font-size: 2rem;
  width: 450px;
  line-height: 1.125;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 10px auto;
}
.text_panel_2 .wrap > p {
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
}

.how_it_works {
  padding: 50px 0;
}
.how_it_works .wrap {
  margin: 0 50px;
}
.how_it_works .wrap h2 {
  font-size: 2rem;
  line-height: 1.125;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 25px 0;
}
.how_it_works .wrap ul {
  list-style: none;
}
.how_it_works .wrap ul li {
  width: -webkit-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
  float: left;
}
.how_it_works .wrap ul li h3 {
  font-family: "gelica", sans-serif;
  font-weight: 700;
  margin: 0 0 8px 0;
  font-size: 1.25rem;
}
.how_it_works .wrap ul li p {
  font-size: 1rem;
}
.how_it_works .wrap ul li + li {
  margin: 0 0 0 20px;
}
.how_it_works .wrap ul li:nth-child(2n+1) {
  margin-left: 0;
}
.how_it_works .wrap ul li:nth-child(2) ~ li {
  margin-top: 20px;
}
.how_it_works .wrap a {
  display: block;
  padding: 15px 20px;
  border-radius: 10px;
  text-decoration: none;
  width: 400px;
  text-align: center;
  margin: 25px auto 0 auto;
}

.testimonials {
  padding: 50px 0;
  background-color: rgb(242, 242, 242);
}
.testimonials .wrap {
  margin: 0 50px;
}
.testimonials .wrap h2 {
  font-size: 2rem;
  line-height: 1.125;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 25px 0;
}
.testimonials .wrap ul {
  list-style: none;
}
.testimonials .wrap ul li {
  box-shadow: 0 5px 10px -2px rgba(22, 22, 22, 0.25);
  border-radius: 20px;
  padding: 30px;
  background-color: rgb(255, 255, 255);
}
.testimonials .wrap ul li + li {
  margin: 10px 0 0 0;
}

.faqs {
  background-color: rgb(35, 47, 58);
  padding: 50px 0;
}
.faqs .wrap {
  margin: 0 50px;
}
.faqs .wrap h2 {
  font-size: 2rem;
  line-height: 1.125;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 25px 0;
  color: rgb(255, 255, 255);
}
.faqs .wrap ul {
  list-style: none;
}
.faqs .wrap ul li {
  box-shadow: 0 5px 10px -2px rgba(22, 22, 22, 0.25);
  border-radius: 20px;
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255);
}
.faqs .wrap ul li button {
  color: rgb(255, 255, 255);
  font-family: "gelica", sans-serif;
  font-weight: 700;
}
.faqs .wrap ul li + li {
  margin: 10px 0 0 0;
}

.commitments {
  padding: 50px 0;
}
.commitments .wrap {
  margin: 0 50px;
}
.commitments .wrap h2 {
  font-size: 2rem;
  line-height: 1.125;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 25px 0;
}
.commitments .wrap ul {
  list-style: none;
}
.commitments .wrap ul li {
  box-shadow: 0 5px 10px -2px rgba(22, 22, 22, 0.25);
  border-radius: 20px;
  padding: 20px 30px;
  color: rgb(22, 22, 22);
}
.commitments .wrap ul li + li {
  margin: 10px 0 0 0;
}

.cta_main {
  padding: 75px 0 85px 0;
  background-color: rgb(242, 242, 242);
}
.cta_main .wrap {
  margin: 0 50px;
  text-align: center;
}
.cta_main .wrap h2 {
  font-size: 2rem;
  line-height: 1.125;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px 0;
}
.cta_main .wrap p {
  font-size: 1.25rem;
  line-height: 1.5;
}
.cta_main .wrap a {
  display: inline-block;
  padding: 20px 100px;
  background-color: rgb(0, 0, 0);
  border-radius: 10px;
  text-decoration: none;
  margin: 30px auto 0 auto;
}

.newsletter {
  padding: 50px 0;
  background-color: rgb(35, 47, 58);
}
.newsletter .wrap {
  margin: 0 50px;
}
.newsletter .wrap h2 {
  font-size: 1.5rem;
  line-height: 1.125;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin: 0 0 25px 0;
}
.newsletter .wrap h3 {
  font-size: 1.25rem;
  line-height: 1;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.newsletter .wrap p {
  line-height: 1.25;
}
.newsletter .wrap form {
  margin: 25px 0 0 0;
}
.newsletter .wrap form .input {
  width: -webkit-calc(100% - 310px);
  width: calc(100% - 310px);
  float: left;
  margin: 0;
}
.newsletter .wrap form .input input {
  display: block;
  height: 50px;
  border: 0;
}
.newsletter .wrap form button {
  width: 300px;
  float: right;
  margin: 0;
}

.textbox {
  padding: 50px 0;
  background-color: rgb(15, 27, 38);
}
.textbox .wrap {
  margin: 0 50px;
}
.textbox .wrap h2 {
  font-size: 1.5rem;
  line-height: 1.125;
  font-family: "gelica", sans-serif;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin: 0 0 25px 0;
}
.textbox .wrap p {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}
.textbox .wrap p + p {
  margin: 1.5em 0 0 0;
}

footer {
  padding: 50px 0;
  background-color: rgb(5, 17, 28);
}
footer .wrap {
  margin: 0 50px;
}
footer .wrap p {
  font-size: 0.875rem;
  line-height: 1;
  color: rgb(255, 255, 255);
}

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