/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root {
    --rdl-size-xs: 0.75rem;
    --rdl-size-s: 0.875rem;
    --rdl-size-m: 1rem;
    --rdl-size-l: 1.125rem;
    --rdl-size-xl: 1.25rem;
    --rdl-size-xxl: 1.375rem;
    --rdl-size-xxxl: 1.5rem;
    --rdl-size-xxxxl: 2.25rem;
    --rdl-size-xxxxxl: 4rem;
    --rdl-font-size-xs: var(--rdl-size-xs);
    --rdl-font-size-s: var(--rdl-size-s);
    --rdl-font-size-m: var(--rdl-size-m);
    --rdl-font-size-l: var(--rdl-size-l);
    --rdl-font-size-xl: var(--rdl-size-xl);
    --rdl-font-size-xxl: var(--rdl-size-xxl);
    --rdl-font-size-xxxl: var(--rdl-size-xxxl);
    --rdl-font-size-xxxxl: var(--rdl-size-xxxxl);
    --rdl-font-size-xxxxxl: var(--rdl-size-xxxxxl);
    --rdl-font-size-var-m: clamp(1rem, 2.5vw, 3rem);
    --rdl-line-height-s: 1;
    --rdl-line-height-m: 1.125;
    --rdl-line-height-l: 1.25;
    --rdl-line-height-xl: 1.5;
    --rdl-line-height-xxl: 1.75;
    --color-light: #fff;
    --color-light-gray: #dddddd;
    --color-dark: #002e70;
    --marker-line-height: var(--size-m);
    --size-xs: 0.5rem;
    --size-s: 0.75rem;
    --size-m: 1rem;
    --size-l: 1.5rem;
    --size-xl: 2rem;
}
@font-face {
    font-display: swap;
    font-family: "Libre Baskerville";
    font-style: normal;
    font-weight: 700;
    src: local("Libre Baskerville"), url(../fonts/libre-baskerville-v9-latin-700.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "noticia-text";
    font-style: normal;
    font-weight: 400;
    src: local("Noticia Text Regular"), local("noticia-text-regular"), url(../fonts/noticia-text-v10-latin-regular.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "noticia-text";
    font-style: italic;
    font-weight: 400;
    src: local("Noticia Text Italic"), local("noticia-text-italic"), url(../fonts/noticia-text-v10-latin-italic.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "noticia-text";
    font-style: normal;
    font-weight: 700;
    src: local("Noticia Text 700"), local("noticia-text-700"), url(../fonts/noticia-text-v10-latin-700.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "noticia-tex";
    font-style: italic;
    font-weight: 700;
    src: local("Noticia Text 700 Italic"), local("noticia-text-700italic"), url(../fonts/noticia-text-v10-latin-700italic.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "noway";
    font-weight: 400;
    font-style: normal;
    src: local("Noway Regular"), local("noway-regular"), url(../fonts/noway-regular-webfont.woff2) format("woff2");

}
@font-face {
    font-display: swap;
    font-family: "noway";
    font-weight: 700;
    font-style: normal;
    src: local("Noway Medium"), local("noway-medium"), url(../fonts/noway-medium-webfont.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "noway";
    font-weight: 700;
    font-style: italic;
    src: local("Noway Medium Italic"), local("noway-medium-italic"), url(../fonts/noway-medium-italic-webfont.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "noway";
    font-weight: 400;
    font-style: italic;
    src: local("Noway Regular Italic"), local("noway-regular-italic"), url(../fonts/noway-regular-italic-webfont.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.ttf);
}
.slick-lightbox-close::after,
.dataTables_paginate .paginate_button.previous,
.dataTables_paginate .paginate_button.next,
.rdl-discovery-header .dropdown-item::after,
.rdl-advanced-search .dropdown.bootstrap-select .dropdown-menu.inner li:last-child a::after,
aside .rdl-spot-search .rdl-advanced-search .dropdown.bootstrap-select .dropdown-menu.inner li:last-child a::after,
.btn.dropdown-toggle::after,
.choices::after,
.bootstrap-select > .dropdown-toggle::after,
.form-check label::before,
.material-icons {
    font-family: "Material Icons", serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
}
@font-face {
    font-family: "rdl-icons";
    src: url(../fonts/rdl-icons.eot);
    src: url(../fonts/rdl-icons.eot#iefix) format("embedded-opentype"),
        url(../fonts/rdl-icons.svg#rdl-icons) format("svg"), url(../fonts/rdl-icons.ttf) format("truetype"),
        url(../fonts/rdl-icons.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.rdl-icons {
    font-family: "rdl-icons", serif;
    speak: none;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
.material-icons.md-18,
.rdl-icons.md-18 {
    font-size: 18px;
}
.material-icons.md-24,
.rdl-icons.md-24 {
    font-size: 24px;
}
.material-icons.md-36,
.rdl-icons.md-36 {
    font-size: 36px;
}
.material-icons.md-48,
.rdl-icons.md-48 {
    font-size: 48px;
}
.material-icons.md-60,
.rdl-icons.md-60 {
    font-size: 60px;
}
.material-icons.md-72,
.rdl-icons.md-72 {
    font-size: 72px;
}
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}
.material-icons.md-light {
    color: white;
}
.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}
.display-1,
.display-2,
.display-3,
.display-4,
.rdl-feature h2 {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    letter-spacing: rem-calc(-0.96);
    text-transform: uppercase;
}
.serif,
body {
    font-family: "noticia-text", serif;
    font-weight: 400;
}
em,
.sans-serif em,
table em {
    font-family: "noticia-text", serif;
    font-weight: 400;
    font-style: italic;
}
b,
strong,
dt {
    font-family: "noticia-text", serif;
    font-weight: 700;
}
footer.global-footer,
.rdl-left-navigation,
.rdl-primary-nav,
.rdl-secondary-nav,
.rdl-search-result-list .search-result .breadcrumb,
.rdl-page-notification,
.rdl-breadcrumb-nav,
.rdl-card-link,
.rdl-spot-message dt,
.rdl-spot-data dt,
.rdl-spot-search,
.rdl-spot-download,
.datepicker,
.dropdown-menu,
.bootstrap-select,
.form-check label,
.btn,
.rdl-image,
.sans-serif,
h1,
.h1,
input,
label,
button,
select,
aside,
.invalid-feedback,
table,
.rdl-mediaplayer,
.rdl-spot,
.rdl-card,
.pagination,
.discovery-nav,
.tooltip,
.rdl-progress-steps,
legend,
.rdl-series,
.rdl-event-months {
    font-family: "noway", sans-serif;
    font-weight: 400;
}
.nav-tabs .nav-link,
.datepicker th,
h2,
.h2,
h3,
.h3,
h4,
.h4,
.accordion summary,
.sans-serif__medium,
.sans-serif__medium strong,
.sans-serif__medium b,
table strong,
table b,
.sans-serif dt,
aside strong,
aside b,
.lead {
    font-family: "noway", sans-serif;
    font-weight: 700;
}
.rdl-pull-quote blockquote em {
    font-family: "noway", sans-serif;
    font-weight: 700;
    font-style: italic;
}
: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: #002e70;
    --secondary: #96e2fd;
    --warning: #f4b664;
    --danger: #b30018;
    --success: #26d466;
    --light: #f2f4f8;
    --breakpoint-xs: 0;
    --breakpoint-sm: 480px;
    --breakpoint-md: 640px;
    --breakpoint-search: 800px;
    --breakpoint-lg: 990px;
    --breakpoint-xl: 1150px;
    --breakpoint-xxl: 1280px;
    --breakpoint-xxxl: 2400px;
    --font-family-sans-serif: "noway", sans-serif;
    --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: "noticia-text", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #171717;
    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: 1.5rem;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    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: #171717;
    text-decoration: underline;
    background-color: transparent;
}
a:hover {
    color: #002e70;
    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 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.accordion summary,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.2;
}
h1,
.h1 {
    font-size: 2.25rem;
}
h2,
.h2 {
    font-size: 1.375rem;
}
h3,
.h3 {
    font-size: 1.25rem;
}
h4,
.h4,
.accordion summary {
    font-size: 1.125rem;
}
h5,
.h5 {
    font-size: 1.25rem;
}
h6,
.h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1rem;
    font-weight: normal;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small,
form[class^="webform"] div.description,
form[class^="webform"] div.password-confirm,
form[class*=" webform"] div.description,
form[class*=" webform"] div.password-confirm {
    font-size: 80%;
    font-weight: 400;
}
mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "â€”Â ";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #171717;
}
.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #757575;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #757575;
}
.table tbody + tbody {
    border-top: 2px solid #757575;
}
.table-sm th,
.table-sm td {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #757575;
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #757575;
}
.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: #f5f5f5;
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: #f2f4f8;
}
.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8c4d7;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #7a92b5;
}
.table-hover .table-primary:hover {
    background-color: #a8b6ce;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #a8b6ce;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #e2f7fe;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #c8f0fe;
}
.table-hover .table-secondary:hover {
    background-color: #c9f0fd;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c9f0fd;
}
.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fcebd4;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #f9d9ae;
}
.table-hover .table-warning:hover {
    background-color: #fae0bc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #fae0bc;
}
.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #eab8be;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #d77a87;
}
.table-hover .table-danger:hover {
    background-color: #e4a4ac;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #e4a4ac;
}
.table-success,
.table-success > th,
.table-success > td {
    background-color: #c2f3d4;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #8ee9af;
}
.table-hover .table-success:hover {
    background-color: #adefc5;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #adefc5;
}
.table-light,
.table-light > th,
.table-light > td {
    background-color: #fbfcfd;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #f8f9fb;
}
.table-hover .table-light:hover {
    background-color: #eaeff5;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #eaeff5;
}
.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: #002e70;
    border-color: #454d55;
}
.table .thead-light th {
    color: #757575;
    background-color: #e9ecef;
    border-color: #757575;
}
.table-dark {
    color: #fff;
    background-color: #002e70;
}
.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: 479.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: 639.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: 799.98px) {
    .table-responsive-search {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-search > .table-bordered {
        border: 0;
    }
}
@media (max-width: 989.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: 1149.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1279.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xxl > .table-bordered {
        border: 0;
    }
}
@media (max-width: 2399.98px) {
    .table-responsive-xxxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xxxl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 3rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #757575;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #002e70;
    background-color: #fff;
    border-color: #002e70;
    outline: 0;
    box-shadow: none;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #f5f5f5;
    opacity: 1;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: 2.25rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg {
    height: 3.75rem;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple] {
    height: auto;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text,
form[class^="webform"] div.description,
form[class^="webform"] div.password-confirm,
form[class*=" webform"] div.description,
form[class*=" webform"] div.password-confirm {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 0;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: 0;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    color: #757575;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
    left: 5px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 480px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #171717;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 13px 2.875rem;
    font-size: 1rem;
    line-height: 1.25rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #171717;
    text-decoration: none;
}
.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.125rem var(--rdl-color-blue-500);
}
.btn.disabled,
.btn:disabled {
    opacity: 1;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #002e70;
    border-color: #002e70;
}
.btn-primary:hover {
    color: #fff;
    background-color: #001e4a;
    border-color: #00193d;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #001e4a;
    border-color: #00193d;
    box-shadow: 0 0 0 0.2rem rgba(38, 77, 133, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #002e70;
    border-color: #002e70;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00193d;
    border-color: #001430;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 77, 133, 0.5);
}
.btn-secondary {
    color: #212529;
    background-color: #96e2fd;
    border-color: #96e2fd;
}
.btn-secondary:hover {
    color: #212529;
    background-color: #70d8fc;
    border-color: #64d4fc;
}
.btn-secondary:focus,
.btn-secondary.focus {
    color: #212529;
    background-color: #70d8fc;
    border-color: #64d4fc;
    box-shadow: 0 0 0 0.2rem rgba(132, 198, 221, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #212529;
    background-color: #96e2fd;
    border-color: #96e2fd;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #64d4fc;
    border-color: #57d1fc;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(132, 198, 221, 0.5);
}
.btn-warning {
    color: #212529;
    background-color: #f4b664;
    border-color: #f4b664;
}
.btn-warning:hover {
    color: #212529;
    background-color: #f1a540;
    border-color: #f1a034;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #212529;
    background-color: #f1a540;
    border-color: #f1a034;
    box-shadow: 0 0 0 0.2rem rgba(212, 160, 91, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #f4b664;
    border-color: #f4b664;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #f1a034;
    border-color: #f09a28;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 160, 91, 0.5);
}
.btn-danger {
    color: #fff;
    background-color: #b30018;
    border-color: #b30018;
}
.btn-danger:hover {
    color: #fff;
    background-color: #8d0013;
    border-color: #800011;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #8d0013;
    border-color: #800011;
    box-shadow: 0 0 0 0.2rem rgba(190, 38, 59, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #b30018;
    border-color: #b30018;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #800011;
    border-color: #73000f;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(190, 38, 59, 0.5);
}
.btn-success {
    color: #fff;
    background-color: #26d466;
    border-color: #26d466;
}
.btn-success:hover {
    color: #fff;
    background-color: #20b456;
    border-color: #1ea951;
}
.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #20b456;
    border-color: #1ea951;
    box-shadow: 0 0 0 0.2rem rgba(71, 218, 125, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #26d466;
    border-color: #26d466;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1ea951;
    border-color: #1c9e4c;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(71, 218, 125, 0.5);
}
.btn-light {
    color: #212529;
    background-color: #f2f4f8;
    border-color: #f2f4f8;
}
.btn-light:hover {
    color: #212529;
    background-color: #d9dfeb;
    border-color: #d1d8e6;
}
.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: #d9dfeb;
    border-color: #d1d8e6;
    box-shadow: 0 0 0 0.2rem rgba(211, 213, 217, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f2f4f8;
    border-color: #f2f4f8;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #d1d8e6;
    border-color: #c9d1e2;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 213, 217, 0.5);
}
.btn-outline-primary {
    color: #002e70;
    border-color: #002e70;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #002e70;
    border-color: #002e70;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 46, 112, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #002e70;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #002e70;
    border-color: #002e70;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 46, 112, 0.5);
}
.btn-outline-secondary {
    color: #96e2fd;
    border-color: #96e2fd;
}
.btn-outline-secondary:hover {
    color: #212529;
    background-color: #96e2fd;
    border-color: #96e2fd;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(150, 226, 253, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #96e2fd;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #96e2fd;
    border-color: #96e2fd;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(150, 226, 253, 0.5);
}
.btn-outline-warning {
    color: #f4b664;
    border-color: #f4b664;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #f4b664;
    border-color: #f4b664;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 182, 100, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #f4b664;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #f4b664;
    border-color: #f4b664;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 182, 100, 0.5);
}
.btn-outline-danger {
    color: #b30018;
    border-color: #b30018;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #b30018;
    border-color: #b30018;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(179, 0, 24, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #b30018;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #b30018;
    border-color: #b30018;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(179, 0, 24, 0.5);
}
.btn-outline-success {
    color: #26d466;
    border-color: #26d466;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #26d466;
    border-color: #26d466;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 212, 102, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #26d466;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #26d466;
    border-color: #26d466;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 212, 102, 0.5);
}
.btn-outline-light {
    color: #f2f4f8;
    border-color: #f2f4f8;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f2f4f8;
    border-color: #f2f4f8;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 244, 248, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f2f4f8;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f2f4f8;
    border-color: #f2f4f8;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 244, 248, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #171717;
    text-decoration: underline;
}
.btn-link:hover {
    color: #002e70;
    text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
}
.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 1rem 2.875rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 0.5rem 2.25rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.125rem;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width: 480px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 640px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 800px) {
    .dropdown-menu-search-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-search-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 990px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1150px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1280px) {
    .dropdown-menu-xxl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxl-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 2400px) {
    .dropdown-menu-xxxl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxxl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.75rem 0.75rem;
    clear: both;
    font-weight: 400;
    color: #171717;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.dropdown-item:last-child {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #002e70;
    text-decoration: none;
    background-color: #f2f4f8;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #002e70;
    text-decoration: none;
    background-color: #f2f4f8;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.75rem 0.75rem;
    color: #171717;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 2.15625rem;
    padding-left: 2.15625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 1.6875rem;
    padding-left: 1.6875rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 2.15625rem;
    padding-left: 2.15625rem;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: flex;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-prepend,
.input-group-append {
    display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 2px;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: 3.75rem;
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: 2.25rem;
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: 3rem;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #757575;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 3rem;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 3rem;
    margin: 0;
    overflow: hidden;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: none;
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(da) ~ .custom-file-label::after {
    content: "VÃ¦lg fil";
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 3rem;
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 2.25rem;
    color: #495057;
    background-color: #fff;
    border: 1px solid #757575;
    border-radius: 2px;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 2.25rem;
    color: white;
    content: "Browse";
    background-color: #002e70;
    border-left: inherit;
    border-radius: 0 2px 2px 0;
}
.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}
.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
}
.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 0 solid transparent;
}
.nav-tabs .nav-link {
    margin-bottom: 0;
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: transparent;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #002e70;
    background-color: #f2f4f8;
    border-color: transparent;
}
.nav-tabs .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 480px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 480px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 480px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.accordion {
    overflow-anchor: none;
}
.accordion > .card {
    overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.25rem;
    color: #323232;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #323232;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: 0;
    line-height: 1.25;
    color: #002e70;
    text-decoration: none;
    background-color: #fff;
    border: 0 solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #171717;
    text-decoration: none;
    background-color: transparent;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.page-item.active .page-link {
    z-index: 3;
    color: #171717;
    background-color: transparent;
    border-color: transparent;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.badge {
    display: inline-block;
    padding: 0.25em 1rem;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}
a.badge:hover,
a.badge:focus {
    text-decoration: none;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff;
    background-color: #002e70;
}
a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #00193d;
}
a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 46, 112, 0.5);
}
.badge-secondary {
    color: #212529;
    background-color: #96e2fd;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #212529;
    background-color: #64d4fc;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(150, 226, 253, 0.5);
}
.badge-warning {
    color: #212529;
    background-color: #f4b664;
}
a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #f1a034;
}
a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(244, 182, 100, 0.5);
}
.badge-danger {
    color: #fff;
    background-color: #b30018;
}
a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #800011;
}
a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(179, 0, 24, 0.5);
}
.badge-success {
    color: #fff;
    background-color: #26d466;
}
a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1ea951;
}
a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 212, 102, 0.5);
}
.badge-light {
    color: #212529;
    background-color: #f2f4f8;
}
a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #d1d8e6;
}
a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(242, 244, 248, 0.5);
}
.alert {
    position: relative;
    padding: 1.5rem 1.5rem;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4.5rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.5rem 1.5rem;
    color: inherit;
}
.alert-primary {
    color: #00183a;
    background-color: #ccd5e2;
    border-color: #b8c4d7;
}
.alert-primary hr {
    border-top-color: #a8b6ce;
}
.alert-primary .alert-link {
    color: #000307;
}
.alert-secondary {
    color: #4e7684;
    background-color: #eaf9ff;
    border-color: #e2f7fe;
}
.alert-secondary hr {
    border-top-color: #c9f0fd;
}
.alert-secondary .alert-link {
    color: #3b5964;
}
.alert-warning {
    color: #7f5f34;
    background-color: #fdf0e0;
    border-color: #fcebd4;
}
.alert-warning hr {
    border-top-color: #fae0bc;
}
.alert-warning .alert-link {
    color: #5b4425;
}
.alert-danger {
    color: #5d000c;
    background-color: #f0ccd1;
    border-color: #eab8be;
}
.alert-danger hr {
    border-top-color: #e4a4ac;
}
.alert-danger .alert-link {
    color: #2a0005;
}
.alert-success {
    color: #146e35;
    background-color: #d4f6e0;
    border-color: #c2f3d4;
}
.alert-success hr {
    border-top-color: #adefc5;
}
.alert-success .alert-link {
    color: #0c4320;
}
.alert-light {
    color: #7e7f81;
    background-color: #fcfdfe;
    border-color: #fbfcfd;
}
.alert-light hr {
    border-top-color: #eaeff5;
}
.alert-light .alert-link {
    color: #656667;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0.75rem 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 0.75rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: flex;
    height: 0.75rem;
    overflow: hidden;
    line-height: 0;
    font-size: 1rem;
    background-color: #d6d6d6;
    border-radius: 0.25rem;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #002e70;
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 0.75rem 0.75rem;
}
.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}
.media {
    display: flex;
    align-items: flex-start;
}
.media-body {
    flex: 1;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
a.close.disabled {
    pointer-events: none;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "noticia-text", serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.75rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 1;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #002e70;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #002e70;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #002e70;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #002e70;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #002e70;
    border-radius: 0.25rem;
}
.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: #002e70 !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #00193d !important;
}
.bg-secondary {
    background-color: #96e2fd !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #64d4fc !important;
}
.bg-warning {
    background-color: #f4b664 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #f1a034 !important;
}
.bg-danger {
    background-color: #b30018 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #800011 !important;
}
.bg-success {
    background-color: #26d466 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1ea951 !important;
}
.bg-light {
    background-color: #f2f4f8 !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #d1d8e6 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #757575 !important;
}
.border-top {
    border-top: 1px solid #757575 !important;
}
.border-right {
    border-right: 1px solid #757575 !important;
}
.border-bottom {
    border-bottom: 1px solid #757575 !important;
}
.border-left {
    border-left: 1px solid #757575 !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: #002e70 !important;
}
.border-secondary {
    border-color: #96e2fd !important;
}
.border-warning {
    border-color: #f4b664 !important;
}
.border-danger {
    border-color: #b30018 !important;
}
.border-success {
    border-color: #26d466 !important;
}
.border-light {
    border-color: #f2f4f8 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded-sm {
    border-radius: 0.125rem !important;
}
.rounded {
    border-radius: 0 !important;
}
.rounded-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.rounded-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.rounded-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !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: 480px) {
    .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: 640px) {
    .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: 800px) {
    .d-search-none {
        display: none !important;
    }
    .d-search-inline {
        display: inline !important;
    }
    .d-search-inline-block {
        display: inline-block !important;
    }
    .d-search-block {
        display: block !important;
    }
    .d-search-table {
        display: table !important;
    }
    .d-search-table-row {
        display: table-row !important;
    }
    .d-search-table-cell {
        display: table-cell !important;
    }
    .d-search-flex {
        display: flex !important;
    }
    .d-search-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 990px) {
    .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: 1150px) {
    .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 (min-width: 1280px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 2400px) {
    .d-xxxl-none {
        display: none !important;
    }
    .d-xxxl-inline {
        display: inline !important;
    }
    .d-xxxl-inline-block {
        display: inline-block !important;
    }
    .d-xxxl-block {
        display: block !important;
    }
    .d-xxxl-table {
        display: table !important;
    }
    .d-xxxl-table-row {
        display: table-row !important;
    }
    .d-xxxl-table-cell {
        display: table-cell !important;
    }
    .d-xxxl-flex {
        display: flex !important;
    }
    .d-xxxl-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.85714286%;
}
.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: 480px) {
    .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: 640px) {
    .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: 800px) {
    .flex-search-row {
        flex-direction: row !important;
    }
    .flex-search-column {
        flex-direction: column !important;
    }
    .flex-search-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-search-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-search-wrap {
        flex-wrap: wrap !important;
    }
    .flex-search-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-search-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-search-fill {
        flex: 1 1 auto !important;
    }
    .flex-search-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-search-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-search-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-search-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-search-start {
        justify-content: flex-start !important;
    }
    .justify-content-search-end {
        justify-content: flex-end !important;
    }
    .justify-content-search-center {
        justify-content: center !important;
    }
    .justify-content-search-between {
        justify-content: space-between !important;
    }
    .justify-content-search-around {
        justify-content: space-around !important;
    }
    .align-items-search-start {
        align-items: flex-start !important;
    }
    .align-items-search-end {
        align-items: flex-end !important;
    }
    .align-items-search-center {
        align-items: center !important;
    }
    .align-items-search-baseline {
        align-items: baseline !important;
    }
    .align-items-search-stretch {
        align-items: stretch !important;
    }
    .align-content-search-start {
        align-content: flex-start !important;
    }
    .align-content-search-end {
        align-content: flex-end !important;
    }
    .align-content-search-center {
        align-content: center !important;
    }
    .align-content-search-between {
        align-content: space-between !important;
    }
    .align-content-search-around {
        align-content: space-around !important;
    }
    .align-content-search-stretch {
        align-content: stretch !important;
    }
    .align-self-search-auto {
        align-self: auto !important;
    }
    .align-self-search-start {
        align-self: flex-start !important;
    }
    .align-self-search-end {
        align-self: flex-end !important;
    }
    .align-self-search-center {
        align-self: center !important;
    }
    .align-self-search-baseline {
        align-self: baseline !important;
    }
    .align-self-search-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 990px) {
    .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: 1150px) {
    .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;
    }
}
@media (min-width: 1280px) {
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 2400px) {
    .flex-xxxl-row {
        flex-direction: row !important;
    }
    .flex-xxxl-column {
        flex-direction: column !important;
    }
    .flex-xxxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xxxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xxxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxxl-center {
        justify-content: center !important;
    }
    .justify-content-xxxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxxl-around {
        justify-content: space-around !important;
    }
    .align-items-xxxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxxl-center {
        align-items: center !important;
    }
    .align-items-xxxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxxl-center {
        align-content: center !important;
    }
    .align-content-xxxl-between {
        align-content: space-between !important;
    }
    .align-content-xxxl-around {
        align-content: space-around !important;
    }
    .align-content-xxxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxxl-auto {
        align-self: auto !important;
    }
    .align-self-xxxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxxl-center {
        align-self: center !important;
    }
    .align-self-xxxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxxl-stretch {
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 480px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 640px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 800px) {
    .float-search-left {
        float: left !important;
    }
    .float-search-right {
        float: right !important;
    }
    .float-search-none {
        float: none !important;
    }
}
@media (min-width: 990px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1150px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
@media (min-width: 1280px) {
    .float-xxl-left {
        float: left !important;
    }
    .float-xxl-right {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
}
@media (min-width: 2400px) {
    .float-xxxl-left {
        float: left !important;
    }
    .float-xxxl-right {
        float: right !important;
    }
    .float-xxxl-none {
        float: none !important;
    }
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    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: -webkit-sticky !important;
    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: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        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.125rem rgba(0, 0, 0, 0.24) !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-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !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: 480px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !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: 640px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !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: 800px) {
    .m-search-0 {
        margin: 0 !important;
    }
    .mt-search-0,
    .my-search-0 {
        margin-top: 0 !important;
    }
    .mr-search-0,
    .mx-search-0 {
        margin-right: 0 !important;
    }
    .mb-search-0,
    .my-search-0 {
        margin-bottom: 0 !important;
    }
    .ml-search-0,
    .mx-search-0 {
        margin-left: 0 !important;
    }
    .m-search-1 {
        margin: 0.25rem !important;
    }
    .mt-search-1,
    .my-search-1 {
        margin-top: 0.25rem !important;
    }
    .mr-search-1,
    .mx-search-1 {
        margin-right: 0.25rem !important;
    }
    .mb-search-1,
    .my-search-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-search-1,
    .mx-search-1 {
        margin-left: 0.25rem !important;
    }
    .m-search-2 {
        margin: 0.5rem !important;
    }
    .mt-search-2,
    .my-search-2 {
        margin-top: 0.5rem !important;
    }
    .mr-search-2,
    .mx-search-2 {
        margin-right: 0.5rem !important;
    }
    .mb-search-2,
    .my-search-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-search-2,
    .mx-search-2 {
        margin-left: 0.5rem !important;
    }
    .m-search-3 {
        margin: 1rem !important;
    }
    .mt-search-3,
    .my-search-3 {
        margin-top: 1rem !important;
    }
    .mr-search-3,
    .mx-search-3 {
        margin-right: 1rem !important;
    }
    .mb-search-3,
    .my-search-3 {
        margin-bottom: 1rem !important;
    }
    .ml-search-3,
    .mx-search-3 {
        margin-left: 1rem !important;
    }
    .m-search-4 {
        margin: 1.5rem !important;
    }
    .mt-search-4,
    .my-search-4 {
        margin-top: 1.5rem !important;
    }
    .mr-search-4,
    .mx-search-4 {
        margin-right: 1.5rem !important;
    }
    .mb-search-4,
    .my-search-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-search-4,
    .mx-search-4 {
        margin-left: 1.5rem !important;
    }
    .m-search-5 {
        margin: 3rem !important;
    }
    .mt-search-5,
    .my-search-5 {
        margin-top: 3rem !important;
    }
    .mr-search-5,
    .mx-search-5 {
        margin-right: 3rem !important;
    }
    .mb-search-5,
    .my-search-5 {
        margin-bottom: 3rem !important;
    }
    .ml-search-5,
    .mx-search-5 {
        margin-left: 3rem !important;
    }
    .p-search-0 {
        padding: 0 !important;
    }
    .pt-search-0,
    .py-search-0 {
        padding-top: 0 !important;
    }
    .pr-search-0,
    .px-search-0 {
        padding-right: 0 !important;
    }
    .pb-search-0,
    .py-search-0 {
        padding-bottom: 0 !important;
    }
    .pl-search-0,
    .px-search-0 {
        padding-left: 0 !important;
    }
    .p-search-1 {
        padding: 0.25rem !important;
    }
    .pt-search-1,
    .py-search-1 {
        padding-top: 0.25rem !important;
    }
    .pr-search-1,
    .px-search-1 {
        padding-right: 0.25rem !important;
    }
    .pb-search-1,
    .py-search-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-search-1,
    .px-search-1 {
        padding-left: 0.25rem !important;
    }
    .p-search-2 {
        padding: 0.5rem !important;
    }
    .pt-search-2,
    .py-search-2 {
        padding-top: 0.5rem !important;
    }
    .pr-search-2,
    .px-search-2 {
        padding-right: 0.5rem !important;
    }
    .pb-search-2,
    .py-search-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-search-2,
    .px-search-2 {
        padding-left: 0.5rem !important;
    }
    .p-search-3 {
        padding: 1rem !important;
    }
    .pt-search-3,
    .py-search-3 {
        padding-top: 1rem !important;
    }
    .pr-search-3,
    .px-search-3 {
        padding-right: 1rem !important;
    }
    .pb-search-3,
    .py-search-3 {
        padding-bottom: 1rem !important;
    }
    .pl-search-3,
    .px-search-3 {
        padding-left: 1rem !important;
    }
    .p-search-4 {
        padding: 1.5rem !important;
    }
    .pt-search-4,
    .py-search-4 {
        padding-top: 1.5rem !important;
    }
    .pr-search-4,
    .px-search-4 {
        padding-right: 1.5rem !important;
    }
    .pb-search-4,
    .py-search-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-search-4,
    .px-search-4 {
        padding-left: 1.5rem !important;
    }
    .p-search-5 {
        padding: 3rem !important;
    }
    .pt-search-5,
    .py-search-5 {
        padding-top: 3rem !important;
    }
    .pr-search-5,
    .px-search-5 {
        padding-right: 3rem !important;
    }
    .pb-search-5,
    .py-search-5 {
        padding-bottom: 3rem !important;
    }
    .pl-search-5,
    .px-search-5 {
        padding-left: 3rem !important;
    }
    .m-search-n1 {
        margin: -0.25rem !important;
    }
    .mt-search-n1,
    .my-search-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-search-n1,
    .mx-search-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-search-n1,
    .my-search-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-search-n1,
    .mx-search-n1 {
        margin-left: -0.25rem !important;
    }
    .m-search-n2 {
        margin: -0.5rem !important;
    }
    .mt-search-n2,
    .my-search-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-search-n2,
    .mx-search-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-search-n2,
    .my-search-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-search-n2,
    .mx-search-n2 {
        margin-left: -0.5rem !important;
    }
    .m-search-n3 {
        margin: -1rem !important;
    }
    .mt-search-n3,
    .my-search-n3 {
        margin-top: -1rem !important;
    }
    .mr-search-n3,
    .mx-search-n3 {
        margin-right: -1rem !important;
    }
    .mb-search-n3,
    .my-search-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-search-n3,
    .mx-search-n3 {
        margin-left: -1rem !important;
    }
    .m-search-n4 {
        margin: -1.5rem !important;
    }
    .mt-search-n4,
    .my-search-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-search-n4,
    .mx-search-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-search-n4,
    .my-search-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-search-n4,
    .mx-search-n4 {
        margin-left: -1.5rem !important;
    }
    .m-search-n5 {
        margin: -3rem !important;
    }
    .mt-search-n5,
    .my-search-n5 {
        margin-top: -3rem !important;
    }
    .mr-search-n5,
    .mx-search-n5 {
        margin-right: -3rem !important;
    }
    .mb-search-n5,
    .my-search-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-search-n5,
    .mx-search-n5 {
        margin-left: -3rem !important;
    }
    .m-search-auto {
        margin: auto !important;
    }
    .mt-search-auto,
    .my-search-auto {
        margin-top: auto !important;
    }
    .mr-search-auto,
    .mx-search-auto {
        margin-right: auto !important;
    }
    .mb-search-auto,
    .my-search-auto {
        margin-bottom: auto !important;
    }
    .ml-search-auto,
    .mx-search-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 990px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !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: 1150px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !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;
    }
}
@media (min-width: 1280px) {
    .m-xxl-0 {
        margin: 0 !important;
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important;
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important;
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important;
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important;
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important;
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important;
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important;
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important;
    }
    .m-xxl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xxl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xxl-n3 {
        margin: -1rem !important;
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important;
    }
    .m-xxl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xxl-n5 {
        margin: -3rem !important;
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 2400px) {
    .m-xxxl-0 {
        margin: 0 !important;
    }
    .mt-xxxl-0,
    .my-xxxl-0 {
        margin-top: 0 !important;
    }
    .mr-xxxl-0,
    .mx-xxxl-0 {
        margin-right: 0 !important;
    }
    .mb-xxxl-0,
    .my-xxxl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xxxl-0,
    .mx-xxxl-0 {
        margin-left: 0 !important;
    }
    .m-xxxl-1 {
        margin: 0.25rem !important;
    }
    .mt-xxxl-1,
    .my-xxxl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xxxl-1,
    .mx-xxxl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xxxl-1,
    .my-xxxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xxxl-1,
    .mx-xxxl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xxxl-2 {
        margin: 0.5rem !important;
    }
    .mt-xxxl-2,
    .my-xxxl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xxxl-2,
    .mx-xxxl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xxxl-2,
    .my-xxxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xxxl-2,
    .mx-xxxl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xxxl-3 {
        margin: 1rem !important;
    }
    .mt-xxxl-3,
    .my-xxxl-3 {
        margin-top: 1rem !important;
    }
    .mr-xxxl-3,
    .mx-xxxl-3 {
        margin-right: 1rem !important;
    }
    .mb-xxxl-3,
    .my-xxxl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xxxl-3,
    .mx-xxxl-3 {
        margin-left: 1rem !important;
    }
    .m-xxxl-4 {
        margin: 1.5rem !important;
    }
    .mt-xxxl-4,
    .my-xxxl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xxxl-4,
    .mx-xxxl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xxxl-4,
    .my-xxxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxxl-4,
    .mx-xxxl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xxxl-5 {
        margin: 3rem !important;
    }
    .mt-xxxl-5,
    .my-xxxl-5 {
        margin-top: 3rem !important;
    }
    .mr-xxxl-5,
    .mx-xxxl-5 {
        margin-right: 3rem !important;
    }
    .mb-xxxl-5,
    .my-xxxl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xxxl-5,
    .mx-xxxl-5 {
        margin-left: 3rem !important;
    }
    .p-xxxl-0 {
        padding: 0 !important;
    }
    .pt-xxxl-0,
    .py-xxxl-0 {
        padding-top: 0 !important;
    }
    .pr-xxxl-0,
    .px-xxxl-0 {
        padding-right: 0 !important;
    }
    .pb-xxxl-0,
    .py-xxxl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xxxl-0,
    .px-xxxl-0 {
        padding-left: 0 !important;
    }
    .p-xxxl-1 {
        padding: 0.25rem !important;
    }
    .pt-xxxl-1,
    .py-xxxl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xxxl-1,
    .px-xxxl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xxxl-1,
    .py-xxxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xxxl-1,
    .px-xxxl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xxxl-2 {
        padding: 0.5rem !important;
    }
    .pt-xxxl-2,
    .py-xxxl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xxxl-2,
    .px-xxxl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xxxl-2,
    .py-xxxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xxxl-2,
    .px-xxxl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xxxl-3 {
        padding: 1rem !important;
    }
    .pt-xxxl-3,
    .py-xxxl-3 {
        padding-top: 1rem !important;
    }
    .pr-xxxl-3,
    .px-xxxl-3 {
        padding-right: 1rem !important;
    }
    .pb-xxxl-3,
    .py-xxxl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xxxl-3,
    .px-xxxl-3 {
        padding-left: 1rem !important;
    }
    .p-xxxl-4 {
        padding: 1.5rem !important;
    }
    .pt-xxxl-4,
    .py-xxxl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xxxl-4,
    .px-xxxl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xxxl-4,
    .py-xxxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xxxl-4,
    .px-xxxl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xxxl-5 {
        padding: 3rem !important;
    }
    .pt-xxxl-5,
    .py-xxxl-5 {
        padding-top: 3rem !important;
    }
    .pr-xxxl-5,
    .px-xxxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxxl-5,
    .py-xxxl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xxxl-5,
    .px-xxxl-5 {
        padding-left: 3rem !important;
    }
    .m-xxxl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xxxl-n1,
    .my-xxxl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xxxl-n1,
    .mx-xxxl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xxxl-n1,
    .my-xxxl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xxxl-n1,
    .mx-xxxl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xxxl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xxxl-n2,
    .my-xxxl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xxxl-n2,
    .mx-xxxl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xxxl-n2,
    .my-xxxl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xxxl-n2,
    .mx-xxxl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xxxl-n3 {
        margin: -1rem !important;
    }
    .mt-xxxl-n3,
    .my-xxxl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xxxl-n3,
    .mx-xxxl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xxxl-n3,
    .my-xxxl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xxxl-n3,
    .mx-xxxl-n3 {
        margin-left: -1rem !important;
    }
    .m-xxxl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xxxl-n4,
    .my-xxxl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xxxl-n4,
    .mx-xxxl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xxxl-n4,
    .my-xxxl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xxxl-n4,
    .mx-xxxl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xxxl-n5 {
        margin: -3rem !important;
    }
    .mt-xxxl-n5,
    .my-xxxl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xxxl-n5,
    .mx-xxxl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xxxl-n5,
    .my-xxxl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xxxl-n5,
    .mx-xxxl-n5 {
        margin-left: -3rem !important;
    }
    .m-xxxl-auto {
        margin: auto !important;
    }
    .mt-xxxl-auto,
    .my-xxxl-auto {
        margin-top: auto !important;
    }
    .mr-xxxl-auto,
    .mx-xxxl-auto {
        margin-right: auto !important;
    }
    .mb-xxxl-auto,
    .my-xxxl-auto {
        margin-bottom: auto !important;
    }
    .ml-xxxl-auto,
    .mx-xxxl-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: 480px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 640px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 800px) {
    .text-search-left {
        text-align: left !important;
    }
    .text-search-right {
        text-align: right !important;
    }
    .text-search-center {
        text-align: center !important;
    }
}
@media (min-width: 990px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1150px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1280px) {
    .text-xxl-left {
        text-align: left !important;
    }
    .text-xxl-right {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@media (min-width: 2400px) {
    .text-xxxl-left {
        text-align: left !important;
    }
    .text-xxxl-right {
        text-align: right !important;
    }
    .text-xxxl-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: #002e70 !important;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #000f24 !important;
}
.text-secondary {
    color: #96e2fd !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
    color: #4bcdfc !important;
}
.text-warning {
    color: #f4b664 !important;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #ef941d !important;
}
.text-danger {
    color: #b30018 !important;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #67000e !important;
}
.text-success {
    color: #26d466 !important;
}
a.text-success:hover,
a.text-success:focus {
    color: #1a9347 !important;
}
.text-light {
    color: #f2f4f8 !important;
}
a.text-light:hover,
a.text-light:focus {
    color: #c0cadd !important;
}
.text-body {
    color: #171717 !important;
}
.text-muted,
form[class^="webform"] div.description,
form[class^="webform"] div.password-confirm,
form[class*=" webform"] div.description,
form[class*=" webform"] div.password-confirm {
    color: #757575 !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;
    word-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 480px) {
    .container-sm,
    .container {
        max-width: 640px;
    }
}
@media (min-width: 640px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 990px;
    }
}
@media (min-width: 990px) {
    .container-lg,
    .container-search,
    .container-md,
    .container-sm,
    .container {
        max-width: 1150px;
    }
}
@media (min-width: 1150px) {
    .container-xl,
    .container-lg,
    .container-search,
    .container-md,
    .container-sm,
    .container {
        max-width: 1280px;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-xxxl,
.col-xxxl-auto,
.col-xxxl-12,
.col-xxxl-11,
.col-xxxl-10,
.col-xxxl-9,
.col-xxxl-8,
.col-xxxl-7,
.col-xxxl-6,
.col-xxxl-5,
.col-xxxl-4,
.col-xxxl-3,
.col-xxxl-2,
.col-xxxl-1,
.col-xxl,
.col-xxl-auto,
.col-xxl-12,
.col-xxl-11,
.col-xxl-10,
.col-xxl-9,
.col-xxl-8,
.col-xxl-7,
.col-xxl-6,
.col-xxl-5,
.col-xxl-4,
.col-xxl-3,
.col-xxl-2,
.col-xxl-1,
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-search,
.col-search-auto,
.col-search-12,
.col-search-11,
.col-search-10,
.col-search-9,
.col-search-8,
.col-search-7,
.col-search-6,
.col-search-5,
.col-search-4,
.col-search-3,
.col-search-2,
.col-search-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}
.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}
.col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
}
.col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
@media (min-width: 480px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 640px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 800px) {
    .col-search {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-search-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-search-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-search-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-search-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-search-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-search-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-search-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-search-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-search-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-search-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-search-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-search-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-search-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-search-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-search-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-search-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-search-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-search-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-search-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-search-first {
        order: -1;
    }
    .order-search-last {
        order: 13;
    }
    .order-search-0 {
        order: 0;
    }
    .order-search-1 {
        order: 1;
    }
    .order-search-2 {
        order: 2;
    }
    .order-search-3 {
        order: 3;
    }
    .order-search-4 {
        order: 4;
    }
    .order-search-5 {
        order: 5;
    }
    .order-search-6 {
        order: 6;
    }
    .order-search-7 {
        order: 7;
    }
    .order-search-8 {
        order: 8;
    }
    .order-search-9 {
        order: 9;
    }
    .order-search-10 {
        order: 10;
    }
    .order-search-11 {
        order: 11;
    }
    .order-search-12 {
        order: 12;
    }
    .offset-search-0 {
        margin-left: 0;
    }
    .offset-search-1 {
        margin-left: 8.33333333%;
    }
    .offset-search-2 {
        margin-left: 16.66666667%;
    }
    .offset-search-3 {
        margin-left: 25%;
    }
    .offset-search-4 {
        margin-left: 33.33333333%;
    }
    .offset-search-5 {
        margin-left: 41.66666667%;
    }
    .offset-search-6 {
        margin-left: 50%;
    }
    .offset-search-7 {
        margin-left: 58.33333333%;
    }
    .offset-search-8 {
        margin-left: 66.66666667%;
    }
    .offset-search-9 {
        margin-left: 75%;
    }
    .offset-search-10 {
        margin-left: 83.33333333%;
    }
    .offset-search-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 990px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1150px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1280px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xxl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xxl-first {
        order: -1;
    }
    .order-xxl-last {
        order: 13;
    }
    .order-xxl-0 {
        order: 0;
    }
    .order-xxl-1 {
        order: 1;
    }
    .order-xxl-2 {
        order: 2;
    }
    .order-xxl-3 {
        order: 3;
    }
    .order-xxl-4 {
        order: 4;
    }
    .order-xxl-5 {
        order: 5;
    }
    .order-xxl-6 {
        order: 6;
    }
    .order-xxl-7 {
        order: 7;
    }
    .order-xxl-8 {
        order: 8;
    }
    .order-xxl-9 {
        order: 9;
    }
    .order-xxl-10 {
        order: 10;
    }
    .order-xxl-11 {
        order: 11;
    }
    .order-xxl-12 {
        order: 12;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 2400px) {
    .col-xxxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xxxl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xxxl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xxxl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-xxxl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xxxl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xxxl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xxxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xxxl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-xxxl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-xxxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxxl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-xxxl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-xxxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxxl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-xxxl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-xxxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxxl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-xxxl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-xxxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xxxl-first {
        order: -1;
    }
    .order-xxxl-last {
        order: 13;
    }
    .order-xxxl-0 {
        order: 0;
    }
    .order-xxxl-1 {
        order: 1;
    }
    .order-xxxl-2 {
        order: 2;
    }
    .order-xxxl-3 {
        order: 3;
    }
    .order-xxxl-4 {
        order: 4;
    }
    .order-xxxl-5 {
        order: 5;
    }
    .order-xxxl-6 {
        order: 6;
    }
    .order-xxxl-7 {
        order: 7;
    }
    .order-xxxl-8 {
        order: 8;
    }
    .order-xxxl-9 {
        order: 9;
    }
    .order-xxxl-10 {
        order: 10;
    }
    .order-xxxl-11 {
        order: 11;
    }
    .order-xxxl-12 {
        order: 12;
    }
    .offset-xxxl-0 {
        margin-left: 0;
    }
    .offset-xxxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxxl-3 {
        margin-left: 25%;
    }
    .offset-xxxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxxl-6 {
        margin-left: 50%;
    }
    .offset-xxxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxxl-9 {
        margin-left: 75%;
    }
    .offset-xxxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxxl-11 {
        margin-left: 91.66666667%;
    }
}
.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: 480px) {
    .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: 640px) {
    .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: 800px) {
    .d-search-none {
        display: none !important;
    }
    .d-search-inline {
        display: inline !important;
    }
    .d-search-inline-block {
        display: inline-block !important;
    }
    .d-search-block {
        display: block !important;
    }
    .d-search-table {
        display: table !important;
    }
    .d-search-table-row {
        display: table-row !important;
    }
    .d-search-table-cell {
        display: table-cell !important;
    }
    .d-search-flex {
        display: flex !important;
    }
    .d-search-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 990px) {
    .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: 1150px) {
    .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 (min-width: 1280px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 2400px) {
    .d-xxxl-none {
        display: none !important;
    }
    .d-xxxl-inline {
        display: inline !important;
    }
    .d-xxxl-inline-block {
        display: inline-block !important;
    }
    .d-xxxl-block {
        display: block !important;
    }
    .d-xxxl-table {
        display: table !important;
    }
    .d-xxxl-table-row {
        display: table-row !important;
    }
    .d-xxxl-table-cell {
        display: table-cell !important;
    }
    .d-xxxl-flex {
        display: flex !important;
    }
    .d-xxxl-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;
    }
}
.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: 480px) {
    .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: 640px) {
    .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: 800px) {
    .flex-search-row {
        flex-direction: row !important;
    }
    .flex-search-column {
        flex-direction: column !important;
    }
    .flex-search-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-search-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-search-wrap {
        flex-wrap: wrap !important;
    }
    .flex-search-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-search-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-search-fill {
        flex: 1 1 auto !important;
    }
    .flex-search-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-search-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-search-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-search-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-search-start {
        justify-content: flex-start !important;
    }
    .justify-content-search-end {
        justify-content: flex-end !important;
    }
    .justify-content-search-center {
        justify-content: center !important;
    }
    .justify-content-search-between {
        justify-content: space-between !important;
    }
    .justify-content-search-around {
        justify-content: space-around !important;
    }
    .align-items-search-start {
        align-items: flex-start !important;
    }
    .align-items-search-end {
        align-items: flex-end !important;
    }
    .align-items-search-center {
        align-items: center !important;
    }
    .align-items-search-baseline {
        align-items: baseline !important;
    }
    .align-items-search-stretch {
        align-items: stretch !important;
    }
    .align-content-search-start {
        align-content: flex-start !important;
    }
    .align-content-search-end {
        align-content: flex-end !important;
    }
    .align-content-search-center {
        align-content: center !important;
    }
    .align-content-search-between {
        align-content: space-between !important;
    }
    .align-content-search-around {
        align-content: space-around !important;
    }
    .align-content-search-stretch {
        align-content: stretch !important;
    }
    .align-self-search-auto {
        align-self: auto !important;
    }
    .align-self-search-start {
        align-self: flex-start !important;
    }
    .align-self-search-end {
        align-self: flex-end !important;
    }
    .align-self-search-center {
        align-self: center !important;
    }
    .align-self-search-baseline {
        align-self: baseline !important;
    }
    .align-self-search-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 990px) {
    .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: 1150px) {
    .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;
    }
}
@media (min-width: 1280px) {
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 2400px) {
    .flex-xxxl-row {
        flex-direction: row !important;
    }
    .flex-xxxl-column {
        flex-direction: column !important;
    }
    .flex-xxxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xxxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xxxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxxl-center {
        justify-content: center !important;
    }
    .justify-content-xxxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxxl-around {
        justify-content: space-around !important;
    }
    .align-items-xxxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxxl-center {
        align-items: center !important;
    }
    .align-items-xxxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxxl-center {
        align-content: center !important;
    }
    .align-content-xxxl-between {
        align-content: space-between !important;
    }
    .align-content-xxxl-around {
        align-content: space-around !important;
    }
    .align-content-xxxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxxl-auto {
        align-self: auto !important;
    }
    .align-self-xxxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxxl-center {
        align-self: center !important;
    }
    .align-self-xxxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxxl-stretch {
        align-self: stretch !important;
    }
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !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: 480px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !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: 640px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !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: 800px) {
    .m-search-0 {
        margin: 0 !important;
    }
    .mt-search-0,
    .my-search-0 {
        margin-top: 0 !important;
    }
    .mr-search-0,
    .mx-search-0 {
        margin-right: 0 !important;
    }
    .mb-search-0,
    .my-search-0 {
        margin-bottom: 0 !important;
    }
    .ml-search-0,
    .mx-search-0 {
        margin-left: 0 !important;
    }
    .m-search-1 {
        margin: 0.25rem !important;
    }
    .mt-search-1,
    .my-search-1 {
        margin-top: 0.25rem !important;
    }
    .mr-search-1,
    .mx-search-1 {
        margin-right: 0.25rem !important;
    }
    .mb-search-1,
    .my-search-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-search-1,
    .mx-search-1 {
        margin-left: 0.25rem !important;
    }
    .m-search-2 {
        margin: 0.5rem !important;
    }
    .mt-search-2,
    .my-search-2 {
        margin-top: 0.5rem !important;
    }
    .mr-search-2,
    .mx-search-2 {
        margin-right: 0.5rem !important;
    }
    .mb-search-2,
    .my-search-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-search-2,
    .mx-search-2 {
        margin-left: 0.5rem !important;
    }
    .m-search-3 {
        margin: 1rem !important;
    }
    .mt-search-3,
    .my-search-3 {
        margin-top: 1rem !important;
    }
    .mr-search-3,
    .mx-search-3 {
        margin-right: 1rem !important;
    }
    .mb-search-3,
    .my-search-3 {
        margin-bottom: 1rem !important;
    }
    .ml-search-3,
    .mx-search-3 {
        margin-left: 1rem !important;
    }
    .m-search-4 {
        margin: 1.5rem !important;
    }
    .mt-search-4,
    .my-search-4 {
        margin-top: 1.5rem !important;
    }
    .mr-search-4,
    .mx-search-4 {
        margin-right: 1.5rem !important;
    }
    .mb-search-4,
    .my-search-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-search-4,
    .mx-search-4 {
        margin-left: 1.5rem !important;
    }
    .m-search-5 {
        margin: 3rem !important;
    }
    .mt-search-5,
    .my-search-5 {
        margin-top: 3rem !important;
    }
    .mr-search-5,
    .mx-search-5 {
        margin-right: 3rem !important;
    }
    .mb-search-5,
    .my-search-5 {
        margin-bottom: 3rem !important;
    }
    .ml-search-5,
    .mx-search-5 {
        margin-left: 3rem !important;
    }
    .p-search-0 {
        padding: 0 !important;
    }
    .pt-search-0,
    .py-search-0 {
        padding-top: 0 !important;
    }
    .pr-search-0,
    .px-search-0 {
        padding-right: 0 !important;
    }
    .pb-search-0,
    .py-search-0 {
        padding-bottom: 0 !important;
    }
    .pl-search-0,
    .px-search-0 {
        padding-left: 0 !important;
    }
    .p-search-1 {
        padding: 0.25rem !important;
    }
    .pt-search-1,
    .py-search-1 {
        padding-top: 0.25rem !important;
    }
    .pr-search-1,
    .px-search-1 {
        padding-right: 0.25rem !important;
    }
    .pb-search-1,
    .py-search-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-search-1,
    .px-search-1 {
        padding-left: 0.25rem !important;
    }
    .p-search-2 {
        padding: 0.5rem !important;
    }
    .pt-search-2,
    .py-search-2 {
        padding-top: 0.5rem !important;
    }
    .pr-search-2,
    .px-search-2 {
        padding-right: 0.5rem !important;
    }
    .pb-search-2,
    .py-search-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-search-2,
    .px-search-2 {
        padding-left: 0.5rem !important;
    }
    .p-search-3 {
        padding: 1rem !important;
    }
    .pt-search-3,
    .py-search-3 {
        padding-top: 1rem !important;
    }
    .pr-search-3,
    .px-search-3 {
        padding-right: 1rem !important;
    }
    .pb-search-3,
    .py-search-3 {
        padding-bottom: 1rem !important;
    }
    .pl-search-3,
    .px-search-3 {
        padding-left: 1rem !important;
    }
    .p-search-4 {
        padding: 1.5rem !important;
    }
    .pt-search-4,
    .py-search-4 {
        padding-top: 1.5rem !important;
    }
    .pr-search-4,
    .px-search-4 {
        padding-right: 1.5rem !important;
    }
    .pb-search-4,
    .py-search-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-search-4,
    .px-search-4 {
        padding-left: 1.5rem !important;
    }
    .p-search-5 {
        padding: 3rem !important;
    }
    .pt-search-5,
    .py-search-5 {
        padding-top: 3rem !important;
    }
    .pr-search-5,
    .px-search-5 {
        padding-right: 3rem !important;
    }
    .pb-search-5,
    .py-search-5 {
        padding-bottom: 3rem !important;
    }
    .pl-search-5,
    .px-search-5 {
        padding-left: 3rem !important;
    }
    .m-search-n1 {
        margin: -0.25rem !important;
    }
    .mt-search-n1,
    .my-search-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-search-n1,
    .mx-search-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-search-n1,
    .my-search-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-search-n1,
    .mx-search-n1 {
        margin-left: -0.25rem !important;
    }
    .m-search-n2 {
        margin: -0.5rem !important;
    }
    .mt-search-n2,
    .my-search-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-search-n2,
    .mx-search-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-search-n2,
    .my-search-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-search-n2,
    .mx-search-n2 {
        margin-left: -0.5rem !important;
    }
    .m-search-n3 {
        margin: -1rem !important;
    }
    .mt-search-n3,
    .my-search-n3 {
        margin-top: -1rem !important;
    }
    .mr-search-n3,
    .mx-search-n3 {
        margin-right: -1rem !important;
    }
    .mb-search-n3,
    .my-search-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-search-n3,
    .mx-search-n3 {
        margin-left: -1rem !important;
    }
    .m-search-n4 {
        margin: -1.5rem !important;
    }
    .mt-search-n4,
    .my-search-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-search-n4,
    .mx-search-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-search-n4,
    .my-search-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-search-n4,
    .mx-search-n4 {
        margin-left: -1.5rem !important;
    }
    .m-search-n5 {
        margin: -3rem !important;
    }
    .mt-search-n5,
    .my-search-n5 {
        margin-top: -3rem !important;
    }
    .mr-search-n5,
    .mx-search-n5 {
        margin-right: -3rem !important;
    }
    .mb-search-n5,
    .my-search-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-search-n5,
    .mx-search-n5 {
        margin-left: -3rem !important;
    }
    .m-search-auto {
        margin: auto !important;
    }
    .mt-search-auto,
    .my-search-auto {
        margin-top: auto !important;
    }
    .mr-search-auto,
    .mx-search-auto {
        margin-right: auto !important;
    }
    .mb-search-auto,
    .my-search-auto {
        margin-bottom: auto !important;
    }
    .ml-search-auto,
    .mx-search-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 990px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !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: 1150px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !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;
    }
}
@media (min-width: 1280px) {
    .m-xxl-0 {
        margin: 0 !important;
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important;
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important;
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important;
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important;
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important;
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important;
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important;
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important;
    }
    .m-xxl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xxl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xxl-n3 {
        margin: -1rem !important;
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important;
    }
    .m-xxl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xxl-n5 {
        margin: -3rem !important;
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 2400px) {
    .m-xxxl-0 {
        margin: 0 !important;
    }
    .mt-xxxl-0,
    .my-xxxl-0 {
        margin-top: 0 !important;
    }
    .mr-xxxl-0,
    .mx-xxxl-0 {
        margin-right: 0 !important;
    }
    .mb-xxxl-0,
    .my-xxxl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xxxl-0,
    .mx-xxxl-0 {
        margin-left: 0 !important;
    }
    .m-xxxl-1 {
        margin: 0.25rem !important;
    }
    .mt-xxxl-1,
    .my-xxxl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xxxl-1,
    .mx-xxxl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xxxl-1,
    .my-xxxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xxxl-1,
    .mx-xxxl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xxxl-2 {
        margin: 0.5rem !important;
    }
    .mt-xxxl-2,
    .my-xxxl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xxxl-2,
    .mx-xxxl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xxxl-2,
    .my-xxxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xxxl-2,
    .mx-xxxl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xxxl-3 {
        margin: 1rem !important;
    }
    .mt-xxxl-3,
    .my-xxxl-3 {
        margin-top: 1rem !important;
    }
    .mr-xxxl-3,
    .mx-xxxl-3 {
        margin-right: 1rem !important;
    }
    .mb-xxxl-3,
    .my-xxxl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xxxl-3,
    .mx-xxxl-3 {
        margin-left: 1rem !important;
    }
    .m-xxxl-4 {
        margin: 1.5rem !important;
    }
    .mt-xxxl-4,
    .my-xxxl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xxxl-4,
    .mx-xxxl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xxxl-4,
    .my-xxxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxxl-4,
    .mx-xxxl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xxxl-5 {
        margin: 3rem !important;
    }
    .mt-xxxl-5,
    .my-xxxl-5 {
        margin-top: 3rem !important;
    }
    .mr-xxxl-5,
    .mx-xxxl-5 {
        margin-right: 3rem !important;
    }
    .mb-xxxl-5,
    .my-xxxl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xxxl-5,
    .mx-xxxl-5 {
        margin-left: 3rem !important;
    }
    .p-xxxl-0 {
        padding: 0 !important;
    }
    .pt-xxxl-0,
    .py-xxxl-0 {
        padding-top: 0 !important;
    }
    .pr-xxxl-0,
    .px-xxxl-0 {
        padding-right: 0 !important;
    }
    .pb-xxxl-0,
    .py-xxxl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xxxl-0,
    .px-xxxl-0 {
        padding-left: 0 !important;
    }
    .p-xxxl-1 {
        padding: 0.25rem !important;
    }
    .pt-xxxl-1,
    .py-xxxl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xxxl-1,
    .px-xxxl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xxxl-1,
    .py-xxxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xxxl-1,
    .px-xxxl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xxxl-2 {
        padding: 0.5rem !important;
    }
    .pt-xxxl-2,
    .py-xxxl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xxxl-2,
    .px-xxxl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xxxl-2,
    .py-xxxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xxxl-2,
    .px-xxxl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xxxl-3 {
        padding: 1rem !important;
    }
    .pt-xxxl-3,
    .py-xxxl-3 {
        padding-top: 1rem !important;
    }
    .pr-xxxl-3,
    .px-xxxl-3 {
        padding-right: 1rem !important;
    }
    .pb-xxxl-3,
    .py-xxxl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xxxl-3,
    .px-xxxl-3 {
        padding-left: 1rem !important;
    }
    .p-xxxl-4 {
        padding: 1.5rem !important;
    }
    .pt-xxxl-4,
    .py-xxxl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xxxl-4,
    .px-xxxl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xxxl-4,
    .py-xxxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xxxl-4,
    .px-xxxl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xxxl-5 {
        padding: 3rem !important;
    }
    .pt-xxxl-5,
    .py-xxxl-5 {
        padding-top: 3rem !important;
    }
    .pr-xxxl-5,
    .px-xxxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxxl-5,
    .py-xxxl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xxxl-5,
    .px-xxxl-5 {
        padding-left: 3rem !important;
    }
    .m-xxxl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xxxl-n1,
    .my-xxxl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xxxl-n1,
    .mx-xxxl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xxxl-n1,
    .my-xxxl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xxxl-n1,
    .mx-xxxl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xxxl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xxxl-n2,
    .my-xxxl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xxxl-n2,
    .mx-xxxl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xxxl-n2,
    .my-xxxl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xxxl-n2,
    .mx-xxxl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xxxl-n3 {
        margin: -1rem !important;
    }
    .mt-xxxl-n3,
    .my-xxxl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xxxl-n3,
    .mx-xxxl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xxxl-n3,
    .my-xxxl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xxxl-n3,
    .mx-xxxl-n3 {
        margin-left: -1rem !important;
    }
    .m-xxxl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xxxl-n4,
    .my-xxxl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xxxl-n4,
    .mx-xxxl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xxxl-n4,
    .my-xxxl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xxxl-n4,
    .mx-xxxl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xxxl-n5 {
        margin: -3rem !important;
    }
    .mt-xxxl-n5,
    .my-xxxl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xxxl-n5,
    .mx-xxxl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xxxl-n5,
    .my-xxxl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xxxl-n5,
    .mx-xxxl-n5 {
        margin-left: -3rem !important;
    }
    .m-xxxl-auto {
        margin: auto !important;
    }
    .mt-xxxl-auto,
    .my-xxxl-auto {
        margin-top: auto !important;
    }
    .mr-xxxl-auto,
    .mx-xxxl-auto {
        margin-right: auto !important;
    }
    .mb-xxxl-auto,
    .my-xxxl-auto {
        margin-bottom: auto !important;
    }
    .ml-xxxl-auto,
    .mx-xxxl-auto {
        margin-left: auto !important;
    }
}
body {
    overflow-x: hidden;
}
@media (min-width: 800px) {
    .d-search-none {
        display: none;
    }
    .d-search-inline-flex {
        display: inline-flex;
    }
}
@media (min-width: 2400px) {
    .d-xxxl-none {
        display: none;
    }
    .d-xxxl-block {
        display: block;
    }
}
.theme-yellow {
}
.theme-yellow .header-bg-wrapper.rdl-theme-bg {
    background-color: #fff6c4;
}
@media (min-width: 990px) {
    .theme-yellow .subpage-header-elements.rdl-theme-bg {
        background-color: #fff6c4;
    }
}
.theme-yellow .rdl-primary-nav {
    background-color: #fff6c4;
}
.theme-yellow .rdl-secondary-nav {
    background-color: #feec89;
}
@media (min-width: 990px) {
    .theme-yellow .rdl-primary-nav,
    .theme-yellow .rdl-secondary-nav {
        background-color: transparent;
    }
}
.theme-yellow .header-edge {
    background-color: #fff6c4;
}
.theme-yellow .dropdown-edge {
    background-color: #fff6c4;
}
.theme-yellow .rdl-left-navigation[data-type="sub-nav"] {
    background-color: #fff6c4;
}
.theme-yellow .rdl-left-navigation[data-type="sub-nav"] #subItems-3.show::after {
    border-right: 100vw solid #fff6c4;
}
@media (min-width: 990px) {
    .theme-yellow .rdl-primary-nav::after {
        border-right: none;
    }
    .theme-yellow .rdl-secondary-nav::after {
        border-right: none;
    }
    .theme-yellow .rdl-left-navigation[data-type="sub-nav"] {
        background-color: transparent;
    }
    .theme-yellow .rdl-left-navigation[data-type="sub-nav"]::after {
        border-right: none;
    }
}
.theme-yellow .rdl-theme-bg {
    background-color: #fffdee;
}
.theme-yellow .container-fluid.rdl-theme-bg,
.theme-yellow .rdl-theme-bg.container-sm,
.theme-yellow .rdl-theme-bg.container-md,
.theme-yellow .rdl-theme-bg.container-lg,
.theme-yellow .rdl-theme-bg.container-xl {
    background-color: #fff6c4;
}
.theme-yellow .container-fluid.rdl-theme-bg-dark,
.theme-yellow .rdl-theme-bg-dark.container-sm,
.theme-yellow .rdl-theme-bg-dark.container-md,
.theme-yellow .rdl-theme-bg-dark.container-lg,
.theme-yellow .rdl-theme-bg-dark.container-xl {
    background-color: #002e70;
}
.theme-yellow.subsite .header-edge,
.theme-yellow.subsite .dropdown-edge {
    background-color: #002e70;
}
@media (min-width: 990px) {
    .theme-yellow.subsite .subpage-header-elements.rdl-theme-bg {
        background-color: #002e70;
    }
}
.theme-yellow .rdl-theme-bg-dark {
    background: #002e70;
    color: white;
}
.theme-yellow .rdl-theme-bg-dark a,
.theme-yellow .rdl-theme-bg-dark .material-icons,
.theme-yellow .rdl-theme-bg-dark rdl-icons {
    color: white;
}
.theme-yellow .rdl-theme-bg-dark .btn-light {
    color: #002e70;
}
.theme-yellow .rdl-theme-bg-dark .btn-primary {
    background-color: white;
    color: #002e70;
}
.theme-yellow .rdl-theme-bg-dark .btn-primary:hover,
.theme-yellow .rdl-theme-bg-dark .btn-primary.hover {
    background-color: rgba(255, 255, 255, 0.7);
}
.theme-yellow .rdl-theme-bg-dark .btn-outline-primary.btn-ghost {
    border-color: white;
    color: white;
}
.theme-yellow .rdl-theme-bg-dark .btn-outline-primary.btn-ghost:hover,
.theme-yellow .rdl-theme-bg-dark .btn-outline-primary.btn-ghost.hover {
    box-shadow: inset 0 0 2px white;
}
.theme-pink {
}
.theme-pink .header-bg-wrapper.rdl-theme-bg {
    background-color: #f9c8dc;
}
@media (min-width: 990px) {
    .theme-pink .subpage-header-elements.rdl-theme-bg {
        background-color: #f9c8dc;
    }
}
.theme-pink .rdl-primary-nav {
    background-color: #f9c8dc;
}
.theme-pink .rdl-secondary-nav {
    background-color: #f391b8;
}
@media (min-width: 990px) {
    .theme-pink .rdl-primary-nav,
    .theme-pink .rdl-secondary-nav {
        background-color: transparent;
    }
}
.theme-pink .header-edge {
    background-color: #f9c8dc;
}
.theme-pink .dropdown-edge {
    background-color: #f9c8dc;
}
.theme-pink .rdl-left-navigation[data-type="sub-nav"] {
    background-color: #f9c8dc;
}
.theme-pink .rdl-left-navigation[data-type="sub-nav"] #subItems-3.show::after {
    border-right: 100vw solid #f9c8dc;
}
@media (min-width: 990px) {
    .theme-pink .rdl-primary-nav::after {
        border-right: none;
    }
    .theme-pink .rdl-secondary-nav::after {
        border-right: none;
    }
    .theme-pink .rdl-left-navigation[data-type="sub-nav"] {
        background-color: transparent;
    }
    .theme-pink .rdl-left-navigation[data-type="sub-nav"]::after {
        border-right: none;
    }
}
.theme-pink .rdl-theme-bg {
    background-color: #feeff5;
}
.theme-pink .container-fluid.rdl-theme-bg,
.theme-pink .rdl-theme-bg.container-sm,
.theme-pink .rdl-theme-bg.container-md,
.theme-pink .rdl-theme-bg.container-lg,
.theme-pink .rdl-theme-bg.container-xl {
    background-color: #f9c8dc;
}
.theme-pink .container-fluid.rdl-theme-bg-dark,
.theme-pink .rdl-theme-bg-dark.container-sm,
.theme-pink .rdl-theme-bg-dark.container-md,
.theme-pink .rdl-theme-bg-dark.container-lg,
.theme-pink .rdl-theme-bg-dark.container-xl {
    background-color: #002e70;
}
.theme-pink.subsite .header-edge,
.theme-pink.subsite .dropdown-edge {
    background-color: #002e70;
}
@media (min-width: 990px) {
    .theme-pink.subsite .subpage-header-elements.rdl-theme-bg {
        background-color: #002e70;
    }
}
.theme-pink .rdl-theme-bg-dark {
    background: #002e70;
    color: white;
}
.theme-pink .rdl-theme-bg-dark a,
.theme-pink .rdl-theme-bg-dark .material-icons,
.theme-pink .rdl-theme-bg-dark rdl-icons {
    color: white;
}
.theme-pink .rdl-theme-bg-dark .btn-light {
    color: #002e70;
}
.theme-pink .rdl-theme-bg-dark .btn-primary {
    background-color: white;
    color: #002e70;
}
.theme-pink .rdl-theme-bg-dark .btn-primary:hover,
.theme-pink .rdl-theme-bg-dark .btn-primary.hover {
    background-color: rgba(255, 255, 255, 0.7);
}
.theme-pink .rdl-theme-bg-dark .btn-outline-primary.btn-ghost {
    border-color: white;
    color: white;
}
.theme-pink .rdl-theme-bg-dark .btn-outline-primary.btn-ghost:hover,
.theme-pink .rdl-theme-bg-dark .btn-outline-primary.btn-ghost.hover {
    box-shadow: inset 0 0 2px white;
}
.theme-teal {
}
.theme-teal .header-bg-wrapper.rdl-theme-bg {
    background-color: #c4f1ed;
}
@media (min-width: 990px) {
    .theme-teal .subpage-header-elements.rdl-theme-bg {
        background-color: #c4f1ed;
    }
}
.theme-teal .rdl-primary-nav {
    background-color: #c4f1ed;
}
.theme-teal .rdl-secondary-nav {
    background-color: #8ae3db;
}
@media (min-width: 990px) {
    .theme-teal .rdl-primary-nav,
    .theme-teal .rdl-secondary-nav {
        background-color: transparent;
    }
}
.theme-teal .header-edge {
    background-color: #c4f1ed;
}
.theme-teal .dropdown-edge {
    background-color: #c4f1ed;
}
.theme-teal .rdl-left-navigation[data-type="sub-nav"] {
    background-color: #c4f1ed;
}
.theme-teal .rdl-left-navigation[data-type="sub-nav"] #subItems-3.show::after {
    border-right: 100vw solid #c4f1ed;
}
@media (min-width: 990px) {
    .theme-teal .rdl-primary-nav::after {
        border-right: none;
    }
    .theme-teal .rdl-secondary-nav::after {
        border-right: none;
    }
    .theme-teal .rdl-left-navigation[data-type="sub-nav"] {
        background-color: transparent;
    }
    .theme-teal .rdl-left-navigation[data-type="sub-nav"]::after {
        border-right: none;
    }
}
.theme-teal .rdl-theme-bg {
    background-color: #eefbfa;
}
.theme-teal .container-fluid.rdl-theme-bg,
.theme-teal .rdl-theme-bg.container-sm,
.theme-teal .rdl-theme-bg.container-md,
.theme-teal .rdl-theme-bg.container-lg,
.theme-teal .rdl-theme-bg.container-xl {
    background-color: #c4f1ed;
}
.theme-teal .container-fluid.rdl-theme-bg-dark,
.theme-teal .rdl-theme-bg-dark.container-sm,
.theme-teal .rdl-theme-bg-dark.container-md,
.theme-teal .rdl-theme-bg-dark.container-lg,
.theme-teal .rdl-theme-bg-dark.container-xl {
    background-color: #002e70;
}
.theme-teal.subsite .header-edge,
.theme-teal.subsite .dropdown-edge {
    background-color: #002e70;
}
@media (min-width: 990px) {
    .theme-teal.subsite .subpage-header-elements.rdl-theme-bg {
        background-color: #002e70;
    }
}
.theme-teal .rdl-theme-bg-dark {
    background: #002e70;
    color: white;
}
.theme-teal .rdl-theme-bg-dark a,
.theme-teal .rdl-theme-bg-dark .material-icons,
.theme-teal .rdl-theme-bg-dark rdl-icons {
    color: white;
}
.theme-teal .rdl-theme-bg-dark .btn-light {
    color: #002e70;
}
.theme-teal .rdl-theme-bg-dark .btn-primary {
    background-color: white;
    color: #002e70;
}
.theme-teal .rdl-theme-bg-dark .btn-primary:hover,
.theme-teal .rdl-theme-bg-dark .btn-primary.hover {
    background-color: rgba(255, 255, 255, 0.7);
}
.theme-teal .rdl-theme-bg-dark .btn-outline-primary.btn-ghost {
    border-color: white;
    color: white;
}
.theme-teal .rdl-theme-bg-dark .btn-outline-primary.btn-ghost:hover,
.theme-teal .rdl-theme-bg-dark .btn-outline-primary.btn-ghost.hover {
    box-shadow: inset 0 0 2px white;
}
.theme-blue {
}
.theme-blue .header-bg-wrapper.rdl-theme-bg {
    background-color: #caf0fe;
}
@media (min-width: 990px) {
    .theme-blue .subpage-header-elements.rdl-theme-bg {
        background-color: #caf0fe;
    }
}
.theme-blue .rdl-primary-nav {
    background-color: #caf0fe;
}
.theme-blue .rdl-secondary-nav {
    background-color: #96e2fd;
}
@media (min-width: 990px) {
    .theme-blue .rdl-primary-nav,
    .theme-blue .rdl-secondary-nav {
        background-color: transparent;
    }
}
.theme-blue .header-edge {
    background-color: #caf0fe;
}
.theme-blue .dropdown-edge {
    background-color: #caf0fe;
}
.theme-blue .rdl-left-navigation[data-type="sub-nav"] {
    background-color: #caf0fe;
}
.theme-blue .rdl-left-navigation[data-type="sub-nav"] #subItems-3.show::after {
    border-right: 100vw solid #caf0fe;
}
@media (min-width: 990px) {
    .theme-blue .rdl-primary-nav::after {
        border-right: none;
    }
    .theme-blue .rdl-secondary-nav::after {
        border-right: none;
    }
    .theme-blue .rdl-left-navigation[data-type="sub-nav"] {
        background-color: transparent;
    }
    .theme-blue .rdl-left-navigation[data-type="sub-nav"]::after {
        border-right: none;
    }
}
.theme-blue .rdl-theme-bg {
    background-color: #f0fbff;
}
.theme-blue .container-fluid.rdl-theme-bg,
.theme-blue .rdl-theme-bg.container-sm,
.theme-blue .rdl-theme-bg.container-md,
.theme-blue .rdl-theme-bg.container-lg,
.theme-blue .rdl-theme-bg.container-xl {
    background-color: #caf0fe;
}
.theme-blue .container-fluid.rdl-theme-bg-dark,
.theme-blue .rdl-theme-bg-dark.container-sm,
.theme-blue .rdl-theme-bg-dark.container-md,
.theme-blue .rdl-theme-bg-dark.container-lg,
.theme-blue .rdl-theme-bg-dark.container-xl {
    background-color: #002e70;
}
.theme-blue.subsite .header-edge,
.theme-blue.subsite .dropdown-edge {
    background-color: #002e70;
}
@media (min-width: 990px) {
    .theme-blue.subsite .subpage-header-elements.rdl-theme-bg {
        background-color: #002e70;
    }
}
.theme-blue .rdl-theme-bg-dark {
    background: #002e70;
    color: white;
}
.theme-blue .rdl-theme-bg-dark a,
.theme-blue .rdl-theme-bg-dark .material-icons,
.theme-blue .rdl-theme-bg-dark rdl-icons {
    color: white;
}
.theme-blue .rdl-theme-bg-dark .btn-light {
    color: #002e70;
}
.theme-blue .rdl-theme-bg-dark .btn-primary {
    background-color: white;
    color: #002e70;
}
.theme-blue .rdl-theme-bg-dark .btn-primary:hover,
.theme-blue .rdl-theme-bg-dark .btn-primary.hover {
    background-color: rgba(255, 255, 255, 0.7);
}
.theme-blue .rdl-theme-bg-dark .btn-outline-primary.btn-ghost {
    border-color: white;
    color: white;
}
.theme-blue .rdl-theme-bg-dark .btn-outline-primary.btn-ghost:hover,
.theme-blue .rdl-theme-bg-dark .btn-outline-primary.btn-ghost.hover {
    box-shadow: inset 0 0 2px white;
}
.theme-black {
}
.theme-black .header-bg-wrapper.rdl-theme-bg {
    background-color: #171717;
}
@media (min-width: 990px) {
    .theme-black .subpage-header-elements.rdl-theme-bg {
        background-color: #171717;
    }
}
.theme-black .rdl-primary-nav {
    background-color: #171717;
}
.theme-black .rdl-secondary-nav {
    background-color: #171717;
}
@media (min-width: 990px) {
    .theme-black .rdl-primary-nav,
    .theme-black .rdl-secondary-nav {
        background-color: transparent;
    }
}
.theme-black .header-edge {
    background-color: #171717;
}
.theme-black .dropdown-edge {
    background-color: #171717;
}
.theme-black .rdl-left-navigation[data-type="sub-nav"] {
    background-color: #171717;
}
.theme-black .rdl-left-navigation[data-type="sub-nav"] #subItems-3.show::after {
    border-right: 100vw solid #171717;
}
@media (min-width: 990px) {
    .theme-black .rdl-primary-nav::after {
        border-right: none;
    }
    .theme-black .rdl-secondary-nav::after {
        border-right: none;
    }
    .theme-black .rdl-left-navigation[data-type="sub-nav"] {
        background-color: transparent;
    }
    .theme-black .rdl-left-navigation[data-type="sub-nav"]::after {
        border-right: none;
    }
}
.theme-black .rdl-theme-bg {
    background-color: #171717;
}
.theme-black .container-fluid.rdl-theme-bg,
.theme-black .rdl-theme-bg.container-sm,
.theme-black .rdl-theme-bg.container-md,
.theme-black .rdl-theme-bg.container-lg,
.theme-black .rdl-theme-bg.container-xl {
    background-color: #171717;
}
.theme-black .container-fluid.rdl-theme-bg-dark,
.theme-black .rdl-theme-bg-dark.container-sm,
.theme-black .rdl-theme-bg-dark.container-md,
.theme-black .rdl-theme-bg-dark.container-lg,
.theme-black .rdl-theme-bg-dark.container-xl {
    background-color: #002e70;
}
.theme-black.subsite .header-edge,
.theme-black.subsite .dropdown-edge {
    background-color: #002e70;
}
@media (min-width: 990px) {
    .theme-black.subsite .subpage-header-elements.rdl-theme-bg {
        background-color: #002e70;
    }
}
.theme-black .rdl-theme-bg-dark {
    background: #002e70;
    color: white;
}
.theme-black .rdl-theme-bg-dark a,
.theme-black .rdl-theme-bg-dark .material-icons,
.theme-black .rdl-theme-bg-dark rdl-icons {
    color: white;
}
.theme-black .rdl-theme-bg-dark .btn-light {
    color: #002e70;
}
.theme-black .rdl-theme-bg-dark .btn-primary {
    background-color: white;
    color: #002e70;
}
.theme-black .rdl-theme-bg-dark .btn-primary:hover,
.theme-black .rdl-theme-bg-dark .btn-primary.hover {
    background-color: rgba(255, 255, 255, 0.7);
}
.theme-black .rdl-theme-bg-dark .btn-outline-primary.btn-ghost {
    border-color: white;
    color: white;
}
.theme-black .rdl-theme-bg-dark .btn-outline-primary.btn-ghost:hover,
.theme-black .rdl-theme-bg-dark .btn-outline-primary.btn-ghost.hover {
    box-shadow: inset 0 0 2px white;
}
.rdl-theme-bg h3,
.rdl-theme-bg .h3,
.rdl-theme-bg h4,
.rdl-theme-bg .h4,
.rdl-theme-bg .accordion summary,
.accordion .rdl-theme-bg summary,
.rdl-theme-bg h5,
.rdl-theme-bg .h5 {
    color: #002e70;
}
.rdl-theme-bg-dark {
    background: #002e70;
    color: white;
}
.rdl-theme-bg-dark a,
.rdl-theme-bg-dark .material-icons,
.rdl-theme-bg-dark rdl-icons {
    color: white;
}
.rdl-theme-bg-dark .btn-light {
    color: #002e70;
}
.rdl-theme-bg-dark .btn-primary {
    background-color: white;
    color: #002e70;
}
.rdl-theme-bg-dark .btn-primary:hover,
.rdl-theme-bg-dark .btn-primary.hover {
    background-color: #f2f4f8;
}
.rdl-theme-bg-dark .btn-outline-primary.rdl-btn-ghost {
    border-color: white;
    color: #002e70;
}
.rdl-theme-bg-dark .btn-outline-primary.rdl-btn-ghost:hover,
.rdl-theme-bg-dark .btn-outline-primary.rdl-btn-ghost.hover {
    box-shadow: inset 0 0 2px white;
}
html,
body {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: 100%;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
body {
    letter-spacing: -0.0125rem;
}
.display-1,
.display-2,
.display-3,
.display-4,
.rdl-feature h2 {
    margin-bottom: 1rem;
}
.sans-serif__medium,
.sans-serif__medium strong,
.sans-serif__medium b,
table strong,
table b,
.sans-serif dt,
aside strong,
aside b,
.lead {
    font-weight: 700;
}
h2,
.h2,
h3,
.h3,
h4,
.h4,
.accordion summary {
    font-weight: 700;
    line-height: 1.5rem;
    margin-bottom: 12px;
}
h2,
.h2 {
    margin-bottom: 16px;
}
h1 a,
h2 a,
h3 a,
h4 a {
    text-decoration: none;
    color: #002e70;
}
h4,
.h4,
.accordion summary {
    letter-spacing: -0.01125rem;
}
h5,
.h5 {
    font-size: 0.9375rem;
    line-height: 1.125rem;
    text-transform: uppercase;
}
small,
.small,
form[class^="webform"] div.description,
form[class^="webform"] div.password-confirm,
form[class*=" webform"] div.description,
form[class*=" webform"] div.password-confirm {
    letter-spacing: -0.01125rem;
    font-family: "noway", sans-serif;
    font-weight: normal;
    color: #757575;
    line-height: 1.125rem;
    display: inline-block;
}
small a,
.small a,
form[class^="webform"] div.description a,
form[class^="webform"] div.password-confirm a,
form[class*=" webform"] div.description a,
form[class*=" webform"] div.password-confirm a {
    color: #757575;
}
.rdl-theme-bg small,
.rdl-theme-bg .small,
.rdl-theme-bg form[class^="webform"] div.description,
form[class^="webform"] .rdl-theme-bg div.description,
.rdl-theme-bg form[class^="webform"] div.password-confirm,
form[class^="webform"] .rdl-theme-bg div.password-confirm,
.rdl-theme-bg form[class*=" webform"] div.description,
form[class*=" webform"] .rdl-theme-bg div.description,
.rdl-theme-bg form[class*=" webform"] div.password-confirm,
form[class*=" webform"] .rdl-theme-bg div.password-confirm {
    color: #323232;
}
.rdl-theme-bg small a,
.rdl-theme-bg .small a,
.rdl-theme-bg form[class^="webform"] div.description a,
form[class^="webform"] .rdl-theme-bg div.description a,
.rdl-theme-bg form[class^="webform"] div.password-confirm a,
form[class^="webform"] .rdl-theme-bg div.password-confirm a,
.rdl-theme-bg form[class*=" webform"] div.description a,
form[class*=" webform"] .rdl-theme-bg div.description a,
.rdl-theme-bg form[class*=" webform"] div.password-confirm a,
form[class*=" webform"] .rdl-theme-bg div.password-confirm a {
    color: #323232;
}
time {
    font-family: "noway", sans-serif;
    font-weight: normal;
}
abbr {
    border-bottom: 1px dotted;
    cursor: help;
    z-index: 99999;
}
legend {
    font-size: 1rem;
    margin-bottom: 0.75rem;
}
[itemprop="telephone"] a {
    text-decoration: none;
}
.rdl-spot-location [itemprop="telephone"] a {
    text-decoration: underline;
}
.rdl-series {
    font-size: 0.875rem;
    margin-bottom: 16px;
}
.rdl-series p,
.rdl-series a {
    display: inline-block;
    margin-bottom: 0;
}
.rdl-block-text {
    margin-bottom: 16px;
}
.rdl-block-text:last-child {
    margin-bottom: 0;
}
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    padding: 0;
}
.container-fluid .container,
.container-sm .container,
.container-md .container,
.container-lg .container,
.container-xl .container {
    padding-right: 24px;
    padding-left: 24px;
}
@media (min-width: 990px) {
    .sub-page.two-columns main > section > .container > .row > .col-3:first-child > *,
    .sub-page.two-columns main > section > .container > .row > .col-lg-3:first-child > * {
        margin-right: 36px;
    }
    .sub-page.two-columns main > section > .container > .row > .col-3 + [class^="col"] > *,
    .sub-page.two-columns main > section > .container > .row > .col-lg-3 + [class^="col"] > * {
        margin-left: 12px;
    }
    .sub-page.two-columns main > section > .container > .row > .col-3 + [class^="col"] .row,
    .sub-page.two-columns main > section > .container > .row > .col-lg-3 + [class^="col"] .row {
        margin-left: 0;
    }
}
.page-container {
    padding-right: 24px;
    padding-left: 24px;
}
.page-container .content-grid-container {
    padding: 0;
}
@media (min-width: 990px) {
    .page-container .nav-col {
        padding-right: 48px;
    }
    .page-container .main-col {
        padding-left: 24px;
    }
}
header .container-fluid,
header .container-sm,
header .container-md,
header .container-lg,
header .container-xl {
    width: 100vw;
}
@media (min-width: 990px) {
    header .container-fluid,
    header .container-sm,
    header .container-md,
    header .container-lg,
    header .container-xl {
        margin-left: calc(-50vw + 50%);
    }
}
.page-container .container-fluid,
.page-container .container-sm,
.page-container .container-md,
.page-container .container-lg,
.page-container .container-xl {
    width: 100vw;
    margin-left: -24px;
}
@media (min-width: 990px) {
    .page-container .container-fluid,
    .page-container .container-sm,
    .page-container .container-md,
    .page-container .container-lg,
    .page-container .container-xl {
        margin-left: calc(-50vw + 50%);
    }
}
@media (min-width: 990px) {
    .main-12 .page-container .container-fluid,
    .main-12 .page-container .container-sm,
    .main-12 .page-container .container-md,
    .main-12 .page-container .container-lg,
    .main-12 .page-container .container-xl {
        margin-left: calc(-50vw + 50%);
    }
}
@media (min-width: 990px) {
    .main-3-6-3 .page-container .container-fluid,
    .main-3-6-3 .page-container .container-sm,
    .main-3-6-3 .page-container .container-md,
    .main-3-6-3 .page-container .container-lg,
    .main-3-6-3 .page-container .container-xl {
        margin-left: calc(-50vw + 50% - 8px);
    }
}
.main-3-6-3 .page-container .container-fluid .container,
.main-3-6-3 .page-container .container-sm .container,
.main-3-6-3 .page-container .container-md .container,
.main-3-6-3 .page-container .container-lg .container,
.main-3-6-3 .page-container .container-xl .container {
    padding-right: 24px;
    padding-left: 24px;
}
@media (min-width: 1280px) {
    .main-3-6-3 .page-container .container-fluid .container,
    .main-3-6-3 .page-container .container-sm .container,
    .main-3-6-3 .page-container .container-md .container,
    .main-3-6-3 .page-container .container-lg .container,
    .main-3-6-3 .page-container .container-xl .container {
        padding-right: 24px;
        padding-left: 24px;
    }
}
.main-3-6-3 .main-col .col-md-8,
.main-3-6-3 .main-col {
    z-index: 2;
}
@media (min-width: 990px) {
    .main-3-9 .page-container .container-fluid,
    .main-3-9 .page-container .container-sm,
    .main-3-9 .page-container .container-md,
    .main-3-9 .page-container .container-lg,
    .main-3-9 .page-container .container-xl {
        margin-left: calc(-50vw + 33.33% - 12px);
    }
}
@media (min-width: 990px) {
    .main-9-3 .page-container .container-fluid,
    .main-9-3 .page-container .container-sm,
    .main-9-3 .page-container .container-md,
    .main-9-3 .page-container .container-lg,
    .main-9-3 .page-container .container-xl {
        margin-left: calc(-50vw + 66.66%);
    }
}
.main-9-3 .main-col.col-lg-9 {
    z-index: 2;
    padding-left: 12px;
}
.rdl-offset-content-left,
.rdl-offset-content-right {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 990px) {
    .rdl-offset-content-right {
        float: right;
        margin-left: 24px;
        margin-right: calc(-50% - 24px);
        max-width: calc(83.33333% - 4px);
    }
    .rdl-offset-content-left {
        float: left;
        margin-right: 24px;
        margin-left: calc(-50% - 24px);
        max-width: calc(83.33333% - 4px);
    }
}
.page-container .content-grid {
    margin: 0 -12px;
}
ol.rdl-list,
ul.rdl-list {
    list-style-type: none;
}
.rdl-list dd {
    -webkit-padding-start: 32px;
    padding-inline-start: 32px;
}
ol {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}
ul.rdl-list {
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
}
ul.rdl-list > li,
ol > li {
    margin-bottom: 12px;
}
ol > li > ol,
ul.rdl-list > li > ul,
ol > li > ul,
ul.rdl-list > li > ol {
    margin-top: 8px;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}
