:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}
body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}
hr:not([size]) {
    height: 1px
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}
h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw)
}
@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 2.5rem
    }
}
h2,
.h2 {
    font-size: calc(1.325rem + .9vw)
}
@media (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 2rem
    }
}
h3,
.h3 {
    font-size: calc(1.3rem + .6vw)
}
@media (min-width: 1200px) {
    h3,
    .h3 {
        font-size: 1.75rem
    }
}
h4,
.h4 {
    font-size: calc(1.275rem + .3vw)
}
@media (min-width: 1200px) {
    h4,
    .h4 {
        font-size: 1.5rem
    }
}
h5,
.h5 {
    font-size: 1.25rem
}
h6,
.h6 {
    font-size: 1rem
}
p {
    margin-top: 0;
    margin-bottom: 1rem
}
abbr[title],
abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}
ol,
ul {
    padding-left: 2rem
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}
dt {
    font-weight: 700
}
dd {
    margin-bottom: .5rem;
    margin-left: 0
}
blockquote {
    margin: 0 0 1rem
}
b,
strong {
    font-weight: bolder
}
small,
.small {
    font-size: .875em
}
mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}
sub,
sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
a {
    color: #0d6efd;
    text-decoration: underline
}
a:hover {
    color: #0a58ca
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}
pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr/* rtl:ignore */
    ;
    unicode-bidi: bidi-override
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}
code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}
a>code {
    color: inherit
}
kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}
kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}
figure {
    margin: 0 0 1rem
}
img,
svg {
    vertical-align: middle
}
table {
    caption-side: bottom;
    border-collapse: collapse
}
caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent
}
thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}
label {
    display: inline-block
}
button {
    border-radius: 0
}
button:focus:not(:focus-visible) {
    outline: 0
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
button,
select {
    text-transform: none
}
[role="button"] {
    cursor: pointer
}
select {
    word-wrap: normal
}
select:disabled {
    opacity: 1
}
[list]::-webkit-calendar-picker-indicator {
    display: none
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer
}
::-moz-focus-inner {
    padding: 0;
    border-style: none
}
textarea {
    resize: vertical
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}
legend+* {
    clear: left
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0
}
::-webkit-inner-spin-button {
    height: auto
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}
::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-color-swatch-wrapper {
    padding: 0
}
::file-selector-button {
    font: inherit
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}
output {
    display: inline-block
}
iframe {
    border: 0
}
summary {
    display: list-item;
    cursor: pointer
}
progress {
    vertical-align: baseline
}
[hidden] {
    display: none !important
}
.lead {
    font-size: 1.25rem;
    font-weight: 300
}
.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}
.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}
@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}
.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}
.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}
@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}
@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}
.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}
@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    list-style: none
}
.list-inline-item {
    display: inline-block
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem
}
.initialism {
    font-size: .875em;
    text-transform: uppercase
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}
.blockquote>:last-child {
    margin-bottom: 0
}
.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}
.blockquote-footer::before {
    content: "\2014\00A0"
}
.img-fluid {
    max-width: 100%;
    height: auto
}
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}
.figure {
    display: inline-block
}
.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}
.figure-caption {
    font-size: .875em;
    color: #6c757d
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, 2.10rem); 
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}
@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px
    }
}
@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px
    }
}
@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px
    }
}
@media (min-width: 1400px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2)
}
.row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y)
}
.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}
.row-cols-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}
.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}
.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}
.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}
.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}
.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}
.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}
.offset-1 {
    margin-left: 8.33333%
}
.offset-2 {
    margin-left: 16.66667%
}
.offset-3 {
    margin-left: 25%
}
.offset-4 {
    margin-left: 33.33333%
}
.offset-5 {
    margin-left: 41.66667%
}
.offset-6 {
    margin-left: 50%
}
.offset-7 {
    margin-left: 58.33333%
}
.offset-8 {
    margin-left: 66.66667%
}
.offset-9 {
    margin-left: 75%
}
.offset-10 {
    margin-left: 83.33333%
}
.offset-11 {
    margin-left: 91.66667%
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0
}
.g-1,
.gx-1 {
    --bs-gutter-x: .25rem
}
.g-1,
.gy-1 {
    --bs-gutter-y: .25rem
}
.g-2,
.gx-2 {
    --bs-gutter-x: .5rem
}
.g-2,
.gy-2 {
    --bs-gutter-y: .5rem
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}
@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }
    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: .25rem
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: .25rem
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: .5rem
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: .5rem
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}
@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }
    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        overflow-x:inherit;
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: .25rem
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: .25rem
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: .5rem
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: .5rem
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}
@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }
    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: .25rem
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: .25rem
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: .5rem
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: .5rem
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }
    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: .25rem
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: .25rem
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: .5rem
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: .5rem
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .row-cols-xxl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xxl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xxl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xxl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }
    .row-cols-xxl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.33333%
    }
    .offset-xxl-2 {
        margin-left: 16.66667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.33333%
    }
    .offset-xxl-5 {
        margin-left: 41.66667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.33333%
    }
    .offset-xxl-8 {
        margin-left: 66.66667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.33333%
    }
    .offset-xxl-11 {
        margin-left: 91.66667%
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: .25rem
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: .25rem
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: .5rem
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: .5rem
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}
@font-face {
    font-family: 'Ancizar sans';
    font-weight: bold;
    font-style: italic;
    src: url("../fonts/ancizarsans_bold_italic-webfont.eot"), url("../fonts/ancizarsans_bold_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ancizarsans_bold_italic-webfont.woff") format("woff"), url("../fonts/ancizarsans_bold_italic-webfont.ttf") format("truetype"), url("../fonts/ancizarsans_bold_italic-webfont.svg#ancizar_sansbold_italic") format("svg")
}
@font-face {
    font-family: 'Ancizar sans';
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/ancizarsans_bold-webfont.eot"), url("../fonts/ancizarsans_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ancizarsans_bold-webfont.woff") format("woff"), url("../fonts/ancizarsans_bold-webfont.ttf") format("truetype"), url("../fonts/ancizarsans_bold-webfont.svg#ancizar_sansbold_italic") format("svg")
}
@font-face {
    font-family: 'Ancizar sans';
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/ancizarsans_italic-webfont.eot"), url("../fonts/ancizarsans_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ancizarsans_italic-webfont.woff") format("woff"), url("../fonts/ancizarsans_italic-webfont.ttf") format("truetype"), url("../fonts/ancizarsans_italic-webfont.svg#ancizar_sansbold_italic") format("svg")
}
@font-face {
    font-family: 'Ancizar sans';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/ancizarsans_regular-webfont.eot"), url("../fonts/ancizarsans_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ancizarsans_regular-webfont.woff") format("woff"), url("../fonts/ancizarsans_regular-webfont.ttf") format("truetype"), url("../fonts/ancizarsans_regular-webfont.svg#ancizar_sansbold_italic") format("svg")
}
@font-face {
    font-family: 'Ancizar serif';
    font-weight: bold;
    font-style: italic;
    src: url("../fonts/ancizarserif_bold_italic-webfont.eot"), url("../fonts/ancizarserif_bold_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ancizarserif_bold_italic-webfont.woff") format("woff"), url("../fonts/ancizarserif_bold_italic-webfont.ttf") format("truetype"), url("../fonts/ancizarserif_bold_italic-webfont.svg#ancizar_sansbold_italic") format("svg")
}
@font-face {
    font-family: 'Ancizar serif';
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/ancizarserif_bold-webfont.eot"), url("../fonts/ancizarserif_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ancizarserif_bold-webfont.woff") format("woff"), url("../fonts/ancizarserif_bold-webfont.ttf") format("truetype"), url("../fonts/ancizarserif_bold-webfont.svg#ancizar_sansbold_italic") format("svg")
}
@font-face {
    font-family: 'Ancizar serif';
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/ancizarserif_italic-webfont.eot"), url("../fonts/ancizarserif_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ancizarserif_italic-webfont.woff") format("woff"), url("../fonts/ancizarserif_italic-webfont.ttf") format("truetype"), url("../fonts/ancizarserif_italic-webfont.svg#ancizar_sansbold_italic") format("svg")
}
@font-face {
    font-family: 'Ancizar serif';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/ancizarserif_regular-webfont.eot"), url("../fonts/ancizarserif_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ancizarserif_regular-webfont.woff") format("woff"), url("../fonts/ancizarserif_regular-webfont.ttf") format("truetype"), url("../fonts/ancizarserif_regular-webfont.svg#ancizar_sansbold_italic") format("svg")
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
*,
*:after,
*:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: "Ancizar sans", Tahoma, Geneva, sans-serif
}

