:root, [data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #2183d0;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 33, 131, 208;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #0d3453;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #d3e6f6;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #a6cdec;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
    --bs-body-font-family: "Open Sans", Arial, system-ui, sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: #212529bf;
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: #21252980;
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #2183d0;
    --bs-link-color-rgb: 33, 131, 208;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #1a69a6;
    --bs-link-hover-color-rgb: 26, 105, 166;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: #0000002d;
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .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 .5rem 1rem #00000026;
    --bs-box-shadow-sm: 0 .125rem .25rem #00000013;
    --bs-box-shadow-lg: 0 1rem 3rem #0000002d;
    --bs-box-shadow-inset: inset 0 1px 2px #00000013;
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: #2183d040;
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

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

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #0000;
    margin: 0
}

hr {
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
    margin: 1rem 0
}

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

h1, .h1 {
    font-size: 1.5rem;
}

@media (width >= 1200px) {
    h1, .h1 {
        font-size: 2rem
    }
}

h2, .h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (width >= 1200px) {
    h2, .h2 {
        font-size: 1.75rem
    }
}

h3, .h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (width >= 1200px) {
    h3, .h3 {
        font-size: 1.5rem
    }
}

h4, .h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (width >= 1200px) {
    h4, .h4 {
        font-size: 1.5rem
    }
}

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

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

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

abbr[title] {
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

ol, ul {
    padding-left: 2rem
}

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

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

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

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

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

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

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

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

a > code {
    color: inherit
}

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

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

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    color: var(--bs-secondary-color);
    text-align: left;
    padding-top: .5rem;
    padding-bottom: .5rem
}

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

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input, button, select, optgroup, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

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

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    min-width: 0;
    margin: 0;
    padding: 0
}

legend {
    float: left;
    width: 100%;
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    font-size: calc(1.275rem + .3vw)
}

@media (width >= 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0
}

::-webkit-datetime-edit-text {
    padding: 0
}

::-webkit-datetime-edit-minute {
    padding: 0
}

::-webkit-datetime-edit-hour-field {
    padding: 0
}

::-webkit-datetime-edit-day-field {
    padding: 0
}

::-webkit-datetime-edit-month-field {
    padding: 0
}

::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button {
    cursor: pointer;
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    cursor: pointer;
    display: list-item
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}


.list-unstyled {
    padding-left: 0;
    list-style: none
}

.img-fluid {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

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

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

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

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

.col {
    flex: 1 0 0
}

.row-cols-auto > * {
    flex: none;
    width: auto
}

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

.row-cols-2 > * {
    flex: none;
    width: 50%
}

.row-cols-3 > * {
    flex: none;
    width: 33.3333%
}

.row-cols-4 > * {
    flex: none;
    width: 25%
}

.row-cols-5 > * {
    flex: none;
    width: 20%
}

.row-cols-6 > * {
    flex: none;
    width: 16.6667%
}

.col-4 {
    flex: none;
    width: 33.3333%
}

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

.g-3, .gx-3 {
    --bs-gutter-x: 1rem
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem
}

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

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem
}

@media (width >= 576px) {
    .col-sm-6 {
        flex: none;
        width: 50%
    }
}

@media (width >= 768px) {

    .row-cols-md-2 > * {
        flex: none;
        width: 50%
    }

    .col-md-4 {
        flex: none;
        width: 33.3333%
    }

    .col-md-6 {
        flex: none;
        width: 50%
    }
}

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

    .col-lg-2 {
        flex: none;
        width: 16.6667%
    }

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

    .col-lg-4 {
        flex: none;
        width: 33.3333%
    }

    .col-lg-5 {
        flex: none;
        width: 41.6667%
    }

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

    .col-lg-7 {
        flex: none;
        width: 58.3333%
    }

    .col-lg-8 {
        flex: none;
        width: 66.6667%
    }

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

@media (width >= 1200px) {
    .col-xl-4 {
        flex: none;
        width: 33.3333%
    }

    .g-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5 {
        --bs-gutter-y: 3rem
    }
}

.form-control {
    width: 100%;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    background-clip: padding-box;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block
}

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

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

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

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #90c1e8;
    outline: 0;
    box-shadow: 0 0 0 .25rem #2183d040
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

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

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

