@charset "UTF-8";

hr {
    background-color: currentColor
}

address {
    font-style: normal
}

.fd-splash-background {
  background: #CDDEEF url(images/bkg-head.jpg) no-repeat scroll center top;
}

label {
    display: inline-block
}

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

:root {
    --bs-blue: #005fe6;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #00bd8b;
    --bs-teal: #20c997;
    --bs-cyan: #247fff;
    --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: #005fe6;
    --bs-success: #00bd8b;
    --bs-info: #247fff;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-g100: #f8f9fa;
    --bs-g150: #f1f3f5;
    --bs-g200: #e9ecef;
    --bs-g250: #e4e7eb;
    --bs-g300: #dee2e6;
    --bs-g350: #d6dbe0;
    --bs-g400: #ced4da;
    --bs-g450: #bec5cc;
    --bs-g500: #adb5bd;
    --bs-g550: #8d959d;
    --bs-g600: #6c757d;
    --bs-g650: #5b636a;
    --bs-g700: #495057;
    --bs-g750: #3f454c;
    --bs-g800: #343a40;
    --bs-g850: #2b3035;
    --bs-g900: #212529;
    --bs-primary-rgb: 0,95,230;
    --bs-success-rgb: 0,189,139;
    --bs-info-rgb: 36,127,255;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-g100-rgb: 248,249,250;
    --bs-g150-rgb: 241,243,245;
    --bs-g200-rgb: 233,236,239;
    --bs-g250-rgb: 228,231,235;
    --bs-g300-rgb: 222,226,230;
    --bs-g350-rgb: 214,219,224;
    --bs-g400-rgb: 206,212,218;
    --bs-g450-rgb: 190,197,204;
    --bs-g500-rgb: 173,181,189;
    --bs-g550-rgb: 141,149,157;
    --bs-g600-rgb: 108,117,125;
    --bs-g650-rgb: 91,99,106;
    --bs-g700-rgb: 73,80,87;
    --bs-g750-rgb: 63,69,76;
    --bs-g800-rgb: 52,58,64;
    --bs-g850-rgb: 43,48,53;
    --bs-g900-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 63,69,76;
    --bs-body-bg-rgb: 255,255,255;
    --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: IBM Plex Sans,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-body-font-size: 0.9rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #3f454c;
    --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
}

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

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

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

address,p {
    margin-bottom: 1rem
}

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

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

.h2,h2 {
    font-size: calc(1rem + .9vw);
    padding-top:8px;
}

@media (min-width: 1200px) {
    .h2,h2 {
        font-size:1.7rem
    }
}

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

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

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

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



address {
    line-height: inherit
}

b {
    font-weight: bolder
}

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

.xsmall {
    font-size: .775em
}

a {
    color: #247fff;
    text-decoration: none
}

a:hover {
    color: #1d66cc
}

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

img,svg {
    vertical-align: middle
}

button {
    border-radius: 0
}

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

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

button {
    text-transform: none
}

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

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

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

::-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
}

.display-1,.display-2,.display-3,.display-4,.display-5,.display-6 {
    font-weight: 300;
    line-height: 1.2
}

[hidden] {
    display: none!important
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw)
}

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

.display-2 {
    font-size: calc(1.575rem + 3.9vw)
}

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

.display-3 {
    font-size: calc(1.525rem + 3.3vw)
}

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

.display-4 {
    font-size: calc(1.475rem + 2.7vw)
}

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

.display-5 {
    font-size: calc(1.425rem + 2.1vw)
}

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

.display-6 {
    font-size: calc(1.375rem + 1.5vw)
}

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

.container,.container-fluid,.container-lg,.container-md,.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: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:1320px
    }
}

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

.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-1 {
    flex: 0 0 auto
}

.col-1 {
    width: 8.33333333%
}

.col-2,.col-3 {
    flex: 0 0 auto
}

.col-2 {
    width: 16.66666667%
}

.col-3 {
    width: 25%
}

.col-4,.col-5 {
    flex: 0 0 auto
}

.col-4 {
    width: 33.33333333%
}

.col-5 {
    width: 41.66666667%
}

.col-6,.col-7 {
    flex: 0 0 auto
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33333333%
}

.col-8,.col-9 {
    flex: 0 0 auto
}

.col-8 {
    width: 66.66666667%
}

.col-9 {
    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%
}

.g-0 {
    --bs-gutter-x: 0
}

.g-0 {
    --bs-gutter-y: 0
}

.g-h {
    --bs-gutter-x: 0.0625rem
}

.g-h {
    --bs-gutter-y: 0.0625rem
}

.g-1 {
    --bs-gutter-x: 0.125rem
}

.g-1 {
    --bs-gutter-y: 0.125rem
}

.g-1-h {
    --bs-gutter-x: 0.1875rem
}

.g-1-h {
    --bs-gutter-y: 0.1875rem
}

.g-2 {
    --bs-gutter-x: 0.25rem
}

.g-2 {
    --bs-gutter-y: 0.25rem
}

.g-2-h {
    --bs-gutter-x: 0.3125rem
}

.g-2-h {
    --bs-gutter-y: 0.3125rem
}

.g-2-1 {
    --bs-gutter-x: 0.375rem
}

.g-2-1 {
    --bs-gutter-y: 0.375rem
}

.g-3 {
    --bs-gutter-x: 0.5rem
}

.g-3 {
    --bs-gutter-y: 0.5rem
}

.g-3-1 {
    --bs-gutter-x: 0.625rem
}

.g-3-1 {
    --bs-gutter-y: 0.625rem
}

.g-3-2 {
    --bs-gutter-x: 0.75rem
}

.g-3-2 {
    --bs-gutter-y: 0.75rem
}

.g-4 {
    --bs-gutter-x: 1rem
}

.g-4 {
    --bs-gutter-y: 1rem
}

.g-4-2 {
    --bs-gutter-x: 1.25rem
}

.g-4-2 {
    --bs-gutter-y: 1.25rem
}

.g-5 {
    --bs-gutter-x: 1.5rem
}

.g-5 {
    --bs-gutter-y: 1.5rem
}

.g-5-2 {
    --bs-gutter-x: 1.75rem
}

.g-5-2 {
    --bs-gutter-y: 1.75rem
}

.g-5-3 {
    --bs-gutter-x: 2rem
}

.g-5-3 {
    --bs-gutter-y: 2rem
}

.g-6 {
    --bs-gutter-x: 3rem
}

.g-6 {
    --bs-gutter-y: 3rem
}

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

    .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%
    }

    .g-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-h {
        --bs-gutter-x: 0.0625rem
    }

    .g-sm-h {
        --bs-gutter-y: 0.0625rem
    }

    .g-sm-1 {
        --bs-gutter-x: 0.125rem
    }

    .g-sm-1 {
        --bs-gutter-y: 0.125rem
    }

    .g-sm-1-h {
        --bs-gutter-x: 0.1875rem
    }

    .g-sm-1-h {
        --bs-gutter-y: 0.1875rem
    }

    .g-sm-2 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-2 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2-h {
        --bs-gutter-x: 0.3125rem
    }

    .g-sm-2-h {
        --bs-gutter-y: 0.3125rem
    }

    .g-sm-2-1 {
        --bs-gutter-x: 0.375rem
    }

    .g-sm-2-1 {
        --bs-gutter-y: 0.375rem
    }

    .g-sm-3 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-3 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3-1 {
        --bs-gutter-x: 0.625rem
    }

    .g-sm-3-1 {
        --bs-gutter-y: 0.625rem
    }

    .g-sm-3-2 {
        --bs-gutter-x: 0.75rem
    }

    .g-sm-3-2 {
        --bs-gutter-y: 0.75rem
    }

    .g-sm-4 {
        --bs-gutter-x: 1rem
    }

    .g-sm-4 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4-2 {
        --bs-gutter-x: 1.25rem
    }

    .g-sm-4-2 {
        --bs-gutter-y: 1.25rem
    }

    .g-sm-5 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-5 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5-2 {
        --bs-gutter-x: 1.75rem
    }

    .g-sm-5-2 {
        --bs-gutter-y: 1.75rem
    }

    .g-sm-5-3 {
        --bs-gutter-x: 2rem
    }

    .g-sm-5-3 {
        --bs-gutter-y: 2rem
    }

    .g-sm-6 {
        --bs-gutter-x: 3rem
    }

    .g-sm-6 {
        --bs-gutter-y: 3rem
    }
}

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

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

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

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

    .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-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

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

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

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

    .g-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-h {
        --bs-gutter-x: 0.0625rem
    }

    .g-md-h {
        --bs-gutter-y: 0.0625rem
    }

    .g-md-1 {
        --bs-gutter-x: 0.125rem
    }

    .g-md-1 {
        --bs-gutter-y: 0.125rem
    }

    .g-md-1-h {
        --bs-gutter-x: 0.1875rem
    }

    .g-md-1-h {
        --bs-gutter-y: 0.1875rem
    }

    .g-md-2 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-2 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2-h {
        --bs-gutter-x: 0.3125rem
    }

    .g-md-2-h {
        --bs-gutter-y: 0.3125rem
    }

    .g-md-2-1 {
        --bs-gutter-x: 0.375rem
    }

    .g-md-2-1 {
        --bs-gutter-y: 0.375rem
    }

    .g-md-3 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-3 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3-1 {
        --bs-gutter-x: 0.625rem
    }

    .g-md-3-1 {
        --bs-gutter-y: 0.625rem
    }

    .g-md-3-2 {
        --bs-gutter-x: 0.75rem
    }

    .g-md-3-2 {
        --bs-gutter-y: 0.75rem
    }

    .g-md-4 {
        --bs-gutter-x: 1rem
    }

    .g-md-4 {
        --bs-gutter-y: 1rem
    }

    .g-md-4-2 {
        --bs-gutter-x: 1.25rem
    }

    .g-md-4-2 {
        --bs-gutter-y: 1.25rem
    }

    .g-md-5 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-5 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5-2 {
        --bs-gutter-x: 1.75rem
    }

    .g-md-5-2 {
        --bs-gutter-y: 1.75rem
    }

    .g-md-5-3 {
        --bs-gutter-x: 2rem
    }

    .g-md-5-3 {
        --bs-gutter-y: 2rem
    }

    .g-md-6 {
        --bs-gutter-x: 3rem
    }

    .g-md-6 {
        --bs-gutter-y: 3rem
    }
}

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

    .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%
    }

    .g-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-h {
        --bs-gutter-x: 0.0625rem
    }

    .g-lg-h {
        --bs-gutter-y: 0.0625rem
    }

    .g-lg-1 {
        --bs-gutter-x: 0.125rem
    }

    .g-lg-1 {
        --bs-gutter-y: 0.125rem
    }

    .g-lg-1-h {
        --bs-gutter-x: 0.1875rem
    }

    .g-lg-1-h {
        --bs-gutter-y: 0.1875rem
    }

    .g-lg-2 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-2 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2-h {
        --bs-gutter-x: 0.3125rem
    }

    .g-lg-2-h {
        --bs-gutter-y: 0.3125rem
    }

    .g-lg-2-1 {
        --bs-gutter-x: 0.375rem
    }

    .g-lg-2-1 {
        --bs-gutter-y: 0.375rem
    }

    .g-lg-3 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-3 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3-1 {
        --bs-gutter-x: 0.625rem
    }

    .g-lg-3-1 {
        --bs-gutter-y: 0.625rem
    }

    .g-lg-3-2 {
        --bs-gutter-x: 0.75rem
    }

    .g-lg-3-2 {
        --bs-gutter-y: 0.75rem
    }

    .g-lg-4 {
        --bs-gutter-x: 1rem
    }

    .g-lg-4 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4-2 {
        --bs-gutter-x: 1.25rem
    }

    .g-lg-4-2 {
        --bs-gutter-y: 1.25rem
    }

    .g-lg-5 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-5 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5-2 {
        --bs-gutter-x: 1.75rem
    }

    .g-lg-5-2 {
        --bs-gutter-y: 1.75rem
    }

    .g-lg-5-3 {
        --bs-gutter-x: 2rem
    }

    .g-lg-5-3 {
        --bs-gutter-y: 2rem
    }

    .g-lg-6 {
        --bs-gutter-x: 3rem
    }

    .g-lg-6 {
        --bs-gutter-y: 3rem
    }
}

