@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@500;600;700&display=swap");

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    src: url(../fonts/Inter.var.woff2) format("woff2-variations"), url(../fonts/Inter.var.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: JetBrains Mono;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/JetBrainsMono-500.woff2) format("woff2")
}

:root {
    --font-display: "Crimson Pro", "Source Serif Pro", Georgia, "Times New Roman", serif;
    --c-bg: #f3f0ea;
    --c-surface: #fff;
    --c-ink: #1d1a1a;
    --c-ink2: #2c2828;
    --c-muted: #5a5550;
    --c-border: #d8d2c5;
    --c-accent: #7a2430;
    --c-accent2: #5a1a24;
    --radius: 4px;
    --radius-sm: 2px;
    --shadow: 0 14px 40px rgba(29, 26, 26, .1);
    --shadow-sm: 0 10px 22px rgba(29, 26, 26, .08);
    --container: 1120px;
    --header-h: 83px
}

@media (min-width:980px) {
    :root {
        --header-h: 115px
    }
}

.fundwacht-page-loader {
    align-items: center;
    background: var(--c-bg, #f3f0ea);
    display: flex;
    inset: 0;
    justify-content: center;
    position: fixed;
    transition: opacity .32s ease, visibility 0s linear .32s;
    z-index: 9999
}

.fundwacht-page-loader.fundwacht-state-hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.fundwacht-page-loader__inner-layout {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.fundwacht-page-loader__brand {
    animation: preloaderFadeIn .36s cubic-bezier(.2, .8, .2, 1) 60ms both;
    color: rgba(29, 26, 26, .55);
    font-family: JetBrains Mono, ui-monospace, Courier New, monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .32em;
    text-transform: uppercase
}

.fundwacht-page-loader__bar {
    background: rgba(29, 26, 26, .08);
    border-radius: 2px;
    display: block;
    height: 2px;
    overflow: hidden;
    position: relative;
    width: 140px
}

.fundwacht-page-loader__bar:before {
    animation: preloaderSlide .9s cubic-bezier(.4, 0, .6, 1) infinite;
    background: linear-gradient(90deg, transparent, rgba(122, 36, 48, .95) 50%, transparent);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 35%
}

@keyframes preloaderFadeIn {
    0% {
        opacity: 0;
        transform: translateY(4px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes preloaderSlide {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(400%)
    }
}

@media (prefers-reduced-motion:reduce) {

    .fundwacht-page-loader__bar:before,
    .fundwacht-page-loader__brand {
        animation: none !important
    }
}

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

body,
html {
    overflow-x: clip
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-h)
}

body {
    background: var(--c-bg);
    color: var(--c-ink);
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-feature-settings: "cv11", "ss01", "ss03";
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

img {
    pointer-events: none
}

.fundwacht-layout-container {
    margin-inline: auto;
    padding-inline: 20px;
    width: min(var(--container), 100%)
}

@media (min-width:768px) {
    .fundwacht-layout-container {
        padding-inline: 28px
    }
}

.fundwacht-first-screen-layout {
    display: flex;
    flex-direction: column;
    min-height: 100dvh
}

.fundwacht-action-button {
    align-items: center;
    background: hsla(0, 0%, 100%, .92);
    border: 1px solid rgba(209, 213, 219, .95);
    border-radius: 4px;
    color: var(--c-ink);
    cursor: pointer;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    min-width: -moz-max-content;
    min-width: max-content;
    overflow: hidden;
    padding: 12px 16px;
    position: relative;
    text-decoration: none;
    transition: transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease, color .12s ease;
    will-change: transform
}

.fundwacht-action-button:before {
    background: url(../img/icons/star.svg);
    background-position: 50%;
    background-size: 10px;
    border-radius: inherit;
    content: "";
    inset: 0;
    opacity: .075;
    pointer-events: none;
    position: absolute;
    z-index: -1
}

.fundwacht-action-button:hover {
    background: rgba(122, 36, 48, .04);
    border-color: rgba(122, 36, 48, .45);
    box-shadow: var(--shadow-sm)
}

.fundwacht-action-button:active {
    box-shadow: none
}

.fundwacht-action-button:after {
    background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .35), transparent);
    content: "";
    inset: -2px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-120%) skewX(-18deg)
}

.fundwacht-action-button:hover:after {
    opacity: 1;
    transform: translateX(120%) skewX(-18deg);
    transition: transform .65s ease, opacity .25s ease
}

.fundwacht-action-button--primary {
    background-color: var(--c-accent);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M3 8h10M9 4l4 4-4 4' stroke='%23ffffff' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-position: right 14px center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    border-color: transparent;
    box-shadow: 0 8px 24px rgba(122, 36, 48, .28), inset 0 1px 0 hsla(0, 0%, 100%, .14);
    color: #fff;
    padding-right: 38px;
    transition: background-color .18s ease, background-position .22s ease, box-shadow .22s ease
}

.fundwacht-action-button--primary:before {
    opacity: .1
}

.fundwacht-action-button--primary:hover {
    background-color: var(--c-accent2);
    background-position: right 11px center;
    border-color: transparent;
    box-shadow: 0 12px 36px rgba(122, 36, 48, .42), inset 0 1px 0 hsla(0, 0%, 100%, .16)
}

@keyframes fwHeroPulse {

    0%,
    to {
        box-shadow: 0 8px 24px rgba(122, 36, 48, .28), 0 0 0 0 rgba(122, 36, 48, 0), inset 0 1px 0 hsla(0, 0%, 100%, .14)
    }

    50% {
        box-shadow: 0 14px 40px rgba(122, 36, 48, .55), 0 0 0 6px rgba(122, 36, 48, .1), inset 0 1px 0 hsla(0, 0%, 100%, .14)
    }
}

.fundwacht-homepage-hero__call-to-action .fundwacht-action-button--primary {
    animation: fwHeroPulse 2.6s ease-in-out infinite;
    animation-delay: 1.2s
}

.fundwacht-homepage-hero__call-to-action .fundwacht-action-button--primary:hover {
    animation: none
}

@media (prefers-reduced-motion:reduce) {
    .fundwacht-homepage-hero__call-to-action .fundwacht-action-button--primary {
        animation: none
    }
}

.fundwacht-homepage-hero__call-to-action .fundwacht-action-button:not(.fundwacht-action-button--primary):hover {
    background: hsla(0, 0%, 100%, .16);
    border-color: hsla(0, 0%, 100%, .55);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .25)
}

.fundwacht-action-button--black {
    background: #001;
    border: 2px solid hsla(0, 0%, 100%, .4);
    color: #fff
}

.fundwacht-action-button--black:hover {
    background: #002
}

.fundwacht-action-button--ghost {
    backdrop-filter: blur(10px);
    background: hsla(0, 0%, 100%, .3);
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.fundwacht-action-button--ghost:hover {
    background: hsla(0, 0%, 100%, .42)
}

.fundwacht-action-button--block {
    width: 100%
}

.fundwacht-site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: transparent;
    border-bottom: 1px solid transparent;
    box-shadow: 0 0 0 rgba(29, 26, 26, 0);
    flex: 0 0 auto;
    position: sticky;
    top: 0;
    transition: background .26s ease, backdrop-filter .26s ease, border-color .26s ease, box-shadow .26s ease;
    z-index: 60
}

.fundwacht-site-header.fundwacht-site-header--solid,
.fundwacht-site-header.fundwacht-state-scrolled {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: hsla(40, 27%, 94%, .92);
    border-bottom-color: rgba(122, 36, 48, .14);
    box-shadow: 0 4px 18px rgba(29, 26, 26, .06)
}

.fundwacht-site-header .fundwacht-brand-logo__picture img {
    content: url(../img/logo/fw-logo--white.png);
    transition: opacity .24s ease
}

.fundwacht-site-header.fundwacht-site-header--solid .fundwacht-brand-logo__picture img,
.fundwacht-site-header.fundwacht-state-scrolled .fundwacht-brand-logo__picture img {
    content: url(../img/logo/fw-logo--black.png)
}

.fundwacht-site-header__inner-layout {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding-block: 9px;
    transition: padding-block .24s ease
}

.fundwacht-site-header.fundwacht-site-header--solid .fundwacht-site-header__inner-layout,
.fundwacht-site-header.fundwacht-state-scrolled .fundwacht-site-header__inner-layout {
    padding-block: 4px
}

@media (min-width:980px) {
    .fundwacht-site-header__inner-layout {
        padding-block: 14px
    }
}

.fundwacht-brand-logo {
    color: inherit;
    text-decoration: none
}

.fundwacht-site-footer-logo img,
.fundwacht-brand-logo__picture img {
    display: block;
    height: 64px;
    width: auto
}

.fundwacht-brand-logo__picture img {
    transition: height .24s ease
}

.fundwacht-site-header.fundwacht-site-header--solid .fundwacht-brand-logo__picture img,
.fundwacht-site-header.fundwacht-state-scrolled .fundwacht-brand-logo__picture img {
    height: 52px
}

@media (min-width:980px) {

    .fundwacht-site-footer-logo img,
    .fundwacht-brand-logo__picture img {
        height: 86px
    }

    .fundwacht-site-header.fundwacht-site-header--solid .fundwacht-brand-logo__picture img,
    .fundwacht-site-header.fundwacht-state-scrolled .fundwacht-brand-logo__picture img {
        height: 66px
    }
}

.fundwacht-site-footer-logo img {
    height: 84px
}

.fundwacht-desktop-navigation {
    align-items: center;
    display: flex;
    gap: 6px
}

.fundwacht-desktop-navigation__link {
    border-radius: 2px;
    color: hsla(0, 0%, 100%, .92);
    padding: 10px 12px;
    position: relative;
    text-decoration: none;
    transition: background .18s ease, color .22s ease
}

.fundwacht-desktop-navigation__link:hover {
    background: hsla(0, 0%, 100%, .1)
}

.fundwacht-site-header.fundwacht-site-header--solid .fundwacht-desktop-navigation__link,
.fundwacht-site-header.fundwacht-state-scrolled .fundwacht-desktop-navigation__link {
    color: var(--c-ink2)
}

.fundwacht-site-header.fundwacht-site-header--solid .fundwacht-desktop-navigation__link:hover,
.fundwacht-site-header.fundwacht-state-scrolled .fundwacht-desktop-navigation__link:hover {
    background: rgba(229, 231, 235, .7)
}

.fundwacht-desktop-navigation__link:after {
    background: currentColor;
    bottom: 6px;
    content: "";
    height: 2px;
    left: 12px;
    opacity: 0;
    position: absolute;
    right: 12px;
    transform: scaleX(.15);
    transform-origin: left;
    transition: transform .22s ease, opacity .22s ease
}

.fundwacht-desktop-navigation__link:hover:after {
    opacity: .55;
    transform: scaleX(1)
}

.fundwacht-desktop-navigation__link.fundwacht-state-active:after {
    opacity: .85;
    transform: scaleX(1)
}

.fundwacht-site-header__actions {
    align-items: center;
    display: flex;
    gap: 10px
}

.fundwacht-site-header-button {
    display: none
}

@media (min-width:980px) {
    .fundwacht-site-header-button {
        display: block
    }
}

.fundwacht-menu-toggle-button {
    background: transparent;
    border: 1px solid hsla(0, 0%, 100%, .45);
    border-radius: 4px;
    box-shadow: none;
    cursor: pointer;
    display: none;
    height: 44px;
    overflow: clip;
    position: relative;
    transition: border-color .22s ease, background .22s ease, box-shadow .22s ease;
    width: 44px
}

.fundwacht-menu-toggle-button:before {
    background-image: url(../img/icons/star.svg);
    background-repeat: repeat;
    background-size: 10px;
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transform: translateZ(0);
    transition: opacity .22s ease;
    z-index: -1
}

.fundwacht-menu-toggle-button span {
    background: #fff;
    border-radius: 2px;
    display: block;
    height: 2px;
    margin: 4px auto;
    transition: background .22s ease;
    width: 18px
}

.fundwacht-site-header.fundwacht-site-header--solid .fundwacht-menu-toggle-button,
.fundwacht-site-header.fundwacht-state-scrolled .fundwacht-menu-toggle-button {
    background: hsla(0, 0%, 100%, .9);
    border-color: rgba(229, 231, 235, .95);
    box-shadow: 0 10px 22px rgba(29, 26, 26, .06)
}

.fundwacht-site-header.fundwacht-site-header--solid .fundwacht-menu-toggle-button:before,
.fundwacht-site-header.fundwacht-state-scrolled .fundwacht-menu-toggle-button:before {
    opacity: .48
}

.fundwacht-site-header.fundwacht-site-header--solid .fundwacht-menu-toggle-button span,
.fundwacht-site-header.fundwacht-state-scrolled .fundwacht-menu-toggle-button span {
    background: var(--c-ink)
}

@media (max-width:980px) {
    .fundwacht-site-header {
        left: 0;
        position: fixed;
        right: 0;
        top: 0
    }

    body {
        padding-top: var(--header-h)
    }
}

.fundwacht-mobile-navigation {
    inset: 0;
    pointer-events: none;
    position: fixed;
    transition: visibility 0s linear .42s;
    visibility: hidden;
    z-index: 120
}

.fundwacht-mobile-navigation.fundwacht-state-open {
    pointer-events: auto;
    transition: visibility 0s linear 0s;
    visibility: visible
}

.fundwacht-mobile-navigation__overlay {
    background: rgba(0, 0, 0, .72);
    cursor: pointer;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity .26s ease;
    z-index: 1
}

.fundwacht-mobile-navigation.fundwacht-state-open .fundwacht-mobile-navigation__overlay {
    opacity: 1;
    pointer-events: auto
}

.fundwacht-mobile-navigation__panel {
    background: radial-gradient(900px 560px at 22% -10%, rgba(122, 36, 48, .28), transparent 62%), radial-gradient(700px 520px at 100% 100%, rgba(122, 36, 48, .12), transparent 60%), #1d1a1a;
    border: 0;
    border-radius: 0;
    bottom: 0;
    box-shadow: -24px 0 60px rgba(0, 0, 0, .4);
    color: #f3f0ea;
    display: flex;
    flex-direction: column;
    opacity: 0;
    padding: 22px clamp(22px, 5vw, 36px) 28px;
    position: fixed;
    right: 0;
    top: 0;
    transform: none;
    transition: opacity .26s ease;
    width: min(420px, 88vw);
    z-index: 2
}

.fundwacht-mobile-navigation.fundwacht-state-open .fundwacht-mobile-navigation__panel {
    opacity: 1
}

.fundwacht-mobile-navigation__top-area {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding-bottom: clamp(22px, 6vh, 44px)
}

.fundwacht-mobile-navigation__title {
    color: hsla(40, 27%, 94%, .55);
    font-family: JetBrains Mono, ui-monospace, Courier New, monospace;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .28em;
    text-transform: uppercase
}

.fundwacht-mobile-navigation__close {
    align-items: center;
    background: transparent;
    border: 1px solid hsla(40, 27%, 94%, .22);
    border-radius: 999px;
    color: hsla(40, 27%, 94%, .9);
    cursor: pointer;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    transition: border-color .16s ease, transform .22s cubic-bezier(.2, .8, .2, 1), background .16s ease;
    width: 44px
}

.fundwacht-mobile-navigation__close:focus-visible,
.fundwacht-mobile-navigation__close:hover {
    background: hsla(40, 27%, 94%, .06);
    border-color: hsla(40, 27%, 94%, .55);
    outline: 0;
    transform: rotate(90deg)
}

.fundwacht-mobile-navigation__close-icon {
    display: block;
    fill: none;
    height: 16px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 16px
}

.fundwacht-mobile-navigation__links {
    counter-reset: mnav-i;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    margin: 0;
    padding: 0
}

.fundwacht-mobile-navigation__links a {
    align-items: baseline;
    background: transparent;
    border: 0;
    border-bottom: 1px solid hsla(40, 27%, 94%, .08);
    border-radius: 0;
    color: hsla(40, 27%, 94%, .94);
    counter-increment: mnav-i;
    display: flex;
    font-size: clamp(26px, 6vw, 38px);
    font-weight: 600;
    gap: 18px;
    letter-spacing: -.025em;
    line-height: 1.15;
    opacity: 0;
    padding: 10px 0;
    text-decoration: none;
    transform: translate3d(0, 14px, 0);
    transition: opacity .38s ease, transform .52s cubic-bezier(.2, .8, .2, 1), color .18s ease
}

.fundwacht-mobile-navigation__links a:before {
    color: hsla(40, 27%, 94%, .38);
    content: counter(mnav-i, decimal-leading-zero);
    flex: 0 0 auto;
    font-family: JetBrains Mono, ui-monospace, Courier New, monospace;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .18em;
    min-width: 34px;
    transform: translateY(-.35em)
}

.fundwacht-mobile-navigation__links a:focus-visible,
.fundwacht-mobile-navigation__links a:hover {
    color: #e7b9c0;
    outline: 0
}

.fundwacht-mobile-navigation__links a:last-child {
    border-bottom: 0
}

.fundwacht-mobile-navigation__call-to-action {
    align-self: flex-start;
    margin-top: 18px;
    opacity: 0;
    transform: translate3d(0, 14px, 0);
    transition: opacity .38s ease, transform .52s cubic-bezier(.2, .8, .2, 1)
}

.fundwacht-mobile-navigation__links a:first-child {
    --mi: 0
}

.fundwacht-mobile-navigation__links a:nth-child(2) {
    --mi: 1
}

.fundwacht-mobile-navigation__links a:nth-child(3) {
    --mi: 2
}

.fundwacht-mobile-navigation__links a:nth-child(4) {
    --mi: 3
}

.fundwacht-mobile-navigation__links a:nth-child(5) {
    --mi: 4
}

.fundwacht-mobile-navigation__links a:nth-child(6) {
    --mi: 5
}

.fundwacht-mobile-navigation__links a:nth-child(7) {
    --mi: 6
}

.fundwacht-mobile-navigation__call-to-action {
    --mi: 7
}

.fundwacht-mobile-navigation.fundwacht-state-open .fundwacht-mobile-navigation__call-to-action,
.fundwacht-mobile-navigation.fundwacht-state-open .fundwacht-mobile-navigation__links a {
    opacity: 1;
    transform: none;
    transition-delay: calc(var(--mi, 0)*55ms + .2s)
}

@media (prefers-reduced-motion:reduce) {

    .fundwacht-mobile-navigation,
    .fundwacht-mobile-navigation__call-to-action,
    .fundwacht-mobile-navigation__links a,
    .fundwacht-mobile-navigation__overlay,
    .fundwacht-mobile-navigation__panel {
        transition: none !important
    }
}

@media (max-width:980px) {
    .fundwacht-desktop-navigation {
        display: none
    }

    .fundwacht-menu-toggle-button {
        display: inline-block
    }
}

@media (min-width:981px) {
    .fundwacht-site-header__actions {
        display: none
    }
}

.fundwacht-homepage-hero {
    align-items: center;
    display: flex;
    margin-top: calc(var(--header-h)*-1);
    min-height: 100.1dvh;
    overflow: hidden;
    padding: 0;
    position: relative
}

.fundwacht-homepage-hero__inner-layout {
    padding-bottom: clamp(32px, 4vw, 56px);
    padding-top: calc(var(--header-h) + clamp(22px, 4vw, 56px))
}

.fundwacht-homepage-hero__background {
    inset: 0;
    position: absolute
}

.fundwacht-homepage-hero__background img {
    filter: saturate(.95) contrast(.98);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1.06);
    transform-origin: 70% 100%;
    width: 100%;
    will-change: transform
}

.fundwacht-state-ready .fundwacht-homepage-hero__background img {
    animation: heroZoom 1.4s cubic-bezier(.2, .8, .2, 1) both
}

@keyframes heroZoom {
    0% {
        transform: scale(1.14)
    }

    to {
        transform: scale(1.06)
    }
}

@media (prefers-reduced-motion:reduce) {
    .fundwacht-state-ready .fundwacht-homepage-hero__background img {
        animation: none
    }

    .fundwacht-homepage-hero__background img {
        transform: none
    }
}

