:root {
  --cg-blue: #0070ad;
  --cg-bluevibrant: #12abdb;
  --cg-purpledeep: #2b0a3d;
  --cg-onsurfacedark: #15011d;
  --cg-red: #e30021;
  --cg-orange: #ff8e12;
  --cg-yellow: #ffc107;
  --cg-green: #2ea657;
  --cg-teal: #00e6e3;
  --cg-gray1: #12abdb;
  --cg-white: #fff;
  --cg-gray: #6c757d;
  --cg-gray-dark: #343a40;
  --cg-primary: #0070ad;
  --cg-secondary: #12abdb;
  --cg-success: #2ea657;
  --cg-info: #12abdb;
  --cg-warning: #ffc107;
  --cg-danger: #e30021;
  --cg-light: #f8f9fa;
  --cg-dark: #212529;
  --cg-primary-rgb: 0, 112, 173;
  --cg-secondary-rgb: 18, 171, 219;
  --cg-success-rgb: 46, 166, 87;
  --cg-info-rgb: 18, 171, 219;
  --cg-warning-rgb: 255, 193, 7;
  --cg-danger-rgb: 227, 0, 33;
  --cg-light-rgb: 248, 249, 250;
  --cg-dark-rgb: 33, 37, 41;
  --cg-white-rgb: 255, 255, 255;
  --cg-font-sans-serif: Ubuntu;
  --cg-font-monospace: Ubuntu Mono;
  --cg-gradient: linear-gradient(237deg, #007BBD 0%, #003F61 100%);
  --cg-body-font-family: var(--cg-font-sans-serif);
  --cg-body-font-size: 1rem;
  --cg-body-font-weight: 400;
  --cg-body-line-height: 1.5;
  --cg-body-color: #15011d;
  --cg-body-bg: #fff
}

*,
::after,
::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

body {
  margin: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .4px;
  line-height: 1.5rem;
  color: #15011d;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

hr {
  margin: 1rem 0;
  color: #c9c9c9;
  background-color: currentColor;
  border: 0;
  opacity: 1
}

hr:not([size]) {
  height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-family: Ubuntu, sans-serif
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: .12px;
  text-transform: uppercase
}

@media (min-width:1200px) {

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

.h2,
h2 {
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: .12px
}

@media (min-width:1200px) {

  .h2,
  h2 {
    font-size: 2.25rem
  }
}

.h3,
h3 {
  font-size: calc(1.325rem + .9vw);
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: .12px
}

@media (min-width:1200px) {

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

.h4,
h4 {
  font-size: calc(1.275rem + .3vw);
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: .4px
}

@media (min-width:1200px) {

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

.h5,
h5 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .12px
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .4px;
  line-height: 1.5rem
}

.link-primary.micro,
.micro {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .4px;
  line-height: 1.5rem
}

abbr[data-bs-original-title],
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none
}

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

ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none
}

dl,
ol,
ul {
  margin-top: 0
}

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

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: 500
}

.small,
small {
  font-size: .75rem
}

.mark,
mark {
  padding: .25rem;
  background-color: #00e6e3
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #15011d;
  text-decoration: none
}

a:hover {
  color: #0070ad;
  text-decoration: none
}

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

code,
kbd,
pre,
samp {
  font-family: Ubuntu, sans-serif;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875rem;
  color: inherit
}

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

code {
  font-size: .875rem;
  color: #d0021b;
  word-wrap: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .25rem .5rem;
  font-size: .75rem;
  color: #fff;
  background-color: #fff;
  border-radius: 4px
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 500
}

figure {
  margin: 0 0 1rem
}

img,
svg {
  vertical-align: middle
}

table {
  caption-side: bottom;
  border-collapse: collapse
}

caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #15011d;
  text-align: left
}

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

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

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

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

button,
select {
  text-transform: none;
  background: 0 0;
  border: 0
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

select:disabled {
  opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
  display: none
}

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

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

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

textarea {
  resize: vertical
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.25625rem + .075vw);
  font-weight: 400;
  line-height: inherit
}

@media (min-width:1200px) {
  legend {
    font-size: 1.3125rem
  }
}

legend+* {
  clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

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

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

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

output {
  display: inline-block
}

iframe {
  border: 0
}

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

progress {
  vertical-align: baseline
}

[hidden] {
  display: none !important
}

.lead {
  font-size: calc(1.25625rem + .075vw);
  font-weight: 400
}

@media (min-width:1200px) {
  .lead {
    font-size: 1.3125rem
  }
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-1 {
    font-size: 5rem
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-2 {
    font-size: 4.5rem
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-3 {
    font-size: 4rem
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-4 {
    font-size: 3.5rem
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-5 {
    font-size: 3rem
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-6 {
    font-size: 2.5rem
  }
}

.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: .5rem
}

.initialism {
  font-size: .875rem;
  text-transform: uppercase
}

.blockquote {
  margin-bottom: 1rem;
  font-size: calc(1.25625rem + .075vw)
}

@media (min-width:1200px) {
  .blockquote {
    font-size: 1.3125rem
  }
}

.blockquote>:last-child {
  margin-bottom: 0
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875rem;
  color: #15011d
}

.blockquote-footer::before {
  content: "\2014\00A0"
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--cg-gutter-x, .75rem);
  padding-left: var(--cg-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {

  .container,
  .container-sm {
    max-width: 540px
  }
}

@media (min-width:768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }
}

@media (min-width:992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}

@media (min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }
}

@media (min-width:1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px
  }
}

.row {
  --cg-gutter-x: 1.5rem;
  --cg-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--cg-gutter-y));
  margin-right: calc(-.5 * var(--cg-gutter-x));
  margin-left: calc(-.5 * var(--cg-gutter-x))
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--cg-gutter-x) * .5);
  padding-left: calc(var(--cg-gutter-x) * .5);
  margin-top: var(--cg-gutter-y)
}

.col {
  flex: 1 0 0%
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.33333%
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.66667%
}

.col-auto {
  flex: 0 0 auto;
  width: auto
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%
}

.col-3 {
  flex: 0 0 auto;
  width: 25%
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%
}

.col-6 {
  flex: 0 0 auto;
  width: 50%
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%
}

.col-9 {
  flex: 0 0 auto;
  width: 75%
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%
}

.col-12 {
  flex: 0 0 auto;
  width: 100%
}

.offset-1 {
  margin-left: 8.33333%
}

.offset-2 {
  margin-left: 16.66667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.33333%
}

.offset-5 {
  margin-left: 41.66667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.33333%
}

.offset-8 {
  margin-left: 66.66667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.33333%
}

.offset-11 {
  margin-left: 91.66667%
}

.g-0,
.gx-0 {
  --cg-gutter-x: 0
}

.g-0,
.gy-0 {
  --cg-gutter-y: 0
}

.g-1,
.gx-1 {
  --cg-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
  --cg-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
  --cg-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
  --cg-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
  --cg-gutter-x: 1rem
}

.g-3,
.gy-3 {
  --cg-gutter-y: 1rem
}

.g-4,
.gx-4 {
  --cg-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
  --cg-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
  --cg-gutter-x: 3rem
}

.g-5,
.gy-5 {
  --cg-gutter-y: 3rem
}

@media (min-width:576px) {
  .col-sm {
    flex: 1 0 0%
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.33333%
  }

  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.66667%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.33333%
  }

  .offset-sm-2 {
    margin-left: 16.66667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.33333%
  }

  .offset-sm-5 {
    margin-left: 41.66667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.33333%
  }

  .offset-sm-8 {
    margin-left: 66.66667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.33333%
  }

  .offset-sm-11 {
    margin-left: 91.66667%
  }

  .g-sm-0,
  .gx-sm-0 {
    --cg-gutter-x: 0
  }

  .g-sm-0,
  .gy-sm-0 {
    --cg-gutter-y: 0
  }

  .g-sm-1,
  .gx-sm-1 {
    --cg-gutter-x: 0.25rem
  }

  .g-sm-1,
  .gy-sm-1 {
    --cg-gutter-y: 0.25rem
  }

  .g-sm-2,
  .gx-sm-2 {
    --cg-gutter-x: 0.5rem
  }

  .g-sm-2,
  .gy-sm-2 {
    --cg-gutter-y: 0.5rem
  }

  .g-sm-3,
  .gx-sm-3 {
    --cg-gutter-x: 1rem
  }

  .g-sm-3,
  .gy-sm-3 {
    --cg-gutter-y: 1rem
  }

  .g-sm-4,
  .gx-sm-4 {
    --cg-gutter-x: 1.5rem
  }

  .g-sm-4,
  .gy-sm-4 {
    --cg-gutter-y: 1.5rem
  }

  .g-sm-5,
  .gx-sm-5 {
    --cg-gutter-x: 3rem
  }

  .g-sm-5,
  .gy-sm-5 {
    --cg-gutter-y: 3rem
  }
}

@media (min-width:768px) {
  .col-md {
    flex: 1 0 0%
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.33333%
  }

  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.66667%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.33333%
  }

  .offset-md-2 {
    margin-left: 16.66667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.33333%
  }

  .offset-md-5 {
    margin-left: 41.66667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.33333%
  }

  .offset-md-8 {
    margin-left: 66.66667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.33333%
  }

  .offset-md-11 {
    margin-left: 91.66667%
  }

  .g-md-0,
  .gx-md-0 {
    --cg-gutter-x: 0
  }

  .g-md-0,
  .gy-md-0 {
    --cg-gutter-y: 0
  }

  .g-md-1,
  .gx-md-1 {
    --cg-gutter-x: 0.25rem
  }

  .g-md-1,
  .gy-md-1 {
    --cg-gutter-y: 0.25rem
  }

  .g-md-2,
  .gx-md-2 {
    --cg-gutter-x: 0.5rem
  }

  .g-md-2,
  .gy-md-2 {
    --cg-gutter-y: 0.5rem
  }

  .g-md-3,
  .gx-md-3 {
    --cg-gutter-x: 1rem
  }

  .g-md-3,
  .gy-md-3 {
    --cg-gutter-y: 1rem
  }

  .g-md-4,
  .gx-md-4 {
    --cg-gutter-x: 1.5rem
  }

  .g-md-4,
  .gy-md-4 {
    --cg-gutter-y: 1.5rem
  }

  .g-md-5,
  .gx-md-5 {
    --cg-gutter-x: 3rem
  }

  .g-md-5,
  .gy-md-5 {
    --cg-gutter-y: 3rem
  }
}

@media (min-width:992px) {
  .col-lg {
    flex: 1 0 0%
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.33333%
  }

  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.66667%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.33333%
  }

  .offset-lg-2 {
    margin-left: 16.66667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.33333%
  }

  .offset-lg-5 {
    margin-left: 41.66667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.33333%
  }

  .offset-lg-8 {
    margin-left: 66.66667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.33333%
  }

  .offset-lg-11 {
    margin-left: 91.66667%
  }

  .g-lg-0,
  .gx-lg-0 {
    --cg-gutter-x: 0
  }

  .g-lg-0,
  .gy-lg-0 {
    --cg-gutter-y: 0
  }

  .g-lg-1,
  .gx-lg-1 {
    --cg-gutter-x: 0.25rem
  }

  .g-lg-1,
  .gy-lg-1 {
    --cg-gutter-y: 0.25rem
  }

  .g-lg-2,
  .gx-lg-2 {
    --cg-gutter-x: 0.5rem
  }

  .g-lg-2,
  .gy-lg-2 {
    --cg-gutter-y: 0.5rem
  }

  .g-lg-3,
  .gx-lg-3 {
    --cg-gutter-x: 1rem
  }

  .g-lg-3,
  .gy-lg-3 {
    --cg-gutter-y: 1rem
  }

  .g-lg-4,
  .gx-lg-4 {
    --cg-gutter-x: 1.5rem
  }

  .g-lg-4,
  .gy-lg-4 {
    --cg-gutter-y: 1.5rem
  }

  .g-lg-5,
  .gx-lg-5 {
    --cg-gutter-x: 3rem
  }

  .g-lg-5,
  .gy-lg-5 {
    --cg-gutter-y: 3rem
  }
}

@media (min-width:1200px) {
  .col-xl {
    flex: 1 0 0%
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.33333%
  }

  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.66667%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.33333%
  }

  .offset-xl-2 {
    margin-left: 16.66667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.33333%
  }

  .offset-xl-5 {
    margin-left: 41.66667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.33333%
  }

  .offset-xl-8 {
    margin-left: 66.66667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.33333%
  }

  .offset-xl-11 {
    margin-left: 91.66667%
  }

  .g-xl-0,
  .gx-xl-0 {
    --cg-gutter-x: 0
  }

  .g-xl-0,
  .gy-xl-0 {
    --cg-gutter-y: 0
  }

  .g-xl-1,
  .gx-xl-1 {
    --cg-gutter-x: 0.25rem
  }

  .g-xl-1,
  .gy-xl-1 {
    --cg-gutter-y: 0.25rem
  }

  .g-xl-2,
  .gx-xl-2 {
    --cg-gutter-x: 0.5rem
  }

  .g-xl-2,
  .gy-xl-2 {
    --cg-gutter-y: 0.5rem
  }

  .g-xl-3,
  .gx-xl-3 {
    --cg-gutter-x: 1rem
  }

  .g-xl-3,
  .gy-xl-3 {
    --cg-gutter-y: 1rem
  }

  .g-xl-4,
  .gx-xl-4 {
    --cg-gutter-x: 1.5rem
  }

  .g-xl-4,
  .gy-xl-4 {
    --cg-gutter-y: 1.5rem
  }

  .g-xl-5,
  .gx-xl-5 {
    --cg-gutter-x: 3rem
  }

  .g-xl-5,
  .gy-xl-5 {
    --cg-gutter-y: 3rem
  }
}

@media (min-width:1400px) {
  .col-xxl {
    flex: 1 0 0%
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.33333%
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.66667%
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-xxl-0 {
    margin-left: 0
  }

  .offset-xxl-1 {
    margin-left: 8.33333%
  }

  .offset-xxl-2 {
    margin-left: 16.66667%
  }

  .offset-xxl-3 {
    margin-left: 25%
  }

  .offset-xxl-4 {
    margin-left: 33.33333%
  }

  .offset-xxl-5 {
    margin-left: 41.66667%
  }

  .offset-xxl-6 {
    margin-left: 50%
  }

  .offset-xxl-7 {
    margin-left: 58.33333%
  }

  .offset-xxl-8 {
    margin-left: 66.66667%
  }

  .offset-xxl-9 {
    margin-left: 75%
  }

  .offset-xxl-10 {
    margin-left: 83.33333%
  }

  .offset-xxl-11 {
    margin-left: 91.66667%
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --cg-gutter-x: 0
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --cg-gutter-y: 0
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --cg-gutter-x: 0.25rem
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --cg-gutter-y: 0.25rem
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --cg-gutter-x: 0.5rem
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --cg-gutter-y: 0.5rem
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --cg-gutter-x: 1rem
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --cg-gutter-y: 1rem
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --cg-gutter-x: 1.5rem
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --cg-gutter-y: 1.5rem
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --cg-gutter-x: 3rem
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --cg-gutter-y: 3rem
  }
}

.form-label {
  margin-bottom: .5rem
}

.form-text {
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .12px;
  line-height: 1rem;
  color: #646464
}

.form-control {
  display: block;
  width: 100%;
  padding: 1rem 1rem;
  font-family: Ubuntu, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .12px;
  line-height: calc(1.375rem);
  color: #15011d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}

.form-control[type=file] {
  overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer
}

.form-control:focus {
  color: #15011d;
  background-color: #fff;
  border-color: #0070ad;
  outline: 0
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em
}

.form-control::placeholder {
  color: #646464;
  opacity: 1
}

.form-control[readonly] {
  opacity: 1
}

.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  margin-inline-end: .75rem;
  color: #15011d;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3
}

.form-control.form-control-secondary {
  background-color: #ececec
}

.form-floating>.form-control.form-control-sm {
  height: auto;
  padding: .25rem 1rem
}

.form-floating>.form-control.form-control-sm::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.25rem -.5rem;
  margin-inline-end: .5rem
}

.form-floating>.form-control.form-control-sm:focus,
.form-floating>.form-control.form-control-sm:not(:placeholder-shown) {
  padding-top: .5rem;
  padding-bottom: 0
}

.form-floating>.form-control.form-control-sm+label {
  padding: .125rem 1rem
}

.form-floating>.form-control.form-control-md {
  height: auto;
  padding: .5rem 1rem
}

.form-floating>.form-control.form-control-md::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.25rem -.5rem;
  margin-inline-end: .5rem
}

.form-floating>.form-control.form-control-md:focus,
.form-floating>.form-control.form-control-md:not(:placeholder-shown) {
  padding-top: 1rem;
  padding-bottom: 0
}

.form-floating>.form-control.form-control-lg {
  height: auto;
  padding: 1rem 1rem
}

.form-floating>.form-control.form-control-lg+label {
  padding: 1rem 1rem
}

.form-floating>.form-control.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  margin-inline-end: 1rem
}

.form-floating>.form-control.form-control-lg:focus,
.form-floating>.form-control.form-control-lg:not(:placeholder-shown) {
  padding-top: 1.5rem;
  padding-bottom: .5rem
}

.form-floating>.form-control.rounded-pill {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.form-floating>.form-control.rounded-pill~label {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.form-floating>.form-control.rounded-pill:focus~label,
.form-floating>.form-control.rounded-pill:not(:placeholder-shown)~label {
  transform: scale(.85) translateY(-.5rem) translateX(.3rem)
}

.form-floating>.form-control.rounded-pill~.form-floating-message-icon {
  right: 1.5rem
}

textarea.form-control {
  min-height: 7rem
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: .25rem
}

.form-control-char-size {
  color: #646464;
  margin-left: auto;
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .12px;
  line-height: 1rem
}

.form-required {
  color: #e30021;
  margin-left: .125rem
}

.form-bg {
  background-color: #ececec
}

.form-select {
  display: block;
  width: 100%;
  padding: 1rem 2.25rem 1rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-family: Ubuntu, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .12px;
  line-height: 1.5rem;
  color: #15011d;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDhMMTIuNDUgMTYuNEw0IDguMDYiIHN0cm9rZT0iIzE1MDExRCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) calc(50% + 4px);
  background-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .form-select {
    transition: none
  }
}

.form-select:focus {
  border-color: #0070ad;
  outline: 0;
  box-shadow: none
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none
}

.form-select.is-danger,
.form-select.is-helper,
.form-select.is-success,
.form-select.is-warning {
  padding-right: 5.5rem
}

.form-select:disabled {
  opacity: .3
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #15011d
}

.form-select.form-select-secondary {
  background-color: #ececec
}

.form-select.rounded-pill {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-position: calc(100% - 1.5rem) calc(50% + .25rem)
}

.form-select.rounded-pill~label {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.form-select.rounded-pill:focus~label,
.form-select.rounded-pill:not(:placeholder-shown)~label {
  transform: scale(.85) translateY(-.25rem) translateX(.3rem)
}

.form-select.rounded-pill~.form-floating-message-icon {
  right: 1.5rem
}

.form-floating {
  position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(3.5rem)
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: .5rem 1rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-floating>label {
    transition: none
  }
}

.form-floating>.form-control {
  padding: 1rem 1rem;
  line-height: calc(1.375rem)
}

.form-floating>.form-control::placeholder {
  color: transparent
}

.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-select {
  padding-top: 1.5rem;
  padding-bottom: .5rem
}

.form-floating>.form-select~label {
  font-size: .75rem
}

.form-floating>.form-select:focus~label {
  color: #0070ad
}

.form-floating>.form-control:not(:placeholder-shown)~label {
  color: #15011d;
  font-size: .75rem
}

.form-floating>.form-control:focus~label {
  color: #0070ad;
  font-size: .75rem
}

.form-floating>.form-control:focus~.form-floating-bottom .form-text {
  color: #0070ad
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-select~label {
  transform: scale(.85) translateY(-.25rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating textarea.form-control {
  padding-top: 1.5rem;
  padding-bottom: .5rem
}

.form-floating textarea.form-control~label {
  padding: 1rem
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
  z-index: 2
}

.input-group .btn {
  position: relative;
  z-index: 3
}

.input-group .btn:focus,
.input-group .btn:hover {
  z-index: 4
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #15011d;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right: 3rem
}

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

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

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #2ea657
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #000;
  background-color: rgba(46, 166, 87, .9);
  border-radius: .25rem
}

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

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #2ea657;
  padding-right: calc(1.5em + .75rem);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.5rem 1.5rem
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #2ea657;
  box-shadow: none
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #2ea657
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-position: right 3rem center, center right 1rem;
  background-size: 1.5rem 1.5rem
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #2ea657;
  box-shadow: none
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #2ea657
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #2ea657
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(46, 166, 87, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #2ea657
}

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: .5em
}

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1
}

.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #e30021
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(227, 0, 33, .9);
  border-radius: .25rem
}

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #e30021;
  padding-right: calc(1.5em + .75rem);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.5rem 1.5rem
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #e30021;
  box-shadow: none
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #e30021
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-position: right 3rem center, center right 1rem;
  background-size: 1.5rem 1.5rem
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #e30021;
  box-shadow: none
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #e30021
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #e30021
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(227, 0, 33, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #e30021
}

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: .5em
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2
}

.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3
}

.fade {
  transition: opacity .15s linear
}

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

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

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

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

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .collapsing.collapse-horizontal {
    transition: none
  }
}

.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
  margin-left: 0
}

.dropdown-toggle::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDhMMTIuNDUgMTYuNEw0IDguMDYiIHN0cm9rZT0iIzE1MDExRCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) no-repeat center center;
  background-size: 1rem;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  padding: .75rem 0 0 .75rem;
  vertical-align: middle;
  transform: rotate(0);
  transition: all .2s ease-in-out;
  border: 0
}

@media (prefers-reduced-motion:reduce) {
  .dropdown-toggle::after {
    transition: none
  }
}

.dropdown-toggle:hover::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi9tZWRpdW0vSWNvbl9Eb3duIENoZXZyb248L3RpdGxlPgogICAgPGcgaWQ9Ikljb24vbWVkaXVtL0ljb25fRG93bi1DaGV2cm9uIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbl9Eb3duLUNoZXZyb24iPgogICAgICAgICAgICA8ZyBpZD0iVHJhbnNCZyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy41MDAwMDAsIDcuODAwMDAwKSIgc3Ryb2tlPSIjMDA3MGFkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoIiBwb2ludHM9IjE3IC04Ljg4MTc4NDJlLTE2IDguNDUgOC40IDAgMC4wNiI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)
}

.dropdown-toggle.show::after {
  transform: rotate(180deg);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi9tZWRpdW0vSWNvbl9Eb3duIENoZXZyb248L3RpdGxlPgogICAgPGcgaWQ9Ikljb24vbWVkaXVtL0ljb25fRG93bi1DaGV2cm9uIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbl9Eb3duLUNoZXZyb24iPgogICAgICAgICAgICA8ZyBpZD0iVHJhbnNCZyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy41MDAwMDAsIDcuODAwMDAwKSIgc3Ryb2tlPSIjMDA3MGFkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoIiBwb2ludHM9IjE3IC04Ljg4MTc4NDJlLTE2IDguNDUgOC40IDAgMC4wNiI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #15011d;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: .125rem
}

.dropdown-menu-start {
  --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0
}

.dropdown-menu-end {
  --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto
}

@media (min-width:576px) {
  .dropdown-menu-sm-start {
    --bs-position: start
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-sm-end {
    --bs-position: end
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width:768px) {
  .dropdown-menu-md-start {
    --bs-position: start
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-md-end {
    --bs-position: end
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width:992px) {
  .dropdown-menu-lg-start {
    --bs-position: start
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-lg-end {
    --bs-position: end
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width:1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-xl-end {
    --bs-position: end
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width:1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-xxl-end {
    --bs-position: end
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropend .dropdown-toggle::after {
  vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}

.dropstart .dropdown-toggle::after {
  display: none
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0070ad
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1rem;
  color: #212529
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0070ad
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd
}

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

.nav-link {
  display: flex;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .4px;
  line-height: 1.5rem;
  color: #15011d;
  text-decoration: none;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .nav-link {
    transition: none
  }
}

@media (min-width:1200px) {
  .nav-link {
    margin-left: 1rem
  }
}

.nav-link:focus,
.nav-link:hover {
  color: #0070ad
}

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

.nav-link .nav-link-icon {
  margin-left: .5rem
}

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

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

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

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}

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

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0070ad
}

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

.nav-justified .nav-item,
.nav-justified>.nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap
}

.navbar-nav {
  display: flex;
  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
}

.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .navbar-toggler {
    transition: none
  }
}

.navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%
}

.navbar-nav-scroll {
  max-height: var(--cg-scroll-height, 75vh);
  overflow-y: auto
}

@media (min-width:576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-sm .navbar-toggler {
    display: none
  }

  .navbar-expand-sm .offcanvas-header {
    display: none
  }

  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none
  }

  .navbar-expand-sm .offcanvas-bottom,
  .navbar-expand-sm .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0
  }

  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
  }
}

@media (min-width:768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-md .navbar-toggler {
    display: none
  }

  .navbar-expand-md .offcanvas-header {
    display: none
  }

  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none
  }

  .navbar-expand-md .offcanvas-bottom,
  .navbar-expand-md .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0
  }

  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
  }
}

@media (min-width:992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }

  .navbar-expand-lg .offcanvas-header {
    display: none
  }

  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none
  }

  .navbar-expand-lg .offcanvas-bottom,
  .navbar-expand-lg .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0
  }

  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
    display: none
  }

  .navbar-expand-xl .offcanvas-header {
    display: none
  }

  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none
  }

  .navbar-expand-xl .offcanvas-bottom,
  .navbar-expand-xl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0
  }

  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
  }
}

@media (min-width:1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none
  }

  .navbar-expand-xxl .offcanvas-header {
    display: none
  }

  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none
  }

  .navbar-expand-xxl .offcanvas-bottom,
  .navbar-expand-xxl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0
  }

  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start
}

.navbar-expand .navbar-nav {
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-expand .offcanvas-header {
  display: none
}

.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none
}

.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
  height: auto;
  border-top: 0;
  border-bottom: 0
}

.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .55);
  border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%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(0, 0, 0, .55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
  color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .55);
  border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section
}

.list-group-numbered>li::before {
  content: counters(section, ".") ". ";
  counter-increment: section
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}

.list-group-item-action:active {
  color: #15011d;
  background-color: #e9ecef
}

.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0070ad;
  border-color: #0070ad
}

.list-group-item+.list-group-item {
  border-top-width: 0
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px
}

.list-group-horizontal {
  flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px
}

@media (min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction: row
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row
  }

  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width:1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row
  }

  .list-group-horizontal-xxl>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-xxl>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-xxl>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

.list-group-flush {
  border-radius: 0
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0
}

.list-group-item-primary {
  color: #004368;
  background-color: #cce2ef
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004368;
  background-color: #b8cbd7
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004368;
  border-color: #004368
}

.list-group-item-secondary {
  color: #0b6783;
  background-color: #d0eef8
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #0b6783;
  background-color: #bbd6df
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #0b6783;
  border-color: #0b6783
}

