@charset "UTF-8";.loading-bar.svelte-a2lhz3{display:block;width:100%;height:var(--loading-bar-height);overflow:hidden;background:var(--color-grey-lighter);border-radius:var(--border-radius-xs)}.loading-bar--fixed.svelte-a2lhz3{position:fixed;top:0;left:0;right:0;z-index:10001;border-radius:0;pointer-events:none}.loading-bar__fill.svelte-a2lhz3{display:block;width:100%;height:100%;background:var(--loading-bar-fill, var(--color-primary));transform:scaleX(0);transform-origin:left center;animation:svelte-a2lhz3-loading-bar-ltr 1.35s cubic-bezier(.65,0,.35,1) infinite}@keyframes svelte-a2lhz3-loading-bar-ltr{0%{transform:scaleX(0)}70%{transform:scaleX(1)}to{transform:scaleX(1)}}@media (prefers-reduced-motion: reduce){.loading-bar__fill.svelte-a2lhz3{animation:none;transform:scaleX(1)}}.anchor-wrap.svelte-qvsjpl{position:relative;width:0;height:0}.anchor-wrap.svelte-qvsjpl .anchor:where(.svelte-qvsjpl){position:absolute;top:-64px}.text-with-icon.svelte-9b8nco{display:inline-flex;align-items:center;text-decoration:none;font:var(--font-cta);text-transform:uppercase;color:var(--color-white)}.icon.svelte-9b8nco{height:var(--icon-height);width:var(--icon-width);overflow:hidden}.icon.before.svelte-9b8nco{margin-right:8px}.icon.after.svelte-9b8nco{margin-left:8px}.wrapper.svelte-5zods3{display:grid;grid-template-columns:1fr 1fr;gap:var(--content-gap-2xl);border-radius:var(--border-radius-lg);background-color:var(--color-dark);padding:var(--content-gap-sm)}@media screen and (max-width: 768px){.wrapper.svelte-5zods3{gap:var(--content-gap-sm)}}@media screen and (max-width: 768px){.wrapper.svelte-5zods3{grid-template-columns:100%}}.media-column.svelte-5zods3{display:grid;aspect-ratio:1}@media screen and (max-width: 768px){.media-column.svelte-5zods3{display:none}}.media-column.svelte-5zods3,.media-item.svelte-5zods3{overflow:hidden;position:relative;border-radius:var(--border-radius)}.media-column.svelte-5zods3 .media-wrapper:where(.svelte-5zods3),.media-item.svelte-5zods3 .media-wrapper:where(.svelte-5zods3){position:absolute;inset:0}.media-item.svelte-5zods3{width:100%;height:100%;aspect-ratio:1;max-height:200px}@media screen and (min-width: 769px){.media-item.svelte-5zods3{display:none}}.link-wrapper.svelte-5zods3{padding-left:calc(8px + var(--content-gap))}.link-wrapper.svelte-5zods3 a{color:#fff}.link-wrapper.svelte-5zods3 path{fill:#fff}.content.svelte-5zods3{display:flex;flex-direction:column;gap:var(--content-gap-lg);padding:var(--content-padding-sm);padding-left:0}@media screen and (max-width: 768px){.content.svelte-5zods3{padding:var(--content-padding-sm)}}.content.svelte-5zods3>.title:where(.svelte-5zods3){font:var(--font-h5);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase;max-width:600px;color:#fff;text-wrap:balance}.items.svelte-5zods3{display:flex;flex-direction:column;gap:var(--content-gap-sm);flex:1;justify-content:center;color:#fff}.item.svelte-5zods3{display:grid;grid-template-columns:8px auto;gap:var(--content-gap);font:var(--font-text-sm);transition:all var(--transition-basic)}.item.active.svelte-5zods3{font:var(--font-text)}.item.active.svelte-5zods3 .indicator:where(.svelte-5zods3):after{height:100%}.item.svelte-5zods3:not(.active) .indicator:where(.svelte-5zods3){opacity:0}.item.svelte-5zods3:not(.active) .indicator:where(.svelte-5zods3):after{height:0;transition-delay:1s}.indicator.svelte-5zods3{height:100%;width:100%;border-radius:4px;background:var(--color-blue-shade-5);position:relative;transition:all .25s;align-self:center;justify-content:center;overflow:hidden}.indicator.svelte-5zods3:after{content:"";display:block;height:0;border-radius:4px;transition:height var(--auto-slide-duration);width:100%;background:#fff}.marquee-container.svelte-11dmb27{display:flex;width:100%;overflow-x:hidden;flex-direction:row;position:relative}.marquee-container.svelte-11dmb27:hover .marquee:where(.svelte-11dmb27){animation-play-state:var(--pause-on-hover)}.marquee-container.svelte-11dmb27:active .marquee:where(.svelte-11dmb27){animation-play-state:var(--pause-on-click)}.marquee.svelte-11dmb27{flex:0 0 auto;min-width:100%;z-index:1;display:flex;flex-direction:row;align-items:center;gap:var(--gap, 0);animation:svelte-11dmb27-scroll var(--duration) linear infinite;animation-play-state:var(--play);animation-direction:var(--direction);padding-right:var(--gap, 0)}@keyframes svelte-11dmb27-scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.initial-child-container.svelte-11dmb27{flex:0 0 auto;display:flex;min-width:auto;flex-direction:row}.gradient.svelte-11dmb27:after,.gradient.svelte-11dmb27:before{background:linear-gradient(to right,var(--gradientColor, white),transparent);content:"";height:100%;position:absolute;width:var(--gradientWidth, 10%);z-index:2}.gradient.svelte-11dmb27:before{left:0;top:0}.gradient.svelte-11dmb27:after{right:0;top:0;transform:rotate(180deg)}.marquee.svelte-15kn81s{display:flex;gap:var(--content-gap-lg)}.brand-name.svelte-15kn81s{font:var(--font-h2);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase}.brand-name.svelte-15kn81s:last-child{padding-right:var(--content-gap-lg)}.wrapper.svelte-15kn81s img{height:30px;width:100%;max-width:250px}.wrapper.svelte-15kn81s:last-child{padding-right:var(--content-gap-4xl)}@media screen and (max-width: 1180px){.wrapper.svelte-15kn81s:last-child{padding-right:var(--content-gap)}}.container.svelte-4ope9p strong{font-weight:700}.container.svelte-4ope9p em{font-style:italic}.container.svelte-4ope9p ul{list-style:disc;padding:var(--gap-sm) 0 var(--gap-sm) var(--gap-lg)}.container.svelte-4ope9p ol{list-style:normal;padding:var(--gap) 0 var(--gap) var(--gap-lg)}.container.svelte-4ope9p li{font:var(--font-text)}.container.svelte-4ope9p ol li{padding-inline-start:var(--gap-sm)}.container.svelte-4ope9p ol li::marker,.container.svelte-4ope9p ul li::marker{font:var(--font-text-sm)}.container.svelte-4ope9p h1{font:var(--font-h1);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase}.container.svelte-4ope9p a{color:inherit;text-decoration:underline}.container.svelte-4ope9p a:hover{text-decoration:none}.section-cta.svelte-jrnh3d a{display:block;width:100%;text-decoration:none;color:inherit}.section-cta.svelte-jrnh3d .section-cta__hit:where(.svelte-jrnh3d){cursor:pointer}.section-cta.svelte-jrnh3d .section-cta__stripe:where(.svelte-jrnh3d){display:flex;flex-direction:column;align-items:stretch;width:100%;background:var(--fill-primary)}@media screen and (max-width: 1180px){.section-cta.svelte-jrnh3d .section-cta__stripe:where(.svelte-jrnh3d){gap:var(--gap-xl);padding-block:var(--gap-xl)}}.section-cta.svelte-jrnh3d .marquee-viewport:where(.svelte-jrnh3d){overflow:hidden;width:100%;padding-block:var(--gap-xs)}@media screen and (max-width: 1180px){.section-cta.svelte-jrnh3d .marquee-viewport:where(.svelte-jrnh3d){padding-block:var(--gap-2xs)}}.section-cta.svelte-jrnh3d .section-cta__cta-foot:where(.svelte-jrnh3d){display:none;justify-content:center;padding-inline:var(--page-padding)}@media screen and (max-width: 1180px){.section-cta.svelte-jrnh3d .section-cta__cta-foot:where(.svelte-jrnh3d){display:flex}}.section-cta.svelte-jrnh3d .marquee-track:where(.svelte-jrnh3d){display:flex;width:-moz-max-content;width:max-content;animation:svelte-jrnh3d-section-cta-marquee 45s linear infinite}.section-cta.svelte-jrnh3d .marquee-track:where(.svelte-jrnh3d):hover{animation-play-state:paused}@media (prefers-reduced-motion: reduce){.section-cta.svelte-jrnh3d .marquee-track:where(.svelte-jrnh3d){animation:none;justify-content:center;margin-inline:auto}.section-cta.svelte-jrnh3d .marquee-segment--clone:where(.svelte-jrnh3d){display:none}}.section-cta.svelte-jrnh3d .marquee-segment:where(.svelte-jrnh3d){display:flex;flex-shrink:0;align-items:center;gap:5rem;padding-inline:2.5rem}@media screen and (max-width: 1180px){.section-cta.svelte-jrnh3d .marquee-segment:where(.svelte-jrnh3d){gap:3rem;padding-inline:var(--gap)}}@media screen and (max-width: 768px){.section-cta.svelte-jrnh3d .marquee-segment:where(.svelte-jrnh3d){gap:var(--gap-xl)}}.section-cta.svelte-jrnh3d .marquee-title:where(.svelte-jrnh3d){font:var(--font-h1);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;color:var(--color-text-box);text-transform:uppercase;white-space:nowrap}.section-cta.svelte-jrnh3d .section-cta__btn-wrap--marquee:where(.svelte-jrnh3d){display:inline-flex;flex-shrink:0}@media screen and (max-width: 1180px){.section-cta.svelte-jrnh3d .section-cta__btn-wrap--marquee:where(.svelte-jrnh3d){display:none}}.section-cta.svelte-jrnh3d button.section-cta__button--stacked{color:#fff!important}@media screen and (max-width: 1180px){.section-cta.svelte-jrnh3d button.section-cta__button--stacked{height:auto;min-height:unset;padding:8px 14px;border-radius:48px;gap:14px}}@media (max-width: 500px){.section-cta.svelte-jrnh3d button.section-cta__button--stacked{width:100%}}.section-cta.svelte-jrnh3d .section-cta__subtitle:where(.svelte-jrnh3d),.section-cta.svelte-jrnh3d .section-cta__wysiwyg:where(.svelte-jrnh3d){padding:var(--gap-xl) var(--page-padding) 0;max-width:var(--max-width);margin-inline:auto;color:var(--color-text)}.section-cta.svelte-jrnh3d .section-cta__subtitle:where(.svelte-jrnh3d){font:var(--font-text)}.section-cta.svelte-jrnh3d button.section-cta__button{color:#fff!important;transition:all var(--transition-basic)}.section-cta.svelte-jrnh3d button.section-cta__button svg path{fill:#fff!important}.section-cta.section-cta--studierende.svelte-jrnh3d button.section-cta__button.variant-outline{position:relative;overflow:hidden;isolation:isolate;border-color:var(--color-text-box)!important}.section-cta.section-cta--studierende.svelte-jrnh3d button.section-cta__button.variant-outline:after{content:"";position:absolute;inset:-1px;border-radius:inherit;background:transparent;opacity:0;transition:opacity var(--transition-basic);z-index:0;pointer-events:none}.section-cta.section-cta--studierende.svelte-jrnh3d button.section-cta__button.variant-outline .text,.section-cta.section-cta--studierende.svelte-jrnh3d button.section-cta__button.variant-outline .icon{position:relative;z-index:1}.section-cta.section-cta--studierende.svelte-jrnh3d button.section-cta__button.variant-outline:hover,.section-cta.section-cta--studierende.svelte-jrnh3d button.section-cta__button.variant-outline:focus-visible{border-color:transparent!important;background:transparent!important}.section-cta.section-cta--studierende.svelte-jrnh3d button.section-cta__button.variant-outline:hover:after,.section-cta.section-cta--studierende.svelte-jrnh3d button.section-cta__button.variant-outline:focus-visible:after{background:var(--fill-button-background-tertiary-hover);opacity:1}@keyframes svelte-jrnh3d-section-cta-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.grid.svelte-fqfq0h{display:grid;grid-template-columns:repeat(6,minmax(0,1fr))}.grid.svelte-fqfq0h a{text-decoration:none;color:#000}.animated-text-lines-item.original.svelte-140an51{visibility:hidden}.line.svelte-140an51{height:100%;transform-origin:left}.word.svelte-140an51{display:inline-block}.section-dropdown-cards__layout.svelte-g0vh1f{display:flex;flex-direction:row;align-items:flex-start;gap:var(--gap-3xl);width:100%;min-width:0;box-sizing:border-box;justify-content:space-between}.section-dropdown-cards__heading.svelte-g0vh1f{flex:0 0 auto;color:var(--color-text);font:var(--font-h3);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase;max-width:10ch;min-width:0}@media screen and (max-width: 1180px){.section-dropdown-cards__heading.svelte-g0vh1f{max-width:300px}}@media screen and (max-width: 768px){.section-dropdown-cards__heading.svelte-g0vh1f{max-width:100%}}.section-dropdown-cards__list.svelte-g0vh1f{flex:1 1 0;min-width:0;max-width:min(100%,87rem);display:flex;flex-direction:column;gap:var(--gap);align-self:stretch}.card.svelte-g0vh1f{width:100%;max-width:100%;background:var(--color-white);border-radius:var(--border-radius-xl);padding-inline:var(--gap);box-sizing:border-box;color:var(--color-text)}.card.svelte-g0vh1f:not(.card--open){padding-block:var(--gap)}.card--open.svelte-g0vh1f{padding:var(--gap)}.card__header.svelte-g0vh1f{display:flex;width:100%;align-items:center;justify-content:space-between;gap:var(--gap);padding:0;margin:0;border:none;background:none;cursor:pointer;text-align:left;color:inherit;font:inherit}.card__title.svelte-g0vh1f{font:var(--font-h4);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase;color:inherit}.card__toggle.svelte-g0vh1f{position:relative;width:24px;height:24px;flex-shrink:0}.card__toggle-line.svelte-g0vh1f{position:absolute;left:50%;top:50%;width:14px;height:2px;background:var(--color-text);transition:transform var(--transition-basic)}.card__toggle-line--h.svelte-g0vh1f{transform:translate(-50%,-50%)}.card__toggle-line--v.svelte-g0vh1f{transform:translate(-50%,-50%) rotate(90deg)}.card--open.svelte-g0vh1f .card__toggle-line--h:where(.svelte-g0vh1f){transform:translate(-50%,-50%) rotate(45deg)}.card--open.svelte-g0vh1f .card__toggle-line--v:where(.svelte-g0vh1f){transform:translate(-50%,-50%) rotate(-45deg)}.card__panel.svelte-g0vh1f{display:grid;grid-template-columns:1fr 1fr;gap:var(--gap-xl);align-items:start;width:100%;padding-top:var(--gap-xl);box-sizing:border-box}.card__panel--no-media.svelte-g0vh1f,.card__panel--no-text.svelte-g0vh1f{grid-template-columns:1fr}.card__media.svelte-g0vh1f{width:100%;aspect-ratio:16/9;border-radius:var(--border-radius-lg);overflow:hidden;background:var(--color-grey-light)}@media screen and (max-width: 1180px){.card__media.svelte-g0vh1f{aspect-ratio:1/1}}@media screen and (max-width: 768px){.card__media.svelte-g0vh1f{aspect-ratio:16/9}}.card__media.svelte-g0vh1f>*{width:100%;height:100%;min-height:0}.card__media.svelte-g0vh1f img,.card__media.svelte-g0vh1f video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.card__text.svelte-g0vh1f{min-width:0;font:var(--font-text-md);color:inherit}.card__text.svelte-g0vh1f p{margin:0 0 var(--gap)}.card__text.svelte-g0vh1f p:last-child{margin-bottom:0}.card__text.svelte-g0vh1f strong{font-weight:700}.card__text.svelte-g0vh1f a{color:inherit}@media screen and (max-width: 768px){.section-dropdown-cards__layout.svelte-g0vh1f{flex-direction:column;gap:var(--gap-xl)}.section-dropdown-cards__list.svelte-g0vh1f{max-width:100%}.card__panel.svelte-g0vh1f{grid-template-columns:1fr;gap:var(--gap-lg)}}@media screen and (max-width: 1180px){.section-subpage-hero.svelte-1838cjf{border-radius:0;padding:var(--content-gap) 0}}.section-subpage-hero.svelte-1838cjf section{margin-top:0!important;margin-bottom:0!important}.section-subpage-hero.svelte-1838cjf .inner-section{display:flex;flex-direction:column;gap:var(--content-padding-xl)}.links.svelte-1838cjf{display:flex;gap:var(--gap);flex-wrap:wrap;justify-content:center}.links.svelte-1838cjf a:where(.svelte-1838cjf){text-decoration:none;display:inline-flex}.wrapper.svelte-1838cjf{width:100%;display:flex;flex-direction:column;gap:var(--content-padding-xl);align-items:center}.wrapper.svelte-1838cjf h1{color:var(--color-text);text-align:center;max-width:800px;margin-bottom:var(--gap-2xl);font:var(--font-h5)!important}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper.svelte-caar1c{width:100%;max-height:100%;cursor:grab}.navigation.svelte-caar1c{margin-top:var(--content-padding);display:flex;width:100%;justify-content:center;z-index:2}.navigation.svelte-caar1c .slider-nav svg path{fill:var(--color-quaternary)!important}.slider-nav.svelte-caar1c{margin:0 8px;border:none;background:transparent;transition:all .3s ease}.slider-nav.svelte-caar1c:hover:not(:disabled){opacity:.5}.slider-nav.svelte-caar1c:disabled,.slider-nav.swiper-button-disabled.svelte-caar1c,.slider-nav.swiper-button-lock.svelte-caar1c{cursor:not-allowed;opacity:.35}.swiper-slide.svelte-j9o0sj,.swiper-wrapper{height:100%}.description.svelte-j9o0sj{font:var(--font-text);opacity:.7}label.svelte-1hw4ru7{font:var(--font-text);display:block;margin-bottom:.5rem;font-weight:600!important}textarea.svelte-1hw4ru7{font:var(--font-text);width:100%;padding:.5rem;display:inline-block;border:1px solid black;background:transparent;max-width:800px}textarea.error.svelte-1hw4ru7{color:var(--color-red);border:1px solid var(--color-red)}.field.svelte-ldifay{display:grid;gap:.5rem}label.svelte-ldifay{font:var(--font-text);font-weight:600!important}.pills.svelte-ldifay{display:flex;flex-wrap:wrap;gap:.5em .75em}.pill.svelte-ldifay{position:relative;display:inline-flex;align-items:center;border:1.5px solid #222;border-radius:9999px;padding:0 .75em;cursor:pointer;background:#fffaf3;transition:background .15s ease,box-shadow .15s ease}.pill.svelte-ldifay:hover,.pill.selected.svelte-ldifay{background:#111;color:#fff;border-color:#111}.pill.svelte-ldifay>input[type=radio]:where(.svelte-ldifay){font:var(--font-text);position:absolute;inset:0;opacity:0;pointer-events:none}.preview.svelte-mehtfg{display:grid;grid-template-columns:48px 1fr auto;gap:.75rem;align-items:center;border:1px solid black;padding:.5rem .75rem}img.svelte-mehtfg{width:48px;height:48px;-o-object-fit:cover;object-fit:cover;border-radius:6px}.file-icon.svelte-mehtfg{width:48px;height:48px;display:grid;place-items:center;font-size:1.25rem;background:#f2f2f2;border-radius:6px}.meta.svelte-mehtfg{min-width:0}.name.svelte-mehtfg{font:var(--font-text-sm);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.size.svelte-mehtfg{font:var(--font-text-xs);color:#666;font-size:.8rem}.remove.svelte-mehtfg{border:0;background:transparent;border-radius:0;font-size:.9rem;padding:.25rem .5rem;cursor:pointer;line-height:1}.field.svelte-1id8kh9{display:grid;gap:.5rem}.label-row.svelte-1id8kh9{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.field-label.svelte-1id8kh9{font:var(--font-text);font-weight:600!important}.help.svelte-1id8kh9{color:#666;font-size:.85rem}.clear-all.svelte-1id8kh9{font:var(--font-highlight-text-xs);margin-left:auto;border:1px solid black;border-radius:0;padding:.25rem .5rem;cursor:pointer;font-size:.85rem;background:transparent}.dropzone.svelte-1id8kh9{border:2px dashed #999;padding:1.25rem;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease;outline:none}.dropzone.svelte-1id8kh9:hover{background:#f6f6f6}.dropzone.dragging.svelte-1id8kh9{background:#eef7ff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f640}.dz-inner.svelte-1id8kh9{display:grid;place-items:center;gap:.35rem;text-align:center}.dz-icon.svelte-1id8kh9{width:16px}.dz-text.svelte-1id8kh9{font:var(--font-text)}.dz-hint.svelte-1id8kh9{font:var(--font-text-xs);color:#666}.visually-hidden.svelte-1id8kh9{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.errors.svelte-1id8kh9{color:#b00020;margin:0;padding-left:1.2rem}.errors.svelte-1id8kh9 li:where(.svelte-1id8kh9){margin:.15rem 0}.previews.svelte-1id8kh9{display:grid;gap:.5rem;margin-top:.25rem}.section-form.svelte-ioxxjr{overflow:hidden}h2.svelte-ioxxjr{font:var(--font-h1);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase;margin-bottom:var(--gap-xl)}.subtitle.svelte-ioxxjr{font:var(--font-text-lg);max-width:800px;margin-bottom:var(--gap-3xl)}textarea{min-height:240px}.field-error.svelte-ioxxjr{margin-top:4px;color:var(--color-red)}.input-wrapper.svelte-ioxxjr{display:flex;justify-content:space-between}.input-wrapper.text.svelte-ioxxjr{margin-top:var(--gap-xl)}.input-wrapper.svelte-ioxxjr:not(.text){margin-top:var(--gap-2xl)}@media screen and (max-width: 768px){.input-wrapper.svelte-ioxxjr{flex-direction:column}.input-wrapper.text.svelte-ioxxjr{margin-top:var(--gap-xl)}}.form.svelte-ioxxjr{margin-bottom:var(--gap-xl)}.form.svelte-ioxxjr .field-col:where(.svelte-ioxxjr){width:100%;max-width:750px}.form.svelte-ioxxjr input,.form.svelte-ioxxjr textarea{width:100%}.form.svelte-ioxxjr textarea{min-height:300px}.form.svelte-ioxxjr input[type=file]{cursor:pointer}.privacy-hint.svelte-ioxxjr{font:var(--font-text)}.form-end.svelte-ioxxjr{display:flex;flex-direction:column;align-items:flex-staert;margin-top:var(--gap-2xl);gap:var(--gap)}.form-end.svelte-ioxxjr .button-row:where(.svelte-ioxxjr){display:flex;width:100%;justify-content:center;margin:var(--gap-lg) 0}.form-end.svelte-ioxxjr button{font:var(--font-h5);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase;background:transparent;border:0}.file-wrapper.svelte-ioxxjr{padding-bottom:8px;border-bottom:1px solid var(--color-red);font:var(--font-text-sm)}.file-wrapper.svelte-ioxxjr input{color:#767676;font:var(--font-text-sm)}.file-hint.svelte-ioxxjr{color:#767676;font:var(--font-text-sm);margin-top:4px}.form-error.svelte-ioxxjr{font:var(--font-text-xl);margin-top:var(--gap-xl);max-width:800px;color:var(--color-red);font-weight:600}.back-row.svelte-ioxxjr{display:flex;justify-content:center;font:var(--font-h5);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase}.top.svelte-1actl4t{display:flex;flex-direction:column;gap:var(--gap-sm);margin-bottom:var(--gap-xl);justify-content:flex-start;width:100%;max-width:var(--max-width-medium);box-sizing:border-box;color:var(--color-text)}@media (max-width: 1800px){.top.svelte-1actl4t{padding:0 var(--gap-4xl)}}@media screen and (max-width: 768px){.top.svelte-1actl4t{padding:0 var(--page-padding)}}.top.svelte-1actl4t .title:where(.svelte-1actl4t){font:var(--font-h3);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase}.section-gallery.few-slides.svelte-1actl4t .top:where(.svelte-1actl4t){margin-bottom:var(--gap-xl)}.wrapper.svelte-1actl4t{width:100%;box-sizing:border-box}.wrapper.few-slides.svelte-1actl4t{width:100%;max-width:var(--max-width-medium)}@media (max-width: 1800px){.wrapper.few-slides.svelte-1actl4t{padding:0 var(--gap-4xl)}}@media screen and (max-width: 768px){.wrapper.few-slides.svelte-1actl4t{padding:0 var(--page-padding)}}.wrapper.few-slides.svelte-1actl4t .swiper-wrapper{justify-content:flex-start}.wrapper.svelte-1actl4t .swiper{height:clamp(220px,29.26vw,749px)}@media screen and (max-width: 1180px){.wrapper.svelte-1actl4t .swiper{height:clamp(280px,29.26vw,749px)}}.wrapper.svelte-1actl4t .swiper-wrapper{align-items:stretch;height:100%}.wrapper.svelte-1actl4t .navigation{margin-top:var(--gap-sm);width:100%;max-width:var(--max-width-medium);margin-left:auto;margin-right:auto;justify-content:space-between;box-sizing:border-box}@media (max-width: 1500px){.wrapper.svelte-1actl4t .navigation{padding-left:max(var(--page-padding),env(safe-area-inset-left,0));padding-right:max(var(--page-padding),env(safe-area-inset-right,0))}}.wrapper.svelte-1actl4t .slider-nav{margin:0}.wrapper.svelte-1actl4t .swiper-slide:where(.svelte-1actl4t){display:flex;flex-direction:column;align-items:center;justify-content:center;align-self:stretch;box-sizing:border-box;width:auto;height:100%;overflow:hidden}@media screen and (max-width: 768px){.wrapper.svelte-1actl4t .swiper-slide:where(.svelte-1actl4t){margin-right:8px!important}}.wrapper.svelte-1actl4t .swiper-slide:where(.svelte-1actl4t) .image-wrapper,.wrapper.svelte-1actl4t .swiper-slide:where(.svelte-1actl4t) .video-player{width:auto;height:100%;max-height:100%;flex:0 0 auto;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:var(--border-radius-lg)}.wrapper.svelte-1actl4t .swiper-slide:where(.svelte-1actl4t) img,.wrapper.svelte-1actl4t .swiper-slide:where(.svelte-1actl4t) video{width:auto;height:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;border-radius:var(--border-radius-lg);margin-bottom:0;display:block}.section-hero.svelte-1hgscfb{width:100%}.section-hero.svelte-1hgscfb .hero-section{margin-top:0!important;margin-bottom:0!important;padding-top:0!important}.section-hero.svelte-1hgscfb section.full{width:100%;position:static!important;margin-top:0!important;margin-bottom:0!important;min-height:100vh}.section-hero.svelte-1hgscfb .hero-wrapper:where(.svelte-1hgscfb){min-height:100vh;padding:calc(var(--header__height) + clamp(5rem,5vh,8.0625rem)) var(--page-padding) clamp(6rem,15vh,10rem)}@media screen and (max-width: 1180px){.section-hero.svelte-1hgscfb section.full:not(:has(.page-intro--active)){min-height:0}}.hero-media.svelte-1hgscfb{position:absolute;inset:0;z-index:0;min-height:100vh;margin-top:0}.hero-media.svelte-1hgscfb:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(0deg,#0003,#6663)}.section-hero--schuelerinnen.svelte-1hgscfb .hero-media:where(.svelte-1hgscfb):after{background:linear-gradient(0deg,#cb196733,#feec0033 50%)}.hero-media.svelte-1hgscfb img,.hero-media.svelte-1hgscfb video{position:relative;z-index:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:0!important}.hero-wrapper.svelte-1hgscfb{position:relative;z-index:1;isolation:isolate;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;width:100%;min-height:min(100svh,67.5rem);padding:clamp(5rem,12vh,8.0625rem) var(--page-padding) clamp(6rem,15vh,10rem)}.hero-text-wrapper.svelte-1hgscfb{position:relative;z-index:3;display:flex;flex-direction:column;align-items:flex-start;gap:var(--gap-lg);max-width:min(100%,72rem);color:var(--color-white)}.hero-title.svelte-1hgscfb{margin:0;padding:0;font:var(--font-h1);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase;color:inherit;line-height:1;-webkit-hyphens:none;hyphens:none}@media screen and (max-width: 1180px){.hero-title.svelte-1hgscfb{-webkit-hyphens:auto;hyphens:auto;text-wrap:balance;word-break:break-word}}@media screen and (max-width: 1180px){.hero-wrapper.svelte-1hgscfb:not(.page-intro--active){align-self:stretch;flex-direction:column;gap:0;min-height:0;padding:0}.hero-wrapper.svelte-1hgscfb:not(.page-intro--active) .hero-media:where(.svelte-1hgscfb){position:relative;inset:auto;width:100%;flex-shrink:0;min-height:0;aspect-ratio:834/943}.hero-wrapper.svelte-1hgscfb:not(.page-intro--active) .hero-text-wrapper:where(.svelte-1hgscfb){align-self:stretch;min-width:0;max-width:none;width:100%;box-sizing:border-box;padding:var(--gap-2xl) var(--page-padding);color:var(--color-text)}.hero-wrapper.svelte-1hgscfb:not(.page-intro--active) .hero-title:where(.svelte-1hgscfb){max-width:100%;min-width:0;-webkit-hyphens:auto;hyphens:auto;text-wrap:balance;color:var(--color-text)}}@media screen and (max-width: 768px){.hero-wrapper.svelte-1hgscfb:not(.page-intro--active) .hero-text-wrapper:where(.svelte-1hgscfb){padding:var(--gap-xl) var(--page-padding)}}.section-iframe{background:#fff}.wrapper--neos.svelte-jpxl6b{width:100%;max-width:var(--max-width);margin:0 auto;padding-left:var(--page-padding);padding-right:var(--page-padding);box-sizing:border-box}.title.svelte-jpxl6b{font:var(--font-h3);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase;margin-bottom:var(--gap-2xl);text-align:center;color:var(--color-text)}.embed-placeholder.svelte-jpxl6b{font:var(--font-body);margin:0;padding:var(--gap-xl);text-align:center;color:var(--color-text);opacity:.65}.neos-events-host.svelte-jpxl6b{width:100%;height:auto}.wrapper.svelte-12n45dr{display:flex;flex-direction:column;gap:var(--gap-lg)}.title.svelte-12n45dr{font:var(--font-cta-lg);text-transform:uppercase;margin-bottom:var(--gap-xs)}.text.svelte-12n45dr{font:var(--font-text-highlight);max-width:1200px}@media (max-width: 1500px){.text.svelte-12n45dr{max-width:1000px}}@font-face{font-family:Archivo;font-style:normal;font-weight:900;font-display:swap;src:url(./Archivo-Black.Bh0nNR1y.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:normal;font-weight:400;font-display:swap;src:url(./Figtree-Regular.q6CWd6s5.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:normal;font-weight:700;font-display:swap;src:url(./Figtree-Bold.54LQ8w3B.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:italic;font-weight:400;font-display:swap;src:url(./Figtree-Italic.BITHSAyM.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:italic;font-weight:700;font-display:swap;src:url(./Figtree-BoldItalic.CpRlFXy0.ttf) format("truetype")}.section-legal.svelte-1nggn5d section>.inner-section{display:flex;flex-direction:column;align-items:center}.legal-wrapper.svelte-1nggn5d{display:flex;flex-direction:column;align-items:center;color:var(--color-text);gap:var(--gap-3xl);padding-bottom:var(--gap-2xl);width:100%;max-width:1218px}@media screen and (max-width: 1920px){.legal-wrapper.svelte-1nggn5d{gap:72px}}.legal-header.svelte-1nggn5d{display:flex;flex-direction:column;align-content:flex-start;gap:var(--gap-xl);max-width:1218px;width:100%;padding:0}@media screen and (max-width: 1920px){.legal-header.svelte-1nggn5d{max-width:1558px}}@media screen and (max-width: 1512px){.legal-header.svelte-1nggn5d{padding:0 var(--gap-3xl)}}@media screen and (max-width: 1180px){.legal-header.svelte-1nggn5d{padding:0}}@media screen and (max-width: 2560px){.legal-header.svelte-1nggn5d{max-width:1510px}}.legal-title.svelte-1nggn5d{font:var(--font-h2);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase}.legal-subtitle.svelte-1nggn5d{font:var(--font-text-highlight)}.legal-content.svelte-1nggn5d{max-width:970px}.legal-content.svelte-1nggn5d h2{font:var(--font-h5);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase;padding-top:var(--gap-xs);padding-bottom:var(--gap-lg)}.legal-content.svelte-1nggn5d h3{font:var(--font-caption);text-transform:uppercase;padding-bottom:var(--gap-sm)}.legal-content.svelte-1nggn5d p{font:var(--font-text-sm);padding-bottom:var(--gap)}.header.svelte-kusd75{margin-bottom:var(--content-padding-lg)}.header.svelte-kusd75 h2:where(.svelte-kusd75){font:var(--font-h2);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase}.map.svelte-kusd75{width:100%;height:50vh;margin-bottom:var(--content-padding)}.wrapper.svelte-kusd75{display:flex;flex-direction:column;align-items:center}.location-list.svelte-kusd75{width:80%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:40px}@media (max-width: 500px){.location-list.svelte-kusd75{width:100%;grid-template-columns:1fr}}.location-list.svelte-kusd75 .location:where(.svelte-kusd75){padding:16px;box-shadow:0 0 16px #0000001a}.location-list.svelte-kusd75 .location:where(.svelte-kusd75) .name:where(.svelte-kusd75),.location-list.svelte-kusd75 .location:where(.svelte-kusd75) .city:where(.svelte-kusd75){margin-bottom:var(--content-padding)}.wrapper.svelte-r41jh3{font:var(--font-text)}.wrapper.svelte-r41jh3 h2{font:var(--font-h2);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase;margin-bottom:var(--content-padding)}.wrapper.svelte-r41jh3 h3{font:var(--font-h3);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase;margin-bottom:var(--content-padding-sm)}.wrapper.svelte-r41jh3 p{margin-bottom:16px;margin-bottom:var(--content-padding)}.wrapper.svelte-r41jh3 strong{font-weight:600}.wrapper.svelte-r41jh3 blockquote{text-align:center}.wrapper.svelte-r41jh3 img,.wrapper.svelte-r41jh3 video{aspect-ratio:16/9}.section-mega-grid.svelte-19d9cr0{width:100%;background:var(--fill-map-section-background);color:var(--color-text-inverted)}.page>.section-mega-grid:first-child section.full.padding{padding-top:calc(var(--header__height) + var(--section-padding))}.section-mega-grid__inner.svelte-19d9cr0{display:flex;flex-direction:column;align-items:center;width:100%;text-align:center;box-sizing:border-box;padding-left:var(--page-padding);padding-right:var(--page-padding)}.section-mega-grid__inner.page-intro--active.svelte-19d9cr0{min-height:0;padding-top:0;padding-bottom:0;background:transparent;overflow-x:clip;max-width:100%}.section-mega-grid__main--pending.svelte-19d9cr0{opacity:0;visibility:hidden;pointer-events:none}.section-mega-grid__map.svelte-19d9cr0{width:100%;max-width:min(98.0625rem,100%);line-height:0;box-sizing:border-box}@media screen and (max-width: 1920px){.section-mega-grid__map.svelte-19d9cr0{max-width:85rem}}@media screen and (max-width: 1512px){.section-mega-grid__map.svelte-19d9cr0{max-width:70rem}}.page-intro-overlay.svelte-19d9cr0{position:fixed;inset:0;z-index:50;overflow:hidden;background:var(--fill-primary);pointer-events:none}.page-intro-overlay__media.svelte-19d9cr0{position:absolute;inset:0;display:flex;align-items:flex-start;justify-content:center;background:var(--fill-map-section-background);padding:calc(var(--header__height) + var(--section-padding)) var(--page-padding) var(--gap-2xl);box-sizing:border-box}.page-intro-overlay__layout.svelte-19d9cr0{display:flex;flex-direction:column;align-items:center;width:100%;gap:var(--gap-2xl);box-sizing:border-box}.page-intro-overlay__copy-spacer.svelte-19d9cr0{visibility:hidden;pointer-events:none;width:100%;max-width:var(--max-width)}.page-intro-overlay__layout.svelte-19d9cr0 .section-mega-grid__map-inner:where(.svelte-19d9cr0){display:block;width:100%;max-width:min(98.0625rem,100%)}@media screen and (max-width: 1920px){.page-intro-overlay__layout.svelte-19d9cr0 .section-mega-grid__map-inner:where(.svelte-19d9cr0){max-width:85rem}}@media screen and (max-width: 1512px){.page-intro-overlay__layout.svelte-19d9cr0 .section-mega-grid__map-inner:where(.svelte-19d9cr0){max-width:70rem}}.page-intro-overlay__layout.svelte-19d9cr0 .section-mega-grid__map-inner:where(.svelte-19d9cr0) svg{width:100%;height:auto}.section-mega-grid__main.svelte-19d9cr0{display:flex;flex-direction:column;align-items:center;width:100%;gap:var(--gap-2xl);box-sizing:border-box}.section-mega-grid__copy.svelte-19d9cr0{display:flex;flex-direction:column;align-items:center;gap:var(--gap-2xl);width:100%;max-width:var(--max-width)}.section-mega-grid__title.svelte-19d9cr0{margin:0;width:100%;color:inherit;font:var(--font-h1);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase}.section-mega-grid__subtitle.svelte-19d9cr0{margin:0;width:100%;max-width:80rem;color:inherit;font:var(--font-text-lg)}.section-mega-grid__map-inner.svelte-19d9cr0{width:100%;line-height:0}.section-mega-grid__map-inner.svelte-19d9cr0 svg{display:block;width:100%;height:auto}.section-mega-grid__map-inner.svelte-19d9cr0 .mega-map__region{cursor:pointer}@media screen and (min-width: 1181px){.section-mega-grid__map-inner.svelte-19d9cr0 .mega-map__region{cursor:var(--mega-map-pin-cursor, pointer)}}.section-mega-grid__map-inner.svelte-19d9cr0 .mega-map__region path{transition:fill .2s ease;fill:var(--fill-map-background)}.section-mega-grid__map-inner.svelte-19d9cr0 .mega-map__region>path:nth-of-type(2){fill:var(--color-map-outline)}@media (hover: hover){.section-mega-grid__map-inner.svelte-19d9cr0 .mega-map__region:hover>path:first-of-type{fill:var(--fill-map-background-hover)}.section-mega-grid__map-inner.svelte-19d9cr0 .mega-map__region:hover>path:nth-of-type(2){fill:var(--color-map-outline)}}.section-mega-grid__map-inner.svelte-19d9cr0 .mega-map__region:focus{outline:none}.section-mega-grid__map-tooltip.svelte-19d9cr0{position:fixed;z-index:700;box-sizing:border-box;max-width:min(90vw,28rem);padding:var(--gap-sm) var(--gap-lg);background:var(--color-neutral-shade-000, #ffffff);border-radius:var(--border-radius, 8px);pointer-events:none;text-align:start}@media screen and (max-width: 1180px){.section-mega-grid__map-tooltip.svelte-19d9cr0{display:none}}.section-mega-grid__map-tooltip--pointer.svelte-19d9cr0{transform:translateY(-50%)}.section-mega-grid__map-tooltip--region.svelte-19d9cr0{transform:translate(-50%,.5rem)}.section-mega-grid__map-tooltip-label.svelte-19d9cr0{margin:0;color:var(--color-text);font:var(--font-cta);text-transform:uppercase;line-height:1.15}.section-mega-grid__cards.svelte-19d9cr0{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:var(--gap-3xl);width:100%;max-width:78.5rem;text-align:start;margin-top:var(--gap-5xl)}@media screen and (max-width: 1180px){.section-mega-grid__cards.svelte-19d9cr0{margin-top:var(--gap-3xl)}}@media screen and (max-width: 768px){.section-mega-grid__cards.svelte-19d9cr0{flex-direction:column;flex-wrap:nowrap;align-items:center;gap:var(--gap-lg);margin-top:var(--gap-xl);max-width:100%}}.section-mega-grid__groups.svelte-19d9cr0{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:78.5rem;margin-top:var(--gap-5xl);gap:var(--gap-4xl);text-align:start;box-sizing:border-box}@media screen and (max-width: 1180px){.section-mega-grid__groups.svelte-19d9cr0{margin-top:var(--gap-3xl)}}@media screen and (max-width: 768px){.section-mega-grid__groups.svelte-19d9cr0{margin-top:var(--gap-xl);gap:var(--gap-3xl)}}.section-mega-grid__state-group.svelte-19d9cr0{display:flex;flex-direction:column;align-items:stretch;width:100%;gap:var(--gap-3xl)}@media screen and (max-width: 768px){.section-mega-grid__state-group.svelte-19d9cr0{gap:var(--gap-xl)}}.section-mega-grid__state-heading.svelte-19d9cr0{margin:0;width:100%;color:var(--color-text);font:var(--font-h3);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase}.section-mega-grid__state-cards.svelte-19d9cr0{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;gap:var(--gap-3xl);width:100%}@media screen and (max-width: 768px){.section-mega-grid__state-cards.svelte-19d9cr0{flex-direction:column;flex-wrap:nowrap;align-items:center;gap:var(--gap-lg)}}.section-mega-grid__card--college.svelte-19d9cr0 .section-mega-grid__card-title:where(.svelte-19d9cr0){color:var(--color-text)}.section-mega-grid__card.svelte-19d9cr0{display:flex;flex-direction:column;width:100%;max-width:23.4375rem;min-height:22.5rem;padding:var(--gap);box-sizing:border-box;background:var(--color-neutral-shade-000, #ffffff);border-radius:var(--border-radius-lg);gap:var(--gap-lg);text-decoration:none;color:var(--color-text);opacity:0;transform:translate3d(0,1.25rem,0);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1);transition-delay:var(--mega-grid-reveal-delay, 0ms)}@media (prefers-reduced-motion: reduce){.section-mega-grid__card.svelte-19d9cr0{opacity:1;transform:none;transition:none}}@media screen and (max-width: 768px){.section-mega-grid__card.svelte-19d9cr0{max-width:min(100%,22rem);min-height:0;padding:var(--gap-sm);border-radius:.75rem;gap:var(--gap)}}.section-mega-grid__card.svelte-19d9cr0:focus-visible{outline:2px solid var(--color-neutral-shade-000, #ffffff);outline-offset:3px}.section-mega-grid.svelte-19d9cr0 .section-mega-grid__card.section-mega-grid__card--visible{opacity:1;transform:translateZ(0)}.section-mega-grid__card-media.svelte-19d9cr0{position:relative;width:100%;height:15.625rem;border-radius:12px;overflow:hidden;flex-shrink:0}@media screen and (max-width: 768px){.section-mega-grid__card-media.svelte-19d9cr0{height:12.5rem;border-radius:var(--border-radius, 8px)}}.section-mega-grid__card-media.svelte-19d9cr0 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-mega-grid__card-title.svelte-19d9cr0{margin:0;width:100%;color:var(--color-text);text-align:start;font:var(--font-h6);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase}@media screen and (max-width: 768px){.section-mega-grid__card-title.svelte-19d9cr0{color:var(--color-text)}}.subscription-wrapper.svelte-ey6qt9{display:flex;flex-direction:column;justify-content:center;position:relative;background:#fff}@media (max-width: 1200px){.subscription-wrapper.svelte-ey6qt9{border-image-outset:0px}}.container.svelte-ey6qt9{padding:var(--content-padding-sm);height:100%}@media (max-width: 1200px){.container.svelte-ey6qt9{padding:var(--content-padding)}}.container.svelte-ey6qt9 button{width:100%;justify-content:center;gap:0!important}.container.svelte-ey6qt9 button .text{text-align:center;width:100%}.agreement.svelte-ey6qt9{font:var(--font-text-xs);margin-top:var(--content-gap)}.input-wrapper.svelte-ey6qt9 input{background:transparent;border-radius:var(--border-radius);margin-bottom:var(--content-padding-sm)}@media screen and (max-width: 768px){.input-wrapper.svelte-ey6qt9 input{font-size:16px}}.loader-wrapper.svelte-ey6qt9{height:16px;margin:0!important}.loader-wrapper.svelte-ey6qt9 .loader-wrapper{margin-top:0}.section-blog-text{margin-bottom:0!important}.background,.background .background-image-wrapper{height:100%}.wrapper.svelte-krvn7a{display:flex;min-height:calc(100vh - var(--header__height));justify-content:center;align-items:center;padding-block:var(--content-gap-2xl)}.person-card.svelte-ihgejq{display:contents}.person-card__media.svelte-ihgejq{position:relative;width:100%;min-width:0;aspect-ratio:500/495;border-radius:var(--border-radius-lg);overflow:hidden}.person-card__media.svelte-ihgejq img,.person-card__media.svelte-ihgejq video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.person-card__media-placeholder.svelte-ihgejq{position:absolute;inset:0;background:var(--fill-primary)}.person-card__info.svelte-ihgejq{display:flex;flex-direction:column;justify-content:flex-start;align-self:stretch;width:100%;min-width:0;box-sizing:border-box;gap:var(--gap);padding:var(--gap);background:var(--color-white);border-radius:var(--border-radius-lg)}@media screen and (max-width: 768px){.person-card__info.svelte-ihgejq{padding:var(--gap-sm);gap:var(--gap-xs)}}.person-card__name.svelte-ihgejq{margin:0;font:var(--font-h6);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase;color:var(--color-text);word-break:break-word;hypens:auto}@media screen and (max-width: 1180px){.person-card__name.svelte-ihgejq{font:var(--font-h4);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase}}.person-card__position.svelte-ihgejq{margin:0;font:var(--font-text-md);color:#727272}.person-card__social.svelte-ihgejq{align-self:stretch;width:100%;min-width:0;box-sizing:border-box;display:flex;align-items:center;justify-content:center;min-height:2.8125rem;padding:0 var(--gap-xl);background:var(--color-white);border-radius:var(--border-radius-lg)}@media screen and (max-width: 768px){.person-card__social.svelte-ihgejq{padding:0 var(--gap)}}.person-card__social-slot.svelte-ihgejq{align-self:stretch;width:100%;min-height:0;pointer-events:none}.person-card__social-inner.svelte-ihgejq{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--gap-2xl)}@media screen and (max-width: 768px){.person-card__social-inner.svelte-ihgejq{gap:var(--gap)}}.person-card__icon-link.svelte-ihgejq{display:inline-flex;align-items:center;justify-content:center;line-height:0;border-radius:var(--border-radius-sm)}.person-card__icon-link.svelte-ihgejq .person-card__icon-fill:where(.svelte-ihgejq){display:block;width:1rem;height:1rem;flex-shrink:0;background:var(--color-text);-webkit-mask-image:var(--person-card-icon-mask);mask-image:var(--person-card-icon-mask);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.person-card__icon-link.svelte-ihgejq .person-card__icon-fill--x:where(.svelte-ihgejq){width:1rem;height:1rem;transition:all var(--transition-basic)}.person-card__icon-link.svelte-ihgejq:hover .person-card__icon-fill:where(.svelte-ihgejq){background:var(--fill-secondary)}.person-card__icon-link.svelte-ihgejq:hover:has(.svg){background:var(--fill-secondary)}.person-card__icon-link.svelte-ihgejq svg path{fill:var(--color-text);transition:fill var(--transition-basic)}.person-card__icon-link.svelte-ihgejq:hover svg path{fill:var(--color-white)}.person-card__icon-link.svelte-ihgejq:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.header.svelte-kzfd4s{margin-bottom:var(--gap-3xl)}.header.svelte-kzfd4s h2:where(.svelte-kzfd4s){font:var(--font-h3);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase;color:var(--color-text)}@media screen and (max-width: 1180px){.header.svelte-kzfd4s{margin-bottom:var(--gap-2xl)}}.grid.svelte-kzfd4s{width:100%;display:flex;flex-direction:column;gap:var(--gap-xl);row-gap:var(--gap-3xl)}.grid__row.svelte-kzfd4s{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:auto max-content auto;-moz-column-gap:var(--gap);column-gap:var(--gap);row-gap:var(--gap-xs);min-width:0}@media screen and (max-width: 1180px){.grid__row.svelte-kzfd4s{grid-template-columns:repeat(2,minmax(0,1fr))}}.grid__cell.svelte-kzfd4s{display:grid;grid-template-rows:subgrid;grid-row:1/span 3;min-width:0;min-height:0;opacity:0;transform:translate3d(0,1.25rem,0);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1);transition-delay:var(--person-card-reveal-delay, 0ms)}@media (prefers-reduced-motion: reduce){.grid__cell.svelte-kzfd4s{opacity:1;transform:none;transition:none}}.grid__row--visible .grid__cell.svelte-kzfd4s{opacity:1;transform:translateZ(0)}.post-card.svelte-5slu5f{display:flex;flex-direction:column;gap:var(--gap-sm);width:100%;min-width:0;background:var(--color-white);border-radius:var(--border-radius-lg);padding:var(--gap-xl);overflow:hidden;text-decoration:none;color:var(--color-text);word-break:break-word;-webkit-hyphens:auto;hyphens:auto;text-wrap:balance}@media screen and (max-width: 1180px){.post-card.svelte-5slu5f{padding:var(--gap)}}.header.svelte-5slu5f{display:flex;justify-content:space-between;align-items:center;gap:var(--gap-sm);font:var(--font-caption);color:var(--color-grey-medium)}.media-wrapper.svelte-5slu5f{width:100%;aspect-ratio:5/4;border-radius:var(--border-radius-lg);overflow:hidden}.content.svelte-5slu5f{padding-top:var(--gap-sm);display:flex;flex-direction:column;gap:var(--gap-lg);width:100%;min-width:0}@media screen and (max-width: 1180px){.content.svelte-5slu5f{gap:var(--gap)}}.title.svelte-5slu5f{font:var(--font-h5);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase;margin-bottom:var(--gap-sm)}.subtitle.svelte-5slu5f{font:var(--font-text-xl);margin-bottom:var(--gap-sm)}.preview-text.svelte-5slu5f{font:var(--font-text-sm);width:100%;min-width:0;max-width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word}.filter-select.svelte-w5g1qa{position:relative;box-sizing:border-box;display:inline-flex;flex-direction:column;width:-moz-fit-content;width:fit-content;max-width:none;min-width:0;vertical-align:middle;font:var(--font-text-sm);color:var(--color-primary)}.filter-select--width-capped.svelte-w5g1qa{max-width:var(--filter-select-max-w, 14rem)}.filter-select--width-capped.filter-select--chip.svelte-w5g1qa{width:-moz-fit-content;width:fit-content}.filter-select__native-wrap.svelte-w5g1qa{position:relative;box-sizing:border-box;width:-moz-fit-content;width:fit-content;max-width:none;min-width:0}.filter-select--width-capped.svelte-w5g1qa .filter-select__native-wrap:where(.svelte-w5g1qa){max-width:min(100%,var(--filter-select-max-w, 14rem))}.filter-select__native-wrap--hidden.svelte-w5g1qa{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;pointer-events:none}.filter-select__native.svelte-w5g1qa{box-sizing:border-box;display:block;width:auto;max-width:none;min-width:0;min-height:2.25rem;margin:0;padding-block:var(--gap-xs);padding-inline-start:var(--gap-sm);padding-inline-end:calc(var(--gap-sm) + var(--gap-xs) + var(--gap-lg));-moz-appearance:none;appearance:none;-webkit-appearance:none;border:1px solid var(--color-text);border-radius:999px;background:var(--color-grey-lighter);color:var(--color-text);cursor:pointer;font:var(--font-text-sm);overflow:visible;text-overflow:unset;white-space:nowrap}.filter-select__native.svelte-w5g1qa:focus-visible{outline:1px solid var(--color-grey-light);outline-offset:2px}.filter-select--width-capped.svelte-w5g1qa .filter-select__native:where(.svelte-w5g1qa){width:auto;overflow:hidden;text-overflow:ellipsis;max-width:min(100%,var(--filter-select-max-w, 14rem))}@supports (field-sizing: content){.filter-select__native.svelte-w5g1qa{field-sizing:content}.filter-select.svelte-w5g1qa:not(.filter-select--width-capped) .filter-select__native:where(.svelte-w5g1qa){max-width:none}.filter-select--width-capped.svelte-w5g1qa .filter-select__native:where(.svelte-w5g1qa){max-width:min(100%,var(--filter-select-max-w, 14rem));field-sizing:content}}.filter-select__caret.svelte-w5g1qa{pointer-events:none;position:absolute;inset-inline-end:var(--gap-sm);top:0;display:flex;align-items:center;height:100%;width:var(--gap-lg);color:var(--color-text)}.filter-select__chip.svelte-w5g1qa{box-sizing:border-box;position:relative;display:flex;align-items:center;width:-moz-fit-content;width:fit-content;max-width:none;min-width:0;min-height:2.25rem;padding-block:var(--gap-xs);padding-inline-start:var(--gap-sm);padding-inline-end:calc(var(--gap-sm) + var(--gap-xs) + var(--gap-lg));border:1px solid var(--color-button-text);border-radius:999px;background:var(--color-secondary);color:var(--color-button-text);cursor:pointer;font:var(--font-text-sm);text-align:start}.filter-select__chip.svelte-w5g1qa:focus-visible{outline:1px solid var(--color-grey-light);outline-offset:2px}.filter-select--width-capped.svelte-w5g1qa .filter-select__chip:where(.svelte-w5g1qa){width:-moz-fit-content;width:fit-content;max-width:100%}.filter-select__chip-label.svelte-w5g1qa{display:block;min-width:0;overflow:visible;text-overflow:unset;white-space:normal;word-break:break-word}.filter-select--width-capped.svelte-w5g1qa .filter-select__chip-label:where(.svelte-w5g1qa){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-select__chip-icon.svelte-w5g1qa{pointer-events:none;position:absolute;inset-inline-end:var(--gap-sm);top:0;bottom:0;display:flex;align-items:center;width:var(--gap-lg);color:inherit}.filter-select__caret.svelte-w5g1qa .svg,.filter-select__chip-icon.svelte-w5g1qa .svg{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:inherit}.filter-select__caret.svelte-w5g1qa svg,.filter-select__chip-icon.svelte-w5g1qa svg{width:100%;height:100%;color:inherit}.filter-select__caret.svelte-w5g1qa path,.filter-select__caret.svelte-w5g1qa circle,.filter-select__caret.svelte-w5g1qa rect,.filter-select__caret.svelte-w5g1qa polygon,.filter-select__chip-icon.svelte-w5g1qa path,.filter-select__chip-icon.svelte-w5g1qa circle,.filter-select__chip-icon.svelte-w5g1qa rect,.filter-select__chip-icon.svelte-w5g1qa polygon{fill:currentColor;stroke:none}.filter-select__caret.svelte-w5g1qa line,.filter-select__caret.svelte-w5g1qa polyline,.filter-select__chip-icon.svelte-w5g1qa line,.filter-select__chip-icon.svelte-w5g1qa polyline{fill:none;stroke:currentColor}.filter-select__caret.svelte-w5g1qa path[fill=none],.filter-select__caret.svelte-w5g1qa path[fill=none i],.filter-select__caret.svelte-w5g1qa circle[fill=none],.filter-select__caret.svelte-w5g1qa rect[fill=none],.filter-select__caret.svelte-w5g1qa polygon[fill=none],.filter-select__chip-icon.svelte-w5g1qa path[fill=none],.filter-select__chip-icon.svelte-w5g1qa path[fill=none i],.filter-select__chip-icon.svelte-w5g1qa circle[fill=none],.filter-select__chip-icon.svelte-w5g1qa rect[fill=none],.filter-select__chip-icon.svelte-w5g1qa polygon[fill=none]{fill:none;stroke:currentColor}.filter-multiselect.svelte-1a98jer{position:relative;box-sizing:border-box;display:inline-flex;width:-moz-fit-content;width:fit-content;max-width:none;min-width:0;vertical-align:middle;font:var(--font-text-sm);color:var(--color-primary)}.filter-multiselect__native-wrap.svelte-1a98jer{position:relative;box-sizing:border-box;width:-moz-fit-content;width:fit-content;max-width:none;min-width:0}.filter-multiselect__native.svelte-1a98jer{box-sizing:border-box;display:block;width:auto;max-width:none;min-width:0;min-height:2.25rem;margin:0;padding-block:var(--gap-xs);padding-inline-start:var(--gap-sm);padding-inline-end:calc(var(--gap-sm) + var(--gap-xs) + var(--gap-lg));-moz-appearance:none;appearance:none;-webkit-appearance:none;border:1px solid var(--color-text);border-radius:999px;background:var(--color-grey-lighter);color:var(--color-text);cursor:pointer;font:var(--font-text-sm);overflow:visible;text-overflow:unset;white-space:nowrap}.filter-multiselect__native.svelte-1a98jer:focus-visible{outline:1px solid var(--color-grey-light);outline-offset:2px}@supports (field-sizing: content){.filter-multiselect__native.svelte-1a98jer{field-sizing:content}}.filter-multiselect__caret.svelte-1a98jer{pointer-events:none;position:absolute;inset-inline-end:var(--gap-sm);top:0;display:flex;align-items:center;height:100%;width:var(--gap-lg);color:var(--color-text)}.filter-multiselect__caret.svelte-1a98jer .svg{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:inherit}.filter-multiselect__caret.svelte-1a98jer svg{width:100%;height:100%;color:inherit}.filter-multiselect__caret.svelte-1a98jer path,.filter-multiselect__caret.svelte-1a98jer circle,.filter-multiselect__caret.svelte-1a98jer rect,.filter-multiselect__caret.svelte-1a98jer polygon{fill:currentColor;stroke:none}.filter-multiselect__caret.svelte-1a98jer line,.filter-multiselect__caret.svelte-1a98jer polyline{fill:none;stroke:currentColor}.filter-multiselect__caret.svelte-1a98jer path[fill=none],.filter-multiselect__caret.svelte-1a98jer path[fill=none i],.filter-multiselect__caret.svelte-1a98jer circle[fill=none],.filter-multiselect__caret.svelte-1a98jer rect[fill=none],.filter-multiselect__caret.svelte-1a98jer polygon[fill=none]{fill:none;stroke:currentColor}.search-input.svelte-1b02uc{position:relative}.search-field.svelte-1b02uc{width:100%;box-sizing:border-box;padding:var(--gap-xs) 0 var(--gap-xs) var(--gap-sm);padding-right:calc(var(--gap-sm) + var(--gap-xs) + var(--gap-lg));border-radius:999px;border:2px solid var(--color-white);font:var(--font-text-sm);color:var(--color-text)}.search-field.svelte-1b02uc::-moz-placeholder{color:var(--color-grey-medium)}.search-field.svelte-1b02uc::placeholder{color:var(--color-grey-medium)}.search-field.svelte-1b02uc:focus{outline:2px solid var(--color-grey-light);outline-offset:2px}.search-icon.svelte-1b02uc{position:absolute;top:50%;right:var(--gap-sm);transform:translateY(-50%);width:var(--gap-lg);height:var(--gap-lg);pointer-events:none;display:flex;align-items:center;justify-content:center;color:var(--color-primary)}.search-icon--magnifier.svelte-1b02uc>svg:where(.svelte-1b02uc){width:100%;height:100%;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.search-input__icon-media.svelte-1b02uc{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-width:0;min-height:0;color:inherit}.search-input__icon-media.svelte-1b02uc .svg{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:inherit}.search-input__icon-media.svelte-1b02uc svg{width:100%;height:100%;color:inherit}.search-input__icon-media.svelte-1b02uc .image-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.search-input__icon-media.svelte-1b02uc img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.search-input__icon-media.svelte-1b02uc path,.search-input__icon-media.svelte-1b02uc circle,.search-input__icon-media.svelte-1b02uc rect,.search-input__icon-media.svelte-1b02uc polygon{fill:currentColor;stroke:none}.search-input__icon-media.svelte-1b02uc line,.search-input__icon-media.svelte-1b02uc polyline{fill:none;stroke:currentColor}.search-input__icon-media.svelte-1b02uc path[fill=none],.search-input__icon-media.svelte-1b02uc path[fill=none i],.search-input__icon-media.svelte-1b02uc circle[fill=none],.search-input__icon-media.svelte-1b02uc rect[fill=none],.search-input__icon-media.svelte-1b02uc polygon[fill=none]{fill:none;stroke:currentColor}.search-icon--clear.svelte-1b02uc{padding:0;margin:0;border:none;background:transparent;cursor:pointer;pointer-events:auto}.search-icon--clear.svelte-1b02uc:focus-visible{outline:2px solid var(--color-grey-light);outline-offset:2px;border-radius:2px}.masonry-grid__list.svelte-10hrvi6{display:block;list-style:none;padding:0;margin:0}.masonry-grid__list.is-enhanced.svelte-10hrvi6{display:block;position:relative}.masonry-grid__list.is-hidden.svelte-10hrvi6{visibility:hidden}.masonry-grid__item.svelte-10hrvi6{min-width:0;margin-bottom:var(--masonry-gap)}.masonry-grid__item.is-enhanced.svelte-10hrvi6{position:absolute;left:0;top:0;will-change:transform;margin-bottom:0}.pagination.svelte-1sjnap5{display:flex;align-items:center;gap:var(--gap-sm)}.pagination__pages.svelte-1sjnap5{display:flex;align-items:center;gap:var(--gap-xs)}.pagination__page.svelte-1sjnap5,.pagination__arrow.svelte-1sjnap5{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:0 var(--gap-xs);border:none;background:transparent;color:var(--color-primary);font:var(--font-cta-lg);text-transform:uppercase;cursor:pointer;transition:opacity .2s ease}.pagination__page.svelte-1sjnap5:not(.is-active):disabled,.pagination__arrow.svelte-1sjnap5:not(.is-active):disabled{cursor:default;opacity:.4}.pagination__page.svelte-1sjnap5:not(.is-active):hover:not(:disabled),.pagination__arrow.svelte-1sjnap5:not(.is-active):hover:not(:disabled){text-decoration:underline;text-underline-offset:.2em}.pagination__page.is-active.svelte-1sjnap5{color:var(--color-secondary)}.pagination__ellipsis.svelte-1sjnap5{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;color:var(--color-primary);font:var(--font-cta-lg);text-transform:uppercase}.section-post-overview--full{background:var(--fill-post-overview-background)}.content.svelte-jg70cp{display:flex;flex-direction:column;gap:var(--gap-lg)}.content.svelte-jg70cp .title:where(.svelte-jg70cp){font:var(--font-h3);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase}.content.svelte-jg70cp .subtitle:where(.svelte-jg70cp){font:var(--font-text-lg)}.wrapper.svelte-jg70cp{display:flex;flex-direction:column;gap:var(--gap-2xl);width:100%}.pagination-wrapper.svelte-jg70cp,.overview-link-wrap.svelte-jg70cp{display:flex;justify-content:center}.filters.svelte-jg70cp{--post-overview-search-bar-w: 300px;display:flex;flex-direction:column;align-items:stretch;gap:var(--gap);width:100%;min-width:0}.filters__bar.svelte-jg70cp{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--gap-xl);width:100%;min-width:0;border-top:1px solid var(--color-grey-light);border-bottom:1px solid var(--color-grey-light);padding-block:var(--gap)}.filter-items.svelte-jg70cp{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:var(--gap-2xl);flex:1 1 auto;min-width:0}.filter-items.svelte-jg70cp>.filter-item:where(.svelte-jg70cp):has(.filter-select--chip){flex-shrink:0}.filter-item.svelte-jg70cp{display:inline-flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:5px;flex:0 0 auto;width:-moz-fit-content;width:fit-content;max-width:100%;min-width:0}.filter-item-label.svelte-jg70cp{font:var(--font-text-sm);flex:0 0 auto;display:inline-flex;align-items:center;white-space:nowrap;color:var(--color-text)}.filter-item-control.svelte-jg70cp{display:inline-flex;align-items:center;flex:0 0 auto;max-width:100%;min-width:0}.filters.svelte-jg70cp:not(.filters--wrapped) .filter-item-control:where(.svelte-jg70cp){display:contents}.filters-active.svelte-jg70cp{display:flex;flex-wrap:wrap;align-items:center;gap:var(--gap);width:100%;min-width:0}.filters-active__chip.svelte-jg70cp{box-sizing:border-box;position:relative;display:inline-flex;align-items:center;height:2.25rem;max-width:100%;padding-inline:var(--gap-sm);padding-inline-end:calc(var(--gap-sm) + 1.5rem);border:1px solid var(--color-text);border-radius:999px;background:var(--color-white);color:var(--color-text);cursor:pointer;font:var(--font-text-sm)}.filters-active__chip.svelte-jg70cp:focus-visible{outline:1px solid var(--color-grey-light);outline-offset:2px}.filters-active__chip-label.svelte-jg70cp{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filters-active__chip-icon.svelte-jg70cp{pointer-events:none;position:absolute;inset-inline-end:var(--gap-sm);top:0;display:flex;align-items:center;height:100%;width:1.5rem;color:inherit}.filters-active__chip-icon.svelte-jg70cp .svg{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:inherit}.filters-active__chip-icon.svelte-jg70cp svg{width:100%;height:100%;color:inherit}.filters-active__chip-icon.svelte-jg70cp path,.filters-active__chip-icon.svelte-jg70cp circle,.filters-active__chip-icon.svelte-jg70cp rect,.filters-active__chip-icon.svelte-jg70cp polygon{fill:currentColor;stroke:none}.filters-active__chip-icon.svelte-jg70cp line,.filters-active__chip-icon.svelte-jg70cp polyline{fill:none;stroke:currentColor}.filters-active__chip-icon.svelte-jg70cp path[fill=none],.filters-active__chip-icon.svelte-jg70cp path[fill=none i],.filters-active__chip-icon.svelte-jg70cp circle[fill=none],.filters-active__chip-icon.svelte-jg70cp rect[fill=none],.filters-active__chip-icon.svelte-jg70cp polygon[fill=none]{fill:none;stroke:currentColor}.filters-active__clear.svelte-jg70cp{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;border:none;background:transparent;color:var(--color-text);cursor:pointer;white-space:nowrap;font:var(--font-text-sm);text-align:center}.filters-active__clear.svelte-jg70cp:focus-visible{outline:1px solid var(--color-grey-light);outline-offset:2px}.filters-active__clear.svelte-jg70cp:hover{text-decoration:underline}.search-wrapper.svelte-jg70cp{flex:0 0 auto;min-width:var(--post-overview-search-bar-w);margin-inline-start:auto;display:flex;justify-content:flex-end}.search-wrapper.svelte-jg70cp .search-input{width:var(--post-overview-search-bar-w);max-width:var(--post-overview-search-bar-w);flex-shrink:0}.search-wrapper.svelte-jg70cp .search-field{background:var(--color-white);border:none}.filters.filters--wrapped.svelte-jg70cp .search-wrapper:where(.svelte-jg70cp){flex:1 1 100%;min-width:0;width:100%;max-width:100%;margin-inline-start:0;justify-content:stretch}.filters.filters--wrapped.svelte-jg70cp .search-wrapper:where(.svelte-jg70cp) .search-input{width:100%;max-width:100%;min-width:0}.no-results.svelte-jg70cp{display:flex;flex-direction:column;align-items:center;gap:var(--gap);font:var(--font-text);padding:var(--gap);text-align:center;font:var(--font-text-lg)}.no-results__new-search.svelte-jg70cp{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border:2px solid var(--color-primary);border-radius:999px;padding:var(--gap-xs) var(--gap-lg);background:transparent;color:var(--color-primary);font:var(--font-text)}.no-results__new-search.svelte-jg70cp:focus-visible{outline:2px solid var(--color-grey-light);outline-offset:2px}.no-results__new-search.svelte-jg70cp:hover{background:var(--color-grey-lighter)}.post-grid.svelte-jg70cp{width:100%;min-height:300px}@font-face{font-family:Archivo;font-style:normal;font-weight:900;font-display:swap;src:url(./Archivo-Black.Bh0nNR1y.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:normal;font-weight:400;font-display:swap;src:url(./Figtree-Regular.q6CWd6s5.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:normal;font-weight:700;font-display:swap;src:url(./Figtree-Bold.54LQ8w3B.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:italic;font-weight:400;font-display:swap;src:url(./Figtree-Italic.BITHSAyM.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:italic;font-weight:700;font-display:swap;src:url(./Figtree-BoldItalic.CpRlFXy0.ttf) format("truetype")}.section-subhero.svelte-prgtos{--subhero-image-height: 800px;--image-title-padding: 80px}@media screen and (max-width: 1920px){.section-subhero.svelte-prgtos{--subhero-image-height: 650px;--image-title-padding: 72px}}@media screen and (max-width: 1512px){.section-subhero.svelte-prgtos{--subhero-image-height: 617px;--image-title-padding: 64px}}@media screen and (max-width: 1180px){.section-subhero.svelte-prgtos{--subhero-image-height: 500px;--image-title-padding: 48px}}@media screen and (max-width: 568px){.section-subhero.svelte-prgtos{--subhero-image-height: 300px;--image-title-padding: 40px}}.section-subhero.svelte-prgtos section.full.margin{overflow:hidden;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:var(--gap-lg);border-bottom-right-radius:var(--gap-lg)}.section-subhero.svelte-prgtos .background-image-wrapper:where(.svelte-prgtos){position:absolute;top:0;left:0;right:0;height:var(--subhero-image-height);border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:var(--gap-lg);border-bottom-right-radius:var(--gap-lg);overflow:hidden}.section-subhero.svelte-prgtos .background-image-wrapper:where(.svelte-prgtos):after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(0deg,#0003,#6663)}.section-subhero.svelte-prgtos .background-image-wrapper:where(.svelte-prgtos) img,.section-subhero.svelte-prgtos .background-image-wrapper:where(.svelte-prgtos) video{position:relative;z-index:0}.section-subhero.svelte-prgtos .background-image-wrapper:where(.svelte-prgtos) img{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:var(--gap-lg);border-bottom-right-radius:var(--gap-lg)}.section-subhero.section-subhero--schuelerinnen.svelte-prgtos .background-image-wrapper:where(.svelte-prgtos):after{background:linear-gradient(0deg,#cb196733,#feec0033 50%)}.section-subhero.section-subhero--schuelerinnen.svelte-prgtos .background-image-wrapper:where(.svelte-prgtos){background-color:#d3d3d3}.section-subhero.svelte-prgtos .hero-wrapper:where(.svelte-prgtos){position:relative;width:100%;padding-top:calc(var(--subhero-image-height) + var(--image-title-padding));box-sizing:border-box}.section-subhero.svelte-prgtos .hero-text-wrapper:where(.svelte-prgtos){display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:100%;padding:var(--gap-2xl) var(--content-padding);text-align:center}.section-subhero.svelte-prgtos .hero-title:where(.svelte-prgtos){font:var(--font-h1);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase;color:var(--color-text)}@font-face{font-family:Archivo;font-style:normal;font-weight:900;font-display:swap;src:url(./Archivo-Black.Bh0nNR1y.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:normal;font-weight:400;font-display:swap;src:url(./Figtree-Regular.q6CWd6s5.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:normal;font-weight:700;font-display:swap;src:url(./Figtree-Bold.54LQ8w3B.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:italic;font-weight:400;font-display:swap;src:url(./Figtree-Italic.BITHSAyM.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:italic;font-weight:700;font-display:swap;src:url(./Figtree-BoldItalic.CpRlFXy0.ttf) format("truetype")}@media screen and (max-width: 1180px){.section-teaser{padding:var(--section-padding) var(--gap-4xl)!important}}@media screen and (max-width: 768px){.section-teaser{padding:var(--section-padding)!important}}.section-teaser__inner--tenant.svelte-itswqg{gap:0}.section-teaser__tenant-card.svelte-itswqg{width:100%;background:var(--fill-primary);color:var(--color-text-box);margin-inline:auto;box-sizing:border-box;border-radius:var(--border-radius-lg);padding-top:var(--section-padding);padding-bottom:0;padding-left:clamp(1rem,5vw,6rem);padding-right:clamp(1rem,5vw,6rem)}@media screen and (max-width: 1180px){.section-teaser__tenant-card.svelte-itswqg{padding-top:var(--section-padding);padding-inline:var(--gap-4xl);padding-bottom:0}}@media screen and (max-width: 768px){.section-teaser__tenant-card.svelte-itswqg{padding:var(--gap-2xl) var(--gap-lg) 0;border-radius:var(--border-radius-lg)}}.section-teaser__tenant-card.svelte-itswqg .title:where(.svelte-itswqg){font:var(--font-h3);letter-spacing:-.04em;-webkit-hyphens:auto;text-transform:uppercase;margin:0;width:100%;max-width:40.5rem;hyphens:auto;text-wrap:balance;overflow-wrap:normal;word-break:break-word;color:inherit;text-align:start}.section-teaser__tenant-card.svelte-itswqg .text-wrapper:where(.svelte-itswqg){font:var(--font-text-xl);width:100%;color:inherit}.section-teaser__tenant-card.svelte-itswqg .text-wrapper:where(.svelte-itswqg) .container{color:inherit}.section-teaser__tenant-card.svelte-itswqg .text-wrapper:where(.svelte-itswqg) p{color:inherit;margin:0;text-align:start}.section-teaser__tenant-card.svelte-itswqg .text-wrapper:where(.svelte-itswqg) p+p{margin-top:var(--gap-sm)}.section-teaser__tenant-card.svelte-itswqg button.section-cta__button--stacked{color:#fff!important}@media screen and (max-width: 1180px){.section-teaser__tenant-card.svelte-itswqg button.section-cta__button--stacked{height:auto;min-height:unset;padding:8px 14px;border-radius:48px;gap:14px}}@media (max-width: 500px){.section-teaser__tenant-card.svelte-itswqg button.section-cta__button--stacked{width:100%}}.section-teaser__tenant-card.svelte-itswqg button.section-cta__button{color:#fff!important;transition:all var(--transition-basic)}.section-teaser__tenant-card.svelte-itswqg button.section-cta__button svg path{fill:#fff!important}.section-teaser__tenant-card.section-teaser__tenant-card--studierende.svelte-itswqg button.section-cta__button.variant-outline{position:relative;overflow:hidden;isolation:isolate;border-color:var(--color-text-box)!important}.section-teaser__tenant-card.section-teaser__tenant-card--studierende.svelte-itswqg button.section-cta__button.variant-outline:after{content:"";position:absolute;inset:-1px;border-radius:inherit;background:transparent;opacity:0;transition:opacity var(--transition-basic);z-index:0;pointer-events:none}.section-teaser__tenant-card.section-teaser__tenant-card--studierende.svelte-itswqg button.section-cta__button.variant-outline .text,.section-teaser__tenant-card.section-teaser__tenant-card--studierende.svelte-itswqg button.section-cta__button.variant-outline .icon{position:relative;z-index:1}.section-teaser__tenant-card.section-teaser__tenant-card--studierende.svelte-itswqg button.section-cta__button.variant-outline:hover,.section-teaser__tenant-card.section-teaser__tenant-card--studierende.svelte-itswqg button.section-cta__button.variant-outline:focus-visible{border-color:transparent!important;background:transparent!important}.section-teaser__tenant-card.section-teaser__tenant-card--studierende.svelte-itswqg button.section-cta__button.variant-outline:hover:after,.section-teaser__tenant-card.section-teaser__tenant-card--studierende.svelte-itswqg button.section-cta__button.variant-outline:focus-visible:after{background:var(--fill-button-background-tertiary-hover);opacity:1}@media screen and (max-width: 1180px){.section-teaser__tenant-card.svelte-itswqg .title:where(.svelte-itswqg){text-align:center}.section-teaser__tenant-card.svelte-itswqg .text-wrapper:where(.svelte-itswqg){text-align:center}}@media screen and (max-width: 768px){.section-teaser__tenant-card.svelte-itswqg .title:where(.svelte-itswqg){max-width:none}}.section-teaser__tenant-card.svelte-itswqg:has(.section-teaser__tenant-layout--no-media:where(.svelte-itswqg)){padding-bottom:var(--section-padding)}@media screen and (max-width: 1180px){.section-teaser__tenant-card.svelte-itswqg:has(.section-teaser__tenant-layout--no-media:where(.svelte-itswqg)){padding-bottom:var(--section-padding)}}@media screen and (max-width: 768px){.section-teaser__tenant-card.svelte-itswqg:has(.section-teaser__tenant-layout--no-media:where(.svelte-itswqg)){padding-bottom:var(--gap-4xl)}}.section-teaser__inner.svelte-itswqg{display:flex;flex-direction:column;gap:var(--gap-4xl);width:100%}@media (max-width: 1800px){.section-teaser__inner.svelte-itswqg{gap:var(--gap-2xl)}}.section-teaser__rule.svelte-itswqg{width:100%;height:0;border-top:1px solid var(--color-grey-light)}.section-teaser__main.svelte-itswqg{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--gap);width:100%}.visual-cluster.svelte-itswqg{flex:0 1 auto;min-width:0;order:1}.copy.svelte-itswqg{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:var(--gap-xl);max-width:min(40.625rem,max(17.5rem,27.5vw));order:2;color:var(--color-text)}.title.svelte-itswqg{font:var(--font-h4);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase;color:var(--color-text);margin:0;width:100%}.text-wrapper.svelte-itswqg{font:var(--font-text-md);width:100%;color:var(--color-text)}.text-wrapper.svelte-itswqg p{color:inherit}.items-strip.svelte-itswqg{display:flex;flex-wrap:nowrap;align-items:flex-end;gap:var(--gap-sm);min-width:0}.link-box.svelte-itswqg{background:var(--fill-primary);border-radius:var(--border-radius-lg);box-sizing:border-box;width:clamp(12rem,14.8vw,15.625rem);height:clamp(12rem,14.8vw,15.625rem);max-width:100%;flex:0 0 auto;padding:var(--gap);transition:all var(--transition-basic)}.link-box.svelte-itswqg a{display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;height:100%;min-height:0;text-decoration:none}@media screen and (max-width: 1180px){.link-box.svelte-itswqg a{gap:var(--gap-lg)}}.link-box.svelte-itswqg .text-with-icon{width:100%;justify-content:space-between;align-items:flex-start;gap:var(--gap-xs);color:var(--color-text-box)!important}.link-box.svelte-itswqg svg path{fill:var(--color-text-box)!important}.link-box.svelte-itswqg:hover{background:var(--fill-secondary)}.media-wrapper.svelte-itswqg{box-sizing:border-box;width:min(100%,clamp(20rem,32.5vw,38.5rem));aspect-ratio:16/9;height:100%;border-radius:var(--border-radius-lg);overflow:hidden;flex:0 1 auto;max-width:100%}.media-wrapper.svelte-itswqg img,.media-wrapper.svelte-itswqg video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.section-teaser__tenant-layout.svelte-itswqg{display:flex;align-items:stretch;justify-content:center;gap:var(--gap-sm);width:100%}.section-teaser__tenant-layout--no-media.svelte-itswqg{justify-content:center;align-items:center}.section-teaser__tenant-layout--no-media.svelte-itswqg .section-teaser__tenant-copy:where(.svelte-itswqg){align-items:center;text-align:center;max-width:min(52rem,100%)}.section-teaser__tenant-layout--no-media.svelte-itswqg .section-teaser__tenant-cta-wrap:where(.svelte-itswqg){align-self:center}.section-teaser__tenant-media.svelte-itswqg{flex:1 1 0;min-width:0;align-self:stretch;border-radius:var(--border-radius-xl) var(--border-radius-xl) 0 0;overflow:hidden;min-height:1000px;aspect-ratio:16/9}.section-teaser__tenant-media.svelte-itswqg img,.section-teaser__tenant-media.svelte-itswqg video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;border-radius:var(--border-radius-xl) var(--border-radius-xl) 0 0}@media screen and (max-width: 1920px){.section-teaser__tenant-media.svelte-itswqg{min-height:650px}}@media screen and (max-width: 1180px){.section-teaser__tenant-media.svelte-itswqg{flex:unset;align-self:stretch;width:100%;height:auto;aspect-ratio:16/9;border-radius:var(--border-radius-lg) var(--border-radius-lg) 0 0;min-height:unset;max-width:none}.section-teaser__tenant-media.svelte-itswqg img,.section-teaser__tenant-media.svelte-itswqg video{border-radius:var(--border-radius-lg) var(--border-radius-lg) 0 0}}.section-teaser__tenant-copy.svelte-itswqg{width:100%;max-width:min(40.625rem,100%);display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;align-self:stretch;gap:var(--gap-xl);color:inherit}@media screen and (max-width: 1180px){.section-teaser__tenant-copy.svelte-itswqg{flex:unset;max-width:none;width:100%;gap:var(--gap-xl);padding-bottom:0}}.section-teaser__tenant-copy-stack.svelte-itswqg{display:flex;flex-direction:column;align-items:flex-start;gap:var(--gap);width:100%}.section-teaser__tenant-cta-wrap.svelte-itswqg{display:flex;align-items:flex-start;flex-direction:column;gap:var(--gap-2xl);justify-content:flex-start;width:100%;margin-top:var(--gap-2xl)}@media screen and (max-width: 1180px){.section-teaser__tenant-cta-wrap.svelte-itswqg{justify-content:center;gap:var(--gap)}}@media screen and (min-width: 1181px){.section-teaser__tenant-layout.svelte-itswqg:not(.section-teaser__tenant-layout--no-media){gap:var(--gap-2xl);align-items:flex-start}.section-teaser__tenant-layout.svelte-itswqg:not(.section-teaser__tenant-layout--no-media) .section-teaser__tenant-copy-stack:where(.svelte-itswqg){gap:var(--gap-xl)}.section-teaser__tenant-layout.svelte-itswqg:not(.section-teaser__tenant-layout--no-media) .section-teaser__tenant-cta-wrap:where(.svelte-itswqg){margin-top:0}.section-teaser__tenant-layout.svelte-itswqg:not(.section-teaser__tenant-layout--no-media) .section-teaser__tenant-copy:where(.svelte-itswqg){gap:var(--gap-2xl);padding-bottom:var(--gap-xl);box-sizing:border-box}}@media screen and (min-width: 1920px){.section-teaser__tenant-layout.svelte-itswqg:not(.section-teaser__tenant-layout--no-media){gap:64px}.section-teaser__tenant-layout.svelte-itswqg:not(.section-teaser__tenant-layout--no-media) .section-teaser__tenant-copy-stack:where(.svelte-itswqg){gap:var(--gap-2xl)}.section-teaser__tenant-layout.svelte-itswqg:not(.section-teaser__tenant-layout--no-media) .section-teaser__tenant-copy:where(.svelte-itswqg){gap:var(--gap-2xl);padding-bottom:var(--gap-2xl)}}@media screen and (max-width: 1180px){.section-teaser__tenant-layout.svelte-itswqg:not(.section-teaser__tenant-layout--no-media){flex-direction:column;align-items:center;gap:var(--gap-xl);min-height:unset;padding-top:0}.section-teaser__tenant-layout.svelte-itswqg:not(.section-teaser__tenant-layout--no-media) .section-teaser__tenant-copy:where(.svelte-itswqg){order:1;align-items:center;width:100%;max-width:100%;gap:var(--gap-xl);padding-bottom:0}.section-teaser__tenant-layout.svelte-itswqg:not(.section-teaser__tenant-layout--no-media) .section-teaser__tenant-copy-stack:where(.svelte-itswqg){gap:var(--gap-xl);align-items:center;width:100%}.section-teaser__tenant-layout.svelte-itswqg:not(.section-teaser__tenant-layout--no-media) .section-teaser__tenant-cta-wrap:where(.svelte-itswqg){align-self:stretch;justify-content:center;margin-top:0}.section-teaser__tenant-layout.svelte-itswqg:not(.section-teaser__tenant-layout--no-media) .section-teaser__tenant-media:where(.svelte-itswqg){order:2;align-self:stretch;flex:unset;width:100%;max-width:100%;min-width:0}.section-teaser__tenant-layout--no-media.svelte-itswqg{min-height:unset;padding-top:var(--gap-3xl);padding-bottom:var(--gap-3xl)}.section-teaser__tenant-layout--no-media.svelte-itswqg .section-teaser__tenant-copy-stack:where(.svelte-itswqg){gap:var(--gap-xl)}}@media screen and (max-width: 768px){.section-teaser__tenant-layout.svelte-itswqg:not(.section-teaser__tenant-layout--no-media){gap:var(--gap-xl)}.section-teaser__tenant-layout.svelte-itswqg:not(.section-teaser__tenant-layout--no-media) .section-teaser__tenant-copy:where(.svelte-itswqg){gap:var(--gap-xl)}.section-teaser__tenant-layout.svelte-itswqg:not(.section-teaser__tenant-layout--no-media) .section-teaser__tenant-copy-stack:where(.svelte-itswqg){gap:var(--gap-xl)}.section-teaser__tenant-layout.svelte-itswqg:not(.section-teaser__tenant-layout--no-media) .section-teaser__tenant-media:where(.svelte-itswqg){border-radius:var(--border-radius-xl) var(--border-radius-xl) 0 0;overflow:hidden}.section-teaser__tenant-layout.svelte-itswqg:not(.section-teaser__tenant-layout--no-media) .section-teaser__tenant-media:where(.svelte-itswqg) img,.section-teaser__tenant-layout.svelte-itswqg:not(.section-teaser__tenant-layout--no-media) .section-teaser__tenant-media:where(.svelte-itswqg) video{border-radius:var(--border-radius-xl) var(--border-radius-xl) 0 0}.section-teaser__tenant-layout--no-media.svelte-itswqg .section-teaser__tenant-copy-stack:where(.svelte-itswqg){gap:var(--gap-xl)}}@media screen and (max-width: 568px){.section-teaser__tenant-layout.svelte-itswqg:not(.section-teaser__tenant-layout--no-media){gap:var(--gap-lg)}.section-teaser__tenant-layout.svelte-itswqg:not(.section-teaser__tenant-layout--no-media) .section-teaser__tenant-copy:where(.svelte-itswqg){gap:var(--gap-lg)}.section-teaser__tenant-layout.svelte-itswqg:not(.section-teaser__tenant-layout--no-media) .section-teaser__tenant-copy-stack:where(.svelte-itswqg){gap:var(--gap-lg)}.section-teaser__tenant-layout--no-media.svelte-itswqg .section-teaser__tenant-copy-stack:where(.svelte-itswqg){gap:var(--gap-lg)}}@media screen and (max-width: 1180px){.section-teaser__main.svelte-itswqg{flex-direction:column;align-items:stretch;gap:var(--gap-3xl)}.visual-cluster.svelte-itswqg{order:2;width:100%}.copy.svelte-itswqg{order:1;min-height:unset;max-width:none;gap:var(--gap-lg)}.items-strip.svelte-itswqg{flex-direction:column;align-items:stretch}.items-strip.svelte-itswqg .link-box:where(.svelte-itswqg){order:1}.items-strip.svelte-itswqg .media-wrapper:where(.svelte-itswqg){order:2}.media-wrapper.svelte-itswqg{max-width:none;height:auto;aspect-ratio:1/1;max-height:none;width:100%}}@media screen and (max-width: 1180px) and (max-width: 1180px){.media-wrapper.svelte-itswqg{aspect-ratio:13/9}}@media screen and (max-width: 1180px){.link-box.svelte-itswqg{width:100%;max-width:none;height:auto;max-height:none;align-self:stretch}}.layout.svelte-n7sc8v{font:var(--font-text);text-transform:none;color:var(--color-text);display:flex;flex-direction:column;align-items:center;gap:var(--gap)}.layout--media.svelte-n7sc8v{flex-direction:row;align-items:center;justify-content:space-between;width:100%;-moz-column-gap:var(--gap-xl);column-gap:var(--gap-xl)}@media screen and (max-width: 1180px){.layout--media.svelte-n7sc8v{flex-direction:column;justify-content:flex-start;gap:var(--gap-3xl)}}.layout__media.svelte-n7sc8v{min-width:0;max-width:612px;aspect-ratio:612/500;height:auto;max-height:500px;border-radius:var(--border-radius-lg);overflow:hidden;align-self:center}@media screen and (max-width: 1180px){.layout__media.svelte-n7sc8v{flex:0 0 auto;width:100%;max-width:600px;aspect-ratio:598/489;max-height:none}}.layout__media.svelte-n7sc8v .image-wrapper{width:100%;height:100%;min-height:0}.layout__media.svelte-n7sc8v img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media screen and (max-width: 1180px){.layout__media.svelte-n7sc8v{flex:1 1 auto;width:100%;max-height:none}}.layout__content.svelte-n7sc8v{display:flex;flex-direction:column;align-items:stretch;text-align:left;gap:var(--gap-2xl);width:100%;max-width:900px}.layout__content.svelte-n7sc8v .container{width:100%;min-width:0}.layout__content.svelte-n7sc8v .container>div{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:var(--gap-2xl);width:100%}.layout__content.svelte-n7sc8v h2{font:var(--font-h6);text-transform:uppercase;margin:0;color:var(--color-text);--section-text-h2-pull: clamp(1rem, 3vw, 1rem);width:calc(100% + var(--section-text-h2-pull));margin-inline-start:calc(-1 * var(--section-text-h2-pull));text-align:left}@media screen and (max-width: 1180px){.layout__content.svelte-n7sc8v h2{--section-text-h2-pull: clamp(.5rem, 2.5vw, 1.25rem)}}@media screen and (max-width: 768px){.layout__content.svelte-n7sc8v h2{margin-inline-start:0}}.layout__content.svelte-n7sc8v p{margin:0;width:100%;padding-left:var(--gap-5xl)}@media screen and (max-width: 1180px){.layout__content.svelte-n7sc8v p{padding-left:0}}.layout__content.svelte-n7sc8v li p{padding-left:0}.layout__content.svelte-n7sc8v ul,.layout__content.svelte-n7sc8v ol{padding-left:var(--gap-6xl)}@media screen and (max-width: 1180px){.layout__content.svelte-n7sc8v ul,.layout__content.svelte-n7sc8v ol{padding-left:var(--gap-2xl)}}@media screen and (max-width: 1180px){.layout.svelte-n7sc8v:not(.layout--media) .layout__content:where(.svelte-n7sc8v){max-width:min(100%,1048px)}}@media screen and (min-width: 769px){.layout.svelte-n7sc8v:not(.layout--media) .layout__content:where(.svelte-n7sc8v) p{align-self:flex-start;font:var(--font-text)}}@media screen and (max-width: 1180px){.layout.svelte-n7sc8v:not(.layout--media) .layout__content:where(.svelte-n7sc8v){max-width:min(100%,1048px);gap:var(--gap-lg)}.layout.svelte-n7sc8v:not(.layout--media) .layout__content:where(.svelte-n7sc8v) .container>div{gap:var(--gap-lg)}.layout.svelte-n7sc8v:not(.layout--media) .layout__content:where(.svelte-n7sc8v) p{max-width:min(894px,100%);align-self:center;font:var(--font-text)}}.layout--media.svelte-n7sc8v .layout__content:where(.svelte-n7sc8v){min-width:0;width:100%}@media screen and (max-width: 1180px){.layout--media.svelte-n7sc8v .layout__content:where(.svelte-n7sc8v){flex:1 1 auto;max-width:min(100%,1048px)}}@media screen and (min-width: 769px){.layout--media.svelte-n7sc8v .layout__content:where(.svelte-n7sc8v) p{align-self:flex-start;font:var(--font-text-sm)}}@media screen and (max-width: 1180px){.layout--media.svelte-n7sc8v .layout__content:where(.svelte-n7sc8v){flex:1 1 auto;max-width:min(100%,1048px);gap:var(--gap-lg)}.layout--media.svelte-n7sc8v .layout__content:where(.svelte-n7sc8v) .container>div{gap:var(--gap-lg)}.layout--media.svelte-n7sc8v .layout__content:where(.svelte-n7sc8v) p{max-width:min(894px,100%);align-self:center;font:var(--font-text)}}.layout__cta.svelte-n7sc8v{display:flex;justify-content:flex-end;width:100%}@media screen and (max-width: 768px){.layout__cta.svelte-n7sc8v{justify-content:flex-start}}@media screen and (max-width: 1180px){.section-text-media-link{padding:var(--section-padding) var(--gap-4xl)!important}}@media screen and (max-width: 768px){.section-text-media-link{padding:var(--section-padding)!important}}.section-text-media-link__inner.svelte-2l0bbl{display:flex;flex-direction:column;gap:var(--gap-4xl);width:100%}@media (max-width: 1800px){.section-text-media-link__inner.svelte-2l0bbl{gap:var(--gap-2xl)}}.section-text-media-link__rule.svelte-2l0bbl{width:100%;height:0;border-top:1px solid var(--color-grey-light)}.section-text-media-link__main.svelte-2l0bbl{display:flex;align-items:stretch;justify-content:space-between;gap:var(--gap);width:100%}.section-text-media-link__main.visual-right.svelte-2l0bbl .visual-cluster:where(.svelte-2l0bbl){order:2;justify-self:flex-end}.section-text-media-link__main.visual-right.svelte-2l0bbl .copy:where(.svelte-2l0bbl){order:1}.section-text-media-link__main.visual-right.svelte-2l0bbl .items-strip:where(.svelte-2l0bbl){justify-content:flex-end}.visual-cluster.svelte-2l0bbl{flex:0 1 auto;min-width:0;order:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch}.main--four-link-grid.svelte-2l0bbl .visual-cluster:where(.svelte-2l0bbl){flex:0 0 auto;width:-moz-fit-content;width:fit-content;max-width:100%}.copy.svelte-2l0bbl{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;flex:1 1 auto;gap:var(--gap-3xl);max-width:min(40.625rem,max(17.5rem,27.5vw));min-height:clamp(25rem,26.3vw,31.25rem);order:2;color:var(--color-text)}.title.svelte-2l0bbl{font:var(--font-h4);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase;color:var(--color-text);margin:0;width:100%}.text-wrapper.svelte-2l0bbl{font:var(--font-text-md);width:100%;color:var(--color-text)}.text-wrapper.svelte-2l0bbl p{color:inherit}.items-strip.svelte-2l0bbl{display:flex;flex-wrap:nowrap;align-items:flex-end;gap:var(--gap-sm);min-width:0}.items-strip--four.svelte-2l0bbl{display:grid;grid-template-columns:repeat(2,minmax(0,20.875rem));align-content:start;align-items:stretch;gap:var(--gap);width:-moz-fit-content;width:fit-content;max-width:100%}.link-box.svelte-2l0bbl{position:relative;background:var(--fill-primary);border-radius:var(--border-radius-lg);overflow:hidden;box-sizing:border-box;width:clamp(12rem,17.7vw,20.875rem);height:clamp(11rem,16.25vw,17.25rem);max-width:100%;flex:0 0 auto;padding:var(--gap)}.link-box.svelte-2l0bbl:before{content:"";position:absolute;inset:0;z-index:0;border-radius:inherit;background:var(--fill-secondary);opacity:0;pointer-events:none;transition:opacity var(--transition-basic)}@media (prefers-reduced-motion: reduce){.link-box.svelte-2l0bbl:before{transition:none}}.link-box.svelte-2l0bbl:hover:before,.link-box.svelte-2l0bbl:focus-within:before{opacity:1}.link-box.svelte-2l0bbl a{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;height:100%;min-height:0;text-decoration:none}@media screen and (max-width: 1180px){.link-box.svelte-2l0bbl a{gap:var(--gap-lg)}}.link-box.svelte-2l0bbl .text-with-icon{width:100%;justify-content:space-between;align-items:flex-start;gap:var(--gap-xs);color:var(--color-text-box)!important}.link-box.svelte-2l0bbl svg path{fill:var(--color-text-box)!important}.items-strip--four.svelte-2l0bbl .link-box:where(.svelte-2l0bbl){width:100%;height:auto;aspect-ratio:302/276;min-height:0}@media screen and (max-width: 1180px){.items-strip--four.svelte-2l0bbl .link-box:where(.svelte-2l0bbl){aspect-ratio:auto}}.link-teaser.svelte-2l0bbl{font:var(--font-text-xs);color:var(--color-text-box);width:100%}.link-teaser.svelte-2l0bbl p{color:inherit;margin:0}.link-teaser.svelte-2l0bbl p+p{margin-top:var(--gap-xs)}.media-wrapper.svelte-2l0bbl{box-sizing:border-box;width:min(100%,clamp(20rem,32.5vw,38.5rem));aspect-ratio:493/400;height:auto;border-radius:var(--border-radius-lg);overflow:hidden;flex:0 1 auto;max-width:100%}.media-wrapper.svelte-2l0bbl img,.media-wrapper.svelte-2l0bbl video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media screen and (max-width: 1180px){.section-text-media-link__main.svelte-2l0bbl{flex-direction:column;align-items:stretch;gap:var(--gap-3xl)}.section-text-media-link__main.visual-right.svelte-2l0bbl .copy:where(.svelte-2l0bbl){order:1}.section-text-media-link__main.visual-right.svelte-2l0bbl .visual-cluster:where(.svelte-2l0bbl){order:2}.visual-cluster.svelte-2l0bbl{order:2;width:100%}.copy.svelte-2l0bbl{order:1;min-height:unset;max-width:none;gap:var(--gap-2xl)}.items-strip.svelte-2l0bbl{flex-direction:column;align-items:stretch}.items-strip.svelte-2l0bbl .link-box:where(.svelte-2l0bbl){order:1}.items-strip.svelte-2l0bbl .media-wrapper:where(.svelte-2l0bbl){order:2}.media-wrapper.svelte-2l0bbl{max-width:none;height:auto;aspect-ratio:1/1;max-height:none;width:100%}}@media screen and (max-width: 1180px) and (max-width: 1180px){.media-wrapper.svelte-2l0bbl{aspect-ratio:13/9}}@media screen and (max-width: 1180px){.link-box.svelte-2l0bbl{width:100%;max-width:none;height:auto;max-height:none;align-self:stretch}.items-strip--four.svelte-2l0bbl{display:grid;grid-template-columns:1fr;width:100%}}@font-face{font-family:Archivo;font-style:normal;font-weight:900;font-display:swap;src:url(./Archivo-Black.Bh0nNR1y.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:normal;font-weight:400;font-display:swap;src:url(./Figtree-Regular.q6CWd6s5.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:normal;font-weight:700;font-display:swap;src:url(./Figtree-Bold.54LQ8w3B.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:italic;font-weight:400;font-display:swap;src:url(./Figtree-Italic.BITHSAyM.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:italic;font-weight:700;font-display:swap;src:url(./Figtree-BoldItalic.CpRlFXy0.ttf) format("truetype")}.timeline-card.svelte-10u7ach{box-sizing:border-box;display:flex;flex-direction:row;align-items:stretch;gap:var(--gap-2xl);width:100%;min-width:0;padding:var(--gap-lg);background:var(--color-white);border-radius:var(--border-radius-xl);color:var(--color-text);min-height:430px;max-width:950px}@media screen and (max-width: 1512px){.timeline-card.svelte-10u7ach{min-height:376px;max-width:847px}}@media screen and (max-width: 1180px){.timeline-card.svelte-10u7ach{min-height:472px;max-width:698px;gap:var(--gap-xl);padding:var(--gap)}}@media screen and (max-width: 568px){.timeline-card.svelte-10u7ach{flex-direction:column;align-items:stretch;min-height:514px;max-width:290px;gap:var(--gap-lg)}}.timeline-card__media.svelte-10u7ach{position:relative;height:382px;width:431px;border-radius:var(--border-radius-lg)}@media screen and (max-width: 1512px){.timeline-card__media.svelte-10u7ach{height:328px;width:399px}}@media screen and (max-width: 1180px){.timeline-card__media.svelte-10u7ach{height:440px;width:280px}}@media screen and (max-width: 568px){.timeline-card__media.svelte-10u7ach{height:220px;width:258px}}.timeline-card__media.svelte-10u7ach img,.timeline-card__media.svelte-10u7ach video{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.timeline-card__media-placeholder.svelte-10u7ach{position:absolute;inset:0;background:var(--color-grey-lighter)}.timeline-card__body.svelte-10u7ach{flex:1 1 0;min-width:0;display:flex;flex-direction:column;justify-content:space-between;align-self:stretch;gap:var(--gap-lg)}@media screen and (max-width: 568px){.timeline-card__body.svelte-10u7ach{gap:20px}}.timeline-card__title.svelte-10u7ach{font:var(--font-h5);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase;min-width:0;max-width:100%;overflow-wrap:anywhere}.timeline-card__wysiwyg.svelte-10u7ach{font:var(--font-text-md)}@font-face{font-family:Archivo;font-style:normal;font-weight:900;font-display:swap;src:url(./Archivo-Black.Bh0nNR1y.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:normal;font-weight:400;font-display:swap;src:url(./Figtree-Regular.q6CWd6s5.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:normal;font-weight:700;font-display:swap;src:url(./Figtree-Bold.54LQ8w3B.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:italic;font-weight:400;font-display:swap;src:url(./Figtree-Italic.BITHSAyM.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:italic;font-weight:700;font-display:swap;src:url(./Figtree-BoldItalic.CpRlFXy0.ttf) format("truetype")}:root{--max-width: 2300px;--max-width-medium: 1700px;--max-width-slim: 800px;--z-index-modals: 1000;--z-index-cart: 900;--gap-3xs: 2px;--gap-2xs: 4px;--gap-xs: 8px;--gap-sm: 12px;--gap: 16px;--gap-lg: 24px;--gap-xl: 32px;--gap-2xl: 40px;--gap-3xl: 64px;--gap-4xl: 96px;--gap-5xl: 112px;--gap-6xl: 200px;--border-radius-xs: 2px;--border-radius-sm: 3px;--border-radius: 8px;--border-radius-lg: 16px;--border-radius-xl: 32px;--border-radius-input-elements: var(--border-radius-xs);--input__border-radius: var(--border-radius-xs);--input__height: 3rem;--section__inline-padding: 1rem;--section__block-padding: 1rem;--page-padding: 1rem;--section-padding: 6rem;--header__banner__height: 0px;--header__nav__height: 76px;--header__height: calc(var(--header__banner__height) + var(--header__nav__height))}@media screen and (max-width: 1180px){:root{--page-padding: 1rem;--section-padding: 3rem}}@media screen and (max-width: 768px){:root{--page-padding: 1rem;--section-padding: 2rem;--header__nav__height: 64px}}.section-timeline{background:var(--color-grey-lighter)}section.normal.section-timeline.padding>.inner-section{box-sizing:border-box;max-width:none;width:100%;min-width:0;margin-left:0;margin-right:0}.section-timeline__intro.svelte-s0mk2v{box-sizing:border-box;width:100%;max-width:var(--max-width);margin-left:auto;margin-right:auto}section.normal.section-timeline.padding{padding-right:0}.section-timeline__inner.svelte-s0mk2v{--timeline-column-inset: max(0px, calc((100% - min(100%, var(--max-width)))/2) );display:flex;flex-direction:column;gap:var(--gap-4xl);width:100%;min-width:0}.section-timeline__header.svelte-s0mk2v{display:flex;flex-direction:column;gap:var(--gap-lg);max-width:100%;color:var(--color-text)}.section-timeline__title.svelte-s0mk2v{margin:0;font:var(--font-h3);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase}.section-timeline__subtitle.svelte-s0mk2v{margin:0;max-width:min(750px,100%);font:var(--font-text-lg)}.section-timeline__scroller.svelte-s0mk2v{container-type:inline-size;width:100%;min-width:0;box-sizing:border-box;padding-inline-start:var(--timeline-column-inset);overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x pan-y;cursor:grab;scrollbar-width:none;-ms-overflow-style:none}.section-timeline__scroller.svelte-s0mk2v *{cursor:inherit}.section-timeline__scroller.svelte-s0mk2v::-webkit-scrollbar{display:none}.section-timeline__scroller.svelte-s0mk2v.section-timeline__scroller--grab-engaged{cursor:grabbing}.section-timeline__scroller.svelte-s0mk2v.section-timeline__scroller--grab-dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}.section-timeline__scroller.svelte-s0mk2v.section-timeline__scroller--grab-dragging *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.section-timeline__track.svelte-s0mk2v{--timeline-slide-gap: var(--gap-lg);position:relative;display:flex;flex-direction:row;align-items:flex-start;gap:var(--timeline-slide-gap);width:-moz-max-content;width:max-content;min-height:1px;padding-top:0;padding-bottom:var(--gap-lg)}@keyframes svelte-s0mk2v-timeline-fly-in{0%{opacity:0;transform:translate(5rem)}to{opacity:1;transform:translate(0)}}.section-timeline__reveal.svelte-s0mk2v{opacity:0;transform:translate(5rem);animation-delay:var(--reveal-delay, 0s)}.section-timeline__track--revealed.svelte-s0mk2v .section-timeline__reveal:where(.svelte-s0mk2v){animation:svelte-s0mk2v-timeline-fly-in .75s cubic-bezier(.65,0,.35,1) both;animation-delay:var(--reveal-delay, 0s)}.section-timeline__card-wrap.svelte-s0mk2v{width:100%;min-width:0}@media (prefers-reduced-motion: reduce){.section-timeline__reveal.svelte-s0mk2v{opacity:1;transform:none}.section-timeline__track--revealed.svelte-s0mk2v .section-timeline__reveal:where(.svelte-s0mk2v){animation:none}}@media screen and (max-width: 1247px){section.normal.section-timeline.padding{padding-left:var(--gap);padding-top:64px;padding-bottom:64px}}@media screen and (max-width: 1247px) and (max-width: 1180px){section.normal.section-timeline.padding{padding-left:var(--gap)}}@media screen and (max-width: 1247px){.section-timeline__inner.svelte-s0mk2v{gap:64px}.section-timeline__header.svelte-s0mk2v{gap:var(--gap);padding-left:124px}.section-timeline__scroller.svelte-s0mk2v{padding-inline-start:calc(var(--timeline-column-inset) + 124px)}.section-timeline__title.svelte-s0mk2v,.section-timeline__year.svelte-s0mk2v{font:var(--font-h3);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase}.section-timeline__subtitle.svelte-s0mk2v{font:var(--font-text-lg);max-width:100%}.section-timeline__slide.svelte-s0mk2v{width:min(700px,100vw - var(--gap));min-width:min(700px,100vw - var(--gap));gap:var(--gap-sm)}@supports (width: min(1px,100cqw)){.section-timeline__slide.svelte-s0mk2v{width:min(700px,100cqw);min-width:min(700px,100cqw)}}}@media screen and (max-width: 1247px) and (max-width: 768px){.section-timeline__header.svelte-s0mk2v{padding-left:var(--gap-3xl);padding-right:var(--gap)}.section-timeline__scroller.svelte-s0mk2v{padding-inline-start:var(--timeline-column-inset)}}@media screen and (max-width: 1247px) and (max-width: 568px){section.normal.section-timeline.padding{padding-left:20px;padding-top:48px;padding-bottom:48px}.section-timeline__inner.svelte-s0mk2v{gap:48px}.section-timeline__header.svelte-s0mk2v{gap:var(--gap);padding-left:0}.section-timeline__slide.svelte-s0mk2v{gap:var(--gap-sm);width:min(290px,100vw - 20px);min-width:min(290px,100vw - 20px)}@supports (width: min(1px,100cqw)){.section-timeline__slide.svelte-s0mk2v{width:min(290px,100cqw);min-width:min(290px,100cqw)}}}@media screen and (min-width: 1248px) and (max-width: 1512px){.section-timeline.normal.padding{padding-left:var(--gap-lg);padding-top:72px;padding-bottom:72px}.section-timeline__inner.svelte-s0mk2v{gap:72px}.section-timeline__header.svelte-s0mk2v{gap:20px;padding-left:124px}.section-timeline__scroller.svelte-s0mk2v{padding-inline-start:calc(var(--timeline-column-inset) + 124px)}.section-timeline__title.svelte-s0mk2v,.section-timeline__year.svelte-s0mk2v{font:var(--font-h3);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase}.section-timeline__subtitle.svelte-s0mk2v{font:var(--font-text-lg)}.section-timeline__slide.svelte-s0mk2v{width:847px;min-width:847px;gap:var(--gap-sm)}}@media screen and (min-width: 1513px){.section-timeline__slide.svelte-s0mk2v{width:min(950px,100vw - var(--page-padding));min-width:min(950px,100vw - var(--page-padding));gap:var(--gap-sm)}@supports (width: min(1px,100cqw)){.section-timeline__slide.svelte-s0mk2v{width:min(950px,100cqw);min-width:min(950px,100cqw)}}}@media screen and (min-width: 1513px) and (max-width: 1919px){.section-timeline__header.svelte-s0mk2v{padding-left:var(--gap-6xl)}.section-timeline__scroller.svelte-s0mk2v{padding-inline-start:calc(var(--timeline-column-inset) + var(--gap-6xl))}}@media screen and (min-width: 1920px) and (max-width: 2559px){.section-timeline.normal.padding{padding-left:var(--gap-lg)}.section-timeline__header.svelte-s0mk2v{padding-left:var(--gap-6xl)}.section-timeline__scroller.svelte-s0mk2v{padding-inline-start:calc(var(--timeline-column-inset) + var(--gap-6xl))}}@media screen and (min-width: 2561px){.section-timeline__scroller.svelte-s0mk2v{padding-inline-start:221px}}.section-timeline__line.svelte-s0mk2v{position:absolute;left:0;right:0;top:10.5px;height:var(--border-radius-sm);background:var(--Pink-Shades-500, #cb1967);border-radius:var(--border-radius-xs);pointer-events:none;z-index:0}.section-timeline__slide.svelte-s0mk2v{position:relative;z-index:1;display:flex;flex-direction:column;flex:0 0 auto;scroll-snap-align:start}.section-timeline__marker-block.svelte-s0mk2v{display:flex;flex-direction:column;align-items:flex-start;gap:var(--gap-sm);color:var(--color-text)}.section-timeline__dot.svelte-s0mk2v{width:var(--gap-lg);height:var(--gap-lg);border-radius:50%;background:var(--color-text);flex-shrink:0}.section-timeline__year.svelte-s0mk2v{margin:0;font:var(--font-h3);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase}.wrapper.svelte-1xev8eg{display:grid;grid-template-columns:5fr 3fr;background-color:var(--color-fair)}@media screen and (max-width: 1180px){.wrapper.svelte-1xev8eg{grid-template-columns:1fr 1fr}}@media screen and (max-width: 768px){.wrapper.svelte-1xev8eg{grid-template-columns:100%}}.section-product-highlight .inner-section{max-width:1200px!important}.image-column.svelte-1xev8eg{aspect-ratio:6/4;height:100%;width:100%;overflow:hidden;background:#fff}.content-column.svelte-1xev8eg{display:flex;flex-direction:column;justify-content:center;gap:var(--content-gap);padding:var(--content-padding-lg) var(--content-padding-xl)}.badges.svelte-1xev8eg{display:flex;flex-direction:row;gap:var(--content-gap)}.badges.svelte-1xev8eg .badge:where(.svelte-1xev8eg){height:5rem}.subtitle.svelte-1xev8eg{font:var(--font-info-sm);text-transform:uppercase}.title.svelte-1xev8eg{font:var(--font-h3);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase;margin-bottom:var(--content-padding)}.button-wrapper.svelte-1xev8eg{margin-top:var(--content-gap)}@media screen and (max-width: 768px){.button-wrapper.svelte-1xev8eg button{width:100%;align-self:stretch}}.full-width-slider.svelte-1fl9ija{display:flex;flex-direction:column;align-items:center}.full-width-slider .swiper{width:100%}.wrapper.svelte-8y8hx7{width:100%;display:flex;flex-direction:column;gap:var(--content-gap-md);overflow:hidden}.title-row.svelte-8y8hx7{display:flex;justify-content:space-between;align-items:center}.title-row.svelte-8y8hx7 .title:where(.svelte-8y8hx7){font:var(--font-h3);letter-spacing:-.04em;-webkit-hyphens:auto;hyphens:auto;text-transform:uppercase}.variant-slider-small.svelte-8y8hx7 .swiper-slide:where(.svelte-8y8hx7){width:max(450px,25vw)}@media (max-width: 500px){.variant-slider-small.svelte-8y8hx7 .swiper-slide:where(.svelte-8y8hx7){width:80vw}}.variant-slider-large.svelte-8y8hx7 .swiper-slide:where(.svelte-8y8hx7){width:max(450px,30vw)}@media (max-width: 500px){.variant-slider-large.svelte-8y8hx7 .swiper-slide:where(.svelte-8y8hx7){width:80vw}}.wrapper.svelte-qfh8y8{display:flex;justify-content:center}.wrapper.svelte-qfh8y8 .products:where(.svelte-qfh8y8){display:grid;grid-template-columns:1fr 1fr;gap:var(--content-gap-lg);max-width:500px}
