@charset "UTF-8";
:root {
  --blue: #0082d1;
  --indigo: #6610f2;
  --purple: #372549;
  --pink: #e7bbe3;
  --red: #f21b3f;
  --orange: #ff9914;
  --yellow: #eefc57;
  --green: #03cea4;
  --teal: #1f363d;
  --cyan: #228cdb;
  --white: #fcfcfc;
  --gray: #919ba3;
  --gray-dark: #2c3034;
  --gray-lighter: #fafbfd;
  --gray-light: #f2f5f7;
  --gray-mid: #f2f5f7;
  --primary: #222424;
  --secondary: #0082d1;
  --success: #03cea4;
  --info: #228cdb;
  --warning: #ff9914;
  --danger: #f21b3f;
  --light: #f2f5f7;
  --dark: #2c3034;
  --black: #222424;
  --white: #fcfcfc;
  --dark-primary: #090a0a;
  --darker-primary: black;
  --gray: #919ba3;
  --gray-dark: #555d63;
  --teal: #1f363d;
  --blue: #0082d1;
  --gray-lighter: #fafbfd;
  --gray-light: #f2f5f7;
  --gray-mid: #f2f5f7;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1600px;
  --breakpoint-xxl: 1800px;
  --font-family-sans-serif: "Inter", "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(34, 36, 36, 0); }

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

body {
  margin: 0;
  font-family: "Inter","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.4;
  color: #222424;
  text-align: left;
  background-color: #fcfcfc; }

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

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

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

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

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

ul ul {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

b, strong {
  font-weight: 900; }

small {
  font-size: 80%; }

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

a:hover {
  color: #00436b;
  text-decoration: underline; }

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

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

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

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

table {
  border-collapse: collapse; }

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

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

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

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

progress {
  vertical-align: baseline; }

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

::-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, #mainform .form label, .h6 {
  margin-bottom: .5rem;
  font-family: "Michroma","Inter","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",-apple-system,BlinkMacSystemFont;
  font-weight: 400;
  line-height: 1.1;
  color: auto; }

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

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

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

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

h5, .h5, #mainform .form label {
  font-size: 1.25rem; }

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

.lead {
  font-size: 1.33rem;
  font-weight: 300; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1; }

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

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.img-fluid {
  max-width: 100%;
  height: auto; }

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

a > code {
  color: inherit; }

.container, .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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: 1200px) {
  .container {
    max-width: 1000px; } }

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

.row, .TwoColInput .form-group-row .input .options, .TwoColInput .form-group-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: -15px;
  margin-left: -15px; }

.col-xxl-6, .col-xl-7, .col-lg-10, .col-lg-6, .col-lg-5, .TwoColInput .form-group-row .input .options .option, .col-lg-3, .col-md-12, .col-md-6, .col-md-4, .col-sm-6, .col, .col-12, .TwoColInput .form-group-row .input, .TwoColInput .form-group-row label, .col-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.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, .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-12, .TwoColInput .form-group-row .input, .TwoColInput .form-group-row label {
  -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: 576px) {
  .col-sm-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%; } }

@media (min-width: 768px) {
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-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-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: 1200px) {
  .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%; }
  .TwoColInput .form-group-row .input .options .option {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-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-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%; } }

@media (min-width: 1600px) {
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; } }

@media (min-width: 1800px) {
  .col-xxl-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%; } }

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

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

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

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

fieldset > div .input input[type=password], fieldset > div .input input[type=text], fieldset > div .input input[type=email], 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 select, #mainform fieldset > div .input textarea {
  display: block;
  width: 100%;
  height: -moz-calc(1.4em + 1.5rem + 2px);
  height: calc(1.4em + 1.5rem + 2px);
  padding: .75rem 1.5rem;
  font-family: "Inter","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.4;
  color: #222424;
  background-color: #fafbfd;
  background-clip: padding-box;
  border: 1px solid #b9c6d0;
  border-radius: 1rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(34, 36, 36, 0.075);
  box-shadow: inset 0 1px 1px rgba(34, 36, 36, 0.075);
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -moz-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  fieldset > div .input input[type=password], fieldset > div .input input[type=text], fieldset > div .input input[type=email], 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 select, #mainform fieldset > div .input textarea {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; } }

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 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 select::-ms-expand, #mainform fieldset > div .input textarea::-ms-expand {
  background-color: transparent;
  border: 0; }

