.neo-article-filters{display:grid;grid-template-columns:1fr;gap:2rem}@media screen and (min-width:768px){.neo-article-filters{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.neo-article-filters{grid-template-columns:repeat(4,1fr)}}.neo-checkbox{display:inline-block}.neo-checkbox label{font-family:var(--font-dinw05-regular),sans-serif;font-size:18px;line-height:28px;display:flex;align-items:baseline;color:#4a4a49;cursor:pointer}.neo-checkbox label input{margin-right:1rem}.neo-checkbox input{cursor:pointer}.neo-checkbox.disabled label{color:rgb(209.75,209.75,209.5);cursor:not-allowed}.neo-checkbox .error{font-family:var(--font-dinw05-regular),sans-serif;font-size:18px;line-height:28px;font-size:1.2rem;color:#f00f17;margin-left:.5rem}.neo-checkbox .error .neo-icon{position:relative;width:2rem;height:2rem;fill:#f00f17;color:#f00f17;top:.5rem}.neo-dropdown{display:inline-block;position:relative}.neo-dropdown label{font-family:var(--font-dinw05-regular),sans-serif;font-size:12px;line-height:19px;line-height:1.3;padding:0 .2rem;position:absolute;top:-.1rem;left:1rem;max-width:calc(100% - 2.4rem);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;z-index:1}.neo-dropdown .neo-dropdown-error{color:#f00f17;font-size:1.2rem}.neo-dropdown .neo-icon{width:1.8rem;height:1.8rem;position:absolute;top:1.8rem;right:1rem;pointer-events:none}.neo-dropdown select{font-family:var(--font-dinw05-regular),sans-serif;font-size:15px;line-height:22px;-moz-appearance:none;-webkit-appearance:none;appearance:none;width:100%;margin-top:.5rem;padding:.6rem 3rem .7rem 1rem;border-width:.2rem;border-style:solid;border-radius:0;font-size:1.6rem;background:rgba(0,0,0,0)}.neo-dropdown.light label{color:rgb(155.45,155.45,154.9);background-color:#fff}.neo-dropdown.light label.active{color:#4a4a49}.neo-dropdown.light .neo-icon,.neo-dropdown.light .neo-icon svg{fill:rgb(155.45,155.45,154.9)}.neo-dropdown.light select{color:rgb(128.3,128.3,127.6);border-color:rgb(155.45,155.45,154.9)}.neo-dropdown.light select.active{color:#4a4a49}.neo-dropdown.light select:focus{outline:0}.neo-dropdown.light select option{color:#4a4a49}.neo-dropdown.light:hover select{color:#4a4a49;border-color:#4a4a49}.neo-dropdown.light:not(.disabled):hover label{color:#4a4a49}.neo-dropdown.light:not(.disabled):hover .neo-icon svg{fill:#4a4a49}.neo-dropdown.light.disabled label,.neo-dropdown.light.disabled select:disabled{cursor:not-allowed;color:rgb(209.75,209.75,209.5)}.neo-dropdown.light.disabled select:disabled{border-color:rgb(209.75,209.75,209.5)}.neo-dropdown.light.disabled option:disabled{cursor:not-allowed;color:rgb(209.75,209.75,209.5)}.neo-dropdown.light.disabled .neo-icon svg{fill:rgb(209.75,209.75,209.5)}.neo-dropdown.dark label{color:rgb(209.75,209.75,209.5);background-color:#4a4a49}.neo-dropdown.dark label.active{color:#fff}.neo-dropdown.dark .neo-icon,.neo-dropdown.dark .neo-icon svg{fill:rgb(209.75,209.75,209.5)}.neo-dropdown.dark select{color:rgb(209.75,209.75,209.5);border-color:rgb(209.75,209.75,209.5)}.neo-dropdown.dark select.active{color:#fff}.neo-dropdown.dark select:focus{outline:0}.neo-dropdown.dark select option{color:#4a4a49}.neo-dropdown.dark:hover select{color:#fff;border-color:#fff}.neo-dropdown.dark:not(.disabled):hover label{color:#fff}.neo-dropdown.dark:not(.disabled):hover .neo-icon svg{fill:#fff}.neo-dropdown.dark.disabled label,.neo-dropdown.dark.disabled select:disabled{cursor:not-allowed;color:rgb(128.3,128.3,127.6)}.neo-dropdown.dark.disabled select:disabled{border-color:rgb(128.3,128.3,127.6)}.neo-dropdown.dark.disabled option:disabled{cursor:not-allowed;color:rgb(128.3,128.3,127.6)}.neo-dropdown.dark.disabled .neo-icon svg{fill:rgb(128.3,128.3,127.6)}.neo-dropdown.grey label{color:rgb(155.45,155.45,154.9);background-color:rgb(236.9,236.9,236.8)}.neo-dropdown.grey label.active{color:#4a4a49}.neo-dropdown.grey .neo-icon,.neo-dropdown.grey .neo-icon svg{fill:rgb(155.45,155.45,154.9)}.neo-dropdown.grey select{color:rgb(128.3,128.3,127.6);border-color:rgb(155.45,155.45,154.9)}.neo-dropdown.grey select.active{color:#4a4a49}.neo-dropdown.grey select:focus{outline:0}.neo-dropdown.grey select option{color:#4a4a49}.neo-dropdown.grey:hover select{color:#4a4a49;border-color:#4a4a49}.neo-dropdown.grey:not(.disabled):hover label{color:#4a4a49}.neo-dropdown.grey:not(.disabled):hover .neo-icon svg{fill:#4a4a49}.neo-dropdown.grey.disabled label,.neo-dropdown.grey.disabled select:disabled{cursor:not-allowed;color:rgb(209.75,209.75,209.5)}.neo-dropdown.grey.disabled select:disabled{border-color:rgb(209.75,209.75,209.5)}.neo-dropdown.grey.disabled option:disabled{cursor:not-allowed;color:rgb(209.75,209.75,209.5)}.neo-dropdown.grey.disabled .neo-icon svg{fill:rgb(209.75,209.75,209.5)}.neo-multi-select{display:block;position:relative;font-family:var(--font-dinw05-regular),sans-serif;color:rgb(155.45,155.45,154.9)}.neo-multi-select .choices{position:relative;margin-bottom:24px;font-size:16px}.neo-multi-select .choices:focus{outline:none}.neo-multi-select .choices:last-child{margin-bottom:0}.neo-multi-select .choices.is-disabled .choices__inner,.neo-multi-select .choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none}.neo-multi-select .choices.is-disabled .choices__item{cursor:not-allowed}.neo-multi-select .choices[data-type*=select-one]{cursor:pointer}.neo-multi-select .choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.neo-multi-select .choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.neo-multi-select .choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.5}.neo-multi-select .choices[data-type*=select-one] .choices__button:focus,.neo-multi-select .choices[data-type*=select-one] .choices__button:hover{opacity:1}.neo-multi-select .choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.neo-multi-select .choices[data-type*=select-one]:after{content:"";height:0;width:0;border:5px solid rgba(0,0,0,0);border-top-color:#333;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.neo-multi-select .choices[data-type*=select-one].is-open:after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #333;margin-top:-7.5px}.neo-multi-select .choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.neo-multi-select .choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.neo-multi-select .choices[data-type*=select-multiple] .choices__inner,.neo-multi-select .choices[data-type*=text] .choices__inner{cursor:text}.neo-multi-select .choices[data-type*=select-multiple] .choices__button,.neo-multi-select .choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid rgb(0,142.7735849057,161);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.neo-multi-select .choices[data-type*=select-multiple] .choices__button:focus,.neo-multi-select .choices[data-type*=select-multiple] .choices__button:hover,.neo-multi-select .choices[data-type*=text] .choices__button:focus,.neo-multi-select .choices[data-type*=text] .choices__button:hover{opacity:1}.neo-multi-select .choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .neo-multi-select .choices__inner,.is-open .neo-multi-select .choices__inner{border-color:hsl(0,0%,71.6666666667%)}.is-open .neo-multi-select .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .neo-multi-select .choices__inner{border-radius:0 0 2.5px 2.5px}.neo-multi-select .choices__list{margin:0;padding-left:0;list-style:none}.neo-multi-select .choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .neo-multi-select .choices__list--single{padding-right:4px;padding-left:16px}.neo-multi-select .choices__list--single .choices__item{width:100%}.neo-multi-select .choices__list--multiple{display:inline}.neo-multi-select .choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid rgb(0,165.3867924528,186.5);color:#fff;word-break:break-all}.neo-multi-select .choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .neo-multi-select .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.neo-multi-select .choices__list--multiple .choices__item.is-highlighted{background-color:rgb(0,165.3867924528,186.5);border:1px solid rgb(0,142.7735849057,161)}.is-disabled .neo-multi-select .choices__list--multiple .choices__item{background-color:hsl(0,0%,66.7647058824%);border:1px solid hsl(0,0%,56.7647058824%)}.neo-multi-select .choices__list--dropdown{display:none;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all}.neo-multi-select .choices__list--dropdown.active{display:block}.is-open .neo-multi-select .choices__list--dropdown{border-color:hsl(0,0%,71.6666666667%)}.is-flipped .neo-multi-select .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.neo-multi-select .choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.neo-multi-select .choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .neo-multi-select .choices__list--dropdown .choices__item{text-align:right}@media(min-width:640px){.neo-multi-select .choices__list--dropdown .choices__item--selectable{padding-right:100px}.neo-multi-select .choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .neo-multi-select .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .neo-multi-select .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.neo-multi-select .choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:hsl(0,0%,95%)}.neo-multi-select .choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}.neo-multi-select .choices__item{cursor:default}.neo-multi-select .choices__item--selectable{cursor:pointer}.neo-multi-select .choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.5}.neo-multi-select .choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid rgb(246.5,246.5,246.5);color:hsl(0,0%,50%)}.neo-multi-select .choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:50%;cursor:pointer}.neo-multi-select .choices__button:focus{outline:none}.neo-multi-select .choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.neo-multi-select .choices__input:focus{outline:0}[dir=rtl] .neo-multi-select .choices__input{padding-right:2px;padding-left:0}.neo-multi-select .choices__placeholder{opacity:.5}.neo-multi-select .choices[data-type*=select-multiple] .choices__input.is-hidden,.neo-multi-select .choices[data-type*=select-one] .choices__input.is-hidden,.neo-multi-select .choices__input.is-hidden{display:none}.neo-multi-select:hover{color:#4a4a49}.neo-multi-select:hover .neo-icon{fill:#4a4a49}.neo-multi-select:focus{color:#4a4a49}.neo-multi-select label{display:inline-block;font-size:12px;position:absolute;white-space:nowrap;background-color:#fff;left:10px;top:0;padding:0 2px}.neo-multi-select .neo-icon{width:20px;height:20px;position:absolute;top:16px;right:10px;fill:rgb(155.45,155.45,154.9)}.neo-multi-select.grey label{background-color:rgb(236.9,236.9,236.8)}.neo-multi-select.grey .choices.selected+label{color:#4a4a49}.neo-multi-select .choices{margin-bottom:0;padding-top:5px}.neo-multi-select .choices.is-focused .choices__inner{border-color:#4a4a49;border-bottom:0}.neo-multi-select .choices.is-focused .choices__input--cloned{display:inline-block}.neo-multi-select .choices.is-focused .choices__input--cloned::-moz-placeholder{color:#4a4a49}.neo-multi-select .choices.is-focused .choices__input--cloned::placeholder{color:#4a4a49}.neo-multi-select .choices.is-focused~label{color:#4a4a49}.neo-multi-select .choices.is-focused~neo-icon{transform:rotate(180deg);fill:#4a4a49}.neo-multi-select .choices.is-focused~neo-icon svg{fill:#4a4a49}.neo-multi-select .choices:hover .choices__input--cloned::-moz-placeholder{color:#4a4a49}.neo-multi-select .choices:hover .choices__input--cloned::placeholder{color:#4a4a49}.neo-multi-select .choices.is-open .choices__input--cloned{display:inline-block}.neo-multi-select .choices__inner{background-color:rgba(0,0,0,0);border:2px solid rgb(155.45,155.45,154.9);border-radius:0;min-height:39px;padding:6px 25px 7px 10px}.neo-multi-select .choices__inner:focus,.neo-multi-select .choices__inner:hover{border-color:#4a4a49}.neo-multi-select .choices__input{background-color:rgba(0,0,0,0);margin-bottom:0;font-size:16px;line-height:22px;padding:0}.neo-multi-select .choices__input--cloned[placeholder=""]{display:none}.neo-multi-select .choices__input--cloned::-moz-placeholder{font-size:16px;line-height:22px;color:rgb(128.3,128.3,127.6);opacity:1}.neo-multi-select .choices__input--cloned::placeholder{font-size:16px;line-height:22px;color:rgb(128.3,128.3,127.6);opacity:1}.neo-multi-select .choices__list--dropdown{border:2px solid #4a4a49;margin-top:-2px}.neo-multi-select .choices__list--dropdown .choices__item.is-highlighted{background-color:#fff}@media screen and (min-width:768px){.neo-multi-select .choices__list--dropdown .choices__item.is-highlighted{background-color:rgb(236.9,236.9,236.8)}}.neo-multi-select .choices__list--dropdown .choices__item:hover{background-color:#fff}@media screen and (min-width:768px){.neo-multi-select .choices__list--dropdown .choices__item:hover{background-color:rgb(236.9,236.9,236.8)}}.neo-multi-select .choices__list--dropdown .choices__item{font-size:16px;line-height:22px;color:#4a4a49}.neo-multi-select .choices__list--multiple{display:inline-flex;flex-wrap:wrap;margin-bottom:-10px;max-width:100%}.neo-multi-select .choices__list--multiple .choices__item,.neo-multi-select .choices__list--multiple .choices__item.is-highlighted{display:inline-block;align-items:center;font-family:var(--font-dinw05-regular),sans-serif;border-radius:0;background-color:rgb(236.9,236.9,236.8);border:none;color:#4a4a49;font-size:16px;line-height:20px;padding:0;position:relative;margin-right:10px;white-space:nowrap;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis}.neo-multi-select .choices__list--multiple .choices__item.is-highlighted[data-deletable],.neo-multi-select .choices__list--multiple .choices__item[data-deletable]{padding-right:20px}.neo-multi-select .choices[data-type*=select-multiple] .choices__button{position:absolute;top:4px;right:0;background-image:none;background-color:rgb(128.3,128.3,127.6);border:none;width:12px;height:12px;padding:0;opacity:1;margin-right:0}.neo-multi-select .choices[data-type*=select-multiple] .choices__button:after,.neo-multi-select .choices[data-type*=select-multiple] .choices__button:before{content:"";position:absolute;height:1px;width:84%;top:0;left:0;background:#fff;bottom:0;right:0;margin:auto}.neo-multi-select .choices[data-type*=select-multiple] .choices__button:before{transform:rotate(45deg)}.neo-multi-select .choices[data-type*=select-multiple] .choices__button:after{transform:rotate(-45deg)}.neo-input-container{display:block;-webkit-appearance:none!important;outline:0;overflow:hidden;font-family:var(--font-dinw05-regular),sans-serif;color:#1d1d1d;font-size:1.6rem}.neo-input-container .neo-input__errorMessage{color:#f00f17;font-size:1.2rem}.neo-input-container .neo-input__hint{display:block;line-height:2.6rem}.neo-input-container .neo-input__wrap{position:relative;margin-top:.5rem;z-index:1}.neo-input-container .neo-input__wrap--error .neo-input__label{color:#f00f17}.neo-input-container .neo-input__wrap--error .neo-input__icon{fill:currentColor;color:#f00f17;width:2rem;height:2rem;top:1rem;display:none}.neo-input-container .neo-input__wrap--error .neo-input__element{border-color:#f00f17;padding-right:6.4rem}.neo-input-container .neo-input__wrap--error .neo-input__element--notEmpty+.neo-input__label{color:#f00f17}.neo-input-container .neo-input__wrap--error.neo-input__wrap--headline .neo-input__element{border-color:#f00f17}.neo-input-container .neo-input__wrap--error input:focus.neo-input__element,.neo-input-container .neo-input__wrap--error input:focus:hover.neo-input__element,.neo-input-container .neo-input__wrap--error input:hover.neo-input__element{border:.2rem solid #f00f17}.neo-input-container .neo-input__wrap--error input:focus.neo-input__element+.neo-input__label,.neo-input-container .neo-input__wrap--error input:focus:hover.neo-input__element+.neo-input__label,.neo-input-container .neo-input__wrap--error input:hover.neo-input__element+.neo-input__label{color:#f00f17}.neo-input-container .neo-input__wrap--dark .neo-input__label{background-color:rgb(236.9,236.9,236.8)}.neo-input-container .neo-input__wrap--dark input:-webkit-autofill,.neo-input-container .neo-input__wrap--dark input:-webkit-autofill:active,.neo-input-container .neo-input__wrap--dark input:-webkit-autofill:focus,.neo-input-container .neo-input__wrap--dark input:-webkit-autofill:hover{box-shadow:inset 0 0 0 3rem rgb(236.9,236.9,236.8)}.neo-input-container .neo-input__wrap--search .neo-input__element{padding-right:4rem}.neo-input-container .neo-input__wrap--file{margin-top:0;display:inline-block}.neo-input-container .neo-input__wrap--file .neo-input__icon{display:none}.neo-input-container .neo-input__wrap--file .neo-input__element{opacity:0;height:4.4rem;cursor:pointer;display:inline-block;padding:0}.neo-input-container .neo-input__wrap--file .neo-input__element--notEmpty+.neo-input__label{top:0;font-size:1.8rem;z-index:10;color:#c51a1b}.neo-input-container .neo-input__wrap--file .neo-input__element--notEmpty:hover.neo-input__element+.neo-input__label,.neo-input-container .neo-input__wrap--file .neo-input__element--notEmpty:hover:focus.neo-input__element+.neo-input__label{color:#c51a1b;background-color:rgba(240,15,23,.1)}.neo-input-container .neo-input__wrap--file .neo-input__element:hover{border-color:#4a4a49}.neo-input-container .neo-input__wrap--file .neo-input__element:hover+.neo-input__label{color:#c51a1b;background-color:rgba(240,15,23,.1)}.neo-input-container .neo-input__wrap--file .neo-input__label{color:#c51a1b;cursor:pointer;border:.2rem solid #c51a1b;padding:.8rem 1.5rem .9rem;top:0;left:0;font-size:1.8rem;letter-spacing:-.02rem;font-weight:500;transition:none;z-index:10;pointer-events:none}.neo-input-container .neo-input__wrap--file input.neo-input__element:focus+.neo-input__label{top:0;font-size:1.8rem;z-index:10;color:#c51a1b}.neo-input-container .neo-input__wrap--file.neo-input__wrap--error .neo-input__icon{position:relative;top:.5rem;display:inline-block;margin-left:2rem}.neo-input-container .neo-input__searchButton{display:none}.neo-input-container .neo-input__label{position:absolute;top:.9rem;left:.9rem;cursor:text;transition:top .2s,font-size .2s;z-index:-1;line-height:2.2rem;padding:0 .2rem;background-color:#fff;color:rgb(155.45,155.45,154.9)}.neo-input-container .neo-input__label--required:after{content:"*"}.neo-input-container .neo-input__element{display:block;padding:.9rem 1rem;width:100%;outline:0;border:.2rem solid rgb(155.45,155.45,154.9);background-color:rgba(0,0,0,0);word-break:keep-all;box-sizing:border-box;height:4rem;font-size:1.6rem;line-height:2.2rem;font-family:var(--font-dinw05-regular),sans-serif}.neo-input-container .neo-input__element::-ms-clear{display:none}.neo-input-container .neo-input__element:not(:-moz-placeholder){top:-1rem;font-size:1.2rem;z-index:1}.neo-input-container .neo-input__element:not(:placeholder-shown){top:-1rem;font-size:1.2rem;z-index:1}.neo-input-container .neo-input__element:-moz-placeholder{color:rgba(0,0,0,0)}.neo-input-container .neo-input__element:placeholder-shown{color:rgba(0,0,0,0)}.neo-input-container .neo-input__element:hover{border-color:#4a4a49}.neo-input-container .neo-input__element:hover+.neo-input__label{color:#4a4a49}.neo-input-container .neo-input__icon{display:none;position:absolute;right:1rem;top:1.3rem;width:1.5rem;height:1.5rem;cursor:pointer;fill:currentColor;color:#4a4a49}.neo-input-container .neo-input__icon--active{display:block}.neo-input-container[type=file] .neo-input__icon{right:0}.neo-input-container input:focus.neo-input__element{border-color:#4a4a49}.neo-input-container input:focus.neo-input__element+.neo-input__label{color:#4a4a49}.neo-input-container input:disabled.neo-input__element,.neo-input-container input:disabled.neo-input__element:hover{border-color:rgb(209.75,209.75,209.5);cursor:not-allowed}.neo-input-container input:disabled.neo-input__element+.neo-input__label,.neo-input-container input:disabled.neo-input__element:hover+.neo-input__label{color:rgb(209.75,209.75,209.5)}.neo-input-container input.neo-input__element:not(:-moz-placeholder)+.neo-input__label{top:-1rem;font-size:1.2rem;z-index:1}.neo-input-container input.neo-input__element:not(:placeholder-shown)+.neo-input__label{top:-1rem;font-size:1.2rem;z-index:1}.neo-input-container input.neo-input__element:focus+.neo-input__label{top:-1rem;font-size:1.2rem;z-index:1}.neo-input-container input[type=search].neo-input__element{-webkit-appearance:none}.neo-input-container input[type=search]::-webkit-search-cancel-button,.neo-input-container input[type=search]::-webkit-search-decoration,.neo-input-container input[type=search]::-webkit-search-results-button,.neo-input-container input[type=search]::-webkit-search-results-decoration{display:none}.neo-input-container input:-webkit-autofill,.neo-input-container input:-webkit-autofill:active,.neo-input-container input:-webkit-autofill:focus,.neo-input-container input:-webkit-autofill:hover{box-shadow:inset 0 0 0 3rem #fff}.neo-input-container input:-webkit-autofill{-webkit-text-fill-color:#4a4a49}.neo-input-container input[type=number]::-webkit-inner-spin-button,.neo-input-container input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.neo-search__form .message{display:block;margin-top:1rem}.neo-search__inner{display:flex}.neo-search__inner .neo-input-container{width:100%}.neo-search__submit{display:flex;width:4rem;height:4rem;margin-top:.5rem;background-color:#c51a1b;align-items:center;justify-content:center;cursor:pointer;transform:scaleX(-1)}.neo-search__submit:hover{background-color:#f00f17}.neo-search__submit button{background:rgba(0,0,0,0);border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.neo-search__submit .neo-icon{width:1.8rem;height:1.8rem;fill:currentColor;color:#fff}.article-listing-facet-controls{display:grid;grid-template-columns:1fr;align-items:start;justify-content:start;gap:2.5rem}.article-listing-facet-controls .button-container{grid-column:1/-1}.article-listing-facet-controls .button-container .neo-button{width:100%}@media screen and (min-width:768px){.article-listing-facet-controls .button-container .neo-button{max-width:20rem}}.neo-no-result-box{position:relative;padding:2.5rem;background:#fff}.neo-no-result-box .neo-headline+.neo-paragraph{margin-top:1.5rem}.neo-article-list-item{display:inline-block;width:100%;background-color:#fff;padding:1.5rem 1rem;font-family:var(--font-dinw05-regular),sans-serif;font-size:1.8rem;line-height:2.8rem}@media screen and (min-width:768px){.neo-article-list-item{padding:2.5rem 4rem}}.neo-article-list-item .neo-article-list-item__overview{display:flex;flex-wrap:wrap;flex-direction:column}@media screen and (min-width:768px){.neo-article-list-item .neo-article-list-item__overview{flex-direction:row}}.neo-article-list-item .neo-article-list-item__overviewContent{display:flex;flex-wrap:wrap;align-content:flex-start;margin-top:1.5rem}@media screen and (min-width:768px){.neo-article-list-item .neo-article-list-item__overviewContent{margin-top:0;width:calc(100% - 20rem)}}.neo-article-list-item .neo-article-list-item__body,.neo-article-list-item .neo-article-list-item__head{width:100%;display:flex;flex-direction:column}@media screen and (min-width:768px){.neo-article-list-item .neo-article-list-item__body,.neo-article-list-item .neo-article-list-item__head{margin-left:4rem}}@media screen and (min-width:1024px){.neo-article-list-item .neo-article-list-item__body,.neo-article-list-item .neo-article-list-item__head{flex-direction:row}}.neo-article-list-item .neo-article-list-item__body{margin-top:1.5rem}.neo-article-list-item .neo-article-list-item__description{font-family:var(--font-dinw05-medium),sans-serif;text-transform:uppercase;display:block}@media screen and (min-width:1024px){.neo-article-list-item .neo-article-list-item__description{width:calc((100% + 20rem + 4rem)/2 - 28rem)}}.neo-article-list-item .neo-article-list-item__market{width:12rem;font-weight:700;text-align:right;margin-top:.5rem}@media screen and (min-width:1024px){.neo-article-list-item .neo-article-list-item__market{margin-top:0}}.neo-article-list-item .neo-article-list-item__images{width:20rem;height:10rem;display:flex;justify-content:space-between;align-items:center}.neo-article-list-item .neo-article-list-item__images__container{position:relative;width:50%;height:100%}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.neo-article-list-item .neo-article-list-item__images{min-height:.1rem}}.neo-article-list-item .neo-article-list-item__list{box-sizing:border-box;list-style:none;margin:0;padding:0;font-family:var(--font-dinw05-medium),sans-serif}.neo-article-list-item .neo-article-list-item__list>li{margin-top:.5rem}@media screen and (min-width:1024px){.neo-article-list-item .neo-article-list-item__list>li:first-child{margin-top:0}}.neo-article-list-item .neo-article-list-item__list:first-child>li:first-child{margin-top:0}.neo-article-list-item .neo-article-list-item__list .pills{display:inline-flex;align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:.5rem}.neo-article-list-item .neo-article-list-item__list .pill{display:inline-flex;align-items:center;padding:.5rem 1rem;font-size:1.4rem;line-height:1;background-color:rgb(209.75,209.75,209.5);border-radius:2rem;transition-property:color;transition-duration:.1s;transition-delay:0s;transition-timing-function:ease;will-change:color}.neo-article-list-item .neo-article-list-item__list span{font-family:var(--font-dinw05-regular),sans-serif}@media screen and (min-width:1024px){.neo-article-list-item .neo-article-list-item__list{width:50%;margin-left:4rem}.neo-article-list-item .neo-article-list-item__list:first-child{margin-left:0;width:calc((100% + 20rem + 4rem)/2 - 28rem)}}.neo-article-list-item .neo-article-list-item__list--details{margin-top:2.5rem}@media screen and (min-width:1024px){.neo-article-list-item .neo-article-list-item__list--details{order:3;width:100%;padding-left:0;margin-left:0}.neo-article-list-item .neo-article-list-item__list--details:last-child{margin-left:0}}@media screen and (min-width:768px){.neo-article-list-item .neo-article-list-item__detailsWrap{width:50%}}.neo-article-list-item .neo-article-list-item__detailsWrap .neo-article-list-item__list{width:100%;margin-left:0;margin-top:2.5rem}.neo-article-list-item .neo-article-list-item__more{display:block;border-top:.1rem solid rgb(209.75,209.75,209.5);color:#c51a1b;margin-top:1.5rem;padding-top:1.5rem;text-align:right;font-family:var(--font-dinw05-medium),sans-serif;font-size:1.5rem;line-height:2.2rem}.neo-article-list-item .neo-article-list-item__more>span{position:relative;padding-right:3.2rem;cursor:pointer}.neo-article-list-item .neo-article-list-item__more>span .neo-icon{position:absolute;top:-.3rem;right:0;width:2.7rem;height:2.7rem;fill:#c51a1b}.neo-article-list-item .neo-article-list-item__more>span:hover{color:#f00f17}.neo-article-list-item .neo-article-list-item__more>span:hover .neo-icon{fill:#f00f17;color:#f00f17}@media screen and (min-width:768px){.neo-article-list-item .neo-article-list-item__more{margin-top:2rem;padding-top:1rem;width:100%}}.neo-article-list-item .neo-article-list-item__details{display:none;flex-direction:column}.neo-article-list-item .neo-article-list-item__details.--open{display:flex}@media screen and (min-width:768px){.neo-article-list-item .neo-article-list-item__details{flex-direction:row}}.neo-article-list-item .neo-article-list-item__icons{margin-top:2.5rem;display:flex}.neo-article-list-item .neo-article-list-item__icons-wrapper span,.neo-article-list-item .neo-article-list-item__icons-wrapper>.neo-icon{width:7rem;height:7rem;margin-right:1.5rem;display:block}@media screen and (min-width:1024px){.neo-article-list-item .neo-article-list-item__icons-wrapper span,.neo-article-list-item .neo-article-list-item__icons-wrapper>.neo-icon{margin-right:4rem}}.neo-article-list-item .neo-article-list-item__icons-wrapper span{text-align:center;margin-top:1rem}.neo-article-list-item .neo-article-list-item__downloads{margin-top:2.5rem}@media screen and (min-width:768px){.neo-article-list-item .neo-article-list-item__downloads{margin-left:4rem;width:50%}}@media screen and (min-width:1024px){.neo-article-list-item .neo-article-list-item__downloads{margin-left:0}}.neo-article-list-item .neo-article-list-item__downloads .neo-link-list{display:block;margin-top:1rem}.neo-article-list-item .neo-article-list-item__downloads .neo-link-list .neo-link{width:-moz-fit-content;width:fit-content;margin-bottom:1rem}.neo-article-list-item .neo-article-list-item__downloads .neo-link-list .neo-link:after{content:"";display:block;height:1rem}.neo-article-list-item .neo-article-list-item__downloads .neo-link-list .neo-link .neo-icon{flex-shrink:0;width:2rem;height:2rem;fill:#c51a1b;color:#c51a1b;margin:auto .8rem auto auto;position:relative;bottom:.4rem}.neo-article-list-item .neo-article-list-item__downloads span{font-family:var(--font-dinw05-medium),sans-serif}