:root {
  --blue: #1e39a6;
  --indigo: #6610f2;
  --purple: #75086b;
  --pink: #e83e8c;
  --red: #a61e39;
  --orange: #f76922;
  --yellow: #e9da06;
  --green: #39a61e;
  --teal: #20c997;
  --cyan: #3498db;
  --white: #fff;
  --gray: #8f9ca7;
  --gray-dark: #454545;
  --primary: #1e39a6;
  --secondary: #f76922;
  --success: #39a61e;
  --info: #1e39a6;
  --warning: #f76922;
  --danger: #d7263d;
  --light: #f8f9fa;
  --dark: #454545;
  --gray-200: #f3f2f2;
  --purple: #75086b;
  --lightblue: #339fc7;
  --blue: #1e39a6;
  --green: #39a61e;
  --yellow: #e9da06;
  --black: #000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", -apple-system, BlinkMacSystemFont;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

footer, header, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Open Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",-apple-system,BlinkMacSystemFont;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 600; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: #339fc7;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #236e8a;
  text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre, code {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

img {
  vertical-align: middle;
  border-style: none; }

table {
  border-collapse: collapse; }

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #8f9ca7;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 1rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[role=button] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button; }

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type=radio], input[type=checkbox] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

@media (max-width: 1200px) {
  legend {
    font-size: -moz-calc(1.275rem + 0.3vw);
    font-size: calc(1.275rem + 0.3vw); } }

progress {
  vertical-align: baseline; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.2;
  color: auto; }

h1, .h1 {
  font-size: 2.5rem; }

@media (max-width: 1200px) {
  h1, .h1 {
    font-size: -moz-calc(1.375rem + 1.5vw);
    font-size: calc(1.375rem + 1.5vw); } }

h2, .h2 {
  font-size: 2rem; }

@media (max-width: 1200px) {
  h2, .h2 {
    font-size: -moz-calc(1.325rem + 0.9vw);
    font-size: calc(1.325rem + 0.9vw); } }

h3, .h3 {
  font-size: 1.75rem; }

@media (max-width: 1200px) {
  h3, .h3 {
    font-size: -moz-calc(1.3rem + 0.6vw);
    font-size: calc(1.3rem + 0.6vw); } }

h4, .h4 {
  font-size: 1.5rem; }

@media (max-width: 1200px) {
  h4, .h4 {
    font-size: -moz-calc(1.275rem + 0.3vw);
    font-size: calc(1.275rem + 0.3vw); } }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 400; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

@media (max-width: 1200px) {
  .display-4 {
    font-size: -moz-calc(1.475rem + 2.7vw);
    font-size: calc(1.475rem + 2.7vw); } }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small, .small {
  font-size: 80%;
  font-weight: 400; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }

a > code {
  color: inherit; }

pre {
  display: block;
  font-size: 87.5%;
  color: #454b50; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1240px; } }

.row, .TwoColInput .form-group-row .input .options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.col-lg, .col-lg-12, .col-lg-10, .col-lg-8, .col-lg-6, .TwoColInput .form-group-row .input .options .option, .col-lg-3, .col-md-12, .col, .col-12, .TwoColInput .form-group-row .input, .TwoColInput .form-group-row label:not(:first-child), .col-6 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-12, .TwoColInput .form-group-row .input .options .option, .TwoColInput .form-group-row .input, .TwoColInput .form-group-row label:not(:first-child) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 768px) {
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-6, .TwoColInput .form-group-row .input .options .option {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000; }

.table th, .table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #cfdde8; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #cfdde8; }

.table tbody + tbody {
  border-top: 2px solid #cfdde8; }

.form-control, fieldset > div .input input[type=password], fieldset > div .input input[type=text], fieldset > div .input input[type=email], fieldset > div .input input[type=tel], fieldset > div .input input[type=number], fieldset > div .input select, fieldset > div .input textarea, #mainform fieldset > div .input input[type=password], #mainform fieldset > div .input input[type=text], #mainform fieldset > div .input input[type=email], #mainform fieldset > div .input input[type=tel], #mainform fieldset > div .input input[type=number], #mainform fieldset > div .input select, #mainform fieldset > div .input textarea {
  display: block;
  width: 100%;
  height: -moz-calc(1.5em + 1.5rem + 2px);
  height: calc(1.5em + 1.5rem + 2px);
  padding: .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #8f9ca7;
  border-radius: .5rem;
  -webkit-box-shadow: inset 0 0.5px 0.5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0.5px 0.5px rgba(0, 0, 0, 0.075);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.form-control::-ms-expand, fieldset > div .input input[type=password]::-ms-expand, fieldset > div .input input[type=text]::-ms-expand, fieldset > div .input input[type=email]::-ms-expand, fieldset > div .input input[type=tel]::-ms-expand, fieldset > div .input input[type=number]::-ms-expand, fieldset > div .input select::-ms-expand, fieldset > div .input textarea::-ms-expand, #mainform fieldset > div .input input[type=password]::-ms-expand, #mainform fieldset > div .input input[type=text]::-ms-expand, #mainform fieldset > div .input input[type=email]::-ms-expand, #mainform fieldset > div .input input[type=tel]::-ms-expand, #mainform fieldset > div .input input[type=number]::-ms-expand, #mainform fieldset > div .input select::-ms-expand, #mainform fieldset > div .input textarea::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus, fieldset > div .input input[type=password]:focus, fieldset > div .input input[type=text]:focus, fieldset > div .input input[type=email]:focus, fieldset > div .input input[type=tel]:focus, fieldset > div .input input[type=number]:focus, fieldset > div .input select:focus, fieldset > div .input textarea:focus, #mainform fieldset > div .input input[type=password]:focus, #mainform fieldset > div .input input[type=text]:focus, #mainform fieldset > div .input input[type=email]:focus, #mainform fieldset > div .input input[type=tel]:focus, #mainform fieldset > div .input input[type=number]:focus, #mainform fieldset > div .input select:focus, #mainform fieldset > div .input textarea:focus {
  color: #000;
  background-color: #fff;
  border-color: #4b69df;
  outline: 0;
  -webkit-box-shadow: inset 0 0.5px 0.5px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(26, 50, 144, 0.25);
  box-shadow: inset 0 0.5px 0.5px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(26, 50, 144, 0.25); }

.form-control::-webkit-input-placeholder, fieldset > div .input input[type=password]::-webkit-input-placeholder, fieldset > div .input input[type=text]::-webkit-input-placeholder, fieldset > div .input input[type=email]::-webkit-input-placeholder, fieldset > div .input input[type=tel]::-webkit-input-placeholder, fieldset > div .input input[type=number]::-webkit-input-placeholder, fieldset > div .input select::-webkit-input-placeholder, fieldset > div .input textarea::-webkit-input-placeholder, #mainform fieldset > div .input input[type=password]::-webkit-input-placeholder, #mainform fieldset > div .input input[type=text]::-webkit-input-placeholder, #mainform fieldset > div .input input[type=email]::-webkit-input-placeholder, #mainform fieldset > div .input input[type=tel]::-webkit-input-placeholder, #mainform fieldset > div .input input[type=number]::-webkit-input-placeholder, #mainform fieldset > div .input select::-webkit-input-placeholder, #mainform fieldset > div .input textarea::-webkit-input-placeholder {
  color: #6d7880;
  opacity: 1; }

.form-control:-moz-placeholder, fieldset > div .input input[type=password]:-moz-placeholder, fieldset > div .input input[type=text]:-moz-placeholder, fieldset > div .input input[type=email]:-moz-placeholder, fieldset > div .input input[type=tel]:-moz-placeholder, fieldset > div .input input[type=number]:-moz-placeholder, fieldset > div .input select:-moz-placeholder, fieldset > div .input textarea:-moz-placeholder, #mainform fieldset > div .input input[type=password]:-moz-placeholder, #mainform fieldset > div .input input[type=text]:-moz-placeholder, #mainform fieldset > div .input input[type=email]:-moz-placeholder, #mainform fieldset > div .input input[type=tel]:-moz-placeholder, #mainform fieldset > div .input input[type=number]:-moz-placeholder, #mainform fieldset > div .input select:-moz-placeholder, #mainform fieldset > div .input textarea:-moz-placeholder {
  color: #6d7880;
  opacity: 1; }