.list-group-item-success {
  color: #1c6434;
  background-color: #d5eddd
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #1c6434;
  background-color: #c0d5c7
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1c6434;
  border-color: #1c6434
}

.list-group-item-info {
  color: #0b6783;
  background-color: #d0eef8
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0b6783;
  background-color: #bbd6df
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0b6783;
  border-color: #0b6783
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03
}

.list-group-item-danger {
  color: #880014;
  background-color: #f9ccd3
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #880014;
  background-color: #e0b8be
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #880014;
  border-color: #880014
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619
}

.btn-close {
  box-sizing: content-box;
  width: 1.5rem;
  height: 1.5rem;
  padding: .25rem .25rem;
  color: #15011d;
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi9tZWRpdW0vSWNvbl9DbG9zZTwvdGl0bGU+CiAgICA8ZyBpZD0iSWNvbi9tZWRpdW0vSWNvbl9DbG9zZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikljb25fQ2xvc2UiPgogICAgICAgICAgICA8ZyBpZD0iVHJhbnNCZyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy41MDAwMDAsIDMuNTAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICAgICAgPGxpbmUgeDE9IjE3IiB5MT0iMTciIHgyPSIwIiB5Mj0iMCIgaWQ9IlBhdGgiPjwvbGluZT4KICAgICAgICAgICAgICAgIDxsaW5lIHgxPSIwIiB5MT0iMTciIHgyPSIxNyIgeTI9IjAiIGlkPSJQYXRoIj48L2xpbmU+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) center/1rem auto no-repeat;
  background-size: 1.5rem;
  border: 0;
  border-radius: .25rem
}

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

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(0, 112, 173, .25);
  opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  user-select: none;
  opacity: .25
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%)
}

.carousel {
  position: relative
}

.carousel.pointer-event {
  touch-action: pan-y
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .5s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%)
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none
  }
}

.carousel-position-bottom {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2
}

.carousel-controls {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 2;
  border-radius: 30rem
}

.carousel-control-sm .carousel-control-next,
.carousel-control-sm .carousel-control-prev {
  padding: .75rem
}

.carousel-control-lg .carousel-control-next,
.carousel-control-lg .carousel-control-prev {
  padding: calc(1.75rem)
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #15011d;
  text-align: center;
  background: 0 0;
  border: 0;
  border-radius: 50rem;
  position: relative;
  overflow: hidden;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

  .carousel-control-next,
  .carousel-control-prev {
    transition: none
  }
}

.carousel-control-next::before,
.carousel-control-prev::before {
  content: "";
  display: block;
  background-color: #00e6e3;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  position: absolute;
  top: -1px;
  transition: all .2s ease-in-out;
  z-index: -1
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #15011d;
  text-decoration: none;
  outline: 0
}

.carousel-control-next:focus::before,
.carousel-control-next:hover::before,
.carousel-control-prev:focus::before,
.carousel-control-prev:hover::before {
  transform: translate(0)
}

.carousel-control-next.isDisabled,
.carousel-control-prev.isDisabled {
  pointer-events: none;
  opacity: .3
}

.carousel-control-prev {
  margin-right: .5rem
}

.carousel-control-prev::before {
  transform: translate(100%, 0) rotate(10deg);
  left: 0
}

.carousel-control-prev:hover::before {
  transform: translate(0, 0)
}

.carousel-control-next {
  margin-left: .5rem
}

.carousel-control-next::before {
  transform: translate(-100%, 0) rotate(10deg);
  left: -2px
}

.carousel-control-next:hover::after {
  transform: translate(0, 0)
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%
}

.carousel-control-prev-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi9tZWRpdW0vSWNvbl9MZWZ0IENoZXZyb248L3RpdGxlPgogICAgPGcgaWQ9Ikljb24vbWVkaXVtL0ljb25fTGVmdC1DaGV2cm9uIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbl9MZWZ0LUNoZXZyb24iPgogICAgICAgICAgICA8ZyBpZD0iVHJhbnNCZyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy44MDAwMDAsIDMuNTAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoIiBwb2ludHM9IjguNCAxNyAtOC44ODE3ODQyZS0xNiA4LjQ1IDguMzQgMCI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)
}

.carousel-control-next-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi9tZWRpdW0vSWNvbl9SaWdodCBDaGV2cm9uPC90aXRsZT4KICAgIDxnIGlkPSJJY29uL21lZGl1bS9JY29uX1JpZ2h0LUNoZXZyb24iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJJY29uX1JpZ2h0LUNoZXZyb24iPgogICAgICAgICAgICA8ZyBpZD0iVHJhbnNCZyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy44MDAwMDAsIDMuNTAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoIiBwb2ludHM9Ii04Ljg4MTc4NDJlLTE2IDE3IDguNCA4LjQ1IDAuMDYgMCI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)
}

.carousel-indicators {
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  list-style: none
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: .625rem;
  height: .625rem;
  padding: 0;
  margin-right: .5rem;
  margin-left: .5rem;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #15011d;
  border-radius: 50%;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none
  }
}

.carousel-indicators .active {
  background-color: #15011d
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
  text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #15011d
}

.carousel-dark .carousel-caption {
  color: #15011d
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: #15011d;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .5s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .offcanvas {
    transition: none
  }
}

.offcanvas p {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .4px;
  line-height: 1.5rem;
  color: #15011d
}

.offcanvas .h5,
.offcanvas h5 {
  line-height: 1.5rem;
  letter-spacing: .4px;
  font-weight: 500;
  margin-bottom: .5rem
}

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

.offcanvas-backdrop.fade {
  opacity: 0
}

.offcanvas-backdrop.show {
  opacity: .5
}

.offcanvas-header {
  padding: 2rem 1.5rem 1rem 2rem;
  border-bottom: 1px solid #ccc
}

.offcanvas-header .btn-close {
  padding: .5rem;
  margin-top: -.5rem;
  margin-right: -.5rem;
  margin-bottom: -.5rem
}

.offcanvas-header p {
  margin-top: 1rem
}

