@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;500&family=Poppins:wght@300;500&display=swap);

@font-face {
    font-display: block;
    font-family: "bootstrap-icons";
    src: url(./fonts/bootstrap-icons.woff2) format("woff2"),
    url(./fonts/bootstrap-icons.woff) format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-arrow-right-short::before {
    content: "\f135";
}

.bi-arrow-up-short::before {
    content: "\f145";
}

.bi-chevron-down::before {
    content: "\f282";
}

.bi-chevron-right::before {
    content: "\f285";
}

.bi-clock-history::before {
    content: "\f292";
}

.bi-people-fill::before {
    content: "\f4cf";
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6C5DD3;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --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: #5F6164;
    --bs-secondary: #AAAAAA;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-lighter: #f8f9fa;
    --bs-light: #e9ecef;
    --bs-dark: #343a40;
    --bs-darker: #000;
    --bs-purple: #6C5DD3;
    --bs-purple-light: #F0EFFB;
    --bs-primary-rgb: 95, 97, 100;
    --bs-secondary-rgb: 170, 170, 170;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-lighter-rgb: 248, 249, 250;
    --bs-light-rgb: 233, 236, 239;
    --bs-dark-rgb: 52, 58, 64;
    --bs-darker-rgb: 0, 0, 0;
    --bs-purple-rgb: 108, 93, 211;
    --bs-purple-light-rgb: 240, 239, 251;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.875rem;
    --bs-body-font-weight: 300;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #000;
    --bs-link-hover-color: black;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

*,
*::before,
*::after {
    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: rgba(0, 0, 0, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25
}

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

h1,
.h1 {
    font-size: calc(1.34375rem + 1.125vw)
}

@media (min-width: 1200px) {

    h1,
    .h1 {
        font-size: 2.1875rem
    }
}

h2,
.h2 {
    font-size: calc(1.3rem + 0.6vw)
}

@media (min-width: 1200px) {

    h2,
    .h2 {
        font-size: 1.75rem
    }
}

h3,
.h3 {
    font-size: calc(1.278125rem + 0.3375vw)
}

@media (min-width: 1200px) {

    h3,
    .h3 {
        font-size: 1.53125rem
    }
}

h4,
.h4 {
    font-size: calc(1.25625rem + 0.075vw)
}

@media (min-width: 1200px) {

    h4,
    .h4 {
        font-size: 1.3125rem
    }
}

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

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

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

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
}

b,
strong {
    font-weight: bolder
}

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

mark,
.mark {
    padding: .1875em;
    background-color: var(--bs-highlight-bg)
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: var(--bs-link-color);
    text-decoration: none;
}

a:hover {
    color: var(--bs-link-hover-color)
}

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

pre,
code,
kbd {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

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

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

code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,
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,
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
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]: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
}

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

iframe {
    border: 0
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

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

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

.figure {
    display: inline-block
}

.container,
.container-xl {
    --bs-gutter-x: 48px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

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

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

@media (min-width: 1180px) {

    .container-xl,
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1320px) {

    .container-xl,
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 48px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.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-12 {
    flex: 0 0 auto;
    width: 100%
}

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

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

.g-4,
.gx-4 {
    --bs-gutter-x: 4px
}

.g-4 {
    --bs-gutter-y: 4px
}

.gy-16 {
    --bs-gutter-y: 16px
}

.g-24,
.gx-24 {
    --bs-gutter-x: 24px
}

.g-24 {
    --bs-gutter-y: 24px
}

.gx-48 {
    --bs-gutter-x: 48px
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
}

@media (min-width: 992px) {
    .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%
    }

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

@media (min-width: 1180px) {
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

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

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

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

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

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #b6aee9;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(108, 93, 211, .25)
}

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

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

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

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

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

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

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px)
}

.form-check {
    display: block;
    min-height: 1.3125rem;
    padding-left: 2.05rem;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -2.05rem
}

.form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: .05rem;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    appearance: none;
    print-color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: 4px
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #b6aee9;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(108, 93, 211, .25)
}

.form-check-input:checked {
    background-color: #6c5dd3;
    border-color: #6c5dd3
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 x=%270px%27 y=%270px%27 viewBox=%270 0 18 18%27 style=%27enable-background:new 0 0 18 18;%27 xml:space=%27preserve%27%3E%3Cpath fill=%27%23fff%27 d=%27M7.5,9.9l-2-2L4,9.4l3.5,3.5L14,6.4l-1.5-1.5L7.5,9.9z%27/%3E%3C/svg%3E%0A")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg filter=%27url%28%23filter0_d_709_11230%29%27%3E%3Ccircle cx=%279%27 cy=%279%27 r=%275%27 fill=%27%23fff%27/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id=%27filter0_d_709_11230%27 x=%270%27 y=%270%27 width=%2718%27 height=%2718%27 filterUnits=%27userSpaceOnUse%27 color-interpolation-filters=%27sRGB%27%3E%3CfeFlood flood-opacity=%270%27 result=%27BackgroundImageFix%27/%3E%3CfeColorMatrix in=%27SourceAlpha%27 type=%27matrix%27 values=%270 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0%27 result=%27hardAlpha%27/%3E%3CfeOffset dy=%272%27/%3E%3CfeGaussianBlur stdDeviation=%272%27/%3E%3CfeColorMatrix type=%27matrix%27 values=%270 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0%27/%3E%3CfeBlend mode=%27normal%27 in2=%27BackgroundImageFix%27 result=%27dropshadow%27/%3E%3CfeBlend mode=%27normal%27 in=%27SourceGraphic%27 in2=%27dropshadow%27 result=%27shape%27/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #6c5dd3;
    border-color: #6c5dd3;
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: .5
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    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: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-lighter {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f9fafb;
    --bs-btn-hover-border-color: #f9fafb;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f9fafb;
    --bs-btn-active-border-color: #f9fafb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #e9ecef;
    --bs-btn-border-color: #e9ecef;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #c6c9cb;
    --bs-btn-hover-border-color: #babdbf;
    --bs-btn-focus-shadow-rgb: 198, 201, 203;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #babdbf;
    --bs-btn-active-border-color: #afb1b3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #e9ecef;
    --bs-btn-disabled-border-color: #e9ecef
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #343a40;
    --bs-btn-border-color: #343a40;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #52585d;
    --bs-btn-hover-border-color: #484e53;
    --bs-btn-focus-shadow-rgb: 82, 88, 93;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5d6166;
    --bs-btn-active-border-color: #484e53;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #343a40;
    --bs-btn-disabled-border-color: #343a40
}

.btn-darker {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: black;
    --bs-btn-hover-border-color: black;
    --bs-btn-focus-shadow-rgb: 38, 38, 38;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: black;
    --bs-btn-active-border-color: black;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #000;
    --bs-btn-disabled-border-color: #000
}

.btn-outline-dark {
    --bs-btn-color: #343a40;
    --bs-btn-border-color: #343a40;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #343a40;
    --bs-btn-hover-border-color: #343a40;
    --bs-btn-focus-shadow-rgb: 52, 58, 64;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #343a40;
    --bs-btn-active-border-color: #343a40;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #343a40;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #343a40;
    --bs-gradient: none
}

.btn-outline-darker {
    --bs-btn-color: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 0, 0, 0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000;
    --bs-btn-active-border-color: #000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #000;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 119, 121, 123;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.09375rem;
    --bs-btn-border-radius: 0.5rem
}

.fade {
    transition: opacity .15s linear
}

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

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    content: "";
    height: 16px;
    width: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27currentColor%27 class=%27bi bi-chevron-down%27 viewBox=%270 0 16 16%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3E%3C/svg%3E")
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 15rem;
    --bs-dropdown-padding-x: ;
    --bs-dropdown-padding-y: ;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 0.875rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 1rem;
    --bs-dropdown-border-width: 0;
    --bs-dropdown-inner-border-radius: 1rem;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #808191;
    --bs-dropdown-link-hover-color: #0d0d0f;
    --bs-dropdown-link-hover-bg: #F7F7F7;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #6C5DD3;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 1.15rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: ;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-menu.show {
    display: block
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

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

.nav-link:hover,
.nav-link:focus {
    color: var(--bs-nav-link-hover-color)
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

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

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.65625rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #5F6164;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .modal {
        backdrop-filter: blur(10px);
        background-color: rgba(224, 224, 224, .75)
    }
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: transparent;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        width: 80%;
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 900px
    }
}

