﻿/*!
 * Bootstrap v5.0.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #00D1F9;
    --bs-secondary: #19409A;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #F2F9F9;
    --bs-dark: #001442;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*,
*::before,
*::after {
    box-sizing: border-box
}

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

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(0, 0, 0);
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

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

h6,
.QLzuz6BfENK,
h5,
.UQk8xk9,
h4,
.CJgNG5dZ,
h3,
.RqHkH4UG6fj,
h2,
.s4nXdYX,
h1,
.jbAfATYR {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    line-height: 1.2;
    color: #001442
}

h1,
.jbAfATYR {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {

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

h2,
.s4nXdYX {
    font-size: calc(1.325rem + 0.9vw)
}

@media(min-width: 1200px) {

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

h3,
.RqHkH4UG6fj {
    font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {

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

h4,
.CJgNG5dZ {
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {

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

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

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

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

abbr[title],
abbr[data-bs-original-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-left: 2rem
}

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small,
.h1O5aofvdFd {
    font-size: 0.875em
}

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

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #00d1f9;
    text-decoration: none
}

a:hover {
    color: #00a7c7
}

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

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr
        /* rtl:ignore */
    ;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em
}

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

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 10px
}

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

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

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

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

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

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

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

::-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.275rem + 0.3vw);
    line-height: inherit
}

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

legend+* {
    clear: left
}

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

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

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

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

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

::file-selector-button {
    font: inherit
}

::-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: 1.25rem;
    font-weight: 300
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fQrumZcaXah {
    display: inline-block
}

.fQrumZcaXah:not(:last-child) {
    margin-right: .5rem
}

.rudmpeqkj {
    font-size: 0.875em;
    text-transform: uppercase
}

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

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

.emPrMihN {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d
}

.emPrMihN::before {
    content: "— "
}

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

.poC4kORY {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    max-width: 100%;
    height: auto
}

.ZlCrToN {
    display: inline-block
}

.ZoCHSOqJ {
    margin-bottom: .5rem;
    line-height: 1
}

.IFYaafv {
    font-size: 0.875em;
    color: #6c757d
}

