@charset  "UTF-8";: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
}hr{
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}hr:not([size]){
    height: 1px
}h1,h2,h3,h4,h5,h6{
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}h1{
    font-size: calc(1.375rem + 1.5vw)
}@media  (min-width:1200px) {h1{
        font-size: 2.5rem
    }}h2{
    font-size: calc(1.325rem + .9vw)
}@media  (min-width:1200px) {h2{
        font-size: 2rem
    }}h3{
    font-size: calc(1.3rem + .6vw)
}@media  (min-width:1200px) {h3{
        font-size: 1.75rem
    }}h4{
    font-size: calc(1.275rem + .3vw)
}@media  (min-width:1200px) {h4{
        font-size: 1.5rem
    }}h5{
    font-size: 1.25rem
}h6{
    font-size: 1rem
}p{
    margin-top: 0;
    margin-bottom: 1rem
}abbr[data-bs-original-title],abbr[title]{
    -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
}small{
    font-size: .875em
}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
}select:disabled{
    opacity: 1
}[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
}.img-fluid{
    max-width: 100%;
    height: auto
}.container,.container-fluid{
    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) {.container{
        max-width: 540px
    }}@media  (min-width:768px) {.container{
        max-width: 720px
    }}@media  (min-width:992px) {.container{
        max-width: 960px
    }}@media  (min-width:1200px) {.container{
        max-width: 1140px
    }}@media  (min-width:1400px) {.container{
        max-width: 1320px
    }}.row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}.row>*{
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}.g-3{
    --bs-gutter-x: 1rem
}.g-3{
    --bs-gutter-y: 1rem
}@media  (min-width:768px) {.col-md-4{
        flex: 0 0 auto;
        width: 33.33333333%
    }.col-md-5{
        flex: 0 0 auto;
        width: 41.66666667%
    }.col-md-6{
        flex: 0 0 auto;
        width: 50%
    }.col-md-7{
        flex: 0 0 auto;
        width: 58.33333333%
    }.col-md-12{
        flex: 0 0 auto;
        width: 100%
    }}.table-responsive{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}.form-control{
    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) {.form-control{
        transition: none
    }}.form-control[type=file]{
    overflow: hidden
}.form-control[type=file]:not(:disabled):not([readonly]){
    cursor: pointer
}.form-control:focus{
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}.form-control::-webkit-date-and-time-value{
    height: 1.5em
}.form-control::-moz-placeholder{
    color: #6c757d;
    opacity: 1
}.form-control::placeholder{
    color: #6c757d;
    opacity: 1
}.form-control:disabled,.form-control[readonly]{
    background-color: #e9ecef;
    opacity: 1
}.form-control::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) {.form-control::file-selector-button{
        transition: none
    }}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{
    background-color: #dde0e3
}.form-control::-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) {.form-control::-webkit-file-upload-button{
        -webkit-transition: none;
        transition: none
    }}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{
    background-color: #dde0e3
}textarea.form-control{
    min-height: calc(1.5em + (.75rem + 2px))
}.form-control.is-valid,.was-validated .form-control: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)
}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}.form-control.is-invalid,.was-validated .form-control: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)
}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}.btn{
    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) {.btn{
        transition: none
    }}.btn:hover{
    color: #212529
}.btn:focus{
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}.btn:disabled,fieldset:disabled .btn{
    pointer-events: none;
    opacity: .65
}.fade{
    transition: opacity .15s linear
}@media  (prefers-reduced-motion:reduce) {.fade{
        transition: none
    }}.fade:not(.show){
    opacity: 0
}.collapse:not(.show){
    display: none
}.collapsing{
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}@media  (prefers-reduced-motion:reduce) {.collapsing{
        transition: none
    }}.nav-link{
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    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) {.nav-link{
        transition: none
    }}.nav-link:focus,.nav-link:hover{
    color: #0a58ca
}.navbar{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}.navbar>.container,.navbar>.container-fluid{
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}.navbar-brand{
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}.navbar-nav{
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}.navbar-nav .nav-link{
    padding-right: 0;
    padding-left: 0
}.navbar-collapse{
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}.navbar-toggler{
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}@media  (prefers-reduced-motion:reduce) {.navbar-toggler{
        transition: none
    }}.navbar-toggler:hover{
    text-decoration: none
}.navbar-toggler:focus{
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}.navbar-toggler-icon{
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}@media  (min-width:992px) {.navbar-expand-lg{
        flex-wrap: nowrap;
        justify-content: flex-start
    }.navbar-expand-lg .navbar-nav{
        flex-direction: row
    }.navbar-expand-lg .navbar-nav .nav-link{
        padding-right: .5rem;
        padding-left: .5rem
    }.navbar-expand-lg .navbar-collapse{
        display: flex !important;
        flex-basis: auto
    }.navbar-expand-lg .navbar-toggler{
        display: none
    }}.accordion-button{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}@media  (prefers-reduced-motion:reduce) {.accordion-button{
        transition: none
    }}.accordion-button:not(.collapsed){
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}.accordion-button:not(.collapsed)::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)
}.accordion-button::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) {.accordion-button::after{
        transition: none
    }}.accordion-button:hover{
    z-index: 2
}.accordion-button:focus{
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}.accordion-header{
    margin-bottom: 0
}.accordion-item{
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}.accordion-item:first-of-type{
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}.accordion-item:first-of-type .accordion-button{
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}.accordion-item:not(:first-of-type){
    border-top: 0
}.accordion-item:last-of-type{
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}.accordion-item:last-of-type .accordion-button.collapsed{
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}.accordion-item:last-of-type .accordion-collapse{
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}.accordion-body{
    padding: 1rem 1.25rem
}@-webkit-keyframes  progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}@keyframes  progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}.btn-close{
    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
}.btn-close:hover{
    color: #000;
    text-decoration: none;
    opacity: .75
}.btn-close:focus{
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}.btn-close:disabled{
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}.modal{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}.modal-dialog{
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}.modal.fade .modal-dialog{
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}@media  (prefers-reduced-motion:reduce) {.modal.fade .modal-dialog{
        transition: none
    }}.modal.show .modal-dialog{
    transform: none
}.modal-dialog-centered{
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}.modal-content{
    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
}.modal-backdrop{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}.modal-backdrop.fade{
    opacity: 0
}.modal-backdrop.show{
    opacity: .5
}.modal-body{
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}@media  (min-width:576px) {.modal-dialog{
        max-width: 500px;
        margin: 1.75rem auto
    }.modal-dialog-centered{
        min-height: calc(100% - 3.5rem)
    }}.carousel{
    position: relative
}.carousel.pointer-event{
    touch-action: pan-y
}.carousel-inner{
    position: relative;
    width: 100%;
    overflow: hidden
}.carousel-inner::after{
    display: block;
    clear: both;
    content: ""
}.carousel-item{
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}@media  (prefers-reduced-motion:reduce) {.carousel-item{
        transition: none
    }}.carousel-item-next,.carousel-item-prev,.carousel-item.active{
    display: block
}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){
    transform: translateX(100%)
}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){
    transform: translateX(-100%)
}.carousel-fade .carousel-item{
    opacity: 0;
    transition-property: opacity;
    transform: none
}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{
    z-index: 1;
    opacity: 1
}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}@media  (prefers-reduced-motion:reduce) {.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{
        transition: none
    }}.carousel-control-next,.carousel-control-prev{
    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) {.carousel-control-next,.carousel-control-prev{
        transition: none
    }}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}.carousel-control-prev{
    left: 0
}.carousel-control-next{
    right: 0
}.carousel-control-next-icon,.carousel-control-prev-icon{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}.carousel-control-prev-icon{
    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")
}.carousel-control-next-icon{
    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")
}@-webkit-keyframes  spinner-border {
    to {
        transform: rotate(360deg)
    }
}@keyframes  spinner-border {
    to {
        transform: rotate(360deg)
    }
}@-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
    }
}.visually-hidden{
    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
}.d-block{
    display: block !important
}.d-flex{
    display: flex !important
}.justify-content-center{
    justify-content: center !important
}.justify-content-between{
    justify-content: space-between !important
}.align-items-start{
    align-items: flex-start !important
}.mb-2{
    margin-bottom: .5rem !important
}.text-center{
    text-align: center !important
}.bg-light{
    background-color: #f8f9fa !important
}.rounded{
    border-radius: .25rem !important
}@media  (min-width:768px) {.d-md-none{
        display: none !important
    }}@media  (min-width:992px) {.mb-lg-0{
        margin-bottom: 0 !important
    }}