fieldset > div .input input[type=password]:focus, fieldset > div .input input[type=text]:focus, fieldset > div .input input[type=email]: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 select:focus, #mainform fieldset > div .input textarea:focus {
  color: #222424;
  background-color: #fafbfd;
  border-color: #606666;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(34, 36, 36, 0.075), 0 0 0 0.2rem rgba(34, 36, 36, 0.25);
  box-shadow: inset 0 1px 1px rgba(34, 36, 36, 0.075), 0 0 0 0.2rem rgba(34, 36, 36, 0.25); }

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 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 select::-webkit-input-placeholder, #mainform fieldset > div .input textarea::-webkit-input-placeholder {
  color: #6d7880;
  opacity: 1; }

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 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 select:-moz-placeholder, #mainform fieldset > div .input textarea:-moz-placeholder {
  color: #6d7880;
  opacity: 1; }

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 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 select::-moz-placeholder, #mainform fieldset > div .input textarea::-moz-placeholder {
  color: #6d7880;
  opacity: 1; }

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 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 select:-ms-input-placeholder, #mainform fieldset > div .input textarea:-ms-input-placeholder {
  color: #6d7880;
  opacity: 1; }

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 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 select::-ms-input-placeholder, #mainform fieldset > div .input textarea::-ms-input-placeholder {
  color: #6d7880;
  opacity: 1; }

fieldset > div .input input[type=password]::placeholder, fieldset > div .input input[type=text]::placeholder, fieldset > div .input input[type=email]::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 select::placeholder, #mainform fieldset > div .input textarea::placeholder {
  color: #6d7880;
  opacity: 1; }

fieldset > div .input input[type=password]:disabled, fieldset > div .input input[type=text]:disabled, fieldset > div .input input[type=email]: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 select:disabled, #mainform fieldset > div .input textarea:disabled, fieldset > div .input input[readonly][type=password], fieldset > div .input input[readonly][type=text], fieldset > div .input input[readonly][type=email], 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 select[readonly], #mainform fieldset > div .input textarea[readonly] {
  background-color: #dbe1e6;
  opacity: 1; }

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

fieldset > div .input select:focus::-ms-value, #mainform fieldset > div .input select:focus::-ms-value {
  color: #222424;
  background-color: #fafbfd; }

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

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

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

.btn {
  display: inline-block;
  font-family: "Inter","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",-apple-system,BlinkMacSystemFont;
  font-weight: 700;
  color: #222424;
  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.5rem;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 1rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,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) {
  .btn {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; } }

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

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 36, 36, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(34, 36, 36, 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: inset 0 3px 5px rgba(34, 36, 36, 0.125);
  box-shadow: inset 0 3px 5px rgba(34, 36, 36, 0.125); }

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 36, 36, 0.25), inset 0 3px 5px rgba(34, 36, 36, 0.125);
  box-shadow: 0 0 0 0.2rem rgba(34, 36, 36, 0.25), inset 0 3px 5px rgba(34, 36, 36, 0.125); }

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

.btn-primary {
  color: #fafbfd;
  background-color: #222424;
  border-color: #222424;
  -webkit-box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(34, 36, 36, 0.075);
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(34, 36, 36, 0.075); }

