/* libre-baskerville-regular - latin */
@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    src: url('libre-baskerville-v9-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('libre-baskerville-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('libre-baskerville-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('libre-baskerville-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('libre-baskerville-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('libre-baskerville-v9-latin-regular.svg#LibreBaskerville') format('svg'); /* Legacy iOS */
}



:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: "Libre Baskerville" !important;
    font-size: 1rem;
    font-weight: bold !important;
    line-height: 1.5;
    color: #353a40;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
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: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
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;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #007bff !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded-sm {
    border-radius: 0.2rem !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !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;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !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;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.user-select-all {
    user-select: all !important;
}
.user-select-auto {
    user-select: auto !important;
}
.user-select-none {
    user-select: none !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !important;
}
.m-6 {
    margin: 4rem !important;
}
.mt-6,
.my-6 {
    margin-top: 4rem !important;
}
.mr-6,
.mx-6 {
    margin-right: 4rem !important;
}
.mb-6,
.my-6 {
    margin-bottom: 4rem !important;
}
.ml-6,
.mx-6 {
    margin-left: 4rem !important;
}
.m-7 {
    margin: 5rem !important;
}
.mt-7,
.my-7 {
    margin-top: 5rem !important;
}
.mr-7,
.mx-7 {
    margin-right: 5rem !important;
}
.mb-7,
.my-7 {
    margin-bottom: 5rem !important;
}
.ml-7,
.mx-7 {
    margin-left: 5rem !important;
}
.m-8 {
    margin: 6rem !important;
}
.mt-8,
.my-8 {
    margin-top: 6rem !important;
}
.mr-8,
.mx-8 {
    margin-right: 6rem !important;
}
.mb-8,
.my-8 {
    margin-bottom: 6rem !important;
}
.ml-8,
.mx-8 {
    margin-left: 6rem !important;
}
.m-9 {
    margin: 7rem !important;
}
.mt-9,
.my-9 {
    margin-top: 7rem !important;
}
.mr-9,
.mx-9 {
    margin-right: 7rem !important;
}
.mb-9,
.my-9 {
    margin-bottom: 7rem !important;
}
.ml-9,
.mx-9 {
    margin-left: 7rem !important;
}
.m-10 {
    margin: 8rem !important;
}
.mt-10,
.my-10 {
    margin-top: 8rem !important;
}
.mr-10,
.mx-10 {
    margin-right: 8rem !important;
}
.mb-10,
.my-10 {
    margin-bottom: 8rem !important;
}
.ml-10,
.mx-10 {
    margin-left: 8rem !important;
}
.p-6 {
    padding: 4rem !important;
}
.pt-6,
.py-6 {
    padding-top: 4rem !important;
}
.pr-6,
.px-6 {
    padding-right: 4rem !important;
}
.pb-6,
.py-6 {
    padding-bottom: 4rem !important;
}
.pl-6,
.px-6 {
    padding-left: 4rem !important;
}
.p-7 {
    padding: 5rem !important;
}
.pt-7,
.py-7 {
    padding-top: 5rem !important;
}
.pr-7,
.px-7 {
    padding-right: 5rem !important;
}
.pb-7,
.py-7 {
    padding-bottom: 5rem !important;
}
.pl-7,
.px-7 {
    padding-left: 5rem !important;
}
.p-8 {
    padding: 6rem !important;
}
.pt-8,
.py-8 {
    padding-top: 6rem !important;
}
.pr-8,
.px-8 {
    padding-right: 6rem !important;
}
.pb-8,
.py-8 {
    padding-bottom: 6rem !important;
}
.pl-8,
.px-8 {
    padding-left: 6rem !important;
}
.p-9 {
    padding: 7rem !important;
}
.pt-9,
.py-9 {
    padding-top: 7rem !important;
}
.pr-9,
.px-9 {
    padding-right: 7rem !important;
}
.pb-9,
.py-9 {
    padding-bottom: 7rem !important;
}
.pl-9,
.px-9 {
    padding-left: 7rem !important;
}
.p-10 {
    padding: 8rem !important;
}
.pt-10,
.py-10 {
    padding-top: 8rem !important;
}
.pr-10,
.px-10 {
    padding-right: 8rem !important;
}
.pb-10,
.py-10 {
    padding-bottom: 8rem !important;
}
.pl-10,
.px-10 {
    padding-left: 8rem !important;
}
.m-n6 {
    margin: -4rem !important;
}
.mt-n6,
.my-n6 {
    margin-top: -4rem !important;
}
.mr-n6,
.mx-n6 {
    margin-right: -4rem !important;
}
.mb-n6,
.my-n6 {
    margin-bottom: -4rem !important;
}
.ml-n6,
.mx-n6 {
    margin-left: -4rem !important;
}
.m-n7 {
    margin: -5rem !important;
}
.mt-n7,
.my-n7 {
    margin-top: -5rem !important;
}
.mr-n7,
.mx-n7 {
    margin-right: -5rem !important;
}
.mb-n7,
.my-n7 {
    margin-bottom: -5rem !important;
}
.ml-n7,
.mx-n7 {
    margin-left: -5rem !important;
}
.m-n8 {
    margin: -6rem !important;
}
.mt-n8,
.my-n8 {
    margin-top: -6rem !important;
}
.mr-n8,
.mx-n8 {
    margin-right: -6rem !important;
}
.mb-n8,
.my-n8 {
    margin-bottom: -6rem !important;
}
.ml-n8,
.mx-n8 {
    margin-left: -6rem !important;
}
.m-n9 {
    margin: -7rem !important;
}
.mt-n9,
.my-n9 {
    margin-top: -7rem !important;
}
.mr-n9,
.mx-n9 {
    margin-right: -7rem !important;
}
.mb-n9,
.my-n9 {
    margin-bottom: -7rem !important;
}
.ml-n9,
.mx-n9 {
    margin-left: -7rem !important;
}
.m-n10 {
    margin: -8rem !important;
}
.mt-n10,
.my-n10 {
    margin-top: -8rem !important;
}
.mr-n10,
.mx-n10 {
    margin-right: -8rem !important;
}
.mb-n10,
.my-n10 {
    margin-bottom: -8rem !important;
}
.ml-n10,
.mx-n10 {
    margin-left: -8rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-6 {
        margin: 4rem !important;
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 4rem !important;
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 4rem !important;
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 4rem !important;
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 4rem !important;
    }
    .m-sm-7 {
        margin: 5rem !important;
    }
    .mt-sm-7,
    .my-sm-7 {
        margin-top: 5rem !important;
    }
    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 5rem !important;
    }
    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 5rem !important;
    }
    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 5rem !important;
    }
    .m-sm-8 {
        margin: 6rem !important;
    }
    .mt-sm-8,
    .my-sm-8 {
        margin-top: 6rem !important;
    }
    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 6rem !important;
    }
    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 6rem !important;
    }
    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 6rem !important;
    }
    .m-sm-9 {
        margin: 7rem !important;
    }
    .mt-sm-9,
    .my-sm-9 {
        margin-top: 7rem !important;
    }
    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 7rem !important;
    }
    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 7rem !important;
    }
    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 7rem !important;
    }
    .m-sm-10 {
        margin: 8rem !important;
    }
    .mt-sm-10,
    .my-sm-10 {
        margin-top: 8rem !important;
    }
    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 8rem !important;
    }
    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 8rem !important;
    }
    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 8rem !important;
    }
    .p-sm-6 {
        padding: 4rem !important;
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 4rem !important;
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 4rem !important;
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 4rem !important;
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 4rem !important;
    }
    .p-sm-7 {
        padding: 5rem !important;
    }
    .pt-sm-7,
    .py-sm-7 {
        padding-top: 5rem !important;
    }
    .pr-sm-7,
    .px-sm-7 {
        padding-right: 5rem !important;
    }
    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 5rem !important;
    }
    .pl-sm-7,
    .px-sm-7 {
        padding-left: 5rem !important;
    }
    .p-sm-8 {
        padding: 6rem !important;
    }
    .pt-sm-8,
    .py-sm-8 {
        padding-top: 6rem !important;
    }
    .pr-sm-8,
    .px-sm-8 {
        padding-right: 6rem !important;
    }
    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 6rem !important;
    }
    .pl-sm-8,
    .px-sm-8 {
        padding-left: 6rem !important;
    }
    .p-sm-9 {
        padding: 7rem !important;
    }
    .pt-sm-9,
    .py-sm-9 {
        padding-top: 7rem !important;
    }
    .pr-sm-9,
    .px-sm-9 {
        padding-right: 7rem !important;
    }
    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 7rem !important;
    }
    .pl-sm-9,
    .px-sm-9 {
        padding-left: 7rem !important;
    }
    .p-sm-10 {
        padding: 8rem !important;
    }
    .pt-sm-10,
    .py-sm-10 {
        padding-top: 8rem !important;
    }
    .pr-sm-10,
    .px-sm-10 {
        padding-right: 8rem !important;
    }
    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 8rem !important;
    }
    .pl-sm-10,
    .px-sm-10 {
        padding-left: 8rem !important;
    }
    .m-sm-n6 {
        margin: -4rem !important;
    }
    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -4rem !important;
    }
    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -4rem !important;
    }
    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -4rem !important;
    }
    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -4rem !important;
    }
    .m-sm-n7 {
        margin: -5rem !important;
    }
    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -5rem !important;
    }
    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -5rem !important;
    }
    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -5rem !important;
    }
    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -5rem !important;
    }
    .m-sm-n8 {
        margin: -6rem !important;
    }
    .mt-sm-n8,
    .my-sm-n8 {
        margin-top: -6rem !important;
    }
    .mr-sm-n8,
    .mx-sm-n8 {
        margin-right: -6rem !important;
    }
    .mb-sm-n8,
    .my-sm-n8 {
        margin-bottom: -6rem !important;
    }
    .ml-sm-n8,
    .mx-sm-n8 {
        margin-left: -6rem !important;
    }
    .m-sm-n9 {
        margin: -7rem !important;
    }
    .mt-sm-n9,
    .my-sm-n9 {
        margin-top: -7rem !important;
    }
    .mr-sm-n9,
    .mx-sm-n9 {
        margin-right: -7rem !important;
    }
    .mb-sm-n9,
    .my-sm-n9 {
        margin-bottom: -7rem !important;
    }
    .ml-sm-n9,
    .mx-sm-n9 {
        margin-left: -7rem !important;
    }
    .m-sm-n10 {
        margin: -8rem !important;
    }
    .mt-sm-n10,
    .my-sm-n10 {
        margin-top: -8rem !important;
    }
    .mr-sm-n10,
    .mx-sm-n10 {
        margin-right: -8rem !important;
    }
    .mb-sm-n10,
    .my-sm-n10 {
        margin-bottom: -8rem !important;
    }
    .ml-sm-n10,
    .mx-sm-n10 {
        margin-left: -8rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-6 {
        margin: 4rem !important;
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 4rem !important;
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 4rem !important;
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 4rem !important;
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 4rem !important;
    }
    .m-md-7 {
        margin: 5rem !important;
    }
    .mt-md-7,
    .my-md-7 {
        margin-top: 5rem !important;
    }
    .mr-md-7,
    .mx-md-7 {
        margin-right: 5rem !important;
    }
    .mb-md-7,
    .my-md-7 {
        margin-bottom: 5rem !important;
    }
    .ml-md-7,
    .mx-md-7 {
        margin-left: 5rem !important;
    }
    .m-md-8 {
        margin: 6rem !important;
    }
    .mt-md-8,
    .my-md-8 {
        margin-top: 6rem !important;
    }
    .mr-md-8,
    .mx-md-8 {
        margin-right: 6rem !important;
    }
    .mb-md-8,
    .my-md-8 {
        margin-bottom: 6rem !important;
    }
    .ml-md-8,
    .mx-md-8 {
        margin-left: 6rem !important;
    }
    .m-md-9 {
        margin: 7rem !important;
    }
    .mt-md-9,
    .my-md-9 {
        margin-top: 7rem !important;
    }
    .mr-md-9,
    .mx-md-9 {
        margin-right: 7rem !important;
    }
    .mb-md-9,
    .my-md-9 {
        margin-bottom: 7rem !important;
    }
    .ml-md-9,
    .mx-md-9 {
        margin-left: 7rem !important;
    }
    .m-md-10 {
        margin: 8rem !important;
    }
    .mt-md-10,
    .my-md-10 {
        margin-top: 8rem !important;
    }
    .mr-md-10,
    .mx-md-10 {
        margin-right: 8rem !important;
    }
    .mb-md-10,
    .my-md-10 {
        margin-bottom: 8rem !important;
    }
    .ml-md-10,
    .mx-md-10 {
        margin-left: 8rem !important;
    }
    .p-md-6 {
        padding: 4rem !important;
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 4rem !important;
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 4rem !important;
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 4rem !important;
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 4rem !important;
    }
    .p-md-7 {
        padding: 5rem !important;
    }
    .pt-md-7,
    .py-md-7 {
        padding-top: 5rem !important;
    }
    .pr-md-7,
    .px-md-7 {
        padding-right: 5rem !important;
    }
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 5rem !important;
    }
    .pl-md-7,
    .px-md-7 {
        padding-left: 5rem !important;
    }
    .p-md-8 {
        padding: 6rem !important;
    }
    .pt-md-8,
    .py-md-8 {
        padding-top: 6rem !important;
    }
    .pr-md-8,
    .px-md-8 {
        padding-right: 6rem !important;
    }
    .pb-md-8,
    .py-md-8 {
        padding-bottom: 6rem !important;
    }
    .pl-md-8,
    .px-md-8 {
        padding-left: 6rem !important;
    }
    .p-md-9 {
        padding: 7rem !important;
    }
    .pt-md-9,
    .py-md-9 {
        padding-top: 7rem !important;
    }
    .pr-md-9,
    .px-md-9 {
        padding-right: 7rem !important;
    }
    .pb-md-9,
    .py-md-9 {
        padding-bottom: 7rem !important;
    }
    .pl-md-9,
    .px-md-9 {
        padding-left: 7rem !important;
    }
    .p-md-10 {
        padding: 8rem !important;
    }
    .pt-md-10,
    .py-md-10 {
        padding-top: 8rem !important;
    }
    .pr-md-10,
    .px-md-10 {
        padding-right: 8rem !important;
    }
    .pb-md-10,
    .py-md-10 {
        padding-bottom: 8rem !important;
    }
    .pl-md-10,
    .px-md-10 {
        padding-left: 8rem !important;
    }
    .m-md-n6 {
        margin: -4rem !important;
    }
    .mt-md-n6,
    .my-md-n6 {
        margin-top: -4rem !important;
    }
    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -4rem !important;
    }
    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -4rem !important;
    }
    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -4rem !important;
    }
    .m-md-n7 {
        margin: -5rem !important;
    }
    .mt-md-n7,
    .my-md-n7 {
        margin-top: -5rem !important;
    }
    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -5rem !important;
    }
    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -5rem !important;
    }
    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -5rem !important;
    }
    .m-md-n8 {
        margin: -6rem !important;
    }
    .mt-md-n8,
    .my-md-n8 {
        margin-top: -6rem !important;
    }
    .mr-md-n8,
    .mx-md-n8 {
        margin-right: -6rem !important;
    }
    .mb-md-n8,
    .my-md-n8 {
        margin-bottom: -6rem !important;
    }
    .ml-md-n8,
    .mx-md-n8 {
        margin-left: -6rem !important;
    }
    .m-md-n9 {
        margin: -7rem !important;
    }
    .mt-md-n9,
    .my-md-n9 {
        margin-top: -7rem !important;
    }
    .mr-md-n9,
    .mx-md-n9 {
        margin-right: -7rem !important;
    }
    .mb-md-n9,
    .my-md-n9 {
        margin-bottom: -7rem !important;
    }
    .ml-md-n9,
    .mx-md-n9 {
        margin-left: -7rem !important;
    }
    .m-md-n10 {
        margin: -8rem !important;
    }
    .mt-md-n10,
    .my-md-n10 {
        margin-top: -8rem !important;
    }
    .mr-md-n10,
    .mx-md-n10 {
        margin-right: -8rem !important;
    }
    .mb-md-n10,
    .my-md-n10 {
        margin-bottom: -8rem !important;
    }
    .ml-md-n10,
    .mx-md-n10 {
        margin-left: -8rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-6 {
        margin: 4rem !important;
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 4rem !important;
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 4rem !important;
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 4rem !important;
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 4rem !important;
    }
    .m-lg-7 {
        margin: 5rem !important;
    }
    .mt-lg-7,
    .my-lg-7 {
        margin-top: 5rem !important;
    }
    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 5rem !important;
    }
    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 5rem !important;
    }
    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 5rem !important;
    }
    .m-lg-8 {
        margin: 6rem !important;
    }
    .mt-lg-8,
    .my-lg-8 {
        margin-top: 6rem !important;
    }
    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 6rem !important;
    }
    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 6rem !important;
    }
    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 6rem !important;
    }
    .m-lg-9 {
        margin: 7rem !important;
    }
    .mt-lg-9,
    .my-lg-9 {
        margin-top: 7rem !important;
    }
    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 7rem !important;
    }
    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 7rem !important;
    }
    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 7rem !important;
    }
    .m-lg-10 {
        margin: 8rem !important;
    }
    .mt-lg-10,
    .my-lg-10 {
        margin-top: 8rem !important;
    }
    .mr-lg-10,
    .mx-lg-10 {
        margin-right: 8rem !important;
    }
    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 8rem !important;
    }
    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 8rem !important;
    }
    .p-lg-6 {
        padding: 4rem !important;
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 4rem !important;
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 4rem !important;
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 4rem !important;
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 4rem !important;
    }
    .p-lg-7 {
        padding: 5rem !important;
    }
    .pt-lg-7,
    .py-lg-7 {
        padding-top: 5rem !important;
    }
    .pr-lg-7,
    .px-lg-7 {
        padding-right: 5rem !important;
    }
    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 5rem !important;
    }
    .pl-lg-7,
    .px-lg-7 {
        padding-left: 5rem !important;
    }
    .p-lg-8 {
        padding: 6rem !important;
    }
    .pt-lg-8,
    .py-lg-8 {
        padding-top: 6rem !important;
    }
    .pr-lg-8,
    .px-lg-8 {
        padding-right: 6rem !important;
    }
    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 6rem !important;
    }
    .pl-lg-8,
    .px-lg-8 {
        padding-left: 6rem !important;
    }
    .p-lg-9 {
        padding: 7rem !important;
    }
    .pt-lg-9,
    .py-lg-9 {
        padding-top: 7rem !important;
    }
    .pr-lg-9,
    .px-lg-9 {
        padding-right: 7rem !important;
    }
    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 7rem !important;
    }
    .pl-lg-9,
    .px-lg-9 {
        padding-left: 7rem !important;
    }
    .p-lg-10 {
        padding: 8rem !important;
    }
    .pt-lg-10,
    .py-lg-10 {
        padding-top: 8rem !important;
    }
    .pr-lg-10,
    .px-lg-10 {
        padding-right: 8rem !important;
    }
    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 8rem !important;
    }
    .pl-lg-10,
    .px-lg-10 {
        padding-left: 8rem !important;
    }
    .m-lg-n6 {
        margin: -4rem !important;
    }
    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -4rem !important;
    }
    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -4rem !important;
    }
    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -4rem !important;
    }
    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -4rem !important;
    }
    .m-lg-n7 {
        margin: -5rem !important;
    }
    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -5rem !important;
    }
    .mr-lg-n7,
    .mx-lg-n7 {
        margin-right: -5rem !important;
    }
    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -5rem !important;
    }
    .ml-lg-n7,
    .mx-lg-n7 {
        margin-left: -5rem !important;
    }
    .m-lg-n8 {
        margin: -6rem !important;
    }
    .mt-lg-n8,
    .my-lg-n8 {
        margin-top: -6rem !important;
    }
    .mr-lg-n8,
    .mx-lg-n8 {
        margin-right: -6rem !important;
    }
    .mb-lg-n8,
    .my-lg-n8 {
        margin-bottom: -6rem !important;
    }
    .ml-lg-n8,
    .mx-lg-n8 {
        margin-left: -6rem !important;
    }
    .m-lg-n9 {
        margin: -7rem !important;
    }
    .mt-lg-n9,
    .my-lg-n9 {
        margin-top: -7rem !important;
    }
    .mr-lg-n9,
    .mx-lg-n9 {
        margin-right: -7rem !important;
    }
    .mb-lg-n9,
    .my-lg-n9 {
        margin-bottom: -7rem !important;
    }
    .ml-lg-n9,
    .mx-lg-n9 {
        margin-left: -7rem !important;
    }
    .m-lg-n10 {
        margin: -8rem !important;
    }
    .mt-lg-n10,
    .my-lg-n10 {
        margin-top: -8rem !important;
    }
    .mr-lg-n10,
    .mx-lg-n10 {
        margin-right: -8rem !important;
    }
    .mb-lg-n10,
    .my-lg-n10 {
        margin-bottom: -8rem !important;
    }
    .ml-lg-n10,
    .mx-lg-n10 {
        margin-left: -8rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-6 {
        margin: 4rem !important;
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 4rem !important;
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 4rem !important;
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 4rem !important;
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 4rem !important;
    }
    .m-xl-7 {
        margin: 5rem !important;
    }
    .mt-xl-7,
    .my-xl-7 {
        margin-top: 5rem !important;
    }
    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 5rem !important;
    }
    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 5rem !important;
    }
    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 5rem !important;
    }
    .m-xl-8 {
        margin: 6rem !important;
    }
    .mt-xl-8,
    .my-xl-8 {
        margin-top: 6rem !important;
    }
    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 6rem !important;
    }
    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 6rem !important;
    }
    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 6rem !important;
    }
    .m-xl-9 {
        margin: 7rem !important;
    }
    .mt-xl-9,
    .my-xl-9 {
        margin-top: 7rem !important;
    }
    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 7rem !important;
    }
    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 7rem !important;
    }
    .ml-xl-9,
    .mx-xl-9 {
        margin-left: 7rem !important;
    }
    .m-xl-10 {
        margin: 8rem !important;
    }
    .mt-xl-10,
    .my-xl-10 {
        margin-top: 8rem !important;
    }
    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 8rem !important;
    }
    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 8rem !important;
    }
    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 8rem !important;
    }
    .p-xl-6 {
        padding: 4rem !important;
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 4rem !important;
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 4rem !important;
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 4rem !important;
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 4rem !important;
    }
    .p-xl-7 {
        padding: 5rem !important;
    }
    .pt-xl-7,
    .py-xl-7 {
        padding-top: 5rem !important;
    }
    .pr-xl-7,
    .px-xl-7 {
        padding-right: 5rem !important;
    }
    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 5rem !important;
    }
    .pl-xl-7,
    .px-xl-7 {
        padding-left: 5rem !important;
    }
    .p-xl-8 {
        padding: 6rem !important;
    }
    .pt-xl-8,
    .py-xl-8 {
        padding-top: 6rem !important;
    }
    .pr-xl-8,
    .px-xl-8 {
        padding-right: 6rem !important;
    }
    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 6rem !important;
    }
    .pl-xl-8,
    .px-xl-8 {
        padding-left: 6rem !important;
    }
    .p-xl-9 {
        padding: 7rem !important;
    }
    .pt-xl-9,
    .py-xl-9 {
        padding-top: 7rem !important;
    }
    .pr-xl-9,
    .px-xl-9 {
        padding-right: 7rem !important;
    }
    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 7rem !important;
    }
    .pl-xl-9,
    .px-xl-9 {
        padding-left: 7rem !important;
    }
    .p-xl-10 {
        padding: 8rem !important;
    }
    .pt-xl-10,
    .py-xl-10 {
        padding-top: 8rem !important;
    }
    .pr-xl-10,
    .px-xl-10 {
        padding-right: 8rem !important;
    }
    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 8rem !important;
    }
    .pl-xl-10,
    .px-xl-10 {
        padding-left: 8rem !important;
    }
    .m-xl-n6 {
        margin: -4rem !important;
    }
    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -4rem !important;
    }
    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -4rem !important;
    }
    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -4rem !important;
    }
    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -4rem !important;
    }
    .m-xl-n7 {
        margin: -5rem !important;
    }
    .mt-xl-n7,
    .my-xl-n7 {
        margin-top: -5rem !important;
    }
    .mr-xl-n7,
    .mx-xl-n7 {
        margin-right: -5rem !important;
    }
    .mb-xl-n7,
    .my-xl-n7 {
        margin-bottom: -5rem !important;
    }
    .ml-xl-n7,
    .mx-xl-n7 {
        margin-left: -5rem !important;
    }
    .m-xl-n8 {
        margin: -6rem !important;
    }
    .mt-xl-n8,
    .my-xl-n8 {
        margin-top: -6rem !important;
    }
    .mr-xl-n8,
    .mx-xl-n8 {
        margin-right: -6rem !important;
    }
    .mb-xl-n8,
    .my-xl-n8 {
        margin-bottom: -6rem !important;
    }
    .ml-xl-n8,
    .mx-xl-n8 {
        margin-left: -6rem !important;
    }
    .m-xl-n9 {
        margin: -7rem !important;
    }
    .mt-xl-n9,
    .my-xl-n9 {
        margin-top: -7rem !important;
    }
    .mr-xl-n9,
    .mx-xl-n9 {
        margin-right: -7rem !important;
    }
    .mb-xl-n9,
    .my-xl-n9 {
        margin-bottom: -7rem !important;
    }
    .ml-xl-n9,
    .mx-xl-n9 {
        margin-left: -7rem !important;
    }
    .m-xl-n10 {
        margin: -8rem !important;
    }
    .mt-xl-n10,
    .my-xl-n10 {
        margin-top: -8rem !important;
    }
    .mr-xl-n10,
    .mx-xl-n10 {
        margin-right: -8rem !important;
    }
    .mb-xl-n10,
    .my-xl-n10 {
        margin-bottom: -8rem !important;
    }
    .ml-xl-n10,
    .mx-xl-n10 {
        margin-left: -8rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #0056b3 !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: scale(0.8);
}
@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 {
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #353a40;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table th,
.table td {
    padding: 1rem 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #7abaff;
}
.table-hover .table-primary:hover {
    background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #8fd19e;
}
.table-hover .table-success:hover {
    background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #86cfda;
}
.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #ed969e;
}
.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #fbfcfc;
}
.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #95999c;
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}


