@charset "UTF-8";
/*      BRAND COLOR PALETTE
/* ============================== */
/*red*/
/*yellow*/
/*green*/
/*berry*/
/*robins egg*/
/*dark blue*/
/*dark berry*/
/*dark purple*/
/* accents */
/*background colors*/
/* -- robins egg-- */
/*$grey-darkest*/
/*$grey-darker*/
/*$grey-dark*/
/* ------------------------------------- */
/* --------------------------------------------- */
/* ------------------------------------------------- */
/*$grey-darkest*/
/*$grey-darker*/
/*$grey-dark*/
/*48px*/
/*40px*/
/*32px*/
/*28px*/
/*20px*/
/*16px*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html, body {
  font-size: 16px;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #58595B;
  text-align: left;
  background-color: #ffffff;
}

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

hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          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: #521E4E;
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  color: #1a0a19;
  text-decoration: underline;
}

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

pre,
code,
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.95rem;
  padding-bottom: 0.95rem;
  color: #969595;
  text-align: left;
  caption-side: bottom;
}

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          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;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.16;
  color: #35265F;
}

h1, .h1 {
  font-size: 3.05rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.43rem + 2.16vw);
  }
}

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

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

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

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

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

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

.display-1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.16;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

.display-2 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.16;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

.display-3 {
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1.16;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.29rem + 0.48vw);
  }
}

.display-4 {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.16;
}

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

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

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #969595;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #969595;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 760px) {
  .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1160px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.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: 12px;
  padding-left: 12px;
}

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

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-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: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 760px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 1160px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 2.875rem;
  padding: 0rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0 solid #ffffff;
  border-radius: 5px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-control:focus {
  color: #212529;
  background-color: #ffffff;
  border-color: #58595B;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #58595B;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #58595B;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #58595B;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #58595B;
  opacity: 1;
}
.form-control::placeholder {
  color: #58595B;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f8f9fa;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  color: #212529;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1;
}

.col-form-label-lg {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  color: #58595B;
  background-color: transparent;
  border: solid transparent;
  border-width: 0 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: 1.5rem;
  padding: 0.5rem 0.9rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3px;
}

.form-control-lg {
  height: 3rem;
  padding: 0.8rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 8px;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #969595;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 5px;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1em + 0rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.25em + 0rem) center;
  background-size: calc(0.5em + 0rem) calc(0.5em + 0rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1em + 0rem);
  background-position: top calc(0.25em + 0rem) right calc(0.25em + 0rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.25rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333332' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.25rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 2.25rem/calc(0.5em + 0rem) calc(0.5em + 0rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 5px;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1em + 0rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.25em + 0rem) center;
  background-size: calc(0.5em + 0rem) calc(0.5em + 0rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1em + 0rem);
  background-position: top calc(0.25em + 0rem) right calc(0.25em + 0rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.25rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333332' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.25rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 2.25rem/calc(0.5em + 0rem) calc(0.5em + 0rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 700;
  color: #58595B;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 1.75rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #58595B;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0rem rgba(53, 38, 95, 0.25);
          box-shadow: 0 0 0 0rem rgba(53, 38, 95, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #35265F;
  border-color: #35265F;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #261b44;
  border-color: #21173b;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #261b44;
  border-color: #21173b;
  -webkit-box-shadow: 0 0 0 0rem rgba(83, 71, 119, 0.5);
          box-shadow: 0 0 0 0rem rgba(83, 71, 119, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #35265F;
  border-color: #35265F;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #21173b;
  border-color: #1c1431;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(83, 71, 119, 0.5);
          box-shadow: 0 0 0 0rem rgba(83, 71, 119, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #F23869;
  border-color: #F23869;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #f0144e;
  border-color: #e80f48;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #f0144e;
  border-color: #e80f48;
  -webkit-box-shadow: 0 0 0 0rem rgba(244, 86, 128, 0.5);
          box-shadow: 0 0 0 0rem rgba(244, 86, 128, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #F23869;
  border-color: #F23869;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #e80f48;
  border-color: #dc0e45;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(244, 86, 128, 0.5);
          box-shadow: 0 0 0 0rem rgba(244, 86, 128, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #F19A32;
  border-color: #F19A32;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ed8810;
  border-color: #e1810f;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #ed8810;
  border-color: #e1810f;
  -webkit-box-shadow: 0 0 0 0rem rgba(210, 136, 49, 0.5);
          box-shadow: 0 0 0 0rem rgba(210, 136, 49, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #F19A32;
  border-color: #F19A32;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #e1810f;
  border-color: #d57a0f;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(210, 136, 49, 0.5);
          box-shadow: 0 0 0 0rem rgba(210, 136, 49, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #333332;
  border-color: #333332;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #20201f;
  border-color: #191919;
}
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: #20201f;
  border-color: #191919;
  -webkit-box-shadow: 0 0 0 0rem rgba(82, 82, 81, 0.5);
          box-shadow: 0 0 0 0rem rgba(82, 82, 81, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #333332;
  border-color: #333332;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #191919;
  border-color: #131312;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(82, 82, 81, 0.5);
          box-shadow: 0 0 0 0rem rgba(82, 82, 81, 0.5);
}

.btn-outline-primary {
  color: #35265F;
  border-color: #35265F;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #35265F;
  border-color: #35265F;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(53, 38, 95, 0.5);
          box-shadow: 0 0 0 0rem rgba(53, 38, 95, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #35265F;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #35265F;
  border-color: #35265F;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(53, 38, 95, 0.5);
          box-shadow: 0 0 0 0rem rgba(53, 38, 95, 0.5);
}

.btn-outline-secondary {
  color: #F23869;
  border-color: #F23869;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #F23869;
  border-color: #F23869;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(242, 56, 105, 0.5);
          box-shadow: 0 0 0 0rem rgba(242, 56, 105, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #F23869;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #F23869;
  border-color: #F23869;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(242, 56, 105, 0.5);
          box-shadow: 0 0 0 0rem rgba(242, 56, 105, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #F19A32;
  border-color: #F19A32;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #F19A32;
  border-color: #F19A32;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(241, 154, 50, 0.5);
          box-shadow: 0 0 0 0rem rgba(241, 154, 50, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #F19A32;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #F19A32;
  border-color: #F19A32;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(241, 154, 50, 0.5);
          box-shadow: 0 0 0 0rem rgba(241, 154, 50, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #333332;
  border-color: #333332;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #333332;
  border-color: #333332;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(51, 51, 50, 0.5);
          box-shadow: 0 0 0 0rem rgba(51, 51, 50, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #333332;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #333332;
  border-color: #333332;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(51, 51, 50, 0.5);
          box-shadow: 0 0 0 0rem rgba(51, 51, 50, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #521E4E;
  text-decoration: underline;
}
.btn-link:hover {
  color: #1a0a19;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #969595;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.8rem 2rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.4rem 1.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2.5rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.info-btn {
  background: #35265F;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 13px;
  line-height: 15px;
  text-transform: lowercase;
  padding: 0;
  margin: -2px 0 0 4px;
  text-align: center;
  font-family: Georgia, Times, "Times New Roman", serif;
  border-radius: 50%;
}

.info-btn-link {
  position: relative;
  text-decoration: none;
}
.info-btn-link:hover {
  text-decoration: underline;
}
.info-btn-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.482' height='21' viewBox='0 0 20.482 21'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%237D2747;%7D.b%7Bfill:%23fff;%7D.c,.d%7Bstroke:none;%7D.d%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(1 1)'%3E%3Cg class='a'%3E%3Cpath class='c' d='M 9.240739822387695 19.5 C 3.869679927825928 19.5 -0.5000001788139343 15.01401996612549 -0.5000001788139343 9.5 C -0.5000001788139343 3.985980033874512 3.869679927825928 -0.5 9.240739822387695 -0.5 C 14.61180019378662 -0.5 18.98147964477539 3.985980033874512 18.98147964477539 9.5 C 18.98147964477539 15.01401996612549 14.61180019378662 19.5 9.240739822387695 19.5 Z'/%3E%3Cpath class='d' d='M 9.240739822387695 0 C 4.137219429016113 0 0 4.253299713134766 0 9.5 C 0 14.74670028686523 4.137219429016113 19 9.240739822387695 19 C 14.34425926208496 19 18.48147964477539 14.74670028686523 18.48147964477539 9.5 C 18.48147964477539 4.253299713134766 14.34425926208496 0 9.240739822387695 0 M 9.240739822387695 -1 C 14.88749980926514 -1 19.48147964477539 3.710280418395996 19.48147964477539 9.5 C 19.48147964477539 15.28972053527832 14.88749980926514 20 9.240739822387695 20 C 3.593979835510254 20 -1 15.28972053527832 -1 9.5 C -1 3.710280418395996 3.593979835510254 -1 9.240739822387695 -1 Z'/%3E%3C/g%3E%3Cg transform='translate(7.682 4.049)'%3E%3Cpath class='b' d='M97.291-252.53a.6.6,0,0,1,.174.426.591.591,0,0,1-.174.426.56.56,0,0,1-.415.18H94.518a.556.556,0,0,1-.414-.18.588.588,0,0,1-.175-.426.592.592,0,0,1,.175-.426.56.56,0,0,1,.414-.18h.59v-4.853h-.59a.556.556,0,0,1-.414-.18.589.589,0,0,1-.175-.426.59.59,0,0,1,.175-.426.556.556,0,0,1,.414-.18H95.7a.559.559,0,0,1,.415.18.593.593,0,0,1,.174.426v5.46h.59A.563.563,0,0,1,97.291-252.53Z' transform='translate(-93.928 262.417)'/%3E%3Cpath class='b' d='M94.355-261.218a1.189,1.189,0,0,1,.341-.863,1.121,1.121,0,0,1,.838-.351,1.124,1.124,0,0,1,.838.351,1.193,1.193,0,0,1,.341.863,1.2,1.2,0,0,1-.341.863,1.124,1.124,0,0,1-.838.351,1.121,1.121,0,0,1-.838-.351A1.191,1.191,0,0,1,94.355-261.218Z' transform='translate(-93.703 262.431)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.info-btn-link:after {
  content: "";
  display: block;
  height: 19px;
  width: 19px;
  position: absolute;
  right: -24px;
  top: 2px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.482' height='21' viewBox='0 0 20.482 21'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23332d64;%7D.b%7Bfill:%23fff;%7D.c,.d%7Bstroke:none;%7D.d%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(1 1)'%3E%3Cg class='a'%3E%3Cpath class='c' d='M 9.240739822387695 19.5 C 3.869679927825928 19.5 -0.5000001788139343 15.01401996612549 -0.5000001788139343 9.5 C -0.5000001788139343 3.985980033874512 3.869679927825928 -0.5 9.240739822387695 -0.5 C 14.61180019378662 -0.5 18.98147964477539 3.985980033874512 18.98147964477539 9.5 C 18.98147964477539 15.01401996612549 14.61180019378662 19.5 9.240739822387695 19.5 Z'/%3E%3Cpath class='d' d='M 9.240739822387695 0 C 4.137219429016113 0 0 4.253299713134766 0 9.5 C 0 14.74670028686523 4.137219429016113 19 9.240739822387695 19 C 14.34425926208496 19 18.48147964477539 14.74670028686523 18.48147964477539 9.5 C 18.48147964477539 4.253299713134766 14.34425926208496 0 9.240739822387695 0 M 9.240739822387695 -1 C 14.88749980926514 -1 19.48147964477539 3.710280418395996 19.48147964477539 9.5 C 19.48147964477539 15.28972053527832 14.88749980926514 20 9.240739822387695 20 C 3.593979835510254 20 -1 15.28972053527832 -1 9.5 C -1 3.710280418395996 3.593979835510254 -1 9.240739822387695 -1 Z'/%3E%3C/g%3E%3Cg transform='translate(7.682 4.049)'%3E%3Cpath class='b' d='M97.291-252.53a.6.6,0,0,1,.174.426.591.591,0,0,1-.174.426.56.56,0,0,1-.415.18H94.518a.556.556,0,0,1-.414-.18.588.588,0,0,1-.175-.426.592.592,0,0,1,.175-.426.56.56,0,0,1,.414-.18h.59v-4.853h-.59a.556.556,0,0,1-.414-.18.589.589,0,0,1-.175-.426.59.59,0,0,1,.175-.426.556.556,0,0,1,.414-.18H95.7a.559.559,0,0,1,.415.18.593.593,0,0,1,.174.426v5.46h.59A.563.563,0,0,1,97.291-252.53Z' transform='translate(-93.928 262.417)'/%3E%3Cpath class='b' d='M94.355-261.218a1.189,1.189,0,0,1,.341-.863,1.121,1.121,0,0,1,.838-.351,1.124,1.124,0,0,1,.838.351,1.193,1.193,0,0,1,.341.863,1.2,1.2,0,0,1-.341.863,1.124,1.124,0,0,1-.838.351,1.121,1.121,0,0,1-.838-.351A1.191,1.191,0,0,1,94.355-261.218Z' transform='translate(-93.703 262.431)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.info-btn:hover {
  background: #A7345F;
  text-decoration: none;
  color: #fff;
}

.fade {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.825rem;
  padding-left: 0.825rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: 0;
}

.input-group-prepend {
  margin-right: 0;
}

.input-group-append {
  margin-left: 0;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #FAFAFA;
  border: 0 solid #ffffff;
  border-radius: 5px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: 3rem;
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.8rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 8px;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: 1.5rem;
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.5rem 0.9rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3px;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2.25rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #35265F;
  background-color: #35265F;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #58595B;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #969595;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f8f9fa;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  cursor: pointer;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #C5C5C7 solid 0;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.2em;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #35265F;
  background-color: #35265F;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(53, 38, 95, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(53, 38, 95, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(53, 38, 95, 0.5);
}

.custom-switch {
  padding-left: 4.3rem;
}
.custom-switch .custom-control-label::before {
  left: -4.3rem;
  width: 3.8rem;
  pointer-events: all;
  border-radius: 50%;
}
.custom-switch .custom-control-label::after {
  top: 0.25rem;
  left: -4.3rem;
  width: 20px;
  height: 20px;
  background-color: #C5C5C7;
  border-radius: 50%;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  -webkit-transform: translateX(2.8rem);
          transform: translateX(2.8rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(53, 38, 95, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 2.875rem;
  padding: 0rem 2.25rem 0rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333332' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.25rem center/8px 10px no-repeat;
  border: 0 solid #ffffff;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #58595B;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(53, 38, 95, 0.25);
          box-shadow: 0 0 0 0 rgba(53, 38, 95, 0.25);
}
.custom-select:focus::-ms-value {
  color: #212529;
  background-color: #ffffff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.25rem;
  background-image: none;
}
.custom-select:disabled {
  color: #969595;
  background-color: #FAFAFA;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.custom-select-sm {
  height: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.9rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: 3rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.5rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2.875rem;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2.875rem;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #58595B;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #f8f9fa;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 2.875rem;
  padding: 0rem 1.25rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  background-color: #ffffff;
  border: 0 solid #ffffff;
  border-radius: 5px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1em + 0rem);
  padding: 0rem 1.25rem;
  line-height: 1;
  color: #212529;
  content: "Browse";
  background-color: #FAFAFA;
  border-left: inherit;
  border-radius: 0 5px 5px 0;
}

.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #ffffff, none;
          box-shadow: 0 0 0 1px #ffffff, none;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, none;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #35265F;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #8871c6;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #EFEFEF;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #35265F;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #8871c6;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #EFEFEF;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #35265F;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #8871c6;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #EFEFEF;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #EFEFEF;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #C5C5C7;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #C5C5C7;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #C5C5C7;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #969595;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 2px solid #EFEFEF;
}
.nav-tabs .nav-link {
  margin-bottom: -2px;
  border: 2px solid transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #FAFAFA #FAFAFA #EFEFEF;
}
.nav-tabs .nav-link.disabled {
  color: #969595;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #58595B;
  background-color: #ffffff;
  border-color: transparent transparent #35265F;
}
.nav-tabs .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 5px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #35265F;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 1.75rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 759.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 760px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1159.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1160px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(17, 17, 17, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(17, 17, 17, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(17, 17, 17, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(17, 17, 17, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(17, 17, 17, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(17, 17, 17, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(17, 17, 17, 0.5);
  border-color: rgba(17, 17, 17, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2817, 17, 17, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(17, 17, 17, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(17, 17, 17, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(17, 17, 17, 0.9);
}

.navbar .navbar-brand {
  width: 140px;
  height: 56px;
  background-size: auto 32px;
}

@media screen and (min-width: 990px) {
  .navbar .navbar-brand {
    width: 120px;
    height: 64px;
    margin-right: 28px;
    background-size: 100%;
  }
}
#top-banner {
  height: 38px;
  background-color: #35265F;
  letter-spacing: 0.01em;
}

#top-banner {
  background: -webkit-gradient(linear, left top, right top, from(rgb(53, 38, 95)), to(rgb(222, 31, 47)));
  background: linear-gradient(90deg, rgb(53, 38, 95) 0%, rgb(222, 31, 47) 100%);
}

#top-banner p {
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 40px;
  font-size: 14.5px;
}

#top-banner strong {
  font-weight: 700;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  #top-banner {
    height: 36px;
  }
  #top-banner .container {
    padding: 0;
  }
  #top-banner p {
    padding: 0;
    margin: 0;
    color: #fff;
    line-height: 32px;
    font-size: 14.5px;
  }
  .banner-phone-number {
    font-size: 14px;
    margin-left: 8px !important;
  }
  .navbar .nav li,
.navbar .nav li:first-child {
    margin: 8px 0 0px;
  }
  .navbar .nav li a {
    line-height: 40px;
    color: #35265F;
  }
  .navbar .nav li a .dropdown-menu {
    line-height: 28px;
  }
  .navbar .nav .mega-menu-alt {
    min-width: 764px;
    padding: 8px 4px;
    left: -152px;
  }
  .navbar .nav.navbar-right li {
    display: none;
  }
  .navbar .nav.navbar-right .navlink-quiz {
    display: block;
    margin: 4px 0 0;
  }
  .navbar .navbar-brand {
    height: 64px;
    margin-left: 15px;
    margin-right: 24px;
    width: 128px;
  }
}
.panel-cta-home .panel-body,
.panel-cta-mobile .panel-body {
  padding-top: 24px;
}

.panel-cta-home .prod-thumb-group,
.panel-cta-mobile .prod-thumb-group {
  display: none;
}

@media only screen and (max-width: 640px) {
  .navbar-default .navbar-toggle {
    left: auto;
    right: 0;
  }
  .navbar .navbar-brand {
    display: inline-block;
    left: 0;
    margin: 0 0 0 12px;
  }
  .mobile-header-call {
    display: none !important;
  }
  .navbar .nav .mega-menu-alt .nav-justified > li {
    padding: 2px 0;
    margin: 0px;
    display: inline-block;
    min-width: 96px;
    min-width: 33.33336%;
    width: 49%;
    float: none;
    position: relative;
  }
  .navbar .nav .mega-menu-alt li a {
    display: block;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #111;
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 424px;
    background: #fff;
  }
  ::before, ::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 760px) {
  .navbar .navbar-right {
    margin-top: 10px;
  }
  .navbar .navbar-right li {
    margin-left: 10px;
  }
  .navbar .navbar-right li:first-child {
    margin-left: 0px;
  }
  .navbar .navbar-right li:last-child {
    margin-left: 12px;
  }
  .navbar .navbar-right .header-login {
    color: #222;
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
  }
  .navbar .nav li a:hover {
    color: #A6345E;
  }
  .banner-phone-number {
    font-size: 16px;
  }
  .click-to-call {
    text-decoration: none;
  }
}
.navbar .nav li .btn,
.navbar .nav li .btn span {
  text-transform: capitalize;
}

.banner-phone-number a {
  text-decoration: none;
}

@media only screen and (min-width: 990px) {
  #top-banner {
    height: 55px;
  }
  #top-banner p {
    padding: 0;
    margin: 0;
    color: #fff;
    line-height: 52px;
    font-size: 16px;
    font-weight: 500 !important;
  }
  #top-banner p span {
    font-weight: 500 !important;
  }
  #top-banner p strong {
    font-weight: 700 !important;
  }
}
.navbar-nav .nav-link .nav-txt {
  display: inline-block;
  position: relative;
  color: #35265F;
  line-height: 1;
  padding: 0 0 2px;
  margin-top: -2px;
  font-weight: 500;
}
.navbar-nav .nav-link .nav-txt::after {
  background: #fff;
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -3px;
  height: 3px;
  content: "";
  border-radius: 1px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.navbar-nav .nav-link:hover .nav-txt::after {
  background: #CFFFFE;
}
.navbar-nav .active .nav-link .nav-txt::after {
  background: #CFFFFE;
}

.nav-item > .dropdown-menu {
  padding: 0 0 0.75rem;
  margin-top: 0.7rem;
  left: -1rem;
  min-width: 11rem;
}

.dropdown-menu > .nav-item > .nav-link {
  color: #5d5e60;
  padding-left: 1.375rem;
}
.dropdown-menu > .nav-item > .nav-link:hover {
  color: #35265F;
}

.navbar-default .navbar-toggle {
  left: auto;
  right: -4px;
}

.btn-p-quiz {
  position: absolute;
  right: 50px;
  top: 4px;
  z-index: 20;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.15em;
  border-top-color: #32295C;
}

@media only screen and (min-width: 640px) {
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.15em;
    border-top: 0.35em solid #32295C;
  }
}
@media only screen and (max-width: 640px) {
  .navbar-header .view-options,
.navbar-header .take-quiz {
    position: absolute;
    right: 72px;
    top: 12px;
    font-size: 13px;
  }
  .navbar-header .btn.btn-primary {
    border: 2px solid #35265F;
  }
  .navbar-header .btn.btn-primary {
    max-width: 130px;
    width: 132px;
    height: 36px;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-header .btn.btn-primary-outline {
    height: 36px;
  }
  .navbar-header .btn.btn-primary-outline span {
    font-size: 14px;
    padding: 0px;
    height: 32px;
  }
  .navbar-header .btn.btn-primary-outline span {
    max-width: 128px;
    width: auto;
    padding-left: 4px;
    padding-right: 4px;
  }
  .navbar-header .btn.btn-primary {
    max-width: 130px;
    width: 132px;
    height: 36px;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-header .btn.btn-primary-outline {
    height: 36px;
  }
  .navbar-header .btn.btn-primary-outline span {
    font-size: 14px;
    padding: 0px;
    height: 32px;
  }
  .navbar-header .btn.btn-primary-outline span {
    max-width: 128px;
    width: auto;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.pt-0 {
  padding-top: 0;
}

.pb-2 {
  padding-bottom: 24px;
}

.pb-3 {
  padding-bottom: 36px;
}

@media only screen and (max-width: 640px) {
  .navbar .nav li .btn.btn-primary-outline {
    height: 40px;
  }
  .navbar .nav li .btn.btn-primary-outline span {
    font-size: 14px;
    height: 36px;
    padding: 0;
  }
}
.navbar-header .btn.btn-primary.btn-sm, .navbar-header .btn-group-sm > .btn.btn-primary,
.navbar-nav .btn.btn-sm,
.navbar-nav .btn-group-sm > .btn {
  max-width: 130px;
  width: 132px;
  height: 36px;
  padding-left: 0;
  padding-right: 0;
  line-height: 34px;
}

.navbar-nav .btn.btn-primary.btn-sm,
.navbar-nav .btn.btn-primary {
  color: #35285E;
}
.navbar-nav .btn.btn-primary.btn-sm:hover,
.navbar-nav .btn.btn-primary:hover {
  color: #fff;
}

.navbar-header .btn.btn-primary-outline.btn-sm, .navbar-header .btn-group-sm > .btn.btn-primary-outline {
  height: 36px;
}

.navbar-header .btn.btn-primary-outline.btn-sm span, .navbar-header .btn-group-sm > .btn.btn-primary-outline span {
  font-size: 14px;
  padding: 0px;
  height: 32px;
  line-height: 30px;
}

.navbar-header .btn.btn-primary-outline.btn-sm span, .navbar-header .btn-group-sm > .btn.btn-primary-outline span {
  max-width: 128px;
  width: auto;
  padding-left: 4px;
  padding-right: 4px;
}

@media screen and (max-width: 760px) {
  .navbar-collapse {
    padding: 1rem;
  }
  .mega-menu-alt .nav .nav-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar .navbar-nav .mega-menu-alt {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 0px;
}

@media screen and (min-width: 990px) {
  .navbar-light .mega-menu-alt,
.navbar .navbar-nav .mega-menu-alt {
    position: fixed;
    top: 120px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    margin-top: -1px;
    padding: 0;
    background-color: rgba(207, 255, 254, 0.94);
    overflow: hidden;
  }
  .navbar-light .mega-menu-alt .nav-item,
.navbar .navbar-nav .mega-menu-alt .nav-item {
    margin: 0 12px;
  }
  .navbar-light .mega-menu-alt .nav-item .nav-link,
.navbar .navbar-nav .mega-menu-alt .nav-item .nav-link {
    border-bottom: 3px solid transparent;
    font-size: 12.5px;
    line-height: 1.375;
    font-weight: 500;
    padding: 0.375rem;
    color: #434343 !important;
  }
  .navbar-light .mega-menu-alt .nav-item .nav-link:hover,
.navbar .navbar-nav .mega-menu-alt .nav-item .nav-link:hover {
    border-bottom: 3px solid #CFFFFE;
  }
  .navbar-light .mega-menu-alt .nav-item .nav-link img,
.navbar .navbar-nav .mega-menu-alt .nav-item .nav-link img {
    margin: 0px auto 2px;
  }
  .navbar-light .mega-menu-alt .nav-item .nav-link p,
.navbar .navbar-nav .mega-menu-alt .nav-item .nav-link p {
    margin: 0px 0 0;
    padding: 4px 0 0;
    font-weight: 600;
    font-size: 15.5px;
    line-height: 1.375;
    color: #35265F !important;
  }
  .navbar-light .mega-menu-alt .menu-container,
.navbar .navbar-nav .mega-menu-alt .menu-container {
    float: none;
    max-width: 800px;
    width: 100%;
    background: #fff;
    padding: 0 0.5rem 0.5rem;
  }
}
.menu-risk-cta {
  position: relative;
}
.menu-risk-cta .menu-risk-img img {
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}
.menu-risk-cta .menu-risk-content {
  font-size: 15px;
}
.menu-risk-cta .btn.btn-sm, .menu-risk-cta .btn-group-sm > .btn {
  height: 36px;
  padding-left: 0;
  padding-right: 0;
  line-height: 34px;
  font-size: 14px;
}

.mega-menu-alt .menu-left {
  border-right: 1px solid #eee;
}

@media screen and (max-width: 760px) {
  .navbar .btn.btn-primary.btn-p-quiz {
    line-height: 36px;
    margin-top: 3px;
  }
  .mega-menu-alt .menu-left {
    border-bottom: 1px solid #eee;
    border-right: none;
    padding-bottom: 15px;
    margin-bottom: 8px;
  }
  .menu-risk-cta {
    display: table;
    margin: 12px auto 8px;
    max-width: 340px;
  }
  .menu-risk-cta .menu-risk-img {
    display: table-cell;
    vertical-align: middle;
  }
  .menu-risk-cta .menu-risk-content {
    display: table-cell;
    vertical-align: middle;
  }
  .menu-risk-cta .menu-risk-content p {
    padding: 0 8px;
    margin-bottom: 8px;
  }
}
.navbar-nav .dropdown-menu.mega-menu-alt .nav-item .nav-link {
  border-bottom: 3px solid transparent;
  font-size: 12.5px;
  line-height: 1.5;
  font-weight: 500;
  padding: 0.375rem;
  color: I #434343 !important;
}
.navbar-nav .dropdown-menu.mega-menu-alt .nav-item .nav-link:hover {
  border-bottom: 3px solid #CFFFFE;
}
.navbar-nav .dropdown-menu.mega-menu-alt .nav-item .nav-link img {
  margin: 2px auto 4px;
}
.navbar-nav .dropdown-menu.mega-menu-alt .nav-item .nav-link p {
  margin: 0px 0 0;
  padding: 4px 0 0;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.375;
  color: #35265F !important;
}

.nav-link.header-link {
  font-size: 11px;
}
.nav-link.btn.header-link {
  font-size: 11px;
  color: #58595B;
}
.nav-link.btn.btn-link {
  font-weight: 500;
  font-size: 12px;
}
.nav-link.btn.btn-link.header-link {
  font-weight: 500;
  font-size: 11px;
}

@media only screen and (min-width: 760px) {
  .navbar-nav .dropdown-menu.mega-menu-alt .nav-item {
    border-right: 1px solid #efefef;
  }
  .navbar-nav .dropdown-menu.mega-menu-alt .nav-item:nth-child(3n+3) {
    border-right-color: transparent;
  }
  .navbar-nav .dropdown-menu.mega-menu-alt .nav-item .nav-link {
    padding: 6px 0 10px;
  }
}
@media only screen and (min-width: 990px) {
  #topnav > .main-nav > li {
    margin-left: 14px;
  }
  #topnav > .main-nav > li:first-child {
    margin-left: 0;
  }
}
.icon-phone::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M5.77 2a1 1 0 01.66.35A83.65 83.65 0 0110.07 6c.33.35.3.75-.1 1.19l-1 1.07c-1.34 1.42-2 2.13-1.33 3.44a22 22 0 008.53 8.61l.45.24h.51c.84 0 1-.17 2.79-1.85l.76-.71a1.24 1.24 0 01.68-.39.89.89 0 01.48.27 66.25 66.25 0 013.77 3.73c.42.46.42.72 0 1.16l-.1.1a14.92 14.92 0 01-3.39 3 2.65 2.65 0 01-.62.1c-.41-.05-1.86-.36-2.16-.44a25.74 25.74 0 01-12.6-8.84 24.15 24.15 0 01-4.62-9.02 4.16 4.16 0 010-1.82A17.14 17.14 0 015.18 2.3a.94.94 0 01.59-.3m0-2a2.83 2.83 0 00-1.94.82S.88 3.46.17 5.23a6.05 6.05 0 000 2.9A26 26 0 005.26 18a27.62 27.62 0 0013.57 9.49 22.65 22.65 0 002.7.53 4.59 4.59 0 001.35-.22c1.53-.63 4-3.37 4.25-3.61a2.64 2.64 0 000-3.91 66.9 66.9 0 00-3.88-3.84 2.73 2.73 0 00-1.83-.79 3 3 0 00-2.05.93c-.75.7-2.12 2-2.18 2a20.07 20.07 0 01-7.79-7.84s1.49-1.6 2.05-2.23a2.76 2.76 0 00.06-3.9A129.78 129.78 0 007.81.9a3 3 0 00-2-.9z' fill='%23CFFFFE' data-name='phone'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 4px;
  position: relative;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(17, 17, 17, 0.125);
  border-radius: 5px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

.card-subtitle {
  margin-top: -0.6875rem;
  margin-bottom: 0;
}

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.75rem;
}

.card-header {
  padding: 1.375rem 1.75rem;
  margin-bottom: 0;
  background-color: rgba(17, 17, 17, 0.03);
  border-bottom: 1px solid rgba(17, 17, 17, 0.125);
}
.card-header:first-child {
  border-radius: 4px 4px 0 0;
}

.card-footer {
  padding: 1.375rem 1.75rem;
  background-color: rgba(17, 17, 17, 0.03);
  border-top: 1px solid rgba(17, 17, 17, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 4px 4px;
}

.card-header-tabs {
  margin-right: -0.875rem;
  margin-bottom: -1.375rem;
  margin-left: -0.875rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.875rem;
  margin-left: -0.875rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 4px;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card-deck .card {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
  }
}

.card-group > .card {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 1.375rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.jumbotron {
  padding: 3rem 1.5rem;
  margin-bottom: 3rem;
  color: #ffffff;
  background-color: #35265F;
  border-radius: 8px;
}
.jumbotron.white {
  background-color: white;
  color: #35265F;
}
.jumbotron.white p {
  color: #58595B;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 6rem 3rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #111111;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.close:hover {
  color: #111111;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 2rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 2rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 2rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 2rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: #ffffff;
  pointer-events: auto;
  background-color: #35265F;
  background-clip: padding-box;
  border: 0rem solid rgba(17, 17, 17, 0.2);
  border-radius: 8px;
  outline: 0;
}

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 1.5rem;
  border-bottom: 0rem solid #EFEFEF;
  border-top-left-radius: calc(8px - 0rem);
  border-top-right-radius: calc(8px - 0rem);
}
.modal-header .close {
  padding: 1.5rem 1.5rem;
  margin: -1.5rem -1.5rem -1.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.125rem;
  border-top: 0rem solid #EFEFEF;
  border-bottom-right-radius: calc(8px - 0rem);
  border-bottom-left-radius: calc(8px - 0rem);
}
.modal-footer > * {
  margin: 0.375rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 2rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 4rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 4rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 4rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 4rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1160px) {
  .modal-xl {
    max-width: 1140px;
  }
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

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

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.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: #35265F !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #21173b !important;
}

.bg-secondary {
  background-color: #F23869 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #e80f48 !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: #1e7e34 !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: #117a8b !important;
}

.bg-warning {
  background-color: #F19A32 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e1810f !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: #bd2130 !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: #dae0e5 !important;
}

.bg-dark {
  background-color: #333332 !important;
}

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

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

.bg-transparent {
  background-color: transparent !important;
}

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

.border-top {
  border-top: 1px solid #EFEFEF !important;
}

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

.border-bottom {
  border-bottom: 1px solid #EFEFEF !important;
}

.border-left {
  border-left: 1px solid #EFEFEF !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: #35265F !important;
}

.border-secondary {
  border-color: #F23869 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #F19A32 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

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

.border-dark {
  border-color: #333332 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded-sm {
  border-radius: 3px !important;
}

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

.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.rounded-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-left {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-lg {
  border-radius: 8px !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 576px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 760px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1160px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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-6by4::before {
  padding-top: 66.6666666667%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-3by2::before {
  padding-top: 66.6666666667%;
}

.embed-responsive-2by1::before {
  padding-top: 50%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

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

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

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

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

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

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

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 760px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1160px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 760px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1160px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !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;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(17, 17, 17, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(17, 17, 17, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(17, 17, 17, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(17, 17, 17, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !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;
}

.mt-0,
.my-0 {
  margin-top: 0;
}

.mr-0,
.mx-0 {
  margin-right: 0;
}

.mb-0,
.my-0 {
  margin-bottom: 0;
}

.ml-0,
.mx-0 {
  margin-left: 0;
}

.m-1 {
  margin: 0.25rem;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

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

.mr-3,
.mx-3 {
  margin-right: 1rem;
}

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

.ml-3,
.mx-3 {
  margin-left: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

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

.mr-4,
.mx-4 {
  margin-right: 1.5rem;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

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

.mr-5,
.mx-5 {
  margin-right: 3rem;
}

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

.ml-5,
.mx-5 {
  margin-left: 3rem;
}

.p-0 {
  padding: 0;
}

.pt-0,
.py-0 {
  padding-top: 0;
}

.pr-0,
.px-0 {
  padding-right: 0;
}

.pb-0,
.py-0 {
  padding-bottom: 0;
}

.pl-0,
.px-0 {
  padding-left: 0;
}

.p-1 {
  padding: 0.25rem;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.pt-3,
.py-3 {
  padding-top: 1rem;
}

.pr-3,
.px-3 {
  padding-right: 1rem;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem;
}

.pl-3,
.px-3 {
  padding-left: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

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

.pr-4,
.px-4 {
  padding-right: 1.5rem;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem;
}

.p-5 {
  padding: 3rem;
}

.pt-5,
.py-5 {
  padding-top: 3rem;
}

.pr-5,
.px-5 {
  padding-right: 3rem;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem;
}

.pl-5,
.px-5 {
  padding-left: 3rem;
}

.m-n1 {
  margin: -0.25rem;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem;
}

.m-n2 {
  margin: -0.5rem;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem;
}

.m-n3 {
  margin: -1rem;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem;
}

.m-n4 {
  margin: -1.5rem;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem;
}

.m-n5 {
  margin: -3rem;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem;
}

.m-auto {
  margin: auto;
}

.mt-auto,
.my-auto {
  margin-top: auto;
}

.mr-auto,
.mx-auto {
  margin-right: auto;
}

.mb-auto,
.my-auto {
  margin-bottom: auto;
}

.ml-auto,
.mx-auto {
  margin-left: auto;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0;
  }
  .m-sm-1 {
    margin: 0.25rem;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem;
  }
  .m-sm-2 {
    margin: 0.5rem;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem;
  }
  .m-sm-3 {
    margin: 1rem;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem;
  }
  .m-sm-4 {
    margin: 1.5rem;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem;
  }
  .m-sm-5 {
    margin: 3rem;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem;
  }
  .p-sm-0 {
    padding: 0;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0;
  }
  .p-sm-1 {
    padding: 0.25rem;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem;
  }
  .p-sm-2 {
    padding: 0.5rem;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem;
  }
  .p-sm-3 {
    padding: 1rem;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem;
  }
  .p-sm-4 {
    padding: 1.5rem;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem;
  }
  .p-sm-5 {
    padding: 3rem;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem;
  }
  .m-sm-n1 {
    margin: -0.25rem;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem;
  }
  .m-sm-n2 {
    margin: -0.5rem;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem;
  }
  .m-sm-n3 {
    margin: -1rem;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem;
  }
  .m-sm-n4 {
    margin: -1.5rem;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem;
  }
  .m-sm-n5 {
    margin: -3rem;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem;
  }
  .m-sm-auto {
    margin: auto;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto;
  }
}
@media (min-width: 760px) {
  .m-md-0 {
    margin: 0;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0;
  }
  .m-md-1 {
    margin: 0.25rem;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem;
  }
  .m-md-2 {
    margin: 0.5rem;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem;
  }
  .m-md-3 {
    margin: 1rem;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem;
  }
  .m-md-4 {
    margin: 1.5rem;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem;
  }
  .m-md-5 {
    margin: 3rem;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem;
  }
  .p-md-0 {
    padding: 0;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0;
  }
  .p-md-1 {
    padding: 0.25rem;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem;
  }
  .p-md-2 {
    padding: 0.5rem;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem;
  }
  .p-md-3 {
    padding: 1rem;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem;
  }
  .p-md-4 {
    padding: 1.5rem;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem;
  }
  .p-md-5 {
    padding: 3rem;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem;
  }
  .m-md-n1 {
    margin: -0.25rem;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem;
  }
  .m-md-n2 {
    margin: -0.5rem;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem;
  }
  .m-md-n3 {
    margin: -1rem;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem;
  }
  .m-md-n4 {
    margin: -1.5rem;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem;
  }
  .m-md-n5 {
    margin: -3rem;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem;
  }
  .m-md-auto {
    margin: auto;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0;
  }
  .m-lg-1 {
    margin: 0.25rem;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem;
  }
  .m-lg-2 {
    margin: 0.5rem;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem;
  }
  .m-lg-3 {
    margin: 1rem;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem;
  }
  .m-lg-4 {
    margin: 1.5rem;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem;
  }
  .m-lg-5 {
    margin: 3rem;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem;
  }
  .p-lg-0 {
    padding: 0;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0;
  }
  .p-lg-1 {
    padding: 0.25rem;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem;
  }
  .p-lg-2 {
    padding: 0.5rem;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem;
  }
  .p-lg-3 {
    padding: 1rem;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem;
  }
  .p-lg-4 {
    padding: 1.5rem;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem;
  }
  .p-lg-5 {
    padding: 3rem;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem;
  }
  .m-lg-n1 {
    margin: -0.25rem;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem;
  }
  .m-lg-n2 {
    margin: -0.5rem;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem;
  }
  .m-lg-n3 {
    margin: -1rem;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem;
  }
  .m-lg-n4 {
    margin: -1.5rem;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem;
  }
  .m-lg-n5 {
    margin: -3rem;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem;
  }
  .m-lg-auto {
    margin: auto;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto;
  }
}
@media (min-width: 1160px) {
  .m-xl-0 {
    margin: 0;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0;
  }
  .m-xl-1 {
    margin: 0.25rem;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem;
  }
  .m-xl-2 {
    margin: 0.5rem;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem;
  }
  .m-xl-3 {
    margin: 1rem;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem;
  }
  .m-xl-4 {
    margin: 1.5rem;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem;
  }
  .m-xl-5 {
    margin: 3rem;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem;
  }
  .p-xl-0 {
    padding: 0;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0;
  }
  .p-xl-1 {
    padding: 0.25rem;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem;
  }
  .p-xl-2 {
    padding: 0.5rem;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem;
  }
  .p-xl-3 {
    padding: 1rem;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem;
  }
  .p-xl-4 {
    padding: 1.5rem;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem;
  }
  .p-xl-5 {
    padding: 3rem;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem;
  }
  .m-xl-n1 {
    margin: -0.25rem;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem;
  }
  .m-xl-n2 {
    margin: -0.5rem;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem;
  }
  .m-xl-n3 {
    margin: -1rem;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem;
  }
  .m-xl-n4 {
    margin: -1.5rem;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem;
  }
  .m-xl-n5 {
    margin: -3rem;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem;
  }
  .m-xl-auto {
    margin: auto;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 760px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1160px) {
  .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: #35265F !important;
}

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

.text-secondary {
  color: #F23869 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #d00e41 !important;
}

.text-success {
  color: #28a745 !important;
}

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

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #F19A32 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #c9740e !important;
}

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

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

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

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

.text-body {
  color: #58595B !important;
}

.text-muted {
  color: #969595 !important;
}

.text-black-50 {
  color: rgba(17, 17, 17, 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-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

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

/* make fonts smaller on mobile devices*/
@media (max-width: 759.98px) {
  h1, .h1 {
    font-size: 2.2rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.45rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 1.15rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
.text-gradient {
  display: inline-block;
  overflow: visible;
  color: #35265F;
  background: -webkit-gradient(linear, left top, right top, from(#35265F), to(#DE1F2F));
  background: linear-gradient(90deg, #35265F 0%, #DE1F2F 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .text-gradient {
    color: #35265F;
    background: transparent;
  }
}
h1, .h1 {
  letter-spacing: -0.015em;
}

.h2, h2 {
  letter-spacing: -0.015em;
}

.page-header h1 {
  font-size: 3.25rem;
}

@media screen and (min-width: 640px) {
  .page-header h1 {
    font-size: 3.375rem;
  }
}
.titlebar .titlebar-title {
  font-size: 25px;
  line-height: 1.2;
  margin: 0;
  padding: 1rem 0;
  font-weight: 400;
  color: #A7345F;
}

@media screen and (min-width: 640px) {
  .titlebar .titlebar-title {
    font-size: 2.5rem;
    line-height: 1.375;
    margin: 0;
    padding: 1.2rem 0;
    font-weight: 300;
    color: #A7345F;
    letter-spacing: -0.02em;
  }
}
.jumbotron h1 {
  font-size: 2.6rem;
}

.lead {
  color: #969595;
  font-size: 1.125rem;
}

.leading-tight {
  line-height: 1.2;
}

.leading-tighter {
  line-height: 1.375;
}

.leading-none {
  line-height: 1;
}

.leading {
  line-height: 1.5;
}

.leading-1 {
  line-height: 1.75;
}

.leading-more {
  line-height: 2.375;
}

.leading-most {
  line-height: 3;
}

.font-weight-300 {
  font-weight: 300 !important;
}

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

.font-weight-500 {
  font-weight: 500 !important;
}

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

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

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-thin {
  font-weight: 300 !important;
}

.font-weight-semi {
  font-weight: 600;
}

.font-weight-heavy {
  font-weight: 700;
  letter-spacing: -0.01em;
}

.letter-spacing-0 {
  letter-spacing: 0em !important;
}

.letter-spacing-05 {
  letter-spacing: 0.04em;
}

.letter-spacing-1 {
  letter-spacing: 0.1em;
}

.letter-spacing-2 {
  letter-spacing: 0.15em;
}

.letter-spacing-3 {
  letter-spacing: 0.2em;
}

.font-sm-1 {
  font-size: 0.937rem;
}

.font-sm-2 {
  font-size: 0.875rem;
}

.font-sm-3 {
  font-size: 0.812rem;
}

.font-sm-4 {
  font-size: 0.75rem;
}

.font-sm-5 {
  font-size: 0.687rem;
}

.font-lg-1 {
  font-size: 1.125rem !important;
}

.font-lg-2 {
  font-size: 1.5rem !important;
}

.font-lg-3 {
  font-size: 1.75rem;
}

.font-lg-4 {
  font-size: 2rem;
}

.font-lg-5 {
  font-size: 2.25rem;
}

.font-lg-6 {
  font-size: 2.75rem;
}

.font-lg-7 {
  font-size: 3rem;
}

.font-lg-8 {
  font-size: 3.25rem;
}

.font-xl {
  font-size: 3rem;
}

.font-xxl {
  font-size: 3.75rem;
}

.font-grey {
  color: #4b4c4e !important;
}

.disclaimer {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0em;
}

b, strong {
  font-weight: 700;
}

.inverse {
  color: #fff;
}
.inverse h1, .inverse h2, .inverse h3, .inverse h4, .inverse h5, .inverse h6, .inverse p, .inverse li, .inverse a {
  color: #fff;
}

.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checklist li {
  position: relative;
  padding-left: 32px;
  padding-bottom: 8px;
  list-style: none;
}
.checklist li::before {
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  position: absolute;
  left: 0;
  top: 3px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg fill='%2335265f'%3E%3Cpath d='M13.27 7.35a.73.73 0 00-.53.22L9 11.31 7.03 9.33a.8.8 0 00-.53-.22.76.76 0 00-.75.75c0 .21.08.39.22.53l2.5 2.5c.14.14.32.22.53.22s.39-.08.53-.22l4.27-4.27a.73.73 0 00.22-.53c0-.4-.34-.74-.75-.74z'/%3E%3Cpath d='M10 2a8 8 0 100 16 8 8 0 000-16zm0 14.5a6.5 6.5 0 110-13 6.5 6.5 0 010 13z'/%3E%3C/g%3E%3C/svg%3E");
}

.numeric {
  position: relative;
}
.numeric::before {
  display: inline-block;
  height: 26px;
  width: 26px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 25px;
  color: #A7345F;
  background-color: transparent;
  content: "";
}
.numeric.one::before {
  content: "1";
}
.numeric.two::before {
  content: "2";
}
.numeric.three::before {
  content: "3";
}
.numeric.four::before {
  content: "4";
}

dl dt {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
  color: #35265F;
  margin-bottom: 4px;
}
dl dt.numeric {
  position: relative;
}
dl dt.numeric::before {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  height: 28px;
  width: 28px;
  position: absolute;
  left: -38px;
  border: 2px solid #C5C5C7;
  background-color: #fff;
  border-radius: 50%;
}
dl dd {
  font-size: 15px;
  line-height: 1.4;
}
dl.compact dt {
  font-size: 15px;
}
dl.compact dd {
  font-size: 15px;
}

.form-control {
  border-bottom: 2px solid #C5C5C7;
  padding: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  position: relative;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: poppins;
  font-size: 16px;
  cursor: inherit;
  line-height: 48px;
}

select::-ms-expand {
  display: none;
}

.select {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.select::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0px;
  top: 50%;
  -webkit-transform: translatey(-42%);
          transform: translatey(-42%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #35265F;
}

/*
.form-check, .form-radio {
  position: relative;
  z-index: 1;
  display: block;
  min-height: $font-size-base * $line-height-base;
  padding-left: $custom-control-gutter + $custom-control-indicator-size;
  color-adjust: exact; // Keep themed appearance for print
}

.custom-control-inline {
  display: inline-flex;
  margin-right: $custom-control-spacer-x;
}

.form-check-input {
  position: absolute;
  left: 0;
  z-index: -1; // Put the input behind the label so it doesn't overlay text
  width: $custom-control-indicator-size;
  height: ($font-size-base * $line-height-base + $custom-control-indicator-size) / 2;
  opacity: 0;

  &:checked ~ .form-check-label::before {
    color: $custom-control-indicator-checked-color;
    border-color: $custom-control-indicator-checked-border-color;
    @include gradient-bg($custom-control-indicator-checked-bg);
    @include box-shadow($custom-control-indicator-checked-box-shadow);
  }

  &:focus ~ .form-check-label::before {
    // the mixin is not used here to make sure there is feedback
    @if $enable-shadows {
      box-shadow: $input-box-shadow, $custom-control-indicator-focus-box-shadow;
    } @else {
      box-shadow: $custom-control-indicator-focus-box-shadow;
    }
  }

  &:focus:not(:checked) ~ .custom-control-label::before {
    border-color: $custom-control-indicator-focus-border-color;
  }

  &:not(:disabled):active ~ .custom-control-label::before {
    color: $custom-control-indicator-active-color;
    background-color: $custom-control-indicator-active-bg;
    border-color: $custom-control-indicator-active-border-color;
    @include box-shadow($custom-control-indicator-active-box-shadow);
  }

  // Use [disabled] and :disabled to work around https://github.com/twbs/bootstrap/issues/28247
  &[disabled],
  &:disabled {
    ~ .custom-control-label {
      color: $custom-control-label-disabled-color;

      &::before {
        background-color: $custom-control-indicator-disabled-bg;
      }
    }
  }
}



.form-check-label, .form-radio-label {
  position: relative;
  margin-bottom: 0;
  color: $custom-control-label-color;
  vertical-align: top;
  cursor: $custom-control-cursor;



  // Background-color and (when enabled) gradient
  &::before {
    position: absolute;
    top: ($font-size-base * $line-height-base - $custom-control-indicator-size) / 2;
    left: -($custom-control-gutter + $custom-control-indicator-size);
    display: block;
    width: $custom-control-indicator-size;
    height: $custom-control-indicator-size;
    pointer-events: none;
    content: "";
    background-color: $custom-control-indicator-bg;
    border: $custom-control-indicator-border-color solid $custom-control-indicator-border-width;
    @include box-shadow($custom-control-indicator-box-shadow);
  }

  // Foreground (icon)
  &::after {
    position: absolute;
    top: ($font-size-base * $line-height-base - $custom-control-indicator-size) / 2;
    left: -($custom-control-gutter + $custom-control-indicator-size);
    display: block;
    width: $custom-control-indicator-size;
    height: $custom-control-indicator-size;
    content: "";
    background: 50% / 50% 50% no-repeat;
  }
}


// Checkboxes
//
// Tweak just a few things for checkboxes.

.form-check {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 38px;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  cursor: pointer;

  .form-check-label::before {
    width: 26px;
    height: 24px;
    top: -0.175rem;
    left: -36px;
    border-color: #35265F;
    background-color: #fff;
    @include border-radius($custom-checkbox-indicator-border-radius);
  }
.form-check-label::after {
  position: absolute;
  top: -3px;
  left: -36px;
  display: block;
  width: 26px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
  background-image: none;
  background-size: 18px;
  background-position: center center;
}

  .form-check-input:checked ~ .form-check-label {
    &::before {
      color: #ffffff;
      border-color: #35265F;
      background-color: #fff;
    }
    &::after {
      //background-image: escape-svg($custom-checkbox-indicator-icon-checked);
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23A7345F' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' d='M16.7 5.3a1 1 0 010 1.4l-8 8a1 1 0 01-1.4 0l-4-4a1 1 0 011.4-1.4L8 12.58l7.3-7.3a1 1 0 011.4 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
    }
  }

  .custom-control-input:indeterminate ~ .custom-control-label {
    &::before {
      border-color: $custom-checkbox-indicator-indeterminate-border-color;
      @include gradient-bg($custom-checkbox-indicator-indeterminate-bg);
      @include box-shadow($custom-checkbox-indicator-indeterminate-box-shadow);
    }
    &::after {
      background-image: escape-svg($custom-checkbox-indicator-icon-indeterminate);
    }
  }

  .custom-control-input:disabled {
    &:checked ~ .custom-control-label::before {
      @include gradient-bg($custom-control-indicator-checked-disabled-bg);
    }
    &:indeterminate ~ .custom-control-label::before {
      @include gradient-bg($custom-control-indicator-checked-disabled-bg);
    }
  }
}

// Radios
//
// Tweak just a few things for radios.

.form-radio {
  padding-left: 32px;
  margin-bottom: 4px;

  .form-radio-label::before {
    // stylelint-disable-next-line property-disallowed-list
    border-radius: $custom-radio-indicator-border-radius;
    width: 20px;
    height: 20px;
    top: -1px;
    left: -29px;
    border-color: $mg-harmony;
    background-color: #fff;
  }
  .form-radio-label::after {
    // background-image: escape-svg($custom-radio-indicator-icon-checked);
    background-image: none;
    border-radius: 50%;
    background-color: $gray-400;
    width: 10px;
    height: 10px;
    top: 4px;
    left: -24px;
  }


  .form-radio-input:checked ~ .form-radio-label {
    &::before {
      color: #ffffff;
      border-color: $mg-harmony;
      background-color: #fff;
    }
    &::after {
      // background-image: escape-svg($custom-radio-indicator-icon-checked);
      background-image: none;
      border-radius: 50%;
      background-color: $mg-stability;
      width: 12px;
      height: 12px;
      top: 3px;
      left: -25px;
    }
  }

  .form-radio-input:disabled {
    &:checked ~ .form-radio-label::before {
      @include gradient-bg($custom-control-indicator-checked-disabled-bg);
    }
  }
}
*/
/*
.custom-checkbox {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 0px;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    cursor: pointer;

    .checkradios-label {
        display: block;
        width: 100%;
        padding-left: 32px;
            &::before {
                width: 26px;
                height: 24px;
                top: 0px;
                left: 0px;
                border-color: #35265F;
                background-color: #fff;
                @include border-radius($custom-checkbox-indicator-border-radius);
            }
            &::after {
                position: absolute;
                top: 0px;
                left: 0px;
                display: block;
                width: 26px;
                height: 24px;
                content: "";
                background-repeat: no-repeat;
                background-image: none;
                background-size: 18px;
                background-position: center center;
            }
        }

    .checkradios-input {
        opacity: 0;
        position: absolute;
        z-index:-1;

        &:checked ~ .checkradios-label {
            &::before {
                color: #ffffff;
                border-color: #35265F;
                background-color: #fff;
            }
            &::after {
                //background-image: escape-svg($custom-checkbox-indicator-icon-checked);
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23A7345F' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' d='M16.7 5.3a1 1 0 010 1.4l-8 8a1 1 0 01-1.4 0l-4-4a1 1 0 011.4-1.4L8 12.58l7.3-7.3a1 1 0 011.4 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
            }
        }
    }
}
*/
.form-radio {
  padding-left: 32px;
  margin-bottom: 4px;
}

.form-check-input, .form-radio-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.form-check-label, .form-radio-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  cursor: pointer;
}
.form-check-label::before, .form-radio-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #C5C5C7 solid 1px;
}
.form-check-label::after, .form-radio-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.form-radio .form-radio-label::before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: -1px;
  left: -29px;
  border-color: #A7345F;
  background-color: #fff;
}
.form-radio .form-radio-label::after {
  background-image: none;
  border-radius: 50%;
  background-color: #E0E0E2;
  width: 10px;
  height: 10px;
  top: 4px;
  left: -24px;
  -webkit-transition-duration: 0.18s;
          transition-duration: 0.18s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
          transition-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
}

.form-radio .form-radio-input:checked ~ .form-radio-label::before {
  color: #ffffff;
  border-color: #A7345F;
  background-color: #fff;
}

.form-radio .form-radio-input:checked ~ .form-radio-label::after {
  background-image: none;
  border-radius: 50%;
  background-color: #35265F;
  width: 12px;
  height: 12px;
  top: 3px;
  left: -25px;
}

.custom-switch {
  padding-left: 4.3rem;
  min-height: 36px;
}
.custom-switch .custom-control-label {
  line-height: 30px;
}
.custom-switch .custom-control-label::before {
  left: -4.3rem;
  top: -1px;
  width: 3.8rem;
  pointer-events: all;
  background-color: #E0E0E2;
  border-color: #E0E0E2;
  pointer-events: all;
  border-radius: 1.8rem;
  height: 34px;
}
.custom-switch .custom-control-label::after {
  top: 6px;
  left: calc(-2.3rem - 25px);
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  -webkit-transform: translateX(1.6rem);
          transform: translateX(1.6rem);
  width: 20px;
  height: 20px;
  top: 6px;
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(53, 38, 95, 0.5);
}

.form-control-select {
  display: inline-block;
  width: 100%;
  height: 2.875rem;
  padding: 0rem 0.05rem 0rem 0.05rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333332' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 61% no-repeat;
  background-size: 10px;
  border: 0 solid #ffffff;
  border-bottom: 2px solid #C5C5C7;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* --------------------- OVERRIDE --------------------- */
#site-wide-lead-gen .custom-checkbox {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 4px 0 0;
}

#site-wide-lead-gen .custom-checkbox .checkradios-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

#site-wide-lead-gen .custom-checkbox .checkradios-label {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 18px;
  cursor: pointer;
  padding-left: 24px;
  font-size: 15px;
}

#site-wide-lead-gen .custom-checkbox .checkradios-label::before {
  display: inline-block;
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 1px;
  background-color: #d6dbdd;
  border: 2px solid #35265f;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
}

