body {
  font-family: Mulish, sans-serif;
  color: #202d49;
  font-size: 20px;
  line-height: 1.8;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #202d49;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section {
  padding: 120px 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section.grey {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 140px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fcfcfc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/suburban-homes.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/suburban-homes.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.form-block {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px 40px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 20px 50px -50px rgba(32, 45, 73, 0.2);
}

.form-button {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 20px;
  width: 100%;
  min-height: 60px;
  margin-right: 10px;
  padding: 13px 30px;
  border-radius: 10px;
  background-color: #e2585a;
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-button:hover {
  background-color: #e2585a;
  box-shadow: 0 20px 30px -11px rgba(226, 88, 90, 0.6);
  letter-spacing: 3px;
}

.form-button:active {
  border: 1px none #000;
}

.form-button:focus {
  border: 1px none #000;
}

.form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.form-heading {
  width: 100%;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 900;
}

.success-message {
  margin-top: 10px;
  padding: 0px;
  background-color: transparent;
}

.form-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.form-step {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 20px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-step.last-step {
  margin-bottom: 0px;
  padding-bottom: 70px;
}

.form-next {
  position: static;
  display: block;
  width: 48%;
  min-height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #e2585a;
  opacity: 1;
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-next:hover {
  background-color: #fa7274;
  box-shadow: 0 20px 30px -11px rgba(226, 88, 90, 0.6);
  letter-spacing: 3px;
}

.form-next:active {
  border: 1px none #000;
}

.form-back {
  position: absolute;
  z-index: -10;
  width: 48%;
  min-height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 13px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #e2585a;
  border-radius: 10px;
  background-color: rgba(226, 88, 90, 0.1);
  opacity: 0.36;
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #ff3539;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-back:hover {
  border-color: #e2585a;
  background-color: rgba(255, 0, 4, 0.1);
  box-shadow: 0 20px 30px -11px rgba(213, 31, 34, 0.3);
  letter-spacing: 3px;
}

.form-back:active {
  box-shadow: 0 11px 20px -11px rgba(127, 88, 226, 0.6);
}

.form-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: -40px;
  margin-bottom: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
}

.form-slide {
  width: 100%;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
}

.button {
  position: static;
  display: inline-block;
  min-height: 60px;
  padding: 15px 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #7f58e2;
  border-radius: 10px;
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #7f58e2;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  letter-spacing: 3px;
}

.button:active {
  border: 1px none #000;
}

.success-subtitle {
  margin-top: -20px;
  margin-bottom: 30px;
}

.disclaimer {
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.49)), to(hsla(0, 0%, 100%, 0.49)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.49), hsla(0, 0%, 100%, 0.49));
  opacity: 1;
  color: #000;
  font-size: 1em;
  line-height: 1;
}

.text-block {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #9e9e9e;
  font-size: 0.8em;
  line-height: 1;
  text-align: center;
}

.link-2 {
  color: #3871e4;
}

.image {
  width: auto;
  max-width: 400px;
  min-width: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 0px;
}

.form-section-title {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
}

.text-block-2 {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Mulish, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.field {
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 25px;
  border: 2px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, 0.25);
  -webkit-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
  color: #000;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
  text-align: left;
}

.field:focus {
  border-color: #7196ce;
  font-weight: 600;
}

.text-block-4 {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #9e9e9e;
  font-size: 0.7em;
  font-weight: 300;
}

.text-block-5 {
  color: #e2585a;
}

.heading-2 {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  color: #3c64d3;
  font-size: 40px;
  text-align: left;
}

.heading-3 {
  margin: 0px auto 20px;
  color: #000;
  font-size: 0.9em;
  line-height: 0.91em;
  font-weight: 500;
}

.form-section-title-2 {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 600;
}

.field-2 {
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 25px;
  border: 2px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, 0.25);
  -webkit-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
  color: #000;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
  text-align: left;
}

.field-2:focus {
  border-color: #7196ce;
  font-weight: 600;
}

.text-block-6 {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #9e9e9e;
  font-size: 0.7em;
  line-height: 0.7;
}

.form-section-title-4 {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 600;
}

.text-block-7 {
  margin: 0px 10px 30px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #9e9e9e;
  font-size: 0.55em;
  line-height: 1;
  font-style: normal;
  font-weight: 300;
  text-align: justify;
  text-transform: none;
}