@media (min-width: 1180px) {
    .modal-xl {
        --bs-modal-width: 1240px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1179.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1319.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z%27/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e")
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: .5rem;
    left: 15%;
    padding-top: .25rem;
    padding-bottom: .25rem;
    color: #000;
    text-align: center;
    font-family: "Arial Black";
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
        /* rtl:ignore */
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0%
    }
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

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

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.top-0 {
    top: 0 !important
}

.top-16 {
    top: 1rem !important
}

.bottom-0 {
    bottom: 0 !important
}

.start-0 {
    left: 0 !important
}

.start-16 {
    left: 1rem !important
}

.start-50 {
    left: 50% !important
}

.end-0 {
    right: 0 !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

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

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

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

.border-2 {
    --bs-border-width: 2px
}

.w-32 {
    width: 2rem !important
}

.w-240 {
    width: 300px
}

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

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

.h-32 {
    height: 2rem !important
}

.h-52 {
    height: 3.25rem !important
}

.h-56 {
    height: 3.5rem !important
}

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

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

.flex-wrap {
    flex-wrap: wrap !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

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

.justify-content-between {
    justify-content: space-between !important
}

.align-items-start {
    align-items: flex-start !important
}

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

.align-items-stretch {
    align-items: stretch !important
}

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

.align-self-start {
    align-self: flex-start !important
}

.m-0 {
    margin: 0 !important
}

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

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

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

.mt-24 {
    margin-top: 24px !important
}

.mt-32 {
    margin-top: 32px !important
}

.mt-60 {
    margin-top: 60px !important
}

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

.me-4 {
    margin-right: 4px !important
}

.me-8 {
    margin-right: 8px !important
}

.me-12 {
    margin-right: 12px !important
}

.me-16 {
    margin-right: 16px !important
}

.me-32 {
    margin-right: 32px !important
}

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

.mb-4 {
    margin-bottom: 4px !important
}

.mb-8 {
    margin-bottom: 8px !important
}

.mb-12 {
    margin-bottom: 12px !important
}

.mb-16 {
    margin-bottom: 16px !important
}

.mb-24 {
    margin-bottom: 24px !important
}

.ms-4 {
    margin-left: 4px !important
}

.mx-n24 {
    margin-right: -24px !important;
    margin-left: -24px !important
}

.p-0 {
    padding: 0 !important
}

.p-2 {
    padding: 2px !important
}

.p-4 {
    padding: 4px !important
}

.p-8 {
    padding: 8px !important
}

.p-16 {
    padding: 16px !important
}

.p-24 {
    padding: 24px !important
}

.p-32 {
    padding: 32px !important
}

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

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

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

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

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

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

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

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

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

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

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

.pt-0 {
    padding-top: 0 !important
}

.pt-48 {
    padding-top: 48px !important
}

.pt-60 {
    padding-top: 60px !important
}

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

.pe-32 {
    padding-right: 32px !important
}

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

.pb-2 {
    padding-bottom: 2px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.ps-56 {
    padding-left: 56px !important
}

.fs-12 {
    font-size: 0.75rem !important
}

.fs-13 {
    font-size: 0.813rem !important
}

.fs-16 {
    font-size: 1rem !important
}

.fs-24 {
    font-size: calc(1.275rem + 0.3vw) !important
}

.fw-light {
    font-weight: 300 !important
}

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

.fw-semibold {
    font-weight: 600 !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

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

.text-decoration-none {
    text-decoration: none !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-nowrap {
    white-space: nowrap !important
}

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

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

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

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

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

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

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

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

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

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

.bg-purple-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-purple-light-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-opacity-50 {
    --bs-bg-opacity: 0.5;
}

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

.rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important
}

.visible {
    visibility: visible !important
}

.t-50n {
    transform: translate(-50%, -50%) !important
}

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

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

    .w-md-160 {
        width: 10rem !important
    }

    .w-md-180 {
        width: 11.25rem !important
    }

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

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

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

    .align-items-md-start {
        align-items: flex-start !important
    }

    .me-md-20 {
        margin-right: 20px !important
    }

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

    .p-md-32 {
        padding: 32px !important
    }

    .py-md-32 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .pt-md-40 {
        padding-top: 40px !important
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important
    }

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

    .position-lg-relative {
        position: relative !important
    }

    .position-lg-absolute {
        position: absolute !important
    }

    .top-lg-16 {
        top: 1rem !important
    }

    .end-lg-0 {
        right: 0 !important
    }

    .end-lg-16 {
        right: 1rem !important
    }

    .border-lg-0 {
        border: 0 !important
    }

    .w-lg-240 {
        width: 21rem !important
    }

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

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

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

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

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-last {
        order: 6 !important
    }

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

    .mt-lg-4 {
        margin-top: 4px !important
    }

    .me-lg-12 {
        margin-right: 12px !important
    }

    .me-lg-20 {
        margin-right: 20px !important
    }

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

    .mb-lg-4 {
        margin-bottom: 4px !important
    }

    .mb-lg-24 {
        margin-bottom: 24px !important
    }

    .p-lg-24 {
        padding: 24px !important
    }

    .p-lg-32 {
        padding: 32px !important
    }

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

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

    .py-lg-32 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .py-lg-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .pb-lg-8 {
        padding-bottom: 8px !important
    }

    .pb-lg-60 {
        padding-bottom: 60px !important
    }

    .fs-lg-16 {
        font-size: 1rem !important
    }

    .text-lg-start {
        text-align: left !important
    }
}

@media (min-width: 1180px) {
    .d-xl-block {
        display: block !important
    }

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

    .fs-xl-20 {
        font-size: 1.25rem !important
    }
}

@media (min-width: 1200px) {
    .fs-24 {
        font-size: 1.5rem !important
    }
}

header {
    position: relative;
    z-index: 99
}

.navbar {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-family: "Inter";
    font-weight: 600
}

.navbar-brand img {
    width: 300px
}

@media (max-width: 991.98px) {
    .navbar .navbar-toggler {
        background: rgba(0, 0, 0, 0);
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        width: 48px;
        position: relative
    }

    .navbar .navbar-toggler:before,
    .navbar .navbar-toggler:after {
        background-color: #000;
        display: block;
        content: "";
        height: 2px;
        width: 2px;
        border-radius: 2px;
        position: absolute;
        opacity: 0;
        transition: all .3s ease
    }

    .navbar .navbar-toggler:before {
        transform: rotate(45deg)
    }

    .navbar .navbar-toggler:after {
        transform: rotate(-45deg)
    }

    .navbar .navbar-toggler:hover {
        text-decoration: none
    }

    .navbar .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
    }

    .navbar .navbar-toggler[aria-expanded=true]:before,
    .navbar .navbar-toggler[aria-expanded=true]:after {
        width: 24px;
        opacity: 1
    }

    .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before,
    .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
        width: 2px;
        opacity: 0
    }

    .navbar .navbar-toggler-icon {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-around;
        height: 18px;
        width: 32px
    }

    .navbar .navbar-toggler-icon:before,
    .navbar .navbar-toggler-icon:after {
        background-color: #000;
        display: block;
        content: "";
        height: 2px;
        width: 32px;
        border-radius: 2px;
        transition: all .3s ease
    }

    .navbar .navbar-collapse {
        background: #fff;
        box-shadow: 0 16px 24px rgba(0, 0, 0, .2);
        border-radius: 16px;
        max-width: 240px;
        overflow: hidden;
        position: absolute;
        right: 24px;
        top: calc(100% - 16px);
        width: 75%
    }

    .navbar .navbar-collapse .navbar-nav {
        list-style: none;
        padding: 0
    }

    .navbar .navbar-collapse .navbar-nav .nav-item {
        padding: 0
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #808191;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 24px;
        transition: none
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27%23d9d9d9%27 class=%27bi bi-plus%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z%27/%3E%3C/svg%3E");
        height: 24px;
        width: 24px
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle.show {
        background-color: #f7f7f7;
        color: #800048
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle.show:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27%23d9d9d9%27 class=%27bi bi-dash%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z%27/%3E%3C/svg%3E")
    }

    .navbar .navbar-collapse .dropdown-menu {
        border-top: 2px solid #800048;
        border-radius: 0;
        background: #f7f7f7;
        margin: 0;
        position: relative;
        top: 100%
    }

    .navbar .navbar-collapse .dropdown-menu .dropdown-item {
        padding-left: 2.5rem
    }

    .navbar .navbar-collapse .dropdown-menu .dropdown-item:before {
        content: "•";
        color: #d9d9d9;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em
    }
}

@media (min-width: 992px) {
    .navbar .navbar-toggler {
        display: none
    }

    .navbar .navbar-collapse {
        display: flex;
        flex-grow: 1
    }

    .navbar .navbar-collapse .navbar-nav {
        border-left: 1px solid rgba(0, 0, 0, .1);
        display: flex;
        margin: 0;
        padding: 0
    }

    .navbar .navbar-collapse .navbar-nav .nav-item {
        display: flex;
        border-right: 1px solid rgba(0, 0, 0, .1)
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        flex-grow: 1;
        padding: 36px 40px
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
        background: rgba(0, 0, 0, 0);
        content: "";
        position: absolute;
        height: 2px;
        width: 100%;
        left: 0;
        bottom: 0
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle.show {
        color: #800048
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle.show:after {
        background: #800048
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
        top: 100%;
        box-shadow: 0 16px 24px rgba(0, 0, 0, .2);
        transform: translateY(6px)
    }
}

.dropdown-menu {
    overflow: hidden
}

.search-control {
    background: rgba(227, 230, 236, .3) url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M9.61154 0C4.30323 0 0 4.20819 0 9.39926C0 14.5903 4.30323 18.7985 9.61154 18.7985C11.8819 18.7985 13.9684 18.0287 15.613 16.7415L18.7371 19.7886L18.8202 19.8586C19.1102 20.0685 19.5214 20.0446 19.7839 19.7873C20.0726 19.5043 20.072 19.0459 19.7825 18.7636L16.6952 15.7523C18.2649 14.0794 19.2231 11.8487 19.2231 9.39926C19.2231 4.20819 14.9198 0 9.61154 0ZM9.61154 1.44774C14.1022 1.44774 17.7426 5.00776 17.7426 9.39926C17.7426 13.7908 14.1022 17.3508 9.61154 17.3508C5.12086 17.3508 1.48044 13.7908 1.48044 9.39926C1.48044 5.00776 5.12086 1.44774 9.61154 1.44774Z%27 fill=%27%2311142D%27/%3E%3C/svg%3E") no-repeat 20px center
}

.side-navbar {
    justify-content: space-between
}

@media (min-width: 992px) {
    .side-navbar {
        flex-direction: column
    }
}

.side-navbar .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    overflow: hidden;
    padding: 0 16px;
    height: 56px;
    font-family: "Inter";
    font-weight: 600
}

@media (min-width: 992px) {
    .side-navbar .nav-link {
        justify-content: flex-start
    }
}

.side-navbar .nav-link i {
    font-size: 24px;
    margin-right: 12px
}

.side-navbar .nav-link:not(.active) i,
.side-navbar .nav-link:not(.active) span {
    opacity: .5
}

.side-navbar .nav-link.active {
    background-color: #f8f8f8
}

.modal-tabs {
    flex-direction: column;
    align-items: stretch
}

.modal-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.modal-tabs .nav-link.active {
    background-color: #f8f8f8
}

footer a {
    text-decoration: none
}

footer .nav-footer a {
    color: #495057;
    text-align: center
}

@media (max-width: 575.98px) {
    footer .nav-footer a:first-child:after {
        color: #ced4da;
        content: "•";
        padding: 0 12px
    }

    footer .nav-footer a:last-child {
        flex-basis: 100%
    }
}

@media (min-width: 576px) {
    footer .nav-footer a:not(:last-child):after {
        color: #ced4da;
        content: "•";
        padding: 0 12px
    }
}

footer .social-icons a {
    color: #dee2e6
}

footer .social-icons a i {
    font-size: 24px
}

@font-face {
    font-family: "icons";
    src: url(./fonts/icons.eot);
    src: url(./fonts/icons.eot#iefix) format("embedded-opentype"), url(./fonts/icons.ttf) format("truetype"), url(./fonts/icons.woff) format("woff"), url(./images/icons.svg#icons) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^=icon-],
[class*=" icon-"] {
    font-family: "icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-perfil:before {
    content: ""
}

.icon-email:before {
    content: ""
}

.icon-chat:before {
    content: ""
}

.icon-bulb:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-facebook-fill:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-twitter-fill:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-instagram-fill:before {
    content: ""
}

.icon-telephone:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

.icon-www:before {
    content: ""
}

.icon-location:before {
    content: ""
}

body.home {
    background-image: url(../storage/images/e58c4d785223adf1f938.webp), url(../storage/images/f5214cd9e31b3ad436e7.webp);
    background-position: top, bottom;
    background-repeat: no-repeat;
    background-size: 100%
}

body.home .escudo {
    opacity: 0
}

body.home .escudo.fadeIn {
    opacity: .16 !important
}

#particle-container {
    max-height: 600px;
    overflow: hidden;
    height: 100vw;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -11.2vh;
}


#particle-image-caption {
    text-align: center;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px
}

#controlKit {
    display: none
}

.escudo {
    display: block;
    width: 50vh;
    height: 50vh;
    opacity: .16;
    position: fixed;
    top: 50%;
    left: 25vw;
    transform: translateY(-25%);
    pointer-events: none;
    z-index: -1
}

@media (min-width: 992px) {
    .escudo {
        left: 75vw;
        transform: translateY(calc(-50% + 66px));
        height: 40vw;
        width: 40vw
    }
}

.escudo img {
    display: block;
    width: 100%
}

.title {
    background: linear-gradient(90deg, #400024 0%, #8A0650 50%, #5F0035 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-size: 32px;
    font-weight: bold
}

@media (min-width: 992px) {
    .title {
        font-size: 80px
    }
}

.card-diputado {
    font-family: "Inter"
}

.card-diputado .ratio {
    background-color: #f0f3f6;
    min-height: 100%
}

.card-diputado .ratio img {
    object-fit: cover
}

.card-diputado .position-absolute {
    font-weight: 600
}

.card-diputado ul {
    margin: 0;
    padding: 0
}

.card-diputado ul li {
    display: flex;
    align-items: center;
    list-style: none;
    position: relative;
    font-weight: 600
}

.card-diputado ul li:before {
    content: "";
    display: block
}

.card-diputado ul li:not(:last-child) {
    margin-bottom: .25rem
}

.card-diputado ul li:first-child:before {
    border-radius: 8px;
    background-color: #4ce166;
    margin-right: 8px;
    height: 8px;
    width: 8px
}

.card-diputado ul li:last-child:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27currentColor%27 class=%27bi bi-arrow-right-short%27 viewBox=%270 0 16 16%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z%27/%3E%3C/svg%3E");
    background-position: center;
    margin-right: 4px;
    height: 12px;
    width: 12px
}

.card-shadow-hover {
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow .33s ease-in
}

.card-shadow-hover:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, .16)
}

.list-diputados .d-flex img {
    height: 40px;
    width: 40px
}

@media (min-width: 992px) {
    .comunicado-destacado .ratio {
        --bs-aspect-ratio: 56.25%
    }
}

.comunicado-destacado .ratio:after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50.96%, #000 92.77%);
    display: block;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

.comunicado-destacado .ratio img {
    object-fit: cover;
    object-position: center
}

.evento-agenda-parlamentaria {
    font-family: "Inter";
    display: grid;
    grid-template-columns: 96px 1fr;
    grid-gap: 24px
}

@media (min-width: 992px) {
    .evento-agenda-parlamentaria {
        grid-template-rows: repeat(2, minmax(36px, 1fr));
        grid-gap: 0 24px
    }
}

.evento-agenda-parlamentaria.evento-proximo .fecha .d-flex {
    background-color: #5f6164
}

.evento-agenda-parlamentaria.evento-proximo .fecha .d-flex span {
    color: #fff
}

.evento-agenda-parlamentaria.evento-proximo .fecha:before {
    background-color: #5f6164
}

.evento-agenda-parlamentaria.evento-proximo .pill-sesion {
    background-color: #5f6164;
    color: #fff
}

.evento-agenda-parlamentaria.evento-pasado .fecha .d-flex {
    background-color: #e4e4e4
}

.evento-agenda-parlamentaria.evento-pasado .fecha .d-flex span {
    color: #808191
}

.evento-agenda-parlamentaria.evento-pasado .fecha:before {
    background-color: #e4e4e4
}

.evento-agenda-parlamentaria.evento-pasado .pill-sesion {
    background-color: #e4e4e4;
    color: #808191
}

.evento-agenda-parlamentaria span.fecha div {
    height: 72px;
    width: 96px
}

.evento-agenda-parlamentaria span.fecha:before {
    border-radius: .5rem;
    display: block;
    content: "";
    height: 100%;
    width: calc(100% - 14px);
    top: 6px;
    position: absolute;
    opacity: .33
}

@media (min-width: 992px) {
    .evento-agenda-parlamentaria span.fecha {
        grid-row-start: 1;
        grid-row-end: 3
    }
}

@media (min-width: 992px) {
    .evento-agenda-parlamentaria .pill-sesion {
        transform: translateY(-50%)
    }
}

.evento-agenda-parlamentaria div.tipo-horario-lugar {
    grid-column-start: 1;
    grid-column-end: 3
}

@media (min-width: 992px) {
    .evento-agenda-parlamentaria div.tipo-horario-lugar {
        grid-column-start: 2;
        grid-row-start: 2
    }
}

.pill-live {
    background-color: #b7edb3
}

.pill-live i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12px;
    width: 12px;
    position: relative
}