#site-wide-lead-gen .custom-checkbox .checkradios-input:checked + .checkradios-label::before {
  background-color: #fff;
  border: 2px solid #35265f;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23A7345F' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' d='M16.7 5.3a1 1 0 010 1.4l-8 8a1 1 0 01-1.4 0l-4-4a1 1 0 011.4-1.4L8 12.58l7.3-7.3a1 1 0 011.4 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath d='M15.17.48A1.68 1.68 0 0117.5.46a1.59 1.59 0 01.03 2.28l-8.8 10.74a1.68 1.68 0 01-2.38.05L.53 7.83a1.59 1.59 0 01-.48-1.57 1.63 1.63 0 011.2-1.17 1.68 1.68 0 011.61.46l4.62 4.5L15.13.53a.51.51 0 01.04-.05z' fill='%23a7345f' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-position: center center;
  background-repeat: no-repeat;
}

label.error {
  color: #da2c3d;
  font-size: 13px;
}

.form-control.error {
  border-bottom-color: #da2c3d;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  position: relative;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: poppins;
  font-size: 16px;
  cursor: inherit;
  line-height: 48px;
}

select::-ms-expand {
  display: none;
}

.select {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.select::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0px;
  top: 50%;
  -webkit-transform: translatey(-42%);
          transform: translatey(-42%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #35265F;
}

/*
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  color: $custom-control-label-color;
  vertical-align: top;
  cursor: $custom-control-cursor;



  // Background-color and (when enabled) gradient
  &::before {
    position: absolute;
    top: ($font-size-base * $line-height-base - $custom-control-indicator-size) / 2;
    left: -($custom-control-gutter + $custom-control-indicator-size);
    display: block;
    width: $custom-control-indicator-size;
    height: $custom-control-indicator-size;
    pointer-events: none;
    content: "";
    background-color: $custom-control-indicator-bg;
    border: $custom-control-indicator-border-color solid $custom-control-indicator-border-width;
    @include box-shadow($custom-control-indicator-box-shadow);
  }

  // Foreground (icon)
  &::after {
    position: absolute;
    top: ($font-size-base * $line-height-base - $custom-control-indicator-size) / 2;
    left: -($custom-control-gutter + $custom-control-indicator-size);
    display: block;
    width: $custom-control-indicator-size;
    height: $custom-control-indicator-size;
    content: "";
    background: 50% / 50% 50% no-repeat;
  }
}
*/
.custom-checkbox {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 38px;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  cursor: pointer;
  margin-bottom: 8px;
}
.custom-checkbox .custom-control-label::before {
  display: block;
  width: 26px;
  height: 24px;
  top: -0.175rem;
  left: -36px;
  content: "";
  border: 1px solid #35265F;
  background-color: #fff;
  border-radius: 0.2em;
}
.custom-checkbox .custom-control-label::after {
  position: absolute;
  top: -3px;
  left: -36px;
  display: block;
  width: 26px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
  background-image: none;
  background-size: 18px;
  background-position: center center;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #35265F;
  background-color: #fff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23A7345F' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' d='M16.7 5.3a1 1 0 010 1.4l-8 8a1 1 0 01-1.4 0l-4-4a1 1 0 011.4-1.4L8 12.58l7.3-7.3a1 1 0 011.4 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #35265F;
  background-color: #35265F;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(53, 38, 95, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(53, 38, 95, 0.5);
}

.custom-radio {
  padding-left: 32px;
  margin-bottom: 4px;
}
.custom-radio .custom-control-label::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: -1px;
  left: -29px;
  -webkit-box-shadow: inset 0 0 0 1px #A7345F;
          box-shadow: inset 0 0 0 1px #A7345F;
  background-color: #fff;
}
.custom-radio .custom-control-label::after {
  background-image: none;
  border-radius: 50%;
  background-color: #E0E0E2;
  width: 10px;
  height: 10px;
  top: 4px;
  left: -24px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #A7345F;
  background-color: #fff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  border-radius: 50%;
  background-color: #35265F;
  width: 12px;
  height: 12px;
  top: 3px;
  left: -25px;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(53, 38, 95, 0.5);
}

