.body--main {
  background-color: transparent;
}

.container--logo-holder {
  position: static;
  z-index: 10;
  display: inline-block;
  margin-right: 30px;
  float: none;
}

.container--logo-holder.w--current {
  display: block;
}

.text--logo-v1 {
  display: block;
  margin-top: -7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.image--logo-v1 {
  display: inline-block;
  width: auto;
  height: 60px;
  margin-bottom: 0px;
}

.section--theme {
  height: auto;
  margin-bottom: 100px;
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), -webkit-gradient(linear, left top, right top, from(rgba(65, 4, 136, 0.81)), to(rgba(19, 228, 176, 0.69))), url('../images/blue-mesh.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), linear-gradient(90deg, rgba(65, 4, 136, 0.81), rgba(19, 228, 176, 0.69)), url('../images/blue-mesh.png');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, repeat;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
}

.text--hero {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 48px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.column--holder {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.title-text-1 {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #283a83;
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.container--v4 {
  display: block;
  width: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

.container--v4.full {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.column--column {
  padding-right: 20px;
}

.text--feature-title {
  display: block;
  margin-top: 8px;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-align: left;
}

.container--feature-info {
  position: relative;
  width: 90%;
  text-align: justify;
}

.section--value {
  margin-bottom: 120px;
  padding-top: 100px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  font-family: 'Open Sans', sans-serif;
}

.column--holder-grid {
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column--holder-grid.margin--0-0-20-0 {
  margin-bottom: 20px;
}

.feature-info-icon {
  height: 50px;
  margin-right: 15px;
  float: left;
}

.paragraph--feature-info {
  opacity: 0.7;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: left;
}

.heading-2 {
  color: #5598f0;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
}

.heading-2.color-green {
  color: #0db48b;
}

.heading-2.color-purple {
  color: #410488;
}

.heading-4 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.heading-4.content-text {
  text-transform: none;
}

.section--stats {
  position: relative;
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.stat-div {
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  box-shadow: none;
}

.text--v5 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
}

.text--v4-1 {
  display: block;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

.button--contact {
  margin-top: 40px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.button--contact:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
  font-weight: 400;
}

.link--footer {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
}

.link--footer:hover {
  color: #333;
}

.link--footer.w--current {
  color: #333;
}

.text--footer-inline {
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.image--logo-footer {
  display: inline-block;
  height: 45px;
  max-height: none;
  max-width: none;
  margin-top: -15px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.form-error {
  padding-top: 12px;
  padding-bottom: 1px;
  border-radius: 3px;
  color: #e42121;
  font-size: 12px;
  text-align: center;
}

.button--basic {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #0db48b;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button--basic:hover {
  background-color: #0a8668;
  color: #fff;
}

.form-success {
  padding-top: 30px;
  border-radius: 5px;
  background-color: #0db48b;
  color: #fff;
  text-align: center;
}

.form--default {
  width: 60%;
  height: 545px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0px 45px;
  float: left;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.container--credits {
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
}

.container--table-iitem-wrapper {
  padding: 14px 14px 14px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.table-title {
  font-family: Montserrat, sans-serif;
}

.column--credit {
  position: static;
  margin-top: 0px;
  padding-top: 0px;
}

.link--attribution {
  display: block;
  margin-top: 20px;
}

.image--license-v1 {
  width: auto;
  height: 50px;
  max-width: none;
  border-radius: 4px;
  background-color: transparent;
}

.container--root {
  position: static;
  display: block;
  max-width: 1176px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 20px 10px 30px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
}

.button--login {
  margin-top: 10px;
  margin-right: 40px;
  margin-bottom: 10px;
  float: right;
  clear: none;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  font-weight: 400;
}

.button--login:hover {
  border-style: solid;
  border-color: #fff;
  background-color: #fff;
  color: #000;
  font-weight: 400;
}

.text--h4-v2 {
  margin-top: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

.container--page-header {
  margin-top: 20px;
  border-bottom: 0.25px solid hsla(0, 0%, 100%, 0.21);
}

.container--hero-holder {
  margin-top: 60px;
  margin-bottom: 50px;
}

.text--v4 {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

.section--footer {
  padding-top: 10px;
  background-color: transparent;
}

.container--copyright {
  margin-top: 0px;
  padding-top: 0px;
}

.body {
  background-color: transparent;
}

.section--about {
  display: block;
  margin-bottom: 100px;
  padding-top: 100px;
  background-color: #fff;
}

.section--media-list {
  margin-top: 40px;
}

.section--contact {
  padding-top: 0px;
}

.text--h3 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #283a83;
  font-size: 42px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.text--h6 {
  text-align: center;
  text-transform: uppercase;
}

.text--title-v8 {
  margin-bottom: 100px;
  text-align: center;
  text-transform: uppercase;
}

.container--marketplaces {
  margin-top: 60px;
}

.text--basic-block {
  margin-top: 0px;
  font-size: 16px;
  text-align: left;
}

.image--amazon {
  display: block;
  margin-top: 20px;
  margin-left: 50px;
}

.image--walmart {
  display: block;
  margin-top: -20px;
}

.image--flow-arrow {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.section--marketplaces {
  margin-bottom: 100px;
  padding-top: 100px;
}

.section--our-commitment {
  margin-bottom: 100px;
  padding-top: 100px;
}

.text--large-quote {
  margin-left: 40px;
  padding: 10px;
  background-color: hsla(0, 0%, 95.3%, 0.36);
  font-family: 'Open Sans', sans-serif;
  color: #283a83;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.column--basic {
  background-color: transparent;
}

.text--title-v2 {
  margin-bottom: 20px;
  margin-left: 100px;
  font-family: 'Open Sans', sans-serif;
  color: #0db48b;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
}

.text--block-v2 {
  margin-left: 100px;
}

.text--sitemap-header {
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
}

.textbox--email {
  max-height: 225px;
  max-width: 500px;
  margin-right: 20px;
  margin-bottom: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  background-color: transparent;
}

.text--email-title {
  font-weight: 600;
}

.text--back-arrow {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  font-weight: 400;
}

.link--back {
  padding: 10px 10px 0px;
}

.text--sub-header {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

.text--header {
  margin-bottom: 30px;
  color: #fff;
  font-size: 44px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
}

.section--page-header-v2 {
  height: auto;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), -webkit-gradient(linear, left top, right top, from(rgba(65, 4, 136, 0.81)), to(rgba(19, 228, 176, 0.69))), url('../images/blue-mesh.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), linear-gradient(90deg, rgba(65, 4, 136, 0.81), rgba(19, 228, 176, 0.69)), url('../images/blue-mesh.png');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, repeat;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
}

.container--footer-holder {
  padding-top: 10px;
  border-top: 0.25px solid rgba(51, 51, 51, 0.16);
}

.container--spaced-item {
  margin-bottom: 100px;
}

.image--license-v2 {
  width: 150px;
  height: auto;
  max-width: none;
  margin-left: -25px;
}

.image--license-v3 {
  width: 80px;
  max-width: none;
}

.container--footer-text-holder {
  position: static;
  display: inline-block;
  overflow: visible;
  height: auto;
  margin-top: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image--message-sent {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

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

.text--message-sent-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.text--message-sent {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.container--event-holder {
  margin: 0px auto 40px;
  padding-left: 0px;
  border: 1px none #000;
  background-color: rgba(0, 0, 0, 0.03);
  text-align: center;
}

.image--event-complete {
  margin-right: 10px;
}

.text--event {
  display: inline-block;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.vericode1 {
  display: inline-block;
  width: 75px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: rgba(240, 133, 209, 0.75);
  text-align: center;
  text-decoration: line-through;
}

.text--vericode-title {
  display: inline;
  margin-right: 10px;
  margin-bottom: 5px;
  font-weight: 600;
}

.container--vericode {
  margin-bottom: 10px;
}

.vericode4 {
  display: inline-block;
  width: 75px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: rgba(75, 48, 247, 0.38);
  font-style: normal;
  text-align: center;
  text-decoration: line-through;
}

.vericode {
  width: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px none #000;
}

.vericode2 {
  display: inline-block;
  width: 75px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: rgba(146, 219, 44, 0.38);
  text-align: center;
  text-decoration: line-through;
}

.text--vericode-task {
  display: inline;
  margin-bottom: 5px;
  font-weight: 400;
}

.vericode3 {
  display: inline-block;
  width: 75px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  text-decoration: line-through;
}

.vericode5 {
  display: inline-block;
  width: 75px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: rgba(241, 125, 24, 0.44);
  text-align: center;
  text-decoration: line-through;
}

.vericode-answer {
  width: 150px;
  margin-bottom: 40px;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .text--hero {
    font-size: 60px;
    line-height: 44px;
  }

  .container--v4 {
    width: 85%;
    margin-bottom: 40px;
  }

  .container--v4.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .text--feature-title {
    margin-top: 0px;
    font-size: 17px;
  }

  .paragraph--feature-info {
    text-align: left;
  }

  .section--stats {
    padding: 45px;
  }

  .form--default {
    padding: 25px;
  }
}

@media screen and (max-width: 767px) {
  .text--hero {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .container--v4 {
    width: 95%;
    margin-bottom: 40px;
  }

  .container--v4.full {
    margin-bottom: 30px;
  }

  .column--column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .text--feature-title {
    margin-bottom: 13px;
  }

  .column--holder-grid {
    margin-top: 0px;
  }

  .feature-info-icon {
    margin-top: -12px;
  }

  .section--stats {
    padding: 25px;
  }

  .form--default {
    width: 100%;
    height: auto;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .image--logo-v1 {
    margin-top: 10px;
  }

  .text--hero {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .title-text-1 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    white-space: normal;
  }

  .container--v4 {
    width: 100%;
    margin-bottom: 30px;
  }

  .container--v4.full {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .column--column {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .column--column.last {
    padding-bottom: 0px;
  }

  .text--feature-title {
    margin-bottom: 12px;
  }

  .feature-info-icon {
    height: 25px;
    margin-top: -3px;
  }

  .section--stats {
    padding: 25px;
  }

  .text--v5 {
    text-align: center;
  }

  .button--basic {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .image--license-v1 {
    height: 40px;
  }
}