.offcanvas-title {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.offcanvas-title .h4,
.offcanvas-title h4 {
  margin-bottom: 0;
  line-height: 2rem;
  letter-spacing: .4px;
  font-weight: 400
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1.5rem 1rem 2rem;
  overflow-y: auto
}

.offcanvas-body p {
  margin-bottom: 1rem
}

.offcanvas-footer {
  padding: 1rem 2rem 2rem;
  border-top: 1px solid #ccc
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 30rem;
  border-right: 1px solid #ccc;
  transform: translateX(-100%)
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 30rem;
  border-left: 1px solid #ccc;
  transform: translateX(100%)
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid #ccc;
  transform: translateY(-100%)
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid #ccc;
  transform: translateY(100%)
}

.offcanvas.show {
  transform: none
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.link-primary {
  color: #0070ad
}

.link-primary:focus,
.link-primary:hover {
  color: #005a8a
}

.link-secondary {
  color: #12abdb
}

.link-secondary:focus,
.link-secondary:hover {
  color: #41bce2
}

.link-success {
  color: #2ea657
}

.link-success:focus,
.link-success:hover {
  color: #58b879
}

.link-info {
  color: #12abdb
}

.link-info:focus,
.link-info:hover {
  color: #41bce2
}

.link-warning {
  color: #ffc107
}

.link-warning:focus,
.link-warning:hover {
  color: #ffcd39
}

.link-danger {
  color: #e30021
}

.link-danger:focus,
.link-danger:hover {
  color: #b6001a
}

.link-light {
  color: #f8f9fa
}

.link-light:focus,
.link-light:hover {
  color: #f9fafb
}

.link-dark {
  color: #212529
}

.link-dark:focus,
.link-dark:hover {
  color: #1a1e21
}

.ratio {
  position: relative;
  width: 100%
}

.ratio::before {
  display: block;
  padding-top: var(--cg-aspect-ratio);
  content: ""
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ratio-1x1 {
  --cg-aspect-ratio: 100%
}

.ratio-4x3 {
  --cg-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
  --cg-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
  --cg-aspect-ratio: calc(9 / 21 * 100%)
}

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020
}

@media (min-width:576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

@media (min-width:768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

@media (min-width:992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

@media (min-width:1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

@media (min-width:1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: .25
}

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

.float-start {
  float: left !important
}

.float-end {
  float: right !important
}

.float-none {
  float: none !important
}

.opacity-0 {
  opacity: 0 !important
}

.opacity-25 {
  opacity: .25 !important
}

.opacity-50 {
  opacity: .5 !important
}

.opacity-75 {
  opacity: .75 !important
}

.opacity-100 {
  opacity: 1 !important
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.overflow-visible {
  overflow: visible !important
}

.overflow-scroll {
  overflow: scroll !important
}

.d-inline {
  display: inline !important
}

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

.d-block {
  display: block !important
}

.d-grid {
  display: grid !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: flex !important
}

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

.d-none {
  display: none !important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

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

.position-static {
  position: static !important
}

.position-relative {
  position: relative !important
}

.position-absolute {
  position: absolute !important
}

.position-fixed {
  position: fixed !important
}

.position-sticky {
  position: sticky !important
}

.top-0 {
  top: 0 !important
}

.top-50 {
  top: 50% !important
}

.top-100 {
  top: 100% !important
}

.bottom-0 {
  bottom: 0 !important
}

.bottom-50 {
  bottom: 50% !important
}

.bottom-100 {
  bottom: 100% !important
}

.start-0 {
  left: 0 !important
}

.start-50 {
  left: 50% !important
}

.start-100 {
  left: 100% !important
}

.end-0 {
  right: 0 !important
}

.end-50 {
  right: 50% !important
}

.end-100 {
  right: 100% !important
}

.translate-middle {
  transform: translate(-50%, -50%) !important
}

.translate-middle-x {
  transform: translateX(-50%) !important
}

.translate-middle-y {
  transform: translateY(-50%) !important
}

.border {
  border: 1px solid #dee2e6 !important
}

.border-0 {
  border: 0 !important
}

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

.border-top-0 {
  border-top: 0 !important
}

.border-end {
  border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
  border-right: 0 !important
}

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

.border-bottom-0 {
  border-bottom: 0 !important
}

.border-start {
  border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
  border-left: 0 !important
}

.border-primary {
  border-color: #0070ad !important
}

.border-secondary {
  border-color: #12abdb !important
}

.border-success {
  border-color: #2ea657 !important
}

.border-info {
  border-color: #12abdb !important
}

.border-warning {
  border-color: #ffc107 !important
}

.border-danger {
  border-color: #e30021 !important
}

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

.border-dark {
  border-color: #212529 !important
}

.border-white {
  border-color: #fff !important
}

.border-1 {
  border-width: 1px !important
}

.border-2 {
  border-width: 2px !important
}

.border-3 {
  border-width: 3px !important
}

.border-4 {
  border-width: 4px !important
}

.border-5 {
  border-width: 5px !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
}

.mw-100 {
  max-width: 100% !important
}

.vw-100 {
  width: 100vw !important
}

.min-vw-100 {
  min-width: 100vw !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
}

.mh-100 {
  max-height: 100% !important
}

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

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

.flex-fill {
  flex: 1 1 auto !important
}

.flex-row {
  flex-direction: row !important
}

.flex-column {
  flex-direction: column !important
}

.flex-row-reverse {
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  flex-direction: column-reverse !important
}

.flex-grow-0 {
  flex-grow: 0 !important
}

.flex-grow-1 {
  flex-grow: 1 !important
}

.flex-shrink-0 {
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  flex-shrink: 1 !important
}

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

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

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

.gap-0 {
  gap: 0 !important
}

.gap-1 {
  gap: .25rem !important
}

.gap-2 {
  gap: .5rem !important
}

.gap-3 {
  gap: 1rem !important
}

.gap-4 {
  gap: 1.5rem !important
}

.gap-5 {
  gap: 3rem !important
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

.justify-content-evenly {
  justify-content: space-evenly !important
}

.align-items-start {
  align-items: flex-start !important
}

.align-items-end {
  align-items: flex-end !important
}

.align-items-center {
  align-items: center !important
}

.align-items-baseline {
  align-items: baseline !important
}

.align-items-stretch {
  align-items: stretch !important
}

.align-content-start {
  align-content: flex-start !important
}

.align-content-end {
  align-content: flex-end !important
}

.align-content-center {
  align-content: center !important
}

.align-content-between {
  align-content: space-between !important
}

.align-content-around {
  align-content: space-around !important
}

.align-content-stretch {
  align-content: stretch !important
}

.align-self-auto {
  align-self: auto !important
}

.align-self-start {
  align-self: flex-start !important
}

.align-self-end {
  align-self: flex-end !important
}

.align-self-center {
  align-self: center !important
}

.align-self-baseline {
  align-self: baseline !important
}

.align-self-stretch {
  align-self: stretch !important
}

.order-first {
  order: -1 !important
}

.order-0 {
  order: 0 !important
}

.order-1 {
  order: 1 !important
}

.order-2 {
  order: 2 !important
}

.order-3 {
  order: 3 !important
}

.order-4 {
  order: 4 !important
}

.order-5 {
  order: 5 !important
}

.order-last {
  order: 6 !important
}

.m-0 {
  margin: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.m-auto {
  margin: auto !important
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important
}

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

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

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

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

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important
}

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important
}

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

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

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

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: .25rem !important
}

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

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

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

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

.mt-auto {
  margin-top: auto !important
}

.me-0 {
  margin-right: 0 !important
}

.me-1 {
  margin-right: .25rem !important
}

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

.me-3 {
  margin-right: 1rem !important
}

.me-4 {
  margin-right: 1.5rem !important
}

.me-5 {
  margin-right: 3rem !important
}

.me-auto {
  margin-right: auto !important
}

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

.mb-1 {
  margin-bottom: .25rem !important
}

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

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

.mb-4 {
  margin-bottom: 1.5rem !important
}

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

.mb-auto {
  margin-bottom: auto !important
}

.ms-0 {
  margin-left: 0 !important
}

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

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

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

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

.ms-5 {
  margin-left: 3rem !important
}

.ms-auto {
  margin-left: auto !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

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

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

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

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important
}

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

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

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

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important
}

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

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

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

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

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

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

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

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

.pt-1 {
  padding-top: .25rem !important
}

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

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

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

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

.pe-0 {
  padding-right: 0 !important
}

.pe-1 {
  padding-right: .25rem !important
}

.pe-2 {
  padding-right: .5rem !important
}

.pe-3 {
  padding-right: 1rem !important
}

.pe-4 {
  padding-right: 1.5rem !important
}

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

.pb-0 {
  padding-bottom: 0 !important
}

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important
}

.ps-1 {
  padding-left: .25rem !important
}

.ps-2 {
  padding-left: .5rem !important
}

.ps-3 {
  padding-left: 1rem !important
}

.ps-4 {
  padding-left: 1.5rem !important
}

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

.font-monospace {
  font-family: var(--cg-font-monospace) !important
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
  font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
  font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
  font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
  font-size: 1.25rem !important
}

.fs-6 {
  font-size: 1rem !important
}

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

.fst-normal {
  font-style: normal !important
}

.fw-light {
  font-weight: 300 !important
}

.fw-lighter {
  font-weight: lighter !important
}

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

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

.fw-bolder {
  font-weight: bolder !important
}

.lh-1 {
  line-height: 1 !important
}

.lh-sm {
  line-height: 1.25 !important
}

.lh-base {
  line-height: 1.5 !important
}

.lh-lg {
  line-height: 2 !important
}

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

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

.text-center {
  text-align: center !important
}

.text-decoration-none {
  text-decoration: none !important
}

.text-decoration-underline {
  text-decoration: underline !important
}

.text-decoration-line-through {
  text-decoration: line-through !important
}

.text-lowercase {
  text-transform: lowercase !important
}

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

.text-capitalize {
  text-transform: capitalize !important
}

.text-wrap {
  white-space: normal !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important
}

.text-primary {
  --cg-text-opacity: 1;
  color: rgba(var(--cg-primary-rgb), var(--cg-text-opacity)) !important
}

.text-secondary {
  --cg-text-opacity: 1;
  color: rgba(var(--cg-secondary-rgb), var(--cg-text-opacity)) !important
}

.text-success {
  --cg-text-opacity: 1;
  color: rgba(var(--cg-success-rgb), var(--cg-text-opacity)) !important
}

.text-info {
  --cg-text-opacity: 1;
  color: rgba(var(--cg-info-rgb), var(--cg-text-opacity)) !important
}

.text-warning {
  --cg-text-opacity: 1;
  color: rgba(var(--cg-warning-rgb), var(--cg-text-opacity)) !important
}

.text-danger {
  --cg-text-opacity: 1;
  color: rgba(var(--cg-danger-rgb), var(--cg-text-opacity)) !important
}

.text-light {
  --cg-text-opacity: 1;
  color: rgba(var(--cg-light-rgb), var(--cg-text-opacity)) !important
}

.text-dark {
  --cg-text-opacity: 1;
  color: rgba(var(--cg-dark-rgb), var(--cg-text-opacity)) !important
}

.text-black {
  --cg-text-opacity: 1;
  color: rgba(var(--cg-black-rgb), var(--cg-text-opacity)) !important
}

.text-white {
  --cg-text-opacity: 1;
  color: rgba(var(--cg-white-rgb), var(--cg-text-opacity)) !important
}

.text-body {
  --cg-text-opacity: 1;
  color: rgba(var(--cg-body-color-rgb), var(--cg-text-opacity)) !important
}

.text-muted {
  --cg-text-opacity: 1;
  color: #6c757d !important
}

.text-black-50 {
  --cg-text-opacity: 1;
  color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
  --cg-text-opacity: 1;
  color: rgba(255, 255, 255, .5) !important
}

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

.text-opacity-25 {
  --cg-text-opacity: 0.25
}

.text-opacity-50 {
  --cg-text-opacity: 0.5
}

.text-opacity-75 {
  --cg-text-opacity: 0.75
}

.text-opacity-100 {
  --cg-text-opacity: 1
}

.bg-primary {
  --cg-bg-opacity: 1;
  background-color: rgba(var(--cg-primary-rgb), var(--cg-bg-opacity)) !important
}

.bg-secondary {
  --cg-bg-opacity: 1;
  background-color: rgba(var(--cg-secondary-rgb), var(--cg-bg-opacity)) !important
}

.bg-success {
  --cg-bg-opacity: 1;
  background-color: rgba(var(--cg-success-rgb), var(--cg-bg-opacity)) !important
}

.bg-info {
  --cg-bg-opacity: 1;
  background-color: rgba(var(--cg-info-rgb), var(--cg-bg-opacity)) !important
}

.bg-warning {
  --cg-bg-opacity: 1;
  background-color: rgba(var(--cg-warning-rgb), var(--cg-bg-opacity)) !important
}

.bg-danger {
  --cg-bg-opacity: 1;
  background-color: rgba(var(--cg-danger-rgb), var(--cg-bg-opacity)) !important
}

.bg-light {
  --cg-bg-opacity: 1;
  background-color: rgba(var(--cg-light-rgb), var(--cg-bg-opacity)) !important
}

.bg-dark {
  --cg-bg-opacity: 1;
  background-color: rgba(var(--cg-dark-rgb), var(--cg-bg-opacity)) !important
}

.bg-black {
  --cg-bg-opacity: 1;
  background-color: rgba(var(--cg-black-rgb), var(--cg-bg-opacity)) !important
}

.bg-white {
  --cg-bg-opacity: 1;
  background-color: rgba(var(--cg-white-rgb), var(--cg-bg-opacity)) !important
}

.bg-body {
  --cg-bg-opacity: 1;
  background-color: rgba(var(--cg-body-bg-rgb), var(--cg-bg-opacity)) !important
}

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

.bg-opacity-10 {
  --cg-bg-opacity: 0.1
}

.bg-opacity-25 {
  --cg-bg-opacity: 0.25
}

.bg-opacity-50 {
  --cg-bg-opacity: 0.5
}

.bg-opacity-75 {
  --cg-bg-opacity: 0.75
}

.bg-opacity-100 {
  --cg-bg-opacity: 1
}

.bg-gradient {
  background-image: var(--cg-gradient) !important
}

.user-select-all {
  user-select: all !important
}

.user-select-auto {
  user-select: auto !important
}

.user-select-none {
  user-select: none !important
}

.pe-none {
  pointer-events: none !important
}

.pe-auto {
  pointer-events: auto !important
}

.rounded {
  border-radius: .25rem !important
}

.rounded-0 {
  border-radius: 0 !important
}

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

.rounded-2 {
  border-radius: .25rem !important
}

.rounded-3 {
  border-radius: .3rem !important
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-pill {
  border-radius: 50rem !important
}

.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important
}

.rounded-end {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

.rounded-start {
  border-bottom-left-radius: .25rem !important;
  border-top-left-radius: .25rem !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

@media (min-width:576px) {
  .float-sm-start {
    float: left !important
  }

  .float-sm-end {
    float: right !important
  }

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

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

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

  .d-sm-block {
    display: block !important
  }

  .d-sm-grid {
    display: grid !important
  }

  .d-sm-table {
    display: table !important
  }

  .d-sm-table-row {
    display: table-row !important
  }

  .d-sm-table-cell {
    display: table-cell !important
  }

  .d-sm-flex {
    display: flex !important
  }

  .d-sm-inline-flex {
    display: inline-flex !important
  }

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

  .flex-sm-fill {
    flex: 1 1 auto !important
  }

  .flex-sm-row {
    flex-direction: row !important
  }

  .flex-sm-column {
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .gap-sm-0 {
    gap: 0 !important
  }

  .gap-sm-1 {
    gap: .25rem !important
  }

  .gap-sm-2 {
    gap: .5rem !important
  }

  .gap-sm-3 {
    gap: 1rem !important
  }

  .gap-sm-4 {
    gap: 1.5rem !important
  }

  .gap-sm-5 {
    gap: 3rem !important
  }

  .justify-content-sm-start {
    justify-content: flex-start !important
  }

  .justify-content-sm-end {
    justify-content: flex-end !important
  }

  .justify-content-sm-center {
    justify-content: center !important
  }

  .justify-content-sm-between {
    justify-content: space-between !important
  }

  .justify-content-sm-around {
    justify-content: space-around !important
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important
  }

  .align-items-sm-start {
    align-items: flex-start !important
  }

  .align-items-sm-end {
    align-items: flex-end !important
  }

  .align-items-sm-center {
    align-items: center !important
  }

  .align-items-sm-baseline {
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    align-items: stretch !important
  }

  .align-content-sm-start {
    align-content: flex-start !important
  }

  .align-content-sm-end {
    align-content: flex-end !important
  }

  .align-content-sm-center {
    align-content: center !important
  }

  .align-content-sm-between {
    align-content: space-between !important
  }

  .align-content-sm-around {
    align-content: space-around !important
  }

  .align-content-sm-stretch {
    align-content: stretch !important
  }

  .align-self-sm-auto {
    align-self: auto !important
  }

  .align-self-sm-start {
    align-self: flex-start !important
  }

  .align-self-sm-end {
    align-self: flex-end !important
  }

  .align-self-sm-center {
    align-self: center !important
  }

  .align-self-sm-baseline {
    align-self: baseline !important
  }

  .align-self-sm-stretch {
    align-self: stretch !important
  }

  .order-sm-first {
    order: -1 !important
  }

  .order-sm-0 {
    order: 0 !important
  }

  .order-sm-1 {
    order: 1 !important
  }

  .order-sm-2 {
    order: 2 !important
  }

  .order-sm-3 {
    order: 3 !important
  }

  .order-sm-4 {
    order: 4 !important
  }

  .order-sm-5 {
    order: 5 !important
  }

  .order-sm-last {
    order: 6 !important
  }

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

  .m-sm-1 {
    margin: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .m-sm-3 {
    margin: 1rem !important
  }

  .m-sm-4 {
    margin: 1.5rem !important
  }

  .m-sm-5 {
    margin: 3rem !important
  }

  .m-sm-auto {
    margin: auto !important
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mx-sm-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-sm-0 {
    margin-top: 0 !important
  }

  .mt-sm-1 {
    margin-top: .25rem !important
  }

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

  .mt-sm-3 {
    margin-top: 1rem !important
  }

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

  .mt-sm-5 {
    margin-top: 3rem !important
  }

  .mt-sm-auto {
    margin-top: auto !important
  }

  .me-sm-0 {
    margin-right: 0 !important
  }

  .me-sm-1 {
    margin-right: .25rem !important
  }

  .me-sm-2 {
    margin-right: .5rem !important
  }

  .me-sm-3 {
    margin-right: 1rem !important
  }

  .me-sm-4 {
    margin-right: 1.5rem !important
  }

  .me-sm-5 {
    margin-right: 3rem !important
  }

  .me-sm-auto {
    margin-right: auto !important
  }

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

  .mb-sm-1 {
    margin-bottom: .25rem !important
  }

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

  .mb-sm-3 {
    margin-bottom: 1rem !important
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important
  }

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

  .mb-sm-auto {
    margin-bottom: auto !important
  }

  .ms-sm-0 {
    margin-left: 0 !important
  }

  .ms-sm-1 {
    margin-left: .25rem !important
  }

  .ms-sm-2 {
    margin-left: .5rem !important
  }

  .ms-sm-3 {
    margin-left: 1rem !important
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important
  }

  .ms-sm-5 {
    margin-left: 3rem !important
  }

  .ms-sm-auto {
    margin-left: auto !important
  }

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

  .p-sm-1 {
    padding: .25rem !important
  }

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

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

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

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

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

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

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

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

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

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

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

  .pt-sm-1 {
    padding-top: .25rem !important
  }

  .pt-sm-2 {
    padding-top: .5rem !important
  }

  .pt-sm-3 {
    padding-top: 1rem !important
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important
  }

  .pt-sm-5 {
    padding-top: 3rem !important
  }

  .pe-sm-0 {
    padding-right: 0 !important
  }

  .pe-sm-1 {
    padding-right: .25rem !important
  }

  .pe-sm-2 {
    padding-right: .5rem !important
  }

  .pe-sm-3 {
    padding-right: 1rem !important
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important
  }

  .pe-sm-5 {
    padding-right: 3rem !important
  }

  .pb-sm-0 {
    padding-bottom: 0 !important
  }

  .pb-sm-1 {
    padding-bottom: .25rem !important
  }

  .pb-sm-2 {
    padding-bottom: .5rem !important
  }

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

  .pb-sm-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important
  }

  .ps-sm-0 {
    padding-left: 0 !important
  }

  .ps-sm-1 {
    padding-left: .25rem !important
  }

  .ps-sm-2 {
    padding-left: .5rem !important
  }

  .ps-sm-3 {
    padding-left: 1rem !important
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important
  }

  .ps-sm-5 {
    padding-left: 3rem !important
  }

  .text-sm-start {
    text-align: left !important
  }

  .text-sm-end {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }
}

@media (min-width:768px) {
  .float-md-start {
    float: left !important
  }

  .float-md-end {
    float: right !important
  }

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

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

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

  .d-md-block {
    display: block !important
  }

  .d-md-grid {
    display: grid !important
  }

  .d-md-table {
    display: table !important
  }

  .d-md-table-row {
    display: table-row !important
  }

  .d-md-table-cell {
    display: table-cell !important
  }

  .d-md-flex {
    display: flex !important
  }

  .d-md-inline-flex {
    display: inline-flex !important
  }

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

  .flex-md-fill {
    flex: 1 1 auto !important
  }

  .flex-md-row {
    flex-direction: row !important
  }

  .flex-md-column {
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important
  }

  .flex-md-wrap {
    flex-wrap: wrap !important
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .gap-md-0 {
    gap: 0 !important
  }

  .gap-md-1 {
    gap: .25rem !important
  }

  .gap-md-2 {
    gap: .5rem !important
  }

  .gap-md-3 {
    gap: 1rem !important
  }

  .gap-md-4 {
    gap: 1.5rem !important
  }

  .gap-md-5 {
    gap: 3rem !important
  }

  .justify-content-md-start {
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    justify-content: center !important
  }

  .justify-content-md-between {
    justify-content: space-between !important
  }

  .justify-content-md-around {
    justify-content: space-around !important
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important
  }

  .align-items-md-start {
    align-items: flex-start !important
  }

  .align-items-md-end {
    align-items: flex-end !important
  }

  .align-items-md-center {
    align-items: center !important
  }

  .align-items-md-baseline {
    align-items: baseline !important
  }

  .align-items-md-stretch {
    align-items: stretch !important
  }

  .align-content-md-start {
    align-content: flex-start !important
  }

  .align-content-md-end {
    align-content: flex-end !important
  }

  .align-content-md-center {
    align-content: center !important
  }

  .align-content-md-between {
    align-content: space-between !important
  }

  .align-content-md-around {
    align-content: space-around !important
  }

  .align-content-md-stretch {
    align-content: stretch !important
  }

  .align-self-md-auto {
    align-self: auto !important
  }

  .align-self-md-start {
    align-self: flex-start !important
  }

  .align-self-md-end {
    align-self: flex-end !important
  }

  .align-self-md-center {
    align-self: center !important
  }

  .align-self-md-baseline {
    align-self: baseline !important
  }

  .align-self-md-stretch {
    align-self: stretch !important
  }

  .order-md-first {
    order: -1 !important
  }

  .order-md-0 {
    order: 0 !important
  }

  .order-md-1 {
    order: 1 !important
  }

  .order-md-2 {
    order: 2 !important
  }

  .order-md-3 {
    order: 3 !important
  }

  .order-md-4 {
    order: 4 !important
  }

  .order-md-5 {
    order: 5 !important
  }

  .order-md-last {
    order: 6 !important
  }

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

  .m-md-1 {
    margin: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .m-md-3 {
    margin: 1rem !important
  }

  .m-md-4 {
    margin: 1.5rem !important
  }

  .m-md-5 {
    margin: 3rem !important
  }

  .m-md-auto {
    margin: auto !important
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mx-md-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-md-0 {
    margin-top: 0 !important
  }

  .mt-md-1 {
    margin-top: .25rem !important
  }

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

  .mt-md-3 {
    margin-top: 1rem !important
  }

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

  .mt-md-5 {
    margin-top: 3rem !important
  }

  .mt-md-auto {
    margin-top: auto !important
  }

  .me-md-0 {
    margin-right: 0 !important
  }

  .me-md-1 {
    margin-right: .25rem !important
  }

  .me-md-2 {
    margin-right: .5rem !important
  }

  .me-md-3 {
    margin-right: 1rem !important
  }

  .me-md-4 {
    margin-right: 1.5rem !important
  }

  .me-md-5 {
    margin-right: 3rem !important
  }

  .me-md-auto {
    margin-right: auto !important
  }

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

  .mb-md-1 {
    margin-bottom: .25rem !important
  }

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

  .mb-md-3 {
    margin-bottom: 1rem !important
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important
  }

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

  .mb-md-auto {
    margin-bottom: auto !important
  }

  .ms-md-0 {
    margin-left: 0 !important
  }

  .ms-md-1 {
    margin-left: .25rem !important
  }

  .ms-md-2 {
    margin-left: .5rem !important
  }

  .ms-md-3 {
    margin-left: 1rem !important
  }

  .ms-md-4 {
    margin-left: 1.5rem !important
  }

  .ms-md-5 {
    margin-left: 3rem !important
  }

  .ms-md-auto {
    margin-left: auto !important
  }

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

  .p-md-1 {
    padding: .25rem !important
  }

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-md-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

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

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

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

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

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

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

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

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

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

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

  .pt-md-1 {
    padding-top: .25rem !important
  }

  .pt-md-2 {
    padding-top: .5rem !important
  }

  .pt-md-3 {
    padding-top: 1rem !important
  }

  .pt-md-4 {
    padding-top: 1.5rem !important
  }

  .pt-md-5 {
    padding-top: 3rem !important
  }

  .pe-md-0 {
    padding-right: 0 !important
  }

  .pe-md-1 {
    padding-right: .25rem !important
  }

  .pe-md-2 {
    padding-right: .5rem !important
  }

  .pe-md-3 {
    padding-right: 1rem !important
  }

  .pe-md-4 {
    padding-right: 1.5rem !important
  }

  .pe-md-5 {
    padding-right: 3rem !important
  }

  .pb-md-0 {
    padding-bottom: 0 !important
  }

  .pb-md-1 {
    padding-bottom: .25rem !important
  }

  .pb-md-2 {
    padding-bottom: .5rem !important
  }

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

  .pb-md-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-md-5 {
    padding-bottom: 3rem !important
  }

  .ps-md-0 {
    padding-left: 0 !important
  }

  .ps-md-1 {
    padding-left: .25rem !important
  }

  .ps-md-2 {
    padding-left: .5rem !important
  }

  .ps-md-3 {
    padding-left: 1rem !important
  }

  .ps-md-4 {
    padding-left: 1.5rem !important
  }

  .ps-md-5 {
    padding-left: 3rem !important
  }

  .text-md-start {
    text-align: left !important
  }

  .text-md-end {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }
}

@media (min-width:992px) {
  .float-lg-start {
    float: left !important
  }

  .float-lg-end {
    float: right !important
  }

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

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

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

  .d-lg-block {
    display: block !important
  }

  .d-lg-grid {
    display: grid !important
  }

  .d-lg-table {
    display: table !important
  }

  .d-lg-table-row {
    display: table-row !important
  }

  .d-lg-table-cell {
    display: table-cell !important
  }

  .d-lg-flex {
    display: flex !important
  }

  .d-lg-inline-flex {
    display: inline-flex !important
  }

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

  .flex-lg-fill {
    flex: 1 1 auto !important
  }

  .flex-lg-row {
    flex-direction: row !important
  }

  .flex-lg-column {
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .gap-lg-0 {
    gap: 0 !important
  }

  .gap-lg-1 {
    gap: .25rem !important
  }

  .gap-lg-2 {
    gap: .5rem !important
  }

  .gap-lg-3 {
    gap: 1rem !important
  }

  .gap-lg-4 {
    gap: 1.5rem !important
  }

  .gap-lg-5 {
    gap: 3rem !important
  }

  .justify-content-lg-start {
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    justify-content: center !important
  }

  .justify-content-lg-between {
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    justify-content: space-around !important
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important
  }

  .align-items-lg-start {
    align-items: flex-start !important
  }

  .align-items-lg-end {
    align-items: flex-end !important
  }

  .align-items-lg-center {
    align-items: center !important
  }

  .align-items-lg-baseline {
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    align-items: stretch !important
  }

  .align-content-lg-start {
    align-content: flex-start !important
  }

  .align-content-lg-end {
    align-content: flex-end !important
  }

  .align-content-lg-center {
    align-content: center !important
  }

  .align-content-lg-between {
    align-content: space-between !important
  }

  .align-content-lg-around {
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    align-content: stretch !important
  }

  .align-self-lg-auto {
    align-self: auto !important
  }

  .align-self-lg-start {
    align-self: flex-start !important
  }

  .align-self-lg-end {
    align-self: flex-end !important
  }

  .align-self-lg-center {
    align-self: center !important
  }

  .align-self-lg-baseline {
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    align-self: stretch !important
  }

  .order-lg-first {
    order: -1 !important
  }

  .order-lg-0 {
    order: 0 !important
  }

  .order-lg-1 {
    order: 1 !important
  }

  .order-lg-2 {
    order: 2 !important
  }

  .order-lg-3 {
    order: 3 !important
  }

  .order-lg-4 {
    order: 4 !important
  }

  .order-lg-5 {
    order: 5 !important
  }

  .order-lg-last {
    order: 6 !important
  }

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

  .m-lg-1 {
    margin: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .m-lg-3 {
    margin: 1rem !important
  }

  .m-lg-4 {
    margin: 1.5rem !important
  }

  .m-lg-5 {
    margin: 3rem !important
  }

  .m-lg-auto {
    margin: auto !important
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mx-lg-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-lg-0 {
    margin-top: 0 !important
  }

  .mt-lg-1 {
    margin-top: .25rem !important
  }

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

  .mt-lg-3 {
    margin-top: 1rem !important
  }

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

  .mt-lg-5 {
    margin-top: 3rem !important
  }

  .mt-lg-auto {
    margin-top: auto !important
  }

  .me-lg-0 {
    margin-right: 0 !important
  }

  .me-lg-1 {
    margin-right: .25rem !important
  }

  .me-lg-2 {
    margin-right: .5rem !important
  }

  .me-lg-3 {
    margin-right: 1rem !important
  }

  .me-lg-4 {
    margin-right: 1.5rem !important
  }

  .me-lg-5 {
    margin-right: 3rem !important
  }

  .me-lg-auto {
    margin-right: auto !important
  }

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

  .mb-lg-1 {
    margin-bottom: .25rem !important
  }

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

  .mb-lg-3 {
    margin-bottom: 1rem !important
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important
  }

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

  .mb-lg-auto {
    margin-bottom: auto !important
  }

  .ms-lg-0 {
    margin-left: 0 !important
  }

  .ms-lg-1 {
    margin-left: .25rem !important
  }

  .ms-lg-2 {
    margin-left: .5rem !important
  }

  .ms-lg-3 {
    margin-left: 1rem !important
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important
  }

  .ms-lg-5 {
    margin-left: 3rem !important
  }

  .ms-lg-auto {
    margin-left: auto !important
  }

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

  .p-lg-1 {
    padding: .25rem !important
  }

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-lg-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

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

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

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

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

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

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

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

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

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

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

  .pt-lg-1 {
    padding-top: .25rem !important
  }

  .pt-lg-2 {
    padding-top: .5rem !important
  }

  .pt-lg-3 {
    padding-top: 1rem !important
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important
  }

  .pt-lg-5 {
    padding-top: 3rem !important
  }

  .pe-lg-0 {
    padding-right: 0 !important
  }

  .pe-lg-1 {
    padding-right: .25rem !important
  }

  .pe-lg-2 {
    padding-right: .5rem !important
  }

  .pe-lg-3 {
    padding-right: 1rem !important
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important
  }

  .pe-lg-5 {
    padding-right: 3rem !important
  }

  .pb-lg-0 {
    padding-bottom: 0 !important
  }

  .pb-lg-1 {
    padding-bottom: .25rem !important
  }

  .pb-lg-2 {
    padding-bottom: .5rem !important
  }

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

  .pb-lg-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important
  }

  .ps-lg-0 {
    padding-left: 0 !important
  }

  .ps-lg-1 {
    padding-left: .25rem !important
  }

  .ps-lg-2 {
    padding-left: .5rem !important
  }

  .ps-lg-3 {
    padding-left: 1rem !important
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important
  }

  .ps-lg-5 {
    padding-left: 3rem !important
  }

  .text-lg-start {
    text-align: left !important
  }

  .text-lg-end {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }
}

@media (min-width:1200px) {
  .float-xl-start {
    float: left !important
  }

  .float-xl-end {
    float: right !important
  }

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

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

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

  .d-xl-block {
    display: block !important
  }

  .d-xl-grid {
    display: grid !important
  }

  .d-xl-table {
    display: table !important
  }

  .d-xl-table-row {
    display: table-row !important
  }

  .d-xl-table-cell {
    display: table-cell !important
  }

  .d-xl-flex {
    display: flex !important
  }

  .d-xl-inline-flex {
    display: inline-flex !important
  }

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

  .flex-xl-fill {
    flex: 1 1 auto !important
  }

  .flex-xl-row {
    flex-direction: row !important
  }

  .flex-xl-column {
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .gap-xl-0 {
    gap: 0 !important
  }

  .gap-xl-1 {
    gap: .25rem !important
  }

  .gap-xl-2 {
    gap: .5rem !important
  }

  .gap-xl-3 {
    gap: 1rem !important
  }

  .gap-xl-4 {
    gap: 1.5rem !important
  }

  .gap-xl-5 {
    gap: 3rem !important
  }

  .justify-content-xl-start {
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    justify-content: center !important
  }

  .justify-content-xl-between {
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    justify-content: space-around !important
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important
  }

  .align-items-xl-start {
    align-items: flex-start !important
  }

  .align-items-xl-end {
    align-items: flex-end !important
  }

  .align-items-xl-center {
    align-items: center !important
  }

  .align-items-xl-baseline {
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    align-items: stretch !important
  }

  .align-content-xl-start {
    align-content: flex-start !important
  }

  .align-content-xl-end {
    align-content: flex-end !important
  }

  .align-content-xl-center {
    align-content: center !important
  }

  .align-content-xl-between {
    align-content: space-between !important
  }

  .align-content-xl-around {
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    align-content: stretch !important
  }

  .align-self-xl-auto {
    align-self: auto !important
  }

  .align-self-xl-start {
    align-self: flex-start !important
  }

  .align-self-xl-end {
    align-self: flex-end !important
  }

  .align-self-xl-center {
    align-self: center !important
  }

  .align-self-xl-baseline {
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    align-self: stretch !important
  }

  .order-xl-first {
    order: -1 !important
  }

  .order-xl-0 {
    order: 0 !important
  }

  .order-xl-1 {
    order: 1 !important
  }

  .order-xl-2 {
    order: 2 !important
  }

  .order-xl-3 {
    order: 3 !important
  }

  .order-xl-4 {
    order: 4 !important
  }

  .order-xl-5 {
    order: 5 !important
  }

  .order-xl-last {
    order: 6 !important
  }

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

  .m-xl-1 {
    margin: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .m-xl-3 {
    margin: 1rem !important
  }

  .m-xl-4 {
    margin: 1.5rem !important
  }

  .m-xl-5 {
    margin: 3rem !important
  }

  .m-xl-auto {
    margin: auto !important
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mx-xl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-xl-0 {
    margin-top: 0 !important
  }

  .mt-xl-1 {
    margin-top: .25rem !important
  }

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

  .mt-xl-3 {
    margin-top: 1rem !important
  }

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

  .mt-xl-5 {
    margin-top: 3rem !important
  }

  .mt-xl-auto {
    margin-top: auto !important
  }

  .me-xl-0 {
    margin-right: 0 !important
  }

  .me-xl-1 {
    margin-right: .25rem !important
  }

  .me-xl-2 {
    margin-right: .5rem !important
  }

  .me-xl-3 {
    margin-right: 1rem !important
  }

  .me-xl-4 {
    margin-right: 1.5rem !important
  }

  .me-xl-5 {
    margin-right: 3rem !important
  }

  .me-xl-auto {
    margin-right: auto !important
  }

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

  .mb-xl-1 {
    margin-bottom: .25rem !important
  }

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

  .mb-xl-3 {
    margin-bottom: 1rem !important
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important
  }

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

  .mb-xl-auto {
    margin-bottom: auto !important
  }

  .ms-xl-0 {
    margin-left: 0 !important
  }

  .ms-xl-1 {
    margin-left: .25rem !important
  }

  .ms-xl-2 {
    margin-left: .5rem !important
  }

  .ms-xl-3 {
    margin-left: 1rem !important
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important
  }

  .ms-xl-5 {
    margin-left: 3rem !important
  }

  .ms-xl-auto {
    margin-left: auto !important
  }

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

  .p-xl-1 {
    padding: .25rem !important
  }

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

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

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

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-xl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

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

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

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

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

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

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

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

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

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

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

  .pt-xl-1 {
    padding-top: .25rem !important
  }

  .pt-xl-2 {
    padding-top: .5rem !important
  }

  .pt-xl-3 {
    padding-top: 1rem !important
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important
  }

  .pt-xl-5 {
    padding-top: 3rem !important
  }

  .pe-xl-0 {
    padding-right: 0 !important
  }

  .pe-xl-1 {
    padding-right: .25rem !important
  }

  .pe-xl-2 {
    padding-right: .5rem !important
  }

  .pe-xl-3 {
    padding-right: 1rem !important
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important
  }

  .pe-xl-5 {
    padding-right: 3rem !important
  }

  .pb-xl-0 {
    padding-bottom: 0 !important
  }

  .pb-xl-1 {
    padding-bottom: .25rem !important
  }

  .pb-xl-2 {
    padding-bottom: .5rem !important
  }

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

  .pb-xl-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important
  }

  .ps-xl-0 {
    padding-left: 0 !important
  }

  .ps-xl-1 {
    padding-left: .25rem !important
  }

  .ps-xl-2 {
    padding-left: .5rem !important
  }

  .ps-xl-3 {
    padding-left: 1rem !important
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important
  }

  .ps-xl-5 {
    padding-left: 3rem !important
  }

  .text-xl-start {
    text-align: left !important
  }

  .text-xl-end {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }
}

@media (min-width:1400px) {
  .float-xxl-start {
    float: left !important
  }

  .float-xxl-end {
    float: right !important
  }

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

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

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

  .d-xxl-block {
    display: block !important
  }

  .d-xxl-grid {
    display: grid !important
  }

  .d-xxl-table {
    display: table !important
  }

  .d-xxl-table-row {
    display: table-row !important
  }

  .d-xxl-table-cell {
    display: table-cell !important
  }

  .d-xxl-flex {
    display: flex !important
  }

  .d-xxl-inline-flex {
    display: inline-flex !important
  }

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

  .flex-xxl-fill {
    flex: 1 1 auto !important
  }

  .flex-xxl-row {
    flex-direction: row !important
  }

  .flex-xxl-column {
    flex-direction: column !important
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .gap-xxl-0 {
    gap: 0 !important
  }

  .gap-xxl-1 {
    gap: .25rem !important
  }

  .gap-xxl-2 {
    gap: .5rem !important
  }

  .gap-xxl-3 {
    gap: 1rem !important
  }

  .gap-xxl-4 {
    gap: 1.5rem !important
  }

  .gap-xxl-5 {
    gap: 3rem !important
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important
  }

  .justify-content-xxl-center {
    justify-content: center !important
  }

  .justify-content-xxl-between {
    justify-content: space-between !important
  }

  .justify-content-xxl-around {
    justify-content: space-around !important
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important
  }

  .align-items-xxl-start {
    align-items: flex-start !important
  }

  .align-items-xxl-end {
    align-items: flex-end !important
  }

  .align-items-xxl-center {
    align-items: center !important
  }

  .align-items-xxl-baseline {
    align-items: baseline !important
  }

  .align-items-xxl-stretch {
    align-items: stretch !important
  }

  .align-content-xxl-start {
    align-content: flex-start !important
  }

  .align-content-xxl-end {
    align-content: flex-end !important
  }

  .align-content-xxl-center {
    align-content: center !important
  }

  .align-content-xxl-between {
    align-content: space-between !important
  }

  .align-content-xxl-around {
    align-content: space-around !important
  }

  .align-content-xxl-stretch {
    align-content: stretch !important
  }

  .align-self-xxl-auto {
    align-self: auto !important
  }

  .align-self-xxl-start {
    align-self: flex-start !important
  }

  .align-self-xxl-end {
    align-self: flex-end !important
  }

  .align-self-xxl-center {
    align-self: center !important
  }

  .align-self-xxl-baseline {
    align-self: baseline !important
  }

  .align-self-xxl-stretch {
    align-self: stretch !important
  }

  .order-xxl-first {
    order: -1 !important
  }

  .order-xxl-0 {
    order: 0 !important
  }

  .order-xxl-1 {
    order: 1 !important
  }

  .order-xxl-2 {
    order: 2 !important
  }

  .order-xxl-3 {
    order: 3 !important
  }

  .order-xxl-4 {
    order: 4 !important
  }

  .order-xxl-5 {
    order: 5 !important
  }

  .order-xxl-last {
    order: 6 !important
  }

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

  .m-xxl-1 {
    margin: .25rem !important
  }

  .m-xxl-2 {
    margin: .5rem !important
  }

  .m-xxl-3 {
    margin: 1rem !important
  }

  .m-xxl-4 {
    margin: 1.5rem !important
  }

  .m-xxl-5 {
    margin: 3rem !important
  }

  .m-xxl-auto {
    margin: auto !important
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mx-xxl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-xxl-0 {
    margin-top: 0 !important
  }

  .mt-xxl-1 {
    margin-top: .25rem !important
  }

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

  .mt-xxl-3 {
    margin-top: 1rem !important
  }

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

  .mt-xxl-5 {
    margin-top: 3rem !important
  }

  .mt-xxl-auto {
    margin-top: auto !important
  }

  .me-xxl-0 {
    margin-right: 0 !important
  }

  .me-xxl-1 {
    margin-right: .25rem !important
  }

  .me-xxl-2 {
    margin-right: .5rem !important
  }

  .me-xxl-3 {
    margin-right: 1rem !important
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important
  }

  .me-xxl-5 {
    margin-right: 3rem !important
  }

  .me-xxl-auto {
    margin-right: auto !important
  }

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

  .mb-xxl-1 {
    margin-bottom: .25rem !important
  }

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

  .mb-xxl-3 {
    margin-bottom: 1rem !important
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important
  }

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

  .mb-xxl-auto {
    margin-bottom: auto !important
  }

  .ms-xxl-0 {
    margin-left: 0 !important
  }

  .ms-xxl-1 {
    margin-left: .25rem !important
  }

  .ms-xxl-2 {
    margin-left: .5rem !important
  }

  .ms-xxl-3 {
    margin-left: 1rem !important
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important
  }

  .ms-xxl-5 {
    margin-left: 3rem !important
  }

  .ms-xxl-auto {
    margin-left: auto !important
  }

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

  .p-xxl-1 {
    padding: .25rem !important
  }

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

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

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

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

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-xxl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

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

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

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

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

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

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

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

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

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

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

  .pt-xxl-1 {
    padding-top: .25rem !important
  }

  .pt-xxl-2 {
    padding-top: .5rem !important
  }

  .pt-xxl-3 {
    padding-top: 1rem !important
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important
  }

  .pt-xxl-5 {
    padding-top: 3rem !important
  }

  .pe-xxl-0 {
    padding-right: 0 !important
  }

  .pe-xxl-1 {
    padding-right: .25rem !important
  }

  .pe-xxl-2 {
    padding-right: .5rem !important
  }

  .pe-xxl-3 {
    padding-right: 1rem !important
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important
  }

  .pe-xxl-5 {
    padding-right: 3rem !important
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important
  }

  .pb-xxl-1 {
    padding-bottom: .25rem !important
  }

  .pb-xxl-2 {
    padding-bottom: .5rem !important
  }

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

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important
  }

  .ps-xxl-0 {
    padding-left: 0 !important
  }

  .ps-xxl-1 {
    padding-left: .25rem !important
  }

  .ps-xxl-2 {
    padding-left: .5rem !important
  }

  .ps-xxl-3 {
    padding-left: 1rem !important
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important
  }

  .ps-xxl-5 {
    padding-left: 3rem !important
  }

  .text-xxl-start {
    text-align: left !important
  }

  .text-xxl-end {
    text-align: right !important
  }

  .text-xxl-center {
    text-align: center !important
  }
}

@media (min-width:1200px) {
  .fs-1 {
    font-size: 2.5rem !important
  }

  .fs-2 {
    font-size: 2rem !important
  }

  .fs-3 {
    font-size: 1.75rem !important
  }

  .fs-4 {
    font-size: 1.5rem !important
  }
}

@media print {
  .d-print-inline {
    display: inline !important
  }

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

  .d-print-block {
    display: block !important
  }

  .d-print-grid {
    display: grid !important
  }

  .d-print-table {
    display: table !important
  }

  .d-print-table-row {
    display: table-row !important
  }

  .d-print-table-cell {
    display: table-cell !important
  }

  .d-print-flex {
    display: flex !important
  }

  .d-print-inline-flex {
    display: inline-flex !important
  }

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

.accordion.accordion-icon-right .accordion-item .accordion-button::before {
  content: none
}

.accordion.accordion-icon-right .accordion-item .accordion-button::after {
  content: "";
  margin-left: auto;
  margin-right: 0
}

.accordion.accordion-icon-right .accordion-item .accordion-header .short-desc {
  padding: 0 6rem 0 2rem
}

.accordion.accordion-icon-right .accordion-item .accordion-body {
  padding: 0 6rem 0 2rem
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem .5rem;
  color: #15011d;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .4px;
  line-height: 2rem;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .accordion-button {
    transition: none
  }
}

.accordion .accordion-button:not(.collapsed) {
  color: #15011d;
  background-color: #fff;
  box-shadow: none
}

.accordion .accordion-button:not(.collapsed)::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi9tZWRpdW0vSWNvbl9NaW51czwvdGl0bGU+CiAgICA8ZyBpZD0iSWNvbi9tZWRpdW0vSWNvbl9NaW51cyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikljb25fTWludXMiPgogICAgICAgICAgICA8ZyBpZD0iVHJhbnNCZyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy41MDAwMDAsIDExLjUwMDAwMCkiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICAgICAgICAgIDxsaW5lIHgxPSIwIiB5MT0iMC41IiB4Mj0iMTciIHkyPSIwLjUiIGlkPSJQYXRoIj48L2xpbmU+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)
}

.accordion .accordion-button::after {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 1.5rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi9tZWRpdW0vSWNvbl9QbHVzPC90aXRsZT4KICAgIDxnIGlkPSJJY29uL21lZGl1bS9JY29uX1BsdXMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJJY29uX1BsdXMiPgogICAgICAgICAgICA8ZyBpZD0iVHJhbnNCZyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy41MDAwMDAsIDMuNTAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICAgICAgPGxpbmUgeDE9IjguNSIgeTE9IjE3IiB4Mj0iOC41IiB5Mj0iMCIgaWQ9IlBhdGgiPjwvbGluZT4KICAgICAgICAgICAgICAgIDxsaW5lIHgxPSIwIiB5MT0iOC41IiB4Mj0iMTciIHkyPSI4LjUiIGlkPSJQYXRoIj48L2xpbmU+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center;
  border: 1px solid #15011d;
  border-radius: 5rem;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

  .accordion-button::after,
  .accordion-button::before {
    transition: none
  }
}

.accordion-button::after {
  content: none
}

.accordion-button:hover {
  z-index: 2
}

.accordion-button:hover::after,
.accordion-button:hover::before {
  background-color: #00e6e3;
  border-color: #00e6e3
}

.accordion-button:focus {
  z-index: 3;
  border-color: unset;
  outline: 0;
  box-shadow: none
}

.accordion-header {
  margin-bottom: 0
}

.accordion-header .short-desc {
  font-size: 1rem;
  color: #15011d;
  letter-spacing: .4px;
  line-height: 1.5rem;
  font-weight: 300;
  padding: 0 2rem 0 6rem
}

.accordion-header .short-desc span {
  margin-bottom: 1rem;
  display: inline-block
}

.accordion-item {
  background-color: #fff;
  border: 1px solid transparent
}

.accordion-item:not(:first-child) {
  border-top: 1px solid #ccc
}

.accordion-item:focus,
.accordion-item:focus-within {
  border: 1px solid #0070ad
}

.accordion-item:focus+.accordion-item,
.accordion-item:focus-within+.accordion-item {
  border-top: 1px solid transparent
}

.accordion-body {
  padding: 0 1rem 0 6rem;
  font-size: 1rem;
  color: #15011d;
  letter-spacing: .4px;
  line-height: 1.5rem;
  font-weight: 300
}

.accordion-flush .accordion-collapse {
  border-width: 0
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  border: 1px solid transparent
}

.accordion-flush .accordion-item:not(:first-child) {
  border-top: 1px solid #ccc
}

.accordion-flush .accordion-item:focus,
.accordion-flush .accordion-item:focus-within {
  border: 1px solid #0070ad
}

.accordion-flush .accordion-item:focus+.accordion-item,
.accordion-flush .accordion-item:focus-within+.accordion-item {
  border-top: 1px solid transparent
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0
}

.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  background-color: #fff;
  color: #15011d;
  font-size: 1rem;
  letter-spacing: .4px;
  border-radius: .5rem
}

.alert .form-floating-message-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.5rem
}

.alert .h5,
.alert h5 {
  font-weight: 500
}

.alert p {
  font-weight: 300;
  margin-bottom: 0;
  margin-top: .25rem
}

.alert p span {
  margin-right: .5rem;
  font-weight: 500;
  display: inline-block
}

.alert p span::first-letter {
  text-transform: uppercase
}

.alert.alert-success {
  border-color: #2ea657
}

.alert.alert-danger {
  border-color: #e30021
}

.alert.alert-warning {
  border-color: #ff8e12
}

.alert.alert-info {
  border-color: #0070ad
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: #0070ad
}

.alert-dismissible {
  padding-right: 3rem
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1rem
}

.avatar {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
  border-radius: 50%;
  overflow: hidden;
  user-select: none
}

.avatar.avatar-text {
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .4px;
  line-height: 1.5rem
}

.avatar .avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center
}

.avatar.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1rem
}

.avatar.avatar-sm span {
  font-size: .75rem
}

.avatar.avatar-md {
  width: 2rem;
  height: 2rem
}

.avatar.avatar-md span {
  font-size: .875rem
}

.avatar.avatar-lg {
  width: 2.5rem;
  height: 2.5rem
}

.avatar.avatar-lg span {
  font-size: 1rem
}

.avatar.avatar-xl {
  width: 3rem;
  height: 3rem
}

.avatar.avatar-xl span {
  font-size: 1rem
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 1.5625rem 3.5rem 0 rgba(0, 0, 0, .3)
}

.breadcrumb-item {
  color: #15011d;
  font-size: .875rem;
  letter-spacing: .4px;
  line-height: 1.5rem;
  font-weight: 400
}

.breadcrumb-item:first-child {
  padding-left: 1rem
}

.breadcrumb-item a {
  color: #15011d;
  font-size: .875rem;
  letter-spacing: .4px;
  line-height: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
  padding: 1rem 0;
  display: inline-block
}

@media (prefers-reduced-motion:reduce) {
  .breadcrumb-item a {
    transition: none
  }
}

.breadcrumb-item a.dropdown-toggle.show,
.breadcrumb-item a:hover {
  color: #0070ad
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-right: .5rem;
  color: #15011d;
  content: var(--cg-breadcrumb-divider, "/")
}

.breadcrumb-item.active a {
  color: #0070ad
}

.breadcrumb .dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: .5rem 0;
  width: 14rem;
  max-width: 14rem
}

.breadcrumb .dropdown-menu a {
  padding: .5rem 1rem;
  font-size: .875rem;
  white-space: unset
}

.breadcrumb .dropdown-menu a:focus,
.breadcrumb .dropdown-menu a:hover {
  background-color: #fff;
  color: #0070ad
}

@media (max-width:767.98px) {
  ul.breadcrumb>li {
    display: none
  }

  ul.breadcrumb>li:nth-last-of-type(1) {
    display: block
  }

  ul.breadcrumb>li:nth-last-of-type(1)::before {
    content: "";
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi9tZWRpdW0vSWNvbl9MZWZ0IENoZXZyb248L3RpdGxlPgogICAgPGcgaWQ9Ikljb24vbWVkaXVtL0ljb25fTGVmdC1DaGV2cm9uIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbl9MZWZ0LUNoZXZyb24iPgogICAgICAgICAgICA8ZyBpZD0iVHJhbnNCZyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy44MDAwMDAsIDMuNTAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoIiBwb2ludHM9IjguNCAxNyAtOC44ODE3ODQyZS0xNiA4LjQ1IDguMzQgMCI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100%;
    cursor: pointer;
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    margin-right: .5rem;
    vertical-align: middle;
    position: relative
  }

  ul.breadcrumb .breadcrumb-action-btn {
    display: none !important
  }
}

.btn {
  color: #15011d;
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: calc(1.375rem);
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  position: relative;
  border: 1px solid transparent;
  background: 0 0;
  border-radius: 50rem;
  padding: .688rem 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  transition: all .2s ease-in-out
}

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

.btn+.btn {
  margin-left: 1rem
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0
}

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

.btn-link {
  font-weight: 400;
  color: #0070ad;
  text-decoration: underline
}

.btn-link:hover {
  color: #005a8a
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d
}

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.125rem
}

.btn-md {
  padding: .75rem 1.5rem;
  font-size: 1.125rem
}

.btn-sm {
  padding: .5rem 1.5rem;
  font-size: 1rem
}

.btn-primary,
.btn-secondary {
  background-color: #00e6e3;
  color: #15011d;
  border-color: #00e6e3
}

.btn-primary::before,
.btn-secondary::before {
  content: "";
  display: block;
  background-color: #15011d;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: transform .2s ease-out;
  z-index: -1
}

@media (prefers-reduced-motion:reduce) {

  .btn-primary::before,
  .btn-secondary::before {
    transition: none
  }
}

.btn-primary:focus,
.btn-primary:hover,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #00e6e3;
  border-color: #00e6e3;
  transform: scale(1.1785);
  z-index: 1;
  background-color: #15011d
}

.btn-primary:focus::before,
.btn-primary:hover::before,
.btn-secondary:focus::before,
.btn-secondary:hover::before {
  transform: translate(0)
}

.btn-primary.rounded-pill:before,
.btn-secondary.rounded-pill:before {
  border-radius: 50rem
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff
}

.btn-primary.active .btn-icon,
.btn-primary:active .btn-icon,
.btn-primary:focus .btn-icon,
.btn-primary:hover .btn-icon {
  filter: invert(1) grayscale(100%) brightness(200%)
}

.btn-primary.active,
.btn-primary:active {
  border-color: #15011d
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #15011d;
  background-color: #00e6e3;
  border-color: #00e6e3
}

.btn-primary.btn-loader.is-loading {
  background: linear-gradient(to right, #2b0a3d 50%, #00e6e3 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  animation: 2s ease-out 0s 1 slideLefttoRight;
  color: #fff !important
}

.btn-primary.btn-loader.is-loading .btn-loader-text {
  animation: 2s ease-out 0s 1 loaderTextColorChange
}

.btn-primary.btn-loader.is-loaded {
  background-color: #2b0a3d !important;
  color: #fff !important
}

.btn-primary.btn-loader::before {
  content: none
}

.btn-primary.btn-loader:focus,
.btn-primary.btn-loader:hover {
  border-color: #00e6e3;
  background-color: #00e6e3;
  transform: scale(1);
  color: #15011d
}

.btn:not(.btn-icon-only) .btn-icon {
  margin-left: 1rem;
  transition: all .2s ease-in-out;
  width: calc(1.375rem);
  height: calc(1.375rem)
}

.btn-secondary {
  background-color: #fff;
  border-color: #15011d
}

.btn-secondary:before {
  background-color: #00e6e3
}

.btn-secondary:focus,
.btn-secondary:hover {
  color: #15011d;
  background-color: #00e6e3
}

.btn-secondary.active,
.btn-secondary:active {
  border-color: #15011d;
  background-color: #15011d;
  color: #fff
}

.btn-secondary.active:focus,
.btn-secondary:active:focus {
  border-color: #00e6e3;
  background-color: #fff;
  color: #15011d
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #15011d;
  background-color: #fff;
  border-color: #15011d
}

.btn-secondary.btn-loader.is-loading {
  background: linear-gradient(to right, #2b0a3d 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  animation: 2s ease-out 0s 1 slideLefttoRight;
  color: #fff !important
}

.btn-secondary.btn-loader.is-loading .btn-loader-text {
  animation: 2s ease-out 0s 1 loaderTextColorChange
}

.btn-secondary.btn-loader.is-loaded {
  background-color: #2b0a3d !important;
  color: #fff !important
}

.btn-secondary.btn-loader::before {
  content: none
}

.btn-secondary.btn-loader:focus,
.btn-secondary.btn-loader:hover {
  border-color: #15011d;
  background-color: #fff;
  transform: scale(1);
  color: #15011d
}

.btn-icon-only {
  width: 3rem;
  height: 3rem;
  justify-content: center;
  padding: 0
}

.btn-icon-only img,
.btn-icon-only svg {
  height: 1.5rem;
  width: 1.5rem
}

.btn-icon-only.btn-sm {
  width: 2.5rem;
  height: 2.5rem
}

.btn-icon-only.btn-md {
  width: 3rem;
  height: 3rem
}

.btn-icon-only.btn-lg {
  width: 3.5rem;
  height: 3.5rem
}

.btn-back-top {
  background-color: #2b0a3d
}

.btn-back-top::before {
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi9tZWRpdW0vSWNvbl9VcCBDaGV2cm9uPC90aXRsZT4KICAgIDxnIGlkPSJJY29uL21lZGl1bS9JY29uX1VwLUNoZXZyb24iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJJY29uX1VwLUNoZXZyb24iPgogICAgICAgICAgICA8ZyBpZD0iVHJhbnNCZyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy41MDAwMDAsIDcuODAwMDAwKSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoIiBwb2ludHM9IjE3IDguNCA4LjQ1IC04Ljg4MTc4NDJlLTE2IDAgOC4zNCI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center center;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s ease-in-out
}

.btn-back-top:focus,
.btn-back-top:hover {
  background-color: #00e6e3
}

.btn-back-top:focus::before,
.btn-back-top:hover::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi9tZWRpdW0vSWNvbl9VcCBDaGV2cm9uPC90aXRsZT4KICAgIDxnIGlkPSJJY29uL21lZGl1bS9JY29uX1VwLUNoZXZyb24iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJJY29uX1VwLUNoZXZyb24iPgogICAgICAgICAgICA8ZyBpZD0iVHJhbnNCZyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy41MDAwMDAsIDcuODAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoIiBwb2ludHM9IjE3IDguNCA4LjQ1IC04Ljg4MTc4NDJlLTE2IDAgOC4zNCI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)
}

@keyframes slideLefttoRight {
  0% {
    background-position: 100%
  }

  100% {
    background-position: 0
  }
}

@keyframes loaderTextColorChange {
  0% {
    color: #15011d
  }

  100% {
    color: #fff
  }
}

.fixed-btn-container {
  background-color: #2b0a3d;
  padding: 1rem
}

.fixed-btn-container.vertical-btn-container {
  display: flex;
  flex-direction: column
}

.fixed-btn-container.vertical-btn-container>* {
  margin-left: 0;
  margin-top: 1rem
}

.fixed-btn-container .btn-primary,
.fixed-btn-container .btn-secondary {
  transform: scale(1);
  border-color: #fff;
  justify-content: center;
  max-width: 15rem;
  min-width: 15rem;
  white-space: nowrap;
  word-break: keep-all
}

.fixed-btn-container .btn-primary:focus,
.fixed-btn-container .btn-primary:hover,
.fixed-btn-container .btn-secondary:focus,
.fixed-btn-container .btn-secondary:hover {
  border-color: #00e6e3;
  background-color: #00e6e3
}

.fixed-btn-container .btn-primary {
  background-color: #fff;
  color: #15011d
}

.fixed-btn-container .btn-primary:before {
  background-color: #00e6e3
}

.fixed-btn-container .btn-secondary {
  background-color: transparent;
  color: #fff
}

.fixed-btn-container .btn-secondary:focus,
.fixed-btn-container .btn-secondary:hover {
  color: #15011d;
  border-color: #00e6e3
}

.search-bar .input-group .form-control {
  padding-left: 2rem
}

.no-effect:active,
.no-effect:after,
.no-effect:before,
.no-effect:focus,
.no-effect:hover {
  animation: none;
  transform: scale(1)
}

.table {
  --cg-table-bg: transparent;
  --cg-table-accent-bg: transparent;
  --cg-table-striped-color: #15011d;
  --cg-table-striped-bg: #f2f2f2;
  --cg-table-active-color: #15011d;
  --cg-table-active-bg: rgba(0, 0, 0, 0.1);
  --cg-table-hover-color: #15011d;
  --cg-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #15011d;
  vertical-align: top;
  border-color: #ccc
}

.table>:not(caption)>*>* {
  padding: .5rem .5rem;
  background-color: var(--cg-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--cg-table-accent-bg)
}

.table>tbody {
  vertical-align: inherit
}

.table>thead {
  vertical-align: bottom
}

.table td,
.table th {
  text-align: center
}

.table thead th {
  background: #214554;
  color: #fff;
  font-weight: 500;
  padding: 1rem 0
}

.table td {
  background: #fff;
  font-weight: 300
}

.table tbody tr th:first-child {
  background: #fff;
  border-right: 1px solid #ccc
}

.table tfoot td {
  background: #ccc;
  color: #15011d
}

.table-striped>tbody>tr:nth-of-type(odd) th {
  --cg-table-accent-bg: $cgWhite;
  color: var(--cg-table-striped-color)
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --cg-table-accent-bg: var(--cg-table-striped-bg);
  color: var(--cg-table-striped-color)
}

.caption-top {
  caption-side: top
}

.table-sm>:not(caption)>*>* {
  padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
  border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
  border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
  border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
  border-top-width: 0
}

.table-active {
  --cg-table-accent-bg: var(--cg-table-active-bg);
  color: var(--cg-table-active-color)
}

.table-hover>tbody>tr:hover>* {
  --cg-table-accent-bg: var(--cg-table-hover-bg);
  color: var(--cg-table-hover-color)
}

.table-primary {
  --cg-table-bg: #cce2ef;
  --cg-table-striped-bg: #c2d7e3;
  --cg-table-striped-color: #000;
  --cg-table-active-bg: #b8cbd7;
  --cg-table-active-color: #000;
  --cg-table-hover-bg: #bdd1dd;
  --cg-table-hover-color: #000;
  color: #000;
  border-color: #b8cbd7
}

.table-secondary {
  --cg-table-bg: #d0eef8;
  --cg-table-striped-bg: #c6e2ec;
  --cg-table-striped-color: #000;
  --cg-table-active-bg: #bbd6df;
  --cg-table-active-color: #000;
  --cg-table-hover-bg: #c0dce5;
  --cg-table-hover-color: #000;
  color: #000;
  border-color: #bbd6df
}

.table-success {
  --cg-table-bg: #d5eddd;
  --cg-table-striped-bg: #cae1d2;
  --cg-table-striped-color: #000;
  --cg-table-active-bg: #c0d5c7;
  --cg-table-active-color: #000;
  --cg-table-hover-bg: #c5dbcc;
  --cg-table-hover-color: #000;
  color: #000;
  border-color: #c0d5c7
}

.table-info {
  --cg-table-bg: #d0eef8;
  --cg-table-striped-bg: #c6e2ec;
  --cg-table-striped-color: #000;
  --cg-table-active-bg: #bbd6df;
  --cg-table-active-color: #000;
  --cg-table-hover-bg: #c0dce5;
  --cg-table-hover-color: #000;
  color: #000;
  border-color: #bbd6df
}

.table-warning {
  --cg-table-bg: #fff3cd;
  --cg-table-striped-bg: #f2e7c3;
  --cg-table-striped-color: #000;
  --cg-table-active-bg: #e6dbb9;
  --cg-table-active-color: #000;
  --cg-table-hover-bg: #ece1be;
  --cg-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9
}

.table-danger {
  --cg-table-bg: #f9ccd3;
  --cg-table-striped-bg: #edc2c8;
  --cg-table-striped-color: #000;
  --cg-table-active-bg: #e0b8be;
  --cg-table-active-color: #000;
  --cg-table-hover-bg: #e6bdc3;
  --cg-table-hover-color: #000;
  color: #000;
  border-color: #e0b8be
}

.table-light {
  --cg-table-bg: #f8f9fa;
  --cg-table-striped-bg: #ecedee;
  --cg-table-striped-color: #000;
  --cg-table-active-bg: #dfe0e1;
  --cg-table-active-color: #000;
  --cg-table-hover-bg: #e5e6e7;
  --cg-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1
}

.table-dark {
  --cg-table-bg: #212529;
  --cg-table-striped-bg: #2c3034;
  --cg-table-striped-color: #fff;
  --cg-table-active-bg: #373b3e;
  --cg-table-active-color: #fff;
  --cg-table-hover-bg: #323539;
  --cg-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width:767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width:991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width:1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width:1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

.chips-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.chips-group .chip-item {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .4px;
  line-height: 1.5rem;
  color: #2b0a3d;
  position: relative;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #2b0a3d;
  background-color: #fff;
  border-radius: .5rem;
  transition: all .5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 1rem
}

@media (prefers-reduced-motion:reduce) {
  .chips-group .chip-item {
    transition: none
  }
}

.chips-group .chip-item:last-child {
  margin-right: 0
}

.chips-group .chip-item.active.chip-avatar .avatar {
  background-color: #ececec;
  color: #15011d
}

.chips-group .chip-item.active.chip-avatar .avatar img {
  filter: brightness(0) invert(1)
}

.chips-group .chip-item.active {
  background-color: #2b0a3d;
  color: #fff;
  border-color: #2b0a3d
}

.chips-group .chip-item.active:focus,
.chips-group .chip-item.active:hover {
  background-color: #2b0a3d;
  color: #fff;
  border-color: #2b0a3d
}

.chips-group .chip-item.active:focus .chip-icon img,
.chips-group .chip-item.active:hover .chip-icon img {
  filter: invert(1) grayscale(100%) brightness(200%)
}

.chips-group .chip-item.active .chip-icon img {
  filter: invert(1) grayscale(100%) brightness(200%)
}

.chips-group .chip-item.active .chip-avatar {
  background-color: #fff;
  color: #2b0a3d
}

.chips-group .chip-item.active .chip-avatar img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1)
}

.chips-group .chip-item.active .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%)
}

.chips-group .chip-item.disabled {
  opacity: .3;
  pointer-events: none
}

.chips-group .chip-item.chip-avatar .avatar {
  margin-right: .5rem;
  background-color: #ececec
}

.chips-group .chip-item .chip-icon {
  margin-right: .5rem;
  user-select: none;
  transition: all .5s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .chips-group .chip-item .chip-icon {
    transition: none
  }
}

.chips-group .chip-item .chip-icon img {
  transition: all .5s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .chips-group .chip-item .chip-icon img {
    transition: none
  }
}

.chips-group .chip-item img {
  min-width: 1.5rem;
  min-height: 1.5rem;
  max-width: 1.5rem;
  max-height: 1.5rem;
  display: inline-flex;
  border-radius: 24px;
  margin: 0
}

.chips-group .chip-item :focus:not(button),
.chips-group .chip-item:hover:not(button) {
  background-color: #00e6e3;
  border-color: #00e6e3
}

.chips-group .chip-item.active .close-icon {
  filter: invert(1) grayscale(100%) brightness(200%)
}

.chips-group .chip-item.chip-avatar.chips-lg {
  padding: .25rem;
  padding-right: 1rem
}

.chips-group .chip-item.chip-avatar.chips-lg span img {
  height: 2rem;
  width: 2rem
}

.chips-group .chip-item.chip-avatar.chips-sm {
  padding: .25rem;
  padding-right: .5rem
}

.chips-group .chip-item.chip-avatar.chips-sm span img {
  height: 1.5rem;
  width: 1.5rem
}

.chips-group .chip-item.active.chip-icon article img {
  filter: brightness(0) invert(1)
}

.chips-group .alert-dismissible {
  padding-right: 2.5rem
}

.chips-group .alert-dismissible i {
  margin-left: .5rem
}

.chips-group .alert-dismissible i img {
  min-width: initial;
  min-height: initial;
  max-width: initial;
  max-height: initial;
  transition: all .5s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .chips-group .alert-dismissible i img {
    transition: none
  }
}

.chips-group .chip-icon article {
  margin-right: .5rem
}

.chips-group .chip-icon.chips-sm img {
  height: 1rem;
  width: 1rem
}

.chips-group .chips-sm {
  padding: .25rem 1rem;
  font-size: .75rem;
  line-height: 1rem
}

.chips-group .chips-sm img {
  height: 1rem;
  width: 1rem;
  min-width: initial;
  min-height: initial;
  max-width: initial;
  max-height: initial
}

.chips-group .chips-lg {
  font-size: 1rem;
  padding: .5rem 1rem
}

.chips-group .chips-lg img {
  height: 1.5rem;
  width: 1rem
}

.chips-group .chips-transparent {
  background: 0 0;
  border: 1px solid #fff;
  color: #fff
}

.chips-group .chips-transparent.chip-avatar .avatar {
  color: #15011d
}

.chips-group .chips-transparent .close-icon,
.chips-group .chips-transparent.chip-icon article img {
  transition: all .5s ease-in-out;
  filter: brightness(0) invert(1)
}

@media (prefers-reduced-motion:reduce) {

  .chips-group .chips-transparent .close-icon,
  .chips-group .chips-transparent.chip-icon article img {
    transition: none
  }
}

.chips-group .chips-transparent:focus,
.chips-group .chips-transparent:hover {
  color: #15011d
}

.chips-group .chips-transparent:focus .close-icon,
.chips-group .chips-transparent:focus.chip-icon article img,
.chips-group .chips-transparent:hover .close-icon,
.chips-group .chips-transparent:hover.chip-icon article img {
  filter: none
}

.chips-group .chips-transparent.active,
.chips-group .chips-transparent.active:hover {
  background-color: #00e6e3;
  border-color: #00e6e3;
  color: #15011d
}

.chips-group .chips-transparent.active .close-icon,
.chips-group .chips-transparent.active.chip-icon article img,
.chips-group .chips-transparent.active:hover .close-icon,
.chips-group .chips-transparent.active:hover.chip-icon article img {
  filter: none
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  word-wrap: break-word;
  background: #fff border-box;
  border: 0;
  border-radius: .25rem;
  box-shadow: 0 25px 100px 0 rgba(0, 0, 0, .15), 0 2px 4px 0 rgba(0, 0, 0, .5)
}

.card.card-primary-gradient {
  background: linear-gradient(220.37deg, #007bbd 1.76%, #003f61 94.87%) border-box
}

.card.card-primary-gradient .card-body {
  color: #fff
}

.card.card-primary-gradient .card-body .btn-secondary {
  background-color: transparent;
  border-color: #fff;
  color: #fff
}

.card.card-primary-gradient .card-body .btn-secondary:active,
.card.card-primary-gradient .card-body .btn-secondary:focus,
.card.card-primary-gradient .card-body .btn-secondary:hover {
  color: #15011d;
  border-color: #00e6e3
}

.card .form-search-group {
  margin-bottom: 1rem !important
}

.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: .25rem;
  border-top-right-radius: .25rem
}

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

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0
}

.card-tag {
  margin-bottom: 1rem
}

.card-tag:before {
  content: " ";
  background-color: currentColor;
  display: inline-block;
  margin-right: .5rem;
  vertical-align: middle;
  width: 1rem;
  height: 1px;
  transition: all .2s ease-in-out
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 1 auto;
  padding: 2rem;
  color: #15011d
}

.card-subtitle,
.card-title {
  margin-bottom: 1rem
}

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

.card-link+.card-link {
  margin-left: 1rem
}

.card-header {
  padding: 1rem;
  margin-bottom: 0;
  color: #15011d;
  background-color: #fff;
  border-bottom: 1px solid #ccc
}

.card-header:first-child {
  border-radius: .25rem .25rem 0 0
}

.card-footer {
  padding: 1rem;
  color: #15011d;
  background-color: #fff;
  border-top: 1px solid #ccc
}

.card-footer:last-child {
  border-radius: 0 0 .25rem .25em
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: .2rem
}

.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%
}

.card-img,
.card-img-top {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.card-group>.card {
  margin-bottom: 1rem
}

@media (min-width:576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap
  }

  .card-group>.card {
    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-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    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-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }
}

.card-box {
  z-index: 1
}

.card-box .card-body {
  box-shadow: 0 25px 100px 0 rgba(0, 0, 0, .15)
}

.card.start .card-image {
  margin-right: -6rem;
  z-index: 0
}

.card.end .card-image {
  margin-left: -6rem;
  z-index: 0
}

.card .box-img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.card-vertview .card-body {
  margin: 0 1rem;
  margin-top: -3rem
}

@media (min-width:576px) and (max-width:767.98px) {
  .card-vertview .card-body {
    margin: 0 2rem;
    margin-top: -4rem
  }
}

@media (max-width:991.98px) {

  .card.end .card-image,
  .card.start .card-image {
    margin-right: 0;
    margin-bottom: -2rem
  }

  .card.end .card-body,
  .card.start .card-body {
    margin: 0 1rem
  }

  .card.end .card-box {
    order: 1
  }

  .card.end .card-image {
    margin-left: 0
  }
}

.card-multi-profile .card-body {
  align-items: center
}

.card-multi-profile .card-img-circle {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 50%;
  padding: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.card-multi-profile .card-img-circle+.card-body {
  padding-top: 0
}

.card-multi-insights-picture-long {
  padding: 2rem
}

.card-multi-insights-picture-long .card-microtext {
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .4px;
  line-height: 1rem
}

.card-multi-insights-picture-long .card-avatar {
  height: 64px;
  width: 64px;
  background-color: #ccc;
  border-radius: 50%
}

.card-multi-insights-picture-long .card-right-content {
  text-align: right;
  margin-top: auto
}

.card-multi-insights-picture-long .card-img-top {
  object-fit: cover;
  height: 100%
}

.card-multi-insights-picture-long .card-body {
  padding: 0 2rem
}

.card-gradient .card-img-overlay {
  background: linear-gradient(0deg, #000 -10%, rgba(0, 0, 0, 0) 100%)
}

.card-gradient .card-gradient-body {
  padding: 1.5rem;
  position: absolute;
  bottom: 0
}

.card-gradient .btn-secondary {
  color: #fff;
  background-color: transparent;
  border-color: #fff
}

.card-gradient .btn-secondary .btn-icon {
  filter: invert(1) grayscale(100%) brightness(200%)
}

.card-gradient .btn-secondary:active,
.card-gradient .btn-secondary:focus,
.card-gradient .btn-secondary:hover {
  color: #15011d;
  border-color: #00e6e3
}

.card-gradient .btn-secondary:active .btn-icon,
.card-gradient .btn-secondary:focus .btn-icon,
.card-gradient .btn-secondary:hover .btn-icon {
  filter: none
}

.error-block {
  background: #f2f2f2 url(../../assets/images/error_page.svg) no-repeat calc(100% - 3rem) center;
  background-size: auto;
  height: calc(100vh - 2rem);
  padding: 3rem
}

@media (max-width:1199.98px) {
  .error-block {
    background: #f2f2f2 !important
  }
}

.error-block.maintenance {
  background: #f2f2f2 url(../../assets/images/maintenance-bg.png) no-repeat calc(100%) center;
  background-size: 35%
}

.error-block .h2,
.error-block h2 {
  color: #15011d;
  margin-bottom: 1.5rem
}

.error-block .error-txt,
.error-block .h4,
.error-block h4 {
  margin-bottom: 1.5rem
}

@media (max-width:1199.98px) {
  .error-block .w-50 {
    width: 100% !important
  }
}

.error-block .btn-container {
  margin-bottom: 1.5rem;
  display: flex
}

@media (max-width:575.98px) {
  .error-block .btn-container {
    display: block
  }
}

.error-block .link-primary {
  color: #0070ad
}

.error-block.maintenance-block-content {
  background: 0 0;
  width: 60%
}

.error-block.maintenance-block-content+.error-img {
  padding-bottom: 10rem
}

@media (max-width:1199.98px) {
  .error-block .error-img {
    display: none
  }
}

.error-block .error-img img {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0
}

.filter-dropdown-wrapper .btn-secondary {
  transform: none !important
}

@media (max-width:575.98px) {
  .filter-dropdown-wrapper .btn-secondary {
    width: 100%
  }

  .filter-dropdown-wrapper .btn-secondary:after {
    margin-left: auto
  }
}

.filter-dropdown-wrapper .btn-secondary::before {
  display: none
}

.filter-dropdown-wrapper .btn-secondary:focus,
.filter-dropdown-wrapper .btn-secondary:hover {
  background-color: #00e6e3
}

.filter-dropdown-wrapper .filter-dropdown-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.filter-dropdown-wrapper .filter-dropdown-group>* {
  margin-right: 1rem;
  margin-bottom: 1rem
}

@media (max-width:575.98px) {
  .filter-dropdown-wrapper .filter-dropdown-group>* {
    width: 100%;
    margin-right: 0
  }
}

.filter-dropdown-wrapper .dropdown-menu {
  padding: 1rem 0
}

@media (max-width:575.98px) {
  .filter-dropdown-wrapper .dropdown-menu {
    width: 100%
  }
}

.filter-dropdown-wrapper .dropdown-menu li {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: .5rem
}

.filter-dropdown-wrapper .dropdown-menu li:last-child {
  margin-bottom: 0
}

.filter-dropdown-wrapper .dropdown-menu li:focus .link-primary:before,
.filter-dropdown-wrapper .dropdown-menu li:hover .link-primary:before {
  width: 100%
}

.filter-dropdown-section .chips-group .chip-item:focus,
.filter-dropdown-section .chips-group .chip-item:hover {
  background-color: #15011d;
  border-color: #15011d;
  color: #fff
}

.filter-dropdown-section .chips-group .chip-item:focus img,
.filter-dropdown-section .chips-group .chip-item:hover img {
  filter: brightness(0) invert(1)
}

.sidebar-filter-filled .accordion-button {
  background-color: #ececec;
  padding-right: 33%
}

.sidebar-filter-filled .accordion-flush .accordion-item:first-child,
.sidebar-filter-transparent .accordion-flush .accordion-item:first-child {
  border-top: 0 !important
}

.sidebar-filter-filled .accordion-flush .accordion-item,
.sidebar-filter-transparent .accordion-flush .accordion-item {
  border: 0 !important;
  border-top: 1px solid #ccc !important
}

.sidebar-filter-filled .accordion-flush .accordion-item .accordion-header,
.sidebar-filter-transparent .accordion-flush .accordion-item .accordion-header {
  position: relative
}

.sidebar-filter-filled .accordion-flush .accordion-item .accordion-header .badge,
.sidebar-filter-transparent .accordion-flush .accordion-item .accordion-header .badge {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1090
}

.sidebar-filter-filled .accordion-button,
.sidebar-filter-transparent .accordion-button {
  font-size: 1rem;
  padding: 1rem 1.5rem;
  line-height: 1.5rem
}

.sidebar-filter-filled .accordion-button:not(.collapsed),
.sidebar-filter-transparent .accordion-button:not(.collapsed) {
  color: #0070ad
}

.sidebar-filter-filled .accordion-button:not(.collapsed)::after,
.sidebar-filter-filled .accordion-button:not(.collapsed)::before,
.sidebar-filter-transparent .accordion-button:not(.collapsed)::after,
.sidebar-filter-transparent .accordion-button:not(.collapsed)::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDhMMTIuNDUgMTYuNEw0IDguMDYiIHN0cm9rZT0iIzE1MDExRCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) !important;
  transform: rotate(0)
}

.sidebar-filter-filled .accordion-button::after,
.sidebar-filter-filled .accordion-button::before,
.sidebar-filter-transparent .accordion-button::after,
.sidebar-filter-transparent .accordion-button::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDhMMTIuNDUgMTYuNEw0IDguMDYiIHN0cm9rZT0iIzE1MDExRCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  transform: rotate(-90deg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem;
  border: 0
}

.sidebar-filter-filled .accordion-button:hover::after,
.sidebar-filter-filled .accordion-button:hover::before,
.sidebar-filter-transparent .accordion-button:hover::after,
.sidebar-filter-transparent .accordion-button:hover::before {
  background-color: transparent
}

.sidebar-filter-filled .accordion-body,
.sidebar-filter-transparent .accordion-body {
  padding: 0 1rem 0 calc(4.625rem)
}

.sidebar-filter-transparent .offcanvas-header {
  border: 0
}

.inputgroup-lg .form-control {
  padding: 1rem 1rem
}

.inputgroup-lg .input-group-text {
  padding: 1rem
}

.inputgroup-lg.search-icon button {
  padding: 1rem
}

.inputgroup-lg.search-text button {
  padding: 1rem 2rem
}

.input-group:not(.shape-rounded) button {
  border-radius: 0 !important
}

.input-group button {
  position: absolute
}

.input-group button .btn-icon {
  margin-left: 0 !important
}

.input-group.shape-rounded button {
  position: absolute
}

.input-group.shape-rounded.searchbtn-start button {
  left: 0
}

.input-group.shape-rounded.searchbtn-end button {
  right: 0
}

.input-group.shape-rounded.search-icon.searchbtn-end.inputgroup-lg input {
  padding-right: 4rem
}

.input-group.shape-rounded.search-icon.searchbtn-start.inputgroup-lg input {
  padding-left: 4rem
}

.input-group.shape-rounded.search-text.searchbtn-end.inputgroup-lg input {
  padding-right: 8rem
}

.input-group.shape-rounded.search-text.searchbtn-start.inputgroup-lg input {
  padding-left: 8rem
}

.input-group.shape-rounded.search-icon.search-text.searchbtn-end.inputgroup-lg input {
  padding-right: 10rem
}

.input-group.shape-rounded.search-icon.search-text.searchbtn-start.inputgroup-lg input {
  padding-left: 10rem
}

.input-group button span {
  margin-right: .5rem
}

.input-group button.no-effect::before {
  background-color: transparent
}

.input-group input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
  height: 40px;
  min-width: 80px
}

.footer {
  background: #ececec;
  padding-top: 3rem
}

@media (max-width:767.98px) {
  .footer {
    padding-top: 1.5rem
  }
}

.footer .logo {
  display: inline-block;
  margin-bottom: 3rem
}

.footer .logo img {
  width: 206px
}

.footer .brand-group p {
  margin-bottom: 2rem
}

.footer .brand-group ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer .brand-group ul li:not(:first-child) {
  margin-top: 1.5rem
}

.footer .nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: .5rem
}

.footer .nav-list li {
  list-style: none;
  margin-top: 1rem;
  line-height: 1.5rem
}

.footer .nav-list li:first-child {
  margin-top: 0
}

.footer .nav-list li a {
  color: #15011d;
  text-decoration: none
}

.footer .nav-list li a:focus,
.footer .nav-list li a:hover {
  color: #0070ad
}

.footer hr.divider {
  background-color: #c9c9c9;
  margin: 3rem 0 0;
  opacity: 1
}

@media (min-width:768px) and (max-width:1199.98px) {
  .footer .nav-list {
    margin-top: 72px
  }
}

@media (max-width:767.98px) {
  .footer .copyright {
    padding-bottom: 1.5rem;
    text-align: center
  }
}

@media (max-width:1199.98px) {
  .footer .logo {
    margin-bottom: 1.5rem
  }

  .footer hr.divider {
    margin: 1.5rem 0
  }

  .footer .nav-list li:first-child {
    margin-top: 0
  }

  .footer .brand-group p {
    margin-bottom: 1.5rem
  }

  .socialmedia-main .social-nav-wrapper {
    justify-content: center
  }
}

.custom-footer.footer {
  padding: 1.5rem 0
}

.custom-footer.footer .logo {
  margin: 0
}

.custom-footer.footer .logo img {
  width: inherit;
  height: 2rem
}

.custom-footer.footer p {
  margin: 0;
  text-align: center
}

.custom-footer.footer ul li:not(:last-child) {
  margin-right: 1.5rem
}

@media (max-width:991.98px) {
  .custom-footer.footer .d-flex {
    flex-direction: column
  }

  .custom-footer.footer .d-flex>:not(:last-child) {
    margin-bottom: 1rem;
    text-align: center
  }

  .custom-footer.footer .d-flex ul li {
    margin-right: 0
  }
}

header {
  background: #fff
}

header.desktop-header {
  padding-bottom: 2rem
}

header .header-top {
  padding: 1rem 3rem
}

header .header-top li span {
  background-image: linear-gradient(#0070ad, #0070ad);
  background-size: 0 1px;
  transition: all .5s ease-in-out;
  background-position: 0 100%;
  background-repeat: no-repeat
}

header .header-top li:focus-within a,
header .header-top li:hover a {
  color: #0070ad
}

header .header-top li:focus-within span,
header .header-top li:hover span {
  color: #0070ad;
  background-size: 100% 1px
}

header .header-top li:not(:last-child) {
  margin-right: 1rem
}

header .header-top nav li a {
  padding: 0;
  color: #15011d;
  position: relative;
  display: flex;
  align-items: center
}

header .header-top nav li .with-icon span {
  margin-right: .5rem
}

header .header-top nav li .with-icon img {
  height: 1rem;
  width: 1rem
}

header .nav-section {
  position: static;
  padding: 0
}

header .nav-section .navbar {
  padding: 0 3rem
}

header .nav-section .navbar-nav {
  margin-left: 4rem
}

header .nav-section .navbar-nav>li:not(:last-child) {
  margin-right: 1rem
}

header .nav-section .navbar-nav .nav-item.dropdown {
  position: initial
}

header .nav-section .navbar-nav .dropdown-toggle::after {
  display: none
}

header .nav-section .navbar-nav .nav-item.dropdown:hover>.dropdown-menu {
  display: block
}

header .nav-section .navbar-nav .dropdown-menu {
  background: 0 0;
  top: calc(100% - .5rem);
  border: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  left: 0;
  padding-top: 2rem;
  height: 492px;
  margin: 0
}

header .nav-section .navbar-nav .dropdown-menu ul {
  height: 100%
}

header .nav-section .submenu-wrapper {
  background: #ececec;
  height: 100%;
  display: flex
}

header .nav-section .submenu-title-box {
  width: 21%;
  padding: 2rem;
  background: #0070ad;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

header .nav-section .submenu-title-box .h3,
header .nav-section .submenu-title-box h3 {
  margin-bottom: 1.5rem;
  color: #fff
}

header .nav-section .submenu-title-box p {
  flex-grow: 1
}

header .nav-section .submenu-title-box button {
  background: 0 0;
  border: 1px solid #fff;
  color: #fff
}

header .nav-section .submenu-title-box button img {
  filter: invert(1) grayscale(100%) brightness(200%)
}

header .nav-section .submenu-title-box button:hover {
  border: 0;
  color: #15011d
}

header .nav-section .submenu-title-box button:hover img {
  filter: none
}

header .nav-section .submenu-box {
  flex-grow: 1;
  width: 48%;
  position: relative
}

header .nav-section .submenu-box .submenu {
  column-count: 3;
  column-fill: auto;
  column-gap: 0;
  position: relative;
  overflow: hidden;
  padding: 2rem
}

header .nav-section .submenu-box .submenu .dropend {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjYzNTM3OSAwLjQ2ODk5OEMwLjcwNTA0OCAwLjM5OTE1MyAwLjc4NzgxMSAwLjM0MzczOSAwLjg3ODkyOSAwLjMwNTkyOUMwLjk3MDA0NyAwLjI2ODEyIDEuMDY3NzMgMC4yNDg2NTcgMS4xNjYzOCAwLjI0ODY1N0MxLjI2NTAzIDAuMjQ4NjU3IDEuMzYyNzEgMC4yNjgxMiAxLjQ1MzgzIDAuMzA1OTI5QzEuNTQ0OTUgMC4zNDM3MzkgMS42Mjc3MSAwLjM5OTE1MyAxLjY5NzM4IDAuNDY4OTk4TDEwLjY5NzQgOS40NjlDMTAuNzY3MiA5LjUzODY3IDEwLjgyMjYgOS42MjE0MyAxMC44NjA0IDkuNzEyNTVDMTAuODk4MyA5LjgwMzY3IDEwLjkxNzcgOS45MDEzNSAxMC45MTc3IDEwQzEwLjkxNzcgMTAuMDk4NiAxMC44OTgzIDEwLjE5NjMgMTAuODYwNCAxMC4yODc0QzEwLjgyMjYgMTAuMzc4NiAxMC43NjcyIDEwLjQ2MTMgMTAuNjk3NCAxMC41MzFMMS42OTczOCAxOS41MzFDMS41NTY1NSAxOS42NzE4IDEuMzY1NTQgMTkuNzUwOSAxLjE2NjM4IDE5Ljc1MDlDMC45NjcyMTYgMTkuNzUwOSAwLjc3NjIwOSAxOS42NzE4IDAuNjM1Mzc5IDE5LjUzMUMwLjQ5NDU0OSAxOS4zOTAyIDAuNDE1NDMyIDE5LjE5OTIgMC40MTU0MzIgMTlDMC40MTU0MzIgMTguODAwOCAwLjQ5NDU0OSAxOC42MDk4IDAuNjM1Mzc5IDE4LjQ2OUw5LjEwNTg4IDEwTDAuNjM1Mzc5IDEuNTMxQzAuNTY1NTM0IDEuNDYxMzMgMC41MTAxMiAxLjM3ODU3IDAuNDcyMzEgMS4yODc0NUMwLjQzNDUwMSAxLjE5NjMzIDAuNDE1MDM5IDEuMDk4NjUgMC40MTUwMzkgMC45OTk5OThDMC40MTUwMzkgMC45MDEzNDcgMC40MzQ1MDEgMC44MDM2NjUgMC40NzIzMSAwLjcxMjU0OEMwLjUxMDEyIDAuNjIxNDMgMC41NjU1MzQgMC41Mzg2NjcgMC42MzUzNzkgMC40Njg5OThaIiBmaWxsPSIjMTUwMTFEIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
  background-size: .875rem .875rem;
  display: block;
  width: initial
}

header .nav-section .submenu-box .submenu .dropend:focus-within,
header .nav-section .submenu-box .submenu .dropend:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjYzNTM3OSAwLjQ2ODkzN0MwLjcwNTA0OCAwLjM5OTA5MiAwLjc4NzgxMSAwLjM0MzY3OCAwLjg3ODkyOSAwLjMwNTg2OEMwLjk3MDA0NyAwLjI2ODA1OCAxLjA2NzczIDAuMjQ4NTk2IDEuMTY2MzggMC4yNDg1OTZDMS4yNjUwMyAwLjI0ODU5NiAxLjM2MjcxIDAuMjY4MDU4IDEuNDUzODMgMC4zMDU4NjhDMS41NDQ5NSAwLjM0MzY3OCAxLjYyNzcxIDAuMzk5MDkyIDEuNjk3MzggMC40Njg5MzdMMTAuNjk3NCA5LjQ2ODk0QzEwLjc2NzIgOS41Mzg2IDEwLjgyMjYgOS42MjEzNyAxMC44NjA0IDkuNzEyNDlDMTAuODk4MyA5LjgwMzYgMTAuOTE3NyA5LjkwMTI5IDEwLjkxNzcgOS45OTk5NEMxMC45MTc3IDEwLjA5ODYgMTAuODk4MyAxMC4xOTYzIDEwLjg2MDQgMTAuMjg3NEMxMC44MjI2IDEwLjM3ODUgMTAuNzY3MiAxMC40NjEzIDEwLjY5NzQgMTAuNTMwOUwxLjY5NzM4IDE5LjUzMDlDMS41NTY1NSAxOS42NzE4IDEuMzY1NTQgMTkuNzUwOSAxLjE2NjM4IDE5Ljc1MDlDMC45NjcyMTYgMTkuNzUwOSAwLjc3NjIwOSAxOS42NzE4IDAuNjM1Mzc5IDE5LjUzMDlDMC40OTQ1NDkgMTkuMzkwMSAwLjQxNTQzMiAxOS4xOTkxIDAuNDE1NDMyIDE4Ljk5OTlDMC40MTU0MzIgMTguODAwOCAwLjQ5NDU0OSAxOC42MDk4IDAuNjM1Mzc5IDE4LjQ2ODlMOS4xMDU4OCA5Ljk5OTk0TDAuNjM1Mzc5IDEuNTMwOTRDMC41NjU1MzQgMS40NjEyNyAwLjUxMDEyIDEuMzc4NTEgMC40NzIzMSAxLjI4NzM5QzAuNDM0NTAxIDEuMTk2MjcgMC40MTUwMzkgMS4wOTg1OSAwLjQxNTAzOSAwLjk5OTkzN0MwLjQxNTAzOSAwLjkwMTI4NiAwLjQzNDUwMSAwLjgwMzYwNCAwLjQ3MjMxIDAuNzEyNDg3QzAuNTEwMTIgMC42MjEzNjkgMC41NjU1MzQgMC41Mzg2MDYgMC42MzUzNzkgMC40Njg5MzdaIiBmaWxsPSIjMDA3MEFEIi8+Cjwvc3ZnPgo=)
}

header .nav-section .submenu-box .submenu li {
  padding-right: 1.5rem
}

header .nav-section .submenu-box .submenu li:not(:last-child) {
  margin-bottom: 1rem
}

header .nav-section .submenu-box .submenu li:nth-child(n+31) {
  display: none
}

header .nav-section .submenu-box .submenu li:hover>.sub-level {
  display: block
}

header .nav-section .submenu-box .submenu li>a {
  background-image: linear-gradient(#0070ad, #0070ad);
  background-size: 0 1px;
  transition: all .5s ease-in-out;
  background-position: 0 100%;
  display: inline;
  padding-bottom: .25rem;
  background-repeat: no-repeat
}

header .nav-section .submenu-box .submenu li:focus-within>a,
header .nav-section .submenu-box .submenu li:hover>a {
  color: #0070ad;
  background-size: 100% 1px
}

header .nav-section .submenu-box .dropend {
  position: static
}

header .nav-section .submenu-box .sub-level {
  position: absolute;
  top: 0;
  padding: 2rem;
  background: #fff;
  column-fill: auto;
  column-gap: 0
}

header .nav-section .submenu-box .level-two {
  left: 35%;
  width: 65%;
  column-count: 2
}

header .nav-section .submenu-box .level-two li:nth-child(n+21) {
  display: none
}

header .nav-section .submenu-box .level-three {
  left: 50%;
  width: 50%;
  column-count: 1
}

header .nav-section .submenu-box .level-three li:nth-child(n+11) {
  display: none
}

header .nav-section .submenu-card-box {
  width: 31%;
  padding: 2rem
}

header .nav-section .dropdown-toggle {
  white-space: normal
}

header .open-search {
  display: flex;
  align-items: center
}

header .open-search span {
  margin-right: .5rem
}

header .brandlogo p {
  font-size: 1.125rem
}

header .brandlogo ul {
  margin: 1.5rem 0;
  margin-left: 1.5rem
}

header .brandlogo ul li+li {
  margin-top: 1.5rem
}

.mobile-header {
  display: none
}

.mobile-header .navbar-collapse {
  background: #f2f2f2;
  height: calc(var(--app-height) - 4.5rem);
  box-shadow: 2px 0 30px 0 rgba(0, 0, 0, .2);
  overflow: auto
}

.mobile-header .navbar-collapse .navbar-collapse-inner {
  min-height: 100%
}

.mobile-header .navbar-collapse .nav-item {
  border-bottom: 1px solid #ccc
}

.mobile-header .navbar-collapse .nav-link {
  padding: .75rem 1rem;
  font-weight: 400
}

.mobile-header .collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .mobile-header .collapsing {
    transition: none
  }
}

.mobile-header .collapsing.collapse-horizontal {
  width: 0;
  height: 100%;
  transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .mobile-header .collapsing.collapse-horizontal {
    transition: none
  }
}

.mobile-header .global-lang {
  background: #ececec
}

.mobile-header .navbar-toggler {
  border: 0;
  padding: 0;
  font-size: initial;
  border-radius: 0
}

.mobile-header .navbar-toggler:focus {
  box-shadow: none
}

.mobile-header .navbar-toggler::after {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjUwMDIgMTUuNUwxLjMzMzUgMS4zMzMzMSIgc3Ryb2tlPSIjMTUwMTFEIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEuMzMzNSAxNS41TDE1LjUwMDIgMS4zMzMzMSIgc3Ryb2tlPSIjMTUwMTFEIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat;
  display: inline-block;
  vertical-align: middle;
  height: 1rem;
  width: 1rem
}

.mobile-header .navbar-toggler.collapsed::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMC41SDE4IiBzdHJva2U9IiMxNTAxMUQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMSA2Ljg3SDE4IiBzdHJva2U9IiMxNTAxMUQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMSAxMy4yNUgxOCIgc3Ryb2tlPSIjMTUwMTFEIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat;
  height: 1rem;
  width: 1rem
}

.mobile-header .search-toggler {
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #15011d
}

.mobile-header .search-toggler img {
  vertical-align: text-top
}

.slide-menu {
  background: #f2f2f2;
  width: 100%;
  max-width: 100%;
  top: 0;
  right: 0;
  display: none;
  box-sizing: border-box;
  transform: translateX(100%);
  overflow-y: auto
}

.slide-menu .controls {
  display: none
}

.slide-menu a {
  border-bottom: 1px solid #ccc;
  padding: .75rem 1.5rem
}

.slide-menu a.slide-menu__backlink {
  padding: 1rem 0;
  padding-left: 3rem;
  padding-right: 1.5rem;
  position: relative
}

.slide-menu .slide-menu__backlink {
  background: #0070ad;
  font-size: 1.5rem;
  color: #fff
}

.slide-menu .slide-menu__backlink::before {
  content: "";
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTEgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+RDU1Rjg3NzAtMTNFRS00NzQ0LThGQ0QtNUI4NkI4MjMwN0RDQDEuMDB4PC90aXRsZT4KICAgIDxnIGlkPSJVSS1EZXNpZ24iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJNb2JpbGU6LVNlY29uZGFyeS1OYXZpZ2F0aW9uLUNvbmNlcHQtOGEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNC4wMDAwMDAsIC0xOTIyLjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC03MS1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMTg4Ny4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNC43MDEyNzUsNTUgQzI0Ljc4MTQyMDgsNTUgMjQuODY0OTA1OSw1NC45ODM3MDggMjQuOTUxNzMwNCw1NC45NTExMjQxIEMyNS4wMzg1NTQ5LDU0LjkxODU0MDIgMjUuMTE1MzYxMyw1NC44Njk2NjQ0IDI1LjE4MjE0OTQsNTQuODA0NDk2NiBMMjUuMTgyMTQ5NCw1NC44MDQ0OTY2IEwzNC43OTk2MzU3LDQ1LjQwMDc4MiBDMzQuOTMzMjExOSw0NS4yNzA0NDY0IDM1LDQ1LjExNDA0MzcgMzUsNDQuOTMxNTczOCBDMzUsNDQuNzQ5MTAzOSAzNC45MzMyMTE5LDQ0LjU5MjcwMTIgMzQuNzk5NjM1Nyw0NC40NjIzNjU2IEwzNC43OTk2MzU3LDQ0LjQ2MjM2NTYgTDI1LjMyMjQwNDQsMzUuMTk1NTAzNCBDMjUuMTg4ODI4MiwzNS4wNjUxNjc4IDI1LjAyNTE5NzMsMzUgMjQuODMxNTExOCwzNSBDMjQuNjM3ODI2NCwzNSAyNC40NzQxOTU1LDM1LjA2NTE2NzggMjQuMzQwNjE5MywzNS4xOTU1MDM0IEMyNC4yMDcwNDMxLDM1LjMyNTgzOSAyNC4xNDAyNTUsMzUuNDg1NTAwMiAyNC4xNDAyNTUsMzUuNjc0NDg2OCBDMjQuMTQwMjU1LDM1Ljg2MzQ3MzQgMjQuMjA3MDQzMSwzNi4wMjMxMzQ2IDI0LjM0MDYxOTMsMzYuMTUzNDcwMiBMMjQuMzQwNjE5MywzNi4xNTM0NzAyIEwzMy4zNTcwMTI4LDQ0LjkzMTU3MzggTDI0LjIwMDM2NDMsNTMuODY2MDgwMiBDMjQuMDY2Nzg4MSw1My45OTY0MTU4IDI0LDU0LjE1MjgxODUgMjQsNTQuMzM1Mjg4NCBDMjQsNTQuNTE3NzU4MiAyNC4wNjY3ODgxLDU0LjY3NDE2MSAyNC4yMDAzNjQzLDU0LjgwNDQ5NjYgQzI0LjI2NzE1MjQsNTQuODY5NjY0NCAyNC4zNDM5NTg3LDU0LjkxODU0MDIgMjQuNDMwNzgzMiw1NC45NTExMjQxIEMyNC41MTc2MDc4LDU0Ljk4MzcwOCAyNC42MDc3NzE3LDU1IDI0LjcwMTI3NSw1NSBaIiBpZD0i7piGLWNvcHktMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjkuNTAwMDAwLCA0NS4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTI5LjUwMDAwMCwgLTQ1LjAwMDAwMCkgIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat;
  height: 20px;
  width: 20px;
  top: 0;
  bottom: 0;
  left: 1rem;
  margin: auto
}

.slide-menu,
.slide-menu .slide-menu__slider {
  transition: transform .3s ease-in-out
}

.slide-menu .slide-menu__slider {
  width: 100%;
  transform: translateX(0)
}

.slide-menu ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding-left: 0;
  list-style: none
}