.fundwacht-homepage-hero__shade {
    background: rgba(10, 15, 25, .85);
    inset: 0;
    position: absolute
}

.fundwacht-homepage-hero__inner-layout {
    position: relative;
    z-index: 2
}

.fundwacht-homepage-hero__grid-layout {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start
}

.fundwacht-homepage-hero__copy {
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 1.25vw, 18px)
}

.fundwacht-status-badge,
.fundwacht-homepage-hero__call-to-action,
.fundwacht-homepage-hero__lead-text,
.fundwacht-homepage-hero__note,
.fundwacht-homepage-hero__title,
.fundwacht-homepage-hero__trust {
    margin: 0
}

.fundwacht-homepage-hero__call-to-action,
.fundwacht-homepage-hero__trust {
    margin-top: clamp(6px, .8vw, 10px)
}

.fundwacht-homepage-hero__lead-text {
    line-height: 1.55
}

.fundwacht-homepage-hero__note {
    line-height: 1.45
}

.fundwacht-status-badge {
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(29, 26, 26, .45);
    border: 1px solid hsla(0, 0%, 100%, .14);
    border-left: 3px solid var(--c-accent);
    border-radius: 2px;
    box-shadow: 0 14px 38px rgba(0, 0, 0, .28);
    color: hsla(0, 0%, 100%, .96);
    display: inline-flex;
    font-size: 13px;
    gap: 12px;
    letter-spacing: .02em;
    line-height: 1.5;
    max-width: 100%;
    padding: 7px 18px 7px 22px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

@media (min-width:768px) {
    .fundwacht-status-badge {
        padding: 11px 18px 11px 22px
    }
}

.fundwacht-status-badge:before {
    background: var(--c-accent);
    content: "";
    flex-shrink: 0;
    height: 2px;
    width: 14px
}

.fundwacht-status-badge__text {
    flex: 1 1 auto;
    min-width: 0
}

.fundwacht-status-badge b {
    color: #fff;
    font-weight: 700;
    letter-spacing: .01em;
    white-space: nowrap
}

.fundwacht-homepage-hero__title {
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(30px, 4.6vw, 60px);
    font-weight: 600;
    letter-spacing: -.015em;
    line-height: 1.08;
    margin: 14px 0 0;
    max-width: 28ch;
    text-shadow: 0 10px 34px rgba(0, 0, 0, .35), 0 0 3px #000
}

.fundwacht-resources-articles .fundwacht-section-title,
.fundwacht-faq-section__title,
.fundwacht-case-guardrails__title,
.fundwacht-inner-page-hero__title,
.fundwacht-consultation-intake__title,
.fundwacht-page-introduction__title,
.fundwacht-legal-content__card h2,
.fundwacht-mission-section__title,
.fundwacht-resource-article__title,
.fundwacht-recovery-process__title,
.fundwacht-services-overview__section-title,
.fundwacht-testimonials-title,
.fundwacht-about-team__title,
.fundwacht-thank-you-page__card-title,
.fundwacht-thank-you-page__title,
.fundwacht-section-title,
h1,
h2,
h3 {
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: -.01em
}

.fundwacht-homepage-hero__lead-text {
    color: hsla(0, 0%, 100%, .88);
    font-size: clamp(16px, 1.2vw, 18px);
    margin: 12px 0 0;
    max-width: 64ch
}

.fundwacht-homepage-hero__call-to-action {
    display: flex;
    gap: 12px
}

.fundwacht-homepage-hero__call-to-action,
.fundwacht-homepage-hero__trust {
    flex-wrap: wrap;
    margin-top: 18px
}

.fundwacht-homepage-hero__trust {
    display: none;
    gap: 10px
}

@media (min-width:768px) {
    .fundwacht-homepage-hero__trust {
        display: flex
    }
}

.fundwacht-label-pill {
    backdrop-filter: blur(10px);
    background: hsla(0, 0%, 100%, .08);
    border: 1px solid hsla(0, 0%, 100%, .14);
    border-radius: 2px;
    border-top: 2px solid var(--c-accent);
    color: hsla(0, 0%, 100%, .9);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .04em;
    padding: 8px 14px 8px 16px;
    position: relative;
    text-transform: uppercase
}

.fundwacht-homepage-hero__note {
    border-left: 2px solid rgba(122, 36, 48, .75);
    color: hsla(0, 0%, 100%, .78);
    font-size: 13px;
    font-style: italic;
    line-height: 1.6;
    margin: 14px 0 0;
    max-width: 72ch;
    padding-left: 14px
}

.fundwacht-homepage-hero__list {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 12px 0 0;
    padding: 0
}

.fundwacht-homepage-hero__list li {
    background: #efebe2;
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 4px;
    color: var(--c-ink2);
    padding: 10px 12px
}

.fundwacht-homepage-hero__list b {
    color: var(--c-ink)
}

.fundwacht-homepage-hero__card-bottom {
    margin-top: 14px
}

.fundwacht-homepage-hero__mini-note {
    color: var(--c-muted);
    font-size: 13px;
    margin: 10px 0 0
}

.fundwacht-scroll-reveal {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .65s ease, transform .65s ease;
    transition-delay: var(--d, 0s)
}

.fundwacht-state-ready .fundwacht-scroll-reveal {
    will-change: opacity, transform
}

.fundwacht-scroll-reveal.fundwacht-state-inview {
    opacity: 1;
    transform: none
}

@keyframes fw-reveal-fallback {
    to {
        opacity: 1;
        transform: none
    }
}

.fundwacht-scroll-reveal:not(.fundwacht-state-inview) {
    animation: fw-reveal-fallback .56s ease 1.7s forwards
}

@media (prefers-reduced-motion:reduce) {

    .fundwacht-scroll-reveal,
    .fundwacht-scroll-reveal.fundwacht-state-inview {
        opacity: 1;
        transform: none;
        transition: none
    }
}

.fundwacht-services-action-section {
    background: radial-gradient(1200px 600px at 18% 0, rgba(122, 36, 48, .1), transparent 60%), radial-gradient(1000px 520px at 90% 20%, rgba(122, 36, 48, .08), transparent 62%), linear-gradient(180deg, #faf7f1, #f3f0ea 60%, #f3f0ea);
    overflow: hidden;
    padding: clamp(54px, 6vw, 92px) 0;
    position: relative
}

.fundwacht-services-action-section:before {
    background-image: radial-gradient(rgba(29, 26, 26, .07) 1px, transparent 0);
    background-size: 22px 22px;
    content: "";
    inset: 0;
    opacity: .18;
    pointer-events: none;
    position: absolute
}

.fundwacht-services-action-button {
    width: clamp(260px, 100%, 320px)
}

.fundwacht-services-action-section__grid-layout {
    align-items: start;
    display: grid;
    gap: clamp(18px, 3vw, 44px);
    grid-template-columns: 1.15fr .85fr;
    position: relative
}

@media (max-width:980px) {
    .fundwacht-services-action-section__grid-layout {
        grid-template-columns: 1fr
    }
}

.fundwacht-services-action-section__eyebrow {
    align-items: center;
    color: rgba(29, 26, 26, .72);
    display: inline-flex;
    font-size: 12px;
    gap: 8px;
    letter-spacing: .18em;
    margin-bottom: 12px;
    text-transform: uppercase
}

.fundwacht-kicker-dot {
    align-self: flex-start;
    background: transparent;
    border-left: 2px solid var(--c-accent);
    border-radius: 0;
    border-top: 2px solid var(--c-accent);
    box-shadow: none;
    height: 16px;
    margin-top: -2px;
    opacity: .8;
    width: 22px
}

.fundwacht-services-action-section__title {
    color: var(--c-ink);
    font-size: clamp(32px, 4.2vw, 56px);
    letter-spacing: -.03em;
    line-height: 1.04;
    margin: 0;
    max-width: 22ch
}

.fundwacht-nowrap {
    white-space: nowrap
}

.fundwacht-title-accent-dot {
    margin-left: -.02em
}

.fundwacht-services-action-section__lead-text {
    color: rgba(29, 26, 26, .72);
    font-size: 16px;
    line-height: 1.6;
    margin: 14px 0 0;
    max-width: 66ch
}

.fundwacht-services-action-section__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px
}

.fundwacht-services-action-section__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px
}

.fundwacht-topic-chip {
    align-items: center;
    background: hsla(0, 0%, 100%, .78);
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(29, 26, 26, .05);
    color: rgba(29, 26, 26, .72);
    display: inline-flex;
    font-size: 13px;
    padding: 8px 12px
}

.fundwacht-services-action-section__list {
    display: grid;
    gap: 12px;
    margin-top: 22px;
    max-width: 720px
}

.fundwacht-process-step-item {
    align-items: start;
    background: hsla(0, 0%, 100%, .82);
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 4px;
    box-shadow: 0 14px 40px rgba(29, 26, 26, .06);
    display: flex;
    gap: 14px;
    padding: 14px
}

.fundwacht-process-step-item__icon {
    background: linear-gradient(180deg, rgba(122, 36, 48, .14), rgba(122, 36, 48, .06));
    border: 1px solid rgba(122, 36, 48, .22);
    border-radius: 2px;
    display: grid;
    flex-shrink: 0;
    height: 54px;
    place-items: center;
    position: relative;
    width: 54px
}

.fundwacht-process-step-item__icon:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    filter: brightness(0) saturate(100%) invert(14%) sepia(78%) saturate(2400%) hue-rotate(335deg) brightness(95%) contrast(100%);
    height: 28px;
    width: 28px
}

.fundwacht-mission-section__bullet:first-child .fundwacht-process-step-item__icon:before {
    background-image: url(../img/icons/case.webp)
}

.fundwacht-mission-section__bullet:nth-child(2) .fundwacht-process-step-item__icon:before {
    background-image: url(../img/icons/steps.webp)
}