.form-control::-moz-placeholder, fieldset > div .input input[type=password]::-moz-placeholder, fieldset > div .input input[type=text]::-moz-placeholder, fieldset > div .input input[type=email]::-moz-placeholder, fieldset > div .input input[type=tel]::-moz-placeholder, fieldset > div .input input[type=number]::-moz-placeholder, fieldset > div .input select::-moz-placeholder, fieldset > div .input textarea::-moz-placeholder, #mainform fieldset > div .input input[type=password]::-moz-placeholder, #mainform fieldset > div .input input[type=text]::-moz-placeholder, #mainform fieldset > div .input input[type=email]::-moz-placeholder, #mainform fieldset > div .input input[type=tel]::-moz-placeholder, #mainform fieldset > div .input input[type=number]::-moz-placeholder, #mainform fieldset > div .input select::-moz-placeholder, #mainform fieldset > div .input textarea::-moz-placeholder {
  color: #6d7880;
  opacity: 1; }

.form-control:-ms-input-placeholder, fieldset > div .input input[type=password]:-ms-input-placeholder, fieldset > div .input input[type=text]:-ms-input-placeholder, fieldset > div .input input[type=email]:-ms-input-placeholder, fieldset > div .input input[type=tel]:-ms-input-placeholder, fieldset > div .input input[type=number]:-ms-input-placeholder, fieldset > div .input select:-ms-input-placeholder, fieldset > div .input textarea:-ms-input-placeholder, #mainform fieldset > div .input input[type=password]:-ms-input-placeholder, #mainform fieldset > div .input input[type=text]:-ms-input-placeholder, #mainform fieldset > div .input input[type=email]:-ms-input-placeholder, #mainform fieldset > div .input input[type=tel]:-ms-input-placeholder, #mainform fieldset > div .input input[type=number]:-ms-input-placeholder, #mainform fieldset > div .input select:-ms-input-placeholder, #mainform fieldset > div .input textarea:-ms-input-placeholder {
  color: #6d7880;
  opacity: 1; }

