.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}

a {
  text-decoration: underline;
}

.section-offer {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-cost {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  position:relative;
}

.list {
  display: -ms-grid;
  display: grid;
  flex-direction: row;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-offer--cols {
  display: flex;
  min-height: 40vw;
  flex-direction: row;
}

.button-direct {
  margin-right: 30px;
  margin-left: 30px;
  padding: 20px 30px;
  border-radius: 50px;
  background-color: #80c341;
  font-size: 25px;
  font-weight: 300;
  text-align: left;
}

.button-direct.cost {
  margin-left: 0px;
}

.button-indirect {
  background-color: pink;
  color: #3898ec;
}

.button {
  margin-right: 30px;
  margin-left: 30px;
  padding: 20px 30px;
  border-radius: 50px;
  background-color: #80c341;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
}

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

.heading,
.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: philosopher, sans-serif;
  color: #fff;
  font-size: 76px;
  font-weight: 400;
}
.button-container {
  padding: 2em 0;
}

.section-offer--elements {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  justify-content: space-around;
  list-style-type: none;
}

.list-item {
  padding: 20px;
  background-color: #ccc;
}

.section-footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-form {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #80c341;
}

.section-form--asset {
  padding: 30px;
}

.section-form--form {
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
}

.section-pricing {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-pricing--h2 {
  text-align: center;
}

.section-brand {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url('../../images/vapor.png');
  background-position: 95% 96%;
  background-size: auto 77%;
  background-repeat: no-repeat;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section-brand--h2 {
  text-align: center;
}

.section-brand--container {
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}

.section-process {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.section-testimonials {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #80c341;
  text-align: center;
}

.section-testimonials--single {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 40px 40px 70px;
  border-radius: 25px;
  background-color: #fff;
  text-align: left;
  position:relative;
  display: none;
}
.section-testimonials--single.show,
.section-testimonials--single.show + .section-testimonials--single {
  display: block;
}

.section-testimonials .container-2 {
  position: relative;
}

.testimonials__prev,
.testimonials__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-weight: bold;
  background-color: transparent;
  border-width: 0;
  font-size: 200%;
  color: #224d4d;
  padding: 0.25em;
  line-height: 1;
}
.testimonials__prev {
  left: -0.75em;
}
.testimonials__next {
  right: -0.75em;
}

.section-auth {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.section-auth--logos {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-item-2 {
  flex: 1;
}

.heading-2 {
  margin-top: 0px;
}

.comp-eos--text {
  padding-left: 20px;
}

.body {
  font-family: halcom, sans-serif;
  color: #76787b;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.4px;
}

.columns {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  align-items: center;
}

.heading-3 {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 28px;
  font-family: philosopher, sans-serif;
  color: #fff;
  font-size: 45px;
  text-align: left;
}

.columns-2 {
  display: flex;
  align-items: center;
}

.heading-4 {
  color: #80c341;
}

.section-header {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 232px;
  background-image: url('../../images/headerbg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-2 {
  background-color: #224d4d;
  color: #76787b;
}

.paragraph {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  text-align: center;
}

.container {
  padding-top: 125px;
  padding-bottom: 165px;
  z-index: 1;
  position: relative;
}



.header_span {
  color: #80c341;
}

.image {
  clear: none;
  text-align: left;
}

.div-block {
  text-align: left;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  margin-bottom: -2px;
}

.block-quote {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  border-left-style: none;
  border-radius: 50px;
  background-color: #fff;
}

.block-quote-2 {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  border-left-style: none;
  border-radius: 40px;
  background-color: transparent;
}

.container-2 {
  padding-top: 21px;
  padding-bottom: 120px;
}

.columns-3 {
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: stretch;
  grid-column-gap: 20px;
}

.heading-6 {
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.paragraph-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.div-block-2 {
  text-align: center;
}

.image-3 {
  padding: 20px;
}

.image-4 {
  padding: 20px;
}

.image-5 {
  width: 100%;
  margin-bottom: -1px;
}

.section-3 {
  margin-top: 4px;
  margin-bottom: -300px;
  padding-top: 110px;
  padding-bottom: 300px;
  background-image: url('../../images/dealbackground.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.container-3 {
  max-width: 100%;
  margin-bottom: -42px;
  padding-top: 75px;
  text-align: left;
}

.columns-4 {
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  align-items: flex-start;
}

.column-2 {
  padding-right: 0px;
}

.paragraph-3 {
  max-width: 528px;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
}

.heading-7 {
  font-family: philosopher, sans-serif;
  color: #80c341;
  font-size: 45px;
}

.text-span {
  font-weight: 700;
}

.text-span-2 {
  font-weight: 700;
}

.text-span-3 {
  color: #fff;
}

.div-block-3 {
  max-width: 100%;
}

.image-6 {
  position: absolute;
  width: 100%;
  margin-top: -112px;
  margin-bottom: 5px;
  padding-top: 0px;
}

.image-7 {
  width: 100%;
  margin-top: -23px;
}

.heading-8 {
  font-family: philosopher, sans-serif;
  color: #80c341;
  font-size: 45px;
}

.div-block-4 {
  display: flex;
  max-width: 1264px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 40px;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

.paragraph-4 {
  font-family: philosopher, sans-serif;
  font-size: 172px;
}

.paragraph-5 {
  position: absolute;
  left: auto;
  top: -150px;
  right: 8%;
  margin-right: 0px;
  margin-left: auto;
  font-family: philosopher, sans-serif;
  color: #224d4d;
  font-size: 800px;
  font-weight: 700;
}

.container-4 {
  max-width: 1500px;
}

.heading-9 {
  font-family: philosopher, sans-serif;
  color: #80c341;
  font-size: 45px;
}

.columns-5 {
  display: flex;
  align-items: center;
}

.paragraph-6 {
  max-width: 500px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 23px;
}

.container-5 {
  max-width: 100%;
}

.image-9 {
  margin-right: 0px;
  margin-left: auto;
}

.columns-6 {
  display: flex;
  align-items: center;
}

.heading-10 {
  font-family: philosopher, sans-serif;
  color: #80c341;
  font-size: 45px;
  text-align: left;
}

.section-buddy {
  margin-top: auto;
  _padding-top: 100px;
  padding-bottom: 100px;
}

.heading-11 {
  font-family: philosopher, sans-serif;
  color: #80c341;
  max-width:375px;
}

.container-6 {
  max-width: 80%;
  position:relative;
}

.columns-7 {
  display: flex;
  max-width: 1300px;
  align-items: center;
  margin: 0 auto;
  position:relative;
}
img.skritches {
  position: absolute;
  top: 0;
  max-width: 200px;
}

.heading-12 {
  font-family: philosopher, sans-serif;
  color: #80c341;
  font-size: 45px;
}

.text-span-4 {
  color: #76787b;
}

.heading-13 {
  font-size: 90px;
}

.heading-14 {
  font-size: 90px;
}

.heading-15 {
  font-size: 90px;
}

.heading-16 {
  font-size: 90px;
}

.heading-17 {
  font-size: 90px;
}

.heading-18 {
  font-size: 90px;
}

.heading-19 {
  font-size: 90px;
}

.heading-20 {
  font-size: 90px;
}

img.icon{
  max-width: 150px;
  max-height: 134px;
}

.h4 {
  font-family: philosopher, sans-serif;
  color: #80c341;
  font-size: 160px;
  text-align: center;
}

.fix-column {
  display: flex;
  width: 100%;
  max-width: 500px;
  margin: 30px 0;
  padding-left: 0px;
  justify-content: space-between;
  align-items: center;
}

.fix-column.two {
  width: 100%;
  max-width: 500px;
  margin: 30px auto;
  justify-content: space-between;
  text-align: left;
}

.fix-column.three {
  margin: 29px 0px 30px auto;
}

.columns-9 {
  display: flex;
  align-items: center;
}

.columns-10 {
  display: flex;
  align-items: center;
}

.container-7 {
  max-width: 100%;
  position:relative;
}

.inner {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}

.heading-22 {
  color: #224d4d;
  font-size: 24px;
}

.heading-23 {
  color: #224d4d;
  font-size: 24px;
}

.heading-24 {
  color: #224d4d;
  font-size: 24px;
}

.column-3 {
  padding-right: 81px;
  padding-left: 0px;
}

.div-block-5 {
  max-width: 600px;
}

.column-number {
  padding-right: 99px;
  text-align: center;
}

.column-number.one {
  padding-right: 73px;
}

.div-block-6 {
  text-align: right;
}

.paragraph-7 {
  color: #fff;
  font-size: 25px;
}

.heading-25 {
  color: #80c341;
}

.div-block-7 {
  width: 100%;
  max-width: 600px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 auto;
  text-align: center;
}

.container-8 {
  margin-top: 282px;
  margin-bottom: 61px;
}

.paragraph-8 {
  max-width: 525px;
  text-align: left;
}

.image-10 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -23%;
}

.column-4 {
  text-align: right;
}

.icon {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.section-family .generic__2up{
  display:flex;
  align-items: center;
}
.section-family .generic__part{
  padding:1em;
}

.column-5 {
  padding-right: 40px;
}
.columns-6.w-row {
  margin-bottom: -15%;
}

.paragraph-9 {
  max-width: 550px;
}

.section-cost {
  _border: 3px solid black;
  border-radius: 5px;
  overflow: hidden;
}

#scroll-text {
  background-color: transparent;
  background-image: linear-gradient(45deg, #80c34120, #af426120);
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

#scroll-text {
  /* animation properties */
  transform: translateX(100%);
  animation: my-animation 30s linear infinite;
  position: absolute;
  top: 0;
  left: 0%;
  margin: 0;
  z-index: -5;
  _opacity: 0.25;
  font-size: 30vw;
  font-family: philosopher, sans-serif;
}

/*
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(0%); }
  to { -moz-transform: translateX(-100%); }
}


@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}
*/

@keyframes my-animation {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 1400px){
  .container-8 {
    max-width: 100%;
    margin-top: 96px;
  }
}

@media screen and (max-width: 991px) {
  .columns-6.w-row {
    margin-bottom: -12%;
}
  .div-block-4 {
    justify-content: space-around;
    align-content: space-between;
  }

  .paragraph-5 {
    top: -92px;
  }

  .heading-25 {
    margin-top: -1px;
  }

  .div-block-7 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .container-8 {
    max-width: 100%;
    margin-top: 96px;
  }

  .column-4 {
    padding-left: 40px;
  }

  .icon {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
  }
}

@media screen and (max-width: 888px) {
  #scroll-text{
    font-size: 450px;
  }
  .container-6 {
    max-width: 100%;
  }
  .columns-6.w-row {
    margin-bottom: 1em;
  }
  .button-direct {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-testimonials--single {
    margin-bottom: 65px;
  }

  .columns {
    flex-direction: column;
  }

  .section-header {
    padding-bottom: 142px;
  }

  .container {
    padding-bottom: 0px;
  }

  .container-2 {
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
  }
  .section-testimonials .container-2 {
    max-width: 85%;
  }

  .columns-3 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: column;
  }

  .image-6 {
    margin-top: -111px;
  }

  .paragraph-5 {
    top: -80px;
    margin-top: 37px;
  }

  .image-8 {
    margin-top: 50px;
  }

  .columns-5 {
    flex-direction: column-reverse;
  }

  .paragraph-6 {
    margin-right: auto;
    margin-left: auto;
  }

  .columns-6 {
    flex-direction: column;
  }

  .heading-10 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .columns-7 {
    flex-direction: column-reverse;
  }

  .h4 {
    margin-right: 0px;
    padding-right: 0px;
  }

  .fix-column {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  .fix-column.two {
    max-width: 1000px;
  }

  .fix-column.three {
    max-width: 1000px;
    margin-right: auto;
  }

  .column-number {
    padding-right: 0px;
  }

  .column-number.one {
    padding-right: 0px;
  }

  .column-text {
    padding-left: 59px;
  }

  .paragraph-8 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .column-4 {
    padding-left: 10px;
    text-align: center;
  }

  .column-5 {
    text-align: center;
  }

  .image-11 {
    padding-top: 33px;
  }
}

@media screen and (max-width: 479px) {
  .button-direct {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .heading {
    font-size: 56px;
  }

  .container {
    padding-top: 21px;
  }

  .heading-5 {
    font-size: 37px;
  }


  .heading-11 {
    text-align: center;
  }

  .heading-12 {
    padding-bottom: 61px;
    text-align: center;
  }

  .h4 {
    padding-bottom: 37px;
  }

  .fix-column {
    margin-top: 30px;
    padding-bottom: 49px;
    flex-direction: column;
    text-align: center;
  }

  .column-number {
    padding-left: 0px;
  }

  .column-text {
    padding-left: 10px;
    text-align: center;
  }

  .container-8 {
    margin-top: 3px;
  }

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

  .div-block-8 {
    text-align: center;
  }

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