.pill-live i:before,
.pill-live i:after {
    border-radius: 100%;
    content: "";
    display: block;
    position: absolute
}

.pill-live i:before {
    background-color: #166b3b;
    height: 8px;
    width: 8px
}

.pill-live i:after {
    border: 1px solid #166b3b;
    width: 12px;
    height: 12px
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .pill-fecha {
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, .75)
    }
}

.comunicado .ratio {
    min-height: 100%
}

.comunicado .ratio img {
    object-fit: cover;
    object-position: center
}

.icons-contacto-diputado a {
    background-color: #e9ecef;
    color: #5f6164;
    display: block;
    height: 56px;
    width: 56px;
    text-decoration: none
}

.icons-contacto-diputado a i {
    font-size: 24px
}

.icons-contacto-diputado a:not(:last-child) {
    margin-right: 16px
}

.scrollable-x-panel {
    width: 100%;
    overflow-x: auto
}

.scrollable-x-panel > div {
    min-width: 800px
}

.icon-text-card {
    display: block;
    border-radius: 16px;
    padding: 4px 16px 4px 4px
}

.icon-text-card .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 12px;
    margin-right: 16px;
    height: 48px;
    width: 48px
}

.icon-text-card .icon img {
    display: block;
    width: 32px
}

.icon-text-card p {
    font-family: "Inter";
    margin-bottom: 0
}