.form-control::-ms-input-placeholder, fieldset > div .input input[type=password]::-ms-input-placeholder, fieldset > div .input input[type=text]::-ms-input-placeholder, fieldset > div .input input[type=email]::-ms-input-placeholder, fieldset > div .input input[type=tel]::-ms-input-placeholder, fieldset > div .input input[type=number]::-ms-input-placeholder, fieldset > div .input select::-ms-input-placeholder, fieldset > div .input textarea::-ms-input-placeholder, #mainform fieldset > div .input input[type=password]::-ms-input-placeholder, #mainform fieldset > div .input input[type=text]::-ms-input-placeholder, #mainform fieldset > div .input input[type=email]::-ms-input-placeholder, #mainform fieldset > div .input input[type=tel]::-ms-input-placeholder, #mainform fieldset > div .input input[type=number]::-ms-input-placeholder, #mainform fieldset > div .input select::-ms-input-placeholder, #mainform fieldset > div .input textarea::-ms-input-placeholder {
  color: #6d7880;
  opacity: 1; }

.form-control::placeholder, fieldset > div .input input[type=password]::placeholder, fieldset > div .input input[type=text]::placeholder, fieldset > div .input input[type=email]::placeholder, fieldset > div .input input[type=tel]::placeholder, fieldset > div .input input[type=number]::placeholder, fieldset > div .input select::placeholder, fieldset > div .input textarea::placeholder, #mainform fieldset > div .input input[type=password]::placeholder, #mainform fieldset > div .input input[type=text]::placeholder, #mainform fieldset > div .input input[type=email]::placeholder, #mainform fieldset > div .input input[type=tel]::placeholder, #mainform fieldset > div .input input[type=number]::placeholder, #mainform fieldset > div .input select::placeholder, #mainform fieldset > div .input textarea::placeholder {
  color: #6d7880;
  opacity: 1; }

.form-control:disabled, fieldset > div .input input[type=password]:disabled, fieldset > div .input input[type=text]:disabled, fieldset > div .input input[type=email]:disabled, fieldset > div .input input[type=tel]:disabled, fieldset > div .input input[type=number]:disabled, fieldset > div .input select:disabled, fieldset > div .input textarea:disabled, #mainform fieldset > div .input input[type=password]:disabled, #mainform fieldset > div .input input[type=text]:disabled, #mainform fieldset > div .input input[type=email]:disabled, #mainform fieldset > div .input input[type=tel]:disabled, #mainform fieldset > div .input input[type=number]:disabled, #mainform fieldset > div .input select:disabled, #mainform fieldset > div .input textarea:disabled, .form-control[readonly], fieldset > div .input input[readonly][type=password], fieldset > div .input input[readonly][type=text], fieldset > div .input input[readonly][type=email], fieldset > div .input input[readonly][type=tel], fieldset > div .input input[readonly][type=number], fieldset > div .input select[readonly], fieldset > div .input textarea[readonly], #mainform fieldset > div .input input[readonly][type=password], #mainform fieldset > div .input input[readonly][type=text], #mainform fieldset > div .input input[readonly][type=email], #mainform fieldset > div .input input[readonly][type=tel], #mainform fieldset > div .input input[readonly][type=number], #mainform fieldset > div .input select[readonly], #mainform fieldset > div .input textarea[readonly] {
  background-color: #cfdde8;
  opacity: 1; }

input[type=date].form-control, fieldset > div .input input[type=date][type=password], fieldset > div .input input[type=date][type=text], fieldset > div .input input[type=date][type=email], fieldset > div .input input[type=date][type=tel], fieldset > div .input input[type=date][type=number], #mainform fieldset > div .input input[type=date][type=password], #mainform fieldset > div .input input[type=date][type=text], #mainform fieldset > div .input input[type=date][type=email], #mainform fieldset > div .input input[type=date][type=tel], #mainform fieldset > div .input input[type=date][type=number], input[type=datetime-local].form-control, fieldset > div .input input[type=datetime-local][type=password], fieldset > div .input input[type=datetime-local][type=text], fieldset > div .input input[type=datetime-local][type=email], fieldset > div .input input[type=datetime-local][type=tel], fieldset > div .input input[type=datetime-local][type=number], #mainform fieldset > div .input input[type=datetime-local][type=password], #mainform fieldset > div .input input[type=datetime-local][type=text], #mainform fieldset > div .input input[type=datetime-local][type=email], #mainform fieldset > div .input input[type=datetime-local][type=tel], #mainform fieldset > div .input input[type=datetime-local][type=number], input[type=month].form-control, fieldset > div .input input[type=month][type=password], fieldset > div .input input[type=month][type=text], fieldset > div .input input[type=month][type=email], fieldset > div .input input[type=month][type=tel], fieldset > div .input input[type=month][type=number], #mainform fieldset > div .input input[type=month][type=password], #mainform fieldset > div .input input[type=month][type=text], #mainform fieldset > div .input input[type=month][type=email], #mainform fieldset > div .input input[type=month][type=tel], #mainform fieldset > div .input input[type=month][type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select.form-control:-moz-focusring, fieldset > div .input select:-moz-focusring, #mainform fieldset > div .input select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