.main-next-btn {
  position: static;
  display: block;
  width: auto;
  min-height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #e2585a;
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.main-next-btn:hover {
  background-color: #fa7274;
  box-shadow: 0 20px 30px -11px rgba(226, 88, 90, 0.6);
  letter-spacing: 3px;
}

.main-next-btn:active {
  border: 1px none #000;
}

.div-btn-holder {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5px;
  width: 100%;
  margin-top: 10px;
}

.form-next-copy-hide {
  position: absolute;
  z-index: -10;
  display: block;
  width: 48%;
  min-height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #e2585a;
  opacity: 0;
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-next-copy-hide:hover {
  background-color: #fa7274;
  box-shadow: 0 20px 30px -11px rgba(226, 88, 90, 0.6);
  letter-spacing: 3px;
}

.form-next-copy-hide:active {
  border: 1px none #000;
}

.previous-btn {
  position: static;
  width: 48%;
  min-height: 60px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 13px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #e2585a;
  border-radius: 10px;
  background-color: rgba(226, 88, 90, 0.1);
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #ff3539;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.previous-btn:hover {
  border-color: #e2585a;
  background-color: rgba(255, 0, 4, 0.1);
  box-shadow: 0 20px 30px -11px rgba(213, 31, 34, 0.3);
  letter-spacing: 3px;
}

.previous-btn:active {
  box-shadow: 0 11px 20px -11px rgba(127, 88, 226, 0.6);
}

.next-btn {
  position: static;
  display: inline-block;
  width: 100%;
  min-height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #e2585a;
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.next-btn:hover {
  background-color: #fa7274;
  box-shadow: 0 20px 30px -11px rgba(226, 88, 90, 0.6);
  letter-spacing: 3px;
}

.next-btn:active {
  border: 1px none #000;
}

.btn-holder {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block {
  width: 50%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.btn-holder-x {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.previous-btn-x {
  position: static;
  display: none;
  width: 48%;
  min-height: 60px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 13px 30px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #e2585a;
  border-radius: 10px;
  background-color: rgba(226, 88, 90, 0.1);
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #ff3539;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.previous-btn-x:hover {
  border-color: #e2585a;
  background-color: rgba(255, 0, 4, 0.1);
  box-shadow: 0 20px 30px -11px rgba(213, 31, 34, 0.3);
  letter-spacing: 3px;
}

.previous-btn-x:active {
  box-shadow: 0 11px 20px -11px rgba(127, 88, 226, 0.6);
}

.paragraph {
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 1em;
  text-align: justify;
}

.list {
  margin-left: 10px;
}

.list-item {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5em;
}

.bold-text {
  font-size: 1.2em;
}

.bold-text-2 {
  font-size: 1.1em;
}

.paragraph-4 {
  margin-left: 20px;
  color: #000;
}

.heading-5 {
  margin-top: 40px;
  padding-left: 20px;
  font-size: 1.2em;
}

.paragraph-5 {
  text-align: left;
}

.text-block-3 {
  text-align: center;
}

.bold-text-4 {
  text-align: center;
}

.partners-sub-heading {
  margin-top: 20px;
  text-align: center;
}

.partners-text-block {
  font-size: 0.8em;
  line-height: 1.5em;
}

.heading-6 {
  margin-top: 40px;
  margin-left: 20px;
  color: #000;
}

.heading-7 {
  margin-top: 40px;
  color: #000;
  font-size: 32px;
}

.body {
  color: #000;
}

.error-message {
  margin-top: 20px;
  border-radius: 11px;
}

.body-2 {
  color: #000;
}

.body-3 {
  color: #000;
}

.image-2 {
  margin-right: auto;
  margin-left: auto;
}

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

.text-block-8 {
  text-align: center;
}

.image-4 {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.body-4 {
  margin-top: 100px;
}

.form-2 {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.body-5 {
  color: #000;
}

.form-optout {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-9 {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #9e9e9e;
  font-size: 0.6em;
  text-align: center;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }

  .section {
    padding: 100px 40px;
  }

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

  .paragraph {
    margin-right: 0px;
    text-align: left;
  }

  .list {
    margin-right: 10px;
  }

  .paragraph-4 {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  .section {
    padding: 40px 20px;
  }

  .section.grey {
    padding-top: 60px;
    background-position: 100% 100%;
    background-size: 1000px;
  }

  .form-block {
    padding: 40px 40px 50px;
  }

  .form-button {
    min-height: 50px;
  }

  .form-heading {
    font-size: 24px;
  }

  .form-step {
    height: auto;
  }

  .form-next {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .form-back {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .form-slide {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .main-next-btn {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .div-btn-holder {
    position: static;
  }

  .form-next-copy-hide {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .previous-btn {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .next-btn {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .btn-holder {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .btn-holder-x {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .previous-btn-x {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .heading-5 {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-5 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .heading-7 {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  .section {
    padding: 60px 10px;
  }

  .section.grey {
    background-position: 50% 100%;
    background-size: 700px;
  }

  .form-block {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 10px;
  }

  .form-button {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .form-slider {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-step {
    height: auto;
  }

  .form-next {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .form-back {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .form-mask {
    z-index: auto;
    height: auto;
    padding-bottom: 0px;
    clear: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .form-slide {
    overflow: visible;
    width: 100%;
    height: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .button {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    max-height: none;
    max-width: 250px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .form-section-title {
    font-size: 1.5em;
    line-height: 1.3em;
  }

  .text-block-2 {
    font-size: 0.8em;
    line-height: 1em;
    text-align: center;
  }

  .field {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.8em;
  }

  .text-block-4 {
    line-height: 1.2;
    text-align: center;
  }

  .heading-2 {
    font-size: 24px;
  }

  .heading-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    text-align: center;
  }

  .form-section-title-2 {
    font-size: 1.5em;
    line-height: 1.3em;
    text-align: center;
  }

  .field-2 {
    font-size: 0.8em;
  }

  .text-block-6 {
    font-size: 0.9em;
    line-height: 1;
    text-align: center;
  }

  .form-section-title-4 {
    padding-bottom: 10px;
    font-size: 1.3em;
    line-height: 1.2em;
    text-align: center;
  }

  .text-block-7 {
    display: block;
    margin: 10px 10px 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: justify;
  }

  .main-next-btn {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .form-next-copy-hide {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .previous-btn {
    display: inline-block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .next-btn {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .btn-holder {
    display: block;
  }

  .div-block {
    width: 100%;
  }

  .btn-holder-x {
    display: block;
    margin-top: 0px;
  }

  .previous-btn-x {
    display: inline-block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .list {
    margin-right: 10px;
  }

  .paragraph-4 {
    margin-right: 20px;
  }

  .heading-5 {
    padding-left: 0px;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }

  .paragraph-5 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .heading-7 {
    margin-left: 10px;
  }
}