.form-control::file-selector-button {
    margin: -.375rem -.75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    margin-inline-end: .75rem;
    padding: .375rem .75rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.input-group {
    flex-wrap: wrap;
    align-items: stretch;
    width: 250px;
    height: 38px;
    display: flex;
    position: relative
}

.input-group > .form-control {
    flex: auto;
    width: 1%;
    min-width: 0;
    position: relative
}

.input-group > .form-control:focus {
    z-index: 5
}

.input-group .btn {
    z-index: 2;
    position: relative
}

.input-group .btn:focus {
    z-index: 5
}

.btn {
    --bs-btn-padding-x: .75rem;
    --bs-btn-padding-y: .375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 #ffffff26, 0 1px 1px #00000013;
    --bs-btn-disabled-opacity: .65;
    --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    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;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    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);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: inline-block
}

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

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

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

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

.fade {
    transition: opacity .15s linear
}

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

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

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: .5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: .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: .5rem;
    --bs-navbar-toggler-padding-y: .25rem;
    --bs-navbar-toggler-padding-x: .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%2833, 37, 41, 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), .15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: .25rem;
    --bs-navbar-toggler-transition: box-shadow .15s ease-in-out;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative
}

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

.mobile-navbar, .mobile-navbar-xxl, .mobile-navbar-xl, .mobile-navbar-lg, .mobile-navbar-md, .mobile-navbar-sm {
    --bs-mobile-navbar-zindex: 1045;
    --bs-mobile-navbar-width: 400px;
    --bs-mobile-navbar-height: 30vh;
    --bs-mobile-navbar-padding-x: 1rem;
    --bs-mobile-navbar-padding-y: 1rem;
    --bs-mobile-navbar-color: var(--bs-body-color);
    --bs-mobile-navbar-bg: var(--bs-body-bg);
    --bs-mobile-navbar-border-width: var(--bs-border-width);
    --bs-mobile-navbar-border-color: var(--bs-border-color-translucent);
    --bs-mobile-navbar-box-shadow: var(--bs-box-shadow-sm);
    --bs-mobile-navbar-transition: transform .3s ease-in-out;
    --bs-mobile-navbar-title-line-height: 1.5;
}