select.form-control:focus::-ms-value, fieldset > div .input select:focus::-ms-value, #mainform fieldset > div .input select:focus::-ms-value {
  color: #000;
  background-color: #fff; }

select.form-control[multiple], fieldset > div .input select[multiple], #mainform fieldset > div .input select[multiple] {
  height: auto; }

textarea.form-control, fieldset > div .input textarea, #mainform fieldset > div .input textarea {
  height: auto; }

fieldset > div, #mainform fieldset > div {
  margin-bottom: .5rem; }

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px; }

.btn {
  display: inline-block;
  font-weight: 600;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .5rem;
  -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,-webkit-box-shadow .5s ease-in-out;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,-webkit-box-shadow .5s ease-in-out;
  -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .5s ease-in-out;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .5s ease-in-out;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .5s ease-in-out,-webkit-box-shadow .5s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; } }

.btn:hover {
  color: #000;
  text-decoration: none; }

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 50, 144, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(26, 50, 144, 0.25); }

.btn.disabled, .btn:disabled {
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 50, 144, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(26, 50, 144, 0.25); }

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #1e39a6;
  border-color: #1e39a6;
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25); }

.btn-primary:hover {
  color: #fff;
  background-color: #182e86;
  border-color: #162a7b; }

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #182e86;
  border-color: #162a7b;
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25), 0 0 0 1px solid #000 rgba(64, 87, 179, 0.5);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25), 0 0 0 1px solid #000 rgba(64, 87, 179, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #1e39a6;
  border-color: #1e39a6; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #162a7b;
  border-color: #142670; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 1px solid #000 rgba(64, 87, 179, 0.5);
  box-shadow: 0 0 0 1px solid #000 rgba(64, 87, 179, 0.5); }

.btn-success {
  color: #fff;
  background-color: #39a61e;
  border-color: #39a61e;
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25); }

.btn-success:hover {
  color: #fff;
  background-color: #2e8618;
  border-color: #2a7b16; }

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #2e8618;
  border-color: #2a7b16;
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25), 0 0 0 1px solid #000 rgba(87, 179, 64, 0.5);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25), 0 0 0 1px solid #000 rgba(87, 179, 64, 0.5); }

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #39a61e;
  border-color: #39a61e; }

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #2a7b16;
  border-color: #267014; }

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 1px solid #000 rgba(87, 179, 64, 0.5);
  box-shadow: 0 0 0 1px solid #000 rgba(87, 179, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #339fc7;
  text-decoration: none; }

.btn-link:hover {
  color: #236e8a;
  text-decoration: underline; }

.btn-link:focus, .btn-link.focus {
  text-decoration: underline; }

.btn-link:disabled, .btn-link.disabled {
  color: #8f9ca7;
  pointer-events: none; }

.btn-lg {
  padding: 1.25rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 1.875rem; }

@media (max-width: 1200px) {
  .btn-lg {
    font-size: -moz-calc(1.275rem + 0.3vw);
    font-size: calc(1.275rem + 0.3vw); } }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: .5rem; }

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  transition: opacity .15s linear; }

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; } }

.fade:not(.show) {
  opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  transition: height .35s ease; }

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; } }

.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width .35s ease;
  -moz-transition: width .35s ease;
  transition: width .35s ease; }

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; } }

#mainform .custom-control-input-wrapper .option {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-input, #mainform .custom-control-input-wrapper input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before, #mainform .custom-control-input-wrapper input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1a3290;
  background-color: #1a3290;
  -webkit-box-shadow: none;
  box-shadow: none; }

.custom-control-input:focus ~ .custom-control-label::before, #mainform .custom-control-input-wrapper input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: inset 0 0.5px 0.5px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(26, 50, 144, 0.25);
  box-shadow: inset 0 0.5px 0.5px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(26, 50, 144, 0.25); }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before, #mainform .custom-control-input-wrapper input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4b69df; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before, #mainform .custom-control-input-wrapper input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #778de6;
  border-color: #778de6;
  -webkit-box-shadow: none;
  box-shadow: none; }

.custom-control-input[disabled] ~ .custom-control-label, #mainform .custom-control-input-wrapper input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label, #mainform .custom-control-input-wrapper input:disabled ~ .custom-control-label {
  color: #8f9ca7; }

