body {
  font-size: 12px;
  color: #333;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 14px;
    color: #333;
  }
}

@media only screen and (min-width: 1248px) {
  body {
    font-size: 16px;
    color: #333;
  }
}

@media only screen and (min-width: 1248px) {
  .container-fluid>.row>div {
    max-width: 900px;
    margin: auto;
    float: none;
  }
}

.navbar-static-top {
  background: #fff;
  box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
  border: none;
  margin-bottom: 0;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
}

.navbar-static-top a {
  text-shadow: none;
  text-transform: uppercase;
  position: relative;
}

.navbar-static-top li {
  font-size: 14px;
  padding: 3px 0 0;
}

@media only screen and (min-width: 768px) {
  .navbar-static-top li {
    padding: 21px 0 0;
  }
}

.navbar-collapse {
  position: relative;
}

.navbar-right {
  font-weight: 300;
}

.navbar-right li a {
  padding: 6px 10px;
  line-height: inherit;
  display: inline;
}

@media only screen and (min-width: 768px) {
  .navbar-right {
    position: relative;
    left: auto;
    margin-right: 30px;
  }
}

.navbar-left {
  font-weight: 300;
}

.navbar-left li a {
  padding: 0 8px 0 10px;
  line-height: inherit;
}

.navbar-left li.active>a {
  background: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  color: #39afdd !important;
}

@media only screen and (min-width: 768px) {
  .navbar-left li:not(:first-child) a:before {
    color: #39afdd;
    content: "|";
    position: absolute;
    left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .navbar-left {
    margin-left: 36px;
  }
}

.navbar-brand {
  padding-left: 19px;
}

.navbar-brand img {
  max-height: 34px;
  margin-top: 9px;
}

.navbar-header {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .navbar-header {
    padding-bottom: 10px;
  }
}

.navbar-text {
  margin-top: 5px;
}

.e4h-landing {
  margin-left: -15px;
  margin-right: -15px;
}

.e4h-landing p {
  font-size: 14px;
  color: #333;
}

@media only screen and (min-width: 768px) {
  .e4h-landing p {
    font-size: 16px;
    color: #333;
  }
}

@media only screen and (min-width: 1248px) {
  .e4h-landing p {
    font-size: 20px;
    color: #333;
  }
}

.e4h-landing p.bold {
  font-weight: bold;
}

.e4h-landing h2 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .e4h-landing h2 {
    font-size: 26px;
    color: #333;
    font-weight: 700;
  }
}

@media only screen and (min-width: 1248px) {
  .e4h-landing h2 {
    font-size: 32px;
    color: #333;
    font-weight: 700;
  }
}

.e4h-landing h3 {
  font-size: 15px;
  color: #333;
  font-weight: 400;
  font-style: italic;
}

@media only screen and (min-width: 768px) {
  .e4h-landing h3 {
    font-size: 20px;
    color: #333;
    font-weight: 400;
    font-style: italic;
  }
}

@media only screen and (min-width: 1248px) {
  .e4h-landing h3 {
    font-size: 25px;
    color: #333;
    font-weight: 400;
    font-style: italic;
  }
}

.e4h-landing__hero {
  font-size: 30px;
  color: #39afdd;
  font-weight: 700;
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .e4h-landing__hero {
    font-size: 35px;
    color: #39afdd;
    font-weight: 700;
  }
}

@media only screen and (min-width: 1248px) {
  .e4h-landing__hero {
    font-size: 65px;
    color: #39afdd;
    font-weight: 700;
  }
}

.e4h-landing .bold {
  font-weight: 700;
}

.e4h-landing__default-section-body {
  max-width: 730px;
}

.e4h-landing__section_1 {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

.e4h-landing__section_2 {
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 1248px) {
  .e4h-landing__section_2 .e4h-landing__section-body {
    padding-left: 450px;
  }
}

@media only screen and (min-width: 1440px) {
  .e4h-landing__section_2 .e4h-landing__section-body {
    padding-left: 400px;
  }
}

.e4h-landing__section_2__image {
  background-repeat: no-repeat;
  background-position: 60px 40px;
  background-size: cover;
  background-color: #fff;
  width: 600px;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  display: none;
}

@media only screen and (min-width: 1248px) {
  .e4h-landing__section_2__image {
    display: block;
  }
}

.e4h-landing__section_3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
}