.slide-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none
}

.slide-menu ul a {
  display: block
}

.menu-arrow-icon>a {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTEgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+ODlDMTNCRkYtODNDMy00N0Q1LTlBRDEtNjkxQURDRTA3RkJDQDEuMDB4PC90aXRsZT4KICAgIDxnIGlkPSJDb25jZXB0cy1BLSZhbXA7LUIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJYTF9NZWdhLW1lbnUtZXhwbG9yYXRpb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zODAuMDAwMDAwLCAtOTc3LjAwMDAwMCkiIGZpbGw9IiMxRjAzMkUiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0zODAuNzAxMjc1LDk5NyBDMzgwLjc4MTQyMSw5OTcgMzgwLjg2NDkwNiw5OTYuOTgzNzA4IDM4MC45NTE3Myw5OTYuOTUxMTI0IEMzODEuMDM4NTU1LDk5Ni45MTg1NCAzODEuMTE1MzYxLDk5Ni44Njk2NjQgMzgxLjE4MjE0OSw5OTYuODA0NDk3IEwzODEuMTgyMTQ5LDk5Ni44MDQ0OTcgTDM5MC43OTk2MzYsOTg3LjQwMDc4MiBDMzkwLjkzMzIxMiw5ODcuMjcwNDQ2IDM5MSw5ODcuMTE0MDQ0IDM5MSw5ODYuOTMxNTc0IEMzOTEsOTg2Ljc0OTEwNCAzOTAuOTMzMjEyLDk4Ni41OTI3MDEgMzkwLjc5OTYzNiw5ODYuNDYyMzY2IEwzOTAuNzk5NjM2LDk4Ni40NjIzNjYgTDM4MS4zMjI0MDQsOTc3LjE5NTUwMyBDMzgxLjE4ODgyOCw5NzcuMDY1MTY4IDM4MS4wMjUxOTcsOTc3IDM4MC44MzE1MTIsOTc3IEMzODAuNjM3ODI2LDk3NyAzODAuNDc0MTk2LDk3Ny4wNjUxNjggMzgwLjM0MDYxOSw5NzcuMTk1NTAzIEMzODAuMjA3MDQzLDk3Ny4zMjU4MzkgMzgwLjE0MDI1NSw5NzcuNDg1NSAzODAuMTQwMjU1LDk3Ny42NzQ0ODcgQzM4MC4xNDAyNTUsOTc3Ljg2MzQ3MyAzODAuMjA3MDQzLDk3OC4wMjMxMzUgMzgwLjM0MDYxOSw5NzguMTUzNDcgTDM4MC4zNDA2MTksOTc4LjE1MzQ3IEwzODkuMzU3MDEzLDk4Ni45MzE1NzQgTDM4MC4yMDAzNjQsOTk1Ljg2NjA4IEMzODAuMDY2Nzg4LDk5NS45OTY0MTYgMzgwLDk5Ni4xNTI4MTkgMzgwLDk5Ni4zMzUyODggQzM4MCw5OTYuNTE3NzU4IDM4MC4wNjY3ODgsOTk2LjY3NDE2MSAzODAuMjAwMzY0LDk5Ni44MDQ0OTcgQzM4MC4yNjcxNTIsOTk2Ljg2OTY2NCAzODAuMzQzOTU5LDk5Ni45MTg1NCAzODAuNDMwNzgzLDk5Ni45NTExMjQgQzM4MC41MTc2MDgsOTk2Ljk4MzcwOCAzODAuNjA3NzcyLDk5NyAzODAuNzAxMjc1LDk5NyBaIiBpZD0i7piGLWNvcHktMiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-repeat: no-repeat;
  background-position: calc(100% - 24px)
}