.custom-control-input[disabled] ~ .custom-control-label::before, #mainform .custom-control-input-wrapper input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before, #mainform .custom-control-input-wrapper input:disabled ~ .custom-control-label::before {
  background-color: #cfdde8; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #b9c6d0;
  -webkit-box-shadow: inset 0 0.5px 0.5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0.5px 0.5px rgba(0, 0, 0, 0.075); }

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat; }

#mainform .custom-control-input-wrapper .option .custom-control-label::before {
  border-radius: 50%; }

#mainform .custom-control-input-wrapper .option .custom-control-input:checked ~ .custom-control-label::after, #mainform .custom-control-input-wrapper .option input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

#mainform .custom-control-input-wrapper .option .custom-control-input:disabled:checked ~ .custom-control-label::before, #mainform .custom-control-input-wrapper .option input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(30, 57, 166, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem; }

.custom-switch .custom-control-label::after {
  top: -moz-calc(0.25rem + 2px);
  top: calc(0.25rem + 2px);
  left: -moz-calc(-2.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: -moz-calc(1rem - 4px);
  width: calc(1rem - 4px);
  height: -moz-calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #b9c6d0;
  border-radius: .5rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -moz-transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-moz-transform .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out,-moz-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; } }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after, .custom-switch #mainform .custom-control-input-wrapper input:checked ~ .custom-control-label::after, #mainform .custom-control-input-wrapper .custom-switch input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  -moz-transform: translateX(0.75rem);
  -ms-transform: translateX(0.75rem);
  transform: translateX(0.75rem); }

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-switch #mainform .custom-control-input-wrapper input:disabled:checked ~ .custom-control-label::before, #mainform .custom-control-input-wrapper .custom-switch input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(30, 57, 166, 0.5); }

#mainform .custom-select-wrapper select {
  display: inline-block;
  width: 100%;
  height: -moz-calc(1.5em + 1.5rem + 2px);
  height: calc(1.5em + 1.5rem + 2px);
  padding: .75rem 2.25rem .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23454545' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px;
  border: 1px solid #8f9ca7;
  border-radius: .5rem;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#mainform .custom-select-wrapper select:focus {
  border-color: #4b69df;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(26, 50, 144, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(26, 50, 144, 0.25); }

#mainform .custom-select-wrapper select:focus::-ms-value {
  color: #000;
  background-color: #fff; }

#mainform .custom-select-wrapper select[multiple] {
  height: auto;
  padding-right: 1.25rem;
  background-image: none; }

#mainform .custom-select-wrapper select:disabled {
  color: #8f9ca7;
  background-color: #f3f2f2; }

#mainform .custom-select-wrapper select::-ms-expand {
  display: none; }

#mainform .custom-select-wrapper select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

.custom-control-label::before, #mainform .custom-select-wrapper select {
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, #mainform .custom-select-wrapper select {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; } }

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1.2rem 0; }
  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 1.2rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1.2rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.2rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.8rem;
  background-color: #f3f2f2;
  border-radius: .2rem;
  -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",-apple-system,BlinkMacSystemFont;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: .9; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem; }

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #454b50;
  text-align: center;
  background-color: #fff;
  border-radius: .5rem; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spinner-border {
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes spinner-grow {
  0% {
    -moz-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -moz-transform: none;
    transform: none; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none; } }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-white {
  background-color: #fff !important; }

.border {
  border: 1px solid #cfdde8 !important; }

.border-right {
  border-right: 1px solid #cfdde8 !important; }

.rounded {
  border-radius: .5rem !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block, #mainform .custom-control-input-wrapper .option {
  display: block !important; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -moz-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -moz-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important; }

@media (min-width: 768px) {
  .TwoColInput .form-group-row .input .options {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; } }

.position-relative, #mainform .custom-control-input-wrapper .option {
  position: relative !important; }

@supports (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.buttons .options label {
  -webkit-box-shadow: 0 0.4rem 0.5rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.4rem 0.5rem rgba(0, 0, 0, 0.15) !important; }

.buttons .options label:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.w-100 {
  width: 100% !important; }

.buttons .options label {
  height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mt-2 {
  margin-top: .5rem !important; }

.mb-2 {
  margin-bottom: .5rem !important; }

.ml-2 {
  margin-left: .5rem !important; }

.mb-3, #mainform .custom-control-input-wrapper .option {
  margin-bottom: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mb-4, #mainform .form .form-group-row {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.p-2 {
  padding: .5rem !important; }

.p-3 {
  padding: 1rem !important; }

.py-3 {
  padding-top: 1rem !important; }

.py-3 {
  padding-bottom: 1rem !important; }

#mainform .custom-control-input-wrapper .option {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.py-5 {
  padding-top: 3rem !important; }

.py-5 {
  padding-bottom: 3rem !important; }

@media (min-width: 768px) {
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important; }
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important; }
  .py-md-5 {
    padding-bottom: 3rem !important; } }

@media (min-width: 992px) {
  .TwoColInput .form-group-row .input .options .option {
    margin-bottom: 0 !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center, .TwoColInput .form-group-row .input .options {
  text-align: center !important; }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; } }

@media (min-width: 992px) {
  .text-lg-center {
    text-align: center !important; } }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 600 !important; }