.form-control:focus {
    box-shadow: 0 0 0 .25rem rgba(0,95,230,.25);
    outline: 0
}

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

.form-label,.form-label-style {
    margin-bottom: .375rem;
    font-size: .75rem;
    font-weight: 600
}

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    padding: .375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3f454c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .13rem;
    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]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #3f454c;
    background-color: #fff;
    border-color: #80aff3
}

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

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

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

.form-control::file-selector-button {
    padding: .375rem 1rem;
    margin: -.375rem -1rem;
    margin-inline-end:1rem;color: #3f454c;
    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 1rem;
    margin: -.375rem -1rem;
    margin-inline-end:1rem;color: #3f454c;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:1px;border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

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

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

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

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    margin-inline-end:.5rem}

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

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

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    margin-inline-end:1rem}

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

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

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

.input-group>.form-control:focus {
    z-index: 3
}

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

.input-group .btn:focus {
    z-index: 3
}

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

.input-group-text.w240{
	width:260px;

	}

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

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

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

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

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #3f454c;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem 1rem;
    font-size: 1rem;
    border-radius: .13rem;
    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: #3f454c
}

.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn-primary:active:focus,.btn-primary:focus {
    box-shadow: 0 0 0 0 rgba(38,119,234,.5)
}

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

.btn-primary {
    color: #fff;
    background-color: #005fe6;
    border-color: #005fe6
}

.btn-primary:focus,.btn-primary:hover {
    background-color: #0051c4;
    border-color: #004cb8;
    color: #fff
}

.btn-primary:active {
    color: #fff;
    background-color: #004cb8;
    border-color: #0047ad
}

.btn-primary:disabled {
    color: #fff;
    background-color: #005fe6;
    border-color: #005fe6
}



.btn-link {
    font-weight: 400;
    color: #247fff;
    text-decoration: none
}

.btn-link:hover {
    color: #1d66cc
}

.btn-link:disabled {
    color: #6c757d
}

.btn-group-lg>.btn,.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .16rem
}

.btn-group-sm>.btn,.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .1rem
}

.btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 1
}

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

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

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

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

.alert-link {
    font-weight: 700
}

.alert-primary {
    color: #00398a;
    background-color: #ccdffa;
    border-color: #b3cff8
}


.alert-validation-error, .bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important;
}

.alert-validation-error {
	  --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
    padding-top: 0.25rem!important;
    padding-bottom: 0.25rem!important;
        padding-right: 0.5rem!important;
    padding-left: 0.5rem!important;
        font-size: .875em;
	
}

.alert-validation-warning {
	  --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important;
    padding-top: 0.25rem!important;
    padding-bottom: 0.25rem!important;
        padding-right: 0.5rem!important;
    padding-left: 0.5rem!important;
        font-size: .875em;
	
}


  

.alert-primary .alert-link {
    color: #002e6e
}

.alert-g100 {
    color: #959596;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-g100 .alert-link {
    color: #777778
}

.alert-g150 {
    color: #919293;
    background-color: #fcfdfd;
    border-color: #fbfbfc
}

.alert-g150 .alert-link {
    color: #747576
}

.alert-g200 {
    color: #8c8e8f;
    background-color: #fbfbfc;
    border-color: #f8f9fa
}

.alert-g200 .alert-link {
    color: #707272
}

.alert-g250 {
    color: #898b8d;
    background-color: #fafafb;
    border-color: #f7f8f9
}

.alert-g250 .alert-link {
    color: #6e6f71
}

.alert-g300 {
    color: #85888a;
    background-color: #f8f9fa;
    border-color: #f5f6f8
}

.alert-g300 .alert-link {
    color: #6a6d6e
}

.alert-g350 {
    color: #808386;
    background-color: #f7f8f9;
    border-color: #f3f4f6
}

.alert-g350 .alert-link {
    color: #66696b
}

.alert-g400 {
    color: #7c7f83;
    background-color: #f5f6f8;
    border-color: #f0f2f4
}

.alert-g400 .alert-link {
    color: #636669
}

.alert-g450 {
    color: #72767a;
    background-color: #f2f3f5;
    border-color: #eceef0
}

.alert-g450 .alert-link {
    color: #5b5e62
}

.alert-g500 {
    color: #686d71;
    background-color: #eff0f2;
    border-color: #e6e9eb
}

.alert-g500 .alert-link {
    color: #53575a
}

.alert-g550 {
    color: #55595e;
    background-color: #e8eaeb;
    border-color: #dddfe2
}

.alert-g550 .alert-link {
    color: #44474b
}

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

.alert-g600 .alert-link {
    color: #34383c
}

.alert-g650 {
    color: #373b40;
    background-color: #dee0e1;
    border-color: #ced0d2
}

.alert-g650 .alert-link {
    color: #2c2f33
}

.alert-g700 {
    color: #2c3034;
    background-color: #dbdcdd;
    border-color: #c8cbcd
}

.alert-g700 .alert-link {
    color: #23262a
}

.alert-g750 {
    color: #26292e;
    background-color: #d9dadb;
    border-color: #c5c7c9
}

.alert-g750 .alert-link {
    color: #1e2125
}

.alert-g800 {
    color: #1f2326;
    background-color: #d6d8d9;
    border-color: #c2c4c6
}

.alert-g800 .alert-link {
    color: #191c1e
}

.alert-g850 {
    color: #1a1d20;
    background-color: #d5d6d7;
    border-color: #bfc1c2
}

.alert-g850 .alert-link {
    color: #15171a
}

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

.alert-g900 .alert-link {
    color: #101214
}

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

.link-primary {
    color: #005fe6
}

.link-primary:focus,.link-primary:hover {
    color: #004cb8
}

.link-g100 {
    color: #f8f9fa
}

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

.link-g150 {
    color: #f1f3f5
}

.link-g150:focus,.link-g150:hover {
    color: #f4f5f7
}

.link-g200 {
    color: #e9ecef
}

.link-g200:focus,.link-g200:hover {
    color: #edf0f2
}

.link-g250 {
    color: #e4e7eb
}

.link-g250:focus,.link-g250:hover {
    color: #e9ecef
}

.link-g300 {
    color: #dee2e6
}

.link-g300:focus,.link-g300:hover {
    color: #e5e8eb
}

.link-g350 {
    color: #d6dbe0
}

.link-g350:focus,.link-g350:hover {
    color: #dee2e6
}

.link-g400 {
    color: #ced4da
}

.link-g400:focus,.link-g400:hover {
    color: #d8dde1
}

.link-g450 {
    color: #bec5cc
}

.link-g450:focus,.link-g450:hover {
    color: #cbd1d6
}

.link-g500 {
    color: #adb5bd
}

.link-g500:focus,.link-g500:hover {
    color: #bdc4ca
}

.link-g550 {
    color: #8d959d
}

.link-g550:focus,.link-g550:hover {
    color: #71777e
}

.link-g600 {
    color: #6c757d
}

.link-g600:focus,.link-g600:hover {
    color: #565e64
}

.link-g650 {
    color: #5b636a
}

.link-g650:focus,.link-g650:hover {
    color: #494f55
}

.link-g700 {
    color: #495057
}

.link-g700:focus,.link-g700:hover {
    color: #3a4046
}

.btn-input,.link-g750 {
    color: #3f454c
}

.link-g750:focus,.link-g750:hover {
    color: #32373d
}

.link-g800 {
    color: #343a40
}

.link-g800:focus,.link-g800:hover {
    color: #2a2e33
}

.link-g850 {
    color: #2b3035
}

.link-g850:focus,.link-g850:hover {
    color: #22262a
}

.link-g900 {
    color: #212529
}

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

.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.align-items-center-page,.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

.d-none {
    display: none!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}

.shadow-none {
    box-shadow: none!important
}

.align-items-center-page {
    position: fixed!important
}

.w-0 {
    width: 0%!important
}

.w-5 {
    width: 5%!important
}

.w-10 {
    width: 10%!important
}

.w-15 {
    width: 15%!important
}

.w-20 {
    width: 20%!important
}

.w-25 {
    width: 25%!important
}

.w-30 {
    width: 30%!important
}

.w-35 {
    width: 35%!important
}

.w-40 {
    width: 40%!important
}

.w-45 {
    width: 45%!important
}

.w-50 {
    width: 50%!important
}

.w-55 {
    width: 55%!important
}

.w-60 {
    width: 60%!important
}