@media (max-width:1199.98px) {
  .mobile-header {
    display: block
  }

  .desktop-header {
    display: none
  }
}

@media (max-width:575.98px) {
  .btn-section {
    flex-direction: column
  }

  .btn-section button {
    width: 85%
  }

  .btn-section .btn:not(.btn-icon-only) .btn-icon {
    margin-left: auto
  }

  .btn-section .btn+.btn {
    margin-top: 1rem;
    margin-left: 0
  }
}

.header-lang-middle .lang-btn {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDE2IDE2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDx0aXRsZT5GRDc3QkZEOC1COUYxLTQ3OEQtOEIyRi1GQUZGMzBCQjFGMTRAMS4wMHg8L3RpdGxlPg0KICAgIDxnIGlkPSJDb25jZXB0cy1BLSZhbXA7LUIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iWExfQ291bnRyeS1zZWxlY3Rvci1leHBsb3JhdGlvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyNjAuMDAwMDAwLCAtMzYwLjAwMDAwMCkiIGZpbGw9IiMyQjBBM0QiIGZpbGwtcnVsZT0ibm9uemVybyI+DQogICAgICAgICAgICA8cGF0aCBkPSJNMTI3NC4zNDgxNywzNjAuNjI5MDMzIEMxMjc0LjU1MzA1LDM2MC4yNjkwMzcgMTI3NS4wMTA5NywzNjAuMTQzMjkgMTI3NS4zNzA5NywzNjAuMzQ4MTY5IEMxMjc1LjcwMDk2LDM2MC41MzU5NzUgMTI3NS44MzQxMywzNjAuOTM2NDA3IDEyNzUuNjk2MjIsMzYxLjI3OTEzIEwxMjc1LjY1MTgzLDM2MS4zNzA5NjcgTDEyNjcuNjg0MjMsMzc1LjM3MDk2NyBDMTI2Ny40NTIwNSwzNzUuNzc4OTI1IDEyNjYuOTE0NDksMzc1Ljg2OTQ2MyAxMjY2LjU2MjQsMzc1LjU4NDczMiBMMTI2Ni40ODQ2NiwzNzUuNTEyMzM3IEwxMjYwLjQ1MjI3LDM2OS4wNjMxOCBDMTI2MC4xNjkzMSwzNjguNzYwNjc1IDEyNjAuMTg1MTYsMzY4LjI4NjA2NiAxMjYwLjQ4NzY2LDM2OC4wMDMxMSBDMTI2MC43NjI2NywzNjcuNzQ1ODc4IDEyNjEuMTc5OTEsMzY3LjczNTU5IDEyNjEuNDY2MDgsMzY3Ljk2MzEyMSBMMTI2MS41NDc3MywzNjguMDM4NTA2IEwxMjY2Ljg4NCwzNzMuNzQzIEwxMjc0LjM0ODE3LDM2MC42MjkwMzMgWiIgaWQ9IkNoZWNrLW1hcmsiPjwvcGF0aD4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) no-repeat right center;
  display: flex;
  align-items: center;
  line-height: 1;
  width: 100%;
  font-weight: 400
}