logounal{
    width: 234px;
    height: 135px;
    background: no-repeat url(../images/sealBck.png);
    margin-left: 10px;
    float: left;
    text-align: center;
    position: absolute;
    z-index: 2;
    transition: width .5s, height .5s;
    -moz-transition: width .5s, height .5s;
    -webkit-transition: width .5s, height .5s;
    -ms-transition: width .5s, height .5s;
    -o-transition: width .5s, height .5s;    
}

header {
    background: #484444e7;
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    position: relative;
    margin-top: -15px;

}

header .logo {
    width: 234px;
    height: 135px;
    z-index: 1;
    background: no-repeat url("../images/plantilla/sealBck.png"); 
    position: absolute;
    margin-left: 10px;
    background-size: cover;
    text-align: center;
}

@media (max-width: 767px) {
    header .logo {
        width: 103px;
        height: 44px !important;
        margin-left: 0;
        background: none
    }
}
header .logo .svg {
    width: 95%;
    position: relative;
    bottom: -5px;
    left: 8px
}
@media (max-width: 767px) {
    header .logo .svg {
        height: 55px;
        bottom: 7px !important;
        width: 100px
    }
}
@media (max-width: 991.98px) {
    header .logo .svg {
        bottom: -18px
    }
}
@media (max-width: 1199.98px) {
    header .logo {
        height: 11vw
    }
}
@media (max-width: 991.98px) {
    header .logo {
        height: 13vw
    }
}
header .seal {
    position: absolute;
    right: 1px;
    top: 37px;
    z-index: 1
}
@media (max-width: 767.98px) {
    header .seal {
        right: 105px;
        top: -12px;
        z-index: 1;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
}
header .firstMenu {
    overflow: hidden;
    background: #666;
    position: absolute;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

header .firstMenu .content-fluid {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: flex-end;
  }

  
@media (max-width: 767.98px) {
    header .firstMenu .navbar {
        height: 39px !important
    }
}
header .firstMenu .navbar {
    padding: 0;
    font-size: 0.85em;
    height: 28px
}
header .firstMenu .navbar .navbar-toggler {
    margin: 0 12px
}
header .firstMenu .navbar a {
    text-decoration: none
}
header .firstMenu ul.socialLinks {
    margin-bottom: 0;
    padding: 10px;
}

header .firstMenu ul.socialLinks li {
    display: inline-block;
    padding: 0;
}

header .firstMenu ul.socialLinks li a {
    display: inline;
    margin-left: 5px;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #999999; /* Gris claro */
    color: #999999;
    font-size: 18px;
    transition: background-color 0.3s;
    text-decoration: none;
}

header .firstMenu ul.socialLinks li a:hover {
    background-color: #666666; /* Gris oscuro al pasar el mouse */
    color: white;
}

header .firstMenu ul.socialLinks li a.facebook,
header .firstMenu ul.socialLinks li a.twitter,
header .firstMenu ul.socialLinks li a.youtube,
header .firstMenu ul.socialLinks li a.instagram {
    background: none !important;
}


header .firstMenu #profiles .nav-item {
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease
}
header .firstMenu #profiles li {
    border-left: 1px solid #3d3d3d;
    padding: 7px 4px
}
header .firstMenu #profiles .nav-item.item_Aspirantes:hover {
    background-color: #2A044A
}
header .firstMenu #profiles .nav-item.item_Estudiantes:hover {
    background-color: #0B2E59
}
header .firstMenu #profiles .nav-item.item_Egresados:hover {
    background-color: #0D6759
}
header .firstMenu #profiles .nav-item.item_Docentes:hover {
    background-color: #7AB317
}
header .firstMenu #profiles .nav-item.item_Administrativos:hover {
    background-color: #5e9281
}
header .firstMenu #profiles .nav-item {
    color: #fff
}
header .firstMenu #profiles .nav-item a {
    color: #fff
}
header .firstMenu .language-button {
    background-color: #666;
    border: none;
    padding: 0 5px
}
header .firstMenu .language-dropdown {
    right: 0;
    left: auto;
    color: #fff;
    background: #303030;
    min-width: auto
}
header .firstMenu .language-dropdown li {
    text-align: end
}
header .firstMenu .language-dropdown a {
    color: #fff
}
header .firstMenu .language-dropdown a:hover {
    color: #303030
}
header #bs-navbar {
    width: 100%;
    margin: 0 0 0 240px
}
header #bs-navbar .myb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 35px
}
header #bs-navbar .myb {
    font-size: 24px;
    padding: 1px
}