.mobile-navbar {
    z-index: var(--bs-mobile-navbar-zindex);
    max-width: 100%;
    color: var(--bs-mobile-navbar-color);
    visibility: hidden;
    background-color: var(--bs-mobile-navbar-bg);
    transition: var(--bs-mobile-navbar-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0
}

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

.mobile-navbar.mobile-navbar-start {
    width: var(--bs-mobile-navbar-width);
    border-right: var(--bs-mobile-navbar-border-width) solid var(--bs-mobile-navbar-border-color);
    top: 0;
    left: 0;
    transform: translate(-100%)
}

.mobile-navbar.showing, .mobile-navbar.show:not(.hiding) {
    transform: none;
}

.mobile-navbar.showing, .mobile-navbar.hiding, .mobile-navbar.show {
    visibility: visible
}

.mobile-navbar-backdrop {
    z-index: 1040;
    background-color: #000;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0
}

.mobile-navbar-backdrop.fade {
    opacity: 0;
    visibility: hidden;
}

.mobile-navbar-backdrop.show {
    opacity: .5;
    visibility: visible;
}

.mobile-navbar-body {
    padding: var(--bs-mobile-navbar-padding-y) var(--bs-mobile-navbar-padding-x);
    flex-grow: 1;
    overflow-y: auto
}

.text-truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-relative {
    position: relative !important
}

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

.border-0 {
    border: 0 !important
}

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

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

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

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

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

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

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

.flex-shrink-0 {
    flex-shrink: 0 !important
}

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

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

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

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

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

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

.m-0 {
    margin: 0 !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

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

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

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

.me-3 {
    margin-right: 1rem !important
}

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

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

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

.p-0 {
    padding: 0 !important
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

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

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

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

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

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

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

.lh-base {
    line-height: 1.4 !important
}

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

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

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

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

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

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

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: #0000 !important
}

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

.rounded-0 {
    border-radius: 0 !important
}

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


@media (width >= 768px) {
    .d-md-block {
        display: block !important
    }

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

@media (width >= 992px) {

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

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

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

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

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

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

:root {
    --gpm-dark: #2c3e50;
    --gpm-dark-rgb: 44, 62, 80;
    --gpm-card-ratio: 970 / 466
}

button {
    cursor: pointer;
    background-color: #0000;
    border: none;
    border-radius: 0;
    padding: 0;
    font-family: inherit
}

.button, .btn {
    color: #fff;
    text-transform: uppercase;
    background-color: #2183d0;
    justify-content: center;
    align-items: center;
    padding: .75em 1.25em;
    line-height: 1;
    display: inline-flex
}

.button:hover, .btn:hover {
    color: #fff;
    background-color: #2b517b
}

.article-list article:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]), select, textarea {
    color: #231f20;
    appearance: none;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 585px;
    height: 2.6em;
    padding: 0 .8em;
    font-family: inherit;
    font-size: .875rem;
    font-weight: 600
}

input:focus, select:focus {
    outline: none
}

textarea {
    height: auto;
    padding: .8em
}

::placeholder {
    color: #231f2080
}

.search select {
    border-radius: 0
}

* {
    box-sizing: border-box
}

html {
    font-size: inherit
}

body {
    color: #231f20;
    margin: 0;
    padding: 0;
    font-family: Open Sans, Arial, system-ui, sans-serif;
    font-size: 1rem !important;
    line-height: 1.4 !important
}

.site-container {
    flex-direction: column;
    min-height: 100vh;
    display: flex
}

.site-container > main {
    width: 100%;
    margin-top: .8125rem
}

@media (width >= 1170px) {
    .site-container > main {
        margin: 2rem auto
    }
}

.content {
    max-width: 1170px;
    margin: auto;
    padding-left: .75rem;
    padding-right: .75rem;
    position: relative
}

a {
    color: inherit;
    text-decoration: none
}

.site-container > main {
    flex-grow: 1
}

.site-container > footer {
    content-visibility: auto;
    contain-intrinsic-size: 0 400px;
    background-color: #f4f9fd;
    border-top: 1px solid #8fc3ea;
    padding: 1em 0;
}

@media (width >= 1170px) {
    .site-container > footer {
        padding: 1rem;
    }
}

.site-container > footer nav.reports .btn {
    width: 100%
}

.site-container > footer nav.social a {
    font-size: 2.08625rem
}

@media print {
    * {
        overflow: auto !important
    }

    main > .content {
        margin: 0;
        padding: 0;
        left: 0;
        width: 100% !important
    }

    .container, .site-container {
        width: 100%
    }

    a[href]:after {
        content: none !important
    }
}

.footer-col-heading {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2c3e50;
    margin-bottom: .6rem;
    font-size: .7rem;
    font-weight: 700
}

footer .list-unstyled {
    line-height: 1.3
}

#search .form-control::placeholder {
    color: #999
}

#search .form-control:focus {
    box-shadow: none;
    border-color: #fff;
    outline: none
}

.page-header {
    border-bottom: 3px solid #2183d0;
    margin-bottom: 1.5rem;
    padding: 1.25rem 0 1rem
}

.page-title {
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #2c3e50;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 800
}

@media (width <= 768px) {
    .page-title {
        font-size: 1.15rem
    }
}

.page-updated {
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #6c757d;
    margin: .4rem 0 0;
    font-size: .8125rem;
    font-weight: 700
}

.page-updated time {
    white-space: nowrap
}

.sidebar-widget-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2c3e50;
    margin: 0 0 .5rem;
    font-size: 1.25rem;
    font-weight: 800;
}

header nav.social a {
    margin: 0 .5rem
}

header nav.social a:first-child {
    margin-left: 0
}

header nav.social a:last-child {
    margin-right: 0
}

.mobile-drawer-close {
    z-index: 10;
    color: #2c3e50;
    cursor: pointer;
    background: #0000000f;
    border: none;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    transition: background .15s;
    display: flex;
    position: absolute;
    top: .6rem;
    right: .6rem
}

.mobile-drawer-close:hover {
    background: #0000001f
}

.mobile-drawer-close:focus-visible {
    outline-offset: 2px;
    outline: 2px solid #2183d0
}

.mobile-drawer-search {
    padding: 2.75rem .75rem .75rem
}

a:focus-visible, button:focus-visible {
    outline-offset: 2px;
    border-radius: 2px;
    outline: 2px solid #2183d0
}

