html {
    width: 100%;
}

body {
    height: auto !important;
    margin: 0;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", sans-serif;
    font-style: normal;
}

.article-list {
    margin: 0.5rem 0;
}

.List_base__dqKsq.List_unordered__1cGZQ {
    list-style-type: disc;
}

.List_base__dqKsq {
    padding-inline-start: 1.5rem;
}

.List_base__dqKsq li {
    margin: 0.5rem 0;
}

.List_base__dqKsq li::marker {
    color: #00973a;
}

.breadcrumbs__list {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    color: #60636c;
}

.breadcrumb-item__link {
    text-decoration-line: underline;
    border-radius: 1px;
    outline: none;
    text-underline-offset: 4px;
}

.breadcrumb-item__separator {
    margin-left: 0.5rem;
}

.breadcrumb-item--current .breadcrumb-item__link {
    cursor: default;
    text-decoration: none;
}

.\[\&\>a\]\:cursor-default>a {
    cursor: default;
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.h-eds-48 {
    height: 3rem;
}

.h-eds-128 {
    height: 8rem;
}

.max-w-screen-md {
    max-width: 768px;
}

.max-w-\[var\(--eds-grid-max-width-mobile\)\] {
    max-width: 88.5rem;
}

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

.md:pt-eds-80 {
    padding-top: 5rem;
}

.md:px-eds-32 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.my-eds-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.eds-notification:not(.notification--page) {
    padding: 1rem 0.75rem 1rem 1rem;
    border-radius: 0.25rem;
    border: 0.125rem solid transparent;
}

.eds-notification--info {
    border-color: rgba(184, 212, 255, 1) !important;
    background-color: rgba(237, 244, 254, 1);
}

.eds-notification,
.eds-notification--page {
    min-width: fit-content;
    display: flex;
    gap: 0.5rem;
}

.eds-notification__description {
    margin-top: 0.5rem;
}

.eds-notification--page {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
}

.eds-notification__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.eds-notification--content-wrapper {
    display: flex;
    gap: 0.5rem;
    flex-grow: 1;
}

.eds-notification__content {
    display: flex;
    padding-top: 0.25rem;
    flex-direction: column;
    gap: 0.5rem;
}

.eds-notification__title {
    padding-top: 0.125rem;
    color: rgba(26, 28, 34, 1);
}

.eds-notification--info .eds-notification__icon {
    color: #1759bd;
}

.eds-notification__icon {
    padding-top: 0.25rem;
}

.eds-table-container {
    border-radius: 0.5rem;
    border: 0.125rem solid #dfe0e3;
    overflow-x: auto;
}

.eds-table {
    width: 100%;
    border-collapse: collapse;
}

.eds-table__cell[data-align=left] {
    text-align: left;
}

.eds-table__footer-cell,
.eds-table__header-cell {
    color: #1a1c22;
}

.eds-table__header-cell {
    border-bottom: 0.125rem solid #dfe0e3;
}

.eds-table__cell {
    background-color: #fff;
    padding: 1rem;
}

.eds-table__row:not(:last-child) .eds-table__cell {
    border-bottom: 0.063rem solid #edeef1;
}

.eds-table__data-cell {
    color: #41444c;
}

.eds-text-p-default-400 {
    color: #41444c;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5rem;
}

.eds-text-line-small-400 {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25rem;
}

.eds-text-line-default-400 {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25rem;
}

.eds-text-line-default-400-underline {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25rem;
    text-decoration: underline;
}

.eds-text-line-default-600 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25rem;
}

.desktop-topbar__base {
    height: 3rem;
    background: #008834;
}

.desktop-topbar__container {
    flex-grow: 1;
}

.container__base {
    max-width: 88.5rem;
    margin: 0 1rem;
    box-sizing: border-box;
}

.desktop-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.desktop-topbar__nav-small-items {
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    gap: .375rem;
}