.text-success {
  color: #39a61e !important; }

a.text-success:hover, a.text-success:focus {
  color: #236512 !important; }

.text-danger {
  color: #d7263d !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #961b2b !important; }

.text-dark {
  color: #454545 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1f1f1f !important; }

.visible {
  visibility: visible !important; }

@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  pre {
    white-space: pre-wrap !important; }
  pre {
    border: 1px solid #b9c6d0;
    page-break-inside: avoid; }
  tr, img {
    page-break-inside: avoid; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #fff !important; } }

.bg-light, .bg-light a:not(.btn) {
  color: #75086b; }

nav {
  z-index: 100000;
  position: relative;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) !important; }

.icon {
  height: 1.5rem;
  width: 1.5rem; }

.brand {
  height: 3rem; }

@media (min-width: 768px) {
  .brand {
    height: 4rem; } }

html {
  font-size: 90%; }

@media (min-width: 768px) {
  html {
    font-size: 100%; } }

@media (max-width: 767.98px) {
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.5rem; }
  h1 {
    font-size: 2.2rem; }
  .lead {
    font-size: 1.25rem;
    margin-bottom: 2rem; } }

.btn {
  text-transform: uppercase; }

#mainform .form-group-row {
  border-left: 4px solid #b9c6d0;
  padding: 15px;
  background: #f7f7f7; }

#mainform .form-group-row.field-valid {
  border-left: 4px solid #39a61e; }

#mainform .form-group-row.field-valid label:first-child:after {
  margin-left: .5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  color: #39a61e; }

#mainform .hide-icon i {
  display: none; }

#mainform .sumField label {
  display: block;
  margin-bottom: .35rem; }

#mainform .sum-field-total[readonly] {
  max-width: 22rem;
  cursor: default;
  background-color: #f3f2f2 !important;
  color: #454b50;
  opacity: 1;
  border: 1px solid #cfdde8; }

#mainform a {
  color: #339fc7; }

#mainform .form-group-row > label {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 1rem !important;
  font-family: "Open Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",-apple-system,BlinkMacSystemFont;
  font-weight: 400;
  display: block; }

#mainform .custom-control-input-wrapper .option {
  text-align: left; }

#mainform .custom-control-input-wrapper .option label {
  font-family: "Open Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",-apple-system,BlinkMacSystemFont;
  margin-bottom: 0;
  position: relative;
  border: 1px solid #8f9ca7;
  color: #000;
  background: #fff;
  padding: .75rem 1.25rem;
  padding-left: 2.5rem;
  border-radius: .5rem;
  cursor: pointer;
  font-weight: 400; }

#mainform .custom-control-input-wrapper .option label:before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1.1rem;
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  border: 1px solid #8f9ca7; }

#mainform .custom-control-input-wrapper .option label:hover, #mainform .custom-control-input-wrapper .option input:checked + label {
  -webkit-box-shadow: 0 0 0 2px #39a61e;
  box-shadow: 0 0 0 2px #39a61e;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

#mainform .custom-control-input-wrapper .option label:hover:before, #mainform .custom-control-input-wrapper .option input:checked + label:before {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #454545;
  box-shadow: 0 0 0 2px #454545;
  background: #454545;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

#mainform .custom-control-input-wrapper .option .option {
  display: block;
  width: 100%; }

#mainform .btn {
  margin-top: 1.5rem; }

#mainform .hide-labels label {
  display: none; }

#mainform .hide-labels .options label {
  display: block; }

#mainform .custom-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none; }

#mainform .custom-select-wrapper select::-ms-expand {
  display: none; }

.buttons .options label {
  text-align: center;
  display: block;
  position: relative;
  width: 100%;
  padding: 10% 15px 10% 15px !important;
  margin-bottom: 1rem;
  border-radius: .5rem;
  font-size: 1rem;
  position: relative; }

@media (min-width: 768px) {
  .buttons .options label {
    padding: 20% 15px 10% 15px !important; } }

.buttons .options label:before {
  content: "";
  position: absolute;
  top: .65rem;
  left: 10%;
  width: 80%;
  height: 60%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  transition: .3s ease all; }

.buttons:before {
  height: 70%; }

.material .form-group-row {
  position: relative; }

.material .form-group-row > label {
  position: absolute;
  top: 1.5rem;
  left: 15px;
  background-color: #fff;
  padding: .3rem;
  font-size: 1em;
  text-align: left;
  pointer-events: none;
  width: 80%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: top .2s,left .2s,font-size .2s,-webkit-transform .2s;
  transition: top .2s,left .2s,font-size .2s,-webkit-transform .2s;
  -moz-transition: top .2s,left .2s,font-size .2s,transform .2s,-moz-transform .2s;
  transition: top .2s,left .2s,font-size .2s,transform .2s;
  transition: top .2s,left .2s,font-size .2s,transform .2s,-webkit-transform .2s,-moz-transform .2s; }

