@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700";

/* src/styles.scss */
*,
*::before,
*::after {
  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);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family:
    "Quicksand",
    "Open Sans",
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  text-align: left;
  background-color: #ffffff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
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: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  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;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
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] {
  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: 0.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;
}
[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;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 320px) {
  .container {
    max-width: 288px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 736px;
  }
}
@media (min-width: 1152px) {
  .container {
    max-width: 960px;
  }
}
.container-fluid,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 320px) {
  .container-sm,
  .container {
    max-width: 288px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 736px;
  }
}
@media (min-width: 1152px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 320px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1152px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 320px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1152px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family:
    "Quicksand",
    "Open Sans",
    sans-serif;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #ffffff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 320px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1152px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 320px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1152px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !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: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 1rem !important;
}
.mt-1,
.my-1 {
  margin-top: 1rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 1rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 1rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 1rem !important;
}
.m-2 {
  margin: 2rem !important;
}
.mt-2,
.my-2 {
  margin-top: 2rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 2rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 2rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 2rem !important;
}
.m-3 {
  margin: 3rem !important;
}
.mt-3,
.my-3 {
  margin-top: 3rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 3rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 3rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 3rem !important;
}
.m-4 {
  margin: 4rem !important;
}
.mt-4,
.my-4 {
  margin-top: 4rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 4rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 4rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 4rem !important;
}
.m-5 {
  margin: 5rem !important;
}
.mt-5,
.my-5 {
  margin-top: 5rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 5rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 5rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 5rem !important;
}
.m-6 {
  margin: 6rem !important;
}
.mt-6,
.my-6 {
  margin-top: 6rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 6rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 6rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 6rem !important;
}
.m-7 {
  margin: 7rem !important;
}
.mt-7,
.my-7 {
  margin-top: 7rem !important;
}
.mr-7,
.mx-7 {
  margin-right: 7rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 7rem !important;
}
.ml-7,
.mx-7 {
  margin-left: 7rem !important;
}
.m-8 {
  margin: 8rem !important;
}
.mt-8,
.my-8 {
  margin-top: 8rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 8rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 8rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 8rem !important;
}
.m-9 {
  margin: 9rem !important;
}
.mt-9,
.my-9 {
  margin-top: 9rem !important;
}
.mr-9,
.mx-9 {
  margin-right: 9rem !important;
}
.mb-9,
.my-9 {
  margin-bottom: 9rem !important;
}
.ml-9,
.mx-9 {
  margin-left: 9rem !important;
}
.m-10 {
  margin: 10rem !important;
}
.mt-10,
.my-10 {
  margin-top: 10rem !important;
}
.mr-10,
.mx-10 {
  margin-right: 10rem !important;
}
.mb-10,
.my-10 {
  margin-bottom: 10rem !important;
}
.ml-10,
.mx-10 {
  margin-left: 10rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 1rem !important;
}
.pt-1,
.py-1 {
  padding-top: 1rem !important;
}
.pr-1,
.px-1 {
  padding-right: 1rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 1rem !important;
}
.pl-1,
.px-1 {
  padding-left: 1rem !important;
}
.p-2 {
  padding: 2rem !important;
}
.pt-2,
.py-2 {
  padding-top: 2rem !important;
}
.pr-2,
.px-2 {
  padding-right: 2rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 2rem !important;
}
.pl-2,
.px-2 {
  padding-left: 2rem !important;
}
.p-3 {
  padding: 3rem !important;
}
.pt-3,
.py-3 {
  padding-top: 3rem !important;
}
.pr-3,
.px-3 {
  padding-right: 3rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 3rem !important;
}
.pl-3,
.px-3 {
  padding-left: 3rem !important;
}
.p-4 {
  padding: 4rem !important;
}
.pt-4,
.py-4 {
  padding-top: 4rem !important;
}
.pr-4,
.px-4 {
  padding-right: 4rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 4rem !important;
}
.pl-4,
.px-4 {
  padding-left: 4rem !important;
}
.p-5 {
  padding: 5rem !important;
}
.pt-5,
.py-5 {
  padding-top: 5rem !important;
}
.pr-5,
.px-5 {
  padding-right: 5rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 5rem !important;
}
.pl-5,
.px-5 {
  padding-left: 5rem !important;
}
.p-6 {
  padding: 6rem !important;
}
.pt-6,
.py-6 {
  padding-top: 6rem !important;
}
.pr-6,
.px-6 {
  padding-right: 6rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}
