:root{--ss-primary-color:#5897fb;--ss-bg-color:#fff;--ss-font-color:#4d4d4d;--ss-font-placeholder-color:#8d8d8d;--ss-disabled-color:#dcdee2;--ss-border-color:#dcdee2;--ss-highlight-color:#fffb8c;--ss-success-color:#00b755;--ss-error-color:#dc3545;--ss-focus-color:#5897fb;--ss-main-height:30px;--ss-content-height:300px;--ss-spacing-l:7px;--ss-spacing-m:5px;--ss-spacing-s:3px;--ss-animation-timing:0.2s;--ss-border-radius:4px}@keyframes ss-valueIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes ss-valueOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}.ss-hide{display:none!important}.ss-main{background-color:var(--ss-bg-color);border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);box-sizing:border-box;color:var(--ss-font-color);cursor:pointer;display:flex;flex-direction:row;min-height:var(--ss-main-height);outline:0;overflow:hidden;padding:var(--ss-spacing-s);transition:background-color var(--ss-animation-timing);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.ss-main:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-main.ss-disabled{background-color:var(--ss-disabled-color);cursor:not-allowed}.ss-main.ss-disabled .ss-values .ss-disabled{color:var(--ss-font-color)}.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-values{display:inline-flex;flex:1 1 100%;flex-wrap:wrap;gap:var(--ss-spacing-m)}.ss-main .ss-values .ss-placeholder{align-items:center;color:var(--ss-font-placeholder-color);display:flex;line-height:1em;margin:auto 0;overflow:hidden;padding:var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);text-overflow:ellipsis;white-space:nowrap;width:100%}.ss-main .ss-values .ss-max{align-items:center;background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius);color:var(--ss-bg-color);display:flex;font-size:12px;line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:-moz-fit-content;width:fit-content}.ss-main .ss-values .ss-single{display:flex;margin:auto 0 auto var(--ss-spacing-s)}.ss-main .ss-values .ss-value{align-items:center;animation-duration:var(--ss-animation-timing);animation-fill-mode:both;animation-name:ss-valueIn;animation-timing-function:ease-out;background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius);display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:-moz-fit-content;width:fit-content}.ss-main .ss-values .ss-value.ss-value-out{animation-duration:var(--ss-animation-timing);animation-name:ss-valueOut;animation-timing-function:ease-out}.ss-main .ss-values .ss-value .ss-value-text{color:var(--ss-bg-color);font-size:12px;line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m)}.ss-main .ss-values .ss-value .ss-value-delete{align-items:center;border-left:1px solid var(--ss-bg-color);box-sizing:content-box;cursor:pointer;display:flex;padding:var(--ss-spacing-s) var(--ss-spacing-m)}.ss-main .ss-values .ss-value .ss-value-delete,.ss-main .ss-values .ss-value .ss-value-delete svg{height:var(--ss-spacing-l);width:var(--ss-spacing-l)}.ss-main .ss-values .ss-value .ss-value-delete svg path{fill:none;stroke:var(--ss-bg-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-deselect{align-items:center;display:flex;flex:0 1 auto;height:auto;justify-content:center;margin:0 var(--ss-spacing-m) 0 var(--ss-spacing-m);width:-moz-fit-content;width:fit-content}.ss-main .ss-deselect svg{height:8px;width:8px}.ss-main .ss-deselect svg path{fill:none;stroke:var(--ss-font-color);stroke-width:20;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-arrow{align-items:center;display:flex;flex:0 1 auto;height:12px;justify-content:flex-end;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m);width:12px}.ss-main .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content{background-color:var(--ss-bg-color);border:1px solid var(--ss-border-color);box-sizing:border-box;display:flex;flex-direction:column;height:auto;max-height:var(--ss-content-height);opacity:0;overflow:hidden;position:absolute;transform:scaleY(0);transform-origin:center top;transition:transform var(--ss-animation-timing),opacity var(--ss-animation-timing);width:auto;z-index:10000}.ss-content.ss-relative{height:100%;position:relative}.ss-content.ss-open-above{border-top-left-radius:var(--ss-border-radius);border-top-right-radius:var(--ss-border-radius);flex-direction:column-reverse;opacity:1;transform:scaleY(1);transform-origin:center bottom}.ss-content.ss-open-below{border-bottom-left-radius:var(--ss-border-radius);border-bottom-right-radius:var(--ss-border-radius);opacity:1;transform:scaleY(1);transform-origin:center top}.ss-content .ss-search{display:flex;flex:0 1 auto;flex-direction:row;padding:var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-search input{background-color:var(--ss-bg-color);border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);box-sizing:border-box;display:inline-flex;flex:1 1 auto;font-size:inherit;line-height:inherit;margin:0;min-width:0;outline:0;padding:var(--ss-spacing-m) var(--ss-spacing-l);text-align:left;width:100%}.ss-content .ss-search input::-moz-placeholder{color:var(--ss-font-placeholder-color);vertical-align:middle}.ss-content .ss-search input::placeholder{color:var(--ss-font-placeholder-color);vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-content .ss-search .ss-addable{align-items:center;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);cursor:pointer;display:inline-flex;flex:0 0 auto;height:auto;justify-content:center;margin:0 0 0 var(--ss-spacing-m)}.ss-content .ss-search .ss-addable svg{align-items:center;display:flex;flex:0 1 auto;height:12px;justify-content:flex-end;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m);width:12px}.ss-content .ss-search .ss-addable svg path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list{flex:1 1 auto;height:auto;overflow-x:hidden;overflow-y:auto}.ss-content .ss-list .ss-error{color:var(--ss-error-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-searching{color:var(--ss-font-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup.ss-close .ss-option{display:none!important}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text{color:var(--ss-font-color);flex:1 1 auto;font-weight:700}.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow){cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions{align-items:center;display:flex;flex:0 1 auto;flex-direction:row;gap:var(--ss-spacing-m);justify-content:center}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall{cursor:pointer;display:flex;flex:0 0 auto;flex-direction:row}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover{opacity:.5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path{stroke:var(--ss-error-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span{align-items:center;display:flex;flex:0 1 auto;font-size:60%;justify-content:center;padding:0 var(--ss-spacing-s) 0 0;text-align:center}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg{flex:0 1 auto;height:13px;width:13px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path{fill:none;stroke:var(--ss-success-color);stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child{stroke-width:5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child{stroke-width:11}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable{cursor:pointer;display:flex;flex:0 1 auto;flex-direction:row}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow{flex:1 1 auto;height:10px;width:10px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content .ss-list .ss-optgroup .ss-option{padding:var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l)*3)}.ss-content .ss-list .ss-option{color:var(--ss-font-color);cursor:pointer;display:flex;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);-webkit-user-select:none;-moz-user-select:none;user-select:none}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:hover,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{background-color:var(--ss-primary-color);color:var(--ss-bg-color)}.ss-content .ss-list .ss-option.ss-disabled{background-color:var(--ss-disabled-color);cursor:not-allowed}.ss-content .ss-list .ss-option.ss-disabled:hover{color:var(--ss-font-color)}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:var(--ss-highlight-color)}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;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") format("woff")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.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{display:block;flex-shrink:0;height:100%;transition-property:transform;width:100%}.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{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width: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{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.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{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.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:translateX(-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:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.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));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev 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-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}*{box-sizing:inherit;margin:0;padding:0}:focus:not(:focus-visible){outline:none}:root{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;box-sizing:border-box}summary{cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}hr{border:none;border-top:1px solid #dedede}address{font-style:normal}.ss-main{border:none;border-radius:.875em;color:#000;display:block;font-size:100%;height:auto;line-height:normal;min-height:0;padding:.4em 2rem .4em .75em;position:relative}.ss-main:after{aspect-ratio:1/1;background:url(/img/arrow-down-black.svg) no-repeat 50%;background-size:100% auto;content:"";height:55%;position:absolute;right:.75rem;top:50%;transform:translateY(calc(-50% - 1px))}.ss-main,.ss-main *{transition:none!important}.ss-main.ss-disabled{--ss-disabled-color:#dedede;color:#5e5e5e}.ss-main.ss-open-above,.ss-main.ss-open-below{background-color:#000;color:#fff}.ss-main.ss-open-above:after,.ss-main.ss-open-below:after{background-image:url(/img/arrow-down-white.svg);transform:scaleY(-1) translateY(calc(50% - 1px))}.ss-main:focus{box-shadow:none;outline:none}.ss-main:focus-visible{background:#000;color:#fff}.ss-main:focus-visible:after{background-image:url(/img/arrow-down-white.svg)}@media(hover:hover){.ss-main:not(.ss-disabled):hover{background:#000;color:#fff}.ss-main:not(.ss-disabled):hover:after{background-image:url(/img/arrow-down-white.svg)}}.ss-main .ss-arrow,.ss-main .ss-deselect{display:none}.ss-main .ss-values{display:block;line-height:1;width:100%}.ss-main .ss-values .ss-max,.ss-main .ss-values .ss-placeholder{background:none;color:inherit;font:inherit;padding:0}.ss-main .ss-values .ss-value{animation:none;background:none;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.ss-main .ss-values .ss-value .ss-value-text{color:inherit;display:inline;font:inherit;padding:0}.ss-main .ss-values .ss-value .ss-value-delete{display:none}.ss-content{border:1px solid #fff;border-left:none;border-right:none;color:#000;font-size:1rem;line-height:1.25;padding:.375rem 0;transition:none}.ss-content.ss-open-below{border-radius:0 0 .875rem .875rem}.ss-content.ss-open-above{border-radius:.875rem .875rem 0 0}.ss-content .ss-list .ss-option{background:no-repeat left .1875rem center;background-size:1em auto;color:inherit;display:block;font:inherit;overflow:hidden;padding:.125rem .8125rem .125rem 1.25em;text-overflow:ellipsis;white-space:nowrap}.ss-content .ss-list .ss-option.ss-selected:not(.ss-disabled){background-color:#fff;background-image:url(/img/check-box-black.svg);color:#000}.ss-content .ss-list .ss-option.ss-highlighted{background-color:#000;color:#fff}@media(hover:hover){.ss-content .ss-list .ss-option:hover:not(.ss-disabled){background-color:#000;color:#fff}}.ss-content .ss-list .ss-option.ss-selected.ss-highlighted:not(.ss-disabled){background-image:url(/img/check-box-white.svg)}@media(hover:hover){.ss-content .ss-list .ss-option.ss-selected:hover:not(.ss-disabled){background-image:url(/img/check-box-white.svg)}}@font-face{font-display:swap;font-family:Brut Grotesque;font-weight:400;src:url(/fonts/Brut_Grotesque_WEB-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Brut Grotesque;font-style:italic;font-weight:400;src:url(/fonts/Brut_Grotesque_WEB-Italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Brut Grotesque;font-weight:700;src:url(/fonts/Brut_Grotesque_WEB-Bold.woff2) format("woff2")}:root{--phtg-color-scheme:var(--phtg-global-color-scheme);--phtg-color-scheme-transparent:var( --phtg-global-color-scheme-transparent );font-family:Brut Grotesque,system-ui;font-size:16px;font-size:clamp(16px,1.1vw,20px);line-height:1.25;scrollbar-gutter:stable;text-rendering:geometricPrecision;text-underline-position:under}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}.fslightbox-open body{margin-right:0!important}[id]{scroll-margin-top:10rem}.heading-1,.heading-2,.heading-3,.heading-4,.heading-5,h1,h2,h3,h4,h5{text-wrap:balance;font-weight:700;margin-bottom:.3em;margin-top:2em;word-break:break-word}.heading-1:first-child,.heading-2:first-child,.heading-3:first-child,.heading-4:first-child,.heading-5:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child{margin-top:0}.heading-1:last-child,.heading-2:last-child,.heading-3:last-child,.heading-4:last-child,.heading-5:last-child,h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child{margin-bottom:0}.heading-1+.heading-1,.heading-1+.heading-2,.heading-1+.heading-3,.heading-1+.heading-4,.heading-1+.heading-5,.heading-1+h1,.heading-1+h2,.heading-1+h3,.heading-1+h4,.heading-1+h5,.heading-2+.heading-1,.heading-2+.heading-2,.heading-2+.heading-3,.heading-2+.heading-4,.heading-2+.heading-5,.heading-2+h1,.heading-2+h2,.heading-2+h3,.heading-2+h4,.heading-2+h5,.heading-3+.heading-1,.heading-3+.heading-2,.heading-3+.heading-3,.heading-3+.heading-4,.heading-3+.heading-5,.heading-3+h1,.heading-3+h2,.heading-3+h3,.heading-3+h4,.heading-3+h5,.heading-4+.heading-1,.heading-4+.heading-2,.heading-4+.heading-3,.heading-4+.heading-4,.heading-4+.heading-5,.heading-4+h1,.heading-4+h2,.heading-4+h3,.heading-4+h4,.heading-4+h5,.heading-5+.heading-1,.heading-5+.heading-2,.heading-5+.heading-3,.heading-5+.heading-4,.heading-5+.heading-5,.heading-5+h1,.heading-5+h2,.heading-5+h3,.heading-5+h4,.heading-5+h5,h1+.heading-1,h1+.heading-2,h1+.heading-3,h1+.heading-4,h1+.heading-5,h1+h1,h1+h2,h1+h3,h1+h4,h1+h5,h2+.heading-1,h2+.heading-2,h2+.heading-3,h2+.heading-4,h2+.heading-5,h2+h1,h2+h2,h2+h3,h2+h4,h2+h5,h3+.heading-1,h3+.heading-2,h3+.heading-3,h3+.heading-4,h3+.heading-5,h3+h1,h3+h2,h3+h3,h3+h4,h3+h5,h4+.heading-1,h4+.heading-2,h4+.heading-3,h4+.heading-4,h4+.heading-5,h4+h1,h4+h2,h4+h3,h4+h4,h4+h5,h5+.heading-1,h5+.heading-2,h5+.heading-3,h5+.heading-4,h5+.heading-5,h5+h1,h5+h2,h5+h3,h5+h4,h5+h5{margin-top:1em}.heading-0,h1.heading-0{-webkit-box-orient:vertical;line-clamp:3;-webkit-line-clamp:3;color:#fff;display:-webkit-box;font-size:6.25rem;font-size:clamp(3.75rem,6.9vw,6.25rem);font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:1;margin-bottom:1.875rem;max-width:100%;overflow:hidden;padding-bottom:.14em;text-overflow:ellipsis;width:7em}@media screen and (max-width:840px){.heading-0,h1.heading-0{font-size:2.75rem}}.heading-0:last-child,h1.heading-0:last-child{margin-bottom:0}.heading-1,h1{font-size:3.75rem;line-height:1;margin-bottom:1.25rem}@media screen and (max-width:840px){.heading-1,h1{font-size:2.25rem}}.heading-2,h2{font-size:2.5rem;line-height:1.2}@media screen and (max-width:840px){.heading-2,h2{font-size:1.875rem}}.heading-3,h3{font-size:2rem;line-height:1.25}@media screen and (max-width:840px){.heading-3,h3{font-size:1.69rem}}.heading-4,.m-link-button--large,h4{font-size:1.75rem;line-height:1.21}@media screen and (max-width:840px){.heading-4,.m-link-button--large,h4{font-size:1.5rem}}.heading-5,h5{font-size:1.375rem;line-height:1.36}@media screen and (max-width:840px){.heading-5,h5{font-size:1.25rem}}.heading-6,h6{font-size:1.125rem;line-height:1.33}@media screen and (max-width:840px){.heading-6,h6{font-size:1rem}}ol,p,ul{margin-bottom:1rem}ol:last-child,p:last-child,ul:last-child{margin-bottom:0}ol:not(.u-no-list),ul:not(.u-no-list){padding-left:1.5em}.u-text ol:not(.u-no-list) li,.u-text ul:not(.u-no-list) li{line-height:1.3;margin-bottom:.5em}.u-text ol:not(.u-no-list) li:last-child,.u-text ul:not(.u-no-list) li:last-child{margin-bottom:0}.u-text ol:not(.u-no-list) p+ul,.u-text ul:not(.u-no-list) p+ul{margin-top:-.5rem}p:has(strong)+ol:not(.u-no-list),p:has(strong)+ul:not(.u-no-list){margin-top:-.5rem}nav ol:not(.u-no-list),nav ul:not(.u-no-list){list-style:none;margin-bottom:0;padding-left:0}.u-text ul:not(.u-no-list) li::marker{content:"—  "}b,strong{font-weight:700}a{color:currentColor}nav a{text-decoration:none}img,svg,video{height:auto;max-width:100%}iframe{border:none;max-width:100%}figure{font-size:0}figcaption{font-size:1rem;padding:1rem 0}button,input,select,textarea{background-color:transparent;border:none;border-radius:0;font-family:inherit;font-size:100%;font-weight:inherit}button,input[type=email],input[type=number],input[type=password],input[type=search],input[type=submit],input[type=tel],input[type=text],input[type=url],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=checkbox],input[type=radio]{margin-right:.25rem}textarea{resize:vertical}::-webkit-input-placeholder{color:currentColor}::-moz-placeholder{color:currentColor}:-ms-input-placeholder{color:currentColor}:-moz-placeholder{color:currentColor}fieldset{border:none}.m-button,button,input[type=submit]{leading-trim:both;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:pointer;text-rendering:geometricPrecision}td,th{text-align:left}.u-grid{display:grid}.u-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}@media screen and (max-width:840px){.u-grid--2{grid-template-columns:minmax(0,1fr)}}.u-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}@media screen and (max-width:1280px){.u-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:840px){.u-grid--3{grid-template-columns:minmax(0,1fr)}}.u-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}@media screen and (max-width:840px){.u-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:600px){.u-grid--4{grid-template-columns:minmax(0,1fr)}}.u-grid--v-start{align-content:start}.u-grid--gap-s{gap:1.25rem}.u-grid--gap-m{gap:2.5rem}.u-grid--gap-l{gap:6.25rem}@media screen and (max-width:840px){.u-grid--gap-l{gap:2.5rem}}.u-grid__item--full{grid-column:1/-1}.u-grid__item--2-3{grid-column:span 2}@media screen and (max-width:1280px){.u-grid__item--2-3{grid-column:span 1}}.u-grid__item--h-2{grid-column:span 2}.u-flex{display:flex;flex-wrap:wrap}.u-flex--v{flex-direction:column}.u-flex--h-between{justify-content:space-between}.u-flex--h-end{justify-content:flex-end}.u-flex--v-start{align-items:start}.u-flex--v-center{align-items:center}.u-flex--nowrap{flex-wrap:nowrap}.u-limiter{display:grid;grid-template-areas:". content .";grid-template-columns:minmax(0,3rem) minmax(0,10fr) minmax(0,3rem);width:100%}@media screen and (max-width:600px){.u-limiter{grid-template-columns:minmax(0,.5fr) minmax(0,11fr) minmax(0,.5fr)}}.u-limiter__inner{grid-area:content}.u-section--old_table{animation:pulseRed 2s infinite alternate both}.u-section--old_table:before{content:"Dieses Modul nicht mehr verwenden.";display:inline-block;font-size:3em;transform:translateY(-50%)}@media screen and (max-width:600px){.u-section--old_table:before{font-size:2em}}@keyframes pulseRed{0%{background-color:rgba(226,54,54,.25)}to{background-color:rgba(226,54,54,.75)}}.u-text-section{margin-top:3.125rem}.u-text-section:first-child{margin-top:0}.u-center{text-align:center}.u-small{font-size:.875rem}.u-text{max-width:80ch}.u-text--s{max-width:50ch}.u-text--xs{max-width:25ch}.u-hyphens{-webkit-hyphens:auto;hyphens:auto}.u-copy{font-size:1rem}.u-copy--large{font-size:1.125rem;line-height:1.33}.u-lead{font-size:1.5rem}@media screen and (max-width:600px){.u-lead{font-size:1.25rem}}.u-margin--ms{margin:2.5rem}@media screen and (max-width:600px){.u-margin--ms{margin:1.25rem}}.u-margin--l{margin:6.25rem}@media screen and (max-width:600px){.u-margin--l{margin:5rem}}.u-margin-h--ms{margin-left:2.5rem;margin-right:2.5rem}@media screen and (max-width:600px){.u-margin-h--ms{margin-left:1.25rem;margin-right:1.25rem}}.u-margin-v--s{margin-bottom:1.25rem;margin-top:1.25rem}@media screen and (max-width:600px){.u-margin-v--s{margin-bottom:1.25rem;margin-top:1.25rem}}.u-margin-v--ms{margin-bottom:2.5rem;margin-top:2.5rem}@media screen and (max-width:600px){.u-margin-v--ms{margin-bottom:1.25rem;margin-top:1.25rem}}.u-margin-v--l{margin-bottom:6.25rem;margin-top:6.25rem}@media screen and (max-width:840px){.u-margin-v--l{margin-bottom:5rem;margin-top:5rem}}.l-header+.u-margin-v--l,.l-main__content>.u-margin-v--l:first-child{border-top:0}.u-margin-t--ms{margin-top:2.5rem}@media screen and (max-width:600px){.u-margin-t--ms{margin-top:1.25rem}}.u-margin-t--ml{margin-top:5rem}@media screen and (max-width:600px){.u-margin-t--ml{margin-top:1.75rem}}.u-margin-t--l{margin-top:6.25rem}@media screen and (max-width:840px){.u-margin-t--l{margin-top:5rem}}@media screen and (max-width:600px){.u-margin-t--l{margin-top:2.5rem}}.u-margin-b--xxs{margin-bottom:.3125rem}.u-margin-b--xs{margin-bottom:.625rem}.u-margin-b--s{margin-bottom:1.25rem}@media screen and (max-width:600px){.u-margin-b--s{margin-bottom:1.25rem}}.u-margin-b--ms{margin-bottom:2.5rem}@media screen and (max-width:600px){.u-margin-b--ms{margin-bottom:1.875rem}}.u-margin-b--m{margin-bottom:3.25rem}@media screen and (max-width:600px){.u-margin-b--m{margin-bottom:2.5rem}}.u-margin-b--ml{margin-bottom:5rem}@media screen and (max-width:600px){.u-margin-b--ml{margin-bottom:1.75rem}}.u-margin-b--l{margin-bottom:6.25rem}@media screen and (max-width:600px){.u-margin-b--l{margin-bottom:2.5rem}}.u-padding--xs{padding:1.875rem}.u-padding--ms{padding:2.5rem}@media screen and (max-width:600px){.u-padding--ms{padding:2.5rem 1.25rem}}.u-padding--l{padding:6.25rem}@media screen and (max-width:840px){.u-padding--l{padding:5rem}}.u-padding-h--s{padding-left:1.25rem;padding-right:1.25rem}@media screen and (max-width:600px){.u-padding-h--s{padding-left:1.25rem;padding-right:1.25rem}}.u-padding-h--ms{padding-left:2.5rem;padding-right:2.5rem}@media screen and (max-width:600px){.u-padding-h--ms{padding-left:1.25rem;padding-right:1.25rem}}.u-padding-v--s{padding-bottom:1.25rem;padding-top:1.25rem}@media screen and (max-width:600px){.u-padding-v--s{padding-bottom:1.25rem;padding-top:1.25rem}}.u-padding-v--ms{padding-bottom:2.5rem;padding-top:2.5rem}@media screen and (max-width:600px){.u-padding-v--ms{padding-bottom:1.875rem;padding-top:1.875rem}}.u-padding-v--m{padding-bottom:3.25rem;padding-top:3.25rem}@media screen and (max-width:600px){.u-padding-v--m{padding-bottom:2.5rem;padding-top:2.5rem}}.u-padding-v--ml{padding-bottom:5rem;padding-top:5rem}@media screen and (max-width:600px){.u-padding-v--ml{padding-bottom:1.75rem;padding-top:1.75rem}}.u-padding-v--l{padding-bottom:6.25rem;padding-top:6.25rem}@media screen and (max-width:840px){.u-padding-v--l{padding-bottom:5rem;padding-top:5rem}}.u-padding-t--ms{padding-top:2.5rem}@media screen and (max-width:600px){.u-padding-t--ms{padding-top:1.25rem}}.u-padding-t--l{padding-top:6.25rem}@media screen and (max-width:840px){.u-padding-t--l{padding-top:5rem}}.u-padding-b--ms{padding-bottom:2.5rem}@media screen and (max-width:600px){.u-padding-b--ms{padding-bottom:1.25rem}}.u-padding-b--l{padding-bottom:6.25rem}@media screen and (max-width:840px){.u-padding-b--l{padding-bottom:5rem}}.u-padding-l--ms{padding-left:2.5rem}.u-outline{border:1px solid #dedede}.u-outline--l{border-left:1px solid #dedede}.u-outline--b{border-bottom:1px solid #dedede}.l-main__content>.u-outline--b:last-child,.m-accordion__body>.u-outline--b:last-child{border-bottom:none}.u-outline--r{border-right:1px solid #dedede}.u-outline--t{border-top:1px solid #dedede}.u-outline--h{border-left:1px solid #dedede;border-right:1px solid #dedede}.u-outline--v{border-bottom:1px solid #dedede;border-top:1px solid #dedede}.u-gap--xs{gap:.25rem}.u-gap--s{gap:1.25rem}.u-gap--ms{gap:2.5rem}@media screen and (max-width:600px){.u-gap--ms{gap:1.875rem}}.u-underline{text-decoration:underline}.u-no-list{list-style:none;padding-left:0}.u-no-list::marker{content:none}.u-module-style--orange{background-color:#ff9b30}@media screen and (max-width:1280px){.u-module-style--orange--mobile-only{background-color:#ff9b30}}.u-module-style--orange .m-benefits__item[data-count]:before{color:rgba(0,0,0,.1)}.u-module-style--green{background-color:#def428}.u-module-style--green .u-outline,.u-module-style--green .u-outline--b,.u-module-style--green .u-outline--t,.u-module-style--green hr{border-color:#fff}@media screen and (max-width:1280px){.u-module-style--green--mobile-only{--phtg-color-scheme-font:#000;--phtg-color-scheme:$green;--phtg-color-scheme-transparent:rgba(222,244,40,0);background-color:#def428}}.u-module-style--blue{background-color:#0059ff}@media screen and (max-width:1280px){.u-module-style--blue--mobile-only{background-color:#0059ff}}.u-module-style--darkblue{background-color:#0b1b53}@media screen and (max-width:1280px){.u-module-style--darkblue--mobile-only{background-color:#0b1b53}}.u-module-style--darkred{background-color:#761e2a}@media screen and (max-width:1280px){.u-module-style--darkred--mobile-only{background-color:#761e2a}}.u-module-style--darkgreen{background-color:#005046}@media screen and (max-width:1280px){.u-module-style--darkgreen--mobile-only{background-color:#005046}}.u-module-style--white{background-color:#fff}@media screen and (max-width:1280px){.u-module-style--white--mobile-only{--phtg-color-scheme:#fff;--phtg-color-scheme-transparent:hsla(0,0%,100%,0);background-color:#fff}}.u-module-style--white .m-benefits__item[data-count]:before{color:var(--phtg-global-color-scheme)}.u-module-style--grey{background-color:#f5f5f5}@media screen and (max-width:1280px){.u-module-style--grey--mobile-only{background-color:#f5f5f5}}.u-module-style--grey .m-benefits__item[data-count]:before{color:var(--phtg-global-color-scheme)}.u-module-style--black{background-color:#000}@media screen and (max-width:1280px){.u-module-style--black--mobile-only{background-color:#000}}.u-color--white{--swiper-theme-color:currentColor;color:#fff}@media screen and (max-width:1280px){.u-color--white--mobile-only{color:#fff}}.u-color--white .m-gridtable__row,.u-color--white .u-outline,.u-color--white hr{border-color:currentColor}.m-link-button{background:transparent;border-color:#000;color:#000}@media(hover:hover){.m-link-button:hover{background:#000;border-color:#000;color:#fff}.m-link-button:hover:before{filter:invert(100%)}}.m-link-button:focus-visible{background:#000;border-color:#000;color:#fff}.m-link-button:focus-visible:before{filter:invert(100%)}.m-link-button:before{filter:invert(0)}.u-button-style--light .m-link-button{background:transparent;border-color:#fff;color:#fff}@media(hover:hover){.u-button-style--light .m-link-button:hover{background:#000;border-color:#fff;color:#fff}.u-button-style--light .m-link-button:hover:before{filter:invert(100%)}}.u-button-style--light .m-link-button:focus-visible{background:#000;border-color:#fff;color:#fff}.u-button-style--light .m-link-button:focus-visible:before{filter:invert(100%)}.u-button-style--light .m-link-button:before{filter:invert(100%)}@media screen and (max-width:1280px){.u-button-style--light--mobile-only .m-link-button{background:transparent;border-color:#fff;color:#fff}}@media screen and (max-width:1280px)and (hover:hover){.u-button-style--light--mobile-only .m-link-button:hover{background:#000;border-color:#fff;color:#fff}.u-button-style--light--mobile-only .m-link-button:hover:before{filter:invert(100%)}}@media screen and (max-width:1280px){.u-button-style--light--mobile-only .m-link-button:focus-visible{background:#000;border-color:#fff;color:#fff}.u-button-style--light--mobile-only .m-link-button:focus-visible:before{filter:invert(100%)}.u-button-style--light--mobile-only .m-link-button:before{filter:invert(100%)}}.u-button-style--dark .m-link-button{background:transparent;border-color:#fff;color:#fff}@media(hover:hover){.u-button-style--dark .m-link-button:hover{background:#fff;border-color:#fff;color:#000}.u-button-style--dark .m-link-button:hover:before{filter:invert(0)}}.u-button-style--dark .m-link-button:focus-visible{background:#fff;border-color:#fff;color:#000}.u-button-style--dark .m-link-button:focus-visible:before{filter:invert(0)}.u-button-style--dark .m-link-button:before{filter:invert(100%)}@media screen and (max-width:1280px){.u-button-style--dark--mobile-only .m-link-button{background:transparent;border-color:#fff;color:#fff}}@media screen and (max-width:1280px)and (hover:hover){.u-button-style--dark--mobile-only .m-link-button:hover{background:#fff;border-color:#fff;color:#000}.u-button-style--dark--mobile-only .m-link-button:hover:before{filter:invert(0)}}@media screen and (max-width:1280px){.u-button-style--dark--mobile-only .m-link-button:focus-visible{background:#fff;border-color:#fff;color:#000}.u-button-style--dark--mobile-only .m-link-button:focus-visible:before{filter:invert(0)}.u-button-style--dark--mobile-only .m-link-button:before{filter:invert(100%)}}.u-cd-black--black,.u-cd-grey--black,.u-cd-white--black{color:#000}.u-cd-black--s3,.u-cd-grey--s3,.u-cd-white--s3{color:#4d4d4d}.u-cd-black--s2,.u-cd-grey--s2,.u-cd-white--s2{color:#777}.u-cd-black--s1,.u-cd-grey--s1,.u-cd-white--s1{color:#b3b3b3}.u-cd-black--primary,.u-cd-grey--primary,.u-cd-white--primary{color:#e6e6e6}.u-cd-black--white,.u-cd-grey--white,.u-cd-white--white{color:#fff}.u-cd-orange--black{color:#000}.u-cd-orange--s3{color:#3b2300}.u-cd-orange--s2{color:#764700}.u-cd-orange--s1{color:#b16a00}.u-cd-orange--primary{color:#ff9b30}.u-cd-orange--w1{color:#ffb84e}.u-cd-orange--w2,.u-cd-orange--w3{color:#ffd89d}.u-cd-orange--w4{color:#ffebd6}.u-cd-orange--white{color:#fff}.u-cd-green--black{color:#000}.u-cd-green--s3{color:#373d08}.u-cd-green--s2{color:#57600c}.u-cd-green--s1{color:#96a622}.u-cd-green--primary{color:#def428}.u-cd-green--w1{color:#deed6a}.u-cd-green--w2{color:#eaf39f}.u-cd-green--w3{color:#f5fad3}.u-cd-green--w4{color:#f1f4d4}.u-cd-green--white{color:#fff}.u-cd-blue--black{color:#000}.u-cd-blue--s3{color:#001639}.u-cd-blue--s2{color:#002661}.u-cd-blue--s1{color:#0043ab}.u-cd-blue--primary{color:#0059ff}.u-cd-blue--w1{color:#3785ff}.u-cd-blue--w2{color:#78adff}.u-cd-blue--w3{color:#b1d0fe}.u-cd-blue--w4{color:#ccdeff}.u-cd-blue--white{color:#fff}.u-cd-darkblue--black{color:#000}.u-cd-darkblue--primary{color:#0b1b53}.u-cd-darkblue--w1{color:#16367c}.u-cd-darkblue--w2{color:#245acf}.u-cd-darkblue--w3{color:#81a1e9}.u-cd-darkblue--w4{color:#c4d3f5}.u-cd-darkblue--white{color:#fff}.u-cd-darkred--black{color:#000}.u-cd-darkred--primary{color:#761e2a}.u-cd-darkred--w1{color:#b52e40}.u-cd-darkred--w2{color:#d55b6c}.u-cd-darkred--w3{color:#e59aa4}.u-cd-darkred--w4{color:#f5d9dd}.u-cd-darkred--white{color:#fff}.u-cd-darkgreen--black{color:#000}.u-cd-darkgreen--primary{color:#005046}.u-cd-darkgreen--w1{color:#008b79}.u-cd-darkgreen--w2{color:#00c6ad}.u-cd-darkgreen--w3{color:#6af9e8}.u-cd-darkgreen--w4{color:#c6fff8}.u-cd-darkgreen--white{color:#fff}.m-overlaying-link__parent .m-overlaying-link__fakelink{background:transparent;border-color:#000;color:#000}@media(hover:hover){.m-overlaying-link__parent:has(.m-overlaying-link:hover) .m-overlaying-link__fakelink{background:#000;border-color:#000;color:#fff}}.m-overlaying-link__parent:has(.m-overlaying-link:focus) .m-overlaying-link__fakelink{background:#000;border-color:#000;color:#fff}.m-overlaying-link__parent.u-button-style--light .m-overlaying-link__fakelink{background:transparent;border-color:#fff;color:#fff}@media(hover:hover){.m-overlaying-link__parent.u-button-style--light:has(.m-overlaying-link:hover) .m-overlaying-link__fakelink{background:#000;border-color:#fff;color:#fff}}.m-overlaying-link__parent.u-button-style--light:has(.m-overlaying-link:focus) .m-overlaying-link__fakelink{background:#000;border-color:#fff;color:#fff}.m-overlaying-link__parent.u-button-style--dark .m-overlaying-link__fakelink{background:transparent;border-color:#fff;color:#fff}@media(hover:hover){.m-overlaying-link__parent.u-button-style--dark:has(.m-overlaying-link:hover) .m-overlaying-link__fakelink{background:#fff;border-color:#fff;color:#000}}.m-overlaying-link__parent.u-button-style--dark:has(.m-overlaying-link:focus) .m-overlaying-link__fakelink{background:#fff;border-color:#fff;color:#000}@media screen and (min-width:601px){.l-home-header__slide .u-limiter{align-items:center}}@media screen and (max-width:600px){.l-home-header__slide .u-limiter{align-items:end}}.l-home-header__slide .u-limiter__inner{background:radial-gradient(50% 50% at 50% 50%,rgba(0,0,0,.2) 0,transparent 100%)}.l-home-header__slide picture{grid-column:1/-1;grid-row:1/-1;height:100%}.l-home-header__slide picture img{-o-object-fit:cover;object-fit:cover;width:100%}.l-home-header__slide .swiper-text{position:relative;z-index:2}@media screen and (min-width:601px){.l-home-header__slide .swiper-text{padding-right:12.5rem}}@media screen and (min-width:1281px){.l-header{grid-template-areas:". content content"}}@media screen and (max-width:1280px){.l-header:has(.l-header__right){max-width:100%;overflow:hidden}}@media screen and (max-width:600px){.l-header{grid-template-areas:"content content content"}}.l-main .l-header:only-child{border-bottom:0}@media screen and (max-width:1280px){.l-header__inner{display:flex;flex-direction:column-reverse}}@media screen and (max-width:600px){.l-header.u-limiter .l-header__inner{border:none;display:grid;grid-template-areas:"image image image" ". text .";grid-template-columns:minmax(0,.5fr) minmax(0,11fr) minmax(0,.5fr)}}.l-header__left{display:flex;flex-direction:column;gap:2.5rem;position:relative}@media screen and (max-width:1280px){.l-header__left{padding-bottom:5rem;padding-top:2.5rem}}@media screen and (max-width:600px){.l-header.u-limiter .l-header__left{border-left:1px solid #dedede;border-right:1px solid #dedede;grid-area:text}}.l-header__left:only-child:has(.m-interferer){padding-right:12.5rem}@media screen and (max-width:600px){.l-header__left:only-child:has(.m-interferer){-webkit-hyphens:auto;hyphens:auto;padding-bottom:12.5rem;padding-right:0}}.l-main .l-header__left{gap:5rem;padding-bottom:5rem}.l-header__right{-o-object-fit:cover;object-fit:cover}@media screen and (max-width:600px){.l-header__right{grid-area:image}}.l-header__text{display:flex;flex-direction:column;flex-grow:1;justify-content:center}@media screen and (max-width:1280px){.l-main__inner{border-left:1px solid #dedede;border-right:1px solid #dedede}}@media screen and (min-width:1281px){.l-main__inner{display:grid;grid-template-columns:1fr 15rem;max-width:100%}}.l-main__content{border-top:1px solid transparent;margin-top:-1px;min-width:100%}@media screen and (max-width:1280px){.l-main__content{border-left:none;border-right:none}}.l-main__sidebar{padding:2rem}.l-main:has(.l-header__left:only-child){max-width:100%;overflow:hidden}.l-sidebar{display:flex;flex-direction:column;max-width:100%}@media screen and (max-width:1280px){.l-sidebar{border-radius:1.25rem;bottom:4.375rem;box-shadow:-1px -1px 1rem .25rem rgba(0,0,0,.1);left:4.1666666667%;max-height:calc(100svh - 12.5rem);opacity:0;overflow-y:auto;overscroll-behavior:contain;padding:0 1.875rem;position:fixed;right:4.1666666667%;scrollbar-color:#dedede #f5f5f5;scrollbar-width:thin;transition:opacity .25s ease-in-out,visibility .25s ease-in-out;visibility:hidden;z-index:9}.l-sidebar:after,.l-sidebar:before{content:"";flex-shrink:0;height:2.5rem;position:sticky;z-index:1}.l-sidebar:before{background:linear-gradient(var(--phtg-color-scheme,#000),var(--phtg-color-scheme-transparent,transparent));margin-bottom:-2.5rem;top:0}.l-sidebar:after{background:linear-gradient(var(--phtg-color-scheme-transparent,transparent),var(--phtg-color-scheme,#000));bottom:0;margin-top:-2.5rem}.l-sidebar.is-visible{opacity:1;visibility:visible}}.l-sidebar__section{max-width:100%}.l-sidebar__logo{max-width:10rem}.l-sidebar__toggle{border-radius:50%;box-shadow:-1px -1px 1rem .25rem rgba(0,0,0,.1);height:2.5rem;padding:.5rem;width:2.5rem}.is-clicked .l-sidebar__toggle-icon:first-child,.l-sidebar__toggle-icon:last-child{display:none}.is-clicked .l-sidebar__toggle-icon:last-child{display:block}.l-sidebar__toggle-container{bottom:1.25rem;position:fixed;right:4.1666666667%;z-index:5}@media screen and (min-width:1281px){.l-sidebar__toggle-container{display:none}}.l-footer__inner{display:flex;justify-content:space-between}@media screen and (max-width:1280px){.l-socialmediabar{margin-bottom:5rem}}.m-skip{background-color:#fff;opacity:0;padding:.25rem;pointer-events:none;position:absolute;transition:opacity .25s ease-in-out;z-index:11}.m-skip:focus-visible{opacity:1;pointer-events:auto}.m-link-button{border:1px solid;display:inline-block;text-decoration:none}.m-link-button--small{border-radius:.875em;max-width:100%;overflow:hidden;padding:.25em .75em;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:1280px){.m-navbar .m-link-button--small{background-color:#000;color:#fff}}.m-link-button--small[href$=".docx"],.m-link-button--small[href$=".pdf"],.m-link-button--small[href$=-eng],.m-link-button--small[href^="https://www.facebook.com"],.m-link-button--small[href^="https://www.linkedin.com"],.m-link-button--small[href^="mailto:"],.m-link-button--small[href^="tel:"]{display:inline-flex}.m-link-button--small[href$=".docx"]:before,.m-link-button--small[href$=".pdf"]:before,.m-link-button--small[href$=-eng]:before,.m-link-button--small[href^="https://www.facebook.com"]:before,.m-link-button--small[href^="https://www.linkedin.com"]:before,.m-link-button--small[href^="mailto:"]:before,.m-link-button--small[href^="tel:"]:before{align-self:center;background-image:url(/img/link-button/mail.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";flex-shrink:0;height:1em;margin-right:.25em;transition:filter .25s ease-in-out;width:1em}.m-link-button--small[href^="tel:"]:before{background-image:url(/img/link-button/phone.svg)}.m-link-button--small[href^="https://www.facebook.com"]:before{background-image:url(/img/link-button/facebook.svg)}.m-link-button--small[href^="https://www.linkedin.com"]:before{background-image:url(/img/link-button/linkedin.svg)}.m-link-button--small[href$=".docx"]:before,.m-link-button--small[href$=".pdf"]:before{background-image:url(/img/link-button/file.svg)}@media screen and (min-width:1281px){.m-link-button--small[href$=-eng]{background:#000;border-color:#000;color:#fff}.m-link-button--small[href$=-eng]:hover{background:transparent;border-color:#000;color:#000}}.m-link-button--small[href$=-eng]:before{background-image:url(/img/link-button/globe.svg)}@media screen and (max-width:1280px){[data-color] .l-sidebar .m-link-button--small[href$=-eng]:before{filter:invert(0)}}.m-link-button--large{border-radius:1.43em;display:inline-block;font-weight:700;padding:.3em .7em;text-decoration:none}@media(hover:hover){.m-link-button--large{max-width:100%;overflow:hidden;transition:color .25s ease-in-out,border-color .25s ease-in-out,background-color .25s ease-in-out;white-space:nowrap}}.m-link-button.is-active{background-color:#000;border-color:#000;color:#fff}.m-link-button__container{display:flex;flex-wrap:wrap;gap:.375em;margin-top:1.25rem;max-width:100%}.m-link-button__container:first-child,.swiper-slide>.m-link-button__container{margin-top:0}.m-link-button__container--column{align-items:flex-start;flex-direction:column}.l-main__sidebar .m-link-button__container{align-items:start;flex-direction:column}.m-interferer .m-link-button__container{justify-content:center;margin-top:.75rem}:has(>.m-anchor){position:relative}.m-anchor{color:#dedede;display:none;left:0;opacity:0;position:absolute;text-decoration:none;transform:translateX(-50%) scale(.75);transition:opacity .25s ease-out,transform .25s ease-out,color .25s ease-out;will-change:opacity,transform;z-index:2}.is-authenticated .m-anchor{display:inline-block}.m-anchor:hover{color:currentColor}:has(>.m-anchor):hover>.m-anchor{opacity:1;transform:translateX(-100%) scale(.75)}.m-hamburger{color:currentColor;position:relative;z-index:1}@media screen and (min-width:1281px){.m-hamburger{display:none}}.m-hamburger.is-clicked{color:#fff}.m-hamburger.is-clicked rect{transform:scaleX(0)}.m-hamburger.is-clicked rect:first-child{transform:translateY(0) rotate(45deg)}.m-hamburger.is-clicked rect:last-child{transform:translateY(0) rotate(-45deg)}.m-hamburger svg{color:currentColor;width:1.5rem}.m-hamburger rect{fill:currentColor;transform-origin:center;transition:transform .25s ease-in-out}.m-hamburger rect:not(:first-child):not(:last-child){transform-origin:left}.m-hamburger rect:first-child{transform:translateY(-16px)}.m-hamburger rect:last-child{transform:translateY(16px)}.m-navbar{background-color:#fff;position:sticky;top:0;z-index:10}@media screen and (max-width:1280px){.m-navbar.has-visible-nav{background-color:#000;color:#fff}}.m-navbar__inner{display:flex;justify-content:space-between}@media screen and (max-width:1280px){.m-navbar__inner{align-items:center}}@media screen and (min-width:1281px){.m-navbar__nav-container{display:flex;flex-direction:column-reverse;gap:1rem;justify-content:flex-start}}@media screen and (max-width:1280px){.m-navbar__nav-container{background-color:#000;color:#fff;display:flex;flex-direction:column;gap:1.25rem;inset:0;opacity:0;overflow-y:auto;overscroll-behavior:contain;padding-bottom:5rem;position:fixed;top:5.7rem;visibility:hidden}.m-navbar__nav-container.is-visible{opacity:1;visibility:visible}}.m-logo{height:5.3rem}@media screen and (max-width:1280px){.m-logo{height:3.7rem}}.m-logo__container{color:currentColor;font-size:0;margin:1rem 0;position:relative;z-index:1}@media screen and (max-width:1280px){.m-nav,.m-servicenav{display:grid;grid-template-areas:". content .";grid-template-columns:minmax(0,3rem) minmax(0,10fr) minmax(0,3rem)}}@media screen and (max-width:600px){.m-nav,.m-servicenav{grid-template-columns:minmax(0,.5fr) minmax(0,11fr) minmax(0,.5fr)}}@media screen and (min-width:1281px){.m-nav__list,.m-servicenav__list{align-items:center;display:flex;justify-content:flex-end}}@media screen and (max-width:1280px){.m-nav__list,.m-servicenav__list{display:flex;flex-direction:column;grid-area:content}}.m-nav__toggle,.m-servicenav__toggle{color:currentColor;display:inline-block;text-align:left}@media screen and (min-width:1281px){.m-nav__toggle,.m-servicenav__toggle{padding:1rem 0}.m-nav__sub-list,.m-servicenav__sub-list{background-color:#fff;left:-1.875em;margin-top:.5em;max-height:calc(100vh - 10rem);opacity:0;overflow-y:auto;overscroll-behavior:contain;position:absolute;scrollbar-color:#dedede #f5f5f5;scrollbar-width:thin;top:100%;transition:opacity .25s ease-in-out,visibility .25s ease-in-out;visibility:hidden;width:16.5em}}@media screen and (max-width:1280px){.m-nav__sub-list,.m-servicenav__sub-list{border:none;border-top:1px solid #5e5e5e;max-height:0;opacity:0;pointer-events:none;transition:max-height .25s ease-in-out,opacity .25s ease-in-out,visibility .25s ease-in-out;visibility:hidden}.m-nav__sub-list.is-visible,.m-servicenav__sub-list.is-visible{max-height:300rem;opacity:1;visibility:visible}.has-visible-nav .m-nav__sub-list.is-visible,.has-visible-nav .m-servicenav__sub-list.is-visible{pointer-events:auto}}@media screen and (hover:hover)and (min-width:1281px){.m-nav__sub-list:hover,.m-nav__toggle:hover+.m-nav__sub-list,.m-nav__toggle:hover+.m-servicenav__sub-list,.m-servicenav__sub-list:hover{opacity:1;visibility:visible}}@media screen and (min-width:1281px){.m-nav__sub-list--last,.m-servicenav__sub-list--last{left:auto;right:-1.875em}}.m-nav__sub-list-item,.m-servicenav__sub-list-item{position:relative}@media screen and (min-width:1281px){.m-nav__sub-list-item:has(.is-active),.m-servicenav__sub-list-item:has(.is-active){background-color:#f5f5f5}}.m-nav__sub-list-item-link,.m-servicenav__sub-list-item-link{display:block;padding:1.25em 1.875em}@media screen and (max-width:1280px){.m-nav__sub-list-item-link,.m-servicenav__sub-list-item-link{padding:1.875rem 1.625rem}}.m-nav__sub-list-item-link--parent,.m-servicenav__sub-list-item-link--parent{align-items:center;display:inline-flex;gap:6px;margin:1.25em 1.875em}@media screen and (max-width:1280px){.m-nav__sub-list-item-link--parent,.m-servicenav__sub-list-item-link--parent{margin:1.875rem 1.625rem}}.m-nav__sub-list-item-link--parent svg,.m-servicenav__sub-list-item-link--parent svg{height:1em}.m-nav__sub-sub-list,.m-servicenav__sub-sub-list{margin-top:-1.25em;padding-bottom:.625em;padding-top:.625em}.m-nav__sub-sub-list-item-link,.m-servicenav__sub-sub-list-item-link{display:block;padding:.625em 1.875em}@media screen and (max-width:1280px){.m-nav__sub-sub-list-item-link,.m-servicenav__sub-sub-list-item-link{padding:.625em 1.625rem}.m-nav{border-bottom:1px solid #5e5e5e;border-top:1px solid #5e5e5e}.m-nav a,.m-nav button{transition:opacity .25s ease-in-out}}@media screen and (max-width:1280px){.m-nav:has(.is-visible) a,.m-nav:has(.is-visible) button{opacity:.3}}@media screen and (max-width:1280px){.m-nav:has(.is-visible) .m-nav__list-item:has(.is-visible) a,.m-nav:has(.is-visible) .m-nav__list-item:has(.is-visible) button{opacity:1}}@media screen and (min-width:1281px){.m-nav__list{gap:3.125em}}.m-nav__list-item{position:relative}@media screen and (max-width:1280px){.m-nav__list-item{border-bottom:1px solid #5e5e5e;border-left:1px solid #5e5e5e;border-right:1px solid #5e5e5e}.m-nav__list-item:last-child{border-bottom:none}}.m-nav__sub-list-item+.m-nav__sub-list-item:before{border-top:1px solid #dedede;content:"";left:1.875em;position:absolute;right:1.875em}@media screen and (max-width:1280px){.m-nav__sub-list-item+.m-nav__sub-list-item:before{border-color:#5e5e5e}}@media screen and (min-width:1281px){.m-nav__sub-list-item:has(.is-active):before{content:none}.m-nav__sub-list-item:has(.is-active)+.m-nav__sub-list-item:before{content:none}}.m-nav__sub-list-item-link,.m-nav__toggle{font-weight:700}.m-nav__toggle{display:inline-block;padding:1rem 0;position:relative}@media screen and (min-width:1281px){.m-nav__toggle{border-bottom:2px solid transparent}}@media screen and (max-width:1280px){.m-nav__toggle{display:block;font-size:1.375rem;line-height:1.36;padding:1.875rem 1.625rem;width:100%}}@media screen and (min-width:1281px){.m-nav__toggle.is-active{border-color:#000}.m-nav__toggle:after{content:"";display:block;height:.5rem;left:0;position:absolute;right:0;top:calc(100% + 3px)}.m-servicenav__list{gap:2.1em}}.m-servicenav__list-item{position:relative}.m-servicenav__list-item>a,.m-servicenav__list-item>button{display:block;width:100%}@media screen and (max-width:1280px){.m-servicenav__list-item+li>form,.m-servicenav__list-item>a,.m-servicenav__list-item>button{padding:.75em 1.625rem}}.m-servicenav__list-item+li>form>input{width:100%}@media screen and (max-width:1280px){.m-servicenav__list-item.has-sub-list .m-servicenav__sub-list-item:last-child{margin-bottom:.75em}.m-servicenav__toggle{font-weight:700}}.m-servicenav__sub-list{margin-top:0}@media screen and (max-width:1280px){.m-servicenav__sub-list{border-top:0}}.m-servicenav__sub-list.is-visible{opacity:1;visibility:visible}@media screen and (max-width:1280px){.m-servicenav__sub-list-item:first-child:before,.m-servicenav__sub-list-item:last-child:after{border-bottom:1px solid #5e5e5e;content:"";left:1.625rem;position:absolute;right:1.625rem}.m-servicenav__sub-list-item+.m-servicenav__sub-list-item:before{border-top:1px solid #5e5e5e;content:"";left:1.625rem;position:absolute;right:1.625rem}.m-servicenav__sub-list-item-link{font-size:.875em;padding:1em 1.625rem}}.m-footernav__list{gap:.25rem}.m-footernav__list,.m-interferer{display:flex;flex-direction:column}.m-interferer{text-wrap:balance;align-items:center;border-radius:50%;height:12.5rem;justify-content:center;padding:1rem;right:5rem;shape-outside:border-box;text-align:center;top:5rem;transform:rotate(11.75deg);transition:transform .25s ease-in-out;width:12.5rem;will-change:transform;z-index:5}@media(hover:hover){.m-interferer:has(.m-overlaying-link):hover{transform:rotate(5.625deg)}}.m-interferer:focus-visible{transform:rotate(5.625deg)}.l-home-header .m-interferer{right:3rem}@media screen and (max-width:600px){.l-home-header .m-interferer{right:-.5rem}}.l-header__left .m-interferer{bottom:0;right:0;top:auto;translate:50% 50%}@media screen and (max-width:1280px){.l-header__left .m-interferer{bottom:auto;right:-3rem;top:0;translate:.5rem calc(-100% + 1rem)}}@media screen and (max-width:600px){.l-header__left .m-interferer{right:-4%}}.l-header__left:only-child .m-interferer{translate:1rem 1rem}@media screen and (max-width:1280px){.l-header__left:only-child .m-interferer{bottom:0;top:auto;translate:.5rem 2rem}}@media screen and (max-width:600px){.l-header__left:only-child .m-interferer{translate:.5rem 1rem}}.m-interferer__text{border-radius:50%;max-width:100%;word-break:break-word}.m-interferer__text:has(.m-overlaying-link__fakelink:nth-child(2)){transform:translateY(.5rem)}.m-interferer.m-overlaying-link__parent{position:absolute}.m-interferer .m-overlaying-link{border-radius:50%}.m-interferer .m-link-button__container:only-child{margin-top:0}.m-pretitle{display:block;font-style:normal;text-decoration:underline}.m-pretitle+h1{margin-top:1.875rem}.m-section-header:only-child,.u-flex.u-margin-b--ms>.m-section-header{margin-bottom:0}.m-searchbar{background-color:#fff;border-radius:5rem;box-sizing:border-box;color:#000;font-size:1rem;max-width:100%;padding:1.25rem;width:40rem}.u-module-style--white .m-searchbar{background-color:#f5f5f5}.m-searchbar--s{background:url(/img/magnifier-black.svg) no-repeat right 1.25rem center #fff;background-size:1.25rem auto;padding:.75rem 3.75rem .75rem 1.25rem;width:100%}.m-searchbar--s:focus::-webkit-search-cancel-button{display:none}.m-searchbar--s:focus-visible{background-color:#000;background-image:url(/img/magnifier-white.svg);color:#fff;outline:none}.m-result{align-items:center;display:flex;gap:1.25rem;justify-content:space-between}.m-result .m-overlaying-link__fakelink{flex-shrink:0}.m-filter__list{display:flex;flex-wrap:wrap;gap:.5em;list-style:none;padding:0}.m-card{display:flex;flex-direction:column}.m-card--research_projects{background-color:transparent;transition:background-color .25s ease-in-out}.m-card--research_projects:hover{background-color:#def428}.m-card__image{width:100%}.m-card__image-slider{aspect-ratio:5/4}.m-card__categories{text-wrap:balance}.m-card__text{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.m-card__title{margin-top:0}.m-accordion:not(:has(.csl-bib-body):has(.csl-entry)){display:none}.m-accordion:not(:has(.csl-bib-body):has(.csl-entry))+hr{display:none}.m-accordion:not(:has(.m-accordion__body):has(.csl-bib-body)){display:block}.m-accordion:not(:has(.m-accordion__body):has(.csl-bib-body))+hr{display:block}.m-accordion__head{padding:1.45rem 0}.m-accordion__head-inner{align-items:center;display:flex;gap:1.25rem;justify-content:space-between}.m-accordion__head-icon{flex-shrink:0;transform:rotate(0deg);transition:transform .25s ease-in-out}[open] .m-accordion__head-icon{transform:rotate(180deg)}.m-accordion__head-icon-container{flex-shrink:0;font-size:0}.m-accordion__body{padding-bottom:1.45rem}.m-overlaying-link{inset:0;position:absolute;z-index:1}.m-overlaying-link__parent{position:relative}.m-overlaying-link__parent a:not(.m-overlaying-link):not(.m-anchor){position:relative;z-index:2}.m-overlaying-link__fakelink,a.m-link-button,button.m-link-button,input[type=file]::file-selector-button{transition:color .25s ease-in-out,border-color .25s ease-in-out,background-color .25s ease-in-out}@media(prefers-reduced-motion:reduce){.m-overlaying-link__fakelink,a.m-link-button,button.m-link-button,input[type=file]::file-selector-button{transition:none}}@keyframes marquee{to{transform:translateX(-100%)}}.m-marquee{--swiper-wrapper-transition-timing-function:linear;overflow:hidden;padding:1em}.m-marquee__list{list-style:none;white-space:nowrap;will-change:transform}@media(prefers-reduced-motion:reduce){.m-marquee__list{transition:none}}.m-marquee__list-item{align-items:center;display:flex;margin-right:1rem}.m-marquee__list-item span{margin-right:1rem}.m-marquee--footer .m-marquee__list-item{margin-right:6.8rem}.m-marquee--footer{background-color:#fff;color:#000;font-size:1.25rem}.m-marquee--footer__image{width:8.125rem}.m-distributor:has(.m-link-list:only-child){padding-bottom:6.25rem;padding-top:6.25rem}@media screen and (max-width:840px){.u-grid--2:has(.m-distributor){gap:5rem}}.m-teaser{display:flex;flex-direction:column;justify-content:space-between}.m-teaser.u-outline{margin-left:-1px;margin-top:-1px}@media screen and (min-width:1280px){.m-teaser.u-outline:first-child:last-child,.m-teaser.u-outline:nth-child(2):last-child,.m-teaser.u-outline:nth-child(3):last-child{margin-right:-1px}}.m-teaser__image{height:100%;-o-object-fit:cover;object-fit:cover}.m-teaser__image-picture{display:inline-block;height:100%}.m-teaser--country .m-teaser__header{margin-bottom:2.5rem}.m-teaser--course .m-teaser__header{margin-bottom:2rem}.m-teaser__title{margin-top:2rem}.m-teaser__text{-webkit-hyphens:auto;hyphens:auto}.m-teaser dt{flex-shrink:0}.m-teaser dl+dl{margin-top:.5rem}[data-country]{align-items:center;display:flex;font-style:normal;gap:.5em}[data-country]:before{background-image:var(--flag-image);background-size:contain;content:"";display:inline-block;height:1.5em;width:1.5em}[data-country]+.heading-5{margin-top:1.375rem}.m-placeholder--4-3{aspect-ratio:4/3;background-color:var(--phtg-color-scheme,currentColor)}.m-placeholder img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.m-link-list{display:flex;flex-wrap:wrap;font-size:0;gap:.375rem;list-style:none;margin-top:2.5rem;max-width:100%;padding:0}.m-link-list:only-child{margin-top:0}.m-link-list li{display:inline-block;max-width:100%}@media(hover:hover){.m-link-list a:hover span{transform:translateX(-100%) translateX(-.7em)}}.m-link-list span{display:inline-block}@media screen and (max-width:600px){.m-link-list span{word-break:break-word}}@media(hover:hover){.m-link-list span{position:relative;transition:transform var(--duration) linear;will-change:transform}}@media(hover:hover)and (prefers-reduced-motion:reduce){.m-link-list span{transition:none}}@media(hover:hover){.m-link-list span:after{content:attr(data-title);display:inline-block;left:calc(100% + .7em);position:absolute;width:0}}@media screen and (max-width:840px){.m-testimonial__inner{align-items:start;grid-template-areas:"image" "text"}}.m-testimonial__inner.u-outline{xmargin-right:-1px;margin-left:-1px;width:calc(100% + 2px)}.m-testimonial__image{height:100%}@media screen and (max-width:840px){.m-testimonial__image{grid-area:image;-o-object-fit:contain;object-fit:contain}}@media screen and (min-width:841px){.m-testimonial__image{-o-object-fit:cover;object-fit:cover}}.m-testimonial__image-container:has(figcaption){position:relative}@media screen and (max-width:840px){.m-testimonial blockquote{grid-area:text;padding-bottom:5rem}}.m-testimonial blockquote footer{font-size:1rem}.m-testimonial__caption{background:linear-gradient(180deg,transparent,rgba(0,0,0,.7) 128.4%);bottom:0;color:#fff;left:0;opacity:0;padding-left:1rem;padding-right:1rem;position:absolute;right:0;text-align:right;transition:opacity .25s ease-in-out}@media screen and (max-width:840px){.m-testimonial__caption{opacity:1}}.m-testimonial__image-container:hover .m-testimonial__caption{opacity:1}.m-testimonial__container .swiper{--swiper-theme-color:currentColor}.m-benefits__item[data-count]:before{content:attr(data-count);display:inline-block;font-size:6.25rem;font-weight:700}.m-event-teaser__text{align-self:end;-webkit-hyphens:auto;hyphens:auto}.m-event-teaser__type{font-style:normal}.m-event-teaser__container:has(>.swiper>.m-empty){display:none}.m-contact__text:has(+.m-card:last-child){grid-column:span 2}@media screen and (max-width:1280px)and (min-width:841px){.m-contact__text{grid-column:span 2}}.m-contact__text+.m-card{background-color:rgba(0,0,0,.1)}.m-event-facts{display:grid;gap:1.25rem;grid-template-columns:minmax(0,2fr) repeat(6,minmax(0,1fr))}@media screen and (min-width:1280px){.m-event-facts--events.m-event-facts--summary{grid-template-columns:repeat(5,minmax(0,1fr))}}@media screen and (max-width:1280px){.m-event-facts{gap:1rem;grid-template-columns:minmax(0,1fr)}}@media screen and (min-width:1280px){.m-event-facts--summary:not(.m-event-facts--events){grid-template-columns:minmax(0,2fr) repeat(4,minmax(0,1fr))}}.m-event-facts--head:not(.m-event-facts--summary){background-color:#fff;position:sticky;top:7.375rem;z-index:1}.iframe .m-event-facts--head:not(.m-event-facts--summary){top:0}@media screen and (max-width:1280px){.m-event-facts--head{display:none}}@media screen and (min-width:1281px){.m-event-facts--head{margin-bottom:-1px}}.m-event-facts__title{margin-bottom:0;margin-top:0}@media screen and (max-width:1280px){.m-event-facts__title{font-size:1rem}}.m-event-facts__number{align-items:center;display:flex}.m-event-facts__number .m-event-facts__item-value{flex-direction:row;justify-content:flex-start}@media screen and (max-width:1280px){.m-event-facts__item[data-label],.m-event-facts__number[data-label]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.m-event-facts__item[data-label]:before,.m-event-facts__number[data-label]:before{content:attr(data-label);font-size:1rem;-webkit-hyphens:auto;hyphens:auto}}.m-event-facts__item-value,.m-event-facts__number-value{align-items:center;display:flex;flex-direction:column;gap:.75rem;justify-content:center;-webkit-text-decoration:center;text-decoration:center}@media screen and (max-width:1280px){.m-event-facts__item-value,.m-event-facts__number-value{flex-direction:row;justify-content:flex-start}}.m-event-facts__item-value-text,.m-event-facts__number-value-text{max-width:100%;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width:1281px){.m-event-facts__item-value-text,.m-event-facts__number-value-text{text-align:center}.m-event-facts__item--empty[data-label]{visibility:hidden}}@media screen and (max-width:1280px){.m-event-facts__item--empty[data-label]{display:none}}.m-event__date-time{font-weight:400}.m-past-event{width:100%}.m-result-limiter{display:none}.m-map{aspect-ratio:2/1}@media screen and (max-width:840px){.m-map{aspect-ratio:1/1}}.csl-entry{border-top:1px solid #dedede;padding-bottom:1.25rem;padding-top:1.25rem}.m-accordion__body .csl-entry:first-child{border-top:none}.m-gridtable__cell .csl-entry:first-child{border-top:none;padding-top:0}.m-institution__logo{height:2.5rem}.m-chart{width:50%}.m-chart__container{display:flex;justify-content:center}@media screen and (max-width:840px){.m-chart__container{margin-bottom:1.25rem}.m-fact{align-items:center;display:flex;gap:1.25rem;justify-content:space-between;width:100%}}@media screen and (max-width:1280px){.m-fact__container{border-left:none;border-right:none}}@media screen and (max-width:840px){.m-fact__container{grid-column:1/-1;padding-left:0;padding-right:0}}@media screen and (min-width:841px){.m-fact__container--onethird{grid-column:span 2}.m-fact__container--twothird{grid-column:span 4}.m-fact__container--half{grid-column:span 3}}.m-fact__header{font-weight:700}.m-fact__header sup{line-height:0}.m-fact__header--col1{grid-column:span 2}.m-fact__header--col2,.m-fact__header--col3{text-align:right}@media screen and (max-width:840px){.m-fact__title{-webkit-hyphens:auto;hyphens:auto}}@media screen and (min-width:841px){.m-fact__title{margin-bottom:.625rem}}.m-fact__value{display:inline-flex;font-size:6.25rem;font-size:clamp(3.75rem,6.9vw,6.25rem);font-variant-numeric:tabular-nums;font-weight:700;line-height:1}@media screen and (max-width:840px){.m-fact__value{font-size:2.75rem}}.m-fact__number span{color:transparent}.m-fact [data-counter]{position:relative;text-align:right}.m-fact [data-counter]:before{content:attr(data-counter-rounded);inset:0;position:absolute}.m-fact__chart-wrapper{display:flex}@media screen and (max-width:840px){.m-fact__chart-wrapper{align-items:center;gap:1.25rem}}@media screen and (min-width:841px){.m-fact__chart-wrapper figure{flex-grow:1}}@media screen and (max-width:840px){.m-fact__chart-wrapper figure{width:50%}}.m-fact__chart-title{flex-shrink:0}@media screen and (min-width:841px){.m-fact__chart-title{align-self:end}}.m-fact__key-color{align-self:center;background-color:currentColor;border:1px solid;border-radius:50%;font-size:0;height:1rem;width:1rem}.m-fact__key-color--primary{border:1px solid #fff}.u-button-style--default .u-button-style--default .m-fact__key-color--primary{border-color:currentColor}.m-fact__key-value{text-align:right}.m-fact__key-value--span2{grid-column:span 2}.m-fact__key-container{display:grid;grid-template-columns:minmax(2rem,2rem) 1fr 6rem 6rem}.m-fact__key-container>span{padding:6px 0}.m-fact__outer{display:grid;grid-template-columns:repeat(6,minmax(0,1fr))}.m-icon{flex-shrink:0;height:1.5rem;width:1.5rem}.m-icon--l{height:1.25rem;width:1.25rem}.u-flex>.m-icon{align-self:center;margin-right:.25em}.u-flex>.m-icon:only-child{margin-right:0}.m-image-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}.m-image-grid__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.m-image-grid__image-link--hidden{display:none}.m-image-grid__container--portrait{grid-column:span 3}.m-image-grid__container--square{grid-column:span 4}.m-image-grid__container--landscape{grid-column:span 6}.m-image-grid__container--landscape+.m-image-grid__container--landscape+.m-image-grid__container--landscape+.m-image-grid__container--landscape+.m-image-grid__container:nth-child(5){display:none}.m-image-slider img,.m-image-slider picture{display:block;height:60cqw;width:auto}.m-image-slider figure{display:inline-block}.m-image-slider figcaption{align-items:center;display:flex;flex-grow:1}.m-image-slider figcaption span{flex-grow:1;width:0}.m-single-image img,.m-video{width:100%}.m-video--iframe{aspect-ratio:16/9}.m-video__container{width:100%}.swiper-slide .m-video__container{pointer-events:none}.swiper-slide-active .m-video__container{pointer-events:auto}table{font-variant-numeric:tabular-nums;margin-left:-.5rem;width:100%}table td,table th{padding:.5rem 2.5rem .5rem .5rem;white-space:nowrap}table tr:hover{background-color:#f5f5f5}.even table tr:hover{background-color:#fff}.m-table__container{max-width:100%;overflow-x:auto}.m-gridtable{font-variant-numeric:tabular-nums}.m-gridtable__row{border-bottom:1px solid #dedede;display:grid}@media only screen and (max-width:840px){.m-gridtable__row{grid-template-columns:minmax(0,1fr)!important}}.m-gridtable__row:first-child,.m-gridtable__row:first-of-type{border-top:1px solid #dedede}.m-gridtable__row--two{grid-template-columns:repeat(2,minmax(20ch,1fr))}.m-gridtable__row--three{grid-template-columns:repeat(3,minmax(20ch,1fr))}.m-gridtable__row--head{font-weight:700}@media only screen and (max-width:840px){.m-gridtable__row--head{display:none}}.m-gridtable__cell{padding-bottom:.5rem;padding-top:.5rem}.m-gridtable__cell--head{font-weight:700}@media only screen and (max-width:840px){.m-gridtable__cell--head{margin-top:2.5rem}}@media only screen and (max-width:480px){.m-gridtable__cell:last-child{border-bottom:0}}@media only screen and (max-width:840px){.m-gridtable__cell{xborder-bottom:1px solid #ddd;grid-column:1/-1}.m-gridtable__cell[data-label]:before{content:attr(data-label);display:block;font-size:1rem;font-weight:700}}.swiper{--swiper-theme-color:currentColor;height:100%;width:100%}.m-card.m-overlaying-link__parent .swiper{z-index:2}.swiper--auto-width{container-type:inline-size;height:auto}.swiper--3{height:auto}.swiper--has-pagination-on-image{--swiper-theme-color:#fff}.swiper--has-pagination-on-image .swiper-slide picture{position:relative}.swiper--has-pagination-on-image .swiper-slide picture:after{background:linear-gradient(180deg,transparent,rgba(0,0,0,.7));bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:75%;z-index:1}@media screen and (max-width:600px){.swiper--has-pagination-on-image .swiper-slide.l-home-header__slide picture:after{top:50%}}.swiper--has-pagination-on-image .swiper-slide:not(.l-home-header__slide):only-child picture:after{content:none}.l-header .swiper img{height:100%;-o-object-fit:cover;object-fit:cover}.swiper-slide{display:flex;height:auto;position:relative}.m-marquee .swiper-slide{height:100%;width:auto}.swiper--auto-width .swiper-slide{display:flex;flex-direction:column;width:auto}.swiper--1 .swiper-slide .u-grid{width:100%}.swiper-controls{align-items:center;display:flex;gap:1rem;justify-content:space-between;position:relative}.swiper--video .swiper-controls{justify-content:flex-end}.swiper-controls .swiper-button-next,.swiper-controls .swiper-button-prev{--swiper-navigation-size:1.5rem;margin-top:0;position:static;width:var(--swiper-navigation-size)}@media screen and (max-width:840px){.swiper-controls .swiper-button-next,.swiper-controls .swiper-button-prev{--swiper-navigation-size:2.5rem}.swiper-controls .swiper-button-next svg,.swiper-controls .swiper-button-prev svg{width:1.5rem}}.swiper-controls .swiper-button-next:after,.swiper-controls .swiper-button-prev:after{content:none}.swiper-controls .swiper-decoration-line{background-color:currentColor;flex-grow:1;height:1px}.swiper-controls .swiper-button-text-next{color:currentColor;white-space:nowrap}@media screen and (min-width:841px){.swiper-controls .swiper-button-text-next{left:calc(100% + 3.125rem);position:absolute}}.swiper-controls .swiper-nav{display:flex;gap:.375rem}@media screen and (max-width:840px){.swiper-controls .swiper-nav{gap:0}}.swiper-pagination{--swiper-pagination-top:calc(100% - 3.75rem);--swiper-pagination-bottom:auto;--swiper-pagination-bullet-border-radius:0.625rem}.m-image-slider .swiper-pagination{--swiper-pagination-top:calc(60cqw - 3.75rem)}.swiper-pagination-bullet{--swiper-pagination-bullet-width:0.625rem;--swiper-pagination-bullet-height:0.625rem;--swiper-pagination-bullet-inactive-opacity:1;--swiper-pagination-bullet-inactive-color:transparent;border:1px solid var(--swiper-theme-color);transition:width .25s ease-in-out}.swiper-pagination-bullet-active{--swiper-pagination-bullet-width:1.25rem}.swiper-pagination:has(.swiper-pagination-bullet:only-child)+.swiper-decoration-line{display:none}.m-benefits .swiper-pagination,.m-event-teaser__container .swiper-pagination,.m-past-event__container .swiper-pagination{position:static;text-align:left;width:auto}.m-form__content{display:grid;gap:2.5rem;grid-template-columns:repeat(12,minmax(0,1fr))}@media screen and (max-width:840px){.m-form__content{grid-template-columns:repeat(4,minmax(0,1fr))}}.m-form__field-container{grid-column:1/-1;width:100%}@media screen and (min-width:841px){.m-form__field-container--100{grid-column:span 12}.m-form__field-container--75{grid-column:span 9}.m-form__field-container--66{grid-column:span 8}.m-form__field-container--50{grid-column:span 6}.m-form__field-container--33{grid-column:span 4}.m-form__field-container--25{grid-column:span 3}}.m-form__field-label{display:inline-block;font-weight:600;margin-bottom:.625rem}.m-form__field-error{color:#761e2a;text-align:center}.m-form__submit{color:currentColor}.m-form__success{padding:2.5rem 0}.m-form input[type=email],.m-form input[type=file],.m-form input[type=number],.m-form input[type=password],.m-form input[type=search],.m-form input[type=tel],.m-form input[type=text],.m-form input[type=url],.m-form select,.m-form textarea{background-color:#f5f5f5;border-radius:2.25rem;font-size:1.125rem;padding:.75rem 1.25rem;width:100%}.u-module-style--grey .m-form input[type=email],.u-module-style--grey .m-form input[type=file],.u-module-style--grey .m-form input[type=number],.u-module-style--grey .m-form input[type=password],.u-module-style--grey .m-form input[type=search],.u-module-style--grey .m-form input[type=tel],.u-module-style--grey .m-form input[type=text],.u-module-style--grey .m-form input[type=url],.u-module-style--grey .m-form select,.u-module-style--grey .m-form textarea{background-color:#fff}.m-form input[type=email]::-moz-placeholder,.m-form input[type=file]::-moz-placeholder,.m-form input[type=number]::-moz-placeholder,.m-form input[type=password]::-moz-placeholder,.m-form input[type=search]::-moz-placeholder,.m-form input[type=tel]::-moz-placeholder,.m-form input[type=text]::-moz-placeholder,.m-form input[type=url]::-moz-placeholder,.m-form select::-moz-placeholder,.m-form textarea::-moz-placeholder{color:rgba(0,0,0,.3)}.m-form input[type=email]::placeholder,.m-form input[type=file]::placeholder,.m-form input[type=number]::placeholder,.m-form input[type=password]::placeholder,.m-form input[type=search]::placeholder,.m-form input[type=tel]::placeholder,.m-form input[type=text]::placeholder,.m-form input[type=url]::placeholder,.m-form select::placeholder,.m-form textarea::placeholder{color:rgba(0,0,0,.3)}.m-form input[type=email]:invalid,.m-form input[type=file]:invalid,.m-form input[type=number]:invalid,.m-form input[type=password]:invalid,.m-form input[type=search]:invalid,.m-form input[type=tel]:invalid,.m-form input[type=text]:invalid,.m-form input[type=url]:invalid,.m-form select:invalid,.m-form textarea:invalid{outline-color:#761e2a}.m-form input[type=file]{color:#000;padding:.5rem .75rem}.m-form input[type=file]::file-selector-button{background:transparent;border-color:#000;border-radius:.875em;color:#000;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:400;max-width:100%;overflow:hidden;padding:.25em .75em;text-overflow:ellipsis;white-space:nowrap}@media(hover:hover){.m-form input[type=file]::file-selector-button:hover{background:#000;border-color:#000;color:#fff}}.m-form input[type=file]::file-selector-button:focus-visible{background:#000;border-color:#000;color:#fff}.m-form textarea{border-radius:1.5rem}.m-form label:has(input[type=checkbox]),.m-form label:has(input[type=radio]){align-items:center;color:var(--phtg-color-scheme-font,currentColor);display:inline-flex}.m-form label:has(input[type=checkbox]):not(:last-child),.m-form label:has(input[type=radio]):not(:last-child){margin-right:1.875rem}.m-form input[type=checkbox],.m-form input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--phtg-color-scheme-font,currentColor);height:1rem;margin-right:.375rem;transform:translateY(0);width:1rem}.m-form input[type=radio]:before{border-radius:50%}.m-form input[type=checkbox]:before{border-radius:2px}.m-form input[type=checkbox]:before,.m-form input[type=radio]:before{background-color:#fff;border:1px solid;color:var(--phtg-color-scheme-font,currentColor);content:"";display:inline-block;height:1rem;inset:-1px;position:absolute;width:1rem}.m-form input[type=radio]:checked:before{content:url(../img/radio.svg)}.m-form input[type=checkbox]:checked:before{content:url(../img/check-box.svg)}.m-further-training__search-radioboxes{xdisplay:flex;xgap:1.875rem;xmargin-bottom:3.75rem}.m-further-training__search-radiobox{cursor:pointer;position:relative}.m-further-training__search-radiobox span{align-items:center;display:grid;font-size:.875rem;gap:.375rem;grid-template-columns:1.125rem 1fr;justify-items:center;line-height:1}.m-further-training__search-radiobox span:after,.m-further-training__search-radiobox span:before{content:"";grid-column:1;grid-row:1}.m-further-training__search-radiobox span:before{aspect-ratio:1/1;border:1px solid;border-radius:50%;width:1rem}.m-further-training__search-radiobox span:after{aspect-ratio:1/1;background:no-repeat 50%;background-size:100% auto;width:.5rem}.m-further-training__search-radiobox input[type=radio]{opacity:0;pointer-events:none;position:absolute}.m-further-training__search-radiobox input[type=radio]:checked+span:after{background-image:url(/img/x-black.svg)}.u-color--white .m-further-training__search-radiobox input[type=radio]:checked+span:after{background-image:url(/img/x-white.svg)}.m-further-training__search-radiobox input[type=radio]:focus-visible+span:before{background:#000}.m-further-training__search-radiobox input[type=radio]:checked:focus-visible+span:after{background-image:url(/img/x-white.svg)}.m-further-training__search-extend-button{align-items:center;display:flex;gap:.5em}.m-further-training__search-extend-button i{aspect-ratio:1/1;background:url(/img/arrow-down-white.svg) no-repeat 50%;background-size:100% auto;position:relative;top:-1px;width:.9em}.m-further-training__search-extend-button:focus{outline:none}.m-further-training__search-extend-button:focus-visible{background-color:transparent;color:#000}.m-further-training__search-extend-button:focus-visible i{background-image:url(/img/arrow-down-black.svg)}@media(hover:hover){.m-further-training__search-extend-button:hover{background-color:transparent;color:#000}.m-further-training__search-extend-button:hover i{background-image:url(/img/arrow-down-black.svg)}}.m-further-training__search-extend-button.is-extended i{transform:scaleY(-1)}@media print{footer,nav{display:none}}
