@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-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --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-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-rgb: 33, 37, 41;
    --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));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}
*, ::after, ::before {
    box-sizing: border-box
}
@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}
.h1, h1 {
    font-size: calc(1.375rem + 1.5vw)
}
@media (min-width:1200px) {
    .h1, h1 {
        font-size: 2.5rem
    }
}
.h2, h2 {
    font-size: calc(1.325rem + .9vw)
}
@media (min-width:1200px) {
    .h2, h2 {
        font-size: 2rem
    }
}
.h3, h3 {
    font-size: calc(1.3rem + .6vw)
}
@media (min-width:1200px) {
    .h3, h3 {
        font-size: 1.75rem
    }
}
.h4, h4 {
    font-size: calc(1.275rem + .3vw);
	 text-align: center;
		
}
@media (min-width:1200px) {
    .h4, h4 {
        font-size: 1.2em;
		 text-align: center;
			
    }
}
.h5, h5 {
    font-size: 1.25rem;
    color: #0d6efd;
}
.h6, h6 {
    font-size: 1rem;
		 text-align: center;
}
p {
    margin-top: 0;
    margin-bottom: 1rem
}
ul {
    padding-left: 2rem
}
ul {
    margin-top: 0;
    margin-bottom: 1rem
}
ul ul {
    margin-bottom: 0
}
strong {
    font-weight: bolder
}
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
}
pre {
    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
}
img {
    vertical-align: middle
}
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}
button {
    border-radius: 0
}
button:focus:not(:focus-visible) {
    outline: 0
}
button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
button {
    text-transform: none
}
[role=button] {
    cursor: pointer
}
[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
}
::-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
}
[hidden] {
    display: none !important
}
.img-fluid {
    max-width: 100%;
    height: auto
}
.container, .container-fluid, .container-lg, .container-sm {
    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 : 726px ){
    .container, .container-sm {
        max-width: 540px
    }
}
@media (min-width : 871px ){
    .container, .container-sm {
        max-width: 720px
    }
}
@media (min-width:992px) {
    .container, .container-lg, .container-sm {
        max-width: 960px
    }
}
@media (min-width:1200px) {
    .container, .container-lg, .container-sm {
        max-width: 1140px
    }
}
@media (min-width:1400px) {
    .container, .container-lg, .container-sm {
        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)
}
.col {
    flex: 1 0 0%
}
.col-auto {
    flex: 0 0 auto;
    width: auto
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}
.col-3 {
    flex: 0 0 auto;
    width: 25%
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}
.col-6 {
    flex: 0 0 auto;
    width: 50%
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}
.col-9 {
    flex: 0 0 auto;
    width: 75%
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}
.col-12 {
    flex: 0 0 auto;
    width: 100%
}
.offset-1 {
    margin-left: 8.33333333%
}
.offset-2 {
    margin-left: 16.66666667%
}
.offset-3 {
    margin-left: 25%
}
.offset-4 {
    margin-left: 33.33333333%
}
.offset-5 {
    margin-left: 41.66666667%
}
.offset-6 {
    margin-left: 50%
}
.offset-7 {
    margin-left: 58.33333333%
}
.offset-8 {
    margin-left: 66.66666667%
}
.offset-9 {
    margin-left: 75%
}
.offset-10 {
    margin-left: 83.33333333%
}
.offset-11 {
    margin-left: 91.66666667%
}
.g-0 {
    --bs-gutter-x: 0
}
.g-0 {
    --bs-gutter-y: 0
}
.g-1 {
    --bs-gutter-x: 0.25rem
}
.g-1 {
    --bs-gutter-y: 0.25rem
}
.g-2 {
    --bs-gutter-x: 0.5rem
}
.g-2 {
    --bs-gutter-y: 0.5rem
}
.g-3 {
    --bs-gutter-x: 1rem
}
.g-3 {
    --bs-gutter-y: 1rem
}
.g-4 {
    --bs-gutter-x: 1.5rem
}
.g-4 {
    --bs-gutter-y: 1.5rem
}
.g-5 {
    --bs-gutter-x: 3rem
}
.g-5 {
    --bs-gutter-y: 3rem
}
@media (min-width : 726px ){
    .col-sm {
        flex: 1 0 0%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333333%
    }
    .offset-sm-2 {
        margin-left: 16.66666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333333%
    }
    .offset-sm-5 {
        margin-left: 41.66666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333333%
    }
    .offset-sm-8 {
        margin-left: 66.66666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333333%
    }
    .offset-sm-11 {
        margin-left: 91.66666667%
    }
    .g-sm-0 {
        --bs-gutter-x: 0
    }
    .g-sm-0 {
        --bs-gutter-y: 0
    }
    .g-sm-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-sm-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-sm-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-sm-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-sm-3 {
        --bs-gutter-x: 1rem
    }
    .g-sm-3 {
        --bs-gutter-y: 1rem
    }
    .g-sm-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-sm-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-sm-5 {
        --bs-gutter-x: 3rem
    }
    .g-sm-5 {
        --bs-gutter-y: 3rem
    }
}
@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333333%
    }
    .offset-lg-2 {
        margin-left: 16.66666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333333%
    }
    .offset-lg-5 {
        margin-left: 41.66666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333333%
    }
    .offset-lg-8 {
        margin-left: 66.66666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333333%
    }
    .offset-lg-11 {
        margin-left: 91.66666667%
    }
    .g-lg-0 {
        --bs-gutter-x: 0
    }
    .g-lg-0 {
        --bs-gutter-y: 0
    }
    .g-lg-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-lg-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-lg-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-lg-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-lg-3 {
        --bs-gutter-x: 1rem
    }
    .g-lg-3 {
        --bs-gutter-y: 1rem
    }
    .g-lg-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-lg-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-lg-5 {
        --bs-gutter-x: 3rem
    }
    .g-lg-5 {
        --bs-gutter-y: 3rem
    }
}
.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: 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
}
.nav-fill .nav-item, .nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center
}
.nav-fill .nav-item .nav-link {
    width: 100%
}
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}
.carousel {
    position: relative
}
.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.active {
    display: block
}
@-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
    }
}
@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}
@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}
@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}
@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}
.link-info {
    color: #0dcaf0
}
.link-info:focus, .link-info:hover {
    color: #3dd5f3
}
.d-grid {
    display: grid !important
}
.border {
    border: 1px solid #dee2e6 !important
}
.border-0 {
    border: 0 !important
}
.border-info {
    border-color: #0dcaf0 !important
}
.border-1 {
    border-width: 1px !important
}
.border-2 {
    border-width: 2px !important
}
.border-3 {
    border-width: 3px !important
}
.border-4 {
    border-width: 4px !important
}
.border-5 {
    border-width: 5px !important
}
.w-25 {
    width: 25% !important
}
.w-50 {
    width: 50% !important
}
.w-75 {
    width: 75% !important
}
.w-100 {
    width: 100% !important
}
.w-auto {
    width: auto !important
}
.h-25 {
    height: 25% !important
}
.h-50 {
    height: 50% !important
}
.h-75 {
    height: 75% !important
}
.h-100 {
    height: 100% !important
}
.h-auto {
    height: auto !important
}
.align-content-center {
    align-content: center !important
}
.align-self-auto {
    align-self: auto !important
}
.align-self-center {
    align-self: center !important
}
.m-0 {
    margin: 0 !important
}
.m-1 {
    margin: .25rem !important
}
.m-2 {
    margin: .5rem !important
}
.m-3 {
    margin: 1rem !important
}
.m-4 {
    margin: 1.5rem !important
}
.m-5 {
    margin: 3rem !important
}
.m-auto {
    margin: auto !important
}
.me-0 {
    margin-right: 0 !important
}
.me-1 {
    margin-right: .25rem !important
}
.me-2 {
    margin-right: .5rem !important
}
.me-3 {
    margin-right: 1rem !important
}
.me-4 {
    margin-right: 1.5rem !important
}
.me-5 {
    margin-right: 3rem !important
}
.me-auto {
    margin-right: auto !important
}
.p-0 {
    padding: 0 !important
}
.p-1 {
    padding: .25rem !important
}
.p-2 {
    padding: .5rem !important
}
.p-3 {
    padding: 1rem !important
}
.p-4 {
    padding: 1.5rem !important
}
.p-5 {
    padding: 3rem !important
}
.text-center {
    text-align: center !important
}
.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}
.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important
}
@media (min-width : 726px ){
    .d-sm-grid {
        display: grid !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .m-sm-0 {
        margin: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .me-sm-0 {
        margin-right: 0 !important
    }
    .me-sm-1 {
        margin-right: .25rem !important
    }
    .me-sm-2 {
        margin-right: .5rem !important
    }
    .me-sm-3 {
        margin-right: 1rem !important
    }
    .me-sm-4 {
        margin-right: 1.5rem !important
    }
    .me-sm-5 {
        margin-right: 3rem !important
    }
    .me-sm-auto {
        margin-right: auto !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .text-sm-center {
        text-align: center !important
    }
}
@media (min-width:992px) {
    .d-lg-grid {
        display: grid !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .m-lg-0 {
        margin: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .me-lg-0 {
        margin-right: 0 !important
    }
    .me-lg-1 {
        margin-right: .25rem !important
    }
    .me-lg-2 {
        margin-right: .5rem !important
    }
    .me-lg-3 {
        margin-right: 1rem !important
    }
    .me-lg-4 {
        margin-right: 1.5rem !important
    }
    .me-lg-5 {
        margin-right: 3rem !important
    }
    .me-lg-auto {
        margin-right: auto !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .text-lg-center {
        text-align: center !important
    }
}
