@charset "UTF-8";

/*!
 * Bootstrap v5.0.0-beta2 (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: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --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))
}

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

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

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

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

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

.OaxC1e,
.YgfUrPENiO,
.OXgqi1,
.pvkOJXDPYK,
.pvbdFr,
.A0WGyIUpbe6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

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

@media (min-width:1200px) {

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

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

@media (min-width:1200px) {

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

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

@media (min-width:1200px) {

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

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

@media (min-width:1200px) {

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

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

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

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

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

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

ol,
ul {
    padding-left: 2rem
}

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.toso3IKuWu,
small {
    font-size: .875em
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

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

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

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

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

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

a>code {
    color: inherit
}

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

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
}

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

textarea {
    resize: vertical
}

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

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

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

legend+* {
    clear: left
}

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

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

[type=search] {
    outline-offset: -2px;
    -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
}

.Nm3NNa {
    font-size: 1.25rem;
    font-weight: 300
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.SEVxbM {
    display: inline-block
}

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

.LyicF1pm7Lh {
    font-size: .875em;
    text-transform: uppercase
}

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

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

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

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

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

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

.vOEhUuZq {
    display: inline-block
}

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

.d8ScBBZ {
    font-size: .875em;
    color: #6c757d
}

.GKmXaMGaUi,
.qdhQyD,
.euuWsN,
.O5TLc1Oq,
.wLuageeh,
.yGm8vwX9E,
.lGP30Yw85q {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .GKmXaMGaUi,
    .wLuageeh {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .GKmXaMGaUi,
    .O5TLc1Oq,
    .wLuageeh {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .GKmXaMGaUi,
    .euuWsN,
    .O5TLc1Oq,
    .wLuageeh {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .GKmXaMGaUi,
    .euuWsN,
    .O5TLc1Oq,
    .wLuageeh,
    .yGm8vwX9E {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .GKmXaMGaUi,
    .euuWsN,
    .O5TLc1Oq,
    .wLuageeh,
    .yGm8vwX9E,
    .lGP30Yw85q {
        max-width: 1320px
    }
}

.GD581GCfeb {
    --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)
}

.GD581GCfeb>* {
    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)
}

.W0mMt8 {
    flex: 1 0 0%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.k44DzfNWm6b {
    margin-left: 8.3333333333%
}

.MynTval {
    margin-left: 16.6666666667%
}

.bexIC48y {
    margin-left: 25%
}

.l49BBptKk {
    margin-left: 33.3333333333%
}

.p8jgtv4S {
    margin-left: 41.6666666667%
}

.vGspUXHBKj {
    margin-left: 50%
}

.hQmxzIwe {
    margin-left: 58.3333333333%
}

.nSdZj420 {
    margin-left: 66.6666666667%
}

.kHe7FNCh {
    margin-left: 75%
}

.VKx4sb1LrV4 {
    margin-left: 83.3333333333%
}

.P1prVK {
    margin-left: 91.6666666667%
}

.r06Kc9,
.sPxjYy {
    --bs-gutter-x: 0
}

.r06Kc9,
.fezrElWYVD {
    --bs-gutter-y: 0
}

.VVUcfA5zTG,
.SSWbjwuY8lk {
    --bs-gutter-x: 0.25rem
}

.VVUcfA5zTG,
.UQeHlpT4eh {
    --bs-gutter-y: 0.25rem
}

.hBtkV2X,
.p2mk9DLmJb {
    --bs-gutter-x: 0.5rem
}

.hBtkV2X,
.M45xzY {
    --bs-gutter-y: 0.5rem
}

.RhWelVbDL,
.u0rSsJtB5hu {
    --bs-gutter-x: 1rem
}

.RhWelVbDL,
.TnCVfabrCG {
    --bs-gutter-y: 1rem
}

.RDTAtcaLwzH,
.MGORhkpslW {
    --bs-gutter-x: 1.5rem
}

.RDTAtcaLwzH,
.UDjSg55kup {
    --bs-gutter-y: 1.5rem
}

.HocBnU,
.O25mqOE9 {
    --bs-gutter-x: 3rem
}

.HocBnU,
.IuYEX60h {
    --bs-gutter-y: 3rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p18Rr1 {
        margin-left: 0
    }

    .ZchhoC {
        margin-left: 8.3333333333%
    }

    .sNBTLDGrTTn {
        margin-left: 16.6666666667%
    }

    .VAKS0OAJ64 {
        margin-left: 25%
    }

    .e9RrED {
        margin-left: 33.3333333333%
    }

    .uEmYeeQc {
        margin-left: 41.6666666667%
    }

    .HoHcgPzWB3 {
        margin-left: 50%
    }

    .nB55vc7PJ {
        margin-left: 58.3333333333%
    }

    .ctYkxB3cZb {
        margin-left: 66.6666666667%
    }

    .Ph2OArKd {
        margin-left: 75%
    }

    .NiXiweBKSy2 {
        margin-left: 83.3333333333%
    }

    .NG6RL5 {
        margin-left: 91.6666666667%
    }

    .r3dT4HQzZ,
    .GuMe8iNZp {
        --bs-gutter-x: 0
    }

    .r3dT4HQzZ,
    .NNSKrQI {
        --bs-gutter-y: 0
    }

    .Zmvhr2dkb,
    .XBylYdS7KXr {
        --bs-gutter-x: 0.25rem
    }

    .Zmvhr2dkb,
    .caocLsU588 {
        --bs-gutter-y: 0.25rem
    }

    .ieLyzmB94p,
    .UpJKPb {
        --bs-gutter-x: 0.5rem
    }

    .ieLyzmB94p,
    .eEdbYe {
        --bs-gutter-y: 0.5rem
    }

    .SinoRH,
    .p81z3bu7c2 {
        --bs-gutter-x: 1rem
    }

    .SinoRH,
    .VTJW4l {
        --bs-gutter-y: 1rem
    }

    .WJfaZzpb,
    .LcgmYlofW1 {
        --bs-gutter-x: 1.5rem
    }

    .WJfaZzpb,
    .Od3Cf2ghNa {
        --bs-gutter-y: 1.5rem
    }

    .Dn75lgevMTJ,
    .oTtd18 {
        --bs-gutter-x: 3rem
    }

    .Dn75lgevMTJ,
    .ualdJvzWxZ {
        --bs-gutter-y: 3rem
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .Y1rrvap9 {
        margin-left: 0
    }

    .oDwA0ff {
        margin-left: 8.3333333333%
    }

    .jYWrUAp {
        margin-left: 16.6666666667%
    }

    .nce05HEGBq {
        margin-left: 25%
    }

    .pz95Cxg {
        margin-left: 33.3333333333%
    }

    .PnwLvoJMu {
        margin-left: 41.6666666667%
    }

    .VGK3vO0GrBE {
        margin-left: 50%
    }

    .TbMOIZ0N {
        margin-left: 58.3333333333%
    }

    .NWxI0fsNP {
        margin-left: 66.6666666667%
    }

    .hkcQVNl {
        margin-left: 75%
    }

    .Smsc2tJrBPD {
        margin-left: 83.3333333333%
    }

    .tD31fj {
        margin-left: 91.6666666667%
    }

    .tzvUb2kN,
    .VQBqcDmcr {
        --bs-gutter-x: 0
    }

    .tzvUb2kN,
    .S1NaKMK3Rw {
        --bs-gutter-y: 0
    }

    .SZYQNOh,
    .Vl67IPjtv {
        --bs-gutter-x: 0.25rem
    }

    .SZYQNOh,
    .KVeIfgINIsE {
        --bs-gutter-y: 0.25rem
    }

    .VbivhAKld,
    .lyuUFQ06 {
        --bs-gutter-x: 0.5rem
    }

    .VbivhAKld,
    .gncGQe0GDrr {
        --bs-gutter-y: 0.5rem
    }

    .s1vnWQ,
    .BumwGeA6I {
        --bs-gutter-x: 1rem
    }

    .s1vnWQ,
    .LavktxKu6 {
        --bs-gutter-y: 1rem
    }

    .uIVAbgI,
    .cxqu8E {
        --bs-gutter-x: 1.5rem
    }

    .uIVAbgI,
    .sy8KItBVd8 {
        --bs-gutter-y: 1.5rem
    }

    .faiou8XKz,
    .Y5QigIgu {
        --bs-gutter-x: 3rem
    }

    .faiou8XKz,
    .daBphapNY {
        --bs-gutter-y: 3rem
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .d5SpJN {
        margin-left: 0
    }

    .cWATYkvwcx {
        margin-left: 8.3333333333%
    }

    .ho7oCOFEW {
        margin-left: 16.6666666667%
    }

    .CEuteOTBn {
        margin-left: 25%
    }

    .fe2CD1gQNX {
        margin-left: 33.3333333333%
    }

    .xGmHvu6Djq0 {
        margin-left: 41.6666666667%
    }

    .yCu8Kp7mk {
        margin-left: 50%
    }

    .j5YZVgfn {
        margin-left: 58.3333333333%
    }

    .eXRf1voC {
        margin-left: 66.6666666667%
    }

    .G3Rrx0z5p6 {
        margin-left: 75%
    }

    .aBbLi2e {
        margin-left: 83.3333333333%
    }

    .oUIeNuDNJh {
        margin-left: 91.6666666667%
    }

    .Wb3ozLFceb,
    .q6yY2xovEfP {
        --bs-gutter-x: 0
    }

    .Wb3ozLFceb,
    .g1C8l7 {
        --bs-gutter-y: 0
    }

    .MK6Sd1,
    .QLPiInc {
        --bs-gutter-x: 0.25rem
    }

    .MK6Sd1,
    .Off9wOy5 {
        --bs-gutter-y: 0.25rem
    }

    .gPOT4SEMX,
    .Sg3Y9xirljv {
        --bs-gutter-x: 0.5rem
    }

    .gPOT4SEMX,
    .kQhPR6CA {
        --bs-gutter-y: 0.5rem
    }

    .GfHzoVK,
    .rAZoO8 {
        --bs-gutter-x: 1rem
    }

    .GfHzoVK,
    .GnCGul {
        --bs-gutter-y: 1rem
    }

    .iptbC0Hp92e,
    .y4M7Sx {
        --bs-gutter-x: 1.5rem
    }

    .iptbC0Hp92e,
    .FgRRiyKZ {
        --bs-gutter-y: 1.5rem
    }

    .HwEp2Fgu8ah,
    .xdgvbF {
        --bs-gutter-x: 3rem
    }

    .HwEp2Fgu8ah,
    .fEfhRj {
        --bs-gutter-y: 3rem
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .YCtV3rAA1PO {
        margin-left: 0
    }

    .ThCVtlVot {
        margin-left: 8.3333333333%
    }

    .UdlbrdPof {
        margin-left: 16.6666666667%
    }

    .WfkoWdA {
        margin-left: 25%
    }

    .VU45Kb4xRq {
        margin-left: 33.3333333333%
    }

    .kKfg3P {
        margin-left: 41.6666666667%
    }

    .KdehyakW5 {
        margin-left: 50%
    }

    .R8RNiXKY {
        margin-left: 58.3333333333%
    }

    .v9EreKfeWr {
        margin-left: 66.6666666667%
    }

    .ne6r91U {
        margin-left: 75%
    }

    .E8ddEb {
        margin-left: 83.3333333333%
    }

    .rNr37KKb {
        margin-left: 91.6666666667%
    }

    .WjIdJkXqb,
    .s0J8vjlTgae {
        --bs-gutter-x: 0
    }

    .WjIdJkXqb,
    .mQhlDZd5f {
        --bs-gutter-y: 0
    }

    .lA2BUgfjuJk,
    .I2QfDOdSrdH {
        --bs-gutter-x: 0.25rem
    }

    .lA2BUgfjuJk,
    .U8aJKNpBrp {
        --bs-gutter-y: 0.25rem
    }

    .U0yjSRGy,
    .S8snkjE1FVH {
        --bs-gutter-x: 0.5rem
    }

    .U0yjSRGy,
    .uIvoZPgmu {
        --bs-gutter-y: 0.5rem
    }

    .qqeOUB20J,
    .QdHO42MRhKn {
        --bs-gutter-x: 1rem
    }

    .qqeOUB20J,
    .YLSFuvt5 {
        --bs-gutter-y: 1rem
    }

    .ahC7OkPeXl,
    .oVpovo {
        --bs-gutter-x: 1.5rem
    }

    .ahC7OkPeXl,
    .d6WTzdcYbzZ {
        --bs-gutter-y: 1.5rem
    }

    .wr3TS7df,
    .eQJbzgeHdwJ {
        --bs-gutter-x: 3rem
    }

    .wr3TS7df,
    .bppd2ItFeZN {
        --bs-gutter-y: 3rem
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .UQCVIK {
        margin-left: 0
    }

    .SKQfYmr1 {
        margin-left: 8.3333333333%
    }

    .MqqKizaQG {
        margin-left: 16.6666666667%
    }

    .Mghbvg {
        margin-left: 25%
    }

    .LZSCJuZZI {
        margin-left: 33.3333333333%
    }

    .MWzmtieqTE {
        margin-left: 41.6666666667%
    }

    .jXkScrld {
        margin-left: 50%
    }

    .pVBbyG7NM {
        margin-left: 58.3333333333%
    }

    .G3WAgdCRNb {
        margin-left: 66.6666666667%
    }

    .e6mUKgCvLd8 {
        margin-left: 75%
    }

    .yzRlnVI {
        margin-left: 83.3333333333%
    }

    .PbFRgpXAd {
        margin-left: 91.6666666667%
    }

    .TiXWt9,
    .xmDfVMz2 {
        --bs-gutter-x: 0
    }

    .TiXWt9,
    .j2XNM6mHgZ {
        --bs-gutter-y: 0
    }

    .d1KPGu3KyFu,
    .JdlTsb {
        --bs-gutter-x: 0.25rem
    }

    .d1KPGu3KyFu,
    .KykBkq5 {
        --bs-gutter-y: 0.25rem
    }

    .sVhfEVOxoA,
    .xuDUjd0 {
        --bs-gutter-x: 0.5rem
    }

    .sVhfEVOxoA,
    .sMuE3RFT {
        --bs-gutter-y: 0.5rem
    }

    .lMgYn7hs,
    .IQWkHaz {
        --bs-gutter-x: 1rem
    }

    .lMgYn7hs,
    .PuZfhI1fCEX {
        --bs-gutter-y: 1rem
    }

    .no7IKyIaB,
    .bflj4zG7 {
        --bs-gutter-x: 1.5rem
    }

    .no7IKyIaB,
    .DPBbPd5 {
        --bs-gutter-y: 1.5rem
    }

    .wJJVnTQrV,
    .V1QmpReINk {
        --bs-gutter-x: 3rem
    }

    .wJJVnTQrV,
    .Ady7RkSR {
        --bs-gutter-y: 3rem
    }
}

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

.KCEDDS28kC>: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)
}

.KCEDDS28kC>tbody {
    vertical-align: inherit
}

.KCEDDS28kC>thead {
    vertical-align: bottom
}

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

.uA2Jx6 {
    caption-side: top
}

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

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

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

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

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

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

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

.WbJREmV5Eg {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6
}

.r6RgE5U7gD {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce
}

.JjbacUtDjf {
    --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
}

.F3hoqF1s {
    --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
}

.nH9w0eZe {
    --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
}

.ZleTXGfgM {
    --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
}

.CebeZOdJPN {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.dYP385CTbN {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

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

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

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

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

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

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

.uc9N2gwb {
    margin-bottom: .5rem
}

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

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

.ypKaopgRz {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

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

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

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

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

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

.X2PEeae:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

.X2PEeae::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.X2PEeae::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

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

.X2PEeae:disabled,
.X2PEeae[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.X2PEeae::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    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) {
    .X2PEeae::file-selector-button {
        transition: none
    }
}

.X2PEeae:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

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

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

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

.sxqKtRfZRlG {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.sxqKtRfZRlG.QFKtpYEB1d,
.sxqKtRfZRlG.vtfFgCESF {
    padding-right: 0;
    padding-left: 0
}

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

.vtfFgCESF::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

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

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

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

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

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

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

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

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

.r5mcmBO21O:not(:disabled):not([readonly]) {
    cursor: pointer
}

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

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

.yg0Yc8pXZ {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    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: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.yg0Yc8pXZ:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

.yg0Yc8pXZ:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.yg0Yc8pXZ:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.ynqhaz {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

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

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

.pwbXNIP .rB2D6jd6m {
    float: left;
    margin-left: -1.5em
}

.rB2D6jd6m {
    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);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

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

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

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

.rB2D6jd6m:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.rB2D6jd6m:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.rB2D6jd6m: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")
}

.rB2D6jd6m: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")
}

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

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

.rB2D6jd6m:disabled~.oEN3S4G2E,
.rB2D6jd6m[disabled]~.oEN3S4G2E {
    opacity: .5
}

.Fc0O8ZXeJ {
    padding-left: 2.5em
}

.Fc0O8ZXeJ .rB2D6jd6m {
    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) {
    .Fc0O8ZXeJ .rB2D6jd6m {
        transition: none
    }
}

.Fc0O8ZXeJ .rB2D6jd6m: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='%2386b7fe'/%3e%3c/svg%3e")
}

.Fc0O8ZXeJ .rB2D6jd6m: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")
}

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

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

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

.SVROhJY {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.SVROhJY:focus {
    outline: 0
}

.SVROhJY:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.SVROhJY:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

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

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

.SVROhJY::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.SVROhJY::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

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

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

.SVROhJY::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.SVROhJY::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.SVROhJY:disabled {
    pointer-events: none
}

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

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

.TMWu164WJFy {
    position: relative
}

.TMWu164WJFy>.X2PEeae,
.TMWu164WJFy>.yg0Yc8pXZ {
    height: calc(3.5rem + 2px);
    padding: 1rem .75rem
}

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

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

.TMWu164WJFy>.X2PEeae::-webkit-input-placeholder {
    color: transparent
}

.TMWu164WJFy>.X2PEeae::-moz-placeholder {
    color: transparent
}

.TMWu164WJFy>.X2PEeae::placeholder {
    color: transparent
}

.TMWu164WJFy>.X2PEeae:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

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

.TMWu164WJFy>.X2PEeae:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.TMWu164WJFy>.yg0Yc8pXZ {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.TMWu164WJFy>.X2PEeae:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.TMWu164WJFy>.X2PEeae:focus~label,
.TMWu164WJFy>.X2PEeae:not(:placeholder-shown)~label,
.TMWu164WJFy>.yg0Yc8pXZ~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.TMWu164WJFy>.X2PEeae:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

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

.c1LX4RQWZ>.X2PEeae,
.c1LX4RQWZ>.yg0Yc8pXZ {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.c1LX4RQWZ>.X2PEeae:focus,
.c1LX4RQWZ>.yg0Yc8pXZ:focus {
    z-index: 3
}

.c1LX4RQWZ .FJkwuhmKrfw {
    position: relative;
    z-index: 2
}

.c1LX4RQWZ .FJkwuhmKrfw:focus {
    z-index: 3
}

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

.jK08x1Ha3ak>.FJkwuhmKrfw,
.jK08x1Ha3ak>.X2PEeae,
.jK08x1Ha3ak>.yg0Yc8pXZ,
.jK08x1Ha3ak>.LVKgv4Tzd8 {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.HTs6DH>.FJkwuhmKrfw,
.HTs6DH>.X2PEeae,
.HTs6DH>.yg0Yc8pXZ,
.HTs6DH>.LVKgv4Tzd8 {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.jK08x1Ha3ak>.yg0Yc8pXZ,
.HTs6DH>.yg0Yc8pXZ {
    padding-right: 3rem
}

.c1LX4RQWZ:not(.jlKuWI)>.VOeYn2n:nth-last-child(n+3),
.c1LX4RQWZ:not(.jlKuWI)>:not(:last-child):not(.VOeYn2n):not(.yJH8o6Rw) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.c1LX4RQWZ.jlKuWI>.VOeYn2n:nth-last-child(n+4),
.c1LX4RQWZ.jlKuWI>:nth-last-child(n+3):not(.VOeYn2n):not(.yJH8o6Rw) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.c1LX4RQWZ>:not(:first-child):not(.yJH8o6Rw):not(.biPDI0):not(.qePIvlp):not(.Z7NncyGdW2):not(.KcfxTfVul9) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

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

.MXWKzmy~.qePIvlp,
.MXWKzmy~.biPDI0,
.koQULz7 :valid~.qePIvlp,
.koQULz7 :valid~.biPDI0 {
    display: block
}

.X2PEeae.MXWKzmy,
.koQULz7 .X2PEeae:valid {
    border-color: #198754;
    padding-right: calc(1.5em + .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(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.X2PEeae.MXWKzmy:focus,
.koQULz7 .X2PEeae:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.koQULz7 textarea.X2PEeae:valid,
textarea.X2PEeae.MXWKzmy {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.yg0Yc8pXZ.MXWKzmy,
.koQULz7 .yg0Yc8pXZ:valid {
    border-color: #198754;
    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(.75em + .375rem) calc(.75em + .375rem)
}

.yg0Yc8pXZ.MXWKzmy:focus,
.koQULz7 .yg0Yc8pXZ:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.rB2D6jd6m.MXWKzmy,
.koQULz7 .rB2D6jd6m:valid {
    border-color: #198754
}

.rB2D6jd6m.MXWKzmy:checked,
.koQULz7 .rB2D6jd6m:valid:checked {
    background-color: #198754
}

.rB2D6jd6m.MXWKzmy:focus,
.koQULz7 .rB2D6jd6m:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.rB2D6jd6m.MXWKzmy~.oEN3S4G2E,
.koQULz7 .rB2D6jd6m:valid~.oEN3S4G2E {
    color: #198754
}

.hdJQCcXKdK .rB2D6jd6m~.qePIvlp {
    margin-left: .5em
}

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

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

.R4FSWIpCce~.KcfxTfVul9,
.R4FSWIpCce~.Z7NncyGdW2,
.koQULz7 :invalid~.KcfxTfVul9,
.koQULz7 :invalid~.Z7NncyGdW2 {
    display: block
}

.X2PEeae.R4FSWIpCce,
.koQULz7 .X2PEeae:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .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(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

.koQULz7 textarea.X2PEeae:invalid,
textarea.X2PEeae.R4FSWIpCce {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.yg0Yc8pXZ.R4FSWIpCce,
.koQULz7 .yg0Yc8pXZ:invalid {
    border-color: #dc3545;
    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(.75em + .375rem) calc(.75em + .375rem)
}

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

.rB2D6jd6m.R4FSWIpCce,
.koQULz7 .rB2D6jd6m:invalid {
    border-color: #dc3545
}

.rB2D6jd6m.R4FSWIpCce:checked,
.koQULz7 .rB2D6jd6m:invalid:checked {
    background-color: #dc3545
}

.rB2D6jd6m.R4FSWIpCce:focus,
.koQULz7 .rB2D6jd6m:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.rB2D6jd6m.R4FSWIpCce~.oEN3S4G2E,
.koQULz7 .rB2D6jd6m:invalid~.oEN3S4G2E {
    color: #dc3545
}

.hdJQCcXKdK .rB2D6jd6m~.KcfxTfVul9 {
    margin-left: .5em
}

.FJkwuhmKrfw {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    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) {
    .FJkwuhmKrfw {
        transition: none
    }
}

.FJkwuhmKrfw:hover {
    color: #212529
}

.ITC1GN38:focus+.FJkwuhmKrfw,
.FJkwuhmKrfw:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

.CFYGErsZV31 {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.CFYGErsZV31:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca
}

.ITC1GN38:focus+.CFYGErsZV31,
.CFYGErsZV31:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.ITC1GN38:active+.CFYGErsZV31,
.ITC1GN38:checked+.CFYGErsZV31,
.CFYGErsZV31.D5Wzj4,
.CFYGErsZV31:active,
.v6GKwlXamN>.CFYGErsZV31.VOeYn2n {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be
}

.ITC1GN38:active+.CFYGErsZV31:focus,
.ITC1GN38:checked+.CFYGErsZV31:focus,
.CFYGErsZV31.D5Wzj4:focus,
.CFYGErsZV31:active:focus,
.v6GKwlXamN>.CFYGErsZV31.VOeYn2n:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.CFYGErsZV31.OMtCvpf,
.CFYGErsZV31:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.HbLtUn0 {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.HbLtUn0:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64
}

.ITC1GN38:focus+.HbLtUn0,
.HbLtUn0:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.ITC1GN38:active+.HbLtUn0,
.ITC1GN38:checked+.HbLtUn0,
.HbLtUn0.D5Wzj4,
.HbLtUn0:active,
.v6GKwlXamN>.HbLtUn0.VOeYn2n {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e
}

.ITC1GN38:active+.HbLtUn0:focus,
.ITC1GN38:checked+.HbLtUn0:focus,
.HbLtUn0.D5Wzj4:focus,
.HbLtUn0:active:focus,
.v6GKwlXamN>.HbLtUn0.VOeYn2n:focus {
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.HbLtUn0.OMtCvpf,
.HbLtUn0:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

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

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

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

.ITC1GN38:active+.P8ohrSDd,
.ITC1GN38:checked+.P8ohrSDd,
.P8ohrSDd.D5Wzj4,
.P8ohrSDd:active,
.v6GKwlXamN>.P8ohrSDd.VOeYn2n {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}

.ITC1GN38:active+.P8ohrSDd:focus,
.ITC1GN38:checked+.P8ohrSDd:focus,
.P8ohrSDd.D5Wzj4:focus,
.P8ohrSDd:active:focus,
.v6GKwlXamN>.P8ohrSDd.VOeYn2n:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

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

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

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

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

.ITC1GN38:active+.VPOmVxZ,
.ITC1GN38:checked+.VPOmVxZ,
.VPOmVxZ.D5Wzj4,
.VPOmVxZ:active,
.v6GKwlXamN>.VPOmVxZ.VOeYn2n {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2
}

.ITC1GN38:active+.VPOmVxZ:focus,
.ITC1GN38:checked+.VPOmVxZ:focus,
.VPOmVxZ.D5Wzj4:focus,
.VPOmVxZ:active:focus,
.v6GKwlXamN>.VPOmVxZ.VOeYn2n:focus {
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

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

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

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

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

.ITC1GN38:active+.mAbEoAvuX,
.ITC1GN38:checked+.mAbEoAvuX,
.mAbEoAvuX.D5Wzj4,
.mAbEoAvuX:active,
.v6GKwlXamN>.mAbEoAvuX.VOeYn2n {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720
}

.ITC1GN38:active+.mAbEoAvuX:focus,
.ITC1GN38:checked+.mAbEoAvuX:focus,
.mAbEoAvuX.D5Wzj4:focus,
.mAbEoAvuX:active:focus,
.v6GKwlXamN>.mAbEoAvuX.VOeYn2n:focus {
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

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

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

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

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

.ITC1GN38:active+.PX1i0wchuh,
.ITC1GN38:checked+.PX1i0wchuh,
.PX1i0wchuh.D5Wzj4,
.PX1i0wchuh:active,
.v6GKwlXamN>.PX1i0wchuh.VOeYn2n {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834
}

.ITC1GN38:active+.PX1i0wchuh:focus,
.ITC1GN38:checked+.PX1i0wchuh:focus,
.PX1i0wchuh.D5Wzj4:focus,
.PX1i0wchuh:active:focus,
.v6GKwlXamN>.PX1i0wchuh.VOeYn2n:focus {
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

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

.Tp5aMhPEq {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.Tp5aMhPEq:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.ITC1GN38:focus+.Tp5aMhPEq,
.Tp5aMhPEq:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.ITC1GN38:active+.Tp5aMhPEq,
.ITC1GN38:checked+.Tp5aMhPEq,
.Tp5aMhPEq.D5Wzj4,
.Tp5aMhPEq:active,
.v6GKwlXamN>.Tp5aMhPEq.VOeYn2n {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.ITC1GN38:active+.Tp5aMhPEq:focus,
.ITC1GN38:checked+.Tp5aMhPEq:focus,
.Tp5aMhPEq.D5Wzj4:focus,
.Tp5aMhPEq:active:focus,
.v6GKwlXamN>.Tp5aMhPEq.VOeYn2n:focus {
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.Tp5aMhPEq.OMtCvpf,
.Tp5aMhPEq:disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.xFWipqs93 {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.xFWipqs93:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21
}

.ITC1GN38:focus+.xFWipqs93,
.xFWipqs93:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.ITC1GN38:active+.xFWipqs93,
.ITC1GN38:checked+.xFWipqs93,
.xFWipqs93.D5Wzj4,
.xFWipqs93:active,
.v6GKwlXamN>.xFWipqs93.VOeYn2n {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f
}

.ITC1GN38:active+.xFWipqs93:focus,
.ITC1GN38:checked+.xFWipqs93:focus,
.xFWipqs93.D5Wzj4:focus,
.xFWipqs93:active:focus,
.v6GKwlXamN>.xFWipqs93.VOeYn2n:focus {
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.xFWipqs93.OMtCvpf,
.xFWipqs93:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.cTIWgBmtYc6 {
    color: #0d6efd;
    border-color: #0d6efd
}

.cTIWgBmtYc6:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.ITC1GN38:focus+.cTIWgBmtYc6,
.cTIWgBmtYc6:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.ITC1GN38:active+.cTIWgBmtYc6,
.ITC1GN38:checked+.cTIWgBmtYc6,
.cTIWgBmtYc6.D5Wzj4,
.cTIWgBmtYc6.VOeYn2n.v6GKwlXamN,
.cTIWgBmtYc6:active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.ITC1GN38:active+.cTIWgBmtYc6:focus,
.ITC1GN38:checked+.cTIWgBmtYc6:focus,
.cTIWgBmtYc6.D5Wzj4:focus,
.cTIWgBmtYc6.VOeYn2n.v6GKwlXamN:focus,
.cTIWgBmtYc6:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.cTIWgBmtYc6.OMtCvpf,
.cTIWgBmtYc6:disabled {
    color: #0d6efd;
    background-color: transparent
}

.mbXvrlAN {
    color: #6c757d;
    border-color: #6c757d
}

.mbXvrlAN:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.ITC1GN38:focus+.mbXvrlAN,
.mbXvrlAN:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.ITC1GN38:active+.mbXvrlAN,
.ITC1GN38:checked+.mbXvrlAN,
.mbXvrlAN.D5Wzj4,
.mbXvrlAN.VOeYn2n.v6GKwlXamN,
.mbXvrlAN:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.ITC1GN38:active+.mbXvrlAN:focus,
.ITC1GN38:checked+.mbXvrlAN:focus,
.mbXvrlAN.D5Wzj4:focus,
.mbXvrlAN.VOeYn2n.v6GKwlXamN:focus,
.mbXvrlAN:active:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.mbXvrlAN.OMtCvpf,
.mbXvrlAN:disabled {
    color: #6c757d;
    background-color: transparent
}

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

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

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

.ITC1GN38:active+.HpOqqxY,
.ITC1GN38:checked+.HpOqqxY,
.HpOqqxY.D5Wzj4,
.HpOqqxY.VOeYn2n.v6GKwlXamN,
.HpOqqxY:active {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.ITC1GN38:active+.HpOqqxY:focus,
.ITC1GN38:checked+.HpOqqxY:focus,
.HpOqqxY.D5Wzj4:focus,
.HpOqqxY.VOeYn2n.v6GKwlXamN:focus,
.HpOqqxY:active:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.HpOqqxY.OMtCvpf,
.HpOqqxY:disabled {
    color: #198754;
    background-color: transparent
}

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

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

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

.ITC1GN38:active+.iJd51uEMf,
.ITC1GN38:checked+.iJd51uEMf,
.iJd51uEMf.D5Wzj4,
.iJd51uEMf.VOeYn2n.v6GKwlXamN,
.iJd51uEMf:active {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.ITC1GN38:active+.iJd51uEMf:focus,
.ITC1GN38:checked+.iJd51uEMf:focus,
.iJd51uEMf.D5Wzj4:focus,
.iJd51uEMf.VOeYn2n.v6GKwlXamN:focus,
.iJd51uEMf:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.iJd51uEMf.OMtCvpf,
.iJd51uEMf:disabled {
    color: #0dcaf0;
    background-color: transparent
}

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

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

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

.ITC1GN38:active+.bP4s2P8ReZ,
.ITC1GN38:checked+.bP4s2P8ReZ,
.bP4s2P8ReZ.D5Wzj4,
.bP4s2P8ReZ.VOeYn2n.v6GKwlXamN,
.bP4s2P8ReZ:active {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.ITC1GN38:active+.bP4s2P8ReZ:focus,
.ITC1GN38:checked+.bP4s2P8ReZ:focus,
.bP4s2P8ReZ.D5Wzj4:focus,
.bP4s2P8ReZ.VOeYn2n.v6GKwlXamN:focus,
.bP4s2P8ReZ:active:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.bP4s2P8ReZ.OMtCvpf,
.bP4s2P8ReZ:disabled {
    color: #ffc107;
    background-color: transparent
}

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

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

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

.ITC1GN38:active+.sScPQD3tEp,
.ITC1GN38:checked+.sScPQD3tEp,
.sScPQD3tEp.D5Wzj4,
.sScPQD3tEp.VOeYn2n.v6GKwlXamN,
.sScPQD3tEp:active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.ITC1GN38:active+.sScPQD3tEp:focus,
.ITC1GN38:checked+.sScPQD3tEp:focus,
.sScPQD3tEp.D5Wzj4:focus,
.sScPQD3tEp.VOeYn2n.v6GKwlXamN:focus,
.sScPQD3tEp:active:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.sScPQD3tEp.OMtCvpf,
.sScPQD3tEp:disabled {
    color: #dc3545;
    background-color: transparent
}

.BkJ5R7 {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.BkJ5R7:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.ITC1GN38:focus+.BkJ5R7,
.BkJ5R7:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.ITC1GN38:active+.BkJ5R7,
.ITC1GN38:checked+.BkJ5R7,
.BkJ5R7.D5Wzj4,
.BkJ5R7.VOeYn2n.v6GKwlXamN,
.BkJ5R7:active {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.ITC1GN38:active+.BkJ5R7:focus,
.ITC1GN38:checked+.BkJ5R7:focus,
.BkJ5R7.D5Wzj4:focus,
.BkJ5R7.VOeYn2n.v6GKwlXamN:focus,
.BkJ5R7:active:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.BkJ5R7.OMtCvpf,
.BkJ5R7:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.wQ0GpwX8W {
    color: #212529;
    border-color: #212529
}

.wQ0GpwX8W:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.ITC1GN38:focus+.wQ0GpwX8W,
.wQ0GpwX8W:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.ITC1GN38:active+.wQ0GpwX8W,
.ITC1GN38:checked+.wQ0GpwX8W,
.wQ0GpwX8W.D5Wzj4,
.wQ0GpwX8W.VOeYn2n.v6GKwlXamN,
.wQ0GpwX8W:active {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.ITC1GN38:active+.wQ0GpwX8W:focus,
.ITC1GN38:checked+.wQ0GpwX8W:focus,
.wQ0GpwX8W.D5Wzj4:focus,
.wQ0GpwX8W.VOeYn2n.v6GKwlXamN:focus,
.wQ0GpwX8W:active:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.wQ0GpwX8W.OMtCvpf,
.wQ0GpwX8W:disabled {
    color: #212529;
    background-color: transparent
}

.bi5CMLYZ {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline
}

.bi5CMLYZ:hover {
    color: #0a58ca
}

.bi5CMLYZ.OMtCvpf,
.bi5CMLYZ:disabled {
    color: #6c757d
}

.Qt408gRaGA>.FJkwuhmKrfw,
.sakEEi {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.r8HqcxF>.FJkwuhmKrfw,
.gkb47v {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.TQilS0lz {
    transition: opacity .15s linear
}

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

.TQilS0lz:not(.v6GKwlXamN) {
    opacity: 0
}

.DRMvstYW8:not(.v6GKwlXamN) {
    display: none
}

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

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

.DYwPtAleEh,
.s2Cx9FlyhGh,
.q3cPWmHl3,
.L3VitDRtewi {
    position: relative
}

.VOeYn2n {
    white-space: nowrap
}

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

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

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

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

.o6M83lNnO {
    --bs-position: start
}

.o6M83lNnO[data-bs-popper] {
    right: auto;
    left: 0
}

.Q5hXiO {
    --bs-position: end
}

.Q5hXiO[data-bs-popper] {
    right: 0;
    left: auto
}

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

    .jbBr4DL[data-bs-popper] {
        right: auto;
        left: 0
    }

    .HFfcQapkTV {
        --bs-position: end
    }

    .HFfcQapkTV[data-bs-popper] {
        right: 0;
        left: auto
    }
}

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

    .x9jStiSiW7q[data-bs-popper] {
        right: auto;
        left: 0
    }

    .NHl3aHqLwE {
        --bs-position: end
    }

    .NHl3aHqLwE[data-bs-popper] {
        right: 0;
        left: auto
    }
}

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

    .FTeYGiqCrMD[data-bs-popper] {
        right: auto;
        left: 0
    }

    .yDlP336 {
        --bs-position: end
    }

    .yDlP336[data-bs-popper] {
        right: 0;
        left: auto
    }
}

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

    .NnkVrm6fP[data-bs-popper] {
        right: auto;
        left: 0
    }

    .m0vcA2dfjb {
        --bs-position: end
    }

    .m0vcA2dfjb[data-bs-popper] {
        right: 0;
        left: auto
    }
}

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

    .dpJBUeTzbYz[data-bs-popper] {
        right: auto;
        left: 0
    }

    .NdeooG3QR {
        --bs-position: end
    }

    .NdeooG3QR[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.L3VitDRtewi .yJH8o6Rw {
    top: auto;
    bottom: 100%
}

.L3VitDRtewi .yJH8o6Rw[data-bs-popper] {
    margin-top: 0;
    margin-bottom: .125rem
}

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

.L3VitDRtewi .VOeYn2n:empty::after {
    margin-left: 0
}

.s2Cx9FlyhGh .yJH8o6Rw {
    top: 0;
    right: auto;
    left: 100%
}

.s2Cx9FlyhGh .yJH8o6Rw[data-bs-popper] {
    margin-top: 0;
    margin-left: .125rem
}

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

.s2Cx9FlyhGh .VOeYn2n:empty::after {
    margin-left: 0
}

.s2Cx9FlyhGh .VOeYn2n::after {
    vertical-align: 0
}

.q3cPWmHl3 .yJH8o6Rw {
    top: 0;
    right: 100%;
    left: auto
}

.q3cPWmHl3 .yJH8o6Rw[data-bs-popper] {
    margin-top: 0;
    margin-right: .125rem
}

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

.q3cPWmHl3 .VOeYn2n::after {
    display: none
}

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

.q3cPWmHl3 .VOeYn2n:empty::after {
    margin-left: 0
}

.q3cPWmHl3 .VOeYn2n::before {
    vertical-align: 0
}

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

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

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

.oHE8AYLbJ86.D5Wzj4,
.oHE8AYLbJ86:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd
}

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

.yJH8o6Rw.v6GKwlXamN {
    display: block
}

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

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

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

.Qid2peB .oHE8AYLbJ86 {
    color: #dee2e6
}

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

.Qid2peB .oHE8AYLbJ86.D5Wzj4,
.Qid2peB .oHE8AYLbJ86:active {
    color: #fff;
    background-color: #0d6efd
}

.Qid2peB .oHE8AYLbJ86.OMtCvpf,
.Qid2peB .oHE8AYLbJ86:disabled {
    color: #adb5bd
}

.Qid2peB .DNOrF62 {
    border-color: rgba(0, 0, 0, .15)
}

.Qid2peB .M0diKL {
    color: #dee2e6
}

.Qid2peB .s5OSzeFTY {
    color: #adb5bd
}

.Sg4tsyYw,
.YyyZqQoY5G {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.YyyZqQoY5G>.FJkwuhmKrfw,
.Sg4tsyYw>.FJkwuhmKrfw {
    position: relative;
    flex: 1 1 auto
}

.YyyZqQoY5G>.ITC1GN38:checked+.FJkwuhmKrfw,
.YyyZqQoY5G>.ITC1GN38:focus+.FJkwuhmKrfw,
.YyyZqQoY5G>.FJkwuhmKrfw.D5Wzj4,
.YyyZqQoY5G>.FJkwuhmKrfw:active,
.YyyZqQoY5G>.FJkwuhmKrfw:focus,
.YyyZqQoY5G>.FJkwuhmKrfw:hover,
.Sg4tsyYw>.ITC1GN38:checked+.FJkwuhmKrfw,
.Sg4tsyYw>.ITC1GN38:focus+.FJkwuhmKrfw,
.Sg4tsyYw>.FJkwuhmKrfw.D5Wzj4,
.Sg4tsyYw>.FJkwuhmKrfw:active,
.Sg4tsyYw>.FJkwuhmKrfw:focus,
.Sg4tsyYw>.FJkwuhmKrfw:hover {
    z-index: 1
}

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

.pAfKYfMN .c1LX4RQWZ {
    width: auto
}

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

.Sg4tsyYw>.Sg4tsyYw:not(:last-child)>.FJkwuhmKrfw,
.Sg4tsyYw>.FJkwuhmKrfw:not(:last-child):not(.VOeYn2n) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.Sg4tsyYw>.Sg4tsyYw:not(:first-child)>.FJkwuhmKrfw,
.Sg4tsyYw>.FJkwuhmKrfw:nth-child(n+3),
.Sg4tsyYw>:not(.ITC1GN38)+.FJkwuhmKrfw {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

.diwqmk::after,
.s2Cx9FlyhGh .diwqmk::after,
.L3VitDRtewi .diwqmk::after {
    margin-left: 0
}

.q3cPWmHl3 .diwqmk::before {
    margin-right: 0
}

.r8HqcxF>.FJkwuhmKrfw+.diwqmk,
.gkb47v+.diwqmk {
    padding-right: .375rem;
    padding-left: .375rem
}

.Qt408gRaGA>.FJkwuhmKrfw+.diwqmk,
.sakEEi+.diwqmk {
    padding-right: .75rem;
    padding-left: .75rem
}

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

.YyyZqQoY5G>.FJkwuhmKrfw,
.YyyZqQoY5G>.Sg4tsyYw {
    width: 100%
}

.YyyZqQoY5G>.Sg4tsyYw:not(:first-child),
.YyyZqQoY5G>.FJkwuhmKrfw:not(:first-child) {
    margin-top: -1px
}

.YyyZqQoY5G>.Sg4tsyYw:not(:last-child)>.FJkwuhmKrfw,
.YyyZqQoY5G>.FJkwuhmKrfw:not(:last-child):not(.VOeYn2n) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.YyyZqQoY5G>.Sg4tsyYw:not(:first-child)>.FJkwuhmKrfw,
.YyyZqQoY5G>.FJkwuhmKrfw~.FJkwuhmKrfw {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

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

.lhb8Aa {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

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

.lhb8Aa.OMtCvpf {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

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

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

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

.J7Jp7FC .lhb8Aa.OMtCvpf {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.J7Jp7FC .mCXKsZPp.v6GKwlXamN .lhb8Aa,
.J7Jp7FC .lhb8Aa.D5Wzj4 {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.J7Jp7FC .yJH8o6Rw {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.Pu6HE9I6k9a .lhb8Aa {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.Pu6HE9I6k9a .lhb8Aa.D5Wzj4,
.Pu6HE9I6k9a .v6GKwlXamN>.lhb8Aa {
    color: #fff;
    background-color: #0d6efd
}

.hUaBZ49Va .mCXKsZPp,
.hUaBZ49Va>.lhb8Aa {
    flex: 1 1 auto;
    text-align: center
}

.PrDfIa6e0 .mCXKsZPp,
.PrDfIa6e0>.lhb8Aa {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.LnMzKqOE>.Va48tbOJw {
    display: none
}

.LnMzKqOE>.D5Wzj4 {
    display: block
}

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

.mIeISGBEpd0>.GKmXaMGaUi,
.mIeISGBEpd0>.qdhQyD,
.mIeISGBEpd0>.euuWsN,
.mIeISGBEpd0>.O5TLc1Oq,
.mIeISGBEpd0>.wLuageeh,
.mIeISGBEpd0>.yGm8vwX9E,
.mIeISGBEpd0>.lGP30Yw85q {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

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

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

.unYTd9N6ebg .lhb8Aa {
    padding-right: 0;
    padding-left: 0
}

.unYTd9N6ebg .yJH8o6Rw {
    position: static
}

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

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

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

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

.zVyBxwZc:hover {
    text-decoration: none
}

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

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

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

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

    .Oy4Nj3qah7 .unYTd9N6ebg {
        flex-direction: row
    }

    .Oy4Nj3qah7 .unYTd9N6ebg .yJH8o6Rw {
        position: absolute
    }

    .Oy4Nj3qah7 .unYTd9N6ebg .lhb8Aa {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .Oy4Nj3qah7 .nOboHmA {
        overflow: visible
    }

    .Oy4Nj3qah7 .GKrZ4pofg {
        display: flex !important;
        flex-basis: auto
    }

    .Oy4Nj3qah7 .zVyBxwZc {
        display: none
    }
}

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

    .TBIyzdp .unYTd9N6ebg {
        flex-direction: row
    }

    .TBIyzdp .unYTd9N6ebg .yJH8o6Rw {
        position: absolute
    }

    .TBIyzdp .unYTd9N6ebg .lhb8Aa {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .TBIyzdp .nOboHmA {
        overflow: visible
    }

    .TBIyzdp .GKrZ4pofg {
        display: flex !important;
        flex-basis: auto
    }

    .TBIyzdp .zVyBxwZc {
        display: none
    }
}

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

    .febh0ax34Z .unYTd9N6ebg {
        flex-direction: row
    }

    .febh0ax34Z .unYTd9N6ebg .yJH8o6Rw {
        position: absolute
    }

    .febh0ax34Z .unYTd9N6ebg .lhb8Aa {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .febh0ax34Z .nOboHmA {
        overflow: visible
    }

    .febh0ax34Z .GKrZ4pofg {
        display: flex !important;
        flex-basis: auto
    }

    .febh0ax34Z .zVyBxwZc {
        display: none
    }
}

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

    .gAReijuge91 .unYTd9N6ebg {
        flex-direction: row
    }

    .gAReijuge91 .unYTd9N6ebg .yJH8o6Rw {
        position: absolute
    }

    .gAReijuge91 .unYTd9N6ebg .lhb8Aa {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .gAReijuge91 .nOboHmA {
        overflow: visible
    }

    .gAReijuge91 .GKrZ4pofg {
        display: flex !important;
        flex-basis: auto
    }

    .gAReijuge91 .zVyBxwZc {
        display: none
    }
}

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

    .w4gxQ8x4Ax .unYTd9N6ebg {
        flex-direction: row
    }

    .w4gxQ8x4Ax .unYTd9N6ebg .yJH8o6Rw {
        position: absolute
    }

    .w4gxQ8x4Ax .unYTd9N6ebg .lhb8Aa {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .w4gxQ8x4Ax .nOboHmA {
        overflow: visible
    }

    .w4gxQ8x4Ax .GKrZ4pofg {
        display: flex !important;
        flex-basis: auto
    }

    .w4gxQ8x4Ax .zVyBxwZc {
        display: none
    }
}

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

.wOQsgD .unYTd9N6ebg {
    flex-direction: row
}

.wOQsgD .unYTd9N6ebg .yJH8o6Rw {
    position: absolute
}

.wOQsgD .unYTd9N6ebg .lhb8Aa {
    padding-right: .5rem;
    padding-left: .5rem
}

.wOQsgD .nOboHmA {
    overflow: visible
}

.wOQsgD .GKrZ4pofg {
    display: flex !important;
    flex-basis: auto
}

.wOQsgD .zVyBxwZc {
    display: none
}

.zrZ7fBD .ebbENxbd {
    color: rgba(0, 0, 0, .9)
}

.zrZ7fBD .ebbENxbd:focus,
.zrZ7fBD .ebbENxbd:hover {
    color: rgba(0, 0, 0, .9)
}

.zrZ7fBD .unYTd9N6ebg .lhb8Aa {
    color: rgba(0, 0, 0, .55)
}

.zrZ7fBD .unYTd9N6ebg .lhb8Aa:focus,
.zrZ7fBD .unYTd9N6ebg .lhb8Aa:hover {
    color: rgba(0, 0, 0, .7)
}

.zrZ7fBD .unYTd9N6ebg .lhb8Aa.OMtCvpf {
    color: rgba(0, 0, 0, .3)
}

.zrZ7fBD .unYTd9N6ebg .lhb8Aa.D5Wzj4,
.zrZ7fBD .unYTd9N6ebg .v6GKwlXamN>.lhb8Aa {
    color: rgba(0, 0, 0, .9)
}

.zrZ7fBD .zVyBxwZc {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1)
}

.zrZ7fBD .ZetOMguIDM {
    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")
}

.zrZ7fBD .u4i3VE {
    color: rgba(0, 0, 0, .55)
}

.zrZ7fBD .u4i3VE a,
.zrZ7fBD .u4i3VE a:focus,
.zrZ7fBD .u4i3VE a:hover {
    color: rgba(0, 0, 0, .9)
}

.Ac40wR .ebbENxbd {
    color: #fff
}

.Ac40wR .ebbENxbd:focus,
.Ac40wR .ebbENxbd:hover {
    color: #fff
}

.Ac40wR .unYTd9N6ebg .lhb8Aa {
    color: rgba(255, 255, 255, .55)
}

.Ac40wR .unYTd9N6ebg .lhb8Aa:focus,
.Ac40wR .unYTd9N6ebg .lhb8Aa:hover {
    color: rgba(255, 255, 255, .75)
}

.Ac40wR .unYTd9N6ebg .lhb8Aa.OMtCvpf {
    color: rgba(255, 255, 255, .25)
}

.Ac40wR .unYTd9N6ebg .lhb8Aa.D5Wzj4,
.Ac40wR .unYTd9N6ebg .v6GKwlXamN>.lhb8Aa {
    color: #fff
}

.Ac40wR .zVyBxwZc {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1)
}

.Ac40wR .ZetOMguIDM {
    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")
}

.Ac40wR .u4i3VE {
    color: rgba(255, 255, 255, .55)
}

.Ac40wR .u4i3VE a,
.Ac40wR .u4i3VE a:focus,
.Ac40wR .u4i3VE a:hover {
    color: #fff
}

.Bklca4Ll {
    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: .25rem
}

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

.Bklca4Ll>.zSP7PG0i {
    border-top: inherit;
    border-bottom: inherit
}

.Bklca4Ll>.zSP7PG0i:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.Bklca4Ll>.zSP7PG0i:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.Bklca4Ll>.qd5hofRJ5+.zSP7PG0i,
.Bklca4Ll>.zSP7PG0i+.L5OshF {
    border-top: 0
}

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

.tYil5aqW {
    margin-bottom: .5rem
}

.xHgZiMge {
    margin-top: -.25rem;
    margin-bottom: 0
}

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

.SdUc4KI4:hover {
    text-decoration: none
}

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

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

.qd5hofRJ5:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

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

.L5OshF:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.XXQxPJwnZHQ {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0
}

.v5nEho {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.F27SOC4 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px)
}

.JrQebsNA,
.wuNUpM,
.tnrDBif1jKX {
    width: 100%
}

.JrQebsNA,
.tnrDBif1jKX {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.JrQebsNA,
.wuNUpM {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.bhh3JQed>.Bklca4Ll {
    margin-bottom: .75rem
}

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

    .bhh3JQed>.Bklca4Ll {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .bhh3JQed>.Bklca4Ll+.Bklca4Ll {
        margin-left: 0;
        border-left: 0
    }

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

    .bhh3JQed>.Bklca4Ll:not(:last-child) .qd5hofRJ5,
    .bhh3JQed>.Bklca4Ll:not(:last-child) .tnrDBif1jKX {
        border-top-right-radius: 0
    }

    .bhh3JQed>.Bklca4Ll:not(:last-child) .L5OshF,
    .bhh3JQed>.Bklca4Ll:not(:last-child) .wuNUpM {
        border-bottom-right-radius: 0
    }

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

    .bhh3JQed>.Bklca4Ll:not(:first-child) .qd5hofRJ5,
    .bhh3JQed>.Bklca4Ll:not(:first-child) .tnrDBif1jKX {
        border-top-left-radius: 0
    }

    .bhh3JQed>.Bklca4Ll:not(:first-child) .L5OshF,
    .bhh3JQed>.Bklca4Ll:not(:first-child) .wuNUpM {
        border-bottom-left-radius: 0
    }
}

.YFWhRAPI {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .125);
    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) {
    .YFWhRAPI {
        transition: none
    }
}

.YFWhRAPI.luwuBl34B0D {
    border-bottom-width: 0
}

.YFWhRAPI:not(.luwuBl34B0D) {
    color: #0c63e4;
    background-color: #e7f1ff
}

.YFWhRAPI:not(.luwuBl34B0D)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%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)
}

.YFWhRAPI::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='%23212529'%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) {
    .YFWhRAPI::after {
        transition: none
    }
}

.YFWhRAPI:hover {
    z-index: 2
}

.YFWhRAPI:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.twt9wtH {
    margin-bottom: 0
}

.qmEQuU2U1m5:first-of-type .YFWhRAPI {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.qmEQuU2U1m5:last-of-type .YFWhRAPI.luwuBl34B0D {
    border-bottom-width: 1px;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.qmEQuU2U1m5:last-of-type .MDhvoU02F {
    border-bottom-width: 1px;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.MDhvoU02F {
    border: solid rgba(0, 0, 0, .125);
    border-width: 0 1px
}

.JUnVBwTb {
    padding: 1rem 1.25rem
}

.YXXQCkk7 .YFWhRAPI {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.YXXQCkk7 .MDhvoU02F {
    border-width: 0
}

.YXXQCkk7 .qmEQuU2U1m5:first-of-type .YFWhRAPI {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.YXXQCkk7 .qmEQuU2U1m5:last-of-type .YFWhRAPI.luwuBl34B0D {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

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

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

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

.VKAXf7g.D5Wzj4 {
    color: #6c757d
}

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

.wn5cLAP7zg {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    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) {
    .wn5cLAP7zg {
        transition: none
    }
}

.wn5cLAP7zg:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.wn5cLAP7zg:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.zhbvBEkExc:not(:first-child) .wn5cLAP7zg {
    margin-left: -1px
}

.zhbvBEkExc.D5Wzj4 .wn5cLAP7zg {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.zhbvBEkExc.OMtCvpf .wn5cLAP7zg {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

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

.zhbvBEkExc:first-child .wn5cLAP7zg {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.zhbvBEkExc:last-child .wn5cLAP7zg {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.QWvlMOnkMmq .wn5cLAP7zg {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.QWvlMOnkMmq .zhbvBEkExc:first-child .wn5cLAP7zg {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.QWvlMOnkMmq .zhbvBEkExc:last-child .wn5cLAP7zg {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pfx3CS .wn5cLAP7zg {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pfx3CS .zhbvBEkExc:first-child .wn5cLAP7zg {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pfx3CS .zhbvBEkExc:last-child .wn5cLAP7zg {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

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

.Ll4HJj:empty {
    display: none
}

.FJkwuhmKrfw .Ll4HJj {
    position: relative;
    top: -1px
}

.QtYJUTu {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.IFNgWfMDEgD {
    color: inherit
}

.j9EgI0E {
    font-weight: 700
}

.paPj54dCt {
    padding-right: 3rem
}

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

.nB3lwvr6 {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe
}

.nB3lwvr6 .j9EgI0E {
    color: #06357a
}

.U3bgSJpr {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8
}

.U3bgSJpr .j9EgI0E {
    color: #34383c
}

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

.LvycqZz6NoM .j9EgI0E {
    color: #0c4128
}

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

.GvoVOjq0roT .j9EgI0E {
    color: #04414d
}

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

.jgkRsQuR2D .j9EgI0E {
    color: #523e02
}

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

.S1RgW9o22oq .j9EgI0E {
    color: #6a1a21
}

.CALbwL2UF {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.CALbwL2UF .j9EgI0E {
    color: #4f5050
}

.dZa8jd23ra {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf
}

.dZa8jd23ra .j9EgI0E {
    color: #101214
}

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

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

.oX8lmm3miaO {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

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

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

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

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

@media (prefers-reduced-motion:reduce) {
    .ljpD7WL6P {
        -webkit-animation: none;
        animation: none
    }
}

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

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

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

.iCEbWx12fQ:active {
    color: #212529;
    background-color: #e9ecef
}

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

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

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

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

.iYHt8X.D5Wzj4 {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

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

.iYHt8X+.iYHt8X.D5Wzj4 {
    margin-top: -1px;
    border-top-width: 1px
}

.FtYAyRrnP {
    flex-direction: row
}

.FtYAyRrnP>.iYHt8X:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.FtYAyRrnP>.iYHt8X:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.FtYAyRrnP>.iYHt8X.D5Wzj4 {
    margin-top: 0
}

.FtYAyRrnP>.iYHt8X+.iYHt8X {
    border-top-width: 1px;
    border-left-width: 0
}

.FtYAyRrnP>.iYHt8X+.iYHt8X.D5Wzj4 {
    margin-left: -1px;
    border-left-width: 1px
}

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

    .plkmmLUp>.iYHt8X:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .plkmmLUp>.iYHt8X:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .plkmmLUp>.iYHt8X.D5Wzj4 {
        margin-top: 0
    }

    .plkmmLUp>.iYHt8X+.iYHt8X {
        border-top-width: 1px;
        border-left-width: 0
    }

    .plkmmLUp>.iYHt8X+.iYHt8X.D5Wzj4 {
        margin-left: -1px;
        border-left-width: 1px
    }
}

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

    .oBXAuu3age>.iYHt8X:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .oBXAuu3age>.iYHt8X:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .oBXAuu3age>.iYHt8X.D5Wzj4 {
        margin-top: 0
    }

    .oBXAuu3age>.iYHt8X+.iYHt8X {
        border-top-width: 1px;
        border-left-width: 0
    }

    .oBXAuu3age>.iYHt8X+.iYHt8X.D5Wzj4 {
        margin-left: -1px;
        border-left-width: 1px
    }
}

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

    .xNY5eVZ>.iYHt8X:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .xNY5eVZ>.iYHt8X:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .xNY5eVZ>.iYHt8X.D5Wzj4 {
        margin-top: 0
    }

    .xNY5eVZ>.iYHt8X+.iYHt8X {
        border-top-width: 1px;
        border-left-width: 0
    }

    .xNY5eVZ>.iYHt8X+.iYHt8X.D5Wzj4 {
        margin-left: -1px;
        border-left-width: 1px
    }
}

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

    .TL1RuBkrN>.iYHt8X:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .TL1RuBkrN>.iYHt8X:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .TL1RuBkrN>.iYHt8X.D5Wzj4 {
        margin-top: 0
    }

    .TL1RuBkrN>.iYHt8X+.iYHt8X {
        border-top-width: 1px;
        border-left-width: 0
    }

    .TL1RuBkrN>.iYHt8X+.iYHt8X.D5Wzj4 {
        margin-left: -1px;
        border-left-width: 1px
    }
}

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

    .k5XwcGR>.iYHt8X:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .k5XwcGR>.iYHt8X:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .k5XwcGR>.iYHt8X.D5Wzj4 {
        margin-top: 0
    }

    .k5XwcGR>.iYHt8X+.iYHt8X {
        border-top-width: 1px;
        border-left-width: 0
    }

    .k5XwcGR>.iYHt8X+.iYHt8X.D5Wzj4 {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.stEAQSIbdL {
    border-radius: 0
}

.stEAQSIbdL>.iYHt8X {
    border-width: 0 0 1px
}

.stEAQSIbdL>.iYHt8X:last-child {
    border-bottom-width: 0
}

.D7RRrubI {
    color: #084298;
    background-color: #cfe2ff
}

.D7RRrubI.iCEbWx12fQ:focus,
.D7RRrubI.iCEbWx12fQ:hover {
    color: #084298;
    background-color: #bacbe6
}

.D7RRrubI.iCEbWx12fQ.D5Wzj4 {
    color: #fff;
    background-color: #084298;
    border-color: #084298
}

.kxCbAU8 {
    color: #41464b;
    background-color: #e2e3e5
}

.kxCbAU8.iCEbWx12fQ:focus,
.kxCbAU8.iCEbWx12fQ:hover {
    color: #41464b;
    background-color: #cbccce
}

.kxCbAU8.iCEbWx12fQ.D5Wzj4 {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b
}

.gfQ0TdPmC {
    color: #0f5132;
    background-color: #d1e7dd
}

.gfQ0TdPmC.iCEbWx12fQ:focus,
.gfQ0TdPmC.iCEbWx12fQ:hover {
    color: #0f5132;
    background-color: #bcd0c7
}

.gfQ0TdPmC.iCEbWx12fQ.D5Wzj4 {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132
}

.NRQBiQ4zqh {
    color: #055160;
    background-color: #cff4fc
}

.NRQBiQ4zqh.iCEbWx12fQ:focus,
.NRQBiQ4zqh.iCEbWx12fQ:hover {
    color: #055160;
    background-color: #badce3
}

.NRQBiQ4zqh.iCEbWx12fQ.D5Wzj4 {
    color: #fff;
    background-color: #055160;
    border-color: #055160
}

.emLkcXpgnHt {
    color: #664d03;
    background-color: #fff3cd
}

.emLkcXpgnHt.iCEbWx12fQ:focus,
.emLkcXpgnHt.iCEbWx12fQ:hover {
    color: #664d03;
    background-color: #e6dbb9
}

.emLkcXpgnHt.iCEbWx12fQ.D5Wzj4 {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03
}

.jqjgbXRfE {
    color: #842029;
    background-color: #f8d7da
}

.jqjgbXRfE.iCEbWx12fQ:focus,
.jqjgbXRfE.iCEbWx12fQ:hover {
    color: #842029;
    background-color: #dfc2c4
}

.jqjgbXRfE.iCEbWx12fQ.D5Wzj4 {
    color: #fff;
    background-color: #842029;
    border-color: #842029
}

.S4OXHIh {
    color: #636464;
    background-color: #fefefe
}

.S4OXHIh.iCEbWx12fQ:focus,
.S4OXHIh.iCEbWx12fQ:hover {
    color: #636464;
    background-color: #e5e5e5
}

.S4OXHIh.iCEbWx12fQ.D5Wzj4 {
    color: #fff;
    background-color: #636464;
    border-color: #636464
}

.jXL26a140X3 {
    color: #141619;
    background-color: #d3d3d4
}

.jXL26a140X3.iCEbWx12fQ:focus,
.jXL26a140X3.iCEbWx12fQ:hover {
    color: #141619;
    background-color: #bebebf
}

.jXL26a140X3.iCEbWx12fQ.D5Wzj4 {
    color: #fff;
    background-color: #141619;
    border-color: #141619
}

.AumX5oirV {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent 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: .25rem;
    opacity: .5
}

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

.AumX5oirV:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

.AumX5oirV.OMtCvpf,
.AumX5oirV:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}

.TnKNxKmbgUv {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.XjlItLGsD {
    width: 350px;
    max-width: 100%;
    font-size: .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: .25rem
}

.XjlItLGsD:not(.w7OqfZ):not(.v6GKwlXamN) {
    opacity: 0
}

.XjlItLGsD.LQQDsq6hAUa {
    display: none
}

.cU7Rhd6A {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.cU7Rhd6A>:not(:last-child) {
    margin-bottom: .75rem
}

.zZA58i {
    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: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.zZA58i .AumX5oirV {
    margin-right: -.375rem;
    margin-left: .75rem
}

.LX6diQdam {
    padding: .75rem;
    word-wrap: break-word
}

.nemvp63 {
    overflow: hidden
}

.nemvp63 .naD4pvOUmI {
    overflow-x: hidden;
    overflow-y: auto
}

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

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

.naD4pvOUmI.TQilS0lz .zVah6Ys {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .naD4pvOUmI.TQilS0lz .zVah6Ys {
        transition: none
    }
}

.naD4pvOUmI.v6GKwlXamN .zVah6Ys {
    transform: none
}

.naD4pvOUmI.bU4C1qQ49gV .zVah6Ys {
    transform: scale(1.02)
}

.JJI1L4bE {
    height: calc(100% - 1rem)
}

.JJI1L4bE .JyFnLgmNNs {
    max-height: 100%;
    overflow: hidden
}

.JJI1L4bE .PNdcLshBoD3 {
    overflow-y: auto
}

.r7xeFTnelh {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.JyFnLgmNNs {
    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: .3rem;
    outline: 0
}

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

.LHmnDzFD5.TQilS0lz {
    opacity: 0
}

.LHmnDzFD5.v6GKwlXamN {
    opacity: .5
}

.QyldllFVJ {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.QyldllFVJ .AumX5oirV {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

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

.PNdcLshBoD3 {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.PP9ploZq {
    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: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.PP9ploZq>* {
    margin: .25rem
}

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

@media (min-width:576px) {
    .zVah6Ys {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .JJI1L4bE {
        height: calc(100% - 3.5rem)
    }

    .r7xeFTnelh {
        min-height: calc(100% - 3.5rem)
    }

    .klczp7TaRqA {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .VmoR4B5SZ9J,
    .yQyKzB {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .yQyKzB {
        max-width: 1140px
    }
}

.gAbRkXiHlZd {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.gAbRkXiHlZd .JyFnLgmNNs {
    height: 100%;
    border: 0;
    border-radius: 0
}

.gAbRkXiHlZd .QyldllFVJ {
    border-radius: 0
}

.gAbRkXiHlZd .PNdcLshBoD3 {
    overflow-y: auto
}

.gAbRkXiHlZd .PP9ploZq {
    border-radius: 0
}

@media (max-width:575.98px) {
    .S2or6KO {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .S2or6KO .JyFnLgmNNs {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .S2or6KO .QyldllFVJ {
        border-radius: 0
    }

    .S2or6KO .PNdcLshBoD3 {
        overflow-y: auto
    }

    .S2or6KO .PP9ploZq {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .STLAmO {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .STLAmO .JyFnLgmNNs {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .STLAmO .QyldllFVJ {
        border-radius: 0
    }

    .STLAmO .PNdcLshBoD3 {
        overflow-y: auto
    }

    .STLAmO .PP9ploZq {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .EK4tW39 {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .EK4tW39 .JyFnLgmNNs {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .EK4tW39 .QyldllFVJ {
        border-radius: 0
    }

    .EK4tW39 .PNdcLshBoD3 {
        overflow-y: auto
    }

    .EK4tW39 .PP9ploZq {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .rKGN6hK {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .rKGN6hK .JyFnLgmNNs {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .rKGN6hK .QyldllFVJ {
        border-radius: 0
    }

    .rKGN6hK .PNdcLshBoD3 {
        overflow-y: auto
    }

    .rKGN6hK .PP9ploZq {
        border-radius: 0
    }
}

@media (max-width:1399.98px) {
    .oXQGda {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .oXQGda .JyFnLgmNNs {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .oXQGda .QyldllFVJ {
        border-radius: 0
    }

    .oXQGda .PNdcLshBoD3 {
        overflow-y: auto
    }

    .oXQGda .PP9ploZq {
        border-radius: 0
    }
}

.gXB7Z6yI4 {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: var(--bs-font-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: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.gXB7Z6yI4.v6GKwlXamN {
    opacity: .9
}

.gXB7Z6yI4 .NIJgX8Aj {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.gXB7Z6yI4 .NIJgX8Aj::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.spGPtjr[data-popper-placement^=top],
.GTJ64oZkK4k {
    padding: .4rem 0
}

.spGPtjr[data-popper-placement^=top] .NIJgX8Aj,
.GTJ64oZkK4k .NIJgX8Aj {
    bottom: 0
}

.spGPtjr[data-popper-placement^=top] .NIJgX8Aj::before,
.GTJ64oZkK4k .NIJgX8Aj::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.spGPtjr[data-popper-placement^=right],
.nGUSpl4Ok {
    padding: 0 .4rem
}

.spGPtjr[data-popper-placement^=right] .NIJgX8Aj,
.nGUSpl4Ok .NIJgX8Aj {
    left: 0;
    width: .4rem;
    height: .8rem
}

.spGPtjr[data-popper-placement^=right] .NIJgX8Aj::before,
.nGUSpl4Ok .NIJgX8Aj::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.spGPtjr[data-popper-placement^=bottom],
.kaZ2sh5x {
    padding: .4rem 0
}

.spGPtjr[data-popper-placement^=bottom] .NIJgX8Aj,
.kaZ2sh5x .NIJgX8Aj {
    top: 0
}

.spGPtjr[data-popper-placement^=bottom] .NIJgX8Aj::before,
.kaZ2sh5x .NIJgX8Aj::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.spGPtjr[data-popper-placement^=left],
.Duunr1o {
    padding: 0 .4rem
}

.spGPtjr[data-popper-placement^=left] .NIJgX8Aj,
.Duunr1o .NIJgX8Aj {
    right: 0;
    width: .4rem;
    height: .8rem
}

.spGPtjr[data-popper-placement^=left] .NIJgX8Aj::before,
.Duunr1o .NIJgX8Aj::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.P5LAxDoa1 {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.LP8ab7n3n {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-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: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.LP8ab7n3n .DLasoUj {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

.LP8ab7n3n .DLasoUj::after,
.LP8ab7n3n .DLasoUj::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.Kpt1D5[data-popper-placement^=top]>.DLasoUj,
.oeEltVYRRh>.DLasoUj {
    bottom: calc(-.5rem - 1px)
}

.Kpt1D5[data-popper-placement^=top]>.DLasoUj::before,
.oeEltVYRRh>.DLasoUj::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.Kpt1D5[data-popper-placement^=top]>.DLasoUj::after,
.oeEltVYRRh>.DLasoUj::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.Kpt1D5[data-popper-placement^=right]>.DLasoUj,
.JNGfjsX>.DLasoUj {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.Kpt1D5[data-popper-placement^=right]>.DLasoUj::before,
.JNGfjsX>.DLasoUj::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.Kpt1D5[data-popper-placement^=right]>.DLasoUj::after,
.JNGfjsX>.DLasoUj::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.Kpt1D5[data-popper-placement^=bottom]>.DLasoUj,
.q3pDPp768>.DLasoUj {
    top: calc(-.5rem - 1px)
}

.Kpt1D5[data-popper-placement^=bottom]>.DLasoUj::before,
.q3pDPp768>.DLasoUj::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.Kpt1D5[data-popper-placement^=bottom]>.DLasoUj::after,
.q3pDPp768>.DLasoUj::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.Kpt1D5[data-popper-placement^=bottom] .BVBvYfoD::before,
.q3pDPp768 .BVBvYfoD::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.Kpt1D5[data-popper-placement^=left]>.DLasoUj,
.CxChB5k>.DLasoUj {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.Kpt1D5[data-popper-placement^=left]>.DLasoUj::before,
.CxChB5k>.DLasoUj::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.Kpt1D5[data-popper-placement^=left]>.DLasoUj::after,
.CxChB5k>.DLasoUj::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.BVBvYfoD {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.BVBvYfoD:empty {
    display: none
}

.njRjzapq {
    padding: 1rem 1rem;
    color: #212529
}

.aaN8eLRFpIa {
    position: relative
}

.aaN8eLRFpIa.MsYD7MNh {
    touch-action: pan-y
}

.uxZ0n6P {
    position: relative;
    width: 100%;
    overflow: hidden
}

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

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

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

.jN1QdMRU9,
.F1mXgYTDd,
.aY1mMCMpn5z.D5Wzj4 {
    display: block
}

.D5Wzj4.uSiz1ULXsD,
.jN1QdMRU9:not(.D8LFUzIS) {
    transform: translateX(100%)
}

.D5Wzj4.D8LFUzIS,
.F1mXgYTDd:not(.uSiz1ULXsD) {
    transform: translateX(-100%)
}

.QcdEe60zdF .aY1mMCMpn5z {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.QcdEe60zdF .jN1QdMRU9.D8LFUzIS,
.QcdEe60zdF .F1mXgYTDd.uSiz1ULXsD,
.QcdEe60zdF .aY1mMCMpn5z.D5Wzj4 {
    z-index: 1;
    opacity: 1
}

.QcdEe60zdF .D5Wzj4.uSiz1ULXsD,
.QcdEe60zdF .D5Wzj4.D8LFUzIS {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

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

    .QcdEe60zdF .D5Wzj4.uSiz1ULXsD,
    .QcdEe60zdF .D5Wzj4.D8LFUzIS {
        transition: none
    }
}

.MjXlzMW,
.zzbgbh02ylz {
    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: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

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

    .MjXlzMW,
    .zzbgbh02ylz {
        transition: none
    }
}

.MjXlzMW:focus,
.MjXlzMW:hover,
.zzbgbh02ylz:focus,
.zzbgbh02ylz:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.zzbgbh02ylz {
    left: 0
}

.MjXlzMW {
    right: 0
}

.pMarFy1lh,
.PWJGzfmqf {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

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

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

.sypTMufIe6U {
    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
}

.sypTMufIe6U [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 transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

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

.sypTMufIe6U .D5Wzj4 {
    opacity: 1
}

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

.K8RfoE .pMarFy1lh,
.K8RfoE .PWJGzfmqf {
    filter: invert(1) grayscale(100)
}

.K8RfoE .sypTMufIe6U [data-bs-target] {
    background-color: #000
}

.K8RfoE .DB6pHj {
    color: #000
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.qxhmBf0 {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.eX0RpNS {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.nqOH7RNB {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.eqsSoS {
    width: 1rem;
    height: 1rem
}

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

    .qxhmBf0,
    .nqOH7RNB {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

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

.y5E93Iy {
    color: #0d6efd
}

.y5E93Iy:focus,
.y5E93Iy:hover {
    color: #0a58ca
}

.LOP4U8 {
    color: #6c757d
}

.LOP4U8:focus,
.LOP4U8:hover {
    color: #565e64
}

.Ci80MqL44 {
    color: #198754
}

.Ci80MqL44:focus,
.Ci80MqL44:hover {
    color: #146c43
}

.csnHG4WuH {
    color: #0dcaf0
}

.csnHG4WuH:focus,
.csnHG4WuH:hover {
    color: #3dd5f3
}

.OnH7vOUv {
    color: #ffc107
}

.OnH7vOUv:focus,
.OnH7vOUv:hover {
    color: #ffcd39
}

.A6VOpyl7R6v {
    color: #dc3545
}

.A6VOpyl7R6v:focus,
.A6VOpyl7R6v:hover {
    color: #b02a37
}

.sBwB5GDBPXx {
    color: #f8f9fa
}

.sBwB5GDBPXx:focus,
.sBwB5GDBPXx:hover {
    color: #f9fafb
}

.dKq5Jv {
    color: #212529
}

.dKq5Jv:focus,
.dKq5Jv:hover {
    color: #1a1e21
}

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

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

.QFfmWR8EeP3>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.oo2DdwqnFGQ {
    --bs-aspect-ratio: 100%
}

.olQeml {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.GdPOEId {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.JGTQX42Z {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

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

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

.qme1m9 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width:576px) {
    .rn430EX6PN {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .MyPz8jBaSDT {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .mpShWJ {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .dQ6TgUjam {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1400px) {
    .SAeplC {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.RS7Tkb,
.GhLSPUDvJB: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
}

.BfaZuOOGV::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.tpVLj13TdCl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cUptsnJAC {
    vertical-align: baseline !important
}

.dtVxVj9M {
    vertical-align: top !important
}

.w4vBfgbRmrE {
    vertical-align: middle !important
}

.zhTRA7Pwgq {
    vertical-align: bottom !important
}

.o0QojGjaV {
    vertical-align: text-bottom !important
}

.vYBU4dt16 {
    vertical-align: text-top !important
}

.uLm8YPiTzhi {
    float: left !important
}

.Blt46tCbg {
    float: right !important
}

.a1o0Hs {
    float: none !important
}

.ge5IKVBNmhs {
    overflow: auto !important
}

.GwR63N {
    overflow: hidden !important
}

.l0LUIP {
    overflow: visible !important
}

.TmaoW3 {
    overflow: scroll !important
}

.amTD3v {
    display: inline !important
}

.UZvUtg {
    display: inline-block !important
}

.xaOJwH {
    display: block !important
}

.QoMKrOSARQ {
    display: grid !important
}

.EzddT6 {
    display: table !important
}

.fmEtqI5E {
    display: table-row !important
}

.RiBcQkXzp0 {
    display: table-cell !important
}

.K9Fei9B {
    display: flex !important
}

.cAzV9b {
    display: inline-flex !important
}

.bcst1U9E7lM {
    display: none !important
}

.j93hkHevr {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.SJqHdxMedk {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.XBefFhDlR {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.ttrQV8Z {
    box-shadow: none !important
}

.r5o2mM2cxk {
    position: static !important
}

.beWExIJ {
    position: relative !important
}

.I8d2e0A {
    position: absolute !important
}

.kZReLAul {
    position: fixed !important
}

.fLeb8Zo {
    position: -webkit-sticky !important;
    position: sticky !important
}

.JnSwpkxMVB {
    top: 0 !important
}

.zLCGQmjshA {
    top: 50% !important
}

.W2xIYBbe {
    top: 100% !important
}

.SJr9jQBui {
    bottom: 0 !important
}

.mDOllj3 {
    bottom: 50% !important
}

.tgSplUv {
    bottom: 100% !important
}

.sNNB8pY {
    left: 0 !important
}

.pdFXalBhL {
    left: 50% !important
}

.Qj8fe6l7cYX {
    left: 100% !important
}

.OaareYmuy {
    right: 0 !important
}

.kuVtqH1 {
    right: 50% !important
}

.v71h1Gscbh {
    right: 100% !important
}

.FFtgay {
    transform: translate(-50%, -50%) !important
}

.JlpoQC {
    transform: translateX(-50%) !important
}

.wfITz2FWz {
    transform: translateY(-50%) !important
}

.Tr2UDd4vNa {
    border: 1px solid #dee2e6 !important
}

.sszOzZnfv {
    border: 0 !important
}

.qYLKDDsWQ {
    border-top: 1px solid #dee2e6 !important
}

.SFS3aF2L {
    border-top: 0 !important
}

.hiYjnCbOjS9 {
    border-right: 1px solid #dee2e6 !important
}

.i8UXB0p {
    border-right: 0 !important
}

.zMMcUFaCOLD {
    border-bottom: 1px solid #dee2e6 !important
}

.HheG7YzOR {
    border-bottom: 0 !important
}

.JbRa92roq {
    border-left: 1px solid #dee2e6 !important
}

.YHnFVB {
    border-left: 0 !important
}

.rTy7LF {
    border-color: #0d6efd !important
}

.xAkuLK9N {
    border-color: #6c757d !important
}

.WfEKCm {
    border-color: #198754 !important
}

.DXaJqx {
    border-color: #0dcaf0 !important
}

.uv6rxog {
    border-color: #ffc107 !important
}

.tBclEgi0uFe {
    border-color: #dc3545 !important
}

.rpuhjdeV {
    border-color: #f8f9fa !important
}

.evasj1aZzf {
    border-color: #212529 !important
}

.DLkj4sA {
    border-color: #fff !important
}

.sszOzZnfv {
    border-width: 0 !important
}

.ZISG5rzypSG {
    border-width: 1px !important
}

.AChqfWF5j {
    border-width: 2px !important
}

.VgJKc0x1g {
    border-width: 3px !important
}

.qPsEmP {
    border-width: 4px !important
}

.ESBm9hF9cz {
    border-width: 5px !important
}

.nPERA4Fcdbc {
    width: 25% !important
}

.bVVAchQ {
    width: 50% !important
}

.NSJdLfeBGzG {
    width: 75% !important
}

.vdhp4Ftl7wg {
    width: 100% !important
}

.Vi0u25ZEU {
    width: auto !important
}

.xcBRNfvQcRN {
    max-width: 100% !important
}

.JMCbCxQd {
    width: 100vw !important
}

.AdeXhd {
    min-width: 100vw !important
}

.Fnuc8pek0I {
    height: 25% !important
}

.elQineDWy1 {
    height: 50% !important
}

.WWbeYKePi {
    height: 75% !important
}

.Iw8Ebz9eev {
    height: 100% !important
}

.IdHvxw0LQK {
    height: auto !important
}

.ZELnhkM0qz {
    max-height: 100% !important
}

.uLZcrYZOHH {
    height: 100vh !important
}

.XxaNdR7i {
    min-height: 100vh !important
}

.SNdSz86 {
    flex: 1 1 auto !important
}

.lW0Qwqgw6 {
    flex-direction: row !important
}

.BjEjJfkiUm {
    flex-direction: column !important
}

.DbCUasClyVR {
    flex-direction: row-reverse !important
}

.sVQz0puRfZ {
    flex-direction: column-reverse !important
}

.gd00d83tQI {
    flex-grow: 0 !important
}

.G2LabSAsau {
    flex-grow: 1 !important
}

.yZIzHx593I {
    flex-shrink: 0 !important
}

.ChkDZp {
    flex-shrink: 1 !important
}

.RPOLNG {
    flex-wrap: wrap !important
}

.rpQFqgZ1R {
    flex-wrap: nowrap !important
}

.IVuMzes {
    flex-wrap: wrap-reverse !important
}

.O6fFSX659Q {
    gap: 0 !important
}

.LyhTtn {
    gap: .25rem !important
}

.Pbaay8o1gQ {
    gap: .5rem !important
}

.ujZMP2hWbHy {
    gap: 1rem !important
}

.fERrqf {
    gap: 1.5rem !important
}

.NrLw6vbm {
    gap: 3rem !important
}

.akBqQBS {
    justify-content: flex-start !important
}

.EVm84V9m5 {
    justify-content: flex-end !important
}

.lzgSGx7tKyZ {
    justify-content: center !important
}

.mJHOxHRcD {
    justify-content: space-between !important
}

.Pp0UUXa3hP {
    justify-content: space-around !important
}

.YTjgbjtGOG8 {
    justify-content: space-evenly !important
}

.lRDc1xZ {
    align-items: flex-start !important
}

.HVPpjW5g {
    align-items: flex-end !important
}

.r8hcqUQOacB {
    align-items: center !important
}

.mDuhqhbU {
    align-items: baseline !important
}

.oYwRgK {
    align-items: stretch !important
}

.E8hwYh {
    align-content: flex-start !important
}

.dLP9QdI1 {
    align-content: flex-end !important
}

.ipajEvxVi3 {
    align-content: center !important
}

.kDiEU23c {
    align-content: space-between !important
}

.IAZuzL {
    align-content: space-around !important
}

.tw2VmJXt {
    align-content: stretch !important
}

.aNbJSLH {
    align-self: auto !important
}

.QPnRftO2qh {
    align-self: flex-start !important
}

.htjpcs9 {
    align-self: flex-end !important
}

.xzbIhlVBpIi {
    align-self: center !important
}

.ZLFoXzkOa {
    align-self: baseline !important
}

.ldv6l7DD {
    align-self: stretch !important
}

.FVMAYrAj6 {
    order: -1 !important
}

.yO2dbWge54 {
    order: 0 !important
}

.wgEvfCcgb {
    order: 1 !important
}

.oZbGr0AYl {
    order: 2 !important
}

.dFt89wvque {
    order: 3 !important
}

.xK4z25oe {
    order: 4 !important
}

.O2lbxSSespo {
    order: 5 !important
}

.q1BKmQYZs {
    order: 6 !important
}

.F2x9c600ji {
    margin: 0 !important
}

.U7N8O4 {
    margin: .25rem !important
}

.b9zr5g {
    margin: .5rem !important
}

.Fh244XqfUjg {
    margin: 1rem !important
}

.rFCuxHzBb {
    margin: 1.5rem !important
}

.NoAo0FXro7 {
    margin: 3rem !important
}

.UHXG2M5wt {
    margin: auto !important
}

.SRy1bBVbx6 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.BC2IFpj {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.f4mfx1f4y {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.KJAYSZSG {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.LQhndu {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.UEhcl3leekx {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.IUYXV1PBce {
    margin-right: auto !important;
    margin-left: auto !important
}

.LLhOKo2DCWb {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.QwgyWyyWmG {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.qFjECE6 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.aoilApB4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.zXCju2Ux3q {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.GmEbB9pancm {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.cWqn1X {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.Lsn4tNnxUp8 {
    margin-top: 0 !important
}

.zLcng7Q7q {
    margin-top: .25rem !important
}

.noMipRg5 {
    margin-top: .5rem !important
}

.hNGEm3c {
    margin-top: 1rem !important
}

.Cm4ajPShp {
    margin-top: 1.5rem !important
}

.adq3dX {
    margin-top: 3rem !important
}

.xhNXJCfVYG {
    margin-top: auto !important
}

.OGzbxK {
    margin-right: 0 !important
}

.el5flcLtREv {
    margin-right: .25rem !important
}

.Dyecu2bG1A {
    margin-right: .5rem !important
}

.G0qVDE {
    margin-right: 1rem !important
}

.bzqG6Ihs {
    margin-right: 1.5rem !important
}

.Q1nTb3 {
    margin-right: 3rem !important
}

.lAf8yKJrs8 {
    margin-right: auto !important
}

.a5SGGXD {
    margin-bottom: 0 !important
}

.g6LOjRN07 {
    margin-bottom: .25rem !important
}

.zHXgFQQEk {
    margin-bottom: .5rem !important
}

.QWLTnWTwaQ {
    margin-bottom: 1rem !important
}

.T6d4Y0cB {
    margin-bottom: 1.5rem !important
}

.W19M7Osa {
    margin-bottom: 3rem !important
}

.Fq44Ydj {
    margin-bottom: auto !important
}

.UNoASfL {
    margin-left: 0 !important
}

.UffbPd {
    margin-left: .25rem !important
}

.BfKIyDT4t {
    margin-left: .5rem !important
}

.Ddpi0N {
    margin-left: 1rem !important
}

.bPsq4G {
    margin-left: 1.5rem !important
}

.Tb4Kh8 {
    margin-left: 3rem !important
}

.kdEcVgH49R {
    margin-left: auto !important
}

.SlD6TIno8U {
    padding: 0 !important
}

.D0ve7i6Tw1f {
    padding: .25rem !important
}

.zqFw31Arh8 {
    padding: .5rem !important
}

.mRHtZpKj {
    padding: 1rem !important
}

.wmj4bbMJz {
    padding: 1.5rem !important
}

.Jp8gAYC {
    padding: 3rem !important
}

.bahq4lS9A {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.FFtPaG {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.kUyf2iqCA {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.txrU6nRgt {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.gMAe9yS {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

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

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

.msancsMswG {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.gabxziSCH {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

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

.ltjD8t51X {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.CicNahIJ3NG {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.zVv5P8NsFU {
    padding-top: 0 !important
}

.rRageKlC {
    padding-top: .25rem !important
}

.kW7eCcNx {
    padding-top: .5rem !important
}

.nGMLBQ7 {
    padding-top: 1rem !important
}

.PgUAWsXpw {
    padding-top: 1.5rem !important
}

.ncoAfer0Iyb {
    padding-top: 3rem !important
}

.CPEJxt {
    padding-right: 0 !important
}

.i2CSyp {
    padding-right: .25rem !important
}

.TYqzgAw {
    padding-right: .5rem !important
}

.sYhzCXzjt5 {
    padding-right: 1rem !important
}

.FEwb5ewY {
    padding-right: 1.5rem !important
}

.W3BgZ9Rf {
    padding-right: 3rem !important
}

.b6tXO1CpY {
    padding-bottom: 0 !important
}

.IBwpOO0fkHO {
    padding-bottom: .25rem !important
}

.iEch6vbm {
    padding-bottom: .5rem !important
}

.ETgdgJbR {
    padding-bottom: 1rem !important
}

.ddBJb6sfn {
    padding-bottom: 1.5rem !important
}

.oKvh00ArH {
    padding-bottom: 3rem !important
}

.FgmjdnT {
    padding-left: 0 !important
}

.yWNb5lIpvM {
    padding-left: .25rem !important
}

.dzVZpI {
    padding-left: .5rem !important
}

.h0u2iyOOvC0 {
    padding-left: 1rem !important
}

.whTbJO7F {
    padding-left: 1.5rem !important
}

.AFeO3qioe {
    padding-left: 3rem !important
}

.rgtXjd69trY {
    font-size: calc(1.375rem + 1.5vw) !important
}

.jwLRMRK {
    font-size: calc(1.325rem + .9vw) !important
}

.faQvzCr2z {
    font-size: calc(1.3rem + .6vw) !important
}

.IOYOGppr {
    font-size: calc(1.275rem + .3vw) !important
}

.EukWWctqP {
    font-size: 1.25rem !important
}

.LV9c4y {
    font-size: 1rem !important
}

.V5aNXmIlpn8 {
    font-style: italic !important
}

.wkycU3 {
    font-style: normal !important
}

.XrDMdcNG {
    font-weight: 300 !important
}

.Tv0wggvByO {
    font-weight: lighter !important
}

.UQwwbQA {
    font-weight: 400 !important
}

.tRjSC2ga0C {
    font-weight: 700 !important
}

.EfDdGeso {
    font-weight: bolder !important
}

.O2xvIHvYO {
    text-transform: lowercase !important
}

.cQpnTlV {
    text-transform: uppercase !important
}

.g278r4 {
    text-transform: capitalize !important
}

.Rkx3HH {
    text-align: left !important
}

.BNF3cqT {
    text-align: right !important
}

.uXcc6bN {
    text-align: center !important
}

.BuJgmUZcB {
    color: #0d6efd !important
}

.tNUG4X {
    color: #6c757d !important
}

.xq91nxWEMA {
    color: #198754 !important
}

.Spm8dl2VY7 {
    color: #0dcaf0 !important
}

.MGPsVlv {
    color: #ffc107 !important
}

.P9mRtMXtvh {
    color: #dc3545 !important
}

.xnwb8jokCWV {
    color: #f8f9fa !important
}

.szvwCx8T {
    color: #212529 !important
}

.qxl5gL {
    color: #fff !important
}

.t0znEG {
    color: #212529 !important
}

.H4GJLQR {
    color: #6c757d !important
}

.HIUShCA {
    color: rgba(0, 0, 0, .5) !important
}

.WNItdz {
    color: rgba(255, 255, 255, .5) !important
}

.U8XlHN5e7H0 {
    color: inherit !important
}

.ddapaHZ18UY {
    line-height: 1 !important
}

.INkuSRML {
    line-height: 1.25 !important
}

.dYUkM5 {
    line-height: 1.5 !important
}

.eKURUmHvn {
    line-height: 2 !important
}

.Xpyd6dtvSBP {
    background-color: #0d6efd !important
}

.eWGQMaC {
    background-color: #6c757d !important
}

.wqEBVyKb {
    background-color: #198754 !important
}

.rIAdoepy {
    background-color: #0dcaf0 !important
}

.K8XjmJUbglx {
    background-color: #ffc107 !important
}

.ZL9oeD {
    background-color: #dc3545 !important
}

.buKKyX7K {
    background-color: #f8f9fa !important
}

.v2hfn3V6hYo {
    background-color: #212529 !important
}

.xHi2hRdq507 {
    background-color: #fff !important
}

.ZZaVgRacU53 {
    background-color: #fff !important
}

.nODHEzWY {
    background-color: transparent !important
}

.g9xvbBf {
    background-image: var(--bs-gradient) !important
}

.SyMwQf {
    white-space: normal !important
}

.A13cVP {
    white-space: nowrap !important
}

.i3rsdgyA {
    text-decoration: none !important
}

.scwALRFVKu {
    text-decoration: underline !important
}

.JclXfZe4f73 {
    text-decoration: line-through !important
}

.GckvQ8Xg {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.SObeEWxyW {
    font-family: var(--bs-font-monospace) !important
}

.eI53Mbav {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

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

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

.eHxvsrAmNl {
    pointer-events: none !important
}

.OB0aALC4Be {
    pointer-events: auto !important
}

.NfTZY72T5 {
    border-radius: .25rem !important
}

.MNQhgpOX {
    border-radius: 0 !important
}

.xAWal4 {
    border-radius: .2rem !important
}

.ktpQ5kvrdct {
    border-radius: .25rem !important
}

.riSfT0rll07 {
    border-radius: .3rem !important
}

.aP0qhab {
    border-radius: 50% !important
}

.I5ljcXJlL7 {
    border-radius: 50rem !important
}

.kWvizURp {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.fG0PAWvWf {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.i5Tqzpd9 {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.vwWzGTUI8 {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.uThIl74aQJb {
    visibility: visible !important
}

.QwDhvCxj {
    visibility: hidden !important
}

@media (min-width:576px) {
    .NJlrIW {
        float: left !important
    }

    .mkQxlS {
        float: right !important
    }

    .ta4AlPdumRd {
        float: none !important
    }

    .Yf7avBvUIO {
        display: inline !important
    }

    .JyCDa0Vy {
        display: inline-block !important
    }

    .vfnxg9sT {
        display: block !important
    }

    .eyeCeHy {
        display: grid !important
    }

    .bTeN5670dVe {
        display: table !important
    }

    .Tu6pX5q {
        display: table-row !important
    }

    .raCEVhIx {
        display: table-cell !important
    }

    .eMl53OG {
        display: flex !important
    }

    .TKyhNgCwtZe {
        display: inline-flex !important
    }

    .F5GxylCNJVy {
        display: none !important
    }

    .NFvh4dIdoy2 {
        flex: 1 1 auto !important
    }

    .LqbYgq3cf {
        flex-direction: row !important
    }

    .r1vsaIkwd {
        flex-direction: column !important
    }

    .suFx09gZJ {
        flex-direction: row-reverse !important
    }

    .rUgc81g5l5y {
        flex-direction: column-reverse !important
    }

    .bImlpffr31 {
        flex-grow: 0 !important
    }

    .dcnSlnZ {
        flex-grow: 1 !important
    }

    .hZSyJb1 {
        flex-shrink: 0 !important
    }

    .xG2F7M23 {
        flex-shrink: 1 !important
    }

    .G6N5XQnbXT1 {
        flex-wrap: wrap !important
    }

    .t7NpR0FI {
        flex-wrap: nowrap !important
    }

    .Fdg9fDK {
        flex-wrap: wrap-reverse !important
    }

    .d0lGYKq {
        gap: 0 !important
    }

    .jHgJdE {
        gap: .25rem !important
    }

    .hXBa2h7d {
        gap: .5rem !important
    }

    .FDcTntsU06Z {
        gap: 1rem !important
    }

    .PNKsW5PhdB {
        gap: 1.5rem !important
    }

    .tSDRzx {
        gap: 3rem !important
    }

    .FF6AvFl {
        justify-content: flex-start !important
    }

    .OUlhvmFcBa {
        justify-content: flex-end !important
    }

    .A1FgKt0hhR {
        justify-content: center !important
    }

    .qg2Cu7vYWx1 {
        justify-content: space-between !important
    }

    .tAELqhRd {
        justify-content: space-around !important
    }

    .NChOQHrlr0B {
        justify-content: space-evenly !important
    }

    .bUHTpI4 {
        align-items: flex-start !important
    }

    .m4wF6ld31 {
        align-items: flex-end !important
    }

    .giHZbri4F7 {
        align-items: center !important
    }

    .FDP3IefOv {
        align-items: baseline !important
    }

    .oxoj2XUw {
        align-items: stretch !important
    }

    .ajk0IInGJ {
        align-content: flex-start !important
    }

    .IGCyJIA {
        align-content: flex-end !important
    }

    .rDRdiCNvgw {
        align-content: center !important
    }

    .EDMwzm {
        align-content: space-between !important
    }

    .Q8cwnZXAR {
        align-content: space-around !important
    }

    .iFBe75zPDS {
        align-content: stretch !important
    }

    .BssyneWb {
        align-self: auto !important
    }

    .ZZuaFTdZCLB {
        align-self: flex-start !important
    }

    .kvTDkhF {
        align-self: flex-end !important
    }

    .GoixXx8o {
        align-self: center !important
    }

    .rWKFpB {
        align-self: baseline !important
    }

    .kJn3mMdH {
        align-self: stretch !important
    }

    .CRnLGu {
        order: -1 !important
    }

    .IrdBlx {
        order: 0 !important
    }

    .BthTIMLxH {
        order: 1 !important
    }

    .swIOGG {
        order: 2 !important
    }

    .q3AaPP {
        order: 3 !important
    }

    .ki4OKzn0EN {
        order: 4 !important
    }

    .YTPpdYy {
        order: 5 !important
    }

    .V0gO4WRGpP {
        order: 6 !important
    }

    .vfJGZrM {
        margin: 0 !important
    }

    .bowSdMS {
        margin: .25rem !important
    }

    .MxNi3glyeXo {
        margin: .5rem !important
    }

    .lE7DItbcIbM {
        margin: 1rem !important
    }

    .ruYC26JA {
        margin: 1.5rem !important
    }

    .aMYai6m {
        margin: 3rem !important
    }

    .vSwjq4 {
        margin: auto !important
    }

    .iMnB46 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .x2SFu1Jjd7X {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .AOosQ7x3 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .cnyg5H0wt3j {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .XH34Uk {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .MwKq28WvSl {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .PjAzeWhwts {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .QdsD1oO72T {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .zI4QqYZfZZ {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .aYSLNwK {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .eA5QqhWadB {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .ccsTnQSpfgO {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .NjaXcp9 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .MSXJ1Zs {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .N4V3o4uv84 {
        margin-top: 0 !important
    }

    .LVRjqI {
        margin-top: .25rem !important
    }

    .u6Id3Z {
        margin-top: .5rem !important
    }

    .V04LJE {
        margin-top: 1rem !important
    }

    .UnwYBWUJB {
        margin-top: 1.5rem !important
    }

    .m1TN513w4 {
        margin-top: 3rem !important
    }

    .c6SjIBNrr {
        margin-top: auto !important
    }

    .qxEEfAkeuj0 {
        margin-right: 0 !important
    }

    .St7SWM18E2 {
        margin-right: .25rem !important
    }

    .AGHyoedfhj {
        margin-right: .5rem !important
    }

    .vaxhWPzpAvE {
        margin-right: 1rem !important
    }

    .eRvi6S {
        margin-right: 1.5rem !important
    }

    .Q0beIo2XxMQ {
        margin-right: 3rem !important
    }

    .zFJfdPb {
        margin-right: auto !important
    }

    .GX1M68cDHf {
        margin-bottom: 0 !important
    }

    .FLYgo9Hec {
        margin-bottom: .25rem !important
    }

    .PuSqm4 {
        margin-bottom: .5rem !important
    }

    .OWtGB48b {
        margin-bottom: 1rem !important
    }

    .ra0uP83 {
        margin-bottom: 1.5rem !important
    }

    .flxTeGRG {
        margin-bottom: 3rem !important
    }

    .kXYP7esKxCa {
        margin-bottom: auto !important
    }

    .PCUcWY {
        margin-left: 0 !important
    }

    .lyeXohob33N {
        margin-left: .25rem !important
    }

    .UA0cEo {
        margin-left: .5rem !important
    }

    .iJ8YY7 {
        margin-left: 1rem !important
    }

    .MDArbKg {
        margin-left: 1.5rem !important
    }

    .k59gPoqeQ6h {
        margin-left: 3rem !important
    }

    .HsXVdep {
        margin-left: auto !important
    }

    .p8Q8SxP {
        padding: 0 !important
    }

    .UTxWP0cDv {
        padding: .25rem !important
    }

    .Rbo1ElK44 {
        padding: .5rem !important
    }

    .sb5ajMSK2 {
        padding: 1rem !important
    }

    .rdleCS3JCf {
        padding: 1.5rem !important
    }

    .UD8gVC {
        padding: 3rem !important
    }

    .ivb8w5E {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .rTZGGpoPM {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .Ts4cJYd {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .w8Iz37q6Mmp {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .kjaY5Hx3kTt {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

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

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

    .IUg5H4CdJ {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .bLYpPfOs {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

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

    .gn18ZC9wR {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .To1dQk6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .nzNilPYcKW {
        padding-top: 0 !important
    }

    .HFEYxx {
        padding-top: .25rem !important
    }

    .JnnE4oNxLt7 {
        padding-top: .5rem !important
    }

    .VWhqro {
        padding-top: 1rem !important
    }

    .H41D50We46 {
        padding-top: 1.5rem !important
    }

    .xcFHULG1ol {
        padding-top: 3rem !important
    }

    .UcRHwz3 {
        padding-right: 0 !important
    }

    .Ds8nj49Lef {
        padding-right: .25rem !important
    }

    .c9M9WKwQPg {
        padding-right: .5rem !important
    }

    .mR84JL5 {
        padding-right: 1rem !important
    }

    .jmPYpbflbEO {
        padding-right: 1.5rem !important
    }

    .HeqlRmXwt {
        padding-right: 3rem !important
    }

    .iVqcAGjxdqj {
        padding-bottom: 0 !important
    }

    .HHg6uA8ve {
        padding-bottom: .25rem !important
    }

    .xx6qgm03 {
        padding-bottom: .5rem !important
    }

    .YSMQZvg {
        padding-bottom: 1rem !important
    }

    .NNWMFk2hT {
        padding-bottom: 1.5rem !important
    }

    .EeG7R4n {
        padding-bottom: 3rem !important
    }

    .RFm1XC0q {
        padding-left: 0 !important
    }

    .dvix71 {
        padding-left: .25rem !important
    }

    .j0ELGV4h {
        padding-left: .5rem !important
    }

    .RaTzQuBrq {
        padding-left: 1rem !important
    }

    .cVjDg2l {
        padding-left: 1.5rem !important
    }

    .lcft4ib {
        padding-left: 3rem !important
    }

    .xOCbgrQoNMx {
        text-align: left !important
    }

    .nGE4kUz {
        text-align: right !important
    }

    .aDpZLx {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .qU7yidgQz6 {
        float: left !important
    }

    .Y1Fd5F8iD {
        float: right !important
    }

    .HoDj51 {
        float: none !important
    }

    .fE5bQOt5 {
        display: inline !important
    }

    .x3BrTUX {
        display: inline-block !important
    }

    .bUtvegjO {
        display: block !important
    }

    .WaAP74LD {
        display: grid !important
    }

    .vJAj8OKd {
        display: table !important
    }

    .dDOdSqAjg {
        display: table-row !important
    }

    .xOtnDN2qmZL {
        display: table-cell !important
    }

    .Zq03pC {
        display: flex !important
    }

    .hkPfjK8ShY {
        display: inline-flex !important
    }

    .y5kV0f {
        display: none !important
    }

    .sjBJGxZ0Lbe {
        flex: 1 1 auto !important
    }

    .udMTeYqc {
        flex-direction: row !important
    }

    .V5OsbtCWOe {
        flex-direction: column !important
    }

    .Zyhpo8D {
        flex-direction: row-reverse !important
    }

    .E56qibmzA {
        flex-direction: column-reverse !important
    }

    .zjJ2GVkbN {
        flex-grow: 0 !important
    }

    .YcXY1fc {
        flex-grow: 1 !important
    }

    .jTaHtVsv0 {
        flex-shrink: 0 !important
    }

    .GPx4Y1WOfu4 {
        flex-shrink: 1 !important
    }

    .HV1IcQ {
        flex-wrap: wrap !important
    }

    .sEV87jw0VmT {
        flex-wrap: nowrap !important
    }

    .vEpUzjf {
        flex-wrap: wrap-reverse !important
    }

    .aET3aZa {
        gap: 0 !important
    }

    .jzTSqvtKdd {
        gap: .25rem !important
    }

    .CrIIt3 {
        gap: .5rem !important
    }

    .USvBRfNOea {
        gap: 1rem !important
    }

    .fOiQbd7U {
        gap: 1.5rem !important
    }

    .CwQAR7js {
        gap: 3rem !important
    }

    .mcaNdsICNa {
        justify-content: flex-start !important
    }

    .KGdWzQO4W8 {
        justify-content: flex-end !important
    }

    .fhUtIIg {
        justify-content: center !important
    }

    .eDOIkyyw {
        justify-content: space-between !important
    }

    .kYoooTg {
        justify-content: space-around !important
    }

    .UyfeNCmBq8 {
        justify-content: space-evenly !important
    }

    .rPQDCBT {
        align-items: flex-start !important
    }

    .igXzzCuN {
        align-items: flex-end !important
    }

    .F3Ow3qE {
        align-items: center !important
    }

    .jd6PrCP {
        align-items: baseline !important
    }

    .KdGUwa90C {
        align-items: stretch !important
    }

    .FErAWULd {
        align-content: flex-start !important
    }

    .LtS56au {
        align-content: flex-end !important
    }

    .ohMzQeOduD {
        align-content: center !important
    }

    .Y6lZRxx {
        align-content: space-between !important
    }

    .hK3IrIVnR {
        align-content: space-around !important
    }

    .KNki9JZ3YG {
        align-content: stretch !important
    }

    .xCsZRbRU {
        align-self: auto !important
    }

    .RdsJ1G6f {
        align-self: flex-start !important
    }

    .GS1bsOHpzKO {
        align-self: flex-end !important
    }

    .TZkAhMCD7CJ {
        align-self: center !important
    }

    .hQIVLlkskJz {
        align-self: baseline !important
    }

    .FTZQNpKwxlF {
        align-self: stretch !important
    }

    .VuWMGGPgqE {
        order: -1 !important
    }

    .hZwhsiqUtQ {
        order: 0 !important
    }

    .rmDzKWE86bq {
        order: 1 !important
    }

    .HyIknkFV5l {
        order: 2 !important
    }

    .eWqb4DOeIV {
        order: 3 !important
    }

    .L2Maee6gc {
        order: 4 !important
    }

    .kFp5uT {
        order: 5 !important
    }

    .E3onza8rB1t {
        order: 6 !important
    }

    .akI1UKsHoM2 {
        margin: 0 !important
    }

    .kx03c9Oe {
        margin: .25rem !important
    }

    .ewr8weGwAg {
        margin: .5rem !important
    }

    .yeu5ZBjc {
        margin: 1rem !important
    }

    .vpRvpE57 {
        margin: 1.5rem !important
    }

    .hoITS1 {
        margin: 3rem !important
    }

    .ktByiTviQY {
        margin: auto !important
    }

    .jyaIIDmWXe {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .loJfav81wa {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .KiUzwol {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .jKGQCca {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .cPnLeTO {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .m19I5Dmoac {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .qEAZ6ihMM {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .V7zmljUnaS {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .fIS1Tm {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .cYD1L2uTV {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .PK3A31ZO {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .WLwr9azy0wU {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .qo70xHqhp6r {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .ncDlik7Sa {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .Niia9JhIDd {
        margin-top: 0 !important
    }

    .Xw1Eyd {
        margin-top: .25rem !important
    }

    .Uy5SeI8n6 {
        margin-top: .5rem !important
    }

    .xsMvnm {
        margin-top: 1rem !important
    }

    .fFXZBo2 {
        margin-top: 1.5rem !important
    }

    .jdfm5Ve {
        margin-top: 3rem !important
    }

    .qIX6c4aX {
        margin-top: auto !important
    }

    .AhoevIc {
        margin-right: 0 !important
    }

    .xxUwUW {
        margin-right: .25rem !important
    }

    .OCrk011Ijwx {
        margin-right: .5rem !important
    }

    .uMfpZJaK {
        margin-right: 1rem !important
    }

    .vIsOke {
        margin-right: 1.5rem !important
    }

    .CMvoQy {
        margin-right: 3rem !important
    }

    .iCiV4ptQx {
        margin-right: auto !important
    }

    .APdNPd {
        margin-bottom: 0 !important
    }

    .xlRx7rO82K {
        margin-bottom: .25rem !important
    }

    .GmbBgf {
        margin-bottom: .5rem !important
    }

    .OojApuww {
        margin-bottom: 1rem !important
    }

    .ZvKMnz {
        margin-bottom: 1.5rem !important
    }

    .cL39aq {
        margin-bottom: 3rem !important
    }

    .cF2Vg7R {
        margin-bottom: auto !important
    }

    .lIR2o0 {
        margin-left: 0 !important
    }

    .qbcucyUixz {
        margin-left: .25rem !important
    }

    .K54VVCth {
        margin-left: .5rem !important
    }

    .KgLfzinMP {
        margin-left: 1rem !important
    }

    .sE5YEz {
        margin-left: 1.5rem !important
    }

    .xfJmHJ6c {
        margin-left: 3rem !important
    }

    .ijK1JHQ43G {
        margin-left: auto !important
    }

    .zBNBSoLC {
        padding: 0 !important
    }

    .S4praM5Q {
        padding: .25rem !important
    }

    .o6h1lY {
        padding: .5rem !important
    }

    .ODGxDPnaX {
        padding: 1rem !important
    }

    .kqL0z8 {
        padding: 1.5rem !important
    }

    .ohFfimEP {
        padding: 3rem !important
    }

    .QvbcfUHB2 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .rekDOQoGSc {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .QpZy9DJcGn {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .Rznc2KmEtX {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .r4tnZgEXM1 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

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

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

    .Vy8HFt {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .ZCZGg32VmhY {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

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

    .cU9v9vTc {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .KHAMaQcXo {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .nA8cIeIGCV {
        padding-top: 0 !important
    }

    .Is6uF5xG {
        padding-top: .25rem !important
    }

    .cJWXfQdf {
        padding-top: .5rem !important
    }

    .fDrUxq3g6 {
        padding-top: 1rem !important
    }

    .fNtk4eaJ {
        padding-top: 1.5rem !important
    }

    .cle3laYCTG {
        padding-top: 3rem !important
    }

    .LbhzI5WlB {
        padding-right: 0 !important
    }

    .Gci6dNfl {
        padding-right: .25rem !important
    }

    .tRJeb7PJN {
        padding-right: .5rem !important
    }

    .CJqRft3 {
        padding-right: 1rem !important
    }

    .SGG1drr {
        padding-right: 1.5rem !important
    }

    .rsybtsQAbhG {
        padding-right: 3rem !important
    }

    .QsgwCbb {
        padding-bottom: 0 !important
    }

    .uoNZoUS4 {
        padding-bottom: .25rem !important
    }

    .KSthcV4jh {
        padding-bottom: .5rem !important
    }

    .JGCSNO1E {
        padding-bottom: 1rem !important
    }

    .MgEHG3Pc {
        padding-bottom: 1.5rem !important
    }

    .RK4gqx {
        padding-bottom: 3rem !important
    }

    .v50VdQodpq {
        padding-left: 0 !important
    }

    .Gm28IQ28d {
        padding-left: .25rem !important
    }

    .uxHQA41WA {
        padding-left: .5rem !important
    }

    .KAdJr7mu {
        padding-left: 1rem !important
    }

    .BOc9aV {
        padding-left: 1.5rem !important
    }

    .qw5rBNv {
        padding-left: 3rem !important
    }

    .bHjEo6C {
        text-align: left !important
    }

    .b7AgQf {
        text-align: right !important
    }

    .UsimphF {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .RlsiSZu {
        float: left !important
    }

    .FTkF5LTk {
        float: right !important
    }

    .OnSWp1O4f {
        float: none !important
    }

    .ABfGZLIc {
        display: inline !important
    }

    .tGTY2xtCXAG {
        display: inline-block !important
    }

    .iUMsUIDgQd4 {
        display: block !important
    }

    .TtFg2AZrdA {
        display: grid !important
    }

    .dhtW4c {
        display: table !important
    }

    .RrmvCY {
        display: table-row !important
    }

    .Ub54wbDC {
        display: table-cell !important
    }

    .ap3t3FGC4 {
        display: flex !important
    }

    .mrH1sZT0I {
        display: inline-flex !important
    }

    .QPecg58m {
        display: none !important
    }

    .nR4etELrdh {
        flex: 1 1 auto !important
    }

    .ogMpDfyJIp {
        flex-direction: row !important
    }

    .N64A07 {
        flex-direction: column !important
    }

    .ffwlOSyrAE {
        flex-direction: row-reverse !important
    }

    .GRX8Jqh {
        flex-direction: column-reverse !important
    }

    .rCrsMU1 {
        flex-grow: 0 !important
    }

    .rAfsVm {
        flex-grow: 1 !important
    }

    .WPcUki {
        flex-shrink: 0 !important
    }

    .eiemZs1mgFs {
        flex-shrink: 1 !important
    }

    .Si1jrQ {
        flex-wrap: wrap !important
    }

    .jgoBflj2j {
        flex-wrap: nowrap !important
    }

    .LFQeYf {
        flex-wrap: wrap-reverse !important
    }

    .traQIQff {
        gap: 0 !important
    }

    .hxE52MIu2 {
        gap: .25rem !important
    }

    .pe5yWjI {
        gap: .5rem !important
    }

    .eTgOq57 {
        gap: 1rem !important
    }

    .PqSZgebmsJr {
        gap: 1.5rem !important
    }

    .sve0Dbm3 {
        gap: 3rem !important
    }

    .E0e6X8A {
        justify-content: flex-start !important
    }

    .XBviAFI {
        justify-content: flex-end !important
    }

    .ETq7De4HY8 {
        justify-content: center !important
    }

    .NExuqq {
        justify-content: space-between !important
    }

    .pYpJgehyY {
        justify-content: space-around !important
    }

    .wezhiy {
        justify-content: space-evenly !important
    }

    .vDg0O3z3 {
        align-items: flex-start !important
    }

    .Aq8b6nGO {
        align-items: flex-end !important
    }

    .deub3xYDJ {
        align-items: center !important
    }

    .iD1uA8ZmN {
        align-items: baseline !important
    }

    .ihpYaDBqb {
        align-items: stretch !important
    }

    .IJJg83SoI {
        align-content: flex-start !important
    }

    .gMspIk {
        align-content: flex-end !important
    }

    .ZgZmyO4uv0 {
        align-content: center !important
    }

    .Uu3kiv0ywoL {
        align-content: space-between !important
    }

    .wcSTqKam {
        align-content: space-around !important
    }

    .SLXTfpYW9 {
        align-content: stretch !important
    }

    .SAaZppkQ {
        align-self: auto !important
    }

    .sjvaSOsf {
        align-self: flex-start !important
    }

    .h4ODkatLk {
        align-self: flex-end !important
    }

    .NdJpWc {
        align-self: center !important
    }

    .ZanYBlP {
        align-self: baseline !important
    }

    .QId7kyiH {
        align-self: stretch !important
    }

    .zeTobSOS {
        order: -1 !important
    }

    .gGr6jP8yLI {
        order: 0 !important
    }

    .IMpmzN {
        order: 1 !important
    }

    .d18pI1Xi {
        order: 2 !important
    }

    .elb8gL3JgB {
        order: 3 !important
    }

    .jVntzn53m {
        order: 4 !important
    }

    .HWMUCgAU48 {
        order: 5 !important
    }

    .AHdJjjKPBui {
        order: 6 !important
    }

    .NRi4KHOgV {
        margin: 0 !important
    }

    .DAQe2IUh3 {
        margin: .25rem !important
    }

    .TksV5jTYuFv {
        margin: .5rem !important
    }

    .NOnghdmKYUv {
        margin: 1rem !important
    }

    .HPb6x3 {
        margin: 1.5rem !important
    }

    .zTcC6F789rr {
        margin: 3rem !important
    }

    .khv9Ep {
        margin: auto !important
    }

    .mevBxCwbs {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .DT7CIUCxvap {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .f6wRA2q9llw {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .vu3zn7 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .r5jsgEhh {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .e0LHv8c {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .IWIdd2 {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .LnPUlgJeU {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .dfmFYyqgx {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .Mi8plvJ9 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .uFnoOq {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .mRnktnwb4b {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .g5NivhR {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .KA9eqzKD {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .hfDmgd {
        margin-top: 0 !important
    }

    .fQS9CD {
        margin-top: .25rem !important
    }

    .FyalkbdIBU1 {
        margin-top: .5rem !important
    }

    .FV18DP {
        margin-top: 1rem !important
    }

    .zhiXfVW {
        margin-top: 1.5rem !important
    }

    .Ulf7g0Z {
        margin-top: 3rem !important
    }

    .sOqiDbFbK {
        margin-top: auto !important
    }

    .y7dDzn {
        margin-right: 0 !important
    }

    .sB3pbMSxV18 {
        margin-right: .25rem !important
    }

    .dzLhDOGdc {
        margin-right: .5rem !important
    }

    .G7bfKWDj {
        margin-right: 1rem !important
    }

    .IQ0SR94TL {
        margin-right: 1.5rem !important
    }

    .ojXE7wla {
        margin-right: 3rem !important
    }

    .oW5HMm0SUK {
        margin-right: auto !important
    }

    .lBCBvkjN {
        margin-bottom: 0 !important
    }

    .De2Ac7p {
        margin-bottom: .25rem !important
    }

    .ftn5YYFgNF {
        margin-bottom: .5rem !important
    }

    .ckg0SITdW {
        margin-bottom: 1rem !important
    }

    .szN9FXT {
        margin-bottom: 1.5rem !important
    }

    .H2nu7ZCdk9k {
        margin-bottom: 3rem !important
    }

    .eMmUbgcdjI {
        margin-bottom: auto !important
    }

    .qG7lV3EEY {
        margin-left: 0 !important
    }

    .DYmVT2B {
        margin-left: .25rem !important
    }

    .V94eW0y1zCs {
        margin-left: .5rem !important
    }

    .NHvJ3VtYvG {
        margin-left: 1rem !important
    }

    .vKTOnJB {
        margin-left: 1.5rem !important
    }

    .vQRlfTG {
        margin-left: 3rem !important
    }

    .jB4UxdEvKV {
        margin-left: auto !important
    }

    .kQYRuWA {
        padding: 0 !important
    }

    .LYf448wFcD3 {
        padding: .25rem !important
    }

    .cfZizg {
        padding: .5rem !important
    }

    .JchL4zfNUP {
        padding: 1rem !important
    }

    .d9SyRZRlBl {
        padding: 1.5rem !important
    }

    .ZgJhm15Gkk {
        padding: 3rem !important
    }

    .rmhp2RBTQ46 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .jOcpRBeLlxP {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .NxKH0VSHnBZ {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .y4wT7wI {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .IZjMhg {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

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

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

    .MNJe5cyS9cF {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .S64Dvcaq {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

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

    .YJlF1K {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .nQdj5oIhb {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .oa71kej {
        padding-top: 0 !important
    }

    .Rwv1VyCFjww {
        padding-top: .25rem !important
    }

    .XeF8Qjg4vDc {
        padding-top: .5rem !important
    }

    .PVv8cB0t4 {
        padding-top: 1rem !important
    }

    .zjk63cr0d3 {
        padding-top: 1.5rem !important
    }

    .djeF83PAIo {
        padding-top: 3rem !important
    }

    .n5XgIRC {
        padding-right: 0 !important
    }

    .sbNg7ua {
        padding-right: .25rem !important
    }

    .P1aygRhZ {
        padding-right: .5rem !important
    }

    .mkfXl7O {
        padding-right: 1rem !important
    }

    .Fh83pzmID {
        padding-right: 1.5rem !important
    }

    .Eha0Rho {
        padding-right: 3rem !important
    }

    .yDjShOzxTr3 {
        padding-bottom: 0 !important
    }

    .Dyk2p8muUE {
        padding-bottom: .25rem !important
    }

    .ooXIPFk {
        padding-bottom: .5rem !important
    }

    .n1dICYp {
        padding-bottom: 1rem !important
    }

    .P7WXgHo7 {
        padding-bottom: 1.5rem !important
    }

    .Bq72onud {
        padding-bottom: 3rem !important
    }

    .RewlqCwJ {
        padding-left: 0 !important
    }

    .jxAVW1QH8o {
        padding-left: .25rem !important
    }

    .N81n4kbHUp {
        padding-left: .5rem !important
    }

    .TbBwuwOu {
        padding-left: 1rem !important
    }

    .PEHyNata39 {
        padding-left: 1.5rem !important
    }

    .VhJybdMc4mO {
        padding-left: 3rem !important
    }

    .qER9Ai {
        text-align: left !important
    }

    .A6NhtnRBuRc {
        text-align: right !important
    }

    .u6CDQbVV4E {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .smQQak9 {
        float: left !important
    }

    .qOwieXZ3 {
        float: right !important
    }

    .kLdJ0P {
        float: none !important
    }

    .LdHT2fOKXi {
        display: inline !important
    }

    .v0892b8 {
        display: inline-block !important
    }

    .ngs4Rf5 {
        display: block !important
    }

    .Gsm7WcD5N {
        display: grid !important
    }

    .cdICxvGz {
        display: table !important
    }

    .xUS7Hn0429 {
        display: table-row !important
    }

    .vu0uswQJp {
        display: table-cell !important
    }

    .dzxugijrRFF {
        display: flex !important
    }

    .FixSUFD {
        display: inline-flex !important
    }

    .fytivtgCX {
        display: none !important
    }

    .YKhUWN {
        flex: 1 1 auto !important
    }

    .vcdrUH {
        flex-direction: row !important
    }

    .Qcgn3PAp7 {
        flex-direction: column !important
    }

    .TO8pnj {
        flex-direction: row-reverse !important
    }

    .JH9kur {
        flex-direction: column-reverse !important
    }

    .gBDrKEgjAg {
        flex-grow: 0 !important
    }

    .P4Wq5DMW {
        flex-grow: 1 !important
    }

    .rffVSYKBvy {
        flex-shrink: 0 !important
    }

    .bs7bxZV2w {
        flex-shrink: 1 !important
    }

    .kNUkNJ7jdVg {
        flex-wrap: wrap !important
    }

    .qVWvEcq31 {
        flex-wrap: nowrap !important
    }

    .owpPHej8A {
        flex-wrap: wrap-reverse !important
    }

    .PVaLRvEZ {
        gap: 0 !important
    }

    .pmftd8O {
        gap: .25rem !important
    }

    .Jb60Ls {
        gap: .5rem !important
    }

    .NwFu2RaAr {
        gap: 1rem !important
    }

    .RrmFQoFf {
        gap: 1.5rem !important
    }

    .yiqaJuev {
        gap: 3rem !important
    }

    .cqu1wt2aSJ {
        justify-content: flex-start !important
    }

    .t6gtec {
        justify-content: flex-end !important
    }

    .OjLOUBf {
        justify-content: center !important
    }

    .xqi4Pp220 {
        justify-content: space-between !important
    }

    .QD7RTW8 {
        justify-content: space-around !important
    }

    .RpLvr8T {
        justify-content: space-evenly !important
    }

    .OBzYEdz {
        align-items: flex-start !important
    }

    .Gq274ElyRm {
        align-items: flex-end !important
    }

    .JAuEUaNZGJ {
        align-items: center !important
    }

    .Jo2EvW3k {
        align-items: baseline !important
    }

    .oHJ5NkPb {
        align-items: stretch !important
    }

    .onhHi8HFS {
        align-content: flex-start !important
    }

    .abUe8fm {
        align-content: flex-end !important
    }

    .sbMdhH {
        align-content: center !important
    }

    .ikMaNH1 {
        align-content: space-between !important
    }

    .oGxjBM {
        align-content: space-around !important
    }

    .o96R4cJcK {
        align-content: stretch !important
    }

    .VrEJU8I {
        align-self: auto !important
    }

    .c6apHHhey {
        align-self: flex-start !important
    }

    .aVlGU5XspW {
        align-self: flex-end !important
    }

    .KSbdGnb {
        align-self: center !important
    }

    .fzXEFpIW {
        align-self: baseline !important
    }

    .NHd5Ye {
        align-self: stretch !important
    }

    .fBJIEJc9 {
        order: -1 !important
    }

    .uZ5xRFqYWdt {
        order: 0 !important
    }

    .udF9phNZJB {
        order: 1 !important
    }

    .NC8Rw8br {
        order: 2 !important
    }

    .CvjpVH0 {
        order: 3 !important
    }

    .k5BdzZ {
        order: 4 !important
    }

    .AqKbM7 {
        order: 5 !important
    }

    .yWhghCNEvB {
        order: 6 !important
    }

    .Y1ri4B {
        margin: 0 !important
    }

    .ISCZGanZR {
        margin: .25rem !important
    }

    .uQXK9Lto {
        margin: .5rem !important
    }

    .a2Z6D9 {
        margin: 1rem !important
    }

    .XzyX7A3kwb {
        margin: 1.5rem !important
    }

    .yDaInnfqiY {
        margin: 3rem !important
    }

    .Azh5de908a5 {
        margin: auto !important
    }

    .dlqgzMdx {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .UHoltcGR {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .GDFXMY4b538 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .BCEJWV {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .vohNOhksPE {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .Bgmqtec8i9 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .ulxSPa0Dkmo {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .jRWqgGyevE {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .cSGdaPtcd {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .Egkht25bw {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .hWf10Pu {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .TBVQeYh {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .HiMNR8XZTJu {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .ve7OiGAQk04 {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .l9BMghla1B {
        margin-top: 0 !important
    }

    .ULvQcK014 {
        margin-top: .25rem !important
    }

    .SzzTtO7a {
        margin-top: .5rem !important
    }

    .ta12ZeGOH {
        margin-top: 1rem !important
    }

    .m9IT1Csrm {
        margin-top: 1.5rem !important
    }

    .P5lam2fYU {
        margin-top: 3rem !important
    }

    .BxN8I6HVGz {
        margin-top: auto !important
    }

    .KE3eMX0a {
        margin-right: 0 !important
    }

    .baf6l6lxE {
        margin-right: .25rem !important
    }

    .EcjveJqXaH {
        margin-right: .5rem !important
    }

    .UBKglt {
        margin-right: 1rem !important
    }

    .y8j5Tv0 {
        margin-right: 1.5rem !important
    }

    .Zdo5pJS {
        margin-right: 3rem !important
    }

    .Xm8MlmB8B {
        margin-right: auto !important
    }

    .paXIkFVHs {
        margin-bottom: 0 !important
    }

    .w0FPatMNIj {
        margin-bottom: .25rem !important
    }

    .KP1eIsg0gKL {
        margin-bottom: .5rem !important
    }

    .cbQXnoD {
        margin-bottom: 1rem !important
    }

    .NLGI9NX {
        margin-bottom: 1.5rem !important
    }

    .stGn2L {
        margin-bottom: 3rem !important
    }

    .ofiW5b1u {
        margin-bottom: auto !important
    }

    .UEMz5yYzTa {
        margin-left: 0 !important
    }

    .mJ04lFln {
        margin-left: .25rem !important
    }

    .k5u7cOK {
        margin-left: .5rem !important
    }

    .h0FhABjmaYl {
        margin-left: 1rem !important
    }

    .ilNDrl01aJ {
        margin-left: 1.5rem !important
    }

    .t5LG20 {
        margin-left: 3rem !important
    }

    .nmhwYH {
        margin-left: auto !important
    }

    .SBYocuHX {
        padding: 0 !important
    }

    .PHGn2Y {
        padding: .25rem !important
    }

    .jq4yAI {
        padding: .5rem !important
    }

    .GeJ9Yg {
        padding: 1rem !important
    }

    .PWlXeGf {
        padding: 1.5rem !important
    }

    .QP9025YlgTv {
        padding: 3rem !important
    }

    .MPMUf5 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .nfevRMg {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .IBtU1hbz {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .wkrqKgb0Te {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .ryWYuw {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

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

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

    .gts4uyjaNL {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .eWj8iSltPHA {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

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

    .eDlRjzvQac {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .yuS7j5GExjc {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .n0xOVD {
        padding-top: 0 !important
    }

    .B2f8cnOmR {
        padding-top: .25rem !important
    }

    .rH8yxyY {
        padding-top: .5rem !important
    }

    .sbGQScgVc {
        padding-top: 1rem !important
    }

    .IqYpNc5U {
        padding-top: 1.5rem !important
    }

    .I2cFYe0I {
        padding-top: 3rem !important
    }

    .ARxAzg {
        padding-right: 0 !important
    }

    .oKFsgmRJ {
        padding-right: .25rem !important
    }

    .ANJjxLB {
        padding-right: .5rem !important
    }

    .w5fdU4unbB {
        padding-right: 1rem !important
    }

    .ejh6gwhscU {
        padding-right: 1.5rem !important
    }

    .kovhaiOlB {
        padding-right: 3rem !important
    }

    .dSMHqR7 {
        padding-bottom: 0 !important
    }

    .QTFl7pFPf5M {
        padding-bottom: .25rem !important
    }

    .ungXOLfj4xL {
        padding-bottom: .5rem !important
    }

    .qZ7KGSWQZ {
        padding-bottom: 1rem !important
    }

    .esQ9ofgX {
        padding-bottom: 1.5rem !important
    }

    .KJetnfDaA {
        padding-bottom: 3rem !important
    }

    .wWg2QpNjLd1 {
        padding-left: 0 !important
    }

    .veYXhgConH {
        padding-left: .25rem !important
    }

    .Nu5lrm2 {
        padding-left: .5rem !important
    }

    .zIx6T5zVkie {
        padding-left: 1rem !important
    }

    .s6QVBq {
        padding-left: 1.5rem !important
    }

    .OD9DU2 {
        padding-left: 3rem !important
    }

    .B4byYd3Lq09 {
        text-align: left !important
    }

    .PUcMTjeD {
        text-align: right !important
    }

    .I31N2s {
        text-align: center !important
    }
}

@media (min-width:1400px) {
    .gGzp1kv6J2l {
        float: left !important
    }

    .H7p52uuQB5p {
        float: right !important
    }

    .dQzrqfHo {
        float: none !important
    }

    .ZhV9MtCQ {
        display: inline !important
    }

    .o8cazrdpwe {
        display: inline-block !important
    }

    .bfJVHB8I4 {
        display: block !important
    }

    .WanKhYZcFh {
        display: grid !important
    }

    .W5zjvdi {
        display: table !important
    }

    .jS2wtF {
        display: table-row !important
    }

    .WoH0GM {
        display: table-cell !important
    }

    .tWtvPXlKf {
        display: flex !important
    }

    .bKQqBiPDEe {
        display: inline-flex !important
    }

    .dEUYgfZhDA {
        display: none !important
    }

    .c7Oc3tprl {
        flex: 1 1 auto !important
    }

    .VwFtBpEx {
        flex-direction: row !important
    }

    .kf7WczgE {
        flex-direction: column !important
    }

    .jeLd5cd0WV {
        flex-direction: row-reverse !important
    }

    .Hq6tjX0h {
        flex-direction: column-reverse !important
    }

    .bX8JX1EGB {
        flex-grow: 0 !important
    }

    .VrU2XIv {
        flex-grow: 1 !important
    }

    .iWDQWJh {
        flex-shrink: 0 !important
    }

    .qlNc9aXfMV {
        flex-shrink: 1 !important
    }

    .tbJUVWyFR {
        flex-wrap: wrap !important
    }

    .n7MRp5 {
        flex-wrap: nowrap !important
    }

    .l1uMnIa {
        flex-wrap: wrap-reverse !important
    }

    .XyhanSr4YA {
        gap: 0 !important
    }

    .IJbKIxnVU {
        gap: .25rem !important
    }

    .NSBN5ZeQ {
        gap: .5rem !important
    }

    .Sb3pV7YzE {
        gap: 1rem !important
    }

    .xZQLE2IO {
        gap: 1.5rem !important
    }

    .PFwRP3 {
        gap: 3rem !important
    }

    .SLy0AYT4o40 {
        justify-content: flex-start !important
    }

    .PWwv0wShc {
        justify-content: flex-end !important
    }

    .yChqlm8XY {
        justify-content: center !important
    }

    .agwhDDesJOl {
        justify-content: space-between !important
    }

    .YF0AdEZ45UH {
        justify-content: space-around !important
    }

    .HBGkf1 {
        justify-content: space-evenly !important
    }

    .cddeFXfR {
        align-items: flex-start !important
    }

    .iPVPAt {
        align-items: flex-end !important
    }

    .k2dgFG {
        align-items: center !important
    }

    .qxpIWuIH {
        align-items: baseline !important
    }

    .YROOZcQQze {
        align-items: stretch !important
    }

    .R9Mt4FKX {
        align-content: flex-start !important
    }

    .eK72RSB6WpT {
        align-content: flex-end !important
    }

    .zUxJdW3uyPq {
        align-content: center !important
    }

    .E6Z3VOFz {
        align-content: space-between !important
    }

    .fukuIWZi {
        align-content: space-around !important
    }

    .i1rm6h5Dr {
        align-content: stretch !important
    }

    .s708EBZD4 {
        align-self: auto !important
    }

    .m7HQUAJIS {
        align-self: flex-start !important
    }

    .PuWbZ4PzZm {
        align-self: flex-end !important
    }

    .N6pIFHbdmgV {
        align-self: center !important
    }

    .hT28sp5y {
        align-self: baseline !important
    }

    .qUHfRdjvd {
        align-self: stretch !important
    }

    .liRNDKHseH {
        order: -1 !important
    }

    .qnvygDqD {
        order: 0 !important
    }

    .NWaAJOKiU {
        order: 1 !important
    }

    .KYvEokyJSKd {
        order: 2 !important
    }

    .DZcqqXwCWmJ {
        order: 3 !important
    }

    .Qgv4oIc1 {
        order: 4 !important
    }

    .ju925lIo {
        order: 5 !important
    }

    .RqwUdfOLkO {
        order: 6 !important
    }

    .MDP3wzoXuug {
        margin: 0 !important
    }

    .jLF4oRrw8 {
        margin: .25rem !important
    }

    .pU4ImFFF {
        margin: .5rem !important
    }

    .lklq6LE {
        margin: 1rem !important
    }

    .wxoY5mVbQ {
        margin: 1.5rem !important
    }

    .I5hw6CIn {
        margin: 3rem !important
    }

    .upc22DM1 {
        margin: auto !important
    }

    .VIdPxWDc {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .ChFM3l4KG {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .q1ARCd {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .iEINq03ih {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .BPujIk {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .EQOzfupr {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .geZRkU {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .qdc22h {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .YiCt7pI {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .XaUWdS {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .dEUEUvvw {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .SW15U4Rqlg {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .FxPbyIv1 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .jhL1D1FKeu1 {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .N7D9Z63Qc {
        margin-top: 0 !important
    }

    .BeGzdpcz2wy {
        margin-top: .25rem !important
    }

    .UmYZB6AN8g {
        margin-top: .5rem !important
    }

    .af6xVkR0E2S {
        margin-top: 1rem !important
    }

    .hnrFGcMT1Z {
        margin-top: 1.5rem !important
    }

    .ARGthtW6 {
        margin-top: 3rem !important
    }

    .YdGviAcg {
        margin-top: auto !important
    }

    .LgtdsUMB {
        margin-right: 0 !important
    }

    .lHyQSP {
        margin-right: .25rem !important
    }

    .lX0P7ZKGh {
        margin-right: .5rem !important
    }

    .a0b8RXD {
        margin-right: 1rem !important
    }

    .eoQlIg96GVu {
        margin-right: 1.5rem !important
    }

    .EDfnzpYGH4w {
        margin-right: 3rem !important
    }

    .n81Q3LqH {
        margin-right: auto !important
    }

    .B12AFF9xH {
        margin-bottom: 0 !important
    }

    .VyNStOb9MV {
        margin-bottom: .25rem !important
    }

    .hipATn6dk0 {
        margin-bottom: .5rem !important
    }

    .BXoRSHotS {
        margin-bottom: 1rem !important
    }

    .nhZevMeZ72 {
        margin-bottom: 1.5rem !important
    }

    .pIgc1VtxAe {
        margin-bottom: 3rem !important
    }

    .k86UL2rC3af {
        margin-bottom: auto !important
    }

    .Lp6s82T {
        margin-left: 0 !important
    }

    .yPib7q {
        margin-left: .25rem !important
    }

    .dv2DllhYmv {
        margin-left: .5rem !important
    }

    .F9saI8 {
        margin-left: 1rem !important
    }

    .MCsy6eL {
        margin-left: 1.5rem !important
    }

    .hKdA1Hjegfh {
        margin-left: 3rem !important
    }

    .Cd0w7k5 {
        margin-left: auto !important
    }

    .wxf3lVR {
        padding: 0 !important
    }

    .DfuWN1JeKtc {
        padding: .25rem !important
    }

    .ItgwVj51 {
        padding: .5rem !important
    }

    .OzfZjVe {
        padding: 1rem !important
    }

    .l6V9Cb5 {
        padding: 1.5rem !important
    }

    .cuXMaPCd3I {
        padding: 3rem !important
    }

    .b1kaMaX {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .Raf5Lkf {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .MBQ6zvF {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .PB0hjnXZvp {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .kSdsHBbc {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

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

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

    .sp5SHZ {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .CeV0rqg {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

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

    .yOcdvn {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .KO3yMffjPW {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .aubhsae {
        padding-top: 0 !important
    }

    .s0yH7d {
        padding-top: .25rem !important
    }

    .rWdCPkr7wJB {
        padding-top: .5rem !important
    }

    .fIbAr2a {
        padding-top: 1rem !important
    }

    .UhEuvj {
        padding-top: 1.5rem !important
    }

    .oompBv {
        padding-top: 3rem !important
    }

    .gS89e0AHI {
        padding-right: 0 !important
    }

    .VEavkY {
        padding-right: .25rem !important
    }

    .MPT814c9Af {
        padding-right: .5rem !important
    }

    .I18Nunqzs {
        padding-right: 1rem !important
    }

    .TLLzS6 {
        padding-right: 1.5rem !important
    }

    .OVdWb46zhhx {
        padding-right: 3rem !important
    }

    .CPxVoaZcRvl {
        padding-bottom: 0 !important
    }

    .Ct53MJ {
        padding-bottom: .25rem !important
    }

    .lyOn7X {
        padding-bottom: .5rem !important
    }

    .f8ckoZ {
        padding-bottom: 1rem !important
    }

    .umWenNhe {
        padding-bottom: 1.5rem !important
    }

    .HeKqoJs {
        padding-bottom: 3rem !important
    }

    .ppSVf9n {
        padding-left: 0 !important
    }

    .eZ5SUQys0Ja {
        padding-left: .25rem !important
    }

    .cLKdPOhzaQ {
        padding-left: .5rem !important
    }

    .sO5p7RxAxLV {
        padding-left: 1rem !important
    }

    .idNUMiPUkVU {
        padding-left: 1.5rem !important
    }

    .N55asrlV {
        padding-left: 3rem !important
    }

    .VznoITFC {
        text-align: left !important
    }

    .jebmNX {
        text-align: right !important
    }

    .R8Y8vB {
        text-align: center !important
    }
}

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

    .jwLRMRK {
        font-size: 2rem !important
    }

    .faQvzCr2z {
        font-size: 1.75rem !important
    }

    .IOYOGppr {
        font-size: 1.5rem !important
    }
}

@media print {
    .ucivjPU9 {
        display: inline !important
    }

    .tUx4yta2V4 {
        display: inline-block !important
    }

    .IvEuqPsrYa {
        display: block !important
    }

    .YcsphW {
        display: grid !important
    }

    .ekpKwPXzUKK {
        display: table !important
    }

    .rjvwSl4qgN {
        display: table-row !important
    }

    .fL4Fg3 {
        display: table-cell !important
    }

    .merIPPii {
        display: flex !important
    }

    .Js6CFzMcW68 {
        display: inline-flex !important
    }

    .eg121WeLxj {
        display: none !important
    }
}

/*# sourceMappingURL=bootstrap.min.css.map */