.material .form-group-row .input {
  margin-bottom: 2rem; }

.material .form-group-row .input input, .material .form-group-row .input select {
  background-color: #fff;
  color: #454545;
  padding-left: 1.3rem; }

.material .form-group-row.label-animate > label {
  top: -1.66rem;
  left: 1rem;
  font-size: .9em;
  width: auto;
  background-color: transparent;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

.modal {
  z-index: 99999999999; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  background-color: #fff;
  background: #fff;
  -webkit-box-shadow: 0 0 0 60px #fff inset !important;
  color: #000;
  background-clip: content-box !important;
  font-size: 1rem !important;
  border: 1px solid #8f9ca7 !important;
  -webkit-text-fill-color: #000 !important; }

#hero {
  position: relative; }

.hero {
  padding-bottom: 5rem; }

@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes zoomout {
  0% {
    -moz-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -moz-transform: scale(1);
    transform: scale(1); } }

@keyframes zoomout {
  0% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }

.header {
  max-width: 600px;
  margin: 50px auto;
  text-align: center; }

.content {
  width: 95%;
  margin: 0 auto 50px; }

body .hidden {
  display: none !important; }

@-webkit-keyframes typing {
  0% {
    background-color: #fff;
    -webkit-box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4), 24px 0px 0px 0px rgba(255, 255, 255, 0.2); }
  50% {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 12px 0px 0px 0px #fff, 24px 0px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0px 0px 0px #fff, 24px 0px 0px 0px rgba(255, 255, 255, 0.4); }
  100% {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4), 24px 0px 0px 0px #fff;
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4), 24px 0px 0px 0px #fff; } }

@-moz-keyframes typing {
  0% {
    background-color: #fff;
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4), 24px 0px 0px 0px rgba(255, 255, 255, 0.2); }
  50% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0px 0px 0px #fff, 24px 0px 0px 0px rgba(255, 255, 255, 0.4); }
  100% {
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4), 24px 0px 0px 0px #fff; } }

@-webkit-keyframes typing-black {
  0% {
    background-color: #39a61e;
    -webkit-box-shadow: 12px 0px 0px 0px rgba(57, 166, 30, 0.4), 24px 0px 0px 0px rgba(57, 166, 30, 0.2);
    box-shadow: 12px 0px 0px 0px rgba(57, 166, 30, 0.4), 24px 0px 0px 0px rgba(57, 166, 30, 0.2); }
  50% {
    background-color: rgba(57, 166, 30, 0.4);
    -webkit-box-shadow: 12px 0px 0px 0px #39a61e, 24px 0px 0px 0px rgba(57, 166, 30, 0.4);
    box-shadow: 12px 0px 0px 0px #39a61e, 24px 0px 0px 0px rgba(57, 166, 30, 0.4); }
  100% {
    background-color: rgba(57, 166, 30, 0.2);
    -webkit-box-shadow: 12px 0px 0px 0px rgba(57, 166, 30, 0.4), 24px 0px 0px 0px #39a61e;
    box-shadow: 12px 0px 0px 0px rgba(57, 166, 30, 0.4), 24px 0px 0px 0px #39a61e; } }

@-moz-keyframes typing-black {
  0% {
    background-color: #39a61e;
    box-shadow: 12px 0px 0px 0px rgba(57, 166, 30, 0.4), 24px 0px 0px 0px rgba(57, 166, 30, 0.2); }
  50% {
    background-color: rgba(57, 166, 30, 0.4);
    box-shadow: 12px 0px 0px 0px #39a61e, 24px 0px 0px 0px rgba(57, 166, 30, 0.4); }
  100% {
    background-color: rgba(57, 166, 30, 0.2);
    box-shadow: 12px 0px 0px 0px rgba(57, 166, 30, 0.4), 24px 0px 0px 0px #39a61e; } }

@keyframes typing-black {
  0% {
    background-color: #39a61e;
    -webkit-box-shadow: 12px 0px 0px 0px rgba(57, 166, 30, 0.4), 24px 0px 0px 0px rgba(57, 166, 30, 0.2);
    box-shadow: 12px 0px 0px 0px rgba(57, 166, 30, 0.4), 24px 0px 0px 0px rgba(57, 166, 30, 0.2); }
  50% {
    background-color: rgba(57, 166, 30, 0.4);
    -webkit-box-shadow: 12px 0px 0px 0px #39a61e, 24px 0px 0px 0px rgba(57, 166, 30, 0.4);
    box-shadow: 12px 0px 0px 0px #39a61e, 24px 0px 0px 0px rgba(57, 166, 30, 0.4); }
  100% {
    background-color: rgba(57, 166, 30, 0.2);
    -webkit-box-shadow: 12px 0px 0px 0px rgba(57, 166, 30, 0.4), 24px 0px 0px 0px #39a61e;
    box-shadow: 12px 0px 0px 0px rgba(57, 166, 30, 0.4), 24px 0px 0px 0px #39a61e; } }

@keyframes typing {
  0% {
    background-color: #fff;
    -webkit-box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4), 24px 0px 0px 0px rgba(255, 255, 255, 0.2); }
  50% {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 12px 0px 0px 0px #fff, 24px 0px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0px 0px 0px #fff, 24px 0px 0px 0px rgba(255, 255, 255, 0.4); }
  100% {
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4), 24px 0px 0px 0px #fff;
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4), 24px 0px 0px 0px #fff; } }

.message.to + .message.from, .message.from + .message.to {
  margin-top: 15px; }

@-webkit-keyframes slideTop {
  0% {
    margin-bottom: -25px; }
  100% {
    margin-bottom: 0; } }

@-moz-keyframes slideTop {
  0% {
    margin-bottom: -25px; }
  100% {
    margin-bottom: 0; } }

@keyframes slideTop {
  0% {
    margin-bottom: -25px; }
  100% {
    margin-bottom: 0; } }

@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes bounceIn {
  0% {
    -moz-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75); }
  100% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.75, 0.75);
    -moz-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75); }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); } }

span.clear {
  display: block;
  clear: both; }

@-webkit-keyframes spinLoaderChat {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 4em; }
  40% {
    -webkit-box-shadow: 0 -2em;
    box-shadow: 0 -2em;
    height: 5em; } }

@-moz-keyframes spinLoaderChat {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }

@keyframes spinLoaderChat {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 4em; }
  40% {
    -webkit-box-shadow: 0 -2em;
    box-shadow: 0 -2em;
    height: 5em; } }

fieldset > div .date-menus, #mainform fieldset > div .date-menus {
  display: block;
  padding: 0px 15px 0px 15px; }

fieldset > div .date-menus > *, #mainform fieldset > div .date-menus > * {
  width: 100%;
  margin-bottom: 1rem; }