.header-lang-middle .lang-current {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin: 1.75em 0;
  font-weight: 400
}

.header-lang-middle .lang-current i,
.header-lang-middle .lang-current img {
  margin-right: .5rem
}

.header-lang-middle .lang-search {
  padding-bottom: .5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative
}

.header-lang-middle .lang-search::after {
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi9tZWRpdW0vSWNvbl9TZWFyY2g8L3RpdGxlPgogICAgPGcgaWQ9Ikljb24vbWVkaXVtL0ljb25fU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbl9TZWFyY2giPgogICAgICAgICAgICA8ZyBpZD0iVHJhbnNCZyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy41MjAwMDAsIDMuNTEwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbCIgY3g9IjcuMTIiIGN5PSI3LjEyIiByPSI3LjEyIj48L2NpcmNsZT4KICAgICAgICAgICAgICAgIDxsaW5lIHgxPSIxNyIgeTE9IjE2Ljc5IiB4Mj0iMTIuMjciIHkyPSIxMi4wNiIgaWQ9IlBhdGgiPjwvbGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 1.875rem;
  margin-left: .875rem;
  display: block;
  background-color: #00e6e3;
  position: absolute;
  right: 0;
  cursor: pointer
}

.header-lang-middle .lang-search input[type=search] {
  font-weight: 400;
  height: 3.75rem;
  border: 0;
  flex-grow: 1;
  border-radius: 1.875rem;
  background-color: #ececec;
  padding: 1.5rem
}

.offcanvas-title {
  margin-bottom: 1rem
}

.offcanvas-body .lang-title {
  font-size: 1rem;
  font-weight: 400;
  display: block
}

.offcanvas-body ul+.lang-title {
  margin-top: 2rem
}

.offcanvas-body ul {
  margin-top: 1.5rem
}

.offcanvas-body li button {
  display: flex;
  align-items: center;
  line-height: 1;
  width: 100%;
  background: no-repeat right center;
  font-weight: 400;
  transition: all .5s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .offcanvas-body li button {
    transition: none
  }
}

.offcanvas-body li button i,
.offcanvas-body li button img {
  margin-right: .5rem
}

.offcanvas-body li button:focus,
.offcanvas-body li button:hover {
  color: #12abdb
}

.offcanvas-body li.active button {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDE2IDE2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDx0aXRsZT5GRDc3QkZEOC1COUYxLTQ3OEQtOEIyRi1GQUZGMzBCQjFGMTRAMS4wMHg8L3RpdGxlPg0KICAgIDxnIGlkPSJDb25jZXB0cy1BLSZhbXA7LUIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iWExfQ291bnRyeS1zZWxlY3Rvci1leHBsb3JhdGlvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyNjAuMDAwMDAwLCAtMzYwLjAwMDAwMCkiIGZpbGw9IiMyQjBBM0QiIGZpbGwtcnVsZT0ibm9uemVybyI+DQogICAgICAgICAgICA8cGF0aCBkPSJNMTI3NC4zNDgxNywzNjAuNjI5MDMzIEMxMjc0LjU1MzA1LDM2MC4yNjkwMzcgMTI3NS4wMTA5NywzNjAuMTQzMjkgMTI3NS4zNzA5NywzNjAuMzQ4MTY5IEMxMjc1LjcwMDk2LDM2MC41MzU5NzUgMTI3NS44MzQxMywzNjAuOTM2NDA3IDEyNzUuNjk2MjIsMzYxLjI3OTEzIEwxMjc1LjY1MTgzLDM2MS4zNzA5NjcgTDEyNjcuNjg0MjMsMzc1LjM3MDk2NyBDMTI2Ny40NTIwNSwzNzUuNzc4OTI1IDEyNjYuOTE0NDksMzc1Ljg2OTQ2MyAxMjY2LjU2MjQsMzc1LjU4NDczMiBMMTI2Ni40ODQ2NiwzNzUuNTEyMzM3IEwxMjYwLjQ1MjI3LDM2OS4wNjMxOCBDMTI2MC4xNjkzMSwzNjguNzYwNjc1IDEyNjAuMTg1MTYsMzY4LjI4NjA2NiAxMjYwLjQ4NzY2LDM2OC4wMDMxMSBDMTI2MC43NjI2NywzNjcuNzQ1ODc4IDEyNjEuMTc5OTEsMzY3LjczNTU5IDEyNjEuNDY2MDgsMzY3Ljk2MzEyMSBMMTI2MS41NDc3MywzNjguMDM4NTA2IEwxMjY2Ljg4NCwzNzMuNzQzIEwxMjc0LjM0ODE3LDM2MC42MjkwMzMgWiIgaWQ9IkNoZWNrLW1hcmsiPjwvcGF0aD4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==)
}

.offcanvas-body li+li {
  margin-top: 1.5rem
}

.form-floating .form-floating-icon-leading {
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: 1rem;
  z-index: 115;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  user-select: none;
  line-height: 1.5rem;
  text-align: center;
  transform: translateY(-50%)
}

.form-floating .form-floating-icon-leading~.form-control {
  padding-left: 3rem
}

.form-floating .form-floating-icon-leading~.form-control~label {
  padding-left: 3rem
}

.form-floating .form-floating-icon-leading~.form-control:focus~label,
.form-floating .form-floating-icon-leading~.form-control:not(:placeholder-shown)~label,
.form-floating .form-floating-icon-leading~.form-select~label {
  transform: scale(.85) translateY(-.5rem) translateX(.585rem)
}

.form-floating .form-floating-message-icon {
  position: absolute;
  top: calc(50% - .125rem);
  right: 1rem;
  z-index: 115;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  user-select: none;
  line-height: 1.5rem;
  text-align: center;
  transform: translateY(-50%)
}

.form-floating .form-floating-message-icon~.form-control {
  padding-right: 3.25rem
}

.form-floating .form-floating-message-icon~.form-control~label {
  padding-right: 3.25rem
}

.form-floating .is-helper {
  border-color: #0070ad
}

.form-floating .is-helper:not(:placeholder-shown)~label,
.form-floating .is-helper~.form-floating-bottom .form-text,
.form-floating .is-helper~label {
  color: #0070ad
}

.form-floating .is-helper:focus {
  border-color: #0070ad
}

.form-floating .is-helper:focus~.form-floating-bottom .form-text,
.form-floating .is-helper:focus~label {
  color: #0070ad
}

.form-floating .is-warning {
  border-color: #ff8e12
}

.form-floating .is-warning:not(:placeholder-shown)~label,
.form-floating .is-warning~.form-floating-bottom .form-text,
.form-floating .is-warning~label {
  color: #ff8e12
}

.form-floating .is-warning:focus {
  border-color: #ff8e12
}

.form-floating .is-warning:focus~.form-floating-bottom .form-text,
.form-floating .is-warning:focus~label {
  color: #ff8e12
}

.form-floating .is-danger,
.form-floating .is-invalid {
  border-color: #e30021
}

.form-floating .is-danger:not(:placeholder-shown)~label,
.form-floating .is-danger~.form-floating-bottom .form-text,
.form-floating .is-danger~label,
.form-floating .is-invalid:not(:placeholder-shown)~label,
.form-floating .is-invalid~.form-floating-bottom .form-text,
.form-floating .is-invalid~label {
  color: #e30021
}

.form-floating .is-danger:focus,
.form-floating .is-invalid:focus {
  border-color: #e30021
}

.form-floating .is-danger:focus~.form-floating-bottom .form-text,
.form-floating .is-danger:focus~label,
.form-floating .is-invalid:focus~.form-floating-bottom .form-text,
.form-floating .is-invalid:focus~label {
  color: #e30021
}

.form-floating .is-success {
  border-color: #2ea657
}

.form-floating .is-success:not(:placeholder-shown)~label,
.form-floating .is-success~.form-floating-bottom .form-text,
.form-floating .is-success~label {
  color: #2ea657
}

.form-floating .is-success:focus {
  border-color: #2ea657
}

.form-floating .is-success:focus~.form-floating-bottom .form-text,
.form-floating .is-success:focus~label {
  color: #2ea657
}

.form-floating.is-disabled {
  opacity: .3
}

.form-floating.form-floating-filled .form-control,
.form-floating.form-floating-filled .form-select {
  border: 0;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  outline: 0
}

.form-floating.form-floating-filled .form-control:focus,
.form-floating.form-floating-filled .form-select:focus {
  border-bottom-color: #0070ad
}

.form-floating.form-floating-filled .form-control.is-helper,
.form-floating.form-floating-filled .form-select.is-helper {
  border-bottom-color: #0070ad
}

.form-floating.form-floating-filled .form-control.is-danger,
.form-floating.form-floating-filled .form-select.is-danger {
  border-bottom-color: #e30021
}

.form-floating.form-floating-filled .form-control.is-warning,
.form-floating.form-floating-filled .form-select.is-warning {
  border-bottom-color: #ff8e12
}

.form-floating.form-floating-filled .form-control.is-success,
.form-floating.form-floating-filled .form-select.is-success {
  border-bottom-color: #2ea657
}

.form-floating.form-floating-textarea .form-floating-message-icon {
  top: 1rem;
  right: 1rem;
  transform: none
}

.form-floating .form-select~.form-floating-message-icon {
  right: 3rem
}

.form-floating-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .25rem;
  position: absolute;
  width: 100%
}

.form-control-search {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi9tZWRpdW0vSWNvbl9TZWFyY2g8L3RpdGxlPgogICAgPGcgaWQ9Ikljb24vbWVkaXVtL0ljb25fU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbl9TZWFyY2giPgogICAgICAgICAgICA8ZyBpZD0iVHJhbnNCZyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy41MjAwMDAsIDMuNTEwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbCIgY3g9IjcuMTIiIGN5PSI3LjEyIiByPSI3LjEyIj48L2NpcmNsZT4KICAgICAgICAgICAgICAgIDxsaW5lIHgxPSIxNyIgeTE9IjE2Ljc5IiB4Mj0iMTIuMjciIHkyPSIxMi4wNiIgaWQ9IlBhdGgiPjwvbGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: calc(2.5rem)
}

.form-control-search.form-control-secondary {
  background-color: #ececec
}

.needs-validation .with-leading-icon .form-control.is-invalid,
.needs-validation .with-leading-icon .form-control.is-valid,
.needs-validation .with-leading-icon .form-control:invalid,
.needs-validation .with-leading-icon .form-control:valid {
  background-position: right 3rem center;
  padding-right: 5rem
}

.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi9tZWRpdW0vSWNvbl9TdWNjZXNzPC90aXRsZT4KICAgIDxnIGlkPSJJY29uL21lZGl1bS9JY29uX1N1Y2Nlc3MiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJJY29uX1N1Y2Nlc3MiPgogICAgICAgICAgICA8ZyBpZD0iVHJhbnNCZyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy41MDAwMDAsIDMuNTAwMDAwKSIgc3Ryb2tlPSIjMmVhNjU3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoIiBwb2ludHM9IjMuNzIgOS4yIDcuNzMgMTMuMjggMTMuMjggMy43MiI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGN4PSI4LjUiIGN5PSI4LjUiIHI9IjguNSI+PC9jaXJjbGU+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi9tZWRpdW0vSWNvbl9JbmZvPC90aXRsZT4KICAgIDxnIGlkPSJJY29uL21lZGl1bS9JY29uX0luZm8iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJJY29uX0luZm8iPgogICAgICAgICAgICA8ZyBpZD0iVHJhbnNCZyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy41MDAwMDAsIDMuNTAwMDAwKSIgc3Ryb2tlPSIjZTMwMDIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbCIgY3g9IjguNSIgY3k9IjguNSIgcj0iOC41Ij48L2NpcmNsZT4KICAgICAgICAgICAgICAgIDxsaW5lIHgxPSI4LjUiIHkxPSIxMy43IiB4Mj0iOC41IiB5Mj0iNi4xMSIgaWQ9IlBhdGgiPjwvbGluZT4KICAgICAgICAgICAgICAgIDxsaW5lIHgxPSI4LjUiIHkxPSIzLjYyIiB4Mj0iOC41IiB5Mj0iMy4xMiIgaWQ9IlBhdGgiPjwvbGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)
}

.form-select.is-valid,
.was-validated .form-select:valid {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi9tZWRpdW0vSWNvbl9TdWNjZXNzPC90aXRsZT4KICAgIDxnIGlkPSJJY29uL21lZGl1bS9JY29uX1N1Y2Nlc3MiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJJY29uX1N1Y2Nlc3MiPgogICAgICAgICAgICA8ZyBpZD0iVHJhbnNCZyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy41MDAwMDAsIDMuNTAwMDAwKSIgc3Ryb2tlPSIjMmVhNjU3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoIiBwb2ludHM9IjMuNzIgOS4yIDcuNzMgMTMuMjggMTMuMjggMy43MiI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGN4PSI4LjUiIGN5PSI4LjUiIHI9IjguNSI+PC9jaXJjbGU+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==), url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDhMMTIuNDUgMTYuNEw0IDguMDYiIHN0cm9rZT0iIzE1MDExRCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi9tZWRpdW0vSWNvbl9JbmZvPC90aXRsZT4KICAgIDxnIGlkPSJJY29uL21lZGl1bS9JY29uX0luZm8iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJJY29uX0luZm8iPgogICAgICAgICAgICA8ZyBpZD0iVHJhbnNCZyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy41MDAwMDAsIDMuNTAwMDAwKSIgc3Ryb2tlPSIjZTMwMDIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbCIgY3g9IjguNSIgY3k9IjguNSIgcj0iOC41Ij48L2NpcmNsZT4KICAgICAgICAgICAgICAgIDxsaW5lIHgxPSI4LjUiIHkxPSIxMy43IiB4Mj0iOC41IiB5Mj0iNi4xMSIgaWQ9IlBhdGgiPjwvbGluZT4KICAgICAgICAgICAgICAgIDxsaW5lIHgxPSI4LjUiIHkxPSIzLjYyIiB4Mj0iOC41IiB5Mj0iMy4xMiIgaWQ9IlBhdGgiPjwvbGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+), url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDhMMTIuNDUgMTYuNEw0IDguMDYiIHN0cm9rZT0iIzE1MDExRCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)
}

.form-check-group.d-flex>* {
  margin-right: 2rem
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem
}

.form-check:last-child {
  margin-bottom: 0
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5rem;
  margin-top: 3px;
  cursor: pointer
}

.form-check-input {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: .25rem;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  border: 1px solid #15011d;
  appearance: none;
  position: relative;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-check-input {
    transition: none
  }
}

.form-check-input::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  box-shadow: 0 0 0 13px transparent;
  border-radius: 50%;
  width: 1.125rem;
  height: 1.125rem;
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
  transform: scale(0)
}

.form-check-input:hover::before {
  opacity: .04;
  box-shadow: 0 0 0 13px #000;
  transform: scale(1);
  transition: box-shadow .2s, transform .2s
}

.form-check-input:focus::before {
  opacity: .12;
  box-shadow: 0 0 0 13px #000;
  transform: scale(1);
  transition: box-shadow .2s, transform .2s
}

.form-check-input:focus::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  z-index: 1;
  display: block;
  border-radius: 0
}

.form-check-input[type=radio] {
  border-radius: 50%;
  background-size: contain
}

.form-check-input:active {
  filter: brightness(90%)
}

.form-check-input:focus {
  border-color: #15011d;
  outline: 0;
  box-shadow: none
}

.form-check-input:checked {
  background-color: #15011d;
  border-color: #15011d
}

.form-check-input:checked[type=checkbox] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNzUgNS42MjY4N0w0LjMyIDkuMjVMOS4yNSAwLjc1IiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==)
}

.form-check-input:checked[type=checkbox]:hover::before {
  opacity: .5;
  box-shadow: 0 0 0 13px #00e6e3
}

.form-check-input:checked[type=checkbox]:focus::before {
  opacity: .3;
  box-shadow: 0 0 0 13px #00e6e3
}

.form-check-input:checked[type=checkbox]:disabled {
  opacity: .3
}

.form-check-input:checked[type=radio] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPScyJyBmaWxsPScjMDAwJy8+PC9zdmc+);
  background-color: transparent
}

.form-check-input:checked[type=radio]:hover::before {
  opacity: .5;
  box-shadow: 0 0 0 13px #00e6e3
}

.form-check-input:checked[type=radio]:focus::before {
  opacity: .3;
  box-shadow: 0 0 0 13px #00e6e3
}

.form-check-input:checked[type=radio]:disabled {
  opacity: .3
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #15011d;
  border-color: #15011d;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .3
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  opacity: .3;
  pointer-events: none
}

.form-check-label {
  color: #15011d;
  cursor: pointer;
  margin-left: .5rem
}

.form-switch {
  padding-left: 2.5rem
}

.form-switch .form-check-input {
  background-image: none;
  border-width: 0;
  border-radius: .4375rem;
  width: 2.125rem;
  height: .875rem;
  background-color: #9a9a9a;
  margin-top: .3rem;
  margin-right: .5rem;
  margin-left: -2.5rem;
  background-position: 0
}

.form-switch .form-check-input:focus {
  background-image: none
}

.form-switch .form-check-input:focus::before {
  box-shadow: 3px 0 0 10px rgba(0, 0, 0, .15);
  transform: scale(1);
  transition: box-shadow .2s, transform .2s
}

.form-switch .form-check-input:focus::after {
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem
}

.form-switch .form-check-input::before {
  content: "";
  position: absolute;
  box-shadow: 0 0 0 13px transparent;
  border-radius: 50%;
  width: .875rem;
  height: .875rem;
  background-color: transparent;
  pointer-events: none;
  transform: scale(0)
}

.form-switch .form-check-input::after {
  content: "";
  position: absolute;
  border: none;
  z-index: 2;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  margin-top: -.2rem;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .04);
  transition: background-color .2s, transform .2s
}

.form-switch .form-check-input:checked {
  background-position: 100%;
  background-color: rgba(1, 209, 208, .38);
  background-image: none
}

.form-switch .form-check-input:checked::before {
  opacity: .16
}

.form-switch .form-check-input:checked:focus::before {
  margin-left: 1.0625rem;
  box-shadow: 3px 0 0 10px #00e6e3;
  transform: scale(1);
  transition: box-shadow .2s, transform .2s
}

.form-switch .form-check-input:checked::after {
  content: "";
  position: absolute;
  border: none;
  z-index: 2;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #00e6e3;
  margin-top: -.2rem;
  margin-left: 1.0625rem;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .04), 0 1px 5px 0 rgba(0, 0, 0, .12);
  transition: background-color .2s, transform .2s
}

.form-switch .form-check-input:checked:disabled {
  opacity: .3
}

.form-switch .form-check-input:disabled {
  opacity: .3
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
  pointer-events: none;
  filter: none;
  opacity: .3
}

.flatpickr-calendar {
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 16rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08)
}

.flatpickr-calendar.inline,
.flatpickr-calendar.open {
  opacity: 1;
  max-height: 640px;
  visibility: visible
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1);
  animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: auto;
  padding: .5rem 1.5rem;
  border-top: 1px solid #e6e6e6;
  justify-content: space-between;
  width: 100%
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px
}

.flatpickr-calendar.arrowRight:after,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
  left: auto;
  right: 22px
}

.flatpickr-calendar.arrowCenter:after,
.flatpickr-calendar.arrowCenter:before {
  left: 50%;
  right: 50%
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
  bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
  top: 100%
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff
}

.flatpickr-calendar:focus {
  outline: 0
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.flatpickr-months .numInputWrapper span.arrowUp {
  top: -8px;
  right: -12px
}

.flatpickr-months .numInputWrapper span.arrowDown {
  top: 4px;
  right: -12px
}

.flatpickr-months .flatpickr-month {
  background: 0 0;
  color: rgba(0, 0, 0, .9);
  fill: rgba(0, 0, 0, .9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  padding: 1rem;
  z-index: 3;
  color: #15011d;
  fill: #15011d
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
  display: none
}

.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
  position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
  right: 0
}

.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
  color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
  fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
  width: 1.5rem;
  height: 1.5rem
}

.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit
}

.numInputWrapper {
  position: relative;
  height: auto
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block
}

.numInputWrapper input {
  width: 100%
}

.numInputWrapper input::-ms-clear {
  display: none
}

.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  cursor: pointer;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi9tZWRpdW0vSWNvbl9VcCBDaGV2cm9uPC90aXRsZT4KICAgIDxnIGlkPSJJY29uL21lZGl1bS9JY29uX1VwLUNoZXZyb24iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJJY29uX1VwLUNoZXZyb24iPgogICAgICAgICAgICA8ZyBpZD0iVHJhbnNCZyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy41MDAwMDAsIDcuODAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoIiBwb2ludHM9IjE3IDguNCA4LjQ1IC04Ljg4MTc4NDJlLTE2IDAgOC4zNCI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: 100% 2px;
  top: 0;
  left: -2px;
  width: 1rem;
  height: 1rem
}