#section-faq{
    background: #d8d9db;
}

#section-tips{
    background: #e32527 !important;
}

#section-beneficios{
    background: #fff;
}

.jumbotron{
    padding: 0rem 0rem;
}

.btn-warning{
    background: #e32527 !important;
    color: #fff;
    border-radius: 10px;
    border-color: #e32527;
    font-weight:bold;
    text-transform: uppercase;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl{
    padding-right: 0px;
}

.btn-light{
    background: #0955a1 !important;
    color: #fff;
    border-radius: 10px;
    border-color: #0955a1;
    font-weight:bold;
    text-transform: uppercase;
}

.nav-link{
    color:#353a40 !important;
    font-weight:bold;
    text-transform: uppercase;
}

.nav-link-border{
    border-right: 1px solid #353a40  !important;    
}

.navbar-dark{
    background: #fff !important;
}

.requisitos{
    text-transform: uppercase;
    font-weight:bold;
    color: #fff;
    margin-bottom:40px;
}

.titleR{
    text-transform: uppercase;
    font-weight:bold;
    font-size:15px;
    color: #fff;
    margin-top:40px;
    font-size:20px;
}

#section-tips .img-fluid{
    max-height: 100% !important; 
}

#section-tips{
    padding-bottom:4rem !important;
    padding-top:4rem !important;
}

