:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #d4351c;
    --bs-orange: #fd7e14;
    --bs-yellow: #fd0;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #3c3c3c;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #3c3c3c;
    --bs-primary: #1c285e;
    --bs-secondary: #6c757d;
    --bs-success: #51ce7b;
    --bs-info: #0dcaf0;
    --bs-warning: #fd0;
    --bs-danger: #d4351c;
    --bs-light: #faf4eb;
    --bs-dark: #3c3c3c;
    --bs-primary-rgb: 28, 40, 94;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 81, 206, 123;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 221, 0;
    --bs-danger-rgb: 212, 53, 28;
    --bs-light-rgb: 250, 244, 235;
    --bs-dark-rgb: 60, 60, 60;
    --bs-primary-text-emphasis: #0b1026;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #205231;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #665800;
    --bs-danger-text-emphasis: #55150b;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #d2d4df;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #dcf5e5;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff8cc;
    --bs-danger-bg-subtle: #f6d7d2;
    --bs-light-bg-subtle: #faf4eb;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #a4a9bf;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #b9ebca;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #fff199;
    --bs-danger-border-subtle: #eeaea4;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 60, 60, 60;
    --bs-font-sans-serif: "Inclusive Sans", Arial, sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient( 180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0) );
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5rem;
    --bs-body-color: #3c3c3c;
    --bs-body-color-rgb: 60, 60, 60;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #3c3c3c;
    --bs-emphasis-color-rgb: 60, 60, 60;
    --bs-secondary-color: rgba(60, 60, 60, 0.75);
    --bs-secondary-color-rgb: 60, 60, 60;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(60, 60, 60, 0.5);
    --bs-tertiary-color-rgb: 60, 60, 60;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #1c285e;
    --bs-link-color-rgb: 28, 40, 94;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #16204b;
    --bs-link-hover-color-rgb: 22, 32, 75;
    --bs-code-color: #d63384;
    --bs-highlight-color: #3c3c3c;
    --bs-highlight-bg: #fff8cc;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(60, 60, 60, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(60, 60, 60, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(60, 60, 60, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(60, 60, 60, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(60, 60, 60, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(28, 40, 94, 0.25);
    --bs-form-valid-color: #51ce7b;
    --bs-form-valid-border-color: #51ce7b;
    --bs-form-invalid-color: #d4351c;
    --bs-form-invalid-border-color: #d4351c;
}