.w-65 {
    width: 65%!important
}

.w-70 {
    width: 70%!important
}

.w-75 {
    width: 75%!important
}

.w-80 {
    width: 80%!important
}

.w-85 {
    width: 85%!important
}

.w-90 {
    width: 90%!important
}

.w-95 {
    width: 95%!important
}

.align-items-center-page,.w-100 {
    width: 100%!important
}

.h-0 {
    height: 0%!important
}

.h-5 {
    height: 5%!important
}

.h-10 {
    height: 10%!important
}

.h-15 {
    height: 15%!important
}

.h-20 {
    height: 20%!important
}

.h-25 {
    height: 25%!important
}

.h-30 {
    height: 30%!important
}

.h-35 {
    height: 35%!important
}

.h-40 {
    height: 40%!important
}

.h-45 {
    height: 45%!important
}

.h-50 {
    height: 50%!important
}

.h-55 {
    height: 55%!important
}

.h-60 {
    height: 60%!important
}

.h-65 {
    height: 65%!important
}

.h-70 {
    height: 70%!important
}

.h-75 {
    height: 75%!important
}

.h-80 {
    height: 80%!important
}

.h-85 {
    height: 85%!important
}

.h-90 {
    height: 90%!important
}

.h-95 {
    height: 95%!important
}

.h-100 {
    height: 100%!important
}

.vh-100 {
    height: 100vh!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.justify-content-center {
    justify-content: center!important
}

.align-items-center,.align-items-center-page {
    align-items: center!important
}

.align-content-center {
    align-content: center!important
}

.align-self-center {
    align-self: center!important
}

.m-0 {
    margin: 0!important
}

.m-h {
    margin: .0625rem!important
}

.m-1 {
    margin: .125rem!important
}

.m-1-h {
    margin: .1875rem!important
}

.m-2 {
    margin: .25rem!important
}

.m-2-h {
    margin: .3125rem!important
}

.m-2-1 {
    margin: .375rem!important
}

.m-3 {
    margin: .5rem!important
}

.m-3-1 {
    margin: .625rem!important
}

.m-3-2 {
    margin: .75rem!important
}

.m-4 {
    margin: 1rem!important
}

.m-4-2 {
    margin: 1.25rem!important
}

.m-5 {
    margin: 1.5rem!important
}

.m-5-2 {
    margin: 1.75rem!important
}

.m-5-3 {
    margin: 2rem!important
}

.m-6 {
    margin: 3rem!important
}

.mx-0 {
    margin-right: 0!important;
    margin-left: 0!important
}

.mx-h {
    margin-right: .0625rem!important;
    margin-left: .0625rem!important
}

.mx-1 {
    margin-right: .125rem!important;
    margin-left: .125rem!important
}

.mx-1-h {
    margin-right: .1875rem!important;
    margin-left: .1875rem!important
}

.mx-2 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
}

.mx-2-h {
    margin-right: .3125rem!important;
    margin-left: .3125rem!important
}

.mx-2-1 {
    margin-right: .375rem!important;
    margin-left: .375rem!important
}

.mx-3 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
}

.mx-3-1 {
    margin-right: .625rem!important;
    margin-left: .625rem!important
}

.mx-3-2 {
    margin-right: .75rem!important;
    margin-left: .75rem!important
}

.mx-4 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
}

.mx-4-2 {
    margin-right: 1.25rem!important;
    margin-left: 1.25rem!important
}

.mx-5 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
}

.mx-5-2 {
    margin-right: 1.75rem!important;
    margin-left: 1.75rem!important
}

.mx-5-3 {
    margin-right: 2rem!important;
    margin-left: 2rem!important
}

.mx-6 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
}

.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.my-h {
    margin-top: .0625rem!important;
    margin-bottom: .0625rem!important
}

.my-1 {
    margin-top: .125rem!important;
    margin-bottom: .125rem!important
}

.my-1-h {
    margin-top: .1875rem!important;
    margin-bottom: .1875rem!important
}

.my-2 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}

.my-2-h {
    margin-top: .3125rem!important;
    margin-bottom: .3125rem!important
}

.my-2-1 {
    margin-top: .375rem!important;
    margin-bottom: .375rem!important
}

.my-3 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

.my-3-1 {
    margin-top: .625rem!important;
    margin-bottom: .625rem!important
}

.my-3-2 {
    margin-top: .75rem!important;
    margin-bottom: .75rem!important
}

.my-4 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.my-4-2 {
    margin-top: 1.25rem!important;
    margin-bottom: 1.25rem!important
}

.my-5 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.my-5-2 {
    margin-top: 1.75rem!important;
    margin-bottom: 1.75rem!important
}

.my-5-3 {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important
}

.my-6 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-h {
    margin-top: .0625rem!important
}

.mt-1 {
    margin-top: .125rem!important
}

.mt-1-h {
    margin-top: .1875rem!important
}

.mt-2 {
    margin-top: .25rem!important
}

.mt-2-h {
    margin-top: .3125rem!important
}

.mt-2-1 {
    margin-top: .375rem!important
}

.mt-3 {
    margin-top: .5rem!important
}

.mt-3-1 {
    margin-top: .625rem!important
}

.mt-3-2 {
    margin-top: .75rem!important
}

.mt-4 {
    margin-top: 1rem!important
}

.mt-4-2 {
    margin-top: 1.25rem!important
}

.mt-5 {
    margin-top: 1.5rem!important
}

.mt-5-2 {
    margin-top: 1.75rem!important
}

.mt-5-3 {
    margin-top: 2rem!important
}

.mt-6 {
    margin-top: 3rem!important
}

.me-0 {
    margin-right: 0!important
}

.me-h {
    margin-right: .0625rem!important
}

.me-1 {
    margin-right: .125rem!important
}

.me-1-h {
    margin-right: .1875rem!important
}

.me-2 {
    margin-right: .25rem!important
}

.me-2-h {
    margin-right: .3125rem!important
}

.me-2-1 {
    margin-right: .375rem!important
}

.btn-inline,.me-3 {
    margin-right: .5rem!important
}

.me-3-1 {
    margin-right: .625rem!important
}

.me-3-2 {
    margin-right: .75rem!important
}

.me-4 {
    margin-right: 1rem!important
}

.me-4-2 {
    margin-right: 1.25rem!important
}

.me-5 {
    margin-right: 1.5rem!important
}

.me-5-2 {
    margin-right: 1.75rem!important
}

.me-5-3 {
    margin-right: 2rem!important
}

.me-6 {
    margin-right: 3rem!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-h {
    margin-bottom: .0625rem!important
}

.mb-1 {
    margin-bottom: .125rem!important
}

.mb-1-h {
    margin-bottom: .1875rem!important
}

.mb-2 {
    margin-bottom: .25rem!important
}

.mb-2-h {
    margin-bottom: .3125rem!important
}

.mb-2-1 {
    margin-bottom: .375rem!important
}

.mb-3 {
    margin-bottom: .5rem!important
}

.mb-3-1 {
    margin-bottom: .625rem!important
}

.mb-3-2 {
    margin-bottom: .75rem!important
}

.mb-4 {
    margin-bottom: 1rem!important
}

.mb-4-2 {
    margin-bottom: 1.25rem!important
}

.mb-5 {
    margin-bottom: 1.5rem!important
}

.mb-5-2 {
    margin-bottom: 1.75rem!important
}

.mb-5-3 {
    margin-bottom: 2rem!important
}

.mb-6 {
    margin-bottom: 3rem!important
}

.p-0 {
    padding: 0!important
}

.p-h {
    padding: .0625rem!important
}

.p-1 {
    padding: .125rem!important
}

.p-1-h {
    padding: .1875rem!important
}

.p-2 {
    padding: .25rem!important
}

.p-2-h {
    padding: .3125rem!important
}

.p-2-1 {
    padding: .375rem!important
}

.p-3 {
    padding: .5rem!important
}

.p-3-1 {
    padding: .625rem!important
}

.p-3-2 {
    padding: .75rem!important
}

.p-4 {
    padding: 1rem!important
}

.p-4-2 {
    padding: 1.25rem!important
}

.p-5 {
    padding: 1.5rem!important
}

.p-5-2 {
    padding: 1.75rem!important
}

.p-5-3 {
    padding: 2rem!important
}

.p-6 {
    padding: 3rem!important
}

.px-0 {
    padding-right: 0!important;
    padding-left: 0!important
}

.px-h {
    padding-right: .0625rem!important;
    padding-left: .0625rem!important
}

.px-1 {
    padding-right: .125rem!important;
    padding-left: .125rem!important
}

.px-1-h {
    padding-right: .1875rem!important;
    padding-left: .1875rem!important
}

.px-2 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
}

.px-2-h {
    padding-right: .3125rem!important;
    padding-left: .3125rem!important
}

.px-2-1 {
    padding-right: .375rem!important;
    padding-left: .375rem!important
}

.px-3 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
}

.px-3-1 {
    padding-right: .625rem!important;
    padding-left: .625rem!important
}

.px-3-2 {
    padding-right: .75rem!important;
    padding-left: .75rem!important
}

.px-4 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}

.px-4-2 {
    padding-right: 1.25rem!important;
    padding-left: 1.25rem!important
}

.px-5 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
}

.px-5-2 {
    padding-right: 1.75rem!important;
    padding-left: 1.75rem!important
}

.px-5-3 {
    padding-right: 2rem!important;
    padding-left: 2rem!important
}

.px-6 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.py-h {
    padding-top: .0625rem!important;
    padding-bottom: .0625rem!important
}

.py-1 {
    padding-top: .125rem!important;
    padding-bottom: .125rem!important
}

.py-1-h {
    padding-top: .1875rem!important;
    padding-bottom: .1875rem!important
}

.py-2 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.py-2-h {
    padding-top: .3125rem!important;
    padding-bottom: .3125rem!important
}

.py-2-1 {
    padding-top: .375rem!important;
    padding-bottom: .375rem!important
}

.py-3 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.py-3-1 {
    padding-top: .625rem!important;
    padding-bottom: .625rem!important
}

.py-3-2 {
    padding-top: .75rem!important;
    padding-bottom: .75rem!important
}

.py-4 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.py-4-2 {
    padding-top: 1.25rem!important;
    padding-bottom: 1.25rem!important
}

.py-5 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.py-5-2 {
    padding-top: 1.75rem!important;
    padding-bottom: 1.75rem!important
}

