:root {
  --medium-sea-green: #4dbd90;
  --cornflower-blue: #489fd9;
  --light-slate-gray: #8668ab;
  --gainsboro: #dfe8e4;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.btn_step1next:disabled, .btn_step2next:disabled {
  opacity: 0.6;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

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

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

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

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

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

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

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #f3971e;
  border-radius: 3px;
  margin-right: 14px;
  padding: 13px 23px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .12);
}

.button:hover {
  background-color: #0f95d8;
}

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

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

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

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

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

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

.nav-link {
  padding: 26px 17px;
  transition: box-shadow .5s, color .3s;
  box-shadow: inset 0 3px rgba(0, 0, 0, 0);
}

.nav-link:hover {
  box-shadow: inset 0 3px rgba(181, 181, 181, .5);
}

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

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

.section.main {
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, .23);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bg.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

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

.section.footer.copyright {
  color: #939596;
  background-color: #f4f4f4;
  padding-top: 45px;
  padding-bottom: 45px;
  font-size: 14px;
}

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

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

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

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

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

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

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

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

.main-subtitle {
  text-shadow: 0 2px 4px rgba(0, 0, 0, .76);
  margin-bottom: 26px;
  font-size: 26px;
  font-weight: 300;
  line-height: 26px;
}

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

.social-icon {
  opacity: .41;
  margin-right: 11px;
  transition: opacity .3s;
}

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

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

.page-link {
  color: #489fd9;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: color .3s, border .3s;
}

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

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

.page-link.in-footer:hover {
  color: #d2d7d9;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.newsletter-field {
  float: left;
  background-color: #e8e8e8;
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 60%;
  height: 40px;
}

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

.newsletter-button {
  float: left;
  color: #d5d8db;
  background-color: #5f6166;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: all .5s;
}

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

.newsletter-form {
  width: 70%;
}

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

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

.main-heading {
  color: #fff;
  text-align: center;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

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

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

.plan-wrapper {
  color: #2b2b2b;
  background-color: #fff;
  border-radius: 3px;
  min-height: 300px;
  padding: 17px;
}

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

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

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

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

.divider {
  background-color: #dbdbdb;
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
}

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

.feature {
  text-align: left;
}

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

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 45px;
}

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

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

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

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

.name {
  font-weight: 500;
}

.slider-arrow {
  color: #bdbdbd;
  width: 50px;
  font-size: 32px;
  transition: color .3s;
}

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

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

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

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

.client-logo {
  width: 16.6%;
}