.site-url {
    background: no-repeat 0 0 url(../images/plantilla/locDot.png);
    padding: 0 0 0 20px;
    float: left;
    height: 17px;
    clear: both;
    font-size: 1.72em;
    margin: 12px 10px 10px 250px;
    font-size: 24px;
    line-height: 18px; 
    color: white !important;   
}

@media (max-width: 767px) {
    .site-url {
        background: no-repeat 0 0 url(../images/plantilla/locDot.png);
        padding: 0 0 0 20px;
        float: left;
        height: 17px;
        clear: both;
        font-size: 1.72em;
        margin: 12px 10px 10px 10px;
        font-size: 15px;
        line-height: 18px; 
        color: white !important;   
    }

}

header #bs-navbar .myb .site-url a {
    color: #fff;
    text-decoration: none;
    padding: 1px
}
header #bs-navbar .myb .site-url .oi-map-marker {
    width: auto;
    color: #999;
    padding: 1px;
    font-size: 1rem
}
header #bs-navbar .myb .buscador {
    margin-right: 30px
}
@media (max-width: 767.98px) {
    header #bs-navbar .myb {
        display: none
    }
}
header #bs-navbar .mainMenu {
    margin-top: 30px
}

@media (max-width: 767px) {
    .mainMenu {    
        margin: 0;
      }
}