.mobile-header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    height: 60px;
    position: relative
}

.mobile-menu-toggle {
    color: #2c3e50;
    cursor: pointer;
    z-index: 1;
    background: 0 0;
    border: none;
    align-items: center;
    padding: .25rem;
    display: flex
}

.mobile-menu-toggle:hover {
    color: #2183d0
}

.mobile-header-logo {
    align-items: center;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

.mobile-nav-group {
    border-bottom: 1px solid #c5ddef;
    padding-bottom: .25rem
}

.mobile-nav-heading {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #2c3e50;
    padding: .6rem 1.25rem;
    font-size: .7rem;
    font-weight: 800
}

.mobile-nav-heading--trending {
    color: #e05555
}

.mobile-nav-link {
    border-bottom: 1px solid #c5ddef;
    padding: .5rem 1.25rem;
    font-size: .95rem;
    font-weight: 700;
    text-decoration: none;
    transition: background .1s, color .1s;
    display: block
}

.mobile-nav-link:last-child {
    border-bottom: none
}

.mobile-nav-link:hover {
    color: #2183d0;
    background: #cce5f5
}

.mobile-nav-footer {
    background: #ddeef9
}

.mobile-nav-cta {
    color: #db4b4b;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none
}

.mobile-nav-cta:hover {
    color: #b83b3b
}

.mobile-nav-cta-sep {
    color: #aaa;
    font-size: 1rem
}

.sidebar-key-posts {
    padding-top: .25rem
}

.sidebar-key-post {
    color: inherit;
    border-bottom: 1px solid #e2e8f0;
    align-items: flex-start;
    gap: .75rem;
    padding: .75rem 0;
    text-decoration: none;
    transition: opacity .15s;
    display: flex
}

.sidebar-key-post:last-child {
    border-bottom: none
}

.sidebar-key-post:hover {
    opacity: .8
}

.sidebar-key-post:hover .sidebar-key-post-title {
    color: #2183d0
}

.sidebar-key-post-img {
    border-radius: 3px;
    flex: 0 0 100px;
    width: 100px;
    overflow: hidden;
}

.sidebar-key-post-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .3s;
    display: block
}

.sidebar-key-post-body {
    flex-direction: column;
    flex: 1;
    gap: .25rem;
    min-width: 0;
    display: flex
}

.sidebar-key-post-title {
    color: #2c3e50;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.35;
    transition: color .15s;
    display: -webkit-box;
    overflow: hidden
}

.post-meta {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: .85rem;
    font-weight: 700
}

.section-badge {
    text-transform: uppercase;
    letter-spacing: .5px;
    background-color: #2183d0;
    margin: 0;
    padding: .25rem 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    display: inline-block;
    color: #fff !important
}

.latest-articles-head {
    flex-wrap: wrap;
    gap: .5rem 1rem
}

.latest-more-link {
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #2183d0;
    flex-shrink: 0;
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
    transition: color .15s
}

.latest-more-link:hover {
    color: #165b92;
    text-decoration: underline
}

.home-row {
    margin-bottom: 2.5rem
}

.gm-fill-list {
    flex-direction: column;
    flex-grow: 1;
    gap: 1.5rem;
    display: flex
}

@media (width >= 992px) {
    .gm-fill-list {
        gap: 0
    }

    .gm-fill-list > li {
        flex-direction: column;
        flex: 1 1 0;
        justify-content: center;
        padding-block: 1rem;
        display: flex
    }

    .gm-fill-list > li:first-child {
        padding-top: 0
    }

    .gm-fill-list > li:last-child {
        padding-bottom: 0
    }

    .gm-fill-list > li:not(:last-child) {
        border-bottom: 1px solid #2c3e501a
    }
}

.mosaic-list {
    flex-direction: column;
    display: flex
}

.mosaic-list > li {
    padding-block: .7rem
}

.mosaic-list > li:first-child {
    padding-top: 0
}

.mosaic-list > li:last-child {
    padding-bottom: 0
}

.mosaic-list > li:not(:last-child) {
    border-bottom: 1px solid #2c3e501a
}