.e4h-landing__section_3__image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  width: 50%;
  height: 90%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}

@media only screen and (min-width: 1248px) {
  .e4h-landing__section_3__image {
    display: block;
  }
}

.e4h-landing__section_4 {
  background-repeat: no-repeat;
  background-size: cover;
}

.e4h-landing__section_4 h2 {
  margin-top: 35px;
}

@media only screen and (min-width: 768px) {
  .e4h-landing__section_4 h2 {
    margin-top: auto;
  }
}

@media(max-height: 620px) {
  .e4h-landing__section_4 h2 {
    margin-top: 30px;
  }

  .e4h-landing__section_4 .container-fluid {
    margin-bottom: -30px;
  }
}

@media only screen and (min-width: 1440px) {
  .e4h-landing__section__quotes .container-fluid>.row>div {
    max-width: 1024px;
  }
}

.e4h-landing__section-body {
  padding: 0 40px 0 20px;
}

@media only screen and (min-width: 768px) {
  .e4h-landing__section-body {
    padding: 0 60px 0 20px;
  }
}

@media only screen and (min-width: 1248px) {
  .e4h-landing__section-body {
    padding: 0;
  }
}

.e4h-landing__section-body img {
  max-width: 600px;
}

.e4h-landing__section-body blockquote {
  border: 0;
  font-style: italic;
  margin: 0;
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  .e4h-landing__section-body blockquote {
    margin: inherit;
    padding: 10px 20px 10px 0;
  }
}

.e4h-landing__section-body blockquote p {
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .e4h-landing__section-body blockquote p {
    font-size: 16px;
  }
}

.e4h-landing__section-body cite {
  font-style: inherit;
}

.e4h-landing__section-separator {
  width: 80px;
  height: 80px;
  background: #f1f7fc;
  position: absolute;
  top: 0;
  left: 50%;
}

.e4h-landing__features-list {
  padding: 25px 15px;
  max-width: 560px;
}

.e4h-landing__features-list li {
  padding-bottom: 15px;
}

@media(max-height: 620px) {
  .e4h-landing__features-list li {
    padding-bottom: 0;
  }
}

.e4h-landing__features-list li:last-child {
  padding-bottom: 0;
}

.e4h-landing__btn-holder {
  text-align: center;
  margin-right: -60px;
  margin-left: -20px;
}

.e4h-landing__btn-holder a {
  margin-bottom: 12px;
}

.e4h-landing__btn-holder a:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .e4h-landing__btn-holder {
    text-align: inherit;
    margin-right: 0;
    margin-left: 0;
  }

  .e4h-landing__btn-holder a {
    margin-bottom: 0;
  }
}

.e4h-landing__btn-holder--section-default {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .e4h-landing__register_btn {
    transition: all .5s ease-in-out;
    border-radius: 200px;
    border: 2px solid #495261;
    color: #fff !important;
    background-color: #495261;
  }

  .e4h-landing__register_btn:hover,.e4h-landing__register_btn:focus {
    background-color: #fff;
    color: #495261 !important;
    text-decoration: none;
    border-color: #495261;
  }

  .e4h-landing__register_btn a {
    color: #fff;
  }
}

.e4h-landing__btn {
  font-size: 20px;
  color: #495261;
  transition: all .5s ease-in-out;
  border-radius: 200px;
  border: 2px solid #495261;
  background-color: #fff;
  padding: 7px 50px;
  margin-right: 20px;
}

.e4h-landing__btn:hover,.e4h-landing__btn:focus {
  color: #fff;
  background-color: #495261;
  text-decoration: none;
  border-color: #495261;
}

.e4h-landing__btn--reverted {
  color: #fff;
  background-color: #495261;
}

.e4h-landing__btn--reverted:hover {
  background-color: #fff;
  color: #495261;
}

.e4h-landing__btn--wide {
  padding: 7px 100px;
}

.e4h-landing__pricing__description {
  margin: 1% 0;
}

@media only screen and (min-width: 768px) {
  .e4h-landing__pricing__description {
    margin: 2% 0 0 0;
  }
}

