<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root { --color-black:#000; --color-white:#fff; --color-green:#090; --color-red:#bb0a30; --color-progressive-red:#f50537; --color-grey-05:#f2f2f2; --color-grey-10:#e5e5e5; --color-grey-15:#d9d9d9; --color-grey-20:#ccc; --color-grey-30:#b3b3b3; --color-grey-40:#999; --color-grey-50:grey; --color-grey-60:#666; --color-grey-70:#4c4c4c; --color-grey-80:#333; --color-grey-90:#1a1a1a; --font-weight-bold:700; --font-weight-light:200; --font-weight-normal:400; --space-xxs:3px; --space-xs:6px; --space-s:12px; --space-m:18px; --space-l:24px; --space-xl:30px; --space-xxl:36px; --space-xxxl:42px; --space-column:4%; --space-side-margin:4%; --icon-size-small:24px; --icon-size-large:48px; --time-xxs:30ms; --time-xs:60ms; --time-s:120ms; --time-m:180ms; --time-l:240ms; --time-xl:420ms; --time-xxl:660ms; --time-xxxl:960ms; --transition-ease-in:cubic-bezier(0.69,0.01,0.83,0.56); --transition-ease-out:cubic-bezier(0.21,0.55,0.43,1); --transition-ease-in-out:cubic-bezier(0.75,0.02,0.5,1); }
@media (min-width: 768px) and (max-width: 1023px) {
    :root { --space-xxxl:48px; }
}
@media (min-width: 1024px) and (max-width: 1439px) {
    :root { --space-xxl:42px; --space-xxxl:60px; }
}
@media (min-width: 1440px) and (max-width: 1919px) {
    :root { --space-xl:36px; --space-xxl:54px; --space-xxxl:78px; --space-side-margin:12%; }
}
@media (min-width: 1920px) {
    :root { --space-xl:42px; --space-xxl:66px; --space-xxxl:96px; --space-side-margin:12%; }
}
.nm-intro { display: block; padding: var(--space-xxl) 0 calc(var(--space-xxxl) - var(--space-xl)); }
@media (min-width: 768px) and (max-width: 1023px) {
    .nm-intro { padding: var(--space-xxl) 0 calc(var(--space-xxxl) - var(--space-xl)); }
}
@media (min-width: 1920px) {
    .nm-intro { padding: var(--space-xxl) 0 calc(var(--space-xxxl) - var(--space-xl)); }
}
@media (min-width: 1440px) and (max-width: 1919px) {
    .nm-intro { padding: var(--space-xxl) 0 calc(var(--space-xxxl) - var(--space-xl)); }
}
@media (min-width: 1024px) and (max-width: 1439px) {
    .nm-intro { padding: var(--space-xxl) 0 calc(var(--space-xxxl) - var(--space-xl)); }
}
.nm-intro__copy, .nm-intro__headline { margin-left: auto; margin-right: auto; }
.nm-intro__headline { font-weight: var(--font-weight-bold); margin-bottom: var(--space-m); width: 92%; }
.nm-intro__copy { margin-bottom: var(--space-xxl); width: 92%; }
@media (min-width: 1920px) {
    .nm-intro__copy { margin-bottom: var(--space-xxl); }
}
@media (min-width: 1440px) and (max-width: 1919px) {
    .nm-intro__copy { margin-bottom: var(--space-xxl); }
}
@media (min-width: 1024px) and (max-width: 1439px) {
    .nm-intro__copy { margin-bottom: var(--space-xxl); }
}
.nm-intro__list { display: flex; flex-wrap: wrap; justify-content: center; padding: 0px 2%; }
html.nm-js-enabled .nm-intro__copy, html.nm-js-enabled .nm-intro__headline, html.nm-js-enabled .nm-intro__list { opacity: 0; }
.nm-intro.nm-j-intro-show .nm-intro__headline { animation: 0.5s cubic-bezier(0.15, 0, 0.25, 1) 0s 1 normal forwards running nm-intro-fadein, 0.5s cubic-bezier(0.15, 0, 0.25, 1) 0s 1 normal forwards running nm-intro-move; }
.nm-intro.nm-j-intro-show .nm-intro__copy { animation: 0.5s cubic-bezier(0.15, 0, 0.25, 1) 0s 1 normal forwards running nm-intro-fadein, 0.75s cubic-bezier(0.15, 0, 0.25, 1) 0s 1 normal forwards running nm-intro-move; }
.nm-intro.nm-j-intro-show .nm-intro__list { animation: 1s ease-in-out 0s 1 normal forwards running nm-intro-fadein, 1s cubic-bezier(0.15, 0, 0.25, 1) 0s 1 normal forwards running nm-intro-move; }
.nm-intro__list-item { margin-top: 0px; margin-right: 2%; margin-left: 2%; margin-bottom: var(--space-xl); width: 44%; }
@media (min-width: 1920px) {
    .nm-intro__list-item { margin-bottom: var(--space-xl); }
}
@media (min-width: 1440px) and (max-width: 1919px) {
    .nm-intro__list-item { margin-bottom: var(--space-xl); }
}
.nm-intro__icon { display: flex; flex-wrap: wrap; justify-content: center; }
.nm-intro__list-item svg { display: block; height: 48px; margin-bottom: var(--space-xs); width: 48px; }
.nm-intro__list-item svg.nm-icon-news-large { background-image: none; }
.nm-intro__list-item span { text-align: center; width: 100%; }
@media (min-width: 480px) {
    .nm-intro__list-item { width: 28%; }
}
@media (min-width: 1024px) {
    .nm-intro__copy, .nm-intro__headline { text-align: center; }
    .nm-intro__copy { width: 60%; }
    .nm-intro__list-item { width: 20%; }
}
@media (min-width: 1440px) {
    .nm-intro__headline { width: 76%; }
    .nm-intro__list-item { width: 12%; }
}
@-webkit-keyframes nm-intro-move {
    0% { transform: translateY(100px); }
    100% { transform: translate(0px); }
}
@keyframes nm-intro-move {
    0% { transform: translateY(100px); }
    100% { transform: translate(0px); }
}
@-webkit-keyframes nm-intro-fadein {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes nm-intro-fadein {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}
</pre></body></html>