.custom-switch {
  padding-left: 4.3rem;
  min-height: 36px;
}
.custom-switch .custom-control-label {
  line-height: 30px;
}
.custom-switch .custom-control-label::before {
  left: -4.3rem;
  top: -1px;
  width: 3.8rem;
  pointer-events: all;
  background-color: #E0E0E2;
  border-color: #E0E0E2;
  pointer-events: all;
  border-radius: 1.8rem;
  height: 34px;
}
.custom-switch .custom-control-label::after {
  top: 6px;
  left: calc(-2.3rem - 25px);
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  -webkit-transform: translateX(1.6rem);
          transform: translateX(1.6rem);
  width: 20px;
  height: 20px;
  top: 6px;
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(53, 38, 95, 0.5);
}

[class*=ant-], [class*=ant-] *, [class*=ant-] :after, [class*=ant-] :before, [class^=ant-], [class^=ant-] *, [class^=ant-] :after, [class^=ant-] :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ant-radio, .ant-radio-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
}

.ant-radio-wrapper {
  margin: 0 8px 0 0;
}

.ant-radio {
  margin: 0;
  top: 0;
  line-height: 1;
  vertical-align: text-bottom;
  outline: none;
}

.ant-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-radio-inner:after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: table;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border-top: 0;
  border-left: 0;
  border-radius: 8px;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: " ";
}