.e4h-landing__pricing__holder {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .e4h-landing__pricing__holder {
    flex-direction: row;
    margin-top: 2%;
  }
}

.e4h-landing__pricing__signup {
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .e4h-landing__pricing__signup {
    margin-top: 2%;
  }
}

.e4h-landing__pricing__item {
  border: 1px solid #44b0dd;
  background-color: #fff;
  padding: 5px;
  margin: 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .e4h-landing__pricing__item {
    max-width: 400px;
    margin: 0 10px;
    padding: 10px;
  }
}

.e4h-landing__pricing__item__title {
  font-size: 15px;
  color: #333;
  font-weight: 600;
  padding: 5px;
}

@media only screen and (min-width: 768px) {
  .e4h-landing__pricing__item__title {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    padding: 5px;
  }
}

@media only screen and (min-width: 1248px) {
  .e4h-landing__pricing__item__title {
    font-size: 25px;
    color: #333;
    font-weight: 600;
    padding: 10px;
  }
}

.e4h-landing__pricing__item__description {
  list-style-type: none;
  padding: 0 10px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .e4h-landing__pricing__item__description {
    padding: 20px 15px 0 15px;
    margin-bottom: inherit;
  }
}

.e4h-landing__pricing__item__description li {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .e4h-landing__pricing__item__description li {
    padding: 5px 0;
  }

  .e4h-landing__pricing__item__description li:first-child {
    padding-top: 0;
  }

  .e4h-landing__pricing__item__description li:last-child {
    padding-bottom: 0;
  }
}

.e4h-landing__pricing__item__price {
  font-size: 190%;
  color: #46afdd;
  font-weight: 600;
}

.e4h-landing__partnership {
  display: flex;
  margin: 0 auto;
  max-width: 1024px;
  margin-top: 10px;
  flex-direction: column;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .e4h-landing__partnership {
    flex-direction: row;
    margin-top: 30px;
  }
}

.e4h-landing__partnership__logos {
  white-space: nowrap;
}

.e4h-landing__partnership__logos img {
  max-width: 100px;
}

@media only screen and (min-width: 768px) {
  .e4h-landing__partnership__logos img {
    flex-direction: row;
    max-width: 200px;
  }
}

.e4h-landing__quote {
  margin-bottom: 10px;
}

.e4h-landing__quote:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .e4h-landing__quote {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1248px) {
  .e4h-landing__quote {
    margin-bottom: 20px;
  }
}

.e4h-landing__footer {
  font-size: 12px;
  background: #495261;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

@media only screen and (min-width: 1248px) {
  .e4h-landing__footer {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    padding: 15px 40px;
  }
}

.e4h-landing__footer__logo img {
  width: 75px;
}

@media only screen and (min-width: 768px) {
  .e4h-landing__footer__logo img {
    width: 50%;
  }
}

.e4h-landing__footer a {
  color: #fff;
  position: relative;
  margin-right: 10px;
}

.e4h-landing__footer a:after {
  color: #39afdd;
  content: "|";
  position: absolute;
  right: -10px;
}

#fp-nav ul li {
  width: 17px;
  height: 17px;
  margin: 14px 0;
}

@media only screen and (min-width: 768px) {
  #fp-nav ul li {
    margin: 14px 21px;
  }
}

#fp-nav ul li a.active span,#fp-nav ul li a:hover span,#fp-nav ul li a.active:hover span,#fp-nav ul li a span {
  border-radius: 0;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  margin: 0;
  border: 1px solid #495261;
  background: #fff;
}

#fp-nav ul li a.active span {
  background: #495261;
}

#fp-nav ul li a:hover span {
  background: #495261;
}

#fp-nav ul li a:hover.active span {
  background: #fff;
}/*# sourceMappingURL=e4h-landing.css.map */


.info-line {
   font-size: 90%;
}

.information-table {
    margin: 0 auto 3% 0;
    height: 8em;
 }

.e4h-landing__pricing__item__price__excl_vat{
  font-size: 120%;
  color: #46afdd;
  font-weight: 600
}

.e4h-landing__pricing__item__description-holder .sell-paragraph {
  color:red;
  font-size: 120%;
}