.pl-6,
.px-6 {
  padding-left: 6rem !important;
}
.p-7 {
  padding: 7rem !important;
}
.pt-7,
.py-7 {
  padding-top: 7rem !important;
}
.pr-7,
.px-7 {
  padding-right: 7rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 7rem !important;
}
.pl-7,
.px-7 {
  padding-left: 7rem !important;
}
.p-8 {
  padding: 8rem !important;
}
.pt-8,
.py-8 {
  padding-top: 8rem !important;
}
.pr-8,
.px-8 {
  padding-right: 8rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 8rem !important;
}
.pl-8,
.px-8 {
  padding-left: 8rem !important;
}
.p-9 {
  padding: 9rem !important;
}
.pt-9,
.py-9 {
  padding-top: 9rem !important;
}
.pr-9,
.px-9 {
  padding-right: 9rem !important;
}
.pb-9,
.py-9 {
  padding-bottom: 9rem !important;
}
.pl-9,
.px-9 {
  padding-left: 9rem !important;
}
.p-10 {
  padding: 10rem !important;
}
.pt-10,
.py-10 {
  padding-top: 10rem !important;
}
.pr-10,
.px-10 {
  padding-right: 10rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 10rem !important;
}
.pl-10,
.px-10 {
  padding-left: 10rem !important;
}
.m-n1 {
  margin: -1rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -1rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -1rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -1rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -1rem !important;
}
.m-n2 {
  margin: -2rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -2rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -2rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -2rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -2rem !important;
}
.m-n3 {
  margin: -3rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -3rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -3rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -3rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -3rem !important;
}
.m-n4 {
  margin: -4rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -4rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -4rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -4rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -4rem !important;
}
.m-n5 {
  margin: -5rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -5rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -5rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -5rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -5rem !important;
}
.m-n6 {
  margin: -6rem !important;
}
.mt-n6,
.my-n6 {
  margin-top: -6rem !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -6rem !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -6rem !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -6rem !important;
}
.m-n7 {
  margin: -7rem !important;
}
.mt-n7,
.my-n7 {
  margin-top: -7rem !important;
}
.mr-n7,
.mx-n7 {
  margin-right: -7rem !important;
}
.mb-n7,
.my-n7 {
  margin-bottom: -7rem !important;
}
.ml-n7,
.mx-n7 {
  margin-left: -7rem !important;
}
.m-n8 {
  margin: -8rem !important;
}
.mt-n8,
.my-n8 {
  margin-top: -8rem !important;
}
.mr-n8,
.mx-n8 {
  margin-right: -8rem !important;
}
.mb-n8,
.my-n8 {
  margin-bottom: -8rem !important;
}
.ml-n8,
.mx-n8 {
  margin-left: -8rem !important;
}
.m-n9 {
  margin: -9rem !important;
}
.mt-n9,
.my-n9 {
  margin-top: -9rem !important;
}
.mr-n9,
.mx-n9 {
  margin-right: -9rem !important;
}
.mb-n9,
.my-n9 {
  margin-bottom: -9rem !important;
}
.ml-n9,
.mx-n9 {
  margin-left: -9rem !important;
}
.m-n10 {
  margin: -10rem !important;
}
.mt-n10,
.my-n10 {
  margin-top: -10rem !important;
}
.mr-n10,
.mx-n10 {
  margin-right: -10rem !important;
}
.mb-n10,
.my-n10 {
  margin-bottom: -10rem !important;
}
.ml-n10,
.mx-n10 {
  margin-left: -10rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 320px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 7rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 7rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 7rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 7rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 7rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 7rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10rem !important;
  }
  .m-sm-n1 {
    margin: -1rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -1rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -1rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -1rem !important;
  }
  .m-sm-n2 {
    margin: -2rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -2rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -2rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -2rem !important;
  }
  .m-sm-n3 {
    margin: -3rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -3rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -3rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -3rem !important;
  }
  .m-sm-n4 {
    margin: -4rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -4rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -4rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -4rem !important;
  }
  .m-sm-n5 {
    margin: -5rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -5rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -5rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -5rem !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -6rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -6rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -6rem !important;
  }
  .m-sm-n7 {
    margin: -7rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -7rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -7rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -7rem !important;
  }
  .m-sm-n8 {
    margin: -8rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -8rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -8rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -8rem !important;
  }
  .m-sm-n9 {
    margin: -9rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -9rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -9rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -9rem !important;
  }
  .m-sm-n10 {
    margin: -10rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 7rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 7rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 7rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 9rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 9rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 9rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 7rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 7rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 7rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 9rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 9rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 9rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10rem !important;
  }
  .m-md-n1 {
    margin: -1rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -1rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -1rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -1rem !important;
  }
  .m-md-n2 {
    margin: -2rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -2rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -2rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -2rem !important;
  }
  .m-md-n3 {
    margin: -3rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -3rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -3rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -3rem !important;
  }
  .m-md-n4 {
    margin: -4rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -4rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -4rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -4rem !important;
  }
  .m-md-n5 {
    margin: -5rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -5rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -5rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -5rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -6rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -6rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -6rem !important;
  }
  .m-md-n7 {
    margin: -7rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -7rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -7rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -7rem !important;
  }
  .m-md-n8 {
    margin: -8rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -8rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -8rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -8rem !important;
  }
  .m-md-n9 {
    margin: -9rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -9rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -9rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -9rem !important;
  }
  .m-md-n10 {
    margin: -10rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1152px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 7rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 7rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 7rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10rem !important;
  }
  .m-lg-n1 {
    margin: -1rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -1rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -1rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -1rem !important;
  }
  .m-lg-n2 {
    margin: -2rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -2rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -2rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -2rem !important;
  }
  .m-lg-n3 {
    margin: -3rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -3rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -3rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -3rem !important;
  }
  .m-lg-n4 {
    margin: -4rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -4rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -4rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -4rem !important;
  }
  .m-lg-n5 {
    margin: -5rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -5rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -5rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -5rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -6rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -6rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -6rem !important;
  }
  .m-lg-n7 {
    margin: -7rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -7rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -7rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -7rem !important;
  }
  .m-lg-n8 {
    margin: -8rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -8rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -8rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -8rem !important;
  }
  .m-lg-n9 {
    margin: -9rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -9rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -9rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -9rem !important;
  }
  .m-lg-n10 {
    margin: -10rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important;
  }
  .m-xl-7 {
    margin: 7rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 7rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 7rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 7rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9rem !important;
  }
  .m-xl-10 {
    margin: 10rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important;
  }
  .p-xl-7 {
    padding: 7rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 7rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 7rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 7rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9rem !important;
  }
  .p-xl-10 {
    padding: 10rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10rem !important;
  }
  .m-xl-n1 {
    margin: -1rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -1rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -1rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -1rem !important;
  }
  .m-xl-n2 {
    margin: -2rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -2rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -2rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -2rem !important;
  }
  .m-xl-n3 {
    margin: -3rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -3rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -3rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -3rem !important;
  }
  .m-xl-n4 {
    margin: -4rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -4rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -4rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -4rem !important;
  }
  .m-xl-n5 {
    margin: -5rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -5rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -5rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -5rem !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -6rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -6rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -6rem !important;
  }
  .m-xl-n7 {
    margin: -7rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -7rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -7rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -7rem !important;
  }
  .m-xl-n8 {
    margin: -8rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -8rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -8rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -8rem !important;
  }
  .m-xl-n9 {
    margin: -9rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -9rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -9rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -9rem !important;
  }
  .m-xl-n10 {
    margin: -10rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 320px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1152px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #ffffff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}
.text-body {
  color: #424242 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fade-in {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes fade-out {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.sc-animate-spin-slow {
  animation: spin 1s linear infinite;
}
.sc-animate-spin-normal {
  animation: spin 0.5s linear infinite;
}
.sc-animate-spin-fast {
  animation: spin 0.3s linear infinite;
}
.sc-animate-fade-in-slow {
  animation: fade-in 1s linear infinite;
}
.sc-animate-fade-in-normal {
  animation: fade-in 0.5s linear infinite;
}
.sc-animate-fade-in-fast {
  animation: fade-in 0.3s linear infinite;
}
.sc-animate-fade-out-slow {
  animation: fade-out 1s linear infinite;
}
.sc-animate-fade-out-normal {
  animation: fade-out 0.5s linear infinite;
}
.sc-animate-fade-out-fast {
  animation: fade-out 0.3s linear infinite;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -500px 0;
  }
  100% {
    background-position: 500px 0;
  }
}
.sc-color-brand {
  color: #171669;
}
.sc-bg-color-brand {
  background-color: #171669;
}
.sc-color-brand-hover-items {
  color: #414eef;
}
.sc-bg-color-brand-hover-items {
  background-color: #414eef;
}
.sc-color-black {
  color: #000000;
}
.sc-bg-color-black {
  background-color: #000000;
}
.sc-color-white {
  color: #ffffff;
}
.sc-bg-color-white {
  background-color: #ffffff;
}
.sc-color-grey-0 {
  color: #1b1b1b;
}
.sc-bg-color-grey-0 {
  background-color: #1b1b1b;
}
.sc-color-grey-1 {
  color: #1b1b1b;
}
.sc-bg-color-grey-1 {
  background-color: #1b1b1b;
}
.sc-color-grey-2 {
  color: #424242;
}
.sc-bg-color-grey-2 {
  background-color: #424242;
}
.sc-color-grey-3 {
  color: #6d6d6d;
}
.sc-bg-color-grey-3 {
  background-color: #6d6d6d;
}
.sc-color-grey-4 {
  color: #c7c7c7;
}
.sc-bg-color-grey-4 {
  background-color: #c7c7c7;
}
.sc-color-grey-5 {
  color: #fafafa;
}
.sc-bg-color-grey-5 {
  background-color: #fafafa;
}
.sc-color-grey-6 {
  color: #ffffff;
}
.sc-bg-color-grey-6 {
  background-color: #ffffff;
}
.sc-color-primary-text-dark {
  color: #424242;
}
.sc-bg-color-primary-text-dark {
  background-color: #424242;
}
.sc-color-primary-text-white {
  color: #ffffff;
}
.sc-bg-color-primary-text-white {
  background-color: #ffffff;
}
.sc-color-primary-brand {
  color: #414eef;
}
.sc-bg-color-primary-brand {
  background-color: #414eef;
}
.sc-color-primary-brand-dark {
  color: #171669;
}
.sc-bg-color-primary-brand-dark {
  background-color: #171669;
}
.sc-color-primary-brand-darker {
  color: #00003e;
}
.sc-bg-color-primary-brand-darker {
  background-color: #00003e;
}
.sc-color-primary-brand-light {
  color: #414eef;
}
.sc-bg-color-primary-brand-light {
  background-color: #414eef;
}
.sc-color-secondary-cyan {
  color: #00a0df;
}
.sc-bg-color-secondary-cyan {
  background-color: #00a0df;
}
.sc-color-secondary-cyan-dark {
  color: #64a3b7;
}
.sc-bg-color-secondary-cyan-dark {
  background-color: #64a3b7;
}
.sc-color-secondary-cyan-light {
  color: #95d4e9;
}
.sc-bg-color-secondary-cyan-light {
  background-color: #95d4e9;
}
.sc-color-secondary-green {
  color: #19d596;
}
.sc-bg-color-secondary-green {
  background-color: #19d596;
}
.sc-color-secondary-green-dark {
  color: #00a268;
}
.sc-bg-color-secondary-green-dark {
  background-color: #00a268;
}
.sc-color-secondary-green-light {
  color: #a3eed5;
}
.sc-bg-color-secondary-green-light {
  background-color: #a3eed5;
}
.sc-color-alternative-green {
  color: #145229;
}
.sc-bg-color-alternative-green {
  background-color: #145229;
}
.sc-color-secondary-red {
  color: #ff5100;
}
.sc-bg-color-secondary-red {
  background-color: #ff5100;
}
.sc-color-secondary-red-dark {
  color: #c30f00;
}
.sc-bg-color-secondary-red-dark {
  background-color: #c30f00;
}
.sc-color-secondary-red-light {
  color: #ffa489;
}
.sc-bg-color-secondary-red-light {
  background-color: #ffa489;
}
.sc-color-secondary-yellow {
  color: #e9af1a;
}
.sc-bg-color-secondary-yellow {
  background-color: #e9af1a;
}
.sc-color-secondary-yellow-dark {
  color: #82651a;
}
.sc-bg-color-secondary-yellow-dark {
  background-color: #82651a;
}
.sc-color-secondary-yellow-light {
  color: #fdf7e8;
}
.sc-bg-color-secondary-yellow-light {
  background-color: #fdf7e8;
}
.sc-color-violet-light {
  color: #414eef;
}
.sc-bg-color-violet-light {
  background-color: #414eef;
}
.sc-color-violet-light-variant {
  color: #ecedfd;
}
.sc-bg-color-violet-light-variant {
  background-color: #ecedfd;
}
.sc-color-yellow-light {
  color: #e9af1a;
}
.sc-bg-color-yellow-light {
  background-color: #e9af1a;
}
.sc-color-yellow-light-variant {
  color: #fdf7e8;
}
.sc-bg-color-yellow-light-variant {
  background-color: #fdf7e8;
}
.sc-color-green-light {
  color: #19d596;
}
.sc-bg-color-green-light {
  background-color: #19d596;
}
.sc-color-green-light-variant {
  color: #a3eed5;
}
.sc-bg-color-green-light-variant {
  background-color: #a3eed5;
}
.sc-color-info {
  color: #414eef;
}
.sc-bg-color-info {
  background-color: #414eef;
}
.sc-color-success {
  color: #0e8938;
}
.sc-bg-color-success {
  background-color: #0e8938;
}
.sc-color-warning {
  color: #e9af1a;
}
.sc-bg-color-warning {
  background-color: #e9af1a;
}
.sc-color-error {
  color: #d60e1a;
}
.sc-bg-color-error {
  background-color: #d60e1a;
}
.sc-color-neutral {
  color: #757575;
}
.sc-bg-color-neutral {
  background-color: #757575;
}
.sc-color-info-light {
  color: #ecedfd;
}
.sc-bg-color-info-light {
  background-color: #ecedfd;
}
.sc-color-info-dark {
  color: #2e3485;
}
.sc-bg-color-info-dark {
  background-color: #2e3485;
}
.sc-color-success-light {
  color: #e7f3eb;
}
.sc-bg-color-success-light {
  background-color: #e7f3eb;
}
.sc-color-success-dark {
  color: #145229;
}
.sc-bg-color-success-dark {
  background-color: #145229;
}
.sc-color-warning-light {
  color: #fdf7e8;
}
.sc-bg-color-warning-light {
  background-color: #fdf7e8;
}
.sc-color-warning-dark {
  color: #82651a;
}
.sc-bg-color-warning-dark {
  background-color: #82651a;
}
.sc-color-error-light {
  color: #fbe7e8;
}
.sc-bg-color-error-light {
  background-color: #fbe7e8;
}
.sc-color-error-dark {
  color: #78141a;
}
.sc-bg-color-error-dark {
  background-color: #78141a;
}
.sc-color-disabled {
  color: #757575;
}
.sc-bg-color-disabled {
  background-color: #757575;
}
.sc-color-disabled-light {
  color: #f1f1f1;
}
.sc-bg-color-disabled-light {
  background-color: #f1f1f1;
}
.sc-color-disabled-dark {
  color: #484848;
}
.sc-bg-color-disabled-dark {
  background-color: #484848;
}
.sc-color-primary-grey {
  color: #fafafa;
}
.sc-bg-color-primary-grey {
  background-color: #fafafa;
}
.sc-color-primary-grey-light {
  color: #ffffff;
}
.sc-bg-color-primary-grey-light {
  background-color: #ffffff;
}
.sc-color-primary-grey-dark {
  color: #c7c7c7;
}
.sc-bg-color-primary-grey-dark {
  background-color: #c7c7c7;
}
.sc-color-primary-grey-contrast-primary {
  color: #1b1b1b;
}
.sc-bg-color-primary-grey-contrast-primary {
  background-color: #1b1b1b;
}
.sc-color-primary-grey-contrast-secondary {
  color: #424242;
}
.sc-bg-color-primary-grey-contrast-secondary {
  background-color: #424242;
}
.sc-color-secondary-grey {
  color: #424242;
}
.sc-bg-color-secondary-grey {
  background-color: #424242;
}
.sc-color-secondary-grey-light {
  color: #6d6d6d;
}
.sc-bg-color-secondary-grey-light {
  background-color: #6d6d6d;
}
.sc-color-secondary-grey-dark {
  color: #1b1b1b;
}
.sc-bg-color-secondary-grey-dark {
  background-color: #1b1b1b;
}
.sc-color-secondary-grey-contrast-primary {
  color: #fafafa;
}
.sc-bg-color-secondary-grey-contrast-primary {
  background-color: #fafafa;
}
.sc-color-secondary-grey-contrast-secondary {
  color: #ffffff;
}
.sc-bg-color-secondary-grey-contrast-secondary {
  background-color: #ffffff;
}
.chip {
  display: inline-flex;
  align-items: center;
  border-radius: 24px;
  border: 1px solid transparent;
  color: #1b1b1b;
  background-color: #fafafa;
  padding: 8px 12px 8px 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 10px;
  vertical-align: middle;
  white-space: nowrap;
}
.chip-secondary {
  border-color: #757575;
  background-color: #ffffff;
}
.chip-secondary::before {
  background-color: #757575;
}
@media (max-width: 768px) {
  .chip {
    padding: 6px 12px 6px 8px;
    font-size: 12px;
  }
}
.chip::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background-color: #757575;
  border-radius: 50%;
}
.chip--brand {
  background-color: #ecedfd;
}
.chip--brand::before {
  background-color: #414eef;
}
.chip--brand-secondary {
  border-color: #414eef;
  background-color: #ffffff;
}
.chip--brand-secondary::before {
  background-color: #414eef;
}
.chip--error {
  background-color: #fbe7e8;
}
.chip--error::before {
  background-color: #d60e1a;
}
.chip--error-secondary {
  border-color: #d60e1a;
  background-color: #ffffff;
}
.chip--error-secondary::before {
  background-color: #d60e1a;
}
.chip--info {
  background-color: #ecedfd;
}
.chip--info::before {
  background-color: #414eef;
}
.chip--info-secondary {
  border-color: #414eef;
  background-color: #ffffff;
}
.chip--info-secondary::before {
  background-color: #414eef;
}
.chip--success {
  background-color: #e7f3eb;
}
.chip--success::before {
  background-color: #0e8938;
}
.chip--success-secondary {
  border-color: #0e8938;
  background-color: #ffffff;
}
.chip--success-secondary::before {
  background-color: #0e8938;
}
.chip--warning {
  background-color: #fdf7e8;
}
.chip--warning::before {
  background-color: #e9af1a;
}
.chip--warning-secondary {
  border-color: #e9af1a;
  background-color: #ffffff;
}
.chip--warning-secondary::before {
  background-color: #e9af1a;
}
.pill {
  font-size: 12px;
  color: white;
  height: 18px;
  width: 129px;
  border-radius: 11px;
  background-color: #414eef;
  text-align: center;
  line-height: 18px;
  position: absolute;
  left: 25px;
  bottom: 48px;
}
@media only screen and (min-width: 360px) {
  .pill {
    bottom: 43px;
  }
}
label,
legend {
  display: block;
  font:
    400 0.875rem/1.5rem "Quicksand",
    "Open Sans",
    sans-serif;
  line-height: 14px;
  text-align: left;
}
label {
  color: #424242;
  margin-bottom: 8px;
}
label[for] {
  cursor: pointer;
}
.select-hidden {
  display: none;
  padding-right: 10px;
  visibility: hidden;
}
select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%blue" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
  padding-right: 3rem;
}
select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%239b4dca" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
}
select {
  background-image: none;
  font-family:
    "Quicksand",
    "Open Sans",
    sans-serif;
  margin-top: 0;
  padding: 10px 15px;
}
select:focus {
  background-image: none;
  padding: 9px 14px !important;
}
.select {
  border: 1px solid #6d6d6d;
  box-sizing: border-box;
  color: #424242;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: 48px;
  position: relative;
  width: 100%;
}
.select-styled {
  background-color: #ffffff;
  bottom: 0;
  color: black;
  left: 0;
  line-height: 16px;
  padding: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.select-styled:after {
  border-color: #414eef transparent transparent transparent;
  border: 7px solid transparent;
  content: " ";
  height: 0;
  position: absolute;
  right: 16px;
  top: 20px;
  width: 0;
}
.select-styled:hover {
  background-color: #ffffff;
}
.select-styled:active,
.select-styled.active {
  background-color: #ffffff;
}
.select-styled:active:after,
.select-styled.active:after {
  top: 10px;
  border-color: transparent transparent #414eef transparent;
}
.select-options {
  background-color: #ffffff;
  border: 1px solid #6d6d6d;
  color: #414eef;
  display: none;
  height: 200px;
  left: 0;
  list-style: none;
  margin: 0;
  overflow: scroll;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 999;
}
.select-options li {
  margin: 0;
  padding: 16px;
}
.select-options li:hover {
  background: #414eef;
  color: #ffffff;
}
.select-options li[rel=hide] {
  display: none;
}
.arrow-up-dropdown,
.arrow-down-dropdown {
  font-size: 14px;
}
.arrow-up-dropdown-blue,
.arrow-down-dropdown-blue {
  font-size: 14px;
}
textarea {
  font-family:
    "Quicksand",
    "Open Sans",
    sans-serif;
  font-weight: 500;
  margin-top: 0;
  padding: 1rem;
  border: 1px solid;
  border-color: #c7c7c7;
  border-radius: 12px;
  outline: inherit;
  color: #1b1b1b;
}
textarea::placeholder {
  color: #757575;
}
textarea:active,
textarea:focus-visible {
  border: 1px solid #414eef;
}
textarea:disabled,
textarea:hover[disabled] {
  background-color: #f1f1f1;
  color: #6d6d6d;
  border: 1px solid #c7c7c7;
}
textarea:hover {
  border: 1px solid #171669;
}
textarea:focus {
  border: 1px solid #414eef;
}
textarea:disabled::placeholder {
  color: #6d6d6d;
}
input[type=text],
input[type=number],
input[type=email],
input[type=password],
select {
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  font-size: 14px;
  border: 1px solid;
  border-color: #c7c7c7;
  color: #1b1b1b;
  line-height: 24px;
  font-family:
    "Quicksand",
    "Open Sans",
    sans-serif;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 12px;
  outline: none;
}
@media (min-width: 768px) {
  input[type=text],
  input[type=number],
  input[type=email],
  input[type=password],
  select {
    height: 40px;
  }
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
select::placeholder {
  color: #757575;
  font-weight: 500;
}
input[type=text]:disabled,
input[type=number]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
select:disabled {
  background-color: #f1f1f1;
  color: #6d6d6d;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=password]:focus,
select:focus {
  border-color: #414eef;
  border-width: 2px;
}
input[type=text]:hover,
input[type=number]:hover,
input[type=email]:hover,
input[type=password]:hover,
select:hover {
  border-color: #171669;
  border-width: 2px;
}
input[type=text].has-error,
input[type=number].has-error,
input[type=email].has-error,
input[type=password].has-error,
select.has-error {
  border-color: #d60e1a;
  border-width: 2px;
}
.form-control-error {
  font-size: 12px;
  line-height: 1.5rem;
  color: #d60e1a;
  margin-top: 4px;
}
.sc-input-typeahead-container {
  margin-bottom: 0.25rem;
}
.sc-input-typeahead-container .sc-typeahead-control {
  position: relative;
  display: flex;
}
.sc-input-typeahead-container .sc-typeahead-control .sc-input-typeahead {
  padding-right: 3rem;
  text-overflow: ellipsis;
}
.sc-input-typeahead-container .sc-typeahead-control .sc-input-icon {
  display: flex;
  position: absolute;
  right: 0rem;
  top: 0rem;
  padding: 0.5rem 1rem 1rem 0;
}
.modal__button {
  height: 48px;
  margin-top: 5em;
  width: 100%;
}
.modal__buttonsBox-2 .modal__button {
  width: 180px;
}
.modal__title {
  font: 700 1.5rem/2rem "Quicksand", sans-serif;
  margin-bottom: 2rem;
  text-align: center;
}
.modal-info {
  color: #424242;
  display: block;
  font:
    400 0.875rem/1.5rem "Quicksand",
    "Open Sans",
    sans-serif;
  line-height: 1.71;
  text-align: center;
}
.sc-scroll-bar::-webkit-scrollbar {
  width: 0.3em;
}
.sc-scroll-bar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px transparent;
}
.sc-scroll-bar::-webkit-scrollbar-thumb {
  outline: 1px solid #c7c7c7;
  width: 4px;
  height: 72px;
  background-color: #c7c7c7;
}
.sc-scroll-bar.bar-no-visible::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.loading-overlay {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.loading-overlay .spinner {
  animation: spin 0.5s linear infinite;
  margin-top: 50%;
  transform: translateY(-50%);
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  color: #000000;
  text-align: left;
  font-size: 0.75rem;
  font-weight: bold;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border-bottom: 1px solid #dee2e6;
  padding: 0;
}
.table > thead > tr > th {
  color: #000000;
  font-size: 0.75rem;
  font-weight: bold;
  vertical-align: middle;
  height: 2.8125rem;
}
.table > tbody > tr > td {
  color: #000000;
  font-size: 0.875rem;
  font-weight: normal;
  vertical-align: middle;
  height: 6.0625rem;
}
.table > tfoot > tr > td {
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  vertical-align: middle;
  height: 6.0625rem;
}
.table-with-headers {
  font-size: 0.875rem;
  color: #424242;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table-with-headers > tbody > tr > td {
  padding: 1rem;
  width: 100%;
}
.table-with-headers > thead > tr {
  background-color: #c7c7c7;
}
.table-with-headers > thead > tr > th {
  font-weight: 500;
  height: 2rem;
  padding: 0 1rem;
  text-transform: uppercase;
  width: 100%;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
@media (max-width: 319.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1151.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
a {
  text-decoration: underline;
  color: #414eef;
}
.main-title,
.section-title,
.subtitle,
.subtitle-sm {
  font-weight: 700;
}
.main-title {
  font-size: 2.5rem;
  line-height: 46px;
}
.section-title {
  font-size: 1.5rem;
  line-height: 30px;
}
.subtitle {
  font-size: 1.25rem;
  line-height: 26px;
}
.subtitle-sm {
  font-size: 18px;
  line-height: 1.5rem;
}
.title-h1 {
  font-size: 32px;
  line-height: 38px;
}
.title-h2 {
  font-size: 24px;
  line-height: 30px;
}
.title-h3 {
  font-size: 18px;
  line-height: 24px;
}
.title-h4 {
  font-size: 16px;
  line-height: 22px;
}
.title-h5 {
  font-size: 14px;
  line-height: 20px;
}
.title-h6 {
  font-size: 12px;
  line-height: 18px;
}
.sc-title--theme-mkt-1 {
  color: #3e4bee !important;
}
.sc-title--theme-mkt-2 {
  color: #3e4bee !important;
}
.sc-title--theme-mkt-3 {
  color: #100ccb !important;
}
.sc-title--theme-mkt-4 {
  color: #c11818 !important;
}
.sc-title--theme-mkt-5 {
  color: #2475bf !important;
}
.sc-title--theme-mkt-6 {
  color: #0a925c !important;
}
@media (max-width: 768px) {
  .main-title {
    font-size: 30px;
    line-height: 36px;
  }
  .section-title {
    font-size: 20px;
    line-height: 26px;
  }
  .subtitle,
  .subtitle-sm {
    font-size: 16px;
    line-height: 22px;
  }
  .title-h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .title-h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .title-h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .title-h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .title-h5 {
    font-size: 12px;
    line-height: 18px;
  }
  .title-h6 {
    font-size: 10px;
    line-height: 16px;
  }
}
.caption {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.legal {
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.sc-button {
  border-radius: 24px;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  height: 36px;
  min-width: 128px;
  padding-right: 16px;
  padding-left: 16px;
  gap: 8px;
}
@media (min-width: 768px) {
  .sc-button {
    height: 40px;
  }
}
.sc-button--icon-only {
  min-width: 0;
  width: 40px;
  padding: 0;
}
.sc-button--primary {
  background: #414eef;
  color: #ffffff;
}
.sc-button--primary:hover,
.sc-button--primary:focus {
  background: #171669;
  outline-color: #171669;
}
.sc-button--primary:active {
  background: #00003e;
  color: #ffffff;
}
.sc-button--primary:disabled {
  background: #f1f1f1;
  color: #6d6d6d;
}
.sc-button--primary.sc-button--loading {
  background: #171669;
  color: #ffffff;
}
.sc-button--primary.sc-button--theme-mkt-1 {
  background: #3e4bee;
  color: #ffffff;
}
.sc-button--primary.sc-button--theme-mkt-1:hover,
.sc-button--primary.sc-button--theme-mkt-1:focus {
  background: rgb(12.1428571429, 21.4285714286, 137.8571428571);
  outline-color: rgb(12.1428571429, 21.4285714286, 137.8571428571);
}
.sc-button--primary.sc-button--theme-mkt-1:active {
  background: rgb(6.0714285714, 10.7142857143, 68.9285714286);
  color: #ffffff;
}
.sc-button--primary.sc-button--theme-mkt-1:disabled {
  background: #f1f1f1;
  color: #6d6d6d;
}
.sc-button--primary.sc-button--theme-mkt-1.sc-button--loading {
  background: rgb(12.1428571429, 21.4285714286, 137.8571428571);
  color: #ffffff;
}
.sc-button--primary.sc-button--theme-mkt-2 {
  background: #3e4bee;
  color: #ffffff;
}
.sc-button--primary.sc-button--theme-mkt-2:hover,
.sc-button--primary.sc-button--theme-mkt-2:focus {
  background: rgb(12.1428571429, 21.4285714286, 137.8571428571);
  outline-color: rgb(12.1428571429, 21.4285714286, 137.8571428571);
}
.sc-button--primary.sc-button--theme-mkt-2:active {
  background: rgb(6.0714285714, 10.7142857143, 68.9285714286);
  color: #ffffff;
}
.sc-button--primary.sc-button--theme-mkt-2:disabled {
  background: #f1f1f1;
  color: #6d6d6d;
}
.sc-button--primary.sc-button--theme-mkt-2.sc-button--loading {
  background: rgb(12.1428571429, 21.4285714286, 137.8571428571);
  color: #ffffff;
}
.sc-button--primary.sc-button--theme-mkt-3 {
  background: #100ccb;
  color: #ffffff;
}
.sc-button--primary.sc-button--theme-mkt-3:hover,
.sc-button--primary.sc-button--theme-mkt-3:focus {
  background: rgb(8, 6, 101.5);
  outline-color: rgb(8, 6, 101.5);
}
.sc-button--primary.sc-button--theme-mkt-3:active {
  background: rgb(4, 3, 50.75);
  color: #ffffff;
}
.sc-button--primary.sc-button--theme-mkt-3:disabled {
  background: #f1f1f1;
  color: #6d6d6d;
}
.sc-button--primary.sc-button--theme-mkt-3.sc-button--loading {
  background: rgb(8, 6, 101.5);
  color: #ffffff;
}
.sc-button--primary.sc-button--theme-mkt-4 {
  background: #c11818;
  color: #ffffff;
}
.sc-button--primary.sc-button--theme-mkt-4:hover,
.sc-button--primary.sc-button--theme-mkt-4:focus {
  background: rgb(96.5, 12, 12);
  outline-color: rgb(96.5, 12, 12);
}
.sc-button--primary.sc-button--theme-mkt-4:active {
  background: rgb(48.25, 6, 6);
  color: #ffffff;
}
.sc-button--primary.sc-button--theme-mkt-4:disabled {
  background: #f1f1f1;
  color: #6d6d6d;
}
.sc-button--primary.sc-button--theme-mkt-4.sc-button--loading {
  background: rgb(96.5, 12, 12);
  color: #ffffff;
}
.sc-button--primary.sc-button--theme-mkt-5 {
  background: #2475bf;
  color: #ffffff;
}
.sc-button--primary.sc-button--theme-mkt-5:hover,
.sc-button--primary.sc-button--theme-mkt-5:focus {
  background: rgb(18, 58.5, 95.5);
  outline-color: rgb(18, 58.5, 95.5);
}
.sc-button--primary.sc-button--theme-mkt-5:active {
  background: rgb(9, 29.25, 47.75);
  color: #ffffff;
}
.sc-button--primary.sc-button--theme-mkt-5:disabled {
  background: #f1f1f1;
  color: #6d6d6d;
}
.sc-button--primary.sc-button--theme-mkt-5.sc-button--loading {
  background: rgb(18, 58.5, 95.5);
  color: #ffffff;
}
.sc-button--primary.sc-button--theme-mkt-6 {
  background: #0a925c;
  color: #ffffff;
}
.sc-button--primary.sc-button--theme-mkt-6:hover,
.sc-button--primary.sc-button--theme-mkt-6:focus {
  background: #05492e;
  outline-color: #05492e;
}
.sc-button--primary.sc-button--theme-mkt-6:active {
  background: rgb(2.5, 36.5, 23);
  color: #ffffff;
}
.sc-button--primary.sc-button--theme-mkt-6:disabled {
  background: #f1f1f1;
  color: #6d6d6d;
}
.sc-button--primary.sc-button--theme-mkt-6.sc-button--loading {
  background: #05492e;
  color: #ffffff;
}
.sc-button--secondary {
  background: #ffffff;
  border: 1px solid #414eef;
  color: #414eef;
}
.sc-button--secondary:hover,
.sc-button--secondary:focus {
  border-color: #171669;
  color: #171669;
  outline-color: #171669;
}
.sc-button--secondary:active {
  background-color: #ffffff;
  color: #00003e;
  box-shadow: -2px 2px 2px 0px rgba(66, 66, 66, 0.25) inset;
  border-color: #00003e;
}
.sc-button--secondary:disabled {
  background: #f1f1f1;
  border: none;
  color: #6d6d6d;
}
.sc-button--secondary.sc-button--loading:not([disabled]) {
  border-color: #00003e;
  color: #171669;
  box-shadow: -2px 2px 2px 0px rgba(66, 66, 66, 0.25) inset;
}
.sc-button--secondary.sc-button--theme-mkt-1 {
  background: #ffffff;
  border: 1px solid #3e4bee;
  color: #3e4bee;
}
.sc-button--secondary.sc-button--theme-mkt-1:hover,
.sc-button--secondary.sc-button--theme-mkt-1:focus {
  border-color: rgb(12.1428571429, 21.4285714286, 137.8571428571);
  color: rgb(12.1428571429, 21.4285714286, 137.8571428571);
  outline-color: rgb(12.1428571429, 21.4285714286, 137.8571428571);
}
.sc-button--secondary.sc-button--theme-mkt-1:active {
  background-color: #ffffff;
  color: rgb(6.0714285714, 10.7142857143, 68.9285714286);
  box-shadow: -2px 2px 2px 0px rgba(66, 66, 66, 0.25) inset;
  border-color: rgb(6.0714285714, 10.7142857143, 68.9285714286);
}
.sc-button--secondary.sc-button--theme-mkt-1:disabled {
  background: #f1f1f1;
  border: none;
  color: #6d6d6d;
}
.sc-button--secondary.sc-button--theme-mkt-1.sc-button--loading:not([disabled]) {
  border-color: rgb(6.0714285714, 10.7142857143, 68.9285714286);
  color: rgb(12.1428571429, 21.4285714286, 137.8571428571);
  box-shadow: -2px 2px 2px 0px rgba(66, 66, 66, 0.25) inset;
}
.sc-button--secondary.sc-button--theme-mkt-2 {
  background: #ffffff;
  border: 1px solid #3e4bee;
  color: #3e4bee;
}
.sc-button--secondary.sc-button--theme-mkt-2:hover,
.sc-button--secondary.sc-button--theme-mkt-2:focus {
  border-color: rgb(12.1428571429, 21.4285714286, 137.8571428571);
  color: rgb(12.1428571429, 21.4285714286, 137.8571428571);
  outline-color: rgb(12.1428571429, 21.4285714286, 137.8571428571);
}
.sc-button--secondary.sc-button--theme-mkt-2:active {
  background-color: #ffffff;
  color: rgb(6.0714285714, 10.7142857143, 68.9285714286);
  box-shadow: -2px 2px 2px 0px rgba(66, 66, 66, 0.25) inset;
  border-color: rgb(6.0714285714, 10.7142857143, 68.9285714286);
}
.sc-button--secondary.sc-button--theme-mkt-2:disabled {
  background: #f1f1f1;
  border: none;
  color: #6d6d6d;
}
.sc-button--secondary.sc-button--theme-mkt-2.sc-button--loading:not([disabled]) {
  border-color: rgb(6.0714285714, 10.7142857143, 68.9285714286);
  color: rgb(12.1428571429, 21.4285714286, 137.8571428571);
  box-shadow: -2px 2px 2px 0px rgba(66, 66, 66, 0.25) inset;
}
.sc-button--secondary.sc-button--theme-mkt-3 {
  background: #ffffff;
  border: 1px solid #100ccb;
  color: #100ccb;
}
.sc-button--secondary.sc-button--theme-mkt-3:hover,
.sc-button--secondary.sc-button--theme-mkt-3:focus {
  border-color: rgb(8, 6, 101.5);
  color: rgb(8, 6, 101.5);
  outline-color: rgb(8, 6, 101.5);
}
.sc-button--secondary.sc-button--theme-mkt-3:active {
  background-color: #ffffff;
  color: rgb(4, 3, 50.75);
  box-shadow: -2px 2px 2px 0px rgba(66, 66, 66, 0.25) inset;
  border-color: rgb(4, 3, 50.75);
}
.sc-button--secondary.sc-button--theme-mkt-3:disabled {
  background: #f1f1f1;
  border: none;
  color: #6d6d6d;
}
.sc-button--secondary.sc-button--theme-mkt-3.sc-button--loading:not([disabled]) {
  border-color: rgb(4, 3, 50.75);
  color: rgb(8, 6, 101.5);
  box-shadow: -2px 2px 2px 0px rgba(66, 66, 66, 0.25) inset;
}
.sc-button--secondary.sc-button--theme-mkt-4 {
  background: #ffffff;
  border: 1px solid #c11818;
  color: #c11818;
}
.sc-button--secondary.sc-button--theme-mkt-4:hover,
.sc-button--secondary.sc-button--theme-mkt-4:focus {
  border-color: rgb(96.5, 12, 12);
  color: rgb(96.5, 12, 12);
  outline-color: rgb(96.5, 12, 12);
}
.sc-button--secondary.sc-button--theme-mkt-4:active {
  background-color: #ffffff;
  color: rgb(48.25, 6, 6);
  box-shadow: -2px 2px 2px 0px rgba(66, 66, 66, 0.25) inset;
  border-color: rgb(48.25, 6, 6);
}
.sc-button--secondary.sc-button--theme-mkt-4:disabled {
  background: #f1f1f1;
  border: none;
  color: #6d6d6d;
}
.sc-button--secondary.sc-button--theme-mkt-4.sc-button--loading:not([disabled]) {
  border-color: rgb(48.25, 6, 6);
  color: rgb(96.5, 12, 12);
  box-shadow: -2px 2px 2px 0px rgba(66, 66, 66, 0.25) inset;
}
.sc-button--secondary.sc-button--theme-mkt-5 {
  background: #ffffff;
  border: 1px solid #2475bf;
  color: #2475bf;
}
.sc-button--secondary.sc-button--theme-mkt-5:hover,
.sc-button--secondary.sc-button--theme-mkt-5:focus {
  border-color: rgb(18, 58.5, 95.5);
  color: rgb(18, 58.5, 95.5);
  outline-color: rgb(18, 58.5, 95.5);
}
.sc-button--secondary.sc-button--theme-mkt-5:active {
  background-color: #ffffff;
  color: rgb(9, 29.25, 47.75);
  box-shadow: -2px 2px 2px 0px rgba(66, 66, 66, 0.25) inset;
  border-color: rgb(9, 29.25, 47.75);
}
.sc-button--secondary.sc-button--theme-mkt-5:disabled {
  background: #f1f1f1;
  border: none;
  color: #6d6d6d;
}
.sc-button--secondary.sc-button--theme-mkt-5.sc-button--loading:not([disabled]) {
  border-color: rgb(9, 29.25, 47.75);
  color: rgb(18, 58.5, 95.5);
  box-shadow: -2px 2px 2px 0px rgba(66, 66, 66, 0.25) inset;
}
.sc-button--secondary.sc-button--theme-mkt-6 {
  background: #ffffff;
  border: 1px solid #0a925c;
  color: #0a925c;
}
.sc-button--secondary.sc-button--theme-mkt-6:hover,
.sc-button--secondary.sc-button--theme-mkt-6:focus {
  border-color: #05492e;
  color: #05492e;
  outline-color: #05492e;
}
.sc-button--secondary.sc-button--theme-mkt-6:active {
  background-color: #ffffff;
  color: rgb(2.5, 36.5, 23);
  box-shadow: -2px 2px 2px 0px rgba(66, 66, 66, 0.25) inset;
  border-color: rgb(2.5, 36.5, 23);
}
.sc-button--secondary.sc-button--theme-mkt-6:disabled {
  background: #f1f1f1;
  border: none;
  color: #6d6d6d;
}
.sc-button--secondary.sc-button--theme-mkt-6.sc-button--loading:not([disabled]) {
  border-color: rgb(2.5, 36.5, 23);
  color: #05492e;
  box-shadow: -2px 2px 2px 0px rgba(66, 66, 66, 0.25) inset;
}
.sc-button--tertiary {
  background: transparent;
  border: 1px solid transparent;
  color: #414eef;
}
.sc-button--tertiary:hover,
.sc-button--tertiary:focus {
  background: #fafafa;
  color: #171669;
  border-color: #171669;
}
.sc-button--tertiary:active {
  background: #c7c7c7;
  color: #00003e;
  outline: none;
  border: none;
}
.sc-button--tertiary:disabled {
  background-color: #f1f1f1;
  color: #6d6d6d;
  border: none;
}
.sc-button--tertiary.sc-button--loading {
  background: #c7c7c7;
  color: #00003e;
  border: none;
}
.sc-button--tertiary.sc-button--theme-mkt-1 {
  background: transparent;
  border: 1px solid transparent;
  color: #3e4bee;
}
.sc-button--tertiary.sc-button--theme-mkt-1:hover,
.sc-button--tertiary.sc-button--theme-mkt-1:focus {
  background: #fafafa;
  color: rgb(12.1428571429, 21.4285714286, 137.8571428571);
  border-color: rgb(12.1428571429, 21.4285714286, 137.8571428571);
}
.sc-button--tertiary.sc-button--theme-mkt-1:active {
  background: #c7c7c7;
  color: rgb(6.0714285714, 10.7142857143, 68.9285714286);
  outline: none;
  border: none;
}
.sc-button--tertiary.sc-button--theme-mkt-1:disabled {
  background-color: #f1f1f1;
  color: #6d6d6d;
  border: none;
}
.sc-button--tertiary.sc-button--theme-mkt-1.sc-button--loading {
  background: #c7c7c7;
  color: rgb(6.0714285714, 10.7142857143, 68.9285714286);
  border: none;
}
.sc-button--tertiary.sc-button--theme-mkt-2 {
  background: transparent;
  border: 1px solid transparent;
  color: #3e4bee;
}
.sc-button--tertiary.sc-button--theme-mkt-2:hover,
.sc-button--tertiary.sc-button--theme-mkt-2:focus {
  background: #fafafa;
  color: rgb(12.1428571429, 21.4285714286, 137.8571428571);
  border-color: rgb(12.1428571429, 21.4285714286, 137.8571428571);
}
.sc-button--tertiary.sc-button--theme-mkt-2:active {
  background: #c7c7c7;
  color: rgb(6.0714285714, 10.7142857143, 68.9285714286);
  outline: none;
  border: none;
}
.sc-button--tertiary.sc-button--theme-mkt-2:disabled {
  background-color: #f1f1f1;
  color: #6d6d6d;
  border: none;
}
.sc-button--tertiary.sc-button--theme-mkt-2.sc-button--loading {
  background: #c7c7c7;
  color: rgb(6.0714285714, 10.7142857143, 68.9285714286);
  border: none;
}
.sc-button--tertiary.sc-button--theme-mkt-3 {
  background: transparent;
  border: 1px solid transparent;
  color: #100ccb;
}
.sc-button--tertiary.sc-button--theme-mkt-3:hover,
.sc-button--tertiary.sc-button--theme-mkt-3:focus {
  background: #fafafa;
  color: rgb(8, 6, 101.5);
  border-color: rgb(8, 6, 101.5);
}
.sc-button--tertiary.sc-button--theme-mkt-3:active {
  background: #c7c7c7;
  color: rgb(4, 3, 50.75);
  outline: none;
  border: none;
}
.sc-button--tertiary.sc-button--theme-mkt-3:disabled {
  background-color: #f1f1f1;
  color: #6d6d6d;
  border: none;
}
.sc-button--tertiary.sc-button--theme-mkt-3.sc-button--loading {
  background: #c7c7c7;
  color: rgb(4, 3, 50.75);
  border: none;
}
.sc-button--tertiary.sc-button--theme-mkt-4 {
  background: transparent;
  border: 1px solid transparent;
  color: #c11818;
}
.sc-button--tertiary.sc-button--theme-mkt-4:hover,
.sc-button--tertiary.sc-button--theme-mkt-4:focus {
  background: #fafafa;
  color: rgb(96.5, 12, 12);
  border-color: rgb(96.5, 12, 12);
}
.sc-button--tertiary.sc-button--theme-mkt-4:active {
  background: #c7c7c7;
  color: rgb(48.25, 6, 6);
  outline: none;
  border: none;
}
.sc-button--tertiary.sc-button--theme-mkt-4:disabled {
  background-color: #f1f1f1;
  color: #6d6d6d;
  border: none;
}
.sc-button--tertiary.sc-button--theme-mkt-4.sc-button--loading {
  background: #c7c7c7;
  color: rgb(48.25, 6, 6);
  border: none;
}
.sc-button--tertiary.sc-button--theme-mkt-5 {
  background: transparent;
  border: 1px solid transparent;
  color: #2475bf;
}
.sc-button--tertiary.sc-button--theme-mkt-5:hover,
.sc-button--tertiary.sc-button--theme-mkt-5:focus {
  background: #fafafa;
  color: rgb(18, 58.5, 95.5);
  border-color: rgb(18, 58.5, 95.5);
}
.sc-button--tertiary.sc-button--theme-mkt-5:active {
  background: #c7c7c7;
  color: rgb(9, 29.25, 47.75);
  outline: none;
  border: none;
}
.sc-button--tertiary.sc-button--theme-mkt-5:disabled {
  background-color: #f1f1f1;
  color: #6d6d6d;
  border: none;
}
.sc-button--tertiary.sc-button--theme-mkt-5.sc-button--loading {
  background: #c7c7c7;
  color: rgb(9, 29.25, 47.75);
  border: none;
}
.sc-button--tertiary.sc-button--theme-mkt-6 {
  background: transparent;
  border: 1px solid transparent;
  color: #0a925c;
}
.sc-button--tertiary.sc-button--theme-mkt-6:hover,
.sc-button--tertiary.sc-button--theme-mkt-6:focus {
  background: #fafafa;
  color: #05492e;
  border-color: #05492e;
}
.sc-button--tertiary.sc-button--theme-mkt-6:active {
  background: #c7c7c7;
  color: rgb(2.5, 36.5, 23);
  outline: none;
  border: none;
}
.sc-button--tertiary.sc-button--theme-mkt-6:disabled {
  background-color: #f1f1f1;
  color: #6d6d6d;
  border: none;
}
.sc-button--tertiary.sc-button--theme-mkt-6.sc-button--loading {
  background: #c7c7c7;
  color: rgb(2.5, 36.5, 23);
  border: none;
}
.sc-button--link {
  background: transparent;
  color: #414eef;
  line-height: normal;
  min-width: 0;
  padding: 0;
  width: auto;
  height: auto;
  text-decoration: underline;
}
.sc-button--link:focus,
.sc-button--link:hover {
  outline: none;
  color: #171669;
}
.sc-button--link:active {
  outline: none;
  color: #00003e;
}
.sc-button--link:disabled {
  color: #6d6d6d;
}
.sc-button--link.sc-button--theme-mkt-1 {
  background: transparent;
  color: #3e4bee;
  line-height: normal;
  min-width: 0;
  padding: 0;
  width: auto;
  height: auto;
  text-decoration: underline;
}
.sc-button--link.sc-button--theme-mkt-1:focus,
.sc-button--link.sc-button--theme-mkt-1:hover {
  outline: none;
  color: rgb(12.1428571429, 21.4285714286, 137.8571428571);
}
.sc-button--link.sc-button--theme-mkt-1:active {
  outline: none;
  color: rgb(6.0714285714, 10.7142857143, 68.9285714286);
}
.sc-button--link.sc-button--theme-mkt-1:disabled {
  color: #6d6d6d;
}
.sc-button--link.sc-button--theme-mkt-2 {
  background: transparent;
  color: #3e4bee;
  line-height: normal;
  min-width: 0;
  padding: 0;
  width: auto;
  height: auto;
  text-decoration: underline;
}
.sc-button--link.sc-button--theme-mkt-2:focus,
.sc-button--link.sc-button--theme-mkt-2:hover {
  outline: none;
  color: rgb(12.1428571429, 21.4285714286, 137.8571428571);
}
.sc-button--link.sc-button--theme-mkt-2:active {
  outline: none;
  color: rgb(6.0714285714, 10.7142857143, 68.9285714286);
}
.sc-button--link.sc-button--theme-mkt-2:disabled {
  color: #6d6d6d;
}
.sc-button--link.sc-button--theme-mkt-3 {
  background: transparent;
  color: #100ccb;
  line-height: normal;
  min-width: 0;
  padding: 0;
  width: auto;
  height: auto;
  text-decoration: underline;
}
.sc-button--link.sc-button--theme-mkt-3:focus,
.sc-button--link.sc-button--theme-mkt-3:hover {
  outline: none;
  color: rgb(8, 6, 101.5);
}
.sc-button--link.sc-button--theme-mkt-3:active {
  outline: none;
  color: rgb(4, 3, 50.75);
}
.sc-button--link.sc-button--theme-mkt-3:disabled {
  color: #6d6d6d;
}
.sc-button--link.sc-button--theme-mkt-4 {
  background: transparent;
  color: #c11818;
  line-height: normal;
  min-width: 0;
  padding: 0;
  width: auto;
  height: auto;
  text-decoration: underline;
}
.sc-button--link.sc-button--theme-mkt-4:focus,
.sc-button--link.sc-button--theme-mkt-4:hover {
  outline: none;
  color: rgb(96.5, 12, 12);
}
.sc-button--link.sc-button--theme-mkt-4:active {
  outline: none;
  color: rgb(48.25, 6, 6);
}
.sc-button--link.sc-button--theme-mkt-4:disabled {
  color: #6d6d6d;
}
.sc-button--link.sc-button--theme-mkt-5 {
  background: transparent;
  color: #2475bf;
  line-height: normal;
  min-width: 0;
  padding: 0;
  width: auto;
  height: auto;
  text-decoration: underline;
}
.sc-button--link.sc-button--theme-mkt-5:focus,
.sc-button--link.sc-button--theme-mkt-5:hover {
  outline: none;
  color: rgb(18, 58.5, 95.5);
}
.sc-button--link.sc-button--theme-mkt-5:active {
  outline: none;
  color: rgb(9, 29.25, 47.75);
}
.sc-button--link.sc-button--theme-mkt-5:disabled {
  color: #6d6d6d;
}
.sc-button--link.sc-button--theme-mkt-6 {
  background: transparent;
  color: #0a925c;
  line-height: normal;
  min-width: 0;
  padding: 0;
  width: auto;
  height: auto;
  text-decoration: underline;
}
.sc-button--link.sc-button--theme-mkt-6:focus,
.sc-button--link.sc-button--theme-mkt-6:hover {
  outline: none;
  color: #05492e;
}
.sc-button--link.sc-button--theme-mkt-6:active {
  outline: none;
  color: rgb(2.5, 36.5, 23);
}
.sc-button--link.sc-button--theme-mkt-6:disabled {
  color: #6d6d6d;
}
.sc-button--link-secondary {
  background: transparent;
  color: #414eef;
  line-height: normal;
  min-width: 0;
  width: auto;
  text-decoration: none;
  height: 32px;
  padding: 0 0.75rem;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
}
.sc-button--link-secondary:hover {
  background-color: #c7c7c7;
  transition: 0.3s all ease;
}
.sc-button--link-secondary:focus {
  outline: none;
}
.sc-button--link-secondary:disabled {
  cursor: default;
  color: #6d6d6d;
  background-color: #f1f1f1;
}
.sc-button--link-secondary--icon-only {
  display: initial;
}
.sc-button--link-secondary.sc-button--theme-mkt-1 {
  background: transparent;
  color: #3e4bee;
  line-height: normal;
  min-width: 0;
  width: auto;
  text-decoration: none;
  height: 32px;
  padding: 0 0.75rem;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
}
.sc-button--link-secondary.sc-button--theme-mkt-1:hover {
  background-color: #c7c7c7;
  transition: 0.3s all ease;
}
.sc-button--link-secondary.sc-button--theme-mkt-1:focus {
  outline: none;
}
.sc-button--link-secondary.sc-button--theme-mkt-1:disabled {
  cursor: default;
  color: #6d6d6d;
  background-color: #f1f1f1;
}
.sc-button--link-secondary.sc-button--theme-mkt-1--icon-only {
  display: initial;
}
.sc-button--link-secondary.sc-button--theme-mkt-2 {
  background: transparent;
  color: #3e4bee;
  line-height: normal;
  min-width: 0;
  width: auto;
  text-decoration: none;
  height: 32px;
  padding: 0 0.75rem;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
}
.sc-button--link-secondary.sc-button--theme-mkt-2:hover {
  background-color: #c7c7c7;
  transition: 0.3s all ease;
}
.sc-button--link-secondary.sc-button--theme-mkt-2:focus {
  outline: none;
}
.sc-button--link-secondary.sc-button--theme-mkt-2:disabled {
  cursor: default;
  color: #6d6d6d;
  background-color: #f1f1f1;
}
.sc-button--link-secondary.sc-button--theme-mkt-2--icon-only {
  display: initial;
}
.sc-button--link-secondary.sc-button--theme-mkt-3 {
  background: transparent;
  color: #100ccb;
  line-height: normal;
  min-width: 0;
  width: auto;
  text-decoration: none;
  height: 32px;
  padding: 0 0.75rem;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
}
.sc-button--link-secondary.sc-button--theme-mkt-3:hover {
  background-color: #c7c7c7;
  transition: 0.3s all ease;
}
.sc-button--link-secondary.sc-button--theme-mkt-3:focus {
  outline: none;
}
.sc-button--link-secondary.sc-button--theme-mkt-3:disabled {
  cursor: default;
  color: #6d6d6d;
  background-color: #f1f1f1;
}
.sc-button--link-secondary.sc-button--theme-mkt-3--icon-only {
  display: initial;
}
.sc-button--link-secondary.sc-button--theme-mkt-4 {
  background: transparent;
  color: #c11818;
  line-height: normal;
  min-width: 0;
  width: auto;
  text-decoration: none;
  height: 32px;
  padding: 0 0.75rem;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
}
.sc-button--link-secondary.sc-button--theme-mkt-4:hover {
  background-color: #c7c7c7;
  transition: 0.3s all ease;
}
.sc-button--link-secondary.sc-button--theme-mkt-4:focus {
  outline: none;
}
.sc-button--link-secondary.sc-button--theme-mkt-4:disabled {
  cursor: default;
  color: #6d6d6d;
  background-color: #f1f1f1;
}
.sc-button--link-secondary.sc-button--theme-mkt-4--icon-only {
  display: initial;
}
.sc-button--link-secondary.sc-button--theme-mkt-5 {
  background: transparent;
  color: #2475bf;
  line-height: normal;
  min-width: 0;
  width: auto;
  text-decoration: none;
  height: 32px;
  padding: 0 0.75rem;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
}
.sc-button--link-secondary.sc-button--theme-mkt-5:hover {
  background-color: #c7c7c7;
  transition: 0.3s all ease;
}
.sc-button--link-secondary.sc-button--theme-mkt-5:focus {
  outline: none;
}
.sc-button--link-secondary.sc-button--theme-mkt-5:disabled {
  cursor: default;
  color: #6d6d6d;
  background-color: #f1f1f1;
}
.sc-button--link-secondary.sc-button--theme-mkt-5--icon-only {
  display: initial;
}
.sc-button--link-secondary.sc-button--theme-mkt-6 {
  background: transparent;
  color: #0a925c;
  line-height: normal;
  min-width: 0;
  width: auto;
  text-decoration: none;
  height: 32px;
  padding: 0 0.75rem;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
}
.sc-button--link-secondary.sc-button--theme-mkt-6:hover {
  background-color: #c7c7c7;
  transition: 0.3s all ease;
}
.sc-button--link-secondary.sc-button--theme-mkt-6:focus {
  outline: none;
}
.sc-button--link-secondary.sc-button--theme-mkt-6:disabled {
  cursor: default;
  color: #6d6d6d;
  background-color: #f1f1f1;
}
.sc-button--link-secondary.sc-button--theme-mkt-6--icon-only {
  display: initial;
}
.sc-button--loading,
.sc-button:disabled {
  pointer-events: none;
}
.sc-button:not(.sc-button--link) .sc-button__content,
.sc-button:not(.sc-button--link) .sc-button__icon,
.sc-button:not(.sc-button--link) .sc-icon {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .sc-button--primary,
  .sc-button--secondary,
  .sc-button--tertiary {
    width: 100%;
  }
  .sc-button--icon-only {
    min-width: 0;
    width: 40px;
    padding: 0;
  }
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-info {
  color: #424242;
  background-color: #ecedfd;
  border-color: #414eef;
}
.alert-warning {
  color: #424242;
  background-color: #fdf7e8;
  border-color: #e9af1a;
}
.alert-dismissible {
  padding-right: 3rem;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.sc-multiselect .ng-input > input {
  padding: 0 !important;
}
.sc-multiselect .ng-value-label,
.sc-multiselect .ng-value-icon {
  color: #ffffff;
}
.sc-multiselect.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  color: #1b1b1b;
}
.sc-multiselect .ng-option {
  font-size: 0.9em;
}
.sc-multiselect.ng-select.ng-select-opened > .ng-select-container {
  background: #ffffff;
  border-color: #424242 #6d6d6d #c7c7c7;
}
.sc-multiselect.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.sc-multiselect.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: transparent transparent #1b1b1b;
  border-width: 0 5px 5px;
}
.sc-multiselect.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: transparent transparent #000000;
}
.sc-multiselect.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.sc-multiselect.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.sc-multiselect.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #414eef;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.sc-multiselect.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #ffffff;
}
.sc-multiselect.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.sc-multiselect.ng-select .ng-select-container {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #6d6d6d;
  min-height: 36px;
  align-items: center;
}
.sc-multiselect.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.sc-multiselect.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
.sc-multiselect.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #1b1b1b;
}
.sc-multiselect .ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.sc-multiselect.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .sc-multiselect.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.sc-multiselect.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #ffffff;
  border: 1px solid #c7c7c7;
}
.sc-multiselect.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.sc-multiselect.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-left: 7px;
}
[dir=rtl] .sc-multiselect.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.sc-multiselect.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: 0.9em;
  margin: 5px 5px 5px 0;
  background-color: #19d596;
  border-radius: 12px;
}
.sc-multiselect.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #ffffff;
}
.sc-multiselect.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
.sc-multiselect.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 16px;
}
.sc-multiselect.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.sc-multiselect.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: #00a268;
  padding: 0 8px;
  border-radius: 12px;
  border-top: 1px solid #00a268;
  border-bottom: 1px solid #00a268;
}
.sc-multiselect.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid #145229;
  padding: 0 8px;
}
.sc-multiselect.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid #95d4e9;
}
.sc-multiselect.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding: 5px;
}
.sc-multiselect.ng-select .ng-clear-wrapper {
  color: #424242;
  z-index: 2;
}
.sc-multiselect.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #ff5100;
}
.sc-multiselect.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
.sc-multiselect.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
.sc-multiselect.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #424242 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.sc-multiselect .ng-dropdown-panel {
  background-color: #c7c7c7;
  border: 1px solid #6d6d6d;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  left: 0;
  border-radius: 12px;
}
.sc-multiselect .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}
.sc-multiselect .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.sc-multiselect .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px 10px;
}
.sc-multiselect .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.sc-multiselect .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  font-weight: 600;
}
.sc-multiselect .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #ffffff;
  color: #000000;
}
.sc-multiselect .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked:hover {
  background-color: #95d4e9;
}
.sc-multiselect .ng-dropdown-panel .scroll-host {
  border-radius: 12px;
}
.sc-ng-multiselect .ng-input > input {
  padding: 0 !important;
}
.sc-ng-multiselect .ng-value-label,
.sc-ng-multiselect .ng-value-icon {
  color: #000000;
}
.sc-ng-multiselect .ng-value-label {
  font-weight: bold;
}
.sc-ng-multiselect.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  color: #000000;
}
.sc-ng-multiselect .ng-option {
  font-size: 0.9em;
}
.sc-ng-multiselect.ng-select.ng-select-opened > .ng-select-container {
  background: #ffffff;
  border-color: #414eef;
}
.sc-ng-multiselect.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
  border-color: #414eef;
}
.sc-ng-multiselect.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: transparent transparent #1b1b1b;
  border-width: 0 5px 5px;
}
.sc-ng-multiselect.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: transparent transparent #000000;
}
.sc-ng-multiselect.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.sc-ng-multiselect.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.sc-ng-multiselect.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #414eef;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.sc-ng-multiselect.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #ffffff;
}
.sc-ng-multiselect.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.sc-ng-multiselect.ng-select .ng-select-container {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #6d6d6d;
  min-height: 36px;
  align-items: center;
}
.sc-ng-multiselect.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #414eef;
}
.sc-ng-multiselect.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
.sc-ng-multiselect.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #1b1b1b;
}
.sc-ng-multiselect .ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.sc-ng-multiselect.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .sc-ng-multiselect.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.sc-ng-multiselect.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #ffffff;
  border: 1px solid #c7c7c7;
}
.sc-ng-multiselect.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 10px;
}
.sc-ng-multiselect.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-left: 7px;
}
[dir=rtl] .sc-ng-multiselect.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.sc-ng-multiselect.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: 0.9em;
  margin: 5px 5px 5px 0;
  background-color: #ecedfd;
  border-radius: 12px;
}
.sc-ng-multiselect.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #ffffff;
}
.sc-ng-multiselect.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
.sc-ng-multiselect.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 16px;
}
.sc-ng-multiselect.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.sc-ng-multiselect.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: #00a268;
  padding: 0 8px;
  border-radius: 12px;
  border-top: 1px solid #00a268;
  border-bottom: 1px solid #00a268;
}
.sc-ng-multiselect.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid #145229;
  padding: 0 8px;
}
.sc-ng-multiselect.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid #95d4e9;
}
.sc-ng-multiselect.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding: 5px;
}
.sc-ng-multiselect.ng-select .ng-clear-wrapper {
  color: #000000;
  z-index: 2;
}
.sc-ng-multiselect.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #ff5100;
}
.sc-ng-multiselect.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
.sc-ng-multiselect.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
.sc-ng-multiselect.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #424242 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.sc-ng-multiselect .ng-dropdown-panel {
  background-color: #c7c7c7;
  border: 1px solid #6d6d6d;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  left: 0;
  border-radius: 12px;
}
.sc-ng-multiselect .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
}
.sc-ng-multiselect .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.sc-ng-multiselect .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #ffffff;
  padding: 8px 10px;
}
.sc-ng-multiselect .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.sc-ng-multiselect .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  font-weight: 600;
  color: #414eef;
}
.sc-ng-multiselect .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #ffffff;
  color: #000000;
}
.sc-ng-multiselect .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked:hover {
  background-color: #ffffff;
  color: #414eef;
}
.sc-ng-multiselect .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked:hover .sc-select-multiple__checkbox {
  border-color: #414eef;
}
.sc-ng-multiselect .ng-dropdown-panel .scroll-host {
  border-radius: 12px;
}
.sc-ng-multiselect .ng-arrow {
  font-family: "sancristobal-iconfont";
  border-color: inherit !important;
  border-width: 0 !important;
  font-size: 13px;
  font-weight: normal;
  top: 0 !important;
  left: -10px;
  color: #424242;
  text-align: center;
  transform: rotate(0deg);
  transform-origin: 8px 12px;
  transition: transform 0.2s ease;
}
.sc-ng-multiselect .ng-arrow:before {
  content: "\ea43";
}
.sc-ng-multiselect.ng-select-opened .ng-arrow {
  transform: rotate(180deg);
}
.sc-ng-multiselect.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  color: #6d6d6d;
}
.sc-ng-multiselect.ng-select.ng-select-multiple.ng-select-disabled .ng-clear-wrapper {
  color: #6d6d6d;
}
.sc-ng-multiselect.ng-select.ng-select-multiple.ng-select-disabled .ng-arrow {
  color: #6d6d6d;
}
.sc-ng-multiselect.ng-select.ng-select-multiple.ng-select-disabled .ng-select-container {
  border-color: #424242;
}
.unseen-notifications {
  position: absolute;
  background: #ff5100;
  color: #ffffff;
  width: 10px;
  height: 10px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 1px #1b1b1b;
  pointer-events: none;
}
.unseen-notifications-mobile {
  bottom: 1.2rem;
  left: 0.8rem;
}
.unseen-notifications-desktop {
  top: 0.5rem;
  left: 2rem;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.toast-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  left: 16px;
  right: 16px;
}
@media (min-width: 768px) {
  .toast-container {
    gap: 13px;
  }
}
.toast-container .ngx-toastr {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 11px 37px;
  font-size: 12px;
  line-height: 18px;
  color: #1b1b1b;
  background-image: none;
  border-radius: 12px;
  box-shadow: 2px 2px 4px 0px rgba(27, 27, 27, 0.1), 0px 1px 2px 0px rgba(27, 27, 27, 0.3);
}
@media (min-width: 768px) {
  .toast-container .ngx-toastr {
    width: 332px;
    font-size: 14px;
    line-height: 16px;
    padding: 13px 39px;
  }
}
.toast-container .ngx-toastr .toast-title {
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .toast-container .ngx-toastr .toast-title {
    line-height: 20px;
  }
}
.toast-container .ngx-toastr .toast-message {
  font-weight: 500;
  line-height: 18px;
}
@media (min-width: 768px) {
  .toast-container .ngx-toastr .toast-message {
    line-height: 20px;
  }
}
.toast-container .ngx-toastr .toast-close-button {
  position: absolute;
  top: 12px;
  right: 11px;
  display: block;
  border: none;
  font-size: 16px;
  line-height: 16px;
  background: none;
  color: #6d6d6d;
}
@media (min-width: 768px) {
  .toast-container .ngx-toastr .toast-close-button {
    top: 15px;
    right: 14px;
  }
}
.toast-container .ngx-toastr .toast-close-button span {
  display: none;
}
.toast-container .ngx-toastr .toast-close-button:hover {
  opacity: 1;
}
.toast-container .ngx-toastr .toast-close-button:focus {
  opacity: 1;
  outline: none;
}
.toast-container .ngx-toastr .toast-close-button:after {
  font-family:
    "Font Awesome 6 Pro",
    "Font Awesome 5 Pro",
    sans-serif;
  font-size: 16px;
  font-weight: 300;
  content: "\f057";
}
.toast-container .ngx-toastr:before {
  position: absolute;
  top: 12px;
  left: 11px;
  font-family:
    "Font Awesome 6 Pro",
    "Font Awesome 5 Pro",
    sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .toast-container .ngx-toastr:before {
    top: 15px;
    left: 14px;
  }
}
.toast-container .ngx-toastr:hover {
  box-shadow: 2px 2px 4px 0px rgba(27, 27, 27, 0.1), 0px 1px 2px 0px rgba(27, 27, 27, 0.3);
}
.toast-container .ngx-toastr:hover .toast-close-button {
  color: #00003e;
}
.toast-success {
  background-color: #ffffff;
  border: 1px solid #0e8938;
}
.toast-success:before {
  content: "\f058";
  color: #0e8938;
}
.toast-success:hover {
  background-color: #e7f3eb;
}
.toast-error {
  background-color: #ffffff;
  border: 1px solid #d60e1a;
}
.toast-error:before {
  content: "\f06a";
  color: #d60e1a;
}
.toast-error:hover {
  background-color: #fbe7e8;
}
.toast-info {
  background-color: #ffffff;
  border: 1px solid #414eef;
}
.toast-info:hover {
  background-color: #ecedfd;
}
.toast-info:before {
  content: "\f05a";
  color: #414eef;
}
.toast-warning {
  background-color: #ffffff;
  border: 1px solid #e9af1a;
}
.toast-warning:before {
  content: "\f06a";
  color: #e9af1a;
}
.toast-warning:hover {
  background-color: #fdf7e8;
}
.toast-top-left {
  top: 16px;
}
@media (min-width: 768px) {
  .toast-top-left {
    top: 24px;
    left: 24px;
    right: auto;
  }
}
.toast-top-right {
  top: 16px;
}
@media (min-width: 768px) {
  .toast-top-right {
    top: 24px;
    right: 24px;
    left: auto;
  }
}
.toast-bottom-left {
  bottom: 16px;
}
@media (min-width: 768px) {
  .toast-bottom-left {
    bottom: 24px;
    left: 24px;
    right: auto;
  }
}
.toast-bottom-right {
  bottom: 16px;
}
@media (min-width: 768px) {
  .toast-bottom-right {
    bottom: 24px;
    right: 24px;
    left: auto;
  }
}
.sc-loading-bar--theme-mkt-1 {
  border-color: #3e4bee !important;
  background-color: #3e4bee !important;
}
.sc-loading-bar--theme-mkt-1__progress--animated {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background:
    linear-gradient(
      to right,
      #3e4bee 8%,
      rgb(94.81, 105.6, 240.89) 18%,
      #3e4bee 33%);
  background-size: 1024px;
}
.sc-loading-bar--theme-mkt-1__progress--colored {
  background-color: #3e4bee !important;
}
.sc-loading-bar--theme-mkt-2 {
  border-color: #3e4bee !important;
  background-color: #3e4bee !important;
}
.sc-loading-bar--theme-mkt-2__progress--animated {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background:
    linear-gradient(
      to right,
      #3e4bee 8%,
      rgb(94.81, 105.6, 240.89) 18%,
      #3e4bee 33%);
  background-size: 1024px;
}
.sc-loading-bar--theme-mkt-2__progress--colored {
  background-color: #3e4bee !important;
}
.sc-loading-bar--theme-mkt-3 {
  border-color: #100ccb !important;
  background-color: #100ccb !important;
}
.sc-loading-bar--theme-mkt-3__progress--animated {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background:
    linear-gradient(
      to right,
      #100ccb 8%,
      rgb(18.656744186, 13.9925581395, 236.7074418605) 18%,
      #100ccb 33%);
  background-size: 1024px;
}
.sc-loading-bar--theme-mkt-3__progress--colored {
  background-color: #100ccb !important;
}
.sc-loading-bar--theme-mkt-4 {
  border-color: #c11818 !important;
  background-color: #c11818 !important;
}
.sc-loading-bar--theme-mkt-4__progress--animated {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background:
    linear-gradient(
      to right,
      #c11818 8%,
      rgb(224.7516129032, 27.9483870968, 27.9483870968) 18%,
      #c11818 33%);
  background-size: 1024px;
}
.sc-loading-bar--theme-mkt-4__progress--colored {
  background-color: #c11818 !important;
}
.sc-loading-bar--theme-mkt-5 {
  border-color: #2475bf !important;
  background-color: #2475bf !important;
}
.sc-loading-bar--theme-mkt-5__progress--animated {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background:
    linear-gradient(
      to right,
      #2475bf 8%,
      rgb(46.9193832599, 135.1629955947, 215.7806167401) 18%,
      #2475bf 33%);
  background-size: 1024px;
}
.sc-loading-bar--theme-mkt-5__progress--colored {
  background-color: #2475bf !important;
}
.sc-loading-bar--theme-mkt-6 {
  border-color: #0a925c !important;
  background-color: #0a925c !important;
}
.sc-loading-bar--theme-mkt-6__progress--animated {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background:
    linear-gradient(
      to right,
      #0a925c 8%,
      rgb(12.2884615385, 179.4115384615, 113.0538461538) 18%,
      #0a925c 33%);
  background-size: 1024px;
}
.sc-loading-bar--theme-mkt-6__progress--colored {
  background-color: #0a925c !important;
}
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
body {
  color: #424242;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: Quicksand;
}
html,
body {
  margin: 0;
  height: 100%;
  font-size: 1rem;
  font-family: Quicksand, sans-serif;
}
body {
  background-color: #edf0f5;
}
.survey-btn .sc-button {
  color: #00003e;
  border-color: #00003e;
  width: 67px;
  min-width: unset;
  outline: unset;
}
.survey-btn .sc-button--secondary:active {
  box-shadow: none;
}
.survey-btn--positive .sc-button {
  color: #ffffff;
  background-color: #0e8938;
  border-color: #0e8938;
}
.survey-btn--positive .sc-button--secondary:focus,
.survey-btn--positive .sc-button--secondary:hover {
  border-color: #0e8938;
  outline-color: #0e8938;
}
.survey-btn--negative .sc-button {
  color: #ffffff;
  background-color: #d60e1a;
  border-color: #d60e1a;
}
.survey-btn--negative .sc-button--secondary:focus,
.survey-btn--negative .sc-button--secondary:hover {
  border-color: #d60e1a;
  outline-color: #d60e1a;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-H7LBMJUW.css.map */