header #bs-navbar #buscador {
    width: 20vw;
    display: inline-block
}
header #bs-navbar #subdominio {
    display: inline-block
}
#unalTop .firstMenu ul.socialLinks li a.facebook {
    background-position: -21px 0
}
.menuPrincipal {
    padding: 0;
    /*bottom: 5px;*/
    margin-top: 40px;
    color: #fff;
    left: -20px;
   z-index: 1500;
}
.menuPrincipal .container-fluid .navbar-collapse,
.menuPrincipal .container-sm .navbar-collapse,
.menuPrincipal .container-md .navbar-collapse,
.menuPrincipal .container-lg .navbar-collapse,
.menuPrincipal .container-xl .navbar-collapse,
.menuPrincipal .container-xxl .navbar-collapse {
    margin-top: 10px
}
.menuPrincipal .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link,
.menuPrincipal .container-sm .navbar-collapse .navbar-nav .nav-item .nav-link,
.menuPrincipal .container-md .navbar-collapse .navbar-nav .nav-item .nav-link,
.menuPrincipal .container-lg .navbar-collapse .navbar-nav .nav-item .nav-link,
.menuPrincipal .container-xl .navbar-collapse .navbar-nav .nav-item .nav-link,
.menuPrincipal .container-xxl .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0 1rem;
    color: #fff;
    text-transform: uppercase
}
@media (max-width: 767.98px) {
    .menuPrincipal .container-fluid .navbar-collapse .navbar-nav .nav-item ul,
    .menuPrincipal .container-sm .navbar-collapse .navbar-nav .nav-item ul,
    .menuPrincipal .container-md .navbar-collapse .navbar-nav .nav-item ul,
    .menuPrincipal .container-lg .navbar-collapse .navbar-nav .nav-item ul,
    .menuPrincipal .container-xl .navbar-collapse .navbar-nav .nav-item ul,
    .menuPrincipal .container-xxl .navbar-collapse .navbar-nav .nav-item ul {
        background-color: #48444400 !important;
        border: none
    }
}
.menuPrincipal .container-fluid .navbar-collapse .navbar-nav .nav-item ul,
.menuPrincipal .container-sm .navbar-collapse .navbar-nav .nav-item ul,
.menuPrincipal .container-md .navbar-collapse .navbar-nav .nav-item ul,
.menuPrincipal .container-lg .navbar-collapse .navbar-nav .nav-item ul,
.menuPrincipal .container-xl .navbar-collapse .navbar-nav .nav-item ul,
.menuPrincipal .container-xxl .navbar-collapse .navbar-nav .nav-item ul {
    background-color: #666
}
@media (max-width: 767.98px) {
    .menuPrincipal .container-fluid .navbar-collapse .navbar-nav .nav-item ul li a,
    .menuPrincipal .container-sm .navbar-collapse .navbar-nav .nav-item ul li a,
    .menuPrincipal .container-md .navbar-collapse .navbar-nav .nav-item ul li a,
    .menuPrincipal .container-lg .navbar-collapse .navbar-nav .nav-item ul li a,
    .menuPrincipal .container-xl .navbar-collapse .navbar-nav .nav-item ul li a,
    .menuPrincipal .container-xxl .navbar-collapse .navbar-nav .nav-item ul li a {
        text-decoration: none;
        padding: 2px 10px
    }
}
.menuPrincipal .container-fluid .navbar-collapse .navbar-nav .nav-item ul li a,
.menuPrincipal .container-sm .navbar-collapse .navbar-nav .nav-item ul li a,
.menuPrincipal .container-md .navbar-collapse .navbar-nav .nav-item ul li a,
.menuPrincipal .container-lg .navbar-collapse .navbar-nav .nav-item ul li a,
.menuPrincipal .container-xl .navbar-collapse .navbar-nav .nav-item ul li a,
.menuPrincipal .container-xxl .navbar-collapse .navbar-nav .nav-item ul li a {
    color: #fff
}
.menuPrincipal .container-fluid .navbar-collapse .navbar-nav .nav-item ul li a:hover,
.menuPrincipal .container-sm .navbar-collapse .navbar-nav .nav-item ul li a:hover,
.menuPrincipal .container-md .navbar-collapse .navbar-nav .nav-item ul li a:hover,
.menuPrincipal .container-lg .navbar-collapse .navbar-nav .nav-item ul li a:hover,
.menuPrincipal .container-xl .navbar-collapse .navbar-nav .nav-item ul li a:hover,
.menuPrincipal .container-xxl .navbar-collapse .navbar-nav .nav-item ul li a:hover {
    color: #303030
}
.menuPrincipal .container-fluid .menuSedes,
.menuPrincipal .container-sm .menuSedes,
.menuPrincipal .container-md .menuSedes,
.menuPrincipal .container-lg .menuSedes,
.menuPrincipal .container-xl .menuSedes,
.menuPrincipal .container-xxl .menuSedes {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 45px
}
@media (min-width: 768px) {
    .menuPrincipal .container-fluid .menuProfiles,
    .menuPrincipal .container-sm .menuProfiles,
    .menuPrincipal .container-md .menuProfiles,
    .menuPrincipal .container-lg .menuProfiles,
    .menuPrincipal .container-xl .menuProfiles,
    .menuPrincipal .container-xxl .menuProfiles {
        display: none !important
    }
}
@media (min-width: 768px) {
    .menuPrincipal .container-fluid .menuServices,
    .menuPrincipal .container-sm .menuServices,
    .menuPrincipal .container-md .menuServices,
    .menuPrincipal .container-lg .menuServices,
    .menuPrincipal .container-xl .menuServices,
    .menuPrincipal .container-xxl .menuServices {
        display: none !important
    }
}
main {
    min-height: 30em
}