.tab-pane h4{
    font-weight:bold;
    font-size:50px !important;
    text-transform: uppercase;
}

#faq-tab .nav-link{
    font-weight:bold;
    font-size:20px !important;
    text-transform: uppercase;
}

#faq-tabContent .h4{
    font-weight:bold;
    font-size:20px !important;
    text-transform: uppercase;
}

#faq-tabContent p{
    font-weight:bold;
    font-size:20px !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: #0955a1;
    color: #fff !important;
}

.titleBase{
    color: #0955a1 !important;    
    font-weight:bold;
}

#section-faq{
    padding-bottom:4rem !important;
    padding-top:4rem !important;
}

.descargarBase{
    float:right;
}

.mb-7, .my-7 {
    margin-bottom: 2rem !important;
}

.btn-light:focus,.btn-light:hover, .btn-light.focus , .btn-warning:focus, .btn-warning:hover, .btn-warning.focus{
    color: #fff !important;
}

.titleConoceB{
    color: #e32527 !important;    
    font-weight:bold;
    text-transform: uppercase;
}

.textoConoceB{
    font-weight:bold;
    font-size:20px;
}

.imagenConoceB{
    margin-top: -8px;
    float:right;
}

.title2ConoceB{
    width:70%;
    float:right;
    font-weight:bold;
    font-size: 3rem;
    text-align: right !important;
}