@media (width >= 992px) {
    .mosaic-list {
        flex-grow: 1
    }

    .mosaic-list > li {
        flex-direction: column;
        flex: 1 1 0;
        justify-content: center;
        padding-block: .75rem;
        display: flex
    }

    .centerpiece-mosaic .row > .col-lg-6 {
        flex: none;
        width: 44%
    }

    .centerpiece-mosaic .row > .col-lg-3 {
        flex: none;
        width: 28%
    }
}

.centerpiece-mosaic .featured-tease p {
    -webkit-line-clamp: 2 !important
}

@media (width >= 992px) {
    .tinted-fill-list {
        flex-direction: column;
        display: flex
    }

    .tinted-fill-list > li {
        flex-direction: column;
        flex: 1 1 0;
        justify-content: center;
        display: flex
    }
}

.featured-tag-block .entry-title {
    font-size: 1.15rem;
    font-weight: 700
}

.gw-block {
    --gw-paper: #edf3fa;
    --gw-raised: #fff;
    --gw-border: #d0dded;
    --gw-text: #15273b;
    --gw-text-muted: #4a5b6b;
    --gw-text-dim: #78899a;
    --gw-accent: #2183d0;
    --gw-accent-soft: #1a6cb0;
    --gw-nameplate-bg: var(--gpm-dark);
    --gw-nameplate-fg: #fff;
    --gw-cta-bg: var(--gpm-dark);
    --gw-cta-fg: #fff;
    --gw-cta-btn: #1b6cb0;
    --gw-cta-btn-hover: #15588f;
    background-color: var(--gw-paper);
    border: 1px solid var(--gw-border);
    color: var(--gw-text);
    padding: 0;
    overflow: hidden
}

.gw-masthead {
    background: var(--gw-nameplate-bg);
    color: var(--gw-nameplate-fg);
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    gap: .35rem 1rem;
    padding: .9rem 2.5rem;
    display: flex
}

.gw-masthead__name {
    text-transform: uppercase;
    letter-spacing: .09em;
    color: var(--gw-nameplate-fg);
    font-family: Roboto, Open Sans, sans-serif;
    font-size: clamp(1rem, 1.7vw, 1.3rem);
    font-weight: 900;
    line-height: 1;
    text-decoration: none
}

.gw-masthead__name:hover {
    color: #cfe4f6
}

.gw-body {
    padding: 2.5rem
}

.gw-rail__subhead, .gw-cover__kicker {
    color: var(--gw-accent-soft)
}

.gw-rail__subhead {
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: .85rem;
    font-size: .72rem;
    font-weight: 700
}

.gw-cover__article {
    margin-top: 0
}

.gw-cover__media {
    margin-bottom: 1.1rem;
    line-height: 0;
    display: block;
    overflow: hidden
}

.gw-cover__media img {
    width: 100%;
    height: auto;
    aspect-ratio: var(--gpm-card-ratio);
    object-fit: cover
}

.gw-cover__dateline {
    text-transform: uppercase;
    letter-spacing: .06em;
    align-items: center;
    gap: .5rem;
    margin-bottom: .6rem;
    font-size: .72rem;
    font-weight: 700;
    display: flex
}

.gw-cover__dateline .gw-cover__kicker {
    color: var(--gw-accent-soft)
}

.gw-cover__dateline time, .gw-cover__dateline .gw-dot {
    color: var(--gw-text-dim)
}

.gw-cover__title {
    margin-bottom: .85rem;
    font-size: clamp(1.25rem, 2.6vw, 1.75rem);
    font-weight: 700;
    line-height: 1.2
}

.gw-cover__title a {
    color: var(--gw-text);
    text-decoration: none
}

.gw-cover__title a:hover {
    color: var(--gw-accent-soft)
}

.gw-cover__dek {
    color: var(--gw-text-muted);
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden
}

.gw-cover__dek-link {
    color: inherit;
    text-decoration: none;
    display: block
}

.gw-cover__dek-link:hover .gw-cover__dek {
    color: var(--gw-text)
}

.gw-cover__dek-link .gw-cover__dek {
    margin-bottom: 0
}

.gw-rail {
    gap: 1rem
}

.gw-cta {
    background: var(--gw-cta-bg);
    border-radius: 5px;
    padding: 1.4rem 1.35rem 1.2rem;
    box-shadow: 0 6px 18px #0f3d632e
}

.gw-cta .gw-rail__subhead {
    color: #ffffffe0;
    letter-spacing: .045em;
    margin-bottom: .5rem;
    font-size: .95rem;
    line-height: 1.3
}