.ant-radio-checked :after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  visibility: hidden;
  -webkit-animation: antRadioEffect 0.36s ease-in-out;
  animation: antRadioEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  content: "";
}
.ant-radio-checked .ant-radio-inner {
  border-color: #1890ff;
}
.ant-radio-checked .ant-radio-inner:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.icon-24 {
  max-width: 24px;
  width: 100%;
}

.icon-32 {
  max-width: 32px;
  width: 100%;
}

.icon-36 {
  max-width: 36px;
  width: 100%;
}

.icon-48 {
  max-width: 48px;
  width: 100%;
}

.icon-64 {
  max-width: 64px;
  width: 100%;
}

.icon-72 {
  max-width: 72px;
  width: 100%;
}

.icon-80 {
  max-width: 80px;
  width: 100%;
}

.icon-90 {
  max-width: 90px;
  width: 100%;
}

.icon-96 {
  max-width: 96px;
  width: 100%;
}

.icon-92 {
  max-width: 92px;
  width: 100%;
}

.icon-100 {
  max-width: 100px;
  width: 100%;
}

.icon-128 {
  max-width: 128px;
  width: 100%;
}

.icon-16h {
  height: 16px;
  width: auto;
}

.icon-20h {
  height: 20px;
  width: auto;
}

.icon-20a {
  height: 20px;
  width: 20px;
}

.icon-24h {
  height: 24px;
  width: auto;
}

.icon-20bg-inset {
  background-size: 20px !important;
  padding-left: 20px !important;
}

.icon-24bg-inset {
  background-size: 24px !important;
  padding-left: 24px !important;
}

.icon-28bg-inset {
  background-size: 28px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 28px;
}

.icon-phone.bg-icon-20 {
  padding-left: 24px;
}
.icon-phone.bg-icon-20::before {
  height: 20px;
  width: 20px;
}
.icon-phone.bg-icon-24 {
  padding-left: 28px;
}
.icon-phone.bg-icon-24::before {
  height: 24px;
  width: 24px;
}
.icon-phone.bg-icon-32 {
  padding-left: 36px;
}
.icon-phone.bg-icon-32::before {
  height: 32px;
  width: 32px;
}

.chevron-left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M15 19l-7-7 7-7'/%3E%3C/svg%3E");
}

.chevron-right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M9 5l7 7-7 7'/%3E%3C/svg%3E");
}

.prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_2' x='0px' y='0px' version='1.1' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' d='M15.95 6.29c-10.71 7.18-10.38 4.16 0 11.42'/%3E%3C/svg%3E");
}

.prev.disabled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_2' x='0px' y='0px' version='1.1' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' d='M15.95 6.29c-10.71 7.18-10.38 4.16 0 11.42'/%3E%3C/svg%3E");
}

.next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_2' x='0px' y='0px' version='1.1' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' d='M8.05 17.71c10.71-7.18 10.38-4.16 0-11.42'/%3E%3C/svg%3E");
}

.plus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 6v6m0 0v6m0-6h6m-6 0H6'/%3E%3C/svg%3E");
}

.minus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 12H4'/%3E%3C/svg%3E");
}

.caret-back {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='bi bi-caret-left-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3.86 8.75l5.48 4.8A1 1 0 0011 12.8V3.2a1 1 0 00-1.66-.75l-5.48 4.8a1 1 0 000 1.5z'/%3E%3C/svg%3E");
}

.caret-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='bi bi-caret-right-fill' viewBox='0 0 16 16'%3E%3Cpath d='M12.14 8.75l-5.48 4.8A1 1 0 015 12.8V3.2a1 1 0 011.66-.75l5.48 4.8a1 1 0 010 1.5z'/%3E%3C/svg%3E");
}

.caret-back-white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' class='bi bi-caret-left-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3.86 8.75l5.48 4.8A1 1 0 0011 12.8V3.2a1 1 0 00-1.66-.75l-5.48 4.8a1 1 0 000 1.5z'/%3E%3C/svg%3E");
}

.caret-next-white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' class='bi bi-caret-right-fill' viewBox='0 0 16 16'%3E%3Cpath d='M12.14 8.75l-5.48 4.8A1 1 0 015 12.8V3.2a1 1 0 011.66-.75l5.48 4.8a1 1 0 010 1.5z'/%3E%3C/svg%3E");
}

.caret-up {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M10.92 8.45L6.27 3.12C6.2 3.04 6.11 3 6 3s-.2.04-.26.12L1.08 8.45a.32.32 0 00-.05.36c.06.12.18.19.32.19h9.3c.14 0 .26-.07.32-.19a.34.34 0 00-.05-.36z' fill='%2335265f'/%3E%3C/svg%3E");
}

.phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M9.37 6c.26 0 .53.1.63.23.36.47 1.88 3.47 1.86 3.93l-.03.08v.08c0 .28-.68.93-.9 1.15l-.15.14-.2.19.1.26a9.81 9.81 0 005.14 5.45l.26.1.2-.2.35-.4c.29-.34.72-.86 1.1-.86l.16.02.03-.02a22 22 0 013.33 2.03c.19.15.39.63.12 1.03-.3.46-1.6 1.79-2.07 2.27-.36.36-.69.52-1.04.52-5.4-.51-11.66-7.36-11.76-12.85 0-.73 1.77-2.5 2.5-3.06A.65.65 0 019.37 6' fill='%2335265f'/%3E%3C/svg%3E");
}

.phone-solid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M9.37 6c.26 0 .53.1.63.23.36.47 1.88 3.47 1.86 3.93l-.03.08v.08c0 .28-.68.93-.9 1.15l-.15.14-.2.19.1.26a9.81 9.81 0 005.14 5.45l.26.1.2-.2.35-.4c.29-.34.72-.86 1.1-.86l.16.02.03-.02a22 22 0 013.33 2.03c.19.15.39.63.12 1.03-.3.46-1.6 1.79-2.07 2.27-.36.36-.69.52-1.04.52-5.4-.51-11.66-7.36-11.76-12.85 0-.73 1.77-2.5 2.5-3.06A.65.65 0 019.37 6' fill='%2335265f'/%3E%3C/svg%3E");
}

.phone-red {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M9.37 6c.26 0 .53.1.63.23.36.47 1.88 3.47 1.86 3.93l-.03.08v.08c0 .28-.68.93-.9 1.15l-.15.14-.2.19.1.26a9.81 9.81 0 005.14 5.45l.26.1.2-.2.35-.4c.29-.34.72-.86 1.1-.86l.16.02.03-.02a22 22 0 013.33 2.03c.19.15.39.63.12 1.03-.3.46-1.6 1.79-2.07 2.27-.36.36-.69.52-1.04.52-5.4-.51-11.66-7.36-11.76-12.85 0-.73 1.77-2.5 2.5-3.06A.65.65 0 019.37 6' fill='%23DE1F2F'/%3E%3C/svg%3E");
}

.btn .icon {
  display: inline-block;
  position: relative;
  height: 16px;
  width: 16px;
  margin-right: 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  vertical-align: middle;
  margin-top: -1px;
}
.btn .btn-icon {
  display: inline-block;
  position: relative;
  height: 16px;
  width: 16px;
  margin-right: 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 96%;
  vertical-align: middle;
  margin-top: -1px;
}
.btn .icon-cart {
  display: inline-block;
  position: relative;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M14.95 7.89l1.03-5.01a.59.59 0 00.02-.14c0-.4-.34-.73-.76-.73H3.42L3.04.56A.74.74 0 002.31 0H.76C.34 0 0 .33 0 .73s.34.73.76.73h.96l.37 1.43 1.89 8.5c.05.25.22.45.45.54-.61.42-.98 1.1-.98 1.83C3.45 15 4.48 16 5.76 16s2.31-1 2.31-2.24c0-.7-.34-1.35-.9-1.77h4.44a2.24 2.24 0 00-.91 1.77A2.26 2.26 0 0013 16c1.27 0 2.31-1 2.31-2.24 0-.73-.38-1.41-.98-1.83a.74.74 0 00.47-.68c0-.4-.34-.73-.76-.73h-8.7l-.52-1.58 9.43-.46a.76.76 0 00.7-.59zm-2.75 5.87c0-.43.36-.77.8-.77s.8.34.8.77-.36.77-.8.77-.8-.34-.8-.77zm-6.44.77c-.44 0-.8-.34-.8-.77s.36-.77.8-.77.8.34.8.77-.37.77-.8.77zm8.56-11.06l-.74 3.58-9.07.44-.77-4.02h10.58z' fill='%23fff'/%3E%3C/svg%3E");
}
.btn.slick-arrow {
  height: 20px;
  width: 20px;
}

.btn-close {
  display: inline-block;
  position: relative;
  height: 32px;
  width: 32px;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -999px;
}

.icon-close {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath fill='%23666' d='M15.9 4.04a.7.7 0 00-.99 0l-4.7 4.72-4.72-4.71a.7.7 0 00-.98.98l4.7 4.71-4.7 4.71a.7.7 0 00.98.99l4.71-4.71 4.71 4.7a.7.7 0 00.99 0 .7.7 0 000-.98l-4.71-4.7 4.7-4.72a.7.7 0 000-.99z'/%3E%3C/svg%3E");
}