.btn-primary:hover {
  color: #fafbfd;
  background-color: #0f1010;
  border-color: #090a0a; }

.btn-primary:focus, .btn-primary.focus {
  color: #fafbfd;
  background-color: #0f1010;
  border-color: #090a0a;
  -webkit-box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(34, 36, 36, 0.075), 0 0 0 0.2rem rgba(66, 68, 69, 0.5);
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(34, 36, 36, 0.075), 0 0 0 0.2rem rgba(66, 68, 69, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fafbfd;
  background-color: #222424;
  border-color: #222424; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fafbfd;
  background-color: #090a0a;
  border-color: #030303; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(34, 36, 36, 0.125), 0 0 0 0.2rem rgba(66, 68, 69, 0.5);
  box-shadow: inset 0 3px 5px rgba(34, 36, 36, 0.125), 0 0 0 0.2rem rgba(66, 68, 69, 0.5); }

.btn-success {
  color: #fafbfd;
  background-color: #03cea4;
  border-color: #03cea4;
  -webkit-box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(34, 36, 36, 0.075);
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(34, 36, 36, 0.075); }

.btn-success:hover {
  color: #fafbfd;
  background-color: #02a886;
  border-color: #029c7c; }

.btn-success:focus, .btn-success.focus {
  color: #fafbfd;
  background-color: #02a886;
  border-color: #029c7c;
  -webkit-box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(34, 36, 36, 0.075), 0 0 0 0.2rem rgba(40, 213, 177, 0.5);
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(34, 36, 36, 0.075), 0 0 0 0.2rem rgba(40, 213, 177, 0.5); }

.btn-success.disabled, .btn-success:disabled {
  color: #fafbfd;
  background-color: #03cea4;
  border-color: #03cea4; }

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fafbfd;
  background-color: #029c7c;
  border-color: #028f72; }

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(34, 36, 36, 0.125), 0 0 0 0.2rem rgba(40, 213, 177, 0.5);
  box-shadow: inset 0 3px 5px rgba(34, 36, 36, 0.125), 0 0 0 0.2rem rgba(40, 213, 177, 0.5); }

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

.btn-link:hover {
  color: #00436b;
  text-decoration: underline; }

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

.btn-link:disabled, .btn-link.disabled {
  color: #919ba3;
  pointer-events: none; }

.btn-lg {
  padding: .75rem 2.25rem;
  font-size: 1.1rem;
  line-height: 1.35;
  border-radius: 3rem; }

.btn-sm {
  padding: .25rem .5rem;
  font-size: 0.75rem;
  line-height: 1.85;
  border-radius: .5rem; }

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

.dropdown {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 15rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #222424;
  text-align: left;
  list-style: none;
  background-color: #222424;
  background-clip: padding-box;
  border: 1px solid rgba(34, 36, 36, 0.15);
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(34, 36, 36, 0.175);
  box-shadow: 0 0.5rem 1rem rgba(34, 36, 36, 0.175); }

.dropdown-menu.show {
  display: block; }

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

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

#mainform .custom-select-wrapper select {
  display: inline-block;
  width: 100%;
  height: -moz-calc(1.4em + 1.5rem + 2px);
  height: calc(1.4em + 1.5rem + 2px);
  padding: .75rem 2.5rem .75rem 1.5rem;
  font-family: "Inter","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.4;
  color: #222424;
  vertical-align: middle;
  background: #fafbfd 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='%23555d63' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.5rem center/8px 10px;
  border: 1px solid #b9c6d0;
  border-radius: 1rem;
  -webkit-box-shadow: inset 0 1px 2px rgba(34, 36, 36, 0.075);
  box-shadow: inset 0 1px 2px rgba(34, 36, 36, 0.075);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#mainform .custom-select-wrapper select:focus {
  border-color: #606666;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(34, 36, 36, 0.075), 0 0 0 0.2rem rgba(34, 36, 36, 0.25);
  box-shadow: inset 0 1px 2px rgba(34, 36, 36, 0.075), 0 0 0 0.2rem rgba(34, 36, 36, 0.25); }

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

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

#mainform .custom-select-wrapper select:disabled {
  color: #919ba3;
  background-color: #fafbfd; }

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

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

#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) {
  #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; }

.nav-link {
  display: block;
  padding: .5rem 1.75rem; }

.nav-link:hover, .nav-link:focus {
  text-decoration: none; }

.nav-link.disabled {
  color: #919ba3;
  pointer-events: none;
  cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #f2f5f7; }

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem; }

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #fafbfd #fafbfd #f2f5f7; }

.nav-tabs .nav-link.disabled {
  color: #919ba3;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #0082d1;
  background-color: #fcfcfc;
  border-color: #f2f5f7 #f2f5f7 #fcfcfc; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fcfcfc;
  background-clip: border-box;
  border: 0 solid rgba(34, 36, 36, 0.125);
  border-radius: 0; }

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit; }

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: .75rem; }