#services img {
    width: 30px;
    /* Si también quieres ajustar la altura, puedes añadir: */
    /* height: auto; */ /* Para mantener la proporción */
    /* o */
    /* height: 30px; */ /* Si quieres que sea cuadrada */
}

.breadcrumb-class {
    border-bottom: 1px dotted #646464;
    color: #323232;
    line-height: 30px;
    margin: 0px 0px 0px 1%;
    font-size: 0.7rem
}
.breadcrumb-class a {
    color: #94b43b;
    margin: 0 .3em;
    font-weight: bold
}
.breadcrumb-class a:hover {
    color: #333
}
@media (max-width: 767.98px) {
    #servicios li {
        margin: 10px 0px
    }
}

body.pagina-3d footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
  }
  
.sidebar {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1503;
    top: 0;
    right: -200px;
    background-color: #666;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #333;
    font-size: .9em;
    /* z-index: 1001; */
}
.sidebar ul {
    padding-left: 5px
}
.sidebar ul li {
    list-style: none
}
@media (max-width: 767.98px) {
    .hsidebar {
        display: none
    }
}
.sidebar a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: .9em;
    color: #fff;
    display: block;
    border-bottom: 1px solid #222;
    border-top: 1px solid #444;
    -webkit-transition: 0.3s;
    transition: 0.3s
}