.icon-menu {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-menu' x='0' y='0' version='1.1' viewBox='0 0 24 24' xml:space='preserve'%3E%3Cg fill='none' stroke='%2335285E' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath d='M3 5h18M3 12h18M3 19h18'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-menu-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-menu-close' x='0' y='0' version='1.1' viewBox='0 0 24 24' xml:space='preserve'%3E%3Cg fill='none' stroke='%2335285E' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath d='M4.93 4.93l14.14 14.14M19.07 4.93L4.93 19.07'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-facebook {
  background-size: 20px !important;
  width: 12px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' x='0' y='0' version='1.1' viewBox='0 0 20 20' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M15 1h-2.73a4.52 4.52 0 00-4.54 4.5v2.7H5v3.6h2.73V19h3.64v-7.2h2.73l.9-3.6h-3.64V5.5c0-.5.41-.9.91-.9H15V1z'/%3E%3C/svg%3E");
}

.icon-twitter {
  background-size: 20px !important;
  width: 20px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' x='0' y='0' version='1.1' viewBox='0 0 20 20' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M19 3.01c-.78.53-1.65.93-2.57 1.19a3.78 3.78 0 00-5.17-.34A3.43 3.43 0 0010 6.54v.78a8.86 8.86 0 01-7.36-3.53s-3.27 7.02 4.09 10.14A9.88 9.88 0 011 15.49c7.36 3.9 16.36 0 16.36-8.97 0-.22-.02-.43-.07-.65A5.95 5.95 0 0019 3.01z'/%3E%3C/svg%3E");
}

.icon-youtube {
  background-size: 20px !important;
  width: 20px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' x='0' y='0' version='1.1' viewBox='0 0 20 20' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M18.62 5.19c-.2-.87-.8-1.57-1.59-1.81C15.63 3 10 3 10 3s-5.63 0-7.04.42c-.78.24-1.39.93-1.58 1.81A28.4 28.4 0 001 10.02c-.01 1.62.12 3.23.38 4.83a2.4 2.4 0 001.59 1.74C4.37 17 10 17 10 17s5.63 0 7.04-.42a2.45 2.45 0 001.59-1.81 30.22 30.22 0 00-.01-9.58zM8 13.64V6.4l5.75 3.62L8 13.64z'/%3E%3C/svg%3E");
}

.icon-amazon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' x='0' y='0' version='1.1' viewBox='0 0 20 20' xml:space='preserve'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M16.35 15.59a.64.64 0 00-.41 0 14.2 14.2 0 01-4.32 1.23c-1.69.17-3.37.07-5-.33a17.7 17.7 0 01-4.69-2.27l-.03-.01a.32.32 0 00-.39.19.33.33 0 00.01.22l.03.06h.02a12.09 12.09 0 006.09 3.61 10.96 10.96 0 006.38-.65c1-.44 1.64-.8 2.43-1.57.12-.17.07-.37-.12-.48z'/%3E%3Cpath d='M18 14a4.06 4.06 0 00-2.81.56c-.09.07-.12.19-.05.28.05.07.15.1.23.07a7.19 7.19 0 011.91-.08c.15.04.25.18.21.33a7.9 7.9 0 01-.6 1.73.2.2 0 00.01.15c.03.05.07.08.12.1l.06.01c.04 0 .09-.01.13-.04a3.15 3.15 0 001.27-2.5c.04-.29-.17-.55-.48-.61zM11.77 12.55c-.34.36-.73.68-1.15.95-.8.45-1.71.69-2.64.71a4.11 4.11 0 01-2.28-.75 3.54 3.54 0 01-1.08-3.78 4.33 4.33 0 012.59-2.6 15.7 15.7 0 014.15-.59v-1.4a1.47 1.47 0 00-1.3-1.22c-.42-.05-.85 0-1.24.15-.56.25-.95.73-1.08 1.31a.48.48 0 01-.5.25l-2.01-.17a.42.42 0 01-.33-.38c.16-.94.68-1.79 1.45-2.39A5.86 5.86 0 019.93 1.5c1.2.01 2.37.37 3.34 1.04a3.2 3.2 0 011.22 2.65v4.86c.02.41.13.81.32 1.18l.63.88c.07.13.07.29 0 .42l-1.86 1.5a.5.5 0 01-.5-.02c-.5-.44-.93-.93-1.31-1.46zm-.42-4.41c-.58-.01-1.17.03-1.74.11a2.5 2.5 0 00-1.66 1.19 2.3 2.3 0 00.12 2.04c.45.53 1.21.72 1.87.46a2.97 2.97 0 001.41-2.1v-1.7'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-pinterest {
  background-size: 20px !important;
  width: 20px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' x='0' y='0' version='1.1' viewBox='0 0 20 20' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M10 1a9 9 0 00-3.61 17.24c-.02-.63 0-1.38.16-2.06l1.16-4.9s-.3-.58-.3-1.43c0-1.33.77-2.33 1.74-2.33.82 0 1.21.61 1.21 1.35 0 .82-.53 2.05-.8 3.19-.23.96.48 1.73 1.42 1.73 1.7 0 2.85-2.19 2.85-4.78 0-1.97-1.33-3.45-3.75-3.45a4.26 4.26 0 00-4.43 4.31c0 .78.23 1.34.59 1.76.16.2.19.28.13.5-.03.17-.12.57-.17.73-.06.23-.25.31-.45.22-1.25-.51-1.84-1.88-1.84-3.43 0-2.55 2.16-5.62 6.43-5.62 3.44 0 5.7 2.49 5.7 5.15 0 3.53-1.97 6.17-4.86 6.17-.97 0-1.88-.53-2.2-1.12 0 0-.52 2.07-.64 2.47a7.62 7.62 0 01-.9 1.93A9 9 0 1010 1z'/%3E%3C/svg%3E");
}

.icon-linkedin {
  background-size: 22px !important;
  width: 18px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' x='0' y='0' version='1.1' viewBox='0 0 20 20' xml:space='preserve'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M2.33 7.39h3.34V17.5H2.33zM4.12 2.5c-1.04 0-1.79.77-1.79 1.83s.74 1.83 1.75 1.83h.02c1.04 0 1.79-.77 1.79-1.84-.02-1.08-.73-1.82-1.77-1.82zM13.55 7.16a3.2 3.2 0 00-2.71 1.32V7.39H7.41V17.5h3.43v-5.74c0-.33.03-.56.1-.72.13-.33.54-1.08 1.5-1.08.97 0 1.47.68 1.47 2.03v5.52h3.43v-5.88c-.01-2.8-1.42-4.47-3.79-4.47z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-instagram {
  background-size: 20px !important;
  width: 20px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' x='0' y='0' version='1.1' viewBox='0 0 20 20' xml:space='preserve'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M13.75 2.5a3.76 3.76 0 013.75 3.75v7.5a3.76 3.76 0 01-3.75 3.75h-7.5a3.76 3.76 0 01-3.75-3.75v-7.5A3.76 3.76 0 016.25 2.5h7.5m0-1.5h-7.5A5.26 5.26 0 001 6.25v7.5A5.26 5.26 0 006.25 19h7.5A5.26 5.26 0 0019 13.75v-7.5A5.26 5.26 0 0013.75 1z'/%3E%3Cpath d='M14.87 6.25A1.13 1.13 0 1114.88 4a1.13 1.13 0 01-.01 2.25c.01 0 .01 0 0 0zM10 7a3 3 0 110 6 3 3 0 010-6m0-1.5a4.5 4.5 0 10-.01 8.99A4.5 4.5 0 0010 5.5z'/%3E%3C/g%3E%3C/svg%3E");
}

.navbar .navbar-brand {
  width: 172px;
  height: 74px;
  text-indent: -999px;
  margin-right: 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 48'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='12.5' y1='39.5' x2='10.4' y2='-.5'%3E%3Cstop offset='0' style='stop-color:%23823975'/%3E%3Cstop offset='.2' style='stop-color:%2389376F'/%3E%3Cstop offset='.4' style='stop-color:%239D315D'/%3E%3Cstop offset='.7' style='stop-color:%23BD2741'/%3E%3Cstop offset='.9' style='stop-color:%23D81F29'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23a)' d='M22.7 31c-9.5-12.6-9-31-9-31H0c-1 19 6.4 32 13 39.5 4-2 7.2-5 9.7-8.4z'/%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='13.5' y1='7.4' x2='45.4' y2='7.4'%3E%3Cstop offset='0' style='stop-color:%23D62C3A'/%3E%3Cstop offset='.6' style='stop-color:%23DD2A35'/%3E%3Cstop offset='1' style='stop-color:%23E7282D'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23b)' d='M45.3 0H13.4s0 6.6 1.8 14.8h29c1-4.4 1.3-9.3 1-14.7z'/%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='25.6' y1='48.4' x2='30.6' y2='12.6'%3E%3Cstop offset='0' style='stop-color:%23823975'/%3E%3Cstop offset='.2' style='stop-color:%237B3773'/%3E%3Cstop offset='.5' style='stop-color:%2367326E'/%3E%3Cstop offset='.8' style='stop-color:%23472A65'/%3E%3Cstop offset='1' style='stop-color:%232C235E'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23c)' d='M30 14.5c-2.2 9-7 19.6-17.2 24.8 0 0 4.2 5 9.8 8.6 0 0 17.3-10.3 21.7-33.6H30z'/%3E%3Cg fill='%23231F20'%3E%3Cpath d='M66.2 20.8h.5s.4 0 .5-.3l5-9.4 1.3 9c0 .2.3.5.6.5h3.5c.3 0 .6-.3.6-.6L74.8.4c0-.3-.3-.5-.5-.5h-.5s-.4 0-.5.3l-6.7 12.5L59.6.3c0-.2-.3-.3-.4-.3h-.5c-.2 0-.5.2-.5.5L55 20c0 .3.2.5.6.5H59c.3 0 .5-.2.6-.5l1.3-9 5 9.5c-.2.2 0 .3.2.3zM96.2 20v-3.2c0-.3-.2-.5-.6-.5h-8v-4h6.6c.3 0 .6 0 .6-.4V8.6c0-.3-.3-.5-.6-.5h-6.6V4.5h8c.3 0 .6-.3.6-.5V.8c0-.3-.2-.5-.6-.5h-12c-.3 0-.6.3-.6.5V20c0 .3.2.5.6.5h12c.4 0 .6-.2.6-.5zM102 20.5h7.2c5.6 0 10.2-4.5 10.2-10.2 0-5.6-4.6-10-10.2-10h-7c-.4 0-.6.2-.6.4V20c0 .3.2.5.5.5zm4-16h3c3.2 0 5.5 2.6 5.5 5.8 0 3.3-2.4 6-5.6 6h-3V4.4zM129 20V.8c0-.3-.4-.5-.7-.5h-3.5c-.3 0-.6.3-.6.5V20c0 .3.3.5.6.5h3.5c.3 0 .6-.2.6-.5zM144.3 20.8c2.6 0 5-1 7-2.8.2-.2.2-.6 0-.8l-2.3-2.4c-.2-.2-.6-.2-.8 0-1 1-2.5 1.4-4 1.4-3.2 0-5.6-2.7-5.6-6 0-3 2.4-6 5.7-6 1.4 0 2.8.6 4 1.6 0 .2.4.2.6 0l2.2-2.3c.2-.2.2-.6 0-.8-2-1.8-4-2.7-7-2.7-5.8 0-10.5 4.7-10.5 10.4 0 5.8 4.8 10.4 10.6 10.4zM167.3 17.5l1 2.3c.3.5.5.7 1 .7h3.2c.4 0 .7-.4.5-.8L164 .3c0-.2-.3-.3-.5-.3h-.3c-.2 0-.4 0-.5.3l-9 19.5c-.3.4 0 .8.4.8h3.3c.6 0 1-.3 1-.7l1-2.4h8zm-4-8.7l2.2 4.8H161l2.3-4.8zM177.4 20.5h11c.2 0 .5-.3.5-.5v-3.2c0-.3-.3-.5-.7-.5h-7V.8c0-.3-.2-.5-.5-.5h-3.4c-.3 0-.6.3-.6.5V20c0 .3.3.5.6.5zM58.8 37.3H53c-.3 0-.6.2-.6.5v3c0 .2.2.4.6.4h1.8V43c-1 .2-1.7.4-2.6.4-3.2 0-5.7-2.6-5.7-5.8 0-3.2 2.5-5.8 5.7-5.8 1.4 0 2.7.4 3.8 1.4.2.2.6.2.8 0l2.3-2.4c.3-.2.3-.6 0-.8-2-1.7-4.6-2.7-7-2.7-6 0-10.5 4.6-10.5 10.4C41.5 43.5 46 48 52 48c4 0 7-1.8 7-1.8.2 0 .3-.3.3-.5V38c0-.4-.2-.7-.5-.7zM80.4 27.5h-3.6c-.3 0-.6.3-.6.5v11.7c0 2-1.5 3.6-3.6 3.6-2 0-3.6-1.6-3.6-3.6V28c0-.3-.2-.5-.6-.5H65c-.3 0-.6.3-.6.5v12c0 4.4 3.7 8 8.2 8 4.6 0 8.3-3.6 8.3-8V28c0-.3-.3-.5-.6-.5zM94.5 27.5c0-.2-.3-.3-.5-.3h-.3c-.2 0-.4 0-.5.3l-9 19.5c-.3.4 0 .8.4.8h3.2c.6 0 1-.3 1-.7l1-2.2h8l1 2.3c.2.7.4.8 1 .8h3c.5 0 .8-.4.6-.8l-9-19.5zm-3 13.3L94 36l2.2 4.8h-4.4zM123 33.7c0-3.4-3-6.3-6.4-6.3H108c-.4 0-.7.3-.7.5v19c0 .4.2.6.6.6h3.3c.3 0 .6-.3.6-.5v-7.3h2l3.8 7.7s.2.3.5.3h4c.4 0 .6-.5.4-.8l-4-7.5c2.4-1 4.2-3 4.2-5.8zM116 36H112v-4.4h4.2c1.2 0 2.2 1 2.2 2.2 0 1.2-1 2.3-2.2 2.3zM135.8 27.5h-7c-.4 0-.6.3-.6.5v19.2c0 .3.2.5.5.5h7c5.7 0 10.3-4.5 10.3-10.2 0-5.5-4.6-10-10.2-10zm-.3 16h-2.8V31.6h2.8c3.3 0 5.6 2.6 5.6 5.8.2 3.4-2.2 6-5.5 6zM155 27.5h-3.5c-.3 0-.6.3-.6.5v19.2c0 .3.2.5.5.5h3.5c.3 0 .6-.3.6-.5V28c0-.3-.3-.5-.6-.5zM169.7 27.5c0-.2-.3-.3-.5-.3h-.3c-.3 0-.5 0-.6.3l-9 19.5c-.2.4 0 .8.5.8h3c.7 0 1-.3 1-.7l1-2.2h8l1 2.3c.3.7.5.8 1 .8h3.2c.4 0 .7-.4.5-.8l-9-19.5zM167 40.8l2-4.8 2.2 4.8H167zM199.4 27.5H196c-.3 0-.6.3-.6.5v10.3l-11.6-11h-.7c-.2 0-.5 0-.5.4v19.5c0 .3.3.5.6.5h3.5c.3 0 .6-.3.6-.5V36.4L198.6 48h.8c.3 0 .6-.2.6-.5V28c0-.3-.3-.5-.6-.5z'/%3E%3C/g%3E%3C/svg%3E");
}

@media screen and (max-width: 480px) {
  .navbar .navbar-brand {
    width: 160px;
    height: 36px;
    margin-right: 42px;
    margin: 12px;
  }
  .navbar-light .navbar-toggler {
    color: rgba(15, 15, 15, 0.65);
    border-color: transparent;
    margin-right: 8px;
  }
}
.nav .btn.btn-primary.btn-sm,
.nav .btn.btn-sm,
.nav .btn-group-sm > .btn {
  height: 36px;
  padding-left: 0;
  padding-right: 0;
  line-height: 34px;
  font-size: 14px;
}

.nav .btn.btn-primary.btn-sm,
.nav .btn.btn-primary {
  color: #35285E;
  padding-left: 12px;
  padding-right: 16px;
}
.nav .btn.btn-primary.btn-sm:hover,
.nav .btn.btn-primary:hover {
  color: #fff;
}

.nav .btn.btn-primary-outline.btn-sm, .nav .btn-group-sm > .btn.btn-primary-outline {
  height: 36px;
}

.nav .btn.btn-primary-outline.btn-sm span, .nav .btn-group-sm > .btn.btn-primary-outline span {
  font-size: 14px;
  padding: 0px;
  height: 32px;
  line-height: 30px;
}

.nav .btn.btn-primary-outline.btn-sm span, .nav .btn-group-sm > .btn.btn-primary-outline span {
  width: auto;
  padding-left: 4px;
  padding-right: 4px;
}

.nav-btn {
  display: inline-block;
  height: 32px;
  width: 32px;
  overflow: hidden;
  text-indent: -999px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  line-height: 32px;
  background-color: #35285E;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 2px solid #35285E;
}
.nav-btn.primary.prev:hover {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_2' x='0px' y='0px' version='1.1' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23521E4E' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' d='M15.95 6.29c-10.71 7.18-10.38 4.16 0 11.42'/%3E%3C/svg%3E");
}
.nav-btn.primary.next:hover {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_2' x='0px' y='0px' version='1.1' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23521E4E' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' d='M8.05 17.71c10.71-7.18 10.38-4.16 0-11.42'/%3E%3C/svg%3E");
}
.nav-btn.sm-btn {
  height: 24px;
  width: 24px;
  line-height: 24px;
  background-color: #35265F;
  background-size: 22px;
  border: 0px #35265F;
  border-width: 0px;
}
.nav-btn.sm-btn:hover {
  background-color: #867D9F;
  border-color: #867D9F;
}

.slick-nav {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}
.slick-nav.prev {
  left: 8px;
}
.slick-nav.next {
  right: 8px;
}

@media screen and (max-width: 480px) {
  .slick-nav {
    position: absolute;
    top: auto;
    margin-top: 16px;
  }
  .slick-nav.prev {
    left: 50%;
    margin-left: -40px !important;
  }
  .slick-nav.next {
    right: 50%;
    margin-right: -40px !important;
  }
}
/* ======== MEGA MENU ======== */
.dropdown-menu {
  border-radius: 0px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}

.mega-item {
  position: static;
}

.mega-menu {
  position: fixed;
  left: 0;
  top: 90px;
  width: 100%;
  background: #E0E0E2;
}

.nav-tabs {
  margin-bottom: 12px;
  border-bottom: 1px solid #BACDD2;
}
.nav-tabs .nav-link {
  display: block;
  color: #5b2d69;
  padding: 0.375rem 1.375rem;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid transparent;
}
.nav-tabs .nav-link.active {
  color: #5b2d69;
  background-color: inherit;
  border-color: #BACDD2;
  border-bottom-color: transparent;
  font-weight: 700;
}
.nav-tabs.nav-desc .nav-link.active {
  background-color: #f8f9fa;
  border-bottom-color: #f8f9fa;
}

.prod-subnav .subnav {
  padding: 4px 0;
}
.prod-subnav.is-affixed .subnav {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.prod-subnav .nav-item .active {
  font-weight: 700;
}

.navbar .navbar-brand {
  width: 140px;
  height: 56px;
  background-size: auto 32px;
}

@media screen and (min-width: 990px) {
  .navbar .navbar-brand {
    width: 120px;
    height: 64px;
    margin-right: 28px;
    background-size: 100%;
  }
}
#top-banner {
  height: 38px;
  background-color: #35265F;
  letter-spacing: 0.01em;
}

#top-banner {
  background: -webkit-gradient(linear, left top, right top, from(rgb(53, 38, 95)), to(rgb(222, 31, 47)));
  background: linear-gradient(90deg, rgb(53, 38, 95) 0%, rgb(222, 31, 47) 100%);
}

#top-banner p {
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 40px;
  font-size: 14.5px;
}

#top-banner strong {
  font-weight: 700;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  #top-banner {
    height: 36px;
  }
  #top-banner .container {
    padding: 0;
  }
  #top-banner p {
    padding: 0;
    margin: 0;
    color: #fff;
    line-height: 32px;
    font-size: 14.5px;
  }
  .banner-phone-number {
    font-size: 14px;
    margin-left: 8px !important;
  }
  .navbar .nav li,
.navbar .nav li:first-child {
    margin: 8px 0 0px;
  }
  .navbar .nav li a {
    line-height: 40px;
    color: #35265F;
  }
  .navbar .nav li a .dropdown-menu {
    line-height: 28px;
  }
  .navbar .nav .mega-menu-alt {
    min-width: 764px;
    padding: 8px 4px;
    left: -152px;
  }
  .navbar .nav.navbar-right li {
    display: none;
  }
  .navbar .nav.navbar-right .navlink-quiz {
    display: block;
    margin: 4px 0 0;
  }
  .navbar .navbar-brand {
    height: 64px;
    margin-left: 15px;
    margin-right: 24px;
    width: 128px;
  }
}
.panel-cta-home .panel-body,
.panel-cta-mobile .panel-body {
  padding-top: 24px;
}

.panel-cta-home .prod-thumb-group,
.panel-cta-mobile .prod-thumb-group {
  display: none;
}

@media only screen and (max-width: 640px) {
  .navbar-default .navbar-toggle {
    left: auto;
    right: 0;
  }
  .navbar .navbar-brand {
    display: inline-block;
    left: 0;
    margin: 0 0 0 12px;
  }
  .mobile-header-call {
    display: none !important;
  }
  .navbar .nav .mega-menu-alt .nav-justified > li {
    padding: 2px 0;
    margin: 0px;
    display: inline-block;
    min-width: 96px;
    min-width: 33.33336%;
    width: 49%;
    float: none;
    position: relative;
  }
  .navbar .nav .mega-menu-alt li a {
    display: block;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #111;
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 424px;
    background: #fff;
  }
  ::before, ::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 760px) {
  .navbar .navbar-right {
    margin-top: 10px;
  }
  .navbar .navbar-right li {
    margin-left: 10px;
  }
  .navbar .navbar-right li:first-child {
    margin-left: 0px;
  }
  .navbar .navbar-right li:last-child {
    margin-left: 12px;
  }
  .navbar .navbar-right .header-login {
    color: #222;
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
  }
  .navbar .nav li a:hover {
    color: #A6345E;
  }
  .banner-phone-number {
    font-size: 16px;
  }
  .click-to-call {
    text-decoration: none;
  }
}
.navbar .nav li .btn,
.navbar .nav li .btn span {
  text-transform: capitalize;
}

.banner-phone-number a {
  text-decoration: none;
}