.nihr--corp {
    /*! CSS Used from: https://www.nihr.ac.uk/sites/corporate/files/css/css_SKCmkpz6UiryY2CYNobcT15uepgDu1ApiXBgqjHNK0w.css?delta=0&language=en&theme=nihr&include=eJxtj1uOwyAMRTdEYEnIhBtCax7CRm1336btaDTK_Nyrc2x_mKrm0NTRp-3WRjEBqhge994E0W-ZXyguoWIQG0y_tnbNeFXpnKmucP9JH7HRZDU178MlboF4WUU-fMSytaoL3SCt4K09xZKrF31wrsn9IdNpUBrUd3FxzE5sf42dtc_AWXZEIw9RFBdIYG4Ix1fu25YudD9JMAqq2gilzGK1pcTn25-1AhFK5_kRT6M2hOI ; media=all */
    @media all {
        .form--inline .form-item {
            float: left;
            margin-right: 0.5em;
        }
    }
    /*! CSS Used from: https://www.nihr.ac.uk/sites/corporate/files/css/css_85PWnqD6rpLwKjhbFQO6LWNqcjShloTI8n-jvepq-UI.css?delta=1&language=en&theme=nihr&include=eJxtj1uOwyAMRTdEYEnIhBtCax7CRm1336btaDTK_Nyrc2x_mKrm0NTRp-3WRjEBqhge994E0W-ZXyguoWIQG0y_tnbNeFXpnKmucP9JH7HRZDU178MlboF4WUU-fMSytaoL3SCt4K09xZKrF31wrsn9IdNpUBrUd3FxzE5sf42dtc_AWXZEIw9RFBdIYG4Ix1fu25YudD9JMAqq2gilzGK1pcTn25-1AhFK5_kRT6M2hOI ; media=all */
    @media all {
        .container-3xl {
            margin-left: auto;
            margin-right: auto;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            width: 100%;
            max-width: 95rem;
        }

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

        .container-xl {
            --bs-gutter-x: 1.5rem;
            --bs-gutter-y: 0;
            width: 100%;
            padding-right: calc(var(--bs-gutter-x) * 0.5);
            padding-left: calc(var(--bs-gutter-x) * 0.5);
            margin-right: auto;
            margin-left: auto;
        }

        @media (min-width: 1200px) {
            .container-xl {
                max-width: 1140px;
            }
        }

        @media (min-width: 1400px) {
            .container-xl {
                max-width: 1320px;
            }
        }

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

            .row > * {
                flex-shrink: 0;
                width: 100%;
                max-width: 100%;
                padding-right: calc(var(--bs-gutter-x) * 0.5);
                padding-left: calc(var(--bs-gutter-x) * 0.5);
                margin-top: var(--bs-gutter-y);
            }

        .col {
            flex: 1 0 0%;
        }

        .row-cols-1 > * {
            flex: 0 0 auto;
            width: 100%;
        }

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

        @media (min-width: 992px) {
            .row-cols-lg-3 > * {
                flex: 0 0 auto;
                width: 33.33333333%;
            }

            .row-cols-lg-4 > * {
                flex: 0 0 auto;
                width: 25%;
            }

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

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

        .btn {
            --bs-btn-padding-x: 0.8125rem;
            --bs-btn-padding-y: 0.75rem;
            --bs-btn-font-size: 1.2rem;
            --bs-btn-font-weight: 400;
            --bs-btn-line-height: 2rem;
            --bs-btn-color: #fff;
            --bs-btn-bg: transparent;
            --bs-btn-border-width: 0;
            --bs-btn-border-color: transparent;
            --bs-btn-border-radius: 0;
            --bs-btn-hover-border-color: transparent;
            --bs-btn-box-shadow: 0;
            --bs-btn-disabled-opacity: 0.65;
            --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
            display: inline-block;
            padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
            font-family: var(--bs-btn-font-family);
            font-size: var(--bs-btn-font-size);
            font-weight: var(--bs-btn-font-weight);
            line-height: var(--bs-btn-line-height);
            color: var(--bs-btn-color);
            text-align: center;
            text-decoration: none;
            vertical-align: middle;
            cursor: pointer;
            user-select: none;
            border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
            border-radius: var(--bs-btn-border-radius);
            background-color: var(--bs-btn-bg);
            transition: color 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: var(--bs-btn-hover-color);
            background-color: var(--bs-btn-hover-bg);
            border-color: var(--bs-btn-hover-border-color);
        }

        .btn:first-child:active {
            color: var(--bs-btn-active-color);
            background-color: var(--bs-btn-active-bg);
            border-color: var(--bs-btn-active-border-color);
        }

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

        .btn-primary {
            --bs-btn-color: #fff;
            --bs-btn-bg: #1c285e;
            --bs-btn-border-color: #1c285e;
            --bs-btn-hover-color: #fff;
            --bs-btn-hover-bg: #182250;
            --bs-btn-hover-border-color: #16204b;
            --bs-btn-focus-shadow-rgb: 62, 72, 118;
            --bs-btn-active-color: #fff;
            --bs-btn-active-bg: #16204b;
            --bs-btn-active-border-color: #151e47;
            --bs-btn-active-shadow: inset 0 3px 5px rgba(60, 60, 60, 0.125);
            --bs-btn-disabled-color: #fff;
            --bs-btn-disabled-bg: #1c285e;
            --bs-btn-disabled-border-color: #1c285e;
        }

        .btn-lg {
            --bs-btn-padding-y: 0.75rem;
            --bs-btn-padding-x: 0.8125rem;
            --bs-btn-font-size: 1.2rem;
            --bs-btn-border-radius: 0;
        }

        .navbar {
            --bs-navbar-padding-x: 0;
            --bs-navbar-padding-y: 1rem;
            --bs-navbar-color: #1c285e;
            --bs-navbar-hover-color: #3c3c3c;
            --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
            --bs-navbar-active-color: #3c3c3c;
            --bs-navbar-brand-padding-y: 0.3125rem;
            --bs-navbar-brand-margin-end: 1rem;
            --bs-navbar-brand-font-size: 1.25rem;
            --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
            --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
            --bs-navbar-nav-link-padding-x: 1.25rem;
            --bs-navbar-toggler-padding-y: 0.25rem;
            --bs-navbar-toggler-padding-x: 0.75rem;
            --bs-navbar-toggler-font-size: 1.25rem;
            --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2860, 60, 60, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
            --bs-navbar-toggler-border-color: rgba( var(--bs-emphasis-color-rgb), 0.15 );
            --bs-navbar-toggler-border-radius: var(--bs-border-radius);
            --bs-navbar-toggler-focus-width: 0.25rem;
            --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
            position: relative;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
        }

            .navbar > .container-xl {
                display: flex;
                flex-wrap: inherit;
                align-items: center;
                justify-content: space-between;
            }

        .navbar-nav {
            --bs-nav-link-padding-x: 0;
            --bs-nav-link-padding-y: 0.625rem;
            --bs-nav-link-font-size: 1rem;
            --bs-nav-link-font-weight: 900;
            --bs-nav-link-color: var(--bs-navbar-color);
            --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
            --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
            display: flex;
            flex-direction: column;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
        }

            .navbar-nav .nav-link.show {
                color: var(--bs-navbar-active-color);
            }

            .navbar-nav .dropdown-menu {
                position: static;
            }

        .navbar-collapse {
            flex-basis: 100%;
            flex-grow: 1;
            align-items: center;
        }

        @media (min-width: 1200px) {
            .navbar-expand-xl {
                flex-wrap: nowrap;
                justify-content: flex-start;
            }

                .navbar-expand-xl .navbar-nav {
                    flex-direction: row;
                }

                    .navbar-expand-xl .navbar-nav .dropdown-menu {
                        position: absolute;
                    }

                    .navbar-expand-xl .navbar-nav .nav-link {
                        padding-right: var(--bs-navbar-nav-link-padding-x);
                        padding-left: var(--bs-navbar-nav-link-padding-x);
                    }

                .navbar-expand-xl .navbar-collapse {
                    display: flex !important;
                    flex-basis: auto;
                }
        }

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

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

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

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

        .form-text {
            margin-top: 0.25rem;
            font-size: 1rem;
            color: var(--bs-secondary-color);
        }

        .form-control {
            display: block;
            width: 100%;
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: var(--bs-body-color);
            appearance: none;
            background-color: var(--bs-body-bg);
            background-clip: padding-box;
            border: 0.125rem solid #3c3c3c;
            border-radius: 0;
            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:focus {
            color: var(--bs-body-color);
            background-color: var(--bs-body-bg);
            border-color: #3c3c3c;
            outline: 0;
            box-shadow: 0 0 0 0.1875rem #ffe626;
        }

        .form-control::placeholder {
            color: var(--bs-secondary-color);
            opacity: 1;
        }

        .form-control:disabled {
            background-color: var(--bs-secondary-bg);
            opacity: 1;
        }

        .dropdown {
            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 rgba(0, 0, 0, 0);
                border-bottom: 0;
                border-left: 0.3em solid rgba(0, 0, 0, 0);
            }

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

        .dropdown-menu {
            --bs-dropdown-zindex: 1000;
            --bs-dropdown-min-width: 10rem;
            --bs-dropdown-padding-x: 0;
            --bs-dropdown-padding-y: 0;
            --bs-dropdown-spacer: 0;
            --bs-dropdown-font-size: 1rem;
            --bs-dropdown-color: var(--bs-body-color);
            --bs-dropdown-bg: #faf4eb;
            --bs-dropdown-border-color: var(--bs-border-color-translucent);
            --bs-dropdown-border-radius: 0;
            --bs-dropdown-border-width: 0;
            --bs-dropdown-inner-border-radius: calc( var(--bs-border-radius) - var(--bs-border-width) );
            --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
            --bs-dropdown-divider-margin-y: 0.5rem;
            --bs-dropdown-box-shadow: 0;
            --bs-dropdown-link-color: var(--bs-body-color);
            --bs-dropdown-link-hover-color: var(--bs-body-color);
            --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
            --bs-dropdown-link-active-color: #fff;
            --bs-dropdown-link-active-bg: #1c285e;
            --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
            --bs-dropdown-item-padding-x: 1rem;
            --bs-dropdown-item-padding-y: 0.25rem;
            --bs-dropdown-header-color: #6c757d;
            --bs-dropdown-header-padding-x: 1rem;
            --bs-dropdown-header-padding-y: 0.5rem;
            position: absolute;
            z-index: var(--bs-dropdown-zindex);
            display: none;
            min-width: var(--bs-dropdown-min-width);
            padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
            margin: 0;
            font-size: var(--bs-dropdown-font-size);
            color: var(--bs-dropdown-color);
            text-align: left;
            list-style: none;
            background-color: var(--bs-dropdown-bg);
            background-clip: padding-box;
            border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
            border-radius: var(--bs-dropdown-border-radius);
        }

            .dropdown-menu[data-bs-popper] {
                top: 100%;
                left: 0;
                margin-top: var(--bs-dropdown-spacer);
            }

            .dropdown-menu.show {
                display: block;
            }

        .list-group {
            --bs-list-group-color: var(--bs-body-color);
            --bs-list-group-bg: var(--bs-body-bg);
            --bs-list-group-border-color: var(--bs-border-color);
            --bs-list-group-border-width: var(--bs-border-width);
            --bs-list-group-border-radius: var(--bs-border-radius);
            --bs-list-group-item-padding-x: 1rem;
            --bs-list-group-item-padding-y: 0.5rem;
            --bs-list-group-action-color: var(--bs-secondary-color);
            --bs-list-group-action-hover-color: var(--bs-emphasis-color);
            --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
            --bs-list-group-action-active-color: var(--bs-body-color);
            --bs-list-group-action-active-bg: var(--bs-secondary-bg);
            --bs-list-group-disabled-color: var(--bs-secondary-color);
            --bs-list-group-disabled-bg: var(--bs-body-bg);
            --bs-list-group-active-color: #fff;
            --bs-list-group-active-bg: #1c285e;
            --bs-list-group-active-border-color: #1c285e;
            display: flex;
            flex-direction: column;
            padding-left: 0;
            margin-bottom: 0;
            border-radius: var(--bs-list-group-border-radius);
        }

        .list-group-item {
            position: relative;
            display: block;
            padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
            color: var(--bs-list-group-color);
            text-decoration: none;
            background-color: var(--bs-list-group-bg);
            border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
        }

            .list-group-item:first-child {
                border-top-left-radius: inherit;
                border-top-right-radius: inherit;
            }

            .list-group-item:last-child {
                border-bottom-right-radius: inherit;
                border-bottom-left-radius: inherit;
            }

            .list-group-item:disabled {
                color: var(--bs-list-group-disabled-color);
                pointer-events: none;
                background-color: var(--bs-list-group-disabled-bg);
            }

            .list-group-item + .list-group-item {
                border-top-width: 0;
            }

        .list-group-flush {
            border-radius: 0;
        }

            .list-group-flush > .list-group-item {
                border-width: 0 0 var(--bs-list-group-border-width);
            }

                .list-group-flush > .list-group-item:last-child {
                    border-bottom-width: 0;
                }

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

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

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

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

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

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

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

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

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

        .gap-3 {
            gap: 1rem !important;
        }

        @media (min-width: 1200px) {
            .d-xl-none {
                display: none !important;
            }
        }

        .btn {
            font-size: 16px;
            outline: 0;
            padding: 0.1875rem 0.75rem;
            text-decoration: none;
            text-decoration-thickness: 0;
        }

        @media (min-width: 992px) {
            .btn {
                font-size: 1.2rem;
                padding: 0 0.75rem;
            }
        }

        .btn:focus {
            box-shadow: none;
            outline: 0.1875rem solid rgba(0, 0, 0, 0);
            text-decoration: none;
        }

        .btn-primary {
            background-color: #1c285e;
            border-bottom: 0.125rem solid #002d18;
            color: #fff;
        }

            .btn-primary:hover {
                background-color: #111058;
                border-bottom: 0.125rem solid #111058;
                border-color: #fff;
                color: #fff;
                text-decoration: none;
            }

            .btn-primary:disabled {
                --bs-btn-disabled-color: #fff;
                --bs-btn-disabled-bg: #1c285e;
                --bs-btn-disabled-border-color: #002d18;
                --bs-btn-disabled-border-opacity: 0.5;
            }

        .btn-lg {
            font-size: 1.2rem;
            font-weight: 700;
            padding: 0 0.75rem;
        }

        @media (min-width: 992px) {
            .btn-lg {
                font-size: 1.44rem;
                line-height: 2.6875rem;
            }
        }

        .btn-arrow:after {
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 12H19" stroke="%23fc5d5d" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 5L19 12L12 19" stroke="%23fc5d5d" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') right center no-repeat;
            content: "";
            display: inline-block;
            height: 1.5rem;
            margin-left: 0.5rem;
            position: relative;
            top: 0.3125rem;
            width: 1.5rem;
        }

        .btn-text {
            --bs-btn-active-bg: rgba(0, 0, 0, 0);
            --bs-btn-active-color: #1c285e;
            border: 0;
            border-radius: 0;
            color: #1c285e;
            line-height: 2rem;
            padding: 0;
            text-align: left;
        }

            .btn-text[disabled="disabled"],
            .btn-text:disabled {
                color: #1c285e !important;
                opacity: 1 !important;
            }

            .btn-text:active {
                background-color: rgba(0, 0, 0, 0);
                color: #1c285e;
            }

            .btn-text:hover {
                color: #1c285e;
            }

            .btn-text:hover {
                outline: 0;
                text-decoration: underline;
                text-decoration-color: #fc5d5d;
                text-decoration-skip-ink: none;
                text-decoration-thickness: 0.1875rem;
                text-underline-offset: 0.25rem;
            }

        .btn-text-lg {
            font-size: 1.2rem;
            font-weight: 700;
            line-height: 2rem;
        }

        @media (min-width: 992px) {
            .btn-text-lg {
                font-size: 1.44rem;
            }
        }

        .btn-close:after {
            background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%231c285e" d="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z"/%3E%3C/svg%3E') no-repeat center;
            background-size: cover;
            content: "";
            display: inline-block;
            height: 1rem;
            left: 0.3125rem;
            position: relative;
            top: 0.125rem;
            width: 1rem;
        }

        .form-control,
        .form-text {
            font-size: 1rem;
        }

        @media (min-width: 992px) {
            .form-control,
            .form-text {
                font-size: 1.2rem;
            }
        }

        a {
            text-decoration-thickness: 0.125rem;
            text-underline-offset: 0.28125rem;
        }

            a:hover {
                outline: 0;
                text-decoration: #003078 underline 0.1875rem;
            }

            a:hover {
                color: #003078;
            }

            a.link {
                display: inline-block;
                font-weight: 700;
                text-decoration-thickness: 0.125rem;
                text-underline-offset: 0.28125rem;
                width: fit-content;
                color: #1c285e;
            }

                a.link:hover {
                    outline: 0;
                    text-decoration-color: #fc5d5d;
                    text-decoration-line: underline;
                    text-decoration-thickness: 0.1875rem;
                }

            a.link__arrow-left {
                margin-left: 1.5rem;
            }

                a.link__arrow-left:before {
                    background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0_5047_7713)"%3E%3Cpath d="M1 8H15" stroke="%23fc5d5d" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8 1L15 8L8 15" stroke="%23fc5d5d" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_5047_7713"%3E%3Crect width="16" height="16" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
                    content: "";
                    display: inline-block;
                    height: 1rem;
                    position: relative;
                    top: 0.125rem;
                    width: 1rem;
                    min-width: 1rem;
                    margin-right: 0.5rem;
                }

                a.link__arrow-left::before {
                    margin-left: -1.5rem;
                }

            a.link-lg,
            button.link-lg {
                font-size: 1.2rem;
                font-weight: 700;
                line-height: 2rem;
                text-underline-offset: 0.375rem;
            }

        @media (min-width: 992px) {
            a.link-lg,
            button.link-lg {
                font-size: 1.44rem;
            }
        }

        ul {
            margin: 0 0 1.9375rem;
            padding: 0 0 0 1.9375rem;
        }

            ul li {
                line-height: 1.875rem;
            }

        .text-regular {
            font-size: 16px;
            font-weight: 400;
            line-height: 1.5rem;
        }

        @media (min-width: 992px) {
            .text-regular {
                font-size: 1.2rem;
                line-height: 2rem;
            }
        }

        .text-small {
            font-size: 0.833125rem;
            font-weight: 400;
            line-height: 1.5rem;
        }

        @media (min-width: 992px) {
            .text-small {
                font-size: 16px;
            }
        }

        .views-exposed-form-search-results-block .form-actions button {
            border-radius: 50%;
            display: none;
        }

            .views-exposed-form-search-results-block .form-actions button:active {
                background-color: #ffe626;
                color: #1c285e;
            }

        .header .views-exposed-form-search-results-block .form--inline {
            align-items: center;
            display: flex;
            justify-content: flex-end;
            position: relative;
        }

        .header .views-exposed-form-search-results-block .form-text {
            margin-top: 0;
        }

        .header .views-exposed-form-search-results-block .form-item {
            margin-bottom: 0;
            position: relative;
        }

            .header .views-exposed-form-search-results-block .form-item input {
                border-color: #1c285e;
                border-radius: 2.8125rem;
                padding-right: 2.375rem;
            }

        @media (min-width: 1200px) {
            .header .views-exposed-form-search-results-block .form-item input {
                width: 22.5rem;
            }
        }

        .header .views-exposed-form-search-results-block .form-actions {
            position: absolute;
            right: 0.625rem;
            top: 50%;
            transform: translateY(-50%);
        }

        .header .views-exposed-form-search-results-block button {
            background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z" stroke="%231c285e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M20.9984 21.0004L16.6484 16.6504" stroke="%231c285e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') no-repeat 50% 50%;
            background-size: 1.4375rem;
            border-bottom: 0;
            border-radius: 50%;
            display: inline-block;
            height: 2.375rem;
            margin: 0;
            position: relative;
            right: -0.3125rem;
            top: 0.0625rem;
            width: 2.375rem;
        }

        @media (max-width: 1199.98px) {
            .header .views-exposed-form-search-results-block button {
                top: -0.125rem;
            }
        }

        .header .views-exposed-form-search-results-block button span {
            display: none;
        }

        .form-item {
            margin-bottom: 2.25rem;
        }

        .header form {
            display: flex;
        }

        @media (max-width: 1199.98px) {
            .header form {
                margin-bottom: 1.5rem;
                padding: 1.5rem 1rem 0;
            }

                .header form .form--inline,
                .header form .form-item {
                    width: 100%;
                }

                .header form .form-text {
                    min-width: 100%;
                    width: 100%;
                }
        }

        .header form .form-item {
            margin-right: 0;
        }

        .header form input::placeholder {
            font-size: 16px;
            position: relative;
            top: -0.0625rem;
        }

        @media (max-width: 1199.98px) {
            .header .main-menu-container {
                padding: 0;
            }
        }

        .megamenu {
            left: 0;
            right: 0;
        }

        @media (max-width: 1199.98px) {
            .megamenu {
                padding-bottom: 1.875rem;
            }
        }

        .megamenu-content .field__item + .field__item {
            margin-top: 1.25rem;
        }

        .megamenu-content__copy {
            line-height: 1.5rem;
            margin-bottom: 2rem;
            padding-left: 1.5rem;
        }

        @media (min-width: 1200px) {
            .megamenu-content__copy {
                margin-bottom: 0;
            }
        }

        .megamenu-content__copy a {
            margin-bottom: 0.1875rem;
            margin-left: 0;
        }

        .megamenu-content__linklist {
            border-bottom: 0.0625rem solid #d0d0e0;
            margin-bottom: 1.5rem;
        }

        @media (min-width: 992px) {
            .megamenu-content__linklist {
                border-bottom: 0;
                margin-bottom: 0;
            }
        }

        .megamenu-content__linklist .list-group-flush {
            background-color: rgba(0, 0, 0, 0);
        }

        .megamenu-content__linklist .list-group-item {
            background-color: rgba(0, 0, 0, 0);
            border: 0;
            padding: 0.25rem 0;
        }

        .megamenu-content__linklist a {
            color: #1c285e;
            font-weight: 700;
            line-height: 1.5rem;
        }

        @media (max-width: 991.98px) {
            .megamenu-content__linklist .btn-text {
                display: block;
                font-size: 16px;
                font-weight: 700;
                position: relative;
                width: 100%;
            }

                .megamenu-content__linklist .btn-text:after {
                    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke="%231c285e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') left center no-repeat;
                    border: 0;
                    content: "";
                    display: inline-block;
                    height: 1.5rem;
                    position: relative;
                    top: 0;
                    transition: transform 0.2s ease;
                    vertical-align: unset;
                    width: 1.5rem;
                    margin-left: 0.125rem;
                }

                .megamenu-content__linklist .btn-text::after {
                    position: absolute;
                    right: 0;
                    top: 0.1875rem;
                    transform: rotate(180deg);
                }

                .megamenu-content__linklist .btn-text.collapsed:after {
                    transform: rotate(0deg);
                }
        }

        @media (max-width: 1199.98px) {
            .megamenu-content__linklist .collapse {
                display: inline-block;
                font-weight: 700;
                text-decoration-thickness: 0.125rem;
                text-underline-offset: 0.28125rem;
                width: fit-content;
                display: none;
            }

                .megamenu-content__linklist .collapse:hover {
                    outline: 0;
                    text-decoration-color: #fc5d5d;
                    text-decoration-line: underline;
                    text-decoration-thickness: 0.1875rem;
                }

                .megamenu-content__linklist .collapse:hover {
                    text-decoration: none;
                }

                .megamenu-content__linklist .collapse.show {
                    display: block;
                    padding-bottom: 1rem;
                }
        }

        .megamenu-content__link {
            font-size: 16px;
            font-weight: 400;
            line-height: 1.5rem;
            margin-bottom: 2rem;
        }

        @media (min-width: 992px) {
            .megamenu-content__link {
                font-size: 1.2rem;
                line-height: 2rem;
            }
        }

        @media (min-width: 1200px) {
            .megamenu-content__link {
                margin-bottom: 0;
            }
        }

        .megamenu-content__link a {
            margin-left: 1.5rem;
        }

            .megamenu-content__link a:before {
                margin-left: -1.5rem;
            }

        .megamenu-content__link .btn {
            margin: 0.625rem 0;
            text-align: left;
            white-space: normal;
        }

        .navbar {
            --bs-navbar-active-color: #1c285e;
        }

        @media (max-width: 1199.98px) {
            .navbar {
                padding-left: 1rem;
                padding-right: 0.5rem;
            }
        }

        .navbar .container-3xl {
            flex-wrap: inherit;
        }

        .navbar .nav-link {
            display: inline-block;
            font-weight: 700;
            text-decoration-thickness: 0.125rem;
            text-underline-offset: 0.28125rem;
            width: fit-content;
            font-weight: 700;
            text-decoration-thickness: 0.125rem;
            text-underline-offset: 0.375rem;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
            width: 100%;
        }

            .navbar .nav-link:hover {
                outline: 0;
                text-decoration-color: #fc5d5d;
                text-decoration-line: underline;
                text-decoration-thickness: 0.1875rem;
            }

            .navbar .nav-link.text-small {
                font-weight: 600;
                padding: 0 1rem;
            }

        @media (max-width: 1399.98px) {
            .navbar .nav-link.text-small {
                padding: 0 0.5rem;
            }
        }

        .navbar .nav-link.dropdown-toggle {
            align-items: center;
            display: flex;
            justify-content: space-between;
        }

        @media (min-width: 1200px) {
            .navbar .nav-link.dropdown-toggle:before {
                background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke="%231c285e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') left center no-repeat;
                border: 0;
                content: "";
                display: inline-block;
                height: 1.5rem;
                position: relative;
                top: 0;
                transition: transform 0.2s ease;
                vertical-align: unset;
                width: 1.5rem;
                margin-right: 0.125rem;
            }

            .navbar .nav-link.dropdown-toggle:after {
                display: none;
            }

            .navbar .nav-link.dropdown-toggle:hover {
                color: #1c285e;
                text-decoration: underline;
                text-decoration-color: #fc5d5d;
                text-decoration-thickness: 0.1875rem;
            }
        }

        @media (max-width: 1199.98px) {
            .navbar .nav-link.dropdown-toggle {
                align-items: flex-start;
                text-align: left;
                width: 100%;
            }

                .navbar .nav-link.dropdown-toggle:after {
                    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke="%231c285e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') left center no-repeat;
                    border: 0;
                    content: "";
                    display: inline-block;
                    height: 1.5rem;
                    position: relative;
                    top: 0;
                    transition: transform 0.2s ease;
                    vertical-align: unset;
                    width: 1.5rem;
                    margin-left: 0.125rem;
                }
        }

        .navbar .nav-link.dropdown-toggle.show {
            background-color: #faf4eb;
        }

            .navbar .nav-link.dropdown-toggle.show:before,
            .navbar .nav-link.dropdown-toggle.show:after {
                transform: rotate(180deg);
            }

        @media (min-width: 1200px) {
            .navbar .nav-level-0 .menu-item {
                position: static;
            }

                .navbar .nav-level-0 .menu-item .dropdown-menu {
                    border-bottom: 0.25rem solid #fc5d5d;
                    padding-bottom: 3.875rem;
                    padding-top: 4.4375rem;
                    top: auto;
                }

            .navbar .nav-level-0 > .menu-item:has(.dropdown-toggle.show) {
                background-color: #faf4eb;
            }

            .navbar .nav-level-0 > .menu-item:has(.dropdown-toggle.show) .nav-link:not(:hover)

{
    text-decoration: underline;
    text-decoration-color: #1c285e;
    text-decoration-thickness: 0.25rem;
}

.navbar .list-group-item {
    line-height: 1.5;
    padding-bottom: 0.375rem;
    padding-top: 0.375rem;
}

.navbar .megamenu-content__linklist button {
    margin-bottom: 0.3125rem;
}

}

@media (min-width: 1200px) {
    .navbar .nav-level-0 > .menu-item .nav-link {
        padding-left: 0;
        padding-right: 0.875rem;
    }

    .navbar .nav-level-0 > .menu-item:last-child .nav-link {
        padding-right: 0;
    }
}

@media (max-width: 1199.98px) {
    .navbar-main {
        padding: 0;
    }

    .navbar.navbar-main .navbar-nav {
        padding: 0 1rem;
    }

        .navbar.navbar-main .navbar-nav .nav-item,
        .navbar.navbar-main .navbar-nav .menu-item {
            border-bottom: 0.0625rem solid #747ca3;
        }

            .navbar.navbar-main .navbar-nav .nav-item .nav-link,
            .navbar.navbar-main .navbar-nav .menu-item .nav-link {
                color: #1c285e;
                font-size: 1rem !important;
                padding: 1rem 0;
            }

        .navbar.navbar-main .navbar-nav .image-icon-link > div {
            display: none;
        }

    .navbar .mobile-top-menu .navbar-nav {
        padding-bottom: 2rem;
    }

    .navbar .mobile-top-menu .text-small {
        font-weight: 700;
    }

    .navbar .close-menu {
        border-bottom: 0.25rem solid #fc5d5d;
        display: flex;
        justify-content: flex-end;
        padding: 0 1rem 2rem;
    }

        .navbar .close-menu .btn {
            font-weight: 700;
            margin-right: 0.3125rem;
        }
}

@media print {
    .navbar {
        display: none !important;
    }

    .row,
    .container-xl,
    .container-3xl {
        max-width: 100% !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .row {
        display: block !important;
    }

    .col-12 {
        width: 100% !important;
    }

    a[href]:after {
        color: #555;
        content: " (" attr(href) ")";
        font-size: 90%;
    }

    a[href].btn-arrow {
        color: #555;
        background: none;
        border-bottom: none;
        display: block;
        text-align: left;
        text-decoration: none;
    }

        a[href].btn-arrow:after {
            display: block;
            font-size: 80%;
            height: auto;
            line-height: 92%;
            margin-top: -10px;
            width: 100%;
            word-wrap: anywhere;
        }

    .btn {
        padding: 0 !important;
        text-decoration: none !important;
    }
}

}
}

.h {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #d4351c;
    --bs-orange: #fd7e14;
    --bs-yellow: #fd0;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #3c3c3c;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #3c3c3c;
    --bs-primary: #1c285e;
    --bs-secondary: #6c757d;
    --bs-success: #51ce7b;
    --bs-info: #0dcaf0;
    --bs-warning: #fd0;
    --bs-danger: #d4351c;
    --bs-light: #faf4eb;
    --bs-dark: #3c3c3c;
    --bs-primary-rgb: 28, 40, 94;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 81, 206, 123;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 221, 0;
    --bs-danger-rgb: 212, 53, 28;
    --bs-light-rgb: 250, 244, 235;
    --bs-dark-rgb: 60, 60, 60;
    --bs-primary-text-emphasis: #0b1026;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #205231;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #665800;
    --bs-danger-text-emphasis: #55150b;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #d2d4df;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #dcf5e5;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff8cc;
    --bs-danger-bg-subtle: #f6d7d2;
    --bs-light-bg-subtle: #faf4eb;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #a4a9bf;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #b9ebca;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #fff199;
    --bs-danger-border-subtle: #eeaea4;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 60, 60, 60;
    --bs-font-sans-serif: "Inclusive Sans", Arial, sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient( 180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0) );
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5rem;
    --bs-body-color: #3c3c3c;
    --bs-body-color-rgb: 60, 60, 60;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #3c3c3c;
    --bs-emphasis-color-rgb: 60, 60, 60;
    --bs-secondary-color: rgba(60, 60, 60, 0.75);
    --bs-secondary-color-rgb: 60, 60, 60;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(60, 60, 60, 0.5);
    --bs-tertiary-color-rgb: 60, 60, 60;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #1c285e;
    --bs-link-color-rgb: 28, 40, 94;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #16204b;
    --bs-link-hover-color-rgb: 22, 32, 75;
    --bs-code-color: #d63384;
    --bs-highlight-color: #3c3c3c;
    --bs-highlight-bg: #fff8cc;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(60, 60, 60, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(60, 60, 60, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(60, 60, 60, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(60, 60, 60, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(60, 60, 60, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(28, 40, 94, 0.25);
    --bs-form-valid-color: #51ce7b;
    --bs-form-valid-border-color: #51ce7b;
    --bs-form-invalid-color: #d4351c;
    --bs-form-invalid-border-color: #d4351c;
    /*! CSS Used from: https://www.nihr.ac.uk/sites/corporate/files/css/css_85PWnqD6rpLwKjhbFQO6LWNqcjShloTI8n-jvepq-UI.css?delta=1&language=en&theme=nihr&include=eJxtj1uOwyAMRTdEYEnIhBtCax7CRm1336btaDTK_Nyrc2x_mKrm0NTRp-3WRjEBqhge994E0W-ZXyguoWIQG0y_tnbNeFXpnKmucP9JH7HRZDU178MlboF4WUU-fMSytaoL3SCt4K09xZKrF31wrsn9IdNpUBrUd3FxzE5sf42dtc_AWXZEIw9RFBdIYG4Ix1fu25YudD9JMAqq2gilzGK1pcTn25-1AhFK5_kRT6M2hOI ; media=all */
    @media all {
        .bg-primary *:not(li.active) > a:not(a.btn):not(.link-footer):not(.link__card), .bg-primary .field--type-string-long, .bg-primary .link

{
    color: #fff;
}

.bg-primary a:not(a.btn):not(.link-footer):not(.link__card):hover,
.bg-primary .link:hover {
    color: #fff;
    text-decoration-color: #fff;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

h1 {
    font-size: 2.07375rem;
}

.container,
.container-lg {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

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

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

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

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

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

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

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-top: var(--bs-gutter-y);
    }

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

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .order-lg-first {
        order: -1 !important;
    }

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

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

a {
    text-decoration: underline;
    text-decoration-thickness: 0.125rem;
    text-underline-offset: 0.28125rem;
}

    a:hover {
        outline: 0;
        text-decoration: #003078 underline 0.1875rem;
    }

    a:hover {
        color: #003078;
    }

    a.link {
        display: inline-block;
        font-weight: 700;
        text-decoration-thickness: 0.125rem;
        text-underline-offset: 0.28125rem;
        width: fit-content;
        color: #1c285e;
    }

        a.link:hover {
            outline: 0;
            text-decoration-color: #fc5d5d;
            text-decoration-line: underline;
            text-decoration-thickness: 0.1875rem;
        }

    a.link-lg {
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 2rem;
        text-underline-offset: 0.375rem;
    }

@media (min-width: 992px) {
    a.link-lg {
        font-size: 1.44rem;
    }
}

a.link-lg::after,
a.link-lg::before {
    top: -0.0625rem !important;
}

a.link__arrow-left {
    margin-left: 1.5rem;
}

    a.link__arrow-left:before {
        background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0_5047_7713)"%3E%3Cpath d="M1 8H15" stroke="%23fc5d5d" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8 1L15 8L8 15" stroke="%23fc5d5d" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_5047_7713"%3E%3Crect width="16" height="16" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
        content: "";
        display: inline-block;
        height: 1rem;
        position: relative;
        top: 0.125rem;
        width: 1rem;
        min-width: 1rem;
        margin-right: 0.5rem;
    }

    a.link__arrow-left::before {
        margin-left: -1.5rem;
    }

h1 {
    font-family: "Archia", Arial, sans-serif;
    font-size: 2.07375rem;
    font-weight: 700;
    line-height: 2.6875rem;
    color: #1c285e;
}

@media (min-width: 992px) {
    h1 {
        font-size: 2.98625rem;
        line-height: 3.875rem;
    }
}

.hero {
    margin-bottom: 2.75rem;
}

    .hero h1 {
        color: #fff;
        margin-top: -0.3125rem;
    }

@media (min-width: 992px) {
    .hero h1 {
        margin-top: -0.5rem;
    }
}

.hero h1 {
    margin-bottom: 0;
}

    .hero h1:first-line {
        line-height: 100% !important;
    }

.hero .field--name-field-hero-copy {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    margin-top: 1rem;
}

@media (min-width: 992px) {
    .hero .field--name-field-hero-copy {
        font-size: 1.44rem;
    }
}

.hero .bg-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 17.6875rem;
}

.hero .link {
    margin-top: 1.0625rem;
}

@media (max-width: 767.98px) {
    .hero .link {
        margin-top: 0.75rem;
    }
}

@media (min-width: 992px) {
    .hero--tall {
        min-height: 17.5rem;
    }
}

@media (min-width: 992px) {
    .hero--tall .content-wrapper {
        min-height: 25rem;
    }
}

.hero .content {
    border-left: 0.25rem solid #fc5d5d;
    display: flex;
    justify-content: flex-end;
    margin: 2rem 0;
    padding-left: 0.75rem;
    position: relative;
}

@media (min-width: 1200px) {
    .hero .content {
        margin-left: -1rem;
    }
}

@media (min-width: 992px) {
    .hero .content {
        border-left-width: 0.5rem;
        padding-left: 1.25rem;
        margin-left: -1.75rem;
    }
}

@media (min-width: 576px) {
    .hero .content {
        margin-left: -1rem;
    }
}

@media (min-width: 992px) {
    .hero .content .content__inner {
        padding-right: 2.5rem;
    }
}

.hero .content .content__inner .link {
    margin-bottom: -0.3125rem;
}

.hero--prominent {
    margin-bottom: 5rem;
}

    .hero--prominent h1 {
        font-size: 2.25rem;
        font-weight: 700;
        line-height: 2.75rem;
    }

@media (min-width: 992px) {
    .hero--prominent h1 {
        font-size: 4rem;
        line-height: 4.875rem;
    }
}

@media (max-width: 767.98px) {
    .hero--prominent h1 {
        font-weight: 700;
    }
}

@media (min-width: 1200px) {
    .hero--prominent .content-wrapper {
        min-height: 31.125rem;
    }
}

.hero--prominent .bg-image {
    width: 100%;
    aspect-ratio: 3/2;
}

@media (max-width: 991.98px) {
    .hero--prominent .bg-image {
        min-height: unset;
    }
}

@media (min-width: 992px) {
    .hero--prominent .bg-image {
        background-size: contain;
    }
}

@media (min-width: 992px) {
    .hero--prominent .hero-content-wrapper {
        position: relative;
    }
}

@media (max-width: 991.98px) {
    .hero .col-hero-fluid {
        padding: 0;
    }
}

@media print {
    .bg-primary {
        background: none !important;
    }

    .container,
    .row,
    .container-lg {
        max-width: 100% !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .row {
        display: block !important;
    }

    .col-12 {
        width: 100% !important;
    }

    a[href]:after {
        color: #555;
        content: " (" attr(href) ")";
        font-size: 90%;
    }

    .hero {
        min-height: auto !important;
    }

        .hero .content-wrapper,
        .hero .content {
            height: auto !important;
            justify-content: normal;
            margin: 0;
            min-height: auto;
            padding: 0;
        }

        .hero .content {
            margin-top: 1em;
        }

            .hero .content .content__inner {
                padding-left: 20px;
            }

        .hero h1 {
            color: #1c285e;
            margin-bottom: -10px;
        }
}

}
/*! CSS Used fontfaces */
@font-face {
    font-family: "Archia";
    src: url(https://www.nihr.ac.uk/themes/custom/nihr/dist/webfonts/archia-regular-webfont.eot);
    src: url(https://www.nihr.ac.uk/themes/custom/nihr/dist/webfonts/archia-regular-webfont.eot#iefix) format("embedded-opentype"), url(https://www.nihr.ac.uk/themes/custom/nihr/dist/webfonts/archia-regular-webfont.woff2) format("woff2"), url(https://www.nihr.ac.uk/themes/custom/nihr/dist/webfonts/archia-regular-webfont.woff) format("woff"), url(https://www.nihr.ac.uk/themes/custom/nihr/dist/webfonts/archia-regular-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Archia";
    src: url(https://www.nihr.ac.uk/themes/custom/nihr/dist/webfonts/archia-semibold-webfont.eot);
    src: url(https://www.nihr.ac.uk/themes/custom/nihr/dist/webfonts/archia-semibold-webfont.eot#iefix) format("embedded-opentype"), url(https://www.nihr.ac.uk/themes/custom/nihr/dist/webfonts/archia-semibold-webfont.woff2) format("woff2"), url(https://www.nihr.ac.uk/themes/custom/nihr/dist/webfonts/archia-semibold-webfont.woff) format("woff"), url(https://www.nihr.ac.uk/themes/custom/nihr/dist/webfonts/archia-semibold-webfont.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Archia";
    src: url(https://www.nihr.ac.uk/themes/custom/nihr/dist/webfonts/archia-bold-webfont.eot);
    src: url(https://www.nihr.ac.uk/themes/custom/nihr/dist/webfonts/archia-bold-webfont.eot#iefix) format("embedded-opentype"), url(https://www.nihr.ac.uk/themes/custom/nihr/dist/webfonts/archia-bold-webfont.woff2) format("woff2"), url(https://www.nihr.ac.uk/themes/custom/nihr/dist/webfonts/archia-bold-webfont.woff) format("woff"), url(https://www.nihr.ac.uk/themes/custom/nihr/dist/webfonts/archia-bold-webfont.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

}

.footer-wrapper.nihr--corp {
    /*! CSS Used from: https://www.nihr.ac.uk/sites/corporate/files/css/css_SKCmkpz6UiryY2CYNobcT15uepgDu1ApiXBgqjHNK0w.css?delta=0&language=en&theme=nihr&include=eJxtj1uOwyAMRTdEYEnIhBtCax7CRm1336btaDTK_Nyrc2x_mKrm0NTRp-3WRjEBqhge994E0W-ZXyguoWIQG0y_tnbNeFXpnKmucP9JH7HRZDU178MlboF4WUU-fMSytaoL3SCt4K09xZKrF31wrsn9IdNpUBrUd3FxzE5sf42dtc_AWXZEIw9RFBdIYG4Ix1fu25YudD9JMAqq2gilzGK1pcTn25-1AhFK5_kRT6M2hOI ; media=all */
    @media all {
        .visually-hidden {
            position: absolute !important;
            overflow: hidden;
            clip: rect(1px, 1px, 1px, 1px);
            width: 1px;
            height: 1px;
            word-wrap: normal;
        }
    }
    /*! CSS Used from: https://www.nihr.ac.uk/sites/corporate/files/css/css_gF4tzZFfR7qj7K4X1nKH7cniebsVRVwRviKvGa9IJBM.css?delta=1&language=en&theme=nihr&include=eJxtj1uOwyAMRTdEYEnIhBtCax7CRm1336btaDTK_Nyrc2x_mKrm0NTRp-3WRjEBqhge994E0W-ZXyguoWIQG0y_tnbNeFXpnKmucP9JH7HRZDU178MlboF4WUU-fMSytaoL3SCt4K09xZKrF31wrsn9IdNpUBrUd3FxzE5sf42dtc_AWXZEIw9RFBdIYG4Ix1fu25YudD9JMAqq2gilzGK1pcTn25-1AhFK5_kRT6M2hOI ; media=all */
    @media all {
        .bg-primary *:not(li.active) > a:not(a.btn):not(.link-footer):not(.link__card) {
            color: #fff;
            text-decoration: none;
        }

        .bg-primary a:not(a.btn):not(.link-footer):not(.link__card):hover {
            color: #fff;
            text-decoration-color: #fff;
        }

        *,
        *::before,
        *::after {
            box-sizing: border-box;
        }

        ul {
            padding-left: 2rem;
        }

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

            ul ul {
                margin-bottom: 0;
            }

        a {
            color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
            text-decoration: underline;
        }

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

        img {
            vertical-align: middle;
        }

        [role="button"] {
            cursor: pointer;
        }

        .container {
            --bs-gutter-x: 1.5rem;
            --bs-gutter-y: 0;
            width: 100%;
            padding-right: calc(var(--bs-gutter-x) * 0.5);
            padding-left: calc(var(--bs-gutter-x) * 0.5);
            margin-right: auto;
            margin-left: auto;
        }

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

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

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

        @media (min-width: 1200px) {
            .container {
                max-width: 1140px;
            }
        }

        @media (min-width: 1400px) {
            .container {
                max-width: 1320px;
            }
        }

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

            .row > * {
                flex-shrink: 0;
                width: 100%;
                max-width: 100%;
                padding-right: calc(var(--bs-gutter-x) * 0.5);
                padding-left: calc(var(--bs-gutter-x) * 0.5);
                margin-top: var(--bs-gutter-y);
            }

        .row-cols-1 > * {
            flex: 0 0 auto;
            width: 100%;
        }

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

        .gx-5 {
            --bs-gutter-x: 3rem;
        }

        @media (min-width: 992px) {
            .row-cols-lg-4 > * {
                flex: 0 0 auto;
                width: 25%;
            }

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

            .col-lg-6 {
                flex: 0 0 auto;
                width: 50%;
            }

            .gx-lg-5 {
                --bs-gutter-x: 3rem;
            }
        }

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

            .visually-hidden:not(caption) {
                position: absolute !important;
            }

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

        .nav {
            --bs-nav-link-padding-x: 1.25rem;
            --bs-nav-link-padding-y: 0.625rem;
            --bs-nav-link-font-size: 1rem;
            --bs-nav-link-font-weight: 900;
            --bs-nav-link-color: #1c285e;
            --bs-nav-link-hover-color: #3c3c3c;
            --bs-nav-link-disabled-color: var(--bs-secondary-color);
            display: flex;
            flex-wrap: wrap;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
        }

        .mw-100 {
            max-width: 100% !important;
        }

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

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

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

        @media (min-width: 992px) {
            .flex-lg-row {
                flex-direction: row !important;
            }

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

            .me-lg-auto {
                margin-right: auto !important;
            }

            .ms-lg-auto {
                margin-left: auto !important;
            }
        }

        a {
            color: #1d70b8;
            text-decoration: underline;
            text-decoration-thickness: 0.125rem;
            text-underline-offset: 0.28125rem;
        }

            a:hover {
                outline: 0;
                text-decoration: #003078 underline 0.1875rem;
            }

            a:hover {
                color: #003078;
            }

            a.white,
            a.white:hover {
                color: #fff;
            }

            a.fa-link {
                position: relative;
            }

                a.fa-link:focus {
                    background-color: #ffe626;
                    box-shadow: 0 0 0 0.1875rem #ffe626;
                    position: relative;
                }

                    a.fa-link:focus:after {
                        background-color: #ffe626;
                        border-radius: 100%;
                        content: "";
                        display: block;
                        height: calc(100% + 0.125rem);
                        left: -0.0625rem;
                        position: absolute;
                        top: -0.0625rem;
                        width: calc(100% + 0.125rem);
                        z-index: 0;
                    }

                    a.fa-link:focus:before {
                        position: relative;
                        z-index: 1;
                    }

            a.link-image {
                background-color: rgba(0, 0, 0, 0);
                display: inline-block;
                padding-bottom: 0.1875rem;
                text-decoration: none;
                border: 6px solid rgba(0, 0, 0, 0);
                margin: -6px;
            }

                a.link-image:hover {
                    box-shadow: 0 0 0 0.125rem #1c285e;
                }

                a.link-image:focus {
                    box-shadow: 0 0 0 0.125rem #1c285e, 0 0 0 0.375rem #ffe626;
                }

            a.link-footer:hover {
                text-decoration-color: #fff;
            }

        .bg-primary a.link-image:hover {
            box-shadow: 0 0 0 0.125rem #fff;
        }

        ul {
            margin: 0 0 1.9375rem;
            padding: 0 0 0 1.9375rem;
        }

            ul li {
                line-height: 1.875rem;
            }

                ul li > ul {
                    margin-bottom: 1.875rem;
                }

        .page-footer {
            padding: 0 0.25rem;
        }

        @media (min-width: 992px) {
            .page-footer {
                margin-top: 5rem;
                padding: 0;
            }
        }

        .page-footer .social-links {
            width: 100%;
        }

        .page-footer .social-links {
            margin-bottom: 1.9375rem;
        }

        @media (min-width: 992px) {
            .page-footer .social-links {
                margin-bottom: 2rem;
            }
        }

        .page-footer .copyright {
            font-size: 16px;
        }

        @media (max-width: 991.98px) {
            .page-footer .menu--footer-second {
                margin-bottom: 0.375rem;
                width: 100%;
            }
        }

        .page-footer .copyright {
            font-weight: 700;
        }

        @media (max-width: 991.98px) {
            .page-footer .copyright {
                margin-bottom: 0.375rem;
            }
        }

        @media (min-width: 992px) {
            .page-footer .copyright span {
                margin-left: 1rem;
                padding-left: 1rem;
                position: relative;
            }

                .page-footer .copyright span:before {
                    background-color: #fff;
                    content: "";
                    height: 1.1875rem;
                    left: -0.0625rem;
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 0.0625rem;
                }
        }

        @media (max-width: 991.98px) {
            .page-footer .funded-by {
                margin-top: 1.25rem;
            }
        }

        @media (min-width: 992px) {
            .page-footer .funded-by img {
                max-width: 12rem;
            }
        }

        @media (min-width: 992px) {
            .page-footer__border-bottom {
                border-bottom: 0.0625rem solid #fff;
            }
        }

        .page-footer__top {
            margin-bottom: 2rem;
            margin-top: 1.5rem;
            padding-top: 3em;
        }

        @media (min-width: 992px) {
            .page-footer__top {
                margin-bottom: 0;
                margin-top: 3.5rem;
                padding-bottom: 3.4375rem;
            }
        }

        .page-footer__bottom {
            margin-top: 2rem;
            padding-bottom: 3em;
        }

        @media (min-width: 992px) {
            .page-footer__bottom {
                padding-top: 2rem;
            }
        }

        .page-footer__bottom__left {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
        }

        .page-footer__bottom__right {
            display: flex;
            flex-direction: column;
            gap: 1.1875rem;
            justify-content: end;
        }

        @media (min-width: 992px) {
            .page-footer__bottom__right {
                align-items: flex-end;
                gap: 2.8125rem;
                justify-content: flex-start;
            }
        }

        @media (min-width: 992px) {
            .page-footer__bottom__right .funded-by {
                margin-top: 1.25rem;
                width: 100%;
            }
        }

        .content-feedback-container + .page-footer {
            margin-top: 0;
        }

        @media (max-width: 991.98px) {
            .menu--footer .nav-level-0 {
                margin-left: 0;
                margin-right: 0;
            }
        }

        @media (max-width: 991.98px) {
            .menu--footer .nav-level-0 > .nav-item {
                border-bottom: 0.0625rem solid #fff;
                padding: 0.9375rem 0;
            }
        }

        .menu--footer a.link-level-0 {
            display: flex;
            font-weight: 700;
            justify-content: space-between;
            text-decoration: none;
        }

        @media (min-width: 992px) {
            .menu--footer a.link-level-0 {
                display: inline;
                pointer-events: none;
            }
        }

        .menu--footer a.link-level-0:after {
            background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke="%23ffffff%0A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') left center no-repeat;
            border: 0;
            content: "";
            display: inline-block;
            height: 1.5rem;
            margin-left: 0.125rem;
            position: relative;
            top: 0.1875rem;
            transition: transform 0.2s ease;
            vertical-align: unset;
            width: 1.5rem;
        }

        @media (min-width: 992px) {
            .menu--footer a.link-level-0:after {
                display: none;
            }
        }

        .menu--footer a.link-level-0:focus:after {
            background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke="%230b0c0c" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') left center no-repeat;
        }

        .menu--footer .nav-nested {
            font-size: 16px;
            list-style: none;
            margin-bottom: 0;
            padding: 0;
        }

        @media (min-width: 992px) {
            .menu--footer .nav-nested {
                height: auto !important;
            }
        }

        @media (min-width: 992px) {
            .menu--footer .nav-nested.collapse:not(.show) {
                display: block;
            }
        }

        .menu--footer .nav-nested .nav-item:first-child {
            margin-top: 0.875rem;
        }

        @media (max-width: 991.98px) {
            .menu--footer .nav-nested .nav-item:last-child {
                margin-bottom: 0.5rem;
            }
        }

        .menu--footer .nav-nested .nav-item:not(:last-child) {
            margin-bottom: 0.8125rem;
        }

        @media (min-width: 992px) {
            .menu--footer .nav-nested .nav-item:not(:last-child) {
                margin-bottom: 0.3125rem;
            }
        }

        .menu--footer-second {
            font-size: 16px;
        }

        @media (max-width: 991.98px) {
            .menu--footer-second .nav {
                flex-direction: column;
            }
        }

        @media (max-width: 991.98px) {
            .menu--footer-second .nav-item {
                margin-bottom: 0.25rem;
            }
        }

        @media (min-width: 992px) {
            .menu--footer-second .nav-item:not(:last-child) a {
                margin-right: 2rem;
                position: relative;
            }

                .menu--footer-second .nav-item:not(:last-child) a:after {
                    background-color: #fff;
                    content: "";
                    height: 1.1875rem;
                    position: absolute;
                    right: -1.0625rem;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 0.0625rem;
                }
        }

        .social-links a {
            align-items: center;
            aspect-ratio: 1;
            background-color: #fff;
            border-radius: 100%;
            color: #1c285e !important;
            display: inline-flex;
            font-size: 1.5rem;
            justify-content: center;
            text-decoration: none;
            width: 3rem;
        }

            .social-links a:hover {
                background-color: #ffe626;
            }

            .social-links a:not(:last-child) {
                margin-right: 1.75rem;
            }

        @media print {
            footer,
            .page-footer {
                display: none !important;
            }

            .nav {
                display: none !important;
            }

            .bg-primary {
                background: none !important;
            }

            .container,
            .row {
                max-width: 100% !important;
                padding: 0 !important;
                width: 100% !important;
            }

            .row {
                display: block !important;
            }

            .col-12 {
                width: 100% !important;
            }

            a[href]:after {
                color: #555;
                content: " (" attr(href) ")";
                font-size: 90%;
            }
        }

        .fa-brands {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: var(--fa-display, inline-block);
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            text-rendering: auto;
        }

        .fa-brands {
            font-family: "Font Awesome 6 Brands";
        }
    }
}