.numInputWrapper span.arrowDown {
  top: 50%
}

.numInputWrapper span.arrowDown:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDhMMTIuNDUgMTYuNEw0IDguMDYiIHN0cm9rZT0iIzE1MDExRCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: 100% 2px;
  top: 0;
  left: -2px;
  width: 1rem;
  height: 1rem
}

.numInputWrapper span svg {
  width: inherit;
  height: auto
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, .5)
}

.flatpickr-current-month {
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .4px;
  line-height: 1rem;
  color: #15011d;
  position: absolute;
  top: 4px;
  width: 75%;
  left: 12.5%;
  padding: 1rem 0 0 0;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  display: inline-block
}

.flatpickr-current-month input.cur-year {
  background: 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #15011d;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .4px;
  line-height: 1rem;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, .5);
  background: 0 0;
  pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  border: none;
  border-radius: 0;
  appearance: none;
  background: 0 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDhMMTIuNDUgMTYuNEw0IDguMDYiIHN0cm9rZT0iIzE1MDExRCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: 100% 2px;
  padding-right: 1.25rem;
  margin-right: .5rem;
  box-sizing: border-box;
  color: #15011d;
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .4px;
  line-height: 1rem;
  height: auto;
  outline: 0;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
  outline: 0
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: 0;
  padding: 0
}

.flatpickr-weekdays {
  background: 0 0;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 1rem
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
  padding: 0 1rem
}

span.flatpickr-weekday {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .4px;
  line-height: 1rem;
  color: #15011d;
  cursor: default;
  background: 0 0;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 16rem
}

.flatpickr-days:focus {
  outline: 0
}

.dayContainer {
  padding: .5rem 1rem;
  outline: 0;
  text-align: left;
  width: 16rem;
  min-width: 16rem;
  max-width: 16rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.dayContainer+.dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #15011d;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .4px;
  line-height: 1rem;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  max-width: 2rem;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 70ms cubic-bezier(.2, 0, .38, .9)
}

.flatpickr-day.endRange::after,
.flatpickr-day.startRange::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background-color: rgba(0, 230, 227, .3)
}

.flatpickr-day.startRange::after {
  border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange::after {
  border-radius: 0 50px 50px 0
}

.flatpickr-day.inRange {
  background: rgba(0, 230, 227, .3);
  border-color: transparent
}

.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
  cursor: pointer;
  outline: 0;
  background: #00e6e3;
  border-color: #00e6e3
}

.flatpickr-day.today {
  border-color: #00e6e3;
  background: #00e6e3;
  color: #15011d
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
  background: #00e6e3;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #15011d;
  border-color: #00e6e3
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #00e6e3;
  box-shadow: -10px 0 0 #00e6e3
}

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
  border-radius: 50px
}

.flatpickr-day.inRange {
  border-radius: 0
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
  color: rgba(57, 57, 57, .3);
  background: 0 0;
  border-color: transparent;
  cursor: default
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, .1)
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #00e6e3, 5px 0 0 #00e6e3;
  box-shadow: -5px 0 0 #00e6e3, 5px 0 0 #00e6e3
}

.flatpickr-day.hidden {
  visibility: hidden
}

.rangeMode .flatpickr-day {
  margin-top: 1px
}

.flatpickr-weekwrapper {
  float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, .3);
  background: 0 0;
  cursor: default;
  border: none
}

.flatpickr-innerContainer {
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  height: 0;
  line-height: 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
  margin-right: 1rem
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%
}

.flatpickr-time input {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: left;
  margin: 0;
  padding: 0;
  height: inherit;
  color: #15011d;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .4px;
  line-height: 1.5rem;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0
}

.flatpickr-time-separator {
  display: none
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #15011d;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .4px;
  line-height: 2.5rem;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: right;
  font-weight: 400
}

.flatpickr-input.active~label {
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
  color: #15011d;
  font-size: .75rem
}

.flatpickr-input[readonly] {
  cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.link-primary {
  background-image: linear-gradient(#0070ad, #0070ad);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: all .5s ease-in-out;
  display: inline;
  padding-bottom: .25rem;
  text-decoration: none;
  color: inherit
}

.link-primary:focus,
.link-primary:hover {
  color: #0070ad;
  background-size: 100% 2px
}

.link-primary.link-dark {
  color: #fff
}

.link-primary.link-dark:focus,
.link-primary.link-dark:hover {
  color: #0070ad
}

.link-primary.link-dark.with-icon::after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDYzLjEgKDEwMTAxMCkgLSBodHRwczovL3NrZXRjaC5jb20gLS0+DQogICAgPHRpdGxlPjY5QzQ3NkQ1LTYxREEtNDVCQi1CODIyLTg5RUMyRUUwOTdCNkAxLjAweDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxnIGlkPSJNQUNTLWNyZWF0aXZlLWRpcmVjdGlvbi1jb25jZXB0LTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iWExfQ29uY2VwdC0yLURhcmtfSG9tZV9QaG90b19NZW51IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjcxLjAwMDAwMCwgLTUwNy4wMDAwMDApIiBmaWxsPSIjZmZmZmZmIiBmaWxsLXJ1bGU9Im5vbnplcm8iPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxMDYuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI4Ny42NzUsNDE1IEMyODcuODY2NjY3LDQxNSAyODguMDEwNDE3LDQxNC45NTE2NDEgMjg4LjEwNjI1LDQxNC44NTQ5MjIgTDI4OC4xMDYyNSw0MTQuODU0OTIyIEwyOTMuODU2MjUsNDA4LjQ3MTUwMyBDMjkzLjk1MjA4Myw0MDguMzc0Nzg0IDI5NCw0MDguMjI5NzA2IDI5NCw0MDguMDM2MjY5IEMyOTQsNDA3Ljg0MjgzMiAyOTMuOTUyMDgzLDQwNy42OTc3NTUgMjkzLjg1NjI1LDQwNy42MDEwMzYgQzI5My44MDgzMzMsNDA3LjU1MjY3NyAyOTEuODkxNjY3LDQwNS40MjQ4NyAyODguMTA2MjUsNDAxLjIxNzYxNyBDMjg3LjgxODc1LDQwMC45Mjc0NjEgMjg3LjUzMTI1LDQwMC45Mjc0NjEgMjg3LjI0Mzc1LDQwMS4yMTc2MTcgQzI4Ni45NTYyNSw0MDEuNTA3NzcyIDI4Ni45NTYyNSw0MDEuNzk3OTI3IDI4Ny4yNDM3NSw0MDIuMDg4MDgzIEwyODcuMjQzNzUsNDAyLjA4ODA4MyBMMjkyLjA1OTM3NSw0MDcuNDU1OTU5IEwyNzEuNTc1LDQwNy40NTU5NTkgQzI3MS4xOTE2NjcsNDA3LjQ1NTk1OSAyNzEsNDA3LjY0OTM5NiAyNzEsNDA4LjAzNjI2OSBDMjcxLDQwOC40MjMxNDMgMjcxLjE5MTY2Nyw0MDguNjE2NTggMjcxLjU3NSw0MDguNjE2NTggTDI3MS41NzUsNDA4LjYxNjU4IEwyOTIuMDU5Mzc1LDQwOC42MTY1OCBMMjg3LjI0Mzc1LDQxMy45ODQ0NTYgQzI4Ni45NTYyNSw0MTQuMjc0NjExIDI4Ni45NTYyNSw0MTQuNTY0NzY3IDI4Ny4yNDM3NSw0MTQuODU0OTIyIEMyODcuMzM5NTgzLDQxNC45NTE2NDEgMjg3LjQ4MzMzMyw0MTUgMjg3LjY3NSw0MTUgWiIgaWQ9ImJ1dHRvbi1tb3JlIj48L3BhdGg+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4NCg==) no-repeat center
}

.link-primary.link-dark.with-icon:hover::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDYzLjEgKDEwMTAxMCkgLSBodHRwczovL3NrZXRjaC5jb20gLS0+DQogICAgPHRpdGxlPjY5QzQ3NkQ1LTYxREEtNDVCQi1CODIyLTg5RUMyRUUwOTdCNkAxLjAweDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxnIGlkPSJNQUNTLWNyZWF0aXZlLWRpcmVjdGlvbi1jb25jZXB0LTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iWExfQ29uY2VwdC0yLURhcmtfSG9tZV9QaG90b19NZW51IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjcxLjAwMDAwMCwgLTUwNy4wMDAwMDApIiBmaWxsPSIjMTJhYmRiIiBmaWxsLXJ1bGU9Im5vbnplcm8iPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxMDYuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI4Ny42NzUsNDE1IEMyODcuODY2NjY3LDQxNSAyODguMDEwNDE3LDQxNC45NTE2NDEgMjg4LjEwNjI1LDQxNC44NTQ5MjIgTDI4OC4xMDYyNSw0MTQuODU0OTIyIEwyOTMuODU2MjUsNDA4LjQ3MTUwMyBDMjkzLjk1MjA4Myw0MDguMzc0Nzg0IDI5NCw0MDguMjI5NzA2IDI5NCw0MDguMDM2MjY5IEMyOTQsNDA3Ljg0MjgzMiAyOTMuOTUyMDgzLDQwNy42OTc3NTUgMjkzLjg1NjI1LDQwNy42MDEwMzYgQzI5My44MDgzMzMsNDA3LjU1MjY3NyAyOTEuODkxNjY3LDQwNS40MjQ4NyAyODguMTA2MjUsNDAxLjIxNzYxNyBDMjg3LjgxODc1LDQwMC45Mjc0NjEgMjg3LjUzMTI1LDQwMC45Mjc0NjEgMjg3LjI0Mzc1LDQwMS4yMTc2MTcgQzI4Ni45NTYyNSw0MDEuNTA3NzcyIDI4Ni45NTYyNSw0MDEuNzk3OTI3IDI4Ny4yNDM3NSw0MDIuMDg4MDgzIEwyODcuMjQzNzUsNDAyLjA4ODA4MyBMMjkyLjA1OTM3NSw0MDcuNDU1OTU5IEwyNzEuNTc1LDQwNy40NTU5NTkgQzI3MS4xOTE2NjcsNDA3LjQ1NTk1OSAyNzEsNDA3LjY0OTM5NiAyNzEsNDA4LjAzNjI2OSBDMjcxLDQwOC40MjMxNDMgMjcxLjE5MTY2Nyw0MDguNjE2NTggMjcxLjU3NSw0MDguNjE2NTggTDI3MS41NzUsNDA4LjYxNjU4IEwyOTIuMDU5Mzc1LDQwOC42MTY1OCBMMjg3LjI0Mzc1LDQxMy45ODQ0NTYgQzI4Ni45NTYyNSw0MTQuMjc0NjExIDI4Ni45NTYyNSw0MTQuNTY0NzY3IDI4Ny4yNDM3NSw0MTQuODU0OTIyIEMyODcuMzM5NTgzLDQxNC45NTE2NDEgMjg3LjQ4MzMzMyw0MTUgMjg3LjY3NSw0MTUgWiIgaWQ9ImJ1dHRvbi1tb3JlIj48L3BhdGg+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4NCg==)
}

.link-primary.with-icon::after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDYzLjEgKDEwMTAxMCkgLSBodHRwczovL3NrZXRjaC5jb20gLS0+DQogICAgPHRpdGxlPjY5QzQ3NkQ1LTYxREEtNDVCQi1CODIyLTg5RUMyRUUwOTdCNkAxLjAweDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxnIGlkPSJNQUNTLWNyZWF0aXZlLWRpcmVjdGlvbi1jb25jZXB0LTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iWExfQ29uY2VwdC0yLURhcmtfSG9tZV9QaG90b19NZW51IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjcxLjAwMDAwMCwgLTUwNy4wMDAwMDApIiBmaWxsPSIjMTUwMTFkIiBmaWxsLXJ1bGU9Im5vbnplcm8iPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxMDYuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI4Ny42NzUsNDE1IEMyODcuODY2NjY3LDQxNSAyODguMDEwNDE3LDQxNC45NTE2NDEgMjg4LjEwNjI1LDQxNC44NTQ5MjIgTDI4OC4xMDYyNSw0MTQuODU0OTIyIEwyOTMuODU2MjUsNDA4LjQ3MTUwMyBDMjkzLjk1MjA4Myw0MDguMzc0Nzg0IDI5NCw0MDguMjI5NzA2IDI5NCw0MDguMDM2MjY5IEMyOTQsNDA3Ljg0MjgzMiAyOTMuOTUyMDgzLDQwNy42OTc3NTUgMjkzLjg1NjI1LDQwNy42MDEwMzYgQzI5My44MDgzMzMsNDA3LjU1MjY3NyAyOTEuODkxNjY3LDQwNS40MjQ4NyAyODguMTA2MjUsNDAxLjIxNzYxNyBDMjg3LjgxODc1LDQwMC45Mjc0NjEgMjg3LjUzMTI1LDQwMC45Mjc0NjEgMjg3LjI0Mzc1LDQwMS4yMTc2MTcgQzI4Ni45NTYyNSw0MDEuNTA3NzcyIDI4Ni45NTYyNSw0MDEuNzk3OTI3IDI4Ny4yNDM3NSw0MDIuMDg4MDgzIEwyODcuMjQzNzUsNDAyLjA4ODA4MyBMMjkyLjA1OTM3NSw0MDcuNDU1OTU5IEwyNzEuNTc1LDQwNy40NTU5NTkgQzI3MS4xOTE2NjcsNDA3LjQ1NTk1OSAyNzEsNDA3LjY0OTM5NiAyNzEsNDA4LjAzNjI2OSBDMjcxLDQwOC40MjMxNDMgMjcxLjE5MTY2Nyw0MDguNjE2NTggMjcxLjU3NSw0MDguNjE2NTggTDI3MS41NzUsNDA4LjYxNjU4IEwyOTIuMDU5Mzc1LDQwOC42MTY1OCBMMjg3LjI0Mzc1LDQxMy45ODQ0NTYgQzI4Ni45NTYyNSw0MTQuMjc0NjExIDI4Ni45NTYyNSw0MTQuNTY0NzY3IDI4Ny4yNDM3NSw0MTQuODU0OTIyIEMyODcuMzM5NTgzLDQxNC45NTE2NDEgMjg3LjQ4MzMzMyw0MTUgMjg3LjY3NSw0MTUgWiIgaWQ9ImJ1dHRvbi1tb3JlIj48L3BhdGg+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4NCg==) no-repeat center;
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s ease-in-out;
  margin-left: .5rem
}

@media (prefers-reduced-motion:reduce) {
  .link-primary.with-icon::after {
    transition: none
  }
}

.link-primary.with-icon:hover::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDYzLjEgKDEwMTAxMCkgLSBodHRwczovL3NrZXRjaC5jb20gLS0+DQogICAgPHRpdGxlPjY5QzQ3NkQ1LTYxREEtNDVCQi1CODIyLTg5RUMyRUUwOTdCNkAxLjAweDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPg0KICAgIDxnIGlkPSJNQUNTLWNyZWF0aXZlLWRpcmVjdGlvbi1jb25jZXB0LTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iWExfQ29uY2VwdC0yLURhcmtfSG9tZV9QaG90b19NZW51IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjcxLjAwMDAwMCwgLTUwNy4wMDAwMDApIiBmaWxsPSIjMDA3MGFkIiBmaWxsLXJ1bGU9Im5vbnplcm8iPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxMDYuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI4Ny42NzUsNDE1IEMyODcuODY2NjY3LDQxNSAyODguMDEwNDE3LDQxNC45NTE2NDEgMjg4LjEwNjI1LDQxNC44NTQ5MjIgTDI4OC4xMDYyNSw0MTQuODU0OTIyIEwyOTMuODU2MjUsNDA4LjQ3MTUwMyBDMjkzLjk1MjA4Myw0MDguMzc0Nzg0IDI5NCw0MDguMjI5NzA2IDI5NCw0MDguMDM2MjY5IEMyOTQsNDA3Ljg0MjgzMiAyOTMuOTUyMDgzLDQwNy42OTc3NTUgMjkzLjg1NjI1LDQwNy42MDEwMzYgQzI5My44MDgzMzMsNDA3LjU1MjY3NyAyOTEuODkxNjY3LDQwNS40MjQ4NyAyODguMTA2MjUsNDAxLjIxNzYxNyBDMjg3LjgxODc1LDQwMC45Mjc0NjEgMjg3LjUzMTI1LDQwMC45Mjc0NjEgMjg3LjI0Mzc1LDQwMS4yMTc2MTcgQzI4Ni45NTYyNSw0MDEuNTA3NzcyIDI4Ni45NTYyNSw0MDEuNzk3OTI3IDI4Ny4yNDM3NSw0MDIuMDg4MDgzIEwyODcuMjQzNzUsNDAyLjA4ODA4MyBMMjkyLjA1OTM3NSw0MDcuNDU1OTU5IEwyNzEuNTc1LDQwNy40NTU5NTkgQzI3MS4xOTE2NjcsNDA3LjQ1NTk1OSAyNzEsNDA3LjY0OTM5NiAyNzEsNDA4LjAzNjI2OSBDMjcxLDQwOC40MjMxNDMgMjcxLjE5MTY2Nyw0MDguNjE2NTggMjcxLjU3NSw0MDguNjE2NTggTDI3MS41NzUsNDA4LjYxNjU4IEwyOTIuMDU5Mzc1LDQwOC42MTY1OCBMMjg3LjI0Mzc1LDQxMy45ODQ0NTYgQzI4Ni45NTYyNSw0MTQuMjc0NjExIDI4Ni45NTYyNSw0MTQuNTY0NzY3IDI4Ny4yNDM3NSw0MTQuODU0OTIyIEMyODcuMzM5NTgzLDQxNC45NTE2NDEgMjg3LjQ4MzMzMyw0MTUgMjg3LjY3NSw0MTUgWiIgaWQ9ImJ1dHRvbi1tb3JlIj48L3BhdGg+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4NCg==);
  margin-left: .75rem
}

.link-primary.micro {
  background-size: 0 1px
}

.link-primary.micro:focus,
.link-primary.micro:hover {
  background-size: 100% 1px
}

.h5 .link-primary.link-dark,
h5 .link-primary.link-dark {
  background-image: linear-gradient(#12abdb, #12abdb)
}

.h5 .link-primary.link-dark:focus,
.h5 .link-primary.link-dark:hover,
h5 .link-primary.link-dark:focus,
h5 .link-primary.link-dark:hover {
  color: #12abdb
}

.link-secondary {
  color: #15011d;
  text-decoration: none;
  background: linear-gradient(90deg, #00e6e3 0, #00e6e3) no-repeat 0 100%/0 100%;
  transition: all .2s ease-in-out;
  padding-bottom: 4px;
  width: fit-content
}

.link-secondary:focus,
.link-secondary:hover {
  background-size: 100% 100%;
  color: #15011d
}

.link-secondary.link-dark {
  color: #fff;
  background: linear-gradient(90deg, #2b0a3d 0, #2b0a3d) no-repeat 0 100%/0 100%
}

.link-secondary.link-dark:focus,
.link-secondary.link-dark:hover {
  color: #fff;
  background-size: 100% 100%
}

.bg-img-none {
  background-image: none !important
}

.loader-logo-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%
}

.loader-logo {
  width: 160px
}

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

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

.modal.fade .modal-dialog {
  transition: all .2s ease-in-out;
  transform: translate(0, -3.125rem)
}

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

.modal.show .modal-dialog {
  transform: none
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden
}

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

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #15011d;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: .25rem;
  outline: 0
}

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

.modal-backdrop.fade {
  opacity: 0
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 2rem
}

.modal-header .btn-close {
  padding: .5rem;
  margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .4px;
  line-height: 2rem
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2rem 2rem 0
}

.modal-body p {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .4px;
  line-height: 1.5rem;
  color: #15011d
}

.modal-body p:last-child {
  margin-bottom: 0
}

.modal-body .modal-icon {
  margin-bottom: 1rem
}

.modal-body .modal-icon img {
  width: 4rem;
  height: 4rem
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  padding: 1rem 2rem 2rem
}

.modal-footer>* {
  margin: .25rem
}

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-sm {
    max-width: 320px
  }
}

@media (min-width:992px) {

  .modal-lg,
  .modal-xl {
    max-width: 640px
  }
}

@media (min-width:1200px) {
  .modal-xl {
    max-width: 960px
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0
}

.modal-fullscreen .modal-header {
  border-radius: 0
}

.modal-fullscreen .modal-body {
  overflow-y: auto
}

.modal-fullscreen .modal-footer {
  border-radius: 0
}

@media (max-width:575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width:767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width:991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width:1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width:1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0
  }
}

.pagination {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 3rem
}

.pagination.pagination-sm .page-link-circle {
  width: 3rem;
  height: 3rem
}

.pagination.pagination-md .page-link-circle {
  width: 5rem;
  height: 5rem
}

.page-link {
  position: relative;
  display: block;
  color: #9a9a9a;
  text-decoration: none;
  background-color: #fff;
  transition: all .2s ease-in-out;
  text-align: center;
  padding: .75rem;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .12px;
  line-height: 1rem
}

@media (prefers-reduced-motion:reduce) {
  .page-link {
    transition: none
  }
}

.page-link:hover {
  z-index: 2;
  color: #15011d;
  text-decoration: none
}

.page-link:focus {
  z-index: 4;
  color: #15011d;
  background-color: #fff;
  outline: 1px solid #15011d
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px
}

.page-item.active .page-link {
  z-index: 3;
  color: #15011d;
  font-weight: 500
}

.page-item.isDisabled {
  opacity: .3;
  pointer-events: none
}

.page-item .page-link-circle {
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 3rem;
  transform: none
}

.page-item .page-link-circle:focus,
.page-item .page-link-circle:hover {
  background-color: #00e6e3
}

.circle-animation-left.btn-secondary::before {
  transform: translate(100%, 0) rotate(10deg)
}

.circle-animation-left.btn-secondary:hover::before {
  transform: translate(0)
}

.pagination-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: .25rem 1rem;
  border-radius: 2rem
}

@media (max-width:767.98px) {
  .pagination-container {
    flex-direction: column;
    align-items: flex-start
  }
}

.pagination-container .page-items-count,
.pagination-container .page-link,
.pagination-container .pages-item-txt {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .4px;
  line-height: 1.5rem;
  color: #15011d
}

.pagination-container .pages-item-txt {
  margin-right: 1rem
}

.pagination-container .page-item .page-link {
  width: 2rem;
  height: 2rem;
  border-radius: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0
}

.pagination-container .page-item .page-link:focus,
.pagination-container .page-item .page-link:hover {
  background-color: #2b0a3d;
  color: #fff
}

.pagination-container .page-item.active .page-link {
  background-color: #2b0a3d;
  color: #fff
}

.pagination-container .page-item:not(:first-child) .page-link {
  margin-left: .25rem
}

.pagination-container .pagination-left-section,
.pagination-container .pagination-pages-dropdown,
.pagination-container .pagination-right-section {
  display: flex;
  align-items: center
}

@media (max-width:991.98px) {
  .pagination-container .pagination-left-section {
    display: none;
    margin-bottom: .5rem
  }

  .pagination-container .pagination-left-section .pagination {
    margin-top: .5rem;
    flex-wrap: wrap
  }
}

@media (max-width:991.98px) {
  .pagination-container .pagination-right-section {
    width: 100%
  }
}

@media (max-width:767.98px) {
  .pagination-container .pagination-right-section {
    justify-content: space-between
  }
}

@media (max-width:991.98px) {
  .pagination-container .pagination-right-section .page-items-count {
    margin-right: auto
  }
}

.pagination-container .pagination-right-section .form-select {
  border: 0;
  padding: 0;
  padding-right: 2rem;
  margin-right: .5rem;
  background-position: 100% calc(50% + 1px)
}

.pagination-container .pagination-right-section .pages-count {
  white-space: nowrap
}

.pagination-container .pagination-right-section .pagination-pages-dropdown {
  margin-right: 1rem;
  display: none
}

@media (max-width:767.98px) {
  .pagination-container .pagination-right-section .pagination-pages-dropdown {
    margin-bottom: .5rem
  }
}

@media (min-width:576px) and (max-width:991.98px) {
  .pagination-container .pagination-right-section .pagination-pages-dropdown {
    display: flex
  }
}

.pagination-container .pagination-right-section .pagination {
  margin-left: 1rem
}

@media (max-width:991.98px) {

  .pagination-container .pagination-right-section .pagination .page-item:first-child,
  .pagination-container .pagination-right-section .pagination .page-item:last-child {
    display: none
  }
}

.pagination-container .pagination-right-section .btn-secondary {
  border-color: #fff
}

.pagination-container .pagination-right-section .btn-secondary:focus,
.pagination-container .pagination-right-section .btn-secondary:hover {
  border-color: #00e6e3
}

.top-search-section {
  display: none
}

.top-search-section .top-search {
  display: block;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  max-height: 100vh;
  transition: all .5s ease-in-out;
  z-index: 105;
  overflow-x: auto
}

@media (prefers-reduced-motion:reduce) {
  .top-search-section .top-search {
    transition: none
  }
}

@media (min-width:768px) {
  .top-search-section .top-search {
    position: fixed
  }
}

.top-search-section .top-search .top-search-inner {
  background: #fff;
  padding: 3rem;
  overflow: auto
}

@media (max-width:767.98px) {
  .top-search-section .top-search .top-search-inner {
    padding: 1rem;
    height: 100vh
  }
}

.top-search-section .top-search .top-search-inner .top-search-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1rem
}

.top-search-section .top-search .top-search-inner .top-search-top .top-search-close {
  font-size: 1rem;
  color: #15011d;
  letter-spacing: .4px;
  line-height: 1rem;
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
  text-align: left;
  position: absolute;
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi9tZWRpdW0vSWNvbl9DbG9zZTwvdGl0bGU+CiAgICA8ZyBpZD0iSWNvbi9tZWRpdW0vSWNvbl9DbG9zZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikljb25fQ2xvc2UiPgogICAgICAgICAgICA8ZyBpZD0iVHJhbnNCZyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy41MDAwMDAsIDMuNTAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICAgICAgPGxpbmUgeDE9IjE3IiB5MT0iMTciIHgyPSIwIiB5Mj0iMCIgaWQ9IlBhdGgiPjwvbGluZT4KICAgICAgICAgICAgICAgIDxsaW5lIHgxPSIwIiB5MT0iMTciIHgyPSIxNyIgeTI9IjAiIGlkPSJQYXRoIj48L2xpbmU+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: 100%;
  padding-right: 4.5rem;
  width: 1rem;
  height: 1rem
}

