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: #fa4f14;
  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: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.button:hover {
  background-color: #ce4516;
}

.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: #333;
  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;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.light {
  border: 2px solid #fff;
  background-color: transparent;
}

.button.light:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.logo-text {
  margin-top: 24px;
  font-family: 'Roboto Slab', sans-serif;
  color: #1c1c1c;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  font-family: Lato, sans-serif;
  color: #e6eaed;
  font-weight: 400;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100px;
  background-color: rgba(40, 47, 56, .98);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .13);
  opacity: 0.98;
}

.nav-link {
  padding: 39px 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: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

.nav-link:hover {
  box-shadow: inset 0 3px 0 0 #fa4f14;
}

.nav-link.w--current {
  box-shadow: inset 0 3px 0 0 #fa4f14;
  color: #fa4f14;
}

._4-points {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url('../images/PMSOF.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

._4-points.blue {
  background-color: #e3f3fc;
}

._4-points.main {
  margin-top: 0px;
  padding-top: 170px;
  padding-bottom: 140px;
  background-color: transparent;
  background-image: url('../images/big_slide_2.jpg');
  background-position: 0% 23%;
  background-size: cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

._4-points.grey {
  background-color: #f0f0f0;
}

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

._4-points.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

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

._4-points.purple {
  background-color: #e9e9e9;
}

._4-points.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}

._4-points.press {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

._4-points.four-points {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: transparent;
  background-image: url('../images/PMS_OG.jpg'), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, 125px;
}

.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 {
  margin-bottom: 26px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.nav-menu {
  padding-left: 20px;
  float: left;
}

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

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

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

.footer-title {
  margin-top: 0px;
  float: none;
  font-family: Lato, 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;
  font-weight: 300;
}

.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;
}

.page-link.in-footer-service {
  display: block;
  color: #fa4f14;
  font-weight: 300;
}

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

.newsletter-field {
  width: 60%;
  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: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #5f6166;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d5d8db;
}

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

.newsletter-form {
  width: 70%;
}

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

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

.brand-link.w--current {
  margin-top: 15px;
  margin-bottom: 15px;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 38px;
  line-height: auto;
  font-weight: 300;
}

.section-subtitle {
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

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

.plan-wrapper {
  min-height: 300px;
  padding: 17px;
  border-radius: 3px;
  background-color: #fff;
  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 {
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
  background-color: #dbdbdb;
}

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

.feature {
  text-align: left;
}

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

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

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

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

.testimony-text {
  margin-bottom: 21px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}

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

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

.name {
  font-family: Lato, sans-serif;
  color: #fa4f14;
  font-size: 18px;
  font-weight: 700;
}

.title {
  font-family: Lato, sans-serif;
  color: #333;
  font-weight: 400;
}

.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 {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

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

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

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

.client-logo {
  width: 16.6%;
}

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

.small-text {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.image-2 {
  height: 124px;
}

.image-3 {
  height: 70px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 32px;
  line-height: 38px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

._4-center {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.section-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

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

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

.heading-2 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: auto;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.heading-3 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: auto;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.heading-4 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: auto;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.heading-5 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: auto;
  text-align: center;
  letter-spacing: 0px;
}

.paragraph {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.paragraph-2 {
  font-family: Lato, sans-serif;
  color: #fff;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.paragraph-3 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.paragraph-4 {
  font-family: Lato, sans-serif;
  color: #fff;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.01px;
}

.hero-list {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
}

.heading-6 {
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
}

.heading-7 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
}

.heading-8 {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
}

.heading-9 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
}

.paragraph-5 {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.unordered-list {
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
}

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

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

.column-3 {
  margin-top: 35px;
  padding-right: 20px;
  padding-left: 80px;
}

.list-item-4 {
  font-size: 16px;
}

.row {
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  border: 0px solid #000;
}

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

.container {
  margin-bottom: 40px;
}

.heading-10 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: auto;
  font-weight: 400;
  text-align: center;
}

.paragraph-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.image-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  text-align: left;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -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-size: 18px;
  line-height: 24px;
}

.cta {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/PMSOF.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.cta.main {
  margin-top: 0px;
  padding-top: 170px;
  padding-bottom: 140px;
  background-color: transparent;
  background-image: url('../images/big_slide_2.jpg');
  background-position: 0% 23%;
  background-size: cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

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

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

.cta.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

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

.cta.purple {
  background-color: #e9e9e9;
}

.cta.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}

.cta.press {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

.cta.four-points {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: transparent;
  background-image: url('../images/PMS_OG.jpg'), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, 125px;
}

.processing-methods {
  padding-top: 70px;
  padding-bottom: 70px;
}

.processing-methods.blue {
  background-color: #e3f3fc;
}

.processing-methods.main {
  margin-top: 0px;
  padding-top: 170px;
  padding-bottom: 140px;
  background-color: transparent;
  background-image: url('../images/big_slide_2.jpg');
  background-position: 0% 23%;
  background-size: cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

.processing-methods.grey {
  background-color: #f0f0f0;
}

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

.processing-methods.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

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

.processing-methods.purple {
  background-color: #e9e9e9;
}

.processing-methods.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}

.processing-methods.press {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

.processing-methods.four-points {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: transparent;
  background-image: url('../images/PMS_OG.jpg'), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, 125px;
}

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

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

.press-section.main {
  margin-top: 0px;
  padding-top: 170px;
  padding-bottom: 140px;
  background-color: transparent;
  background-image: url('../images/big_slide_2.jpg');
  background-position: 0% 23%;
  background-size: cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

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

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

.press-section.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

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

.press-section.purple {
  background-color: #e9e9e9;
}

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

.press-section.press {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

.press-section.four-points {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: transparent;
  background-image: url('../images/PMS_OG.jpg'), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, 125px;
}

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

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

.value.main {
  margin-top: 0px;
  padding-top: 170px;
  padding-bottom: 140px;
  background-color: transparent;
  background-image: url('../images/big_slide_2.jpg');
  background-position: 0% 23%;
  background-size: cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

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

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

.value.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

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

.value.purple {
  background-color: #e9e9e9;
}

.value.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}

.value.press {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

.value.four-points {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: transparent;
  background-image: url('../images/PMS_OG.jpg'), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, 125px;
}

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

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

.section.main {
  margin-top: 0px;
  padding-top: 170px;
  padding-bottom: 140px;
  background-color: transparent;
  background-image: url('../images/big_slide_2.jpg');
  background-position: 0% 23%;
  background-size: cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

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

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

.section.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #282f38;
  color: #e4e8eb;
}

.section.footer.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e9e9e9;
  color: #333;
  font-size: 14px;
}

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

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

.section.press {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

.section.four-points {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: transparent;
  background-image: url('../images/PMS_OG.jpg'), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, 125px;
}

.heading-11 {
  position: static;
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 40px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.link {
  border: 1px none #000;
  color: #fff;
  font-style: normal;
  text-decoration: underline;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
}

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

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

.steps.main {
  margin-top: 0px;
  padding-top: 170px;
  padding-bottom: 140px;
  background-color: transparent;
  background-image: url('../images/big_slide_2.jpg');
  background-position: 0% 23%;
  background-size: cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

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

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

.steps.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

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

.steps.purple {
  background-color: #e9e9e9;
}

.steps.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}

.steps.press {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

.steps.four-points {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: transparent;
  background-image: url('../images/PMS_OG.jpg'), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, 125px;
}

.column-6 {
  display: none;
}

.testiomonials {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f6f6f6;
}

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

.testiomonials.main {
  margin-top: 0px;
  padding-top: 170px;
  padding-bottom: 140px;
  background-color: transparent;
  background-image: url('../images/big_slide_2.jpg');
  background-position: 0% 23%;
  background-size: cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

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

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

.testiomonials.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

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

.testiomonials.purple {
  background-color: #e9e9e9;
}

.testiomonials.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}

.testiomonials.press {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

.testiomonials.four-points {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: transparent;
  background-image: url('../images/PMS_OG.jpg'), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, 125px;
}

.body {
  font-family: Lato, sans-serif;
}

.hero {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url('../images/PMS_OG.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.hero.main {
  margin-top: 0px;
  padding-top: 190px;
  padding-bottom: 120px;
  background-color: transparent;
  background-image: url('../images/Hero_White.jpg');
  background-position: 50% 15%;
  background-size: cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

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

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

.hero.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

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

.hero.purple {
  background-color: #e9e9e9;
}

.hero.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}

.hero.press {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

.hero.four-points {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: transparent;
  background-image: url('../images/PMS_OG.jpg'), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, 125px;
}

.paragraph-7 {
  font-size: 10px;
  line-height: 15px;
  font-weight: 300;
  letter-spacing: 0px;
}

.text-block-2 {
  margin-bottom: 10px;
  font-weight: 300;
}

.div-block {
  display: inline-block;
  height: 0px;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 20px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.list-item-5 {
  line-height: 30px;
}

.column-7 {
  padding-right: 0px;
  padding-left: 10px;
  color: #000;
}

.container-3 {
  padding-right: 350px;
}

.row-3 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px none #000;
}

.row-4 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.square {
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #e9e9e9;
}

.column-8 {
  padding-right: 40px;
}

.column-9 {
  padding-right: 15px;
  padding-left: 15px;
}

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

.column-11 {
  padding-right: 15px;
  padding-left: 15px;
}

.column-12 {
  padding-right: 15px;
  padding-left: 15px;
}

.pricing-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-top: 1px none rgba(40, 47, 56, .25);
  text-align: center;
}

.text-block-3 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.pricing-yes {
  color: #fa4f14;
  font-size: 19px;
  font-weight: 900;
}

.pricing-no {
  font-size: 20px;
  font-weight: 700;
}

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

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

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

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

.price-contain {
  height: 80px;
  padding-top: 28px;
  padding-bottom: 0px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: rgba(40, 47, 56, .25) rgba(250, 79, 20, .5) rgba(40, 47, 56, .25) rgba(40, 47, 56, .25);
  background-color: #f6f6f6;
  font-weight: 700;
}

.price-contain-yes {
  height: 80px;
  padding-top: 28px;
  padding-bottom: 0px;
  border-width: 1px;
  border-color: rgba(40, 47, 56, .25);
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  background-color: #f6f6f6;
}

.pricing-title {
  color: #fcfcfc;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.price-contain-pms {
  height: 80px;
  padding-top: 17px;
  padding-bottom: 0px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #282f38 #282f38 #282f38 #f6f6f6;
  background-color: #282f38;
}

.price-contain-square {
  height: 80px;
  padding-top: 28px;
  padding-bottom: 0px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #282f38 #282f38 #282f38 #f6f6f6;
  background-color: #282f38;
}

.price-contain-stripe {
  height: 80px;
  padding-top: 28px;
  padding-bottom: 0px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #282f38 #282f38 #282f38 #f6f6f6;
  background-color: #282f38;
}

.price-contain-blank {
  height: 80px;
  padding-top: 28px;
  padding-bottom: 0px;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: rgba(40, 47, 56, .25);
  background-color: hsla(0, 0%, 100%, 0);
}

.pricing-title-pms {
  color: #fcfcfc;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.price-contain-pms-sub {
  height: 80px;
  padding-top: 28px;
  padding-bottom: 0px;
  border-width: 1px;
  border-color: rgba(250, 79, 20, .5);
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
}

.container-7 {
  padding-right: 20px;
  padding-left: 20px;
}

.button-hero {
  display: inline-block;
  margin-right: 0px;
  margin-left: 20px;
  padding: 13px 80px;
  border-radius: 3px;
  background-color: #fa4f14;
  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: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.button-hero:hover {
  background-color: #ce4516;
}

.button-hero.w--current {
  margin-left: 20px;
}

.button-hero.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-hero.hollow:hover {
  background-color: #333;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button-hero.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-hero.light {
  border: 2px solid #fff;
  background-color: transparent;
}

.button-hero.light:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.section-3 {
  height: 30px;
  background-color: transparent;
  text-align: right;
}

.top-links {
  padding-right: 20px;
}

.text-block-5 {
  display: inline-block;
}

.nav-link-phone {
  display: inline-block;
  padding: 39px 20px;
  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: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.nav-link-phone:hover {
  box-shadow: none;
}

.nav-link-phone.w--current {
  box-shadow: inset 0 3px 0 0 #fa4f14;
  color: #fa4f14;
}

.nav-link-top {
  padding: 0px 20px 0px 0px;
  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: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-link-top:hover {
  box-shadow: none;
}

.nav-link-top.w--current {
  box-shadow: inset 0 3px 0 0 #fa4f14;
  color: #fa4f14;
}

.container-8 {
  background-color: #707070;
  text-align: center;
}

.section-4 {
  margin-top: 5px;
  padding-bottom: 3px;
  background-color: transparent;
  text-align: center;
}

.button-header {
  display: inline-block;
  margin-top: 0px;
  margin-right: 14px;
  padding: 13px 23px;
  float: none;
  border-radius: 3px;
  background-color: #fa4f14;
  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: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.button-header:hover {
  background-color: #ce4516;
}

.button-header.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-header.hollow:hover {
  background-color: #333;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button-header.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-header.light {
  border: 2px solid #fff;
  background-color: transparent;
}

.button-header.light:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.text-field {
  display: inline-block;
  width: 50%;
  margin-right: 0px;
  float: none;
}

.text-field-2 {
  display: inline-block;
  width: 48.3%;
  margin-left: 10px;
}

.text-block-6 {
  color: #dfe8e4;
}

.success-message-2 {
  background-color: #fa4f14;
}

.text-block-7 {
  color: #000;
  text-align: center;
}

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

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

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: visible;
  -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;
  background-color: hsla(0, 0%, 100%, .75);
}

.close-modal-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  padding: 5px;
}

.sign-up-form {
  overflow: visible;
  width: 600px;
  margin-top: 0px;
}

.image-12 {
  float: left;
}

.button-header-footer {
  display: inline-block;
  margin-right: 14px;
  margin-left: 30px;
  padding: 13px 23px;
  float: left;
  border-radius: 3px;
  background-color: #fa4f14;
  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: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.button-header-footer:hover {
  background-color: #ce4516;
}

.button-header-footer.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-header-footer.hollow:hover {
  background-color: #333;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button-header-footer.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-header-footer.light {
  border: 2px solid #fff;
  background-color: transparent;
}

.button-header-footer.light:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.footer-title-cta {
  margin-top: 0px;
  margin-left: 30px;
  float: left;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.div-block-2 {
  width: 600px;
  border-radius: 5px;
  background-color: #282f38;
  color: #fff;
  text-align: center;
}

.text-block-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.pop-bold {
  color: #fa4f14;
}

.poppup-link.pop-bold {
  text-decoration: none;
}

.link-block {
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  text-align: center;
  text-decoration: none;
}

.top-phone {
  color: #fff;
  text-decoration: none;
}

.hero-list-copy {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.button-hero-thx {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 13px 80px;
  border-radius: 3px;
  background-color: #fa4f14;
  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: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.button-hero-thx:hover {
  background-color: #ce4516;
}

.button-hero-thx.w--current {
  margin-left: 20px;
}

.button-hero-thx.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-hero-thx.hollow:hover {
  background-color: #333;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button-hero-thx.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-hero-thx.light {
  border: 2px solid #fff;
  background-color: transparent;
}

.button-hero-thx.light:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.button-top {
  display: inline-block;
  margin-right: 14px;
  padding: 13px 23px;
  border-radius: 3px;
  background-color: #fa4f14;
  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: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.button-top:hover {
  background-color: #ce4516;
}

.button-top.w--current {
  margin-right: 0px;
  margin-left: 20px;
  padding-right: 80px;
  padding-left: 80px;
}

.button-top.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-top.hollow:hover {
  background-color: #333;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button-top.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-top.light {
  border: 2px solid #fff;
  background-color: transparent;
}

.button-top.light:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

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-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

@media (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .navigation {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .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: 30px 20px;
    color: #000;
    font-size: 30px;
  }
  .nav-link.menu.w--open {
    background-color: transparent;
    color: #fff;
  }
  ._4-points {
    padding: 60px 0px;
  }
  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: rgba(24, 28, 32, .98);
  }
  .social-icon {
    margin-right: 10px;
  }
  .page-link.in-footer {
    font-size: 14px;
  }
  .page-link.in-footer-service {
    font-size: 14px;
  }
  .section-subtitle {
    font-size: 20px;
    line-height: 30px;
  }
  .main-feature-group {
    margin-top: 0px;
  }
  .main-image {
    margin-top: 49px;
  }
  .heading-9 {
    font-size: 28px;
    line-height: 32px;
  }
  .unordered-list {
    font-size: 16px;
    line-height: 32px;
  }
  .column-3 {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 30px;
  }
  .container {
    margin-bottom: 0px;
  }
  .paragraph-6 {
    font-size: 16px;
    line-height: 24px;
  }
  .cta {
    padding-right: 20px;
    padding-left: 20px;
  }
  .processing-methods {
    padding: 60px 0px;
  }
  .press-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .value {
    padding: 60px 0px;
  }
  .section.footer {
    padding: 40px 20px;
  }
  .section.footer.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .heading-11 {
    padding-left: 0px;
    font-size: 24px;
  }
  .steps {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .testiomonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero.main {
    padding-right: 0px;
    padding-left: 20px;
  }
  .div-block {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    float: right;
  }
  .container-3 {
    padding-right: 220px;
  }
  .square {
    border-style: none;
  }
  .container-6 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .button-hero.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .nav-link-phone {
    padding: 39px 20px 39px 0px;
    color: #fff;
  }
  .nav-link-phone:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }
  .nav-link-phone.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }
  .nav-link-phone.menu {
    padding: 22px 17px;
    color: #000;
    font-size: 30px;
  }
  .nav-link-phone.menu.w--open {
    background-color: #000;
    color: #fff;
  }
  .nav-link-top {
    padding: 18px 0px;
    color: #fff;
  }
  .nav-link-top:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }
  .nav-link-top.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }
  .nav-link-top.menu {
    padding: 22px 17px;
    color: #000;
    font-size: 30px;
  }
  .nav-link-top.menu.w--open {
    background-color: #000;
    color: #fff;
  }
  .icon {
    color: #fff;
    font-size: 40px;
  }
  .button-header {
    margin-right: 0px;
  }
  .button-header.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .text-field {
    width: 49%;
  }
  .text-field-2 {
    width: 48.7%;
  }
  .social-icon-last {
    width: 15px;
  }
  .image-9 {
    width: 15px;
  }
  .image-10 {
    width: 15px;
  }
  .image-11 {
    width: 15px;
  }
  .button-header-footer {
    margin-right: 0px;
    margin-left: 20px;
  }
  .button-header-footer.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .footer-title-cta {
    width: 200px;
    margin-left: 20px;
    float: left;
  }
  .button-hero-thx.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .button-top.w--current {
    margin-right: 0px;
  }
  .button-top.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }
  .button {
    margin-right: 14px;
  }
  .logo-text {
    margin-top: 15px;
  }
  .navigation {
    height: auto;
  }
  .nav-link.menu {
    padding: 20px;
  }
  .nav-link.menu.w--open {
    background-color: transparent;
  }
  ._4-points {
    padding: 60px 20px;
    text-align: center;
  }
  ._4-points.main {
    margin-top: 51px;
  }
  .nav-menu {
    padding-right: 12px;
    padding-left: 20px;
    background-color: rgba(24, 28, 32, .98);
  }
  .social-icon {
    margin-right: 20px;
  }
  .footer-title {
    margin-top: 20px;
  }
  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .social-icon-group {
    margin-top: 40px;
  }
  .brand-link.w--current {
    padding-left: 20px;
  }
  .section-subtitle {
    margin-bottom: 44px;
    font-size: 16px;
    line-height: auto;
  }
  .plan-wrapper {
    margin-right: 5%;
    margin-bottom: 34px;
    margin-left: 5%;
  }
  .divider {
    width: 100%;
  }
  .feature {
    margin-bottom: 32px;
    text-align: center;
  }
  .feature-icon {
    margin-bottom: 4px;
  }
  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }
  .small-features-row {
    padding-right: 40px;
    padding-left: 40px;
  }
  .image-3 {
    height: 50px;
  }
  .hero-list {
    text-align: left;
  }
  .heading-6 {
    margin-bottom: 40px;
  }
  .unordered-list {
    text-align: left;
  }
  .column-3 {
    margin-top: 20px;
    padding-left: 0px;
    text-align: center;
  }
  .column-5 {
    text-align: left;
  }
  .row-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .cta.main {
    margin-top: 51px;
  }
  .processing-methods {
    padding: 40px 20px;
    text-align: center;
  }
  .processing-methods.main {
    margin-top: 51px;
  }
  .press-section {
    padding: 40px 20px;
    text-align: center;
  }
  .press-section.main {
    margin-top: 51px;
  }
  .value {
    padding: 40px 20px;
    text-align: center;
  }
  .value.main {
    margin-top: 51px;
  }
  .section {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section.main {
    margin-top: 51px;
  }
  .section.footer.copyright {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-11 {
    display: block;
    padding-right: 0px;
    padding-bottom: 20px;
    font-size: 24px;
  }
  .container-2 {
    display: block;
  }
  .steps {
    padding: 40px 20px;
    text-align: center;
  }
  .steps.main {
    margin-top: 51px;
  }
  .testiomonials {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .testiomonials.main {
    margin-top: 51px;
  }
  .hero {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .hero.main {
    margin-top: 0px;
    padding-top: 140px;
    padding-right: 20px;
    padding-bottom: 70px;
    background-position: 0px 50%;
    text-align: center;
  }
  .div-block {
    margin-top: 15px;
  }
  .container-3 {
    padding-right: 0px;
  }
  .column-8 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -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;
  }
  .container-6 {
    height: auto;
    margin-left: 0px;
  }
  .button-hero.w--current {
    margin-left: 0px;
    float: none;
  }
  .nav-link-phone.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .nav-link-top.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .button-header {
    margin-right: 0px;
  }
  .text-field {
    width: 100%;
  }
  .text-field-2 {
    width: 100%;
    margin-left: 0px;
  }
  .social-icon-last {
    margin-right: 0px;
  }
  .sign-up-form {
    width: 500px;
  }
  .button-header-footer {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 20px;
  }
  .footer-title-cta {
    width: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    float: left;
  }
  .div-block-2 {
    width: 500px;
  }
  .hero-list-copy {
    text-align: left;
  }
  .button-top {
    margin-right: 14px;
  }
  .button-top.w--current {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 479px) {
  .button {
    position: static;
    width: 100%;
    margin-right: 14px;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }
  .button.hollow {
    margin-top: 10px;
  }
  .logo-text.footer {
    font-size: 32px;
    line-height: 38px;
  }
  .navigation {
    height: auto;
  }
  .nav-link.menu {
    padding: 20px;
    float: right;
  }
  .nav-link.menu.w--open {
    background-color: transparent;
  }
  ._4-points {
    padding: 60px 20px;
  }
  ._4-points.main {
    margin-top: 0px;
  }
  .nav-menu {
    padding-left: 20px;
    background-color: rgba(24, 28, 32, .98);
  }
  .social-icon {
    margin-right: 20px;
  }
  .footer-title {
    margin-top: 20px;
  }
  .social-icon-group {
    margin-top: 40px;
  }
  .brand-link.w--current {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-heading {
    font-size: 32px;
  }
  .section-subtitle {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: auto;
  }
  .feature {
    margin-bottom: 40px;
  }
  .testimony-text {
    font-size: 14px;
    line-height: 28px;
  }
  .main-feature-group {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .small-features-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .client-logo {
    width: 33.33%;
  }
  .press-logo {
    width: 40%;
    margin-right: 3%;
    margin-left: 3%;
  }
  .image-3 {
    height: 50px;
  }
  .heading {
    font-size: 32px;
  }
  .hero-list {
    padding-right: 0px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .heading-7 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 36px;
  }
  .heading-8 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading-9 {
    text-align: center;
  }
  .unordered-list {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: auto;
    text-align: left;
  }
  .list-item {
    font-size: 14px;
  }
  .column-3 {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .row {
    margin-bottom: 60px;
  }
  .paragraph-6 {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: auto;
  }
  .column-5 {
    display: block;
  }
  .row-2 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta {
    padding: 40px 20px;
  }
  .cta.main {
    margin-top: 0px;
  }
  .processing-methods {
    padding: 40px 20px;
  }
  .processing-methods.main {
    margin-top: 0px;
  }
  .press-section {
    padding: 40px 20px;
  }
  .press-section.main {
    margin-top: 0px;
  }
  .value {
    padding: 40px 20px;
  }
  .value.main {
    margin-top: 0px;
  }
  .section.main {
    margin-top: 0px;
  }
  .section.footer {
    padding: 40px 20px;
  }
  .section.footer.copyright {
    padding: 20px;
  }
  .heading-11 {
    display: block;
    padding-right: 0px;
    padding-bottom: 20px;
    font-size: 30px;
  }
  .container-2 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .steps {
    padding: 40px 20px;
  }
  .steps.main {
    margin-top: 0px;
  }
  .testiomonials {
    padding: 40px 0px;
  }
  .testiomonials.main {
    margin-top: 0px;
  }
  .hero.main {
    margin-top: 0px;
    padding: 140px 20px 70px;
    background-position: 0px 50%;
    background-repeat: repeat;
  }
  .div-block {
    margin-top: 15px;
    margin-right: 0px;
    padding-right: 0px;
    float: right;
  }
  .list-item-5 {
    margin-bottom: 10px;
  }
  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .square {
    padding-right: 0px;
    padding-left: 0px;
  }
  .list-item-6 {
    margin-bottom: 10px;
  }
  .list-item-7 {
    margin-bottom: 10px;
  }
  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-10 {
    padding-left: 0px;
  }
  .column-11 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-6 {
    padding-left: 0px;
    float: none;
  }
  .pricing-yes {
    font-size: 16px;
  }
  .pricing-no {
    font-size: 16px;
  }
  .price-contain {
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }
  .pricing-title {
    font-size: 12px;
  }
  .pricing-title-pms {
    font-size: 12px;
    line-height: 16px;
  }
  .price-contain-pms-sub {
    font-size: 16px;
  }
  .text-block-4 {
    font-size: 16px;
  }
  .button-hero {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .button-hero.w--current {
    margin-left: 0px;
  }
  .button-hero.hollow {
    margin-top: 10px;
  }
  .nav-link-phone {
    float: none;
  }
  .nav-link-phone.menu {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-link-top.menu {
    padding-right: 20px;
    padding-left: 20px;
  }
  .icon {
    color: #fff;
    font-size: 40px;
  }
  .button-header {
    position: static;
    width: 100%;
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }
  .button-header.hollow {
    margin-top: 10px;
  }
  .text-field {
    width: 100%;
  }
  .text-field-2 {
    width: 100%;
    margin-left: 0px;
  }
  .social-icon-last {
    margin-right: 0px;
  }
  .modal-wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: visible;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sign-up-form {
    overflow: visible;
    width: 95%;
    margin-top: 10px;
  }
  .image-12 {
    display: block;
    float: none;
  }
  .button-header-footer {
    position: static;
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }
  .button-header-footer.hollow {
    margin-top: 10px;
  }
  .footer-title-cta {
    margin-top: 10px;
    margin-left: 0px;
    float: none;
    font-size: 16px;
    text-align: center;
  }
  .column-18 {
    margin-top: 20px;
  }
  .div-block-2 {
    width: 95%;
  }
  .text-block-8 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }
  .link-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-list-copy {
    padding-right: 0px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .button-hero-thx {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .button-hero-thx.hollow {
    margin-top: 10px;
  }
  .button-top {
    position: static;
    width: 100%;
    margin-right: 14px;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }
  .button-top.w--current {
    margin-right: 0px;
    margin-left: 0px;
  }
  .button-top.hollow {
    margin-top: 10px;
  }
}