.gw-cta__pitch {
    color: #fffffff0;
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.55
}

.gw-refs__item {
    border-bottom: 1px solid var(--gw-border);
    padding: .8rem 0
}

.gw-refs__item:first-child {
    padding-top: 0
}

.gw-refs__item:last-child {
    border-bottom: 0
}

.gw-refs__link {
    align-items: center;
    gap: .85rem;
    text-decoration: none;
    display: flex
}

.gw-refs__link img {
    aspect-ratio: 16 / 9;
    max-width: 150px;
    width: 100%;
    height: auto;
}

.gw-refs__link:hover .gw-refs__title {
    color: var(--gw-accent-soft)
}

.gw-refs__title {
    color: var(--gw-text);
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.35;
    transition: color .15s
}

@media (width <= 991px) {
    .gw-masthead {
        padding: .8rem 1.5rem
    }

    .gw-body {
        padding: 2rem 1.5rem
    }
}

@media (width <= 575px) {
    .gw-masthead {
        padding: .75rem 1.25rem
    }

    .gw-body {
        padding: 1.75rem 1.25rem
    }
}

.hub-section-title {
    text-transform: uppercase;
    letter-spacing: .5px;
    border-bottom: 2px solid #2183d0;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    font-size: 1.25rem;
    font-weight: 800;
}

.hub-entry-card--media {
    overflow: hidden
}

.hub-entry-card--media .hub-entry-thumb {
    display: block
}

.hub-entry-card--media .hub-entry-thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: var(--gpm-card-ratio);
    object-fit: cover;
    display: block
}

.hub-entry-card--media .hub-entry-body {
    flex-direction: column;
    flex: 1;
    padding: 1rem;
    display: flex
}

.hub-entry-card {
    flex-direction: column;
    transition: border-color .15s;
    display: flex;
    border-color: #dee2e6 !important
}

.hub-entry-card:hover {
    border-color: #2183d0 !important
}

.hub-entry-card .hub-entry-name {
    color: var(--gpm-dark);
    margin-bottom: .4rem;
    font-size: .9rem;
    font-weight: 700
}

.hub-entry-card .hub-entry-overview {
    color: #6c757d;
    margin-bottom: .75rem;
    font-size: .82rem;
    line-height: 1.55
}

.hub-entry-card .hub-entry-link {
    color: #2183d0;
    border-top: 1px solid #eef1f3;
    margin-top: auto;
    padding-top: .6rem;
    font-size: .82rem;
    font-weight: 600;
    display: block
}

.hub-entry-card .hub-entry-link:hover {
    text-decoration: underline !important
}

.tease-h-thumb {
    width: 90px
}

@media (width >= 992px) {
    .tease-h-thumb {
        width: 150px
    }
}

@media (width >= 1200px) {
    .tease-h-thumb {
        width: 220px
    }
}

article.d-flex.flex-row > .flex-grow-1 {
    min-width: 0
}

.tease-dek-link {
    color: inherit;
    text-decoration: none;
    display: block
}

.max-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
}

.line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.max-line-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.max-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.page-size {
    display: flex;
    gap: .5rem;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
}

.page-size a {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    background: transparent;
    border: solid 1px #ececec;
    color: #111;
    /*min-width: 32px;*/
    height: 32px;
    line-height: 32px;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-decoration: auto;
    /*border-radius: 99px;*/
    padding: 0 15px;
}

.page-size a.is-current {
    background: #0c4b8a;
    border: solid 1px #0c4b8a;
    color: #fff;
}

.page-size span {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background: #0c4b8a;
    border: solid 1px #0c4b8a;
    color: #fff;
    /*border-radius: 99px;*/
}

.page-size a:hover, .page-size span:hover {
    background: #0c4b8a;
    border-color: #0c4b8a;
    color: #fff;
}

.page-size ul {
    display: flex;
    gap: .5rem;
    justify-content: start;
    align-items: center;
}

.page-size ul, .page-size li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.padding-0-10 {
    padding: 0 10px;
}

