html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
input {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:focus {
  outline: 0;
}
/* Border Box */
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* Simple Classes */
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
/* LESS Mixins */
.grid-100 {
  margin-right: -100px;
}
.grid-100:after {
  clear: both;
  content: "";
  display: table;
}
.grid-100 [class^='col-'] {
  float: left;
  padding-right: 100px;
}
.grid-50 {
  margin-right: -50px;
}
.grid-50:after {
  clear: both;
  content: "";
  display: table;
}
.grid-50 [class^='col-'] {
  float: left;
  padding-right: 50px;
}
.grid-40 {
  margin-right: -40px;
}
.grid-40:after {
  clear: both;
  content: "";
  display: table;
}
.grid-40 [class^='col-'] {
  float: left;
  padding-right: 40px;
}
.grid-20 {
  margin-right: -20px;
}
.grid-20:after {
  clear: both;
  content: "";
  display: table;
}
.grid-20 [class^='col-'] {
  float: left;
  padding-right: 20px;
}
.grid {
  margin-right: -10px;
}
.grid:after {
  clear: both;
  content: "";
  display: table;
}
.grid [class^='col-'] {
  float: left;
  padding-right: 10px;
}
.col-1 {
  width: 100%;
}
.col-1-2 {
  width: 50%;
}
.col-1-3 {
  width: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-4 {
  width: 25%;
}
.col-3-4 {
  width: 75%;
}
.col-1-5 {
  width: 20%;
}
.col-2-5 {
  width: 40%;
}
.col-3-5 {
  width: 60%;
}
.col-4-5 {
  width: 80%;
}
.col-1-6 {
  width: 16.66%;
}
.col-5-6 {
  width: 83.33%;
}
.col-1-8 {
  width: 12.5%;
}
.col-3-8 {
  width: 37.5%;
}
.col-5-8 {
  width: 62.5%;
}
.col-7-8 {
  width: 62.5%;
}
.col-1-10 {
  width: 10%;
}
.clear-col-2 [class^='col-']:nth-child(odd) {
  clear: both;
}
.clear-col-3 [class^='col-']:nth-child(3n + 1) {
  clear: both;
}
.clear-col-4 [class^='col-']:nth-child(4n + 1) {
  clear: both;
}
html,
body {
  background: #2F2A93;
}
.mrc-form-container {
  --mrc-border-radius-radio-option: 50px !important;
  --mrc-color-button-background: #E71D31 !important;
  --mrc-color-button-background-hover: #ad1927 !important;
  --mrc-color-button-text-hover: #E71D31 !important;
  --mrc-color-button: #fff !important;
  --mrc-color-button-hover: #fff !important;
  --mrc-color-button-prev-hover: #E71D31 !important;
  --mrc-border-radius-button: 50px !important;
  --mrc-font-family: 'Figtree', sans-serif !important;
  --mrc-color-radio-option: #1F2847 !important;
  --mrc-color-radio-option-hover: #E71D31 !important;
  --mrc-color-stepped-progress-bar-checkmark: #fff !important;
  --mrc-font-weight-bold: 800 !important;
  --mrc-color-progress-bar-active-background: #E71D31 !important;
  --mrc-font-weight-radio-option: 700 !important;
}
body {
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
}
.c {
  margin: 0 auto;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
header .header-top {
  background: #F3F3F3;
  padding: 10px 0;
}
header .header-top p {
  color: #1F2847;
  font-size: 12px;
  margin: 0;
  text-align: center;
}
header .header-main {
  padding: 30px 0;
}
header .header-main .logo {
  float: left;
  margin: 10px 0;
  height: 50px;
  width: auto;
}
section.lead-form {
  padding: 40px 0 24rem 0;
  background: #2F2A93;
}
footer {
  background: #2c288b;
  padding: 30px 0;
}
footer p.copyright {
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
}
@media only screen and (max-width: 1000px) {
  header .header-main .logo {
    display: block;
    float: none;
    margin: 0 auto;
  }
  header .header-main .header-right {
    display: none;
  }
}