ol > li > ol li,
ul.rdl-list > li > ul li,
ol > li > ul li,
ul.rdl-list > li > ol li {
    margin-bottom: 5px;
}
ul.rdl-list > li > ul,
ol > li > ul {
    -webkit-padding-start: 8px;
    padding-inline-start: 8px;
}
ol > li > ol,
ul.rdl-list > li > ol {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}
ol > li > ol > li > ol,
ul.rdl-list > li > ul > li > ul,
ol > li > ul > li > ol,
ol > li > ul > li > ul,
ol > li > ol > li > ul,
ul.rdl-list > li > ol > li > ul,
ul.rdl-list > li > ul > li > ol,
ul.rdl-list > li > ol > li > ol {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin-top: 0;
}
ol > li > ol > li > ol li,
ul.rdl-list > li > ul > li > ul li,
ol > li > ul > li > ol li,
ol > li > ul > li > ul li,
ol > li > ol > li > ul li,
ul.rdl-list > li > ol > li > ul li,
ul.rdl-list > li > ul > li > ol li,
ul.rdl-list > li > ol > li > ol li {
    margin-bottom: 5px;
}
ol > li > ol > li > ol li:last-of-type,
ul.rdl-list > li > ul > li > ul li:last-of-type,
ol > li > ul > li > ol li:last-of-type,
ol > li > ul > li > ul li:last-of-type,
ol > li > ol > li > ul li:last-of-type,
ul.rdl-list > li > ol > li > ul li:last-of-type,
ul.rdl-list > li > ul > li > ol li:last-of-type,
ul.rdl-list > li > ol > li > ol li:last-of-type {
    margin-bottom: 0;
}
ul.rdl-list > li > ul > li > ul > li,
ol > li > ul > li > ul > li,
ul.rdl-list > li > ol > li > ul > li,
ol > li > ol > li > ul > li {
    -webkit-margin-start: 6px;
    margin-inline-start: 6px;
}
ul.rdl-list li ol,
ol {
    counter-reset: item;
}
ul.rdl-list li ol > li,
ol > li {
    display: table;
}
ul.rdl-list li ol > li::before,
ol > li::before {
    display: table-cell;
    content: counters(item, ".") ".";
    counter-increment: item;
    -webkit-padding-end: 12px;
    padding-inline-end: 12px;
}
ul.rdl-list li ol > li ol > li::before,
ol > li ol > li::before {
    content: counters(item, ".") " ";
}
ul.rdl-list li ol > li ol > li > ol > li::before,
ol > li ol > li > ol > li::before {
    font-size: 0.875rem;
    color: #757575;
}
ul.rdl-list > li {
    list-style-type: disc;
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
}
ul.rdl-list > li ul > li {
    list-style-type: none;
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
}
ul.rdl-list > li ul > li::marker {
    content: "-";
}
ol ul > li {
    list-style-type: none;
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
}
ol ul > li::marker {
    content: "-";
}
img,
video,
object {
    max-width: 100%;
    height: auto;
}
iframe {
    margin-bottom: 1.5rem;
}
figure {
    margin-bottom: 0;
}
figure img {
    margin-bottom: 0;
}
figcaption,
.figcaption {
    font-family: "noway", sans-serif;
    color: #757575;
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin-bottom: 0.75rem;
}
.rdl-credits {
    margin-bottom: 0;
    display: inline-block;
    font-family: "noway", sans-serif;
    font-weight: 700;
    color: #757575;
    font-size: 0.75rem;
}
.rdl-image {
    position: relative;
    clear: both;
    margin-bottom: 24px;
}
.rdl-image picture {
    position: relative;
    display: inline-table;
}
.rdl-image picture img {
    margin-bottom: 6px;
}
.rdl-image figcaption {
    z-index: 80;
}
@media (min-width: 990px) {
    .rdl-image.rdl-offset-content-left figcaption,
    .rdl-image.rdl-offset-content-right figcaption {
        max-width: 60%;
        position: absolute;
    }
    .rdl-image.rdl-offset-content-right {
        align-items: flex-end;
    }
    .rdl-image.rdl-offset-content-right figcaption {
        right: 0;
    }
    .rdl-image.rdl-offset-figcaption-left figcaption {
        position: absolute;
        left: calc(-50% - 24px);
        top: 50%;
        transform: translateY(-50%);
        max-width: calc(50% - 12px);
        margin-right: 24px;
        margin-bottom: 0;
    }
    .rdl-image.rdl-offset-figcaption-right figcaption {
        position: absolute;
        right: calc(-50% - 12px);
        top: 50%;
        transform: translateY(-50%);
        max-width: calc(50% - 12px);
        margin-left: 24px;
        margin-bottom: 0;
    }
}
.rdl-image.rdl-article-inline-left,
.rdl-image.rdl-article-inline-right {
    max-width: 60%;
}
.rdl-image.rdl-article-inline-left {
    margin-right: 24px;
    float: left;
}
.rdl-image.rdl-article-inline-right {
    margin-left: 24px;
    float: right;
}
.rdl-image.rdl-article-inline-center {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.rdl-image.rdl-article-inline-center picture figcaption {
    display: table-caption;
    caption-side: bottom;
}
.rdl-parallel-down,
.rdl-parallel-up {
    margin-bottom: 24px;
}
@media (min-width: 640px) {
    .rdl-parallel-down,
    .rdl-parallel-up {
        margin-bottom: 28px;
    }
}
.rdl-parallel-up {
    -webkit-clip-path: polygon(0 3vw, 100% 0, 100% calc(100% - 3vw), 0 100%);
    clip-path: polygon(0 3vw, 100% 0, 100% calc(100% - 3vw), 0 100%);
}
.rdl-parallel-up > *:first-of-type {
    padding-top: clamp(48px, 6vw, 84px);
}
.rdl-parallel-up > *:last-of-type {
    padding-bottom: clamp(24px, 4vw, 48px);
}
.rdl-parallel-down {
    -webkit-clip-path: polygon(0 0, 100% 3vw, 100% 100%, 0 calc(100% - 3vw));
    clip-path: polygon(0 0, 100% 3vw, 100% 100%, 0 calc(100% - 3vw));
}
.rdl-parallel-down > *:first-of-type {
    padding-top: clamp(48px, 4vw, 64px);
}
.rdl-parallel-down > *:last-of-type {
    padding-bottom: clamp(32px, 4vw, 64px);
}
@media (min-width: 640px) {
    .rdl-trapeze-big-to-small,
    .rdl-trapeze-small-to-big {
        margin-bottom: 28px;
    }
}
.rdl-trapeze-small-to-big {
    -webkit-clip-path: polygon(0 3vw, 100% 0, 100% 100%, 0 calc(100% - 3vw));
    clip-path: polygon(0 3vw, 100% 0, 100% 100%, 0 calc(100% - 3vw));
}
.rdl-trapeze-small-to-big > *:first-of-type {
    padding-top: clamp(48px, 6vw, 84px);
}
.rdl-trapeze-small-to-big > *:last-of-type {
    padding-bottom: clamp(32px, 4vw, 56px);
}
.rdl-trapeze-big-to-small {
    -webkit-clip-path: polygon(0 0, 100% 3vw, 100% calc(100% - 3vw), 0% 100%);
    clip-path: polygon(0 0, 100% 3vw, 100% calc(100% - 3vw), 0% 100%);
}
.rdl-trapeze-big-to-small > *:first-of-type {
    padding-top: clamp(40px, 4vw, 64px);
}
.rdl-trapeze-big-to-small > *:last-of-type {
    padding-bottom: clamp(24px, 4vw, 48px);
}
.bottom-up > *:last-of-type,
.bottom-down > *:last-of-type {
    padding-bottom: 18px;
}
.bottom-down {
    -webkit-clip-path: polygon(0 0, 100% 2vw, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 2vw, 100% 100%, 0 100%);
}
.bottom-down > *:first-of-type {
    padding-top: 48px;
}
.bottom-up {
    -webkit-clip-path: polygon(0 2vw, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 2vw, 100% 0, 100% 100%, 0 100%);
}
.bottom-up > *:first-of-type {
    padding-top: 62px;
}
.rdl-divider {
    width: 100%;
    height: 24px;
    margin: 24px 0 36px;
}
@media (min-width: 990px) {
    .rdl-divider {
        margin: 36px 0 48px;
    }
}
@media (min-width: 1150px) {
    .rdl-divider {
        margin: 36px 0 56px;
    }
}
@media (min-width: 1280px) {
    .rdl-divider {
        margin: 48px 0 84px;
    }
}
.rdl-divider.full-width {
    position: relative;
    overflow-x: hidden;
    left: 0;
}
@media (min-width: 640px) {
    .rdl-divider.full-width {
        height: 36px;
        width: calc(100vw - 48px);
    }
}
@media (min-width: 990px) {
    .rdl-divider.full-width {
        height: 48px;
        width: calc(100vw - 36px);
        margin: 48px 0 56px;
        left: calc(-50vw + 50% + 18px);
    }
}
.rdl-divider.rdl-divider-down {
    transform: skewX(-2deg) skewY(2deg);
}
.rdl-divider.rdl-divider-up {
    transform: skewX(2deg) skewY(-2deg);
}
.rdl-divider.margin-bottom {
    margin-bottom: 1.5rem;
}
.rdl-divider.rdl-divider-primary {
    background-color: #002e70;
}
@media (min-width: 990px) {
    .page-container .main-col .rdl-divider.rdl-full-width {
        left: calc(-50vw + 50% + 12px);
    }
}
aside .rdl-divider {
    width: 100%;
    height: 16px;
    left: 0;
    margin: 24px 0 28px;
}
aside .rdl-divider:only-child {
    margin-top: 0;
}
.btn {
    text-transform: none;
    margin-bottom: 12px;
}
.btn-outline-primary {
    background-color: white;
    color: #002e70;
}
.btn-outline-primary:hover,
.btn-outline-primary:hover {
    background-color: #f2f4f8;
    color: #002e70;
}
.btn-ghost {
    background-color: transparent;
}
.btn-ghost:hover,
.btn-ghost.hover {
    background-color: transparent;
    box-shadow: inset 0 0 2px #002e70;
}
.btn.disabled,
.btn:disabled,
.btn.disabled:hover,
.btn:disabled:hover {
    background-color: #757575 !important;
    border-color: #757575 !important;
    color: white !important;
    box-shadow: none !important;
}
.btn-link {
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding: 0 8px;
    text-decoration: none;
    border: none;
    color: #002e70;
}
.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
}
.btn-link.disabled,
.btn-link:disabled {
    background-color: transparent;
}
.btn:focus,
.btn.focus {
    zoom: 1;
}
.btn-icon {
    display: inline-flex;
    align-items: center;
    padding-top: 12px;
    padding-right: 8px;
    padding-bottom: 12px;
}
.btn-icon span {
    margin-left: auto;
}
.btn-icon .rdl-icons,
.btn-icon .material-icons {
    font-size: 1.375rem;
    margin-left: 46px;
}
.btn-sm-block {
    width: 100%;
}
@media (min-width: 640px) {
    .btn-sm-block {
        width: auto;
    }
}
.btn-outline-primary.dropdown-toggle {
    border-color: #757575;
}
.btn-dense {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-dense .material-icons {
    margin: 0;
}
.btn-prev {
    padding-left: 6px;
}
.btn-next {
    padding-right: 6px;
}
button.icon-button {
    background-color: transparent;
    border: none;
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 0.5rem;
}
button.icon-button:hover {
    background-color: transparent;
}
.btn.badge-pill {
    padding-top: 9px;
    padding-bottom: 8px;
    margin-right: 12px;
}
.btn.badge-pill:hover,
.btn.badge-pill:focus {
    color: #002e70;
    background-color: #d1d8e6;
}
.btn.badge-pill.active {
    background-color: #002e70;
    color: #fff;
}
.rdl-theme-bg .btn.badge-pill {
    background-color: #fff;
    color: #171717;
}
.rdl-theme-bg .btn.badge-pill:hover,
.rdl-theme-bg .btn.badge-pill:focus {
    color: #002e70;
    background-color: #f2f4f8;
}
.rdl-theme-bg .btn.badge-pill.active {
    background-color: #002e70;
    color: #fff;
}
.btn-slim {
    padding: 7px 12px;
    display: inline-flex;
    align-items: center;
}
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary:not(:disabled):not(.disabled).active {
    background-color: #002e70;
}
.rdl-download-button {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
}
.rdl-download-button > .rdl-icons,
.rdl-download-button > .material-icons {
    margin-right: 16px;
    color: #002e70;
    font-size: 2.5rem;
}
.rdl-download-button > .rdl-icons.rdl-icons,
.rdl-download-button > .rdl-icons.material-icons,
.rdl-download-button > .material-icons.rdl-icons,
.rdl-download-button > .material-icons.material-icons {
    font-size: 2.5rem;
}
.rdl-download-button .btn {
    margin-bottom: 0;
}
.btn-lg,
.btn-group-lg > .btn {
    height: 60px;
    line-height: 1;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btn-lg .small,
.btn-lg form[class^="webform"] div.description,
form[class^="webform"] .btn-lg div.description,
.btn-lg form[class^="webform"] div.password-confirm,
form[class^="webform"] .btn-lg div.password-confirm,
.btn-lg form[class*=" webform"] div.description,
form[class*=" webform"] .btn-lg div.description,
.btn-lg form[class*=" webform"] div.password-confirm,
form[class*=" webform"] .btn-lg div.password-confirm,
.btn-group-lg > .btn .small,
.btn-group-lg > .btn form[class^="webform"] div.description,
form[class^="webform"] .btn-group-lg > .btn div.description,
.btn-group-lg > .btn form[class^="webform"] div.password-confirm,
form[class^="webform"] .btn-group-lg > .btn div.password-confirm,
.btn-group-lg > .btn form[class*=" webform"] div.description,
form[class*=" webform"] .btn-group-lg > .btn div.description,
.btn-group-lg > .btn form[class*=" webform"] div.password-confirm,
form[class*=" webform"] .btn-group-lg > .btn div.password-confirm {
    line-height: 1;
}
.btn-lg.btn-block,
.btn-group-lg > .btn-block.btn {
    display: flex;
}
._CookieScriptReportPageSaveSettingButton {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 13px 2.875rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #002e70;
    border-color: #002e70;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 1;
}
.rdl-burger {
    background-color: transparent;
    border: none;
    float: right;
    cursor: pointer;
    padding: 0;
    font-size: 0.75rem;
    color: #002e70;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-transform: uppercase;
}
.rdl-burger .rdl-line {
    width: 2rem;
    height: 4px;
    background-color: #002e70;
    display: block;
    margin: 3px 0;
    transition: all 0.3s ease-in-out;
    float: right;
}
.rdl-burger[aria-expanded="true"] {
    font-family: "noway", sans-serif;
    font-style: italic;
}
.rdl-burger[aria-expanded="true"] .rdl-line:nth-child(2) {
    width: 70%;
}
.rdl-burger[aria-expanded="true"] .rdl-line:nth-child(3) {
    width: 40%;
}
input[type="search" i]::-webkit-search-cancel-button {
    position: relative;
    right: 0px;
    top: 4px;
    -webkit-appearance: none !important;
    height: 20px;
    width: 20px;
    background-image: url(https://www.kb.dk/profiles/contrib/rdl_profile/themes/rdltheme/assets/images/icon-clear.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}
label {
    display: inline-flex;
    align-items: center;
}
input,
.form-input {
    font-family: "noway", sans-serif;
}
.form-input-password {
    position: relative;
}
.form-input,
.date-picker {
    position: relative;
    margin-bottom: 24px;
}
.form-input input.form-control,
.form-input textarea.form-control,
.date-picker input.form-control,
.date-picker textarea.form-control {
    font-family: "noway", sans-serif;
    box-sizing: border-box;
    background-color: white;
    transition: all 0.3s;
    margin: 0 0 8px 0;
    width: 100%;
}
.form-input input.form-control:disabled,
.form-input input.form-control[readonly],
.form-input textarea.form-control:disabled,
.form-input textarea.form-control[readonly],
.date-picker input.form-control:disabled,
.date-picker input.form-control[readonly],
.date-picker textarea.form-control:disabled,
.date-picker textarea.form-control[readonly] {
    background-color: #f5f5f5;
    opacity: 1;
}
.form-input-custom-size,
.date-picker-custom-size {
    width: auto;
}
.form-input-custom-size input.form-control,
.form-input-custom-size textarea.form-control,
.date-picker-custom-size input.form-control,
.date-picker-custom-size textarea.form-control {
    width: auto;
}
.form-input > input[type="time"]:not(.browser-default) + label,
.date-picker > input[type="time"]:not(.browser-default) + label {
    left: 8px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1rem;
    font-weight: 500;
    background: #fff;
    transform: translateY(-9px) scale(0.8);
    transform-origin: 0 0;
}
.form-input > input[type="time"]:not(.browser-default) + label.active,
.date-picker > input[type="time"]:not(.browser-default) + label.active {
    transform: translateY(-9px) scale(0.8);
    transform-origin: 0 0;
}
.form-input > input[type="date"]:not(.browser-default) + label,
.date-picker > input[type="date"]:not(.browser-default) + label {
    transform: translateY(-27px) scale(0.8);
    transform-origin: 0 0;
}
.form-input input[type="search"],
.date-picker input[type="search"] {
    padding-right: 56px;
    outline-offset: 0;
}
.form-input input[type="search"] + button.icon-button,
.date-picker input[type="search"] + button.icon-button {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
}
.form-input input[type="search"] + button.icon-button::before,
.date-picker input[type="search"] + button.icon-button::before {
    position: absolute;
    right: 16px;
    top: 50%;
    height: auto;
    line-height: unset;
    transform: translateY(-50%);
    width: 26px;
}
.form-input input.rdl_password[type="password"],
.form-input input.rdl_password[type="text"],
.date-picker input.rdl_password[type="password"],
.date-picker input.rdl_password[type="text"] {
    padding-right: 56px;
    outline-offset: 0;
}
.form-input input.rdl_password[type="password"] + div.icon-button,
.form-input input.rdl_password[type="text"] + div.icon-button,
.date-picker input.rdl_password[type="password"] + div.icon-button,
.date-picker input.rdl_password[type="text"] + div.icon-button {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}
.form-input input.rdl_password[type="password"] + div.icon-button::before,
.form-input input.rdl_password[type="text"] + div.icon-button::before,
.date-picker input.rdl_password[type="password"] + div.icon-button::before,
.date-picker input.rdl_password[type="text"] + div.icon-button::before {
    position: absolute;
    right: 16px;
    top: 50%;
    height: auto;
    line-height: unset;
    transform: translateY(-50%);
    width: 26px;
}
@-webkit-keyframes autofill {
    to {
        color: #757575;
        background: transparent;
    }
}
@keyframes autofill {
    to {
        color: #757575;
        background: transparent;
    }
}
.form-input .form-input-password .icon-button .material-icons,
.date-picker .form-input-password .icon-button .material-icons {
    font-size: 1.5rem;
}
.form-input input[inputmode="email"] + label .material-icons,
.date-picker input[inputmode="email"] + label .material-icons {
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}
.form-input input:-webkit-autofill,
.date-picker input:-webkit-autofill {
    -webkit-animation-name: autofill;
    animation-name: autofill;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.form-input label,
.form-input .custom-label,
.date-picker label,
.date-picker .custom-label {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 1rem;
    color: #555555;
    cursor: text;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
    transform: translateY(12px);
    transform-origin: 0% 100%;
    max-width: calc(100% - 24px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form-input label .rdl-tooltip-icon,
.form-input .custom-label .rdl-tooltip-icon,
.date-picker label .rdl-tooltip-icon,
.date-picker .custom-label .rdl-tooltip-icon {
    margin-left: 4px;
    font-size: 1rem;
}
.form-input input:-webkit-autofill + label,
.date-picker input:-webkit-autofill + label {
    left: 8px;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 500;
    background: #fff;
    transform: translateY(-16px) scale(0.75);
    color: #002e70;
}
.form-input input:autofill + label,
.date-picker input:autofill + label {
    left: 8px;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 500;
    background: #fff;
    transform: translateY(-16px) scale(0.75);
    color: #002e70;
}
.form-input.active label,
.form-input.active .custom-label,
.form-input label.active,
.form-input label.disabled,
.form-input label.readonly,
.date-picker.active label,
.date-picker.active .custom-label,
.date-picker label.active,
.date-picker label.disabled,
.date-picker label.readonly {
    left: 8px;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 500;
    background: #fff;
    transform: translateY(-16px) scale(0.75);
    color: #002e70;
}
.form-input.active label .rdl-tooltip-icon,
.form-input.active .custom-label .rdl-tooltip-icon,
.form-input label.active .rdl-tooltip-icon,
.form-input label.disabled .rdl-tooltip-icon,
.form-input label.readonly .rdl-tooltip-icon,
.date-picker.active label .rdl-tooltip-icon,
.date-picker.active .custom-label .rdl-tooltip-icon,
.date-picker label.active .rdl-tooltip-icon,
.date-picker label.disabled .rdl-tooltip-icon,
.date-picker label.readonly .rdl-tooltip-icon {
    color: #002e70;
}
.form-input textarea.form-control,
.date-picker textarea.form-control {
    height: auto;
}
.form-input textarea.form-control:focus,
.date-picker textarea.form-control:focus {
    outline: auto 5px -webkit-focus-ring-color;
}
.was-validated input.form-control:valid,
.was-validated input.form-control.is-valid,
.was-validated textarea.form-control:valid,
.was-validated textarea.form-control.is-valid {
    border-color: #002e70;
}
.was-validated input.form-control:valid + label,
.was-validated input.form-control.is-valid + label,
.was-validated textarea.form-control:valid + label,
.was-validated textarea.form-control.is-valid + label {
    color: #002e70;
}
.was-validated input.form-control:valid:focus,
.was-validated input.form-control.is-valid:focus,
.was-validated textarea.form-control:valid:focus,
.was-validated textarea.form-control.is-valid:focus {
    box-shadow: none;
    border-color: #002e70;
}
.was-validated input.form-control:invalid,
.was-validated input.form-control.is-invalid,
.was-validated textarea.form-control:invalid,
.was-validated textarea.form-control.is-invalid {
    border-color: #b30018;
}
.was-validated input.form-control:invalid + label,
.was-validated input.form-control.is-invalid + label,
.was-validated textarea.form-control:invalid + label,
.was-validated textarea.form-control.is-invalid + label {
    color: #b30018;
}
.was-validated input.form-control:invalid:focus,
.was-validated input.form-control.is-invalid:focus,
.was-validated textarea.form-control:invalid:focus,
.was-validated textarea.form-control.is-invalid:focus {
    box-shadow: none;
}
.was-validated input.form-control:invalid:focus + label,
.was-validated input.form-control.is-invalid:focus + label,
.was-validated textarea.form-control:invalid:focus + label,
.was-validated textarea.form-control.is-invalid:focus + label {
    color: #b30018;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.was-validated .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #002e70 !important;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.was-validated .custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: none;
}
.was-validated .invalid-feedback {
    color: #b30018;
}
.custom-file {
    margin: 0 0 24px 0;
}
.custom-file .custom-file-input:focus ~ .custom-file-label {
    outline: auto 5px -webkit-focus-ring-color;
}
.custom-file .custom-file-input:-moz-focusring ~ .custom-file-label {
    color: initial;
    text-shadow: none;
    outline: 1px dotted;
}
.custom-file .custom-file-input[required] + .custom-file-label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.custom-file .custom-file-input[required] + .custom-file-label::before {
    content: "*";
}
.custom-file-custom-size {
    width: auto;
}
.custom-file-custom-size .custom-file-input {
    width: auto;
}
.custom-file .custom-file-input:hover + .custom-file-label::after {
    background-color: #00193d;
}
.custom-file.custom-file-lg .custom-file-input,
.custom-file.custom-file-lg .custom-file-label {
    height: 3.75rem;
}
.custom-file.custom-file-lg .custom-file-label::after {
    line-height: 2.75rem;
}
.custom-file.custom-file-sm .custom-file-input,
.custom-file.custom-file-sm .custom-file-label {
    height: 2.25rem;
}
.custom-file.custom-file-sm .custom-file-label::after {
    line-height: 1.25rem;
}
input[required] + label::after,
label .required-marker {
    color: #b30018;
    display: block;
    content: "*";
    margin-left: 0.25rem;
    transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
.form-input input.form-control:focus {
    outline: auto 5px -webkit-focus-ring-color;
    outline-style: auto;
    border-radius: revert;
}
.form-input input.form-control:-moz-focusring {
    outline-style: auto;
    border-radius: revert;
}
.form-inline .form-input input.form-control {
    margin: 0;
}
.form-inline .btn {
    margin-bottom: 24px;
}
small.form-text.text-muted {
    margin-top: 0;
    margin-bottom: 8px;
}
label + small.form-text.text-muted,
input + small.form-text.text-muted {
    margin-top: 4px;
    margin-bottom: 0;
}
.form-input .form-control-sm + label,
.date-picker .form-control-sm + label {
    transform: translateY(6px);
}
.form-input.active .form-control-sm + label,
.date-picker.active .form-control-sm + label {
    transform: translateY(-15px) scale(0.75);
}
.form-input.form-input-sm label,
.date-picker.form-input-sm label {
    transform: translateY(6px);
}
.form-input.form-input-sm.active label,
.date-picker.form-input-sm.active label {
    transform: translateY(-15px) scale(0.75);
}
.form-input .form-control-lg + label,
.date-picker .form-control-lg + label {
    transform: translateY(18px);
}
.form-input.active .form-control-lg + label,
.date-picker.active .form-control-lg + label {
    transform: translateY(-15px) scale(0.75);
}
.form-input.form-input-lg label,
.date-picker.form-input-lg label {
    transform: translateY(18px);
}
.form-input.form-input-lg.active label,
.date-picker.form-input-lg.active label {
    transform: translateY(-15px) scale(0.75);
}
.needs-validation .invalid-tooltip {
    border-radius: unset;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin: -10px auto 0 auto;
    font-size: 0.875rem;
    line-height: 1.5;
    color: white;
    position: relative;
    background-color: #b30018;
    width: calc(100% - 6px);
}
.needs-validation .invalid-tooltip.checkbox {
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.needs-validation .invalid-tooltip::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #b30018;
    position: absolute;
    top: -10px;
}
.form-input-password.is-invalid.error .invalid-feedback {
    display: block;
}
.was-validated:invalid .form-input-password ~ .invalid-feedback.invalid-tooltip {
    display: block;
    float: left;
}
.was-validated:invalid .rdl-input-help-password,
.needs-validation .rdl-input-help-password {
    display: inline-block;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip .form-input-password {
    float: left;
}
.form-input .form-input-password.js-password-field {
    position: relative;
    margin-bottom: -18px;
}
.invalid-feedback.js-password-field.js-password-field {
    margin-top: 10px;
}
.form-input .form-input-password input.rdl_password[type="password"] + div.icon-button {
    position: absolute;
    top: 28px;
}
.input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group > .form-floating label {
    color: #757575;
    left: 0;
    margin: 0;
    padding-inline: 0.75rem;
    position: absolute;
    top: 0;
    transform: translateY(12px);
    transition: transform 0.2s ease-out, color 0.2s ease-out;
}
.input-group > .form-floating .form-control:not(:-moz-placeholder-shown) + label {
    background-color: #fff;
    color: #171717;
    padding-inline: 5px;
    transform: translateY(-16px) scale(0.75);
}
.input-group > .form-floating .form-control:not(:-ms-input-placeholder) + label {
    background-color: #fff;
    color: #171717;
    padding-inline: 5px;
    transform: translateY(-16px) scale(0.75);
}
.input-group > .form-floating .form-control:not(:placeholder-shown) + label {
    background-color: #fff;
    color: #171717;
    padding-inline: 5px;
    transform: translateY(-16px) scale(0.75);
}
.input-group > .form-floating:focus-within {
    z-index: 6;
}
.input-group:focus-within {
    box-shadow: 0 0 0 0.125rem var(--rdl-color-blue-500);
}
.input-group-prepend .btn:has(.rdl-icons),
.input-group-prepend .btn:has(.material-icons),
.input-group-append .btn:has(.rdl-icons),
.input-group-append .btn:has(.material-icons) {
    align-items: center;
    display: inline-flex;
    gap: 0.5rem;
    padding-block: 0;
}
.form-check {
    margin-bottom: 24px;
}
.form-check + .form-check {
    margin-top: -18px;
}
.form-check input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.form-check input:checked + label::before {
    content: "check_box";
}
.form-check input:disabled + label,
.form-check input:disabled + label::before {
    color: #757575;
}
.form-check input:focus + label::before {
    outline: 1px dotted black;
    outline: -webkit-focus-ring-color auto 5px;
}
.form-check input[type="radio"]:checked + label::before {
    content: "radio_button_checked";
    background-color: transparent;
}
.form-check input[type="checkbox"][required] + label::after {
    display: block;
    content: " *";
    transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
.form-check label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
}
.form-check label::before {
    content: "check_box_outline_blank";
    text-align: center;
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
    display: inline-block;
    border-radius: 2px;
    color: #002e70;
}
.form-check label.rdl_radio:not(:checked):before {
    content: "radio_button_unchecked";
}
.form-check a {
    display: inline;
}
.form-check .invalid input:not(:checked) + label::before {
    color: #b30018;
}
.form-check.form-check-sm label::before,
.form-check.radiogroup-sm label::before {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-left: 0.25rem;
    margin-right: 0.5rem;
}
.form-check.form-check-lg label::before,
.form-check.radiogroup-lg label::before {
    font-size: 2rem;
    line-height: 1.5rem;
}
fieldset .form-check + small.form-text {
    margin-top: -18px;
}
.radiogroup-required legend::after {
    color: #b30018;
    display: inline;
    content: " *";
}
.was-validated .form-check input:invalid + label::before {
    color: #b30018;
}
@-webkit-keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}
@keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}
.bootstrap-select {
    width: 220px \0;
    vertical-align: middle;
    background: #fff;
    margin-bottom: 24px;
}
.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
    padding: 0.375rem 0.75rem;
    height: 3rem;
    font-size: 1rem;
    line-height: 2.25rem;
    margin-bottom: 0;
}
.bootstrap-select > .dropdown-toggle::after {
    border: none;
    content: "expand_more";
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #757575;
    background-color: #fff;
}
.bootstrap-select.show .btn-outline-primary {
    color: #757575;
    background-color: #fff;
}
.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b30018;
}
.bootstrap-select .has-error .bootstrap-select ~ .invalid-feedback,
.bootstrap-select .error .bootstrap-select ~ .invalid-feedback,
.bootstrap-select .bootstrap-select.is-invalid ~ .invalid-feedback,
.bootstrap-select .was-validated .bootstrap-select select:invalid ~ .invalid-feedback {
    display: block;
}
.bootstrap-select.fit-width {
    width: auto !important;
}
.bootstrap-select.multiple .dropdown-item.selected {
    background-color: #002e70;
    border-radius: 0;
    color: white;
}
.bootstrap-select.multiple .dropdown-item.selected:hover {
    color: white;
}
.bootstrap-select + small,
.bootstrap-select + .invalid-feedback,
.bootstrap-select + small + .invalid-feedback {
    position: relative;
    bottom: 20px;
}
.bootstrap-select {
    padding: 0;
}
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto;
}
.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto;
}
.form-inline .bootstrap-select {
    width: auto;
}
.bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
    float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
    margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
    height: 2.25rem;
    padding: 0.25rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
    height: 3.75rem;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 2;
}
.form-inline .bootstrap-select .form-control {
    width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
    cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
    outline: none !important;
}
.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    text-overflow: ellipsis;
}
.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
    width: 100%;
}
.bootstrap-select .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box;
    border-color: #757575;
    border-top-color: transparent;
    margin: -1px 0 0;
    padding: 0;
}
.bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
    position: relative;
    padding: 0;
    margin: 0;
}
.bootstrap-select .dropdown-menu li.active a {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}
.bootstrap-select .dropdown-menu li.active small {
    color: #757575 !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: pre-line;
}
.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
    padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu li.no-results {
    padding: 6px;
    background: #f5f5f5;
    margin: 0;
    white-space: nowrap;
}
.bootstrap-select .dropdown-menu a.dropdown-item:hover {
    color: #002e70;
}
.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
    animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: "Â ";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
    content: "";
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.16em 0.16em 0;
    transform-style: preserve-3d;
    transform: rotate(45deg);
}
.selectpicker[required] + button .filter-option-inner-inner {
    position: relative;
}
.selectpicker[required] + button .filter-option-inner-inner::after {
    position: absolute;
    display: inline;
    content: " *";
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #757575;
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid #757575;
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid white;
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
    display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 0px;
}
.bs-actionsbox {
    width: 100%;
    box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
    width: 50%;
}
.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.bs-donebutton .btn-group button {
    width: 100%;
}
.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}
.rdl-logo {
    display: inline-block;
    width: 138px;
    height: 32px;
    background-image: url(https://www.kb.dk/profiles/contrib/rdl_profile/themes/rdltheme/assets/images/logo-digital.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
@media (min-width: 990px) {
    .rdl-logo {
        width: 174px;
        height: 69px;
        background-image: url(https://www.kb.dk/profiles/contrib/rdl_profile/themes/rdltheme/assets/images/logo.svg);
    }
}
@media (min-width: 1150px) {
    .rdl-logo {
        width: 226px;
        height: 89px;
    }
}
.rdl-logo-inverted {
    background-image: url(https://www.kb.dk/profiles/contrib/rdl_profile/themes/rdltheme/assets/images/logo-digital-white.svg);
}
@media (min-width: 990px) {
    .rdl-logo-inverted {
        background-image: url(https://www.kb.dk/profiles/contrib/rdl_profile/themes/rdltheme/assets/images/logo-white.svg);
    }
}
.rdl-logo-monochrome {
    background-image: url(https://www.kb.dk/profiles/contrib/rdl_profile/themes/rdltheme/assets/images/logo-digital-black.svg);
}
@media (min-width: 990px) {
    .rdl-logo-monochrome {
        background-image: url(https://www.kb.dk/profiles/contrib/rdl_profile/themes/rdltheme/assets/images/logo-black.svg);
    }
}
.rdl-logo-digital {
    background-image: url(https://www.kb.dk/profiles/contrib/rdl_profile/themes/rdltheme/assets/images/logo-digital.svg);
}
.rdl-logo-digital.rdl-logo-inverted {
    background-image: url(https://www.kb.dk/profiles/contrib/rdl_profile/themes/rdltheme/assets/images/logo-digital-white.svg);
}
.rdl-logo-digital.rdl-logo-monochrome {
    background-image: url(https://www.kb.dk/profiles/contrib/rdl_profile/themes/rdltheme/assets/images/logo-digital-black.svg);
}
@media (min-width: 990px) {
    .rdl-logo-digital {
        height: 52px;
    }
}
.custom-switch {
    min-height: 32px;
    line-height: 2.5rem;
    margin-bottom: 20px;
}
.custom-switch .custom-control-label .rdl-tooltip-icon {
    margin-left: 4px;
}
.custom-switch .custom-control-label::before {
    height: 32px;
    background-color: #d6d6d6;
    border: none;
    left: -74px;
    width: 63px;
}
.custom-switch .custom-control-label::after {
    top: 10px;
    left: -68px;
    background-color: white;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #002e70;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(32px);
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.custom-control.custom-number-input {
    display: flex;
    padding-left: 0;
    align-items: center;
}
.custom-control.custom-number-input button {
    margin: 0;
    padding: 10px;
    line-height: 1;
}
.custom-control.custom-number-input .custom-number-input-remove {
    order: 2;
    border-radius: 2px 0 0 2px;
}
.custom-control.custom-number-input .custom-number-input-add {
    order: 4;
    border-radius: 0 2px 2px 0;
}
.custom-control.custom-number-input input[type="number"] {
    order: 3;
    width: 60px;
    text-align: center;
    border-top: 1px solid #757575;
    border-right-width: 0;
    border-bottom: 1px solid #757575;
    border-left-width: 0;
}
.custom-control.custom-number-input label {
    order: 1;
    margin-right: auto;
}
.custom-control.custom-number-input.form-control-sm button {
    padding: 4px;
}
.custom-control.custom-number-input.form-control-sm input[type="number"] {
    width: 52px;
}
.custom-control.custom-number-input.form-control-lg button {
    padding: 16px;
}
.custom-control.custom-number-input.form-control-lg input[type="number"] {
    width: 76px;
}
.was-validated input.form-control:invalid + button + label {
    border: 1px solid red;
    padding: 0 6px;
}
.choices {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 16px;
}
.choices:focus {
    outline: none;
}
.choices:last-child {
    margin-bottom: 0;
}
.choices.is-open {
    overflow: initial;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.choices.is-disabled .choices__item {
    cursor: not-allowed;
}
.choices [hidden] {
    display: none !important;
}
.choices::after {
    vertical-align: middle;
    margin-left: 1rem;
    border: none;
    content: "expand_more";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.choices[data-type*="select-one"] {
    cursor: pointer;
}
.choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 8px;
}
.choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #757575;
    background-color: #ffffff;
    margin: 0;
}
.choices[data-type*="select-one"] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
}
.choices[data-type*="select-one"] .choices__button:focus {
    box-shadow: 0px 0px 0px 2px #f2f4f8;
}
.choices[data-type*="select-one"] .choices__item[data-value=""] .choices__button {
    display: none;
}
.choices[data-type*="select-one"]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #171717 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
}
.choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent #171717 transparent;
    margin-top: -7.5px;
}
.choices[data-type*="select-one"][dir="rtl"]:after {
    left: 11.5px;
    right: auto;
}
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0;
}
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
    cursor: pointer;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: calc(8px / 2 * -1);
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 10px;
    width: 10px;
    line-height: 1;
    border-radius: 0;
}
.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: white;
    padding: 4px 36px 4px 8px;
    border: 1px solid #757575;
    border-radius: 2px;
    font-size: 16px;
    min-height: 44px;
    overflow: hidden;
}
.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #4f4f4f;
}
.is-open .choices__inner {
    border-radius: 2px 2px 0 0;
}
.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2px 2px;
}
.form-input-lg .choices__inner {
    height: 3.75rem;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.form-input-lg .choices__input {
    font-size: 1.25rem;
}
.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
}
[dir="rtl"] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
}
.choices__list--single .choices__item {
    width: 100%;
}
.choices__list--multiple {
    display: inline;
}
.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    padding: 4px 4px;
    font-size: 16px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #002e70;
    border: 1px solid #002457;
    color: #ffffff;
    word-break: break-all;
    box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
}
[dir="rtl"] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
    background-color: #002457;
    border: 1px solid #00193d;
}
.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaaaaa;
    border: 1px solid #919191;
}
.choices__list--dropdown {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #757575;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility;
    font-family: "noway", sans-serif;
}
.choices__list--dropdown.is-active {
    visibility: visible;
}
.is-open .choices__list--dropdown {
    border-color: #4f4f4f;
}
.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 16px;
}
[dir="rtl"] .choices__list--dropdown .choices__item {
    text-align: right;
}
@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px;
    }
    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px;
    }
    [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
        right: auto;
        left: 10px;
    }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f4f8;
    color: #002e70;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: 0.5;
}
.choices__item {
    cursor: default;
}
.choices__item--selectable {
    cursor: pointer;
}
.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.5;
}
.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #8f8f8f;
    color: gray;
}
.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.choices__button:focus {
    outline: none;
}
.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: white;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
    line-height: 1.875rem;
}
.choices__input:focus {
    outline: 0;
}
[dir="rtl"] .choices__input {
    padding-right: 2px;
    padding-left: 0;
}
.choices__placeholder {
    opacity: 0.5;
}
.table thead th,
.table tfoot th {
    font-size: 0.875rem;
    color: #757575;
    border-bottom-width: 1px;
}
.table tfoot th,
.table tr:last-of-type {
    border-bottom: 1px solid #757575;
}
.table tbody th {
    font-weight: normal;
}
@media (min-width: 990px) {
    .table thead th,
    .table tfoot th {
        white-space: nowrap;
    }
}
.table td p:last-child {
    margin-bottom: 0;
}
.table.table-borderless thead th,
.table.table-borderless tfoot th,
.table.table-borderless tbody th {
    border-bottom-width: 0;
}
.table.table-borderless tfoot th,
.table.table-borderless tr:last-of-type {
    border-bottom: none;
}
.table caption {
    font-size: 0.75rem;
}
.btn.dropdown-toggle {
    padding-right: 1rem;
    padding-left: 1rem;
}
.btn.dropdown-toggle::after {
    vertical-align: middle;
    margin-left: 1rem;
    border: none;
    content: "expand_more";
}
.dropdown-menu .dropdown-item {
    text-decoration: none;
}
.dropdown-menu ul {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin-bottom: 0;
}
.dropdown-menu li {
    margin-bottom: 0;
}
.nodemenu .btn.btn-outline-primary {
    width: 100%;
    text-decoration: none;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rdl-advanced-search,
aside .rdl-spot-search .rdl-advanced-search {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #171717;
    margin-bottom: 12px;
}
.rdl-advanced-search .dropdown.bootstrap-select,
aside .rdl-spot-search .rdl-advanced-search .dropdown.bootstrap-select {
    width: 100%;
    margin-bottom: 32px;
}
.rdl-advanced-search .dropdown.bootstrap-select .dropdown-menu,
aside .rdl-spot-search .rdl-advanced-search .dropdown.bootstrap-select .dropdown-menu {
    border-color: #f5f5f5;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}
.rdl-advanced-search .dropdown.bootstrap-select .dropdown-menu.inner li:last-child,
aside .rdl-spot-search .rdl-advanced-search .dropdown.bootstrap-select .dropdown-menu.inner li:last-child {
    border-top: 1px solid #d6d6d6;
}
.rdl-advanced-search .dropdown.bootstrap-select .dropdown-menu.inner li:last-child a::after,
aside .rdl-spot-search .rdl-advanced-search .dropdown.bootstrap-select .dropdown-menu.inner li:last-child a::after {
    content: "link";
    float: right;
    line-height: 1.5rem;
}
.rdl-advanced-search .rdl-advanced-search-input,
aside .rdl-spot-search .rdl-advanced-search .rdl-advanced-search-input {
    width: 100%;
    margin-bottom: 32px;
}
.rdl-advanced-search .btn,
.rdl-advanced-search input,
aside .rdl-spot-search .rdl-advanced-search .btn,
aside .rdl-spot-search .rdl-advanced-search input {
    border: none;
}
.rdl-advanced-search .btn,
aside .rdl-spot-search .rdl-advanced-search .btn {
    width: 100%;
}
.rdl-advanced-search .form-control,
.rdl-advanced-search .bootstrap-select > .dropdown-toggle,
aside .rdl-spot-search .rdl-advanced-search .form-control,
aside .rdl-spot-search .rdl-advanced-search .bootstrap-select > .dropdown-toggle {
    padding: 6px 12px;
    border: 1px solid #757575;
    border-radius: 2px;
}
.rdl-advanced-search .btn-outline-primary.dropdown-toggle,
aside .rdl-spot-search .rdl-advanced-search .btn-outline-primary.dropdown-toggle {
    padding-left: 24px;
}
.rdl-advanced-search .btn-outline-primary.dropdown-toggle:active,
.rdl-advanced-search .btn-outline-primary.dropdown-toggle:hover,
.rdl-advanced-search .btn-outline-primary.dropdown-toggle:focus,
aside .rdl-spot-search .rdl-advanced-search .btn-outline-primary.dropdown-toggle:active,
aside .rdl-spot-search .rdl-advanced-search .btn-outline-primary.dropdown-toggle:hover,
aside .rdl-spot-search .rdl-advanced-search .btn-outline-primary.dropdown-toggle:focus {
    background: white;
}
@media (min-width: 640px) {
    header .rdl-advanced-search .rdl-advanced-search-input,
    .main-12 .col .rdl-advanced-search .rdl-advanced-search-input,
    .main-3-9 .col-lg-9 .rdl-advanced-search .rdl-advanced-search-input,
    .main-9-3 .col-lg-9 .rdl-advanced-search .rdl-advanced-search-input,
    .main-3-6-3 .col-lg-6 .rdl-spot-search-simple .rdl-advanced-search .rdl-advanced-search-input {
        width: calc(50% - 12px);
        margin-bottom: 0;
    }
    header .rdl-advanced-search.with-dropdown .rdl-advanced-search-input,
    .main-12 .col .rdl-advanced-search.with-dropdown .rdl-advanced-search-input,
    .main-3-9 .col-lg-9 .rdl-advanced-search.with-dropdown .rdl-advanced-search-input,
    .main-9-3 .col-lg-9 .rdl-advanced-search.with-dropdown .rdl-advanced-search-input,
    .main-3-6-3 .col-lg-6 .rdl-spot-search-simple .rdl-advanced-search.with-dropdown .rdl-advanced-search-input {
        width: 100%;
        margin-bottom: 32px;
    }
    header .rdl-advanced-search .dropdown.bootstrap-select,
    .main-12 .col .rdl-advanced-search .dropdown.bootstrap-select,
    .main-3-9 .col-lg-9 .rdl-advanced-search .dropdown.bootstrap-select,
    .main-9-3 .col-lg-9 .rdl-advanced-search .dropdown.bootstrap-select,
    .main-3-6-3 .col-lg-6 .rdl-spot-search-simple .rdl-advanced-search .dropdown.bootstrap-select {
        width: calc(50% - 12px);
        margin-bottom: 0;
    }
    header .rdl-advanced-search .btn.btn-primary,
    .main-12 .col .rdl-advanced-search .btn.btn-primary,
    .main-3-9 .col-lg-9 .rdl-advanced-search .btn.btn-primary,
    .main-9-3 .col-lg-9 .rdl-advanced-search .btn.btn-primary,
    .main-3-6-3 .col-lg-6 .rdl-spot-search-simple .rdl-advanced-search .btn.btn-primary {
        width: calc(50% - 12px);
        margin-bottom: 0;
    }
}
@media (min-width: 800px) {
    header .rdl-advanced-search,
    .main-12 .col .rdl-advanced-search,
    .main-3-9 .col-lg-9 .rdl-advanced-search,
    .main-9-3 .col-lg-9 .rdl-advanced-search,
    .main-3-6-3 .col-lg-6 .rdl-spot-search-simple .rdl-advanced-search {
        flex-wrap: nowrap;
        border: 1px solid #f5f5f5;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
        border-radius: 2px;
    }
    header .rdl-advanced-search .dropdown.bootstrap-select,
    .main-12 .col .rdl-advanced-search .dropdown.bootstrap-select,
    .main-3-9 .col-lg-9 .rdl-advanced-search .dropdown.bootstrap-select,
    .main-9-3 .col-lg-9 .rdl-advanced-search .dropdown.bootstrap-select,
    .main-3-6-3 .col-lg-6 .rdl-spot-search-simple .rdl-advanced-search .dropdown.bootstrap-select {
        width: auto;
        min-width: 220px;
        margin-bottom: 0;
    }
    header .rdl-advanced-search.with-dropdown .rdl-advanced-search-input,
    header .rdl-advanced-search .rdl-advanced-search-input,
    .main-12 .col .rdl-advanced-search.with-dropdown .rdl-advanced-search-input,
    .main-12 .col .rdl-advanced-search .rdl-advanced-search-input,
    .main-3-9 .col-lg-9 .rdl-advanced-search.with-dropdown .rdl-advanced-search-input,
    .main-3-9 .col-lg-9 .rdl-advanced-search .rdl-advanced-search-input,
    .main-9-3 .col-lg-9 .rdl-advanced-search.with-dropdown .rdl-advanced-search-input,
    .main-9-3 .col-lg-9 .rdl-advanced-search .rdl-advanced-search-input,
    .main-3-6-3 .col-lg-6 .rdl-spot-search-simple .rdl-advanced-search.with-dropdown .rdl-advanced-search-input,
    .main-3-6-3 .col-lg-6 .rdl-spot-search-simple .rdl-advanced-search .rdl-advanced-search-input {
        margin-bottom: 0;
        width: 100%;
    }
    header .rdl-advanced-search .form-control,
    header .rdl-advanced-search .bootstrap-select > .dropdown-toggle,
    .main-12 .col .rdl-advanced-search .form-control,
    .main-12 .col .rdl-advanced-search .bootstrap-select > .dropdown-toggle,
    .main-3-9 .col-lg-9 .rdl-advanced-search .form-control,
    .main-3-9 .col-lg-9 .rdl-advanced-search .bootstrap-select > .dropdown-toggle,
    .main-9-3 .col-lg-9 .rdl-advanced-search .form-control,
    .main-9-3 .col-lg-9 .rdl-advanced-search .bootstrap-select > .dropdown-toggle,
    .main-3-6-3 .col-lg-6 .rdl-spot-search-simple .rdl-advanced-search .form-control,
    .main-3-6-3 .col-lg-6 .rdl-spot-search-simple .rdl-advanced-search .bootstrap-select > .dropdown-toggle {
        padding: 20px 12px;
        height: 72px;
        border: none;
    }
    header .rdl-advanced-search .btn.btn-primary,
    .main-12 .col .rdl-advanced-search .btn.btn-primary,
    .main-3-9 .col-lg-9 .rdl-advanced-search .btn.btn-primary,
    .main-9-3 .col-lg-9 .rdl-advanced-search .btn.btn-primary,
    .main-3-6-3 .col-lg-6 .rdl-spot-search-simple .rdl-advanced-search .btn.btn-primary {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        width: auto;
        color: #002e70;
        padding: 0 22px;
        background: #fff;
        margin-bottom: 0;
        border-radius: 0;
    }
    header .rdl-advanced-search .btn.btn-primary:active,
    .main-12 .col .rdl-advanced-search .btn.btn-primary:active,
    .main-3-9 .col-lg-9 .rdl-advanced-search .btn.btn-primary:active,
    .main-9-3 .col-lg-9 .rdl-advanced-search .btn.btn-primary:active,
    .main-3-6-3 .col-lg-6 .rdl-spot-search-simple .rdl-advanced-search .btn.btn-primary:active {
        color: #002e70;
        background: #fff;
    }
    header .rdl-advanced-search .btn.btn-primary i,
    .main-12 .col .rdl-advanced-search .btn.btn-primary i,
    .main-3-9 .col-lg-9 .rdl-advanced-search .btn.btn-primary i,
    .main-9-3 .col-lg-9 .rdl-advanced-search .btn.btn-primary i,
    .main-3-6-3 .col-lg-6 .rdl-spot-search-simple .rdl-advanced-search .btn.btn-primary i {
        padding-left: 0;
        margin-left: 0;
    }
}
@media (min-width: 640px) {
    .main-3-6-3 .col-lg-6 .rdl-spot-search-advanced .rdl-advanced-search .rdl-advanced-search-input {
        width: calc(50% - 12px);
        margin-bottom: 0;
    }
    .main-3-6-3 .col-lg-6 .rdl-spot-search-advanced .rdl-advanced-search.with-dropdown .rdl-advanced-search-input {
        width: 100%;
        margin-bottom: 32px;
    }
    .main-3-6-3 .col-lg-6 .rdl-spot-search-advanced .rdl-advanced-search .dropdown.bootstrap-select {
        width: calc(50% - 12px);
        margin-bottom: 0;
    }
    .main-3-6-3 .col-lg-6 .rdl-spot-search-advanced .rdl-advanced-search .btn.btn-primary {
        width: calc(50% - 12px);
        margin-bottom: 0;
    }
}
@media (min-width: 800px) and (max-width: 989.98px) {
    .main-3-6-3 .col-lg-6 .rdl-spot-search-advanced .rdl-advanced-search {
        flex-wrap: nowrap;
        border: 1px solid #f5f5f5;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
        border-radius: 2px;
    }
    .main-3-6-3 .col-lg-6 .rdl-spot-search-advanced .rdl-advanced-search .dropdown.bootstrap-select {
        width: auto;
        min-width: 220px;
        margin-bottom: 0;
    }
    .main-3-6-3 .col-lg-6 .rdl-spot-search-advanced .rdl-advanced-search.with-dropdown .rdl-advanced-search-input,
    .main-3-6-3 .col-lg-6 .rdl-spot-search-advanced .rdl-advanced-search .rdl-advanced-search-input {
        margin-bottom: 0;
        width: 100%;
    }
    .main-3-6-3 .col-lg-6 .rdl-spot-search-advanced .rdl-advanced-search .form-control,
    .main-3-6-3 .col-lg-6 .rdl-spot-search-advanced .rdl-advanced-search .bootstrap-select > .dropdown-toggle {
        padding: 20px 12px;
        height: 72px;
        border: none;
    }
    .main-3-6-3 .col-lg-6 .rdl-spot-search-advanced .rdl-advanced-search .btn.btn-primary {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        width: auto;
        color: #002e70;
        padding: 0 22px;
        background: #fff;
        margin-bottom: 0;
        border-radius: 0;
    }
    .main-3-6-3 .col-lg-6 .rdl-spot-search-advanced .rdl-advanced-search .btn.btn-primary:active {
        color: #002e70;
        background: #fff;
    }
    .main-3-6-3 .col-lg-6 .rdl-spot-search-advanced .rdl-advanced-search .btn.btn-primary i {
        padding-left: 0;
        margin-left: 0;
    }
}
@media (min-width: 640px) and (max-width: 799.98px) {
    aside .rdl-spot-search .rdl-advanced-search .rdl-advanced-search-input {
        width: calc(50% - 12px);
        margin-bottom: 0;
    }
    aside .rdl-spot-search .rdl-advanced-search.with-dropdown .rdl-advanced-search-input {
        width: 100%;
        margin-bottom: 32px;
    }
    aside .rdl-spot-search .rdl-advanced-search .dropdown.bootstrap-select {
        width: calc(50% - 12px);
        margin-bottom: 0;
    }
    aside .rdl-spot-search .rdl-advanced-search .btn.btn-primary {
        width: calc(50% - 12px);
        margin-bottom: 0;
    }
}
@media (min-width: 800px) and (max-width: 989.98px) {
    aside .rdl-spot-search .rdl-advanced-search {
        flex-wrap: nowrap;
        border: 1px solid #f5f5f5;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
        border-radius: 2px;
    }
    aside .rdl-spot-search .rdl-advanced-search .dropdown.bootstrap-select {
        width: auto;
        min-width: 220px;
        margin-bottom: 0;
    }
    aside .rdl-spot-search .rdl-advanced-search.with-dropdown .rdl-advanced-search-input,
    aside .rdl-spot-search .rdl-advanced-search .rdl-advanced-search-input {
        margin-bottom: 0;
        width: 100%;
    }
    aside .rdl-spot-search .rdl-advanced-search .form-control,
    aside .rdl-spot-search .rdl-advanced-search .bootstrap-select > .dropdown-toggle {
        padding: 20px 12px;
        height: 72px;
        border: none;
    }
    aside .rdl-spot-search .rdl-advanced-search .btn.btn-primary {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        width: auto;
        color: #002e70;
        padding: 0 22px;
        background: #fff;
        margin-bottom: 0;
        border-radius: 0;
    }
    aside .rdl-spot-search .rdl-advanced-search .btn.btn-primary:active {
        color: #002e70;
        background: #fff;
    }
    aside .rdl-spot-search .rdl-advanced-search .btn.btn-primary i {
        padding-left: 0;
        margin-left: 0;
    }
}
.date {
    position: relative;
}
.datepicker > div {
    display: block;
}
.datepicker {
    padding: 0;
}
.datepicker.dropdown-menu {
    min-width: 220px;
}
.datepicker.dropdown-menu td {
    padding: 0;
}
.datepicker table {
    border-collapse: collapse;
    text-align: center;
}
.datepicker td,
.datepicker th {
    width: 3rem;
    height: 3rem;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1rem;
}
.datepicker td.active.day {
    cursor: pointer;
    background-color: #002e70;
    color: white;
}
.datepicker td.active.year,
.datepicker td span.month:hover,
.datepicker td span.year:hover,
.datepicker td span.decade:hover,
.datepicker td.day:hover,
.datepicker .datepicker-switch:hover,
.datepicker .focused {
    cursor: pointer;
    background-color: #f2f4f8;
    color: #002e70;
}
.datepicker td.disabled.day {
    color: white;
    background-color: #757575;
}
.datepicker td.today {
    background-color: #caf0fe;
}
.datepicker .prev:hover,
.datepicker .next:hover {
    cursor: pointer;
    background-color: #f2f4f8;
}
.datepicker th {
    font-weight: normal;
}
.datepicker th.prev,
.datepicker th.next {
    position: relative;
    color: transparent;
}
.datepicker th.prev::before,
.datepicker th.next::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(https://www.kb.dk/profiles/contrib/rdl_profile/themes/rdltheme/assets/images/icon-chevron.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.75rem;
    transform: rotate(90deg);
}
.datepicker th.next::before {
    transform: rotate(-90deg);
}
.datepicker .datepicker-switch {
    color: #002e70;
}
.datepicker span.active {
    background-color: #f2f4f8 !important;
}
.datepicker .datepicker-months table,
.datepicker .datepicker-years table,
.datepicker .datepicker-decades table {
    width: 220px;
}
.datepicker .datepicker-months span,
.datepicker .datepicker-years span,
.datepicker .datepicker-decades span {
    display: inline-block;
    width: 25%;
    min-width: 3rem;
    padding: 10px;
    margin: 0;
}
.date-picker label.form-required::after {
    display: inline;
    content: " *";
}
.date-picker.date-picker-lg label {
    transform: translateY(18px);
}
.date-picker.date-picker-lg.active label {
    transform: translateY(-15px) scale(0.75);
}
.accordion {
    width: 100%;
    margin-bottom: var(--rdl-size-xxxl);
}
.accordion details {
    border-bottom: 1px solid #d6d6d6;
}
.accordion details:first-of-type {
    border-top: 1px solid #d6d6d6;
}
.accordion details .toggle {
    margin-left: auto;
    transition-duration: 0.1s;
}
.accordion details[open] .material-icons.toggle {
    border-bottom: none;
    transform: rotate(-180deg);
}
.accordion summary {
    border: none;
    align-items: flex-start;
    background-color: transparent;
    color: #002e70;
    display: inline-flex;
    gap: var(--rdl-size-m);
    justify-content: left;
    margin: 0;
    padding: var(--rdl-size-xs) 0;
    position: relative;
    text-align: left;
    width: 100%;
}
.rdl-icon-link {
    font-family: "noway", sans-serif;
    font-weight: normal;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.rdl-icon-link span {
    text-decoration: underline;
}
.rdl-icon-link .material-icons {
    text-decoration: none;
}
.rdl-icon-link:hover,
.rdl-icon-link:focus {
    text-decoration: none;
}
.rdl-icon-link.rdl-icon-link-before .material-icons,
.rdl-icon-link.rdl-icon-link-after .material-icons {
    padding: 0;
}
.rdl-icon-link.rdl-icon-link-before span {
    padding-left: 0.25rem;
}
.rdl-icon-link.rdl-icon-link-after span {
    padding-right: 0.25rem;
}
.rdl-icon-link.rdl-page-link {
    color: #002e70;
    font-size: 1.25rem;
    line-height: 1.5rem;
}
.rdl-icon-link.rdl-page-link span {
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-bottom-color 0.3s ease-in-out;
}
.rdl-icon-link.rdl-page-link:hover span {
    border-bottom: 2px solid #002e70;
    transition: border-bottom-color 0.1s ease-in-out;
}
.rdl-some-link {
    display: inline-flex;
    background-color: #002e70;
    color: white;
    padding: 6px;
    text-decoration: none;
    border-radius: 50%;
    margin-bottom: 24px;
}
.rdl-some-link:hover {
    color: white;
    text-decoration: none;
}
.rdl-some-link .rdl-icons {
    font-size: 1.125rem;
    width: 18px;
}
.rdl-some-link + .rdl-some-link {
    margin-left: 6px;
}
.rdl-spot.rdl-theme-bg,
.rdl-card.rdl-theme-bg,
.rdl-spot-cookie > div {
    padding: 16px 12px;
}
a.rdl-overlay-link {
    text-decoration: none;
}
.rdl-overlay-link {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
}
.rdl-overlay-link:hover,
.rdl-overlay-link:focus {
    color: transparent;
}
.rdl-spot,
.rdl-card {
    margin-bottom: 24px;
    position: relative;
}
.rdl-spot .rdl-spot-header + span.material-icons,
.rdl-card .rdl-spot-header + span.material-icons {
    margin-left: 24px;
    color: #002e70;
}
.rdl-spot .rdl-overlay-link:hover ~ p,
.rdl-spot .rdl-overlay-link:hover ~ div span,
.rdl-spot .rdl-overlay-link:hover ~ h3,
.rdl-spot .rdl-overlay-link:hover ~ .rdl-spot-header,
.rdl-spot .rdl-overlay-link:hover ~ ul,
.rdl-card .rdl-overlay-link:hover ~ p,
.rdl-card .rdl-overlay-link:hover ~ div span,
.rdl-card .rdl-overlay-link:hover ~ h3,
.rdl-card .rdl-overlay-link:hover ~ .rdl-spot-header,
.rdl-card .rdl-overlay-link:hover ~ ul {
    color: #002e70;
}
.rdl-spot.rdl-with-link .rdl-overlay-link,
.rdl-card.rdl-with-link .rdl-overlay-link {
    bottom: 32px;
}
.rdl-spot em,
.rdl-card em {
    font-family: "noway", sans-serif;
    font-style: italic;
}
.rdl-spot strong,
.rdl-spot b,
.rdl-card strong,
.rdl-card b {
    font-family: "noway", sans-serif;
    font-weight: 700;
}
.rdl-spot footer,
.rdl-card footer {
    display: flex;
    align-items: center;
    font-family: "noway", sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
}
.rdl-spot footer a,
.rdl-card footer a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-padding-end: 4px;
    padding-inline-end: 4px;
}
.rdl-spot-location,
.rdl-spot-focus,
.rdl-spot-search,
.rdl-spot-subscribe-cta {
    font-family: "noticia-text", serif;
}
.rdl-spot-location em,
.rdl-spot-focus em,
.rdl-spot-search em,
.rdl-spot-subscribe-cta em {
    font-family: "noticia-text", serif;
    font-style: italic;
}
.rdl-spot-location strong,
.rdl-spot-location b,
.rdl-spot-focus strong,
.rdl-spot-focus b,
.rdl-spot-search strong,
.rdl-spot-search b,
.rdl-spot-subscribe-cta strong,
.rdl-spot-subscribe-cta b {
    font-family: "noticia-text", serif;
    font-weight: 700;
}
.rdl-spot-location.rdl-theme-bg,
.rdl-spot-location .rdl-theme-bg,
aside .rdl-spot-location,
.rdl-spot-focus.rdl-theme-bg,
.rdl-spot-focus .rdl-theme-bg,
aside .rdl-spot-focus,
.rdl-spot-search.rdl-theme-bg,
.rdl-spot-search .rdl-theme-bg,
aside .rdl-spot-search,
.rdl-spot-subscribe-cta.rdl-theme-bg,
.rdl-spot-subscribe-cta .rdl-theme-bg,
aside .rdl-spot-subscribe-cta {
    font-family: "noway", sans-serif;
}
.rdl-spot-location.rdl-theme-bg em,
.rdl-spot-location .rdl-theme-bg em,
aside .rdl-spot-location em,
.rdl-spot-focus.rdl-theme-bg em,
.rdl-spot-focus .rdl-theme-bg em,
aside .rdl-spot-focus em,
.rdl-spot-search.rdl-theme-bg em,
.rdl-spot-search .rdl-theme-bg em,
aside .rdl-spot-search em,
.rdl-spot-subscribe-cta.rdl-theme-bg em,
.rdl-spot-subscribe-cta .rdl-theme-bg em,
aside .rdl-spot-subscribe-cta em {
    font-family: "noway", sans-serif;
}
.rdl-spot-location.rdl-theme-bg strong,
.rdl-spot-location.rdl-theme-bg b,
.rdl-spot-location .rdl-theme-bg strong,
.rdl-spot-location .rdl-theme-bg b,
aside .rdl-spot-location strong,
aside .rdl-spot-location b,
.rdl-spot-focus.rdl-theme-bg strong,
.rdl-spot-focus.rdl-theme-bg b,
.rdl-spot-focus .rdl-theme-bg strong,
.rdl-spot-focus .rdl-theme-bg b,
aside .rdl-spot-focus strong,
aside .rdl-spot-focus b,
.rdl-spot-search.rdl-theme-bg strong,
.rdl-spot-search.rdl-theme-bg b,
.rdl-spot-search .rdl-theme-bg strong,
.rdl-spot-search .rdl-theme-bg b,
aside .rdl-spot-search strong,
aside .rdl-spot-search b,
.rdl-spot-subscribe-cta.rdl-theme-bg strong,
.rdl-spot-subscribe-cta.rdl-theme-bg b,
.rdl-spot-subscribe-cta .rdl-theme-bg strong,
.rdl-spot-subscribe-cta .rdl-theme-bg b,
aside .rdl-spot-subscribe-cta strong,
aside .rdl-spot-subscribe-cta b {
    font-family: "noway", sans-serif;
}
.rdl-skewed-spots:nth-child(even) figure img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
}
.rdl-skewed-spots:nth-child(odd) figure img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
}
.rdl-spot-download .rdl-spot-header {
    margin-bottom: 1rem;
}
.rdl-spot-download span {
    display: inline-flex;
}
.rdl-spot-download p {
    margin-bottom: 24px;
}
.rdl-spot-download .rdl-download-button {
    z-index: 100;
    margin-bottom: 28px;
}
.rdl-spot-download .rdl-download-button span {
    display: contents;
}
.rdl-spot-download .rdl-file-information {
    margin-bottom: 16px;
}
.rdl-spot-download .rdl-file-information span {
    margin-right: 16px;
    align-items: center;
}
.rdl-spot-download .rdl-file-information span span {
    display: inline-flex;
    font-size: 0.875rem;
    margin-bottom: 0;
}
.rdl-spot-download .rdl-file-information i {
    margin-right: 8px;
}
.rdl-spot-download.rdl-with-image img {
    margin-bottom: 22px;
}
.rdl-spot-download.rdl-with-image .rdl-file-information {
    clear: both;
}
@media (min-width: 640px) {
    .rdl-spot-download.rdl-with-image .rdl-spot-header {
        max-width: 54%;
        display: inline-block;
    }
    .rdl-spot-download.rdl-with-image img {
        max-width: 41%;
        float: right;
        margin-left: 20px;
    }
}
.rdl-spot-download.rdl-toggle-spot .rdl-toggle-spot-content {
    margin-bottom: 24px;
}
.rdl-spot-download.rdl-toggle-spot button.active + .rdl-toggle-spot-content {
    margin-bottom: 0;
}
aside .rdl-spot-download.rdl-with-image h3,
aside .rdl-spot-download.rdl-with-image .rdl-spot-header {
    max-width: none;
}
aside .rdl-spot-download.rdl-with-image img {
    max-width: 100%;
    float: none;
    margin-left: 0;
}
@media (min-width: 990px) {
    .rdl-spot-search {
        margin-bottom: 48px;
    }
}
.rdl-spot-focus .rdl-spot-header,
.rdl-spot-focus.rdl-theme-bg .rdl-spot-header {
    color: #171717;
}
.rdl-spot-focus .rdl-spot-header.primary-color,
.rdl-spot-focus.rdl-theme-bg .rdl-spot-header.primary-color {
    color: #002e70;
}
.rdl-spot-focus .btn,
.rdl-spot-focus.rdl-theme-bg .btn {
    margin-bottom: 24px;
}
.rdl-spot-message i,
.rdl-spot-data i {
    color: #002e70;
}
.rdl-spot-message dd,
.rdl-spot-data dd {
    margin-bottom: 0;
}
.rdl-spot-ticket-cta h3,
.rdl-spot-ticket-cta .rdl-spot-header {
    color: #002e70;
    margin-bottom: 18px;
}
.rdl-spot-ticket-cta h4 {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.rdl-spot-ticket-cta h4:last-of-type {
    margin-bottom: 18px;
}
.rdl-spot-ticket-cta time {
    font-family: "noway", sans-serif;
    font-weight: 700;
}
.rdl-spot-ticket-cta .material-icons {
    font-size: 20px;
    margin-right: 10px;
}
.rdl-spot-ticket-cta .rdl-event-details .material-icons {
    align-self: start;
}
.rdl-spot-ticket-cta .btn {
    margin-bottom: 24px;
}
.rdl-spot-ticket-cta p {
    margin-bottom: 0;
}
.rdl-spot-ticket-cta .rdl-event-state {
    color: #757575;
}
.rdl-spot-ticket-cta small {
    display: block;
    margin-top: 16px;
}
.rdl-spot-ticket-cta .btn .small,
.rdl-spot-ticket-cta .btn form[class^="webform"] div.description,
form[class^="webform"] .rdl-spot-ticket-cta .btn div.description,
.rdl-spot-ticket-cta .btn form[class^="webform"] div.password-confirm,
form[class^="webform"] .rdl-spot-ticket-cta .btn div.password-confirm,
.rdl-spot-ticket-cta .btn form[class*=" webform"] div.description,
form[class*=" webform"] .rdl-spot-ticket-cta .btn div.description,
.rdl-spot-ticket-cta .btn form[class*=" webform"] div.password-confirm,
form[class*=" webform"] .rdl-spot-ticket-cta .btn div.password-confirm {
    display: block;
    color: white;
}
.rdl-spot-ticket-cta.event-inactive h4 {
    color: #323232;
}
.rdl-spot-ticket-cta .rdl-ticket-prices .material-icons {
    font-size: 18px;
    vertical-align: baseline;
}
.rdl-spot-fact {
    margin-bottom: 36px;
}
.rdl-spot-fact .rdl-spot-header {
    color: #171717;
}
.rdl-spot-fact a {
    display: block;
    margin: 24px 0;
}
.rdl-spot-fact small {
    display: block;
    margin-bottom: 18px;
}
.rdl-spot-fact .img-fluid {
    max-width: none;
    width: 100%;
}
.rdl-spot-location p {
    margin-bottom: 0;
}
.rdl-spot-location .rdl-icon-link {
    margin-bottom: 12px;
}
.rdl-spot-location .rdl-icon-link i {
    font-size: 20px;
}
.rdl-spot-location .rdl-location-facilities {
    margin: 6px 0;
}
.rdl-spot-location small {
    margin-bottom: 12px;
}
.rdl-spot-location .rdl-location-map {
    margin-bottom: 1rem;
}
.rdl-spot-location.rdl-toggle-spot .rdl-location-map,
.rdl-spot-location .theme-bg .rdl-location-map,
.rdl-spot-location .rdl-theme-bg figure {
    margin-bottom: 0;
}
.rdl-spot-subscribe-cta .rdl-spot-header {
    display: flex;
}
.rdl-spot-subscribe-cta .rdl-spot-header i {
    padding-left: 20px;
    color: #002e70;
}
.rdl-spot-subscribe-cta p {
    margin-bottom: 20px;
}
.rdl-spot-subscribe-cta .form-inline .form-input {
    margin-right: 0;
    flex-grow: 1;
}
@media (min-width: 640px) {
    .rdl-spot-subscribe-cta .form-inline .form-input {
        margin-right: 12px;
    }
}
aside .rdl-spot-subscribe-cta p {
    margin-bottom: 20px;
}
aside .rdl-spot-subscribe-cta .form-inline .form-input {
    margin-right: 0;
    width: 100%;
}
aside .rdl-spot-subscribe-cta .btn {
    width: 100%;
}
@media (min-width: 640px) and (max-width: 989.98px) {
    aside .rdl-spot-subscribe-cta .form-inline .form-input {
        margin-right: 12px;
        width: auto;
    }
    aside .rdl-spot-subscribe-cta .btn {
        width: auto;
    }
}
.rdl-spot-cookie > div {
    border: 1px dashed #f4b664;
}
.rdl-spot-cookie i {
    color: #f4b664;
    font-size: 36px;
    padding-left: 24px;
}
.rdl-spot-cookie.rdl-video-bg img {
    position: absolute;
    bottom: -26px;
    z-index: -1;
}
.rdl-spot-cookie.rdl-video-bg > div {
    z-index: 1;
    background: white;
    width: 100%;
}
@media (min-width: 480px) {
    .rdl-spot-cookie.rdl-video-bg img {
        position: initial;
    }
    .rdl-spot-cookie.rdl-video-bg > div {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}
aside .rdl-spot-cookie.rdl-video-bg img {
    position: absolute;
    bottom: -26px;
    z-index: -1;
}
aside .rdl-spot-cookie.rdl-video-bg > div {
    position: initial;
    top: initial;
    transform: none;
}
div .rdl-ticket-spot-info {
    position: relative;
    text-align: right;
    top: -10px;
    transform: translateX(5%);
    width: 90%;
}
.rdl-ticket-spot-info p {
    top: 109px;
    left: 279px;
    width: 125px;
    height: 18px;
    text-align: left;
    text-decoration: underline;
    font: normal normal normal 14px/24px Noway;
    letter-spacing: -0.17px;
    color: #171717;
    opacity: 1;
}
.rdl-ticket-spot-button {
    top: 33px;
    left: 24px;
    width: 382px;
    height: 60px;
    background: #002e70 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
}
.rdl-see-buying-options .rdl-ticket-spot-info {
    display: none;
}
.rdl-see-buying-options .rdl-ticket-spot-info {
    display: none;
}
@media screen and (max-width: 640px) {
    .rdl-see-buying-options {
        box-shadow: 1px -4px 5px 0 rgba(0, 0, 0, 0.26);
        -webkit-box-shadow: 1px -4px 5px 0 rgba(0, 0, 0, 0.26);
        -moz-box-shadow: 1px -4px 5px 0 rgba(0, 0, 0, 0.26);
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 100;
        pointer-events: auto !important;
        transition: all 0.3s ease-in;
        background: #caf0fe;
        padding-top: 15px;
    }
    .rdl-see-buying-options .rdl-ticket-spot-price {
        display: block;
    }
    .rdl-see-buying-options .btn-primary {
        width: 90%;
        transform: translateX(5%);
    }
    .rdl-see-buying-options .rdl-spot-ticket-cta {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        box-orient: vertical;
    }
    .rdl-see-buying-options .rdl-spot-header {
        display: none;
    }
    .rdl-see-buying-options small {
        display: none;
    }
    .rdl-see-buying-options .rdl-ticket-spot-info {
        display: block;
    }
}
.rdl-card-content {
    max-width: 630px;
    display: flex;
    flex-direction: column;
}
.rdl-card-content figure {
    order: -1;
    position: relative;
    margin-bottom: 24px;
}
.rdl-card-content figure .btn {
    margin-bottom: 0;
    position: absolute;
    left: 24px;
    bottom: 24px;
}
.rdl-card-content figure.rdl-skewed img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
}
.rdl-card-content time {
    display: inline-block;
    text-transform: uppercase;
    color: #757575;
    margin-bottom: 24px;
}
.rdl-card footer {
    display: flex;
    align-items: center;
    font-family: "noway", sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
}
.rdl-card footer a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-padding-end: 4px;
    padding-inline-end: 4px;
}
.rdl-card-link .rdl-icons,
.rdl-card-link .material-icons {
    color: #002e70;
    font-size: 1.25rem;
    float: right;
    line-height: 1.5rem;
}
.rdl-card-link .rdl-spot-header {
    color: #002e70;
    padding-right: 32px;
}
div[class^="col"] .rdl-card-link:first-child {
    height: calc(100% - 24px);
}
.rdl-card-event {
    max-width: 630px;
}
.rdl-card-event figure {
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    flex-direction: column;
}
.rdl-card-event .rdl-event-state {
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
}
.rdl-card-event .rdl-event-state span {
    position: absolute;
    width: 100%;
    height: 34px;
    padding: 5px 10px;
    bottom: 0;
    right: 0;
    text-align: right;
    -webkit-clip-path: polygon(0 6px, 101% 0, 100% 101%, -1% 101%);
    clip-path: polygon(0 6px, 101% 0, 100% 101%, -1% 101%);
}
@media (min-width: 480px) {
    .rdl-card-event .rdl-event-state span {
        height: 36px;
        padding: 7px 10px;
        -webkit-clip-path: polygon(0 10px, 101% 0, 100% 101%, -1% 101%);
        clip-path: polygon(0 10px, 101% 0, 100% 101%, -1% 101%);
    }
}
@media (min-width: 640px) {
    .rdl-card-event .rdl-event-state span {
        height: 38px;
        padding: 9px 10px;
        -webkit-clip-path: polygon(0 14px, 101% 0, 100% 101%, -1% 101%);
        clip-path: polygon(0 14px, 101% 0, 100% 101%, -1% 101%);
    }
}
@media (min-width: 990px) {
    .rdl-card-event .rdl-event-state span {
        height: 38px;
        padding: 8px 10px;
        -webkit-clip-path: polygon(0 12px, 101% 0, 100% 101%, -1% 101%);
        clip-path: polygon(0 12px, 101% 0, 100% 101%, -1% 101%);
    }
}
@media (min-width: 1150px) {
    .rdl-card-event .rdl-event-state span {
        height: 38px;
        padding: 9px 10px;
        -webkit-clip-path: polygon(0 14px, 101% 0, 100% 101%, -1% 101%);
        clip-path: polygon(0 14px, 101% 0, 100% 101%, -1% 101%);
    }
}
aside .rdl-card-event .rdl-event-state span {
    height: 33px;
    padding: 4px 10px;
    -webkit-clip-path: polygon(0 6px, 101% 0, 100% 101%, -1% 101%);
    clip-path: polygon(0 6px, 101% 0, 100% 101%, -1% 101%);
}
.rdl-card-event .rdl-event-state-newDate span {
    background: #c4f1ed;
    color: #171717;
}
.rdl-card-event .rdl-event-state-online span {
    background: white;
    color: #171717;
}
.rdl-card-event .rdl-event-state-notOnSaleYet span {
    background: #26d466;
    color: #171717;
}
.rdl-card-event .rdl-event-state-waitingList span {
    background: #002e70;
    color: white;
}
.rdl-card-event .rdl-event-state-lastChance span {
    background: #002e70;
    color: white;
}
.rdl-card-event .rdl-event-state-fewTickets span {
    background: #002e70;
    color: white;
}
.rdl-card-event .rdl-event-state-soldOut span {
    background: #f4b664;
    color: #171717;
}
.rdl-card-event .rdl-event-state-past span {
    background: #caf0fe;
    color: #171717;
}
.rdl-card-event .rdl-event-state-postponed span {
    background: #feec89;
    color: #171717;
}
.rdl-card-event .rdl-event-state-cancelled span {
    background: #b30018;
    color: white;
}
.rdl-card-event .rdl-event-state-free span {
    background: #7cfcb3;
    color: #171717;
}
.rdl-card-event.rdl-event-state-past figure::before {
    background: #f0fbff;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.17;
}
.rdl-card-event .rdl-icons,
.rdl-card-event .material-icons {
    font-size: 16px;
    margin-right: 4px;
}
.rdl-card-event .rdl-event-dates {
    color: #323232;
    display: flex;
    align-items: flex-start;
    line-height: 1;
    margin-right: 16px;
    margin-bottom: 4px;
}
.rdl-card-event .rdl-event-tags {
    text-transform: lowercase;
    color: #323232;
    display: block;
    margin-top: -2px;
    margin-bottom: 16px;
}
.rdl-card-event .rdl-event-tags::first-letter {
    text-transform: uppercase;
}
@media (min-width: 480px) {
    .rdl-card-event .rdl-event-dates {
        display: inline-flex;
    }
}
aside .rdl-event-dates {
    display: flex;
}
.page-container .rdl-spot-collection .container.rdl-hero-content {
    padding-right: 24px;
    padding-left: 24px;
}
@media (min-width: 640px) {
    .page-container .rdl-spot-collection .container.rdl-hero-content {
        padding-right: 24px;
        padding-left: 24px;
    }
}
@media (min-width: 990px) {
    .page-container .rdl-spot-collection .container.rdl-hero-content {
        padding-right: 36px;
        padding-left: 36px;
    }
}
@media (min-width: 1280px) {
    .page-container .rdl-spot-collection .container.rdl-hero-content {
        padding-right: 24px;
        padding-left: 24px;
    }
}
.page-container .rdl-spot-collection .rdl-feature .container.rdl-hero-content {
    padding-right: 12px;
    padding-left: 12px;
}
@media (min-width: 480px) {
    .page-container .rdl-spot-collection .rdl-feature .container.rdl-hero-content {
        padding-right: 24px;
        padding-left: 24px;
    }
}
@media (min-width: 990px) {
    .page-container .rdl-spot-collection .rdl-feature .container.rdl-hero-content {
        padding-right: 36px;
        padding-left: 36px;
    }
}
.page-container .rdl-spot-collection .rdl-feature.rdl-feature-inline .container.rdl-hero-content {
    padding-right: 12px;
    padding-left: 12px;
}
@media (min-width: 480px) {
    .page-container .rdl-spot-collection .rdl-feature.rdl-feature-inline .container.rdl-hero-content {
        padding-right: 24px;
        padding-left: 24px;
    }
}
.rdl-hero {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
}
.rdl-hero,
.rdl-slice,
.rdl-feature {
    position: relative;
}
.rdl-hero img,
.rdl-slice img,
.rdl-feature img {
    width: 100%;
}
.rdl-hero .rdl-hero-content,
.rdl-slice .rdl-hero-content,
.rdl-feature .rdl-hero-content {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.5));
}
.rdl-hero .rdl-hero-content .row,
.rdl-slice .rdl-hero-content .row,
.rdl-feature .rdl-hero-content .row {
    margin: 0;
}
.rdl-hero .rdl-hero-content .lead,
.rdl-hero .rdl-hero-content .rdl-hero-subheader h2,
.rdl-hero .rdl-hero-content .rdl-hero-subheader h3,
.rdl-slice .rdl-hero-content .lead,
.rdl-slice .rdl-hero-content .rdl-hero-subheader h2,
.rdl-slice .rdl-hero-content .rdl-hero-subheader h3,
.rdl-feature .rdl-hero-content .lead,
.rdl-feature .rdl-hero-content .rdl-hero-subheader h2,
.rdl-feature .rdl-hero-content .rdl-hero-subheader h3 {
    font-family: "noway", sans-serif;
    font-weight: normal;
    margin-bottom: 0;
    padding: 4px 0 6px;
}
.rdl-hero .rdl-hero-content .rdl-hero-subheader h2,
.rdl-hero .rdl-hero-content .rdl-hero-subheader h3,
.rdl-slice .rdl-hero-content .rdl-hero-subheader h2,
.rdl-slice .rdl-hero-content .rdl-hero-subheader h3,
.rdl-feature .rdl-hero-content .rdl-hero-subheader h2,
.rdl-feature .rdl-hero-content .rdl-hero-subheader h3 {
    font-size: var(--rdl-font-size-var-m);
    line-height: var(--rdl-line-height-xxl);
}
.rdl-hero .rdl-hero-content .lead,
.rdl-slice .rdl-hero-content .lead,
.rdl-feature .rdl-hero-content .lead {
    font-size: var(--rdl-font-size-var-m);
    line-height: var(--rdl-line-height-xxl);
    margin-bottom: 1%;
}
.rdl-hero .rdl-hero-content h1.display-1,
.rdl-hero .rdl-hero-content h2.display-1,
.rdl-slice .rdl-hero-content h1.display-1,
.rdl-slice .rdl-hero-content h2.display-1,
.rdl-feature .rdl-hero-content h1.display-1,
.rdl-feature .rdl-hero-content h2.display-1 {
    font-size: min(max(1.5rem, 5vw), 6rem);
    line-height: 1.25em;
    margin-bottom: 0;
    padding: 6px 0 4px;
}
.rdl-hero .rdl-hero-content.rdl-with-tagline h1.display-1,
.rdl-slice .rdl-hero-content.rdl-with-tagline h1.display-1,
.rdl-feature .rdl-hero-content.rdl-with-tagline h1.display-1 {
    font-size: min(max(1.25rem, 4vw), 5rem);
    line-height: 1.25em;
}
.rdl-hero .rdl-hero-content h2,
.rdl-slice .rdl-hero-content h2,
.rdl-feature .rdl-hero-content h2 {
    margin-top: 1%;
}
.rdl-hero .rdl-hero-content p,
.rdl-hero .rdl-hero-content h1,
.rdl-hero .rdl-hero-content h2,
.rdl-hero .rdl-hero-content h3,
.rdl-hero .rdl-hero-content .lead,
.rdl-slice .rdl-hero-content p,
.rdl-slice .rdl-hero-content h1,
.rdl-slice .rdl-hero-content h2,
.rdl-slice .rdl-hero-content h3,
.rdl-slice .rdl-hero-content .lead,
.rdl-feature .rdl-hero-content p,
.rdl-feature .rdl-hero-content h1,
.rdl-feature .rdl-hero-content h2,
.rdl-feature .rdl-hero-content h3,
.rdl-feature .rdl-hero-content .lead {
    color: var(--text-color);
    display: initial;
    background: var(--text-bg-color);
    box-shadow: 12px 0 0 var(--text-bg-color), -12px 0 0 var(--text-bg-color);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
@media (min-width: 990px) {
    .rdl-hero .rdl-hero-content p,
    .rdl-hero .rdl-hero-content h1,
    .rdl-hero .rdl-hero-content h2,
    .rdl-hero .rdl-hero-content h3,
    .rdl-hero .rdl-hero-content .lead,
    .rdl-slice .rdl-hero-content p,
    .rdl-slice .rdl-hero-content h1,
    .rdl-slice .rdl-hero-content h2,
    .rdl-slice .rdl-hero-content h3,
    .rdl-slice .rdl-hero-content .lead,
    .rdl-feature .rdl-hero-content p,
    .rdl-feature .rdl-hero-content h1,
    .rdl-feature .rdl-hero-content h2,
    .rdl-feature .rdl-hero-content h3,
    .rdl-feature .rdl-hero-content .lead {
        box-shadow: 20px 0 0 var(--text-bg-color), -20px 0 0 var(--text-bg-color);
        padding: 7px 0 6px;
    }
}
.rdl-hero .rdl-hero-content p,
.rdl-hero .rdl-hero-content h3,
.rdl-slice .rdl-hero-content p,
.rdl-slice .rdl-hero-content h3,
.rdl-feature .rdl-hero-content p,
.rdl-feature .rdl-hero-content h3 {
    padding: 4px 0 6px;
}
.rdl-hero .rdl-hero-content .rdl-event-dates,
.rdl-slice .rdl-hero-content .rdl-event-dates,
.rdl-feature .rdl-hero-content .rdl-event-dates {
    display: inline-flex;
    align-items: baseline;
    font-family: "noway", sans-serif;
    line-height: 32px;
}
.rdl-hero .rdl-hero-content .rdl-event-dates i,
.rdl-slice .rdl-hero-content .rdl-event-dates i,
.rdl-feature .rdl-hero-content .rdl-event-dates i {
    font-size: 16px;
    padding-right: 8px;
    align-self: center;
}
@media (min-width: 480px) {
    .rdl-hero .rdl-hero-content .rdl-event-dates,
    .rdl-slice .rdl-hero-content .rdl-event-dates,
    .rdl-feature .rdl-hero-content .rdl-event-dates {
        font-size: 1rem;
        line-height: 32px;
    }
    .rdl-hero .rdl-hero-content .rdl-event-dates i,
    .rdl-slice .rdl-hero-content .rdl-event-dates i,
    .rdl-feature .rdl-hero-content .rdl-event-dates i {
        font-size: 20px;
    }
}
.rdl-hero .rdl-hero-content .rdl-hero-lead span,
.rdl-hero .rdl-hero-content .rdl-hero-display-1 span,
.rdl-hero .rdl-hero-content.rdl-with-tagline .rdl-hero-display-1 span,
.rdl-hero .rdl-hero-content .rdl-hero-subheader span,
.rdl-slice .rdl-hero-content .rdl-hero-lead span,
.rdl-slice .rdl-hero-content .rdl-hero-display-1 span,
.rdl-slice .rdl-hero-content.rdl-with-tagline .rdl-hero-display-1 span,
.rdl-slice .rdl-hero-content .rdl-hero-subheader span,
.rdl-feature .rdl-hero-content .rdl-hero-lead span,
.rdl-feature .rdl-hero-content .rdl-hero-display-1 span,
.rdl-feature .rdl-hero-content.rdl-with-tagline .rdl-hero-display-1 span,
.rdl-feature .rdl-hero-content .rdl-hero-subheader span {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.rdl-hero.text-right .rdl-hero-content,
.rdl-slice.text-right .rdl-hero-content,
.rdl-feature.text-right .rdl-hero-content {
    margin-left: auto;
    filter: drop-shadow(-2px 4px 3px rgba(0, 0, 0, 0.5));
}
.rdl-hero.text-right .rdl-hero-content .row .col-12,
.rdl-slice.text-right .rdl-hero-content .row .col-12,
.rdl-feature.text-right .rdl-hero-content .row .col-12 {
    margin-left: auto;
}
.rdl-slice {
    margin-bottom: 24px;
}
.rdl-slice.rdl-parallel-up .rdl-hero-content,
.rdl-slice.rdl-parallel-down .rdl-hero-content {
    padding-top: 24px;
    padding-bottom: 0;
}
.rdl-slice.rdl-trapeze-big-to-small .rdl-hero-content,
.rdl-slice.rdl-trapeze-small-to-big .rdl-hero-content {
    padding-top: 0;
    padding-bottom: 0;
}
.rdl-slice.rdl-parallel-up .rdl-hero-content > div,
.rdl-slice.rdl-parallel-down .rdl-hero-content > div,
.rdl-slice.rdl-trapeze-big-to-small .rdl-hero-content > div,
.rdl-slice.rdl-trapeze-small-to-big .rdl-hero-content > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rdl-feature {
    margin-bottom: -36px;
}
.rdl-feature:last-of-type:not(.rdl-feature-inline) {
    margin-bottom: 24px;
}
.rdl-feature .rdl-hero-content {
    position: unset;
    transform: translateY(-70px);
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
}
.rdl-feature:nth-of-type(even) {
    text-align: right;
}
.rdl-feature:nth-of-type(even) .rdl-hero-content .row .col-12 {
    margin-left: auto;
}
.rdl-feature:nth-of-type(even) picture img {
    -webkit-clip-path: polygon(0 3vw, 100% 0, 100% 100%, 0 calc(100% - 3vw));
    clip-path: polygon(0 3vw, 100% 0, 100% 100%, 0 calc(100% - 3vw));
}
.rdl-feature:nth-of-type(odd) picture img {
    -webkit-clip-path: polygon(0 0, 100% 3vw, 100% calc(100% - 3vw), 0 100%);
    clip-path: polygon(0 0, 100% 3vw, 100% calc(100% - 3vw), 0 100%);
}
.rdl-feature:nth-of-type(1) {
    z-index: 99;
}
.rdl-feature:nth-of-type(2) {
    z-index: 98;
}
.rdl-feature:nth-of-type(3) {
    z-index: 97;
}
.rdl-feature:nth-of-type(4) {
    z-index: 96;
}
.rdl-feature:nth-of-type(5) {
    z-index: 95;
}
.rdl-feature:nth-of-type(6) {
    z-index: 94;
}
.rdl-feature:nth-of-type(7) {
    z-index: 93;
}
.rdl-feature:nth-of-type(8) {
    z-index: 92;
}
.rdl-feature:nth-of-type(9) {
    z-index: 91;
}
.rdl-feature:nth-of-type(10) {
    z-index: 90;
}
.rdl-feature:nth-of-type(11) {
    z-index: 89;
}
.rdl-feature:nth-of-type(12) {
    z-index: 88;
}
.rdl-feature:nth-of-type(13) {
    z-index: 87;
}
.rdl-feature:nth-of-type(14) {
    z-index: 86;
}
.rdl-feature:nth-of-type(15) {
    z-index: 85;
}
.rdl-feature:nth-of-type(16) {
    z-index: 84;
}
.rdl-feature:nth-of-type(17) {
    z-index: 83;
}
.rdl-feature:nth-of-type(18) {
    z-index: 82;
}
.rdl-feature:nth-of-type(19) {
    z-index: 81;
}
.rdl-feature:nth-of-type(20) {
    z-index: 80;
}
.rdl-feature:nth-of-type(21) {
    z-index: 79;
}
.rdl-feature:nth-of-type(22) {
    z-index: 78;
}
.rdl-feature:nth-of-type(23) {
    z-index: 77;
}
.rdl-feature:nth-of-type(24) {
    z-index: 76;
}
.rdl-feature:nth-of-type(25) {
    z-index: 75;
}
.rdl-feature:nth-of-type(26) {
    z-index: 74;
}
.rdl-feature:nth-of-type(27) {
    z-index: 73;
}
.rdl-feature:nth-of-type(28) {
    z-index: 72;
}
.rdl-feature:nth-of-type(29) {
    z-index: 71;
}
.rdl-feature:nth-of-type(30) {
    z-index: 70;
}
.rdl-feature:nth-of-type(31) {
    z-index: 69;
}
.rdl-feature:nth-of-type(32) {
    z-index: 68;
}
.rdl-feature:nth-of-type(33) {
    z-index: 67;
}
.rdl-feature:nth-of-type(34) {
    z-index: 66;
}
.rdl-feature:nth-of-type(35) {
    z-index: 65;
}
.rdl-feature:nth-of-type(36) {
    z-index: 64;
}
.rdl-feature:nth-of-type(37) {
    z-index: 63;
}
.rdl-feature:nth-of-type(38) {
    z-index: 62;
}
.rdl-feature:nth-of-type(39) {
    z-index: 61;
}
.rdl-feature:nth-of-type(40) {
    z-index: 60;
}
.rdl-feature:nth-of-type(41) {
    z-index: 59;
}
.rdl-feature:nth-of-type(42) {
    z-index: 58;
}
.rdl-feature:nth-of-type(43) {
    z-index: 57;
}
.rdl-feature:nth-of-type(44) {
    z-index: 56;
}
.rdl-feature:nth-of-type(45) {
    z-index: 55;
}
.rdl-feature:nth-of-type(46) {
    z-index: 54;
}
.rdl-feature:nth-of-type(47) {
    z-index: 53;
}
.rdl-feature:nth-of-type(48) {
    z-index: 52;
}
.rdl-feature:nth-of-type(49) {
    z-index: 51;
}
.rdl-feature:nth-of-type(50) {
    z-index: 50;
}
.rdl-feature:nth-of-type(51) {
    z-index: 49;
}
.rdl-feature:nth-of-type(52) {
    z-index: 48;
}
.rdl-feature:nth-of-type(53) {
    z-index: 47;
}
.rdl-feature:nth-of-type(54) {
    z-index: 46;
}
.rdl-feature:nth-of-type(55) {
    z-index: 45;
}
.rdl-feature:nth-of-type(56) {
    z-index: 44;
}
.rdl-feature:nth-of-type(57) {
    z-index: 43;
}
.rdl-feature:nth-of-type(58) {
    z-index: 42;
}
.rdl-feature:nth-of-type(59) {
    z-index: 41;
}
.rdl-feature:nth-of-type(60) {
    z-index: 40;
}
.rdl-feature:nth-of-type(61) {
    z-index: 39;
}
.rdl-feature:nth-of-type(62) {
    z-index: 38;
}
.rdl-feature:nth-of-type(63) {
    z-index: 37;
}
.rdl-feature:nth-of-type(64) {
    z-index: 36;
}
.rdl-feature:nth-of-type(65) {
    z-index: 35;
}
.rdl-feature:nth-of-type(66) {
    z-index: 34;
}
.rdl-feature:nth-of-type(67) {
    z-index: 33;
}
.rdl-feature:nth-of-type(68) {
    z-index: 32;
}
.rdl-feature:nth-of-type(69) {
    z-index: 31;
}
.rdl-feature:nth-of-type(70) {
    z-index: 30;
}
.rdl-feature:nth-of-type(71) {
    z-index: 29;
}
.rdl-feature:nth-of-type(72) {
    z-index: 28;
}
.rdl-feature:nth-of-type(73) {
    z-index: 27;
}
.rdl-feature:nth-of-type(74) {
    z-index: 26;
}
.rdl-feature:nth-of-type(75) {
    z-index: 25;
}
.rdl-feature:nth-of-type(76) {
    z-index: 24;
}
.rdl-feature:nth-of-type(77) {
    z-index: 23;
}
.rdl-feature:nth-of-type(78) {
    z-index: 22;
}
.rdl-feature:nth-of-type(79) {
    z-index: 21;
}
.rdl-feature:nth-of-type(80) {
    z-index: 20;
}
.rdl-feature:nth-of-type(81) {
    z-index: 19;
}
.rdl-feature:nth-of-type(82) {
    z-index: 18;
}
.rdl-feature:nth-of-type(83) {
    z-index: 17;
}
.rdl-feature:nth-of-type(84) {
    z-index: 16;
}
.rdl-feature:nth-of-type(85) {
    z-index: 15;
}
.rdl-feature:nth-of-type(86) {
    z-index: 14;
}
.rdl-feature:nth-of-type(87) {
    z-index: 13;
}
.rdl-feature:nth-of-type(88) {
    z-index: 12;
}
.rdl-feature:nth-of-type(89) {
    z-index: 11;
}
.rdl-feature:nth-of-type(90) {
    z-index: 10;
}
.rdl-feature:nth-of-type(91) {
    z-index: 9;
}
.rdl-feature:nth-of-type(92) {
    z-index: 8;
}
.rdl-feature:nth-of-type(93) {
    z-index: 7;
}
.rdl-feature:nth-of-type(94) {
    z-index: 6;
}
.rdl-feature:nth-of-type(95) {
    z-index: 5;
}
.rdl-feature:nth-of-type(96) {
    z-index: 4;
}
.rdl-feature:nth-of-type(97) {
    z-index: 3;
}
.rdl-feature:nth-of-type(98) {
    z-index: 2;
}
.rdl-feature:nth-of-type(99) {
    z-index: 1;
}
.rdl-feature:nth-of-type(100) {
    z-index: 0;
}
@media (min-width: 640px) {
    .rdl-feature {
        margin-bottom: -48px;
    }
    .rdl-feature .rdl-hero-content {
        transform: translateY(-130px);
    }
}
@media (min-width: 990px) {
    .rdl-feature {
        filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.5));
    }
    .rdl-feature .rdl-hero-content {
        position: absolute;
        transform: none;
    }
    .rdl-feature:nth-of-type(even) {
        text-align: right;
    }
    .rdl-feature:nth-of-type(even) .rdl-hero-content {
        margin-left: auto;
    }
    .rdl-feature:nth-of-type(even) picture img {
        -webkit-clip-path: polygon(0 0, 100% 36px, 100% calc(100% - 36px), 0 100%);
        clip-path: polygon(0 0, 100% 36px, 100% calc(100% - 36px), 0 100%);
    }
    .rdl-feature:nth-of-type(odd) picture img {
        -webkit-clip-path: polygon(0 36px, 100% 0, 100% 100%, 0 calc(100% - 36px));
        clip-path: polygon(0 36px, 100% 0, 100% 100%, 0 calc(100% - 36px));
    }
}
.rdl-feature.rdl-feature-inline .rdl-overlay-link {
    bottom: 70px;
}
@media (min-width: 480px) {
    .rdl-feature.rdl-feature-inline .rdl-overlay-link {
        bottom: 120px;
    }
}
@media (min-width: 990px) {
    .rdl-feature.rdl-feature-inline {
        filter: none;
        margin-right: 0;
        margin-left: 0;
    }
    .rdl-feature.rdl-feature-inline .rdl-hero-content {
        position: unset;
        transform: translateY(-130px);
        padding: 0 24px;
    }
    .rdl-feature.rdl-feature-inline .rdl-hero-content .rdl-hero-subheader h2,
    .rdl-feature.rdl-feature-inline .rdl-hero-content .rdl-hero-subheader h3 {
        font-size: min(max(1.125rem, 2.5vw), 2rem);
        line-height: min(max(1.75rem, 3.5vw), 3rem);
    }
    .rdl-feature.rdl-feature-inline .rdl-hero-content .lead {
        font-size: min(max(1rem, 2.5vw), 2rem);
        line-height: min(max(2.5rem, 4vw), 3rem);
        margin-bottom: 1%;
    }
    .rdl-feature.rdl-feature-inline .rdl-hero-content h1.display-1,
    .rdl-feature.rdl-feature-inline .rdl-hero-content h2.display-1 {
        font-size: min(max(1.5rem, 5vw), 3rem);
        line-height: 1.25em;
        margin-bottom: 0;
        padding: 6px 0 4px;
    }
    .rdl-feature.rdl-feature-inline .rdl-hero-content.rdl-with-tagline h1.display-1 {
        font-size: min(max(1.25rem, 4vw), 2.75rem);
        line-height: 1.25em;
    }
}
.rdl-hero-overlay {
    margin-top: 24px;
}
@media (min-width: 990px) {
    header.sub-page + main {
        margin-top: -36px;
        position: relative;
        z-index: 125;
    }
}
@media (min-width: 1150px) {
    .rdl-hero-overlay .container {
        position: relative;
        background: #fff;
        margin-top: -108px;
        min-height: 108px;
        padding-top: 24px;
        z-index: 105;
    }
    .rdl-hero .rdl-hero-content {
        padding-bottom: 48px;
    }
}
@media (min-width: 1280px) {
    .rdl-hero .rdl-hero-content {
        padding-bottom: 0;
    }
}
.rdl-hero-lead,
.rdl-hero-display-1,
.rdl-hero-subheader,
.rdl-hero-p {
    position: relative;
}
.rdl-hero-lead {
    z-index: 3;
}
.rdl-hero-display-1 {
    z-index: 2;
}
.rdl-hero-subheader,
.rdl-hero-p {
    z-index: 1;
}
.rdl-breadcrumb-nav {
    padding-top: 12px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.rdl-breadcrumb-nav li::before {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    content: "";
}
.rdl-breadcrumb-nav li:nth-last-child(-n + 2):first-child {
    padding-left: 12px;
}
@media (min-width: 990px) {
    .rdl-breadcrumb-nav li:nth-last-child(-n + 2):first-child {
        padding-left: 0;
    }
}
@media (min-width: 990px) {
    .rdl-breadcrumb-nav {
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 0;
        padding-left: 0;
    }
    .rdl-breadcrumb-nav li {
        margin-bottom: 0;
    }
}
.breadcrumb {
    flex-direction: row;
    background-color: transparent;
    margin-bottom: 0;
}
.breadcrumb .material-icons {
    font-size: 1rem;
    line-height: 1.5rem;
    vertical-align: bottom;
    padding-right: 4px;
}
@-moz-document url-prefix() {
    .breadcrumb .material-icons {
        vertical-align: sub;
    }
}
.breadcrumb a {
    text-decoration: none;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
    text-decoration: underline;
    color: #002e70;
}
@media (max-width: 989.98px) {
    .breadcrumb .breadcrumb-item {
        display: none;
    }
    .breadcrumb .breadcrumb-item:nth-last-child(-n + 2) {
        display: inline-flex;
    }
    .breadcrumb .breadcrumb-item:nth-last-child(-n + 2) a {
        text-decoration: underline;
        color: #002e70;
    }
    .breadcrumb .breadcrumb-item:nth-last-child(2):not(:first-child)::before {
        font-family: "Material Icons", serif;
        font-size: 24px;
        line-height: 1;
        font-feature-settings: "liga";
        content: "chevron_left";
        color: #002e70;
    }
}
.filter-btn-group {
    margin-bottom: 1.5rem;
    display: inline-flex;
    flex-wrap: wrap;
}
.filter-btn-group button:nth-child(n + 7) {
    display: none;
}
.filter-btn-group .rdl-show-more-or-less {
    order: 2;
}
.filter-btn-group .rdl-show-more-or-less .rdl-show-less {
    display: none;
}
.filter-btn-group .rdl-show-more-or-less .rdl-show-more {
    display: inline;
}
.filter-btn-group .rdl-show-more-or-less.active {
    background-color: #f2f4f8;
    color: #212529;
}
.filter-btn-group .rdl-show-more-or-less.active .rdl-show-more {
    display: none;
}
.filter-btn-group .rdl-show-more-or-less.active .rdl-show-less {
    display: inline;
}
.filter-btn-group .rdl-show-more-or-less.active ~ button:nth-of-type(n + 6) {
    display: inline;
}
@media (min-width: 640px) {
    .filter-btn-group button:nth-child(n + 7) {
        display: inline;
    }
    .filter-btn-group .rdl-show-more-or-less {
        display: none;
    }
}
.rdl-page-notification.alert-primary {
    color: white;
    background-color: #002e70;
}
.rdl-page-notification.alert-primary a,
.rdl-page-notification.alert-primary a:hover,
.rdl-page-notification.alert-primary a:focus,
.rdl-page-notification.alert-primary button {
    color: white;
}
.rdl-page-notification .close {
    opacity: 1;
    padding: 1rem;
}
.rdl-archive-result {
    margin-bottom: 36px;
}
@media (min-width: 990px) {
    .rdl-archive-result {
        margin-bottom: 48px;
    }
}
.rdl-archive-result h2 {
    text-transform: uppercase;
    font-weight: 700;
}
.rdl-archive-result h3 {
    font-weight: 700;
}
.rdl-archive-result p {
    margin-bottom: 24px;
}
.rdl-search-result-list .search-result {
    position: relative;
    margin-bottom: 24px;
}
.rdl-search-result-list .search-result h3 {
    color: #002e70;
}
.rdl-search-result-list .search-result .breadcrumb {
    color: #757575;
    margin-bottom: 12px;
}
.rdl-search-result-list .search-result .breadcrumb li {
    padding-right: 4px;
}
.rdl-search-result-list .search-result .breadcrumb,
.rdl-search-result-list .search-result .summary {
    padding-right: 24px;
}
.rdl-search-result-list .search-result img {
    display: none;
}
@media (min-width: 480px) {
    .rdl-search-result-list .search-result img {
        display: inline;
        flex-shrink: 0;
        max-width: 256px;
    }
}
.rdl-search-result-list .search-result:hover h3 {
    text-decoration: underline;
}
.page-image-row .rdl-image-page {
    padding: 0 12px;
}
.rdl-image-page {
    position: relative;
    max-width: 1280px;
    margin-bottom: 24px;
}
.rdl-image-page picture {
    display: inline-block;
    overflow: hidden;
}
.rdl-image-page figcaption {
    max-width: 640px;
    text-align: right;
    margin-left: auto;
}
.rdl-image-page .rdl-event-state {
    filter: drop-shadow(0px -1px 3px rgba(0, 0, 0, 0.25));
}
.rdl-image-page .rdl-event-state span {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 5px 10px;
    -webkit-clip-path: polygon(0 2vw, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 2vw, 100% 0, 100% 100%, 0 100%);
    text-align: right;
}
@media (min-width: 480px) {
    .rdl-image-page .rdl-event-state span {
        padding: 7px 10px 5px;
    }
}
@media (min-width: 640px) {
    .rdl-image-page .rdl-event-state span {
        font-size: 1.125rem;
        padding: 16px 14px 12px;
    }
}
@media (min-width: 990px) {
    .rdl-image-page .rdl-event-state span {
        font-size: 1.25rem;
        padding: 11px 18px 16px;
    }
}
@media (min-width: 1150px) {
    .rdl-image-page .rdl-event-state span {
        padding: 13px 18px 16px;
    }
}
.rdl-image-page .rdl-event-state-newDate span {
    background: #c4f1ed;
    color: #171717;
}
.rdl-image-page .rdl-event-state-online span {
    background: white;
    color: #171717;
}
.rdl-image-page .rdl-event-state-notOnSaleYet span {
    background: #26d466;
    color: #171717;
}
.rdl-image-page .rdl-event-state-waitingList span {
    background: #002e70;
    color: white;
}
.rdl-image-page .rdl-event-state-lastChance span {
    background: #002e70;
    color: white;
}
.rdl-image-page .rdl-event-state-fewTickets span {
    background: #002e70;
    color: white;
}
.rdl-image-page .rdl-event-state-soldOut span {
    background: #f4b664;
    color: #171717;
}
.rdl-image-page .rdl-event-state-past span {
    background: #caf0fe;
    color: #171717;
}
.rdl-image-page .rdl-event-state-postponed span {
    background: #feec89;
    color: #171717;
}
.rdl-image-page .rdl-event-state-cancelled span {
    background: #b30018;
    color: white;
}
.rdl-image-page.rdl-event-state-past figure::before {
    background: #f0fbff;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.17;
}
.rdl-mediaplayer.rdl-theme-bg {
    padding: 16px 12px;
    margin-bottom: 24px;
}
.rdl-mediaplayer.rdl-page-video {
    display: contents;
}
.rdl-mediaplayer.rdl-page-video h3,
.rdl-mediaplayer.rdl-page-video p {
    display: none;
}
.rdl-mediaplayer h3 {
    margin-top: 16px;
}
.rdl-mediaplayer iframe + .rdl-cookie-spot-wrapper {
    display: none;
}
.rdl-mediaplayer iframe[src=""] + .rdl-cookie-spot-wrapper {
    display: block;
    position: absolute;
    top: -16px;
    width: 100%;
}
.rdl-mediaplayer.rdl-mediaplayer-kaltura .embed-responsive-16by9::before {
    padding-top: calc(56.25% + 34px);
}
.page-container .rdl-mediaplayer.rdl-page-video .embed-responsive {
    margin: 0 12px 24px;
}
.pagination {
    align-items: center;
}
.pagination .page-item {
    margin: 0 2px;
    display: inline-flex;
    justify-content: center;
}
.pagination .rdl-page-item-ellipsis {
    width: 12px;
}
.pagination .page-item .page-link {
    text-decoration: underline;
    padding: 4px 8px;
    width: 100%;
    text-align: center;
}
.pagination .page-item .page-link:hover {
    text-decoration: none;
}
.pagination .page-item:hover,
.pagination .page-item.active {
    background-color: #002e70;
    border-radius: 2px;
}
.pagination .page-item:hover .page-link,
.pagination .page-item.active .page-link {
    color: white;
}
.pagination .page-item.disabled .page-link {
    color: #323232;
}
.pagination .page-item.disabled:hover {
    background: none;
}
.pagination .page-item.disabled:hover .page-link {
    color: #323232;
}
.pagination .page-item.rdl-page-pre .page-link,
.pagination .page-item.rdl-page-next .page-link {
    padding: 4px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pagination .page-item.active .page-link,
.pagination .page-item.rdl-page-pre .page-link,
.pagination .page-item.rdl-page-next .page-link {
    text-decoration: none;
}
.pagination .material-icons {
    font-size: 20px;
}
@media (max-width: 799.98px) {
    .pagination.rdl-pagination-long .rdl-page-item-ellipsis + .page-item:not(.rdl-page-item-last),
    .pagination.rdl-pagination-long .page-item.active + .page-item ~ .page-item:not(.rdl-page-item-last):not(.rdl-page-next):not(.rdl-page-item-ellipsis),
    .pagination.rdl-pagination-long.rdl-last-items-active .rdl-page-item-ellipsis {
        border: 1px solid red;
    }
}
.rdl-logo-grid {
    justify-content: center;
    align-items: stretch;
    margin-bottom: 24px;
}
.rdl-logo-grid a {
    padding: 40px 20px;
}
.rdl-logo-grid img {
    width: 100%;
    min-width: 150px;
    max-height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
}
.rdl-logo-grid .col-md-4,
.rdl-logo-grid .col-sm-6 {
    margin-bottom: 12px;
}
.rdl-logo-grid .col-md-4 div,
.rdl-logo-grid .col-sm-6 div {
    height: 100%;
}
.rdl-logo-grid .col:last-child {
    border-right-color: transparent;
}
@media (min-width: 480px) {
    .rdl-logo-grid .col-sm-6 {
        border-right: 1px solid #d6d6d6;
    }
    .rdl-logo-grid .col-sm-6:last-of-type {
        border: none;
    }
}
@media (min-width: 640px) {
    .rdl-logo-grid .col-md-4 {
        border-right: 1px solid #d6d6d6;
    }
    .rdl-logo-grid .col-md-4:last-of-type {
        border: none;
    }
    .rdl-logo-grid .col-md-4:nth-of-type(3n) {
        border: none;
    }
}
@media (min-width: 990px) {
    aside .rdl-logo-grid .col-md-4,
    aside .col-sm-6 {
        width: 100%;
        max-width: 100%;
        border: none;
    }
}
.rdl-room-facilities .rdl-room-facility {
    text-align: center;
    width: 148px;
    margin-bottom: 26px;
}
.rdl-room-facilities .rdl-room-facility .small,
.rdl-room-facilities .rdl-room-facility form[class^="webform"] div.description,
form[class^="webform"] .rdl-room-facilities .rdl-room-facility div.description,
.rdl-room-facilities .rdl-room-facility form[class^="webform"] div.password-confirm,
form[class^="webform"] .rdl-room-facilities .rdl-room-facility div.password-confirm,
.rdl-room-facilities .rdl-room-facility form[class*=" webform"] div.description,
form[class*=" webform"] .rdl-room-facilities .rdl-room-facility div.description,
.rdl-room-facilities .rdl-room-facility form[class*=" webform"] div.password-confirm,
form[class*=" webform"] .rdl-room-facilities .rdl-room-facility div.password-confirm {
    padding-right: 8px;
    padding-left: 8px;
}
.rdl-room-facilities .rdl-room-facility hr {
    margin: 12px 0;
}
.rdl-room-facilities .rdl-room-facility .material-icons {
    font-size: 67px;
}
.rdl-room-facilities .rdl-room-facility .rdl-icons {
    font-size: 72px;
}
.rdl-room-facilities .rdl-room-facility.not-included .rdl-icons,
.rdl-room-facilities .rdl-room-facility.not-included .material-icons {
    color: #757575;
}
@media (min-width: 300px) and (max-width: 491px) {
    .rdl-room-facilities .rdl-room-facility {
        width: 50%;
    }
    .rdl-room-facilities .rdl-room-facility:not(:only-of-type):not(:last-of-type):not(:nth-child(2n)),
    .rdl-room-facilities .rdl-room-facility:nth-last-child(n + 1):first-child,
    .rdl-room-facilities .rdl-room-facility:nth-last-child(n + 1):first-child ~ .rdl-room-facility:not(:nth-child(2n)) {
        border-right: 1px solid #d6d6d6;
    }
    .rdl-room-facilities .rdl-room-facility:last-of-type {
        border-right-color: transparent !important;
    }
}
@media (min-width: 492px) and (max-width: 639px) {
    .rdl-room-facilities .rdl-room-facility {
        width: 33.33%;
    }
    .rdl-room-facilities .rdl-room-facility:not(:only-of-type):not(:last-of-type):not(:nth-child(3n)),
    .rdl-room-facilities .rdl-room-facility:nth-last-child(n + 2):first-child,
    .rdl-room-facilities .rdl-room-facility:nth-last-child(n + 2):first-child ~ .rdl-room-facility:not(:nth-child(3n)) {
        border-right: 1px solid #d6d6d6;
    }
    .rdl-room-facilities .rdl-room-facility:last-of-type {
        border-right-color: transparent !important;
    }
}
@media (min-width: 640px) and (max-width: 725px) {
    .rdl-room-facilities .rdl-room-facility {
        width: 50%;
    }
    .rdl-room-facilities .rdl-room-facility:not(:only-of-type):not(:last-of-type):not(:nth-child(2n)),
    .rdl-room-facilities .rdl-room-facility:nth-last-child(n + 1):first-child,
    .rdl-room-facilities .rdl-room-facility:nth-last-child(n + 1):first-child ~ .rdl-room-facility:not(:nth-child(2n)) {
        border-right: 1px solid #d6d6d6;
    }
    .rdl-room-facilities .rdl-room-facility:last-of-type {
        border-right-color: transparent !important;
    }
}
@media (min-width: 726px) and (max-width: 947px) {
    .rdl-room-facilities .rdl-room-facility {
        width: 33.33%;
    }
    .rdl-room-facilities .rdl-room-facility:not(:only-of-type):not(:last-of-type):not(:nth-child(3n)),
    .rdl-room-facilities .rdl-room-facility:nth-last-child(n + 2):first-child,
    .rdl-room-facilities .rdl-room-facility:nth-last-child(n + 2):first-child ~ .rdl-room-facility:not(:nth-child(3n)) {
        border-right: 1px solid #d6d6d6;
    }
    .rdl-room-facilities .rdl-room-facility:last-of-type {
        border-right-color: transparent !important;
    }
}
@media (min-width: 948px) and (max-width: 989px) {
    .rdl-room-facilities .rdl-room-facility {
        width: 25%;
    }
    .rdl-room-facilities .rdl-room-facility:not(:only-of-type):not(:last-of-type):not(:nth-child(4n)),
    .rdl-room-facilities .rdl-room-facility:nth-last-child(n + 3):first-child,
    .rdl-room-facilities .rdl-room-facility:nth-last-child(n + 3):first-child ~ .rdl-room-facility:not(:nth-child(4n)) {
        border-right: 1px solid #d6d6d6;
    }
    .rdl-room-facilities .rdl-room-facility:last-of-type {
        border-right-color: transparent !important;
    }
}
@media (min-width: 990px) and (max-width: 1271px) {
    .rdl-room-facilities .rdl-room-facility {
        width: 33.33%;
    }
    .rdl-room-facilities .rdl-room-facility:not(:only-of-type):not(:last-of-type):not(:nth-child(3n)),
    .rdl-room-facilities .rdl-room-facility:nth-last-child(n + 2):first-child,
    .rdl-room-facilities .rdl-room-facility:nth-last-child(n + 2):first-child ~ .rdl-room-facility:not(:nth-child(3n)) {
        border-right: 1px solid #d6d6d6;
    }
    .rdl-room-facilities .rdl-room-facility:last-of-type {
        border-right-color: transparent !important;
    }
}
@media (min-width: 1272px) {
    .rdl-room-facilities .rdl-room-facility {
        width: 25%;
    }
    .rdl-room-facilities .rdl-room-facility:not(:only-of-type):not(:last-of-type):not(:nth-child(4n)),
    .rdl-room-facilities .rdl-room-facility:nth-last-child(n + 3):first-child,
    .rdl-room-facilities .rdl-room-facility:nth-last-child(n + 3):first-child ~ .rdl-room-facility:not(:nth-child(4n)) {
        border-right: 1px solid #d6d6d6;
    }
    .rdl-room-facilities .rdl-room-facility:last-of-type {
        border-right-color: transparent !important;
    }
}
@media (min-width: 640px) and (max-width: 787px) {
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility,
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility {
        width: 25%;
    }
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:not(:only-of-type):not(:last-of-type):not(:nth-child(4n)),
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 3):first-child,
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 3):first-child ~ .rdl-room-facility:not(:nth-child(4n)),
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:not(:only-of-type):not(:last-of-type):not(:nth-child(4n)),
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 3):first-child,
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 3):first-child ~ .rdl-room-facility:not(:nth-child(4n)) {
        border-right: 1px solid #d6d6d6;
    }
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:last-of-type,
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:nth-child(4n),
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:last-of-type,
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:nth-child(4n) {
        border-right-color: transparent !important;
    }
}
@media (min-width: 788px) and (max-width: 953px) {
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility,
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility {
        width: 20%;
    }
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:not(:only-of-type):not(:last-of-type):not(:nth-child(5n)),
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 4):first-child,
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 4):first-child ~ .rdl-room-facility:not(:nth-child(5n)),
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:not(:only-of-type):not(:last-of-type):not(:nth-child(5n)),
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 4):first-child,
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 4):first-child ~ .rdl-room-facility:not(:nth-child(5n)) {
        border-right: 1px solid #d6d6d6;
    }
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:last-of-type,
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:nth-child(5n),
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:last-of-type,
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:nth-child(5n) {
        border-right-color: transparent !important;
    }
}
@media (min-width: 954px) and (max-width: 989px) {
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility,
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility {
        width: 16.66%;
    }
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:not(:only-of-type):not(:last-of-type):not(:nth-child(6n)),
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 5):first-child,
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 5):first-child ~ .rdl-room-facility:not(:nth-child(6n)),
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:not(:only-of-type):not(:last-of-type):not(:nth-child(6n)),
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 5):first-child,
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 5):first-child ~ .rdl-room-facility:not(:nth-child(6n)) {
        border-right: 1px solid #d6d6d6;
    }
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:last-of-type,
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:nth-child(6n),
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:last-of-type,
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:nth-child(6n) {
        border-right-color: transparent !important;
    }
}
@media (min-width: 990px) and (max-width: 1058px) {
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility,
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility {
        width: 25%;
    }
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:not(:only-of-type):not(:last-of-type):not(:nth-child(4n)),
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 3):first-child,
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 3):first-child ~ .rdl-room-facility:not(:nth-child(4n)),
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:not(:only-of-type):not(:last-of-type):not(:nth-child(4n)),
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 3):first-child,
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 3):first-child ~ .rdl-room-facility:not(:nth-child(4n)) {
        border-right: 1px solid #d6d6d6;
    }
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:last-of-type,
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:nth-child(4n),
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:last-of-type,
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:nth-child(4n) {
        border-right-color: transparent !important;
    }
}
@media (min-width: 1059px) and (max-width: 1255px) {
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility,
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility {
        width: 20%;
    }
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:not(:only-of-type):not(:last-of-type):not(:nth-child(5n)),
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 4):first-child,
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 4):first-child ~ .rdl-room-facility:not(:nth-child(5n)),
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:not(:only-of-type):not(:last-of-type):not(:nth-child(5n)),
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 4):first-child,
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 4):first-child ~ .rdl-room-facility:not(:nth-child(5n)) {
        border-right: 1px solid #d6d6d6;
    }
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:last-of-type,
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:nth-child(5n),
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:last-of-type,
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:nth-child(5n) {
        border-right-color: transparent !important;
    }
}
@media (min-width: 1256px) {
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility,
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility {
        width: 16.66%;
    }
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:not(:only-of-type):not(:last-of-type):not(:nth-child(6n)),
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 5):first-child,
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 5):first-child ~ .rdl-room-facility:not(:nth-child(6n)),
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:not(:only-of-type):not(:last-of-type):not(:nth-child(6n)),
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 5):first-child,
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:nth-last-child(n + 5):first-child ~ .rdl-room-facility:not(:nth-child(6n)) {
        border-right: 1px solid #d6d6d6;
    }
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:last-of-type,
    .main-9-3 .col-lg-9 .rdl-features .rdl-room-facility:nth-child(6n),
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:last-of-type,
    .main-3-9 .col-lg-9 .rdl-features .rdl-room-facility:nth-child(6n) {
        border-right-color: transparent !important;
    }
}
.rdl-discovery-header {
    height: 48px;
    padding: 6px 12px;
    background: #002e70;
}
@media (min-width: 990px) {
    .rdl-discovery-header {
        padding: 6px 40px;
    }
}
.rdl-discovery-header .rdl-logo {
    width: 110px;
    height: 25px;
    margin-top: 6px;
}
.rdl-discovery-header .discovery-nav {
    background-color: white;
    min-width: 200px;
}
.rdl-discovery-header .btn.dropdown-toggle {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.5rem;
    height: 36px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
}
.rdl-discovery-header .discovery-nav .dropdown-menu li a {
    white-space: nowrap !important;
}
.rdl-discovery-header .dropdown-menu {
    font-size: 0.75rem;
    line-height: 1.5rem;
    border-top: 1px solid #d6d6d6;
    min-width: 200px;
    margin-top: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}