.desktop-topbar__nav {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.desktop-topbar__nav-buttons {
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    gap: .5rem;
}

.desktop-topbar__action-button {
    height: 100% !important;
    padding: .125rem .75rem !important;
    border: none !important;
    border-radius: .25rem !important;
    color: #fff !important;
    fill: #fff !important;
    font-size: .875rem !important;
}

.button--secondary {
    color: #60636c;
    background-color: transparent;
    border-color: #7e818a;
}

.button {
    transition: all .1s cubic-bezier(.14, .25, .54, 1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: calc(.75rem - 2px) calc(1.25rem - 2px);
    gap: .25rem;
    border-radius: var(--eds-radius-full);
    border: 2px solid transparent;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    letter-spacing: 0;
}

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

.hyperlink {
    transition: all .1s cubic-bezier(.14, .25, .54, 1);
    display: inline-flex;
    align-items: center;
    color: #007e30;
    border-radius: .25rem;
    outline: none;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.desktop-topbar__action-button svg {
    flex-shrink: 0;
}

.button--has-icons .label {
    padding: .125rem .25rem;
}

.button .label {
    padding: .125rem 0;
}

.desktop-topbar__nav-small-items {
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    gap: .375rem;
}

.desktop-navbar__base {
    background-color: white;
    position: relative;
    padding: 1rem 0;
    gap: 1rem;
    box-shadow: 0 1px 8px 0 rgba(66, 66, 66, .12), 0 1px 3px 0 rgba(66, 66, 66, .12);
}

.desktop-navbar__container {
    flex-grow: 1;
}

.container__base {
    max-width: 88.5rem;
    margin: 0 1rem;
    box-sizing: border-box;
}

.desktop-navbar {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.desktop-navbar__logo-link {
    flex-shrink: 0;
    border-radius: .25rem;
    padding: calc(.5rem - 2px);
    margin-left: calc(0px - .5rem + 2px);
    transition: all .1s cubic-bezier(.14, .25, .54, 1);
}

.Logo_base__WZCt4.Logo_primary-darker__hEEvi,
.Logo_base__WZCt4.Logo_primary__2dq56 {
    color: #008834;
}

.desktop-navbar__logo {
    width: 7rem;
}

.desktop-navbar__nav {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.menu__base {
    border: none !important;
    background: none !important;
    outline-width: 2px !important;
    outline-offset: -2px !important;
    border-radius: .25rem !important;
    padding: .75rem .75rem !important;
    font-size: .875rem !important;
    text-align: center;
}

.menu__base>span {
    padding: 0 !important;
    transform: translateY(0) !important;
}

@media (min-width: 1180px) {
    .menu__base {
        font-size: 1rem !important;
    }
}

.page-title--image {
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

.page-title {
    padding: 3.5rem 0;
    position: relative;
}

.page-title .page-title__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1;
}

.page-title__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}




.page-title-header {
    max-width: 560px;
}

.page-title-header--image {
    color: #fff;
}

.page-title-header {
    font-weight: 300;
}

.\[text-wrap\:balance\] {
    text-wrap: balance;
}

.hyphens-auto {
    -webkit-hyphens: auto;
    hyphens: auto;
}




blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

.Stack_stack__Xq3zO {
    display: flex;
    flex-direction: column;
    align-items: normal;
    gap: 1rem;
}

.text-brand-secondary-900 {
    color: rgb(26 28 34);
}

.text-static-text-on-accent-body,
.text-static-text-on-accent-headline,
.text-static-text-on-accent-supportive {
    color: #fff;
}

.text-brand-primary-600 {
    color: rgb(0 126 48);
}

.text-brand-secondary-650 {
    color: rgb(65 68 76);
}

.text-global-bw-white {
    color: rgb(255 255 255);
}

.text-nowrap {
    text-wrap: nowrap;
}

.text-balance {
    text-wrap: balance;
}

.text-center {
    text-align: center;
}

.text-basic-supportive {
    color: #60636c;
}

.text-basic-accent {
    color: #007e30;
}

.mb-6 {
    margin-bottom: 24px;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gap-6 {
    gap: 24px;
}

.gap-12 {
    gap: 48px;
}

.grid {
    display: grid;
}

.mb-9 {
    margin-bottom: 36px;
}

.flex-col {
    flex-direction: column;
}

.flex {
    display: flex;
}

.pb-4 {
    padding-bottom: 16px;
}

.border-b-brand-primary-600 {
    border-bottom-color: rgb(0 126 48) !important;
}

.border-b-1 {
    border: 1px solid transparent;
}

.box-border {
    box-sizing: border-box;
}

.gap-2 {
    gap: 8px;
}

.flex-grow,
.grow {
    flex-grow: 1;
}

.pt-4 {
    padding-top: 16px;
}

.mt-0 {
    margin-top: 0 !important;
}

.eds-text-p-small-400 {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5rem;
}

.image-section--alternative {
    background: #f6f7fa !important;
}

.image-section {
    padding: 2.5rem 0;
}

.image-section__content-column {
    padding-left: 0;
    padding-right: 0;
}

.image-section__two-column-section .image-section__content-column {
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem 0;
}

.image-section__two-column-section .image-section__content-column,
.image-section__two-column-section .image-section__image-column {
    width: 100%;
    display: flex;
}

.image-section__two-column-section .image-section__image-column {
    align-items: center;
}

.w-full {
    width: 100%;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
}

.img-article {
    max-width: 100%;
    height: auto;
    aspect-ratio: 1.6;
}

.image-section__two-column-section--row-reverse {
    flex-direction: row-reverse;
}

.banner.banner--accent {
    background-color: #007e30;
}

.banner {
    padding: 2.5rem 0;
}

.banner__inner.banner--column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner__inner.banner--column .banner__content {
    padding: 2.5rem;
}

.banner.banner--accent .banner__title,
.banner.banner--inverted .banner__title {
    color: #fff
}

.banner__inner.banner--column .banner__description,
.banner__inner.banner--column .banner__title {
    text-align: center;
}

.quick-link {
    transition: all .1s cubic-bezier(.14, .25, .54, 1);
    min-height: 160px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    border-radius: .5rem;
    box-shadow: 0 1px 3px 0 rgba(66, 66, 66, .12), 0 1px 8px 0 rgba(66, 66, 66, .12);
    outline: none;
    background: #fff;
}

.quick-link__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1a1c22;
    gap: 1.5rem;
}

.quick-link__icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 62.438rem;
    background: #008834;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-link__description {
    max-width: 360px;
    color: #60636c;
}

.bg-brand-primary-550 {
    background-color: rgb(0 136 52);
}

.bg-brand-secondary-50 {
    background-color: rgb(246 247 250);
}

.bg-static-bg-basic-main {
    background-color: #fff;
}

.\!bg-static-bg-basic-alternative {
    background-color: #f6f7fa !important;
}

.header {
    position: sticky;
    top: 0;
    z-index: 2000;
}

.header.hidden {
    opacity: 0;
    pointer-events: none;
}

.header-topbar-link__base--selected {
    pointer-events: none;
}

.header-topbar-link__base--selected,
.header-topbar-link__base:active {
    background: #006527 !important;
}

.header-topbar-link__base {
    display: inline-flex;
    padding: .25rem .5rem;
    border-radius: .25rem;
    background: transparent;
    color: #fff;
}

.eds-text-line-small-600 {
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25rem;
}

.eds-heading-h1 {
    color: #1a1c22;
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: -.09rem;
    line-height: 3.5rem;
}

.eds-heading-leadtext {
    color: #1a1c22;
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: -.013rem;
    line-height: 1.75rem;
}

.gap-4 {
    gap: 16px;
}

.pr-4 {
    padding-right: 16px;
}

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

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

.py-eds-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.font-semibold {
    font-weight: 600;
}

.gap-y-2 {
    row-gap: 8px;
}

.gap-x-4 {
    -moz-column-gap: 16px;
    column-gap: 16px;
}

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

.ease-linear {
    transition-timing-function: linear;
}

.duration-100 {
    transition-duration: .1s;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.rounded-1 {
    border-radius: 1px;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.underline-offset-4 {
    text-underline-offset: 4px;
}

.shadow {
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 1px 3px 0px rgba(66, 66, 66, .12), 0px 1px 8px 0px rgba(66, 66, 66, .12);
}

.rounded-8 {
    border-radius: 8px;
}

.overflow-hidden {
    overflow: hidden;
}

.h-full {
    height: 100%;
}

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

.pt-2 {
    padding-top: 8px;
}

.p-6 {
    padding: 24px;
}

.gap-3 {
    gap: 12px;
}

.pb-6 {
    padding-bottom: 24px;
}

.px-6 {
    padding-left: 24px;
    padding-right: 24px;
}

.px-\[var\(--eds-grid-margin-mobile\)\] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.underline {
    text-decoration-line: underline;
}

.gap-1 {
    gap: 4px;
}

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

.richtext-note {
    color: rgba(96, 99, 108, 1);
}

.richtext-note u {
    text-decoration: none;
}

.accordion {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-button {
    width: 100%;
    text-align: left;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    background: #f8f9fa;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s ease;
}

.accordion-button:hover {
    background: #e9ecef;
}

.accordion-button::after {
    content: "🡣";
    font-size: 14px;
    transition: transform 0.3s ease;
}

.accordion-button.active::after {
    transform: rotate(-180deg);
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 15px;
    background: #fff;
    color: #31343c;
}

.accordion-body.open {
    padding: 15px;
}

@media (max-width: 389px) {
    .Stack_direction-xsmall-column__f5P_V {
        flex-direction: column;
    }
}

@media (min-width: 390px) {
    .Stack_direction-small-column__aG_rj {
        flex-direction: column;
    }

    .Stack_direction-xsmall-column__f5P_V {
        flex-direction: column;
    }

    .Stack_gap-small-1__bHfxO {
        gap: 0.5rem;
    }

    .Stack_gap-xsmall-1__LdROt {
        gap: 0.5rem;
    }
}

@media (max-width: 635px) {

    .desktop-topbar__nav-buttons,
    nav {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .banner__content {
        max-width: 600px;
        display: flex;
        flex-direction: column;
        gap: .5rem;
        grid-area: content;
    }

    .image-section__two-column-section--row-reverse {
        flex-direction: column-reverse;
    }

    .image-section__two-column-section--row {
        flex-direction: column-reverse;
    }

    .banner__inner {
        max-width: 880px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        row-gap: 1.5rem;
        align-items: flex-start;
    }

    .quick-link {
        min-width: 304px;
        padding: 1.25rem;
        gap: 1.25rem;
    }

    .xs-grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .Stack_gap-xsmall-2__f2b5I {
        gap: 1rem !important;
    }

    .container__base {
        margin: 0 1.25rem;
    }
}

@media (min-width: 768px) {
    .md-grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md-grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .md\:px-\[var\(--eds-grid-margin-mobile\)\] {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .Stack_direction-medium-column__KKA6q {
        flex-direction: column;
    }

    .Stack_gap-medium-1__tvFcu {
        gap: 0.5rem;
    }

    .image-section__two-column-section--row {
        flex-direction: row;
    }

    .banner__inner.banner--column {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "icon"
            "content"
            "button";
        -moz-column-gap: 0;
        column-gap: 0;
        justify-items: center;
        row-gap: .75rem;
    }

    .image-section__two-column-section--row-reverse {
        flex-direction: row-reverse;
    }

    .banner__content {
        flex-grow: 1;
    }

    .md-gap-y-6 {
        row-gap: 24px;
    }

    .md-gap-x-4 {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .md-gap-4 {
        gap: 16px;
    }

    .md\:pt-eds-80 {
        padding-top: 5rem;
    }

    .image-section__two-column-section--row .image-section__content-column {
        padding: 2.5rem 2.5rem 2.5rem 0;
    }

    .md-pr-6 {
        padding-right: 24px;
    }

    .page-title-header {
        max-width: 560px;
    }
}

@media (max-width: 1023px) {
    .eds-heading-subheadline {
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: .007rem;
        line-height: 1rem;
        text-transform: uppercase;
    }

    .image-section__two-column-section {
        display: flex;
        gap: 1rem;
    }

    .eds-heading-display {
        font-size: 3rem;
        font-weight: 300;
        letter-spacing: -.09rem;
        line-height: 3.5rem;
    }

    .eds-heading-h1-article {
        font-size: 2.5rem;
        font-weight: 600;
        letter-spacing: -.05rem;
        line-height: 3rem;
    }

    .eds-heading-h1 {
        font-size: 2.5rem;
        font-weight: 300;
        letter-spacing: -.05rem;
        line-height: 3rem;
    }

    .eds-heading-h2 {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 2.25rem;
    }

    .eds-heading-h5 {
        font-size: 1.125rem;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1.5rem;
    }

    .eds-heading-h3 {
        font-size: 1.5rem;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 2rem;
    }

    .image-section__two-column-section .image-section__image-column img {
        width: 100%;
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: .5rem;
    }

    .md-grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .desktop-topbar__nav-buttons,
    .desktop-topbar__nav-small-items {
        padding-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    .Stack_gap-medium-3__fgqgI {
        gap: 2rem !important;
    }

    .md-grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .banner__inner {
        display: grid;
        grid-template-rows: auto auto;
        grid-template-areas:
            "icon icon"
            "content button";
        align-items: center;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
        row-gap: .5rem;
    }

    .quick-link {
        padding: 1.5rem;
        gap: 1.5rem;
    }

    .container__base {
        margin: 0 2rem !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1151px) {
    .container__base {
        margin: 0 2rem !important;
    }
}

@media (min-width: 1024px) {
    .lg\:px-\[var\(--eds-grid-margin-tablet\)\] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .page-title-header,
    .page-title-header-multiline {
        max-width: 640px;
    }

    .image-section__two-column-section {
        gap: 4rem;
    }

    .image-section__content-column {
        padding-right: 2.5rem;
    }

    .eds-heading-subheadline {
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: .01rem;
        line-height: 1.25rem;
        text-transform: uppercase;
    }

    .eds-heading-leadtext {
        font-size: 1.5rem;
        font-weight: 300;
        letter-spacing: -.015rem;
        line-height: 2rem;
    }

    .eds-heading-display {
        font-size: 4rem;
        font-weight: 300;
        letter-spacing: -.12rem;
        line-height: 4.5rem;
    }

    .eds-heading-h5 {
        font-size: 1.125rem;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1.5rem;
    }

    .eds-text-line-default-600 {
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1.25rem;
    }

    .eds-text-p-default-400 {
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.5rem;
    }

    .desktop-topbar__container {
        margin: 0 2rem;
    }

    .desktop-topbar__base {
        display: flex;
        align-items: center;
    }

    .desktop-navbar__base {
        display: flex;
        align-items: center;
    }

    .desktop-navbar__container {
        margin: 0 2rem;
    }

    .container__base {
        margin: 0 2rem;
    }

    .desktop-navbar__logo {
        width: 8rem;
    }

    .page-title-header {
        max-width: 640px;
    }

    .eds-heading-h1-article {
        font-size: 3rem;
        font-weight: 600;
        letter-spacing: -.09rem;
        line-height: 3.5rem;
    }

    .eds-heading-h1 {
        font-size: 3rem;
        font-weight: 300;
        letter-spacing: -.09rem;
        line-height: 3.5rem;
    }

    .Stack_gap-large-4__jfYBu {
        gap: 3rem !important;
    }

    .Stack_gap-large-3__lor8C {
        gap: 2rem !important;
    }

    .Stack_gap-large-1__fSku_ {
        gap: 0.5rem;
    }

    .Stack_direction-large-column__H4Z1q {
        flex-direction: column;
    }

    .eds-heading-h2 {
        font-size: 2.25rem;
        font-weight: 600;
        letter-spacing: -.023rem;
        line-height: 2.75rem;
    }

    .lg-grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg-gap-6 {
        gap: 24px;
    }

    .banner {
        padding: 5rem 0;
    }

    .banner__inner {
        display: grid;
        grid-template-columns: auto 1fr auto;
        grid-template-areas: "icon content button";
        row-gap: 0;
        -moz-column-gap: .75rem;
        column-gap: .75rem;
    }

    .quick-link {
        padding: 2rem;
        gap: 3.5rem;
    }

    .eds-heading-h3 {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 2rem;
    }

    .lg-gap-x-6 {
        -moz-column-gap: 24px;
        column-gap: 24px;
    }

    .lg-items-center {
        align-items: center;
    }

    .image-section__two-column-section .image-section__image-column img {
        width: 100%;
        height: 540px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: .5rem;
    }

    .image-section__two-column-section--imageOneThird .image-section__image-column,
    .image-section__two-column-section--imageTwoThirds .image-section__content-column {
        flex: 2 1 40%;
    }

    .image-section__two-column-section--imageOneThird .image-section__content-column,
    .image-section__two-column-section--imageTwoThirds .image-section__image-column {
        flex: 2 1 60%;
    }
}

@media (min-width: 1152px) {
    .xl\:px-\[var\(--eds-grid-margin-laptop\)\] {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .container__base {
        margin: 0 5.5rem !important;
    }

    .xl-grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1439px) {
    .py--eds-spacing-medium-6 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media (min-width: 1440px) {
    .min-\[1440px\]\:px-\[var\(--eds-grid-margin-desktop\)\] {
        padding-left: 5.5rem;
        padding-right: 5.5rem;
    }

    .min-\[1440px\]\:py-eds-80 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .image-section {
        padding: 5rem 0;
    }

    .py--eds-spacing-large-2 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

@media (min-width: 1624px) {
    .xl-center {
        margin: 0 auto 0 auto !important;
    }
}

@media (min-width: 1680px) {
    .\32xl\:px-\[var\(--eds-grid-margin-desktop\)\] {
        padding-left: 5.5rem;
        padding-right: 5.5rem;
    }

    .\32xl\:w-full {
        width: 100%;
    }

    .\32xl\:box-content {
        box-sizing: content-box;
    }

    .\32xl\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
}