.container,
.fOeggTb,
.GzbKm8o,
.zNRBFKRy,
.GYwJYhWVo3Z,
.okiZ0naC,
.Pxxx4S {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {

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

@media(min-width: 768px) {

    .okiZ0naC,
    .Pxxx4S,
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {

    .GYwJYhWVo3Z,
    .okiZ0naC,
    .Pxxx4S,
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {

    .zNRBFKRy,
    .GYwJYhWVo3Z,
    .okiZ0naC,
    .Pxxx4S,
    .container {
        max-width: 1140px
    }
}

@media(min-width: 1400px) {

    .GzbKm8o,
    .zNRBFKRy,
    .GYwJYhWVo3Z,
    .okiZ0naC,
    .Pxxx4S,
    .container {
        max-width: 1320px
    }
}

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

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

.yIxQOCC {
    flex: 1 0 0%
}

.BJ9pGwlko7>* {
    flex: 0 0 auto;
    width: auto
}

.dFpazXp>* {
    flex: 0 0 auto;
    width: 100%
}

.SlRYmb>* {
    flex: 0 0 auto;
    width: 50%
}

.bbjNgyL0kgi>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.TkIDLr6Q26>* {
    flex: 0 0 auto;
    width: 25%
}

.TlNoB6>* {
    flex: 0 0 auto;
    width: 20%
}

.dRrJ4gIR>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.d6SnkoKV {
    flex: 0 0 auto;
    width: auto
}

.K9evtyf {
    flex: 0 0 auto;
    width: 8.3333333333%
}

.nHViHQ {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.GJVKpB14X {
    flex: 0 0 auto;
    width: 25%
}

.TeGOOHsxEzc {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.q2uBBsy {
    flex: 0 0 auto;
    width: 41.6666666667%
}

.rwwV56 {
    flex: 0 0 auto;
    width: 50%
}

.IiGoHYLcn {
    flex: 0 0 auto;
    width: 58.3333333333%
}

.VALmRODq5 {
    flex: 0 0 auto;
    width: 66.6666666667%
}

.OITpym {
    flex: 0 0 auto;
    width: 75%
}

.ip7OWy {
    flex: 0 0 auto;
    width: 83.3333333333%
}

.ZM2Ze6ev {
    flex: 0 0 auto;
    width: 91.6666666667%
}

.A14WPgbQfM {
    flex: 0 0 auto;
    width: 100%
}

.JddNYKiEe {
    margin-left: 8.3333333333%
}

.Lza4Ty {
    margin-left: 16.6666666667%
}

.FyBdfdH0mo6 {
    margin-left: 25%
}

.BnblyOxE {
    margin-left: 33.3333333333%
}

.UjzEb7X {
    margin-left: 41.6666666667%
}

.GDI0Ublwq {
    margin-left: 50%
}

.IXzf9mePwK {
    margin-left: 58.3333333333%
}

.zNkVZ2F {
    margin-left: 66.6666666667%
}

.LtWf1pJrr {
    margin-left: 75%
}

.gfEJ0WnyAJw {
    margin-left: 83.3333333333%
}

.ZISKPluwXL {
    margin-left: 91.6666666667%
}

.NcbatbD,
.D0Vwd6ynR {
    --bs-gutter-x: 0
}

.NcbatbD,
.S8IEwKaT {
    --bs-gutter-y: 0
}

.mPGHHgj,
.EfEgMKe {
    --bs-gutter-x: 0.25rem
}

.mPGHHgj,
.FfNacJVQ {
    --bs-gutter-y: 0.25rem
}

.FziKgGO,
.VFtA87M6he5 {
    --bs-gutter-x: 0.5rem
}

.FziKgGO,
.sRQWOxfJME7 {
    --bs-gutter-y: 0.5rem
}

.ho4qfxQCuDN,
.Ie4GfSHCtH {
    --bs-gutter-x: 1rem
}

.ho4qfxQCuDN,
.IogFcoJRpJp {
    --bs-gutter-y: 1rem
}

.SgaNEAl,
.QrQAkpC {
    --bs-gutter-x: 1.5rem
}

.SgaNEAl,
.Q3cLMFDeaBe {
    --bs-gutter-y: 1.5rem
}

.OGx1oNJO9x,
.SwQsglgvSJ0 {
    --bs-gutter-x: 3rem
}

.OGx1oNJO9x,
.LYNUd0LDm {
    --bs-gutter-y: 3rem
}

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

    .a29F77zxw>* {
        flex: 0 0 auto;
        width: auto
    }

    .th5S8C>* {
        flex: 0 0 auto;
        width: 100%
    }

    .hP1E3u>* {
        flex: 0 0 auto;
        width: 50%
    }

    .q326O3SJ>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .ZxxpwCm9>* {
        flex: 0 0 auto;
        width: 25%
    }

    .tclazvVW>* {
        flex: 0 0 auto;
        width: 20%
    }

    .USmWpw2Z>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .OYSZr6L {
        flex: 0 0 auto;
        width: auto
    }

    .BQnL2vowE {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .oEN0yne {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .SXyYmldJQ {
        flex: 0 0 auto;
        width: 25%
    }

    .PT3dGf8p05s {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .qIwsgwX5d {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .CYRgPin {
        flex: 0 0 auto;
        width: 50%
    }

    .CtvCO2AElcA {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .HzPf4HEPrm9 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .fs4HCuHT3V {
        flex: 0 0 auto;
        width: 75%
    }

    .LELaQYl0n {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .rXpgJJ8 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .vbNhLo1DG {
        flex: 0 0 auto;
        width: 100%
    }

    .r44jg5JpQJ {
        margin-left: 0
    }

    .Cu1hYRO {
        margin-left: 8.3333333333%
    }

    .JIKy2Bne {
        margin-left: 16.6666666667%
    }

    .corNzU7t {
        margin-left: 25%
    }

    .KkIjEuS3 {
        margin-left: 33.3333333333%
    }

    .oWUPY0 {
        margin-left: 41.6666666667%
    }

    .ae7fAs8Coc {
        margin-left: 50%
    }

    .Wsn0aCY {
        margin-left: 58.3333333333%
    }

    .zksQW1u3s {
        margin-left: 66.6666666667%
    }

    .GdkP0ci {
        margin-left: 75%
    }

    .ZFkkqZR {
        margin-left: 83.3333333333%
    }

    .r0vTXgNs6m {
        margin-left: 91.6666666667%
    }

    .RVzOCh,
    .KPKXb8 {
        --bs-gutter-x: 0
    }

    .RVzOCh,
    .Qsccfd {
        --bs-gutter-y: 0
    }

    .UsvdNUo8Mw,
    .cEqCyOe1c0 {
        --bs-gutter-x: 0.25rem
    }

    .UsvdNUo8Mw,
    .urw8NeZfCoV {
        --bs-gutter-y: 0.25rem
    }

    .j9e12jYze,
    .RUts7KG {
        --bs-gutter-x: 0.5rem
    }

    .j9e12jYze,
    .DY42mO5 {
        --bs-gutter-y: 0.5rem
    }

    .csBG15,
    .zPZbS5HAla {
        --bs-gutter-x: 1rem
    }

    .csBG15,
    .yh4btp8ReA0 {
        --bs-gutter-y: 1rem
    }

    .lO8cLHof,
    .wLsnOkqxz {
        --bs-gutter-x: 1.5rem
    }

    .lO8cLHof,
    .pwDWnjHq {
        --bs-gutter-y: 1.5rem
    }

    .uptxztLOZ,
    .dCk50QANd {
        --bs-gutter-x: 3rem
    }

    .uptxztLOZ,
    .E0dhQQHkTRB {
        --bs-gutter-y: 3rem
    }
}

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

    .Cnw73d>* {
        flex: 0 0 auto;
        width: auto
    }

    .yho5RKRd9Z>* {
        flex: 0 0 auto;
        width: 100%
    }

    .LPxmVn1Lig>* {
        flex: 0 0 auto;
        width: 50%
    }

    .qLQHJniN0>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .Eso5YiqAs>* {
        flex: 0 0 auto;
        width: 25%
    }

    .sPdQgeoT>* {
        flex: 0 0 auto;
        width: 20%
    }

    .qYZdLFDs>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .Wifb9Rws {
        flex: 0 0 auto;
        width: auto
    }

    .AYeogAc9Ne {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .G0Zdgt {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .AiuAXgOqL {
        flex: 0 0 auto;
        width: 25%
    }

    .cB4JEG {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .t6C8fp6Nb {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .GRY84W {
        flex: 0 0 auto;
        width: 50%
    }

    .O888xA {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .Uj0jHj {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .Uf14AG {
        flex: 0 0 auto;
        width: 75%
    }

    .fdZm3IaiA3 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .l4fpahrCELq {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .J01Tg2hNATY {
        flex: 0 0 auto;
        width: 100%
    }

    .KFHjYU {
        margin-left: 0
    }

    .GvV2gi3 {
        margin-left: 8.3333333333%
    }

    .oTzmTVLHqJJ {
        margin-left: 16.6666666667%
    }

    .lz3V8wQ7cH {
        margin-left: 25%
    }

    .fc6iXApm7G {
        margin-left: 33.3333333333%
    }

    .il4CVbo {
        margin-left: 41.6666666667%
    }

    .KYXWiNaIj0 {
        margin-left: 50%
    }

    .NCDJfs9r26e {
        margin-left: 58.3333333333%
    }

    .rscc7zWjHfz {
        margin-left: 66.6666666667%
    }

    .WqcIfmMsa {
        margin-left: 75%
    }

    .jX2FxwIujPY {
        margin-left: 83.3333333333%
    }

    .o4NKrI2zzt {
        margin-left: 91.6666666667%
    }

    .bS9zVxc,
    .iCcDU1b {
        --bs-gutter-x: 0
    }

    .bS9zVxc,
    .v7D68o {
        --bs-gutter-y: 0
    }

    .S8NaYOM,
    .BkjgXc3 {
        --bs-gutter-x: 0.25rem
    }

    .S8NaYOM,
    .XkV6p1j {
        --bs-gutter-y: 0.25rem
    }

    .dOrauP,
    .s0HBak {
        --bs-gutter-x: 0.5rem
    }

    .dOrauP,
    .qOjmSl {
        --bs-gutter-y: 0.5rem
    }

    .P3RwVy0LSNF,
    .K0u2bg3xtPd {
        --bs-gutter-x: 1rem
    }

    .P3RwVy0LSNF,
    .u4kJZmsr {
        --bs-gutter-y: 1rem
    }

    .oGyyTRb,
    .m7ZuBGQUy1 {
        --bs-gutter-x: 1.5rem
    }

    .oGyyTRb,
    .mWV7FKN {
        --bs-gutter-y: 1.5rem
    }

    .zeU7U8Wm,
    .qVTcZLn {
        --bs-gutter-x: 3rem
    }

    .zeU7U8Wm,
    .HRWGmi9ZZyQ {
        --bs-gutter-y: 3rem
    }
}

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

    .a8h8TKEl7>* {
        flex: 0 0 auto;
        width: auto
    }

    .UxbkL5O>* {
        flex: 0 0 auto;
        width: 100%
    }

    .gRMET3eH7zo>* {
        flex: 0 0 auto;
        width: 50%
    }

    .zIN6aGUDJ>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .Ni5L2zFzt>* {
        flex: 0 0 auto;
        width: 25%
    }

    .m0M09HrbR>* {
        flex: 0 0 auto;
        width: 20%
    }

    .Uf9eTPOpQ>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .DQN3YOD {
        flex: 0 0 auto;
        width: auto
    }

    .YkbTGbc2KpN {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .VfZFwiVlK {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .P7WZBu {
        flex: 0 0 auto;
        width: 25%
    }

    .Kzm8ZjU {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .TFPx8mI {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .atmMrf6N {
        flex: 0 0 auto;
        width: 50%
    }

    .fgRkQg {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .fxDWxcn4jAU {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .mmz50uO {
        flex: 0 0 auto;
        width: 75%
    }

    .LV8dA9bYU {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .TYXCm08 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .y2oaI1z {
        flex: 0 0 auto;
        width: 100%
    }

    .muU9eoqJ2J {
        margin-left: 0
    }

    .pfPs32Xj {
        margin-left: 8.3333333333%
    }

    .MGDL78H6D {
        margin-left: 16.6666666667%
    }

    .h7WnfzK {
        margin-left: 25%
    }

    .JtzkSmlv {
        margin-left: 33.3333333333%
    }

    .nvcuL7 {
        margin-left: 41.6666666667%
    }

    .NLYFqpihfD {
        margin-left: 50%
    }

    .AoNLErNs4zc {
        margin-left: 58.3333333333%
    }

    .xp74cTk17b {
        margin-left: 66.6666666667%
    }

    .sBdXhO9 {
        margin-left: 75%
    }

    .qwSVOAQ1GVQ {
        margin-left: 83.3333333333%
    }

    .ivHvB7WWRB {
        margin-left: 91.6666666667%
    }

    .LNa6nSdCJje,
    .DlhvYE {
        --bs-gutter-x: 0
    }

    .LNa6nSdCJje,
    .KFCSJpegQ {
        --bs-gutter-y: 0
    }

    .mM4MfG0,
    .wBmgEZ {
        --bs-gutter-x: 0.25rem
    }

    .mM4MfG0,
    .AfCY7Fd {
        --bs-gutter-y: 0.25rem
    }

    .RQYLgs,
    .XPmcg5 {
        --bs-gutter-x: 0.5rem
    }

    .RQYLgs,
    .hhxBODhv9 {
        --bs-gutter-y: 0.5rem
    }

    .noeF0qD,
    .n2Bd64PgZ80 {
        --bs-gutter-x: 1rem
    }

    .noeF0qD,
    .J94H8FqcuK2 {
        --bs-gutter-y: 1rem
    }

    .riMSaJUx9I,
    .PIOVAchulG {
        --bs-gutter-x: 1.5rem
    }

    .riMSaJUx9I,
    .iJ5cr6 {
        --bs-gutter-y: 1.5rem
    }

    .WyGlgV9,
    .sNzpDsp614P {
        --bs-gutter-x: 3rem
    }

    .WyGlgV9,
    .xzfXrGpnN7R {
        --bs-gutter-y: 3rem
    }
}

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

    .oLdNRfX>* {
        flex: 0 0 auto;
        width: auto
    }

    .ydZnsHBI9s>* {
        flex: 0 0 auto;
        width: 100%
    }

    .M32oxPEe>* {
        flex: 0 0 auto;
        width: 50%
    }

    .mbfmayY>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .AuRTE0UMk>* {
        flex: 0 0 auto;
        width: 25%
    }

    .G1puQg>* {
        flex: 0 0 auto;
        width: 20%
    }

    .C2JdxYp>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .SxBotHHw {
        flex: 0 0 auto;
        width: auto
    }

    .CEC2cH5w9 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .fxOEq1T {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .N7naXDy {
        flex: 0 0 auto;
        width: 25%
    }

    .wQlxfGC {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .Gw1dNeHQ {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .x6l8v6vC {
        flex: 0 0 auto;
        width: 50%
    }

    .exvo6A6CIxf {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .izF8JU4 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .nIb85ANgFiV {
        flex: 0 0 auto;
        width: 75%
    }

    .JCEIfgCwqX6 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .ZQyhg2NVC5x {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .L7OIRXdJA {
        flex: 0 0 auto;
        width: 100%
    }

    .CGPY8CfkOtN {
        margin-left: 0
    }

    .T39efKZ {
        margin-left: 8.3333333333%
    }

    .xRrpMD {
        margin-left: 16.6666666667%
    }

    .NEImIt {
        margin-left: 25%
    }

    .cKOC7TiMx {
        margin-left: 33.3333333333%
    }

    .GsBd9YIG6 {
        margin-left: 41.6666666667%
    }

    .ODHGGXs {
        margin-left: 50%
    }

    .m1ddb5k {
        margin-left: 58.3333333333%
    }

    .fefZ3Q {
        margin-left: 66.6666666667%
    }

    .qp28o0M {
        margin-left: 75%
    }

    .rveOn9 {
        margin-left: 83.3333333333%
    }

    .zblP42q9 {
        margin-left: 91.6666666667%
    }

    .De95CK,
    .VinZAix {
        --bs-gutter-x: 0
    }

    .De95CK,
    .kcKoQ4M3bm {
        --bs-gutter-y: 0
    }

    .e7yaN53S,
    .G20dkqQl {
        --bs-gutter-x: 0.25rem
    }

    .e7yaN53S,
    .psSdiQbidls {
        --bs-gutter-y: 0.25rem
    }

    .WGeK29,
    .pfuOt7x {
        --bs-gutter-x: 0.5rem
    }

    .WGeK29,
    .BoK0K9J {
        --bs-gutter-y: 0.5rem
    }

    .TlsbO7A,
    .MhbJkCRAab8 {
        --bs-gutter-x: 1rem
    }

    .TlsbO7A,
    .A1qBZegh {
        --bs-gutter-y: 1rem
    }

    .MWa0P7,
    .hZHRxyPF0 {
        --bs-gutter-x: 1.5rem
    }

    .MWa0P7,
    .xBdmrmg {
        --bs-gutter-y: 1.5rem
    }

    .lmjdK2,
    .RqE24NdK {
        --bs-gutter-x: 3rem
    }

    .lmjdK2,
    .QhDX0ba {
        --bs-gutter-y: 3rem
    }
}

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

    .glX8eCmsQZV>* {
        flex: 0 0 auto;
        width: auto
    }

    .qP87n0WDK>* {
        flex: 0 0 auto;
        width: 100%
    }

    .otB9GksSZZ>* {
        flex: 0 0 auto;
        width: 50%
    }

    .ciUXIiw>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .OZbSvRgSk>* {
        flex: 0 0 auto;
        width: 25%
    }

    .Qq5RB5HR>* {
        flex: 0 0 auto;
        width: 20%
    }

    .pj1G85rSE>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .pFIezf {
        flex: 0 0 auto;
        width: auto
    }

    .LzuH7X4 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .HkBstvaDQS {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .LvUq6mQ {
        flex: 0 0 auto;
        width: 25%
    }

    .ciqp8XmwoAz {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .FmAHJdN {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .XJh94AZy1bK {
        flex: 0 0 auto;
        width: 50%
    }

    .YnU2nQSD3 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .yWt9VMJqO {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .Q6EFILHM {
        flex: 0 0 auto;
        width: 75%
    }

    .EfoXKJBfo {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .vWh3PPw {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .vyfwsCd2CZk {
        flex: 0 0 auto;
        width: 100%
    }

    .I7I8RE1gTB {
        margin-left: 0
    }

    .TGydB69sf {
        margin-left: 8.3333333333%
    }

    .XPVaqkql {
        margin-left: 16.6666666667%
    }

    .I4M43sF {
        margin-left: 25%
    }

    .Q6FYbM {
        margin-left: 33.3333333333%
    }

    .mG7S1LV {
        margin-left: 41.6666666667%
    }

    .K9PWieZRJlQ {
        margin-left: 50%
    }

    .rfOF04uZlhQ {
        margin-left: 58.3333333333%
    }

    .zegMWgyFk {
        margin-left: 66.6666666667%
    }

    .fQIsFPJRg {
        margin-left: 75%
    }

    .Z8hC0h {
        margin-left: 83.3333333333%
    }

    .VdOGDCJcky {
        margin-left: 91.6666666667%
    }

    .HBzJedx4,
    .raeHaFp {
        --bs-gutter-x: 0
    }

    .HBzJedx4,
    .ZiNLRnRDQg {
        --bs-gutter-y: 0
    }

    .EiaKua,
    .XtEFmJaIRlu {
        --bs-gutter-x: 0.25rem
    }

    .EiaKua,
    .XbNEEPReH1 {
        --bs-gutter-y: 0.25rem
    }

    .hZ5rFz,
    .jn7JYwhgy {
        --bs-gutter-x: 0.5rem
    }

    .hZ5rFz,
    .q7phbPbUNKP {
        --bs-gutter-y: 0.5rem
    }

    .O7NuRAq,
    .LhpuIUz5WlH {
        --bs-gutter-x: 1rem
    }

    .O7NuRAq,
    .UFRIB6iP7tu {
        --bs-gutter-y: 1rem
    }

    .xOFZrxVrc,
    .dbhOy8 {
        --bs-gutter-x: 1.5rem
    }

    .xOFZrxVrc,
    .NEvlkze {
        --bs-gutter-y: 1.5rem
    }

    .aoJI5rb,
    .AcR76OAv {
        --bs-gutter-x: 3rem
    }

    .aoJI5rb,
    .ef5B90HI {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #808080;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #808080;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #808080;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: gray;
    vertical-align: top;
    border-color: #dee2e6
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor
}

.D3Pv9pmR {
    caption-side: top
}

.uwGKTx>:not(caption)>*>* {
    padding: .25rem .25rem
}

.tbETQ7vi>:not(caption)>* {
    border-width: 1px 0
}

.tbETQ7vi>:not(caption)>*>* {
    border-width: 0 1px
}

.vjqjP435M>:not(caption)>*>* {
    border-bottom-width: 0
}

.U0BnYQr>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.H1IpyxA {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.aZV3T7itw8E>tbody>tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.muvNQy5mqm {
    --bs-table-bg: #ccf6fe;
    --bs-table-striped-bg: #c2eaf1;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b8dde5;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bde4eb;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #b8dde5
}

.uEGfDvgyB5F {
    --bs-table-bg: #d1d9eb;
    --bs-table-striped-bg: #c7cedf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcc3d4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1c9d9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcc3d4
}

.hlF6OFHDmA {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.vd5hMQDd {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.oKoyYV94wu {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.n7vmtmq6gf {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4
}

.nD6GaU {
    --bs-table-bg: #F2F9F9;
    --bs-table-striped-bg: #e6eded;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dae0e0;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e0e6e6;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dae0e0
}

.NzYT5N2C {
    --bs-table-bg: #001442;
    --bs-table-striped-bg: #0d204b;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #1a2c55;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #132650;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #1a2c55
}

.JrclpS {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media(max-width: 575.98px) {
    .NyGsYJgWcro {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 767.98px) {
    .FW3eKyrgtMq {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 991.98px) {
    .A70r1PP {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1199.98px) {
    .YnQEcAN {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1399.98px) {
    .QXWllRQesjI {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.hpEot7 {
    margin-bottom: .5rem
}

.dg3puV1m {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.SQ9G9HBSMcN {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem
}

.BAyNyo {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem
}

.mpOY0GpH {
    margin-top: .25rem;
    font-size: 0.875em;
    color: #6c757d
}

.RAQc0j {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: gray;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.RAQc0j[type=file] {
    overflow: hidden
}

.RAQc0j[type=file]:not(:disabled):not(:read-only) {
    cursor: pointer
}

.RAQc0j:focus {
    color: gray;
    background-color: #fff;
    border-color: #80e8fc;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 209, 249, .25)
}

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

.RAQc0j::placeholder {
    color: #6c757d;
    opacity: 1
}

.RAQc0j:disabled,
.RAQc0j:read-only {
    background-color: #e9ecef;
    opacity: 1
}

.RAQc0j::file-selector-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: .75rem;
    color: gray;
    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) {
    .RAQc0j::file-selector-button {
        transition: none
    }
}

.RAQc0j:hover:not(:disabled):not(:read-only)::file-selector-button {
    background-color: #dde0e3
}

.RAQc0j::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: .75rem;
    color: gray;
    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) {
    .RAQc0j::-webkit-file-upload-button {
        transition: none
    }
}

.RAQc0j:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
    background-color: #dde0e3
}

.a9VfyB {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: gray;
    background-color: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: 1px 0
}

.a9VfyB.Zx4TxiJM,
.a9VfyB.bm3laTcp2c0 {
    padding-right: 0;
    padding-left: 0
}

.Zx4TxiJM {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: 10px
}

.Zx4TxiJM::file-selector-button {
    padding: .25rem .5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: .5rem
}

.Zx4TxiJM::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: .5rem
}

.bm3laTcp2c0 {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: 10px
}

.bm3laTcp2c0::file-selector-button {
    padding: .5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem
}

.bm3laTcp2c0::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem
}

textarea.RAQc0j {
    min-height: calc(1.5em + 0.75rem + 2px)
}

textarea.Zx4TxiJM {
    min-height: calc(1.5em + 0.5rem + 2px)
}

textarea.bm3laTcp2c0 {
    min-height: calc(1.5em + 1rem + 2px)
}

.FGAIHUe {
    max-width: 3rem;
    height: auto;
    padding: .375rem
}

.FGAIHUe:not(:disabled):not(:read-only) {
    cursor: pointer
}

.FGAIHUe::-moz-color-swatch {
    height: 1.5em;
    border-radius: 10px
}

.FGAIHUe::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 10px
}

.uwsomaMacT5 {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: gray;
    background-color: #fff;
    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 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 10px;
    appearance: none
}

.uwsomaMacT5:focus {
    border-color: #80e8fc;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 209, 249, .25)
}

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

.uwsomaMacT5:disabled {
    background-color: #e9ecef
}

.uwsomaMacT5:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 gray
}

.ze31VHS {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 0.875rem
}

.yMcP6pe5cY {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.DPjGSrbdm7 {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.DPjGSrbdm7 .nmEugYxr {
    float: left;
    margin-left: -1.5em
}

.nmEugYxr {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    appearance: none;
    color-adjust: exact
}

.nmEugYxr[type=checkbox] {
    border-radius: .25em
}

.nmEugYxr[type=radio] {
    border-radius: 50%
}

.nmEugYxr:active {
    filter: brightness(90%)
}

.nmEugYxr:focus {
    border-color: #80e8fc;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 209, 249, .25)
}

.nmEugYxr:checked {
    background-color: #00d1f9;
    border-color: #00d1f9
}

.nmEugYxr:checked[type=checkbox] {
    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 10l3 3l6-6'/%3e%3c/svg%3e")
}

.nmEugYxr:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.nmEugYxr[type=checkbox]:indeterminate {
    background-color: #00d1f9;
    border-color: #00d1f9;
    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")
}

.nmEugYxr:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.nmEugYxr[disabled]~.siZQMG,
.nmEugYxr:disabled~.siZQMG {
    opacity: .5
}

.Bct5y12k {
    padding-left: 2.5em
}

.Bct5y12k .nmEugYxr {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

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

.Bct5y12k .nmEugYxr:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380e8fc'/%3e%3c/svg%3e")
}

.Bct5y12k .nmEugYxr:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.VtKHUbUUNc {
    display: inline-block;
    margin-right: 1rem
}

.EC4ah9MVfG9 {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.EC4ah9MVfG9[disabled]+.btn,
.EC4ah9MVfG9:disabled+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.CgehiykZ5mj {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    appearance: none
}

.CgehiykZ5mj:focus {
    outline: 0
}

.CgehiykZ5mj:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(0, 209, 249, .25)
}

.CgehiykZ5mj:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(0, 209, 249, .25)
}

.CgehiykZ5mj::-moz-focus-outer {
    border: 0
}

.CgehiykZ5mj::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #00d1f9;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .CgehiykZ5mj::-webkit-slider-thumb {
        transition: none
    }
}

.CgehiykZ5mj::-webkit-slider-thumb:active {
    background-color: #b3f1fd
}

.CgehiykZ5mj::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

.CgehiykZ5mj::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #00d1f9;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .CgehiykZ5mj::-moz-range-thumb {
        transition: none
    }
}

.CgehiykZ5mj::-moz-range-thumb:active {
    background-color: #b3f1fd
}

.CgehiykZ5mj::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

.CgehiykZ5mj:disabled {
    pointer-events: none
}

.CgehiykZ5mj:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.CgehiykZ5mj:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.NM7qcI {
    position: relative
}

.NM7qcI>.RAQc0j,
.NM7qcI>.uwsomaMacT5 {
    height: calc(3.5rem + 2px);
    padding: 1rem .75rem
}

.NM7qcI>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid rgba(0, 0, 0, 0);
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

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

.NM7qcI>.RAQc0j::placeholder {
    color: rgba(0, 0, 0, 0)
}

.NM7qcI>.RAQc0j:focus,
.NM7qcI>.RAQc0j:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.NM7qcI>.RAQc0j:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.NM7qcI>.uwsomaMacT5 {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.NM7qcI>.RAQc0j:focus~label,
.NM7qcI>.RAQc0j:not(:placeholder-shown)~label,
.NM7qcI>.uwsomaMacT5~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.NM7qcI>.RAQc0j:-webkit-autofill~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

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

.xHHxbol>.RAQc0j,
.xHHxbol>.uwsomaMacT5 {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.xHHxbol>.RAQc0j:focus,
.xHHxbol>.uwsomaMacT5:focus {
    z-index: 3
}

.xHHxbol .btn {
    position: relative;
    z-index: 2
}

.xHHxbol .btn:focus {
    z-index: 3
}

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

.UjiwkOWi>.RAQc0j,
.UjiwkOWi>.uwsomaMacT5,
.UjiwkOWi>.lv7yc7,
.UjiwkOWi>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: 10px
}

.DJUcmgSGxN>.RAQc0j,
.DJUcmgSGxN>.uwsomaMacT5,
.DJUcmgSGxN>.lv7yc7,
.DJUcmgSGxN>.btn {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: 10px
}

.UjiwkOWi>.uwsomaMacT5,
.DJUcmgSGxN>.uwsomaMacT5 {
    padding-right: 3rem
}

.xHHxbol:not(.pn7sxWWk)>:not(:last-child):not(.CXLgoANG4Tx):not(.HN0tQtZi3),
.xHHxbol:not(.pn7sxWWk)>.CXLgoANG4Tx:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.xHHxbol.pn7sxWWk>:nth-last-child(n+3):not(.CXLgoANG4Tx):not(.HN0tQtZi3),
.xHHxbol.pn7sxWWk>.CXLgoANG4Tx:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.xHHxbol>:not(:first-child):not(.HN0tQtZi3):not(.Oy7zmqP):not(.AYurq28a35V):not(.gwebxTtJ):not(.nvAJtInG36) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.AYurq28a35V {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: #198754
}

.Oy7zmqP {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, .9);
    border-radius: 10px
}

.anw0CHWN :valid~.AYurq28a35V,
.anw0CHWN :valid~.Oy7zmqP,
.qGlQ2mdV5~.AYurq28a35V,
.qGlQ2mdV5~.Oy7zmqP {
    display: block
}

.anw0CHWN .RAQc0j:valid,
.RAQc0j.qGlQ2mdV5 {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    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.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.anw0CHWN .RAQc0j:valid:focus,
.RAQc0j.qGlQ2mdV5:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.anw0CHWN textarea.RAQc0j:valid,
textarea.RAQc0j.qGlQ2mdV5 {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.anw0CHWN .uwsomaMacT5:valid,
.uwsomaMacT5.qGlQ2mdV5 {
    border-color: #198754
}

.anw0CHWN .uwsomaMacT5:valid:not([multiple]):not([size]),
.anw0CHWN .uwsomaMacT5:valid:not([multiple])[size="1"],
.uwsomaMacT5.qGlQ2mdV5:not([multiple]):not([size]),
.uwsomaMacT5.qGlQ2mdV5:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    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 5l6 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.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.anw0CHWN .uwsomaMacT5:valid:focus,
.uwsomaMacT5.qGlQ2mdV5:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.anw0CHWN .nmEugYxr:valid,
.nmEugYxr.qGlQ2mdV5 {
    border-color: #198754
}

.anw0CHWN .nmEugYxr:valid:checked,
.nmEugYxr.qGlQ2mdV5:checked {
    background-color: #198754
}

.anw0CHWN .nmEugYxr:valid:focus,
.nmEugYxr.qGlQ2mdV5:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.anw0CHWN .nmEugYxr:valid~.siZQMG,
.nmEugYxr.qGlQ2mdV5~.siZQMG {
    color: #198754
}

.VtKHUbUUNc .nmEugYxr~.AYurq28a35V {
    margin-left: .5em
}

.anw0CHWN .xHHxbol .RAQc0j:valid,
.xHHxbol .RAQc0j.qGlQ2mdV5,
.anw0CHWN .xHHxbol .uwsomaMacT5:valid,
.xHHxbol .uwsomaMacT5.qGlQ2mdV5 {
    z-index: 3
}

.nvAJtInG36 {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: #dc3545
}

.gwebxTtJ {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: 10px
}

.anw0CHWN :invalid~.nvAJtInG36,
.anw0CHWN :invalid~.gwebxTtJ,
.H0wbn6Y2S~.nvAJtInG36,
.H0wbn6Y2S~.gwebxTtJ {
    display: block
}

.anw0CHWN .RAQc0j:invalid,
.RAQc0j.H0wbn6Y2S {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    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-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.anw0CHWN .RAQc0j:invalid:focus,
.RAQc0j.H0wbn6Y2S:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.anw0CHWN textarea.RAQc0j:invalid,
textarea.RAQc0j.H0wbn6Y2S {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.anw0CHWN .uwsomaMacT5:invalid,
.uwsomaMacT5.H0wbn6Y2S {
    border-color: #dc3545
}

.anw0CHWN .uwsomaMacT5:invalid:not([multiple]):not([size]),
.anw0CHWN .uwsomaMacT5:invalid:not([multiple])[size="1"],
.uwsomaMacT5.H0wbn6Y2S:not([multiple]):not([size]),
.uwsomaMacT5.H0wbn6Y2S:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    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 5l6 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(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.anw0CHWN .uwsomaMacT5:invalid:focus,
.uwsomaMacT5.H0wbn6Y2S:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.anw0CHWN .nmEugYxr:invalid,
.nmEugYxr.H0wbn6Y2S {
    border-color: #dc3545
}

.anw0CHWN .nmEugYxr:invalid:checked,
.nmEugYxr.H0wbn6Y2S:checked {
    background-color: #dc3545
}

.anw0CHWN .nmEugYxr:invalid:focus,
.nmEugYxr.H0wbn6Y2S:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.anw0CHWN .nmEugYxr:invalid~.siZQMG,
.nmEugYxr.H0wbn6Y2S~.siZQMG {
    color: #dc3545
}

.VtKHUbUUNc .nmEugYxr~.nvAJtInG36 {
    margin-left: .5em
}

.anw0CHWN .xHHxbol .RAQc0j:invalid,
.xHHxbol .RAQc0j.H0wbn6Y2S,
.anw0CHWN .xHHxbol .uwsomaMacT5:invalid,
.xHHxbol .uwsomaMacT5.H0wbn6Y2S {
    z-index: 3
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: gray;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 10px;
    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) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: gray
}

.EC4ah9MVfG9:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 209, 249, .25)
}

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

.yHP9qxtDR {
    color: #000;
    background-color: #00d1f9;
    border-color: #00d1f9
}

.yHP9qxtDR:hover {
    color: #000;
    background-color: #26d8fa;
    border-color: #1ad6fa
}

.EC4ah9MVfG9:focus+.yHP9qxtDR,
.yHP9qxtDR:focus {
    color: #000;
    background-color: #26d8fa;
    border-color: #1ad6fa;
    box-shadow: 0 0 0 .25rem rgba(0, 178, 212, .5)
}

.EC4ah9MVfG9:checked+.yHP9qxtDR,
.EC4ah9MVfG9:active+.yHP9qxtDR,
.yHP9qxtDR:active,
.yHP9qxtDR.active,
.show>.yHP9qxtDR.CXLgoANG4Tx {
    color: #000;
    background-color: #33dafa;
    border-color: #1ad6fa
}

.EC4ah9MVfG9:checked+.yHP9qxtDR:focus,
.EC4ah9MVfG9:active+.yHP9qxtDR:focus,
.yHP9qxtDR:active:focus,
.yHP9qxtDR.active:focus,
.show>.yHP9qxtDR.CXLgoANG4Tx:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 178, 212, .5)
}

.yHP9qxtDR:disabled,
.yHP9qxtDR.disabled {
    color: #000;
    background-color: #00d1f9;
    border-color: #00d1f9
}

.zzipfosp {
    color: #fff;
    background-color: #19409a;
    border-color: #19409a
}

.zzipfosp:hover {
    color: #fff;
    background-color: #153683;
    border-color: #14337b
}

.EC4ah9MVfG9:focus+.zzipfosp,
.zzipfosp:focus {
    color: #fff;
    background-color: #153683;
    border-color: #14337b;
    box-shadow: 0 0 0 .25rem rgba(60, 93, 169, .5)
}

.EC4ah9MVfG9:checked+.zzipfosp,
.EC4ah9MVfG9:active+.zzipfosp,
.zzipfosp:active,
.zzipfosp.active,
.show>.zzipfosp.CXLgoANG4Tx {
    color: #fff;
    background-color: #14337b;
    border-color: #133074
}

.EC4ah9MVfG9:checked+.zzipfosp:focus,
.EC4ah9MVfG9:active+.zzipfosp:focus,
.zzipfosp:active:focus,
.zzipfosp.active:focus,
.show>.zzipfosp.CXLgoANG4Tx:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 93, 169, .5)
}

.zzipfosp:disabled,
.zzipfosp.disabled {
    color: #fff;
    background-color: #19409a;
    border-color: #19409a
}

.kPI9lEPtk {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.kPI9lEPtk:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.EC4ah9MVfG9:focus+.kPI9lEPtk,
.kPI9lEPtk:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.EC4ah9MVfG9:checked+.kPI9lEPtk,
.EC4ah9MVfG9:active+.kPI9lEPtk,
.kPI9lEPtk:active,
.kPI9lEPtk.active,
.show>.kPI9lEPtk.CXLgoANG4Tx {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}

.EC4ah9MVfG9:checked+.kPI9lEPtk:focus,
.EC4ah9MVfG9:active+.kPI9lEPtk:focus,
.kPI9lEPtk:active:focus,
.kPI9lEPtk.active:focus,
.show>.kPI9lEPtk.CXLgoANG4Tx:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.kPI9lEPtk:disabled,
.kPI9lEPtk.disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.KMpfkOALW00 {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.KMpfkOALW00:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}

.EC4ah9MVfG9:focus+.KMpfkOALW00,
.KMpfkOALW00:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.EC4ah9MVfG9:checked+.KMpfkOALW00,
.EC4ah9MVfG9:active+.KMpfkOALW00,
.KMpfkOALW00:active,
.KMpfkOALW00.active,
.show>.KMpfkOALW00.CXLgoANG4Tx {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2
}

.EC4ah9MVfG9:checked+.KMpfkOALW00:focus,
.EC4ah9MVfG9:active+.KMpfkOALW00:focus,
.KMpfkOALW00:active:focus,
.KMpfkOALW00.active:focus,
.show>.KMpfkOALW00.CXLgoANG4Tx:focus {
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.KMpfkOALW00:disabled,
.KMpfkOALW00.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.R3hjEVTbz {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.R3hjEVTbz:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720
}

.EC4ah9MVfG9:focus+.R3hjEVTbz,
.R3hjEVTbz:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.EC4ah9MVfG9:checked+.R3hjEVTbz,
.EC4ah9MVfG9:active+.R3hjEVTbz,
.R3hjEVTbz:active,
.R3hjEVTbz.active,
.show>.R3hjEVTbz.CXLgoANG4Tx {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720
}

.EC4ah9MVfG9:checked+.R3hjEVTbz:focus,
.EC4ah9MVfG9:active+.R3hjEVTbz:focus,
.R3hjEVTbz:active:focus,
.R3hjEVTbz.active:focus,
.show>.R3hjEVTbz.CXLgoANG4Tx:focus {
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.R3hjEVTbz:disabled,
.R3hjEVTbz.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.zTSTmds2A {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.zTSTmds2A:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37
}

.EC4ah9MVfG9:focus+.zTSTmds2A,
.zTSTmds2A:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.EC4ah9MVfG9:checked+.zTSTmds2A,
.EC4ah9MVfG9:active+.zTSTmds2A,
.zTSTmds2A:active,
.zTSTmds2A.active,
.show>.zTSTmds2A.CXLgoANG4Tx {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834
}

.EC4ah9MVfG9:checked+.zTSTmds2A:focus,
.EC4ah9MVfG9:active+.zTSTmds2A:focus,
.zTSTmds2A:active:focus,
.zTSTmds2A.active:focus,
.show>.zTSTmds2A.CXLgoANG4Tx:focus {
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.zTSTmds2A:disabled,
.zTSTmds2A.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.NaOD26y {
    color: #000;
    background-color: #f2f9f9;
    border-color: #f2f9f9
}

.NaOD26y:hover {
    color: #000;
    background-color: #f4fafa;
    border-color: #f3fafa
}

.EC4ah9MVfG9:focus+.NaOD26y,
.NaOD26y:focus {
    color: #000;
    background-color: #f4fafa;
    border-color: #f3fafa;
    box-shadow: 0 0 0 .25rem rgba(206, 212, 212, .5)
}

.EC4ah9MVfG9:checked+.NaOD26y,
.EC4ah9MVfG9:active+.NaOD26y,
.NaOD26y:active,
.NaOD26y.active,
.show>.NaOD26y.CXLgoANG4Tx {
    color: #000;
    background-color: #f5fafa;
    border-color: #f3fafa
}

.EC4ah9MVfG9:checked+.NaOD26y:focus,
.EC4ah9MVfG9:active+.NaOD26y:focus,
.NaOD26y:active:focus,
.NaOD26y.active:focus,
.show>.NaOD26y.CXLgoANG4Tx:focus {
    box-shadow: 0 0 0 .25rem rgba(206, 212, 212, .5)
}

.NaOD26y:disabled,
.NaOD26y.disabled {
    color: #000;
    background-color: #f2f9f9;
    border-color: #f2f9f9
}

.eNMxH2F {
    color: #fff;
    background-color: #001442;
    border-color: #001442
}

.eNMxH2F:hover {
    color: #fff;
    background-color: #001138;
    border-color: #001035
}

.EC4ah9MVfG9:focus+.eNMxH2F,
.eNMxH2F:focus {
    color: #fff;
    background-color: #001138;
    border-color: #001035;
    box-shadow: 0 0 0 .25rem rgba(38, 55, 94, .5)
}

.EC4ah9MVfG9:checked+.eNMxH2F,
.EC4ah9MVfG9:active+.eNMxH2F,
.eNMxH2F:active,
.eNMxH2F.active,
.show>.eNMxH2F.CXLgoANG4Tx {
    color: #fff;
    background-color: #001035;
    border-color: #000f32
}

.EC4ah9MVfG9:checked+.eNMxH2F:focus,
.EC4ah9MVfG9:active+.eNMxH2F:focus,
.eNMxH2F:active:focus,
.eNMxH2F.active:focus,
.show>.eNMxH2F.CXLgoANG4Tx:focus {
    box-shadow: 0 0 0 .25rem rgba(38, 55, 94, .5)
}

.eNMxH2F:disabled,
.eNMxH2F.disabled {
    color: #fff;
    background-color: #001442;
    border-color: #001442
}

.KkAn1MK {
    color: #00d1f9;
    border-color: #00d1f9
}

.KkAn1MK:hover {
    color: #000;
    background-color: #00d1f9;
    border-color: #00d1f9
}

.EC4ah9MVfG9:focus+.KkAn1MK,
.KkAn1MK:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 209, 249, .5)
}

.EC4ah9MVfG9:checked+.KkAn1MK,
.EC4ah9MVfG9:active+.KkAn1MK,
.KkAn1MK:active,
.KkAn1MK.active,
.KkAn1MK.CXLgoANG4Tx.show {
    color: #000;
    background-color: #00d1f9;
    border-color: #00d1f9
}

.EC4ah9MVfG9:checked+.KkAn1MK:focus,
.EC4ah9MVfG9:active+.KkAn1MK:focus,
.KkAn1MK:active:focus,
.KkAn1MK.active:focus,
.KkAn1MK.CXLgoANG4Tx.show:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 209, 249, .5)
}

.KkAn1MK:disabled,
.KkAn1MK.disabled {
    color: #00d1f9;
    background-color: rgba(0, 0, 0, 0)
}

.KeXa3a {
    color: #19409a;
    border-color: #19409a
}

.KeXa3a:hover {
    color: #fff;
    background-color: #19409a;
    border-color: #19409a
}

.EC4ah9MVfG9:focus+.KeXa3a,
.KeXa3a:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 64, 154, .5)
}

.EC4ah9MVfG9:checked+.KeXa3a,
.EC4ah9MVfG9:active+.KeXa3a,
.KeXa3a:active,
.KeXa3a.active,
.KeXa3a.CXLgoANG4Tx.show {
    color: #fff;
    background-color: #19409a;
    border-color: #19409a
}

.EC4ah9MVfG9:checked+.KeXa3a:focus,
.EC4ah9MVfG9:active+.KeXa3a:focus,
.KeXa3a:active:focus,
.KeXa3a.active:focus,
.KeXa3a.CXLgoANG4Tx.show:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 64, 154, .5)
}

.KeXa3a:disabled,
.KeXa3a.disabled {
    color: #19409a;
    background-color: rgba(0, 0, 0, 0)
}

.a1Os9XYQyB {
    color: #198754;
    border-color: #198754
}

.a1Os9XYQyB:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.EC4ah9MVfG9:focus+.a1Os9XYQyB,
.a1Os9XYQyB:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.EC4ah9MVfG9:checked+.a1Os9XYQyB,
.EC4ah9MVfG9:active+.a1Os9XYQyB,
.a1Os9XYQyB:active,
.a1Os9XYQyB.active,
.a1Os9XYQyB.CXLgoANG4Tx.show {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.EC4ah9MVfG9:checked+.a1Os9XYQyB:focus,
.EC4ah9MVfG9:active+.a1Os9XYQyB:focus,
.a1Os9XYQyB:active:focus,
.a1Os9XYQyB.active:focus,
.a1Os9XYQyB.CXLgoANG4Tx.show:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.a1Os9XYQyB:disabled,
.a1Os9XYQyB.disabled {
    color: #198754;
    background-color: rgba(0, 0, 0, 0)
}

.f5EWqtlK {
    color: #0dcaf0;
    border-color: #0dcaf0
}

.f5EWqtlK:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.EC4ah9MVfG9:focus+.f5EWqtlK,
.f5EWqtlK:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.EC4ah9MVfG9:checked+.f5EWqtlK,
.EC4ah9MVfG9:active+.f5EWqtlK,
.f5EWqtlK:active,
.f5EWqtlK.active,
.f5EWqtlK.CXLgoANG4Tx.show {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.EC4ah9MVfG9:checked+.f5EWqtlK:focus,
.EC4ah9MVfG9:active+.f5EWqtlK:focus,
.f5EWqtlK:active:focus,
.f5EWqtlK.active:focus,
.f5EWqtlK.CXLgoANG4Tx.show:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.f5EWqtlK:disabled,
.f5EWqtlK.disabled {
    color: #0dcaf0;
    background-color: rgba(0, 0, 0, 0)
}

.snbnIF {
    color: #ffc107;
    border-color: #ffc107
}

.snbnIF:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.EC4ah9MVfG9:focus+.snbnIF,
.snbnIF:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.EC4ah9MVfG9:checked+.snbnIF,
.EC4ah9MVfG9:active+.snbnIF,
.snbnIF:active,
.snbnIF.active,
.snbnIF.CXLgoANG4Tx.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.EC4ah9MVfG9:checked+.snbnIF:focus,
.EC4ah9MVfG9:active+.snbnIF:focus,
.snbnIF:active:focus,
.snbnIF.active:focus,
.snbnIF.CXLgoANG4Tx.show:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.snbnIF:disabled,
.snbnIF.disabled {
    color: #ffc107;
    background-color: rgba(0, 0, 0, 0)
}

.Leml6nmQn {
    color: #dc3545;
    border-color: #dc3545
}

.Leml6nmQn:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.EC4ah9MVfG9:focus+.Leml6nmQn,
.Leml6nmQn:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.EC4ah9MVfG9:checked+.Leml6nmQn,
.EC4ah9MVfG9:active+.Leml6nmQn,
.Leml6nmQn:active,
.Leml6nmQn.active,
.Leml6nmQn.CXLgoANG4Tx.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.EC4ah9MVfG9:checked+.Leml6nmQn:focus,
.EC4ah9MVfG9:active+.Leml6nmQn:focus,
.Leml6nmQn:active:focus,
.Leml6nmQn.active:focus,
.Leml6nmQn.CXLgoANG4Tx.show:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.Leml6nmQn:disabled,
.Leml6nmQn.disabled {
    color: #dc3545;
    background-color: rgba(0, 0, 0, 0)
}

.KjL9Cl8 {
    color: #f2f9f9;
    border-color: #f2f9f9
}

.KjL9Cl8:hover {
    color: #000;
    background-color: #f2f9f9;
    border-color: #f2f9f9
}

.EC4ah9MVfG9:focus+.KjL9Cl8,
.KjL9Cl8:focus {
    box-shadow: 0 0 0 .25rem rgba(242, 249, 249, .5)
}

.EC4ah9MVfG9:checked+.KjL9Cl8,
.EC4ah9MVfG9:active+.KjL9Cl8,
.KjL9Cl8:active,
.KjL9Cl8.active,
.KjL9Cl8.CXLgoANG4Tx.show {
    color: #000;
    background-color: #f2f9f9;
    border-color: #f2f9f9
}

.EC4ah9MVfG9:checked+.KjL9Cl8:focus,
.EC4ah9MVfG9:active+.KjL9Cl8:focus,
.KjL9Cl8:active:focus,
.KjL9Cl8.active:focus,
.KjL9Cl8.CXLgoANG4Tx.show:focus {
    box-shadow: 0 0 0 .25rem rgba(242, 249, 249, .5)
}

.KjL9Cl8:disabled,
.KjL9Cl8.disabled {
    color: #f2f9f9;
    background-color: rgba(0, 0, 0, 0)
}

.qRx774SIv {
    color: #001442;
    border-color: #001442
}

.qRx774SIv:hover {
    color: #fff;
    background-color: #001442;
    border-color: #001442
}

.EC4ah9MVfG9:focus+.qRx774SIv,
.qRx774SIv:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 20, 66, .5)
}

.EC4ah9MVfG9:checked+.qRx774SIv,
.EC4ah9MVfG9:active+.qRx774SIv,
.qRx774SIv:active,
.qRx774SIv.active,
.qRx774SIv.CXLgoANG4Tx.show {
    color: #fff;
    background-color: #001442;
    border-color: #001442
}

.EC4ah9MVfG9:checked+.qRx774SIv:focus,
.EC4ah9MVfG9:active+.qRx774SIv:focus,
.qRx774SIv:active:focus,
.qRx774SIv.active:focus,
.qRx774SIv.CXLgoANG4Tx.show:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 20, 66, .5)
}

.qRx774SIv:disabled,
.qRx774SIv.disabled {
    color: #001442;
    background-color: rgba(0, 0, 0, 0)
}

.Es3crh {
    font-weight: 400;
    color: #00d1f9;
    text-decoration: none
}

.Es3crh:hover {
    color: #00a7c7
}

.Es3crh:disabled,
.Es3crh.disabled {
    color: #6c757d
}

.VaDdtu,
.DY04rOpso>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: 10px
}

.uXUBmzz12,
.HXa4wBoIa2>.btn {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: 10px
}

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

.iwSUtwHHw5g,
.Yj7gNfsUan,
.u6rqy57,
.BCZHR5 {
    position: relative
}

.CXLgoANG4Tx {
    white-space: nowrap
}

.CXLgoANG4Tx::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: .3em solid rgba(0, 0, 0, 0)
}

.CXLgoANG4Tx:empty::after {
    margin-left: 0
}

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

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

.fPGTftgp {
    --bs-position: start
}

.fPGTftgp[data-bs-popper] {
    right: auto
        /* rtl:ignore */
    ;
    left: 0
        /* rtl:ignore */
}

.dDjZ8pffUxp {
    --bs-position: end
}

.dDjZ8pffUxp[data-bs-popper] {
    right: 0
        /* rtl:ignore */
    ;
    left: auto
        /* rtl:ignore */
}

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

    .RaKbbEBi[data-bs-popper] {
        right: auto
            /* rtl:ignore */
        ;
        left: 0
            /* rtl:ignore */
    }

    .U0LeChqDR {
        --bs-position: end
    }

    .U0LeChqDR[data-bs-popper] {
        right: 0
            /* rtl:ignore */
        ;
        left: auto
            /* rtl:ignore */
    }
}

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

    .k228xi3vZTT[data-bs-popper] {
        right: auto
            /* rtl:ignore */
        ;
        left: 0
            /* rtl:ignore */
    }

    .Ztr8RuTKJOp {
        --bs-position: end
    }

    .Ztr8RuTKJOp[data-bs-popper] {
        right: 0
            /* rtl:ignore */
        ;
        left: auto
            /* rtl:ignore */
    }
}

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

    .Fzk7LCfYr[data-bs-popper] {
        right: auto
            /* rtl:ignore */
        ;
        left: 0
            /* rtl:ignore */
    }

    .iV0o8y8V {
        --bs-position: end
    }

    .iV0o8y8V[data-bs-popper] {
        right: 0
            /* rtl:ignore */
        ;
        left: auto
            /* rtl:ignore */
    }
}

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

    .KPHRWoQc5[data-bs-popper] {
        right: auto
            /* rtl:ignore */
        ;
        left: 0
            /* rtl:ignore */
    }

    .umyPe5 {
        --bs-position: end
    }

    .umyPe5[data-bs-popper] {
        right: 0
            /* rtl:ignore */
        ;
        left: auto
            /* rtl:ignore */
    }
}

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

    .Ip4V5ENik9[data-bs-popper] {
        right: auto
            /* rtl:ignore */
        ;
        left: 0
            /* rtl:ignore */
    }

    .pXu1bh {
        --bs-position: end
    }

    .pXu1bh[data-bs-popper] {
        right: 0
            /* rtl:ignore */
        ;
        left: auto
            /* rtl:ignore */
    }
}

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

.iwSUtwHHw5g .CXLgoANG4Tx::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: .3em solid;
    border-left: .3em solid rgba(0, 0, 0, 0)
}

.iwSUtwHHw5g .CXLgoANG4Tx:empty::after {
    margin-left: 0
}

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

.Yj7gNfsUan .CXLgoANG4Tx::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0, 0, 0, 0);
    border-right: 0;
    border-bottom: .3em solid rgba(0, 0, 0, 0);
    border-left: .3em solid
}

.Yj7gNfsUan .CXLgoANG4Tx:empty::after {
    margin-left: 0
}

.Yj7gNfsUan .CXLgoANG4Tx::after {
    vertical-align: 0
}

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

.BCZHR5 .CXLgoANG4Tx::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.BCZHR5 .CXLgoANG4Tx::after {
    display: none
}

.BCZHR5 .CXLgoANG4Tx::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0, 0, 0, 0);
    border-right: .3em solid;
    border-bottom: .3em solid rgba(0, 0, 0, 0)
}

.BCZHR5 .CXLgoANG4Tx:empty::after {
    margin-left: 0
}

.BCZHR5 .CXLgoANG4Tx::before {
    vertical-align: 0
}

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

.ie9PXdrMh {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

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

.ie9PXdrMh.active,
.ie9PXdrMh:active {
    color: #fff;
    text-decoration: none;
    background-color: #00d1f9
}

.ie9PXdrMh.disabled,
.ie9PXdrMh:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0)
}

.HN0tQtZi3.show {
    display: block
}

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

.LtNERA7 {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

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

.VYSnS3Vc7l .ie9PXdrMh {
    color: #dee2e6
}

.VYSnS3Vc7l .ie9PXdrMh:hover,
.VYSnS3Vc7l .ie9PXdrMh:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.VYSnS3Vc7l .ie9PXdrMh.active,
.VYSnS3Vc7l .ie9PXdrMh:active {
    color: #fff;
    background-color: #00d1f9
}

.VYSnS3Vc7l .ie9PXdrMh.disabled,
.VYSnS3Vc7l .ie9PXdrMh:disabled {
    color: #adb5bd
}

.VYSnS3Vc7l .tZ8jCFe {
    border-color: rgba(0, 0, 0, .15)
}

.VYSnS3Vc7l .LtNERA7 {
    color: #dee2e6
}

.VYSnS3Vc7l .xLfXgTDn4G {
    color: #adb5bd
}

.odNU8bQ,
.Q0gPdTvNT {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.odNU8bQ>.btn,
.Q0gPdTvNT>.btn {
    position: relative;
    flex: 1 1 auto
}

.odNU8bQ>.EC4ah9MVfG9:checked+.btn,
.odNU8bQ>.EC4ah9MVfG9:focus+.btn,
.odNU8bQ>.btn:hover,
.odNU8bQ>.btn:focus,
.odNU8bQ>.btn:active,
.odNU8bQ>.btn.active,
.Q0gPdTvNT>.EC4ah9MVfG9:checked+.btn,
.Q0gPdTvNT>.EC4ah9MVfG9:focus+.btn,
.Q0gPdTvNT>.btn:hover,
.Q0gPdTvNT>.btn:focus,
.Q0gPdTvNT>.btn:active,
.Q0gPdTvNT>.btn.active {
    z-index: 1
}

.kcRsr4PEAKJ {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.kcRsr4PEAKJ .xHHxbol {
    width: auto
}

.odNU8bQ>.btn:not(:first-child),
.odNU8bQ>.odNU8bQ:not(:first-child) {
    margin-left: -1px
}

.odNU8bQ>.btn:not(:last-child):not(.CXLgoANG4Tx),
.odNU8bQ>.odNU8bQ:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.odNU8bQ>.btn:nth-child(n+3),
.odNU8bQ>:not(.EC4ah9MVfG9)+.btn,
.odNU8bQ>.odNU8bQ:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.BKhmAvv {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.BKhmAvv::after,
.iwSUtwHHw5g .BKhmAvv::after,
.Yj7gNfsUan .BKhmAvv::after {
    margin-left: 0
}

.BCZHR5 .BKhmAvv::before {
    margin-right: 0
}

.uXUBmzz12+.BKhmAvv,
.HXa4wBoIa2>.btn+.BKhmAvv {
    padding-right: .375rem;
    padding-left: .375rem
}

.VaDdtu+.BKhmAvv,
.DY04rOpso>.btn+.BKhmAvv {
    padding-right: .75rem;
    padding-left: .75rem
}

.Q0gPdTvNT {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.Q0gPdTvNT>.btn,
.Q0gPdTvNT>.odNU8bQ {
    width: 100%
}

.Q0gPdTvNT>.btn:not(:first-child),
.Q0gPdTvNT>.odNU8bQ:not(:first-child) {
    margin-top: -1px
}

.Q0gPdTvNT>.btn:not(:last-child):not(.CXLgoANG4Tx),
.Q0gPdTvNT>.odNU8bQ:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.Q0gPdTvNT>.btn~.btn,
.Q0gPdTvNT>.odNU8bQ:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

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

.teLMAe {
    display: block;
    padding: .5rem 1rem;
    color: #00d1f9;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

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

.teLMAe:hover,
.teLMAe:focus {
    color: #00a7c7
}

.teLMAe.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

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

.rMikcs .teLMAe {
    margin-bottom: -1px;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.rMikcs .teLMAe:hover,
.rMikcs .teLMAe:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.rMikcs .teLMAe.disabled {
    color: #6c757d;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.rMikcs .teLMAe.active,
.rMikcs .vXinF0H.show .teLMAe {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.rMikcs .HN0tQtZi3 {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.aftqcxoj .teLMAe {
    background: none;
    border: 0;
    border-radius: 10px
}

.aftqcxoj .teLMAe.active,
.aftqcxoj .show>.teLMAe {
    color: #fff;
    background-color: #00d1f9
}

.VrBIrsfzCNO>.teLMAe,
.VrBIrsfzCNO .vXinF0H {
    flex: 1 1 auto;
    text-align: center
}

.FRL4wWOYo>.teLMAe,
.FRL4wWOYo .vXinF0H {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.VrBIrsfzCNO .vXinF0H .teLMAe,
.FRL4wWOYo .vXinF0H .teLMAe {
    width: 100%
}

.zfnqkt>.jKCRoHMEW {
    display: none
}

.zfnqkt>.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>.fOeggTb,
.navbar>.Pxxx4S,
.navbar>.okiZ0naC,
.navbar>.GYwJYhWVo3Z,
.navbar>.zNRBFKRy,
.navbar>.GzbKm8o {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.wH8hYTz3y {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap
}

.MobgDBagm {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.MobgDBagm .teLMAe {
    padding-right: 0;
    padding-left: 0
}

.MobgDBagm .HN0tQtZi3 {
    position: static
}

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

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

.EoB4OWdeLQZ {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    transition: box-shadow .15s ease-in-out
}

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

.EoB4OWdeLQZ:hover {
    text-decoration: none
}

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

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

.nHsBas {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

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

    .NNFQnqs02T .MobgDBagm {
        flex-direction: row
    }

    .NNFQnqs02T .MobgDBagm .HN0tQtZi3 {
        position: absolute
    }

    .NNFQnqs02T .MobgDBagm .teLMAe {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .NNFQnqs02T .nHsBas {
        overflow: visible
    }

    .NNFQnqs02T .W05hwmN {
        display: flex !important;
        flex-basis: auto
    }

    .NNFQnqs02T .EoB4OWdeLQZ {
        display: none
    }
}

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

    .DzHpQ7pc .MobgDBagm {
        flex-direction: row
    }

    .DzHpQ7pc .MobgDBagm .HN0tQtZi3 {
        position: absolute
    }

    .DzHpQ7pc .MobgDBagm .teLMAe {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .DzHpQ7pc .nHsBas {
        overflow: visible
    }

    .DzHpQ7pc .W05hwmN {
        display: flex !important;
        flex-basis: auto
    }

    .DzHpQ7pc .EoB4OWdeLQZ {
        display: none
    }
}

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

    .YqQ2Uw .MobgDBagm {
        flex-direction: row
    }

    .YqQ2Uw .MobgDBagm .HN0tQtZi3 {
        position: absolute
    }

    .YqQ2Uw .MobgDBagm .teLMAe {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .YqQ2Uw .nHsBas {
        overflow: visible
    }

    .YqQ2Uw .W05hwmN {
        display: flex !important;
        flex-basis: auto
    }

    .YqQ2Uw .EoB4OWdeLQZ {
        display: none
    }
}

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

    .mTRp0ci .MobgDBagm {
        flex-direction: row
    }

    .mTRp0ci .MobgDBagm .HN0tQtZi3 {
        position: absolute
    }

    .mTRp0ci .MobgDBagm .teLMAe {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .mTRp0ci .nHsBas {
        overflow: visible
    }

    .mTRp0ci .W05hwmN {
        display: flex !important;
        flex-basis: auto
    }

    .mTRp0ci .EoB4OWdeLQZ {
        display: none
    }
}

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

    .IcUz5CkVM .MobgDBagm {
        flex-direction: row
    }

    .IcUz5CkVM .MobgDBagm .HN0tQtZi3 {
        position: absolute
    }

    .IcUz5CkVM .MobgDBagm .teLMAe {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .IcUz5CkVM .nHsBas {
        overflow: visible
    }

    .IcUz5CkVM .W05hwmN {
        display: flex !important;
        flex-basis: auto
    }

    .IcUz5CkVM .EoB4OWdeLQZ {
        display: none
    }
}

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

.GdhoNMieqS .MobgDBagm {
    flex-direction: row
}

.GdhoNMieqS .MobgDBagm .HN0tQtZi3 {
    position: absolute
}

.GdhoNMieqS .MobgDBagm .teLMAe {
    padding-right: .5rem;
    padding-left: .5rem
}

.GdhoNMieqS .nHsBas {
    overflow: visible
}

.GdhoNMieqS .W05hwmN {
    display: flex !important;
    flex-basis: auto
}

.GdhoNMieqS .EoB4OWdeLQZ {
    display: none
}

.g0qxunvbFu .wH8hYTz3y {
    color: rgba(0, 0, 0, .9)
}

.g0qxunvbFu .wH8hYTz3y:hover,
.g0qxunvbFu .wH8hYTz3y:focus {
    color: rgba(0, 0, 0, .9)
}

.g0qxunvbFu .MobgDBagm .teLMAe {
    color: rgba(0, 0, 0, .55)
}

.g0qxunvbFu .MobgDBagm .teLMAe:hover,
.g0qxunvbFu .MobgDBagm .teLMAe:focus {
    color: rgba(0, 0, 0, .7)
}

.g0qxunvbFu .MobgDBagm .teLMAe.disabled {
    color: rgba(0, 0, 0, .3)
}

.g0qxunvbFu .MobgDBagm .show>.teLMAe,
.g0qxunvbFu .MobgDBagm .teLMAe.active {
    color: rgba(0, 0, 0, .9)
}

.g0qxunvbFu .EoB4OWdeLQZ {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1)
}

.g0qxunvbFu .iRK6UH {
    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")
}

.g0qxunvbFu .YcHPS1W {
    color: rgba(0, 0, 0, .55)
}

.g0qxunvbFu .YcHPS1W a,
.g0qxunvbFu .YcHPS1W a:hover,
.g0qxunvbFu .YcHPS1W a:focus {
    color: rgba(0, 0, 0, .9)
}

.zgbDfLpkpez .wH8hYTz3y {
    color: #fff
}

.zgbDfLpkpez .wH8hYTz3y:hover,
.zgbDfLpkpez .wH8hYTz3y:focus {
    color: #fff
}

.zgbDfLpkpez .MobgDBagm .teLMAe {
    color: rgba(255, 255, 255, .55)
}

.zgbDfLpkpez .MobgDBagm .teLMAe:hover,
.zgbDfLpkpez .MobgDBagm .teLMAe:focus {
    color: rgba(255, 255, 255, .75)
}

.zgbDfLpkpez .MobgDBagm .teLMAe.disabled {
    color: rgba(255, 255, 255, .25)
}

.zgbDfLpkpez .MobgDBagm .show>.teLMAe,
.zgbDfLpkpez .MobgDBagm .teLMAe.active {
    color: #fff
}

.zgbDfLpkpez .EoB4OWdeLQZ {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1)
}

.zgbDfLpkpez .iRK6UH {
    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")
}

.zgbDfLpkpez .YcHPS1W {
    color: rgba(255, 255, 255, .55)
}

.zgbDfLpkpez .YcHPS1W a,
.zgbDfLpkpez .YcHPS1W a:hover,
.zgbDfLpkpez .YcHPS1W a:focus {
    color: #fff
}

.Nza14IJg7z {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px
}

.Nza14IJg7z>hr {
    margin-right: 0;
    margin-left: 0
}

.Nza14IJg7z>.d1KpXM {
    border-top: inherit;
    border-bottom: inherit
}

.Nza14IJg7z>.d1KpXM:first-child {
    border-top-width: 0;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px
}

.Nza14IJg7z>.d1KpXM:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px
}

.Nza14IJg7z>.ouja67+.d1KpXM,
.Nza14IJg7z>.d1KpXM+.DP1Ypmqd {
    border-top: 0
}

.Ocb5RzS {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.DGN5oBY6eXA {
    margin-bottom: .5rem
}

.gaUhgE {
    margin-top: -0.25rem;
    margin-bottom: 0
}

.F2SlNdud:last-child {
    margin-bottom: 0
}

.jeQnPM0Q:hover {
    text-decoration: none
}

.jeQnPM0Q+.jeQnPM0Q {
    margin-left: 1rem
}

.ouja67 {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.ouja67:first-child {
    border-radius: 9px 9px 0 0
}

.DP1Ypmqd {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.DP1Ypmqd:last-child {
    border-radius: 0 0 9px 9px
}

.XkMQ1vwJI {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0
}

.j8dIMBzZ {
    margin-right: -0.5rem;
    margin-left: -0.5rem
}

.DVElD9ldHLd {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: 9px
}

.aXazFq,
.b7rfioiABG,
.zuHZhi7h {
    width: 100%
}

.aXazFq,
.b7rfioiABG {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px
}

.aXazFq,
.zuHZhi7h {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px
}

.yqZQbpz9Op>.Nza14IJg7z {
    margin-bottom: .75rem
}

@media(min-width: 576px) {
    .yqZQbpz9Op {
        display: flex;
        flex-flow: row wrap
    }

    .yqZQbpz9Op>.Nza14IJg7z {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .yqZQbpz9Op>.Nza14IJg7z+.Nza14IJg7z {
        margin-left: 0;
        border-left: 0
    }

    .yqZQbpz9Op>.Nza14IJg7z:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .yqZQbpz9Op>.Nza14IJg7z:not(:last-child) .b7rfioiABG,
    .yqZQbpz9Op>.Nza14IJg7z:not(:last-child) .ouja67 {
        border-top-right-radius: 0
    }

    .yqZQbpz9Op>.Nza14IJg7z:not(:last-child) .zuHZhi7h,
    .yqZQbpz9Op>.Nza14IJg7z:not(:last-child) .DP1Ypmqd {
        border-bottom-right-radius: 0
    }

    .yqZQbpz9Op>.Nza14IJg7z:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .yqZQbpz9Op>.Nza14IJg7z:not(:first-child) .b7rfioiABG,
    .yqZQbpz9Op>.Nza14IJg7z:not(:first-child) .ouja67 {
        border-top-left-radius: 0
    }

    .yqZQbpz9Op>.Nza14IJg7z:not(:first-child) .zuHZhi7h,
    .yqZQbpz9Op>.Nza14IJg7z:not(:first-child) .DP1Ypmqd {
        border-bottom-left-radius: 0
    }
}

.wWaBSDCdUQO {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: gray;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

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

.wWaBSDCdUQO:not(.RYCA1cpme) {
    color: #00bce0;
    background-color: #e6fafe;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.wWaBSDCdUQO:not(.RYCA1cpme)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300bce0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.wWaBSDCdUQO::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23808080'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

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

.wWaBSDCdUQO:hover {
    z-index: 2
}

.wWaBSDCdUQO:focus {
    z-index: 3;
    border-color: #80e8fc;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 209, 249, .25)
}

.VWKnhCNH {
    margin-bottom: 0
}

.PDd8cF3k {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.PDd8cF3k:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.PDd8cF3k:first-of-type .wWaBSDCdUQO {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px
}

.PDd8cF3k:not(:first-of-type) {
    border-top: 0
}

.PDd8cF3k:last-of-type {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.PDd8cF3k:last-of-type .wWaBSDCdUQO.RYCA1cpme {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px
}

.PDd8cF3k:last-of-type .n7SxEHUi0j {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.YnBirz {
    padding: 1rem 1.25rem
}

.pjhujiH .n7SxEHUi0j {
    border-width: 0
}

.pjhujiH .PDd8cF3k {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.pjhujiH .PDd8cF3k:first-child {
    border-top: 0
}

.pjhujiH .PDd8cF3k:last-child {
    border-bottom: 0
}

.pjhujiH .PDd8cF3k .wWaBSDCdUQO {
    border-radius: 0
}

.lYS5FdLj {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.QDPVafgaJ+.QDPVafgaJ {
    padding-left: .5rem
}

.QDPVafgaJ+.QDPVafgaJ::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
        /* rtl: var(--bs-breadcrumb-divider, "/") */
}

.QDPVafgaJ.active {
    color: #6c757d
}

.SKAYMp5a2y {
    display: flex;
    padding-left: 0;
    list-style: none
}

.EGOSPibntX {
    position: relative;
    display: block;
    color: #00d1f9;
    background-color: #fff;
    border: 1px solid #dee2e6;
    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) {
    .EGOSPibntX {
        transition: none
    }
}

.EGOSPibntX:hover {
    z-index: 2;
    color: #00a7c7;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.EGOSPibntX:focus {
    z-index: 3;
    color: #00a7c7;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 209, 249, .25)
}

.LrCkJlTD0:not(:first-child) .EGOSPibntX {
    margin-left: -1px
}

.LrCkJlTD0.active .EGOSPibntX {
    z-index: 3;
    color: #fff;
    background-color: #00d1f9;
    border-color: #00d1f9
}

.LrCkJlTD0.disabled .EGOSPibntX {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.EGOSPibntX {
    padding: .375rem .75rem
}

.LrCkJlTD0:first-child .EGOSPibntX {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.LrCkJlTD0:last-child .EGOSPibntX {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.cHElwEMA .EGOSPibntX {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.cHElwEMA .LrCkJlTD0:first-child .EGOSPibntX {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.cHElwEMA .LrCkJlTD0:last-child .EGOSPibntX {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.xrKb34jje .EGOSPibntX {
    padding: .25rem .5rem;
    font-size: 0.875rem
}

.xrKb34jje .LrCkJlTD0:first-child .EGOSPibntX {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.xrKb34jje .LrCkJlTD0:last-child .EGOSPibntX {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.gzPPy6BB2VE {
    display: inline-block;
    padding: .35em .65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px
}

.gzPPy6BB2VE:empty {
    display: none
}

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

.Oo9Gf8maUDL {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 10px
}

.is5Jjv01M9 {
    color: inherit
}

.j2oQQsEO {
    font-weight: 700
}

.suYjUwuar {
    padding-right: 3rem
}

.suYjUwuar .YkYIcEY6udH {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.ptr5y8VWfah {
    color: #005464;
    background-color: #ccf6fe;
    border-color: #b3f1fd
}

.ptr5y8VWfah .j2oQQsEO {
    color: #004350
}

.HvqBOw {
    color: #0f265c;
    background-color: #d1d9eb;
    border-color: #bac6e1
}

.HvqBOw .j2oQQsEO {
    color: #0c1e4a
}

.K31bWvjTk0 {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

.K31bWvjTk0 .j2oQQsEO {
    color: #0c4128
}

.ncAneXdRR {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb
}

.ncAneXdRR .j2oQQsEO {
    color: #04414d
}

.xsxuRwtv {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5
}

.xsxuRwtv .j2oQQsEO {
    color: #523e02
}

.j6jtSHx {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

.j6jtSHx .j2oQQsEO {
    color: #6a1a21
}

.P2a8oi2J {
    color: #616464;
    background-color: #fcfefe;
    border-color: #fbfdfd
}

.P2a8oi2J .j2oQQsEO {
    color: #4e5050
}

.nL8Ml10u {
    color: #000c28;
    background-color: #ccd0d9;
    border-color: #b3b9c6
}

.nL8Ml10u .j2oQQsEO {
    color: #000a20
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 10px
}

.DHLOK0U5GV {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #00d1f9;
    transition: width .6s ease
}

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

.fvbxMLRDH9 {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.dDZqR44 {
    animation: 1s linear infinite progress-bar-stripes
}

@media(prefers-reduced-motion: reduce) {
    .dDZqR44 {
        animation: none
    }
}

.d1KpXM {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 10px
}

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

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

.aCiadsh {
    width: 100%;
    color: #495057;
    text-align: inherit
}

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

.aCiadsh:active {
    color: gray;
    background-color: #e9ecef
}

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

.ifgw6GEG0h:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.ifgw6GEG0h:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

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

.ifgw6GEG0h.active {
    z-index: 2;
    color: #fff;
    background-color: #00d1f9;
    border-color: #00d1f9
}

.ifgw6GEG0h+.ifgw6GEG0h {
    border-top-width: 0
}

.ifgw6GEG0h+.ifgw6GEG0h.active {
    margin-top: -1px;
    border-top-width: 1px
}

.AU8hJu2WK7 {
    flex-direction: row
}

.AU8hJu2WK7>.ifgw6GEG0h:first-child {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0
}

.AU8hJu2WK7>.ifgw6GEG0h:last-child {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0
}

.AU8hJu2WK7>.ifgw6GEG0h.active {
    margin-top: 0
}

.AU8hJu2WK7>.ifgw6GEG0h+.ifgw6GEG0h {
    border-top-width: 1px;
    border-left-width: 0
}

.AU8hJu2WK7>.ifgw6GEG0h+.ifgw6GEG0h.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media(min-width: 576px) {
    .aTMld3dvO {
        flex-direction: row
    }

    .aTMld3dvO>.ifgw6GEG0h:first-child {
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0
    }

    .aTMld3dvO>.ifgw6GEG0h:last-child {
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0
    }

    .aTMld3dvO>.ifgw6GEG0h.active {
        margin-top: 0
    }

    .aTMld3dvO>.ifgw6GEG0h+.ifgw6GEG0h {
        border-top-width: 1px;
        border-left-width: 0
    }

    .aTMld3dvO>.ifgw6GEG0h+.ifgw6GEG0h.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 768px) {
    .mIZbpX3vNuz {
        flex-direction: row
    }

    .mIZbpX3vNuz>.ifgw6GEG0h:first-child {
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0
    }

    .mIZbpX3vNuz>.ifgw6GEG0h:last-child {
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0
    }

    .mIZbpX3vNuz>.ifgw6GEG0h.active {
        margin-top: 0
    }

    .mIZbpX3vNuz>.ifgw6GEG0h+.ifgw6GEG0h {
        border-top-width: 1px;
        border-left-width: 0
    }

    .mIZbpX3vNuz>.ifgw6GEG0h+.ifgw6GEG0h.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 992px) {
    .iFc0V0ou58 {
        flex-direction: row
    }

    .iFc0V0ou58>.ifgw6GEG0h:first-child {
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0
    }

    .iFc0V0ou58>.ifgw6GEG0h:last-child {
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0
    }

    .iFc0V0ou58>.ifgw6GEG0h.active {
        margin-top: 0
    }

    .iFc0V0ou58>.ifgw6GEG0h+.ifgw6GEG0h {
        border-top-width: 1px;
        border-left-width: 0
    }

    .iFc0V0ou58>.ifgw6GEG0h+.ifgw6GEG0h.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 1200px) {
    .jPz82QV4QZ {
        flex-direction: row
    }

    .jPz82QV4QZ>.ifgw6GEG0h:first-child {
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0
    }

    .jPz82QV4QZ>.ifgw6GEG0h:last-child {
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0
    }

    .jPz82QV4QZ>.ifgw6GEG0h.active {
        margin-top: 0
    }

    .jPz82QV4QZ>.ifgw6GEG0h+.ifgw6GEG0h {
        border-top-width: 1px;
        border-left-width: 0
    }

    .jPz82QV4QZ>.ifgw6GEG0h+.ifgw6GEG0h.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 1400px) {
    .oYMpeFpWum {
        flex-direction: row
    }

    .oYMpeFpWum>.ifgw6GEG0h:first-child {
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0
    }

    .oYMpeFpWum>.ifgw6GEG0h:last-child {
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0
    }

    .oYMpeFpWum>.ifgw6GEG0h.active {
        margin-top: 0
    }

    .oYMpeFpWum>.ifgw6GEG0h+.ifgw6GEG0h {
        border-top-width: 1px;
        border-left-width: 0
    }

    .oYMpeFpWum>.ifgw6GEG0h+.ifgw6GEG0h.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.UWehyz {
    border-radius: 0
}

.UWehyz>.ifgw6GEG0h {
    border-width: 0 0 1px
}

.UWehyz>.ifgw6GEG0h:last-child {
    border-bottom-width: 0
}

.d3JosybDKLS {
    color: #005464;
    background-color: #ccf6fe
}

.d3JosybDKLS.aCiadsh:hover,
.d3JosybDKLS.aCiadsh:focus {
    color: #005464;
    background-color: #b8dde5
}

.d3JosybDKLS.aCiadsh.active {
    color: #fff;
    background-color: #005464;
    border-color: #005464
}

.xCFIoXZ7Fn {
    color: #0f265c;
    background-color: #d1d9eb
}

.xCFIoXZ7Fn.aCiadsh:hover,
.xCFIoXZ7Fn.aCiadsh:focus {
    color: #0f265c;
    background-color: #bcc3d4
}

.xCFIoXZ7Fn.aCiadsh.active {
    color: #fff;
    background-color: #0f265c;
    border-color: #0f265c
}

.sqgZhst {
    color: #0f5132;
    background-color: #d1e7dd
}

.sqgZhst.aCiadsh:hover,
.sqgZhst.aCiadsh:focus {
    color: #0f5132;
    background-color: #bcd0c7
}

.sqgZhst.aCiadsh.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132
}

.UTEs6t5 {
    color: #055160;
    background-color: #cff4fc
}

.UTEs6t5.aCiadsh:hover,
.UTEs6t5.aCiadsh:focus {
    color: #055160;
    background-color: #badce3
}

.UTEs6t5.aCiadsh.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160
}

.WUKsUaWt {
    color: #664d03;
    background-color: #fff3cd
}

.WUKsUaWt.aCiadsh:hover,
.WUKsUaWt.aCiadsh:focus {
    color: #664d03;
    background-color: #e6dbb9
}

.WUKsUaWt.aCiadsh.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03
}

.ikmWKh {
    color: #842029;
    background-color: #f8d7da
}

.ikmWKh.aCiadsh:hover,
.ikmWKh.aCiadsh:focus {
    color: #842029;
    background-color: #dfc2c4
}

.ikmWKh.aCiadsh.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029
}

.HToNoLAs1i8 {
    color: #616464;
    background-color: #fcfefe
}

.HToNoLAs1i8.aCiadsh:hover,
.HToNoLAs1i8.aCiadsh:focus {
    color: #616464;
    background-color: #e3e5e5
}

.HToNoLAs1i8.aCiadsh.active {
    color: #fff;
    background-color: #616464;
    border-color: #616464
}

.zx6SD7UC {
    color: #000c28;
    background-color: #ccd0d9
}

.zx6SD7UC.aCiadsh:hover,
.zx6SD7UC.aCiadsh:focus {
    color: #000c28;
    background-color: #b8bbc3
}

.zx6SD7UC.aCiadsh.active {
    color: #fff;
    background-color: #000c28;
    border-color: #000c28
}

.YkYIcEY6udH {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 10px;
    opacity: .5
}

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

.YkYIcEY6udH:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 209, 249, .25);
    opacity: 1
}

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

.cd5D2Uj {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.LYvVdiWOw {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: 10px
}

.LYvVdiWOw:not(.lqOoaDu):not(.show) {
    opacity: 0
}

.LYvVdiWOw.hide {
    display: none
}

.z0e3wj {
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.z0e3wj>:not(:last-child) {
    margin-bottom: .75rem
}

.vF5rJu5 {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: 9px;
    border-top-right-radius: 9px
}

.vF5rJu5 .YkYIcEY6udH {
    margin-right: -0.375rem;
    margin-left: .75rem
}

.wUmEo25J3K {
    padding: .75rem;
    word-wrap: break-word
}

.oOvHlXV7 {
    overflow: hidden
}

.oOvHlXV7 .rAEKEA0 {
    overflow-x: hidden;
    overflow-y: auto
}

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

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

.rAEKEA0.fade .AoAlSvISLa {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

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

.rAEKEA0.show .AoAlSvISLa {
    transform: none
}

.rAEKEA0.UcWlfJFe3 .AoAlSvISLa {
    transform: scale(1.02)
}

.wdGgLx {
    height: calc(100% - 1rem)
}

.wdGgLx .CL900GMru {
    max-height: 100%;
    overflow: hidden
}

.wdGgLx .zTRHUNG {
    overflow-y: auto
}

.UuMI7wLbO {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.CL900GMru {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    outline: 0
}

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

.uCrZyIUq.fade {
    opacity: 0
}

.uCrZyIUq.show {
    opacity: .5
}

.PkZP9kxExp {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px
}

.PkZP9kxExp .YkYIcEY6udH {
    padding: .5rem .5rem;
    margin: -0.5rem -0.5rem -0.5rem auto
}

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

.zTRHUNG {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.JHCOAY5 {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px
}

.JHCOAY5>* {
    margin: .25rem
}

@media(min-width: 576px) {
    .AoAlSvISLa {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .wdGgLx {
        height: calc(100% - 3.5rem)
    }

    .UuMI7wLbO {
        min-height: calc(100% - 3.5rem)
    }

    .WA8v997soxx {
        max-width: 300px
    }
}

@media(min-width: 992px) {

    .kM44bM,
    .qZgWxQB {
        max-width: 800px
    }
}

@media(min-width: 1200px) {
    .qZgWxQB {
        max-width: 1140px
    }
}

.X1s5DzHYQ {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.X1s5DzHYQ .CL900GMru {
    height: 100%;
    border: 0;
    border-radius: 0
}

.X1s5DzHYQ .PkZP9kxExp {
    border-radius: 0
}

.X1s5DzHYQ .zTRHUNG {
    overflow-y: auto
}

.X1s5DzHYQ .JHCOAY5 {
    border-radius: 0
}

@media(max-width: 575.98px) {
    .FZCBWdMsn {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .FZCBWdMsn .CL900GMru {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .FZCBWdMsn .PkZP9kxExp {
        border-radius: 0
    }

    .FZCBWdMsn .zTRHUNG {
        overflow-y: auto
    }

    .FZCBWdMsn .JHCOAY5 {
        border-radius: 0
    }
}

@media(max-width: 767.98px) {
    .WRi1VUrV {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .WRi1VUrV .CL900GMru {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .WRi1VUrV .PkZP9kxExp {
        border-radius: 0
    }

    .WRi1VUrV .zTRHUNG {
        overflow-y: auto
    }

    .WRi1VUrV .JHCOAY5 {
        border-radius: 0
    }
}

@media(max-width: 991.98px) {
    .YVjedUNBPL {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .YVjedUNBPL .CL900GMru {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .YVjedUNBPL .PkZP9kxExp {
        border-radius: 0
    }

    .YVjedUNBPL .zTRHUNG {
        overflow-y: auto
    }

    .YVjedUNBPL .JHCOAY5 {
        border-radius: 0
    }
}

@media(max-width: 1199.98px) {
    .Hh0yc6mpIPZ {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .Hh0yc6mpIPZ .CL900GMru {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .Hh0yc6mpIPZ .PkZP9kxExp {
        border-radius: 0
    }

    .Hh0yc6mpIPZ .zTRHUNG {
        overflow-y: auto
    }

    .Hh0yc6mpIPZ .JHCOAY5 {
        border-radius: 0
    }
}

@media(max-width: 1399.98px) {
    .HeIiZ674E {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .HeIiZ674E .CL900GMru {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .HeIiZ674E .PkZP9kxExp {
        border-radius: 0
    }

    .HeIiZ674E .zTRHUNG {
        overflow-y: auto
    }

    .HeIiZ674E .JHCOAY5 {
        border-radius: 0
    }
}

.oX2kBjr3 {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0
}

.oX2kBjr3.show {
    opacity: .9
}

.oX2kBjr3 .obfur2jn6Kn {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.oX2kBjr3 .obfur2jn6Kn::before {
    position: absolute;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid
}

.J4AN2TQ9,
.xrRn1Suipqm[data-popper-placement^=top] {
    padding: .4rem 0
}

.J4AN2TQ9 .obfur2jn6Kn,
.xrRn1Suipqm[data-popper-placement^=top] .obfur2jn6Kn {
    bottom: 0
}

.J4AN2TQ9 .obfur2jn6Kn::before,
.xrRn1Suipqm[data-popper-placement^=top] .obfur2jn6Kn::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.WLfqFyL,
.xrRn1Suipqm[data-popper-placement^=right] {
    padding: 0 .4rem
}

.WLfqFyL .obfur2jn6Kn,
.xrRn1Suipqm[data-popper-placement^=right] .obfur2jn6Kn {
    left: 0;
    width: .4rem;
    height: .8rem
}

.WLfqFyL .obfur2jn6Kn::before,
.xrRn1Suipqm[data-popper-placement^=right] .obfur2jn6Kn::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.Lt32ljH,
.xrRn1Suipqm[data-popper-placement^=bottom] {
    padding: .4rem 0
}

.Lt32ljH .obfur2jn6Kn,
.xrRn1Suipqm[data-popper-placement^=bottom] .obfur2jn6Kn {
    top: 0
}

.Lt32ljH .obfur2jn6Kn::before,
.xrRn1Suipqm[data-popper-placement^=bottom] .obfur2jn6Kn::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.evYAbDI,
.xrRn1Suipqm[data-popper-placement^=left] {
    padding: 0 .4rem
}

.evYAbDI .obfur2jn6Kn,
.xrRn1Suipqm[data-popper-placement^=left] .obfur2jn6Kn {
    right: 0;
    width: .4rem;
    height: .8rem
}

.evYAbDI .obfur2jn6Kn::before,
.xrRn1Suipqm[data-popper-placement^=left] .obfur2jn6Kn::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.hDGdOkQ5Ne2 {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 10px
}

.raGOtTHi {
    position: absolute;
    top: 0;
    left: 0
        /* rtl:ignore */
    ;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px
}

.raGOtTHi .HlLkpU2 {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

.raGOtTHi .HlLkpU2::before,
.raGOtTHi .HlLkpU2::after {
    position: absolute;
    display: block;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid
}

.ZtkyHF3ArTv>.HlLkpU2,
.dEEEZed[data-popper-placement^=top]>.HlLkpU2 {
    bottom: calc(-0.5rem - 1px)
}

.ZtkyHF3ArTv>.HlLkpU2::before,
.dEEEZed[data-popper-placement^=top]>.HlLkpU2::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.ZtkyHF3ArTv>.HlLkpU2::after,
.dEEEZed[data-popper-placement^=top]>.HlLkpU2::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.Emfe1IcC>.HlLkpU2,
.dEEEZed[data-popper-placement^=right]>.HlLkpU2 {
    left: calc(-0.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.Emfe1IcC>.HlLkpU2::before,
.dEEEZed[data-popper-placement^=right]>.HlLkpU2::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.Emfe1IcC>.HlLkpU2::after,
.dEEEZed[data-popper-placement^=right]>.HlLkpU2::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.QdJ8Zto>.HlLkpU2,
.dEEEZed[data-popper-placement^=bottom]>.HlLkpU2 {
    top: calc(-0.5rem - 1px)
}

.QdJ8Zto>.HlLkpU2::before,
.dEEEZed[data-popper-placement^=bottom]>.HlLkpU2::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.QdJ8Zto>.HlLkpU2::after,
.dEEEZed[data-popper-placement^=bottom]>.HlLkpU2::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.QdJ8Zto .RSthGjqw::before,
.dEEEZed[data-popper-placement^=bottom] .RSthGjqw::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.dIMjNA7go0m>.HlLkpU2,
.dEEEZed[data-popper-placement^=left]>.HlLkpU2 {
    right: calc(-0.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.dIMjNA7go0m>.HlLkpU2::before,
.dEEEZed[data-popper-placement^=left]>.HlLkpU2::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.dIMjNA7go0m>.HlLkpU2::after,
.dEEEZed[data-popper-placement^=left]>.HlLkpU2::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.RSthGjqw {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #001442;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px
}

.RSthGjqw:empty {
    display: none
}

.uCeLDbndx {
    padding: 1rem 1rem;
    color: gray
}

.carousel {
    position: relative
}

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

.Ul6Bpowe {
    position: relative;
    width: 100%;
    overflow: hidden
}

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

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

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

.haEwDQ1.active,
.QzyagM4h,
.KC1K8fh {
    display: block
}

.QzyagM4h:not(.fO91llik),
.active.HERsxf {
    transform: translateX(100%)
}

.KC1K8fh:not(.HERsxf),
.active.fO91llik {
    transform: translateX(-100%)
}

.eyxvNo6vZ .haEwDQ1 {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.eyxvNo6vZ .haEwDQ1.active,
.eyxvNo6vZ .QzyagM4h.fO91llik,
.eyxvNo6vZ .KC1K8fh.HERsxf {
    z-index: 1;
    opacity: 1
}

.eyxvNo6vZ .active.fO91llik,
.eyxvNo6vZ .active.HERsxf {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

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

    .eyxvNo6vZ .active.fO91llik,
    .eyxvNo6vZ .active.HERsxf {
        transition: none
    }
}

.iiAQ7IXg,
.cmuOc6Ixz {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

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

    .iiAQ7IXg,
    .cmuOc6Ixz {
        transition: none
    }
}

.iiAQ7IXg:hover,
.iiAQ7IXg:focus,
.cmuOc6Ixz:hover,
.cmuOc6Ixz:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.iiAQ7IXg {
    left: 0
}

.cmuOc6Ixz {
    right: 0
}

.V7OVZJ,
.h3AEpf {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.V7OVZJ {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.h3AEpf {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.yYvHjhjX {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.yYvHjhjX [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    opacity: .5;
    transition: opacity .6s ease
}

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

.yYvHjhjX .active {
    opacity: 1
}

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

.OcrwqQ55I .V7OVZJ,
.OcrwqQ55I .h3AEpf {
    filter: invert(1) grayscale(100)
}

.OcrwqQ55I .yYvHjhjX [data-bs-target] {
    background-color: #000
}

.OcrwqQ55I .aKZ5Yk7F {
    color: #000
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
            /* rtl:ignore */
    }
}

.mKluUrIK {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: .25em solid currentColor;
    border-right-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

.JeR8CLLdMP {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.mivxzlHd {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow
}

.e3ezP92JqmY {
    width: 1rem;
    height: 1rem
}

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

    .mKluUrIK,
    .mivxzlHd {
        animation-duration: 1.5s
    }
}

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

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

.zOGRTKpzNp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem
}

.zOGRTKpzNp .YkYIcEY6udH {
    padding: .5rem .5rem;
    margin: -0.5rem -0.5rem -0.5rem auto
}

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

.vwGtvvzxcY {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto
}

.qiZhRUa {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%)
}

.Ge5mgiZd {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(100%)
}

.u6eoVjt {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(-100%)
}

.YAbRm8 {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(100%)
}

.TzbvdBh.show {
    transform: none
}

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

.CQJsv4BD {
    color: #00d1f9
}

.CQJsv4BD:hover,
.CQJsv4BD:focus {
    color: #33dafa
}

.yK2yHj05UA {
    color: #19409a
}

.yK2yHj05UA:hover,
.yK2yHj05UA:focus {
    color: #14337b
}

.EcgYtg27ZBO {
    color: #198754
}

.EcgYtg27ZBO:hover,
.EcgYtg27ZBO:focus {
    color: #146c43
}

.plD6U2yz {
    color: #0dcaf0
}

.plD6U2yz:hover,
.plD6U2yz:focus {
    color: #3dd5f3
}

.AsUbNZ {
    color: #ffc107
}

.AsUbNZ:hover,
.AsUbNZ:focus {
    color: #ffcd39
}

.xgnSeyNj3 {
    color: #dc3545
}

.xgnSeyNj3:hover,
.xgnSeyNj3:focus {
    color: #b02a37
}

.giVxQNt {
    color: #f2f9f9
}

.giVxQNt:hover,
.giVxQNt:focus {
    color: #f5fafa
}

.Tbcs3bw0nri {
    color: #001442
}

.Tbcs3bw0nri:hover,
.Tbcs3bw0nri:focus {
    color: #001035
}

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

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

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.Ug452cs {
    --bs-aspect-ratio: 100%
}

.hYnNZb {
    --bs-aspect-ratio: 75%
}

.Q1h7giipAe {
    --bs-aspect-ratio: 56.25%
}

.JIZtM0ZsY5Z {
    --bs-aspect-ratio: 42.8571428571%
}

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

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

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

@media(min-width: 576px) {
    .Gw9iE5 {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 768px) {
    .tfYMvOZQ {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 992px) {
    .ebldwfi {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 1200px) {
    .ZFWbJTPLJ {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 1400px) {
    .mJydWS {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.G5RYbc5,
.DobPZ3wx7: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
}

.O7LQLI::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.diQXEX9aW {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fVYcDyFD {
    vertical-align: baseline !important
}

.bgTkBgEL3 {
    vertical-align: top !important
}

.Mfdop2zW5C7 {
    vertical-align: middle !important
}

.UjSjeaYL {
    vertical-align: bottom !important
}

.hvcxiOWIgm {
    vertical-align: text-bottom !important
}

.uKEJD7Jd {
    vertical-align: text-top !important
}

.KjNdTtio {
    float: left !important
}

.tWXGE0TyQ4 {
    float: right !important
}

.fKhz30Je {
    float: none !important
}

.apQWLzG {
    overflow: auto !important
}

.r89nm9nbch {
    overflow: hidden !important
}

.UyREPhnUt0x {
    overflow: visible !important
}

.j8BEskU6qM {
    overflow: scroll !important
}

.FSczuuWinb {
    display: inline !important
}

.C5MmfabQIGw {
    display: inline-block !important
}

.mOANbW6 {
    display: block !important
}

.le5JG9mj {
    display: grid !important
}

.YcCjQyvPB6 {
    display: table !important
}

.XTWIZdiA {
    display: table-row !important
}

.ja8NoeFLg {
    display: table-cell !important
}

.hNikQh {
    display: flex !important
}

.JlLrfdqfK0 {
    display: inline-flex !important
}

.vSPIcy5 {
    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
}

.YtprJmgzJ {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.c3mhmn {
    box-shadow: none !important
}

.RkkDvBno4 {
    position: static !important
}

.ihytsnWESRJ {
    position: relative !important
}

.oqhBfu7jlk0 {
    position: absolute !important
}

.GHKWyUHQ6 {
    position: fixed !important
}

.Tiivyyp {
    position: sticky !important
}

.fZsOmb5r {
    top: 0 !important
}

.MRb4abd {
    top: 50% !important
}

.d7ucHO {
    top: 100% !important
}

.cDiap5TUWB {
    bottom: 0 !important
}

.lllcFrBIA {
    bottom: 50% !important
}

.O4PKlmt0 {
    bottom: 100% !important
}

.e65rbPi {
    left: 0 !important
}

.QOhxPpvXpX {
    left: 50% !important
}

.OQDHP22MiE {
    left: 100% !important
}

.PIuHBk8WM3G {
    right: 0 !important
}

.cKa7uBT7P5r {
    right: 50% !important
}

.HzJG7lwpt {
    right: 100% !important
}

.vfMaxCL0 {
    transform: translate(-50%, -50%) !important
}

.bA9CEZlGiU {
    transform: translateX(-50%) !important
}

.La2BWBT {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.KwmG17qCkmu {
    border: 0 !important
}

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

.k6n6YHN {
    border-top: 0 !important
}

.iNjr8pxYc {
    border-right: 1px solid #dee2e6 !important
}

.JVj1rA2k {
    border-right: 0 !important
}

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

.rwKPbCYD {
    border-bottom: 0 !important
}

.mvKSfss1 {
    border-left: 1px solid #dee2e6 !important
}

.FBpX2eZQ {
    border-left: 0 !important
}

.tarvaJv {
    border-color: #00d1f9 !important
}

.fVF3C1t6W {
    border-color: #19409a !important
}

.S8nFaGY0Oca {
    border-color: #198754 !important
}

.tVsEdBWT {
    border-color: #0dcaf0 !important
}

.xsboveT {
    border-color: #ffc107 !important
}

.oEvO7ZF4 {
    border-color: #dc3545 !important
}

.ujznnPAvfPY {
    border-color: #f2f9f9 !important
}

.uSuj55h4 {
    border-color: #001442 !important
}

.VZ6RqDs2nAp {
    border-color: #fff !important
}

.znq3DUPnV {
    border-width: 1px !important
}

.peGOabDYCd {
    border-width: 2px !important
}

.PMMIy2lB {
    border-width: 3px !important
}

.v4hvXNo {
    border-width: 4px !important
}

.YtNZWo {
    border-width: 5px !important
}

.J0sGDv {
    width: 25% !important
}

.HT1jBdzbDC {
    width: 50% !important
}

.uCOjObWzkC {
    width: 75% !important
}

.k2l8ROd3 {
    width: 100% !important
}

.mMIeoH7y7b {
    width: auto !important
}

.tkOpN7nSD {
    max-width: 100% !important
}

.szd1fmd {
    width: 100vw !important
}

.Kgu68P {
    min-width: 100vw !important
}

.patyFrU1jdJ {
    height: 25% !important
}

.FAbdOTes {
    height: 50% !important
}

.he0ZThw0 {
    height: 75% !important
}

.G7jGStu {
    height: 100% !important
}

.wQ0NKE18Jwg {
    height: auto !important
}

.ZJilvZdv {
    max-height: 100% !important
}

.qJmgrC {
    height: 100vh !important
}

.eb6gyfy {
    min-height: 100vh !important
}

.T9wZrW {
    flex: 1 1 auto !important
}

.KUhW7gp4D {
    flex-direction: row !important
}

.wenFmER {
    flex-direction: column !important
}

.RqkRUoq9CEA {
    flex-direction: row-reverse !important
}

.u9roJ6C7Qgz {
    flex-direction: column-reverse !important
}

.XEUlIR {
    flex-grow: 0 !important
}

.kLGxvNP6Py0 {
    flex-grow: 1 !important
}

.h9Qdv4 {
    flex-shrink: 0 !important
}

.SDkayWrtPQD {
    flex-shrink: 1 !important
}

.ogUCwI {
    flex-wrap: wrap !important
}

.O6cIIwK {
    flex-wrap: nowrap !important
}

.q1oQayxs {
    flex-wrap: wrap-reverse !important
}

.VKYl1LZaGB {
    gap: 0 !important
}

.Flf3fJ6cP7 {
    gap: .25rem !important
}

.xLg3RgVb {
    gap: .5rem !important
}

.UVKF7fR {
    gap: 1rem !important
}

.lthf4odjs7b {
    gap: 1.5rem !important
}

.rewiYa9DJ {
    gap: 3rem !important
}

.TKQ6Mz6fBVj {
    justify-content: flex-start !important
}

.KGVOaAi {
    justify-content: flex-end !important
}

.LkhHXwU {
    justify-content: center !important
}

.TwCuqAhZeqK {
    justify-content: space-between !important
}

.MGqAru5 {
    justify-content: space-around !important
}

.KkeyXT1YM {
    justify-content: space-evenly !important
}

.DBeFEjID {
    align-items: flex-start !important
}

.H1Yiu1y {
    align-items: flex-end !important
}

.kJiC3uLa {
    align-items: center !important
}

.sc0Iy5g {
    align-items: baseline !important
}

.a1zyGh8Y {
    align-items: stretch !important
}

.dbTrXlgr {
    align-content: flex-start !important
}

.KdhkOhRhwF {
    align-content: flex-end !important
}

.o5pD2dHa {
    align-content: center !important
}

.tF1X27nne {
    align-content: space-between !important
}

.iGj8nIY9vH {
    align-content: space-around !important
}

.Dv5hyfFff {
    align-content: stretch !important
}

.b69p0eC1vfV {
    align-self: auto !important
}

.eDQ6nkcVDG0 {
    align-self: flex-start !important
}

.vvfacsPXohI {
    align-self: flex-end !important
}

.KXy9RtvwfR {
    align-self: center !important
}

.ghOCDYHir {
    align-self: baseline !important
}

.ZyTaZWG {
    align-self: stretch !important
}

.sS0su6 {
    order: -1 !important
}

.RvjeR9mA {
    order: 0 !important
}

.BfJjge {
    order: 1 !important
}

.O9o3NaY {
    order: 2 !important
}

.UnkpkeMA {
    order: 3 !important
}

.haqQZUe {
    order: 4 !important
}

.oLmi0EpCs {
    order: 5 !important
}

.zaqNqOzuHG {
    order: 6 !important
}

.FMS7QKG {
    margin: 0 !important
}

.BAWXIiTFiZ {
    margin: .25rem !important
}

.vIvEdwPd {
    margin: .5rem !important
}

.RgGjhRfCA {
    margin: 1rem !important
}

.pgHJgP9 {
    margin: 1.5rem !important
}

.b419qryU {
    margin: 3rem !important
}

.iIrVf9k3k {
    margin: auto !important
}

.jjypPDqpy {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.VUrlgMXy6 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.JJzHFLa {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.T3ejAcGhO {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.UURePH7emLe {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.qmvI7IQeIg {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.dEMCU86f {
    margin-right: auto !important;
    margin-left: auto !important
}

.DXuaLItRAo {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.Cp10VjIFt {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.bpG7YEIk {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.HPwIfZQ5a3p {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.EPjM37cpa {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.es4RbER {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.D0guTSKP {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.LXwvpITiEU {
    margin-top: 0 !important
}

.RifVMJuuevC {
    margin-top: .25rem !important
}

.GlxDVdSxjd {
    margin-top: .5rem !important
}

.J9QFfkry {
    margin-top: 1rem !important
}

.DiGBK55IA {
    margin-top: 1.5rem !important
}

.NE8jenEa {
    margin-top: 3rem !important
}

.xQGTnIIyC {
    margin-top: auto !important
}

.YV57Xbm1 {
    margin-right: 0 !important
}

.JHcVapb7ID {
    margin-right: .25rem !important
}

.mefChf {
    margin-right: .5rem !important
}

.hCXgAMU6TSZ {
    margin-right: 1rem !important
}

.EEIxXtOXCkP {
    margin-right: 1.5rem !important
}

.LNlJHQ {
    margin-right: 3rem !important
}

.OptZSFwpgB {
    margin-right: auto !important
}

.ZkLoj7KU6PO {
    margin-bottom: 0 !important
}

.P1zxBGiF4B {
    margin-bottom: .25rem !important
}

.AsexzMKiSwU {
    margin-bottom: .5rem !important
}

.BWpvt3L0 {
    margin-bottom: 1rem !important
}

.Ad2jQ8Lov {
    margin-bottom: 1.5rem !important
}

.kVZ4tVx3rY {
    margin-bottom: 3rem !important
}

.JTQ5MplF {
    margin-bottom: auto !important
}

.A8ybMeUbj {
    margin-left: 0 !important
}

.c3N40Y {
    margin-left: .25rem !important
}

.gKBzWbnqnl {
    margin-left: .5rem !important
}

.oaPaUTJ {
    margin-left: 1rem !important
}

.eahq6Fzmkus {
    margin-left: 1.5rem !important
}

.kDZxsJNQ4yk {
    margin-left: 3rem !important
}

.Oxh5Y4X {
    margin-left: auto !important
}

.HWQb3A2j {
    margin: -0.25rem !important
}

.JPEl16203r {
    margin: -0.5rem !important
}

.tA07ro2iEnc {
    margin: -1rem !important
}

.uoW1MQWakp9 {
    margin: -1.5rem !important
}

.Iw556Qdg {
    margin: -3rem !important
}

.egfbxo {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important
}

.nN8hqg {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important
}

.XhHU5R {
    margin-right: -1rem !important;
    margin-left: -1rem !important
}

.SEAi12V {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important
}

.l3buUFwMI {
    margin-right: -3rem !important;
    margin-left: -3rem !important
}

.NCo0G2vso {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important
}

.x3ZtNeqgEti {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important
}

.JjGtQc {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
}

.nZJGuCZiD {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
}

.vnDXbSJ2yQ2 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
}

.LTeyI16A5E {
    margin-top: -0.25rem !important
}

.vaz04zO5d {
    margin-top: -0.5rem !important
}

.ayddLSzhM {
    margin-top: -1rem !important
}

.aNDcPHh {
    margin-top: -1.5rem !important
}

.bo4hSx27Pb {
    margin-top: -3rem !important
}

.FFqrD4V {
    margin-right: -0.25rem !important
}

.R0QwaR7Ttz {
    margin-right: -0.5rem !important
}

.X7WNL8 {
    margin-right: -1rem !important
}

.a2IeYQaFR3U {
    margin-right: -1.5rem !important
}

.QJTsrvglrje {
    margin-right: -3rem !important
}

.CX4P3xGZ {
    margin-bottom: -0.25rem !important
}

.GJDRDP8FFE {
    margin-bottom: -0.5rem !important
}

.WQT7P0 {
    margin-bottom: -1rem !important
}

.W1rNqZilVY {
    margin-bottom: -1.5rem !important
}

.ENFCotS {
    margin-bottom: -3rem !important
}

.ozCLlSoD {
    margin-left: -0.25rem !important
}

.BEcjvfPhAR {
    margin-left: -0.5rem !important
}

.MiMwmy {
    margin-left: -1rem !important
}

.q4NtBKb {
    margin-left: -1.5rem !important
}

.CUQHaH {
    margin-left: -3rem !important
}

.VHwCtgGwQy {
    padding: 0 !important
}

.blzkWNr8M {
    padding: .25rem !important
}

.BuCKxJkPt {
    padding: .5rem !important
}

.daKMDMh {
    padding: 1rem !important
}

.p2j0pnp2t {
    padding: 1.5rem !important
}

.ea1x3g {
    padding: 3rem !important
}

.ZPZLcNRunUG {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.PIxjsmHcKu {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.CeM6MFho {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.zeJbeM {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.GGTNJfpQFg {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

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

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

.zwl5JCt7 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.bmDU2Luvp {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

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

.p8MubggBds2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.gMhxXC4 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.Zgd8bdH {
    padding-top: 0 !important
}

.xZ1cH88 {
    padding-top: .25rem !important
}

.VpYaFueQ1W {
    padding-top: .5rem !important
}

.EoYhqjPr86 {
    padding-top: 1rem !important
}

.kglruAY {
    padding-top: 1.5rem !important
}

.qKicLUm {
    padding-top: 3rem !important
}

.OMgrfSwMp2 {
    padding-right: 0 !important
}

.CaZfgkLK {
    padding-right: .25rem !important
}

.hRQlzSHd {
    padding-right: .5rem !important
}

.RntUW286i {
    padding-right: 1rem !important
}

.SLhsOJSLIB {
    padding-right: 1.5rem !important
}

.dCnvCjETdBo {
    padding-right: 3rem !important
}

.gSssqlp {
    padding-bottom: 0 !important
}

.OJSi7Q2Br {
    padding-bottom: .25rem !important
}

.lVugyHP {
    padding-bottom: .5rem !important
}

.NFn9Ydk {
    padding-bottom: 1rem !important
}

.UeqJM3hNb2 {
    padding-bottom: 1.5rem !important
}

.IHtk2FO {
    padding-bottom: 3rem !important
}

.ZKJlHG2wBv {
    padding-left: 0 !important
}

.LpRSYW7RVYQ {
    padding-left: .25rem !important
}

.i0sMQ03hz {
    padding-left: .5rem !important
}

.DfVnyBahN {
    padding-left: 1rem !important
}

.OpMOHArxxO {
    padding-left: 1.5rem !important
}

.fgYRsdye {
    padding-left: 3rem !important
}

.JgfQPk3h {
    font-family: var(--bs-font-monospace) !important
}

.YeIKvUTjtv {
    font-size: calc(1.375rem + 1.5vw) !important
}

.Yd80QcY {
    font-size: calc(1.325rem + 0.9vw) !important
}

.gSxYi7kJb {
    font-size: calc(1.3rem + 0.6vw) !important
}

.liUKIV {
    font-size: calc(1.275rem + 0.3vw) !important
}

.NauOXtA {
    font-size: 1.25rem !important
}

.FQ41m9lBm {
    font-size: 1rem !important
}

.yeJEXkQ {
    font-style: italic !important
}

.wk5F0Xctq {
    font-style: normal !important
}

.AiVi0a6 {
    font-weight: 300 !important
}

.BfrMnJ {
    font-weight: lighter !important
}

.trGqBG2gg {
    font-weight: 400 !important
}

.o3zrylBv6Z {
    font-weight: 700 !important
}

.FG5Cbh7XC9 {
    font-weight: bolder !important
}

.l7bkRm {
    line-height: 1 !important
}

.qGYPNY7UuK {
    line-height: 1.25 !important
}

.Gr8g1lD {
    line-height: 1.5 !important
}

.qaBhHx7fybt {
    line-height: 2 !important
}

.D58ABFO {
    text-align: left !important
}

.m0cbAN {
    text-align: right !important
}

.UUx4G1kTkQP {
    text-align: center !important
}

.mdCeH4Oh7 {
    text-decoration: none !important
}

.Me2eJNeiBb {
    text-decoration: underline !important
}

.P3hM93g {
    text-decoration: line-through !important
}

.c2QS4ZT {
    text-transform: lowercase !important
}

.HFSHa7i {
    text-transform: uppercase !important
}

.FTmWO3xet4w {
    text-transform: capitalize !important
}

.fF2bZGHN2 {
    white-space: normal !important
}

.oct9fuIjq {
    white-space: nowrap !important
}

.In9KHm2RUa0 {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.ksTmYj7VWI {
    color: #00d1f9 !important
}

.kT0w80a {
    color: #19409a !important
}

.PxJjBPeDqD {
    color: #198754 !important
}

.DGkPwamO5 {
    color: #0dcaf0 !important
}

.KxhmqBoF9 {
    color: #ffc107 !important
}

.pbRut0HLRD7 {
    color: #dc3545 !important
}

.JXdo5M {
    color: #f2f9f9 !important
}

.vF9C8vbwr7 {
    color: #001442 !important
}

.BZtdx8a3Z {
    color: #fff !important
}

.DgEDI1Jdfv {
    color: gray !important
}

.IUSb1lYsCdo {
    color: #6c757d !important
}

.EfoQ71lh {
    color: rgba(0, 0, 0, .5) !important
}

.tEzTaUbUYEL {
    color: rgba(255, 255, 255, .5) !important
}

.SlCsmtzdBzG {
    color: inherit !important
}

.BUv2LKOPALM {
    background-color: #00d1f9 !important
}

.OaL3LN {
    background-color: #19409a !important
}

.ExMTRUkoMg {
    background-color: #198754 !important
}

.E5Yfw0cj {
    background-color: #0dcaf0 !important
}

.vMWb2TDRI7 {
    background-color: #ffc107 !important
}

.dpIBEBC6 {
    background-color: #dc3545 !important
}

.gyTrhu0R {
    background-color: #f2f9f9 !important
}

.eMjbRE16W {
    background-color: #001442 !important
}

.lg0W9v81eX {
    background-color: #fff !important
}

.lfmiCZ {
    background-color: #fff !important
}

.ZmRnkgiREei {
    background-color: rgba(0, 0, 0, 0) !important
}

.iaT5Ji0fxn {
    background-image: var(--bs-gradient) !important
}

.wof2Ntumaj {
    user-select: all !important
}

.axNANc7 {
    user-select: auto !important
}

.AdoryW {
    user-select: none !important
}

.o7ReGKccga {
    pointer-events: none !important
}

.mIdaBjH {
    pointer-events: auto !important
}

.Y4g6GzceN {
    border-radius: 10px !important
}

.DMZxBL {
    border-radius: 0 !important
}

.kGK4bGf44YZ {
    border-radius: 10px !important
}

.QhyZ5hBN1Er {
    border-radius: 10px !important
}

.lSvZGZz2 {
    border-radius: 10px !important
}

.Uk1bgvrEUu {
    border-radius: 50% !important
}

.SKCVjjuLEk {
    border-radius: 50rem !important
}

.RhEfYnAKd {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important
}

.oYeZccSrk {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important
}

.ED1XnHo {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important
}

.oZODu1jI {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important
}

.visible {
    visibility: visible !important
}

.pnWtdaVJ {
    visibility: hidden !important
}

@media(min-width: 576px) {
    .teOhjhbJ {
        float: left !important
    }

    .BNePtC {
        float: right !important
    }

    .xnf1mj {
        float: none !important
    }

    .kQSW9X {
        display: inline !important
    }

    .V5W6O049 {
        display: inline-block !important
    }

    .UJJGpFC {
        display: block !important
    }

    .GFa0nO {
        display: grid !important
    }

    .vzQb5GJI {
        display: table !important
    }

    .Klj1GL {
        display: table-row !important
    }

    .cnqEEq {
        display: table-cell !important
    }

    .fhbXx83iPv {
        display: flex !important
    }

    .Lz8bJfoJfP {
        display: inline-flex !important
    }

    .XHciYr6jL {
        display: none !important
    }

    .mVGeYKFnz {
        flex: 1 1 auto !important
    }

    .Cct3ZZCRk {
        flex-direction: row !important
    }

    .EXzPwrHfQxD {
        flex-direction: column !important
    }

    .CK0sRq8cWg {
        flex-direction: row-reverse !important
    }

    .vmtgt2 {
        flex-direction: column-reverse !important
    }

    .UEsS8b {
        flex-grow: 0 !important
    }

    .bT9wa8 {
        flex-grow: 1 !important
    }

    .rJSvt2x {
        flex-shrink: 0 !important
    }

    .caD2safb {
        flex-shrink: 1 !important
    }

    .SFeWVN0 {
        flex-wrap: wrap !important
    }

    .hH9I3EKQR {
        flex-wrap: nowrap !important
    }

    .IaeugwmYF {
        flex-wrap: wrap-reverse !important
    }

    .GeLf0b {
        gap: 0 !important
    }

    .NIGxj0B2Zzq {
        gap: .25rem !important
    }

    .wAddPE5 {
        gap: .5rem !important
    }

    .KwPA8g2Scx {
        gap: 1rem !important
    }

    .XwzIMJGUJv {
        gap: 1.5rem !important
    }

    .SBNIfKL {
        gap: 3rem !important
    }

    .fSKIWe {
        justify-content: flex-start !important
    }

    .qGjyDE49WuY {
        justify-content: flex-end !important
    }

    .FF0GHge {
        justify-content: center !important
    }

    .Tdo1mgk8w7l {
        justify-content: space-between !important
    }

    .hPLuhyTFeIe {
        justify-content: space-around !important
    }

    .ZlWxPtGLV {
        justify-content: space-evenly !important
    }

    .RIKO5D {
        align-items: flex-start !important
    }

    .HAZklELr {
        align-items: flex-end !important
    }

    .wLu9p3B {
        align-items: center !important
    }

    .jnYh5WI {
        align-items: baseline !important
    }

    .iv6d0Sd {
        align-items: stretch !important
    }

    .apEvBpQaM8 {
        align-content: flex-start !important
    }

    .TUHTE5g {
        align-content: flex-end !important
    }

    .ezamn8OIVE {
        align-content: center !important
    }

    .kFyH7DwVOZC {
        align-content: space-between !important
    }

    .cNABQw7ns {
        align-content: space-around !important
    }

    .z5zho3ri4IO {
        align-content: stretch !important
    }

    .MWGvRZPa {
        align-self: auto !important
    }

    .iyk5LgOB5dX {
        align-self: flex-start !important
    }

    .tZjjQKfg4 {
        align-self: flex-end !important
    }

    .BtCLFl {
        align-self: center !important
    }

    .N01dM9CgR {
        align-self: baseline !important
    }

    .I6LvEaUTy {
        align-self: stretch !important
    }

    .nBs6oURri {
        order: -1 !important
    }

    .dQyGrcS {
        order: 0 !important
    }

    .k8pVk66ZMGn {
        order: 1 !important
    }

    .HaGHCHbS4lq {
        order: 2 !important
    }

    .ZCtmIR5p {
        order: 3 !important
    }

    .gC0KlckgfE {
        order: 4 !important
    }

    .U3KKofvrcbd {
        order: 5 !important
    }

    .naFuSf {
        order: 6 !important
    }

    .kqFbHGWI {
        margin: 0 !important
    }

    .EJg2O4g {
        margin: .25rem !important
    }

    .Ibj4ln {
        margin: .5rem !important
    }

    .MuPxbkuxHT {
        margin: 1rem !important
    }

    .AegbX79 {
        margin: 1.5rem !important
    }

    .UD3P0P {
        margin: 3rem !important
    }

    .LiG1vSUc {
        margin: auto !important
    }

    .UWgomXHt {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .xOKcg8Emh {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .zIwTxL {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .qaxvp9rkuRS {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .yBbFVZWgKG {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .HFB9teDH {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .afCx7gy {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .GcAfc1IW {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .OAva5JeS {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .fhrd3xZc9 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .HxP3ZKe {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .nLTZmEYvuTv {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .rOfwewS {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .ko8rJWt1PN {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .TEY2iN87u8D {
        margin-top: 0 !important
    }

    .HrHef66NRud {
        margin-top: .25rem !important
    }

    .lbidjb {
        margin-top: .5rem !important
    }

    .JJcha0 {
        margin-top: 1rem !important
    }

    .WDJLuhwfJY7 {
        margin-top: 1.5rem !important
    }

    .IbthqPlDo {
        margin-top: 3rem !important
    }

    .iqgrjQ {
        margin-top: auto !important
    }

    .Bx09x7k8 {
        margin-right: 0 !important
    }

    .z18bQf {
        margin-right: .25rem !important
    }

    .zRpn0HwXRD7 {
        margin-right: .5rem !important
    }

    .RSBB0n {
        margin-right: 1rem !important
    }

    .mdqLyQ3 {
        margin-right: 1.5rem !important
    }

    .oc6WBMlYWbJ {
        margin-right: 3rem !important
    }

    .tS0wIE {
        margin-right: auto !important
    }

    .ahAvsX {
        margin-bottom: 0 !important
    }

    .MSBf28PvMOA {
        margin-bottom: .25rem !important
    }

    .QMeosippLh {
        margin-bottom: .5rem !important
    }

    .H5MBce {
        margin-bottom: 1rem !important
    }

    .AYjdH7Wzz {
        margin-bottom: 1.5rem !important
    }

    .v2fzkhDpKl {
        margin-bottom: 3rem !important
    }

    .lx64j07In {
        margin-bottom: auto !important
    }

    .aLAC5l0f {
        margin-left: 0 !important
    }

    .rhuQK7Zxhs1 {
        margin-left: .25rem !important
    }

    .h0TOf15NjX {
        margin-left: .5rem !important
    }

    .vUnfqhLp1 {
        margin-left: 1rem !important
    }

    .rRj3a6Hp {
        margin-left: 1.5rem !important
    }

    .CVsn9mHJSJ6 {
        margin-left: 3rem !important
    }

    .ovfnMq {
        margin-left: auto !important
    }

    .IPpdBYaqfud {
        margin: -0.25rem !important
    }

    .jtJqmWJ2 {
        margin: -0.5rem !important
    }

    .L9HWOZn7 {
        margin: -1rem !important
    }

    .a5m9Gg {
        margin: -1.5rem !important
    }

    .X8WU5Buw {
        margin: -3rem !important
    }

    .tYyRDjZ7eoh {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .JTh19pZyq {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .zRynmd {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .Q5RSRBI {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .DrnB3hz6 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .huYV9umUL {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .f8CAlzP55 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .mpO9pjFF {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .fa39H5T6CN {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .byRvBRs {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .g0IKIEl {
        margin-top: -0.25rem !important
    }

    .T7fU27xOVy {
        margin-top: -0.5rem !important
    }

    .KtNICoAyV4i {
        margin-top: -1rem !important
    }

    .aZk7okLAWM {
        margin-top: -1.5rem !important
    }

    .I4njlM {
        margin-top: -3rem !important
    }

    .cSaosrtI2G {
        margin-right: -0.25rem !important
    }

    .G37hevHb {
        margin-right: -0.5rem !important
    }

    .pCUrVN6MVB {
        margin-right: -1rem !important
    }

    .GlbkwlLEaTw {
        margin-right: -1.5rem !important
    }

    .Vw2GpT0 {
        margin-right: -3rem !important
    }

    .jogkgJQI {
        margin-bottom: -0.25rem !important
    }

    .aqorH9et {
        margin-bottom: -0.5rem !important
    }

    .fj0aigi {
        margin-bottom: -1rem !important
    }

    .RrTQxo {
        margin-bottom: -1.5rem !important
    }

    .eiUUCv4T {
        margin-bottom: -3rem !important
    }

    .SBzGFLYN {
        margin-left: -0.25rem !important
    }

    .SEadwFzXmC {
        margin-left: -0.5rem !important
    }

    .bFfDGCg {
        margin-left: -1rem !important
    }

    .R0EH2FEjZ {
        margin-left: -1.5rem !important
    }

    .EGVF6N {
        margin-left: -3rem !important
    }

    .ABCAvehyP {
        padding: 0 !important
    }

    .TRahGz {
        padding: .25rem !important
    }

    .ir1Wv6EEGW {
        padding: .5rem !important
    }

    .oCtYJ1 {
        padding: 1rem !important
    }

    .aQX68O {
        padding: 1.5rem !important
    }

    .gVgYvQ {
        padding: 3rem !important
    }

    .fbpmtDMhBXz {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .VtnsTuc44q {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .CgDzLsstU {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .hVyypODy1 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .z77PWF7I {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

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

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

    .xJ0BodZygY9 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .b7zZAfLWT {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

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

    .VZ6jPWBE {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .HgxGRDnYS {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .YHdN3ca5lB {
        padding-top: 0 !important
    }

    .e3tZ8I20 {
        padding-top: .25rem !important
    }

    .mArhy3fy7D {
        padding-top: .5rem !important
    }

    .CE1GViSttS {
        padding-top: 1rem !important
    }

    .lSh0Il {
        padding-top: 1.5rem !important
    }

    .YpfV4zj9 {
        padding-top: 3rem !important
    }

    .bwhfaA {
        padding-right: 0 !important
    }

    .AXKzUO {
        padding-right: .25rem !important
    }

    .qFZ4CQ {
        padding-right: .5rem !important
    }

    .d6HGJmtWh5 {
        padding-right: 1rem !important
    }

    .d6HmuZkvr4 {
        padding-right: 1.5rem !important
    }

    .Cij3Y71nVB {
        padding-right: 3rem !important
    }

    .D6zmoy09j {
        padding-bottom: 0 !important
    }

    .XhtU6OWDP8q {
        padding-bottom: .25rem !important
    }

    .zCrmfKRx {
        padding-bottom: .5rem !important
    }

    .iSNzuHwNb {
        padding-bottom: 1rem !important
    }

    .DF16fYu4Yk {
        padding-bottom: 1.5rem !important
    }

    .BqXyyLV {
        padding-bottom: 3rem !important
    }

    .eFo1Yj9iA4 {
        padding-left: 0 !important
    }

    .TbzPw0 {
        padding-left: .25rem !important
    }

    .ZbxsoQ {
        padding-left: .5rem !important
    }

    .EAD81UM {
        padding-left: 1rem !important
    }

    .QlFinnVZy {
        padding-left: 1.5rem !important
    }

    .rBBkzp {
        padding-left: 3rem !important
    }

    .Mx6wfT {
        text-align: left !important
    }

    .b9s3I5fUF {
        text-align: right !important
    }

    .HmLJYVL6pOz {
        text-align: center !important
    }
}

@media(min-width: 768px) {
    .BhsHXrP {
        float: left !important
    }

    .qWcNGWpbYOf {
        float: right !important
    }

    .DDD7KyoZCjB {
        float: none !important
    }

    .yhplmNJ {
        display: inline !important
    }

    .WbrgBk {
        display: inline-block !important
    }

    .RESMn00C {
        display: block !important
    }

    .hgPOMPAq6B0 {
        display: grid !important
    }

    .NLWXgvs {
        display: table !important
    }

    .UlAGFv8FK {
        display: table-row !important
    }

    .qVF2zfA5Kuz {
        display: table-cell !important
    }

    .koDbBff {
        display: flex !important
    }

    .oG16NNls {
        display: inline-flex !important
    }

    .p25wpj6M {
        display: none !important
    }

    .iXD74qmI {
        flex: 1 1 auto !important
    }

    .RjqYe2T2LND {
        flex-direction: row !important
    }

    .w7A3Jcxmp {
        flex-direction: column !important
    }

    .kY7xW96 {
        flex-direction: row-reverse !important
    }

    .dSvIGK2 {
        flex-direction: column-reverse !important
    }

    .SF9XEpdBl {
        flex-grow: 0 !important
    }

    .Ue9mQdpqE {
        flex-grow: 1 !important
    }

    .ggE4fD1jUD {
        flex-shrink: 0 !important
    }

    .q3DCvt2VAh {
        flex-shrink: 1 !important
    }

    .E1xdaioNd {
        flex-wrap: wrap !important
    }

    .FIIikFgHHDK {
        flex-wrap: nowrap !important
    }

    .x6Lx3aQQ {
        flex-wrap: wrap-reverse !important
    }

    .HXZylqQpj {
        gap: 0 !important
    }

    .iL41Tu {
        gap: .25rem !important
    }

    .tXICBc {
        gap: .5rem !important
    }

    .XLKA7Tv {
        gap: 1rem !important
    }

    .iyMvGO {
        gap: 1.5rem !important
    }

    .Pxyocj1 {
        gap: 3rem !important
    }

    .OXfbBBJY {
        justify-content: flex-start !important
    }

    .VRIdwnsCi72 {
        justify-content: flex-end !important
    }

    .OFabC1 {
        justify-content: center !important
    }

    .aFStH7 {
        justify-content: space-between !important
    }

    .Do2ViTljn {
        justify-content: space-around !important
    }

    .A7bvif {
        justify-content: space-evenly !important
    }

    .nnATmF {
        align-items: flex-start !important
    }

    .H75Hv7 {
        align-items: flex-end !important
    }

    .kVbLhQJZZ {
        align-items: center !important
    }

    .QhyMvpkm {
        align-items: baseline !important
    }

    .uTEiafb4r {
        align-items: stretch !important
    }

    .yEHy0ad0DEF {
        align-content: flex-start !important
    }

    .SpwgtG {
        align-content: flex-end !important
    }

    .x6ZKpYJzbrb {
        align-content: center !important
    }

    .Yfs2Zk4 {
        align-content: space-between !important
    }

    .lvXXQM5C1 {
        align-content: space-around !important
    }

    .BXlam5ky {
        align-content: stretch !important
    }

    .bIOeGR7On {
        align-self: auto !important
    }

    .nIccL7j {
        align-self: flex-start !important
    }

    .tvzQIhVKQ {
        align-self: flex-end !important
    }

    .bcPR7EIB {
        align-self: center !important
    }

    .FeY45E8Yvd {
        align-self: baseline !important
    }

    .zYND2DxB {
        align-self: stretch !important
    }

    .t3ucvTz {
        order: -1 !important
    }

    .YlwPsEer9Sz {
        order: 0 !important
    }

    .S85LU7 {
        order: 1 !important
    }

    .Bw2Cd70 {
        order: 2 !important
    }

    .DtUguK {
        order: 3 !important
    }

    .xvaUNc99Ehk {
        order: 4 !important
    }

    .GubBRhSkJ {
        order: 5 !important
    }

    .tfSeGrmm {
        order: 6 !important
    }

    .OjcXez3QUy {
        margin: 0 !important
    }

    .BWrKV4 {
        margin: .25rem !important
    }

    .JnZERKXBkY {
        margin: .5rem !important
    }

    .CDx74EZw {
        margin: 1rem !important
    }

    .nRp4MAnaQtS {
        margin: 1.5rem !important
    }

    .DNpqmS3hX {
        margin: 3rem !important
    }

    .i3qL9ylV {
        margin: auto !important
    }

    .fJkLIZwF {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .E7Bbenw {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .cb66Mm2ns6U {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .K1zveTXdmba {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .BHvfccTS {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .oO4TKXbIB5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .TmNJODoL4 {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .L6Z7Tui1 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .APABMaWomJy {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .Z20SXqeWe {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .h3XmBHU8nMy {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .cLhcnEF {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .Uc2fPF {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .Tegrs2RKYo {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .RzA6Dccbu {
        margin-top: 0 !important
    }

    .W38OUvvCsyU {
        margin-top: .25rem !important
    }

    .imW4Y7HOsJ2 {
        margin-top: .5rem !important
    }

    .toXZAb {
        margin-top: 1rem !important
    }

    .fTzkHrX4y {
        margin-top: 1.5rem !important
    }

    .fLlsZgJL8 {
        margin-top: 3rem !important
    }

    .gQZuxd4F {
        margin-top: auto !important
    }

    .j8XpdGQHEd {
        margin-right: 0 !important
    }

    .I6arSyVwAW {
        margin-right: .25rem !important
    }

    .zWPo8irr {
        margin-right: .5rem !important
    }

    .hnKldSKften {
        margin-right: 1rem !important
    }

    .wN3y6n7HV11 {
        margin-right: 1.5rem !important
    }

    .wj3BCByCnXi {
        margin-right: 3rem !important
    }

    .SgCDcZGBQs {
        margin-right: auto !important
    }

    .WOnFhG {
        margin-bottom: 0 !important
    }

    .sPlJ7m {
        margin-bottom: .25rem !important
    }

    .w91aiP7rJAR {
        margin-bottom: .5rem !important
    }

    .XIwwS2fCZ3j {
        margin-bottom: 1rem !important
    }

    .Bc1d7x0Vs {
        margin-bottom: 1.5rem !important
    }

    .drCuAg {
        margin-bottom: 3rem !important
    }

    .GeUSjr {
        margin-bottom: auto !important
    }

    .HZY9WYozx {
        margin-left: 0 !important
    }

    .jehClF5c2z {
        margin-left: .25rem !important
    }

    .CcLHSC {
        margin-left: .5rem !important
    }

    .Sfl541 {
        margin-left: 1rem !important
    }

    .Hqtcg3gx {
        margin-left: 1.5rem !important
    }

    .VaBhK2U3jc {
        margin-left: 3rem !important
    }

    .IFRxESf1l {
        margin-left: auto !important
    }

    .dE82vrcnt92 {
        margin: -0.25rem !important
    }

    .dDe2NsT {
        margin: -0.5rem !important
    }

    .dXYa8azf7 {
        margin: -1rem !important
    }

    .KfXwmMRKdgE {
        margin: -1.5rem !important
    }

    .dm4QzH {
        margin: -3rem !important
    }

    .hcYp6giA {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .oHkKwAeI {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .KM2Sfw9X {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .rsiG67KBq8p {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .BCMchb {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .LctcsY {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .FPTPnGagR7e {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .emFJGMslmL {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .no6pfben1Rg {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .Y3Hi2yM5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .qPNeGpM4z {
        margin-top: -0.25rem !important
    }

    .NgPuK4o2 {
        margin-top: -0.5rem !important
    }

    .RDs7Baye {
        margin-top: -1rem !important
    }

    .P77VPmN {
        margin-top: -1.5rem !important
    }

    .rPHfUQ {
        margin-top: -3rem !important
    }

    .me79P0 {
        margin-right: -0.25rem !important
    }

    .o6JQxEZqG {
        margin-right: -0.5rem !important
    }

    .SoxmtCuvc {
        margin-right: -1rem !important
    }

    .k2BsIdI {
        margin-right: -1.5rem !important
    }

    .ju0CgL {
        margin-right: -3rem !important
    }

    .Uzv22giC {
        margin-bottom: -0.25rem !important
    }

    .Go8ssTal {
        margin-bottom: -0.5rem !important
    }

    .kgRUdQl {
        margin-bottom: -1rem !important
    }

    .o7O3DylINs {
        margin-bottom: -1.5rem !important
    }

    .UJbuKbZe1JT {
        margin-bottom: -3rem !important
    }

    .Gx3uSx4 {
        margin-left: -0.25rem !important
    }

    .SWu0wxy9 {
        margin-left: -0.5rem !important
    }

    .w4Y34S0cHl {
        margin-left: -1rem !important
    }

    .O0TCGm {
        margin-left: -1.5rem !important
    }

    .wYskiePU9j {
        margin-left: -3rem !important
    }

    .ViWdZopIIVd {
        padding: 0 !important
    }

    .ZGlMZl8unQ {
        padding: .25rem !important
    }

    .ey4xZMgYlsg {
        padding: .5rem !important
    }

    .QATPvjmMo1a {
        padding: 1rem !important
    }

    .VKvXPOVx1qm {
        padding: 1.5rem !important
    }

    .dReHwTUkZRT {
        padding: 3rem !important
    }

    .lP6NgqqWwK {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .AlclCtebAlk {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .Mj8FDS {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .GCHJpn {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .PXDhyy09qf2 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

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

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

    .osafGbFj {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .Z5R6nb {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

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

    .UM1i7xE {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .Qnw3Nd5GHk5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .JcUZD43OD4 {
        padding-top: 0 !important
    }

    .DKPqDPfcd {
        padding-top: .25rem !important
    }

    .CWdyojENBIJ {
        padding-top: .5rem !important
    }

    .UbBdKa2U {
        padding-top: 1rem !important
    }

    .CBEtbWbSweb {
        padding-top: 1.5rem !important
    }

    .y5GzYt3cn {
        padding-top: 3rem !important
    }

    .iGkcSev {
        padding-right: 0 !important
    }

    .cCNpB2 {
        padding-right: .25rem !important
    }

    .C45wjpyM {
        padding-right: .5rem !important
    }

    .zivfrbgvH7 {
        padding-right: 1rem !important
    }

    .Ys00X8nbA {
        padding-right: 1.5rem !important
    }

    .PxlW9Ic {
        padding-right: 3rem !important
    }

    .qmFG8EW {
        padding-bottom: 0 !important
    }

    .xHN33Os {
        padding-bottom: .25rem !important
    }

    .wClQdYfHw {
        padding-bottom: .5rem !important
    }

    .EalsoCGx {
        padding-bottom: 1rem !important
    }

    .RRYG7iJ {
        padding-bottom: 1.5rem !important
    }

    .xblezzZ3E {
        padding-bottom: 3rem !important
    }

    .YMbKAx {
        padding-left: 0 !important
    }

    .hzlwN9 {
        padding-left: .25rem !important
    }

    .qgu1xSnJ {
        padding-left: .5rem !important
    }

    .urrAEgI {
        padding-left: 1rem !important
    }

    .cV156Gnnit {
        padding-left: 1.5rem !important
    }

    .Yw816aEWi {
        padding-left: 3rem !important
    }

    .PGWHekXV {
        text-align: left !important
    }

    .ROD4P1 {
        text-align: right !important
    }

    .MFjqK7U {
        text-align: center !important
    }
}

@media(min-width: 992px) {
    .d9cArTr {
        float: left !important
    }

    .hYUiswfO3Hc {
        float: right !important
    }

    .aJVo5Y5bt29 {
        float: none !important
    }

    .DCLMAwZkgm {
        display: inline !important
    }

    .UjMsQsU {
        display: inline-block !important
    }

    .CG0DEBt {
        display: block !important
    }

    .a29OiivUzab {
        display: grid !important
    }

    .bBM4CRJWV {
        display: table !important
    }

    .EuyIGa {
        display: table-row !important
    }

    .zftwA2puoQ {
        display: table-cell !important
    }

    .BOlhdnO0Sm {
        display: flex !important
    }

    .RtG8HCwD {
        display: inline-flex !important
    }

    .E96aHAX {
        display: none !important
    }

    .NXmMe4fxHI2 {
        flex: 1 1 auto !important
    }

    .Fg4FAFooQ {
        flex-direction: row !important
    }

    .G33bVvYYO {
        flex-direction: column !important
    }

    .FBM8ibuy2G {
        flex-direction: row-reverse !important
    }

    .yY8Aol {
        flex-direction: column-reverse !important
    }

    .xwc4yS1nbdF {
        flex-grow: 0 !important
    }

    .NfS5BKYT6TG {
        flex-grow: 1 !important
    }

    .ifuW9RJ {
        flex-shrink: 0 !important
    }

    .qVJzUUX {
        flex-shrink: 1 !important
    }

    .NLCydro4q {
        flex-wrap: wrap !important
    }

    .i7GMzqge {
        flex-wrap: nowrap !important
    }

    .WMM6mGU9Uq {
        flex-wrap: wrap-reverse !important
    }

    .srRuE6 {
        gap: 0 !important
    }

    .LB2GjN {
        gap: .25rem !important
    }

    .VmdPwxI4 {
        gap: .5rem !important
    }

    .ciAoi1tbjh {
        gap: 1rem !important
    }

    .qpUzICuL {
        gap: 1.5rem !important
    }

    .XikfQMPpiY {
        gap: 3rem !important
    }

    .uXua1G {
        justify-content: flex-start !important
    }

    .NM8jeuV9 {
        justify-content: flex-end !important
    }

    .xaWaOiy {
        justify-content: center !important
    }

    .qj6w5D2 {
        justify-content: space-between !important
    }

    .mwUh4UCco58 {
        justify-content: space-around !important
    }

    .KLDA8O9whU {
        justify-content: space-evenly !important
    }

    .ARRjOKK2ZW {
        align-items: flex-start !important
    }

    .fVrNPOdGSI {
        align-items: flex-end !important
    }

    .YDwEy8F {
        align-items: center !important
    }

    .EMpafr5 {
        align-items: baseline !important
    }

    .gmIShWMezgD {
        align-items: stretch !important
    }

    .S3ch05gjp {
        align-content: flex-start !important
    }

    .iofdZIB {
        align-content: flex-end !important
    }

    .jpLgKVgPG4 {
        align-content: center !important
    }

    .fLv6SK {
        align-content: space-between !important
    }

    .vGst6i0oj {
        align-content: space-around !important
    }

    .X8gbSNkK7j {
        align-content: stretch !important
    }

    .pMhT0XpOF {
        align-self: auto !important
    }

    .xYNwTv {
        align-self: flex-start !important
    }

    .fOgfyXv {
        align-self: flex-end !important
    }

    .dph82Zf33y {
        align-self: center !important
    }

    .GfcFFkdQZcg {
        align-self: baseline !important
    }

    .NgbfIC {
        align-self: stretch !important
    }

    .QX2pA0nDyN {
        order: -1 !important
    }

    .bJlfrF4 {
        order: 0 !important
    }

    .CyX0Wo1 {
        order: 1 !important
    }

    .Ngp8EwGz2nj {
        order: 2 !important
    }

    .XzawkjLdl {
        order: 3 !important
    }

    .zDfJ6SSF3Ov {
        order: 4 !important
    }

    .QIZKaPfH {
        order: 5 !important
    }

    .OTopLpxtc6A {
        order: 6 !important
    }

    .viuOBa {
        margin: 0 !important
    }

    .RFkdCA {
        margin: .25rem !important
    }

    .TIHVh9QJIjy {
        margin: .5rem !important
    }

    .Rlls4iW {
        margin: 1rem !important
    }

    .eV0tBXNE6B {
        margin: 1.5rem !important
    }

    .jhNm7bgS {
        margin: 3rem !important
    }

    .wX158Smd {
        margin: auto !important
    }

    .zW0dfb {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .zorfJPJMB {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .fhgrwBqRv {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .FIxfa6cPY {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .xK9YXmR9 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .wKHzaA {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .lP4EDDJW {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .ad7rDM8d {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .JOGPZj {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .NPvTe1 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .qJBQ9lh {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .Knwq68WZbHE {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .U38To0XA {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .U9HBhtD2B {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .q6dfLP3f {
        margin-top: 0 !important
    }

    .XXiXHhheJ43 {
        margin-top: .25rem !important
    }

    .anpx7imIzo {
        margin-top: .5rem !important
    }

    .C9vBYt {
        margin-top: 1rem !important
    }

    .nGhs8aP {
        margin-top: 1.5rem !important
    }

    .qtroepAJ0 {
        margin-top: 3rem !important
    }

    .NBbBYTr {
        margin-top: auto !important
    }

    .kbEgiR5pWwH {
        margin-right: 0 !important
    }

    .YfWEk1 {
        margin-right: .25rem !important
    }

    .NsErBCJ {
        margin-right: .5rem !important
    }

    .KYd7Ch {
        margin-right: 1rem !important
    }

    .zCvw7t {
        margin-right: 1.5rem !important
    }

    .uHdL0FnmEV {
        margin-right: 3rem !important
    }

    .ceOhfOfryA {
        margin-right: auto !important
    }

    .EXHjasEu {
        margin-bottom: 0 !important
    }

    .KLcRRA {
        margin-bottom: .25rem !important
    }

    .h7ihyE19 {
        margin-bottom: .5rem !important
    }

    .hfaPvfGtP {
        margin-bottom: 1rem !important
    }

    .Bu3CVLwuV {
        margin-bottom: 1.5rem !important
    }

    .hYdN6Wb {
        margin-bottom: 3rem !important
    }

    .Ho7UANQtnK {
        margin-bottom: auto !important
    }

    .syY0Ps1Ru {
        margin-left: 0 !important
    }

    .GnOuIDo2g13 {
        margin-left: .25rem !important
    }

    .n7rRgBkxH {
        margin-left: .5rem !important
    }

    .QpDN9Hd23eC {
        margin-left: 1rem !important
    }

    .EfGgENY {
        margin-left: 1.5rem !important
    }

    .eQNNq9q {
        margin-left: 3rem !important
    }

    .RZqSVumgI1 {
        margin-left: auto !important
    }

    .WMAlYyOVq {
        margin: -0.25rem !important
    }

    .c3aSwezfaD5 {
        margin: -0.5rem !important
    }

    .zv5Ckn7mMd {
        margin: -1rem !important
    }

    .Rj91iJ7nP {
        margin: -1.5rem !important
    }

    .qTgAs3r3s {
        margin: -3rem !important
    }

    .MTBw4JOCEw {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .ZKAbkyMyr {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .bIslBVmBfI {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .fEudF0CGC {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .AP4prBx5d {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .TlxArjC {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .mSzDbTB {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .GZS772cq8Rb {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .ntb90D {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .xWJ3FwzEW1d {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .kQWjTAK9 {
        margin-top: -0.25rem !important
    }

    .N9ylm6oXFbv {
        margin-top: -0.5rem !important
    }

    .jXIMzOb {
        margin-top: -1rem !important
    }

    .CsSa0yzNmdu {
        margin-top: -1.5rem !important
    }

    .KDFF4I5djtc {
        margin-top: -3rem !important
    }

    .cTIFpyJq5I {
        margin-right: -0.25rem !important
    }

    .odj6AIg7 {
        margin-right: -0.5rem !important
    }

    .J9cpZH {
        margin-right: -1rem !important
    }

    .NUhptWncD {
        margin-right: -1.5rem !important
    }

    .ok7rnU6ek3 {
        margin-right: -3rem !important
    }

    .vIEDIhcmSm {
        margin-bottom: -0.25rem !important
    }

    .pDOU6Sd {
        margin-bottom: -0.5rem !important
    }

    .XAf9zH {
        margin-bottom: -1rem !important
    }

    .VZI7LkQi {
        margin-bottom: -1.5rem !important
    }

    .rucC3eayHm {
        margin-bottom: -3rem !important
    }

    .aS5Tos2 {
        margin-left: -0.25rem !important
    }

    .htcbaB {
        margin-left: -0.5rem !important
    }

    .YmH5qOSspAe {
        margin-left: -1rem !important
    }

    .ylf8AeKQ9Tg {
        margin-left: -1.5rem !important
    }

    .xb7m7fpo {
        margin-left: -3rem !important
    }

    .nbINWvAzQ {
        padding: 0 !important
    }

    .Ded8t4B {
        padding: .25rem !important
    }

    .PGlG7r9 {
        padding: .5rem !important
    }

    .zhvr6yOg45M {
        padding: 1rem !important
    }

    .vaLpTxsG8p {
        padding: 1.5rem !important
    }

    .Ruqznh3Mxut {
        padding: 3rem !important
    }

    .ZPi8C1z {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .DsdQM1Ca9 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .MgWFCJ {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .V4G2usm6F {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .pfgMkQzIe {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

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

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

    .ZaW2xfHXz3 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .haDBk87I {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

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

    .Ke06sdkm {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .Gl8lky7 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .eUbOYQbIYzF {
        padding-top: 0 !important
    }

    .Es00DmS {
        padding-top: .25rem !important
    }

    .w5HE1Jm {
        padding-top: .5rem !important
    }

    .cA2qee {
        padding-top: 1rem !important
    }

    .iMRuWahBIg {
        padding-top: 1.5rem !important
    }

    .xIcw4dLdCxQ {
        padding-top: 3rem !important
    }

    .bTdpQKO {
        padding-right: 0 !important
    }

    .QgffvHj9r {
        padding-right: .25rem !important
    }

    .YcqekdC2eD {
        padding-right: .5rem !important
    }

    .zUff3v4cF {
        padding-right: 1rem !important
    }

    .vJgmGA7l {
        padding-right: 1.5rem !important
    }

    .cFX2AN4Unp {
        padding-right: 3rem !important
    }

    .drFJWKhBS8t {
        padding-bottom: 0 !important
    }

    .nSLDPN36eH {
        padding-bottom: .25rem !important
    }

    .Ev5oJxWtU6 {
        padding-bottom: .5rem !important
    }

    .ZBsIT98Ruuf {
        padding-bottom: 1rem !important
    }

    .IBe0hYM4x {
        padding-bottom: 1.5rem !important
    }

    .m6ftGz8 {
        padding-bottom: 3rem !important
    }

    .bmG5gNQMsui {
        padding-left: 0 !important
    }

    .zJ2wskqoqeQ {
        padding-left: .25rem !important
    }

    .QMBNE7NMTnY {
        padding-left: .5rem !important
    }

    .zfVPBNE {
        padding-left: 1rem !important
    }

    .a7NmxhNV {
        padding-left: 1.5rem !important
    }

    .YzkUV9 {
        padding-left: 3rem !important
    }

    .siichdfzfhM {
        text-align: left !important
    }

    .Tl3V25awCB {
        text-align: right !important
    }

    .diKZR6 {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .TUvXS7XD {
        float: left !important
    }

    .UVRnas4k {
        float: right !important
    }

    .F986RbxrINV {
        float: none !important
    }

    .emVwUhj {
        display: inline !important
    }

    .OfYZadtd {
        display: inline-block !important
    }

    .gNHLJ2Zg {
        display: block !important
    }

    .zZiG8on1u {
        display: grid !important
    }

    .uXoXen025 {
        display: table !important
    }

    .JwlzSQGGm {
        display: table-row !important
    }

    .PzcJaVE {
        display: table-cell !important
    }

    .aBSBZVTs {
        display: flex !important
    }

    .NquETJ {
        display: inline-flex !important
    }

    .ERDjoYsGAI {
        display: none !important
    }

    .OYVRepodu {
        flex: 1 1 auto !important
    }

    .uWPWBW {
        flex-direction: row !important
    }

    .oetuziM {
        flex-direction: column !important
    }

    .hT7Vz8 {
        flex-direction: row-reverse !important
    }

    .wupevfLUH6t {
        flex-direction: column-reverse !important
    }

    .DyqLEiE {
        flex-grow: 0 !important
    }

    .rnBJomsrh {
        flex-grow: 1 !important
    }

    .Q99yNfSv {
        flex-shrink: 0 !important
    }

    .XHgrbs {
        flex-shrink: 1 !important
    }

    .VkrqLx {
        flex-wrap: wrap !important
    }

    .ZtkOxZ {
        flex-wrap: nowrap !important
    }

    .BI3BaRBjKD {
        flex-wrap: wrap-reverse !important
    }

    .hIGwHccpE {
        gap: 0 !important
    }

    .noi7LLVuCZ {
        gap: .25rem !important
    }

    .yTgkYm7 {
        gap: .5rem !important
    }

    .dLfw1M8DT {
        gap: 1rem !important
    }

    .Iqigaaxhhjw {
        gap: 1.5rem !important
    }

    .AVpd5n {
        gap: 3rem !important
    }

    .LuyzSYYKh7 {
        justify-content: flex-start !important
    }

    .pR6cdw {
        justify-content: flex-end !important
    }

    .GwfdwKM1 {
        justify-content: center !important
    }

    .iNfjaS7E {
        justify-content: space-between !important
    }

    .US0ktzZeAs {
        justify-content: space-around !important
    }

    .NpKVC7p {
        justify-content: space-evenly !important
    }

    .Z57XJvu4aeO {
        align-items: flex-start !important
    }

    .peyJcc {
        align-items: flex-end !important
    }

    .zdpQHHtH {
        align-items: center !important
    }

    .v2gnJuPhk {
        align-items: baseline !important
    }

    .Z6RVQeBC3t {
        align-items: stretch !important
    }

    .okPvCkl7l {
        align-content: flex-start !important
    }

    .JehfEp1wbqj {
        align-content: flex-end !important
    }

    .DMhf7zM {
        align-content: center !important
    }

    .BVhDU1B2R {
        align-content: space-between !important
    }

    .zlmdFUrVR {
        align-content: space-around !important
    }

    .Sb495fb3l {
        align-content: stretch !important
    }

    .WLBb7SLq {
        align-self: auto !important
    }

    .oUvtRjuo7b {
        align-self: flex-start !important
    }

    .BaQefxhw {
        align-self: flex-end !important
    }

    .JTam5W {
        align-self: center !important
    }

    .XN9xarhsHv {
        align-self: baseline !important
    }

    .pfbBxfcbrj {
        align-self: stretch !important
    }

    .eB5u02mKb {
        order: -1 !important
    }

    .aHuUNwXASQc {
        order: 0 !important
    }

    .Da9uqM {
        order: 1 !important
    }

    .jJUt4F {
        order: 2 !important
    }

    .hoegrVTD {
        order: 3 !important
    }

    .IucOABYediF {
        order: 4 !important
    }

    .qhiVB8bM {
        order: 5 !important
    }

    .dcZp878 {
        order: 6 !important
    }

    .WAS7Ml {
        margin: 0 !important
    }

    .b1b9EProha {
        margin: .25rem !important
    }

    .GK3xHFDjOcN {
        margin: .5rem !important
    }

    .SfIGjDChEd {
        margin: 1rem !important
    }

    .ToahdUYBjps {
        margin: 1.5rem !important
    }

    .s1bxecI6Kfz {
        margin: 3rem !important
    }

    .EWMtewY4XkD {
        margin: auto !important
    }

    .AD5riFh {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .aKKooE7l {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .Kb4cNfYjFf {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .AzMy3P5F {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .Uit76O6Fg {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mX474bWVmCB {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .Ei2nfD {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .k3SljhbQm {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .cQsJGd {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .pmzgutiYuFy {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .LgdI3r401R {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .zuQqob2 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .KVw8Hx2dBa {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .bYtm3AwhoQ {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .GIaxiQChxR {
        margin-top: 0 !important
    }

    .cXMrFlDaoS4 {
        margin-top: .25rem !important
    }

    .YgfzmtILKz {
        margin-top: .5rem !important
    }

    .DPTB1s {
        margin-top: 1rem !important
    }

    .PFHX6LditGT {
        margin-top: 1.5rem !important
    }

    .I9ztO1qc {
        margin-top: 3rem !important
    }

    .QUU3ND9CV {
        margin-top: auto !important
    }

    .W17FhuW {
        margin-right: 0 !important
    }

    .ybVw1VdNu9E {
        margin-right: .25rem !important
    }

    .w0Zqs2vehi {
        margin-right: .5rem !important
    }

    .M92zGac {
        margin-right: 1rem !important
    }

    .eOHjirThlV {
        margin-right: 1.5rem !important
    }

    .qQIICe8 {
        margin-right: 3rem !important
    }

    .ziGxhCp {
        margin-right: auto !important
    }

    .DJgv8N58hJw {
        margin-bottom: 0 !important
    }

    .UREIPfv6x {
        margin-bottom: .25rem !important
    }

    .iYquknVu {
        margin-bottom: .5rem !important
    }

    .M5mNlae {
        margin-bottom: 1rem !important
    }

    .vWSEBNb {
        margin-bottom: 1.5rem !important
    }

    .SIH6bv {
        margin-bottom: 3rem !important
    }

    .PDvsXja {
        margin-bottom: auto !important
    }

    .SwOTIdB {
        margin-left: 0 !important
    }

    .I1TwW18lNuW {
        margin-left: .25rem !important
    }

    .v4qbMH {
        margin-left: .5rem !important
    }

    .gXDkL4CPVh {
        margin-left: 1rem !important
    }

    .VsNq3THFUwr {
        margin-left: 1.5rem !important
    }

    .QdV5VEXbeQQ {
        margin-left: 3rem !important
    }

    .tYVgPgQTu2p {
        margin-left: auto !important
    }

    .UcxHgzc5i9 {
        margin: -0.25rem !important
    }

    .PKdg6c {
        margin: -0.5rem !important
    }

    .RuVeP6qcf7 {
        margin: -1rem !important
    }

    .OPPvNdeyG {
        margin: -1.5rem !important
    }

    .fR2F17bY9dk {
        margin: -3rem !important
    }

    .FziiS0z {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .b0qxuQbfRd {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .G3xmG7etN {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .Q5kLviSvHb1 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .dn5GtObVpjV {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .Fkiytpwj {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .Bg6TBCe8JPW {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .DRKI7l4KuM4 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .o3ETxLi {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .xtkUsT2Si {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .JG7ZECejDi {
        margin-top: -0.25rem !important
    }

    .JC5KaHcmM {
        margin-top: -0.5rem !important
    }

    .Cl4gUk {
        margin-top: -1rem !important
    }

    .TX9BHp1XC {
        margin-top: -1.5rem !important
    }

    .JclsRnz {
        margin-top: -3rem !important
    }

    .cSAPjda {
        margin-right: -0.25rem !important
    }

    .vHk3p1n5vm {
        margin-right: -0.5rem !important
    }

    .wOx1ht6 {
        margin-right: -1rem !important
    }

    .JwfQea {
        margin-right: -1.5rem !important
    }

    .Alpp3lvFhA9 {
        margin-right: -3rem !important
    }

    .qhhZHP5 {
        margin-bottom: -0.25rem !important
    }

    .xHHbvP1ffSC {
        margin-bottom: -0.5rem !important
    }

    .wtdp3u {
        margin-bottom: -1rem !important
    }

    .N9FC8rVkYJR {
        margin-bottom: -1.5rem !important
    }

    .N4RVtfQcoQp {
        margin-bottom: -3rem !important
    }

    .tWhlAjvwIF7 {
        margin-left: -0.25rem !important
    }

    .W0G6Ioo7y4R {
        margin-left: -0.5rem !important
    }

    .sMJV9wQtTD {
        margin-left: -1rem !important
    }

    .f90x7EHuX {
        margin-left: -1.5rem !important
    }

    .Svs20cx {
        margin-left: -3rem !important
    }

    .it1z9j {
        padding: 0 !important
    }

    .lu4vsSn53 {
        padding: .25rem !important
    }

    .g6uwqOd1 {
        padding: .5rem !important
    }

    .vxrgGka4c {
        padding: 1rem !important
    }

    .GBMQfdpjB {
        padding: 1.5rem !important
    }

    .ixPz5qyp9nf {
        padding: 3rem !important
    }

    .NAHDLfUugw {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .AWeWRsCqT {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .R2pBHA2q {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .PuMRDDX2 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .jiFLFq0 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

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

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

    .zC3ZzkUdHx {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .HIiY1LAi0 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

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

    .vFgQ302H {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .jLH7ucP {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .NumHMk4T {
        padding-top: 0 !important
    }

    .rpGbzdTI {
        padding-top: .25rem !important
    }

    .gByWoLllutb {
        padding-top: .5rem !important
    }

    .ALvXCcDRxg {
        padding-top: 1rem !important
    }

    .x7MRDnkCg43 {
        padding-top: 1.5rem !important
    }

    .l84PDAiXjZX {
        padding-top: 3rem !important
    }

    .mAXe9wm2ReM {
        padding-right: 0 !important
    }

    .NQ6UR4Ow {
        padding-right: .25rem !important
    }

    .qW0H1zlr6T {
        padding-right: .5rem !important
    }

    .JmBCevTVX {
        padding-right: 1rem !important
    }

    .Wxeq9OUE {
        padding-right: 1.5rem !important
    }

    .YmR2E2ikW {
        padding-right: 3rem !important
    }

    .qOGM2Uwz {
        padding-bottom: 0 !important
    }

    .QcQSmfbhtUN {
        padding-bottom: .25rem !important
    }

    .qgmsaSpNK {
        padding-bottom: .5rem !important
    }

    .HE1gPll {
        padding-bottom: 1rem !important
    }

    .XyAiY4Lk {
        padding-bottom: 1.5rem !important
    }

    .TqiHTcK {
        padding-bottom: 3rem !important
    }

    .Gqdowd {
        padding-left: 0 !important
    }

    .KXDA1iwt1bf {
        padding-left: .25rem !important
    }

    .E4z6sUetw0K {
        padding-left: .5rem !important
    }

    .k1BLDazz {
        padding-left: 1rem !important
    }

    .cKgNTLzdccm {
        padding-left: 1.5rem !important
    }

    .RZHYLM {
        padding-left: 3rem !important
    }

    .OdQF6v {
        text-align: left !important
    }

    .VMMWDLv {
        text-align: right !important
    }

    .PCe8LsiTtyS {
        text-align: center !important
    }
}

@media(min-width: 1400px) {
    .tLPppd2Gb {
        float: left !important
    }

    .fKybvYsuR {
        float: right !important
    }

    .MdFGXmw {
        float: none !important
    }

    .CHHYgO0i {
        display: inline !important
    }

    .QIHr66Vbl {
        display: inline-block !important
    }

    .eBNe4hiZNX {
        display: block !important
    }

    .glQq08caB {
        display: grid !important
    }

    .wOa7ZAy0 {
        display: table !important
    }

    .TfFhzpj {
        display: table-row !important
    }

    .RRadTy {
        display: table-cell !important
    }

    .Gqjy84gQy {
        display: flex !important
    }

    .gz5rP9nF {
        display: inline-flex !important
    }

    .UceASzz2j {
        display: none !important
    }

    .Veta0t {
        flex: 1 1 auto !important
    }

    .Rjzf6c {
        flex-direction: row !important
    }

    .qIJXoQ {
        flex-direction: column !important
    }

    .qeq2OLvpN {
        flex-direction: row-reverse !important
    }

    .qiAfqEzW {
        flex-direction: column-reverse !important
    }

    .QLdCEav {
        flex-grow: 0 !important
    }

    .lZbNKeFDPDs {
        flex-grow: 1 !important
    }

    .yT9T8e {
        flex-shrink: 0 !important
    }

    .sVZuna {
        flex-shrink: 1 !important
    }

    .cvwikcdL {
        flex-wrap: wrap !important
    }

    .rQS03vb {
        flex-wrap: nowrap !important
    }

    .TuedXrY0qN {
        flex-wrap: wrap-reverse !important
    }

    .Gkw7pvy {
        gap: 0 !important
    }

    .vc2bY7n {
        gap: .25rem !important
    }

    .pRAyHvcWK {
        gap: .5rem !important
    }

    .Ie72TFl {
        gap: 1rem !important
    }

    .jKv07IozF {
        gap: 1.5rem !important
    }

    .PN7r7n7BIo2 {
        gap: 3rem !important
    }

    .bwM83eLNY {
        justify-content: flex-start !important
    }

    .wlx9k4W {
        justify-content: flex-end !important
    }

    .ztfhJQ2 {
        justify-content: center !important
    }

    .G0pUXrpI {
        justify-content: space-between !important
    }

    .p5zeVUv91To {
        justify-content: space-around !important
    }

    .hrtBa8SGAo {
        justify-content: space-evenly !important
    }

    .M6qxZL {
        align-items: flex-start !important
    }

    .aJRplR3m0G {
        align-items: flex-end !important
    }

    .xJ6vTwNlH {
        align-items: center !important
    }

    .usUJn9PCy {
        align-items: baseline !important
    }

    .sLafPbyVmq {
        align-items: stretch !important
    }

    .BleamMwoir {
        align-content: flex-start !important
    }

    .xG8wVGhczOB {
        align-content: flex-end !important
    }

    .xSRxs2CvO {
        align-content: center !important
    }

    .kPQXHVsfJ {
        align-content: space-between !important
    }

    .surpJR8 {
        align-content: space-around !important
    }

    .uLnTsadhL {
        align-content: stretch !important
    }

    .JCGFBa {
        align-self: auto !important
    }

    .LouAFQs {
        align-self: flex-start !important
    }

    .VMdd1GKiM {
        align-self: flex-end !important
    }

    .T7376ESrMIc {
        align-self: center !important
    }

    .tY7ZW7H {
        align-self: baseline !important
    }

    .m89u2e {
        align-self: stretch !important
    }

    .nt2pgMx7 {
        order: -1 !important
    }

    .xmZr9OhJtXb {
        order: 0 !important
    }

    .hbbGZy {
        order: 1 !important
    }

    .Am0rJrMB {
        order: 2 !important
    }

    .iMDehnVD6 {
        order: 3 !important
    }

    .Y1ZeUplT {
        order: 4 !important
    }

    .GsVBGucKWh {
        order: 5 !important
    }

    .pnaaplOZ {
        order: 6 !important
    }

    .bbgBixY6Y {
        margin: 0 !important
    }

    .jOob1r {
        margin: .25rem !important
    }

    .ylBxbme2c {
        margin: .5rem !important
    }

    .rpLewI {
        margin: 1rem !important
    }

    .uilRd5xf {
        margin: 1.5rem !important
    }

    .ecMHDo7M5mB {
        margin: 3rem !important
    }

    .JZqGrxcAXK {
        margin: auto !important
    }

    .wkbz2fBcG3N {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .SOO07XHF9wJ {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .QZFro6fW {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .xxLMRmvqcp {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .fDCum0 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .aEEHj4ZQ {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .hP1qM1kGuSF {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .p62H7cPpNf {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .nqcC8X {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .Xjjkskg {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .nANGUf3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .FMcigZTf {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .NfWwU6bPEDc {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .xzsUcsk4nE9 {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .plU8kceIW8 {
        margin-top: 0 !important
    }

    .H5faDIS {
        margin-top: .25rem !important
    }

    .TJujmBT {
        margin-top: .5rem !important
    }

    .COpX3Q {
        margin-top: 1rem !important
    }

    .ItVqftZC {
        margin-top: 1.5rem !important
    }

    .wuI6zMv4PI {
        margin-top: 3rem !important
    }

    .UcnhcyBssr {
        margin-top: auto !important
    }

    .gsG8nrCdN2P {
        margin-right: 0 !important
    }

    .jGgu8uePIA6 {
        margin-right: .25rem !important
    }

    .P1DOuG {
        margin-right: .5rem !important
    }

    .Fg5UCZB6O {
        margin-right: 1rem !important
    }

    .KNh4mZea {
        margin-right: 1.5rem !important
    }

    .AbkxyLm5tk {
        margin-right: 3rem !important
    }

    .wnDLeVuPAn {
        margin-right: auto !important
    }

    .aBVWsld5T0i {
        margin-bottom: 0 !important
    }

    .YgBTguDJj75 {
        margin-bottom: .25rem !important
    }

    .KiOYma {
        margin-bottom: .5rem !important
    }

    .CPNTuoqvH {
        margin-bottom: 1rem !important
    }

    .VtH6g06 {
        margin-bottom: 1.5rem !important
    }

    .MUtetYGm {
        margin-bottom: 3rem !important
    }

    .CiED6hvds {
        margin-bottom: auto !important
    }

    .Ooke9aw2a {
        margin-left: 0 !important
    }

    .lsLdqtUfY {
        margin-left: .25rem !important
    }

    .of9qDdp {
        margin-left: .5rem !important
    }

    .yL4yrMjnB {
        margin-left: 1rem !important
    }

    .ygpdxl {
        margin-left: 1.5rem !important
    }

    .g5mHQERMhZG {
        margin-left: 3rem !important
    }

    .uAmVW8K {
        margin-left: auto !important
    }

    .UlLxkOpk {
        margin: -0.25rem !important
    }

    .emQfypeYNn {
        margin: -0.5rem !important
    }

    .dJucPla3 {
        margin: -1rem !important
    }

    .gyRNjuoc5Ps {
        margin: -1.5rem !important
    }

    .qma5gx71c5b {
        margin: -3rem !important
    }

    .k5U0jy8 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .FVi93lDX {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .frqxzL {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .J3qtYTB {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .wZ5sub {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .NF6JF9 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .BrdnAt {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .AFoVc9e {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .IqNaMW5IA {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .LKXeIDUJQ5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .tUGGxT7 {
        margin-top: -0.25rem !important
    }

    .cXbDUuWwo {
        margin-top: -0.5rem !important
    }

    .joXeCJx {
        margin-top: -1rem !important
    }

    .rwcLe6 {
        margin-top: -1.5rem !important
    }

    .tXNCXb {
        margin-top: -3rem !important
    }

    .z6fsmqCzpf {
        margin-right: -0.25rem !important
    }

    .e1PjNPX2lTE {
        margin-right: -0.5rem !important
    }

    .KOIN1rfZ {
        margin-right: -1rem !important
    }

    .nZyi3B {
        margin-right: -1.5rem !important
    }

    .gcKxj3M {
        margin-right: -3rem !important
    }

    .Z0RIz41 {
        margin-bottom: -0.25rem !important
    }

    .DrT0TUuuzOz {
        margin-bottom: -0.5rem !important
    }

    .Q1Sblc {
        margin-bottom: -1rem !important
    }

    .Qqkddx {
        margin-bottom: -1.5rem !important
    }

    .YcneuoDTG5 {
        margin-bottom: -3rem !important
    }

    .jW4jM8b {
        margin-left: -0.25rem !important
    }

    .f53yOQpn1L {
        margin-left: -0.5rem !important
    }

    .YrmCuemH {
        margin-left: -1rem !important
    }

    .xNfdt0eOtuW {
        margin-left: -1.5rem !important
    }

    .C0y3TYS {
        margin-left: -3rem !important
    }

    .URap8JLMQEk {
        padding: 0 !important
    }

    .oScHZbmyF9 {
        padding: .25rem !important
    }

    .gdTigde634 {
        padding: .5rem !important
    }

    .KqwlEaqMyP {
        padding: 1rem !important
    }

    .FIbE2ua8o {
        padding: 1.5rem !important
    }

    .Yx2jdX {
        padding: 3rem !important
    }

    .LgzOs2v {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .vxfQzmQ {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .qzjfRh0A {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .vflETGgH4tn {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .B9E8aLFV {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

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

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

    .Nh8Vf5aC {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .vXV5ePl {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

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

    .tTFInnIuXp {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .DNeI2XMK4C {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .KD9RMx1QQz {
        padding-top: 0 !important
    }

    .OragKiT {
        padding-top: .25rem !important
    }

    .ARHsRig {
        padding-top: .5rem !important
    }

    .uHAtUZb0bG {
        padding-top: 1rem !important
    }

    .zU0l1CAY {
        padding-top: 1.5rem !important
    }

    .RhwNqFu8f {
        padding-top: 3rem !important
    }

    .iFA7a3q {
        padding-right: 0 !important
    }

    .gMnnjXz {
        padding-right: .25rem !important
    }

    .eTHd4WErY76 {
        padding-right: .5rem !important
    }

    .hOyGgPhc5y {
        padding-right: 1rem !important
    }

    .mCtTuJ5t {
        padding-right: 1.5rem !important
    }

    .ONT8vXCY {
        padding-right: 3rem !important
    }

    .yYYQuq21bZ {
        padding-bottom: 0 !important
    }

    .aGJ1b9Y {
        padding-bottom: .25rem !important
    }

    .qHJVwAR {
        padding-bottom: .5rem !important
    }

    .fgYIhC3SP {
        padding-bottom: 1rem !important
    }

    .na9StAJT {
        padding-bottom: 1.5rem !important
    }

    .Uvc6ZR {
        padding-bottom: 3rem !important
    }

    .gbiwMUWAQeK {
        padding-left: 0 !important
    }

    .muB315M {
        padding-left: .25rem !important
    }

    .IMvfKLJ57zJ {
        padding-left: .5rem !important
    }

    .TeZelKUAb7D {
        padding-left: 1rem !important
    }

    .Qdm0LKg {
        padding-left: 1.5rem !important
    }

    .MwSO41M3q {
        padding-left: 3rem !important
    }

    .KE0VYM9 {
        text-align: left !important
    }

    .hLBr2s8y {
        text-align: right !important
    }

    .PrEirUC {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .YeIKvUTjtv {
        font-size: 2.5rem !important
    }

    .Yd80QcY {
        font-size: 2rem !important
    }

    .gSxYi7kJb {
        font-size: 1.75rem !important
    }

    .liUKIV {
        font-size: 1.5rem !important
    }
}

@media print {
    .bQANkqLH {
        display: inline !important
    }

    .fasEKsWe1I {
        display: inline-block !important
    }

    .jDEddeOtU {
        display: block !important
    }

    .f4ktZzgHDv {
        display: grid !important
    }

    .eh9p4V9gS {
        display: table !important
    }

    .jpKmaGrxiF {
        display: table-row !important
    }

    .hjKuScJ3A {
        display: table-cell !important
    }

    .CPiUS2yKF {
        display: flex !important
    }

    .Ld2zFOmyQFc {
        display: inline-flex !important
    }

    .N4BC49 {
        display: none !important
    }
}