.pb-7, .py-7 {
    padding-bottom: 2rem !important;
}
.pt-7, .py-7 {
    padding-top: 3rem !important;
}

#section-como-referir{ 
    background: #f8f8fa;
} 


.fondoComoReferir{
    background: url("../image/final-landing_FOTO-2.jpg") no-repeat center 0;  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
        background-size: 100% 100%;
        
}

#section-como-referir h2{
    font-weight:bold;
    text-transform: uppercase;
    font-size: 26px;
}

#section-como-referir .imgNumber{
    float:left;
    max-width: 50px;
    margin-right: 10px;
}

.titleComoReferir{
    color: #0955a1 !important;    
    font-weight:bold;
    font-size: 2.5rem !important;
}

.tooltip{
    font-size: 16px;
}

.card-header{
    background-color: #d8d9db;
    border-bottom: 1px solid #d8d9db;

}

.card-header .btn-link{
    color: #363b3f !important;    
    font-weight:bold;
    text-transform: uppercase;
    font-size: 20px;
}

.card { 
    background-color: #d8d9db !important;
    background-clip: none;
    border: 0px;
    border-radius: 0px;
}

.tooltip-inner {
    background-color: #0955a1 !important;
    /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
    color: #fff;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #0955a1;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #0955a1;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #0955a1;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #0955a1;
}