@media only screen and (min-width: 990px) {
  #top-banner {
    height: 55px;
  }
  #top-banner p {
    padding: 0;
    margin: 0;
    color: #fff;
    line-height: 52px;
    font-size: 16px;
    font-weight: 500 !important;
  }
  #top-banner p span {
    font-weight: 500 !important;
  }
  #top-banner p strong {
    font-weight: 700 !important;
  }
}
.navbar-nav .nav-link .nav-txt {
  display: inline-block;
  position: relative;
  color: #35265F;
  line-height: 1;
  padding: 0 0 2px;
  margin-top: -2px;
  font-weight: 500;
}
.navbar-nav .nav-link .nav-txt::after {
  background: #fff;
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -3px;
  height: 3px;
  content: "";
  border-radius: 1px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.navbar-nav .nav-link:hover .nav-txt::after {
  background: #CFFFFE;
}
.navbar-nav .active .nav-link .nav-txt::after {
  background: #CFFFFE;
}

.nav-item > .dropdown-menu {
  padding: 0 0 0.75rem;
  margin-top: 0.7rem;
  left: -1rem;
  min-width: 11rem;
}

.dropdown-menu > .nav-item > .nav-link {
  color: #5d5e60;
  padding-left: 1.375rem;
}
.dropdown-menu > .nav-item > .nav-link:hover {
  color: #35265F;
}

.navbar-default .navbar-toggle {
  left: auto;
  right: -4px;
}

.btn-p-quiz {
  position: absolute;
  right: 50px;
  top: 4px;
  z-index: 20;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.15em;
  border-top-color: #32295C;
}

@media only screen and (min-width: 640px) {
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.15em;
    border-top: 0.35em solid #32295C;
  }
}
@media only screen and (max-width: 640px) {
  .navbar-header .view-options,
.navbar-header .take-quiz {
    position: absolute;
    right: 72px;
    top: 12px;
    font-size: 13px;
  }
  .navbar-header .btn.btn-primary {
    border: 2px solid #35265F;
  }
  .navbar-header .btn.btn-primary {
    max-width: 130px;
    width: 132px;
    height: 36px;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-header .btn.btn-primary-outline {
    height: 36px;
  }
  .navbar-header .btn.btn-primary-outline span {
    font-size: 14px;
    padding: 0px;
    height: 32px;
  }
  .navbar-header .btn.btn-primary-outline span {
    max-width: 128px;
    width: auto;
    padding-left: 4px;
    padding-right: 4px;
  }
  .navbar-header .btn.btn-primary {
    max-width: 130px;
    width: 132px;
    height: 36px;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-header .btn.btn-primary-outline {
    height: 36px;
  }
  .navbar-header .btn.btn-primary-outline span {
    font-size: 14px;
    padding: 0px;
    height: 32px;
  }
  .navbar-header .btn.btn-primary-outline span {
    max-width: 128px;
    width: auto;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.pt-0 {
  padding-top: 0;
}

.pb-2 {
  padding-bottom: 24px;
}

.pb-3 {
  padding-bottom: 36px;
}

@media only screen and (max-width: 640px) {
  .navbar .nav li .btn.btn-primary-outline {
    height: 40px;
  }
  .navbar .nav li .btn.btn-primary-outline span {
    font-size: 14px;
    height: 36px;
    padding: 0;
  }
}
.navbar-header .btn.btn-primary.btn-sm, .navbar-header .btn-group-sm > .btn.btn-primary,
.navbar-nav .btn.btn-sm,
.navbar-nav .btn-group-sm > .btn {
  max-width: 130px;
  width: 132px;
  height: 36px;
  padding-left: 0;
  padding-right: 0;
  line-height: 34px;
}

.navbar-nav .btn.btn-primary.btn-sm,
.navbar-nav .btn.btn-primary {
  color: #35285E;
}
.navbar-nav .btn.btn-primary.btn-sm:hover,
.navbar-nav .btn.btn-primary:hover {
  color: #fff;
}

.navbar-header .btn.btn-primary-outline.btn-sm, .navbar-header .btn-group-sm > .btn.btn-primary-outline {
  height: 36px;
}

.navbar-header .btn.btn-primary-outline.btn-sm span, .navbar-header .btn-group-sm > .btn.btn-primary-outline span {
  font-size: 14px;
  padding: 0px;
  height: 32px;
  line-height: 30px;
}

.navbar-header .btn.btn-primary-outline.btn-sm span, .navbar-header .btn-group-sm > .btn.btn-primary-outline span {
  max-width: 128px;
  width: auto;
  padding-left: 4px;
  padding-right: 4px;
}

@media screen and (max-width: 760px) {
  .navbar-collapse {
    padding: 1rem;
  }
  .mega-menu-alt .nav .nav-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar .navbar-nav .mega-menu-alt {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 0px;
}

@media screen and (min-width: 990px) {
  .navbar-light .mega-menu-alt,
.navbar .navbar-nav .mega-menu-alt {
    position: fixed;
    top: 120px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    margin-top: -1px;
    padding: 0;
    background-color: rgba(207, 255, 254, 0.94);
    overflow: hidden;
  }
  .navbar-light .mega-menu-alt .nav-item,
.navbar .navbar-nav .mega-menu-alt .nav-item {
    margin: 0 12px;
  }
  .navbar-light .mega-menu-alt .nav-item .nav-link,
.navbar .navbar-nav .mega-menu-alt .nav-item .nav-link {
    border-bottom: 3px solid transparent;
    font-size: 12.5px;
    line-height: 1.375;
    font-weight: 500;
    padding: 0.375rem;
    color: #434343 !important;
  }
  .navbar-light .mega-menu-alt .nav-item .nav-link:hover,
.navbar .navbar-nav .mega-menu-alt .nav-item .nav-link:hover {
    border-bottom: 3px solid #CFFFFE;
  }
  .navbar-light .mega-menu-alt .nav-item .nav-link img,
.navbar .navbar-nav .mega-menu-alt .nav-item .nav-link img {
    margin: 0px auto 2px;
  }
  .navbar-light .mega-menu-alt .nav-item .nav-link p,
.navbar .navbar-nav .mega-menu-alt .nav-item .nav-link p {
    margin: 0px 0 0;
    padding: 4px 0 0;
    font-weight: 600;
    font-size: 15.5px;
    line-height: 1.375;
    color: #35265F !important;
  }
  .navbar-light .mega-menu-alt .menu-container,
.navbar .navbar-nav .mega-menu-alt .menu-container {
    float: none;
    max-width: 800px;
    width: 100%;
    background: #fff;
    padding: 0 0.5rem 0.5rem;
  }
}
.menu-risk-cta {
  position: relative;
}
.menu-risk-cta .menu-risk-img img {
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}
.menu-risk-cta .menu-risk-content {
  font-size: 15px;
}
.menu-risk-cta .btn.btn-sm, .menu-risk-cta .btn-group-sm > .btn {
  height: 36px;
  padding-left: 0;
  padding-right: 0;
  line-height: 34px;
  font-size: 14px;
}

.mega-menu-alt .menu-left {
  border-right: 1px solid #eee;
}

@media screen and (max-width: 760px) {
  .navbar .btn.btn-primary.btn-p-quiz {
    line-height: 36px;
    margin-top: 3px;
  }
  .mega-menu-alt .menu-left {
    border-bottom: 1px solid #eee;
    border-right: none;
    padding-bottom: 15px;
    margin-bottom: 8px;
  }
  .menu-risk-cta {
    display: table;
    margin: 12px auto 8px;
    max-width: 340px;
  }
  .menu-risk-cta .menu-risk-img {
    display: table-cell;
    vertical-align: middle;
  }
  .menu-risk-cta .menu-risk-content {
    display: table-cell;
    vertical-align: middle;
  }
  .menu-risk-cta .menu-risk-content p {
    padding: 0 8px;
    margin-bottom: 8px;
  }
}
.navbar-nav .dropdown-menu.mega-menu-alt .nav-item .nav-link {
  border-bottom: 3px solid transparent;
  font-size: 12.5px;
  line-height: 1.5;
  font-weight: 500;
  padding: 0.375rem;
  color: I #434343 !important;
}
.navbar-nav .dropdown-menu.mega-menu-alt .nav-item .nav-link:hover {
  border-bottom: 3px solid #CFFFFE;
}
.navbar-nav .dropdown-menu.mega-menu-alt .nav-item .nav-link img {
  margin: 2px auto 4px;
}
.navbar-nav .dropdown-menu.mega-menu-alt .nav-item .nav-link p {
  margin: 0px 0 0;
  padding: 4px 0 0;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.375;
  color: #35265F !important;
}

.nav-link.header-link {
  font-size: 11px;
}
.nav-link.btn.header-link {
  font-size: 11px;
  color: #58595B;
}
.nav-link.btn.btn-link {
  font-weight: 500;
  font-size: 12px;
}
.nav-link.btn.btn-link.header-link {
  font-weight: 500;
  font-size: 11px;
}

@media only screen and (min-width: 760px) {
  .navbar-nav .dropdown-menu.mega-menu-alt .nav-item {
    border-right: 1px solid #efefef;
  }
  .navbar-nav .dropdown-menu.mega-menu-alt .nav-item:nth-child(3n+3) {
    border-right-color: transparent;
  }
  .navbar-nav .dropdown-menu.mega-menu-alt .nav-item .nav-link {
    padding: 6px 0 10px;
  }
}
@media only screen and (min-width: 990px) {
  #topnav > .main-nav > li {
    margin-left: 14px;
  }
  #topnav > .main-nav > li:first-child {
    margin-left: 0;
  }
}
.icon-phone::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M5.77 2a1 1 0 01.66.35A83.65 83.65 0 0110.07 6c.33.35.3.75-.1 1.19l-1 1.07c-1.34 1.42-2 2.13-1.33 3.44a22 22 0 008.53 8.61l.45.24h.51c.84 0 1-.17 2.79-1.85l.76-.71a1.24 1.24 0 01.68-.39.89.89 0 01.48.27 66.25 66.25 0 013.77 3.73c.42.46.42.72 0 1.16l-.1.1a14.92 14.92 0 01-3.39 3 2.65 2.65 0 01-.62.1c-.41-.05-1.86-.36-2.16-.44a25.74 25.74 0 01-12.6-8.84 24.15 24.15 0 01-4.62-9.02 4.16 4.16 0 010-1.82A17.14 17.14 0 015.18 2.3a.94.94 0 01.59-.3m0-2a2.83 2.83 0 00-1.94.82S.88 3.46.17 5.23a6.05 6.05 0 000 2.9A26 26 0 005.26 18a27.62 27.62 0 0013.57 9.49 22.65 22.65 0 002.7.53 4.59 4.59 0 001.35-.22c1.53-.63 4-3.37 4.25-3.61a2.64 2.64 0 000-3.91 66.9 66.9 0 00-3.88-3.84 2.73 2.73 0 00-1.83-.79 3 3 0 00-2.05.93c-.75.7-2.12 2-2.18 2a20.07 20.07 0 01-7.79-7.84s1.49-1.6 2.05-2.23a2.76 2.76 0 00.06-3.9A129.78 129.78 0 007.81.9a3 3 0 00-2-.9z' fill='%23CFFFFE' data-name='phone'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 4px;
  position: relative;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  font-size: 16px;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 990px) {
  body {
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 759.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .no-mobile {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .dt-only {
    display: none;
  }
}
.btn {
  line-height: 44px;
}

nav.navbar,
.navbar-light {
  background-color: #ffffff !important;
}

nav.navbar .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #35285E;
}

@media (min-width: 760px) {
  nav.navbar {
    height: 70px;
  }
  .navbar .navbar-brand {
    width: 150px;
    height: 36px;
  }
  .navbar .btn.btn-primary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    line-height: 48px;
  }
  .navbar .phone-icon::before {
    margin-top: -1px;
    height: 30px;
    width: 30px;
    background-size: 26px;
    padding: 0 !important;
  }
}
@media (max-width: 759.98px) {
  nav.navbar {
    min-height: 54px;
  }
  nav.navbar .navbar-brand {
    display: inline-block;
    left: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 2px;
  }
  nav.navbar .navbar-collapse {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 100;
  }
}
@media (min-width: 576px) {
  .navbar-collapse {
    display: none;
  }
}
.navbar-toggle-icon {
  display: inline-block;
  height: 28px;
  width: 28px;
  background-size: 24px;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-dim {
  background-color: #f9f9f9;
}

.bg-dimmer {
  background-color: #EEEFF1;
}

.bg-autonomy {
  background-color: #35285E !important;
}

.b-0 {
  border-width: 0;
}

.img-circle {
  overflow: hidden;
  border-radius: 50%;
}

.review .avatar {
  max-width: 90px;
  margin: 0 auto 16px;
}

.display-2 {
  letter-spacing: -0.01em;
}

.bg-purple {
  background-color: #35285E;
}

.bg-darkblue {
  background-color: #35265F;
}

.bg-white {
  background-color: #ffffff;
}

.bg-light2 {
  background-color: #EEEFF1;
}

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

.mini-badge {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 14px;
  color: #111;
  background: #F8C379;
  font-weight: 500;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: 24px;
  border-radius: 3px;
  overflow: hidden;
}

.fw-500 {
  font-weight: 500;
}

.tap-to-call {
  text-decoration: none;
}

.m-5 {
  margin: 5rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.m-4 {
  margin: 3.75rem;
}

.mt-4 {
  margin-top: 3.75rem;
}

.mb-4 {
  margin-bottom: 3.75rem;
}

.my-4 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.m-3 {
  margin: 2.5rem;
}

.mt-3 {
  margin-top: 2.5rem;
}

.mb-3 {
  margin-bottom: 2.5rem;
}

.my-3 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-3 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.ml-3 {
  margin-left: 2.5rem;
}

.mr-3 {
  margin-right: 2.5rem;
}

.m-2 {
  margin: 1.875rem;
}

.mt-2 {
  margin-top: 1.875rem;
}

.mb-2 {
  margin-bottom: 1.875rem;
}

.my-2 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.mx-2 {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.ml-2 {
  margin-left: 1.875rem;
}

.mr-2 {
  margin-right: 1.875rem;
}

.m-1 {
  margin: 1.25rem;
}

.mt-1 {
  margin-top: 1.25rem;
}

.mb-1 {
  margin-bottom: 1.25rem;
}

.my-1 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-1 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.ml-1 {
  margin-left: 1.25rem;
}

.mr-1 {
  margin-right: 1.25rem;
}

.my-05 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mb-05 {
  margin-bottom: 0.5rem;
}

.mt-05 {
  margin-top: 0.5rem;
}

.m-0 {
  margin: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.ml-auto {
  margin-left: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

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

.p-5 {
  padding: 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-4 {
  padding: 3.75rem;
}

.pt-4 {
  padding-top: 3.75rem;
}

.pb-4 {
  padding-bottom: 3.75rem;
}

.py-4 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.p-3 {
  padding: 2.5rem;
}

.pt-3 {
  padding-top: 2.5rem;
}

.pb-3 {
  padding-bottom: 2.5rem;
}

.py-3 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.pl-3 {
  padding-left: 2.5rem;
}

.pr-3 {
  padding-right: 2.5rem;
}

.p-2 {
  padding: 1.875rem;
}

.pt-2 {
  padding-top: 1.875rem;
}

.pb-2 {
  padding-bottom: 1.875rem;
}

.py-2 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.px-2 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.pl-2 {
  padding-left: 1.875rem;
}

.pr-2 {
  padding-right: 1.875rem;
}

.p-1 {
  padding: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

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

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pr-1 {
  padding-right: 1rem;
}

.py-05 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-0 {
  padding: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

/*
@media only screen and (min-width: 600px) {
  body {

  }
}
*/
@media (min-width: 576px) {
  .py-sm-3 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .py-sm-4 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .py-sm-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .p-sm-2 {
    padding: 1.875rem;
  }
  .mb-sm-2 {
    margin-bottom: 1.875rem !important;
  }
  .mt-sm-2 {
    margin-top: 1.875rem;
  }
  .mt-sm-3 {
    margin-top: 2.5rem;
  }
  .mt-sm-4 {
    margin-top: 3.5rem;
  }
  .pb-sm-3 {
    padding-bottom: 2.5rem;
  }
  .pb-sm-4 {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 760px) {
  .py-md-3 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .py-md-4 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pb-md-3 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 3.75rem !important;
  }
  .py-md-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .pr-md-3 {
    padding-right: 2.5rem !important;
  }
  .pr-md-2 {
    padding-right: 1.875rem !important;
  }
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-md-3 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-md-4 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1.875rem;
  }
  .px-md-2 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
  .mt-md-4 {
    margin-top: 3.75rem;
  }
  .mt-md-3 {
    margin-top: 2.5rem !important;
  }
  .mt-md-2 {
    margin-top: 1.875rem !important;
  }
  .pt-md-2 {
    padding-top: 1.875rem;
  }
  .mt-md-1 {
    margin-top: 1.25rem;
  }
  .px-md-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem;
  }
  .pt-md-3 {
    padding-top: 2.5rem;
  }
  .mb-md-3 {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .py-lg-2 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .px-lg-2 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .py-lg-3 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .px-lg-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .mb-lg-1 {
    margin-bottom: 1.25rem;
  }
  .mb-lg-2 {
    margin-bottom: 1.875rem;
  }
  .mt-lg-1 {
    margin-top: 1.25rem;
  }
  .pr-lg-3 {
    padding-right: 2.5rem;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .pl-lg-3 {
    padding-left: 2.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 1.875rem !important;
  }
  .pr-lg-2 {
    padding-right: 1.875rem;
  }
}
@media (min-width: 1160px) {
  .pr-xl-3 {
    padding-right: 2.5rem !important;
  }
  .pl-xl-3 {
    padding-left: 2.5rem !important;
  }
  .mr-xl-1 {
    margin-right: 1.25rem;
  }
  .mr-xl-2 {
    margin-right: 1.875rem;
  }
  .mr-xl-3 {
    margin-right: 2.5rem;
  }
  .px-xl-4 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .pr-xl-4 {
    padding-right: 3rem !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-1 {
    padding-left: 1.25rem;
  }
  .pr-xl-2 {
    padding-right: 1.875rem;
  }
  .pr-xl-5 {
    padding-right: 4.5rem !important;
  }
  .pl-xl-5 {
    padding-left: 4.5rem !important;
  }
}
.mh-128 {
  max-height: 128px;
}

.mw-160 {
  width: auto;
  max-width: 160px;
}

.inverse,
.card .card-header.inverse {
  color: #fff;
}

.one-one {
  position: relative;
}
.one-one::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.one-one::after {
  content: "";
  display: table;
  clear: both;
}
.one-one > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.one-one > div {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.one-one > div > img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.three-two {
  position: relative;
}
.three-two::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 66.6666666667%;
}
.three-two::after {
  content: "";
  display: table;
  clear: both;
}
.three-two > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.three-two > div {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.three-two > div > img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.four-three {
  position: relative;
}
.four-three::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 75%;
}
.four-three::after {
  content: "";
  display: table;
  clear: both;
}
.four-three > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.four-three > div {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.four-three > div > img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.five-four {
  position: relative;
}
.five-four::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 80%;
}
.five-four::after {
  content: "";
  display: table;
  clear: both;
}
.five-four > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.five-four > div {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.five-four > div > img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.six-four {
  position: relative;
}
.six-four::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 66.6666666667%;
}
.six-four::after {
  content: "";
  display: table;
  clear: both;
}
.six-four > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.six-four > div {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.six-four > div > img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.sixteen-nine {
  position: relative;
}
.sixteen-nine::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 56.25%;
}
.sixteen-nine::after {
  content: "";
  display: table;
  clear: both;
}
.sixteen-nine > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.sixteen-nine > div {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sixteen-nine > div > img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.two-three {
  position: relative;
}
.two-three::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 150%;
}
.two-three::after {
  content: "";
  display: table;
  clear: both;
}
.two-three > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.two-three > div {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.two-three > div > img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.three-four {
  position: relative;
}
.three-four::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 133.3333333333%;
}
.three-four::after {
  content: "";
  display: table;
  clear: both;
}
.three-four > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.three-four > div {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.three-four > div > img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.four-five {
  position: relative;
}
.four-five::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 125%;
}
.four-five::after {
  content: "";
  display: table;
  clear: both;
}
.four-five > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.four-five > div {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.four-five > div > img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.nine-sixteen {
  position: relative;
}
.nine-sixteen::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 177.7777777778%;
}
.nine-sixteen::after {
  content: "";
  display: table;
  clear: both;
}
.nine-sixteen > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.nine-sixteen > div {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.nine-sixteen > div > img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.bg-gradient {
  background: #35265F;
  background: -webkit-gradient(linear, left top, right top, from(rgb(53, 38, 95)), to(rgb(222, 31, 47)));
  background: linear-gradient(90deg, rgb(53, 38, 95) 0%, rgb(222, 31, 47) 100%);
}

.btn-gradient {
  background: #35265F;
  background: -webkit-gradient(linear, left top, right top, from(rgb(53, 38, 95)), to(rgb(222, 31, 47)));
  background: linear-gradient(90deg, rgb(53, 38, 95) 0%, rgb(222, 31, 47) 100%);
  color: #fff;
}

.btn-gradient-alt {
  background: #35265F;
  background: linear-gradient(99deg, #872247 0%, #BD2038 100%);
  background-image: linear-gradient(99deg, #872247 0%, #BD2038 100%);
  color: #fff;
  padding-left: 24px;
  padding-right: 24px;
}

.btn.btn-bright {
  background-color: #66D2F2 !important;
  border-color: #66D2F2 !important;
  color: #35265F !important;
}
.btn.btn-bright:hover, .btn.btn-bright:active, .btn.btn-bright:focus {
  background-color: #A8DFEF !important;
  border-color: #A8DFEF !important;
}
.btn strong {
  font-weight: 700;
}

.btn.btn-outline {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}

input[type=text]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=checkbox]:disabled {
  background: #D7D4DF;
  color: #bbb;
}

.inverse .btn.btn-outline {
  border: 2px solid #ACE9F4;
  color: #fff;
  background-color: transparent;
  font-size: 18px;
  height: 50px;
}

.btn-warning,
.bg-warning {
  background-color: #F19A32;
  color: #35265F;
}

.btn.btn-warning {
  font-size: 16px;
  line-height: 45px;
  letter-spacing: 0.01em;
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active {
  background-color: #FFC681;
  border-color: #FFC681;
}

@media (max-width: 759.98px) {
  .navbar-collapse {
    -webkit-box-shadow: inset 0 10px 20px -10px rgba(0, 0, 0, 0.12);
            box-shadow: inset 0 10px 20px -10px rgba(0, 0, 0, 0.12);
    padding: 1.5rem 1.75rem;
  }
  .navbar-collapse .nav-item {
    color: #35265F;
  }
  .navbar-collapse .btn.btn-bright {
    background-color: #2DD4F6;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
  }
  .navbar-collapse .btn.btn-bright:hover, .navbar-collapse .btn.btn-bright:focus, .navbar-collapse .btn.btn-bright:active {
    background-color: #A8DFEF;
    border-color: #A8DFEF;
  }
  .navbar-collapse .btn.btn-bright span:first-child {
    color: #35265F;
    font-weight: 400;
    font-size: 12px;
  }
}
.no-wrap {
  white-space: nowrap;
}

.caption {
  font-size: 8px;
  line-height: 1.375;
}

.btn {
  position: relative;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 800;
  line-height: 42px;
  height: 48px;
  border-radius: 2.8rem;
  letter-spacing: 0.01em;
  text-decoration: none;
}
.btn.btn-sm, .btn-group-sm > .btn {
  line-height: 31px;
  height: 36px;
  border-radius: 1.375rem;
  padding: 0 26px;
  letter-spacing: 0.01em;
  font-size: 13px;
  font-weight: 700;
}
.btn.btn-lg, .btn-group-lg > .btn {
  line-height: 50px;
  height: 52px;
  border-radius: 1.375rem;
  padding: 0 20px;
  letter-spacing: 0.01em;
  font-size: 1.5rem;
  font-weight: 700;
}
.btn.btn-lg::before, .btn-group-lg > .btn::before {
  margin-top: -0.08rem;
}
.btn.btn-primary {
  background-color: transparent;
  color: #35265F;
  border: none;
  position: relative;
  z-index: 1;
  line-height: 48px;
}
.btn.btn-primary.btn-sm, .btn-group-sm > .btn.btn-primary {
  line-height: 38px;
}
.btn.btn-primary::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgb(53, 38, 95)), to(rgb(222, 31, 47)));
  background: linear-gradient(90deg, rgb(53, 38, 95) 0%, rgb(222, 31, 47) 100%);
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: -1;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  margin: 0;
}
.btn.btn-primary::before:hover {
  background: none;
  border-color: #B4B0C4;
}
.btn.btn-primary::after {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  top: 2px;
  z-index: -1;
  border-radius: 25px;
}
.btn.btn-primary::after:hover {
  background: none;
  border-color: #B4B0C4;
}
.btn.btn-primary:hover {
  color: #fff;
}
.btn.btn-primary:hover::before {
  background: #B4B0C4;
}
.btn.btn-primary:hover::after {
  background: none;
}
.btn.btn-secondary {
  background-color: #35265F;
  color: #ffffff;
  border: 2px solid #35265F;
}
.btn.btn-secondary:hover {
  background-color: #867D9F;
  border-color: #867D9F;
  color: #ffffff;
  -webkit-box-shadow: 0px 3px 3px rgba(5, 5, 5, 0.28);
          box-shadow: 0px 3px 3px rgba(5, 5, 5, 0.28);
}
.btn.btn-secondary:active, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #35265F;
  border-color: #35265F;
  outline: none;
}
.btn.btn-ghost {
  background-color: #D5EDF2;
  color: #35265F;
  border: 2px solid #D5EDF2;
}
.btn.btn-ghost.btn-sm::before, .btn-group-sm > .btn.btn-ghost::before {
  margin-top: -0.2rem;
}
.btn.btn-ghost:hover {
  background-color: #DDF1F5;
  border-color: #DDF1F5;
  color: #35265F;
}
.btn.btn-underline {
  color: #35265F;
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-underline::before {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0.8rem;
  content: "";
  background: #D5EDF2;
}

.btn.btn-primary::before:hover,
.btn.btn-primary::after:hover,
.btn.btn-primary:hover::after,
.btn.btn-primary:hover::before {
  background-color: #B4B0C4;
  background-color: #B4B0C4;
  border-color: #B4B0C4;
}

.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-group {
  width: 124px;
}
.input-group .input-group-prepend .btn {
  border-radius: 0;
  font-size: 18px;
  line-height: 40px;
  padding: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  font-weight: 400;
}
.input-group .form-control {
  border-bottom-color: transparent;
  border: none;
  text-align: center;
}

.btn-icon {
  display: inline-block;
  text-decoration: none;
  height: 16px;
  width: 16px;
  border: none;
  overflow: hidden;
  text-indent: -999px;
  margin: 0;
  padding: 0;
  line-height: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent;
}

.pagination .page-item .page-link {
  display: inline-block;
  height: 32px;
  width: 32px;
  padding: 0;
  margin: 0 1px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 50%;
}
.pagination .page-item .page-link:hover {
  color: #fff;
  background-color: #35265F;
  border-color: #35265F;
}
.pagination .page-item .page-link.primary {
  color: #fff;
  background-color: #35265F;
  border-color: #35265F;
}
.pagination .page-item .page-link.primary:hover {
  background-color: #867D9F;
  border-color: #867D9F;
  color: #ffffff;
}
.pagination .page-item.active .page-link {
  font-weight: 700;
  color: #35265F;
  border-color: #35265F;
}
.pagination .page-item.disabled .page-link.prev {
  border-color: #E0E0E2;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_2' x='0px' y='0px' version='1.1' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23E0E0E2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' d='M15.95 6.29c-10.71 7.18-10.38 4.16 0 11.42'/%3E%3C/svg%3E");
}
.pagination .page-item.disabled .page-link.next {
  border-color: #E0E0E2;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_2' x='0px' y='0px' version='1.1' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23E0E0E2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' d='M8.05 17.71c10.71-7.18 10.38-4.16 0-11.42'/%3E%3C/svg%3E");
}

.progress {
  height: 1rem;
  background-color: #e3e2e2;
}
.progress .progress-bar {
  background: #35265f;
  background: -webkit-gradient(linear, left top, right top, from(#35265f), to(#c11831));
  background: linear-gradient(90deg, #35265f 0%, #c11831 100%);
}

.steps {
  max-width: 600px;
  width: 100%;
  position: relative;
  padding: 0;
}
.steps .progress {
  position: absolute;
  bottom: 14px;
  left: 12px;
  right: 12px;
  z-index: -1;
  height: 16px;
  background-color: #e3e2e2;
}
.steps .progress .progress-bar {
  background: #35265f;
  background: -webkit-gradient(linear, left top, right top, from(#35265f), to(#c11831));
  background: linear-gradient(90deg, #35265f 0%, #c11831 100%);
}
.steps ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.steps ul .step {
  position: relative;
}
.steps ul .step label {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Poppins";
  color: #434343;
  white-space: nowrap;
}
.steps ul .step a {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  background-color: #e3e2e2;
  border: 2px solid #e3e2e2;
  overflow: hidden;
  text-indent: -999px;
}
.steps ul .step.valid a {
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: none;
  background-size: 18px;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2335265F' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' d='M16.7 5.3a1 1 0 010 1.4l-8 8a1 1 0 01-1.4 0l-4-4a1 1 0 011.4-1.4L8 12.58l7.3-7.3a1 1 0 011.4 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
  border-color: #c11831;
}
.steps ul .step.valid:first-child a {
  border-color: #521E4E;
}
.steps ul .step.valid:nth-child(2) a {
  border-color: #833A76;
}
.steps ul .step.active label {
  color: #35265F;
  font-weight: 600;
}
.steps ul .step.active a {
  background-color: #c11831;
  border-color: #c11831;
}

.card .card-header {
  font-size: 1.125rem;
  font-weight: 700;
  color: #35265F;
}
.card .card-footer .btn.btn-sm, .card .card-footer .btn-group-sm > .btn {
  line-height: 30px;
  height: 32px;
  border-radius: 1.375rem;
  padding: 0 20px;
  letter-spacing: 0.01em;
  font-size: 12px;
  font-weight: 500;
}
.card .card-footer .btn.btn-sm::before, .card .card-footer .btn-group-sm > .btn::before {
  margin-top: -0.15rem;
}

.card-group h5.card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #35265F;
  line-height: 2.5;
}

.card-features-1 .card-body {
  padding: 1.5rem;
}
.card-features-1 .card-body .media-img {
  margin: -8px 10px 0px -8px;
}

@media screen and (max-width: 480px) {
  .media {
    text-align: center;
  }
  .card .media .media-img {
    max-width: 80px;
  }
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.promo-strip {
  padding: 8px 0;
  line-height: 1;
}
.promo-strip ul li {
  line-height: 1.2;
  padding: 0 0 0 20px;
  position: relative;
}
.promo-strip ul li:before {
  display: inline-block;
  color: #fff;
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}
.promo-strip ul li:first-child {
  padding: 0;
}
.promo-strip ul li:first-child:before {
  display: none;
}
.promo-strip .btn-link {
  color: #D7F1F8;
  text-decoration: underline;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.promo-strip .white-phone-icon:before {
  display: inline-block;
  position: inline;
  vertical-align: middle;
  margin: -1px -1px 0 0;
  height: 16px;
  width: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M5.77 2a1 1 0 01.66.35A83.65 83.65 0 0110.07 6c.33.35.3.75-.1 1.19l-1 1.07c-1.34 1.42-2 2.13-1.33 3.44a22 22 0 008.53 8.61l.45.24h.51c.84 0 1-.17 2.79-1.85l.76-.71a1.24 1.24 0 01.68-.39.89.89 0 01.48.27 66.25 66.25 0 013.77 3.73c.42.46.42.72 0 1.16l-.1.1a14.92 14.92 0 01-3.39 3 2.65 2.65 0 01-.62.1c-.41-.05-1.86-.36-2.16-.44a25.74 25.74 0 01-12.6-8.84 24.15 24.15 0 01-4.62-9.02 4.16 4.16 0 010-1.82A17.14 17.14 0 015.18 2.3a.94.94 0 01.59-.3m0-2a2.83 2.83 0 00-1.94.82S.88 3.46.17 5.23a6.05 6.05 0 000 2.9A26 26 0 005.26 18a27.62 27.62 0 0013.57 9.49 22.65 22.65 0 002.7.53 4.59 4.59 0 001.35-.22c1.53-.63 4-3.37 4.25-3.61a2.64 2.64 0 000-3.91 66.9 66.9 0 00-3.88-3.84 2.73 2.73 0 00-1.83-.79 3 3 0 00-2.05.93c-.75.7-2.12 2-2.18 2a20.07 20.07 0 01-7.79-7.84s1.49-1.6 2.05-2.23a2.76 2.76 0 00.06-3.9A129.78 129.78 0 007.81.9a3 3 0 00-2-.9z' fill='%23CFFFFE' data-name='phone'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px !important;
}

@media (min-width: 760px) {
  .promo-strip {
    padding: 6px 0;
    line-height: 1;
    font-size: 15px;
  }
  nav.navbar .navbar-nav .nav-link,
.navbar .btn.btn-primary {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
  }
}
@media (min-width: 992px) {
  .promo-strip {
    padding: 8px 0;
    line-height: 1;
    font-size: 18px;
  }
  nav.navbar .navbar-nav .nav-link,
.navbar .btn.btn-primary {
    font-size: 20px;
  }
}
@media (max-width: 759.98px) {
  .bbb-badge {
    width: 64px;
    height: auto;
  }
  .info-panel .btn {
    display: block;
  }
  .promo-strip {
    padding: 9px 0 3.5px;
    font-size: 14.5px;
    line-height: 16px !important;
  }
  .promo-strip .btn-link {
    font-size: 15px;
    line-height: 16px !important;
  }
  .promo-strip ul li {
    line-height: 16px !important;
  }
  .promo-strip ul li:before {
    content: "";
  }
}
label.error {
  color: #da2c3d;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  display: block;
  line-height: 1.6;
}

.custom-checkbox {
  margin-top: 8px;
}
.custom-checkbox .custom-control-label {
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
}
.custom-checkbox .custom-control-label::before {
  display: block;
  width: 24px;
  height: 24px;
  top: -0.175rem;
  left: -36px;
  content: "";
  border: 1px solid #fff;
  border-radius: 4px;
}
.custom-checkbox .custom-control-label::after {
  background-size: 24px;
}

.btn-submit:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  border-style: solid;
  border-width: 12px 0 10px 10px;
  border-color: transparent transparent transparent #ffffff;
}

.form-group {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .form-group {
    margin-bottom: 18px;
  }
}
.form-control {
  border: none;
  border-bottom: 2px solid #C5C5C7;
  border-radius: 0px;
  height: 48px;
  font-size: 16px;
}

.phone-icon {
  position: relative;
}
.phone-icon::before {
  display: inline-block;
  position: inline;
  vertical-align: middle;
  margin: -1px;
  height: 24px;
  width: 24px;
  content: "";
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M9.37 6c.26 0 .53.1.63.23.36.47 1.88 3.47 1.86 3.93l-.03.08v.08c0 .28-.68.93-.9 1.15l-.15.14-.2.19.1.26a9.81 9.81 0 005.14 5.45l.26.1.2-.2.35-.4c.29-.34.72-.86 1.1-.86l.16.02.03-.02a22 22 0 013.33 2.03c.19.15.39.63.12 1.03-.3.46-1.6 1.79-2.07 2.27-.36.36-.69.52-1.04.52-5.4-.51-11.66-7.36-11.76-12.85 0-.73 1.77-2.5 2.5-3.06A.65.65 0 019.37 6' fill='%2335265f'/%3E%3C/svg%3E");
  background-size: 24px;
}

.white-phone-icon {
  position: relative;
}
.white-phone-icon::before {
  display: inline-block;
  position: inline;
  vertical-align: middle;
  margin: -1px;
  height: 22px;
  width: 22px;
  content: "";
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M9.37 6c.26 0 .53.1.63.23.36.47 1.88 3.47 1.86 3.93l-.03.08v.08c0 .28-.68.93-.9 1.15l-.15.14-.2.19.1.26a9.81 9.81 0 005.14 5.45l.26.1.2-.2.35-.4c.29-.34.72-.86 1.1-.86l.16.02.03-.02a22 22 0 013.33 2.03c.19.15.39.63.12 1.03-.3.46-1.6 1.79-2.07 2.27-.36.36-.69.52-1.04.52-5.4-.51-11.66-7.36-11.76-12.85 0-.73 1.77-2.5 2.5-3.06A.65.65 0 019.37 6' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: 22px;
}
.white-phone-icon.md::before {
  height: 26px;
  width: 26px;
  background-size: 26px;
}

.btn .btn-icon.phone {
  display: inline-block;
  position: relative;
  height: 18px;
  width: 18px;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  vertical-align: middle;
  margin-top: -1px;
  padding: 0;
}

.banner {
  color: #fff;
  letter-spacing: 0.01em;
  background-color: #35265F;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(53, 38, 95)), to(rgb(222, 31, 47)));
  background-image: linear-gradient(90deg, rgb(53, 38, 95) 0%, rgb(222, 31, 47) 100%);
}
.banner .icon::before {
  font-size: 1.375rem;
  line-height: 24px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  color: #CFFFFE;
}
.banner a {
  color: #CFFFFE;
  text-decoration: none;
}

.error-text {
  display: none;
}

.btn.plus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.75 2a.75.75 0 01.75.75V7h4.25a.75.75 0 110 1.5H8.5v4.25a.75.75 0 11-1.5 0V8.5H2.75a.75.75 0 010-1.5H7V2.75A.75.75 0 017.75 2z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin: 0;
  width: 24px;
}

/* aa edits*/
.icon-phone-global::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  top: 4px;
}

.icon-phone-global.aqua::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M5.77 2a1 1 0 01.66.35A83.65 83.65 0 0110.07 6c.33.35.3.75-.1 1.19l-1 1.07c-1.34 1.42-2 2.13-1.33 3.44a22 22 0 008.53 8.61l.45.24h.51c.84 0 1-.17 2.79-1.85l.76-.71a1.24 1.24 0 01.68-.39.89.89 0 01.48.27 66.25 66.25 0 013.77 3.73c.42.46.42.72 0 1.16l-.1.1a14.92 14.92 0 01-3.39 3 2.65 2.65 0 01-.62.1c-.41-.05-1.86-.36-2.16-.44a25.74 25.74 0 01-12.6-8.84 24.15 24.15 0 01-4.62-9.02 4.16 4.16 0 010-1.82A17.14 17.14 0 015.18 2.3a.94.94 0 01.59-.3m0-2a2.83 2.83 0 00-1.94.82S.88 3.46.17 5.23a6.05 6.05 0 000 2.9A26 26 0 005.26 18a27.62 27.62 0 0013.57 9.49 22.65 22.65 0 002.7.53 4.59 4.59 0 001.35-.22c1.53-.63 4-3.37 4.25-3.61a2.64 2.64 0 000-3.91 66.9 66.9 0 00-3.88-3.84 2.73 2.73 0 00-1.83-.79 3 3 0 00-2.05.93c-.75.7-2.12 2-2.18 2a20.07 20.07 0 01-7.79-7.84s1.49-1.6 2.05-2.23a2.76 2.76 0 00.06-3.9A129.78 129.78 0 007.81.9a3 3 0 00-2-.9z' fill='%23CFFFFE' data-name='phone'/%3E%3C/svg%3E");
}

.icon-phone-global.darkblue::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M5.77 2a1 1 0 01.66.35A83.65 83.65 0 0110.07 6c.33.35.3.75-.1 1.19l-1 1.07c-1.34 1.42-2 2.13-1.33 3.44a22 22 0 008.53 8.61l.45.24h.51c.84 0 1-.17 2.79-1.85l.76-.71a1.24 1.24 0 01.68-.39.89.89 0 01.48.27 66.25 66.25 0 013.77 3.73c.42.46.42.72 0 1.16l-.1.1a14.92 14.92 0 01-3.39 3 2.65 2.65 0 01-.62.1c-.41-.05-1.86-.36-2.16-.44a25.74 25.74 0 01-12.6-8.84 24.15 24.15 0 01-4.62-9.02 4.16 4.16 0 010-1.82A17.14 17.14 0 015.18 2.3a.94.94 0 01.59-.3m0-2a2.83 2.83 0 00-1.94.82S.88 3.46.17 5.23a6.05 6.05 0 000 2.9A26 26 0 005.26 18a27.62 27.62 0 0013.57 9.49 22.65 22.65 0 002.7.53 4.59 4.59 0 001.35-.22c1.53-.63 4-3.37 4.25-3.61a2.64 2.64 0 000-3.91 66.9 66.9 0 00-3.88-3.84 2.73 2.73 0 00-1.83-.79 3 3 0 00-2.05.93c-.75.7-2.12 2-2.18 2a20.07 20.07 0 01-7.79-7.84s1.49-1.6 2.05-2.23a2.76 2.76 0 00.06-3.9A129.78 129.78 0 007.81.9a3 3 0 00-2-.9z' fill='%23332F63' data-name='phone'/%3E%3C/svg%3E");
}

.icon-phone-global.medium-phone::before {
  height: 25px;
  width: 25px;
}

.ls-0 {
  letter-spacing: 0 !important;
}

.lead {
  color: #58595B;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #35265F;
}

.container {
  position: relative;
  max-width: 1200px;
}

.bg-ghost {
  background-color: #ECF7F9;
}

.bg-dim {
  background-color: #F7F6F9;
}

.dimmer > div {
  background-color: #f9f9f9;
  margin-bottom: 16px;
}

section {
  padding: 64px 0 58px;
}

h1 {
  font-weight: 700;
  font-size: 32px;
}

h1 strong {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

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

h2 {
  font-size: 30px;
  font-weight: 700;
}

.jumbotron {
  background-color: #fff;
  color: #58595B;
}
.jumbotron p {
  color: #58595B;
  font-size: 14.5px;
}
.jumbotron .lead {
  color: #35265F;
  font-size: 15px;
}
.jumbotron .promo-tag {
  color: #35265F;
}

.mg-logo {
  display: block;
  width: 250px;
  height: 72px;
  overflow: hidden;
  text-indent: -999px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 48'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='12.5' y1='39.5' x2='10.4' y2='-.5'%3E%3Cstop offset='0' style='stop-color:%23823975'/%3E%3Cstop offset='.2' style='stop-color:%2389376F'/%3E%3Cstop offset='.4' style='stop-color:%239D315D'/%3E%3Cstop offset='.7' style='stop-color:%23BD2741'/%3E%3Cstop offset='.9' style='stop-color:%23D81F29'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23a)' d='M22.7 31c-9.5-12.6-9-31-9-31H0c-1 19 6.4 32 13 39.5 4-2 7.2-5 9.7-8.4z'/%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='13.5' y1='7.4' x2='45.4' y2='7.4'%3E%3Cstop offset='0' style='stop-color:%23D62C3A'/%3E%3Cstop offset='.6' style='stop-color:%23DD2A35'/%3E%3Cstop offset='1' style='stop-color:%23E7282D'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23b)' d='M45.3 0H13.4s0 6.6 1.8 14.8h29c1-4.4 1.3-9.3 1-14.7z'/%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='25.6' y1='48.4' x2='30.6' y2='12.6'%3E%3Cstop offset='0' style='stop-color:%23823975'/%3E%3Cstop offset='.2' style='stop-color:%237B3773'/%3E%3Cstop offset='.5' style='stop-color:%2367326E'/%3E%3Cstop offset='.8' style='stop-color:%23472A65'/%3E%3Cstop offset='1' style='stop-color:%232C235E'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23c)' d='M30 14.5c-2.2 9-7 19.6-17.2 24.8 0 0 4.2 5 9.8 8.6 0 0 17.3-10.3 21.7-33.6H30z'/%3E%3Cg fill='%23231F20'%3E%3Cpath d='M66.2 20.8h.5s.4 0 .5-.3l5-9.4 1.3 9c0 .2.3.5.6.5h3.5c.3 0 .6-.3.6-.6L74.8.4c0-.3-.3-.5-.5-.5h-.5s-.4 0-.5.3l-6.7 12.5L59.6.3c0-.2-.3-.3-.4-.3h-.5c-.2 0-.5.2-.5.5L55 20c0 .3.2.5.6.5H59c.3 0 .5-.2.6-.5l1.3-9 5 9.5c-.2.2 0 .3.2.3zM96.2 20v-3.2c0-.3-.2-.5-.6-.5h-8v-4h6.6c.3 0 .6 0 .6-.4V8.6c0-.3-.3-.5-.6-.5h-6.6V4.5h8c.3 0 .6-.3.6-.5V.8c0-.3-.2-.5-.6-.5h-12c-.3 0-.6.3-.6.5V20c0 .3.2.5.6.5h12c.4 0 .6-.2.6-.5zM102 20.5h7.2c5.6 0 10.2-4.5 10.2-10.2 0-5.6-4.6-10-10.2-10h-7c-.4 0-.6.2-.6.4V20c0 .3.2.5.5.5zm4-16h3c3.2 0 5.5 2.6 5.5 5.8 0 3.3-2.4 6-5.6 6h-3V4.4zM129 20V.8c0-.3-.4-.5-.7-.5h-3.5c-.3 0-.6.3-.6.5V20c0 .3.3.5.6.5h3.5c.3 0 .6-.2.6-.5zM144.3 20.8c2.6 0 5-1 7-2.8.2-.2.2-.6 0-.8l-2.3-2.4c-.2-.2-.6-.2-.8 0-1 1-2.5 1.4-4 1.4-3.2 0-5.6-2.7-5.6-6 0-3 2.4-6 5.7-6 1.4 0 2.8.6 4 1.6 0 .2.4.2.6 0l2.2-2.3c.2-.2.2-.6 0-.8-2-1.8-4-2.7-7-2.7-5.8 0-10.5 4.7-10.5 10.4 0 5.8 4.8 10.4 10.6 10.4zM167.3 17.5l1 2.3c.3.5.5.7 1 .7h3.2c.4 0 .7-.4.5-.8L164 .3c0-.2-.3-.3-.5-.3h-.3c-.2 0-.4 0-.5.3l-9 19.5c-.3.4 0 .8.4.8h3.3c.6 0 1-.3 1-.7l1-2.4h8zm-4-8.7l2.2 4.8H161l2.3-4.8zM177.4 20.5h11c.2 0 .5-.3.5-.5v-3.2c0-.3-.3-.5-.7-.5h-7V.8c0-.3-.2-.5-.5-.5h-3.4c-.3 0-.6.3-.6.5V20c0 .3.3.5.6.5zM58.8 37.3H53c-.3 0-.6.2-.6.5v3c0 .2.2.4.6.4h1.8V43c-1 .2-1.7.4-2.6.4-3.2 0-5.7-2.6-5.7-5.8 0-3.2 2.5-5.8 5.7-5.8 1.4 0 2.7.4 3.8 1.4.2.2.6.2.8 0l2.3-2.4c.3-.2.3-.6 0-.8-2-1.7-4.6-2.7-7-2.7-6 0-10.5 4.6-10.5 10.4C41.5 43.5 46 48 52 48c4 0 7-1.8 7-1.8.2 0 .3-.3.3-.5V38c0-.4-.2-.7-.5-.7zM80.4 27.5h-3.6c-.3 0-.6.3-.6.5v11.7c0 2-1.5 3.6-3.6 3.6-2 0-3.6-1.6-3.6-3.6V28c0-.3-.2-.5-.6-.5H65c-.3 0-.6.3-.6.5v12c0 4.4 3.7 8 8.2 8 4.6 0 8.3-3.6 8.3-8V28c0-.3-.3-.5-.6-.5zM94.5 27.5c0-.2-.3-.3-.5-.3h-.3c-.2 0-.4 0-.5.3l-9 19.5c-.3.4 0 .8.4.8h3.2c.6 0 1-.3 1-.7l1-2.2h8l1 2.3c.2.7.4.8 1 .8h3c.5 0 .8-.4.6-.8l-9-19.5zm-3 13.3L94 36l2.2 4.8h-4.4zM123 33.7c0-3.4-3-6.3-6.4-6.3H108c-.4 0-.7.3-.7.5v19c0 .4.2.6.6.6h3.3c.3 0 .6-.3.6-.5v-7.3h2l3.8 7.7s.2.3.5.3h4c.4 0 .6-.5.4-.8l-4-7.5c2.4-1 4.2-3 4.2-5.8zM116 36H112v-4.4h4.2c1.2 0 2.2 1 2.2 2.2 0 1.2-1 2.3-2.2 2.3zM135.8 27.5h-7c-.4 0-.6.3-.6.5v19.2c0 .3.2.5.5.5h7c5.7 0 10.3-4.5 10.3-10.2 0-5.5-4.6-10-10.2-10zm-.3 16h-2.8V31.6h2.8c3.3 0 5.6 2.6 5.6 5.8.2 3.4-2.2 6-5.5 6zM155 27.5h-3.5c-.3 0-.6.3-.6.5v19.2c0 .3.2.5.5.5h3.5c.3 0 .6-.3.6-.5V28c0-.3-.3-.5-.6-.5zM169.7 27.5c0-.2-.3-.3-.5-.3h-.3c-.3 0-.5 0-.6.3l-9 19.5c-.2.4 0 .8.5.8h3c.7 0 1-.3 1-.7l1-2.2h8l1 2.3c.3.7.5.8 1 .8h3.2c.4 0 .7-.4.5-.8l-9-19.5zM167 40.8l2-4.8 2.2 4.8H167zM199.4 27.5H196c-.3 0-.6.3-.6.5v10.3l-11.6-11h-.7c-.2 0-.5 0-.5.4v19.5c0 .3.3.5.6.5h3.5c.3 0 .6-.3.6-.5V36.4L198.6 48h.8c.3 0 .6-.2.6-.5V28c0-.3-.3-.5-.6-.5z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100%;
}

.lead-form {
  background-color: #35265F;
}
.lead-form label {
  color: #fff;
  font-weight: 600;
}

hr {
  height: 0;
  border: none;
  position: relative;
}
hr::after {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #BD2038;
  background-image: -webkit-gradient(linear, right top, left top, from(#BD2038), to(#872247));
  background-image: linear-gradient(270deg, #BD2038 0%, #872247 100%);
  content: "";
}

.mobile-header {
  margin-top: 8px;
}
.mobile-header .btn.btn-call {
  font-size: 19px;
  padding-right: 0 !important;
}

.rating-title {
  font-size: 1.5rem !important;
  margin-bottom: 12px;
}

.rating-subtitle {
  font-size: 1.3rem !important;
}

.callout-inset {
  max-width: 328px;
  width: 100%;
}

.callout-icon {
  max-width: 80px;
  width: 100%;
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.form-disclaimer,
.jumbotron .form-disclaimer {
  color: #707070;
  font-size: 8px;
}

h1, .jumbotron h1 {
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0;
}

.section-lead {
  font-size: 22px;
  line-height: 1.375;
  color: #35265F;
}

.btn.btn-default {
  height: 58px;
  font-size: 20px;
  line-height: 52px;
  padding-left: 34px;
  padding-right: 34px;
}

p {
  color: #58595B;
}

.section-cta p {
  color: #35265F;
}

.form-control {
  padding-left: 20px;
}

.callout-rating p {
  color: #35265F;
}

.strike {
  position: relative;
  margin-right: 4px;
}
.strike::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 2px solid #fff;
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

.refurbished-title {
  border-bottom: 1px solid #35285E;
  padding-bottom: 16px;
  margin-bottom: 28px;
}
.refurbished-title img {
  vertical-align: middle;
  height: 40px;
  width: auto;
}

.btn.call-btn {
  padding-left: 0;
  padding-right: 0;
  height: auto;
}

.btn.btn-stacked {
  font-size: 26px;
  line-height: 1;
  height: auto;
  padding: 16px 24px;
}
.btn.btn-stacked .btn-caption {
  font-size: 12.5px;
  line-height: 1;
  margin-top: 4px;
  font-weight: 500;
}

.price-tag {
  line-height: inherit;
  vertical-align: middle;
  font-size: 16px;
}

.price-tag {
  background-color: #521e4e;
  color: #fff;
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
}

footer {
  background-color: #35265F;
  margin-bottom: -24px;
}
footer .social-media img {
  height: 46px;
  width: 46px;
}

.no-desktop,
.no-tablet,
.tablet-only,
.desktop-only {
  display: none;
}

.font-default {
  font-size: 16px;
}

.btn.btn-secondary {
  background-color: #A7345F;
  border-color: #A7345F;
}
.btn.btn-secondary:hover {
  background-color: #B95D7F;
  border-color: #B95D7F;
}

.btn.btn-call {
  display: inline-block;
  color: #35265F;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  background: url("/assets/landers/lhc/img/icon-disc-phone.png") center left no-repeat;
  background-size: 24px;
  padding-left: 32px;
  height: auto;
  font-weight: 700;
}
.btn.btn-call:hover {
  color: #35265F;
  text-decoration: underline;
}

.header-cta .btn.btn-call {
  padding-right: 0 !important;
}

.stats .stat .stat-img {
  max-width: 310px;
  width: 100%;
}

.jumbotron .hero-lead {
  width: 100%;
}

.section-features .step-title {
  font-size: 21px !important;
}

.logo-img {
  width: 132px;
}

@media (max-width: 759.98px) {
  .no-mobile {
    display: none;
  }
  .jumbotron h1, h1 {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.25;
  }
  .h2, h2 {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.01em;
    line-height: 1.375;
    padding: 0 15px;
  }
  .h3, h3 {
    font-size: 22px;
    letter-spacing: -0.01em;
    line-height: 1.375;
  }
  .rating-title {
    font-size: 1.3rem !important;
    line-height: 1.45;
    margin-top: 12px;
    margin-bottom: 20px;
  }
  .rating-subtitle {
    border-bottom: 2px solid #D7D4DF;
    padding-bottom: 40px;
    margin-bottom: 36px;
    font-size: 1.1rem !important;
  }
  .lead {
    font-size: 16.5px;
  }
  .mg-logo {
    display: block;
    width: 170px;
    height: 56px;
    margin-top: 28px;
    margin-bottom: 32px;
  }
  .lhc-logo {
    width: 36px;
    height: auto;
  }
  .callout-icon {
    margin-top: 28px;
  }
  .icon-mgvitals {
    margin-top: 36px !important;
  }
  .callout-counters p {
    font-size: 14px;
  }
  .callout-counters p.lead {
    font-size: 18px;
    line-height: 1.375;
    color: #AEA8BF;
  }
  .jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .jumbotron .lead-form {
    margin-top: 36px;
    margin-bottom: -20px;
    max-width: 440px;
  }
  .jumbotron .promo-tag {
    font-size: 11px;
  }
  .section-products {
    padding-bottom: 20px;
  }
  .features-grid .media-img img {
    width: 48px;
    height: auto;
  }
  .mobile-header {
    width: 100%;
  }
  .mobile-header .btn.btn-call {
    font-size: 16px !important;
    padding-right: 0 !important;
    background-size: 20px;
    padding-left: 26px;
    line-height: 18px;
  }
  .mg-logo.logo {
    position: relative;
    display: block;
    overflow: hidden;
    text-indent: -999px;
    top: 0px;
    left: 0px;
    z-index: 5;
    width: 132px;
    height: 40px;
    margin: 0;
  }
}
.product-item {
  margin-top: 50px;
  margin-bottom: 60px;
}
.product-item .product-cta {
  font-size: 13.5px;
  line-height: 24px;
  color: #35265F;
  margin-top: 20px;
}
.product-item .product-cta .btn {
  text-decoration: underline;
}
.product-item .product-cta .btn,
.product-item .product-cta .promo-tag {
  font-size: 13.5px;
  line-height: 24px;
  vertical-align: middle;
  color: #35265F;
}

@media (min-width: 760px) {
  section {
    padding: 60px 28px;
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .mobile-only {
    display: none;
  }
  .mg-logo {
    display: block;
    width: 170px;
    height: 56px;
    margin-top: 28px;
    margin-bottom: 32px;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto;
  }
  .rating-subtitle {
    border-bottom: 2px solid #D7D4DF;
    padding-bottom: 40px;
    margin-bottom: 36px;
    font-size: 1.1rem !important;
  }
  .no-desktop {
    display: none;
  }
  .no-tablet,
.tablet-only {
    display: block;
  }
  .btn.btn-call {
    display: inline-block;
    color: #35265F;
    font-size: 22px;
    line-height: 24px;
    text-decoration: none;
    background: url("/assets/landers/lhc/img/icon-disc-phone.png") center left no-repeat;
    background-size: 24px;
    padding-left: 32px;
    height: auto;
  }
  .btn.btn-call:hover {
    color: #35265F;
    text-decoration: underline;
  }
  .jumbotron {
    padding-top: 1rem;
    padding-bottom: 16px;
  }
  .jumbotron .lead {
    font-size: 22px;
  }
  .jumbotron .lead-form .form-group {
    padding: 0 48px;
  }
  h1, .jumbotron h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .section-features .step-title {
    font-size: 20px !important;
  }
  .logo-img {
    width: 160px;
  }
}
@media (max-width: 991.98px) {
  .logo {
    position: absolute;
    top: 28px;
    left: 8px;
    z-index: 5;
    width: 136px;
    height: auto;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 60px;
  }
  section {
    padding: 64px 0 64px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  header .navbar {
    -webkit-box-shadow: 0 4px 8px rgba(10, 10, 10, 0.06);
            box-shadow: 0 4px 8px rgba(10, 10, 10, 0.06);
  }
  .jumbotron {
    padding: 40px 0 36px;
  }
  .jumbotron .lead-form {
    margin-bottom: -32px;
  }
  .jumbotron .lead-form .form-group {
    padding: 0 32px;
  }
  .stats hr {
    width: 62%;
  }
  .logo {
    position: absolute;
    top: 36px;
    left: 36px;
    z-index: 5;
  }
  .dimmer {
    background-color: #f9f9f9;
  }
  .dimmer > div {
    margin-bottom: 0;
  }
  .tablet-only {
    display: none;
  }
  .desktop-only {
    display: block;
  }
  .mg-logo {
    display: block;
    width: 260px;
    height: 64px;
    margin-bottom: 44px;
    margin-top: 0;
  }
  h1, .jumbotron h1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 1.375;
    letter-spacing: 0;
  }
  .h2, h2 {
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1.375;
  }
  .jumbotron p {
    font-size: 18px;
  }
  .jumbotron .lead {
    font-size: 22px;
  }
  .jumbotron .form-disclaimer {
    font-size: 8px;
  }
  p {
    font-size: 17px;
  }
  .section-lead {
    font-size: 22px;
    line-height: 1.375;
    color: #35265F;
  }
  .rating-subtitle {
    font-size: 1.3rem !important;
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .section-cta .btn {
    height: 58px;
    font-size: 20px;
    line-height: 52px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .rating-badge {
    border-left: 2px solid #D7D4DF;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 1.1rem !important;
  }
  .font-default {
    font-size: 18px;
  }
  .refurbished-title {
    border-bottom: 1px solid #35285E;
    padding-bottom: 20px;
    margin-bottom: 28px;
  }
  .refurbished-title img {
    vertical-align: middle;
    width: 48px;
    height: auto;
  }
  .product-item {
    margin-top: 30px;
    margin-bottom: 100px;
  }
  .product-item:last-child {
    margin-bottom: 0;
  }
  .product-item .product-cta {
    font-size: 20px;
    line-height: 24px;
  }
  .product-item .product-cta .btn,
.product-item .product-cta .promo-tag {
    font-size: 20px;
    line-height: 24px;
    vertical-align: middle;
  }
  .btn.btn-stacked {
    font-size: 30px;
    line-height: 1;
    height: auto;
    padding: 20px 30px;
  }
  .btn.btn-stacked .btn-caption {
    font-size: 13px;
    line-height: 1;
    margin-top: 0px;
    font-weight: 500;
  }
  .price-tag {
    line-height: inherit;
    vertical-align: middle;
    font-size: 23px;
    padding: 8px 10px;
  }
  .product-feature,
.product-feature p,
.product-feature .font-lg-1 {
    font-size: 20px;
  }
  .btn.btn-call {
    display: inline-block;
    color: #35265F;
    font-size: 28px;
    line-height: 32px;
    text-decoration: none;
    background: url("/assets/landers/lhc/img/icon-disc-phone.png") center left no-repeat;
    background-size: 28px;
    padding-left: 36px;
    height: auto;
  }
  .btn.btn-call:hover {
    color: #35265F;
    text-decoration: underline;
  }
  .white-phone-icon::before {
    background-size: 40px;
    height: 36px;
    width: 36px;
  }
  .section-features .step-title {
    font-size: 24px !important;
  }
}
@media (min-width: 1160px) {
  section {
    padding: 98px 0 98px;
  }
  .container {
    max-width: 1440px;
  }
  h1, .jumbotron h1 {
    font-weight: 700;
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
  .h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
  .h2, h2 {
    font-weight: 700;
    font-size: 45px;
    letter-spacing: -0.01em;
    line-height: 1.375;
  }
  .h3, h3 {
    font-size: 2.375rem;
    line-height: 1.375;
  }
  p {
    font-size: 18px;
  }
  .section-lead {
    font-size: 22px;
    line-height: 1.375;
    color: #35265F;
  }
  .section-cta .btn {
    height: 62px;
    font-size: 22px;
    line-height: 56px;
    padding-left: 44px;
    padding-right: 44px;
  }
  .product-feature,
.product-feature p,
.product-feature .font-lg-1 {
    font-size: 22px;
  }
  .btn.btn-call {
    display: inline-block;
    color: #35265F;
    font-size: 32px;
    line-height: 36px;
    text-decoration: none;
    background: url("/assets/landers/lhc/img/icon-disc-phone.png") center left no-repeat;
    background-size: 36px;
    padding-left: 46px;
    padding-right: 0;
    height: auto;
  }
  .btn.btn-call:hover {
    color: #35265F;
    text-decoration: underline;
  }
  .jumbotron {
    padding: 40px 0 28px;
  }
  .jumbotron .lead-form .form-group {
    padding: 0 64px;
  }
}
.status {
  display: none;
}

.btn.btn-gradient:hover,
.btn.btn-gradient-alt:hover {
  background: #442157;
  color: #fff;
}

.section-offer .offer-item {
  width: 256px;
}
.section-offer .offer-item img {
  margin-bottom: 16px;
}

#modal-content-success {
  display: none;
}

.modal-promo.lhc-group .modal-dialog {
  background-image: url("/assets/landers/lhc/img/exit-lhc-group.jpg");
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.modal-promo.lhc-group .modal-dialog .close-btn {
  position: absolute !important;
  right: 36px;
  top: 20px;
  z-index: 500 !important;
}