.small-text {
  color: rgba(255, 255, 255, .31);
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.div-block {
  justify-content: center;
  display: flex;
}

.logo {
  width: 14%;
  margin-left: 2%;
  margin-right: 2%;
}

.navigation-2 {
  background-color: #fff;
  height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 3px -2px #000;
}

.big-container {
  text-align: center;
  width: auto;
  min-width: auto;
  max-width: 1140px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.brand-link-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}

.logo-text-2 {
  color: #1c1c1c;
  margin-top: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-weight: 400;
}

.nav-menu-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-2 {
  background-color: #25b274;
  margin-top: 0;
}

.button-2.w--current {
  background-color: #25b274;
}

.heading {
  color: #103f86;
  text-align: center;
  margin-top: 0;
  margin-bottom: 55px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
}

.text-block {
  color: #fff;
  text-align: center;
  text-shadow: none;
  border-radius: 12px;
  margin-top: 120px;
  margin-bottom: 0;
  padding: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
}

.link {
  color: #0400fd;
}

.checkbox-field {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 15px;
}

.text-field {
  border-radius: 5px;
  height: 45px;
  font-family: Montserrat, sans-serif;
}

.heading-9 {
  color: #f5a623;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.form-wrapper {
  color: #000;
  text-align: left;
  background-color: rgba(255, 255, 255, .63);
  border-radius: 17px;
  width: auto;
  margin-top: 55px;
  padding: 26px;
  box-shadow: 1px 1px 8px -3px #000;
}

.form-block {
  padding-left: 0;
}

.checkbox-label-2 {
  text-align: left;
  text-shadow: none;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: start;
  display: grid;
}

.checkbox-label {
  color: #000;
  text-shadow: none;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.submit-button {
  text-align: center;
  background-color: #1ac514;
  border-radius: 45px;
  width: 50%;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.submit-button:hover {
  background-color: #25aa21;
}

.text-field-2 {
  border-radius: 5px;
  height: 45px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.column {
  margin-top: 125px;
  padding-top: 14px;
}

.select-field {
  background-color: #fff;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
}

.bold-text-2 {
  color: #000;
  text-shadow: none;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 800;
}

.paragraph {
  color: #000;
  text-align: center;
  text-shadow: none;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-10 {
  margin-bottom: 20px;
  font-size: 35px;
}

.heading-4 {
  color: #031c52;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.small-features-row-2 {
  margin: 40px 10px 30px;
}

.column-2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 0 10px;
}

.heading-3 {
  color: #031c52;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.div-block-3 {
  text-shadow: none;
  background-color: #fff;
  border-radius: 10px;
  height: 207px;
  padding: 30px;
}

.text-block-2 {
  text-align: center;
  text-shadow: none;
  padding-left: 243px;
  padding-right: 243px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

.bold-text-3 {
  color: #80d81c;
}

.benefit-class {
  margin-top: 45px;
}

.benefit-wrapper {
  color: #fff;
  text-align: center;
}

.benefit-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: block;
}

.paragraph-2 {
  text-align: center;
  text-shadow: none;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-span {
  font-size: 20px;
  font-weight: 400;
}

.div-block-4 {
  text-align: center;
  margin-bottom: 35px;
}

.button-3 {
  color: #000;
  text-align: center;
  background-color: #7ed957;
  border-bottom-width: 4px;
  border-bottom-color: #fff;
  border-right-width: 4px;
  border-right-color: #fff;
  border-radius: 60px;
  width: 25%;
  padding: 16px 9px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-5 {
  text-align: center;
  margin-top: 25px;
}

.btnnext-step2 {
  color: #000;
  text-shadow: none;
  background-color: #ffca0c;
  margin-left: 5px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.step-title {
  color: #fff;
  text-align: center;
  text-shadow: none;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.step-4 {
  padding-left: 25px;
  padding-right: 25px;
  display: none;
}

.radio-button-label-10 {
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.text-field-5 {
  font-family: Exo, sans-serif;
}

.radio-step-2, .radio-step-3 {
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
  padding: 21px 21px 21px 30px;
  font-size: 20px;
}

.btnnext-step-1 {
  color: #000;
  background-color: #ffca0c;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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

.radio-button-label-9 {
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-weight: 300;
  line-height: 29px;
}

.submit-button-5 {
  color: #000;
  background-color: #ffca0c;
  margin-left: 15px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.submit-button-5:hover {
  background-color: #e7bd25;
}

.btnnext-step3 {
  color: #000;
  text-shadow: none;
  background-color: #ffca0c;
  margin-left: 15px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.btnprev-step4 {
  color: #000;
  text-align: center;
  text-shadow: none;
  background-color: #c9c9c9;
  width: 150px;
  margin-right: 15px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.bold-text-4 {
  color: #000;
  font-weight: 700;
}

.text-field-6 {
  font-family: Exo, sans-serif;
}

.column-13-step2 {
  text-align: center;
}

.step-2 {
  display: none;
}

.checkbox-field-2 {
  margin-bottom: 20px;
}

.radio-step-1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid rgba(36, 36, 36, .3);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 21px 21px 21px 30px;
  font-size: 20px;
  display: flex;
}

.text-field-4 {
  font-family: Exo, sans-serif;
}

.radio-button-label-13 {
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.checkbox-label-5 {
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.btnprev-step2 {
  color: #000;
  text-align: center;
  text-shadow: none;
  background-color: #c9c9c9;
  width: 150px;
  margin-right: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.image {
  cursor: pointer;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.italic-text-2 {
  color: #ffe100;
  font-weight: 700;
  text-decoration: none;
}

.select-field-2 {
  text-shadow: none;
  background-color: #fff;
  font-family: Exo, sans-serif;
}

.italic-text-3 {
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.subtitle {
  text-align: center;
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.column-14-step2 {
  text-align: right;
}

.radio-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-14 {
  text-align: left;
}

.step-1 {
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.step-4-title {
  color: #fff;
  text-align: center;
  text-shadow: none;
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-6 {
  z-index: 99;
  background-color: #fff;
  border-radius: 14px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: none;
  position: relative;
  top: auto;
  bottom: 235px;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 7px -1px rgba(0, 0, 0, .53);
}

.step-3 {
  display: none;
}

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

.radio-button-label-12 {
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.radio-button-label-8 {
  text-shadow: none;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-weight: 300;
  line-height: 29px;
}

.radio-button-label-11 {
  font-family: Exo, sans-serif;
  font-weight: 300;
  position: static;
}

.columns-2 {
  text-align: center;
  margin-top: 5px;
}

.btnprev-step3 {
  color: #000;
  text-align: center;
  text-shadow: none;
  background-color: #c9c9c9;
  width: 150px;
  margin-right: 15px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.bold-text-5 {
  text-align: center;
  font-weight: 400;
}

.italic-text-4 {
  color: #ffe100;
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.text-field-7 {
  font-family: Exo, sans-serif;
}

.form-block-container {
  color: #fff;
  background-color: rgba(247, 247, 247, .82);
  border-radius: 14px;
  width: 550px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
  display: none;
}

.step-01 {
  text-align: center;
  display: block;
}

.heading-11 {
  color: #1b3b58;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.text-block-3 {
  color: #1b3b58;
  text-align: center;
  margin-bottom: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.radio-button-field {
  color: #1b3b58;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.wrapper-value-step-1 {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.step-02 {
  text-align: center;
  display: none;
}

.select-field-3 {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #1b3b58;
  border-radius: 5px;
}

.step-03 {
  display: none;
}

.wrapper-value-step-3 {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field-8 {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #1b3b58;
  border-radius: 7px;
}

.btn_step1next, .btn_step2next {
  color: #000;
  text-align: center;
  background-color: #7ed957;
  border-radius: 60px;
  width: 60%;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.submit-button-6 {
  color: #000;
  background-color: #7ed957;
  border-radius: 60px;
  width: 100%;
  margin-top: 11px;
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-3 {
  color: #1b3b58;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.text-span-2 {
  color: #da3a00;
}

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

.checkbox-label-6 {
  color: #6d6d6d;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.link-2, .link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11 {
  color: #f8f8f8;
}

.link-12, .link-13, .link-14, .link-15, .link-16, .link-17, .link-18, .link-19, .link-20, .link-21, .link-22 {
  color: #fff;
}

.link-23 {
  color: #fff;
  text-decoration: none;
}

.link-24 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .nav-link {
    color: #fff;
    padding: 18px 0;
  }

  .nav-link:hover {
    box-shadow: inset 0 3px rgba(0, 0, 0, 0);
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px rgba(0, 0, 0, 0);
  }

  .nav-link.menu {
    color: #000;
    padding: 22px 17px;
    font-size: 30px;
  }

  .nav-link.menu.w--open {
    color: #fff;
    background-color: #000;
  }

  .nav-menu {
    background-color: #000;
    padding-top: 13px;
    padding-bottom: 13px;
  }

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

  .main-image {
    margin-top: 49px;
  }

  .nav-menu-2 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .form-wrapper {
    width: auto;
    padding-left: 20px;
  }

  .checkbox-label-2, .checkbox-label {
    font-size: 12px;
    line-height: 16px;
  }

  .column {
    margin-top: 0;
    padding-top: 0;
  }

  .column-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-3 {
    font-size: 22px;
  }

  .column-6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-2 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .benefit-wrapper {
    color: #000;
    background-color: rgba(233, 233, 233, .28);
    padding: 16px;
  }

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

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }

  .logo-text {
    margin-top: 15px;
  }

  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

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

  .section.main {
    margin-top: 0;
  }

  .nav-menu {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-title {
    margin-top: 35px;
  }

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

  .section-subtitle {
    margin-bottom: 44px;
  }

  .plan-wrapper {
    margin-bottom: 34px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .divider {
    width: 100%;
  }

  .feature {
    text-align: center;
    margin-bottom: 32px;
  }

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

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

  .brand-link-2 {
    padding: 13px 12px;
  }

  .logo-text-2 {
    margin-top: 0;
  }

  .nav-menu-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .form-wrapper {
    width: auto;
    padding-left: 29px;
    padding-right: 29px;
  }

  .column-7 {
    padding-bottom: 10px;
  }

  .text-block-2 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .benefit-wrapper {
    color: #000;
    background-color: rgba(233, 233, 233, .28);
    padding: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

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

  .form-block-container {
    width: 450px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-right: 0;
  }

  .section.main {
    margin-top: 0;
    margin-bottom: -6px;
  }

  .main-heading {
    font-size: 23px;
    line-height: 25px;
  }

  .client-logo {
    width: 33.33%;
  }

  .navigation-2, .big-container {
    text-align: center;
  }

  .brand-link-2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-9 {
    text-align: center;
    font-size: 23px;
  }

  .form-wrapper {
    width: auto;
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .checkbox-label-2 {
    font-size: 10px;
  }

  .form {
    padding-left: 26px;
    padding-right: 26px;
    display: block;
  }

  .checkbox-label {
    font-size: 10px;
  }

  .submit-button {
    width: 100%;
    font-size: 16px;
  }

  .paragraph {
    padding-left: 34px;
    padding-right: 34px;
    font-size: 12px;
  }

  .text-block-2 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .benefit-list {
    flex-direction: column;
  }

  .paragraph-2 {
    padding-left: 34px;
    padding-right: 34px;
  }

  .button-3 {
    width: 75%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
  }

  .step-4 {
    display: none;
  }

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

  .submit-button-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .btnnext-step3 {
    text-align: center;
    margin-left: 0;
  }

  .btnprev-step4 {
    width: auto;
    margin-right: 0;
  }

  .step-2 {
    display: none;
  }

  .btnprev-step2 {
    width: auto;
  }

  .column-14-step2 {
    text-align: center;
  }

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

  .step-1 {
    display: block;
  }

  .step-3 {
    display: none;
  }

  .columns-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btnprev-step3 {
    width: auto;
    margin-right: 0;
  }

  .form-block-container {
    width: auto;
    margin-left: 23px;
    margin-right: 23px;
  }

  .step-02, .step-03 {
    display: none;
  }

  .submit-button-6 {
    font-size: 15px;
  }
}


