body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.button {
  display: inline-block;
  margin-right: 14px;
  padding: 13px 23px;
  border-radius: 3px;
  background-color: #000;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #489fd9;
}

.button.hollow {
  background-color: transparent;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #000;
  color: #000;
  text-shadow: none;
}

.button.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button.in-pricing {
  display: block;
  width: 90%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
}

.logo-text {
  width: 200px;
  margin-top: 24px;
  background-image: url('../images/Hadean-Black-Landscape-500x104.png');
  background-position: 0px 50%;
  background-size: 200px;
  background-repeat: no-repeat;
  font-family: 'Roboto Slab', sans-serif;
  color: #1c1c1c;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  background-image: none;
  color: #e6eaed;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #050404;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .13);
}

.nav-link {
  padding: 26px 17px;
  box-shadow: inset 0 3px 0 0 transparent;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 3px 0 0 hsla(0, 0%, 71%, .5);
}

.nav-link.w--current {
  box-shadow: inset 0 3px 0 0 #4dbd90;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
  color: #4dbd90;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.blue {
  background-color: #e3f3fc;
}

.section.main {
  height: auto;
  margin-top: 73px;
  padding-top: 100px;
  background-color: transparent;
  background-image: url('../images/2zbbck0ddbm-raphael-schaller v2.jpg');
  background-position: 50% 78%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

.section.main.about {
  margin-top: 0px;
  background-image: none;
}

.section.main.team {
  margin-top: 0px;
  background-image: none;
}

.section.main.jobs {
  margin-top: 0px;
  background-image: none;
}

.section.main.news {
  margin-top: 0px;
  background-image: none;
}

.section.grey {
  background-color: #f0f0f0;
}

.section.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section.contact {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #050404;
  color: #e4e8eb;
}

.section.contact.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}

.section.purple {
  background-color: #dde7ed;
}

.section.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #050404;
}

.section.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #050404;
}

.section.benefits {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #dde7ed;
}

.section.sign-up {
  padding-top: 50px;
  background-color: transparent;
}

.slider {
  display: none;
  height: 360px;
  background-color: #303030;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  width: 60%;
  margin-bottom: 26px;
  color: #777474;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-align: justify;
}

.footer-slogan {
  margin-bottom: 11px;
  color: #939596;
}

.social-icon {
  margin-right: 15px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  display: block;
  color: #939596;
}

.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #d2d7d9;
}

.page-link.white {
  border-bottom-color: hsla(0, 0%, 100%, .49);
  color: #fff;
}

.page-link.white:hover {
  border-bottom-color: #fff;
}

.newsletter-field {
  width: 70%;
  height: 40px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px 0 #489fd9;
}

.newsletter-button {
  width: 30%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #050404;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d5d8db;
}

.newsletter-button:hover {
  background-color: #489fd9;
  color: #fff;
}