.py-5-3 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important
}

.py-6 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.pe-0 {
    padding-right: 0!important
}

.pe-h {
    padding-right: .0625rem!important
}

.pe-1 {
    padding-right: .125rem!important
}

.pe-1-h {
    padding-right: .1875rem!important
}

.pe-2 {
    padding-right: .25rem!important
}

.pe-2-h {
    padding-right: .3125rem!important
}

.pe-2-1 {
    padding-right: .375rem!important
}

.pe-3 {
    padding-right: .5rem!important
}

.pe-3-1 {
    padding-right: .625rem!important
}

.pe-3-2 {
    padding-right: .75rem!important
}

.pe-4 {
    padding-right: 1rem!important
}

.pe-4-2 {
    padding-right: 1.25rem!important
}

.pe-5 {
    padding-right: 1.5rem!important
}

.pe-5-2 {
    padding-right: 1.75rem!important
}

.pe-5-3 {
    padding-right: 2rem!important
}

.pe-6 {
    padding-right: 3rem!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-h {
    padding-bottom: .0625rem!important
}

.pb-1 {
    padding-bottom: .125rem!important
}

.pb-1-h {
    padding-bottom: .1875rem!important
}

.pb-2 {
    padding-bottom: .25rem!important
}

.pb-2-h {
    padding-bottom: .3125rem!important
}

.pb-2-1 {
    padding-bottom: .375rem!important
}

.pb-3 {
    padding-bottom: .5rem!important
}

.pb-3-1 {
    padding-bottom: .625rem!important
}

.pb-3-2 {
    padding-bottom: .75rem!important
}

.pb-4 {
    padding-bottom: 1rem!important
}

.pb-4-2 {
    padding-bottom: 1.25rem!important
}

.pb-5 {
    padding-bottom: 1.5rem!important
}

.pb-5-2 {
    padding-bottom: 1.75rem!important
}

.pb-5-3 {
    padding-bottom: 2rem!important
}

.pb-6 {
    padding-bottom: 3rem!important
}

.fw-normal {
    font-weight: 400!important
}

.fw-bold {
    font-weight: 700!important
}

.text-center {
    text-align: center!important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important
}

.text-g100 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-g100-rgb),var(--bs-text-opacity))!important
}

.text-g150 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-g150-rgb),var(--bs-text-opacity))!important
}

.text-g200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-g200-rgb),var(--bs-text-opacity))!important
}

.text-g250 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-g250-rgb),var(--bs-text-opacity))!important
}

.text-g300 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-g300-rgb),var(--bs-text-opacity))!important
}

.text-g350 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-g350-rgb),var(--bs-text-opacity))!important
}

.text-g400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-g400-rgb),var(--bs-text-opacity))!important
}

.text-g450 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-g450-rgb),var(--bs-text-opacity))!important
}

.text-g500 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-g500-rgb),var(--bs-text-opacity))!important
}

.text-g550 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-g550-rgb),var(--bs-text-opacity))!important
}

.text-g600 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-g600-rgb),var(--bs-text-opacity))!important
}

.text-g650 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-g650-rgb),var(--bs-text-opacity))!important
}

.text-g700 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-g700-rgb),var(--bs-text-opacity))!important
}

.text-g750 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-g750-rgb),var(--bs-text-opacity))!important
}

.text-g800 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-g800-rgb),var(--bs-text-opacity))!important
}

.text-g850 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-g850-rgb),var(--bs-text-opacity))!important
}

.text-g900 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-g900-rgb),var(--bs-text-opacity))!important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d!important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255,255,255,.5)!important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit!important
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important
}

.bg-g100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-g100-rgb),var(--bs-bg-opacity))!important
}

.bg-g150 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-g150-rgb),var(--bs-bg-opacity))!important
}

.bg-g200 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-g200-rgb),var(--bs-bg-opacity))!important
}

.bg-g250 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-g250-rgb),var(--bs-bg-opacity))!important
}

.bg-g300 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-g300-rgb),var(--bs-bg-opacity))!important
}

.bg-g350 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-g350-rgb),var(--bs-bg-opacity))!important
}

.bg-g400 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-g400-rgb),var(--bs-bg-opacity))!important
}

.bg-g450 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-g450-rgb),var(--bs-bg-opacity))!important
}

.bg-g500 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-g500-rgb),var(--bs-bg-opacity))!important
}

.bg-g550 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-g550-rgb),var(--bs-bg-opacity))!important
}

.bg-g600 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-g600-rgb),var(--bs-bg-opacity))!important
}

.bg-g650 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-g650-rgb),var(--bs-bg-opacity))!important
}

.bg-g700 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-g700-rgb),var(--bs-bg-opacity))!important
}

.bg-g750 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-g750-rgb),var(--bs-bg-opacity))!important
}

.bg-g800 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-g800-rgb),var(--bs-bg-opacity))!important
}

.bg-g850 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-g850-rgb),var(--bs-bg-opacity))!important
}

.bg-g900 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-g900-rgb),var(--bs-bg-opacity))!important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important
}

.pe-none {
    pointer-events: none!important
}

.rounded {
    border-radius: .13rem!important
}

.rounded-1 {
    border-radius: .1rem!important
}

.rounded-2 {
    border-radius: .13rem!important
}

.rounded-3 {
    border-radius: .16rem!important
}

.fill-primary {
    fill: #005fe6!important
}

.fill-white {
    fill: #fff!important
}

.fill-g800 {
    fill: #343a40!important
}

