:root{--sfv-accent:#0077ac;--sfv-accent-ink:#005a82;--sfv-accent-tint:#eff4f7;--sfv-accent-tint-ink:#dfeaf1;--sfv-cta:var(--sfv-accent);--sfv-cta-ink:var(--sfv-accent-ink);--sfv-cta-ring:#b3d6e8;--sfv-cta-on:#fff;--sfv-section-accent:var(--sfv-accent);--sfv-section-accent-on:var(--sfv-cta-on);--sfv-hero-bg:#eff4f7;--sfv-black:#212529;--sfv-grey:#7c7c7c;--sfv-white:#fff;--sfv-light-grey:#d0d3d4;--sfv-light-grey-2:#f3f4f4;--sfv-light-grey-3:#f2f3f3;--sfv-light-grey-4:#f8f8f8;--sfv-text:var(--sfv-black);--sfv-text-muted:var(--sfv-grey);--sfv-bg:var(--sfv-white);--sfv-surface:var(--sfv-light-grey-2);--sfv-border:var(--sfv-light-grey);--sfv-footer-bg:#e7e8e9;--sfv-error:#de5361;--sfv-error-bg:#fbe9eb;--sfv-success:#649264;--sfv-success-bg:#eef3ee;--sfv-font-sans:"InterVariable", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--sfv-fw-regular:400;--sfv-fw-bold:700;--sfv-fs-display:3.75rem;--sfv-fs-h1:2.8125rem;--sfv-fs-h2:2rem;--sfv-fs-h3:1.5rem;--sfv-fs-h4:1.125rem;--sfv-fs-body:1rem;--sfv-fs-small:.875rem;--sfv-fs-display-m:2.75rem;--sfv-fs-h1-m:2.75rem;--sfv-fs-h2-m:1.75rem;--sfv-fs-h3-m:1.25rem;--sfv-lh-heading:1.1;--sfv-lh-base:1.625;--sfv-lh-small:1.3;--sfv-lh-tight:1.1;--sfv-space-1:.25rem;--sfv-space-2:.5rem;--sfv-space-3:1rem;--sfv-space-4:1.5rem;--sfv-space-5:2rem;--sfv-space-6:3rem;--sfv-container:1500px;--sfv-gutter:1.25rem;--sfv-section-y:clamp(2.5rem, 5vw, 4.5rem);--sfv-radius:4px;--sfv-radius-pill:999px}.site-sigab{--sfv-accent:#009ca6;--sfv-accent-ink:#007a82;--sfv-accent-tint:#e6f5f6;--sfv-accent-tint-ink:#d4ecee;--sfv-cta:#bfac7c;--sfv-cta-ink:#a8966b;--sfv-cta-ring:#e8dec5;--sfv-hero-bg:#f7f3ea}@font-face{font-family:InterVariable;font-style:normal;font-weight:100 900;font-display:swap;src:url(./InterVariable-DiVDrmQJ.woff2)format("woff2")}@font-face{font-family:InterVariable;font-style:italic;font-weight:100 900;font-display:swap;src:url(./InterVariable-Italic-FCBEiFp6.woff2)format("woff2")}h1,h2,h3,h4,.sfv-h1,.sfv-h2,.sfv-h3,.sfv-h4,.sfv-display{font-family:var(--sfv-font-sans);font-weight:var(--sfv-fw-bold);line-height:var(--sfv-lh-heading);margin:0 0 var(--sfv-space-3);text-wrap:balance}.sfv-display{font-size:var(--sfv-fs-display)}h1,.sfv-h1{font-size:var(--sfv-fs-h1)}h2,.sfv-h2{font-size:var(--sfv-fs-h2)}h3,.sfv-h3{font-size:var(--sfv-fs-h3)}h4,.sfv-h4{font-size:var(--sfv-fs-h4)}body{font-size:var(--sfv-fs-body);line-height:var(--sfv-lh-base)}p{margin:0 0 var(--sfv-space-3)}.sfv-small,small{font-size:var(--sfv-fs-small);line-height:var(--sfv-lh-small)}@media (width<=720px){.sfv-display{font-size:var(--sfv-fs-display-m)}h1,.sfv-h1{font-size:var(--sfv-fs-h1-m)}h2,.sfv-h2{font-size:var(--sfv-fs-h2-m)}h3,.sfv-h3{font-size:var(--sfv-fs-h3-m)}}.sfv-btn{justify-content:center;align-items:center;gap:var(--sfv-space-2);font-family:var(--sfv-font-sans);font-size:var(--sfv-fs-small);white-space:nowrap;text-align:center;border-radius:var(--sfv-radius-pill);cursor:pointer;border:2px solid #0000;padding:.6875rem 1.5rem;font-weight:600;line-height:1;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex}.sfv-btn__icon{flex-shrink:0;width:1.1em;height:1.1em}.sfv-btn--primary{background:var(--sfv-cta);color:var(--sfv-cta-on)}.sfv-btn--primary:hover{background:var(--sfv-cta-ink)}.sfv-btn--primary:focus-visible,.sfv-btn--primary:active,.sfv-btn--primary.is-active{background:var(--sfv-cta);box-shadow:0 0 0 3px var(--sfv-cta-ring);outline:none}.sfv-btn--secondary{background:var(--sfv-accent-tint);color:var(--sfv-accent)}.sfv-btn--secondary:hover{background:var(--sfv-accent-tint-ink)}.sfv-btn--secondary:focus-visible,.sfv-btn--secondary:active,.sfv-btn--secondary.is-active{border-color:var(--sfv-accent);outline:none}.sfv-btn--tertiary{color:var(--sfv-accent);text-underline-offset:.2em;background:0 0;border:0;border-radius:0;padding:0;text-decoration:underline}.sfv-btn--tertiary:hover{color:var(--sfv-accent-ink)}.sfv-btn--tertiary:focus-visible{outline:2px solid var(--sfv-accent);outline-offset:2px}.sfv-btn--tertiary:active,.sfv-btn--tertiary.is-active{color:var(--sfv-accent-ink);text-decoration:none}.sfv-btn:disabled,.sfv-btn[disabled],.sfv-btn--inactive,.sfv-btn.is-disabled{background:var(--sfv-light-grey);color:var(--sfv-grey);box-shadow:none;cursor:not-allowed;pointer-events:none;border-color:#0000;text-decoration:none}.sfv-searchfield{align-items:center;gap:var(--sfv-space-2);border:1.5px solid var(--sfv-accent);border-radius:var(--sfv-radius-pill);background:var(--sfv-white);color:var(--sfv-accent);padding:.5rem 1rem;display:inline-flex}.sfv-searchfield:focus-within{box-shadow:0 0 0 3px var(--sfv-cta-ring)}.sfv-searchfield__icon{flex-shrink:0;width:1.15em;height:1.15em}.sfv-searchfield__input{min-width:0;font-family:var(--sfv-font-sans);font-size:var(--sfv-fs-small);color:var(--sfv-text);background:0 0;border:0;outline:none;flex:auto;margin:0;padding:0}.sfv-searchfield__input::placeholder{color:var(--sfv-accent);opacity:1}.sfv-searchfield__input::-webkit-search-cancel-button{-webkit-appearance:none}.sfv-searchfield__spinner{border:2px solid var(--sfv-accent-tint);border-top-color:var(--sfv-accent);border-radius:50%;flex-shrink:0;width:1.05em;height:1.05em;animation:.6s linear infinite sfv-spin;display:none}@media (prefers-reduced-motion:reduce){.sfv-searchfield__spinner{animation-duration:1.4s}}.sfv-searchfield.is-searching .sfv-searchfield__spinner{display:block}@keyframes sfv-spin{to{transform:rotate(360deg)}}.sfv-dropdown{border-radius:var(--sfv-radius-pill);background:var(--sfv-accent-tint);color:var(--sfv-accent);align-items:center;display:inline-flex;position:relative}.sfv-dropdown:focus-within{box-shadow:0 0 0 3px var(--sfv-cta-ring)}.sfv-dropdown__select{appearance:none;border-radius:inherit;width:100%;color:inherit;font-family:var(--sfv-font-sans);font-size:var(--sfv-fs-small);cursor:pointer;background:0 0;border:0;outline:none;margin:0;padding:.55rem 2.5rem .55rem 1.1rem;font-weight:600}.sfv-dropdown__select option{color:var(--sfv-text)}.sfv-dropdown__chevron{pointer-events:none;width:.9em;height:.9em;position:absolute;right:1rem}.sfv-dropdown--primary{background:var(--sfv-accent);color:var(--sfv-cta-on)}.sfv-tag{border:1.5px solid var(--sfv-accent);border-radius:var(--sfv-radius-pill);color:var(--sfv-accent);font-size:var(--sfv-fs-small);background:0 0;align-items:center;padding:.3rem .85rem;font-weight:600;line-height:1.2;text-decoration:none;display:inline-flex}.sfv-tag--active,.sfv-tag.is-active,a.sfv-tag:hover{background:var(--sfv-accent);color:var(--sfv-cta-on)}.sfv-status{border-radius:var(--sfv-radius-pill);font-size:var(--sfv-fs-small);white-space:nowrap;border:1.5px solid #0000;align-items:center;padding:.2rem .7rem;font-weight:600;line-height:1.3;display:inline-flex}.sfv-status--full{background:var(--sfv-error);border-color:var(--sfv-error);color:var(--sfv-white)}.sfv-status--closed{border-color:var(--sfv-grey);color:var(--sfv-grey);background:0 0}.sfv-status--free,.sfv-status--info{border-color:var(--sfv-accent);color:var(--sfv-accent);background:0 0}.sfv-toggle{border-radius:var(--sfv-radius-pill);background:var(--sfv-accent-tint);align-items:center;gap:2px;padding:3px;display:inline-flex}.sfv-toggle__option{border-radius:var(--sfv-radius-pill);min-width:2.1rem;font-size:var(--sfv-fs-small);color:var(--sfv-accent);justify-content:center;align-items:center;padding:.25rem .7rem;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.sfv-toggle__option:not(.is-current):hover{color:var(--sfv-accent-ink)}.sfv-toggle__option.is-current,.sfv-toggle__option.is-active{background:var(--sfv-accent);color:var(--sfv-cta-on);cursor:default}.sfv-checkgroup{border:0;flex-wrap:wrap;align-items:center;gap:.4rem;margin:0;padding:0;display:inline-flex}.sfv-checkgroup__legend{font-size:var(--sfv-fs-small);color:var(--sfv-text-muted);margin:0 .25rem 0 0;padding:0;font-weight:600}.sfv-checkfield{border:1.5px solid var(--sfv-border);border-radius:var(--sfv-radius-pill);font-size:var(--sfv-fs-small);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.4rem;padding:.35rem .75rem;line-height:1;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.sfv-checkfield:hover{border-color:var(--sfv-accent)}.sfv-checkfield__input{width:.95rem;height:.95rem;accent-color:var(--sfv-accent);cursor:pointer;margin:0}.sfv-checkfield:has(.sfv-checkfield__input:checked){border-color:var(--sfv-accent);background:var(--sfv-accent-tint);color:var(--sfv-accent-ink)}.sfv-icon{vertical-align:middle;flex:none;width:1.25em;height:1.25em;display:inline-flex}.screen-reader-text{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.sfv-nav{border-bottom:1px solid #eee;position:relative}.sfv-nav__bar{max-width:var(--sfv-container);padding:1.125rem var(--sfv-gutter);align-items:center;gap:1.5rem;margin-inline:auto;display:flex}.sfv-nav__brand{color:inherit;flex:none;align-items:center;font-weight:700;text-decoration:none;display:inline-flex}.sfv-nav__logo{width:auto;height:2.75rem;display:block}@media (width<=560px){.sfv-nav__logo{height:2.25rem}}.sfv-nav__menu{flex:auto;min-width:0}@media (width<=900px){.sfv-nav__menu{display:none}}.sfv-nav__menu-list{flex-wrap:wrap;justify-content:center;gap:1.75rem;margin:0;padding:0;list-style:none;display:flex}.sfv-nav__menu-link{color:inherit;font-weight:700;text-decoration:none}.sfv-nav__menu-link:hover,.sfv-nav__menu-link.is-current{color:var(--sfv-accent)}.sfv-nav__actions{flex:none;align-items:center;gap:1.5rem;margin-left:auto;display:flex}.sfv-nav__search-btn,.sfv-nav__toggle{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:.5rem;padding:0;display:inline-flex}.sfv-nav__search-btn:hover,.sfv-nav__toggle:hover{color:var(--sfv-accent)}@media (width<=560px){.sfv-nav__action-label{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}}.sfv-nav__icon{display:block}.sfv-nav__burger{width:24px;height:16px;display:inline-block;position:relative}.sfv-nav__burger span{background:currentColor;width:100%;height:2px;position:absolute;left:0}.sfv-nav__burger span:first-child{top:0}.sfv-nav__burger span:nth-child(2){top:7px}.sfv-nav__burger span:nth-child(3){top:14px}.sfv-nav__popover{z-index:1000;background:#00000073;justify-content:flex-end;animation:.16s both sfv-nav-fade-in;display:flex;position:fixed;inset:0}.sfv-nav__popover[hidden]{display:none}.sfv-nav__popover-inner{box-sizing:border-box;background:var(--sfv-white);-webkit-overflow-scrolling:touch;width:100%;max-width:1000px;height:100%;padding:var(--sfv-space-4) var(--sfv-space-6) var(--sfv-space-6);animation:.24s cubic-bezier(.22,1,.36,1) both sfv-nav-slide-in;overflow-y:auto}@media (width<=900px){.sfv-nav__popover-inner{padding:var(--sfv-space-4) var(--sfv-space-4) var(--sfv-space-5)}}.sfv-nav__popover-top{align-items:center;gap:var(--sfv-space-4);padding-bottom:var(--sfv-space-6);grid-template-columns:1fr auto;display:grid}@media (width<=900px){.sfv-nav__popover-top{gap:var(--sfv-space-3);padding-bottom:var(--sfv-space-5);grid-template-columns:1fr}}.sfv-nav__search{box-sizing:border-box;justify-self:center;width:100%;min-width:0;max-width:480px;display:flex}@media (width<=900px){.sfv-nav__search{max-width:none}}.sfv-nav__close{align-items:center;gap:var(--sfv-space-2);font:inherit;color:var(--sfv-text);cursor:pointer;background:0 0;border:0;justify-self:end;padding:0;display:inline-flex}.sfv-nav__close:hover{color:var(--sfv-accent)}@media (width<=900px){.sfv-nav__close{order:-1}}.sfv-nav__close-icon{width:1.05em;height:1.05em}.sfv-nav__popover-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}@media (width<=900px){.sfv-nav__popover-grid{grid-template-columns:1fr;gap:2.5rem}}.sfv-nav__m1{margin:0;padding:0;list-style:none}.sfv-nav__m1-item{margin-bottom:var(--sfv-space-5)}.sfv-nav__m1-item:last-child{margin-bottom:0}.sfv-nav__m1-link{color:var(--sfv-text);font-weight:var(--sfv-fw-bold);font-size:1.25rem;line-height:var(--sfv-lh-heading);text-decoration:none;display:inline-block}.sfv-nav__m1-link:hover,.sfv-nav__m1-link.is-current{color:var(--sfv-accent)}.sfv-nav__m1-children{margin:var(--sfv-space-3) 0 0;flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.sfv-nav__m1-child{color:var(--sfv-text);font-size:1.25rem;font-weight:var(--sfv-fw-regular);line-height:var(--sfv-lh-heading);text-decoration:none;display:inline-block}.sfv-nav__m1-child:hover,.sfv-nav__m1-child.is-current{color:var(--sfv-accent)}.sfv-nav__col--aside{align-items:flex-end;gap:var(--sfv-space-6);flex-direction:column;display:flex}@media (width<=900px){.sfv-nav__col--aside{align-items:flex-start;gap:var(--sfv-space-5)}}.sfv-nav__buttons{align-items:flex-end;gap:var(--sfv-space-3);flex-direction:column;display:flex}@media (width<=900px){.sfv-nav__buttons{align-items:flex-start}}.sfv-nav__m2-list{text-align:right;flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}@media (width<=900px){.sfv-nav__m2-list{text-align:left}}.sfv-nav__m2-item{justify-content:flex-end;display:flex}@media (width<=900px){.sfv-nav__m2-item{justify-content:flex-start}}.sfv-nav__m2-link{align-items:center;gap:var(--sfv-space-2);color:var(--sfv-text);text-underline-offset:.2em;font-weight:var(--sfv-fw-regular);text-decoration:underline;display:inline-flex}.sfv-nav__m2-link:hover,.sfv-nav__m2-item.link-blue .sfv-nav__m2-link,.sfv-nav__m2-item.link-accent .sfv-nav__m2-link{color:var(--sfv-accent)}.sfv-nav__m2-item.link-blue .sfv-nav__m2-link:hover,.sfv-nav__m2-item.link-accent .sfv-nav__m2-link:hover{color:var(--sfv-accent-ink)}.sfv-nav__m2-arrow{flex-shrink:0;width:1.1em;height:1.1em}.admin-bar .sfv-nav__popover{top:32px}@media screen and (width<=782px){.admin-bar .sfv-nav__popover{top:46px}}@keyframes sfv-nav-fade-in{0%{opacity:0}to{opacity:1}}@keyframes sfv-nav-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@media (prefers-reduced-motion:reduce){.sfv-nav__popover,.sfv-nav__popover-inner{animation:none}}body.is-nav-open{overflow:hidden}.sfv-search{max-width:800px;margin:2rem auto;padding:0 1.5rem}.sfv-search__title{margin:0 0 .25rem;font-size:1.75rem}.sfv-search__count{color:#666;margin:0 0 2rem}.sfv-search__list{margin:0;padding:0;list-style:none}.sfv-search__item{border-bottom:1px solid #eee;padding:1.25rem 0}.sfv-search__link{color:inherit;text-decoration:none}.sfv-search__item-title{color:var(--sfv-accent);margin:0 0 .4rem;font-size:1.2rem}.sfv-search__excerpt{color:#444;margin:0;line-height:1.6}.sfv-search__empty{color:#444}.sfv-footer{background:var(--sfv-footer-bg);color:var(--sfv-text)}.sfv-footer__inner{max-width:var(--sfv-container);padding:clamp(2.5rem, 6vw, 5rem) var(--sfv-gutter);flex-direction:column;gap:clamp(2.5rem,6vw,6rem);margin-inline:auto;display:flex}.sfv-footer__cols{grid-template-columns:1.1fr .8fr 1.4fr;gap:clamp(2rem,5vw,4rem) clamp(2rem,6vw,7rem);display:grid}@media (width<=980px){.sfv-footer__cols{grid-template-columns:1fr 1fr}}@media (width<=600px){.sfv-footer__cols{grid-template-columns:1fr}}@media (width<=980px){.sfv-footer__aside{grid-column:1/-1}}.sfv-footer__heading{margin:0 0 var(--sfv-space-4);font-size:var(--sfv-fs-h3);font-weight:var(--sfv-fw-bold);line-height:var(--sfv-lh-heading);color:var(--sfv-text)}.sfv-footer__address{margin:0 0 var(--sfv-space-4);font-style:normal;line-height:var(--sfv-lh-base)}.sfv-footer__contact-links{gap:var(--sfv-space-3);flex-direction:column;display:flex}.sfv-footer__links{gap:var(--sfv-space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.sfv-footer__link{color:var(--sfv-text);text-underline-offset:.2em;line-height:var(--sfv-lh-base);text-decoration:underline}.sfv-footer__link:hover{color:var(--sfv-accent)}.sfv-footer__member{gap:var(--sfv-space-3);flex-direction:column;max-width:26rem;display:flex}.sfv-footer__member .sfv-btn--primary,.sfv-footer__member .sfv-btn--secondary{width:100%}.sfv-footer__member .sfv-btn--tertiary{align-self:flex-start}.sfv-footer__bottom{justify-content:space-between;align-items:center;gap:var(--sfv-space-5);flex-wrap:wrap;display:flex}.sfv-footer__brand{color:inherit;font-weight:var(--sfv-fw-bold);align-items:center;text-decoration:none;display:inline-flex}.sfv-footer__logo{width:auto;max-width:100%;height:clamp(3.25rem,6vw,4.5rem);display:block}.sfv-footer__search{box-sizing:border-box;width:100%;min-width:0;max-width:32.5rem;display:flex}@media (width<=600px){.sfv-footer__search{max-width:none}}.sfv-subfooter{background:var(--sfv-white)}.sfv-subfooter__inner{max-width:var(--sfv-container);padding:var(--sfv-space-4) var(--sfv-gutter);justify-content:space-between;align-items:center;gap:var(--sfv-space-4);flex-wrap:wrap;margin-inline:auto;display:flex}.sfv-subfooter__legal{gap:var(--sfv-space-3);flex-wrap:wrap;display:flex}.sfv-subfooter__link{color:var(--sfv-text);text-underline-offset:.2em;text-decoration:underline}.sfv-subfooter__link:hover{color:var(--sfv-accent)}.sfv-subfooter__lang{align-items:center;gap:var(--sfv-space-3);display:inline-flex}.sfv-subfooter__lang-item{color:var(--sfv-text);text-underline-offset:.2em;text-decoration:underline}.sfv-subfooter__lang-item:hover{color:var(--sfv-accent)}.sfv-subfooter__lang-item.is-current{font-weight:var(--sfv-fw-bold);cursor:default;text-decoration:none}.sfv-page__title{margin:var(--sfv-space-5) 0 var(--sfv-space-4);font-size:clamp(1.75rem,3vw,2.5rem)}.sfv-container{width:100%;max-width:var(--sfv-container);padding-inline:var(--sfv-gutter);box-sizing:border-box;margin-inline:auto}.sfv-bg--accent,.sfv-bg--tint,.sfv-bg--grey{padding-block:var(--sfv-section-y)}.sfv-bg--accent{background:var(--sfv-section-accent);color:var(--sfv-section-accent-on)}.sfv-bg--accent .sfv-text__body a,.sfv-bg--accent .sfv-btn--tertiary{color:inherit}.sfv-bg--tint{background:var(--sfv-accent-tint)}.sfv-bg--grey{background:var(--sfv-light-grey-2)}.sfv-breadcrumbs{max-width:var(--sfv-container);padding:0 var(--sfv-gutter);color:#666;margin:1.25rem auto 0;font-size:.85rem}.sfv-breadcrumbs__list{flex-wrap:wrap;align-items:center;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.sfv-breadcrumbs__item:not(:first-child):before{content:"›";color:#aaa;margin-right:.4rem}.sfv-breadcrumbs__link{color:var(--sfv-accent);text-decoration:none}.sfv-breadcrumbs__link:hover{text-decoration:underline}.sfv-breadcrumbs__current{color:#111}.sfv-hero{background:var(--sfv-hero-bg);position:relative;overflow:hidden}.sfv-hero__inner{z-index:1;align-items:center;min-height:600px;display:flex;position:relative}.sfv-hero__content{width:50%;max-width:36rem;padding-block:var(--sfv-section-y);padding-right:var(--sfv-space-6)}.sfv-hero__title{font-size:var(--sfv-fs-display);letter-spacing:0;text-transform:uppercase;margin:0 0 var(--sfv-space-4);line-height:1}.sfv-hero__body{font-size:var(--sfv-fs-body);line-height:var(--sfv-lh-base);margin-bottom:var(--sfv-space-5)}.sfv-hero__body>:last-child{margin-bottom:0}.sfv-hero__cta{margin-top:0}.sfv-hero__media{width:50vw;position:absolute;inset:0 0 0 auto}.sfv-hero__image{object-fit:cover;width:100%;height:100%;display:block}.sfv-hero:not(.sfv-hero--has-image) .sfv-hero__content{width:100%;max-width:none;padding-right:0}@media (width<=900px){.sfv-hero__inner{min-height:0;display:block}.sfv-hero__content{width:auto;max-width:none;padding-right:0}.sfv-hero__media{width:auto;height:300px;position:static}.sfv-hero__title{font-size:var(--sfv-fs-display-m)}}.sfv-text{margin-block:var(--sfv-section-y)}.sfv-text.sfv-bg{margin-block:0}.sfv-text__heading{margin:0 0 var(--sfv-space-3)}.sfv-text__body>:last-child{margin-bottom:0}.sfv-text:not(.sfv-bg--accent) .sfv-text__body a{color:var(--sfv-accent)}@media (width>=1100px){.sfv-text .sfv-text__heading,.sfv-text .sfv-text__body{max-width:calc(var(--sfv-container) / 3 * 2)}}.sfv-mini{margin-block:var(--sfv-space-5)}.sfv-mini--compact{margin-block:var(--sfv-space-4)}.sfv-page>.sfv-mini--compact+:not(.sfv-bg){margin-block-start:var(--sfv-space-4)}.sfv-page>:not(.sfv-bg):has(+.sfv-mini--compact){margin-block-end:var(--sfv-space-4)}.sfv-link--center .sfv-link__inner{text-align:center}.sfv-link--right .sfv-link__inner{text-align:right}.sfv-title__heading{margin:0}.sfv-title--center .sfv-title__inner{text-align:center}.sfv-title--right .sfv-title__inner{text-align:right}.sfv-icon-box{margin-block:var(--sfv-section-y)}.sfv-icon-box__heading{margin:0 0 var(--sfv-space-5)}.sfv-icon-box__grid{grid-template-columns:repeat(var(--sfv-icon-box-cols,3), minmax(0, 1fr));gap:var(--sfv-space-4);margin:0;padding:0;list-style:none;display:grid}.sfv-icon-box__item{min-height:140px;padding:var(--sfv-space-5);background:var(--sfv-accent-tint);border-radius:var(--sfv-radius);flex-direction:column;display:flex}.sfv-icon-box__head{gap:var(--sfv-space-4);margin-bottom:var(--sfv-space-4);display:flex}.sfv-icon-box__icon{color:var(--sfv-accent);flex:none;line-height:1}.sfv-icon-box__icon .sfv-icon{width:auto;height:2.2rem}.sfv-icon-box__copy{min-width:0}.sfv-icon-box__title{margin:0 0 var(--sfv-space-2);font-size:var(--sfv-fs-h3);overflow-wrap:break-word}.sfv-icon-box__text{color:var(--sfv-text-muted);margin:0}.sfv-icon-box__link{border:1px solid var(--sfv-accent);white-space:normal;text-align:center;align-self:flex-start;margin-top:auto}@media (width<=1100px){.sfv-icon-box__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.sfv-icon-box__grid{grid-template-columns:1fr}.sfv-icon-box__item{min-height:0}}.sfv-image-text{max-width:var(--sfv-container);padding-inline:var(--sfv-gutter);box-sizing:border-box;grid-template-columns:1fr 1fr;align-items:center;gap:2rem;margin:2rem auto;display:grid}.sfv-image-text--image-right{direction:rtl}.sfv-image-text--image-right>*{direction:ltr}.sfv-image-text__media img{width:100%;height:auto;display:block}.sfv-image-text__cta{margin-top:1rem}@media (width<=720px){.sfv-image-text{grid-template-columns:1fr}.sfv-image-text--image-right{direction:ltr}}.sfv-cta{margin-block:var(--sfv-section-y);text-align:center}.sfv-cta.sfv-bg{margin-block:0}.sfv-cta__inner{max-width:42rem}.sfv-cta__heading{margin:0 0 var(--sfv-space-3)}.sfv-cta__subheading{margin:0 0 var(--sfv-space-5);color:var(--sfv-text-muted)}.sfv-cta.sfv-bg--accent .sfv-cta__subheading{color:inherit;opacity:.9}.sfv-cta__buttons{justify-content:center;gap:var(--sfv-space-5);flex-wrap:wrap;display:flex}.sfv-spacer{display:block}.sfv-spacer--small{height:1rem}.sfv-spacer--medium{height:2.5rem}.sfv-spacer--large{height:5rem}.sfv-spacer--xlarge{height:8rem}.sfv-spacer__label{text-align:center;color:#999;font-size:.75rem;line-height:1;display:block}.sfv-news-list{margin-block:var(--sfv-section-y)}.sfv-news-list.sfv-bg{margin-block:0}.sfv-news-list__heading{margin:0 0 var(--sfv-space-5)}.sfv-news-list__grid{gap:var(--sfv-space-4);grid-template-columns:repeat(3,1fr);margin:0;padding:0;list-style:none;display:grid}@media (width<=900px){.sfv-news-list__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.sfv-news-list__grid{grid-template-columns:1fr}}.sfv-news-list__more{margin:var(--sfv-space-5) 0 0}.sfv-news-list__empty{color:var(--sfv-text-muted)}.sfv-news-list.sfv-bg--accent .sfv-news-list__empty{color:inherit}.sfv-news-card{height:100%;color:var(--sfv-text);border-radius:var(--sfv-radius);flex-direction:column;text-decoration:none;transition:box-shadow .15s;display:flex;overflow:hidden}.sfv-news-card:hover{box-shadow:0 6px 20px #00000014}.sfv-news-card__media{display:block}.sfv-news-card__image{aspect-ratio:410/222;object-fit:cover;width:100%;display:block}.sfv-news-card__body{padding:var(--sfv-space-4) var(--sfv-space-5);background:var(--sfv-light-grey-3);flex-direction:column;flex:1;display:flex}.sfv-news-card__meta{justify-content:space-between;align-items:center;gap:var(--sfv-space-3);margin-bottom:var(--sfv-space-4);display:flex}.sfv-news-card__date{font-size:var(--sfv-fs-small);color:var(--sfv-text)}.sfv-news-card__cat{border-radius:var(--sfv-radius-pill);background:var(--sfv-cta);color:var(--sfv-cta-on);font-size:var(--sfv-fs-small);font-weight:var(--sfv-fw-regular);white-space:nowrap;flex:none;padding:.25rem 1.1rem;line-height:1.3}.sfv-news-card__title{margin:0 0 var(--sfv-space-3);font-size:var(--sfv-fs-h3);font-weight:var(--sfv-fw-bold);line-height:var(--sfv-lh-heading)}.sfv-news-card__excerpt{margin:0 0 var(--sfv-space-3);font-size:var(--sfv-fs-body);line-height:var(--sfv-lh-base);color:var(--sfv-text);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.sfv-news-card__more{align-items:center;gap:var(--sfv-space-2);color:var(--sfv-accent);font-size:var(--sfv-fs-body);text-underline-offset:.2em;margin-top:auto;font-weight:600;text-decoration:underline;display:inline-flex}.sfv-news-card__more .sfv-icon{width:1.25em;height:1.25em}.sfv-events-list{margin-block:var(--sfv-section-y)}.sfv-events-list.sfv-bg{margin-block:0}.sfv-events-list__heading{margin:0 0 var(--sfv-space-3)}.sfv-events-list__intro{margin:0 0 var(--sfv-space-5);color:var(--sfv-text-muted)}.sfv-events-list__grid{gap:var(--sfv-space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.sfv-events-list__more{margin:var(--sfv-space-5) 0 0}.sfv-events-list__empty{color:var(--sfv-text-muted)}.sfv-events-list.sfv-bg--accent .sfv-events-list__empty,.sfv-events-list.sfv-bg--accent .sfv-events-list__intro{color:inherit}.sfv-event-card{align-items:stretch;gap:var(--sfv-space-4);color:var(--sfv-text);background:var(--sfv-light-grey-2);border-radius:var(--sfv-radius);grid-template-columns:auto 1fr auto auto auto;text-decoration:none;transition:box-shadow .15s;display:grid;overflow:hidden}.sfv-event-card:hover{box-shadow:0 4px 16px #00000014}.sfv-event-card__date{box-sizing:border-box;width:11.5rem;padding:var(--sfv-space-3) var(--sfv-space-4);background:var(--sfv-accent);color:var(--sfv-cta-on);flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.sfv-event-card__weekday{font-size:var(--sfv-fs-small);white-space:nowrap}.sfv-event-card__daymonth{font-size:var(--sfv-fs-h4);font-weight:var(--sfv-fw-bold);white-space:nowrap;line-height:1.2}.sfv-event-card__body{min-width:0;padding-block:var(--sfv-space-3);flex-direction:column;justify-content:center;gap:.15rem;display:flex}.sfv-event-card__meta{font-size:var(--sfv-fs-small);color:var(--sfv-cta)}.sfv-event-card__title{font-weight:var(--sfv-fw-bold)}.sfv-event-card__status{justify-content:center;align-items:center;display:flex}.sfv-event-card__where{text-align:right;padding-block:var(--sfv-space-3);flex-direction:column;justify-content:center;align-items:flex-end;gap:.15rem;display:flex}.sfv-event-card__ort{font-weight:var(--sfv-fw-bold)}.sfv-event-card__time{font-size:var(--sfv-fs-small);color:var(--sfv-text-muted)}.sfv-event-card__arrow{padding-right:var(--sfv-space-5);color:var(--sfv-text);align-items:center;display:flex}.sfv-event-card__arrow .sfv-icon{width:1.5rem;height:1.5rem}@media (width<=720px){.sfv-event-card{grid-template-columns:auto 1fr}.sfv-event-card__date{grid-row:1/-1}.sfv-event-card__body{padding-top:var(--sfv-space-3);grid-column:2;padding-bottom:0}.sfv-event-card__status{padding-top:var(--sfv-space-2);grid-column:2;justify-content:flex-start}.sfv-event-card__where{text-align:left;padding-top:var(--sfv-space-2);padding-right:var(--sfv-space-4);grid-column:2;align-items:flex-start}.sfv-event-card__arrow{display:none}}.sfv-firma-list{max-width:var(--sfv-container);padding-inline:var(--sfv-gutter);box-sizing:border-box;margin:2rem auto}.sfv-firma-list__heading{margin:0 0 .5rem;font-size:1.75rem}.sfv-firma-list__intro{color:#444;margin:0 0 1.5rem}.sfv-firma-list__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.sfv-firma-list__empty{color:#666}.sfv-firma-card{height:100%;color:inherit;background:#fff;border:1px solid #eee;border-radius:6px;flex-direction:column;gap:.35rem;padding:1rem 1.25rem;text-decoration:none;transition:box-shadow .15s;display:flex}.sfv-firma-card:hover{box-shadow:0 4px 16px #00000014}.sfv-firma-card__name{font-size:1.1rem;font-weight:600;line-height:1.3}.sfv-firma-card__address{color:#444;font-size:.95rem;line-height:1.5}.sfv-firma-card__line{display:block}.sfv-firma-card__distance{color:var(--sfv-accent);background:var(--sfv-accent-tint);border-radius:999px;align-self:flex-start;margin-top:auto;padding:.15rem .5rem;font-size:.8rem;font-weight:600}.sfv-list__filters{flex-wrap:wrap;align-items:center;gap:.75rem;margin:0 0 1.5rem;display:flex}.sfv-list__search{flex:14rem}.sfv-list__select{flex:0 auto}.sfv-list__checks{flex:auto}.sfv-list__reset.is-hidden,.sfv-list__apply.is-hidden{display:none}.sfv-list__results{transition:opacity .15s}.sfv-list.is-loading{cursor:progress}.sfv-list.is-loading .sfv-list__results{opacity:.5;pointer-events:none}.sfv-pagination{flex-wrap:wrap;align-items:center;gap:.35rem;margin:2rem 0 0;display:flex}.sfv-pagination__link{text-align:center;min-width:2.25rem;color:inherit;border:1px solid #ddd;border-radius:4px;padding:.4rem .6rem;text-decoration:none;display:inline-block}.sfv-pagination__link:hover{border-color:var(--sfv-accent)}.sfv-pagination__link.is-current{background:var(--sfv-accent);border-color:var(--sfv-accent);color:#fff}.sfv-pagination__ellipsis{color:#999;padding:0 .25rem}.sfv-team{max-width:var(--sfv-container);padding-inline:var(--sfv-gutter);box-sizing:border-box;margin:2rem auto}.sfv-team__heading{margin:0 0 1.5rem;font-size:1.75rem}.sfv-team__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}.sfv-team__member{text-align:center}.sfv-team__photo{aspect-ratio:1;object-fit:cover;border-radius:6px;width:100%;margin-bottom:.75rem;display:block}.sfv-team__name{margin:0;font-weight:600}.sfv-team__position{color:#666;margin:.15rem 0 .35rem;font-size:.9rem}.sfv-team__email,.sfv-team__phone{color:var(--sfv-accent);word-break:break-word;font-size:.9rem;text-decoration:none;display:block}.sfv-team__empty{color:#666}.sfv-news{max-width:720px;margin:0 auto;padding:2rem 1.25rem}.sfv-news__title{margin:0 0 .5rem;font-size:clamp(1.75rem,3vw,2.5rem)}.sfv-news__date{color:#666;margin:0 0 1.5rem;font-size:.9rem}.sfv-news__image{border-radius:6px;width:100%;height:auto;margin-bottom:1.5rem}.sfv-news__body{line-height:1.65}.sfv-news__notice{background:var(--sfv-surface);border-left:3px solid var(--sfv-accent);border-radius:4px;margin:1.5rem 0;padding:1rem 1.25rem}.sfv-login{max-width:420px;margin:2rem auto;padding:0 1.25rem}.sfv-login__heading{margin:0 0 .75rem;font-size:1.75rem}.sfv-login__intro{color:#444;margin:0 0 1.25rem}.sfv-login__error{background:var(--sfv-error-bg);border-left:3px solid var(--sfv-error);color:#7a1c12;border-radius:4px;margin:0 0 1rem;padding:.75rem 1rem}.sfv-login__notice{background:var(--sfv-accent-tint);border-left:3px solid var(--sfv-accent);color:var(--sfv-accent-ink);border-radius:4px;margin:0 0 1rem;padding:.75rem 1rem}.sfv-login__field{flex-direction:column;gap:.35rem;margin:0 0 1rem;display:flex}.sfv-login__field input{font:inherit;border:1px solid #ccc;border-radius:4px;padding:.6rem .75rem}.sfv-login__remember{margin:0 0 1rem;font-size:.9rem}.sfv-login__forgot{margin:.75rem 0 0;font-size:.9rem}.sfv-login__signed-in{margin:0 0 .75rem}.sfv-login__signed-in-actions{gap:1rem;display:flex}.sfv-login__link{color:var(--sfv-accent);font-weight:600;text-decoration:none}.sfv-account{max-width:520px}.sfv-account select{font:inherit;border:1px solid #ccc;border-radius:4px;padding:.6rem .75rem}.sfv-account__pw{border:1px solid #e1e6e1;border-radius:6px;margin:0 0 1rem;padding:.75rem 1rem .25rem}.sfv-account__pw legend{padding:0 .35rem;font-weight:600}.sfv-account__hint{color:#666;margin:0 0 .75rem;font-size:.85rem}.sfv-account__summary{border-top:1px solid #eee;margin-top:2rem;padding-top:1.25rem}.sfv-account__summary p{margin:0 0 .4rem}.sfv-account__summary-heading{margin:0 0 .75rem;font-size:1.25rem}.sfv-account__note{color:#666;font-size:.85rem;font-style:italic}.sfv-account--preview{color:#666;font-style:italic}.sfv-member-admin{max-width:760px;margin:2rem auto;padding:0 1.25rem}.sfv-member-admin__heading{margin:0 0 .5rem;font-size:1.75rem}.sfv-member-admin__intro{color:#444;margin:0 0 1.25rem}.sfv-member-admin__notice{border-left:3px solid;border-radius:4px;margin:0 0 1.25rem;padding:.75rem 1rem}.sfv-member-admin__notice--ok{background:var(--sfv-accent-tint);border-color:var(--sfv-accent);color:var(--sfv-accent-ink)}.sfv-member-admin__notice--error{background:var(--sfv-error-bg);border-color:var(--sfv-error);color:#7a1c12}.sfv-member-admin__add-heading,.sfv-member-admin__list-heading{margin:1.5rem 0 .75rem;font-size:1.25rem}.sfv-member-admin__field{flex-direction:column;gap:.35rem;margin:0 0 1rem;display:flex}.sfv-member-admin__field input{font:inherit;border:1px solid #ccc;border-radius:4px;padding:.6rem .75rem}.sfv-member-admin__abos{border:1px solid #e1e6e1;border-radius:6px;margin:0 0 1rem;padding:.75rem 1rem 1rem}.sfv-member-admin__abos legend{padding:0 .35rem;font-weight:600}.sfv-member-admin__abos-hint{color:#666;margin:0 0 .5rem;font-size:.85rem}.sfv-member-admin__abos-none{color:#666;margin:0 0 1rem;font-size:.9rem}.sfv-member-admin__abo{margin:.25rem 0;display:block}.sfv-member-admin__table{border-collapse:collapse;width:100%;font-size:.95rem}.sfv-member-admin__table th,.sfv-member-admin__table td{text-align:left;vertical-align:middle;border-bottom:1px solid #eee;padding:.55rem .6rem}.sfv-member-admin__table th{text-transform:uppercase;letter-spacing:.03em;color:#666;font-size:.8rem}.sfv-member-admin__table tr.is-deactivated td{color:#999}.sfv-member-admin__badge{color:#7a4d00;background:#f6e3c5;border-radius:3px;margin-left:.4rem;padding:1px 7px;font-size:11px;font-weight:600;display:inline-block}.sfv-member-admin__toggle button{border:1px solid var(--sfv-error);color:var(--sfv-error);font:inherit;cursor:pointer;background:#fff;border-radius:4px;padding:.35rem .75rem;font-size:.85rem}.is-deactivated .sfv-member-admin__toggle button{border-color:var(--sfv-accent);color:var(--sfv-accent)}.sfv-member-admin__empty{color:#666}.sfv-member-admin--preview{color:#666;font-style:italic}.sfv-event{max-width:var(--sfv-container);padding:2rem var(--sfv-gutter);margin:0 auto}.sfv-event__title{margin:0 0 1rem;font-size:clamp(1.75rem,3vw,2.5rem)}.sfv-event__status{margin:0 0 1rem}.sfv-event__tags{flex-wrap:wrap;gap:.5rem;margin:0 0 1.5rem;display:flex}.sfv-event__eckdaten{background:#f4f6f4;border:1px solid #e1e6e1;border-radius:10px;margin:0 0 2rem;padding:1.25rem 1.5rem}.sfv-event__eckdaten-heading{text-transform:uppercase;letter-spacing:.04em;color:var(--sfv-accent);margin:0 0 .75rem;font-size:1.1rem}.sfv-event__meta{grid-template-columns:minmax(8rem,14rem) 1fr;gap:.5rem 1.5rem;margin:0;display:grid}.sfv-event__meta dt{color:#555;font-weight:600}.sfv-event__meta dd{margin:0}.sfv-event__meta .sfv-event__cost{display:block}@media (width<=540px){.sfv-event__meta{grid-template-columns:1fr;gap:.15rem 0}.sfv-event__meta dd{margin:0 0 .5rem}}.sfv-event__body{margin:0 0 2rem}:root{--sfv-geo-accent:var(--sfv-accent);--sfv-geo-border:var(--sfv-border)}.sfv-geo-control{flex-wrap:wrap;flex:100%;align-items:center;gap:.5rem;display:flex}.sfv-geo-control__address{border:1px solid var(--sfv-geo-border);font:inherit;background:#fff;border-radius:4px;flex:14rem;padding:.5rem .75rem}.sfv-geo-control__radius{border:1px solid var(--sfv-geo-border);font:inherit;background:#fff;border-radius:4px;padding:.5rem .75rem}.sfv-geo-control__radius:disabled{opacity:.5}.sfv-geo-control__locate{border:1px solid var(--sfv-geo-accent);color:var(--sfv-geo-accent);font:inherit;cursor:pointer;background:#fff;border-radius:4px;padding:.5rem .9rem}.sfv-geo-control__locate:hover{background:var(--sfv-accent-tint)}.sfv-geo-control__status{color:#666;flex:100%;min-height:1.2em;font-size:.85rem}.sfv-geo-map{border:1px solid #e1e6e1;border-radius:8px;margin:0 0 1.5rem;overflow:hidden}.sfv-geo-map__follow-label{color:#444;cursor:pointer;background:#f4f6f4;border-bottom:1px solid #e1e6e1;align-items:center;gap:.4rem;padding:.6rem .9rem;font-size:.9rem;display:flex}.sfv-geo-map__canvas{height:480px}@media (width<=640px){.sfv-geo-map__canvas{height:340px}}.sfv-geo-pin{background:var(--sfv-geo-accent);border:2px solid #fff;border-radius:50%;width:18px;height:18px;transition:transform .1s,background .1s;box-shadow:0 1px 4px #0006}.sfv-geo-pin.is-hover{background:var(--sfv-error);transform:scale(1.4)}.sfv-geo-popup{flex-direction:column;gap:.15rem;display:flex}.sfv-geo-popup__title{color:var(--sfv-geo-accent);font-weight:600;text-decoration:none}.sfv-geo-popup__title:hover{text-decoration:underline}.sfv-geo-popup__ort{color:#444;font-size:.9rem}.sfv-geo-popup__distance{color:var(--sfv-geo-accent);font-size:.85rem;font-weight:600}.sfv-firma-list__item.is-active .sfv-firma-card{box-shadow:0 0 0 2px var(--sfv-geo-accent)}body{font-family:var(--sfv-font-sans);font-optical-sizing:auto;color:var(--sfv-text);background:var(--sfv-bg);margin:0}