.fundwacht-mission-section__bullet:nth-child(3) .fundwacht-process-step-item__icon:before {
    background-image: url(../img/icons/evidence.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.fundwacht-process-step-item__title {
    color: rgba(29, 26, 26, .92);
    font-size: 15px;
    letter-spacing: -.01em;
    margin: 1px 0 0
}

.fundwacht-process-step-item__text {
    color: rgba(29, 26, 26, .68);
    font-size: 14px;
    line-height: 1.55;
    margin: 6px 0 0
}

.fundwacht-services-action-section__right-column,
.fundwacht-media-frame {
    height: 100%;
    position: relative
}

.fundwacht-media-frame {
    background: #1d1a1a;
    border-radius: 4px;
    box-shadow: 0 26px 70px rgba(29, 26, 26, .18);
    min-height: 640px;
    overflow: hidden
}

@media (max-width:980px) {
    .fundwacht-media-frame {
        min-height: 420px
    }
}

.fundwacht-media-frame__image {
    filter: saturate(.92) contrast(1.02) brightness(.96);
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    transform: scale(1.04);
    width: 100%
}

.fundwacht-media-frame__overlay {
    background: radial-gradient(720px 520px at 10% 20%, rgba(122, 36, 48, .22), transparent 62%), radial-gradient(680px 520px at 90% 80%, rgba(122, 36, 48, .14), transparent 58%), linear-gradient(180deg, rgba(10, 15, 25, .25), rgba(10, 15, 25, .62) 85%);
    inset: 0;
    position: absolute
}

.fundwacht-media-frame__frame {
    border: 1px solid hsla(0, 0%, 100%, .16);
    border-radius: 4px;
    inset: 0;
    pointer-events: none;
    position: absolute
}

.fundwacht-floating-info-card {
    backdrop-filter: blur(10px);
    background: hsla(0, 0%, 100%, .86);
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 4px;
    box-shadow: 0 22px 60px rgba(29, 26, 26, .18);
    color: rgba(29, 26, 26, .92);
    padding: 14px;
    position: absolute;
    width: min(360px, calc(100% - 36px))
}

.fundwacht-floating-info-card--answer {
    left: 18px;
    top: 18px
}

.fundwacht-floating-info-card--b {
    bottom: 18px;
    right: 18px
}

.fundwacht-floating-info-card__top-area {
    color: rgba(29, 26, 26, .6);
    font-size: 12px;
    margin-bottom: 10px
}

.fundwacht-floating-info-card__tag {
    align-items: center;
    background: rgba(29, 26, 26, .08);
    border: 1px solid rgba(29, 26, 26, .1);
    border-radius: 999px;
    color: rgba(29, 26, 26, .78);
    display: inline-flex;
    font-size: 12px;
    font-weight: 650;
    padding: 6px 10px
}

.fundwacht-floating-info-card__title {
    font-size: 14px;
    font-weight: 750;
    letter-spacing: -.01em;
    margin-top: 10px
}

.fundwacht-floating-info-card__text {
    color: rgba(29, 26, 26, .68);
    font-size: 13px;
    line-height: 1.5;
    margin-top: 6px
}

.fundwacht-media-frame__decoration {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cpath fill='none' stroke='rgba(198,161,91,0.95)' stroke-linecap='round' stroke-width='2.2' d='M18 170c30-22 56-34 92-34 44 0 66 18 92 40'/%3E%3Cpath fill='none' stroke='rgba(29,78,216,0.65)' stroke-linecap='round' stroke-width='2' d='M24 196c46-36 78-52 122-52 36 0 54 8 70 16'/%3E%3Ccircle cx='172' cy='62' r='6' fill='rgba(198,161,91,0.9)'/%3E%3Ccircle cx='46' cy='44' r='4' fill='rgba(29,78,216,0.7)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -30px;
    height: 220px;
    opacity: .55;
    pointer-events: none;
    position: absolute;
    right: -30px;
    width: 220px
}

.fundwacht-recovery-process {
    background: var(--c-bg);
    overflow: hidden;
    padding: clamp(58px, 6.5vw, 110px) 0;
    position: relative
}

.fundwacht-recovery-process:before {
    background-image: radial-gradient(rgba(29, 26, 26, .065) 1px, transparent 0);
    background-size: 22px 22px;
    content: "";
    inset: 0;
    opacity: .16;
    pointer-events: none;
    position: absolute
}

.fundwacht-recovery-process:after {
    content: none
}

.fundwacht-recovery-process__inner-layout {
    position: relative;
    z-index: 1
}

.fundwacht-recovery-process__heading-area {
    max-width: 980px
}

.fundwacht-recovery-process__eyebrow {
    align-items: center;
    color: rgba(29, 26, 26, .72);
    display: inline-flex;
    font-size: 12px;
    gap: 8px;
    letter-spacing: .18em;
    margin-bottom: 14px;
    text-transform: uppercase
}

.fundwacht-recovery-process__title {
    color: var(--c-ink);
    font-size: clamp(30px, 4.1vw, 56px);
    letter-spacing: -.03em;
    line-height: 1.03;
    margin: 0;
    max-width: 24ch
}

.fundwacht-recovery-process__lead-text {
    color: rgba(29, 26, 26, .7);
    font-size: 16px;
    line-height: 1.65;
    margin: 14px 0 0;
    max-width: 72ch
}

.fundwacht-recovery-process__grid-layout {
    align-items: start;
    display: grid;
    gap: clamp(18px, 3vw, 44px);
    grid-template-columns: .88fr 1.12fr;
    margin-top: clamp(22px, 3vw, 34px)
}

@media (max-width:980px) {
    .fundwacht-recovery-process__grid-layout {
        grid-template-columns: 1fr
    }
}

.fundwacht-recovery-process__left-column {
    padding-left: 44px;
    position: relative
}

@media (max-width:560px) {
    .fundwacht-recovery-process__left-column {
        padding-left: 34px
    }
}

.fundwacht-recovery-process__rail {
    display: none
}

.fundwacht-process-step:not(:last-child):after {
    background: rgba(122, 36, 48, .18);
    content: "";
    height: calc(100% + 14px);
    left: -30px;
    pointer-events: none;
    position: absolute;
    top: 18px;
    width: 2px;
    z-index: 0
}

.fundwacht-process-step__dot {
    z-index: 2
}

.fundwacht-recovery-process__rail-fill {
    background: linear-gradient(180deg, rgba(122, 36, 48, .85), rgba(122, 36, 48, .55));
    border-radius: 999px;
    box-shadow: 0 0 0 6px rgba(122, 36, 48, .08);
    height: var(--rail, 8%);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.fundwacht-process-step {
    backdrop-filter: blur(10px);
    background: hsla(0, 0%, 100%, .86);
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 4px;
    box-shadow: 0 18px 50px rgba(29, 26, 26, .08);
    padding: 18px;
    position: relative
}

.fundwacht-process-step+.fundwacht-process-step {
    margin-top: 14px
}

.fundwacht-process-step:before {
    background: radial-gradient(520px 220px at 18% 0, rgba(122, 36, 48, .1), transparent 55%), radial-gradient(520px 240px at 90% 80%, rgba(122, 36, 48, .08), transparent 58%);
    border-radius: 4px;
    content: "";
    inset: 0;
    opacity: .85;
    pointer-events: none;
    position: absolute
}

.fundwacht-process-step>* {
    position: relative;
    z-index: 1
}

.fundwacht-process-step__dot {
    background: rgba(122, 36, 48, .95);
    border-radius: 999px;
    box-shadow: 0 0 0 6px rgba(122, 36, 48, .16), 0 12px 28px rgba(29, 26, 26, .16);
    height: 14px;
    left: -36px;
    position: absolute;
    top: 12px;
    width: 14px
}

@media (max-width:560px) {
    .fundwacht-process-step__dot {
        left: -25px
    }

    .fundwacht-process-step:not(:last-child):after {
        left: -19px
    }
}

.fundwacht-process-step__badge {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 12px
}

.fundwacht-process-step__badge-num {
    align-items: center;
    background: transparent;
    border: 1px solid var(--c-accent);
    border-radius: 0;
    border-right: none;
    border-top: none;
    color: var(--c-accent);
    display: inline-flex;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .06em;
    padding: 7px 14px;
    position: relative;
    text-transform: uppercase
}

.fundwacht-process-step__badge-num:before {
    background: var(--c-accent);
    content: "";
    height: 1px;
    left: -47px;
    position: absolute;
    top: 0;
    width: 47px
}

@media (max-width:768px) {
    .fundwacht-process-step__badge-num:before {
        left: -36px;
        width: 36px
    }
}

.fundwacht-process-step__badge-cap {
    color: rgba(29, 26, 26, .5);
    font-size: 12px;
    letter-spacing: .22em;
    text-transform: uppercase
}

.fundwacht-process-step__title {
    color: rgba(29, 26, 26, .92);
    font-size: 18px;
    letter-spacing: -.02em;
    margin: 0
}

.fundwacht-process-step__text {
    color: rgba(29, 26, 26, .68);
    font-size: 14px;
    line-height: 1.65;
    margin: 10px 0 0
}

.fundwacht-process-step__bullets {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 12px 0 0;
    padding: 0
}

.fundwacht-process-step__bullets li {
    color: rgba(29, 26, 26, .66);
    font-size: 13px;
    line-height: 1.55;
    padding-left: 28px;
    position: relative
}

.fundwacht-process-step__bullets li:before {
    background: radial-gradient(circle at 30% 30%, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, 0) 55%), linear-gradient(180deg, rgba(122, 36, 48, .28), rgba(122, 36, 48, .12));
    border: 1px solid rgba(29, 26, 26, .1);
    border-radius: 999px;
    box-shadow: 0 10px 20px rgba(29, 26, 26, .06);
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: .45em;
    width: 16px
}

@media (hover:hover) {
    .fundwacht-process-step {
        transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease
    }

    .fundwacht-process-step:hover {
        border-color: rgba(122, 36, 48, .32);
        box-shadow: 0 26px 70px rgba(29, 26, 26, .12)
    }
}

.fundwacht-process-media,
.fundwacht-recovery-process__right-column {
    position: relative
}

.fundwacht-process-media {
    background: #1d1a1a;
    border-radius: 4px;
    box-shadow: 0 30px 86px rgba(29, 26, 26, .2);
    min-height: 620px;
    overflow: hidden
}

@media (max-width:980px) {
    .fundwacht-process-media {
        min-height: 420px
    }
}

.fundwacht-process-media__image {
    filter: saturate(.92) contrast(1.02) brightness(.96);
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    transform: scale(1.03);
    width: 100%
}

.fundwacht-process-media__overlay {
    background: radial-gradient(740px 520px at 8% 12%, rgba(122, 36, 48, .2), transparent 62%), radial-gradient(660px 520px at 90% 86%, rgba(122, 36, 48, .14), transparent 58%), linear-gradient(180deg, rgba(10, 15, 25, .18), rgba(10, 15, 25, .62) 90%);
    inset: 0;
    position: absolute
}

.fundwacht-process-media__frame {
    border: 1px solid hsla(0, 0%, 100%, .16);
    inset: 0
}

.fundwacht-process-media__corner,
.fundwacht-process-media__frame {
    border-radius: 4px;
    pointer-events: none;
    position: absolute
}

.fundwacht-process-media__corner {
    background: radial-gradient(circle at 30% 30%, rgba(122, 36, 48, .35), transparent 56%), radial-gradient(circle at 70% 70%, rgba(122, 36, 48, .22), transparent 58%);
    bottom: -34px;
    filter: blur(.2px);
    height: 180px;
    opacity: .55;
    right: -34px;
    transform: rotate(12deg);
    width: 180px
}

.fundwacht-process-media__decor-img { 
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    filter: saturate(.95) contrast(1.02);
    height: min(420px, 55%);
    left: -40px;
    opacity: .18;
    pointer-events: none;
    position: absolute;
    top: -46px;
    width: min(420px, 55%)
}

.fundwacht-process-card {
    backdrop-filter: blur(10px);
    background: hsla(0, 0%, 100%, .86);
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 4px;
    box-shadow: 0 24px 70px rgba(29, 26, 26, .18);
    color: rgba(29, 26, 26, .92);
    padding: 16px;
    position: absolute;
    width: min(420px, calc(100% - 44px))
}

.fundwacht-process-card--top-area {
    left: 18px;
    top: 18px
}

.fundwacht-process-card--bottom {
    align-items: center;
    backdrop-filter: none;
    background: radial-gradient(900px 240px at 22% 18%, rgba(122, 36, 48, .16), transparent 60%), linear-gradient(180deg, hsla(0, 0%, 100%, .92), hsla(0, 0%, 100%, .84));
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 4px;
    bottom: 18px;
    box-shadow: 0 22px 60px rgba(29, 26, 26, .16);
    color: rgba(29, 26, 26, .92);
    display: flex;
    gap: 18px;
    height: auto;
    justify-content: space-between;
    left: 0;
    margin-inline: auto;
    max-width: 310px;
    overflow: hidden;
    padding: 18px 20px;
    position: absolute;
    right: 0;
    width: min(520px, calc(100% - 36px))
}

.fundwacht-process-card--bottom:before {
    background: url(../img/icons/humm.svg) 100%/90px no-repeat;
    content: "";
    height: 120px;
    opacity: .95;
    pointer-events: none;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 120px
}

@media (max-width:720px) {

    .fundwacht-mission-section__right-column,
    .fundwacht-process-media {
        display: none
    }
}

.fundwacht-process-card__top-area {
    color: rgba(29, 26, 26, .58);
    font-size: 12px;
    margin-bottom: 10px
}

.fundwacht-process-card__tag {
    align-items: center;
    background: rgba(29, 26, 26, .08);
    border: 1px solid rgba(29, 26, 26, .1);
    border-radius: 999px;
    color: rgba(29, 26, 26, .78);
    display: inline-flex;
    font-size: 12px;
    font-weight: 750;
    padding: 6px 10px
}

.fundwacht-process-card__title {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -.01em;
    margin-top: 10px
}

.fundwacht-process-card__text {
    color: rgba(29, 26, 26, .68);
    font-size: 13px;
    line-height: 1.55;
    margin-top: 6px
}

.fundwacht-process-facts {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 14px
}

@media (max-width:520px) {
    .fundwacht-process-facts {
        grid-template-columns: 1fr
    }
}

.fundwacht-process-facts__item {
    background: hsla(0, 0%, 100%, .82);
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 4px;
    box-shadow: 0 16px 44px rgba(29, 26, 26, .06);
    padding: 14px
}

.fundwacht-process-facts__key {
    color: rgba(29, 26, 26, .55);
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase
}

.fundwacht-process-facts__value {
    color: rgba(29, 26, 26, .92);
    font-size: 15px;
    font-weight: 850;
    letter-spacing: -.02em;
    margin-top: 8px
}

.fundwacht-case-guardrails {
    background: #fff;
    overflow: hidden;
    padding: clamp(54px, 6.5vw, 98px) 0
}

.fundwacht-case-guardrails,
.fundwacht-case-guardrails__inner-layout {
    position: relative
}

.fundwacht-case-guardrails__background {
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0
}

.fundwacht-case-guardrails__background:before {
    background-image: radial-gradient(rgba(29, 26, 26, .07) 1px, transparent 0);
    background-size: 22px 22px;
    content: "";
    inset: -2px;
    -webkit-mask-image: radial-gradient(circle at 35% 20%, #000 0, transparent 62%);
    mask-image: radial-gradient(circle at 35% 20%, #000 0, transparent 62%);
    opacity: .14;
    position: absolute
}

.fundwacht-case-guardrails__glow {
    border-radius: 999px;
    filter: blur(80px);
    height: 820px;
    opacity: .55;
    position: absolute;
    width: 820px
}

.fundwacht-case-guardrails__glow--answer {
    background: radial-gradient(circle, rgba(122, 36, 48, .22), transparent 60%);
    left: -320px;
    top: -360px
}

.fundwacht-case-guardrails__glow--b {
    background: radial-gradient(circle, rgba(122, 36, 48, .18), transparent 62%);
    right: -380px;
    top: -260px
}

.fundwacht-case-guardrails__decoration {
    bottom: clamp(-160px, -8vw, -60px);
    filter: saturate(.95) contrast(1.05);
    height: min(520px, 52vw);
    opacity: .16;
    position: absolute;
    right: clamp(-120px, -6vw, -40px);
    transform: rotate(-8deg);
    width: min(520px, 52vw)
}

.fundwacht-case-guardrails__decoration-image {
    display: block;
    height: 100%;
    mix-blend-mode: multiply;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .fundwacht-case-guardrails__decoration {
        transform: none
    }
}

.fundwacht-case-guardrails__grid-layout {
    align-items: center;
    display: grid;
    gap: clamp(18px, 3.2vw, 48px);
    grid-template-columns: 1.1fr .9fr;
    position: relative;
    z-index: 1
}

@media (max-width:980px) {
    .fundwacht-case-guardrails__grid-layout {
        grid-template-columns: 1fr
    }
}

.fundwacht-case-guardrails__heading-area {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto 18px;
    max-width: 760px;
    position: relative;
    text-align: center;
    z-index: 1
}

@media (min-width:992px) {
    .fundwacht-case-guardrails__heading-area {
        margin-bottom: 42px
    }
}

.fundwacht-case-guardrails__heading-area .fundwacht-case-guardrails__title {
    margin-top: 14px;
    max-width: none
}

.fundwacht-case-guardrails__eyebrow {
    align-items: center;
    color: rgba(29, 26, 26, .7);
    display: inline-flex;
    font-size: 12px;
    gap: 8px;
    letter-spacing: .18em;
    margin-bottom: 12px;
    text-transform: uppercase
}

.fundwacht-case-guardrails__title {
    color: var(--c-ink);
    font-size: clamp(30px, 4vw, 54px);
    letter-spacing: -.03em;
    line-height: 1.05;
    margin: 0;
    max-width: 24ch
}

.fundwacht-case-guardrails__lead-text {
    color: rgba(29, 26, 26, .72);
    font-size: 16px;
    line-height: 1.65;
    margin: 14px 0 0;
    max-width: 70ch
}

.fundwacht-case-guardrails__disclaimer {
    background: hsla(40, 27%, 94%, .8);
    border: 1px solid var(--c-border);
    border-left: 2px solid var(--c-accent);
    border-radius: 2px;
    color: var(--c-ink2);
    display: inline-block;
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: .04em;
    margin-top: 14px;
    max-width: 70ch;
    padding: 7px 12px 7px 14px
}

.fundwacht-guide-card {
    background: hsla(0, 0%, 100%, .86);
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 4px;
    box-shadow: 0 18px 48px rgba(29, 26, 26, .07);
    overflow: hidden;
    padding: 16px;
    position: relative
}

.fundwacht-guide-card:before {
    background: radial-gradient(520px 220px at 20% 10%, rgba(122, 36, 48, .16), transparent 60%), radial-gradient(520px 220px at 90% 80%, rgba(122, 36, 48, .12), transparent 62%);
    content: "";
    inset: -2px;
    opacity: .55;
    pointer-events: none;
    position: absolute
}

.fundwacht-guide-card__top-area {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative
}

.fundwacht-guide-chip {
    align-items: center;
    background: rgba(29, 26, 26, .06);
    border: 1px solid rgba(29, 26, 26, .1);
    border-radius: 999px;
    color: rgba(29, 26, 26, .8);
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    padding: 7px 10px
}

.fundwacht-guide-card__metadata {
    color: rgba(29, 26, 26, .55);
    font-size: 12px
}

.fundwacht-guide-card__title {
    color: rgba(29, 26, 26, .92);
    font-size: 16px;
    letter-spacing: -.01em;
    margin: 0;
    position: relative
}

.fundwacht-guide-card__text {
    color: rgba(29, 26, 26, .7);
    font-size: 14px;
    line-height: 1.55;
    margin: 8px 0 0;
    position: relative
}

.fundwacht-case-guardrails__strip {
    margin-top: 14px
}

.fundwacht-info-strip {
    background: hsla(0, 0%, 100%, .82);
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 4px;
    box-shadow: 0 20px 58px rgba(29, 26, 26, .06);
    display: grid;
    grid-template-columns: 1.2fr 18px 1fr;
    padding: 16px
}

.fundwacht-info-strip__col-img {
    background-image: url(../img/sections/strip__col-img.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.fundwacht-info-strip__col:first-of-type {
    min-width: 150px
}

@media (max-width:720px) {
    .fundwacht-info-strip {
        grid-template-columns: 1.2fr 1fr;
        padding: 16px 8px
    }

    .fundwacht-info-strip__divider {
        display: none
    }
}

.fundwacht-info-strip__label {
    color: rgba(29, 26, 26, .6);
    font-size: 12px;
    letter-spacing: .16em;
    margin-bottom: 10px;
    text-transform: uppercase
}

.fundwacht-info-strip__divider {
    background: linear-gradient(180deg, transparent, rgba(29, 26, 26, .16), transparent);
    justify-self: center;
    opacity: .9;
    width: 1px
}

.fundwacht-info-strip__list {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0
}

.fundwacht-info-strip__list li {
    color: rgba(29, 26, 26, .72);
    font-size: 14px;
    line-height: 1.45;
    padding-left: 22px;
    position: relative
}

.fundwacht-info-strip__list li:before {
    background: rgba(122, 36, 48, .95);
    border-radius: 999px;
    box-shadow: 0 0 0 4px rgba(122, 36, 48, .16);
    content: "";
    flex-shrink: 0;
    height: 10px;
    left: 2px;
    position: absolute;
    top: .75em;
    transform: translateY(-50%);
    width: 10px
}

.fundwacht-info-strip__list--muted li:before {
    background: rgba(29, 26, 26, .38);
    box-shadow: 0 0 0 4px rgba(29, 26, 26, .1)
}

.fundwacht-case-guardrails__right-column {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative
}

.fundwacht-case-guardrails__banner {
    background: transparent;
    border: 0;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0;
    width: 100%
}

.fundwacht-case-guardrails__right-column .fundwacht-consultation-frame-left {
    margin-top: 0
}

.fundwacht-info-panel {
    background: hsla(0, 0%, 100%, .86);
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 4px;
    box-shadow: 0 26px 72px rgba(29, 26, 26, .1);
    display: none;
    margin-inline: auto;
    max-height: 650px;
    min-height: 600px;
    overflow: hidden;
    padding: 18px;
    position: relative;
    width: clamp(260px, 100%, 400px)
}

@media (min-width:992px) {
    .fundwacht-info-panel {
        display: block;
        width: 100%
    }
}

.fundwacht-info-panel:before {
    background: radial-gradient(680px 280px at 18% 10%, rgba(122, 36, 48, .16), transparent 62%), radial-gradient(680px 280px at 90% 90%, rgba(122, 36, 48, .1), transparent 62%);
    content: "";
    inset: -2px;
    opacity: .6;
    pointer-events: none;
    position: absolute
}

.fundwacht-info-panel__badge {
    align-items: center;
    background: rgba(29, 26, 26, .06);
    border: 1px solid rgba(29, 26, 26, .1);
    border-radius: 999px;
    color: rgba(29, 26, 26, .78);
    display: inline-flex;
    font-size: 12px;
    font-weight: 750;
    padding: 7px 10px
}

.fundwacht-info-panel__line {
    background: linear-gradient(90deg, rgba(29, 26, 26, .18), rgba(29, 26, 26, .06), transparent);
    height: 1px
}

.fundwacht-info-panel__faq {
    display: grid;
    gap: 10px;
    margin-top: 12px;
    position: relative
}

.fundwacht-question-answer {
    background: hsla(0, 0%, 100%, .78);
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 4px;
    box-shadow: 0 14px 34px rgba(29, 26, 26, .06);
    overflow: hidden
}

.fundwacht-question-answer__question {
    align-items: center;
    color: rgba(29, 26, 26, .9);
    cursor: pointer;
    display: grid;
    font-weight: 750;
    gap: 12px;
    grid-template-columns: 1fr auto;
    list-style: none;
    padding: 14px
}

.fundwacht-question-answer__question::-webkit-details-marker {
    display: none
}

.fundwacht-question-answer__ico {
    background: rgba(29, 26, 26, .06);
    border: 1px solid rgba(29, 26, 26, .1);
    border-radius: 4px;
    height: 34px;
    position: relative;
    width: 34px
}

.fundwacht-question-answer__ico:after,
.fundwacht-question-answer__ico:before {
    background: rgba(29, 26, 26, .7);
    border-radius: 2px;
    content: "";
    height: 2px;
    inset: 50% auto auto 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 14px
}

.fundwacht-question-answer__ico:after {
    height: 14px;
    width: 2px
}

.fundwacht-question-answer[open] .fundwacht-question-answer__ico:after {
    height: 0
}

.fundwacht-question-answer__answer {
    color: rgba(29, 26, 26, .68);
    font-size: 14px;
    line-height: 1.55;
    padding: 0 14px 14px
}

.fundwacht-info-panel__dot {
    background: rgba(122, 36, 48, .55);
    border-radius: 999px;
    box-shadow: 0 0 0 5px rgba(122, 36, 48, .12);
    height: 10px;
    width: 10px
}

.fundwacht-consultation-frame {
    background: hsla(0, 0%, 100%, .7);
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 4px;
    box-shadow: 0 22px 62px rgba(29, 26, 26, .08);
    height: 100%;
    overflow: hidden;
    position: relative
}

.fundwacht-consultation-frame__background {
    background: radial-gradient(520px 220px at 22% 28%, rgba(122, 36, 48, .18), transparent 62%), radial-gradient(520px 220px at 88% 72%, rgba(122, 36, 48, .12), transparent 62%), linear-gradient(135deg, rgba(29, 26, 26, .06), rgba(29, 26, 26, .02));
    inset: 0;
    opacity: 1;
    position: absolute
}

.fundwacht-consultation-frame__background:before {
    background-image: url(../img/sections/frame-bg.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    inset: 0;
    position: absolute
}

.fundwacht-consultation-frame-left {
    height: 120px;
    margin-top: 14px
}

.fundwacht-consultation-frame-left .fundwacht-consultation-frame__background:before {
    display: none
}

@media (min-width:768px) {
    .fundwacht-consultation-frame-left {
        height: 150px
    }
}

.fundwacht-consultation-frame__stamp {
    bottom: 14px;
    color: rgba(29, 26, 26, .42);
    font-size: 12px;
    font-weight: 900;
    left: 16px;
    letter-spacing: .26em;
    position: absolute;
    text-transform: uppercase
}

.fundwacht-consultation-frame__rings {
    border: 1px solid rgba(29, 26, 26, .1);
    border-radius: 999px;
    box-shadow: inset 0 0 0 18px rgba(29, 26, 26, .04), inset 0 0 0 42px rgba(122, 36, 48, .03), inset 0 0 0 66px rgba(122, 36, 48, .03);
    filter: blur(.2px);
    height: 240px;
    opacity: .95;
    position: absolute;
    right: -60px;
    top: -60px;
    width: 240px
}

.fundwacht-consultation-frame-button {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.fundwacht-warning-signals {
    overflow: hidden;
    padding: clamp(56px, 6.5vw, 104px) 0;
    position: relative
}

.fundwacht-warning-signals:before {
    background-attachment: fixed;
    background-image: url(../img/sections/signals-bg.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    inset: 0;
    mix-blend-mode: multiply;
    opacity: .75;
    pointer-events: none;
    position: absolute
}

.fundwacht-warning-signals__inner-layout {
    position: relative
}

.fundwacht-warning-signals__background {
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0
}

.fundwacht-warning-signals__noise {
    background-image: radial-gradient(rgba(29, 26, 26, .06) 1px, transparent 0);
    background-size: 22px 22px;
    inset: -2px;
    -webkit-mask-image: radial-gradient(circle at 40% 25%, #000 0, transparent 62%);
    mask-image: radial-gradient(circle at 40% 25%, #000 0, transparent 62%);
    opacity: .14;
    position: absolute
}

.fundwacht-warning-signals__beam {
    border-radius: 999px;
    filter: blur(54px);
    height: 260px;
    opacity: .55;
    position: absolute;
    transform: rotate(-10deg);
    width: 980px
}

.fundwacht-warning-signals__beam--answer {
    background: radial-gradient(circle, rgba(122, 36, 48, .22), transparent 62%);
    left: -360px;
    top: 120px
}

.fundwacht-warning-signals__beam--b {
    background: radial-gradient(circle, rgba(122, 36, 48, .16), transparent 62%);
    right: -420px;
    top: 220px
}

.fundwacht-warning-signals__decoration {
    height: min(560px, 56vw);
    opacity: .14;
    position: absolute;
    right: clamp(-140px, -7vw, -60px);
    top: clamp(-120px, -6vw, -40px);
    transform: rotate(8deg);
    width: min(560px, 56vw)
}

.fundwacht-warning-signals__decoration-image {
    display: block;
    height: 100%;
    mix-blend-mode: multiply;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.fundwacht-warning-signals__heading-area {
    max-width: 860px;
    position: relative;
    text-shadow: 1px 1px 1px hsla(0, 0%, 100%, .5), 0 0 10px hsla(0, 0%, 100%, .75);
    z-index: 1
}

.fundwacht-warning-signals__eyebrow {
    align-items: center;
    color: rgba(29, 26, 26, .7);
    display: inline-flex;
    font-size: 12px;
    gap: 10px;
    letter-spacing: .18em;
    margin-bottom: 12px;
    text-transform: uppercase
}

.fundwacht-warning-signals__title {
    color: var(--c-ink);
    font-size: clamp(30px, 4vw, 52px);
    letter-spacing: -.03em;
    line-height: 1.06;
    margin: 0;
    max-width: 26ch
}

.fundwacht-warning-signals__lead-text {
    color: rgba(29, 26, 26, .72);
    font-size: 16px;
    line-height: 1.65;
    margin: 14px 0 0;
    max-width: 70ch
}

.fundwacht-warning-signals__eyebrow,
.fundwacht-warning-signals__lead-text {
    font-weight: 500
}

.fundwacht-warning-signals__grid-layout {
    align-items: start;
    display: grid;
    gap: clamp(16px, 3vw, 46px);
    grid-template-columns: 1.1fr .9fr;
    margin-top: 22px;
    position: relative;
    z-index: 1
}

@media (max-width:980px) {
    .fundwacht-warning-signals__grid-layout {
        grid-template-columns: 1fr
    }
}

.fundwacht-evidence-board {
    background: hsla(0, 0%, 100%, .86);
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 4px;
    box-shadow: 0 26px 72px rgba(29, 26, 26, .1);
    overflow: hidden;
    padding: 16px;
    position: relative
}

.fundwacht-evidence-board:before {
    background: radial-gradient(740px 320px at 18% 12%, rgba(122, 36, 48, .16), transparent 62%), radial-gradient(740px 320px at 88% 88%, rgba(122, 36, 48, .1), transparent 62%);
    content: "";
    inset: -2px;
    opacity: .6;
    pointer-events: none;
    position: absolute
}

.fundwacht-evidence-board__top-area {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: auto 1fr auto;
    margin-bottom: 12px;
    position: relative
}

.fundwacht-evidence-board__tag {
    align-items: center;
    background: rgba(29, 26, 26, .06);
    border: 1px solid rgba(29, 26, 26, .1);
    border-radius: 999px;
    color: rgba(29, 26, 26, .78);
    display: inline-flex;
    font-size: 12px;
    font-weight: 750;
    padding: 7px 10px
}

.fundwacht-evidence-board__line {
    background: linear-gradient(90deg, rgba(29, 26, 26, .18), rgba(29, 26, 26, .06), transparent);
    height: 1px
}

.fundwacht-evidence-board__metadata {
    color: rgba(29, 26, 26, .55);
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase
}

.fundwacht-evidence-board__cards {
    display: grid;
    gap: 12px;
    position: relative
}

.fundwacht-service-card {
    align-items: center;
    background: hsla(0, 0%, 100%, .78);
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 4px;
    box-shadow: 0 16px 42px rgba(29, 26, 26, .07);
    display: grid;
    gap: 14px;
    grid-template-columns: 64px 1fr;
    padding: 14px
}

@media (max-width:520px) {
    .fundwacht-service-card {
        grid-template-columns: 56px 1fr
    }
}

.fundwacht-service-card--accent {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .86), hsla(0, 0%, 100%, .72));
    border-color: rgba(122, 36, 48, .28)
}

.fundwacht-service-card__icon {
    background: linear-gradient(180deg, rgba(122, 36, 48, .14), rgba(122, 36, 48, .06));
    border: 1px solid rgba(29, 26, 26, .1);
    border-radius: 4px;
    display: grid;
    height: 54px;
    overflow: hidden;
    place-items: center;
    position: relative;
    width: 54px
}

.fundwacht-service-card__icon:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    filter: saturate(.95) contrast(1.05);
    height: 31px;
    opacity: .95;
    width: 31px
}

.fundwacht-service-card__icon--case:before {
    background-image: url(../img/icons/signal-1.webp)
}

.fundwacht-service-card__icon--evidence:before {
    background-image: url(../img/icons/signal-2.webp)
}

.fundwacht-service-card__icon--steps:before {
    background-image: url(../img/icons/signal-3.webp)
}

.fundwacht-service-card__title {
    color: rgba(29, 26, 26, .92);
    font-size: 16px;
    letter-spacing: -.01em;
    margin: 0
}

.fundwacht-service-card__text {
    color: rgba(29, 26, 26, .68);
    font-size: 14px;
    line-height: 1.55;
    margin: 6px 0 0
}

.fundwacht-evidence-board__legend {
    align-items: center;
    border-top: 1px solid rgba(29, 26, 26, .08);
    color: rgba(29, 26, 26, .6);
    display: flex;
    font-size: 12px;
    gap: 10px;
    margin-top: 12px;
    padding-top: 12px;
    position: relative
}

.fundwacht-evidence-board__legend .fundwacht-content-separator {
    background: rgba(29, 26, 26, .12);
    height: 14px;
    margin: 0 2px;
    width: 1px
}

.fundwacht-accent-dot {
    border-radius: 999px;
    display: inline-block;
    height: 9px;
    width: 9px
}

.fundwacht-accent-dot--gold {
    background: rgba(122, 36, 48, .95);
    box-shadow: 0 0 0 4px rgba(122, 36, 48, .14)
}

.fundwacht-accent-dot--blue {
    background: rgba(122, 36, 48, .55);
    box-shadow: 0 0 0 4px rgba(122, 36, 48, .1)
}

.fundwacht-accent-dot--ink {
    background: rgba(29, 26, 26, .38);
    box-shadow: 0 0 0 4px rgba(29, 26, 26, .08)
}

.fundwacht-insight-card {
    background: hsla(0, 0%, 100%, .86);
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 4px;
    box-shadow: 0 26px 72px rgba(29, 26, 26, .1);
    overflow: hidden;
    padding: 18px;
    position: relative
}

.fundwacht-insight-card:before {
    background: radial-gradient(680px 320px at 16% 18%, rgba(122, 36, 48, .14), transparent 62%), radial-gradient(680px 320px at 90% 88%, rgba(122, 36, 48, .1), transparent 62%);
    content: "";
    inset: -2px;
    opacity: .62;
    pointer-events: none;
    position: absolute
}

.fundwacht-insight-card__caption {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: auto 1fr;
    margin-bottom: 10px;
    position: relative
}

.fundwacht-insight-card__badge {
    align-items: center;
    background: rgba(29, 26, 26, .06);
    border: 1px solid rgba(29, 26, 26, .1);
    border-radius: 999px;
    color: rgba(29, 26, 26, .78);
    display: inline-flex;
    font-size: 12px;
    font-weight: 750;
    padding: 7px 10px
}

.fundwacht-insight-card__hair {
    background: linear-gradient(90deg, rgba(29, 26, 26, .18), rgba(29, 26, 26, .06), transparent);
    height: 1px
}

.fundwacht-insight-card__title {
    color: rgba(29, 26, 26, .92);
    font-size: 18px;
    letter-spacing: -.01em;
    margin: 0;
    position: relative
}

.fundwacht-insight-card .fundwacht-metrics-section {
    background: none;
    display: grid;
    gap: 10px;
    margin-top: 12px;
    padding: 0;
    position: relative
}

.fundwacht-statistic-metric {
    align-items: center;
    background: hsla(0, 0%, 100%, .76);
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 4px;
    box-shadow: 0 14px 34px rgba(29, 26, 26, .06);
    display: grid;
    gap: 12px;
    grid-template-columns: 42px 1fr;
    padding: 12px
}

.fundwacht-statistic-metric__number {
    background: rgba(29, 26, 26, .06);
    border: 1px solid rgba(29, 26, 26, .1);
    border-radius: 4px;
    color: rgba(29, 26, 26, .8);
    display: grid;
    font-weight: 900;
    height: 42px;
    place-items: center;
    width: 42px
}

.fundwacht-statistic-metric__t {
    color: rgba(29, 26, 26, .78);
    font-weight: 750
}

.fundwacht-topic-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
    position: relative
}

.fundwacht-insight-card__mini-note {
    background: radial-gradient(420px 160px at 25% 30%, rgba(122, 36, 48, .1), transparent 62%), radial-gradient(420px 160px at 85% 80%, rgba(122, 36, 48, .08), transparent 62%), hsla(0, 0%, 100%, .6);
    border: 1px dashed rgba(29, 26, 26, .18);
    border-radius: 4px;
    height: 120px;
    margin-top: 14px;
    position: relative
}

@media (prefers-reduced-motion:reduce) {

    .fundwacht-warning-signals__beam,
    .fundwacht-warning-signals__decoration {
        transform: none
    }
}

.fundwacht-testimonials-section {
    background: linear-gradient(180deg, rgba(29, 26, 26, .03) 0, rgba(29, 26, 26, 0) 40%), var(--c-bg);
    overflow: hidden;
    padding: clamp(56px, 6vw, 96px) 0;
    position: relative
}

.fundwacht-testimonials-section:before {
    background-image: repeating-linear-gradient(0deg, rgba(29, 26, 26, .05), rgba(29, 26, 26, .05) 1px, transparent 0, transparent 28px);
    content: "";
    inset: 0;
    opacity: .4;
    pointer-events: none;
    position: absolute
}

.fundwacht-testimonials-section:after {
    background: linear-gradient(90deg, transparent, rgba(122, 36, 48, .35) 20%, rgba(122, 36, 48, .35) 80%, transparent);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fundwacht-testimonials-heading {
    max-width: 80ch;
    position: relative
}

.fundwacht-testimonials-kicker {
    align-items: center;
    color: rgba(29, 26, 26, .65);
    display: inline-flex;
    font-size: 12px;
    gap: 8px;
    letter-spacing: .18em;
    margin-bottom: 12px;
    text-transform: uppercase
}

.fundwacht-testimonials-title {
    color: var(--c-ink);
    font-size: clamp(30px, 3.8vw, 54px);
    letter-spacing: -.03em;
    line-height: 1.05;
    margin: 0
}

.fundwacht-testimonials-lead {
    color: rgba(29, 26, 26, .68);
    font-size: 15px;
    line-height: 1.65;
    margin: 14px 0 0;
    max-width: 68ch
}

.fundwacht-testimonials-slider {
    margin-top: clamp(22px, 3vw, 36px);
    padding: 0 clamp(56px, 5vw, 72px);
    position: relative
}

@media (max-width:720px) {
    .fundwacht-testimonials-slider {
        padding: 0
    }
}

.fundwacht-testimonials-viewport {
    overflow: hidden;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.fundwacht-testimonials-track {
    display: flex;
    gap: 0;
    transition: transform .42s cubic-bezier(.2, .8, .2, 1);
    will-change: transform
}

.fundwacht-testimonial-card {
    background: #fdfcf9;
    border: 1px solid rgba(29, 26, 26, .16);
    border-radius: 2px;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .9), 0 18px 48px rgba(29, 26, 26, .1);
    flex: 0 0 100%;
    flex-direction: column;
    min-height: 320px;
    overflow: hidden;
    padding: clamp(20px, 2.4vw, 30px) clamp(20px, 2.6vw, 34px) clamp(18px, 2.2vw, 26px);
    width: 100%
}

.fundwacht-testimonial-card,
.fundwacht-testimonial-card__heading-area {
    display: flex;
    position: relative
}

.fundwacht-testimonial-card__heading-area {
    align-items: center;
    border-bottom: 1px dashed rgba(29, 26, 26, .2);
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 14px;
    padding-bottom: 12px
}

.fundwacht-testimonial-case-number {
    color: rgba(122, 36, 48, .95);
    font-family: JetBrains Mono, ui-monospace, Courier New, monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase
}

.fundwacht-testimonial-classification {
    background: rgba(29, 26, 26, .05);
    border: 1px solid rgba(29, 26, 26, .14);
    border-radius: 2px;
    color: rgba(29, 26, 26, .7);
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .08em;
    padding: 4px 9px;
    text-transform: uppercase
}

.fundwacht-testimonial-quote {
    color: rgba(29, 26, 26, .85);
    font-size: clamp(15.5px, 1.2vw, 17px);
    letter-spacing: -.005em;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    position: relative
}

.fundwacht-testimonial-quote p {
    margin: 0
}

.fundwacht-testimonial-insights {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin: 16px 0 0
}

.fundwacht-testimonial-insight {
    background: hsla(40, 27%, 94%, .45);
    border: 1px solid rgba(29, 26, 26, .1);
    border-radius: 2px;
    padding: 10px 12px;
    position: relative
}

.fundwacht-testimonial-insight--flag {
    background: rgba(122, 36, 48, .04)
}

.fundwacht-testimonial-insight--take {
    background: rgba(34, 87, 60, .035)
}

.fundwacht-testimonial-insight dt {
    color: rgba(29, 26, 26, .62);
    display: block;
    font-family: JetBrains Mono, ui-monospace, Courier New, monospace;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .2em;
    margin-bottom: 4px;
    text-transform: uppercase
}

.fundwacht-testimonial-insight--flag dt {
    color: rgba(122, 36, 48, .85)
}

.fundwacht-testimonial-insight--take dt {
    color: rgba(34, 87, 60, .8)
}

.fundwacht-testimonial-insight dd {
    color: rgba(29, 26, 26, .82);
    font-size: 13.5px;
    line-height: 1.55;
    margin: 0
}

.fundwacht-testimonial-meta {
    border-top: 1px solid rgba(29, 26, 26, .12);
    gap: 14px;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 16px;
    position: relative
}

.fundwacht-testimonial-meta,
.fundwacht-testimonial-person {
    align-items: center;
    display: flex
}

.fundwacht-testimonial-person {
    gap: 12px;
    min-width: 0
}

.fundwacht-testimonial-avatar {
    background: rgba(29, 26, 26, .06);
    border: 1px solid rgba(29, 26, 26, .18);
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(29, 26, 26, .08);
    filter: grayscale(.15);
    flex: 0 0 auto;
    height: 64px;
    overflow: hidden;
    width: 64px
}

.fundwacht-testimonial-avatar img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 30%;
    object-position: center 30%;
    width: 100%
}

.fundwacht-testimonial-person__text {
    min-width: 0
}

.fundwacht-testimonial-name {
    color: rgba(29, 26, 26, .92);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -.01em
}

.fundwacht-testimonial-name,
.fundwacht-testimonials-subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fundwacht-testimonials-subtitle {
    color: rgba(29, 26, 26, .6);
    font-size: 12px;
    letter-spacing: .04em;
    margin-top: 1px;
    text-transform: uppercase
}

.fundwacht-testimonial-loss {
    align-items: flex-end;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    text-align: right
}

.fundwacht-testimonial-loss__label {
    color: rgba(29, 26, 26, .55);
    font-size: 10px;
    letter-spacing: .22em;
    margin-bottom: 2px;
    text-transform: uppercase
}

.fundwacht-testimonial-loss__amount,
.fundwacht-testimonial-loss__label {
    font-family: JetBrains Mono, ui-monospace, Courier New, monospace
}

.fundwacht-testimonial-loss__amount {
    color: rgba(122, 36, 48, .95);
    font-size: clamp(18px, 1.5vw, 22px);
    font-weight: 700;
    letter-spacing: -.01em
}

.fundwacht-testimonial-navigation-button {
    background: hsla(0, 0%, 100%, .86);
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 4px;
    box-shadow: 0 18px 50px rgba(29, 26, 26, .12);
    cursor: pointer;
    height: 44px;
    position: absolute;
    top: 50%;
    transition: transform .14s ease, background .14s ease, box-shadow .14s ease;
    width: 44px;
    z-index: 2
}

.fundwacht-testimonial-navigation-button,
.fundwacht-testimonial-navigation-button:hover {
    transform: translateY(-50%)
}

.fundwacht-testimonial-navigation-button:hover {
    background: hsla(0, 0%, 100%, .95);
    box-shadow: 0 22px 60px rgba(29, 26, 26, .14)
}

.fundwacht-testimonial-navigation-button:active {
    box-shadow: 0 16px 40px rgba(29, 26, 26, .1);
    transform: translateY(-50%)
}

.fundwacht-testimonial-navigation-button--prev {
    left: 6px
}

.fundwacht-testimonial-navigation-button--next {
    right: 6px
}

.fundwacht-testimonial-navigation-button:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    content: "";
    inset: 0;
    opacity: .85;
    position: absolute
}

.fundwacht-testimonial-navigation-button--prev:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='rgba(15,23,42,0.85)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='m14.5 5.5-6 6.5 6 6.5'/%3E%3C/svg%3E")
}

.fundwacht-testimonial-navigation-button--next:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='rgba(15,23,42,0.85)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='m9.5 5.5 6 6.5-6 6.5'/%3E%3C/svg%3E")
}

@media (max-width:720px) {
    .fundwacht-testimonial-navigation-button {
        display: none
    }
}

.fundwacht-testimonial-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    padding: 16px
}

.fundwacht-testimonial-dots button {
    background: rgba(29, 26, 26, .12);
    border: 1px solid rgba(29, 26, 26, .18);
    border-radius: 999px;
    cursor: pointer;
    height: 9px;
    padding: 0;
    transition: transform .14s ease, background .14s ease, width .14s ease;
    width: 9px
}

.fundwacht-testimonial-dots button.fundwacht-state-active {
    background: linear-gradient(90deg, rgba(122, 36, 48, .95), rgba(122, 36, 48, .55));
    border-color: rgba(29, 26, 26, .1);
    width: 22px
}

.fundwacht-testimonial-dots button:active {
    transform: scale(.96)
}

.fundwacht-testimonial-quote b {
    font-weight: 900;
    letter-spacing: -.01em
}

@media (max-width:720px) {
    .fundwacht-testimonials-viewport {
        padding: 14px 10px
    }

    .fundwacht-testimonials-track {
        gap: 0
    }

    .fundwacht-testimonial-card {
        flex: 0 0 100%;
        min-height: 0;
        padding: clamp(16px, 4vw, 20px);
        width: 100%
    }

    .fundwacht-testimonial-card__heading-area {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px
    }

    .fundwacht-testimonial-insights {
        gap: 8px;
        grid-template-columns: 1fr
    }

    .fundwacht-testimonial-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px
    }

    .fundwacht-testimonial-person {
        width: 100%
    }

    .fundwacht-testimonial-loss {
        align-items: flex-start;
        border-top: 1px solid rgba(29, 26, 26, .12);
        padding: 10px 0 0;
        text-align: left;
        width: 100%
    }

    .fundwacht-testimonials-subtitle {
        overflow: visible;
        text-overflow: clip
    }

    .fundwacht-testimonial-name,
    .fundwacht-testimonials-subtitle {
        white-space: normal
    }
}

.fundwacht-metrics-section {
    background: radial-gradient(1100px 520px at 14% 0, rgba(122, 36, 48, .14), transparent 62%), radial-gradient(900px 520px at 88% 18%, rgba(122, 36, 48, .08), transparent 60%), linear-gradient(180deg, #faf7f1, #f3f0ea 60%, #f3f0ea);
    overflow: hidden;
    padding: clamp(56px, 6vw, 96px) 0;
    position: relative
}

.fundwacht-metrics-section__grain {
    background-image: radial-gradient(rgba(29, 26, 26, .09) 1px, transparent 0);
    background-size: 22px 22px;
    inset: 0;
    opacity: .14
}

.fundwacht-metrics-section__decoration,
.fundwacht-metrics-section__grain {
    pointer-events: none;
    position: absolute
}

.fundwacht-metrics-section__decoration {
    background: radial-gradient(620px 360px at 18% 34%, rgba(122, 36, 48, .16), transparent 60%), radial-gradient(560px 380px at 84% 66%, rgba(122, 36, 48, .1), transparent 58%), radial-gradient(900px 500px at 50% 110%, rgba(29, 26, 26, .06), transparent 62%);
    filter: blur(.2px);
    inset: -1px;
    opacity: .55
}

.fundwacht-metrics-section .fundwacht-layout-container {
    position: relative;
    z-index: 1
}

.fundwacht-metrics-section__heading-area {
    max-width: 78ch
}

.fundwacht-metrics-section__eyebrow {
    align-items: center;
    color: rgba(29, 26, 26, .64);
    display: inline-flex;
    font-size: 12px;
    gap: 10px;
    letter-spacing: .18em;
    margin-bottom: 12px;
    text-transform: uppercase
}

.fundwacht-metrics-section__dot {
    background: rgba(122, 36, 48, .95);
    border-radius: 999px;
    box-shadow: 0 0 0 5px rgba(122, 36, 48, .18);
    height: 10px;
    width: 10px
}

.fundwacht-metrics-section__title {
    color: var(--c-ink);
    font-size: clamp(30px, 3.8vw, 54px);
    letter-spacing: -.03em;
    line-height: 1.05;
    margin: 0
}

.fundwacht-metrics-section__lead-text {
    color: rgba(29, 26, 26, .7);
    font-size: 16px;
    line-height: 1.65;
    margin: 14px 0 0;
    max-width: 72ch
}

.fundwacht-metrics-section__grid-layout {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
    margin-top: clamp(18px, 2.8vw, 32px)
}

@media (min-width:860px) {
    .fundwacht-metrics-section__grid-layout {
        gap: 18px;
        grid-template-columns: repeat(3, 1fr)
    }
}

.fundwacht-metric-card {
    backdrop-filter: blur(10px);
    background: radial-gradient(680px 280px at 0 0, rgba(122, 36, 48, .12), transparent 60%), radial-gradient(620px 320px at 100% 100%, rgba(122, 36, 48, .09), transparent 55%), hsla(0, 0%, 100%, .86);
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 4px;
    box-shadow: 0 22px 70px rgba(29, 26, 26, .09);
    overflow: hidden;
    padding: clamp(16px, 2vw, 22px);
    position: relative
}

.fundwacht-metric-card:before {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .55), hsla(0, 0%, 100%, 0)), radial-gradient(420px 240px at 18% 20%, rgba(122, 36, 48, .2), transparent 60%), radial-gradient(420px 240px at 84% 80%, rgba(122, 36, 48, .12), transparent 60%);
    content: "";
    inset: -1px;
    opacity: .65;
    pointer-events: none;
    position: absolute
}

.fundwacht-metric-card__top-area {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    position: relative
}

.fundwacht-metric-card__badge {
    align-items: center;
    background: rgba(246, 247, 249, .86);
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(29, 26, 26, .06);
    color: rgba(29, 26, 26, .78);
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 10px
}

.fundwacht-metric-card__spark {
    background: radial-gradient(18px 18px at 30% 30%, rgba(122, 36, 48, .35), transparent 65%), radial-gradient(18px 18px at 70% 70%, rgba(122, 36, 48, .22), transparent 65%), hsla(0, 0%, 100%, .75);
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 4px;
    box-shadow: 0 18px 45px rgba(29, 26, 26, .1);
    height: 44px;
    width: 44px
}

.fundwacht-metric-card__value {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 14px;
    position: relative
}

.fundwacht-metric-card__prefix {
    background: hsla(0, 0%, 100%, .7);
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 999px;
    color: rgba(29, 26, 26, .62);
    font-size: 12px;
    letter-spacing: .14em;
    padding: 6px 10px;
    text-transform: uppercase
}

.fundwacht-metric-card__number {
    color: rgba(29, 26, 26, .92);
    font-size: clamp(34px, 3.2vw, 44px);
    font-weight: 900;
    letter-spacing: -.03em;
    line-height: 1.05;
    text-shadow: 0 18px 60px rgba(29, 26, 26, .08)
}

.fundwacht-metric-card__text {
    color: rgba(29, 26, 26, .72);
    font-size: 14px;
    line-height: 1.6;
    margin: 12px 0 0;
    position: relative
}

.fundwacht-metric-card__metadata {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
    position: relative
}

.fundwacht-metric-card__pill {
    background: hsla(0, 0%, 100%, .72);
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 999px;
    color: rgba(29, 26, 26, .66);
    font-size: 12px;
    padding: 7px 10px
}

@media (prefers-reduced-motion:reduce) {
    .fundwacht-metric-card {
        backdrop-filter: none
    }
}

.fundwacht-consultation-intake {
    background: var(--c-bg);
    overflow: hidden;
    padding: clamp(56px, 6vw, 96px) 0;
    position: relative
}

@media (min-width:980px) {
    .fundwacht-consultation-intake__panel {
        background: hsla(0, 0%, 100%, .78)
    }
}

.fundwacht-consultation-intake:before {
    background-image: radial-gradient(rgba(29, 26, 26, .09) 1px, transparent 0);
    background-size: 22px 22px;
    content: "";
    inset: 0;
    opacity: .14;
    pointer-events: none;
    position: absolute;
    z-index: -2
}

.fundwacht-consultation-intake__heading-area,
.fundwacht-consultation-intake__wrapper {
    position: relative
}

.fundwacht-consultation-intake__heading-area {
    margin-bottom: clamp(14px, 2.2vw, 20px);
    max-width: 70ch
}

.fundwacht-consultation-intake__eyebrow {
    align-items: center;
    color: rgba(29, 26, 26, .64);
    display: inline-flex;
    font-size: 12px;
    gap: 8px;
    letter-spacing: .18em;
    margin-bottom: 12px;
    text-transform: uppercase
}

.fundwacht-consultation-intake__dot {
    align-self: flex-start;
    background: transparent;
    border-left: 2px solid var(--c-accent);
    border-radius: 0;
    border-top: 2px solid var(--c-accent);
    height: 16px;
    margin-top: -2px;
    opacity: .8;
    width: 22px
}

.fundwacht-consultation-intake__title {
    color: var(--c-ink);
    font-size: clamp(28px, 3.2vw, 44px);
    letter-spacing: -.03em;
    line-height: 1.07;
    margin: 0
}

.fundwacht-consultation-intake__subtitle {
    background: rgba(122, 36, 48, .06);
    border-left: 3px solid var(--c-accent);
    color: var(--c-ink2);
    font-size: 14px;
    line-height: 1.55;
    margin: 16px 0 0;
    max-width: 72ch;
    padding: 12px 16px
}

.fundwacht-consultation-intake__subtitle strong {
    color: var(--c-ink)
}

.fundwacht-consultation-intake__panel {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 4px;
    box-shadow: 0 28px 80px rgba(29, 26, 26, .1);
    display: grid;
    grid-template-columns: 1fr .84fr;
    overflow: hidden;
    position: relative
}

@media (max-width:980px) {
    .fundwacht-consultation-intake__panel {
        grid-template-columns: 1fr
    }

    .fundwacht-consultation-intake__side {
        display: none
    }
}

.fundwacht-consultation-intake__side:before {
    background-image: url(../img/sections/form-bg.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90%;
    content: "";
    inset: 0;
    opacity: .14;
    pointer-events: none;
    position: absolute
}

.fundwacht-consultation-intake__form {
    padding: clamp(16px, 2.2vw, 24px);
    position: relative
}

.fundwacht-consultation-intake__grid-layout {
    display: grid;
    gap: 14px
}

.fundwacht-consultation-intake__field {
    display: grid;
    gap: 8px;
    min-width: 0;
    position: relative
}

.fundwacht-consultation-intake__field--phone .fundwacht-consultation-intake__hint {
    margin-top: -2px
}

.fundwacht-consultation-intake__phone-group {
    align-items: stretch;
    background: #fff;
    border: 1px solid rgba(210, 216, 225, .95);
    border-radius: 4px;
    box-shadow: 0 10px 24px rgba(29, 26, 26, .045);
    display: flex;
    min-height: 52px;
    overflow: visible;
    transition: border-color .14s ease, box-shadow .14s ease, transform .14s ease;
    width: 100%
}

.fundwacht-consultation-intake__phone-group:focus-within {
    border-color: rgba(122, 36, 48, .45);
    box-shadow: 0 0 0 3px rgba(122, 36, 48, .1), 0 14px 34px rgba(29, 26, 26, .06)
}

.fundwacht-consultation-intake__phone-group .iti {
    display: block;
    flex: 1 1 auto;
    width: 100%
}

.fundwacht-consultation-intake__phone-group .iti__country-container {
    background: rgba(247, 248, 250, .9);
    border-right: 1px solid rgba(210, 216, 225, .9)
}

.fundwacht-consultation-intake__phone-group .iti__selected-country {
    color: rgba(29, 26, 26, .82);
    cursor: pointer;
    font-size: 14.5px;
    font-weight: 600;
    min-width: 104px
}

.fundwacht-consultation-intake__phone-group .iti__selected-country-primary {
    gap: 10px;
    padding-left: 20px;
    padding-right: 14px
}

.fundwacht-consultation-intake__phone-group .iti__selected-country-primary:hover {
    background: rgba(238, 240, 243, .95)
}

.fundwacht-consultation-intake__phone-group .iti__selected-dial-code {
    color: rgba(29, 26, 26, .86);
    font-variant-numeric: tabular-nums;
    margin-left: 0
}

.fundwacht-consultation-intake__phone-group .iti__arrow {
    border-color: rgba(29, 26, 26, .58);
    margin-left: 2px
}

.fundwacht-consultation-intake__phone-group .iti__country-selector {
    border-color: rgba(210, 216, 225, .95);
    box-shadow: 0 18px 45px rgba(29, 26, 26, .14);
    z-index: 90
}

.fundwacht-consultation-intake__input--phone {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    flex: 1 1 auto;
    min-height: 52px;
    min-width: 0;
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.fundwacht-consultation-intake__input--phone::placeholder {
    color: rgba(29, 26, 26, .42);
    font-weight: 400;
    opacity: 1
}

.fundwacht-consultation-intake__input--phone:focus {
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important
}

.fundwacht-consultation-intake__field--phone.fundwacht-state-invalid .fundwacht-consultation-intake__phone-group {
    border-color: rgba(185, 28, 28, .45);
    box-shadow: 0 0 0 3px rgba(185, 28, 28, .08), 0 12px 28px rgba(29, 26, 26, .045)
}

.fundwacht-consultation-intake__field--phone.fundwacht-state-valid .fundwacht-consultation-intake__phone-group {
    border-color: rgba(22, 101, 52, .38);
    box-shadow: 0 0 0 3px rgba(22, 101, 52, .06), 0 12px 28px rgba(29, 26, 26, .04)
}

.fundwacht-consultation-intake__label {
    color: rgba(29, 26, 26, .78);
    font-size: 13px;
    font-weight: 650;
    letter-spacing: -.01em
}

.fundwacht-consultation-intake__input,
.fundwacht-consultation-intake__select {
    background: hsla(0, 0%, 100%, .92);
    border: 1px solid rgba(229, 231, 235, .95);
    border-radius: 4px;
    box-shadow: 0 12px 30px rgba(29, 26, 26, .05);
    color: rgba(29, 26, 26, .92);
    font-size: 15px;
    outline: none;
    padding: 12px;
    transition: border-color .14s ease, box-shadow .14s ease, transform .14s ease;
    width: 100%
}

.fundwacht-consultation-intake__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, rgba(29, 26, 26, .65) 0), linear-gradient(135deg, rgba(29, 26, 26, .65) 50%, transparent 0);
    background-position: calc(100% - 18px) 52%, calc(100% - 12px) 52%;
    background-repeat: no-repeat;
    background-size: 6px 6px, 6px 6px;
    padding: 12px 40px 12px 12px
}

.fundwacht-consultation-intake__textarea {
    line-height: 1.45;
    min-height: 118px;
    resize: vertical
}

.fundwacht-consultation-intake__input:focus,
.fundwacht-consultation-intake__select:focus {
    border-color: rgba(122, 36, 48, .45);
    box-shadow: 0 0 0 4px rgba(122, 36, 48, .12), 0 16px 40px rgba(29, 26, 26, .07);
    transform: translateY(-1px)
}

.fundwacht-consultation-intake__hint {
    color: rgba(29, 26, 26, .55);
    font-size: 12px
}

.fundwacht-consultation-intake__footer {
    border-top: 1px solid rgba(229, 231, 235, .85);
    display: grid;
    gap: 10px;
    margin-top: 14px;
    padding-top: 14px
}

.fundwacht-consultation-intake__agree {
    align-items: start;
    cursor: pointer;
    display: grid;
    gap: 10px;
    grid-template-columns: 18px 1fr;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.fundwacht-consultation-intake__check {
    accent-color: var(--c-accent);
    border-radius: 3px;
    height: 18px;
    margin-top: 2px;
    transition: box-shadow .14s ease, outline-color .14s ease;
    width: 18px
}

.fundwacht-consultation-intake__agree.fundwacht-state-invalid .fundwacht-consultation-intake__check {
    box-shadow: 0 0 0 4px rgba(185, 28, 28, .14)
}

.fundwacht-consultation-intake__agree.fundwacht-state-invalid .fundwacht-consultation-intake__agreement-text {
    color: rgba(185, 28, 28, .92)
}

.fundwacht-consultation-intake__agreement-text {
    color: rgba(29, 26, 26, .72);
    font-size: 13px;
    line-height: 1.45
}

.fundwacht-consultation-intake__submit {
    margin-top: 6px;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width:520px) {
    .fundwacht-consultation-intake__submit {
        width: 100%
    }
}

.fundwacht-consultation-intake__mini-note {
    color: rgba(29, 26, 26, .55);
    font-size: 12px;
    margin: 0
}

.fundwacht-consultation-intake__error {
    color: rgba(185, 28, 28, .92);
    display: none;
    font-size: 12px
}

.fundwacht-consultation-intake__field.fundwacht-state-invalid .fundwacht-consultation-intake__input,
.fundwacht-consultation-intake__field.fundwacht-state-invalid .fundwacht-consultation-intake__select {
    border-color: rgba(185, 28, 28, .45);
    box-shadow: 0 0 0 4px rgba(185, 28, 28, .1), 0 14px 34px rgba(29, 26, 26, .06)
}

.fundwacht-consultation-intake__error--agree.fundwacht-state-show,
.fundwacht-consultation-intake__field.fundwacht-state-invalid .fundwacht-consultation-intake__error {
    display: block
}

.fundwacht-consultation-intake__side {
    background: radial-gradient(520px 360px at 30% 20%, rgba(122, 36, 48, .14), transparent 62%), radial-gradient(520px 360px at 70% 80%, rgba(122, 36, 48, .1), transparent 58%), linear-gradient(180deg, hsla(0, 0%, 100%, .55), hsla(0, 0%, 100%, .35));
    border-left: 1px solid rgba(229, 231, 235, .85);
    position: relative
}

.fundwacht-consultation-intake__decoration {
    background-image: radial-gradient(240px 240px at 70% 22%, rgba(122, 36, 48, .22), transparent 62%), radial-gradient(320px 260px at 32% 74%, rgba(122, 36, 48, .14), transparent 60%);
    filter: blur(.2px);
    inset: 0;
    opacity: .55;
    pointer-events: none;
    position: absolute
}

.fundwacht-consultation-intake__honeypot {
    height: 1px;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.fundwacht-resources-articles {
    background: #fff;
    padding: 56px 0
}

.fundwacht-resources-articles__grid-layout {
    display: grid;
    gap: 16px;
    margin-top: 18px
}

.fundwacht-resources-articles__card {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 18px 48px rgba(29, 26, 26, .08);
    overflow: hidden
}

.fundwacht-resources-articles__link {
    color: inherit;
    display: grid;
    grid-template-rows: 210px auto;
    text-decoration: none
}

.fundwacht-resources-articles__media {
    background: #e9e4d9;
    overflow: hidden;
    position: relative
}

.fundwacht-resources-articles__media img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.fundwacht-resources-articles__body-content {
    padding: 18px 18px 20px;
    position: relative
}

.fundwacht-resources-articles__card {
    border: 1px solid transparent;
    position: relative;
    transition: border-color .22s ease, box-shadow .22s ease
}

.fundwacht-resources-articles__card:after {
    background: var(--c-accent);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.fundwacht-resources-articles__media img {
    transition: transform .5s ease;
    will-change: transform
}

.fundwacht-resources-articles__title {
    transition: color .22s ease
}

.fundwacht-resources-articles__metadata {
    align-items: center;
    color: var(--ink-muted, #5a5550);
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px
}

.fundwacht-resources-articles__title {
    color: var(--ink-strong, #1d1a1a);
    font-size: 22px;
    letter-spacing: -.02em;
    line-height: 1.18;
    margin: 10px 0 0
}

.fundwacht-resources-articles__text {
    color: var(--ink-soft, #3a3632);
    font-size: 15px;
    line-height: 1.6;
    margin: 10px 0 0
}

.fundwacht-resources-articles__call-to-action {
    align-items: center;
    color: var(--accent, #7a2430);
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    margin-top: 14px
}

@media (min-width:768px) {
    .fundwacht-resources-articles {
        padding: 72px 0
    }

    .fundwacht-resources-articles__grid-layout {
        gap: 18px;
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .fundwacht-resources-articles__link {
        grid-template-rows: 240px auto
    }

    .fundwacht-resources-articles__body-content {
        padding: 18px 18px 20px
    }
}

@media (hover:hover) {
    .fundwacht-resources-articles__card:hover {
        border-color: rgba(122, 36, 48, .22);
        box-shadow: 0 26px 70px rgba(29, 26, 26, .14)
    }

    .fundwacht-resources-articles__card:hover .fundwacht-resources-articles__media img {
        transform: scale(1.04)
    }

    .fundwacht-resources-articles__card:hover .fundwacht-resources-articles__title {
        color: var(--c-accent)
    }
}

.fundwacht-section-heading {
    margin: 0;
    max-width: 860px
}

.fundwacht-site-header-badge {
    align-items: center;
    color: rgba(29, 26, 26, .7);
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    gap: 8px;
    letter-spacing: .18em;
    margin-bottom: 12px;
    text-transform: uppercase
}

.fundwacht-site-header-badge:before {
    align-self: flex-start;
    background: transparent;
    border-left: 2px solid var(--c-accent);
    border-top: 2px solid var(--c-accent);
    content: "";
    flex-shrink: 0;
    height: 16px;
    margin-top: -2px;
    opacity: .8;
    width: 22px
}

.fundwacht-section-title {
    color: var(--c-ink);
    font-size: clamp(30px, 4vw, 52px);
    letter-spacing: -.03em;
    line-height: 1.06;
    margin: 0;
    max-width: 26ch
}

.fundwacht-section-subtitle {
    color: rgba(29, 26, 26, .72);
    font-size: 16px;
    line-height: 1.65;
    margin: 14px 0 0;
    max-width: 70ch
}

.fundwacht-section-heading+* {
    margin-top: 22px
}

.fundwacht-site-footer {
    background: radial-gradient(900px 360px at 18% 20%, rgba(122, 36, 48, .16), transparent 60%), radial-gradient(860px 380px at 78% 10%, rgba(122, 36, 48, .14), transparent 62%), linear-gradient(180deg, #1d1a1a, #120f0f);
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    color: hsla(0, 0%, 100%, .86);
    isolation: isolate;
    overflow: hidden;
    position: relative
}

.fundwacht-site-footer:before {
    background-image: radial-gradient(hsla(0, 0%, 100%, .6) 1px, transparent 0);
    background-size: 18px 18px;
    inset: -2px;
    -webkit-mask-image: radial-gradient(circle at 40% 20%, #000, transparent 62%);
    mask-image: radial-gradient(circle at 40% 20%, #000, transparent 62%);
    opacity: .08
}

.fundwacht-site-footer:after,
.fundwacht-site-footer:before {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 0
}

.fundwacht-site-footer:after {
    background: radial-gradient(circle at 50% 30%, transparent 0, rgba(0, 0, 0, .48) 72%, rgba(0, 0, 0, .62) 100%);
    inset: 0;
    opacity: .55
}

.fundwacht-site-footer-container {
    margin-inline: auto;
    padding-inline: 20px;
    padding-bottom: 22px;
    padding-top: clamp(40px, 5vw, 70px);
    position: relative;
    width: min(var(--container, 1120px), 100%);
    z-index: 1
}

@media (min-width:768px) {
    .fundwacht-site-footer-container {
        padding-inline: 28px
    }
}

.fundwacht-site-footer-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr
}

@media (min-width:720px) {
    .fundwacht-site-footer-grid {
        gap: 20px;
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width:1040px) {
    .fundwacht-site-footer-grid {
        gap: 26px;
        grid-template-columns: 1.25fr 1fr .9fr 1fr
    }
}

.fundwacht-site-footer-column {
    backdrop-filter: none;
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0;
    position: relative
}

.fundwacht-site-footer-column:before {
    display: none
}

@media (min-width:1040px) {
    .fundwacht-site-footer-column:not(:first-child) {
        border-left: 1px solid hsla(0, 0%, 100%, .08);
        padding-left: 26px
    }
}

.fundwacht-site-footer-about {
    padding: 0
}

@media (min-width:1040px) {
    .fundwacht-site-footer-about {
        padding-right: 10px
    }
}

.fundwacht-site-footer-logo {
    align-items: center;
    color: inherit;
    display: inline-flex;
    gap: 12px;
    text-decoration: none
}

.fundwacht-site-footer-logo img {
    display: block;
    filter: saturate(.95) contrast(1.04);
    height: auto;
    max-width: 100%;
    width: 150px
}

@media (min-width:520px) {
    .fundwacht-site-footer-logo img {
        width: 180px
    }
}

.fundwacht-site-footer-description {
    color: hsla(0, 0%, 100%, .8);
    font-size: 14px;
    line-height: 1.65;
    margin: 14px 0 0;
    max-width: 65ch
}

.fundwacht-no-wrap {
    color: hsla(0, 0%, 100%, .92);
    font-weight: 800;
    white-space: nowrap
}

.fundwacht-site-footer-title {
    color: hsla(0, 0%, 100%, .88);
    font-size: 14px;
    letter-spacing: .14em;
    margin: 0;
    text-transform: uppercase
}

.fundwacht-site-footer-title:after {
    background: var(--c-accent);
    content: "";
    display: block;
    height: 2px;
    margin-top: 10px;
    opacity: .8;
    width: 22px
}

.fundwacht-site-footer-list {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 14px 0 0;
    padding: 0
}

.fundwacht-site-footer-list li {
    min-width: 0
}

.fundwacht-site-footer-list a {
    align-items: center;
    border-radius: 4px;
    color: hsla(0, 0%, 100%, .82);
    display: inline-flex;
    gap: 8px;
    margin-left: -8px;
    padding: 6px 8px;
    text-decoration: none;
    transition: background .14s ease, color .14s ease, transform .14s ease
}

.fundwacht-site-footer-list a:hover {
    background: hsla(0, 0%, 100%, .06);
    color: hsla(0, 0%, 100%, .94)
}

.fundwacht-site-footer-list a:active {
    transform: translateY(1px)
}

.fundwacht-site-footer a:focus-visible {
    border-radius: 4px;
    outline: 2px solid rgba(122, 36, 48, .65);
    outline-offset: 3px
}

.fundwacht-site-footer-contact li {
    align-items: start;
    color: hsla(0, 0%, 100%, .8);
    display: grid;
    font-size: 14px;
    gap: 10px;
    grid-template-columns: 22px 1fr;
    line-height: 1.55
}

.fundwacht-site-footer-contact a {
    border-radius: 0;
    margin-left: 0;
    padding: 0
}

.fundwacht-site-footer-contact a:hover {
    background: transparent;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px
}

.fundwacht-site-footer-icon {
    background: hsla(0, 0%, 100%, .06);
    border: 1px solid hsla(0, 0%, 100%, .12);
    border-radius: 2px;
    flex: 0 0 auto;
    height: 22px;
    margin-top: 2px;
    overflow: hidden;
    position: relative;
    width: 22px
}

.fundwacht-site-footer-icon:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    content: "";
    inset: 0;
    opacity: .92;
    position: absolute
}

.fundwacht-site-footer-icon--pin:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='rgba(255,255,255,0.92)' stroke-linejoin='round' stroke-width='2' d='M12 22s7-5.2 7-12a7 7 0 1 0-14 0c0 6.8 7 12 7 12Z'/%3E%3Cpath fill='none' stroke='rgba(255,255,255,0.92)' stroke-width='2' d='M12 13.2a3.2 3.2 0 1 0 0-6.4 3.2 3.2 0 0 0 0 6.4Z'/%3E%3C/svg%3E")
}

.fundwacht-site-footer-icon--phone:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='rgba(255,255,255,0.92)' stroke-linejoin='round' stroke-width='2' d='M7.2 3.8 9.8 3c.6-.2 1.2.1 1.5.7l1.1 2.6c.2.5.1 1.1-.3 1.5l-1 1c1.2 2.5 3.2 4.6 5.7 5.8l1-1c.4-.4 1-.5 1.5-.3l2.6 1.1c.6.3.9.9.7 1.5l-.8 2.6c-.2.6-.7 1-1.3 1.1-2.9.4-6.4-1-9.5-4.1S6.5 8.9 6.9 6c.1-.6.5-1.1 1.1-1.3Z'/%3E%3C/svg%3E")
}

.fundwacht-site-footer-icon--mail:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='rgba(255,255,255,0.92)' stroke-width='2' d='M4 7.5A3.5 3.5 0 0 1 7.5 4h9A3.5 3.5 0 0 1 20 7.5v9a3.5 3.5 0 0 1-3.5 3.5h-9A3.5 3.5 0 0 1 4 16.5z'/%3E%3Cpath fill='none' stroke='rgba(255,255,255,0.92)' stroke-linecap='round' stroke-width='2' d='M6.5 7.5 12 12l5.5-4.5'/%3E%3C/svg%3E")
}

.fundwacht-site-footer-icon--clock:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='none' stroke='rgba(255,255,255,0.92)' stroke-width='2'/%3E%3Cpath fill='none' stroke='rgba(255,255,255,0.92)' stroke-linecap='round' stroke-width='2' d='M12 7v5l3.2 2'/%3E%3C/svg%3E")
}

.fundwacht-site-footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px
}

.fundwacht-site-footer-badge {
    align-items: center;
    background: hsla(0, 0%, 100%, .04);
    border: 1px solid hsla(0, 0%, 100%, .12);
    border-left: 2px solid var(--c-accent);
    border-radius: 2px;
    color: hsla(0, 0%, 100%, .82);
    display: inline-flex;
    font-size: 11.5px;
    font-weight: 500;
    gap: 10px;
    letter-spacing: .04em;
    padding: 7px 12px 7px 14px;
    text-transform: uppercase
}

.fundwacht-site-footer-badge:before {
    background: var(--c-accent);
    content: "";
    height: 1px;
    opacity: .8;
    width: 8px
}

.fundwacht-site-footer-badge:nth-child(2) {
    border-left-color: rgba(122, 36, 48, .62)
}

.fundwacht-site-footer-badge:nth-child(3) {
    border-left-color: hsla(0, 0%, 100%, .32)
}

.fundwacht-site-footer-badge:nth-child(3):before {
    background: hsla(0, 0%, 100%, .42)
}

.fundwacht-site-footer-quick-links {
    display: grid;
    gap: 10px;
    margin-top: 14px
}

.fundwacht-site-footer-quick-button:hover {
    box-shadow: 0 22px 70px rgba(0, 0, 0, .52);
    filter: saturate(1.04)
}

.fundwacht-site-footer-quick-button:active {
    box-shadow: 0 16px 44px rgba(0, 0, 0, .42)
}

.fundwacht-site-footer-mini {
    color: hsla(0, 0%, 100%, .72);
    font-size: 12px;
    line-height: 1.55;
    margin: 0
}

.fundwacht-site-footer-note {
    align-items: flex-start;
    background: hsla(0, 0%, 100%, .04);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 4px;
    color: hsla(0, 0%, 100%, .76);
    display: flex;
    font-size: 13px;
    gap: 10px;
    line-height: 1.55;
    margin-top: 14px;
    padding: 12px
}

.fundwacht-site-footer-note__dot {
    background: rgba(122, 36, 48, .92);
    border-radius: 999px;
    box-shadow: 0 0 0 5px rgba(122, 36, 48, .14);
    flex-shrink: 0;
    height: 10px;
    margin-top: 4px;
    width: 10px
}

.fundwacht-site-footer-highlights {
    display: grid;
    gap: 10px;
    margin-top: 14px
}

.fundwacht-site-footer-highlight {
    background: radial-gradient(420px 180px at 15% 20%, rgba(122, 36, 48, .12), transparent 60%), radial-gradient(420px 180px at 90% 80%, rgba(122, 36, 48, .1), transparent 60%), hsla(0, 0%, 100%, .04);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 4px;
    color: hsla(0, 0%, 100%, .78);
    font-size: 13px;
    line-height: 1.55;
    padding: 12px
}

.fundwacht-site-footer-highlight strong {
    color: hsla(0, 0%, 100%, .92);
    font-weight: 800
}

.fundwacht-site-footer-disclaimer {
    background: rgba(0, 0, 0, .18);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 4px;
    margin-top: 14px;
    padding: 12px
}

.fundwacht-site-footer-disclaimer p {
    color: hsla(0, 0%, 100%, .66);
    font-size: 12px;
    line-height: 1.6;
    margin: 0
}

.fundwacht-site-footer-legal {
    background: none;
    border-top: 1px solid hsla(0, 0%, 100%, .08);
    margin-top: 36px;
    padding: 24px 0 0
}

.fundwacht-site-footer-cta {
    margin-top: 18px
}

.fundwacht-site-footer-legal__label {
    color: hsla(0, 0%, 100%, .78);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    margin-bottom: 10px;
    text-transform: uppercase
}

.fundwacht-site-footer-legal__list {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0
}

.fundwacht-site-footer-legal__list li {
    color: hsla(0, 0%, 100%, .72);
    font-size: 12.5px;
    line-height: 1.6;
    padding-left: 14px;
    position: relative
}

.fundwacht-site-footer-legal__list li:before {
    background: var(--c-accent);
    border-radius: 1px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 5px
}

.fundwacht-site-footer-legal__list li strong {
    color: hsla(0, 0%, 100%, .94);
    font-weight: 600
}

.fundwacht-site-footer-bottom {
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    display: grid;
    gap: 10px;
    margin-top: 18px;
    padding-top: 16px
}

@media (min-width:860px) {
    .fundwacht-site-footer-bottom {
        align-items: center;
        grid-template-columns: 1fr auto
    }
}

.fundwacht-site-footer-copyright {
    color: hsla(0, 0%, 100%, .66);
    font-size: 12px;
    letter-spacing: .01em;
    margin: 0
}

.fundwacht-site-footer-bottom-links {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start
}

@media (min-width:860px) {
    .fundwacht-site-footer-bottom-links {
        justify-content: flex-end
    }
}

.fundwacht-site-footer-bottom-links a {
    background: hsla(0, 0%, 100%, .04);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 4px;
    color: hsla(0, 0%, 100%, .76);
    padding: 6px 10px;
    text-decoration: none;
    transition: background .14s ease, color .14s ease, transform .14s ease
}

.fundwacht-site-footer-bottom-links a:hover {
    background: hsla(0, 0%, 100%, .07);
    color: hsla(0, 0%, 100%, .92)
}

.fundwacht-site-footer-bottom-links a:active {
    transform: translateY(1px)
}

.fundwacht-site-footer-separator {
    background: hsla(0, 0%, 100%, .18);
    height: 14px;
    opacity: .9;
    width: 1px
}

.fundwacht-site-footer-decor {
    background: radial-gradient(circle at 30% 30%, rgba(122, 36, 48, .22), transparent 60%), radial-gradient(circle at 70% 70%, rgba(122, 36, 48, .16), transparent 62%);
    filter: blur(40px);
    height: 520px;
    inset: auto auto -160px -160px;
    opacity: .65;
    pointer-events: none;
    position: absolute;
    transform: rotate(-12deg);
    width: 520px;
    z-index: 0
}

.fundwacht-site-footer-decor:after {
    background: transparent;
    border-radius: 999px;
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .06), inset 0 0 0 20px rgba(122, 36, 48, .03), inset 0 0 0 44px rgba(122, 36, 48, .02);
    content: "";
    height: 240px;
    left: 240px;
    opacity: .9;
    position: absolute;
    top: 220px;
    width: 240px
}

.fundwacht-site-footer .fundwacht-scroll-reveal {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .65s ease, transform .65s ease;
    transition-delay: var(--d, 0s)
}

.fundwacht-site-footer .fundwacht-scroll-reveal.fundwacht-state-inview {
    opacity: 1;
    transform: none
}

@media (prefers-reduced-motion:reduce) {

    .fundwacht-site-footer .fundwacht-scroll-reveal,
    .fundwacht-site-footer .fundwacht-scroll-reveal.fundwacht-state-inview {
        opacity: 1;
        transform: none;
        transition: none
    }

    .fundwacht-site-footer-decor {
        filter: none
    }
}

@media (hover:hover) {
    .fundwacht-site-footer-column {
        transition: border-color .16s ease, box-shadow .16s ease, background .16s ease
    }

    .fundwacht-site-footer-column:hover {
        border-color: rgba(122, 36, 48, .2);
        box-shadow: 0 28px 86px rgba(0, 0, 0, .52)
    }

    .fundwacht-site-footer-icon {
        transition: background .14s ease, border-color .14s ease
    }

    .fundwacht-site-footer-contact li:hover .fundwacht-site-footer-icon {
        background: hsla(0, 0%, 100%, .08);
        border-color: hsla(0, 0%, 100%, .14)
    }
}

@media (max-width:360px) {
    .fundwacht-site-footer-container {
        padding-inline: 16px
    }

    .fundwacht-site-footer-column {
        padding: 14px
    }

    .fundwacht-site-footer-contact li {
        grid-template-columns: 20px 1fr
    }
}

.fundwacht-site-footer,
.fundwacht-site-footer * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fundwacht-site-footer a,
.fundwacht-site-footer span {
    overflow-wrap: anywhere
}

.fundwacht-site-footer ::-moz-selection {
    background: rgba(122, 36, 48, .28);
    color: hsla(0, 0%, 100%, .96)
}

.fundwacht-site-footer ::selection {
    background: rgba(122, 36, 48, .28);
    color: hsla(0, 0%, 100%, .96)
}

.fundwacht-site-footer .fundwacht-site-footer-container:before {
    background: linear-gradient(90deg, rgba(122, 36, 48, 0), rgba(122, 36, 48, .85), rgba(122, 36, 48, .65), rgba(122, 36, 48, 0));
    border-radius: 999px;
    content: "";
    height: 2px;
    left: 20px;
    opacity: .65;
    position: absolute;
    right: 20px;
    top: 0
}

@media (min-width:768px) {
    .fundwacht-site-footer .fundwacht-site-footer-container:before {
        left: 28px;
        right: 28px
    }
}

.fundwacht-site-footer img {
    display: block;
    height: auto;
    max-width: 100%;
    pointer-events: none
}

:root {
    --su-size: 42px;
    --su-radius: 2px;
    --su-gap: 18px;
    --su-shadow: 0 8px 22px rgba(0, 0, 0, .28);
    --su-border: hsla(0, 0%, 100%, .1);
    --su-bg: rgba(29, 26, 26, .92);
    --su-bg-hover: #1d1a1a;
    --su-icon: hsla(0, 0%, 100%, .78);
    --su-icon-hover: #fff
}

.fundwacht-scroll-top-button {
    background: var(--su-bg);
    border: 1px solid var(--su-border);
    border-radius: var(--su-radius);
    bottom: var(--su-gap);
    box-shadow: var(--su-shadow);
    color: var(--su-icon);
    cursor: pointer;
    display: grid;
    height: var(--su-size);
    opacity: 0;
    place-items: center;
    pointer-events: none;
    position: fixed;
    right: var(--su-gap);
    transform: translate3d(0, 14px, 0) scale(.98);
    transition: opacity .18s ease, transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
    width: var(--su-size);
    z-index: 80;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.fundwacht-scroll-top-button:after,
.fundwacht-scroll-top-button:before {
    content: none
}

.fundwacht-scroll-top-button.fundwacht-state-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateZ(0) scale(1)
}

.fundwacht-scroll-top-button:hover {
    background: var(--su-bg-hover);
    border-color: var(--c-accent);
    color: var(--su-icon-hover)
}

.fundwacht-scroll-top-button:active {
    transform: translateZ(0) scale(.96)
}

.fundwacht-scroll-top-button:focus-visible {
    box-shadow: 0 0 0 3px rgba(122, 36, 48, .35), var(--su-shadow);
    outline: none
}

.fundwacht-scroll-top-button__icon {
    display: block;
    height: 18px;
    width: 18px
}

.fundwacht-scroll-top-button__icon:after,
.fundwacht-scroll-top-button__icon:before {
    content: none
}

@media (min-width:768px) {
    :root {
        --su-size: 48px
    }

    .fundwacht-scroll-top-button__icon {
        height: 20px;
        width: 20px
    }
}

.fundwacht-inner-page-hero {
    background: linear-gradient(180deg, rgba(29, 26, 26, .92), rgba(17, 24, 39, .96));
    border-bottom: 1px solid hsla(0, 0%, 100%, .08);
    overflow: hidden;
    padding: 22px 16px 26px;
    position: relative
}

.fundwacht-inner-page-hero:before {
    background: radial-gradient(circle at 20% 30%, rgba(122, 36, 48, .22), transparent 60%);
    filter: blur(10px);
    inset: -40px -80px auto -80px
}

.fundwacht-inner-page-hero:after,
.fundwacht-inner-page-hero:before {
    content: "";
    height: 260px;
    pointer-events: none;
    position: absolute
}

.fundwacht-inner-page-hero:after {
    background: radial-gradient(circle at 80% 30%, hsla(0, 0%, 100%, .08), transparent 60%);
    filter: blur(12px);
    inset: auto -40px -120px -40px
}

.fundwacht-inner-page-hero__wrapper {
    margin: 0 auto;
    max-width: 1120px;
    position: relative
}

.fundwacht-inner-page-hero__breadcrumbs-2 {
    margin: 0 0 12px
}

.fundwacht-inner-page-hero__breadcrumbs-list-2 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.fundwacht-inner-page-hero__breadcrumb-item {
    align-items: center;
    color: hsla(0, 0%, 100%, .62);
    display: inline-flex;
    font-size: 12px;
    line-height: 1.2
}

.fundwacht-inner-page-hero__breadcrumb-link {
    border-bottom: 1px solid hsla(0, 0%, 100%, .22);
    color: hsla(0, 0%, 100%, .82);
    padding-bottom: 1px;
    text-decoration: none;
    transition: border-color .16s ease, color .16s ease
}

.fundwacht-inner-page-hero__breadcrumb-link:hover {
    border-color: hsla(0, 0%, 100%, .4);
    color: hsla(0, 0%, 100%, .92)
}

.fundwacht-inner-page-hero__breadcrumb-current {
    color: hsla(0, 0%, 100%, .72)
}

.fundwacht-inner-page-hero__main-content {
    display: grid;
    gap: 10px
}

.fundwacht-inner-page-hero__title {
    color: hsla(0, 0%, 100%, .92);
    font-size: 26px;
    font-weight: 750;
    letter-spacing: -.02em;
    line-height: 1.15;
    margin: 0;
    max-width: 22ch
}

.fundwacht-inner-page-hero__metadata {
    align-items: center;
    color: hsla(0, 0%, 100%, .64);
    display: inline-flex;
    font-size: 12px;
    gap: 10px;
    line-height: 1.2
}

.fundwacht-inner-page-hero__dot {
    background: rgba(122, 36, 48, .85);
    border: 1px solid hsla(0, 0%, 100%, .12);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(122, 36, 48, .22);
    height: 10px;
    width: 10px
}

.fundwacht-inner-page-hero__meta-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (min-width:576px) {
    .fundwacht-inner-page-hero {
        padding: 28px 18px 34px
    }

    .fundwacht-inner-page-hero__title {
        font-size: 32px;
        max-width: 28ch
    }

    .fundwacht-inner-page-hero__breadcrumb-item,
    .fundwacht-inner-page-hero__metadata {
        font-size: 13px
    }
}

@media (min-width:992px) {
    .fundwacht-inner-page-hero {
        padding: 34px 24px 44px
    }

    .fundwacht-inner-page-hero__title {
        font-size: 40px;
        max-width: 30ch
    }
}

.fundwacht-inner-page-hero {
    margin-top: calc(var(--header-h)*-1);
    padding-top: calc(var(--header-h) + 22px)
}

@media (min-width:576px) {
    .fundwacht-inner-page-hero {
        padding-top: calc(var(--header-h) + 28px)
    }
}

@media (min-width:992px) {
    .fundwacht-inner-page-hero {
        padding-top: calc(var(--header-h) + 34px)
    }
}

.fundwacht-resource-article {
    background: #fff;
    padding: 28px 0 56px
}

.fundwacht-resource-article__container {
    max-width: 1040px
}

.fundwacht-resource-article__article {
    background: hsla(0, 0%, 100%, .92);
    border: 1px solid rgba(17, 24, 39, .1);
    border-radius: 4px;
    box-shadow: 0 10px 28px rgba(17, 24, 39, .06);
    overflow: hidden
}

.fundwacht-resource-article__hero {
    display: grid;
    gap: 16px
}

.fundwacht-resource-article__figure {
    margin: 0;
    position: relative
}

.fundwacht-resource-article__image {
    background: #efebe2;
    display: block;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.fundwacht-resource-article__cat {
    align-items: center;
    background: hsla(0, 0%, 100%, .92);
    border: 1px solid rgba(17, 24, 39, .12);
    border-radius: 999px;
    bottom: 14px;
    color: var(--c-ink);
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    gap: 8px;
    left: 14px;
    letter-spacing: .02em;
    padding: 8px 10px;
    position: absolute
}

.fundwacht-resource-article__heading-area {
    padding: 18px 16px 10px
}

.fundwacht-resource-article__eyebrow {
    color: rgba(17, 24, 39, .7);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 0 0 10px
}

.fundwacht-resource-article__title {
    color: var(--c-ink);
    font-size: 26px;
    letter-spacing: -.02em;
    line-height: 1.12;
    margin: 0 0 10px
}

.fundwacht-resource-article__lead-text {
    color: rgba(17, 24, 39, .78);
    font-size: 15px;
    line-height: 1.55;
    margin: 0 0 14px
}

.fundwacht-resource-article__metadata {
    display: grid;
    gap: 10px 12px;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    margin: 0 0 14px;
    padding: 0
}

.fundwacht-resource-article__meta-item {
    background: hsla(0, 0%, 100%, .7);
    border: 1px solid rgba(17, 24, 39, .1);
    border-radius: 4px;
    padding: 10px
}

.fundwacht-resource-article__meta-label {
    color: rgba(17, 24, 39, .58);
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    margin-bottom: 2px;
    text-transform: uppercase
}

.fundwacht-resource-article__meta-value {
    color: rgba(17, 24, 39, .86);
    display: block;
    font-size: 13px;
    font-weight: 650
}

.fundwacht-resource-article__call-to-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 14px
}

.fundwacht-resource-article__table-of-contents {
    border-top: 1px solid rgba(17, 24, 39, .1);
    margin-top: 14px;
    padding-top: 14px
}

.fundwacht-resource-article__toc-title {
    color: rgba(17, 24, 39, .72);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    margin-bottom: 10px;
    text-transform: uppercase
}

.fundwacht-resource-article__toc-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 18px
}

.fundwacht-resource-article__toc-link {
    border-bottom: 1px dashed rgba(17, 24, 39, .22);
    color: rgba(17, 24, 39, .84);
    text-decoration: none
}

.fundwacht-resource-article__toc-link:hover {
    border-bottom-color: rgba(17, 24, 39, .55)
}

.fundwacht-resource-article__content {
    color: rgba(17, 24, 39, .84);
    font-size: 15px;
    line-height: 1.72;
    padding: 8px 16px 18px
}

.fundwacht-resource-article__content p {
    margin: 12px 0
}

.fundwacht-resource-article__content h2 {
    color: var(--c-ink);
    font-size: 18px;
    letter-spacing: -.01em;
    line-height: 1.25;
    margin: 18px 0 10px
}

.fundwacht-resource-article__content h3 {
    color: var(--c-ink);
    font-size: 16px;
    line-height: 1.3;
    margin: 14px 0 8px
}

.fundwacht-resource-article__content ol,
.fundwacht-resource-article__content ul {
    margin: 10px 0;
    padding-left: 18px
}

.fundwacht-resource-article__content li {
    margin: 6px 0
}

.fundwacht-resource-article__callout {
    background: linear-gradient(180deg, rgba(219, 234, 254, .55), hsla(0, 0%, 100%, .8));
    border: 1px solid rgba(17, 24, 39, .1);
    border-radius: 4px;
    margin: 16px 0;
    padding: 14px
}

.fundwacht-resource-article__callout-title {
    color: rgba(17, 24, 39, .7);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    margin-bottom: 6px;
    text-transform: uppercase
}

.fundwacht-resource-article__callout-text {
    margin: 0
}

.fundwacht-resource-article__checklist {
    background: hsla(0, 0%, 100%, .72);
    border: 1px solid rgba(17, 24, 39, .1);
    border-radius: 4px;
    padding: 12px 14px
}

.fundwacht-resource-article__end {
    font-weight: 650;
    margin-top: 14px
}

.fundwacht-resource-article__footer {
    border-top: 1px solid rgba(17, 24, 39, .1);
    display: grid;
    gap: 14px;
    padding: 16px 16px 18px
}

.fundwacht-resource-article__tags-title {
    color: rgba(17, 24, 39, .7);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    margin-bottom: 8px;
    text-transform: uppercase
}

.fundwacht-resource-article__tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.fundwacht-resource-article__tag {
    background: hsla(0, 0%, 100%, .78);
    border: 1px solid rgba(17, 24, 39, .1);
    border-radius: 999px;
    color: rgba(17, 24, 39, .82);
    display: inline-flex;
    font-size: 13px;
    padding: 8px 10px;
    text-decoration: none
}

.fundwacht-resource-article__tag:hover {
    box-shadow: var(--shadow-sm)
}

.fundwacht-resource-article__footer-note {
    color: rgba(17, 24, 39, .7);
    font-size: 13px;
    line-height: 1.5;
    margin: 10px 0 0
}

@media (min-width:768px) {
    .fundwacht-resource-article {
        padding: 36px 0 72px
    }

    .fundwacht-resource-article__hero {
        align-items: stretch;
        gap: 18px;
        grid-template-columns: 1.05fr 1fr
    }

    .fundwacht-resource-article__image {
        height: 100%;
        min-height: 420px
    }

    .fundwacht-resource-article__heading-area {
        padding: 22px 18px 18px
    }

    .fundwacht-resource-article__title {
        font-size: 34px
    }

    .fundwacht-resource-article__lead-text {
        font-size: 16px
    }

    .fundwacht-resource-article__metadata {
        grid-template-columns: 1fr 1fr
    }

    .fundwacht-resource-article__content {
        font-size: 16px;
        padding: 10px 22px 22px
    }

    .fundwacht-resource-article__content h2 {
        font-size: 22px
    }

    .fundwacht-resource-article__content h3 {
        font-size: 18px
    }

    .fundwacht-resource-article__footer {
        align-items: start;
        grid-template-columns: 1.2fr .8fr;
        padding: 18px 22px 22px
    }
}

.fundwacht-inner-page-hero--legal {
    overflow: hidden;
    padding: 28px 0 18px;
    position: relative
}

.fundwacht-inner-page-hero--legal:before {
    background: radial-gradient(900px 240px at 12% 10%, rgba(37, 99, 235, .1), transparent 60%), radial-gradient(700px 220px at 88% 18%, rgba(2, 132, 199, .1), transparent 62%), radial-gradient(620px 220px at 50% 95%, rgba(17, 24, 39, .06), transparent 65%);
    content: "";
    height: 260px;
    inset: -40px -30px auto -30px;
    pointer-events: none;
    position: absolute
}

.fundwacht-inner-page-hero--legal .fundwacht-inner-page-hero__inner-layout {
    position: relative;
    z-index: 1
}

.fundwacht-inner-page-hero--legal .fundwacht-inner-page-hero__title {
    font-size: 30px;
    font-weight: 650;
    letter-spacing: -.02em;
    line-height: 1.12;
    margin: 10px 0 8px
}

.fundwacht-inner-page-hero--legal .fundwacht-inner-page-hero__lead-text {
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    max-width: 72ch
}

.fundwacht-inner-page-hero--legal .fundwacht-inner-page-hero__metadata {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px
}

.fundwacht-breadcrumb-navigation {
    margin-bottom: 8px
}

.fundwacht-breadcrumb-navigation__list {
    align-items: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.fundwacht-breadcrumb-navigation__item {
    align-items: center;
    display: inline-flex;
    font-size: 13px;
    gap: 8px;
    line-height: 1.2
}

.fundwacht-breadcrumb-navigation__item+.fundwacht-breadcrumb-navigation__item:before {
    content: "/"
}

.fundwacht-breadcrumb-navigation__link {
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    transition: border-color .15s ease, color .15s ease
}

.fundwacht-breadcrumb-navigation__link:hover {
    border-bottom-color: rgba(17, 24, 39, .35)
}

.fundwacht-legal-content {
    background: #fff;
    padding: 10px 0 70px
}

.fundwacht-legal-content__card,
.fundwacht-legal-content__inner-layout {
    position: relative
}

.fundwacht-legal-content__card {
    background: hsla(0, 0%, 100%, .92);
    border: 1px solid rgba(17, 24, 39, .1);
    border-radius: 4px;
    box-shadow: 0 14px 36px rgba(17, 24, 39, .06);
    margin-top: 14px;
    overflow: hidden;
    padding: 16px 14px 18px
}

.fundwacht-legal-content__card:before {
    background: radial-gradient(900px 300px at 20% 0, rgba(37, 99, 235, .06), transparent 60%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute
}

.fundwacht-legal-content__card>* {
    position: relative;
    z-index: 1
}

.fundwacht-legal-content__intro {
    border-bottom: 1px solid rgba(17, 24, 39, .08);
    color: rgba(17, 24, 39, .82);
    font-size: 15px;
    line-height: 1.75;
    margin: 0 0 14px;
    padding-bottom: 12px
}

.fundwacht-legal-content__card h2 {
    color: var(--c-ink);
    font-size: 18px;
    letter-spacing: -.01em;
    line-height: 1.25;
    margin: 18px 0 8px
}

.fundwacht-legal-content__card h3 {
    color: rgba(17, 24, 39, .92);
    font-size: 15px;
    line-height: 1.35;
    margin: 14px 0 6px
}

.fundwacht-legal-content__card p {
    color: rgba(17, 24, 39, .8);
    font-size: 15px;
    line-height: 1.75;
    margin: 10px 0
}

.fundwacht-legal-content__card ol,
.fundwacht-legal-content__card ul {
    color: rgba(17, 24, 39, .8);
    margin: 10px 0 12px;
    padding-left: 18px
}

.fundwacht-legal-content__card li {
    line-height: 1.7;
    margin: 6px 0
}

.fundwacht-legal-content__card strong {
    color: rgba(17, 24, 39, .92);
    font-weight: 650
}

.fundwacht-legal-content__card a {
    border-bottom: 1px solid rgba(17, 24, 39, .18);
    color: rgba(17, 24, 39, .92);
    text-decoration: none;
    transition: border-color .15s ease, color .15s ease
}

.fundwacht-legal-content__card a:hover {
    border-bottom-color: rgba(17, 24, 39, .42)
}

.fundwacht-legal-content__footer-area {
    border-top: 1px solid rgba(17, 24, 39, .08);
    color: rgba(17, 24, 39, .7);
    font-size: 14px;
    line-height: 1.7;
    margin-top: 16px;
    padding-top: 12px
}

.fundwacht-legal-content__back {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    margin-top: 18px
}

.fundwacht-legal-content__back .fundwacht-action-button {
    align-self: flex-start
}

@media (min-width:576px) {
    .fundwacht-inner-page-hero--legal {
        padding: 34px 0 22px
    }

    .fundwacht-legal-content__card {
        padding: 18px 18px 20px
    }
}

@media (min-width:768px) {
    .fundwacht-inner-page-hero--legal {
        padding: 44px 0 26px
    }

    .fundwacht-inner-page-hero--legal .fundwacht-inner-page-hero__title {
        font-size: 40px
    }

    .fundwacht-inner-page-hero--legal .fundwacht-inner-page-hero__lead-text {
        font-size: 16px
    }

    .fundwacht-legal-content__card {
        border-radius: 4px;
        margin-top: 18px;
        padding: 22px 26px 24px
    }

    .fundwacht-legal-content__card h2 {
        font-size: 20px
    }

    .fundwacht-legal-content__card p,
    .fundwacht-legal-content__intro {
        font-size: 16px
    }
}

@media (prefers-reduced-motion:reduce) {
    .fundwacht-scroll-reveal {
        animation: none !important;
        transition: none !important
    }
}

.fundwacht-thank-you-page {
    padding: 34px 0 64px
}

.fundwacht-thank-you-page__container {
    display: grid;
    gap: 18px
}

.fundwacht-thank-you-page__hero {
    background: hsla(0, 0%, 100%, .92);
    border: 1px solid rgba(229, 231, 235, .95);
    border-radius: var(--radius);
    box-shadow: 0 10px 22px rgba(29, 26, 26, .06);
    overflow: hidden;
    padding: 18px;
    position: relative
}

.fundwacht-thank-you-page__hero:before {
    background: radial-gradient(800px 260px at 20% 0, rgba(122, 36, 48, .1), transparent 55%), radial-gradient(700px 240px at 85% 10%, rgba(90, 26, 36, .08), transparent 55%);
    content: "";
    inset: -2px;
    pointer-events: none;
    position: absolute
}

.fundwacht-thank-you-page__breadcrumbs-2 {
    position: relative;
    z-index: 1
}

.fundwacht-thank-you-page__breadcrumbs-list-2 {
    color: var(--c-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 8px;
    list-style: none;
    margin: 0 0 12px;
    padding: 0
}

.fundwacht-thank-you-page__crumbs-item-2 {
    align-items: center;
    display: inline-flex;
    gap: 8px
}

.fundwacht-thank-you-page__crumbs-item-2:not(:last-child):after {
    content: "•";
    opacity: .6
}

.fundwacht-thank-you-page__crumbs-link-2 {
    color: inherit;
    text-decoration: none
}

.fundwacht-thank-you-page__crumbs-link-2:hover {
    text-decoration: underline
}

.fundwacht-thank-you-page__eyebrow {
    align-items: center;
    color: var(--c-accent2);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: .08em;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.fundwacht-thank-you-page__title {
    color: var(--c-ink);
    font-size: clamp(26px, 3.2vw, 40px);
    letter-spacing: -.02em;
    line-height: 1.12;
    margin: 0 0 10px
}

.fundwacht-thank-you-page__lead-text,
.fundwacht-thank-you-page__title {
    position: relative;
    z-index: 1
}

.fundwacht-thank-you-page__lead-text {
    color: var(--c-muted);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    max-width: 72ch
}

.fundwacht-thank-you-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
    position: relative;
    z-index: 1
}

.fundwacht-thank-you-page__actions--bottom {
    margin-top: 14px
}

.fundwacht-thank-you-page__button,
.fundwacht-thank-you-page__notice {
    border-radius: 4px
}

.fundwacht-thank-you-page__notice {
    background: rgba(246, 247, 249, .9);
    border: 1px solid rgba(229, 231, 235, .95);
    margin-top: 14px;
    padding: 14px;
    position: relative;
    z-index: 1
}

.fundwacht-thank-you-page__notice-title {
    color: var(--c-ink);
    font-weight: 800;
    margin-bottom: 6px
}

.fundwacht-thank-you-page__notice-text {
    color: var(--c-muted);
    line-height: 1.55;
    margin: 0
}

.fundwacht-thank-you-page__grid-layout {
    display: grid;
    gap: 14px
}

.fundwacht-thank-you-page__card {
    background: hsla(0, 0%, 100%, .92);
    border: 1px solid rgba(229, 231, 235, .95);
    border-radius: var(--radius);
    box-shadow: 0 10px 22px rgba(29, 26, 26, .06);
    padding: 16px
}

.fundwacht-thank-you-page__card-title {
    color: var(--c-ink);
    font-size: 18px;
    letter-spacing: -.01em;
    line-height: 1.2;
    margin: 0 0 10px
}

.fundwacht-thank-you-page__list {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0
}

.fundwacht-thank-you-page__list-item {
    align-items: start;
    color: var(--c-muted);
    display: grid;
    gap: 10px;
    grid-template-columns: 10px 1fr;
    line-height: 1.55
}

.fundwacht-thank-you-page__dot {
    background: rgba(122, 36, 48, .22);
    border: 1px solid rgba(122, 36, 48, .35);
    border-radius: 999px;
    height: 10px;
    margin-top: 6px;
    width: 10px
}

.fundwacht-thank-you-page__check {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0
}

.fundwacht-thank-you-page__check-item {
    align-items: start;
    color: var(--c-muted);
    display: grid;
    gap: 10px;
    grid-template-columns: 18px 1fr;
    line-height: 1.55
}

.fundwacht-thank-you-page__check-mark {
    background: rgba(122, 36, 48, .12);
    border: 1px solid rgba(122, 36, 48, .28);
    border-radius: 2px;
    height: 18px;
    margin-top: 2px;
    position: relative;
    width: 18px
}

.fundwacht-thank-you-page__check-mark:after {
    border-bottom: 2px solid rgba(122, 36, 48, .95);
    border-left: 2px solid rgba(122, 36, 48, .95);
    content: "";
    height: 4px;
    left: 5px;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
    width: 7px
}

.fundwacht-thank-you-page__text {
    color: var(--c-muted);
    line-height: 1.6;
    margin: 0 0 12px
}

.fundwacht-thank-you-page__contact {
    background: rgba(246, 247, 249, .9);
    border: 1px solid rgba(229, 231, 235, .95);
    border-radius: 4px;
    display: grid;
    gap: 10px;
    padding: 12px
}

.fundwacht-thank-you-page__contact-row {
    display: grid;
    gap: 4px
}

.fundwacht-thank-you-page__contact-label {
    color: rgba(75, 85, 99, .9);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase
}

.fundwacht-thank-you-page__contact-value {
    color: var(--c-ink2);
    line-height: 1.5;
    text-decoration: none
}

a.fundwacht-thank-you-page__contact-value:hover {
    text-decoration: underline
}

.fundwacht-thank-you-page__card--disclaimer {
    background: linear-gradient(180deg, rgba(122, 36, 48, .045), rgba(122, 36, 48, .012));
    border: 1px solid rgba(122, 36, 48, .18);
    border-left: 3px solid rgba(122, 36, 48, .7);
    padding: 18px;
    position: relative
}

.fundwacht-thank-you-page__disc-kicker {
    align-items: center;
    color: rgba(122, 36, 48, .95);
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    gap: 8px;
    letter-spacing: .12em;
    margin-bottom: 8px;
    text-transform: uppercase
}

.fundwacht-thank-you-page__disc-kicker-dot {
    background: rgba(122, 36, 48, .85);
    border-radius: 999px;
    box-shadow: 0 0 0 3px rgba(122, 36, 48, .12);
    height: 6px;
    width: 6px
}

.fundwacht-thank-you-page__card--disclaimer .fundwacht-thank-you-page__card-title {
    margin-bottom: 8px
}

.fundwacht-thank-you-page__card--disclaimer .fundwacht-thank-you-page__text {
    font-size: 14px;
    margin: 0 0 14px
}

.fundwacht-thank-you-page__disc {
    counter-reset: discstep;
    display: grid;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0
}

.fundwacht-thank-you-page__disc-item {
    align-items: start;
    display: grid;
    gap: 12px;
    grid-template-columns: 38px 1fr
}

.fundwacht-thank-you-page__disc-num {
    align-items: center;
    background: hsla(0, 0%, 100%, .85);
    border: 1px solid rgba(122, 36, 48, .28);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%);
    color: rgba(122, 36, 48, .95);
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    height: 26px;
    justify-content: center;
    letter-spacing: .06em;
    margin-top: 2px;
    width: 38px
}

.fundwacht-thank-you-page__disc-body {
    display: grid;
    gap: 4px
}

.fundwacht-thank-you-page__disc-title {
    color: var(--c-ink);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.005em;
    line-height: 1.3;
    margin: 0
}

.fundwacht-thank-you-page__disc-text {
    color: var(--c-muted);
    font-size: 13.5px;
    line-height: 1.6;
    margin: 0
}

@media (min-width:768px) {
    .fundwacht-thank-you-page {
        padding: 48px 0 84px
    }

    .fundwacht-thank-you-page__hero {
        padding: 24px
    }

    .fundwacht-thank-you-page__card {
        padding: 18px
    }

    .fundwacht-thank-you-page__card--disclaimer {
        padding: 22px 24px
    }

    .fundwacht-thank-you-page__grid-layout {
        align-items: start;
        grid-template-columns: 1fr 1fr
    }

    .fundwacht-thank-you-page__card--contact,
    .fundwacht-thank-you-page__card--disclaimer {
        grid-column: 1/-1
    }

    .fundwacht-thank-you-page__disc-text {
        font-size: 14px
    }
}

@media (min-width:1100px) {
    .fundwacht-thank-you-page__grid-layout {
        grid-template-columns: 1.05fr .95fr
    }

    .fundwacht-thank-you-page__card--contact {
        grid-column: auto
    }
}

.fundwacht-mission-section {
    background: var(--c-bg);
    isolation: isolate;
    overflow: hidden;
    padding: clamp(54px, 6vw, 92px) 0;
    position: relative
}

.fundwacht-section-decoration {
    color: var(--c-accent);
    height: 100%;
    inset: 0;
    opacity: .05;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 0
}

@media (max-width:767px) {
    .fundwacht-section-decoration {
        display: none
    }
}

.fundwacht-section-decoration--mirror {
    transform: scaleX(-1)
}

.fundwacht-section-decoration--fade-bottom {
    -webkit-mask-image: linear-gradient(180deg, #000 0, #000 35%, transparent 95%);
    mask-image: linear-gradient(180deg, #000 0, #000 35%, transparent 95%)
}

.fundwacht-consultation-intake,
.fundwacht-recovery-process {
    isolation: isolate
}

.fundwacht-consultation-intake__wrapper,
.fundwacht-mission-section__inner-layout,
.fundwacht-recovery-process__inner-layout {
    position: relative;
    z-index: 2
}

.fundwacht-mission-section__heading-area {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 clamp(28px, 4vw, 52px);
    max-width: 880px;
    text-align: left
}

.fundwacht-mission-section__heading-area .fundwacht-mission-section__eyebrow {
    justify-content: flex-start
}

.fundwacht-mission-section__grid-layout {
    align-items: start;
    display: grid;
    gap: clamp(18px, 3vw, 44px);
    grid-template-columns: 1fr
}

@media (min-width:980px) {
    .fundwacht-mission-section__grid-layout {
        align-items: center;
        grid-template-columns: 1.12fr .88fr
    }
}

.fundwacht-mission-section__title {
    color: var(--c-ink);
    font-size: clamp(32px, 4.2vw, 56px);
    letter-spacing: -.03em;
    line-height: 1.04;
    margin: 0;
    max-width: 28ch
}

.fundwacht-mission-section__lead-text {
    color: rgba(29, 26, 26, .72);
    font-size: 16px;
    line-height: 1.65;
    margin: 14px 0 0;
    max-width: 74ch
}

.fundwacht-mission-section__bullets {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 20px 0 0;
    max-width: 760px;
    padding: 0
}

.fundwacht-mission-section__bullet {
    align-items: center;
    background: hsla(0, 0%, 100%, .86);
    border: 1px solid var(--c-border);
    border-radius: 2px;
    color: var(--c-ink2);
    display: flex;
    gap: 12px;
    padding: 12px 14px
}

.fundwacht-mission-section__scope {
    background: rgba(122, 36, 48, .06);
    border: 1px solid rgba(122, 36, 48, .35);
    border-left-width: 4px;
    border-radius: 4px;
    margin: 22px 0 0;
    max-width: 760px;
    padding: 16px 18px
}

.fundwacht-mission-section__scope-label {
    color: var(--c-accent2);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    margin-bottom: 6px;
    text-transform: uppercase
}

.fundwacht-mission-section__scope-text {
    color: var(--c-ink2);
    font-size: 14px;
    line-height: 1.6;
    margin: 0
}

.fundwacht-mission-section__scope-text strong {
    color: var(--c-ink)
}

.fundwacht-mission-section__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px
}

.fundwacht-mission-section__media {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 420px
}

@media (min-width:980px) {
    .fundwacht-mission-section__media {
        min-height: 640px
    }
}

.fundwacht-mission-section__float--card {
    bottom: 18px;
    height: 92px;
    right: 18px;
    width: min(380px, calc(100% - 36px))
}

.fundwacht-mission-section__stamp {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: auto 1fr;
    min-width: 0;
    position: relative;
    width: 100%
}

.fundwacht-mission-section__stamp-icon:before {
    background: conic-gradient(from 200deg, rgba(122, 36, 48, .55), rgba(122, 36, 48, .35), rgba(122, 36, 48, .25));
    content: "";
    filter: blur(10px);
    inset: -20%;
    opacity: .25;
    position: absolute
}

.fundwacht-mission-section__stamp-icon:after {
    background: var(--c-accent);
    border-radius: 999px;
    box-shadow: 0 0 0 6px rgba(122, 36, 48, .16);
    content: "";
    height: 12px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px
}

.fundwacht-mission-section__stamp-value {
    font-size: clamp(40px, 4.6vw, 56px);
    letter-spacing: -.04em;
    line-height: .95
}

.fundwacht-mission-section__stamp-text {
    margin-top: 6px
}

.fundwacht-mission-section__float--badge {
    align-items: center;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: radial-gradient(900px 240px at 22% 18%, rgba(122, 36, 48, .16), transparent 60%), linear-gradient(180deg, hsla(0, 0%, 100%, .92), hsla(0, 0%, 100%, .84));
    border: 1px solid rgba(229, 231, 235, .92);
    border-radius: 4px;
    box-shadow: 0 22px 60px rgba(29, 26, 26, .16);
    color: rgba(29, 26, 26, .92);
    display: flex;
    gap: 18px;
    height: auto;
    justify-content: space-between;
    max-width: 310px;
    overflow: hidden;
    padding: 18px 20px;
    width: min(520px, calc(100% - 36px))
}

.fundwacht-mission-section__float--badge:before {
    background: url(../img/icons/humm.svg) 100%/90px no-repeat;
    content: "";
    height: 120px;
    opacity: .95;
    pointer-events: none;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 120px
}

.fundwacht-mission-section__stamp-body {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0
}

.fundwacht-mission-section__stamp-value {
    color: var(--c-ink);
    font-size: clamp(44px, 4.8vw, 58px);
    font-weight: 900;
    letter-spacing: -.05em;
    line-height: .92
}

.fundwacht-mission-section__stamp-text {
    color: rgba(29, 26, 26, .62);
    font-size: 14px;
    line-height: 1.25;
    margin: 0;
    max-width: 22ch
}

.fundwacht-services-overview {
    background: #fff;
    overflow: hidden;
    padding: clamp(54px, 6vw, 92px) 0;
    position: relative
}

.fundwacht-services-overview:before {
    background-image: radial-gradient(rgba(29, 35, 46, .06) 1px, transparent 0);
    background-size: 22px 22px;
    content: "";
    inset: 0;
    opacity: .14;
    pointer-events: none;
    position: absolute
}

.fundwacht-services-overview__section-title {
    color: var(--c-ink);
    font-size: clamp(26px, 3.2vw, 38px);
    font-weight: 700;
    letter-spacing: -.015em;
    line-height: 1.15;
    margin: 8px 0 10px;
    max-width: 28ch;
    position: relative;
    z-index: 1
}

.fundwacht-services-overview__intro {
    color: var(--c-muted);
    font-size: 15.5px;
    line-height: 1.6;
    margin: 0 0 26px;
    max-width: 68ch;
    position: relative;
    z-index: 1
}

.fundwacht-services-overview__footnote {
    background: rgba(122, 36, 48, .05);
    border-left: 3px solid var(--c-accent);
    color: var(--c-ink2);
    font-size: 13.5px;
    line-height: 1.55;
    margin: 26px 0 0;
    padding: 14px 18px;
    position: relative;
    z-index: 1
}

.fundwacht-services-overview__footnote strong {
    color: var(--c-ink)
}

.fundwacht-services-overview__inner-layout {
    position: relative;
    z-index: 1
}

.fundwacht-services-overview__grid-layout {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    margin-top: 18px
}

@media (min-width:768px) {
    .fundwacht-services-overview__grid-layout {
        gap: 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 22px
    }
}

@media (min-width:1100px) {
    .fundwacht-services-overview__grid-layout {
        gap: 16px;
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

.fundwacht-services-overview__grid-layout--duo {
    gap: 18px
}

@media (min-width:768px) {
    .fundwacht-services-overview__grid-layout--duo {
        gap: 22px;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width:1100px) {
    .fundwacht-services-overview__grid-layout--duo {
        gap: 26px;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

.fundwacht-services-overview__card {
    box-shadow: 0 18px 44px rgba(29, 35, 46, .06);
    padding: 16px
}

.fundwacht-services-overview__card:before {
    background: radial-gradient(540px 220px at 18% 10%, rgba(122, 36, 48, .08), transparent 60%), radial-gradient(520px 240px at 92% 85%, rgba(90, 85, 80, .06), transparent 62%);
    content: "";
    inset: -2px;
    opacity: .9;
    pointer-events: none;
    position: absolute
}

.fundwacht-services-overview__card:after {
    background: radial-gradient(circle at 30% 30%, rgba(122, 36, 48, .16), transparent 55%), radial-gradient(circle at 70% 70%, rgba(90, 85, 80, .12), transparent 60%), linear-gradient(135deg, rgba(29, 35, 46, .04), rgba(29, 35, 46, 0));
    border: 1px solid rgba(29, 35, 46, .05);
    border-radius: 4px;
    height: 120px;
    opacity: .9;
    right: -34px;
    top: -34px;
    width: 120px
}

.fundwacht-services-overview__text,
.fundwacht-services-overview__title {
    margin: 0;
    z-index: 1
}

.fundwacht-services-overview__title {
    color: var(--c-ink);
    font-size: 17.6px;
    letter-spacing: -.01em;
    line-height: 1.25
}

.fundwacht-services-overview__text {
    font-size: 14px;
    line-height: 1.55;
    margin-top: 10px
}

.fundwacht-services-overview__card {
    background: hsla(0, 0%, 100%, .92);
    border: 1px solid var(--c-border);
    border-radius: 4px;
    box-shadow: 0 26px 70px rgba(29, 35, 46, .07), 0 10px 24px rgba(29, 35, 46, .05);
    overflow: hidden;
    padding: 28px;
    position: relative
}

.fundwacht-services-overview__card:after {
    border-radius: 0 0 0 4px;
    content: "";
    height: 70px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateZ(0);
    width: 70px;
    z-index: 0
}

.fundwacht-services-overview__text,
.fundwacht-services-overview__title {
    position: relative;
    z-index: 2
}

.fundwacht-services-overview__number {
    color: rgba(29, 35, 46, .14);
    font-size: clamp(34px, 3.2vw, 44px);
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    right: 13px;
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .75), 0 14px 34px rgba(29, 35, 46, .05);
    top: 12px;
    z-index: 1
}

.fundwacht-services-overview__title {
    margin: 0;
    max-width: 28ch
}

.fundwacht-services-overview__text {
    color: var(--c-muted);
    line-height: 1.6;
    margin: 14px 0 0
}

.fundwacht-services-overview__card--rich {
    align-content: start;
    -moz-column-gap: 14px;
    column-gap: 14px;
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 194px 30px 28px;
    row-gap: 14px
}

.fundwacht-services-overview__card--rich>.fundwacht-services-overview__footer-area,
.fundwacht-services-overview__card--rich>.fundwacht-services-overview__list,
.fundwacht-services-overview__card--rich>.fundwacht-services-overview__text {
    grid-column: 1/-1
}

.fundwacht-services-overview__card--rich:after {
    content: none
}

.fundwacht-services-overview__card--rich:before {
    background-image: var(--fw-srv-bg, none);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 170px;
    left: 0;
    mask-image: linear-gradient(180deg, #000, #000 55%, rgba(0, 0, 0, .35) 85%, transparent);
    -webkit-mask-image: linear-gradient(180deg, #000, #000 55%, rgba(0, 0, 0, .35) 85%, transparent);
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.fundwacht-services-overview__grid-layout--duo .fundwacht-services-overview__card--rich:first-child {
    --fw-srv-bg: url(../img/sections/srv-investment.webp)
}

.fundwacht-services-overview__grid-layout--duo .fundwacht-services-overview__card--rich:nth-child(2) {
    --fw-srv-bg: url(../img/sections/srv-crypto.webp)
}

@media (max-width:720px) {
    .fundwacht-services-overview__card--rich {
        padding-top: 154px
    }

    .fundwacht-services-overview__card--rich:before {
        height: 130px
    }
}

.fundwacht-services-overview__card--rich .fundwacht-services-overview__number {
    color: hsla(0, 0%, 100%, .92);
    font-size: clamp(44px, 4.2vw, 64px);
    font-weight: 800;
    letter-spacing: -.05em;
    right: 24px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .45), 0 1px 2px rgba(0, 0, 0, .35);
    top: 16px;
    z-index: 2
}

.fundwacht-services-overview__icon-wrap {
    align-items: center;
    align-self: center;
    background: rgba(122, 36, 48, .1);
    border: 1px solid rgba(122, 36, 48, .22);
    border-radius: 4px;
    color: var(--c-accent);
    display: inline-flex;
    flex: 0 0 auto;
    height: 44px;
    justify-content: center;
    position: relative;
    width: 44px;
    z-index: 2
}

.fundwacht-services-overview__icon {
    display: block;
    height: 24px;
    width: 24px
}

.fundwacht-services-overview__card--rich .fundwacht-services-overview__title {
    align-self: center;
    font-size: clamp(20px, 1.8vw, 24px);
    letter-spacing: -.015em;
    margin: 0;
    max-width: none
}

.fundwacht-services-overview__card--rich .fundwacht-services-overview__text {
    font-size: 14.5px;
    line-height: 1.62;
    margin: 0 0 4px
}

.fundwacht-services-overview__list {
    border-top: 1px solid var(--c-border);
    list-style: none;
    margin: 0 0 20px;
    padding: 16px 0 0;
    position: relative;
    z-index: 2
}

.fundwacht-services-overview__list li {
    color: var(--c-ink2);
    font-size: 13.5px;
    line-height: 1.5;
    padding: 6px 0 6px 22px;
    position: relative
}

.fundwacht-services-overview__list li:before {
    border-bottom: 2px solid var(--c-accent);
    border-left: 2px solid var(--c-accent);
    content: "";
    height: 8px;
    left: 4px;
    position: absolute;
    top: 13px;
    transform: rotate(-135deg);
    width: 8px
}

.fundwacht-services-overview__footer-area {
    border-top: 1px solid var(--c-border);
    margin-top: auto;
    padding-top: 12px;
    position: relative;
    z-index: 2
}

.fundwacht-services-overview__pill {
    background: rgba(122, 36, 48, .12);
    border: 1px solid rgba(122, 36, 48, .3);
    border-radius: 2px;
    color: var(--c-ink);
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em;
    padding: 6px 12px;
    text-transform: uppercase
}

.fundwacht-faq-section {
    background: #fff;
    overflow: hidden;
    padding: 72px 0;
    position: relative
}

.fundwacht-faq-section:before {
    background: radial-gradient(900px 420px at 18% 10%, rgba(16, 24, 40, .06), transparent 60%), radial-gradient(820px 520px at 86% 18%, rgba(122, 36, 48, .08), transparent 62%), radial-gradient(900px 520px at 60% 92%, hsla(41, 60%, 62%, .12), transparent 62%);
    content: "";
    inset: -2px;
    opacity: .9;
    pointer-events: none;
    position: absolute
}

.fundwacht-faq-section__inner-layout {
    position: relative;
    z-index: 1
}

.fundwacht-faq-section__heading-area {
    max-width: 860px
}

.fundwacht-faq-section__eyebrow {
    color: rgba(17, 24, 39, .65);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    margin: 0 0 10px;
    text-transform: uppercase
}

.fundwacht-faq-section__title {
    color: var(--c-ink);
    font-size: clamp(26px, 4.6vw, 40px);
    line-height: 1.12;
    margin: 0 0 12px
}

.fundwacht-faq-section__grid-layout {
    margin-top: 26px
}

.fundwacht-faq-section__accordion {
    backdrop-filter: blur(10px);
    background: hsla(0, 0%, 100%, .78);
    border: 1px solid rgba(209, 213, 219, .9);
    border-radius: 4px;
    box-shadow: 0 12px 40px rgba(17, 24, 39, .08);
    overflow: hidden;
    position: relative
}

.fundwacht-faq-section__accordion:before {
    background: linear-gradient(90deg, transparent, rgba(17, 24, 39, .18), transparent);
    content: "";
    height: 1px;
    inset: 0 0 auto 0;
    pointer-events: none;
    position: absolute
}

.fundwacht-faq-section__item {
    border-top: 1px solid rgba(209, 213, 219, .75);
    position: relative
}

.fundwacht-faq-section__item:first-child {
    border-top: none
}

.fundwacht-faq-section__heading {
    margin: 0
}

.fundwacht-faq-section__button {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--c-ink);
    cursor: pointer;
    display: grid;
    gap: 10px;
    grid-template-columns: 42px 1fr 40px;
    padding: 16px 14px;
    text-align: left;
    width: 100%
}

.fundwacht-faq-section__button:focus {
    outline: none
}

.fundwacht-faq-section__button:focus-visible {
    outline: 2px solid rgba(122, 36, 48, .28);
    outline-offset: -2px
}

.fundwacht-faq-section__number {
    align-items: center;
    background: rgba(243, 244, 246, .92);
    border: 1px solid rgba(209, 213, 219, .85);
    border-radius: 4px;
    color: rgba(17, 24, 39, .72);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    width: 34px
}

.fundwacht-faq-section__question {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3
}

.fundwacht-faq-section__chevron {
    background: rgba(243, 244, 246, .85);
    border: 1px solid rgba(209, 213, 219, .85);
    border-radius: 4px;
    height: 34px;
    justify-self: end;
    position: relative;
    width: 34px
}

.fundwacht-faq-section__chevron:after,
.fundwacht-faq-section__chevron:before {
    background: rgba(17, 24, 39, .7);
    border-radius: 2px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: center;
    width: 10px
}

.fundwacht-faq-section__chevron:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.fundwacht-faq-section__chevron:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.fundwacht-faq-section__panel {
    overflow: hidden;
    padding: 0 14px
}

@media (min-width:768px) {
    .fundwacht-faq-section__panel {
        padding-left: 68px
    }
}

@media (min-width:992px) {
    .fundwacht-faq-section__panel {
        padding-left: 74px
    }
}

.fundwacht-faq-section__body-content {
    color: rgba(17, 24, 39, .78);
    font-size: 15px;
    line-height: 1.7;
    padding: 0 0 16px
}

.fundwacht-faq-section__body-content p {
    margin: 0 0 10px
}

.fundwacht-faq-section__body-content ul {
    margin: 10px 0 10px 18px;
    padding: 0
}

.fundwacht-faq-section__body-content li {
    margin: 6px 0
}

.fundwacht-faq-section__body-content strong {
    color: rgba(17, 24, 39, .92)
}

.fundwacht-faq-section__item.fundwacht-state-open {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .92), rgba(249, 250, 251, .92))
}

.fundwacht-faq-section__item.fundwacht-state-open .fundwacht-faq-section__chevron:before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.fundwacht-faq-section__item.fundwacht-state-open .fundwacht-faq-section__chevron:after {
    transform: translate(-50%, -50%) rotate(45deg)
}

@media (hover:hover) {
    .fundwacht-faq-section__button:hover .fundwacht-faq-section__chevron {
        box-shadow: 0 10px 20px rgba(17, 24, 39, .1)
    }

    .fundwacht-faq-section__button:hover .fundwacht-faq-section__number {
        box-shadow: 0 10px 22px rgba(17, 24, 39, .1)
    }
}

@media (min-width:992px) {
    .fundwacht-faq-section {
        padding: 86px 0
    }

    .fundwacht-faq-section__button {
        grid-template-columns: 48px 1fr 44px;
        padding: 18px 16px
    }

    .fundwacht-faq-section__question {
        font-size: 16px
    }
}
