/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

html, body, div, form, fieldset, legend, label {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th, td {
  text-align: left;
  vertical-align: top; }

h1, h2, h3, h4, h5, h6, th, td, caption {
  font-weight: normal; }

img {
  border: 0; }

.clearfix, .container:before,
.container:after, .grid:before,
.grid:after {
  display: table;
  content: " ";
  clear: both; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-justify {
  text-align: justify !important; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.show {
  display: block !important; }

.hidden {
  display: none !important; }

@media (max-width: 479px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important; } }
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

body {
  background-color: #151515; }

header,
section,
footer {
  position: relative; }

hr {
  margin: 30px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.sticky-footer {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 100%;
  table-layout: fixed; }
  .sticky-footer__content {
    display: table-row;
    height: 100%; }
  .sticky-footer__footer {
    display: table-row;
    height: 1px; }

html {
  font-size: 62.5%; }

body {
  font-family: Oswald;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: normal;
  color: #676767; }

h1, h2, h3, h4, h5, h6, p, .footer__copyright, a {
  margin-top: 0;
  margin-bottom: 2rem; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.4; }

h1 {
  font-size: 3.6rem; }

h2 {
  font-size: 3.0rem; }

h3 {
  font-size: 2.4rem; }

h4 {
  font-size: 2.0rem; }

h5 {
  font-size: 1.6rem; }

h6 {
  font-size: 1.4rem; }

.display-1,
.display-2,
.display-3 {
  font-weight: 800; }

.lead {
  font-weight: 300;
  font-size: 2.0rem;
  margin-bottom: 2.0rem; }

.display-1 {
  font-size: 7.2rem; }

.display-2 {
  font-size: 6.0rem; }

.display-3 {
  font-size: 4.8rem; }

pre {
  padding: 2.0rem;
  background-color: #e1e1e1; }

code {
  font-size: 1.8rem; }

a:focus {
  outline: none; }

.text-light {
  color: #aab2bd !important; }

.text-default {
  color: #676767 !important; }

.text-dark {
  color: #151515 !important; }

.text-primary {
  color: #1fdc54 !important; }

.accent {
  font-family: Open Sans;
  font-weight: 800; }

@media (max-width: 767px) {
  .display-1 {
    font-size: 4.8rem; }

  .display-2 {
    font-size: 4.2rem; }

  .display-3 {
    font-size: 3.6rem; } }
.container {
  position: relative;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  .container--fluid {
    width: 100%;
    max-width: 100%; }

@media (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px; } }
.grid {
  font-size: 0;
  margin-right: -30px;
  margin-left: -30px;
  text-align: left; }
  .grid > [class*="col"] {
    font-size: 1.8rem;
    position: relative;
    display: inline-block;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
    vertical-align: top; }
  .grid--flush {
    margin-right: 0;
    margin-left: 0; }
    .grid--flush > [class*="col"] {
      padding-right: 0;
      padding-left: 0; }
  .grid--vertical-align-middle > [class^="col"] {
    vertical-align: middle; }

[class*="col"] {
  width: 100%; }

.col-xs-full {
  width: 100%; }

.col-xs-9-10 {
  width: 90%; }

.col-xs-7-8 {
  width: 87.5%; }

.col-xs-5-6 {
  width: 83.3333333%; }

.col-xs-4-5 {
  width: 80%; }

.col-xs-3-4 {
  width: 75%; }

.col-xs-7-10 {
  width: 70%; }

.col-xs-2-3 {
  width: 66.6666666%; }

.col-xs-5-8 {
  width: 62.5%; }

.col-xs-3-5 {
  width: 60%; }

.col-xs-1-2 {
  width: 50%; }

.col-xs-2-5 {
  width: 40%; }

.col-xs-3-8 {
  width: 37.5%; }

.col-xs-1-3 {
  width: 33.3333333%; }

.col-xs-3-10 {
  width: 30%; }

.col-xs-1-4 {
  width: 25%; }

.col-xs-1-5 {
  width: 20%; }

.col-xs-1-6 {
  width: 16.6666667%; }

.col-xs-1-8 {
  width: 12.5%; }

.col-xs-1-10 {
  width: 10%; }

.col-xs-offset-full {
  margin-left: 100%; }

.col-xs-offset-9-10 {
  margin-left: 90%; }

.col-xs-offset-7-8 {
  margin-left: 87.5%; }

.col-xs-offset-5-6 {
  margin-left: 83.3333333%; }

.col-xs-offset-4-5 {
  margin-left: 80%; }

.col-xs-offset-3-4 {
  margin-left: 75%; }

.col-xs-offset-7-10 {
  margin-left: 70%; }

.col-xs-offset-2-3 {
  margin-left: 66.6666666%; }

.col-xs-offset-5-8 {
  margin-left: 62.5%; }

.col-xs-offset-3-5 {
  margin-left: 60%; }

.col-xs-offset-1-2 {
  margin-left: 50%; }

.col-xs-offset-2-5 {
  margin-left: 40%; }

.col-xs-offset-3-8 {
  margin-left: 37.5%; }

.col-xs-offset-1-3 {
  margin-left: 33.3333333%; }

.col-xs-offset-3-10 {
  margin-left: 30%; }

.col-xs-offset-1-4 {
  margin-left: 25%; }

.col-xs-offset-1-5 {
  margin-left: 20%; }

.col-xs-offset-1-6 {
  margin-left: 16.6666667%; }

.col-xs-offset-1-8 {
  margin-left: 12.5%; }

.col-xs-offset-1-10 {
  margin-left: 10%; }

.col-xs-push-full {
  left: 100%; }

.col-xs-push-9-10 {
  left: 90%; }

.col-xs-push-7-8 {
  left: 87.5%; }

.col-xs-push-5-6 {
  left: 83.3333333%; }

.col-xs-push-4-5 {
  left: 80%; }

.col-xs-push-3-4 {
  left: 75%; }

.col-xs-push-7-10 {
  left: 70%; }

.col-xs-push-2-3 {
  left: 66.6666666%; }

.col-xs-push-5-8 {
  left: 62.5%; }

.col-xs-push-3-5 {
  left: 60%; }

.col-xs-push-1-2 {
  left: 50%; }

.col-xs-push-2-5 {
  left: 40%; }

.col-xs-push-3-8 {
  left: 37.5%; }

.col-xs-push-1-3 {
  left: 33.3333333%; }

.col-xs-push-3-10 {
  left: 30%; }

.col-xs-push-1-4 {
  left: 25%; }

.col-xs-push-1-5 {
  left: 20%; }

.col-xs-push-1-6 {
  left: 16.6666667%; }

.col-xs-push-1-8 {
  left: 12.5%; }

.col-xs-push-1-10 {
  left: 10%; }

.col-xs-pull-full {
  right: 100%; }

.col-xs-pull-9-10 {
  right: 90%; }

.col-xs-pull-7-8 {
  right: 87.5%; }

.col-xs-pull-5-6 {
  right: 83.3333333%; }

.col-xs-pull-4-5 {
  right: 80%; }

.col-xs-pull-3-4 {
  right: 75%; }

.col-xs-pull-7-10 {
  right: 70%; }

.col-xs-pull-2-3 {
  right: 66.6666666%; }

.col-xs-pull-5-8 {
  right: 62.5%; }

.col-xs-pull-3-5 {
  right: 60%; }

.col-xs-pull-1-2 {
  right: 50%; }

.col-xs-pull-2-5 {
  right: 40%; }

.col-xs-pull-3-8 {
  right: 37.5%; }

.col-xs-pull-1-3 {
  right: 33.3333333%; }

.col-xs-pull-3-10 {
  right: 30%; }

.col-xs-pull-1-4 {
  right: 25%; }

.col-xs-pull-1-5 {
  right: 20%; }

.col-xs-pull-1-6 {
  right: 16.6666667%; }

.col-xs-pull-1-8 {
  right: 12.5%; }

.col-xs-pull-1-10 {
  right: 10%; }

@media (min-width: 480px) {
  .col-sm-full {
    width: 100%; }

  .col-sm-9-10 {
    width: 90%; }

  .col-sm-7-8 {
    width: 87.5%; }

  .col-sm-5-6 {
    width: 83.3333333%; }

  .col-sm-4-5 {
    width: 80%; }

  .col-sm-3-4 {
    width: 75%; }

  .col-sm-7-10 {
    width: 70%; }

  .col-sm-2-3 {
    width: 66.6666666%; }

  .col-sm-5-8 {
    width: 62.5%; }

  .col-sm-3-5 {
    width: 60%; }

  .col-sm-1-2 {
    width: 50%; }

  .col-sm-2-5 {
    width: 40%; }

  .col-sm-3-8 {
    width: 37.5%; }

  .col-sm-1-3 {
    width: 33.3333333%; }

  .col-sm-3-10 {
    width: 30%; }

  .col-sm-1-4 {
    width: 25%; }

  .col-sm-1-5 {
    width: 20%; }

  .col-sm-1-6 {
    width: 16.6666667%; }

  .col-sm-1-8 {
    width: 12.5%; }

  .col-sm-1-10 {
    width: 10%; }

  .col-sm-offset-full {
    margin-left: 100%; }

  .col-sm-offset-9-10 {
    margin-left: 90%; }

  .col-sm-offset-7-8 {
    margin-left: 87.5%; }

  .col-sm-offset-5-6 {
    margin-left: 83.3333333%; }

  .col-sm-offset-4-5 {
    margin-left: 80%; }

  .col-sm-offset-3-4 {
    margin-left: 75%; }

  .col-sm-offset-7-10 {
    margin-left: 70%; }

  .col-sm-offset-2-3 {
    margin-left: 66.6666666%; }

  .col-sm-offset-5-8 {
    margin-left: 62.5%; }

  .col-sm-offset-3-5 {
    margin-left: 60%; }

  .col-sm-offset-1-2 {
    margin-left: 50%; }

  .col-sm-offset-2-5 {
    margin-left: 40%; }

  .col-sm-offset-3-8 {
    margin-left: 37.5%; }

  .col-sm-offset-1-3 {
    margin-left: 33.3333333%; }

  .col-sm-offset-3-10 {
    margin-left: 30%; }

  .col-sm-offset-1-4 {
    margin-left: 25%; }

  .col-sm-offset-1-5 {
    margin-left: 20%; }

  .col-sm-offset-1-6 {
    margin-left: 16.6666667%; }

  .col-sm-offset-1-8 {
    margin-left: 12.5%; }

  .col-sm-offset-1-10 {
    margin-left: 10%; }

  .col-sm-push-full {
    left: 100%; }

  .col-sm-push-9-10 {
    left: 90%; }

  .col-sm-push-7-8 {
    left: 87.5%; }

  .col-sm-push-5-6 {
    left: 83.3333333%; }

  .col-sm-push-4-5 {
    left: 80%; }

  .col-sm-push-3-4 {
    left: 75%; }

  .col-sm-push-7-10 {
    left: 70%; }

  .col-sm-push-2-3 {
    left: 66.6666666%; }

  .col-sm-push-5-8 {
    left: 62.5%; }

  .col-sm-push-3-5 {
    left: 60%; }

  .col-sm-push-1-2 {
    left: 50%; }

  .col-sm-push-2-5 {
    left: 40%; }

  .col-sm-push-3-8 {
    left: 37.5%; }

  .col-sm-push-1-3 {
    left: 33.3333333%; }

  .col-sm-push-3-10 {
    left: 30%; }

  .col-sm-push-1-4 {
    left: 25%; }

  .col-sm-push-1-5 {
    left: 20%; }

  .col-sm-push-1-6 {
    left: 16.6666667%; }

  .col-sm-push-1-8 {
    left: 12.5%; }

  .col-sm-push-1-10 {
    left: 10%; }

  .col-sm-pull-full {
    right: 100%; }

  .col-sm-pull-9-10 {
    right: 90%; }

  .col-sm-pull-7-8 {
    right: 87.5%; }

  .col-sm-pull-5-6 {
    right: 83.3333333%; }

  .col-sm-pull-4-5 {
    right: 80%; }

  .col-sm-pull-3-4 {
    right: 75%; }

  .col-sm-pull-7-10 {
    right: 70%; }

  .col-sm-pull-2-3 {
    right: 66.6666666%; }

  .col-sm-pull-5-8 {
    right: 62.5%; }

  .col-sm-pull-3-5 {
    right: 60%; }

  .col-sm-pull-1-2 {
    right: 50%; }

  .col-sm-pull-2-5 {
    right: 40%; }

  .col-sm-pull-3-8 {
    right: 37.5%; }

  .col-sm-pull-1-3 {
    right: 33.3333333%; }

  .col-sm-pull-3-10 {
    right: 30%; }

  .col-sm-pull-1-4 {
    right: 25%; }

  .col-sm-pull-1-5 {
    right: 20%; }

  .col-sm-pull-1-6 {
    right: 16.6666667%; }

  .col-sm-pull-1-8 {
    right: 12.5%; }

  .col-sm-pull-1-10 {
    right: 10%; } }
@media (min-width: 768px) {
  .col-md-full {
    width: 100%; }

  .col-md-9-10 {
    width: 90%; }

  .col-md-7-8 {
    width: 87.5%; }

  .col-md-5-6 {
    width: 83.3333333%; }

  .col-md-4-5 {
    width: 80%; }

  .col-md-3-4 {
    width: 75%; }

  .col-md-7-10 {
    width: 70%; }

  .col-md-2-3 {
    width: 66.6666666%; }

  .col-md-5-8 {
    width: 62.5%; }

  .col-md-3-5 {
    width: 60%; }

  .col-md-1-2 {
    width: 50%; }

  .col-md-2-5 {
    width: 40%; }

  .col-md-3-8 {
    width: 37.5%; }

  .col-md-1-3 {
    width: 33.3333333%; }

  .col-md-3-10 {
    width: 30%; }

  .col-md-1-4 {
    width: 25%; }

  .col-md-1-5 {
    width: 20%; }

  .col-md-1-6 {
    width: 16.6666667%; }

  .col-md-1-8 {
    width: 12.5%; }

  .col-md-1-10 {
    width: 10%; }

  .col-md-offset-full {
    margin-left: 100%; }

  .col-md-offset-9-10 {
    margin-left: 90%; }

  .col-md-offset-7-8 {
    margin-left: 87.5%; }

  .col-md-offset-5-6 {
    margin-left: 83.3333333%; }

  .col-md-offset-4-5 {
    margin-left: 80%; }

  .col-md-offset-3-4 {
    margin-left: 75%; }

  .col-md-offset-7-10 {
    margin-left: 70%; }

  .col-md-offset-2-3 {
    margin-left: 66.6666666%; }

  .col-md-offset-5-8 {
    margin-left: 62.5%; }

  .col-md-offset-3-5 {
    margin-left: 60%; }

  .col-md-offset-1-2 {
    margin-left: 50%; }

  .col-md-offset-2-5 {
    margin-left: 40%; }

  .col-md-offset-3-8 {
    margin-left: 37.5%; }

  .col-md-offset-1-3 {
    margin-left: 33.3333333%; }

  .col-md-offset-3-10 {
    margin-left: 30%; }

  .col-md-offset-1-4 {
    margin-left: 25%; }

  .col-md-offset-1-5 {
    margin-left: 20%; }

  .col-md-offset-1-6 {
    margin-left: 16.6666667%; }

  .col-md-offset-1-8 {
    margin-left: 12.5%; }

  .col-md-offset-1-10 {
    margin-left: 10%; }

  .col-md-push-full {
    left: 100%; }

  .col-md-push-9-10 {
    left: 90%; }

  .col-md-push-7-8 {
    left: 87.5%; }

  .col-md-push-5-6 {
    left: 83.3333333%; }

  .col-md-push-4-5 {
    left: 80%; }

  .col-md-push-3-4 {
    left: 75%; }

  .col-md-push-7-10 {
    left: 70%; }

  .col-md-push-2-3 {
    left: 66.6666666%; }

  .col-md-push-5-8 {
    left: 62.5%; }

  .col-md-push-3-5 {
    left: 60%; }

  .col-md-push-1-2 {
    left: 50%; }

  .col-md-push-2-5 {
    left: 40%; }

  .col-md-push-3-8 {
    left: 37.5%; }

  .col-md-push-1-3 {
    left: 33.3333333%; }

  .col-md-push-3-10 {
    left: 30%; }

  .col-md-push-1-4 {
    left: 25%; }

  .col-md-push-1-5 {
    left: 20%; }

  .col-md-push-1-6 {
    left: 16.6666667%; }

  .col-md-push-1-8 {
    left: 12.5%; }

  .col-md-push-1-10 {
    left: 10%; }

  .col-md-pull-full {
    right: 100%; }

  .col-md-pull-9-10 {
    right: 90%; }

  .col-md-pull-7-8 {
    right: 87.5%; }

  .col-md-pull-5-6 {
    right: 83.3333333%; }

  .col-md-pull-4-5 {
    right: 80%; }

  .col-md-pull-3-4 {
    right: 75%; }

  .col-md-pull-7-10 {
    right: 70%; }

  .col-md-pull-2-3 {
    right: 66.6666666%; }

  .col-md-pull-5-8 {
    right: 62.5%; }

  .col-md-pull-3-5 {
    right: 60%; }

  .col-md-pull-1-2 {
    right: 50%; }

  .col-md-pull-2-5 {
    right: 40%; }

  .col-md-pull-3-8 {
    right: 37.5%; }

  .col-md-pull-1-3 {
    right: 33.3333333%; }

  .col-md-pull-3-10 {
    right: 30%; }

  .col-md-pull-1-4 {
    right: 25%; }

  .col-md-pull-1-5 {
    right: 20%; }

  .col-md-pull-1-6 {
    right: 16.6666667%; }

  .col-md-pull-1-8 {
    right: 12.5%; }

  .col-md-pull-1-10 {
    right: 10%; } }
@media (min-width: 992px) {
  .col-lg-full {
    width: 100%; }

  .col-lg-9-10 {
    width: 90%; }

  .col-lg-7-8 {
    width: 87.5%; }

  .col-lg-5-6 {
    width: 83.3333333%; }

  .col-lg-4-5 {
    width: 80%; }

  .col-lg-3-4 {
    width: 75%; }

  .col-lg-7-10 {
    width: 70%; }

  .col-lg-2-3 {
    width: 66.6666666%; }

  .col-lg-5-8 {
    width: 62.5%; }

  .col-lg-3-5 {
    width: 60%; }

  .col-lg-1-2 {
    width: 50%; }

  .col-lg-2-5 {
    width: 40%; }

  .col-lg-3-8 {
    width: 37.5%; }

  .col-lg-1-3 {
    width: 33.3333333%; }

  .col-lg-3-10 {
    width: 30%; }

  .col-lg-1-4 {
    width: 25%; }

  .col-lg-1-5 {
    width: 20%; }

  .col-lg-1-6 {
    width: 16.6666667%; }

  .col-lg-1-8 {
    width: 12.5%; }

  .col-lg-1-10 {
    width: 10%; }

  .col-lg-offset-full {
    margin-left: 100%; }

  .col-lg-offset-9-10 {
    margin-left: 90%; }

  .col-lg-offset-7-8 {
    margin-left: 87.5%; }

  .col-lg-offset-5-6 {
    margin-left: 83.3333333%; }

  .col-lg-offset-4-5 {
    margin-left: 80%; }

  .col-lg-offset-3-4 {
    margin-left: 75%; }

  .col-lg-offset-7-10 {
    margin-left: 70%; }

  .col-lg-offset-2-3 {
    margin-left: 66.6666666%; }

  .col-lg-offset-5-8 {
    margin-left: 62.5%; }

  .col-lg-offset-3-5 {
    margin-left: 60%; }

  .col-lg-offset-1-2 {
    margin-left: 50%; }

  .col-lg-offset-2-5 {
    margin-left: 40%; }

  .col-lg-offset-3-8 {
    margin-left: 37.5%; }

  .col-lg-offset-1-3 {
    margin-left: 33.3333333%; }

  .col-lg-offset-3-10 {
    margin-left: 30%; }

  .col-lg-offset-1-4 {
    margin-left: 25%; }

  .col-lg-offset-1-5 {
    margin-left: 20%; }

  .col-lg-offset-1-6 {
    margin-left: 16.6666667%; }

  .col-lg-offset-1-8 {
    margin-left: 12.5%; }

  .col-lg-offset-1-10 {
    margin-left: 10%; }

  .col-lg-push-full {
    left: 100%; }

  .col-lg-push-9-10 {
    left: 90%; }

  .col-lg-push-7-8 {
    left: 87.5%; }

  .col-lg-push-5-6 {
    left: 83.3333333%; }

  .col-lg-push-4-5 {
    left: 80%; }

  .col-lg-push-3-4 {
    left: 75%; }

  .col-lg-push-7-10 {
    left: 70%; }

  .col-lg-push-2-3 {
    left: 66.6666666%; }

  .col-lg-push-5-8 {
    left: 62.5%; }

  .col-lg-push-3-5 {
    left: 60%; }

  .col-lg-push-1-2 {
    left: 50%; }

  .col-lg-push-2-5 {
    left: 40%; }

  .col-lg-push-3-8 {
    left: 37.5%; }

  .col-lg-push-1-3 {
    left: 33.3333333%; }

  .col-lg-push-3-10 {
    left: 30%; }

  .col-lg-push-1-4 {
    left: 25%; }

  .col-lg-push-1-5 {
    left: 20%; }

  .col-lg-push-1-6 {
    left: 16.6666667%; }

  .col-lg-push-1-8 {
    left: 12.5%; }

  .col-lg-push-1-10 {
    left: 10%; }

  .col-lg-pull-full {
    right: 100%; }

  .col-lg-pull-9-10 {
    right: 90%; }

  .col-lg-pull-7-8 {
    right: 87.5%; }

  .col-lg-pull-5-6 {
    right: 83.3333333%; }

  .col-lg-pull-4-5 {
    right: 80%; }

  .col-lg-pull-3-4 {
    right: 75%; }

  .col-lg-pull-7-10 {
    right: 70%; }

  .col-lg-pull-2-3 {
    right: 66.6666666%; }

  .col-lg-pull-5-8 {
    right: 62.5%; }

  .col-lg-pull-3-5 {
    right: 60%; }

  .col-lg-pull-1-2 {
    right: 50%; }

  .col-lg-pull-2-5 {
    right: 40%; }

  .col-lg-pull-3-8 {
    right: 37.5%; }

  .col-lg-pull-1-3 {
    right: 33.3333333%; }

  .col-lg-pull-3-10 {
    right: 30%; }

  .col-lg-pull-1-4 {
    right: 25%; }

  .col-lg-pull-1-5 {
    right: 20%; }

  .col-lg-pull-1-6 {
    right: 16.6666667%; }

  .col-lg-pull-1-8 {
    right: 12.5%; }

  .col-lg-pull-1-10 {
    right: 10%; } }
@media (min-width: 1200px) {
  .col-xl-full {
    width: 100%; }

  .col-xl-9-10 {
    width: 90%; }

  .col-xl-7-8 {
    width: 87.5%; }

  .col-xl-5-6 {
    width: 83.3333333%; }

  .col-xl-4-5 {
    width: 80%; }

  .col-xl-3-4 {
    width: 75%; }

  .col-xl-7-10 {
    width: 70%; }

  .col-xl-2-3 {
    width: 66.6666666%; }

  .col-xl-5-8 {
    width: 62.5%; }

  .col-xl-3-5 {
    width: 60%; }

  .col-xl-1-2 {
    width: 50%; }

  .col-xl-2-5 {
    width: 40%; }

  .col-xl-3-8 {
    width: 37.5%; }

  .col-xl-1-3 {
    width: 33.3333333%; }

  .col-xl-3-10 {
    width: 30%; }

  .col-xl-1-4 {
    width: 25%; }

  .col-xl-1-5 {
    width: 20%; }

  .col-xl-1-6 {
    width: 16.6666667%; }

  .col-xl-1-8 {
    width: 12.5%; }

  .col-xl-1-10 {
    width: 10%; }

  .col-xl-offset-full {
    margin-left: 100%; }

  .col-xl-offset-9-10 {
    margin-left: 90%; }

  .col-xl-offset-7-8 {
    margin-left: 87.5%; }

  .col-xl-offset-5-6 {
    margin-left: 83.3333333%; }

  .col-xl-offset-4-5 {
    margin-left: 80%; }

  .col-xl-offset-3-4 {
    margin-left: 75%; }

  .col-xl-offset-7-10 {
    margin-left: 70%; }

  .col-xl-offset-2-3 {
    margin-left: 66.6666666%; }

  .col-xl-offset-5-8 {
    margin-left: 62.5%; }

  .col-xl-offset-3-5 {
    margin-left: 60%; }

  .col-xl-offset-1-2 {
    margin-left: 50%; }

  .col-xl-offset-2-5 {
    margin-left: 40%; }

  .col-xl-offset-3-8 {
    margin-left: 37.5%; }

  .col-xl-offset-1-3 {
    margin-left: 33.3333333%; }

  .col-xl-offset-3-10 {
    margin-left: 30%; }

  .col-xl-offset-1-4 {
    margin-left: 25%; }

  .col-xl-offset-1-5 {
    margin-left: 20%; }

  .col-xl-offset-1-6 {
    margin-left: 16.6666667%; }

  .col-xl-offset-1-8 {
    margin-left: 12.5%; }

  .col-xl-offset-1-10 {
    margin-left: 10%; }

  .col-xl-push-full {
    left: 100%; }

  .col-xl-push-9-10 {
    left: 90%; }

  .col-xl-push-7-8 {
    left: 87.5%; }

  .col-xl-push-5-6 {
    left: 83.3333333%; }

  .col-xl-push-4-5 {
    left: 80%; }

  .col-xl-push-3-4 {
    left: 75%; }

  .col-xl-push-7-10 {
    left: 70%; }

  .col-xl-push-2-3 {
    left: 66.6666666%; }

  .col-xl-push-5-8 {
    left: 62.5%; }

  .col-xl-push-3-5 {
    left: 60%; }

  .col-xl-push-1-2 {
    left: 50%; }

  .col-xl-push-2-5 {
    left: 40%; }

  .col-xl-push-3-8 {
    left: 37.5%; }

  .col-xl-push-1-3 {
    left: 33.3333333%; }

  .col-xl-push-3-10 {
    left: 30%; }

  .col-xl-push-1-4 {
    left: 25%; }

  .col-xl-push-1-5 {
    left: 20%; }

  .col-xl-push-1-6 {
    left: 16.6666667%; }

  .col-xl-push-1-8 {
    left: 12.5%; }

  .col-xl-push-1-10 {
    left: 10%; }

  .col-xl-pull-full {
    right: 100%; }

  .col-xl-pull-9-10 {
    right: 90%; }

  .col-xl-pull-7-8 {
    right: 87.5%; }

  .col-xl-pull-5-6 {
    right: 83.3333333%; }

  .col-xl-pull-4-5 {
    right: 80%; }

  .col-xl-pull-3-4 {
    right: 75%; }

  .col-xl-pull-7-10 {
    right: 70%; }

  .col-xl-pull-2-3 {
    right: 66.6666666%; }

  .col-xl-pull-5-8 {
    right: 62.5%; }

  .col-xl-pull-3-5 {
    right: 60%; }

  .col-xl-pull-1-2 {
    right: 50%; }

  .col-xl-pull-2-5 {
    right: 40%; }

  .col-xl-pull-3-8 {
    right: 37.5%; }

  .col-xl-pull-1-3 {
    right: 33.3333333%; }

  .col-xl-pull-3-10 {
    right: 30%; }

  .col-xl-pull-1-4 {
    right: 25%; }

  .col-xl-pull-1-5 {
    right: 20%; }

  .col-xl-pull-1-6 {
    right: 16.6666667%; }

  .col-xl-pull-1-8 {
    right: 12.5%; }

  .col-xl-pull-1-10 {
    right: 10%; } }
.btn {
  font-family: Open Sans;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.4;
  display: inline-block;
  margin: 0;
  padding: 15px 60px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: none;
  outline: none;
  background-color: #1fdc54;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .btn:hover {
    background-color: #75ec97; }
  .btn--block {
    display: block;
    width: 100%;
    padding: 15px 10px; }

@media (max-width: 767px) {
  .btn {
    padding: 15px 40px; }
    .btn--block-mobile {
      display: block;
      width: 100%;
      padding: 15px 10px; } }
.card {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  border: 0;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
  .card .card-block {
    padding: 20px; }
    .card .card-block :last-child {
      margin-bottom: 0; }
  .card .border-bottom {
    border-bottom: 1px solid #e1e1e1; }

.carousel {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .carousel__arrow, .carousel__container {
    position: relative;
    display: table-cell !important; }
  .carousel__arrow {
    position: relative;
    width: 60px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.2);
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .carousel__arrow--next .carousel__icon-container {
    right: 0; }
  .carousel__arrow:hover {
    color: #1fdc54; }
  .carousel__icon-container {
    position: absolute;
    top: 30%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .carousel__slide {
    padding: 0 20px;
    text-align: center;
    outline: none;
    cursor: url("data:image/vnd.microsoft.icon;base64,AAACAAEAICACAAcABQAwAQAAFgAAACgAAAAgAAAAQAAAAAEAAQAAAAAAAAEAAAAAAAAAAAAAAgAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8AAAA/AAAAfwAAAP+AAAH/gAAB/8AAA//AAAd/wAAGf+AAAH9gAADbYAAA2yAAAZsAAAGbAAAAGAAAAAAAAA//////////////////////////////////////////////////////////////////////////////////////gH///4B///8Af//+AD///AA///wAH//4AB//8AAf//AAD//5AA///gAP//4AD//8AF///AB///5A////5///8="), all-scroll;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }

@media (max-width: 767px) {
  .carousel__arrow {
    display: none !important; }
  .carousel__slide {
    padding: 0; } }
.slick-dots {
  font-size: 0;
  margin: 60px 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center; }
  .slick-dots li {
    font-size: 1.8rem;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .slick-dots li button {
      display: none; }
  .slick-dots li.slick-active {
    background-color: #1fdc54; }

.fancy-line {
  width: 106px;
  height: 4px;
  margin: 45px 0;
  background-color: #1fdc54; }
  .fancy-line--centered {
    margin-right: auto;
    margin-left: auto; }
  .fancy-line--small-margins {
    margin-top: 20px;
    margin-bottom: 20px; }

@media (max-width: 767px) {
  .fancy-line {
    margin-top: 20px;
    margin-bottom: 25px; }
    .fancy-line--small-margins {
      margin-top: 15px;
      margin-bottom: 20px; } }
.form-font-styles, input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea, .radio-buttons-field .radio label, .checkbox-field input + label {
  font-family: Oswald;
  font-size: 1em;
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  color: #676767; }

.radio-checkbox-styles, .radio-buttons-field .radio label:before, .checkbox-field input + label:before {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  content: "";
  border: 2px solid #dddddd; }

form {
  text-align: left; }

.form-control {
  margin-bottom: 16px; }

label {
  font-weight: 400;
  color: #676767; }

.input-item {
  margin-bottom: 20px; }

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  width: 100%;
  height: 60px;
  padding: 0 16px;
  resize: vertical;
  border: 2px solid #dddddd;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

input[type="text"]:hover, input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  border-color: #1fdc54;
  outline: none; }

*::-webkit-input-placeholder {
  color: #676767; }

*:-moz-placeholder {
  color: #676767; }

*::-moz-placeholder {
  color: #676767; }

*:-ms-input-placeholder {
  color: #676767 !important; }

.parsley-errors-list {
  margin: 0;
  color: red; }

.parsley-errors-list.filled {
  margin: 20px 0; }

textarea {
  height: 120px;
  padding: 12.5px 16px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

.country-field,
.select-box-field {
  position: relative; }

.country-field:after,
.select-box-field:after {
  font-family: "FontAwesome";
  font-size: 2.4rem;
  line-height: 50px;
  position: absolute;
  top: 6px;
  right: 16px;
  height: 50px;
  content: "\f0d7";
  pointer-events: none;
  color: #dddddd; }

input[type=radio] {
  visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.radio-buttons-field > label:first-of-type {
  display: block;
  margin-bottom: 10px; }

.radio-buttons-field .radio {
  position: relative; }
  .radio-buttons-field .radio label {
    color: #676767; }
    .radio-buttons-field .radio label:before {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
  .radio-buttons-field .radio input[type=radio] + span:after {
    position: absolute;
    top: 11px;
    left: 5px;
    width: 12px;
    height: 12px;
    content: "";
    background-color: #1fdc54;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all 0.2s cubic-bezier(1, 0, 0, 1.5);
    -o-transition: all 0.2s cubic-bezier(1, 0, 0, 1.5);
    -webkit-transition: all 0.2s cubic-bezier(1, 0, 0, 1.5);
    transition: all 0.2s cubic-bezier(1, 0, 0, 1.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .radio-buttons-field .radio input[type=radio]:checked + span:after {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }

input[type=checkbox] {
  visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.checkbox-field {
  position: relative; }

.checkbox-field input + label {
  color: #676767; }
  .checkbox-field input + label:before {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }

input[type=checkbox] + span:after {
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 2px;
  content: "\f00c";
  color: #1fdc54;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.2s cubic-bezier(1, 0, 0, 1.5);
  -o-transition: all 0.2s cubic-bezier(1, 0, 0, 1.5);
  -webkit-transition: all 0.2s cubic-bezier(1, 0, 0, 1.5);
  transition: all 0.2s cubic-bezier(1, 0, 0, 1.5); }

input[type=checkbox]:checked + span:after {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 2rem; }

.img--responsive {
  margin-bottom: 0; }

.img--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover; }

.media {
  display: table;
  word-break: break-word; }
  .media > .media-left,
  .media > .media-body,
  .media > .media-right {
    display: table-cell;
    vertical-align: top; }
    .media > .media-left :last-child,
    .media > .media-body :last-child,
    .media > .media-right :last-child {
      margin-bottom: 0; }
    .media > .media-left.media-middle,
    .media > .media-body.media-middle,
    .media > .media-right.media-middle {
      vertical-align: middle; }
    .media > .media-left.media-bottom,
    .media > .media-body.media-bottom,
    .media > .media-right.media-bottom {
      vertical-align: bottom; }
  .media > .media-left {
    padding-right: 15px; }
  .media > .media-body {
    width: 10000px; }
  .media > .media-right {
    padding-left: 15px; }
  .media .media {
    margin-top: 30px; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.responsive-video {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #151515; }
  .responsive-video--4by3 {
    padding-bottom: 75%; }
  .responsive-video--8by5 {
    padding-bottom: 62.5%; }

.responsive-video iframe,
.responsive-video video,
.responsive-video .video,
.responsive-video .wistia_embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.about {
  padding: 100px 0 120px; }
  .about__background-overlay {
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff); }
  .about__image-container {
    position: relative; }
  .about__image {
    width: 100%; }
  .about__image-overlay {
    background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0), #1fdc54);
    background-image: -moz-linear-gradient(top left, rgba(255, 255, 255, 0), #1fdc54);
    background-image: -o-linear-gradient(top left, rgba(255, 255, 255, 0), #1fdc54);
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0), #1fdc54); }
  .about__title {
    line-height: 1;
    margin-bottom: 0;
    color: #151515; }
  .about__fancy-line {
    background-color: #1fdc54; }
  .about__text {
    margin-bottom: 0;
    color: #151515; }
    .about__text a {
      color: #1fdc54; }
    .about__text a:hover,
    .about__text a:focus {
      color: #1fdc54; }

@media (max-width: 991px) {
  .about__image-container {
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .about {
    padding: 50px 0; }
    .about__image-container {
      margin: 0 auto 20px; }
    .about__text {
      line-height: 1.7; } }
.cta {
  padding: 150px 0;
  text-align: center; }
  .cta__background-overlay {
    background-image: -webkit-linear-gradient(top, rgba(31, 220, 84, 0.7), rgba(31, 220, 84, 0.7));
    background-image: -moz-linear-gradient(top, rgba(31, 220, 84, 0.7), rgba(31, 220, 84, 0.7));
    background-image: -o-linear-gradient(top, rgba(31, 220, 84, 0.7), rgba(31, 220, 84, 0.7));
    background-image: linear-gradient(to bottom, rgba(31, 220, 84, 0.7), rgba(31, 220, 84, 0.7)); }
  .cta__title {
    color: #ffffff; }
  .cta__btn {
    margin-top: 40px;
    color: #ffffff;
    background-color: #151515; }
    .cta__btn:hover {
      background-color: #484848; }

@media (max-width: 767px) {
  .cta {
    padding: 75px 0; }
    .cta__btn {
      margin-top: 20px; } }
.features {
  padding: 40px 0 80px; }
  .features__background-overlay {
    background-image: -webkit-linear-gradient(top, #151515, #151515);
    background-image: -moz-linear-gradient(top, #151515, #151515);
    background-image: -o-linear-gradient(top, #151515, #151515);
    background-image: linear-gradient(to bottom, #151515, #151515); }
  .features__item {
    margin-bottom: 80px; }
  .features__item:last-child {
    margin-bottom: 0; }
  .features__image-container {
    position: relative; }
  .features__overlay-1 {
    background-image: -webkit-linear-gradient(top left, #1fdc54, rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top left, #1fdc54, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top left, #1fdc54, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom right, #1fdc54, rgba(255, 255, 255, 0)); }
  .features__overlay-2 {
    background-image: -webkit-linear-gradient(top left, #1fdc54, rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top left, #1fdc54, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top left, #1fdc54, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom right, #1fdc54, rgba(255, 255, 255, 0)); }
  .features__overlay-3 {
    background-image: -webkit-linear-gradient(top left, #1fdc54, rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top left, #1fdc54, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top left, #1fdc54, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom right, #1fdc54, rgba(255, 255, 255, 0)); }
  .features__overlay-4 {
    background-image: -webkit-linear-gradient(top left, #1fdc54, rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top left, #1fdc54, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top left, #1fdc54, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom right, #1fdc54, rgba(255, 255, 255, 0)); }
  .features__title {
    margin-bottom: 0; }
  .features__desc, .features__title {
    line-height: 1.7;
    margin: 0;
    color: #ffffff; }
  .features__title--1 {
    color: #ffffff; }
  .features__title--2 {
    color: #ffffff; }
  .features__title--3 {
    color: #ffffff; }
  .features__title--4 {
    color: #ffffff; }
  .features__fancy-line-1 {
    background-color: #1fdc54; }
  .features__fancy-line-2 {
    background-color: #1fdc54; }
  .features__fancy-line-3 {
    background-color: #1fdc54; }
  .features__fancy-line-4 {
    background-color: #1fdc54; }
  .features__item--1 .features__desc {
    color: #ffffff; }
    .features__item--1 .features__desc a {
      color: #1fdc54;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .features__item--1 .features__desc a:hover,
    .features__item--1 .features__desc a:focus {
      color: #1fdc54; }
  .features__item--2 .features__desc {
    color: #ffffff; }
    .features__item--2 .features__desc a {
      color: #1fdc54;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .features__item--2 .features__desc a:hover,
    .features__item--2 .features__desc a:focus {
      color: #1fdc54; }
  .features__item--3 .features__desc {
    color: #ffffff; }
    .features__item--3 .features__desc a {
      color: #1fdc54;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .features__item--3 .features__desc a:hover,
    .features__item--3 .features__desc a:focus {
      color: #1fdc54; }
  .features__item--4 .features__desc {
    color: #ffffff; }
    .features__item--4 .features__desc a {
      color: #1fdc54;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .features__item--4 .features__desc a:hover,
    .features__item--4 .features__desc a:focus {
      color: #1fdc54; }

@media (max-width: 767px) {
  .features {
    margin-bottom: 20px; }
    .features__image {
      margin-bottom: 20px; }
    .features__title {
      line-height: 1.2; } }
.footer {
  padding: 80px 0;
  text-align: center; }
  .footer__background-overlay {
    background-image: -webkit-linear-gradient(top, #151515, #151515);
    background-image: -moz-linear-gradient(top, #151515, #151515);
    background-image: -o-linear-gradient(top, #151515, #151515);
    background-image: linear-gradient(to bottom, #151515, #151515); }
  .footer__logo {
    width: 150px;
    margin: 0 auto 40px; }
  .footer__links {
    font-size: 0;
    margin-bottom: 10px; }
  .footer__link {
    font-size: 1.8rem;
    margin: 0 10px;
    text-decoration: none;
    color: #ffffff;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .footer__link:hover {
    color: #1fdc54; }
  .footer__copyright {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.3); }
    .footer__copyright a {
      color: #ffffff; }
    .footer__copyright a:hover {
      color: #1fdc54; }
    .footer__copyright :last-child {
      margin-bottom: 0; }

@media (max-width: 767px) {
  .footer {
    padding: 70px 0; } }
.form {
  padding: 100px 0; }
  .form__background-overlay {
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff); }
  .form__title {
    margin-bottom: 0;
    text-align: center;
    color: #151515; }
  .form__fancy-line {
    background-color: #1fdc54; }
  .form__container {
    max-width: 600px;
    margin: 60px auto 0; }
  .form__btn {
    margin-top: 20px;
    color: #ffffff;
    background-color: #1fdc54; }
    .form__btn:hover {
      background-color: #75ec97; }

@media (max-width: 767px) {
  .form {
    padding: 50px 0; }
    .form__btn {
      margin-top: 30px; } }
.header {
  padding: 30px 0; }
  .header__background-overlay {
    background-image: -webkit-linear-gradient(top, #151515, #3cd42e);
    background-image: -moz-linear-gradient(top, #151515, #3cd42e);
    background-image: -o-linear-gradient(top, #151515, #3cd42e);
    background-image: linear-gradient(to bottom, #151515, #3cd42e); }
  .header__container {
    height: 100px; }
  .header__logo {
    float: left;
    width: auto;
    height: 100px; }
  .header__logo + .header__links {
    margin-left: 60px; }
  .header__links {
    line-height: 100px;
    float: left; }
  .header__link {
    margin-right: 20px;
    text-decoration: none;
    color: #ffffff;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .header__link:hover, .header__link:focus {
    color: #1fdc54; }

@media (max-width: 991px) {
  .header {
    padding: 30px 0 20px; }
    .header__container {
      height: auto; }
    .header__logo {
      float: none;
      margin: 0 auto 30px; }
    .header__logo + .header__links {
      margin: 0; }
    .header__links {
      line-height: normal;
      line-height: 2;
      float: none;
      margin: 0;
      text-align: center; }
    .header__link {
      margin: 0 8px; } }
.hero-cta {
  position: absolute;
  top: 0;
  left: 30px;
  width: 100%;
  pointer-events: none; }
  .hero-cta__container {
    max-width: 360px;
    padding: 20px;
    text-align: center;
    pointer-events: all;
    border: 3px solid #1fdc54;
    background-color: rgba(0, 0, 0, 0.8); }
  .hero-cta__title {
    margin-bottom: 0;
    color: #ffffff; }
  .hero-cta__avatar {
    width: 144px;
    margin: 22px auto 21px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .hero-cta__name {
    margin-bottom: 10px;
    color: #ffffff; }
  .hero-cta__dollar-sign {
    line-height: 1.5;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    color: #1fdc54; }
  .hero-cta__price {
    font-size: 8.8rem;
    line-height: 1;
    display: inline-block;
    margin: 0;
    color: #ffffff; }
  .hero-cta__cents {
    line-height: 1.8;
    display: inline-block;
    vertical-align: top;
    color: #ffffff; }
  .hero-cta__btn {
    margin-top: 30px;
    color: #151515;
    background-color: #1fdc54; }
    .hero-cta__btn:hover {
      background-color: #75ec97; }

@media (max-width: 767px) {
  .hero-cta {
    position: relative;
    left: 0;
    display: block;
    width: auto;
    margin-bottom: 20px; }
    .hero-cta__container {
      max-width: 100%; } }
.hero-splash {
  position: relative;
  float: left;
  margin-top: 70px;
  margin-bottom: 70px; }
  .hero-splash__background-overlay {
    background-image: -webkit-linear-gradient(top right, rgba(255, 255, 255, 0), #19b043);
    background-image: -moz-linear-gradient(top right, rgba(255, 255, 255, 0), #19b043);
    background-image: -o-linear-gradient(top right, rgba(255, 255, 255, 0), #19b043);
    background-image: linear-gradient(to bottom left, rgba(255, 255, 255, 0), #19b043); }
  .hero-splash__title {
    line-height: 1.2;
    position: relative;
    margin-bottom: 0;
    padding: 40px 0 40px 40px;
    color: #ffffff; }
  .hero-splash__desc {
    position: relative;
    margin-bottom: 0;
    padding: 0 30px 40px 40px;
    color: #ffffff; }
    .hero-splash__desc a {
      color: #1fdc54;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .hero-splash__desc a:hover,
    .hero-splash__desc a:focus {
      color: #1fdc54; }
    .hero-splash__desc :last-child {
      margin-bottom: 0; }

@media (max-width: 991px) {
  .hero-splash {
    margin-top: 0; } }
@media (max-width: 767px) {
  .hero-splash {
    margin-bottom: 20px; }
    .hero-splash__title {
      padding: 20px; }
    .hero-splash__desc {
      padding: 0 20px 20px; } }
.header + .hero {
  padding-top: 20px; }

.hero {
  padding: 80px 0 40px; }
  .hero__background-overlay {
    background-image: -webkit-linear-gradient(top, #151515, #151515);
    background-image: -moz-linear-gradient(top, #151515, #151515);
    background-image: -o-linear-gradient(top, #151515, #151515);
    background-image: linear-gradient(to bottom, #151515, #151515); }

@media (max-width: 767px) {
  .hero {
    padding: 20px 0 50px; } }
.social {
  margin-top: 20px;
  text-align: center; }
  .social .link {
    font-size: 2.4rem;
    padding: 0 10px 20px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.3);
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .social .link:hover {
    color: #1fdc54; }

.testimonials {
  padding: 100px 0; }
  .testimonials__background-overlay {
    background-image: -webkit-linear-gradient(left, #151515, #3cdb34);
    background-image: -moz-linear-gradient(left, #151515, #3cdb34);
    background-image: -o-linear-gradient(left, #151515, #3cdb34);
    background-image: linear-gradient(to right, #151515, #3cdb34); }
  .testimonials__quotation-mark {
    font-size: 2.4rem;
    line-height: 36px;
    width: 40px;
    height: 40px;
    margin: 0 auto 60px;
    text-align: center;
    color: #ffffff;
    background-color: #1fdc54; }
  .testimonials__quote {
    max-width: 800px;
    margin: 0 auto;
    color: #ffffff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .testimonials__quote a {
      color: #1fdc54;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .testimonials__quote a:hover,
    .testimonials__quote a:focus {
      color: #1fdc54; }
  .testimonials__author {
    margin-top: 40px;
    margin-bottom: 0;
    user-select: none;
    color: #ffffff; }

@media (max-width: 767px) {
  .testimonials {
    padding: 50px 0; } }
.video {
  padding: 100px 0;
  background-color: #ffffff; }
  .video__background-overlay {
    background-image: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.4));
    background-image: -moz-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.4));
    background-image: -o-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.4));
    background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.4)); }
  .video__content {
    max-width: 800px;
    margin: 0 auto; }
  .video__title {
    margin-bottom: 0;
    text-align: center;
    color: #151515; }
  .video__fancy-line {
    background-color: #1fdc54; }
  .video__video {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3); }
  .video__text {
    margin-top: 40px;
    color: #151515; }
    .video__text a {
      color: #1fdc54; }
    .video__text a:hover,
    .video__text a:focus {
      color: #1fdc54; }

@media (max-width: 767px) {
  .video {
    padding: 50px 0; }
    .video__text {
      line-height: 1.7;
      margin-top: 20px;
      margin-bottom: 0; } }