fieldset > div .date-menus > *:last-child, #mainform fieldset > div .date-menus > *:last-child {
  margin-bottom: 0; }

@media (min-width: 576px) {
  fieldset > div .date-menus, #mainform fieldset > div .date-menus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  fieldset > div .date-menus > *, #mainform fieldset > div .date-menus > * {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0; }
  fieldset > div .date-menus > * + *, #mainform fieldset > div .date-menus > * + * {
    margin-left: 1rem; } }

#ageValidate, .custom-error-message {
  display: none; }

.page-footer {
  background-color: #000;
  color: #fff; }

.page-footer a {
  color: rgba(255, 255, 255, 0.92) !important;
  text-decoration: underline; }

.page-footer a:hover, .page-footer a:focus {
  color: #fff !important; }

.footer-legal__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .35rem .5rem; }

.footer-legal__sep {
  color: rgba(255, 255, 255, 0.45);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tooltip-inner {
  border: 1px solid #cfdde8;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); }

.steppingStone {
  counter-reset: step;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (min-width: 992px) {
  .steppingStone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.steppingStone li {
  list-style-type: none;
  position: relative;
  text-align: center;
  color: #000;
  width: 100%;
  padding: .25rem;
  display: block; }

@media (min-width: 768px) {
  .steppingStone li {
    padding: .75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 768px) {
  .steppingStone li span {
    display: block; } }

.steppingStone li:before {
  height: 35px;
  width: 35px;
  margin-right: .5rem;
  content: counter(step);
  counter-increment: step;
  border-radius: 50%;
  line-height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000; }

@media (max-width: 767.98px) {
  .steppingStone li:before {
    margin: 0 auto; } }

.steppingStone li:after {
  height: 2px;
  content: "";
  position: absolute;
  top: 15px;
  left: -50%;
  z-index: -1; }

.steppingStone li:first-child:after {
  content: none; }

.steppingStone li.active {
  font-weight: 600;
  color: #000;
  border: 0px; }

.steppingStone li.active:before {
  color: #fff;
  background-color: #d7263d;
  border-radius: 50% 50% 0 50%; }

.steppingStone li.active + li:after {
  background-color: #d7263d; }

@media (min-width: 992px) {
  #benefits {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 1rem;
    z-index: 1020; } }

@media (max-width: 991.98px) {
  #benefits {
    position: static !important;
    top: 0; } }

.secure-badge {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e3eff9;
  color: #39a61e;
  padding: .25rem .5rem;
  border-radius: .25rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1; }

.secure-badge .fa-lock {
  margin-right: .25rem;
  font-size: 1rem; }

.secure-badge:hover {
  background-color: rgba(57, 166, 30, 0.12);
  text-decoration: none; }

#ageValidate {
  display: none; }

.custom-error-message {
  display: none; }

.hidden {
  display: none; }

#mainform .has-error .error-message {
  color: #a61e39;
  font-weight: 600; }

#mainform .form-group-row.has-error {
  border-left: 4px solid #a61e39; }