.sidebar a:hover {
    color: green
}
.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px
}
.openbtn {
    width: 34px;
    height: 126px;
    background-image: url(../images/plantilla/backServices.png);
    background-position: 0 0;
    background-color: #94B43B;
    cursor: pointer;
    z-index: 1000;   
}
.openbtn:hover {
    background-color: #667c29
}
#main {
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
    z-index: 1002; 
}

@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px
    }
    .sidebar a {
        font-size: .9em
    }
}
footer {
    background: #666
}
footer.container-fluid,
footer.container-sm,
footer.container-md,
footer.container-lg,
footer.container-xl,
footer.container-xxl {
    color: #fff;
    font-size: 0.9em;
    padding: 20px
}
footer.container-fluid nav a,
footer.container-sm nav a,
footer.container-md nav a,
footer.container-lg nav a,
footer.container-xl nav a,
footer.container-xxl nav a {
    display: inline-block;
    width: 49%;
    color: #fff;
    text-decoration: none
}
footer.container-fluid .contder,
footer.container-sm .contder,
footer.container-md .contder,
footer.container-lg .contder,
footer.container-xl .contder,
footer.container-xxl .contder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ddd;
    border-left: 1px solid #999;
    border-right: 1px solid #999
}
footer.container-fluid .contder .derechos,
footer.container-sm .contder .derechos,
footer.container-md .contder .derechos,
footer.container-lg .contder .derechos,
footer.container-xl .contder .derechos,
footer.container-xxl .contder .derechos {
    text-align: right
}
footer.container-fluid .contder a,
footer.container-sm .contder a,
footer.container-md .contder a,
footer.container-lg .contder a,
footer.container-xl .contder a,
footer.container-xxl .contder a {
    color: #fff;
    text-decoration: none
}
@media (max-width: 767.98px) {
    footer.container-fluid .contder,
    footer.container-sm .contder,
    footer.container-md .contder,
    footer.container-lg .contder,
    footer.container-xl .contder,
    footer.container-xxl .contder {
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 15px 0;
        border-left: none;
        border-right: none
    }
}
footer.container-fluid .row,
footer.container-sm .row,
footer.container-md .row,
footer.container-lg .row,
footer.container-xl .row,
footer.container-xxl .row {
    line-height: 1.125em
}
#main {
    right: 0px;
    position: fixed;
    top: 260px
}
@media (max-width: 767.98px) {
    .asoc-img {
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 15px 0;
        border-left: none;
        border-right: none
    }
}
.asoc-img {
    border: none
}
.asoc-img .container {
    padding: 0px
}
.asoc-img .container .row-cols-2 {
    text-align-last: center
}
.dropdown-toggle::after {
    color: #94B43B
}
div#pestania-accesibilidad-mobile {
    position: absolute;
    background-image: url(../images/access-icon.png);
    width: 25px;
    height: 25px;
    top: 8px;
    right: 170px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2
}
@media (max-width: 767.98px) {
    #pestania-accesibilidad {
        display: none
    }
}

.headpagelogin {
    min-height: 40em;
    background-image: url(../images/iris/headpage.jpg);
    background-color: #4D8992;
    height: 90px;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: left;
    font-family: "Ancizar sans";
    vertical-align: middle;
    font-size: 1.7em;
    font-style: italic;
    padding: 20px 0px 15px 85px;
    line-height: 1.3em;
}

.navigation {    
    height:70px;
    color:white;   
}

@media (max-width: 767px) {
    .navigation {    
        height:35px;
        color:white;           
      }
}