.top-search-section .top-search .top-search-inner .top-search-top .top-search-close:focus,
.top-search-section .top-search .top-search-inner .top-search-top .top-search-close:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi9tZWRpdW0vSWNvbl9DbG9zZTwvdGl0bGU+CiAgICA8ZyBpZD0iSWNvbi9tZWRpdW0vSWNvbl9DbG9zZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikljb25fQ2xvc2UiPgogICAgICAgICAgICA8ZyBpZD0iVHJhbnNCZyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy41MDAwMDAsIDMuNTAwMDAwKSIgc3Ryb2tlPSIjMTJhYmRiIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICAgICAgPGxpbmUgeDE9IjE3IiB5MT0iMTciIHgyPSIwIiB5Mj0iMCIgaWQ9IlBhdGgiPjwvbGluZT4KICAgICAgICAgICAgICAgIDxsaW5lIHgxPSIwIiB5MT0iMTciIHgyPSIxNyIgeTI9IjAiIGlkPSJQYXRoIj48L2xpbmU+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  color: #12abdb
}

.top-search-section .top-search .top-search-inner .top-search-bottom {
  display: flex;
  margin-top: 1rem
}

@media (max-width:767.98px) {
  .top-search-section .top-search .top-search-inner .top-search-bottom {
    display: unset
  }
}

.top-search-section .top-search .top-search-inner .top-search-bottom .most-search-list {
  display: flex;
  flex-wrap: wrap
}

@media (max-width:767.98px) {
  .top-search-section .top-search .top-search-inner .top-search-bottom .most-search-list {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 2rem
  }
}

.top-search-section .top-search .top-search-inner .top-search-bottom .header-search-label {
  font-size: .875rem;
  color: #15011d;
  letter-spacing: .4px;
  line-height: 1.5rem;
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  text-align: left;
  display: block;
  white-space: nowrap
}

@media (max-width:767.98px) {
  .top-search-section .top-search .top-search-inner .top-search-bottom .header-search-label {
    margin-bottom: 1rem;
    margin-top: 1rem
  }
}

.top-search-section .top-search .top-search-inner .top-search-bottom a {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #15011d;
  background: linear-gradient(to right, #15011d 0, #15011d 100%) no-repeat 0 100%/100% 2px;
  transition: all .2s ease-in-out;
  text-decoration: none
}

@media (min-width:768px) {
  .top-search-section .top-search .top-search-inner .top-search-bottom a {
    margin-bottom: 0
  }
}

.top-search-section .top-search .top-search-inner .top-search-bottom a:focus .h5,
.top-search-section .top-search .top-search-inner .top-search-bottom a:focus h5 {
  background-size: 100% 100%
}

@media (max-width:767.98px) {
  .top-search-section .top-search .top-search-inner .top-search-bottom a {
    margin-left: 0
  }
}

.top-search-section .top-search .top-search-inner .top-search-bottom a .h5,
.top-search-section .top-search .top-search-inner .top-search-bottom a h5 {
  font-size: 1rem;
  color: #15011d;
  letter-spacing: .4px;
  line-height: 1.5rem;
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  text-align: left;
  background: linear-gradient(to right, #00e6e3 0, #00e6e3 100%) no-repeat 0 100%/0 100%;
  transition: all .2s ease-in-out
}

.top-search-section .top-search .top-search-inner .top-search-bottom a .h5:focus,
.top-search-section .top-search .top-search-inner .top-search-bottom a .h5:hover,
.top-search-section .top-search .top-search-inner .top-search-bottom a h5:focus,
.top-search-section .top-search .top-search-inner .top-search-bottom a h5:hover {
  background-size: 100% 100%
}

.form-search-group {
  border-bottom: 0;
  background: #ececec;
  max-width: 100% !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  position: relative;
  width: 100%;
  border-radius: 1.875rem;
  display: flex
}

.form-search-group:after {
  min-width: 3.5rem;
  min-height: 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  content: "";
  display: block;
  background: #00e6e3 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi9tZWRpdW0vSWNvbl9TZWFyY2g8L3RpdGxlPgogICAgPGcgaWQ9Ikljb24vbWVkaXVtL0ljb25fU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbl9TZWFyY2giPgogICAgICAgICAgICA8ZyBpZD0iVHJhbnNCZyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy41MjAwMDAsIDMuNTEwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbCIgY3g9IjcuMTIiIGN5PSI3LjEyIiByPSI3LjEyIj48L2NpcmNsZT4KICAgICAgICAgICAgICAgIDxsaW5lIHgxPSIxNyIgeTE9IjE2Ljc5IiB4Mj0iMTIuMjciIHkyPSIxMi4wNiIgaWQ9IlBhdGgiPjwvbGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
  border-radius: 2.25rem;
  background-position: 1rem 1rem;
  border: 1px solid #00e6e3;
  transition: all .2s ease-in-out
}

@media (max-width:767.98px) {
  .form-search-group:after {
    display: none
  }
}

.form-search-group:hover:after {
  background: #2b0a3d url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTEuMTIiIGN5PSIxMS4xMiIgcj0iNy4xMiIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTIxIDIwLjc5TDE2LjI3IDE2LjA2IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K) no-repeat;
  border-radius: 2.25rem;
  background-position: 1rem 1rem;
  width: 3.5rem
}

.form-search-group .form-search-control {
  height: 3.5rem;
  padding: 0 2rem;
  font-size: 1rem;
  outline: 0 !important;
  width: 100%;
  border: 0;
  margin: 0;
  border-radius: 2.375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  font-weight: 400;
  color: #15011d
}

.form-search-group .form-search-control::placeholder {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .4px;
  line-height: 1.5rem;
  color: #15011d
}

.form-search-group .form-search-control:placeholder-shown~.btn-primary {
  display: none
}

.form-search-group .form-search-control:not(:placeholder-shown)~.btn-primary {
  display: flex
}

.form-search-group .form-search-control::after {
  display: none
}

.form-search-group .form-block {
  width: 100%
}

.form-search-group .form-block .btn-primary {
  position: absolute;
  right: 0;
  top: 0
}

.socialmedia-list {
  display: flex;
  flex-wrap: wrap
}

.socialmedia-list li {
  position: relative
}

.socialmedia-list li .btn.btn-icon-only img,
.socialmedia-list li .btn.btn-icon-only svg {
  width: 1.5rem;
  height: 1.5rem
}

.socialmedia-list .social-default {
  background-color: #ececec;
  padding: 1.5rem
}

.socialmedia-list .social-default li {
  margin-right: 1rem
}

@media (max-width:767.98px) {
  .socialmedia-list .social-default li {
    margin-bottom: 1rem
  }
}

.socialmedia-list .social-vertical {
  padding: 1.5rem
}

.socialmedia-list .social-vertical li {
  margin-right: 1rem
}

@media (max-width:767.98px) {
  .socialmedia-list .social-vertical li {
    margin-bottom: 1rem
  }
}

.socialmedia-list .social-vertical li .btn-secondary {
  background-color: transparent
}

@media (min-width:768px) {
  .socialmedia-list .social-vertical {
    flex-direction: column;
    align-items: flex-start
  }

  .socialmedia-list .social-vertical li a+.social-tooltip {
    left: 0;
    top: 50%;
    right: unset;
    transform: translate(0, -50%);
    margin-top: 0;
    margin-left: .5rem
  }

  .socialmedia-list .social-vertical li a:focus+.social-tooltip,
  .socialmedia-list .social-vertical li a:hover+.social-tooltip {
    left: 100%;
    top: 50%
  }

  .socialmedia-list .social-vertical li+li {
    margin-left: 0;
    margin-top: 1rem
  }
}

.socialmedia-list .social-bar {
  background-color: #2b0a3d;
  padding: 2rem 0
}

.socialmedia-list .social-bar .h3,
.socialmedia-list .social-bar h3 {
  color: #fff
}

@media (max-width:575.98px) {

  .socialmedia-list .social-bar .h3,
  .socialmedia-list .social-bar h3 {
    margin-bottom: 1.5rem
  }
}

@media (min-width:768px) {
  .socialmedia-list .social-bar .socialbar-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between
  }
}

.socialmedia-list .social-bar .socialbar-wrapper .nav li {
  margin: .5rem 2rem .5rem 0
}

.socialmedia-list .social-bar .socialbar-wrapper .nav li a.btn {
  background-color: #fff
}

.socialmedia-list .social-bar .socialbar-wrapper .nav li a.btn:focus svg path,
.socialmedia-list .social-bar .socialbar-wrapper .nav li a.btn:hover svg path {
  fill: #0070ad
}

.socialmedia-list a+.social-tooltip {
  display: none
}

@media (min-width:768px) {
  .socialmedia-list a+.social-tooltip {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: .1rem;
    padding: .1rem .5rem;
    font-size: .75rem;
    font-weight: 500;
    white-space: nowrap;
    color: #2b0a3d;
    border-radius: 3.125rem;
    background-color: #fff;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    transition: all .2s ease-in-out
  }
}

@media (min-width:768px) and (prefers-reduced-motion:reduce) {
  .socialmedia-list a+.social-tooltip {
    transition: none
  }
}

.socialmedia-list a i {
  font-size: 1rem;
  position: relative;
  top: .125rem;
  left: .0425rem
}

.socialmedia-list a i.ico-sc {
  top: -1px
}

.socialmedia-list a:focus+.social-tooltip,
.socialmedia-list a:hover+.social-tooltip {
  top: -100%;
  opacity: .9
}

.toast {
  width: 100%;
  max-width: 100%;
  background-color: #ececec;
  background-clip: padding-box;
  display: flex;
  align-items: flex-start;
  padding: 1rem 1.5rem;
  pointer-events: auto
}

.toast.showing {
  opacity: 0
}

.toast:not(.show) {
  display: none
}

.toast.toast-secondary {
  max-width: 20rem
}

.toast.toast-secondary .toast-footer {
  margin-top: .5rem
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none
}

.toast-container>:not(:last-child) {
  margin-bottom: .75rem
}

.toast-icon {
  padding-right: 1rem
}

.toast-icon img {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: top
}

.toast-header {
  display: flex;
  align-items: flex-start;
  color: #15011d
}

.toast-header .btn-close {
  margin-right: -.25rem;
  margin-left: auto
}

.toast-content {
  width: 100%
}

.toast-body {
  word-wrap: break-word;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .4px;
  line-height: 1.5rem;
  color: #15011d;
  margin-top: .25rem;
  width: calc(100% - 1rem)
}

.toast-footer {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .4px;
  line-height: 1.5rem
}

.tab-section {
  background-color: #fff
}

.nav-tabs {
  border-bottom: 2px solid #9a9a9a;
  background-color: #fff
}

.nav-tabs .nav-link {
  align-items: center;
  padding: 1rem 1.5rem;
  color: #15011d;
  margin-bottom: -2px;
  background: 0 0;
  border: 1px solid transparent;
  margin-left: 0;
  font-weight: 400;
  border-radius: 0
}

.nav-tabs .nav-link:hover:not(.active) {
  background-color: #ececec;
  border-bottom: 1px solid #9a9a9a
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:focus-visible,
.nav-tabs .nav-link:focus-within {
  border: 1px solid #0070ad;
  outline: 0
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
  opacity: .3
}

.nav-tabs .nav-link img {
  margin-right: .5rem
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #15011d;
  background-color: #fff;
  border-color: transparent;
  border-bottom: 2px solid #0070ad
}

.tab-content {
  background-color: #fff
}

.tab-content .tab-pane {
  padding: 1.5rem
}

.tab-content .tab-pane p:last-child {
  margin-bottom: 0
}

.nav-pills {
  background-color: #ececec
}

.nav-pills .nav-link {
  background: 0 0;
  padding: 1rem 1.5rem;
  color: #15011d;
  border: 0;
  margin-left: 0;
  border-radius: 0
}

.nav-pills .nav-link.disabled,
.nav-pills .nav-link:disabled {
  opacity: .3
}

.nav-pills .nav-link img {
  margin-right: .5rem
}

.nav-pills:focus,
.nav-pills:focus-visible,
.nav-pills:focus-within {
  border-color: #0070ad;
  outline: 0
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0070ad
}

.nav-pills .nav-link.active img,
.nav-pills .show>.nav-link img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1)
}

.nav-tabs.flex-column {
  border: 0;
  border-left: 2px solid #9a9a9a;
  background-color: #ececec
}

.nav-tabs.flex-column .nav-link {
  margin-bottom: 0;
  margin-left: -2px;
  border: 1px solid transparent;
  border-left-width: 2px;
  min-width: 14rem
}

@media (max-width:767.98px) {
  .nav-tabs.flex-column .nav-link {
    min-width: 6rem
  }
}

.nav-tabs.flex-column .nav-link:hover:not(.active) {
  background-color: #c9c9c9;
  border-color: transparent;
  border-left: 2px solid #9a9a9a
}

.nav-tabs.flex-column .nav-link :focus-visible,
.nav-tabs.flex-column .nav-link :focus-within,
.nav-tabs.flex-column .nav-link:focus {
  border: 1px solid #0070ad
}

.nav-tabs.flex-column .nav-item.show .nav-link,
.nav-tabs.flex-column .nav-link.active {
  border-color: transparent;
  border-left: 2px solid #0070ad
}

.ts-wrapper {
  position: relative
}

.ts-wrapper.single .ts-control,
.ts-wrapper.single .ts-control input {
  cursor: pointer
}

.ts-wrapper .plugin-drag_drop>.ts-control>div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: #fff !important;
  border: 0 none !important;
  box-shadow: inset 0 0 .75rem .25rem #fff
}

.ts-wrapper .plugin-drag_drop>.ts-control>div.ui-sortable-placeholder:after {
  content: "!";
  visibility: hidden
}

.ts-wrapper .plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 1.5625rem 3.5rem 0 rgba(0, 0, 0, .3)
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 6px .75rem;
  border-bottom: 1px solid #ccc;
  background: #ececec;
  border-radius: .375rem .375rem 0 0
}

.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: .75rem;
  top: 50%;
  color: #15011d;
  opacity: .4;
  margin-top: -12px;
  line-height: 1.3125rem;
  font-size: 1.3125rem
}

.ts-wrapper .dropdown-header-close:hover {
  color: #15011d
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control>input {
  min-width: 0
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input {
  flex: none;
  min-width: 4px
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::-ms-input-placeholder {
  color: transparent
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::placeholder {
  color: transparent
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: 0 !important
}

.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 4px;
  border-radius: 0;
  box-sizing: border-box;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDIxTDQgNCIgc3Ryb2tlPSIjMTUwMTFEIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTQgMjFMMjEgNCIgc3Ryb2tlPSIjMTUwMTFEIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat;
  background-position: 0 1px;
  background-size: contain;
  width: 1rem;
  height: 1rem
}

.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.3125rem
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 0;
  margin-left: .25rem
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #ccc
}

.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: #fff
}

.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #ececec;
  margin-right: .25rem
}

.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #ececec;
  margin-right: .25rem
}

.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: #fff
}

.plugin-checkbox_options .option input {
  margin-right: .75rem
}

.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(.75rem - 5px);
  margin-right: 0 !important;
  background: 0 0 !important;
  transition: opacity .5s;
  cursor: pointer
}

.plugin-clear_button .plugin-clear_button.single .clear-button,
.plugin-clear_button.form-select .clear-button {
  right: .75rem
}

.plugin-clear_button.focus.has-items .clear-button,
.plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #ccc
}

.plugin-dropdown_input .dropdown-input {
  border: 1px solid #ccc;
  border-width: 0 0 1px 0;
  display: block;
  color: #15011d;
  padding: 1rem 2.5rem 1rem 1rem;
  box-shadow: none;
  width: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi9tZWRpdW0vSWNvbl9TZWFyY2g8L3RpdGxlPgogICAgPGcgaWQ9Ikljb24vbWVkaXVtL0ljb25fU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbl9TZWFyY2giPgogICAgICAgICAgICA8ZyBpZD0iVHJhbnNCZyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0iaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy41MjAwMDAsIDMuNTEwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbCIgY3g9IjcuMTIiIGN5PSI3LjEyIiByPSI3LjEyIj48L2NpcmNsZT4KICAgICAgICAgICAgICAgIDxsaW5lIHgxPSIxNyIgeTE9IjE2Ljc5IiB4Mj0iMTIuMjciIHkyPSIxMi4wNiIgaWQ9IlBhdGgiPjwvbGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
  background-position: right 1rem center
}

.plugin-dropdown_input.focus .ts-dropdown .dropdown-input {
  outline: 0
}

.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%
}

.plugin-dropdown_input.dropdown-active .items-placeholder,
.plugin-dropdown_input.has-items .items-placeholder {
  display: none !important
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex
}

.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #ccc;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0
}

.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none
}

.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none
}

.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none
}

.ts-control,
.ts-control input,
.ts-dropdown {
  color: #15011d;
  font-family: Ubuntu, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text
}

.ts-control {
  border: 1px solid #ccc;
  padding: 1.5rem 1rem .5rem 1rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: .25rem;
  display: flex;
  flex-wrap: wrap
}

.ts-control>input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: 0 0 !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
  box-shadow: none !important
}

.full .ts-control {
  background-color: #fff
}

.disabled .ts-control,
.disabled .ts-control * {
  cursor: default !important
}

.focus .ts-control {
  box-shadow: none
}

.ts-control>* {
  vertical-align: baseline;
  display: inline-block
}

.ts-wrapper.multi .ts-control>.item {
  cursor: pointer;
  margin: 0 .75rem .25rem 0;
  padding: 0;
  background: 0 0;
  color: #15011d;
  border: 0
}

.ts-wrapper.multi .ts-control>div.active {
  background: 0 0
}

.ts-wrapper.multi.disabled .ts-control>div,
.ts-wrapper.multi.disabled .ts-control>div.active {
  color: #9a9a9a;
  background: 0 0;
  border: 0 solid #fff
}

.ts-control>input::-ms-clear {
  display: none
}

.ts-control:focus {
  outline: 0 !important
}

.ts-control.rtl {
  text-align: right
}

.ts-control.rtl.single .ts-control:after {
  left: calc(.75rem + 5px);
  right: auto
}

.has-items .ts-control>input {
  margin: 0 .25rem !important
}

.ts-control.rtl .ts-control>input {
  margin: 0 .25rem 0 -2px !important
}

.disabled .ts-control {
  opacity: .5;
  background-color: #9a9a9a
}

.input-hidden .ts-control>input {
  opacity: 0;
  position: absolute;
  left: -10000px
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 0;
  color: #15011d;
  background: #fff;
  margin-top: 1px;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1.5625rem 3.5rem 0 rgba(0, 0, 0, .3);
  border-radius: 0 0 .25rem .25rem
}

.ts-dropdown .option {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden
}

.ts-dropdown [data-selectable] .highlight {
  background: #ececec;
  border-radius: 1px
}

.ts-dropdown .create,
.ts-dropdown .no-results,
.ts-dropdown .optgroup-header,
.ts-dropdown .option {
  padding: 1rem
}

.ts-dropdown .option,
.ts-dropdown [data-disabled],
.ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: .5
}

.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer
}

.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none
}

.ts-dropdown .optgroup-header {
  color: #15011d;
  background: #fff;
  cursor: default
}

.ts-dropdown .active {
  background-color: #ececec
}

.ts-dropdown .spinner {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: .25rem .375rem
}

.ts-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: .25rem;
  border-radius: 50%;
  border: 5px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  animation: lds-dual-ring 1.2s linear infinite
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.ts-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  scroll-behavior: smooth
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important
}

.ts-wrapper.form-control,
.ts-wrapper.form-select {
  padding: 0 !important;
  height: auto;
  box-shadow: none;
  display: flex
}

.ts-dropdown,
.ts-dropdown.form-control,
.ts-dropdown.form-select {
  height: auto;
  padding: 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: .25rem;
  box-shadow: 0 1.5625rem 3.5rem 0 rgba(0, 0, 0, .3)
}

.ts-dropdown .optgroup-header {
  font-size: .875rem;
  line-height: 1.5rem
}

.ts-dropdown .optgroup:first-child:before {
  display: none
}

.ts-dropdown .optgroup:before {
  content: " ";
  display: block;
  height: 0;
  margin: 1rem 0;
  overflow: hidden;
  border-top: 1px solid #ccc;
  margin-left: .5rem;
  margin-right: .5rem
}

.ts-dropdown .create {
  padding-left: .5rem
}

.ts-dropdown-content {
  padding: .25rem 0
}

.multi .ts-n-items {
  display: none
}

.multi .item[data-value~="3"] {
  display: none !important
}

.multi .item[data-value~="3"]~.ts-n-items {
  display: block
}

.multi .item:nth-child(n+4) {
  display: none !important
}

.ts-control {
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: flex;
  align-items: center
}

@media (prefers-reduced-motion:reduce) {
  .ts-control {
    transition: none
  }
}

.focus .ts-control {
  border-color: #ccc;
  outline: 0;
  box-shadow: none
}

.ts-control .item {
  display: flex;
  align-items: center
}

.ts-wrapper.is-invalid,
.was-validated .invalid,
.was-validated :invalid+.ts-wrapper {
  border-color: #e30021
}

.ts-wrapper.is-invalid:not(.single),
.was-validated .invalid:not(.single),
.was-validated :invalid+.ts-wrapper:not(.single) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  background-repeat: no-repeat
}

.ts-wrapper.is-invalid.single,
.was-validated .invalid.single,
.was-validated :invalid+.ts-wrapper.single {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  background-repeat: no-repeat
}

.ts-wrapper.is-invalid.focus .ts-control,
.was-validated .invalid.focus .ts-control,
.was-validated :invalid+.ts-wrapper.focus .ts-control {
  border-color: #e30021;
  box-shadow: none
}

.ts-wrapper.is-valid,
.was-validated .valid,
.was-validated :valid+.ts-wrapper {
  border-color: #2ea657
}

.ts-wrapper.is-valid:not(.single),
.was-validated .valid:not(.single),
.was-validated :valid+.ts-wrapper:not(.single) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  background-repeat: no-repeat
}

.ts-wrapper.is-valid.single,
.was-validated .valid.single,
.was-validated :valid+.ts-wrapper.single {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  background-repeat: no-repeat
}

.ts-wrapper.is-valid.focus .ts-control,
.was-validated .valid.focus .ts-control,
.was-validated :valid+.ts-wrapper.focus .ts-control {
  border-color: #2ea657;
  box-shadow: none
}

.ts-wrapper {
  min-height: calc(1.5em + .75rem + 2px);
  display: flex
}

.input-group-sm>.ts-wrapper,
.ts-wrapper.form-control-sm,
.ts-wrapper.form-select-sm {
  min-height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.ts-wrapper .ts-control,
.ts-wrapper.form-control-sm .ts-control,
.ts-wrapper.form-select-sm .ts-control {
  border-radius: .25rem;
  font-size: .875rem
}

.input-group-sm>.ts-wrapper.has-items .ts-control,
.ts-wrapper.form-control-sm.has-items .ts-control,
.ts-wrapper.form-select-sm.has-items .ts-control {
  font-size: .875rem;
  padding-bottom: 0
}

.input-group-sm>.ts-wrapper.multi.has-items .ts-control,
.ts-wrapper.form-control-sm.multi.has-items .ts-control,
.ts-wrapper.form-select-sm.multi.has-items .ts-control {
  padding-top: calc((calc(1.5em + .5rem + 2px) - (1.5 * .875rem) - 4px)/ 2) !important
}

.input-group-lg>.ts-wrapper,
.ts-wrapper.form-control-lg,
.ts-wrapper.form-select-lg {
  min-height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.ts-wrapper .ts-control,
.ts-wrapper.form-control-lg .ts-control,
.ts-wrapper.form-select-lg .ts-control {
  border-radius: .5rem;
  font-size: 1rem
}

.ts-wrapper:not(.form-control):not(.form-select) {
  padding: 0;
  border: none;
  height: auto;
  box-shadow: none;
  background: 0 0
}

.ts-wrapper:not(.form-control):not(.form-select).single .ts-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px
}

.form-select .ts-control {
  transition: all .2s ease-in-out;
  width: 100%;
  height: 3.5rem;
  padding: 1.5rem 1rem .5rem 1rem
}

.ts-wrapper.form-control .ts-control,
.ts-wrapper.form-control.single.input-active .ts-control,
.ts-wrapper.form-select .ts-control,
.ts-wrapper.form-select.single.input-active .ts-control {
  border: none !important
}

.ts-wrapper.form-control:not(.disabled) .ts-control,
.ts-wrapper.form-control:not(.disabled).single.input-active .ts-control,
.ts-wrapper.form-select:not(.disabled) .ts-control,
.ts-wrapper.form-select:not(.disabled).single.input-active .ts-control {
  background: 0 0 !important
}

.input-group>.ts-wrapper {
  flex-grow: 1
}

.input-group>.ts-wrapper:not(:nth-child(2))>.ts-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.ts-wrapper:not(:last-child)>.ts-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.ts-dropdown-content .option input[type=checkbox] {
  width: 1.125rem;
  height: 1.125rem;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  border: 1px solid #15011d;
  appearance: none;
  position: relative;
  margin-top: 1px;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .ts-dropdown-content .option input[type=checkbox] {
    transition: none
  }
}

.ts-dropdown-content .option input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  box-shadow: 0 0 0 13px transparent;
  border-radius: 50%;
  width: 1.125rem;
  height: 1.125rem;
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
  transform: scale(0)
}

.ts-dropdown-content .option input[type=checkbox]:hover::before {
  opacity: .04;
  box-shadow: 0 0 0 13px #000;
  transform: scale(1);
  transition: box-shadow .2s, transform .2s
}

.ts-dropdown-content .option input[type=checkbox]:active {
  filter: brightness(90%)
}

.ts-dropdown-content .option input[type=checkbox]:focus {
  border-color: #15011d;
  outline: 0;
  box-shadow: none
}

.ts-dropdown-content .option input[type=checkbox]:focus::before {
  opacity: .12;
  box-shadow: 0 0 0 13px #000;
  transform: scale(1);
  transition: box-shadow .2s, transform .2s
}

.ts-dropdown-content .option input[type=checkbox]:focus::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  z-index: 1;
  display: block;
  border-radius: 0
}

.ts-dropdown-content .option input[type=checkbox]:checked {
  background-color: #15011d;
  border-color: #15011d
}

.ts-dropdown-content .option input[type=checkbox]:checked[type=checkbox] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNzUgNS42MjY4N0w0LjMyIDkuMjVMOS4yNSAwLjc1IiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==)
}

.ts-dropdown-content .option input[type=checkbox]:checked[type=checkbox]:hover::before {
  opacity: .5;
  box-shadow: 0 0 0 13px #00e6e3
}

.ts-dropdown-content .option input[type=checkbox]:checked[type=checkbox]:focus::before {
  opacity: .3;
  box-shadow: 0 0 0 13px #00e6e3
}

.ts-dropdown-content .option input[type=checkbox]:checked[type=checkbox]:disabled {
  opacity: .3
}

.ts-dropdown-content .option input[type=checkbox][type=checkbox]:indeterminate {
  background-color: #15011d;
  border-color: #15011d;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.ts-dropdown-content .option input[type=checkbox]:disabled {
  pointer-events: none;
  filter: none;
  opacity: .3
}

.ts-dropdown-content .option input[type=checkbox]:disabled~.form-check-label,
.ts-dropdown-content .option input[type=checkbox][disabled]~.form-check-label {
  opacity: .3;
  pointer-events: none
}