/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.hero {
  color: #121212; }

.steps {
  color: #fff; }

.lgrey {
  color: #969696; }

.white {
  color: #fff; }

.btn {
  padding: 7px 30px;
  border-radius: 30px;
  font-size: 1rem;
  border: none;
  transition: .3s; }

.btn-medium {
  padding: 7px 45px;
  font-size: 18px; }

.btn-blue {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #007bff; }

.btn-blue-contra {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #007bff; }

.btn-purple {
  background-color: purple;
  color: #fff; }

.btn-clear-w {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff; }

.btn-clear-b {
  background-color: transparent;
  border: 1px solid #121212;
  color: #121212; }

.btn-content {
  margin: 30px 0; }

.btn:hover {
  opacity: .9; }

.btn-clear-w:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.btn-clear-b:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.btn-blue:hover {
  background-color: transparent;
  color: #007bff;
  border: 1px solid #007bff; }

.btn-blue-contra:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff; }

.container {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden; }

.pt-1 {
  padding-top: 5%; }

.pt-2 {
  padding-top: 10%; }

.pt-3 {
  padding-top: 15%; }

.steps {
  min-height: auto; }

.steps-content {
  padding-bottom: 20px; }

.steps-block {
  padding: 35px 15px 0 15px; }

p {
  margin-top: 10px; }

.price {
  vertical-align: middle;
  padding-left: 20px;
  display: inline-block; }

.disclaimer {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px; }

.product-spec {
  padding: 20px 0; }

.product-image img {
  margin: 0 auto; }

.img-right {
  position: relative;
  right: -15px; }

.img-left {
  position: relative;
  left: -15px; }

.hero {
  color: #121212; }

.steps {
  color: #fff; }

.lgrey {
  color: #969696; }

.white {
  color: #fff; }

body, html {
  line-height: 1.45;
  font-family: "Nunito", sans-serif;
  font-size: 16px !important; }

.small {
  font-size: .85rem; }

.normal {
  font-size: 1rem; }

.medium {
  font-size: 1.25rem; }

.large {
  font-size: 1.65rem; }

.xlarge {
  font-size: 2.5rem; }

.thin {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.semi {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.thinw {
  font-weight: 200; }

.regularw {
  font-weight: 300; }

.semiw {
  font-weight: 500; }

.strike {
  text-decoration: line-through;
  opacity: .5; }

.hero {
  color: #121212; }

.steps {
  color: #fff; }

.lgrey {
  color: #969696; }

.white {
  color: #fff; }

@media (max-width: 991px) {
  .tcm {
    text-align: center !important; }

  ul li {
    justify-content: center; }

  body, html {
    line-height: 1.55;
    font-size: 14px !important; }

  .container {
    border: none; } }
.landing-page {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden; }

.steps {
  background-image: url("../img/123_bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }

.logo-small {
  max-height: 85px; }

.logo-medium {
  max-height: 100px; }

.logo-large {
  max-height: 150px; }

.product-spec li:before {
  content: '- '; }

.bg-1 {
  background-image: url("../img/product_1_bg_full.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.bg-2 {
  background-image: url("../img/product_2_bg_full.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.bg-3 {
  background-image: url("../img/product_3_bg_full.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.bg-4 {
  background-image: url("../img/product_4_bg_full.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

/*# sourceMappingURL=style.css.map */