.newsletter-form {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.social-icon-group {
  margin-bottom: 20px;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #fabf1e;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #0f0f0f;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}

.main-heading.about {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  text-align: justify;
}

.main-heading._01 {
  font-size: 30px;
  font-weight: 700;
}

.main-heading.top {
  max-width: 60%;
  color: #fff;
  font-size: 48px;
}

.section-subtitle {
  margin-bottom: 68px;
  color: #0f0f0f;
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.bold-text {
  font-weight: 400;
}

.plan-wrapper {
  display: block;
  width: 800px;
  min-height: 300px;
  margin: 40px auto 0px;
  padding: 17px;
  border-radius: 3px;
  background-color: #dde7ed;
  color: #2b2b2b;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  font-size: 20px;
  letter-spacing: 0px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  display: block;
  width: 90%;
  height: 2px;
  margin: 20px auto;
  background-color: #3b8bc0;
}

.divider._02 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #f3f3f3;
  color: #777474;
}

.divider.footer {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 0px;
  background-color: #dbdbdb;
}

.additional-contact {
  margin-top: 21px;
  text-align: center;
}

.feature {
  text-align: left;
}

.feature.centered {
  text-align: center;
}

.feature-row {
  margin-bottom: 0px;
}

.testimonial-slider {
  height: auto;
  margin-top: 0px;
  background-color: transparent;
}

.testimony-slide {
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 25px;
  line-height: 31px;
  font-weight: 300;
}

.slide-nav {
  display: none;
  font-size: 10px;
}

.person {
  width: 70px;
  margin-bottom: 13px;
  border-radius: 100%;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  width: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 32px;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  margin-bottom: 12px;
}

.feature-icon._01 {
  margin-top: 5px;
  margin-bottom: 17px;
}

.main-feature-group {
  margin-top: 0px;
}

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

.small-features-row {
  margin-top: 20px;
}

.small-features-row.under {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.small-features-row.above {
  display: block;
  width: 90%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.client-logo {
  width: 16.6%;
}

.press-logo {
  width: 16%;
  margin-right: 2%;
  margin-left: 2%;
  opacity: 0.94;
}

.small-text {
  color: hsla(0, 0%, 100%, .31);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.logo-image {
  margin-top: 20px;
  margin-bottom: 10px;
}

.logo-image.black {
  margin-bottom: 15px;
}

.headline {
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #0f0f0f;
  font-size: 29px;
  font-weight: 700;
}

.headline.form {
  margin-bottom: 0px;
  padding-top: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #2b2b2b;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.disclaimer {
  padding-top: 20px;
  float: none;
  font-family: 'Roboto Condensed', sans-serif;
  color: #939596;
  font-size: 14px;
  text-align: justify;
}

.sub-heading {
  font-family: Roboto, sans-serif;
  color: #0f0f0f;
  font-size: 19px;
  font-weight: 300;
}

.sub-heading.sign-up {
  display: block;
  width: 60%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-align: center;
}

.paragraph {
  margin-bottom: 15px;
  color: #777474;
  font-weight: 300;
  text-align: justify;
}

.paragraph.about {
  margin-bottom: 15px;
}

.paragraph.sign-up {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  color: #777474;
  text-align: justify;
}

.paragraph._02 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #0f0f0f;
  font-weight: 500;
}

.paragraph.team {
  font-size: 14px;
}

.paragraph.bottom {
  margin-bottom: 0px;
}

.heading {
  margin-bottom: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #0f0f0f;
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  text-align: left;
}

.heading.sign-up {
  display: block;
  width: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  text-align: center;
}

.heading._02 {
  font-size: 28px;
  text-align: center;
}

.heading.main {
  width: auto;
  max-width: 60%;
  margin-bottom: 75px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  text-align: justify;
}

.feature-heading {
  color: #0f0f0f;
}

.feature-paragraph {
  color: #777474;
  font-weight: 300;
}

.form-thank-you {
  font-family: Montserrat, sans-serif;
  color: #050404;
  font-size: 20px;
  font-weight: 700;
}

.form-failure {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: center;
}

.form-message {
  height: 200px;
}

.form-heading {
  color: #267eb9;
  text-align: center;
}

.field-label {
  width: 15%;
  margin-right: 10px;
  padding-top: 7px;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
}

.form-field {
  width: 83%;
  float: none;
}

.form-field.message {
  height: 150px;
  padding-bottom: 120px;
}

.form-div {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.form-success {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.form-error {
  font-family: Roboto, sans-serif;
  color: #a30000;
  text-align: center;
}

.problem-div {
  min-height: 250px;
  padding: 17px;
  background-color: #dde7ed;
}

.problem-div.jobs {
  padding: 40px 30px;
}

.small-divider {
  width: 50%;
  height: 1px;
  background-color: #dbdbdb;
}

.small-divider.team {
  margin-bottom: 10px;
}

.paragraph2 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #777474;
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
}

.paragraph2._03 {
  margin-top: 20px;
}

.paragraph2._03.news {
  margin-top: 10px;
}

.paragraph2._03.news.sub-heading {
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.paragraph2._03.news.sub-heading.top {
  margin-top: 20px;
}

.paragraph2._03.news.top {
  margin-top: 20px;
}

.paragraph2._02 {
  width: auto;
  padding-left: 30px;
}

.paragraph2._04 {
  margin-top: 20px;
}

.sub-heading02 {
  float: none;
  color: #228cc7;
  font-size: 18px;
}

.sub-heading02.jobs {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.sub-heading02.news {
  font-size: 22px;
  font-weight: 400;
}

.sub-heading02.news.date {
  font-family: 'Roboto Condensed', sans-serif;
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 400;
}

.highlight {
  font-weight: 500;
}

.team-heading {
  min-height: auto;
  margin-bottom: 5px;
  color: #0f0f0f;
  font-size: 24px;
}

.team-div {
  padding-right: 15px;
  padding-left: 15px;
}

.team-image {
  display: block;
  max-width: 75%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.team-row {
  margin-bottom: 40px;
}

.team-subheading {
  margin-top: 0px;
  color: #0f0f0f;
  font-weight: 300;
}

.email {
  font-weight: 400;
}

.email-link {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #228cc7;
}

.email-link:hover {
  -webkit-transform: translate(0px, 0px) translate(0px, 0px);
  -ms-transform: translate(0px, 0px) translate(0px, 0px);
  transform: translate(0px, 0px) translate(0px, 0px);
  color: #4dbd90;
}

.email-link.footer {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 100;
}

.news.sub-heading {
  padding-left: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #0f0f0f;
  font-size: 14px;
  font-style: normal;
}

.news.sub-heading.notes {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #228cc7;
  font-size: 16px;
  font-weight: 400;
}

.news.sub-heading.notes._01 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
}

.news.sub-heading.notes._01.a {
  margin-bottom: 20px;
}

.diagram {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.footer-email.disclaimer {
  margin-bottom: 0px;
}

.footer-div {
  margin-bottom: 0px;
}

.footer-div._02 {
  margin-bottom: 20px;
}

.about-footer {
  margin-top: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #0f0f0f;
  font-size: 14px;
  line-height: 18px;
}

.about-footer._02 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.about-footer._03 {
  margin-top: 20px;
  font-weight: 700;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

@media (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .nav-link {
    padding: 18px 0px;
    color: #fff;
  }
  .nav-link:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }
  .nav-link.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }
  .nav-link.menu {
    padding: 22px 17px;
    color: #000;
    font-size: 30px;
  }
  .nav-link.menu.w--open {
    background-color: #000;
    color: #fff;
  }
  .section {
    padding-bottom: 30px;
  }
  .section.benefits {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section.sign-up {
    padding-top: 30px;
  }
  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #000;
  }
  .main-heading {
    font-size: 32px;
  }
  .main-heading.about {
    line-height: 34px;
  }
  .main-heading.top {
    max-width: 80%;
    font-size: 48px;
  }
  .plan-wrapper {
    width: 90%;
  }
  .divider._02 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main-feature-group {
    margin-top: 0px;
  }
  .main-image {
    margin-top: 49px;
  }
  .headline.form {
    font-size: 24px;
  }
  .paragraph {
    font-size: 14px;
  }
  .heading {
    font-size: 24px;
    line-height: 32px;
  }
  .heading._02 {
    font-size: 24px;
  }
  .heading.main {
    max-width: 80%;
    line-height: 32px;
  }
  .feature-heading {
    font-size: 16px;
    line-height: 22px;
  }
  .feature-paragraph {
    font-size: 14px;
    line-height: 18px;
  }
  .sub-heading02 {
    font-size: 16px;
    line-height: 22px;
  }
  .menu-icon {
    background-color: transparent;
    color: #fff;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }
  .logo-text {
    margin-top: 15px;
  }
  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .section.main {
    margin-top: 51px;
  }
  .section.benefits {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .main-subtitle {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    text-align: justify;
  }
  .nav-menu {
    padding-right: 12px;
    padding-left: 12px;
  }
  .footer-title {
    margin-top: 35px;
  }
  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .main-heading.about {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    line-height: 30px;
  }
  .main-heading.top {
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 40px;
    text-align: justify;
  }
  .section-subtitle {
    margin-bottom: 44px;
  }
  .plan-wrapper {
    margin-right: 5%;
    margin-bottom: 34px;
    margin-left: 5%;
  }
  .divider {
    width: 100%;
  }
  .divider._02 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .feature {
    margin-bottom: 32px;
    text-align: center;
  }
  .feature-icon {
    margin-bottom: 4px;
  }
  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }
  .headline.form {
    font-size: 20px;
  }
  .disclaimer {
    text-align: center;
  }
  .paragraph {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 14px;
  }
  .paragraph.about {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 14px;
  }
  .heading {
    margin-top: 30px;
    font-size: 20px;
    text-align: center;
  }
  .heading._02 {
    margin-top: 20px;
    font-size: 20px;
  }
  .heading.main {
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 26px;
  }
  .form-field {
    width: 100%;
  }
  .problem-div {
    min-height: 150px;
  }
  .paragraph2 {
    font-size: 14px;
  }
  .paragraph2._03.news {
    font-size: 12px;
    line-height: 18px;
  }
  .paragraph2._03.news.sub-heading.top {
    font-size: 14px;
  }
  .paragraph2._03.news.top {
    font-size: 12px;
  }
  .sub-heading02.news {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
  }
  .sub-heading02.news.date {
    text-align: left;
  }
  .image {
    width: 95%;
  }
  .news.sub-heading {
    font-size: 12px;
    text-align: left;
  }
  .news.sub-heading.notes {
    font-size: 14px;
  }
  .news.sub-heading.notes._01 {
    font-size: 12px;
    line-height: 16px;
  }
  .news.sub-heading.notes._01.a {
    font-size: 12px;
  }
  .about-footer {
    text-align: left;
  }
  .about-footer._03 {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .button.in-pricing {
    width: 100%;
  }
  .section.sign-up {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .main-subtitle {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
  }
  .main-heading {
    margin-bottom: 5px;
    font-size: 24px;
  }
  .main-heading.about {
    width: 90%;
    font-size: 18px;
    line-height: 22px;
  }
  .main-heading.top {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .plan-wrapper {
    margin-top: 15px;
  }
  .client-logo {
    width: 33.33%;
  }
  .press-logo {
    width: 28%;
  }
  .headline.form {
    font-size: 18px;
    line-height: 20px;
  }
  .paragraph {
    font-size: 12px;
    line-height: 18px;
  }
  .paragraph.about {
    font-size: 12px;
    line-height: 18px;
  }
  .paragraph.sign-up {
    width: 90%;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .heading {
    line-height: 24px;
  }
  .heading._02 {
    font-size: 20px;
    line-height: 26px;
  }
  .heading.main {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .form-div {
    width: 100%;
  }
  .paragraph2 {
    font-size: 14px;
    text-align: justify;
  }
  .paragraph2._02 {
    padding-left: 10px;
    text-align: left;
  }
  .news.sub-heading {
    padding-left: 10px;
  }
}

@font-face {
  font-family: 'Montserrat black';
  src: url('../fonts/Montserrat-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