.rdl-discovery-header .dropdown-item {
    padding: 6px 12px;
    border-top: 1px solid #d6d6d6;
}
.rdl-discovery-header .dropdown-item:first-of-type {
    border-top: none;
}
.rdl-discovery-header .dropdown-item::after {
    font-size: 1.25rem;
    content: "link";
    float: right;
    line-height: 1.5rem;
}
@media (max-width: 639.98px) {
    .rdl-discovery-header .discovery-nav {
        max-width: 140px;
        min-width: 0;
    }
}
.nav-tabs .nav-item {
    margin-right: 24px;
}
.nav-tabs .nav-item:last-of-type {
    margin-right: 0;
}
.nav-tabs .nav-link {
    text-transform: uppercase;
    color: #002e70;
    border-bottom: 2px solid transparent;
}
.nav-tabs .nav-link.active {
    border-bottom: 2px solid #002e70;
}
.nav-tabs .nav-link:hover {
    border-bottom: 2px solid #002e70;
    transition: border-bottom-color 0.3s ease-in-out;
}
.tab-content {
    padding: 12px 0 0 0;
}
.rdl-tooltip-icon {
    color: #757575;
}
.rdl-tooltip-icon:hover {
    color: #002e70;
}
.tooltip {
    font-family: "noway", sans-serif;
}
.tooltip .tooltip-header,
.tooltip .tooltip-text {
    margin-bottom: 0;
}
.tooltip .tooltip-header {
    font-size: 0.875rem;
}
.rdl-progress-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}
@media (min-width: 990px) {
    .rdl-progress-wrapper {
        height: auto;
    }
}
.rdl-progress-wrapper h4 {
    margin-bottom: 0;
}
.progress {
    background-color: transparent;
    margin: 20px 0 72px 30px;
    width: calc(100% - 60px);
}
@media (min-width: 990px) {
    .progress {
        margin: 32px 0 160px 45px;
        width: calc(100% - 90px);
    }
}
.progress::before {
    background-color: var(--color-light-gray);
    content: "";
    display: block;
    height: var(--size-s);
    position: absolute;
    width: calc(100% - 5rem);
    z-index: -1;
}
.progress .progress-bar.disabled {
    background-color: #757575;
}
.rdl-progress-steps {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    margin-top: -9px;
    margin-bottom: 0;
    margin-left: -28px;
    padding: 0;
}
@media (min-width: 990px) {
    .rdl-progress-steps {
        margin-top: -27px;
        margin-left: -52px;
        padding: revert;
    }
}
.rdl-progress-steps .rdl-progress-step {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    width: 30px;
    position: relative;
}
@media (min-width: 990px) {
    .rdl-progress-steps .rdl-progress-step {
        width: 90px;
    }
}
.rdl-progress-steps .rdl-progress-step::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: white white white #d6d6d6;
    position: absolute;
    left: -8px;
    top: 9px;
}
@media (min-width: 990px) {
    .rdl-progress-steps .rdl-progress-step::before {
        left: 6px;
        top: 27px;
    }
}
.rdl-progress-steps .rdl-progress-step:first-of-type::before {
    border: none;
}
.rdl-progress-steps .rdl-progress-step span:not(.material-icons, .required-marker) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 1px;
    background-color: #d6d6d6;
    border: 6px solid white;
    color: #171717;
    font-size: 0.75rem;
}
@media (min-width: 990px) {
    .rdl-progress-steps .rdl-progress-step span:not(.material-icons, .required-marker) {
        height: 66px;
        width: 66px;
        font-size: 1.25rem;
        font-weight: 700;
        border-radius: 2px;
        border: 12px solid white;
    }
}
.rdl-progress-steps .rdl-progress-step p {
    display: none;
    margin-top: var(--size-m);
}
@media (min-width: 990px) {
    .rdl-progress-steps .rdl-progress-step p {
        display: inline-flex;
        margin-bottom: 0;
        line-height: 1.25rem;
        max-width: 155px;
        overflow-wrap: break-word;
    }
}
.rdl-progress-steps .rdl-progress-step a {
    text-decoration: none;
}
.rdl-progress-steps .rdl-progress-step a:hover {
    color: #171717;
}
.rdl-progress-steps .rdl-progress-step .material-icons {
    font-size: 0.75rem;
}
@media (min-width: 990px) {
    .rdl-progress-steps .rdl-progress-step .material-icons {
        font-size: 1.5rem;
        padding: 0 0.6rem;
    }
}
.rdl-progress-steps .rdl-progress-step.complete::before {
    border-color: transparent;
}
.rdl-progress-steps .rdl-progress-step.complete span {
    background-color: #002e70;
    color: white;
}
.rdl-progress-steps .rdl-progress-step.complete a:hover span {
    border-color: #002e70;
}
.rdl-progress-steps .rdl-progress-step.complete p {
    font-family: "noway", sans-serif;
    font-style: italic;
}
.rdl-progress-steps .rdl-progress-step.active::before {
    border: none;
}
.rdl-progress-steps .rdl-progress-step.active span {
    background-color: #002e70;
    border-color: #002e70;
    color: white;
}
.rdl-progress-steps .rdl-progress-step.active p {
    font-family: "noway", sans-serif;
}
.rdl-progress-steps .rdl-progress-step.complete.disabled span {
    background-color: #757575;
    color: white;
}
.rdl-progress-steps .rdl-progress-step.complete.disabled span:hover {
    border-color: white;
}
.rdl-progress-steps .rdl-progress-step:last-of-type::before {
    width: 14px;
    left: -14px;
}
.rdl-progress-steps .rdl-progress-step:last-of-type span {
    border-radius: 50%;
    border-width: 0;
}
.rdl-progress-steps .rdl-progress-step:last-of-type:hover {
    border-color: white;
}
@media (min-width: 990px) {
    .rdl-progress-steps .rdl-progress-step:last-of-type::before {
        width: 0;
        left: 6px;
    }
    .rdl-progress-steps .rdl-progress-step:last-of-type span {
        border-width: 12px;
    }
    .rdl-progress-steps .rdl-progress-step:last-of-type .material-icons {
        background-color: transparent;
        font-size: 2rem;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}
.rdl-progress-steps .rdl-progress-step:last-of-type.complete::before {
    border-color: white;
    width: 0;
    left: -8px;
}
@media (min-width: 990px) {
    .rdl-progress-steps .rdl-progress-step:last-of-type.complete::before {
        left: 10px;
    }
}
.rdl-progress-steps .rdl-progress-step:last-of-type.complete:hover span {
    border-color: white;
}
.rdl-progress-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 18px);
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #757575;
    margin: 0 -8px 32px;
}
.rdl-progress-nav a {
    align-items: center;
    max-width: 50%;
    line-height: 1rem;
    text-decoration: none;
}
.rdl-progress-nav a:last-of-type {
    text-align: end;
}
.rdl-progress-nav i {
    color: #d6d6d6;
}
@media (min-width: 990px) {
    .rdl-progress-nav {
        display: none;
    }
}
.progress-vertical {
    flex-direction: column;
    height: auto;
    line-height: initial;
    margin: 0;
    overflow: initial;
}
.progress-vertical::before {
    display: none;
}
.progress-vertical .rdl-progress-steps {
    flex-direction: column;
    gap: var(--size-xl);
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
}
.progress-vertical .rdl-progress-steps p {
    display: initial;
}
.progress-vertical .rdl-progress-steps .rdl-progress-step {
    gap: var(--size-m);
    width: auto;
}
.progress-vertical .rdl-progress-steps .rdl-progress-step:first-of-type::before,
.progress-vertical .rdl-progress-steps .rdl-progress-step:last-of-type::before {
    display: none;
}
.progress-vertical .rdl-progress-steps .rdl-progress-step::after {
    display: none;
}
.progress-vertical .rdl-progress-step {
    justify-content: start;
    margin: 0;
    text-align: left;
}
.progress-vertical .rdl-progress-step-active .rdl-progress-step-marker::before {
    border-left: 2px dashed var(--color-dark);
    content: "";
    display: inline-block;
    height: 100%;
    height: calc(100% + var(--size-xl));
    left: calc(var(--size-m) + 1px);
    position: absolute;
    top: 0;
    width: 2px;
    z-index: -1;
}
.progress-vertical .rdl-progress-step-active:nth-last-child(2) .rdl-progress-step-marker::before {
    display: none;
}
.progress-vertical .rdl-progress-step::before {
    display: none;
}
.progress-vertical .rdl-progress-step span:not(.material-icons, .required-marker) {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    height: var(--size-m);
    width: var(--size-m);
    font-size: var(--size-m);
    border-radius: initial;
    font-weight: initial;
    border: initial;
    background-color: transparent;
    color: var(--color-dark);
    font-weight: bold;
}
.progress-vertical .rdl-progress-step-marker {
    background-color: var(--color-light);
    border: 2px dashed var(--color-dark);
    border-radius: 50%;
    display: grid;
    height: var(--size-m);
    line-height: var(--marker-line-height);
    padding: var(--size-m);
    place-content: center;
    width: var(--size-m);
}
.progress-vertical .rdl-progress-step-content-heading {
    font-size: 22px;
    font-weight: bold;
}
.progress-vertical .rdl-progress-step-last {
    display: none;
}
.progress-vertical .progress {
    height: initial;
    width: initial;
    margin: 0;
}
.datatable .sorting {
    cursor: pointer;
}
.datatable .sorting-arrows {
    display: inline-flex;
    flex-direction: column;
    color: #757575;
}
.datatable .sorting-arrows i:last-of-type {
    margin-top: -10px;
}
.datatable .sorting_asc .sorting-arrows span.material-icons:first-of-type,
.datatable .sorting_desc .sorting-arrows span.material-icons:last-of-type {
    color: #002e70;
}
.dataTables_paginate {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #002e70;
    margin-top: -2rem;
}
.dataTables_paginate .paginate_button {
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
}
.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button:hover {
    text-decoration: none;
}
.dataTables_paginate .paginate_button.current {
    color: #171717;
}
.dataTables_paginate .paginate_button.previous,
.dataTables_paginate .paginate_button.next {
    text-decoration: none;
}
.rdl-pull-quote {
    padding-top: 60px;
    position: relative;
    clear: both;
    z-index: 1;
    margin-bottom: 60px;
}
.rdl-pull-quote::before {
    content: "â€œ";
    font-size: 17rem;
    top: -94px;
    left: -20px;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    color: #002e70;
    font-family: "noway", sans-serif;
}
.rdl-pull-quote blockquote {
    font-style: normal;
    padding: unset;
    padding-left: 16px;
    margin: 0 0 4px;
}
.rdl-pull-quote blockquote::before {
    all: unset;
}
.rdl-pull-quote blockquote::after {
    content: "";
    display: inline-block;
    float: right;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 24px 0;
    border-color: transparent #f0fbff transparent transparent;
    position: absolute;
    right: 0;
    top: unset;
    left: unset;
}
.rdl-pull-quote-caption {
    font-family: "noway", sans-serif;
    color: #757575;
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin-bottom: 24px;
    font-style: normal;
    padding: 0 24px 0 16px;
    float: right;
    text-align: right;
    width: 100%;
}
.rdl-pull-quote-text {
    font-family: "noway", sans-serif;
    font-weight: 700;
    padding: 26px 18px;
    color: #002e70;
    font-size: 1.375rem;
}
.rdl-pull-quote-text a {
    color: #002e70;
}
.rdl-pull-quote-text a:hover {
    color: #171717;
}
@media (min-width: 990px) {
    .rdl-pull-quote {
        margin-bottom: 36px;
    }
    .rdl-pull-quote.rdl-offset-content-left,
    .rdl-pull-quote.rdl-offset-content-right {
        margin-bottom: 0;
    }
    .rdl-pull-quote.rdl-offset-content-left .rdl-pull-quote-caption,
    .rdl-pull-quote.rdl-offset-content-right .rdl-pull-quote-caption {
        max-width: 60%;
    }
}
.rdl-system-message {
    color: #323232;
    border-top: 2px solid rgba(50, 50, 50, 0.4);
    border-bottom: 2px solid rgba(50, 50, 50, 0.4);
}
.rdl-system-message-accept {
    background-color: #26d466;
}
.rdl-system-message-warning {
    background-color: #f4b664;
}
.rdl-system-message-info {
    background-color: white;
    color: #002e70;
}
.rdl-system-message-error {
    background-color: #b30018;
    color: white;
}
.rdl-system-message .col {
    display: flex;
    padding: 10px 12px;
}
.rdl-system-message p {
    font-family: "noway", sans-serif;
    margin-bottom: 0;
    display: inline;
    margin-left: 18px;
}
.rdl-system-message i {
    font-size: 2.375rem;
}
@media (min-width: 990px) {
    .global-header.sub-page .rdl-system-messages-wrapper > div:first-of-type {
        margin-top: 12px;
    }
}
.rdl-toggle-spot {
    margin-bottom: 36px;
}
.rdl-toggle-spot .rdl-toggle-spot-content * {
    margin: 0;
}
.rdl-toggle-spot .rdl-toggle-spot .rdl-toggle-spot-content p:last-child {
    margin-bottom: 0;
}
.rdl-toggle-spot .rdl-toggle-spot .rdl-toggle-spot-content p {
    margin-bottom: 1.5rem;
}
.rdl-toggle-spot .rdl-spot-header {
    display: block;
    font-size: var(--rdl-font-size-l);
    font-weight: bold;
    line-height: 1;
    margin: 0;
}
.rdl-toggle-spot.has-toggle .rdl-toggle-spot-content {
    max-height: 6.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s ease-in-out;
}
.rdl-toggle-spot.has-toggle .rdl-toggle-spot-bottom {
    display: none;
}
.rdl-toggle-spot.is-open .rdl-toggle-spot-content {
    max-height: 1000px;
}
.rdl-toggle-spot.is-open .rdl-toggle-spot-fade {
    opacity: 0;
}
.rdl-toggle-spot.has-toggle.is-open .rdl-toggle-spot-bottom {
    display: initial;
}
.rdl-toggle-spot.rdl-offset-content-left .rdl-toggle-spot-content,
.rdl-toggle-spot.rdl-offset-content-right .rdl-toggle-spot-content {
    max-height: 1000px;
}
.rdl-toggle-spot.rdl-offset-content-left .rdl-toggle-spot-fade,
.rdl-toggle-spot.rdl-offset-content-left .rdl-toggle-spot-button,
.rdl-toggle-spot.rdl-offset-content-right .rdl-toggle-spot-fade,
.rdl-toggle-spot.rdl-offset-content-right .rdl-toggle-spot-button {
    display: none;
}
.rdl-toggle-spot.rdl-offset-content-left .rdl-toggle-spot-bottom,
.rdl-toggle-spot.rdl-offset-content-right .rdl-toggle-spot-bottom {
    display: block;
}
.rdl-toggle-spot-content {
    padding: 1.5rem 0.75rem;
}
.rdl-toggle-spot-bottom {
    --height: 1rem;
    --offset: 1rem;
    background-color: #f0fbff;
    bottom: calc(var(--height) * -1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--offset)), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--offset)), 0 100%);
    height: var(--height);
    pointer-events: none;
    position: absolute;
    width: 100%;
}
.rdl-toggle-spot-fade {
    --height: 3rem;
    background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    bottom: 0;
    height: var(--height);
    pointer-events: none;
    position: absolute;
    width: 100%;
}
.rdl-toggle-spot-button {
    --caret-height: 1rem;
    --color: #002e70;
    --size: 2.25rem;
    background-color: var(--color);
    border: none;
    border-radius: 0;
    bottom: calc((var(--size) / 2) * -1);
    color: white;
    display: grid;
    font-size: 1rem;
    height: var(--size);
    left: calc(50% - calc(var(--size) / 2));
    margin: 0;
    padding: 0;
    place-items: center;
    position: absolute;
    width: var(--size);
    z-index: 1;
}
.rdl-toggle-spot-button::after {
    background-color: var(--color);
    bottom: calc(var(--caret-height) * -1);
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    content: "";
    display: block;
    height: var(--caret-height);
    position: absolute;
    width: 100%;
}
.rdl-toggle-spot-button:focus-visible {
    outline: 2px solid var(--color);
    outline-offset: 1px;
}
.is-open .rdl-toggle-spot-button::after {
    bottom: initial;
    -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    top: calc(var(--caret-height) * -1);
}
.mc-embed-signup h3 {
    display: flex;
}
.mc-embed-signup h3 i {
    padding-left: 20px;
    color: #002e70;
}
input[type="file"].file-loading,
.file-loading input[type="file"] {
    width: 0;
    height: 0;
}
.file-input-ajax-new .no-browse .input-group-btn,
.file-input-ajax-new .fileinput-upload-button,
.file-input-ajax-new .fileinput-remove,
.file-input-new .no-browse .input-group-btn,
.file-input-new .fileinput-upload-button,
.file-input-new .fileinput-remove-button,
.file-input-new .glyphicon-file,
.file-input-new .close,
.file-input-new .file-preview,
.file-zoom-dialog .modal-header:after,
.file-zoom-dialog .modal-header:before,
.file-caption-icon,
.hide-content .kv-file-content,
.kv-hidden {
    display: none;
}
.file-zoom-dialog .floating-buttons,
.file-zoom-dialog .btn-navigate,
.krajee-default .file-thumb-progress,
.file-preview .fileinput-remove,
.file-caption-icon,
.btn-file input[type="file"],
.file-no-browse {
    position: absolute;
}
.file-zoom-dialog .modal-dialog,
.krajee-default .file-thumbnail-footer,
.krajee-default.file-preview-frame,
.file-preview,
.file-caption,
.btn-file,
.file-loading:before,
.file-input {
    position: relative;
}
.krajee-default .file-other-error,
.krajee-default .file-actions,
.file-error-message ul,
.file-error-message pre {
    text-align: left;
}
.file-error-message ul,
.file-error-message pre {
    margin: 0;
}
.krajee-default .file-upload-indicator,
.krajee-default .file-drag-handle {
    float: left;
    margin-top: 10px;
    width: 16px;
    height: 16px;
}
.krajee-default .file-thumb-progress .progress-bar,
.krajee-default .file-thumb-progress .progress {
    height: 11px;
    font-size: 9px;
}
.krajee-default .file-size-info,
.krajee-default .file-caption-info {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-zoom-content > .file-object.type-image,
.file-zoom-content > .file-object.type-flash,
.file-zoom-content > .file-object.type-video {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
.file-zoom-content > .file-object.type-flash,
.file-zoom-content > .file-object.type-video {
    height: 100%;
}
.file-zoom-content > .file-object.type-default,
.file-zoom-content > .file-object.type-text,
.file-zoom-content > .file-object.type-html,
.file-zoom-content > .file-object.type-pdf {
    width: 100%;
}
.file-input {
    font-family: noway, sans-serif;
}
.file-no-browse {
    left: 50%;
    bottom: 20%;
    width: 1px;
    height: 1px;
    font-size: 0;
    opacity: 0;
    border: none;
    background: none;
    outline: none;
    box-shadow: none;
}
.file-loading:before {
    content: " Loading...";
    display: inline-block;
    padding-left: 20px;
    line-height: 16px;
    font-size: 13px;
    font-variant: small-caps;
    color: #999;
    background: transparent url(https://www.kb.dk/profiles/contrib/rdl_profile/themes/rdltheme/assets/img/loading.gif) top left no-repeat;
}
.file-object {
    margin: 0 0 -5px 0;
    padding: 0;
}
.btn-file {
    overflow: hidden;
}
.btn-file input[type="file"] {
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
}
.btn-file ::-ms-browse {
    font-size: 10000px;
    width: 100%;
    height: 100%;
}
.file-caption .input-group {
    align-items: center;
}
.file-caption .file-caption-name {
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    background: none;
    outline: none;
}
.file-caption.icon-visible .file-caption-icon {
    display: inline-block;
}
.file-caption.icon-visible .file-caption-icon span {
    vertical-align: sub;
}
.file-caption.icon-visible .input-group input {
    padding-left: 42px;
}
.file-caption-icon {
    padding: 12px 6px 0 6px;
}
.input-group-lg .file-caption-icon {
    font-size: 1.25rem;
}
.input-group-sm .file-caption-icon {
    font-size: 0.875rem;
    padding: 0.25rem;
}
.file-error-message {
    color: #a94442;
    background-color: #f2dede;
    margin: 5px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    padding: 15px;
}
.file-error-message pre {
    margin: 5px 0;
}
.file-caption-disabled {
    background-color: #eee;
    cursor: not-allowed;
    opacity: 1;
}
.file-preview {
    border: 1px solid #ddd;
    padding: 8px;
    width: 100%;
    margin-bottom: 5px;
}
.file-preview .file-preview-thumbnails {
    display: flex;
    flex-direction: column;
}
.file-preview .file-preview-thumbnails .krajee-default.file-preview-frame {
    flex-direction: column;
}
@media (min-width: 480px) {
    .file-preview .file-preview-thumbnails .krajee-default.file-preview-frame {
        flex-direction: row;
    }
}
.file-preview .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.file-preview .fileinput-remove {
    top: 2.5px;
    right: 2.5px;
    line-height: 10px;
    color: #002e70;
    font-size: 2rem;
}
.file-preview .clickable {
    cursor: pointer;
}
.file-preview .kv-zoom-cache {
    display: none;
}
.file-preview-image {
    font: 40px noway, Charcoal, sans-serif;
    color: #28a745;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.krajee-default.file-preview-frame {
    margin: 8px;
    padding: 6px;
    float: left;
    display: flex;
    font-size: 1rem;
    max-width: 100%;
}
.krajee-default.file-preview-frame .kv-file-content {
    width: 213px;
    height: 160px;
    margin-right: 24px;
}
.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
    width: 400px;
}
.krajee-default.file-preview-frame .file-thumbnail-footer {
    height: 70px;
    text-align: left;
}
.krajee-default.file-preview-frame[data-template="audio"] .kv-file-content {
    width: 240px;
    height: 55px;
}
.krajee-default .file-preview-text {
    display: block;
    color: #428bca;
    border: 1px solid #ddd;
    font-family: noway, Monaco, Consolas, "Courier New", monospace;
    outline: none;
    padding: 8px;
    resize: none;
}
.krajee-default .file-preview-html {
    border: 1px solid #ddd;
    padding: 8px;
    overflow: auto;
}
.krajee-default .file-other-icon {
    font-size: 6em;
    line-height: 1;
}
.krajee-default .file-footer-buttons {
    float: right;
}
.krajee-default .file-footer-caption {
    font-family: noway, sans-serif;
    display: inline;
    padding-top: 4px;
    color: #323232;
    margin-bottom: 15px;
    float: left;
}
.krajee-default .file-preview-error {
    opacity: 0.65;
    box-shadow: none;
}
.krajee-default .file-thumb-progress {
    height: 11px;
    top: 37px;
    left: 0;
    right: 0;
}
.krajee-default .file-thumb-progress .progress {
    color: #ccc;
}
.krajee-default .file-thumb-progress .progress-bar {
    font-family: noway, sans-serif;
}
.krajee-default samp {
    font-family: noway, sans-serif;
}
.krajee-default.kvsortable-ghost {
    background: #e1edf7;
    border: 2px solid #a1abff;
}
.krajee-default .file-preview-other:hover {
    opacity: 0.8;
}
.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
    color: #000;
}
.file-upload-stats {
    font-size: 9px;
    text-align: center;
    width: 100%;
}
.kv-upload-progress .progress {
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
    overflow: hidden;
    color: #ccc;
}
.kv-upload-progress .progress-bar {
    height: 20px;
    font-family: noway, sans-serif;
}
.kv-upload-progress .file-upload-stats {
    font-size: 11px;
    margin: -10px 0 5px;
}
.file-thumb-progress .progress {
    background-color: #ccc;
}
.file-thumb-progress .progress-bar {
    font-size: 0.7rem;
    font-family: noway, sans-serif;
}
.file-zoom-dialog .file-other-icon {
    font-size: 22em;
    font-size: 50vmin;
}
.file-zoom-dialog .modal-dialog {
    width: auto;
}
.file-zoom-dialog .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.file-zoom-dialog .btn-navigate {
    margin: -1.2rem 0.1rem 0;
    padding: 0;
    font-size: 1.2rem;
    width: 2.4rem;
    height: 2.4rem;
    top: 50%;
    border-radius: 50%;
    text-align: center;
}
.file-zoom-dialog .btn-navigate * {
    width: auto;
}
.file-zoom-dialog .floating-buttons {
    top: 5px;
    right: 10px;
}
.file-zoom-dialog .btn-kv-prev {
    left: 0;
}
.file-zoom-dialog .btn-kv-next {
    right: 0;
}
.file-zoom-dialog .kv-zoom-header {
    padding: 0.5rem;
}
.file-zoom-dialog .kv-zoom-body {
    padding: 0.25rem 0.5rem 0.25rem 0;
}
.file-zoom-dialog .kv-zoom-description {
    position: absolute;
    opacity: 0.8;
    font-size: 0.8rem;
    background-color: #1a1a1a;
    padding: 1rem;
    text-align: center;
    border-radius: 0.5rem;
    color: #fff;
    left: 15%;
    right: 15%;
    bottom: 15%;
}
.file-zoom-dialog .kv-desc-hide {
    float: right;
    color: #fff;
    padding: 0 0.1rem;
    background: none;
    border: none;
}
.file-zoom-dialog .kv-desc-hide:hover,
.file-zoom-dialog .kv-desc-hide:focus {
    opacity: 0.7;
}
.file-input-new .no-browse .form-control {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.file-input-ajax-new .no-browse .form-control {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.file-caption-main {
    width: 100%;
}
.file-thumb-loading {
    background: transparent url(https://www.kb.dk/profiles/contrib/rdl_profile/themes/rdltheme/assets/img/loading.gif) no-repeat scroll center center content-box !important;
}
.file-drop-zone {
    outline: 1px dashed #002e70;
    min-height: 260px;
    text-align: center;
    vertical-align: middle;
    margin: 12px 15px 12px 12px;
    padding: 5px;
}
.file-drop-zone.clickable:hover {
    outline: 2px dashed #002e70;
}
.file-drop-zone.clickable:focus {
    outline: 2px solid #002e70;
}
.file-drop-zone .file-preview-thumbnails {
    cursor: default;
}
.file-drop-zone-title {
    color: #002e70;
    font-size: 1.6em;
    padding: 85px 10px;
    cursor: default;
}
.file-highlighted {
    border: 2px dashed #999 !important;
    background-color: #eee;
}
.file-uploading {
    background: url(https://www.kb.dk/profiles/contrib/rdl_profile/themes/rdltheme/assets/img/loading-sm.gif) no-repeat center bottom 10px;
    opacity: 0.65;
}
.file-zoom-fullscreen .modal-dialog {
    min-width: 100%;
    margin: 0;
}
.file-zoom-fullscreen .modal-content {
    border-radius: 0;
    box-shadow: none;
    min-height: 100vh;
}
.file-zoom-fullscreen .kv-zoom-body {
    overflow-y: auto;
}
.floating-buttons {
    z-index: 3000;
}
.floating-buttons .btn-kv {
    margin-left: 3px;
    z-index: 3000;
}
.kv-zoom-actions {
    min-width: 140px;
}
.kv-zoom-actions .btn-kv {
    margin-left: 3px;
}
.file-zoom-content {
    min-height: 300px;
    text-align: center;
    white-space: nowrap;
}
.file-zoom-content .file-preview-image {
    max-height: 100%;
}
.file-zoom-content .file-preview-video {
    max-height: 100%;
}
.file-zoom-content > .file-object.type-image {
    height: auto;
    min-height: inherit;
}
.file-zoom-content > .file-object.type-audio {
    width: auto;
    height: 30px;
}
.file-zoom-content:hover {
    background: transparent;
}
@media (min-width: 576px) {
    .file-zoom-dialog .modal-dialog {
        max-width: 500px;
    }
}
@media (min-width: 992px) {
    .file-zoom-dialog .modal-lg {
        max-width: 800px;
    }
}
@media (max-width: 767px) {
    .file-preview-thumbnails {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .file-zoom-dialog .modal-header {
        flex-direction: column;
    }
}
@media (max-width: 350px) {
    .krajee-default.file-preview-frame:not([data-template="audio"]) .kv-file-content {
        width: 160px;
    }
}
@media (max-width: 420px) {
    .krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
        width: 100%;
    }
}
.file-loading[dir="rtl"]:before {
    background: transparent url(https://www.kb.dk/profiles/contrib/rdl_profile/themes/rdltheme/assets/img/loading.gif) top right no-repeat;
    padding-left: 0;
    padding-right: 20px;
}
.clickable .file-drop-zone-title {
    cursor: pointer;
}
.file-sortable .file-drag-handle {
    cursor: -webkit-grab;
    cursor: grab;
    opacity: 1;
}
.file-sortable .file-drag-handle:hover {
    opacity: 0.7;
}
.file-grabbing,
.file-grabbing * {
    cursor: not-allowed !important;
}
.file-grabbing .file-preview-thumbnails * {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
}
.file-preview-initial.sortable-chosen {
    background-color: #d9edf7;
    border-color: #17a2b8;
    box-shadow: none;
}
.file-preview-other-frame,
.file-preview-object,
.kv-zoom-body {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rdl-file-list-no-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer {
    height: auto;
}
.file-input.has-error ~ .invalid-feedback {
    display: inline-block;
}
.rdl-file-accept {
    color: #002e70;
    display: inline-flex;
    align-items: center;
}
.rdl-file-accept i {
    font-size: 18px;
    padding-right: 4px;
    color: #f4b664;
}
.rdl-blockquote {
    position: relative;
    padding: 24px 18px 20px 33px;
    display: flex;
    flex-direction: column;
    margin: 32px 0 36px;
}
.rdl-blockquote.rdl-offset-content-left,
.rdl-blockquote.rdl-offset-content-right {
    padding: 24px 18px 20px 33px;
}
.rdl-blockquote::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 100%;
    left: 0;
    top: 0;
    background: #002e70;
    transform: scaleY(1) translateZ(0);
}
.rdl-blockquote::after {
    content: "â€œ";
    font-size: 5rem;
    top: -44px;
    left: 28px;
    position: absolute;
    z-index: 2;
    color: #002e70;
    font-family: noway, sans-serif;
}
.rdl-blockquote footer {
    text-align: right;
    font-size: 0.875rem;
    margin-bottom: -12px;
}
.rdl-blockquote cite {
    font-style: normal;
    display: inline-flex;
}
.rdl-blockquote cite .material-icons {
    font-size: 20px;
    padding-right: 6px;
}
.rdl-blockquote.rdl-with-link {
    transform: scale(1) translateZ(0);
    transition: 0.02s;
    will-change: contents;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}
.rdl-blockquote.rdl-with-link:hover {
    transform: scale(1.003) translateZ(0);
    transition: 0.02s;
    box-shadow: 0px 1px 4px 0px lightgrey;
}
.rdl-blockquote.rdl-with-link:hover::before {
    transform: scaleY(1.04) translateZ(0);
}
.rdl-blockquote.rdl-with-link:hover cite {
    color: #002e70;
}
article blockquote:not(.rdl-blockquote, .rdl-blockquote blockquote) {
    clear: both;
    color: #000;
    font-style: italic;
    display: flex;
    flex-direction: column;
    font-family: "noticia-text", serif;
    font-size: 1rem;
    font-weight: 400;
    gap: 1rem;
    line-height: var(--rdl-line-height-l);
    margin: 1.5rem 0;
    max-width: 100%;
    padding: 24px 18px 20px 33px;
    position: relative;
    background: #f0fbff;
}
article blockquote:not(.rdl-blockquote, .rdl-blockquote blockquote):before {
    background: #002e70;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 100%;
    transform: scaleY(1) translateZ(0);
    z-index: 1;
}
article blockquote:not(.rdl-blockquote, .rdl-blockquote blockquote):after {
    color: #002e70;
    content: "â€œ";
    font-family: noway, sans-serif;
    font-size: 5rem;
    left: 28px;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    top: -21px;
    z-index: 2;
    font-style: normal;
}
article blockquote:not(.rdl-blockquote, .rdl-blockquote blockquote) * {
    margin: 0;
    z-index: 2;
}
.rdl-spot-collection.rdl-theme-bg {
    margin-top: 24px;
}
.rdl-spot-collection .rdl-inline-features {
    margin-right: -24px;
    margin-left: -24px;
}
@media (min-width: 990px) {
    .rdl-spot-collection .rdl-inline-features {
        margin-right: 0;
        margin-left: 0;
    }
}
.rdl-spot-collection .rdl-inline-features .container {
    padding: 0;
}
.rdl-spot-collection .sub-spots .rdl-card {
    margin-bottom: 36px;
}
.rdl-spot-collection .rdl-event-months {
    margin: 24px 0 18px;
    text-transform: capitalize;
}
.rdl-spot-collection .rdl-event-months-list .rdl-card {
    margin-bottom: 48px;
}
@media (min-width: 480px) {
    .rdl-spot-collection .rdl-event-months {
        height: 24px;
    }
    .rdl-spot-collection .rdl-event-dates {
        display: inline-flex;
    }
}
@media (min-width: 990px) {
    .rdl-spot-collection .rdl-event-months {
        margin-top: 0;
    }
    .rdl-spot-collection .rdl-spot {
        margin-bottom: 56px;
    }
    .rdl-spot-collection .col-lg-3 .rdl-event-dates {
        display: flex;
    }
}
aside .rdl-spot-collection {
    margin-bottom: 24px;
}
aside .rdl-spot-collection .rdl-spot {
    margin-bottom: 24px;
}
aside .rdl-spot-collection .col-12:only-child .rdl-spot,
aside .rdl-spot-collection .col-12:last-child .rdl-spot {
    margin-bottom: 0;
}
.page-container .rdl-spot-collection .container {
    padding-right: 24px;
    padding-left: 24px;
}
.page-container .rdl-spot-collection.rdl-not-full-width .container,
.page-container .rdl-spot-collection.rdl-not-full-width .container {
    padding: 0;
}
@media (min-width: 640px) {
    .webform-flexbox {
        display: flex;
        margin: 0 -12px;
    }
    .webform-flexbox .webform-flex--container {
        margin: 0 12px;
    }
    .webform-flexbox .webform-flex--1 {
        flex: 1;
    }
    .webform-flexbox .webform-flex--2 {
        flex: 2;
    }
    .webform-flexbox .webform-flex--3 {
        flex: 3;
    }
    .webform-flexbox .webform-flex--4 {
        flex: 4;
    }
    .webform-flexbox .webform-flex--5 {
        flex: 5;
    }
    .webform-flexbox .webform-flex--6 {
        flex: 6;
    }
    .webform-flexbox .webform-flex--7 {
        flex: 7;
    }
    .webform-flexbox .webform-flex--8 {
        flex: 8;
    }
    .webform-flexbox .webform-flex--9 {
        flex: 9;
    }
    .webform-flexbox .webform-flex--10 {
        flex: 10;
    }
    .webform-flexbox .webform-flex--11 {
        flex: 11;
    }
    .webform-flexbox .webform-flex--12 {
        flex: 12;
    }
}
form[class^="webform"] div.description,
form[class^="webform"] div.password-confirm,
form[class*=" webform"] div.description,
form[class*=" webform"] div.password-confirm {
    padding: 0;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
body.lightbox-open {
    overflow-y: hidden;
}
.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    transition: opacity 0.5s ease;
    font-family: "noway", sans-serif;
}
.slick-lightbox .slick-loading .slick-list {
    background-color: transparent;
}
.slick-lightbox .slick-prev,
.slick-lightbox .slick-next {
    display: none !important;
}
@media (min-width: 640px) {
    .slick-lightbox .slick-prev,
    .slick-lightbox .slick-next {
        display: inline-block !important;
        top: calc(85vh + 8vw);
        bottom: 72px;
    }
    .slick-lightbox .slick-prev {
        left: auto;
        right: 180px;
    }
    .slick-lightbox .slick-next {
        right: 50px;
    }
}
@media (min-width: 1280px) {
    .slick-lightbox .slick-prev {
        bottom: 7vh;
        top: auto;
        right: calc(22.64vw - 40px - 42px);
    }
    .slick-lightbox .slick-next {
        top: auto;
        right: 40px;
        bottom: 7vh;
    }
}
@media (min-width: 2400px) {
    .slick-lightbox .slick-prev {
        bottom: 7vh;
        right: calc(20.88vw - 68px - 42px);
    }
    .slick-lightbox .slick-next {
        right: 68px;
        bottom: 7vh;
    }
}
.slick-lightbox .slick-slide[aria-hidden="true"] .slick-lightbox-slick-caption * {
    opacity: 0;
    transition: opacity 0.05s ease-in-out;
}
.slick-lightbox .slick-slide[aria-hidden="false"] .slick-lightbox-slick-caption * {
    opacity: 1;
    transition: opacity 0.35s ease-in-out;
    transition-delay: 0.35s;
}
.slick-lightbox-hide {
    opacity: 0;
}
.slick-lightbox-hide.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0;
}
.slick-lightbox-hide-init.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slick-lightbox-slick-item {
    overflow: hidden;
}
.slick-lightbox-slick-item::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.slick-caption-bottom .slick-lightbox-slick-item,
.slick-lightbox-slick-item .slick-lightbox-slick-item {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 20px;
}
.slick-lightbox-slick-item-inner {
    width: 100vw;
    height: 100vh;
    max-height: 100vh !important;
    display: inline-flex;
    flex-direction: column;
    position: absolute;
}
@media (min-width: 1280px) {
    .slick-lightbox-slick-item-inner {
        flex-direction: row;
    }
}
.slick-lightbox-slick-img {
    display: flex;
    flex-grow: 1;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 24px 24px 44px 24px;
    background: #f5f5f5;
    height: 75vh !important;
    max-height: 75vh !important;
    margin-top: 55px;
}
@media (min-width: 640px) {
    .slick-lightbox-slick-img {
        height: 80vh !important;
        max-height: 80vh !important;
    }
}
@media (min-width: 1280px) {
    .slick-lightbox-slick-img {
        max-width: 77.36vw;
        height: 100vh !important;
        max-height: 100vh !important;
        margin-top: 0;
        padding: 30px 20px 50px 20px;
    }
}
@media (min-width: 2400px) {
    .slick-lightbox-slick-img {
        max-width: 79.12vw;
        padding: 30px 50px 70px 50px;
    }
}
.slick-lightbox-slick-caption {
    display: flex;
    flex-direction: column-reverse;
    font-size: 0.875rem;
    color: #757575;
    background: white;
    padding: 24px;
}
.slick-lightbox-slick-caption .slide-counter {
    color: #002e70;
    font-size: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 42px;
}
.slick-lightbox-slick-caption .slide-counter .current {
    font-family: "noway", sans-serif;
    font-weight: 700;
}
@media (min-width: 640px) {
    .slick-lightbox-slick-caption {
        padding: 48px 24px 12px 24px;
        max-width: 60%;
    }
    .slick-lightbox-slick-caption .slide-counter {
        width: 85px;
        justify-content: center;
        position: absolute;
        top: calc(85vh + 8vw - 21px);
        right: 90px;
    }
}
@media (min-width: 1280px) {
    .slick-lightbox-slick-caption {
        justify-content: center;
        max-width: 22.64vw;
        padding: 0 40px 100px;
    }
    .slick-lightbox-slick-caption .slide-counter {
        width: 22.64vw;
        right: 0;
        bottom: calc(7vh - 6px);
        top: auto;
    }
}
@media (min-width: 2400px) {
    .slick-lightbox-slick-caption {
        max-width: 20.88vw;
        padding: 0 68px 100px;
    }
    .slick-lightbox-slick-caption .slide-counter {
        max-width: 20.88vw;
    }
}
.slick-lightbox-slick-caption .rdl-credits {
    font-family: "noway", sans-serif;
    font-weight: 700;
    display: inline-block;
}
.slick-lightbox .slick-dots {
    display: none;
}
@media (min-width: 640px) {
    .slick-lightbox .slick-dots {
        display: block;
        top: 81vh;
    }
}
@media (min-width: 1280px) {
    .slick-lightbox .slick-dots {
        bottom: 30px;
        top: unset;
        width: 77.15vw;
    }
}
.slick-lightbox .slick-dots li button:before {
    font-size: 32px;
}
.slick-lightbox .slick-dots li.slick-active button:before {
    opacity: 1;
}
.slick-lightbox-close {
    position: absolute;
    top: 22px;
    right: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 24px;
    width: 46px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
}
@media (min-width: 1280px) {
    .slick-lightbox-close {
        top: 76px;
        right: 68px;
    }
}
.slick-lightbox-close:focus {
    outline: none;
}
.slick-lightbox-close::before {
    font-family: "noway", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1;
    color: #002e70;
    content: "LUK";
    padding-bottom: 6px;
}
.slick-lightbox-close::after {
    font-size: 1rem;
    content: "close";
    color: #002e70;
    padding-bottom: 6px;
    padding-left: 4px;
}
.slick-lightbox-close:hover::before {
    border-bottom: 2px solid #002e70;
    padding-bottom: 4px;
}
.slick-lightbox-close:hover::after {
    font-size: 1.25rem;
}
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: #002e70;
    color: white;
    top: 50%;
    margin-top: -16px;
    padding: 0;
    border: 2px solid white;
    border-radius: 50%;
    outline: none;
    z-index: 2;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    transform: scale(1.15);
    transform-origin: center center;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "Material Icons";
    font-size: 18px;
    line-height: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 640px) {
    .slick-prev,
    .slick-next {
        border-width: 4px;
        height: 42px;
        width: 42px;
        margin-top: -21px;
    }
    .slick-prev:before,
    .slick-next:before {
        font-size: 20px;
    }
}
.slick-prev {
    left: -16px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "îˆ";
}
[dir="rtl"] .slick-prev:before {
    content: "î‰";
}
@media (min-width: 640px) {
    .slick-prev {
        left: -21px;
    }
}
.slick-next {
    right: -16px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "î‰";
}
[dir="rtl"] .slick-next:before {
    content: "îˆ";
}
@media (min-width: 640px) {
    .slick-next {
        right: -21px;
    }
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 16px;
    height: 16px;
    font-family: "Material Icons";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 3px solid white;
    border-radius: 50%;
    background: #002e70;
}
.slick-dots li.slick-active button:before {
    color: #002e70;
    opacity: 0.75;
}
.rdl-slideshow-container {
    position: relative;
}
.rdl-slideshow-container::after {
    display: block;
    content: "";
    height: 32px;
}
.full-screen-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 30px;
    right: 3%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.full-screen-btn .material-icons {
    color: #002e70;
    font-size: 30px;
    transition: font-size 0.15s ease-in-out;
}
.full-screen-btn:hover .material-icons,
.full-screen-btn.hover .material-icons {
    font-size: 42px;
    transition: font-size 0.15s ease-in-out;
}
@media (min-width: 640px) {
    .full-screen-btn {
        width: 40px;
        height: 40px;
    }
    .full-screen-btn .material-icons {
        font-size: 34px;
    }
    .full-screen-btn:hover .material-icons,
    .full-screen-btn.hover .material-icons {
        font-size: 52px;
    }
}
@media (min-width: 1150px) {
    .rdl-slideshow-container-wrapper.col .full-screen-btn {
        width: 56px;
        height: 56px;
    }
    .rdl-slideshow-container-wrapper.col .full-screen-btn .material-icons {
        font-size: 42px;
    }
    .rdl-slideshow-container-wrapper.col .full-screen-btn:hover .material-icons,
    .rdl-slideshow-container-wrapper.col .full-screen-btn.hover .material-icons {
        font-size: 72px;
    }
}
.rdl-slideshow-container-wrapper.container-fluid .full-screen-btn,
.rdl-slideshow-container-wrapper.container-sm .full-screen-btn,
.rdl-slideshow-container-wrapper.container-md .full-screen-btn,
.rdl-slideshow-container-wrapper.container-lg .full-screen-btn,
.rdl-slideshow-container-wrapper.container-xl .full-screen-btn {
    right: calc(3% + 24px);
}
@media (min-width: 990px) {
    .rdl-slideshow-container-wrapper.container-fluid .full-screen-btn,
    .rdl-slideshow-container-wrapper.container-sm .full-screen-btn,
    .rdl-slideshow-container-wrapper.container-md .full-screen-btn,
    .rdl-slideshow-container-wrapper.container-lg .full-screen-btn,
    .rdl-slideshow-container-wrapper.container-xl .full-screen-btn {
        width: 56px;
        height: 56px;
    }
    .rdl-slideshow-container-wrapper.container-fluid .full-screen-btn .material-icons,
    .rdl-slideshow-container-wrapper.container-sm .full-screen-btn .material-icons,
    .rdl-slideshow-container-wrapper.container-md .full-screen-btn .material-icons,
    .rdl-slideshow-container-wrapper.container-lg .full-screen-btn .material-icons,
    .rdl-slideshow-container-wrapper.container-xl .full-screen-btn .material-icons {
        font-size: 42px;
    }
    .rdl-slideshow-container-wrapper.container-fluid .full-screen-btn:hover .material-icons,
    .rdl-slideshow-container-wrapper.container-sm .full-screen-btn:hover .material-icons,
    .rdl-slideshow-container-wrapper.container-md .full-screen-btn:hover .material-icons,
    .rdl-slideshow-container-wrapper.container-lg .full-screen-btn:hover .material-icons,
    .rdl-slideshow-container-wrapper.container-xl .full-screen-btn:hover .material-icons,
    .rdl-slideshow-container-wrapper.container-fluid .full-screen-btn.hover .material-icons,
    .rdl-slideshow-container-wrapper.container-sm .full-screen-btn.hover .material-icons,
    .rdl-slideshow-container-wrapper.container-md .full-screen-btn.hover .material-icons,
    .rdl-slideshow-container-wrapper.container-lg .full-screen-btn.hover .material-icons,
    .rdl-slideshow-container-wrapper.container-xl .full-screen-btn.hover .material-icons {
        font-size: 72px;
    }
}
.rdl-slideshow .slide-img {
    background-color: #f5f5f5;
    display: flex;
}
.rdl-slideshow .slide-img img {
    display: flex;
    flex-grow: 1;
    -o-object-fit: contain;
    object-fit: contain;
}
.rdl-slideshow .slide-img img:hover {
    cursor: pointer;
}
.rdl-slideshow .figcaption {
    display: flex !important;
    margin-top: 12px;
}
.rdl-slideshow .figcaption div:first-of-type {
    width: 80%;
    max-width: 640px;
}
.rdl-slideshow .slide-counter {
    color: #002e70;
    font-size: 20px;
    text-align: end;
    padding-left: 20px;
}
.rdl-slideshow .slide-counter .current {
    font-family: "noway", sans-serif;
    font-weight: 700;
}
.rdl-slideshow .rdl-credits {
    float: none;
}
.rdl-cta-banner .col-lg-6 {
    padding: 24px;
}
#a11yNav {
    position: absolute;
    z-index: 150;
}
#a11yNav ul {
    margin: 0;
}
#a11yNav ul li {
    list-style-type: none;
}
#a11yNav a {
    display: inline-block;
}
.global-header {
    display: flex;
    flex-direction: column;
    position: relative;
}
.global-header .logo-col {
    padding-left: 24px;
}
.global-header .burger-col {
    padding-right: 24px;
}
.global-header .header-bg-wrapper {
    padding-top: 24px;
}
.global-header .dropdown-edge {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 3vw));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 3vw));
    z-index: 85;
    margin-bottom: -3vw;
    height: 3vw;
}
.global-header .header-edge {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3vw), 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3vw), 0% 100%);
    z-index: 75;
    margin-top: -1px;
    margin-bottom: -3vw;
    height: 3.15vw;
}
@media (min-width: 990px) {
    .global-header .header-edge {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.5vw), 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.5vw), 0% 100%);
        margin-bottom: -1.5vw;
        height: 1.4vw;
        position: relative;
        top: -4px;
    }
}
.global-header .rdl-main-search + .dropdown-edge {
    display: none;
}
.global-header .rdl-main-search.show + .dropdown-edge {
    display: block;
    padding-top: 40px;
    width: calc(100% + 24px);
    margin-left: -12px;
}
.global-header .subpage-header-elements {
    order: 3;
    background: transparent;
}
.global-header .search-button {
    display: grid;
    align-items: center;
    font-size: 0.75rem;
    color: #002e70;
    padding: 0;
    text-transform: uppercase;
    font-family: "noway", sans-serif;
}
.global-header .search-button .material-icons {
    font-size: 2.125rem;
    margin-top: -2px;
    margin-bottom: -1px;
}
.global-header .search-button[aria-expanded="true"] {
    font-style: italic;
}
.global-header .search-button .close-search {
    display: none;
}
.global-header .search-button[aria-expanded="true"] .close-search {
    display: inline-block;
}
.global-header .search-button[aria-expanded="true"] .open-search {
    display: none;
}
.global-header .rdl-main-search {
    padding: 36px 0 0;
}
.global-header .rdl-main-navigation-wrapper {
    min-height: 30px;
    margin-right: -12px;
    margin-left: -12px;
}
@media (min-width: 990px) {
    .global-header .logo-col {
        padding-left: 12px;
    }
    .global-header .burger-col {
        padding-right: 12px;
    }
    .global-header .header-edge {
        order: 3;
    }
    .global-header .rdl-main-search {
        order: 2;
        padding: 0 0 18px;
    }
    .global-header .search-col {
        align-self: flex-end;
        margin-bottom: -1px;
    }
    .global-header .search-button {
        display: flex;
        font-family: "noway", sans-serif;
        font-weight: 700;
        flex-direction: row-reverse;
        align-items: baseline;
        font-size: 1rem;
        height: 28px;
        border: none;
        background: transparent;
        border-bottom: 2px solid transparent;
    }
    .global-header .search-button:hover {
        border-bottom: 2px solid #002e70;
        transition: border-bottom-color 0.3s ease-in-out;
    }
    .global-header .search-button .material-icons {
        font-size: 1rem;
        padding-left: 4px;
        align-self: center;
    }
    .global-header .search-button[aria-expanded="true"] {
        font-family: "noway", sans-serif;
        font-weight: 700;
    }
    .global-header .container,
    .global-header .rdl-main-navigation-wrapper {
        display: flex !important;
        flex-direction: column;
    }
    .global-header .rdl-main-navigation-wrapper {
        margin-right: 0;
        margin-left: 0;
    }
    .global-header .rdl-main-navigation {
        margin-top: -84px;
        margin-left: auto;
        padding-bottom: 12px;
    }
}
@media (min-width: 1150px) {
    .global-header .rdl-main-navigation {
        margin-top: -104px;
    }
    .global-header .search-button {
        font-size: 1.25rem;
        height: 31px;
    }
    .global-header .search-button .material-icons {
        font-size: 1.25rem;
    }
}
@media (min-width: 1280px) {
    .global-header .container {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 990px) {
    header .row.col-overlay {
        padding-top: 12px;
        order: 6;
        z-index: 85;
        position: relative;
    }
    header .row.col-overlay .white-bg {
        background: white;
        margin-bottom: -60px;
        height: 120px;
    }
}
.rdl-system-messages-wrapper {
    order: 3;
    flex-direction: column;
}
.rdl-system-messages-wrapper .container-fluid:nth-last-child(2),
.rdl-system-messages-wrapper .container-sm:nth-last-child(2),
.rdl-system-messages-wrapper .container-md:nth-last-child(2),
.rdl-system-messages-wrapper .container-lg:nth-last-child(2),
.rdl-system-messages-wrapper .container-xl:nth-last-child(2) {
    border-bottom: 12px solid #caf0fe;
}
.breadcrumb-row {
    order: 2;
    background-color: white;
}
@media (min-width: 990px) {
    .breadcrumb-row {
        background-color: transparent;
    }
}
.error-404-page #mainHeader {
    z-index: 100;
}
.rdl-main-navigation {
    display: flex;
    flex-direction: column;
}
@media (min-width: 990px) {
    .rdl-main-navigation {
        align-items: flex-end;
    }
}
.rdl-left-navigation,
.rdl-primary-nav,
.rdl-secondary-nav {
    list-style-type: none;
    padding-left: 24px;
    margin: 0;
}
.rdl-left-navigation ul,
.rdl-primary-nav ul,
.rdl-secondary-nav ul {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}
.rdl-left-navigation li,
.rdl-primary-nav li,
.rdl-secondary-nav li {
    position: relative;
    list-style-type: none;
}
.rdl-left-navigation a,
.rdl-primary-nav a,
.rdl-secondary-nav a {
    text-decoration: none;
    color: #002e70;
    display: inline-block;
    width: calc(100% - 56px);
    z-index: 50;
}
.rdl-left-navigation .icon-button,
.rdl-primary-nav .icon-button,
.rdl-secondary-nav .icon-button {
    color: #002e70;
    margin-right: 10px;
}
.rdl-left-navigation .icon-button[aria-expanded="true"] .material-icons::after,
.rdl-primary-nav .icon-button[aria-expanded="true"] .material-icons::after,
.rdl-secondary-nav .icon-button[aria-expanded="true"] .material-icons::after {
    content: "remove";
}
.rdl-left-navigation .icon-button[aria-expanded="false"] .material-icons::after,
.rdl-primary-nav .icon-button[aria-expanded="false"] .material-icons::after,
.rdl-secondary-nav .icon-button[aria-expanded="false"] .material-icons::after {
    content: "add";
}
.rdl-left-navigation .nav-item,
.rdl-primary-nav .nav-item,
.rdl-secondary-nav .nav-item {
    letter-spacing: -0.0125rem;
}
.rdl-left-navigation .nav-item.level-1,
.rdl-primary-nav .nav-item.level-1,
.rdl-secondary-nav .nav-item.level-1 {
    text-transform: uppercase;
    font-family: "noway", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding-top: 13px;
    padding-bottom: 13px;
}
.rdl-left-navigation .nav-item.level-2,
.rdl-primary-nav .nav-item.level-2,
.rdl-secondary-nav .nav-item.level-2 {
    padding-left: 9px;
    font-size: 1.25rem;
    line-height: 1.375rem;
    padding-top: 13px;
    padding-bottom: 13px;
}
.rdl-left-navigation .nav-item.level-2.active,
.rdl-primary-nav .nav-item.level-2.active,
.rdl-secondary-nav .nav-item.level-2.active {
    font-family: "noway", sans-serif;
    font-style: italic;
}
.rdl-left-navigation .nav-item.level-2.current,
.rdl-primary-nav .nav-item.level-2.current,
.rdl-secondary-nav .nav-item.level-2.current {
    font-family: "noway", sans-serif;
    font-weight: 700;
    font-style: italic;
}
.rdl-left-navigation .nav-item.level-3,
.rdl-primary-nav .nav-item.level-3,
.rdl-secondary-nav .nav-item.level-3 {
    padding-left: 24px;
    font-size: 1rem;
    line-height: 1.25rem;
    padding-top: 10px;
    padding-bottom: 10px;
}
.rdl-left-navigation .nav-item.level-3.active,
.rdl-primary-nav .nav-item.level-3.active,
.rdl-secondary-nav .nav-item.level-3.active {
    font-family: "noway", sans-serif;
    font-style: italic;
}
.rdl-left-navigation .nav-item.level-3.current,
.rdl-primary-nav .nav-item.level-3.current,
.rdl-secondary-nav .nav-item.level-3.current {
    font-weight: 700;
    font-style: italic;
}
.rdl-left-navigation .nav-item.level-4,
.rdl-primary-nav .nav-item.level-4,
.rdl-secondary-nav .nav-item.level-4 {
    padding-left: 44px;
    font-size: 1rem;
    line-height: 1.25rem;
    padding-top: 6px;
    padding-bottom: 6px;
}
.rdl-left-navigation .nav-item.level-4.active,
.rdl-primary-nav .nav-item.level-4.active,
.rdl-secondary-nav .nav-item.level-4.active {
    font-family: "noway", sans-serif;
    font-style: italic;
}
.rdl-left-navigation .nav-item.level-4.current,
.rdl-primary-nav .nav-item.level-4.current,
.rdl-secondary-nav .nav-item.level-4.current {
    font-weight: 700;
    font-style: italic;
}
.rdl-primary-nav .login.nav-item.level-1 span.material-icons,
.rdl-secondary-nav .login.nav-item.level-1 span.material-icons {
    padding-left: 4px;
    font-size: 14px;
}
@media (min-width: 990px) {
    .rdl-primary-nav,
    .rdl-secondary-nav {
        padding-left: 0;
    }
    .rdl-primary-nav ul,
    .rdl-secondary-nav ul {
        display: none;
    }
    .rdl-primary-nav li,
    .rdl-secondary-nav li {
        display: inline-flex;
    }
    .rdl-primary-nav button,
    .rdl-secondary-nav button {
        display: none;
    }
    .rdl-primary-nav .nav-item.level-1,
    .rdl-secondary-nav .nav-item.level-1 {
        display: table;
        white-space: nowrap;
        padding: 0;
        margin-top: 13px;
        margin-bottom: 10px;
        border-bottom: 2px solid transparent;
        transition: border-bottom-color 0.3s ease-in-out;
    }
    .rdl-primary-nav .nav-item.level-1.active,
    .rdl-primary-nav .nav-item.level-1.current,
    .rdl-secondary-nav .nav-item.level-1.active,
    .rdl-secondary-nav .nav-item.level-1.current {
        border-bottom: 2px solid #002e70;
    }
    .rdl-primary-nav .nav-item.level-1:hover,
    .rdl-secondary-nav .nav-item.level-1:hover {
        border-bottom: 2px solid #002e70;
        transition: border-bottom-color 0.1s ease-in-out;
    }
    .rdl-primary-nav .login.nav-item.level-1,
    .rdl-secondary-nav .login.nav-item.level-1 {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .rdl-primary-nav .dropdown-relative,
    .rdl-secondary-nav .dropdown-relative {
        position: relative;
    }
    .rdl-primary-nav .dropdown.nav-item.level-1,
    .rdl-secondary-nav .dropdown.nav-item.level-1 {
        display: flex;
        justify-content: space-between;
    }
    .rdl-primary-nav .dropdown.nav-item.level-1 ~ ul,
    .rdl-secondary-nav .dropdown.nav-item.level-1 ~ ul {
        display: none;
    }
    .rdl-primary-nav .dropdown.nav-item.level-1:hover ~ ul,
    .rdl-secondary-nav .dropdown.nav-item.level-1:hover ~ ul {
        display: flex;
    }
    .rdl-primary-nav .dropdown.nav-item.level-1 ~ ul,
    .rdl-secondary-nav .dropdown.nav-item.level-1 ~ ul {
        position: absolute;
        background-color: white;
        top: 39px;
        z-index: 200;
        min-width: 230px;
        flex-direction: column;
        transition: all 0.2ms ease-in-out 0ms;
        border: 1px solid #002e70;
        box-shadow: 3px 3px 8px #00000029;
        border-radius: 3px;
        float: right;
        right: 4px;
    }
    .rdl-primary-nav .dropdown.nav-item.level-1 ~ ul:hover,
    .rdl-secondary-nav .dropdown.nav-item.level-1 ~ ul:hover {
        display: flex;
    }
    .rdl-primary-nav .dropdown.nav-item.level-1 ~ ul li a,
    .rdl-secondary-nav .dropdown.nav-item.level-1 ~ ul li a {
        width: 100%;
        border-bottom: 1px solid black;
        font-size: 14px;
        color: #002e70;
        font-family: "noway", sans-serif;
        font-weight: 700;
        transition: all 0.2s cubic-bezier(0.14, 0.79, 0.87, 0.52) 0s;
        padding-right: 9px;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        white-space: nowrap;
        gap: 10px;
    }
    .rdl-primary-nav .dropdown.nav-item.level-1 ~ ul li a:hover,
    .rdl-secondary-nav .dropdown.nav-item.level-1 ~ ul li a:hover {
        color: white;
        background-color: #002e70;
    }
    .rdl-primary-nav .dropdown.nav-item.level-1 ~ ul li:last-child a,
    .rdl-secondary-nav .dropdown.nav-item.level-1 ~ ul li:last-child a {
        border-bottom: 0px;
    }
}
.rdl-primary-nav {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 6vw));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 6vw));
    padding-bottom: 36px;
    margin-bottom: -24px;
    padding-top: 24px;
}
@media (min-width: 990px) {
    .rdl-primary-nav {
        -webkit-clip-path: none;
        clip-path: none;
        order: 2;
        padding-top: 0;
        padding-bottom: 0;
    }
    .rdl-primary-nav .nav-item.level-1 {
        margin-right: 8px;
        margin-left: 8px;
        font-size: 1rem;
    }
    .rdl-primary-nav li:last-child {
        height: 54px;
    }
    .rdl-primary-nav li:last-child .search-button {
        align-self: center;
    }
}
@media (min-width: 1150px) {
    .rdl-primary-nav .nav-item.level-1 {
        padding-bottom: 2px;
        font-size: 1.25rem;
    }
    .rdl-primary-nav li:last-child {
        height: 51px;
    }
}
.rdl-secondary-nav {
    padding-top: 36px;
    padding-bottom: 24px;
}
@media (min-width: 990px) {
    .rdl-secondary-nav {
        padding-top: 0;
        padding-bottom: 0;
    }
    .rdl-secondary-nav .nav-item.level-1 {
        line-height: 1.25rem;
        margin-right: 4px;
        margin-left: 4px;
        padding-bottom: 0;
        font-size: 0.75rem;
    }
}
@media (min-width: 1150px) {
    .rdl-secondary-nav {
        padding-bottom: 22px;
    }
    .rdl-secondary-nav .nav-item.level-1 {
        line-height: 1.5rem;
        font-size: 0.875rem;
    }
}
@media (min-width: 990px) {
    .rdl-secondary-nav.no-secondary-nav {
        height: 46px;
    }
}
@media (min-width: 1150px) {
    .rdl-secondary-nav.no-secondary-nav {
        height: 65px;
    }
}
.rdl-left-navigation {
    padding-left: 0;
}
.rdl-left-navigation .level-1-back {
    display: flex;
    align-items: center;
}
.rdl-left-navigation .level-1-back i {
    color: #002e70;
}
.rdl-left-navigation .nav-item.level-1 {
    margin-bottom: 0;
    text-transform: none;
}
.rdl-left-navigation a {
    width: calc(100% - 46px);
    -webkit-text-decoration: transparent underline;
    text-decoration: transparent underline;
    transition: -webkit-text-decoration-color 0.3s ease-in-out;
    transition: text-decoration-color 0.3s ease-in-out;
    transition: text-decoration-color 0.3s ease-in-out, -webkit-text-decoration-color 0.3s ease-in-out;
}
.rdl-left-navigation .icon-button {
    margin-right: 0;
}
.rdl-left-navigation a:hover {
    -webkit-text-decoration: underline #002e70;
    text-decoration: underline #002e70;
    transition: -webkit-text-decoration-color 0.1s ease-in-out;
    transition: text-decoration-color 0.1s ease-in-out;
    transition: text-decoration-color 0.1s ease-in-out, -webkit-text-decoration-color 0.1s ease-in-out;
}
.rdl-left-navigation[data-type="sub-nav"] ul {
    margin-bottom: 0;
}
@media (max-width: 989.98px) {
    .rdl-left-navigation[data-type="sub-nav"] .level-1-back,
    .rdl-left-navigation[data-type="sub-nav"][data-levels="1"],
    .rdl-left-navigation[data-type="sub-nav"][data-levels="2"] {
        display: none;
    }
    .rdl-left-navigation[data-type="sub-nav"] a {
        text-decoration: none;
    }
    .rdl-left-navigation[data-type="sub-nav"] a:hover {
        text-decoration: none;
    }
    .rdl-left-navigation[data-type="sub-nav"] .nav-item.level-2 {
        padding-left: 0;
    }
    .rdl-left-navigation[data-type="sub-nav"] .nav-item.level-3 {
        padding-left: 12px;
    }
    .rdl-left-navigation[data-type="sub-nav"] .dropdown-edge {
        border-bottom: 24px solid white;
        margin-left: -24px;
        margin-bottom: -12px;
        display: none;
    }
    .rdl-left-navigation[data-type="sub-nav"] .collapse.show + .dropdown-edge {
        display: block;
    }
}
@media (min-width: 990px) {
    .rdl-left-navigation[data-type="sub-nav"] button {
        display: none;
    }
    .rdl-left-navigation[data-type="sub-nav"] .sub-nav-show {
        display: block;
    }
}
.rdl-anchor-nav {
    margin-bottom: 36px;
}
.rdl-anchor-nav .btn-link {
    font-weight: 700;
}
@media (min-width: 1150px) {
    .rdl-anchor-nav {
        margin-bottom: 48px;
    }
}
.some-icons ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.some-icons li {
    display: inline-block;
    margin-right: 12px;
}
footer.global-footer {
    background: #002e70;
    color: #fff;
    padding: 36px 0 40px;
}
footer.global-footer .container {
    padding-right: 24px;
    padding-left: 24px;
}
footer.global-footer h3 {
    text-transform: uppercase;
    margin-bottom: 24px;
}
footer.global-footer .col-sm-6 {
    padding-bottom: 48px;
}
footer.global-footer ul {
    list-style-type: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}