.icon-text-card p:first-child {
    color: #6c5dd3
}

.icon-text-card.morado {
    background-color: #e4e1fd
}

.icon-text-card.morado .icon {
    background-color: #cfc8ff
}


.icon-text-card.gris .icon {
    background-color: #666361
}


.icon-text-card.azul {
    background-color: #e7faff
}


.icon-text-card.gris {
    background-color: #dedede;
}

.icon-text-card.azul .icon {
    background-color: #a0d7e7
}

.carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0
}

.carousel-dots button {
    background: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    position: relative
}

.carousel-dots button:before {
    border: 2px solid rgba(0, 0, 0, .5);
    border-radius: 8px;
    content: "";
    display: block;
    position: absolute;
    height: 8px;
    width: 8px
}

.carousel-dots button.active:before {
    border-width: 4px;
    border-color: #000
}

.carousel-dots.dots-light button:before {
    border-color: rgba(255, 255, 255, .5)
}

.carousel-dots.dots-light button.active:before {
    border-color: #fff
}

.status-asunto {
    background-color: #d8e5f2;
    border-radius: 24px;
    display: flex;
    overflow: hidden
}

.status-asunto span {
    background-color: #7fba7a;
    display: block;
    height: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px
}

.status-asunto span.w-20 {
    width: 22%
}

.status-asunto span.w-100 {
    width: 100%
}

@media (min-width: 992px) {
    .noticia-destacada .ratio {
        --bs-aspect-ratio: 56.25%
    }
}

.noticia-destacada .ratio:after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50.96%, #000 92.77%);
    display: block;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

.noticia-destacada .ratio img {
    object-fit: cover;
    object-position: center
}

.noticia .ratio {
    min-height: 100%
}

.noticia .ratio img {
    object-fit: cover;
    object-position: center
}


/* Opacity #1 */
.hover11 figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover11 figure:hover img {
    opacity: .5;
}

figure {
    /*margin: 0;*/
    padding: 0;
    background: #f8f9fa;
    overflow: hidden;
    margin: 0 0 0rem;
}

.card {
    border: none !important;
    font-size: 12px;
    text-align: center;
    display: block;
    background-color: #f8f9fa;
}

a {
    text-decoration: none;
    color: black;
    background-color: transparent;
}

.c.card-img, .card-img-bottom, .card-img-top {
    width: 70%;
}

.pc {
    text-align: center !important;
    font-family: Inter;
    line-height: 1.2;
    font-size: 13px !important;
}