.card-text:last-child {
  margin-bottom: 0; }

.badge {
  display: inline-block;
  padding: .3em .5em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,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) {
  .badge {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; } }

a.badge:hover, a.badge:focus {
  text-decoration: none; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-secondary {
  color: #fafbfd;
  background-color: #0082d1; }

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fafbfd;
  background-color: #00629e; }

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 130, 209, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 130, 209, 0.5); }

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

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

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

.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #fafbfd;
  border-radius: 1rem;
  -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(34, 36, 36, 0.1);
  box-shadow: inset 0 0.1rem 0.1rem rgba(34, 36, 36, 0.1); }

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fcfcfc;
  text-align: center;
  white-space: nowrap;
  background-color: #222424;
  -webkit-transition: width .6s ease;
  -moz-transition: width .6s ease;
  transition: width .6s ease; }

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

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  -moz-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none; } }

.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 1rem; }

.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px); }

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

.modal.show .modal-dialog {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none; }

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-height: -moz-calc(100% - 1rem);
  max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #222424; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: .5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: -moz-calc(100% - 3.5rem);
    max-height: calc(100% - 3.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; } }

#mainform .custom-control-input-wrapper .option input:checked + label {
  background-color: #222424 !important; }

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

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

.bg-black {
  background-color: #222424 !important; }

a.bg-black:hover, a.bg-black:focus, button.bg-black:hover, button.bg-black:focus {
  background-color: #090a0a !important; }

.bg-white, .buttons .options label {
  background-color: #fcfcfc !important; }

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

.bg-white, .buttons .options label {
  background-color: #fcfcfc !important; }

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

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

.d-none {
  display: none !important; }

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

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

@media (min-width: 1200px) {
  .d-lg-block {
    display: block !important; } }

.justify-content-center, .TwoColInput .form-group-row .input .options {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !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; }

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

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

.buttons .options label {
  -webkit-box-shadow: 0 1.75rem 7rem rgba(34, 36, 36, 0.2) !important;
  box-shadow: 0 1.75rem 7rem rgba(34, 36, 36, 0.2) !important; }

.buttons .options label:hover {
  -webkit-box-shadow: 0 0rem 4rem rgba(34, 36, 36, 0.5) !important;
  box-shadow: 0 0rem 4rem rgba(34, 36, 36, 0.5) !important; }

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

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

.vh-100 {
  height: 100vh !important; }

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

.ml-1 {
  margin-left: .25rem !important; }

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

.mr-2 {
  margin-right: .5rem !important; }

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

.mt-3, .my-3 {
  margin-top: 1rem !important; }

.mb-3, .my-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

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

.mb-4, #mainform .custom-control-input-wrapper .option, #mainform .form .form-group-row, .my-4 {
  margin-bottom: 1.5rem !important; }

.mt-5, .my-5 {
  margin-top: 3rem !important; }

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

.p-0 {
  padding: 0 !important; }

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

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

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

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

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

.pt-4, .py-4 {
  padding-top: 1.5rem !important; }

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

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

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

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

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

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

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

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

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

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

.text-uppercase {
  text-transform: uppercase !important; }

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

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

.font-italic {
  font-style: italic !important; }

.text-primary {
  color: #222424 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #000 !important; }

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

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

.text-muted {
  color: #919ba3 !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; }
  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: 1200px !important; }
  .container {
    min-width: 1200px !important; }
  .badge {
    border: 1px solid #222424; }
  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #fcfcfc !important; } }

#mainform .custom-control-input-wrapper .option input:checked + label, #mainform .custom-control-input-wrapper .option input:checked + label a:not(.btn) {
  color: #fafbfd; }

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

.bg-black, .bg-black a:not(.btn) {
  color: #fafbfd; }

.bg-white, .buttons .options label, .bg-white a:not(.btn), .buttons .options label a:not(.btn) {
  color: #222424; }

nav {
  z-index: 100000;
  position: relative; }

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

.brand {
  height: 2.5rem; }

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

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.5rem; }
  .lead {
    font-size: 1.25rem;
    margin-bottom: 2rem; } }

.btn {
  text-transform: uppercase; }

#mainform a {
  color: #005285; }

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

#mainform .error-message {
  color: #f21b3f;
  font-weight: bold; }

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

#mainform .custom-control-input-wrapper .option label:hover:after, #mainform .custom-control-input-wrapper .option input:checked + label:after {
  background: #b9c6d0; }

#mainform .custom-control-input-wrapper .option label {
  font-family: "Michroma","Inter","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",-apple-system,BlinkMacSystemFont;
  margin-bottom: 0;
  display: block;
  position: relative;
  border: 1px solid #b9c6d0;
  color: #222424;
  background: #fafbfd;
  padding: .75rem 1.5rem;
  padding-right: 4rem;
  border-radius: 1rem;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  transition: .3s ease all;
  cursor: pointer; }

#mainform .custom-control-input-wrapper .option label:after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #b9c6d0;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  transition: .3s ease all; }

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

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

#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: 2rem 1rem !important;
  margin-bottom: 1rem;
  border-radius: .5rem;
  border: 0 !important;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  transition: .3s ease all; }

.buttons .options label:after {
  content: unset !important; }

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

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

.material .form-group-row .input input {
  background-color: #fafbfd;
  color: #2c3034 !important;
  padding-left: 1.3rem !important; }

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

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

.modal {
  z-index: 99999999999; }

#hero {
  position: relative; }

.hero {
  padding-bottom: 5rem; }

#hero .hero-image_cover img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  z-index: 0; }

@-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: #03cea4;
    -webkit-box-shadow: 12px 0px 0px 0px rgba(3, 206, 164, 0.4), 24px 0px 0px 0px rgba(3, 206, 164, 0.2);
    box-shadow: 12px 0px 0px 0px rgba(3, 206, 164, 0.4), 24px 0px 0px 0px rgba(3, 206, 164, 0.2); }
  50% {
    background-color: rgba(3, 206, 164, 0.4);
    -webkit-box-shadow: 12px 0px 0px 0px #03cea4, 24px 0px 0px 0px rgba(3, 206, 164, 0.4);
    box-shadow: 12px 0px 0px 0px #03cea4, 24px 0px 0px 0px rgba(3, 206, 164, 0.4); }
  100% {
    background-color: rgba(3, 206, 164, 0.2);
    -webkit-box-shadow: 12px 0px 0px 0px rgba(3, 206, 164, 0.4), 24px 0px 0px 0px #03cea4;
    box-shadow: 12px 0px 0px 0px rgba(3, 206, 164, 0.4), 24px 0px 0px 0px #03cea4; } }

@-moz-keyframes typing-black {
  0% {
    background-color: #03cea4;
    box-shadow: 12px 0px 0px 0px rgba(3, 206, 164, 0.4), 24px 0px 0px 0px rgba(3, 206, 164, 0.2); }
  50% {
    background-color: rgba(3, 206, 164, 0.4);
    box-shadow: 12px 0px 0px 0px #03cea4, 24px 0px 0px 0px rgba(3, 206, 164, 0.4); }
  100% {
    background-color: rgba(3, 206, 164, 0.2);
    box-shadow: 12px 0px 0px 0px rgba(3, 206, 164, 0.4), 24px 0px 0px 0px #03cea4; } }

@keyframes typing-black {
  0% {
    background-color: #03cea4;
    -webkit-box-shadow: 12px 0px 0px 0px rgba(3, 206, 164, 0.4), 24px 0px 0px 0px rgba(3, 206, 164, 0.2);
    box-shadow: 12px 0px 0px 0px rgba(3, 206, 164, 0.4), 24px 0px 0px 0px rgba(3, 206, 164, 0.2); }
  50% {
    background-color: rgba(3, 206, 164, 0.4);
    -webkit-box-shadow: 12px 0px 0px 0px #03cea4, 24px 0px 0px 0px rgba(3, 206, 164, 0.4);
    box-shadow: 12px 0px 0px 0px #03cea4, 24px 0px 0px 0px rgba(3, 206, 164, 0.4); }
  100% {
    background-color: rgba(3, 206, 164, 0.2);
    -webkit-box-shadow: 12px 0px 0px 0px rgba(3, 206, 164, 0.4), 24px 0px 0px 0px #03cea4;
    box-shadow: 12px 0px 0px 0px rgba(3, 206, 164, 0.4), 24px 0px 0px 0px #03cea4; } }

@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); } }

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

.hero {
  padding: 4rem 1rem;
  text-align: center;
  background: #f8f9fa; }

.features {
  padding: 2rem 1rem; }

.feature-item {
  text-align: center;
  padding: 1rem; }

.btn-primary:hover {
  border-color: transparent;
  background: #0082d1;
  -webkit-box-shadow: 3px 3px 50px 0px rgba(255, 255, 255, 0.3), -1px -1px 30px 0px rgba(0, 125, 201, 0.4);
  box-shadow: 3px 3px 50px 0px rgba(255, 255, 255, 0.3), -1px -1px 30px 0px rgba(0, 125, 201, 0.4); }

.badge-secure {
  background-color: #e8f5fd;
  color: #007bff;
  padding: .25rem .5rem;
  border-radius: .25rem;
  font-size: .875rem;
  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; }

.badge-secure .fa-lock {
  font-size: 1rem;
  line-height: 1; }

.video-embed {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-top: 56.25%;
  overflow: hidden; }

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.omoda-models {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.omoda-model {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -moz-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 16px;
  cursor: pointer;
  -webkit-transition: border-color .2s,background-color .2s,-webkit-box-shadow .2s;
  transition: border-color .2s,background-color .2s,-webkit-box-shadow .2s;
  -moz-transition: border-color .2s,background-color .2s,box-shadow .2s;
  transition: border-color .2s,background-color .2s,box-shadow .2s;
  transition: border-color .2s,background-color .2s,box-shadow .2s,-webkit-box-shadow .2s;
  background: #fff; }

@media (max-width: 767.98px) {
  .omoda-models {
    gap: 20px; } }

.omoda-model input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

.omoda-model__content {
  position: relative;
  display: block;
  border-radius: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.omoda-model:hover {
  border-color: #0074ba; }

.omoda-model input[type=radio]:checked + .omoda-model__content::before {
  content: "";
  position: absolute;
  inset: -20px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 116, 186, 0.35);
  box-shadow: 0 0 0 3px rgba(0, 116, 186, 0.35);
  background: rgba(0, 116, 186, 0.05);
  pointer-events: none; }

.omoda-model__title {
  font-family: Michroma;
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 15px; }

.omoda-model__desc {
  display: block;
  font-size: 14px;
  line-height: 130%;
  color: #555b5f;
  font-family: Inter,sans-serif; }

input[type=submit] {
  position: relative;
  font-family: inherit;
  padding-right: 30px; }

input[type=submit]::after {
  font-family: "Font Awesome 6 Free";
  content: "";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.custom-control-input-wrapper.TwoColInput .options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start; }

.custom-control-input-wrapper.TwoColInput .options .option {
  width: 100%; }

.TwoColInput .options .option:first-child {
  padding-right: 15px; }

.mb-4, #mainform .form .form-group-row, #mainform .custom-control-input-wrapper .option, #mainform .custom-control-input-wrapper .option, #mainform .form .form-group-row, .my-4 {
  margin-bottom: 1rem !important; }

h5, .h5, #mainform .form label, #mainform .form label {
  font-size: 1rem; }

#mainform .custom-control-input-wrapper .option label:after {
  top: .75rem; }

input[type="submit"] {
  position: relative;
  font-family: inherit;
  padding-right: 30px; }

input[type="submit"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  /* Unicode for arrow-right */
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); }

.custom-control-input-wrapper.TwoColInput .options {
  display: flex;
  justify-content: start; }

.custom-control-input-wrapper.TwoColInput .options .option {
  width: 100%; }

.TwoColInput .options .option:first-child {
  padding-right: 15px; }

.mb-4, #mainform .custom-control-input-wrapper .option, #mainform .form .form-group-row, .my-4 {
  margin-bottom: 1rem !important; }

h5, .h5, #mainform .form label {
  font-size: 1rem; }

#mainform .custom-control-input-wrapper .option label:after {
  top: .75rem; }