.card-body {
    background-color: #0955a1 !important;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
}

.contenidoHeader h1{
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold !important;
}

.contenidoHeader {
    text-align:center;
    margin-top: -50%;
    text-shadow: 1px 1px 2px black;
}

.redes{
    position:fixed;
    z-index: 9999 !important;
    top: 50%;
    left:0;
    background: #e32527;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width:50px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.imgSeparador{
    max-width: 400px;
}

.navbar-dark .navbar-toggler {
    color: rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.1);
    background: #e32527 ;
}

.navbar-nav .nav-link{
    text-align: center !important;
}

@media (max-width: 600px) {
  .title2ConoceB{
    width:100% !important;
    float:right;
    font-weight:bold;
    font-size: 2.5rem;
    text-align: center !important;
    }
    
    .imagenConoceB{
         float: none;
    }
    
    #section-tips .img-fluid{
        max-height: 100% !important;
    } 
    #section-como-referir h2{
        font-size: 20px;
    }
    
    .contenidoHeader h1{
        font-size: 20px;
    }
    
    
    .redes{
    position:absolute;
    z-index: 9999 !important;
    top: 400px;
    left:0;
    background: #e32527;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width:50px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.contenidoHeader {
    text-align:center;
    margin-top: -97px;
}
}

.redline{
    text-align: center;
    background: rgba(227,37,39,1);
    padding-top:10px;
    color:#fff;
}

 .img-fluid-header{ 
    width:100% !important;
}

.rowimage{
    margin-right: 0px;
margin-left: 0px;
}