.article-info p, .article-info li {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.article-info ul, .article-info li {
    list-style: disc;
}

.article-info ul {
    padding-left: 2rem;
}

.article-info table {
    width: 100%;
    font-size: 10px;
}

.article-info h1, .article-info h2, .article-info h3, .article-info h4, .article-info h5, .article-info h6 {
    font-weight: 700;
    margin: 10px 0;
    color: #000;
    line-height: 1.3;
}

.article-info h1 {
    font-size: 30px;
}

.article-info h2 {
    font-size: 28px;
}

.article-info h3 {
    font-size: 25px;
}

.article-info h4 {
    font-size: 22px;
}

.article-info h5, .article-info h6 {
    font-size: 19px;
}

.article-info a {
    color: #00e5bd;
    text-decoration: underline;
}

.article-info img {
    max-width: 450px;
    width: 100%;
    margin: 10px 0;
}

.to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #0c4b8a;
    font-size: 2rem;
    color: #fff;
    z-index: 50;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    border: none;
}

.to-top img {
    font-size: 1rem;
    height: 1rem;
    width: 1rem;
}

.to-top.show {
    opacity: 1;
    visibility: visible
}

.to-top:hover {
    opacity: .9;
    background: #00879A;
}


.more-btn {
    background-color: #2183d0;
    padding: 12px 0;
    font-size: clamp(1.4rem, 2.4vw, 1.9rem);
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 2px;
}

.line-1 {
    border-color: #e2e8f0;
    opacity: 1;
}


.img-150 {
    aspect-ratio: 16 / 9;
    max-width: 150px;
    width: 100%;
    height: auto;
}

.w-110 {
    width: 110px;
}

.pt-20 {
    padding-top: 20px;
}

.logo-1 {
    height: 45px;
    width: auto;
    aspect-ratio: auto;
}

.logo-2 {
    max-height: 50px;
    aspect-ratio: auto;
    max-width: 200px;
}

.mb-search-input {
    height: 38px;
    background-color: #fff;
    border: 1px solid #fff;
    border-right: none;
    color: #231f20;
}

.search-form {
    display: flex;
    gap: 0;
}

.search-btn {
    padding: 0 1rem;
    background: #2183d0;
    border: none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    cursor: pointer;
    flex-shrink: 0;
}

.bg-1 {
    background: #ddeef9;
}

.navbar {
    background-color: var(--gpm-dark);
    border-bottom: 1px solid #3a4f63;
}

.menu-item {
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: bold;
}

.line-2 {
    color: rgba(255, 255, 255, 0.35);
    margin: 0 .5rem !important;
}

.pc-search-input {
    height: 38px;
    background-color: #fff;
    border: 1px solid #fff;
    border-right: none;
    color: #231f20;
}

/*.pc-search-btn {*/
/*    height: 38px;*/
/*    width: 45px;*/
/*    padding: 0;*/
/*    background-color: #fff;*/
/*    border: 1px solid #fff;*/
/*    border-left: none;*/
/*    color: #666;*/
/*}*/

.pc-search-btn {
    background-color: #2183d0;
    color: #ffffff;
    border: none;
    height: 38px;
    padding: 0 15px;
}

.footer {
    background-color: #f4f9fd;
    border-top: 1px solid #8fc3ea;
}

.color-1 {
    color: #2183d0;
}

.bg-2 {
    background-color: #f4f9fd;
}

.border-b-1 {
    border-bottom: 1px solid #cde1f0;
}

.border-t-1 {
    border-top: 1px solid #cde1f0;
}

.border-color-1 {
    border-color: #e2e8f0 !important;
}

.bg-img {
    cursor: pointer;
    background-size: cover;
    background-position: center;
}

.box-cate {
    color: #8fc3ea;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.box-title {
    font-size: 1.4rem;
}

.box-desc {
    font-size: 0.9rem;
    line-height: 1.45;
}

.box-svg {
    transform: translateY(-2px);
}

.desc-base {
    font-size: .95rem;
}

.copyright {
    font-size: 0.68rem;
    color: rgba(44, 62, 80, 0.45);
    line-height: 1.9;
}

.sticky {
    position: sticky;
    top: 1rem;
    max-height: 1000px;
}

@media screen and (max-width: 768px) {
    h5, .h5 {
        font-size: .85rem;
    }

    h2, .h2 {
        font-size: 1.25rem;
    }

    .max-line-3 {
        font-size: .9rem;
    }

    .section-badge {
        font-size: 1rem;
    }
}