@media (min-width: 576px) {
    .d-sm-inline {
        display:inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-flex {
        display: flex!important
    }

    .d-sm-inline-flex {
        display: inline-flex!important
    }

    .d-sm-none {
        display: none!important
    }

    .flex-sm-fill {
        flex: 1 1 auto!important
    }

    .flex-sm-row {
        flex-direction: row!important
    }

    .flex-sm-column {
        flex-direction: column!important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-sm-center {
        justify-content: center!important
    }

    .align-items-sm-center {
        align-items: center!important
    }

    .align-content-sm-center {
        align-content: center!important
    }

    .align-self-sm-center {
        align-self: center!important
    }

    .m-sm-0 {
        margin: 0!important
    }

    .m-sm-h {
        margin: .0625rem!important
    }

    .m-sm-1 {
        margin: .125rem!important
    }

    .m-sm-1-h {
        margin: .1875rem!important
    }

    .m-sm-2 {
        margin: .25rem!important
    }

    .m-sm-2-h {
        margin: .3125rem!important
    }

    .m-sm-2-1 {
        margin: .375rem!important
    }

    .m-sm-3 {
        margin: .5rem!important
    }

    .m-sm-3-1 {
        margin: .625rem!important
    }

    .m-sm-3-2 {
        margin: .75rem!important
    }

    .m-sm-4 {
        margin: 1rem!important
    }

    .m-sm-4-2 {
        margin: 1.25rem!important
    }

    .m-sm-5 {
        margin: 1.5rem!important
    }

    .m-sm-5-2 {
        margin: 1.75rem!important
    }

    .m-sm-5-3 {
        margin: 2rem!important
    }

    .m-sm-6 {
        margin: 3rem!important
    }

    .mx-sm-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-sm-h {
        margin-right: .0625rem!important;
        margin-left: .0625rem!important
    }

    .mx-sm-1 {
        margin-right: .125rem!important;
        margin-left: .125rem!important
    }

    .mx-sm-1-h {
        margin-right: .1875rem!important;
        margin-left: .1875rem!important
    }

    .mx-sm-2 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-sm-2-h {
        margin-right: .3125rem!important;
        margin-left: .3125rem!important
    }

    .mx-sm-2-1 {
        margin-right: .375rem!important;
        margin-left: .375rem!important
    }

    .mx-sm-3 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-sm-3-1 {
        margin-right: .625rem!important;
        margin-left: .625rem!important
    }

    .mx-sm-3-2 {
        margin-right: .75rem!important;
        margin-left: .75rem!important
    }

    .mx-sm-4 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-sm-4-2 {
        margin-right: 1.25rem!important;
        margin-left: 1.25rem!important
    }

    .mx-sm-5 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-sm-5-2 {
        margin-right: 1.75rem!important;
        margin-left: 1.75rem!important
    }

    .mx-sm-5-3 {
        margin-right: 2rem!important;
        margin-left: 2rem!important
    }

    .mx-sm-6 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .my-sm-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-sm-h {
        margin-top: .0625rem!important;
        margin-bottom: .0625rem!important
    }

    .my-sm-1 {
        margin-top: .125rem!important;
        margin-bottom: .125rem!important
    }

    .my-sm-1-h {
        margin-top: .1875rem!important;
        margin-bottom: .1875rem!important
    }

    .my-sm-2 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-sm-2-h {
        margin-top: .3125rem!important;
        margin-bottom: .3125rem!important
    }

    .my-sm-2-1 {
        margin-top: .375rem!important;
        margin-bottom: .375rem!important
    }

    .my-sm-3 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-sm-3-1 {
        margin-top: .625rem!important;
        margin-bottom: .625rem!important
    }

    .my-sm-3-2 {
        margin-top: .75rem!important;
        margin-bottom: .75rem!important
    }

    .my-sm-4 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-sm-4-2 {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important
    }

    .my-sm-5 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-sm-5-2 {
        margin-top: 1.75rem!important;
        margin-bottom: 1.75rem!important
    }

    .my-sm-5-3 {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important
    }

    .my-sm-6 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .mt-sm-0 {
        margin-top: 0!important
    }

    .mt-sm-h {
        margin-top: .0625rem!important
    }

    .mt-sm-1 {
        margin-top: .125rem!important
    }

    .mt-sm-1-h {
        margin-top: .1875rem!important
    }

    .mt-sm-2 {
        margin-top: .25rem!important
    }

    .mt-sm-2-h {
        margin-top: .3125rem!important
    }

    .mt-sm-2-1 {
        margin-top: .375rem!important
    }

    .mt-sm-3 {
        margin-top: .5rem!important
    }

    .mt-sm-3-1 {
        margin-top: .625rem!important
    }

    .mt-sm-3-2 {
        margin-top: .75rem!important
    }

    .mt-sm-4 {
        margin-top: 1rem!important
    }

    .mt-sm-4-2 {
        margin-top: 1.25rem!important
    }

    .mt-sm-5 {
        margin-top: 1.5rem!important
    }

    .mt-sm-5-2 {
        margin-top: 1.75rem!important
    }

    .mt-sm-5-3 {
        margin-top: 2rem!important
    }

    .mt-sm-6 {
        margin-top: 3rem!important
    }

    .me-sm-0 {
        margin-right: 0!important
    }

    .me-sm-h {
        margin-right: .0625rem!important
    }

    .me-sm-1 {
        margin-right: .125rem!important
    }

    .me-sm-1-h {
        margin-right: .1875rem!important
    }

    .me-sm-2 {
        margin-right: .25rem!important
    }

    .me-sm-2-h {
        margin-right: .3125rem!important
    }

    .me-sm-2-1 {
        margin-right: .375rem!important
    }

    .me-sm-3 {
        margin-right: .5rem!important
    }

    .me-sm-3-1 {
        margin-right: .625rem!important
    }

    .me-sm-3-2 {
        margin-right: .75rem!important
    }

    .me-sm-4 {
        margin-right: 1rem!important
    }

    .me-sm-4-2 {
        margin-right: 1.25rem!important
    }

    .me-sm-5 {
        margin-right: 1.5rem!important
    }

    .me-sm-5-2 {
        margin-right: 1.75rem!important
    }

    .me-sm-5-3 {
        margin-right: 2rem!important
    }

    .me-sm-6 {
        margin-right: 3rem!important
    }

    .mb-sm-0 {
        margin-bottom: 0!important
    }

    .mb-sm-h {
        margin-bottom: .0625rem!important
    }

    .mb-sm-1 {
        margin-bottom: .125rem!important
    }

    .mb-sm-1-h {
        margin-bottom: .1875rem!important
    }

    .mb-sm-2 {
        margin-bottom: .25rem!important
    }

    .mb-sm-2-h {
        margin-bottom: .3125rem!important
    }

    .mb-sm-2-1 {
        margin-bottom: .375rem!important
    }

    .mb-sm-3 {
        margin-bottom: .5rem!important
    }

    .mb-sm-3-1 {
        margin-bottom: .625rem!important
    }

    .mb-sm-3-2 {
        margin-bottom: .75rem!important
    }

    .mb-sm-4 {
        margin-bottom: 1rem!important
    }

    .mb-sm-4-2 {
        margin-bottom: 1.25rem!important
    }

    .mb-sm-5 {
        margin-bottom: 1.5rem!important
    }

    .mb-sm-5-2 {
        margin-bottom: 1.75rem!important
    }

    .mb-sm-5-3 {
        margin-bottom: 2rem!important
    }

    .mb-sm-6 {
        margin-bottom: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .p-sm-h {
        padding: .0625rem!important
    }

    .p-sm-1 {
        padding: .125rem!important
    }

    .p-sm-1-h {
        padding: .1875rem!important
    }

    .p-sm-2 {
        padding: .25rem!important
    }

    .p-sm-2-h {
        padding: .3125rem!important
    }

    .p-sm-2-1 {
        padding: .375rem!important
    }

    .p-sm-3 {
        padding: .5rem!important
    }

    .p-sm-3-1 {
        padding: .625rem!important
    }

    .p-sm-3-2 {
        padding: .75rem!important
    }

    .p-sm-4 {
        padding: 1rem!important
    }

    .p-sm-4-2 {
        padding: 1.25rem!important
    }

    .p-sm-5 {
        padding: 1.5rem!important
    }

    .p-sm-5-2 {
        padding: 1.75rem!important
    }

    .p-sm-5-3 {
        padding: 2rem!important
    }

    .p-sm-6 {
        padding: 3rem!important
    }

    .px-sm-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-sm-h {
        padding-right: .0625rem!important;
        padding-left: .0625rem!important
    }

    .px-sm-1 {
        padding-right: .125rem!important;
        padding-left: .125rem!important
    }

    .px-sm-1-h {
        padding-right: .1875rem!important;
        padding-left: .1875rem!important
    }

    .px-sm-2 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-sm-2-h {
        padding-right: .3125rem!important;
        padding-left: .3125rem!important
    }

    .px-sm-2-1 {
        padding-right: .375rem!important;
        padding-left: .375rem!important
    }

    .px-sm-3 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-sm-3-1 {
        padding-right: .625rem!important;
        padding-left: .625rem!important
    }

    .px-sm-3-2 {
        padding-right: .75rem!important;
        padding-left: .75rem!important
    }

    .px-sm-4 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-sm-4-2 {
        padding-right: 1.25rem!important;
        padding-left: 1.25rem!important
    }

    .px-sm-5 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-sm-5-2 {
        padding-right: 1.75rem!important;
        padding-left: 1.75rem!important
    }

    .px-sm-5-3 {
        padding-right: 2rem!important;
        padding-left: 2rem!important
    }

    .px-sm-6 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-sm-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-sm-h {
        padding-top: .0625rem!important;
        padding-bottom: .0625rem!important
    }

    .py-sm-1 {
        padding-top: .125rem!important;
        padding-bottom: .125rem!important
    }

    .py-sm-1-h {
        padding-top: .1875rem!important;
        padding-bottom: .1875rem!important
    }

    .py-sm-2 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-sm-2-h {
        padding-top: .3125rem!important;
        padding-bottom: .3125rem!important
    }

    .py-sm-2-1 {
        padding-top: .375rem!important;
        padding-bottom: .375rem!important
    }

    .py-sm-3 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-sm-3-1 {
        padding-top: .625rem!important;
        padding-bottom: .625rem!important
    }

    .py-sm-3-2 {
        padding-top: .75rem!important;
        padding-bottom: .75rem!important
    }

    .py-sm-4 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-sm-4-2 {
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important
    }

    .py-sm-5 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-sm-5-2 {
        padding-top: 1.75rem!important;
        padding-bottom: 1.75rem!important
    }

    .py-sm-5-3 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }

    .py-sm-6 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pe-sm-0 {
        padding-right: 0!important
    }

    .pe-sm-h {
        padding-right: .0625rem!important
    }

    .pe-sm-1 {
        padding-right: .125rem!important
    }

    .pe-sm-1-h {
        padding-right: .1875rem!important
    }

    .pe-sm-2 {
        padding-right: .25rem!important
    }

    .pe-sm-2-h {
        padding-right: .3125rem!important
    }

    .pe-sm-2-1 {
        padding-right: .375rem!important
    }

    .pe-sm-3 {
        padding-right: .5rem!important
    }

    .pe-sm-3-1 {
        padding-right: .625rem!important
    }

    .pe-sm-3-2 {
        padding-right: .75rem!important
    }

    .pe-sm-4 {
        padding-right: 1rem!important
    }

    .pe-sm-4-2 {
        padding-right: 1.25rem!important
    }

    .pe-sm-5 {
        padding-right: 1.5rem!important
    }

    .pe-sm-5-2 {
        padding-right: 1.75rem!important
    }

    .pe-sm-5-3 {
        padding-right: 2rem!important
    }

    .pe-sm-6 {
        padding-right: 3rem!important
    }

    .pb-sm-0 {
        padding-bottom: 0!important
    }

    .pb-sm-h {
        padding-bottom: .0625rem!important
    }

    .pb-sm-1 {
        padding-bottom: .125rem!important
    }

    .pb-sm-1-h {
        padding-bottom: .1875rem!important
    }

    .pb-sm-2 {
        padding-bottom: .25rem!important
    }

    .pb-sm-2-h {
        padding-bottom: .3125rem!important
    }

    .pb-sm-2-1 {
        padding-bottom: .375rem!important
    }

    .pb-sm-3 {
        padding-bottom: .5rem!important
    }

    .pb-sm-3-1 {
        padding-bottom: .625rem!important
    }

    .pb-sm-3-2 {
        padding-bottom: .75rem!important
    }

    .pb-sm-4 {
        padding-bottom: 1rem!important
    }

    .pb-sm-4-2 {
        padding-bottom: 1.25rem!important
    }

    .pb-sm-5 {
        padding-bottom: 1.5rem!important
    }

    .pb-sm-5-2 {
        padding-bottom: 1.75rem!important
    }

    .pb-sm-5-3 {
        padding-bottom: 2rem!important
    }

    .pb-sm-6 {
        padding-bottom: 3rem!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .d-md-inline {
        display:inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-flex {
        display: flex!important
    }

    .d-md-inline-flex {
        display: inline-flex!important
    }

    .d-md-none {
        display: none!important
    }

    .flex-md-fill {
        flex: 1 1 auto!important
    }

    .flex-md-row {
        flex-direction: row!important
    }

    .flex-md-column {
        flex-direction: column!important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-md-center {
        justify-content: center!important
    }

    .align-items-md-center {
        align-items: center!important
    }

    .align-content-md-center {
        align-content: center!important
    }

    .align-self-md-center {
        align-self: center!important
    }

    .m-md-0 {
        margin: 0!important
    }

    .m-md-h {
        margin: .0625rem!important
    }

    .m-md-1 {
        margin: .125rem!important
    }

    .m-md-1-h {
        margin: .1875rem!important
    }

    .m-md-2 {
        margin: .25rem!important
    }

    .m-md-2-h {
        margin: .3125rem!important
    }

    .m-md-2-1 {
        margin: .375rem!important
    }

    .m-md-3 {
        margin: .5rem!important
    }

    .m-md-3-1 {
        margin: .625rem!important
    }

    .m-md-3-2 {
        margin: .75rem!important
    }

    .m-md-4 {
        margin: 1rem!important
    }

    .m-md-4-2 {
        margin: 1.25rem!important
    }

    .m-md-5 {
        margin: 1.5rem!important
    }

    .m-md-5-2 {
        margin: 1.75rem!important
    }

    .m-md-5-3 {
        margin: 2rem!important
    }

    .m-md-6 {
        margin: 3rem!important
    }

    .mx-md-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-md-h {
        margin-right: .0625rem!important;
        margin-left: .0625rem!important
    }

    .mx-md-1 {
        margin-right: .125rem!important;
        margin-left: .125rem!important
    }

    .mx-md-1-h {
        margin-right: .1875rem!important;
        margin-left: .1875rem!important
    }

    .mx-md-2 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-md-2-h {
        margin-right: .3125rem!important;
        margin-left: .3125rem!important
    }

    .mx-md-2-1 {
        margin-right: .375rem!important;
        margin-left: .375rem!important
    }

    .mx-md-3 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-md-3-1 {
        margin-right: .625rem!important;
        margin-left: .625rem!important
    }

    .mx-md-3-2 {
        margin-right: .75rem!important;
        margin-left: .75rem!important
    }

    .mx-md-4 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-md-4-2 {
        margin-right: 1.25rem!important;
        margin-left: 1.25rem!important
    }

    .mx-md-5 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-md-5-2 {
        margin-right: 1.75rem!important;
        margin-left: 1.75rem!important
    }

    .mx-md-5-3 {
        margin-right: 2rem!important;
        margin-left: 2rem!important
    }

    .mx-md-6 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .my-md-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-md-h {
        margin-top: .0625rem!important;
        margin-bottom: .0625rem!important
    }

    .my-md-1 {
        margin-top: .125rem!important;
        margin-bottom: .125rem!important
    }

    .my-md-1-h {
        margin-top: .1875rem!important;
        margin-bottom: .1875rem!important
    }

    .my-md-2 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-md-2-h {
        margin-top: .3125rem!important;
        margin-bottom: .3125rem!important
    }

    .my-md-2-1 {
        margin-top: .375rem!important;
        margin-bottom: .375rem!important
    }

    .my-md-3 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-md-3-1 {
        margin-top: .625rem!important;
        margin-bottom: .625rem!important
    }

    .my-md-3-2 {
        margin-top: .75rem!important;
        margin-bottom: .75rem!important
    }

    .my-md-4 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-md-4-2 {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important
    }

    .my-md-5 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-md-5-2 {
        margin-top: 1.75rem!important;
        margin-bottom: 1.75rem!important
    }

    .my-md-5-3 {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important
    }

    .my-md-6 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .mt-md-0 {
        margin-top: 0!important
    }

    .mt-md-h {
        margin-top: .0625rem!important
    }

    .mt-md-1 {
        margin-top: .125rem!important
    }

    .mt-md-1-h {
        margin-top: .1875rem!important
    }

    .mt-md-2 {
        margin-top: .25rem!important
    }

    .mt-md-2-h {
        margin-top: .3125rem!important
    }

    .mt-md-2-1 {
        margin-top: .375rem!important
    }

    .mt-md-3 {
        margin-top: .5rem!important
    }

    .mt-md-3-1 {
        margin-top: .625rem!important
    }

    .mt-md-3-2 {
        margin-top: .75rem!important
    }

    .mt-md-4 {
        margin-top: 1rem!important
    }

    .mt-md-4-2 {
        margin-top: 1.25rem!important
    }

    .mt-md-5 {
        margin-top: 1.5rem!important
    }

    .mt-md-5-2 {
        margin-top: 1.75rem!important
    }

    .mt-md-5-3 {
        margin-top: 2rem!important
    }

    .mt-md-6 {
        margin-top: 3rem!important
    }

    .me-md-0 {
        margin-right: 0!important
    }

    .me-md-h {
        margin-right: .0625rem!important
    }

    .me-md-1 {
        margin-right: .125rem!important
    }

    .me-md-1-h {
        margin-right: .1875rem!important
    }

    .me-md-2 {
        margin-right: .25rem!important
    }

    .me-md-2-h {
        margin-right: .3125rem!important
    }

    .me-md-2-1 {
        margin-right: .375rem!important
    }

    .me-md-3 {
        margin-right: .5rem!important
    }

    .me-md-3-1 {
        margin-right: .625rem!important
    }

    .me-md-3-2 {
        margin-right: .75rem!important
    }

    .me-md-4 {
        margin-right: 1rem!important
    }

    .me-md-4-2 {
        margin-right: 1.25rem!important
    }

    .me-md-5 {
        margin-right: 1.5rem!important
    }

    .me-md-5-2 {
        margin-right: 1.75rem!important
    }

    .me-md-5-3 {
        margin-right: 2rem!important
    }

    .me-md-6 {
        margin-right: 3rem!important
    }

    .mb-md-0 {
        margin-bottom: 0!important
    }

    .mb-md-h {
        margin-bottom: .0625rem!important
    }

    .mb-md-1 {
        margin-bottom: .125rem!important
    }

    .mb-md-1-h {
        margin-bottom: .1875rem!important
    }

    .mb-md-2 {
        margin-bottom: .25rem!important
    }

    .mb-md-2-h {
        margin-bottom: .3125rem!important
    }

    .mb-md-2-1 {
        margin-bottom: .375rem!important
    }

    .mb-md-3 {
        margin-bottom: .5rem!important
    }

    .mb-md-3-1 {
        margin-bottom: .625rem!important
    }

    .mb-md-3-2 {
        margin-bottom: .75rem!important
    }

    .mb-md-4 {
        margin-bottom: 1rem!important
    }

    .mb-md-4-2 {
        margin-bottom: 1.25rem!important
    }

    .mb-md-5 {
        margin-bottom: 1.5rem!important
    }

    .mb-md-5-2 {
        margin-bottom: 1.75rem!important
    }

    .mb-md-5-3 {
        margin-bottom: 2rem!important
    }

    .mb-md-6 {
        margin-bottom: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .p-md-h {
        padding: .0625rem!important
    }

    .p-md-1 {
        padding: .125rem!important
    }

    .p-md-1-h {
        padding: .1875rem!important
    }

    .p-md-2 {
        padding: .25rem!important
    }

    .p-md-2-h {
        padding: .3125rem!important
    }

    .p-md-2-1 {
        padding: .375rem!important
    }

    .p-md-3 {
        padding: .5rem!important
    }

    .p-md-3-1 {
        padding: .625rem!important
    }

    .p-md-3-2 {
        padding: .75rem!important
    }

    .p-md-4 {
        padding: 1rem!important
    }

    .p-md-4-2 {
        padding: 1.25rem!important
    }

    .p-md-5 {
        padding: 1.5rem!important
    }

    .p-md-5-2 {
        padding: 1.75rem!important
    }

    .p-md-5-3 {
        padding: 2rem!important
    }

    .p-md-6 {
        padding: 3rem!important
    }

    .px-md-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-md-h {
        padding-right: .0625rem!important;
        padding-left: .0625rem!important
    }

    .px-md-1 {
        padding-right: .125rem!important;
        padding-left: .125rem!important
    }

    .px-md-1-h {
        padding-right: .1875rem!important;
        padding-left: .1875rem!important
    }

    .px-md-2 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-md-2-h {
        padding-right: .3125rem!important;
        padding-left: .3125rem!important
    }

    .px-md-2-1 {
        padding-right: .375rem!important;
        padding-left: .375rem!important
    }

    .px-md-3 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-md-3-1 {
        padding-right: .625rem!important;
        padding-left: .625rem!important
    }

    .px-md-3-2 {
        padding-right: .75rem!important;
        padding-left: .75rem!important
    }

    .px-md-4 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-md-4-2 {
        padding-right: 1.25rem!important;
        padding-left: 1.25rem!important
    }

    .px-md-5 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-md-5-2 {
        padding-right: 1.75rem!important;
        padding-left: 1.75rem!important
    }

    .px-md-5-3 {
        padding-right: 2rem!important;
        padding-left: 2rem!important
    }

    .px-md-6 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-md-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-md-h {
        padding-top: .0625rem!important;
        padding-bottom: .0625rem!important
    }

    .py-md-1 {
        padding-top: .125rem!important;
        padding-bottom: .125rem!important
    }

    .py-md-1-h {
        padding-top: .1875rem!important;
        padding-bottom: .1875rem!important
    }

    .py-md-2 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-md-2-h {
        padding-top: .3125rem!important;
        padding-bottom: .3125rem!important
    }

    .py-md-2-1 {
        padding-top: .375rem!important;
        padding-bottom: .375rem!important
    }

    .py-md-3 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-md-3-1 {
        padding-top: .625rem!important;
        padding-bottom: .625rem!important
    }

    .py-md-3-2 {
        padding-top: .75rem!important;
        padding-bottom: .75rem!important
    }

    .py-md-4 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-md-4-2 {
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important
    }

    .py-md-5 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-md-5-2 {
        padding-top: 1.75rem!important;
        padding-bottom: 1.75rem!important
    }

    .py-md-5-3 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }

    .py-md-6 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pe-md-0 {
        padding-right: 0!important
    }

    .pe-md-h {
        padding-right: .0625rem!important
    }

    .pe-md-1 {
        padding-right: .125rem!important
    }

    .pe-md-1-h {
        padding-right: .1875rem!important
    }

    .pe-md-2 {
        padding-right: .25rem!important
    }

    .pe-md-2-h {
        padding-right: .3125rem!important
    }

    .pe-md-2-1 {
        padding-right: .375rem!important
    }

    .pe-md-3 {
        padding-right: .5rem!important
    }

    .pe-md-3-1 {
        padding-right: .625rem!important
    }

    .pe-md-3-2 {
        padding-right: .75rem!important
    }

    .pe-md-4 {
        padding-right: 1rem!important
    }

    .pe-md-4-2 {
        padding-right: 1.25rem!important
    }

    .pe-md-5 {
        padding-right: 1.5rem!important
    }

    .pe-md-5-2 {
        padding-right: 1.75rem!important
    }

    .pe-md-5-3 {
        padding-right: 2rem!important
    }

    .pe-md-6 {
        padding-right: 3rem!important
    }

    .pb-md-0 {
        padding-bottom: 0!important
    }

    .pb-md-h {
        padding-bottom: .0625rem!important
    }

    .pb-md-1 {
        padding-bottom: .125rem!important
    }

    .pb-md-1-h {
        padding-bottom: .1875rem!important
    }

    .pb-md-2 {
        padding-bottom: .25rem!important
    }

    .pb-md-2-h {
        padding-bottom: .3125rem!important
    }

    .pb-md-2-1 {
        padding-bottom: .375rem!important
    }

    .pb-md-3 {
        padding-bottom: .5rem!important
    }

    .pb-md-3-1 {
        padding-bottom: .625rem!important
    }

    .pb-md-3-2 {
        padding-bottom: .75rem!important
    }

    .pb-md-4 {
        padding-bottom: 1rem!important
    }

    .pb-md-4-2 {
        padding-bottom: 1.25rem!important
    }

    .pb-md-5 {
        padding-bottom: 1.5rem!important
    }

    .pb-md-5-2 {
        padding-bottom: 1.75rem!important
    }

    .pb-md-5-3 {
        padding-bottom: 2rem!important
    }

    .pb-md-6 {
        padding-bottom: 3rem!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .d-lg-inline {
        display:inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-flex {
        display: flex!important
    }

    .d-lg-inline-flex {
        display: inline-flex!important
    }

    .d-lg-none {
        display: none!important
    }

    .flex-lg-fill {
        flex: 1 1 auto!important
    }

    .flex-lg-row {
        flex-direction: row!important
    }

    .flex-lg-column {
        flex-direction: column!important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-lg-center {
        justify-content: center!important
    }

    .align-items-lg-center {
        align-items: center!important
    }

    .align-content-lg-center {
        align-content: center!important
    }

    .align-self-lg-center {
        align-self: center!important
    }

    .m-lg-0 {
        margin: 0!important
    }

    .m-lg-h {
        margin: .0625rem!important
    }

    .m-lg-1 {
        margin: .125rem!important
    }

    .m-lg-1-h {
        margin: .1875rem!important
    }

    .m-lg-2 {
        margin: .25rem!important
    }

    .m-lg-2-h {
        margin: .3125rem!important
    }

    .m-lg-2-1 {
        margin: .375rem!important
    }

    .m-lg-3 {
        margin: .5rem!important
    }

    .m-lg-3-1 {
        margin: .625rem!important
    }

    .m-lg-3-2 {
        margin: .75rem!important
    }

    .m-lg-4 {
        margin: 1rem!important
    }

    .m-lg-4-2 {
        margin: 1.25rem!important
    }

    .m-lg-5 {
        margin: 1.5rem!important
    }

    .m-lg-5-2 {
        margin: 1.75rem!important
    }

    .m-lg-5-3 {
        margin: 2rem!important
    }

    .m-lg-6 {
        margin: 3rem!important
    }

    .mx-lg-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-lg-h {
        margin-right: .0625rem!important;
        margin-left: .0625rem!important
    }

    .mx-lg-1 {
        margin-right: .125rem!important;
        margin-left: .125rem!important
    }

    .mx-lg-1-h {
        margin-right: .1875rem!important;
        margin-left: .1875rem!important
    }

    .mx-lg-2 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-lg-2-h {
        margin-right: .3125rem!important;
        margin-left: .3125rem!important
    }

    .mx-lg-2-1 {
        margin-right: .375rem!important;
        margin-left: .375rem!important
    }

    .mx-lg-3 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-lg-3-1 {
        margin-right: .625rem!important;
        margin-left: .625rem!important
    }

    .mx-lg-3-2 {
        margin-right: .75rem!important;
        margin-left: .75rem!important
    }

    .mx-lg-4 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-lg-4-2 {
        margin-right: 1.25rem!important;
        margin-left: 1.25rem!important
    }

    .mx-lg-5 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-lg-5-2 {
        margin-right: 1.75rem!important;
        margin-left: 1.75rem!important
    }

    .mx-lg-5-3 {
        margin-right: 2rem!important;
        margin-left: 2rem!important
    }

    .mx-lg-6 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .my-lg-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-lg-h {
        margin-top: .0625rem!important;
        margin-bottom: .0625rem!important
    }

    .my-lg-1 {
        margin-top: .125rem!important;
        margin-bottom: .125rem!important
    }

    .my-lg-1-h {
        margin-top: .1875rem!important;
        margin-bottom: .1875rem!important
    }

    .my-lg-2 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-lg-2-h {
        margin-top: .3125rem!important;
        margin-bottom: .3125rem!important
    }

    .my-lg-2-1 {
        margin-top: .375rem!important;
        margin-bottom: .375rem!important
    }

    .my-lg-3 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-lg-3-1 {
        margin-top: .625rem!important;
        margin-bottom: .625rem!important
    }

    .my-lg-3-2 {
        margin-top: .75rem!important;
        margin-bottom: .75rem!important
    }

    .my-lg-4 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-lg-4-2 {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important
    }

    .my-lg-5 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-lg-5-2 {
        margin-top: 1.75rem!important;
        margin-bottom: 1.75rem!important
    }

    .my-lg-5-3 {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important
    }

    .my-lg-6 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .mt-lg-0 {
        margin-top: 0!important
    }

    .mt-lg-h {
        margin-top: .0625rem!important
    }

    .mt-lg-1 {
        margin-top: .125rem!important
    }

    .mt-lg-1-h {
        margin-top: .1875rem!important
    }

    .mt-lg-2 {
        margin-top: .25rem!important
    }

    .mt-lg-2-h {
        margin-top: .3125rem!important
    }

    .mt-lg-2-1 {
        margin-top: .375rem!important
    }

    .mt-lg-3 {
        margin-top: .5rem!important
    }

    .mt-lg-3-1 {
        margin-top: .625rem!important
    }

    .mt-lg-3-2 {
        margin-top: .75rem!important
    }

    .mt-lg-4 {
        margin-top: 1rem!important
    }

    .mt-lg-4-2 {
        margin-top: 1.25rem!important
    }

    .mt-lg-5 {
        margin-top: 1.5rem!important
    }

    .mt-lg-5-2 {
        margin-top: 1.75rem!important
    }

    .mt-lg-5-3 {
        margin-top: 2rem!important
    }

    .mt-lg-6 {
        margin-top: 3rem!important
    }

    .me-lg-0 {
        margin-right: 0!important
    }

    .me-lg-h {
        margin-right: .0625rem!important
    }

    .me-lg-1 {
        margin-right: .125rem!important
    }

    .me-lg-1-h {
        margin-right: .1875rem!important
    }

    .me-lg-2 {
        margin-right: .25rem!important
    }

    .me-lg-2-h {
        margin-right: .3125rem!important
    }

    .me-lg-2-1 {
        margin-right: .375rem!important
    }

    .me-lg-3 {
        margin-right: .5rem!important
    }

    .me-lg-3-1 {
        margin-right: .625rem!important
    }

    .me-lg-3-2 {
        margin-right: .75rem!important
    }

    .me-lg-4 {
        margin-right: 1rem!important
    }

    .me-lg-4-2 {
        margin-right: 1.25rem!important
    }

    .me-lg-5 {
        margin-right: 1.5rem!important
    }

    .me-lg-5-2 {
        margin-right: 1.75rem!important
    }

    .me-lg-5-3 {
        margin-right: 2rem!important
    }

    .me-lg-6 {
        margin-right: 3rem!important
    }

    .mb-lg-0 {
        margin-bottom: 0!important
    }

    .mb-lg-h {
        margin-bottom: .0625rem!important
    }

    .mb-lg-1 {
        margin-bottom: .125rem!important
    }

    .mb-lg-1-h {
        margin-bottom: .1875rem!important
    }

    .mb-lg-2 {
        margin-bottom: .25rem!important
    }

    .mb-lg-2-h {
        margin-bottom: .3125rem!important
    }

    .mb-lg-2-1 {
        margin-bottom: .375rem!important
    }

    .mb-lg-3 {
        margin-bottom: .5rem!important
    }

    .mb-lg-3-1 {
        margin-bottom: .625rem!important
    }

    .mb-lg-3-2 {
        margin-bottom: .75rem!important
    }

    .mb-lg-4 {
        margin-bottom: 1rem!important
    }

    .mb-lg-4-2 {
        margin-bottom: 1.25rem!important
    }

    .mb-lg-5 {
        margin-bottom: 1.5rem!important
    }

    .mb-lg-5-2 {
        margin-bottom: 1.75rem!important
    }

    .mb-lg-5-3 {
        margin-bottom: 2rem!important
    }

    .mb-lg-6 {
        margin-bottom: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .p-lg-h {
        padding: .0625rem!important
    }

    .p-lg-1 {
        padding: .125rem!important
    }

    .p-lg-1-h {
        padding: .1875rem!important
    }

    .p-lg-2 {
        padding: .25rem!important
    }

    .p-lg-2-h {
        padding: .3125rem!important
    }

    .p-lg-2-1 {
        padding: .375rem!important
    }

    .p-lg-3 {
        padding: .5rem!important
    }

    .p-lg-3-1 {
        padding: .625rem!important
    }

    .p-lg-3-2 {
        padding: .75rem!important
    }

    .p-lg-4 {
        padding: 1rem!important
    }

    .p-lg-4-2 {
        padding: 1.25rem!important
    }

    .p-lg-5 {
        padding: 1.5rem!important
    }

    .p-lg-5-2 {
        padding: 1.75rem!important
    }

    .p-lg-5-3 {
        padding: 2rem!important
    }

    .p-lg-6 {
        padding: 3rem!important
    }

    .px-lg-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-lg-h {
        padding-right: .0625rem!important;
        padding-left: .0625rem!important
    }

    .px-lg-1 {
        padding-right: .125rem!important;
        padding-left: .125rem!important
    }

    .px-lg-1-h {
        padding-right: .1875rem!important;
        padding-left: .1875rem!important
    }

    .px-lg-2 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-lg-2-h {
        padding-right: .3125rem!important;
        padding-left: .3125rem!important
    }

    .px-lg-2-1 {
        padding-right: .375rem!important;
        padding-left: .375rem!important
    }

    .px-lg-3 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-lg-3-1 {
        padding-right: .625rem!important;
        padding-left: .625rem!important
    }

    .px-lg-3-2 {
        padding-right: .75rem!important;
        padding-left: .75rem!important
    }

    .px-lg-4 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-lg-4-2 {
        padding-right: 1.25rem!important;
        padding-left: 1.25rem!important
    }

    .px-lg-5 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-lg-5-2 {
        padding-right: 1.75rem!important;
        padding-left: 1.75rem!important
    }

    .px-lg-5-3 {
        padding-right: 2rem!important;
        padding-left: 2rem!important
    }

    .px-lg-6 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-lg-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-lg-h {
        padding-top: .0625rem!important;
        padding-bottom: .0625rem!important
    }

    .py-lg-1 {
        padding-top: .125rem!important;
        padding-bottom: .125rem!important
    }

    .py-lg-1-h {
        padding-top: .1875rem!important;
        padding-bottom: .1875rem!important
    }

    .py-lg-2 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-lg-2-h {
        padding-top: .3125rem!important;
        padding-bottom: .3125rem!important
    }

    .py-lg-2-1 {
        padding-top: .375rem!important;
        padding-bottom: .375rem!important
    }

    .py-lg-3 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-lg-3-1 {
        padding-top: .625rem!important;
        padding-bottom: .625rem!important
    }

    .py-lg-3-2 {
        padding-top: .75rem!important;
        padding-bottom: .75rem!important
    }

    .py-lg-4 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-lg-4-2 {
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important
    }

    .py-lg-5 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-lg-5-2 {
        padding-top: 1.75rem!important;
        padding-bottom: 1.75rem!important
    }

    .py-lg-5-3 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }

    .py-lg-6 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pe-lg-0 {
        padding-right: 0!important
    }

    .pe-lg-h {
        padding-right: .0625rem!important
    }

    .pe-lg-1 {
        padding-right: .125rem!important
    }

    .pe-lg-1-h {
        padding-right: .1875rem!important
    }

    .pe-lg-2 {
        padding-right: .25rem!important
    }

    .pe-lg-2-h {
        padding-right: .3125rem!important
    }

    .pe-lg-2-1 {
        padding-right: .375rem!important
    }

    .pe-lg-3 {
        padding-right: .5rem!important
    }

    .pe-lg-3-1 {
        padding-right: .625rem!important
    }

    .pe-lg-3-2 {
        padding-right: .75rem!important
    }

    .pe-lg-4 {
        padding-right: 1rem!important
    }

    .pe-lg-4-2 {
        padding-right: 1.25rem!important
    }

    .pe-lg-5 {
        padding-right: 1.5rem!important
    }

    .pe-lg-5-2 {
        padding-right: 1.75rem!important
    }

    .pe-lg-5-3 {
        padding-right: 2rem!important
    }

    .pe-lg-6 {
        padding-right: 3rem!important
    }

    .pb-lg-0 {
        padding-bottom: 0!important
    }

    .pb-lg-h {
        padding-bottom: .0625rem!important
    }

    .pb-lg-1 {
        padding-bottom: .125rem!important
    }

    .pb-lg-1-h {
        padding-bottom: .1875rem!important
    }

    .pb-lg-2 {
        padding-bottom: .25rem!important
    }

    .pb-lg-2-h {
        padding-bottom: .3125rem!important
    }

    .pb-lg-2-1 {
        padding-bottom: .375rem!important
    }

    .pb-lg-3 {
        padding-bottom: .5rem!important
    }

    .pb-lg-3-1 {
        padding-bottom: .625rem!important
    }

    .pb-lg-3-2 {
        padding-bottom: .75rem!important
    }

    .pb-lg-4 {
        padding-bottom: 1rem!important
    }

    .pb-lg-4-2 {
        padding-bottom: 1.25rem!important
    }

    .pb-lg-5 {
        padding-bottom: 1.5rem!important
    }

    .pb-lg-5-2 {
        padding-bottom: 1.75rem!important
    }

    .pb-lg-5-3 {
        padding-bottom: 2rem!important
    }

    .pb-lg-6 {
        padding-bottom: 3rem!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

.fw-semi-bold {
    font-weight: 600!important
}

@media (min-width: 576px) {
    .h4-sm {
        font-size:1.75rem
    }
}

.fa-sym-base {
    height: 1rem;
    width: 1rem;
    vertical-align: -.125rem
}

.fa-sym-base-sm {
    height: .7rem;
    width: .7rem;
    vertical-align: -.05rem
}

.unselectable {
    -moz-user-select: none!important;
    -webkit-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

.btn-input {
    background-color: #fff;
    border-color: #ced4da
}

.btn-input:focus,.btn-input:hover {
    border-color: #babdbf;
    background-color: #e9ecef;
    color: #3f454c
}

.btn-input:active {
    color: #3f454c;
    background-color: #e9ecef;
    border-color: #d3d8de
}

.btn-input:disabled {
    color: #3f454c;
    background-color: #fff;
    border-color: #ced4da
}

.btn-apple,.btn-facebook,.btn-google,.btn-microsoft,.btn-twitter,btn-unknown {
    border-color: transparent
}

.btn-facebook {
    color: #3b5998;
    background: rgba(59,89,152,.1)
}

.btn-facebook[href]:active,.btn-facebook[href]:focus,.btn-facebook[href]:hover,.btn-facebook[type]:active,.btn-facebook[type]:focus,.btn-facebook[type]:hover {
    color: #fff;
    background: #3b5998
}

.btn-facebook[href]:disabled,.btn-facebook[type]:disabled {
    color: #3b5998;
    background-color: rgba(59,89,152,.1)
}

.btn-google {
    color: #dd4b39;
    background: rgba(221,75,57,.1)
}

.btn-google[href]:active,.btn-google[href]:focus,.btn-google[href]:hover,.btn-google[type]:active,.btn-google[type]:focus,.btn-google[type]:hover {
    color: #fff;
    background: #dd4b39
}

.btn-google[href]:disabled,.btn-google[type]:disabled {
    color: #dd4b39;
    background-color: rgba(221,75,57,.1)
}

.btn-twitter {
    color: #55acee;
    background: rgba(85,172,238,.1)
}

.btn-twitter[href]:active,.btn-twitter[href]:focus,.btn-twitter[href]:hover,.btn-twitter[type]:active,.btn-twitter[type]:focus,.btn-twitter[type]:hover {
    color: #fff;
    background: #55acee
}

.btn-twitter[href]:disabled,.btn-twitter[type]:disabled {
    color: #55acee;
    background-color: rgba(85,172,238,.1)
}

.btn-microsoft {
    color: #555;
    background: rgba(85,85,85,.1)
}

.btn-microsoft[href]:active,.btn-microsoft[href]:focus,.btn-microsoft[href]:hover,.btn-microsoft[type]:active,.btn-microsoft[type]:focus,.btn-microsoft[type]:hover {
    color: #fff;
    background: #555
}

.btn-microsoft[href]:disabled,.btn-microsoft[type]:disabled {
    color: #555;
    background-color: rgba(85,85,85,.1)
}

.btn-unknown {
    color: #0764e7;
   
    background-color:#e5effc;
}

.btn-unknown[href]:active,.btn-unknown[href]:focus,.btn-unknown[href]:hover,.btn-unknown[type]:active,.btn-unknown[type]:focus,.btn-unknown[type]:hover {
    color: #fff;
    background: #005fe6;
}

.btn-unknown[href]:disabled,.btn-unknown[type]:disabled {
    color: #555;
    background-color:#005fe6;
}



.btn-apple {
    color: #000;
    background: rgba(0,0,0,.1)
}

.btn-apple[href]:active,.btn-apple[href]:focus,.btn-apple[href]:hover,.btn-apple[type]:active,.btn-apple[type]:focus,.btn-apple[type]:hover {
    color: #fff;
    background: #000
}

.btn-apple[href]:disabled,.btn-apple[type]:disabled {
    color: #000;
    background-color: rgba(0,0,0,.1)
}

.btn-soft-brand-primary {
    color: #005fe6!important;
    color: var(--primaryColor)!important;
    background-color: rgba(0,95,230,.1);
    background-color: rgba(var(--primaryColorRgb),.1);
    border-color: transparent;
}

.btn-brand-primary {
    background-color: #005fe6!important; 
    border-color: #005fe6!important;
    color: #fff
}

.btn-brand-primary:hover {
    color: #fff;
    background-color: #0054cd!important; 
    border-color: #004ab3!important;
}

.mb-input-label {
    margin-bottom: .375rem
}

.login-page-input {
    font-size: 1rem;
    height: calc(1.4em + 1.4rem + 2px)
}

.cursor-pointer {
    cursor: pointer!important
}

.rounded-0 {
    border-radius: 0!important
}

@media (min-width: 768px) {
    .rounded-md-0 {
        border-radius:0!important
    }
}

@media (min-width: 992px) {
    .rounded-lg-0 {
        border-radius:0!important
    }
}

.align-items-center-page {
    top: 0;
    height: 100vh
}

.text-brand-facebook {
    color: #3b5998
}

.text-brand-google {
    color: #dd4b39
}

.text-brand-twitter {
    color: #55acee
}

.text-brand-microsoft {
    color: #555
}

.text-brand-apple {
    color: #000
}

.text-placeholder {
    color: #adb5bd
}

.bg-brand-primary {
    background-color: #005fe6!important;
    background-color: var(--primaryColor)!important
}

.text-brand-primary {
    color: #005fe6!important;
    color: var(--primaryColor)!important
}

.account-page-main-flex-item {
    max-width: 1000px
}




.min-w-0 {
    min-width: 0!important
}

.min-w-900 {
    min-width: 900px!important
}

.w-33 {
    width: 33.3333333333%
}

.w-1px {
    width: 1px
}

.py-button {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.mb-std {
    margin-bottom: 1rem!important
}

:not(.dropdown-menu-no-max-height).dropdown-menu {
    height: auto;
    max-height: 13.5rem;
    overflow-x: hidden
}

@media (min-width: 1200px) {
    :not(.dropdown-menu-no-max-height).dropdown-menu {
        max-height:17.5rem
    }
}

@keyframes mobile-scheduler-day-mode-loading-animation {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

.animated-container {
    position: relative;
    overflow: hidden
}

.animated-container .animated-child {
    overflow: hidden
}

.animated-container.shown,.animated-container.shown .animated-child {
    overflow: visible
}

@keyframes animate-in {
    from {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes animate-in-fade {
    from {
        transform: translateY(-100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes animated-ping-circle {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.input-group fieldset {
	border : 1px solid #ced4da;
} 

.legal {
	padding: 6px 15px;
	text-align: right;
}
.legal a {
	margin-left: 10px;
}

.callout {
    background: #edeff1;
    box-shadow: 0 0 0 2px #fff;
 	padding: 2px 15px;
 	 border-radius: 15px;
}
.faq { position: relative; }
.faq h2 { padding-bottom: 18px; margin-bottom: 19px; position: relative; display: inline-block; width: 100%; }

.faq h2:after { position: absolute; content: ''; width: 94px; height: 2px; background-color: rgba(var(--bs-g300-rgb),var(--bs-bg-opacity))!important; left: 1px; bottom: 0; }
.faq h2:before { width: 20px; height: 3px; left: 38px; top: 13px; }
.faq h2 {  font-size:1.8rem }
.faq h3 {  font-size:1.3rem }
.faq section.color {
    background: #edeff1;
    box-shadow: 0 0 0 2px #fff;
 	padding: 2px 15px;
 	 border-radius: 15px;
}