footer.global-footer li,
footer.global-footer p {
    margin-bottom: 12px;
}
footer.global-footer a {
    color: white;
    text-decoration: none;
}
footer.global-footer a:hover,
footer.global-footer a:focus {
    text-decoration: underline;
}
footer.global-footer .rdl-logo {
    height: 48px;
    margin-bottom: 32px;
}
footer.global-footer .some-icons {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 16px;
}
footer.global-footer .some-icons a {
    background-color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}
footer.global-footer .some-icons a:last-child {
    margin-right: 0;
}
footer.global-footer .some-icons a span.rdl-icons {
    font-size: 0.875rem;
    color: #002e70;
}
footer.global-footer .some-icons a:hover,
footer.global-footer .some-icons a:focus {
    text-decoration: none;
}
@media (min-width: 480px) {
    footer.global-footer .some-icons {
        left: 0;
    }
}
@media (min-width: 640px) {
    footer.global-footer .col-sm-6 {
        padding-bottom: 12px;
    }
    footer.global-footer .some-icons {
        position: inherit;
        left: inherit;
        transform: none;
    }
}
@media (min-width: 990px) {
    footer.global-footer .container {
        padding-right: 12px;
        padding-left: 12px;
    }
}
.front-page main {
    margin-top: 40px;
}
.front-page .rdl-spot-collection.rdl-hero-first {
    margin-top: -40px;
}
.sub-page .rdl-left-navigation[data-type="sub-nav"] {
    margin-right: -24px;
    margin-left: -24px;
    margin-bottom: 24px;
    padding-right: 24px;
    padding-left: 24px;
}
.sub-page .rdl-left-navigation[data-type="sub-nav"]::after {
    left: -12px;
}
.rdl-error-404-banner {
    margin-top: -42px;
    margin-bottom: 58px;
}
.rdl-error-404-banner h2 {
    color: white;
}
.rdl-error-404-banner.rdl-trapeze-small-to-big > *:first-of-type {
    padding-top: 72px;
}
.rdl-error-404-buttons .btn {
    margin-right: 20px;
    margin-bottom: 20px;
}
.rdl-error-404-buttons .btn:last-of-type {
    margin-right: 0;
}
@media (min-width: 800px) {
    .rdl-error-404-banner.rdl-trapeze-small-to-big > *:first-of-type {
        padding-top: 112px;
    }
    .rdl-error-404-banner.rdl-trapeze-small-to-big > *:last-of-type {
        padding-bottom: 82px;
    }
    .rdl-error-404-banner .d-search-block img {
        max-width: 96%;
    }
}
.rdl-error-404-page h2 {
    color: #002e70;
    font-size: 1.5rem;
    margin-bottom: 36px;
}
.rdl-error-404-page .rdl-error-404-banner h2 {
    color: white;
}
.rdl-error-404-page main .rdl-advanced-search {
    margin-bottom: 85px;
}
.form-actions {
    display: block;
    min-height: 40px;
    margin-bottom: 24px;
}
.form-actions .btn-prev {
    float: left;
}
.form-actions .btn-next {
    float: right;
}
.subsite .global-header .header-bg-wrapper.rdl-theme-bg {
    padding-top: 8px;
    background: linear-gradient(180deg, #caf0fe 36px, #002e70 36px, #002e70 101px, #caf0fe 101px);
}
.subsite .global-header .rdl-logo {
    height: 22px;
    width: 96px;
}
@media (min-width: 990px) {
    .subsite .global-header .rdl-logo {
        background-image: url(https://www.kb.dk/profiles/contrib/rdl_profile/themes/rdltheme/assets/images/logo-digital.svg);
    }
}
.subsite .global-header .rdl-subsite-logo {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    display: table;
    margin-top: 4px;
    margin-bottom: 9px;
}
.subsite .global-header .rdl-subsite-logo h1 {
    font-size: 1.25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100vw - 175px);
}
.subsite .global-header .h1 {
    margin-top: 12px;
    font-size: 1.25rem;
    line-height: 2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100vw - 175px);
}
.subsite .global-header .search-col,
.subsite .global-header .burger-col {
    align-self: flex-end;
}
.subsite .global-header .search-button {
    color: white;
}
.subsite .global-header .btn.rdl-burger,
.subsite .global-header .search-button {
    margin-bottom: 4px;
}
.subsite .global-header .rdl-main-search {
    padding: 56px 0 0;
}
.subsite .global-header .rdl-main-search + .dropdown-edge {
    background-color: #caf0fe;
}
.subsite .global-header .header-edge {
    background-color: #002e70;
}
.subsite .global-header .rdl-main-navigation-wrapper {
    min-height: 12px;
}
@media (min-width: 990px) {
    .subsite .global-header .header-bg-wrapper.rdl-theme-bg {
        background: linear-gradient(180deg, #caf0fe 36px, #002e70 36px);
    }
    .subsite .global-header .rdl-subsite-logo {
        margin-bottom: 0;
    }
    .subsite .global-header .subpage-header-elements.rdl-theme-bg {
        background-color: #002e70;
    }
    .subsite .global-header .rdl-main-navigation {
        margin-top: -98px;
    }
    .subsite .global-header .rdl-main-search {
        padding: 0 0 24px;
    }
    .subsite .global-header .search-col {
        margin-bottom: 13px;
    }
    .subsite .global-header .search-button {
        margin-bottom: 0;
    }
    .subsite .global-header .search-button:hover {
        border-bottom-color: white;
    }
    .subsite .global-header .h1 {
        font-size: 2rem;
        margin-top: 0;
        line-height: 3rem;
    }
}
@media (min-width: 1150px) {
    .subsite .global-header .rdl-subsite-logo {
        margin-top: 24px;
    }
    .subsite .global-header .rdl-subsite-logo h1 {
        font-size: 2.25rem;
    }
    .subsite .global-header .h1 {
        font-size: 2.25rem;
    }
    .subsite .global-header .rdl-main-navigation {
        margin-top: -122px;
    }
    .subsite .global-header .search-col {
        margin-bottom: 12px;
    }
}
.subsite .rdl-system-messages-wrapper .container-fluid,
.subsite .rdl-system-messages-wrapper .container-sm,
.subsite .rdl-system-messages-wrapper .container-md,
.subsite .rdl-system-messages-wrapper .container-lg,
.subsite .rdl-system-messages-wrapper .container-xl {
    border-bottom-color: #002e70;
}
@media (min-width: 990px) {
    .subsite .breadcrumb a {
        color: white;
    }
    .subsite .breadcrumb a:hover,
    .subsite .breadcrumb a:focus {
        color: white;
    }
    .subsite .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        color: white;
    }
}
.subsite .rdl-burger {
    color: white;
}
.subsite .rdl-burger .rdl-line {
    background-color: white;
}
.subsite .rdl-burger:hover {
    color: white;
}
.subsite .rdl-primary-nav a {
    color: white;
}
.subsite .rdl-primary-nav {
    background-color: #002e70;
}
.subsite .rdl-secondary-nav {
    background-color: #caf0fe;
}
@media (min-width: 990px) {
    .subsite .rdl-secondary-nav.no-secondary-nav {
        height: 47px;
    }
}
@media (min-width: 1150px) {
    .subsite .rdl-secondary-nav.no-secondary-nav {
        height: 71px;
    }
}
.subsite .rdl-primary-nav .icon-button {
    color: white;
}
@media (min-width: 990px) {
    .subsite .rdl-primary-nav,
    .subsite .rdl-secondary-nav {
        background-color: transparent;
    }
    .subsite .rdl-primary-nav .nav-item.level-1.active,
    .subsite .rdl-primary-nav .nav-item.level-1.current,
    .subsite .rdl-primary-nav .nav-item.level-1:hover {
        border-bottom-color: white;
    }
}
.subsite .primary.header-edge {
    border-bottom: 20px solid transparent;
    order: 0;
    margin-bottom: 0;
    border-bottom-color: #caf0fe;
}
.subsite .dropdown-edge {
    margin-top: -1px;
}
.subsite .rdl-left-navigation[data-type="sub-nav"] {
    background-color: #002e70;
}
.subsite .rdl-left-navigation[data-type="sub-nav"] .nav-item,
.subsite .rdl-left-navigation[data-type="sub-nav"] .material-icons {
    color: white;
}
@media (min-width: 990px) {
    .subsite .rdl-left-navigation[data-type="sub-nav"] {
        background-color: transparent;
    }
    .subsite .rdl-left-navigation[data-type="sub-nav"] .nav-item,
    .subsite .rdl-left-navigation[data-type="sub-nav"] .material-icons {
        color: #002e70;
    }
}
.subsite footer.global-footer .rdl-logo {
    margin-bottom: 20px;
}
.leaflet-control-container .leaflet-control-attribution a {
    text-decoration: underline;
    color: #000;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
    width: 900px !important;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front .col-md-4,
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front .col-lg-3 {
    flex: none !important;
    max-width: 0;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front .col-md-8 {
    flex: none !important;
    max-width: 100%;
}
.rdl_w_25 {
    width: 125px;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    z-index: 130 !important;
    margin: 0;
    padding: 0 0 0 5px;
}
.ui-corner-all {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.ui-widget-content {
    border: 1px solid #aaaaaa;
    color: #404040;
}
.ui-widget {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}
.ui-front {
    z-index: 100;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}
.ui-menu .ui-menu-item a.ui-corner-all {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px 0.4em;
    line-height: 1.5;
    min-height: 0;
    support: IE7;
    font-weight: normal;
}
.ui-corner-all {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.icon.icon-file:before {
    content: "ïˆ£";
}
.mol-9db6cd37-efc9-415d-a2ab-38bfacb57aff a {
    width: 100%;
    text-decoration: none;
}
.org-54d5e739-f8cc-4994-a9c9-0aa293d7b729 {
    z-index: 0;
}
.org-54d5e739-f8cc-4994-a9c9-0aa293d7b729 a {
    text-decoration: none;
}
.org-54d5e739-f8cc-4994-a9c9-0aa293d7b729 a:hover {
    color: inherit;
    text-decoration: underline;
}
.org-link-box {
    padding: 0 !important;
    background-color: #f0fbff;
    font-family: "nowayregular", sans-serif;
    margin-bottom: 1rem;
}
.org-link-box a {
    width: 100%;
    height: 100%;
    padding: 1.3rem;
    text-decoration: none;
    display: block;
}
.org-link-box a div.title {
    color: #002e70;
    font-weight: 300;
    font-size: 1.25rem;
    font-family: "nowaymedium", sans-serif;
    margin-bottom: 0.8rem;
}
.org-link-box a div.link_description {
    color: black;
}
.org-link-box a div.link_description p {
    margin-bottom: auto;
}
.org-link-box a .icon {
    color: #002e70;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}
.org-link-box a .icon.icon-pdf:before {
    content: "ï…";
}
.org-link-box a .icon.icon-chevron-right:before {
    content: "ï‹»";
}
.org-link-box-banner {
    margin-top: 1rem;
    margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
    .main-nav ul > li > ul > li {
        display: none;
    }
}
.link-list ul {
    padding-left: 0px;
}
figure.embedded-entity {
    height: 100%;
}
.filter-btn:hover {
    background-color: #d1d8e6 !important;
}
div.status {
    border-color: #be7;
}
div.status,
.ok {
    color: #234600;
}
div.status,
table tr.ok {
    background-color: #f8fff0;
}
div.warning {
    border-color: #ed5;
}
div.warning,
.warning {
    color: #840;
}
div.warning,
table tr.warning {
    background-color: #fffce5;
}
div.messages ul {
    margin: 0 0 0 1em;
    padding: 0;
}
div.messages ul li {
    list-style-image: none;
}
.block-region-main .messages {
    display: block;
}
.rdl-messages {
    position: relative;
    z-index: 75;
}
.messages {
    background: no-repeat 10px 17px;
    border: 1px solid;
    border-width: 1px 1px 1px 0;
    border-radius: 2px;
    padding: 15px 20px 15px 35px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin: 0;
}
.messages--error {
    background-color: #fcf4f2;
    color: #a51b00;
    border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
    box-shadow: -1px 0 0 #e62600;
}
.messages--status {
    color: #325e1c;
    background-color: #f3faef;
    border-color: #c9e1bd;
    box-shadow: -1px 0 0 #77b259;
}
.messages--warning {
    color: #734c00;
    border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
    background-color: #fdf8ed;
    border-color: #c9e1bd;
    box-shadow: -1px 0 0 #77b259;
}
form .subtitle {
    font-family: "nowaymedium", sans-serif;
}
form .section-title {
    margin-bottom: 2rem;
    padding-top: 2rem;
}
div.description,
div.password-confirm {
    padding: 12px;
}
form label.option {
    color: #171717;
}
article.becomeBorrower ul.links.inline {
    display: none;
}
article.becomeBorrower .subtitle {
    font-family: "nowaymedium", sans-serif;
}
figure {
    height: auto;
}
article p {
    overflow-wrap: break-word;
}
article .org-4cd73f84-6ee1-4043-8271-e24f1666f603 {
    margin-bottom: 1em;
}
.hidden {
    display: none !important;
}
.rdl-user-modal .page-height {
    min-height: 500px;
}
.rdl-user-modal .page-height .modal {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 20px;
    z-index: 1050;
    outline: 0;
    height: 100%;
}
.rdl-user-modal .page-height .modal .modal-dialog {
    font-family: "nowayregular", sans-serif;
    max-width: 500px;
    position: relative;
    width: auto;
    background-color: #ffffff;
    border: 1px solid #c5c5c5;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 3rem;
}
.rdl-user-modal .page-height .modal .modal-dialog form {
    width: 100%;
}
.rdl-user-modal .page-height .modal .modal-dialog p.boxtitle {
    text-align: center;
    margin: 0 auto 1.5rem;
}
.rdl-user-modal .page-height .modal .modal-dialog .tagline {
    text-align: center;
}
.rdl-user-modal .page-height .modal .modal-dialog .section-title {
    padding-top: 0;
}
.rdl-user-modal .page-height .modal .modal-dialog div.wrapper {
    text-align: center;
}
.rdl-user-modal .page-height .modal .modal-dialog .form-check {
    padding: 0;
}
.rdl-user-modal .page-height .modal div.regulationbox {
    overflow: scroll;
    background-color: white;
    position: relative;
    border: 1px solid darkgray;
    width: 100%;
    height: 310px;
    margin-bottom: 1.5rem;
    padding: 0.5rem;
}
#rdl-user-reset-password .form-select,
#rdl-user-create-user-form .form-select,
#rdl-user-profile-form .form-select,
#rdl-user-firsttime-login-form .form-select,
#rdl-user-create-readingroom-user-form .form-select,
#rdl-user-upgrade-user-form .form-select {
    padding-bottom: 20px;
}
#rdl-user-reset-password .form-submit,
#rdl-user-create-user-form .form-submit,
#rdl-user-profile-form .form-submit,
#rdl-user-firsttime-login-form .form-submit,
#rdl-user-create-readingroom-user-form .form-submit,
#rdl-user-upgrade-user-form .form-submit {
    margin-top: 0;
}
.toolbar-fixed.toolbar-tray-open.toolbar-horizontal .rdl-user-create-user-form .modal,
.rdl-user-firsttime-login-form .modal,
.rdl-user-upgrade-user-form .modal {
    margin-top: 79px;
}
.toolbar-fixed.toolbar-tray-open.toolbar-vertical .rdl-user-create-user-form .modal,
.rdl-user-firsttime-login-form .modal,
.rdl-user-upgrade-user-form .modal {
    margin-top: 39px;
}
#drupal-modal .rdl-top-container {
    display: none;
}
#drupal-modal nav ul {
    display: none;
}
div.ui-dialog {
    z-index: 1001;
}
.mobile-menu .main ul > li.active > ul {
    max-height: 1000vh;
}
nav.mobile-menu .secondary {
    padding-bottom: 150px;
}
.mobile-menu .main ul > li.active > ul {
    max-height: 1000vh;
}
.rdl-content-spot .hover-overlay {
    width: 100%;
}
.block-region-main .messages {
    margin: 9px 0 30px 0px;
}
.rdl-content-spot .hover-overlay-link {
    width: 100%;
}
.rdl-content-spot .hover-overlay-link .hover-overlay {
    width: 100%;
}
ul.editor-tasks-menue {
    background-color: #002e70;
    margin-left: calc(10rem + (25% - 1.5rem) + 25px);
    position: absolute;
    z-index: 201;
}
.editor-tasks-menue li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.editor-tasks-menue li a {
    color: white;
    text-decoration: none;
}
.editor-tasks-menue li a:hover {
    text-decoration: underline;
    color: white;
}
#mainHeader .messages {
    padding-top: 2em;
}
#toolbar-administration .toolbar-menu {
    flex-direction: inherit;
}
.rdl-page-notification {
    z-index: 500;
}
@media screen and (max-width: 1024px) {
    .rdl-hero .inner-content p {
        line-height: 1.5rem;
    }
}
.video-embed-field-responsive-video:after {
    padding-bottom: 0;
}
.alert {
    margin-bottom: 0;
}
