:root{--cols-count:12}@media print,screen and (min-width:0px){:root{--grid-gap:20px}}@media print,screen and (min-width:768px){:root{--grid-gap:30px}}@media print,screen and (min-width:1024px){:root{--grid-gap:40px}}.grid{display:grid;grid-template-columns:repeat(var(--cols-count),1fr);grid-gap:var(--grid-gap)}.grid>*{grid-column-start:span var(--col-span-small,12)}@media print,screen and (min-width:0px){.grid>*{grid-column-start:span var(--col-span-small,12)}}@media print,screen and (min-width:768px){.grid>*{grid-column-start:span var(--col-span-medium,var(--col-span-small,12))}}@media print,screen and (min-width:1024px){.grid>*{grid-column-start:span var(--col-span-large,var(--col-span-medium,var(--col-span-small,12)))}}@media print,screen and (min-width:1280px){.grid>*{grid-column-start:span var(--col-span-xlarge,var(--col-span-large,var(--col-span-medium,var(--col-span-small,12))))}}@media print,screen and (min-width:0px){.small-1{--col-span-small:1}.small-2{--col-span-small:2}.small-3{--col-span-small:3}.small-4{--col-span-small:4}.small-5{--col-span-small:5}.small-6{--col-span-small:6}.small-7{--col-span-small:7}.small-8{--col-span-small:8}.small-9{--col-span-small:9}.small-10{--col-span-small:10}.small-11{--col-span-small:11}.small-12{--col-span-small:12}}@media print,screen and (min-width:768px){.medium-1{--col-span-medium:1}.medium-2{--col-span-medium:2}.medium-3{--col-span-medium:3}.medium-4{--col-span-medium:4}.medium-5{--col-span-medium:5}.medium-6{--col-span-medium:6}.medium-7{--col-span-medium:7}.medium-8{--col-span-medium:8}.medium-9{--col-span-medium:9}.medium-10{--col-span-medium:10}.medium-11{--col-span-medium:11}.medium-12{--col-span-medium:12}}@media print,screen and (min-width:1024px){.large-1{--col-span-large:1}.large-2{--col-span-large:2}.large-3{--col-span-large:3}.large-4{--col-span-large:4}.large-5{--col-span-large:5}.large-6{--col-span-large:6}.large-7{--col-span-large:7}.large-8{--col-span-large:8}.large-9{--col-span-large:9}.large-10{--col-span-large:10}.large-11{--col-span-large:11}.large-12{--col-span-large:12}}@media print,screen and (min-width:1280px){.xlarge-1{--col-span-xlarge:1}.xlarge-2{--col-span-xlarge:2}.xlarge-3{--col-span-xlarge:3}.xlarge-4{--col-span-xlarge:4}.xlarge-5{--col-span-xlarge:5}.xlarge-6{--col-span-xlarge:6}.xlarge-7{--col-span-xlarge:7}.xlarge-8{--col-span-xlarge:8}.xlarge-9{--col-span-xlarge:9}.xlarge-10{--col-span-xlarge:10}.xlarge-11{--col-span-xlarge:11}.xlarge-12{--col-span-xlarge:12}}.flexgrid{display:flex;flex-flow:wrap;justify-content:center;grid-gap:var(--grid-gap)}.flexgrid>*{flex:1 1 auto}@media print,screen and (min-width:0px){.flexgrid>*{grid-column-start:span var(--col-span-small,12);width:calc(var(--col-span-small, 12)*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-small, 12) - 1)*var(--grid-gap));max-width:calc(var(--col-span-small, 12)*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-small, 12) - 1)*var(--grid-gap))}}@media print,screen and (min-width:768px){.flexgrid>*{grid-column-start:span var(--col-span-medium,var(--col-span-small,12));width:calc(var(--col-span-medium, var(--col-span-small, 12))*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-medium, var(--col-span-small, 12)) - 1)*var(--grid-gap));max-width:calc(var(--col-span-medium, var(--col-span-small, 12))*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-medium, var(--col-span-small, 12)) - 1)*var(--grid-gap))}}@media print,screen and (min-width:1024px){.flexgrid>*{grid-column-start:span var(--col-span-large,var(--col-span-medium,var(--col-span-small,12)));width:calc(var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12)))*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12))) - 1)*var(--grid-gap));max-width:calc(var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12)))*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12))) - 1)*var(--grid-gap))}}@media print,screen and (min-width:1280px){.flexgrid>*{grid-column-start:span var(--col-span-xlarge,var(--col-span-large,var(--col-span-medium,var(--col-span-small,12))));width:calc(var(--col-span-xlarge, var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12))))*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-xlarge, var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12)))) - 1)*var(--grid-gap));max-width:calc(var(--col-span-xlarge, var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12))))*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-xlarge, var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12)))) - 1)*var(--grid-gap))}}button{background:none;border:0;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-align:inherit;text-decoration:none;text-transform:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.button,.splide__arrow,button{cursor:pointer;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box;font-size:18px;background:none;border:none;font-family:Source Sans\ 3,Arial,sans-serif}.button,.splide__arrow{border:none;text-decoration:none;color:#fff;padding:.5555555556rem 1.1111111111rem .5rem;display:inline-flex;align-items:center;transition:background-color .35s ease-out;box-shadow:0 10px 20px rgba(0,0,0,0);background-image:linear-gradient(90deg,#d20052 50%,#ff0050 0);background-position:100% 100%;background-repeat:no-repeat;background-size:200% 100%;transition:background-position .25s ease-out}.button svg,.splide__arrow svg{width:1.2222222222rem;height:1.2222222222rem;min-width:1.2222222222rem;min-height:1.2222222222rem;margin-left:.2777777778rem}@media only screen and (max-width:calc(1024px - 1px)){.button svg,.splide__arrow svg{width:1rem;height:1rem}}@media only screen and (min-width:1025px){.button:hover,.splide__arrow:hover{background-position:0 100%}}.button--light{background-image:linear-gradient(90deg,#deddda 50%,#f5f5f4 0);color:#302c28}.button--white{background-image:linear-gradient(90deg,#deddda 50%,#fff 0);color:#302c28}.button--icon{padding:.6666666667rem;line-height:0}.button--icon svg{margin:0}.dialog::-webkit-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.dialog::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}html:has(dialog[open]){overflow-y:hidden}@media only screen and (min-width:768px){html:has(dialog[open]){padding-right:16px}}.link{align-items:center;max-width:100%;position:relative;padding:0 .1111111111rem 1px;text-decoration:none;background-image:linear-gradient(90deg,#ff0050 50%,rgba(255,255,255,0) 0);background-position:101% 100%;background-repeat:no-repeat;background-size:200% 100%;transition:color .25s ease-out,background-position .25s ease-out}@media only screen and (max-width:calc(1024px - 1px)){.link{font-size:.8888888889rem}}.link--icon svg{height:1.1111111111rem;width:1.1111111111rem;stroke:currentColor;margin-left:.2777777778rem;vertical-align:sub}@media only screen and (max-width:calc(1024px - 1px)){.link--icon svg{width:1rem;height:1rem}}.link.is-active,.link:hover{background-position:0 100%;color:#fff}.link--white{background-image:linear-gradient(90deg,#302c28 50%,rgba(255,255,255,0) 0);color:#fff}.link--back.link--icon svg{margin-left:0;margin-right:.2777777778rem}:root{--block-gap-s:25px;--block-gap-m:35px;--block-gap-l:55px;--block-gap-xl:75px}@media only screen and (min-width:768px){:root{--block-gap-s:35px;--block-gap-m:55px;--block-gap-l:75px;--block-gap-xl:100px}}@media only screen and (min-width:1024px){:root{--block-gap-s:50px;--block-gap-m:65px;--block-gap-l:90px;--block-gap-xl:125px}}@media only screen and (min-width:1280px){:root{--block-gap-s:50px;--block-gap-m:75px;--block-gap-l:100px;--block-gap-xl:150px}}body,html{font-family:Source Sans\ 3,Arial,sans-serif;font-size:18px;font-weight:400;line-height:1.5;margin:0;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;color:#302c28}@media only screen and (min-width:1600px){body,html{font-size:20px}}.no-scroll{overflow:hidden}*,:after,:before{box-sizing:border-box}figure{margin:0;line-height:0}figure figcaption{line-height:1.5;margin:.5555555556rem 0 0 1.9444444444rem;color:#4e4a46}figure img{transition:transform .75s ease-out}.img-border-radius img{border-radius:0}.img-zoomable{cursor:pointer;overflow:hidden}.img-zoomable:hover img{transform:scale(1.05)}img{width:100%;max-width:100%;height:auto}.layout{min-height:100vh;display:flex;flex-direction:column}main{flex:1 1;padding-top:6.6666666667rem;margin-bottom:var(--block-gap-m)}@media only screen and (max-width:calc(1025px - 1px)){main{padding-top:5rem}}.disabled,:disabled{opacity:.5;pointer-events:none}.visually-disabled{opacity:.5}.flexgrid,.grid{width:90%;margin-left:auto;margin-right:auto;max-width:88.8888888889rem}.flexgrid .flexgrid,.flexgrid .grid,.grid .flexgrid,.grid .grid{width:100%}@font-face{font-display:swap;font-family:Source Sans\ 3;font-style:normal;font-weight:300;src:url(/fonts/source-sans-3-v15-latin-300.woff2) format("woff2")}@font-face{font-display:swap;font-family:Source Sans\ 3;font-style:normal;font-weight:400;src:url(/fonts/source-sans-3-v15-latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Source Sans\ 3;font-style:normal;font-weight:700;src:url(/fonts/source-sans-3-v15-latin-700.woff2) format("woff2")}@font-face{font-display:swap;font-family:Source Sans\ 3;font-style:normal;font-weight:900;src:url(/fonts/source-sans-3-v15-latin-900.woff2) format("woff2")}.footer{padding:2.7777777778rem 0;background-color:#f5f5f4;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);position:relative;height:22.2222222222rem}.footer__grid{width:90%;margin-left:auto;margin-right:auto;max-width:88.8888888889rem;display:flex;flex-flow:wrap;justify-content:space-between;grid-gap:var(--grid-gap);height:100%;flex-direction:column}.footer__inner{position:fixed;bottom:0;width:100%;height:22.2222222222rem;padding:2.7777777778rem 0}.footer__bottom{display:grid;grid-gap:var(--grid-gap);gap:var(--grid-gap);text-align:center;grid-template-columns:repeat(1,1fr)}@media only screen and (min-width:1025px){.footer__bottom{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between}}.footer__meta{text-align:center;font-size:1rem}@media only screen and (min-width:1025px){.footer__meta{display:flex}}.form{grid-gap:calc(var(--grid-gap)/2)}.field{position:relative}.field--error .field__label{color:red}input,select,textarea{-webkit-appearance:textfield;background-image:none;box-shadow:none;font-family:Source Sans\ 3,Arial,sans-serif;width:100%;border:1px solid #f5f5f4;height:3rem;padding:0 1.3888888889rem;border-radius:0;background-color:#f5f5f4;transition:border-color .25s ease-out,box-shadow .25s ease-out;font-size:18px}@media only screen and (max-width:calc(1024px - 1px)){input,select,textarea{height:2.6666666667rem}}input:focus,select:focus,textarea:focus{outline:none;border:1px solid #deddda;box-shadow:inset 0 0 8px 0 rgba(0,0,0,.1)}input:disabled,select:disabled,textarea:disabled{opacity:.5}input:placeholder-shown,select:placeholder-shown,textarea:placeholder-shown{text-overflow:ellipsis}.field--error input,.field--error select,.field--error textarea{border-color:red}textarea{padding:1.1111111111rem;height:11.1111111111rem;resize:none}input[type=checkbox],input[type=radio]{height:.8333333333rem;width:.8333333333rem}input[type=file]{border:none;padding:0}@keyframes zoom-in-zoom-out{0%{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1.2)}to{transform:scale(1)}}@keyframes spin{to{transform:rotate(1turn)}}.highlight{position:absolute;top:8.3333333333rem;right:5%}@media only screen and (max-width:calc(1024px - 1px)){.highlight{position:fixed;top:auto;right:.8333333333rem;bottom:.8333333333rem}}.highlight svg{width:5.5555555556rem;height:5.5555555556rem;animation:zoom-in-zoom-out 1s ease-out}.highlight svg g{transform-origin:center center;animation:spin 30s linear infinite}@media only screen and (max-width:calc(1024px - 1px)){.highlight svg{width:4.1666666667rem;height:4.1666666667rem}}.scroll-top{z-index:2;transform:translateY(100%);opacity:0;transition:transform .35s ease-out,opacity .35s ease-out}.scroll-top.is-active{opacity:1;transform:translateY(50%)}.scroll-top__inner{display:flex;justify-content:flex-end}.top-bar{right:0;z-index:999}.top-bar,.top-bar:after{position:fixed;top:0;left:0}.top-bar:after{content:"";width:100dvw;height:100dvh;z-index:-1;opacity:0;visibility:hidden;background-color:rgba(0,0,0,.5);transition:visibility 0s .5s,opacity .5s ease-out}.top-bar.is-active:after{opacity:1;visibility:visible;transition:visibility 0s 0s,opacity .5s ease-out .01s}@media only screen and (min-width:1025px){.top-bar.is-scrolled .menu--main-nav>li{padding:1.6666666667rem 0}}.top-bar__logo{display:flex;align-items:center;text-decoration:none}.top-bar__logo svg{height:2.7777777778rem;width:2.4444444444rem;fill:#fff}.top-bar__byline{margin:.2777777778rem 0 0 .1111111111rem;color:#fff}.top-bar__main{background-color:#ff0050;padding:1.1111111111rem 0;transition:padding .25s ease-out}@media only screen and (min-width:1025px){.top-bar__main{padding:0}}.top-bar__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.top-bar__nav-wrapper{display:grid;transition:grid-template-rows .5s ease-in-out}@media only screen and (max-width:calc(1025px - 1px)){.top-bar__nav-wrapper{grid-template-rows:0fr}.top-bar__nav-wrapper.is-active{grid-template-rows:1fr}.top-bar__nav-wrapper{width:100%}.top-bar__nav-toggle{overflow:hidden}}.button:last-child,.common-text:last-child,h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child{margin-bottom:0}h1,h2,h3,h4,h5,h6{font-family:Source Sans\ 3,Arial,sans-serif;line-height:1.1;font-weight:300;margin-top:0}h1{margin:0 0 1.1111111111rem;line-height:1}@media print,screen and (min-width:0px){h1{font-size:2rem}}@media print,screen and (min-width:768px){h1{font-size:2.6666666667rem}}@media print,screen and (min-width:1024px){h1{font-size:3.2222222222rem}}@media print,screen and (min-width:1280px){h1{font-size:4.4444444444rem}}h2{margin:0 0 1.1111111111rem}@media print,screen and (min-width:0px){h2{font-size:2.1111111111rem}}@media print,screen and (min-width:768px){h2{font-size:2.3333333333rem}}@media print,screen and (min-width:1024px){h2{font-size:2.7777777778rem}}@media print,screen and (min-width:1280px){h2{font-size:3.4444444444rem}}h3{margin:0 0 .6666666667rem}@media print,screen and (min-width:0px){h3{font-size:1.5555555556rem}}@media print,screen and (min-width:768px){h3{font-size:1.7777777778rem}}@media print,screen and (min-width:1024px){h3{font-size:2rem}}h4{margin:0 0 .6666666667rem}@media print,screen and (min-width:0px){h4{font-size:1.3333333333rem}}@media print,screen and (min-width:768px){h4{font-size:1.5555555556rem}}@media print,screen and (min-width:1024px){h4{font-size:1.7777777778rem}}.common-text,p{margin:0 0 1.1111111111rem}@media only screen and (max-width:calc(1024px - 1px)){.common-text,.select,address,blockquote,button,dl,fieldset,figure,form,input,label,ol,p,pre,select,table,textarea,time,ul{font-size:.8888888889rem}}a{color:#302c28}blockquote{margin:0}b,strong{font-weight:700}@media print,screen and (min-width:0px){.lead{font-size:1rem}}@media print,screen and (min-width:768px){.lead{font-size:1.1111111111rem}}@media print,screen and (min-width:1024px){.lead{font-size:1.2222222222rem}}.accordion{display:block;overflow:hidden;border-top:1px solid #deddda;border-bottom:1px solid #deddda}.accordion__toggle{display:block;width:100%;height:-moz-fit-content;height:fit-content}.accordion__header{padding:1.2222222222rem 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.accordion__title{margin-bottom:0}@media print,screen and (min-width:0px){.accordion__title{font-size:1.2222222222rem}}@media print,screen and (min-width:768px){.accordion__title{font-size:1.3333333333rem}}@media print,screen and (min-width:1024px){.accordion__title{font-size:1.4444444444rem}}@media print,screen and (min-width:1280px){.accordion__title{font-size:1.5555555556rem}}.accordion__icon{transition:transform .35s ease-out;transform-origin:center center;display:flex;margin:0 0 0 1.1111111111rem}.accordion__icon svg{height:1.3333333333rem;width:1.3333333333rem}.accordion__content-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-out}.accordion__content{overflow:hidden}.accordion__content>*,.accordion__content>:last-child{margin-bottom:1.6666666667rem}.accordion__content>:first-child{margin-top:.8333333333rem}.accordion--open .accordion__icon{transform:rotate(180deg)}.accordion--open .accordion__content-wrapper{grid-template-rows:1fr}.accordion+.accordion{border-top:none}.anchor-nav{position:-webkit-sticky;position:sticky;top:6.6666666667rem;transition:top .25s ease-out,border-color .25s ease-out;background-color:#fff;border-bottom:1px solid #fff;margin-bottom:var(--block-gap-s);z-index:998;min-height:3.6111111111rem;display:flex;align-items:center}@media only screen and (max-width:calc(1025px - 1px)){.anchor-nav{top:5rem}}.anchor-nav.is-scrolled{top:5rem}.anchor-nav.is-sticky{border-color:#deddda}.anchor-nav__actions{display:flex;gap:calc(var(--grid-gap)/2)}.anchor-nav__inside{display:flex;justify-content:space-between;align-items:center;padding:.5555555556rem 0;flex-wrap:wrap}.anchor-nav__sticky-spacer{position:absolute;top:-6.7222222222rem}@media only screen and (max-width:calc(1025px - 1px)){.anchor-nav__sticky-spacer{top:-5.0555555556rem}}.anchor-nav__sticky-spacer.is-scrolled{top:-5.0555555556rem}@media only screen and (max-width:calc(1025px - 1px)){.anchor-nav__nav-wrapper{width:100%;order:3;display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-out}.anchor-nav__nav-wrapper.is-active{grid-template-rows:1fr}}.anchor-nav__nav-wrapper .menu{overflow:hidden}@media only screen and (min-width:1025px){.anchor-nav__button{display:none}}.anchor-nav__button svg{transform:rotate 0;transition:transform .35s ease-out}.anchor-nav__button.is-active svg{transform:rotate(180deg)}.back-link{margin-top:var(--block-gap-s)}.category-list{padding:0;margin:0;gap:.1111111111rem .8333333333rem;list-style-type:none;display:flex;flex-wrap:wrap}.select{position:relative;outline:none;display:inline-block;min-width:11.1111111111rem}.select__field{height:2.5555555556rem;border:1px solid #f5f5f4;background-color:#f5f5f4;padding:.5555555556rem 1.1111111111rem .5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-radius:0;transition:border-color .25s ease-out,box-shadow .25s ease-out}@media only screen and (max-width:calc(1024px - 1px)){.select__field{height:2.6666666667rem}}.select__field.open{border:1px solid #deddda;box-shadow:inset 0 0 8px 0 rgba(0,0,0,.1)}.select__label{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.select__arrow{margin-left:.5555555556rem;line-height:0}.select__arrow svg{width:1.3333333333rem;height:1.3333333333rem}@media only screen and (max-width:calc(1024px - 1px)){.select__arrow svg{width:1rem;height:1rem}}.select__options{position:absolute;left:0;right:0;background-color:#fff;border:1px solid #ccc;z-index:3;overflow-y:auto;border-radius:0;list-style-type:none;padding:0;opacity:0;transition:opacity .25s ease-out,transform .25s ease-out;pointer-events:none;text-align:left;line-height:1.1;max-height:16.6666666667rem;margin:0}.select__options.bottom{top:100%;transform:translateY(-15px)}.select__options.top{bottom:100%;top:auto;transform:translateY(15px)}.select__options.is-open{opacity:1;transform:translateY(0);pointer-events:all}.select__option{cursor:pointer;padding:.5555555556rem 1.3888888889rem;background-color:#fff;border-radius:0;transition:background-color .25s ease-out;text-overflow:ellipsis;overflow:hidden;max-width:100%}.select__option.focused,.select__option:hover{background-color:#f5f5f4}.select--white .select__field{background-color:#fff}.filter{width:90%;margin-left:auto;margin-right:auto;max-width:88.8888888889rem;grid-gap:calc(var(--grid-gap)/2);gap:calc(var(--grid-gap)/2);margin-bottom:var(--block-gap-s);display:grid}@media only screen and (min-width:1024px){.filter{display:flex;flex-wrap:wrap}}.filter__selected{width:100%;gap:.5555555556rem;display:flex;flex-flow:wrap}.search{position:relative;min-width:16.6666666667rem}.search__icon{position:absolute;top:.8333333333rem;left:1.1111111111rem;color:#4e4a46}@media only screen and (max-width:calc(1024px - 1px)){.search__icon{top:.6666666667rem}}.search__icon svg{width:1.3333333333rem;height:1.3333333333rem}@media only screen and (max-width:calc(1024px - 1px)){.search__icon svg{width:1rem;height:1rem}}.search__input{padding-left:2.7777777778rem}@media only screen and (max-width:calc(1024px - 1px)){.filter-reset{margin-left:1.1111111111rem}}.hamburger{cursor:pointer;line-height:1;color:#fff}.hamburger__svg{width:1.7777777778rem}.hamburger__bar{transition:transform .25s ease-out,opacity .25s ease-out;transform-origin:center center;transform-box:fill-box;opacity:1}.hamburger__rect{transition:transform .25s ease-out .25s}.hamburger.is-active .hamburger__bar{transition:transform .25s ease-out .25s,opacity .25s ease-out}.hamburger.is-active .hamburger__bar--first{transform:rotate(45deg)}.hamburger.is-active .hamburger__bar--second{opacity:0}.hamburger.is-active .hamburger__bar--third{transform:rotate(-45deg)}.hamburger.is-active .hamburger__rect{transition:transform .25s ease-out}.hamburger.is-active .hamburger__rect--first{transform:translateY(50%)}.hamburger.is-active .hamburger__rect--third{transform:translateY(-50%)}.hero{position:relative;margin-bottom:var(--block-gap-s)}.hero--default{margin-top:var(--block-gap-s)}.hero--default:not(:last-child){margin-bottom:var(--block-gap-l)}.hero--background-image{color:#fff;margin-bottom:var(--block-gap-xl)}.hero__image-wrapper{height:38.8888888889rem;position:relative;overflow:hidden;background-color:#000}@media only screen and (max-width:calc(768px - 1px)){.hero__image-wrapper{height:27.7777777778rem}}.hero__image img{position:absolute;width:100%;height:100%;transform:scale(1);transition:transform .75s ease-out;object-fit:cover;top:0;left:0;opacity:.45}.hero__back{margin-bottom:1.6666666667rem}@media only screen and (max-width:calc(768px - 1px)){.hero__back{margin-bottom:1.1111111111rem}}.hero__title{-webkit-hyphens:auto;hyphens:auto;margin-bottom:1.1111111111rem}.hero__meta{display:flex;gap:.1111111111rem 1.1111111111rem;flex-wrap:wrap;margin-bottom:.5555555556rem}.hero--default .hero__content-wrapper{width:90%;margin-left:auto;margin-right:auto;max-width:88.8888888889rem}.hero--background-image .hero__content-wrapper{position:absolute;top:0;left:0;display:flex;height:100%;width:100%;align-items:center;justify-content:center}@media only screen and (min-width:768px){.hero__content{max-width:75%}}.hero--background-image .hero__content{justify-content:center;max-width:60%;text-align:center}@media only screen and (max-width:calc(768px - 1px)){.hero--background-image .hero__content{max-width:100%;padding:0 var(--grid-gap)}}.lang-switch .is-active{color:#ff0050}.lang-switch-select{text-transform:capitalize}.lang-select{width:auto;height:auto;border:none;padding:0 1.3888888889rem 0 0;background-position:100%;cursor:pointer}.lang-select:focus{border:none}@media only screen and (max-width:calc(1024px - 1px)){.lang-select--desktop{display:none}}@keyframes rotateplane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}to{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.loading{display:flex;align-items:flex-start;justify-content:center;margin:2.2222222222rem 0}.loading__indicator{animation:rotateplane 1.2s ease-in-out infinite;background:#ff0050;content:"";display:block;font-size:0;height:40px;max-width:40px;width:40px;border-radius:0}.menu{list-style-type:none;margin:0;padding:0;display:flex;align-content:center;flex-wrap:wrap}.menu li>a{text-decoration:none;align-items:center;display:inline-flex}.menu li>a .menu__item-icon svg{width:1.4444444444rem;height:1.4444444444rem;color:currentColor;display:block;margin-left:.3333333333rem}@media only screen and (min-width:1025px){.menu li>a .menu__item-icon svg{width:1.1111111111rem;height:1.1111111111rem;margin-left:.1666666667rem}.menu li+li{margin-left:1.1111111111rem}}.menu ul{list-style-type:none;padding:0}.menu--main-nav{padding-left:4.1666666667rem}@media only screen and (min-width:1280px){.menu--main-nav{padding-left:8.3333333333rem}}.menu--main-nav>li+li{margin-left:1.1111111111rem}@media only screen and (max-width:calc(1025px - 1px)){.menu--main-nav{display:block;padding:1rem 0 .5555555556rem}.menu--main-nav>li,.menu--main-nav>li+li{margin:.2777777778rem 0 0}}.menu--main-nav>li{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}@media only screen and (min-width:1025px){.menu--main-nav>li{padding:2.5rem 0;transition:padding .125s ease-out}}.menu--main-nav>li>a{font-weight:700;color:#fff;position:relative;z-index:1;padding:.1111111111rem .4444444444rem;display:flex;align-items:center}@media print,screen and (min-width:0px){.menu--main-nav>li>a{font-size:1.5555555556rem}}@media print,screen and (min-width:768px){.menu--main-nav>li>a{font-size:1.5555555556rem}}@media print,screen and (min-width:1024px){.menu--main-nav>li>a{font-size:1rem}}.menu--main-nav>li>a:before{content:"";display:block;height:100%;width:0;position:absolute;background-color:#302c28;z-index:-1;left:0;top:0;transition:width .25s ease-out}.menu--main-nav>li>a.is-active:before,.menu--main-nav>li>a:hover:before{width:100%}.menu--main-nav>li .menu__item-toggle{width:1.5555555556rem;height:1.5555555556rem;color:#fff;transform-origin:center center;transition:transform .25s ease-out;line-height:0}.menu--main-nav>li .menu__item-toggle.is-active{transform:rotate(135deg)}.menu--social{justify-content:center}.menu--social li+li{margin-left:.5555555556rem}.menu--anchor,.menu--footer{font-size:1rem}.menu--anchor li+li,.menu--footer li+li{margin-left:1.3888888889rem}.menu--anchor li>a,.menu--footer li>a{font-weight:700;position:relative;z-index:1;padding:.1111111111rem .4444444444rem;transition:color .25s ease-out}.menu--anchor li>a:before,.menu--footer li>a:before{content:"";display:block;height:100%;width:0;position:absolute;background-color:#ff0050;z-index:-1;left:0;top:0;transition:width .25s ease-out}.menu--anchor li>a.is-active,.menu--anchor li>a:hover,.menu--footer li>a.is-active,.menu--footer li>a:hover{color:#fff}.menu--anchor li>a.is-active:before,.menu--anchor li>a:hover:before,.menu--footer li>a.is-active:before,.menu--footer li>a:hover:before{width:100%}.menu--footer{justify-content:center;margin-top:2.7777777778rem}@media only screen and (max-width:calc(1025px - 1px)){.menu--footer{display:none}}.menu--footer .menu__sub{display:none}@media only screen and (max-width:calc(1025px - 1px)){.menu--anchor{display:block;width:100%}.menu--anchor li{text-align:center;width:100%;margin:.5555555556rem 0}.menu--anchor li:first-child{margin-top:1.3888888889rem}.menu--anchor li+li{margin-left:0}}.menu--footer-meta{margin-left:1.1111111111rem;margin-top:0;font-size:1rem;font-weight:400;justify-content:center}.menu--footer-meta li+li{margin-left:.8333333333rem}@media only screen and (max-width:calc(1025px - 1px)){.menu--footer-meta{margin-left:0;display:block;text-align:center}.menu--footer-meta li,.menu--footer-meta li+li{margin:.8333333333rem 0 0}}.menu--sub{display:grid;grid-gap:calc(var(--grid-gap)/3) var(--grid-gap);gap:calc(var(--grid-gap)/3) var(--grid-gap)}@media only screen and (min-width:1025px){.menu--sub{grid-template-columns:1fr 1fr}}.menu--sub li{padding:0}.menu--sub li+li{margin:0}.pagination{width:90%;margin-left:auto;margin-right:auto;max-width:88.8888888889rem;display:flex;justify-content:center}.pagination__list{list-style-type:none;display:inline-flex;margin:var(--block-gap-m) 0 0 0;padding:0;flex-wrap:wrap;justify-content:center}.pagination__item{margin:0 .1111111111rem}@media only screen and (max-width:calc(768px - 1px)){.pagination__item--next,.pagination__item--prev{display:none}}.pagination__link,.pagination__span{padding:.8333333333rem;display:inline-flex;align-items:center;justify-content:center;background-image:linear-gradient(90deg,#f5f5f4 50%,#fff 0);background-position:100% 100%;background-repeat:no-repeat;background-size:200% 100%;transition:background-position .25s ease-out;min-width:3rem;min-height:3rem;border:none;font-size:18px;line-height:1}@media only screen and (max-width:calc(1024px - 1px)){.pagination__link,.pagination__span{min-width:2.6666666667rem;min-height:2.6666666667rem}}.pagination__span.is-active{background-position:0 100%;background-image:linear-gradient(90deg,#ff0050 50%,#fff 0);color:#fff}.pagination__link:hover{background-position:0 100%}.section-title{text-align:center;margin-bottom:var(--block-gap-m)}.splide__arrow{position:absolute;padding:.8333333333rem;line-height:0;top:50%;z-index:2;background-color:#f5f5f4;margin-top:-1.4444444444rem}.splide__arrow svg{width:1.3333333333rem;height:1.3333333333rem;margin:0;fill:#fff}.splide__arrow--prev{left:1.3888888889rem}.splide__arrow--prev svg{transform:rotate(180deg)}.splide__arrow--next{right:1.3888888889rem}.splide__pagination{padding:0;margin-top:1.9444444444rem!important}.splide__pagination__page{border:none;height:.8333333333rem;width:.8333333333rem;margin:0 .1666666667rem;background-color:#deddda;border-radius:500px}.splide__pagination__page.is-active{background-color:#ff0050}.share-links{width:90%;margin-left:auto;margin-right:auto;max-width:88.8888888889rem;display:flex;gap:.2777777778rem;margin-top:var(--block-gap-s)}.share-links__list{display:flex;list-style:none;padding:0;margin:0;gap:.2777777778rem;visibility:hidden;transition:visibility 0s ease-out .5s}.share-links__item{opacity:0;transition:opacity .15s ease-out,transform .15s ease-out;transform:scale(.8)}.share-links__item:first-child{transition-delay:.3s}.share-links__item:nth-child(2){transition-delay:.2s}.share-links__item:nth-child(3){transition-delay:.1s}.share-links__item:nth-child(4){transition-delay:0s}.share-links.is-active .share-links__list{visibility:visible;transition:visibility 0s ease-out 0s}.share-links.is-active .share-links__item{opacity:1;transform:scale(1)}.share-links.is-active .share-links__item:first-child{transition-delay:0s}.share-links.is-active .share-links__item:nth-child(2){transition-delay:.1s}.share-links.is-active .share-links__item:nth-child(3){transition-delay:.2s}.share-links.is-active .share-links__item:nth-child(4){transition-delay:.3s}.sub-menu{color:#fff;width:100%;display:grid}@media only screen and (min-width:1025px){.sub-menu{transition:opacity .125s ease-out,visibility .125s linear .126s;visibility:hidden;opacity:0}}@media only screen and (max-width:calc(1025px - 1px)){.sub-menu{transition:grid-template-rows .5s ease-in-out;grid-template-rows:0fr}}@media only screen and (min-width:1025px){.sub-menu--visible{opacity:1;visibility:visible;transition:opacity .125s ease-out .01s,visibility 0s linear 0s,top .125s ease-out}}@media only screen and (max-width:calc(1025px - 1px)){.sub-menu--visible{grid-template-rows:1fr}}.sub-menu--visible .sub-menu__image img{transform:scale(1.1)}@media only screen and (min-width:1025px){.sub-menu{position:fixed;width:100%;top:6.6666666667rem;left:0;background-color:#ff0050}.is-scrolled .sub-menu{top:5rem}}.sub-menu__grid{display:grid;width:100%;overflow:hidden}@media only screen and (min-width:1025px){.sub-menu__grid{width:90%;margin-left:auto;margin-right:auto;max-width:88.8888888889rem;grid-template-columns:1fr 3fr;padding:1.9444444444rem 0;gap:var(--grid-gap);align-items:center}}.sub-menu__image{padding-top:100%;position:relative;overflow:hidden;margin-bottom:1.1111111111rem}.sub-menu__image img{position:absolute;width:100%;height:100%;transform:scale(1);transition:transform 1.25s ease-out;object-fit:cover;top:0;left:0}.sub-menu__title{margin-bottom:1.1111111111rem}.sub-menu__menu{margin:.2777777778rem 0}@media only screen and (min-width:1025px){.sub-menu__menu{margin:1.9444444444rem 0 0}}@media only screen and (max-width:calc(1025px - 1px)){.sub-menu .link{font-size:1.1111111111rem;margin-left:1.6111111111rem}.sub-menu .link--icon svg{height:1.3333333333rem;width:1.3333333333rem}}.common-text ol:last-child,.common-text ul:last-child{margin-bottom:0}.common-text ol,.common-text ul{padding-left:1.6666666667rem;margin:0 0 1.1111111111rem}.common-text ul{list-style-type:disc}.common-text ul ul{list-style-type:circle}@media print,screen and (min-width:0px){.common-text h1{font-size:1.5555555556rem}}@media print,screen and (min-width:768px){.common-text h1{font-size:1.7777777778rem}}@media print,screen and (min-width:1024px){.common-text h1{font-size:2rem}}@media print,screen and (min-width:0px){.common-text h2{font-size:1.5555555556rem}}@media print,screen and (min-width:768px){.common-text h2{font-size:1.7777777778rem}}@media print,screen and (min-width:1024px){.common-text h2{font-size:2rem}}@media print,screen and (min-width:0px){.common-text h3{font-size:1.5555555556rem}}@media print,screen and (min-width:768px){.common-text h3{font-size:1.7777777778rem}}@media print,screen and (min-width:1024px){.common-text h3{font-size:2rem}}.common-text h1:last-child,.common-text h2:last-child,.common-text h3:last-child,.common-text h4:last-child,.common-text h5:last-child{margin-bottom:0}.common-text ol+h1,.common-text ol+h2,.common-text ol+h3,.common-text ol+h4,.common-text ol+h5,.common-text p+h1,.common-text p+h2,.common-text p+h3,.common-text p+h4,.common-text p+h5,.common-text ul+h1,.common-text ul+h2,.common-text ul+h3,.common-text ul+h4,.common-text ul+h5{margin-top:2.2222222222rem}.common-text a:not(.button):not(.link){text-decoration:none;background-image:linear-gradient(90deg,#ff0050 50%,#302c28 0);background-position:100% 100%;background-repeat:no-repeat;background-size:200% 2px;transition:background-position .25s ease-out}.common-text a:not(.button):not(.link):hover{background-position:0 100%}.preview-mode__button{position:fixed;right:1.3888888889rem;bottom:1.3888888889rem;height:4.1666666667rem;width:4.1666666667rem;background-color:#ff0050;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:0;box-shadow:0 0 5px rgba(48,44,40,.25);padding:0}.preview-mode__button svg{height:2.2222222222rem;width:2.2222222222rem;fill:#fff}.preview-mode__dialog{border:none!important;padding:1.3888888889rem;max-width:27.7777777778rem;box-shadow:0 0 5px rgba(48,44,40,.25);text-align:center}.preview-mode__dialog button{margin:.2777777778rem .5555555556rem}.block-accordion:not(:last-child){margin-bottom:var(--block-gap-xl)}.block-anchor__anchor{display:block;position:relative;top:-200px;visibility:hidden}.block-brand-overview:not(:last-child){margin-bottom:var(--block-gap-xl)}.block-brand-overview__grid{width:90%;margin-left:auto;margin-right:auto;max-width:88.8888888889rem;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--grid-gap);gap:var(--grid-gap)}@media only screen and (min-width:768px){.block-brand-overview__grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1024px){.block-brand-overview__grid{grid-template-columns:repeat(4,1fr)}}.block-brand-overview .brand-teaser__title{font-weight:900;margin:0;width:100%;word-spacing:9999999px}@media print,screen and (min-width:0px){.block-brand-overview .brand-teaser__title{font-size:1.2777777778rem}}@media print,screen and (min-width:768px){.block-brand-overview .brand-teaser__title{font-size:1.5555555556rem}}@media print,screen and (min-width:1024px){.block-brand-overview .brand-teaser__title{font-size:1.5555555556rem}}@media print,screen and (min-width:1280px){.block-brand-overview .brand-teaser__title{font-size:1.7777777778rem}}.block-brand-overview__national{margin-bottom:var(--block-gap-l)}.block-brand-overview__international h3{width:90%;margin-left:auto;margin-right:auto;max-width:88.8888888889rem;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--grid-gap);gap:var(--grid-gap);margin-top:var(--block-gap-s);margin-bottom:var(--block-gap-s)}.block-brand-teaser:not(:last-child){margin-bottom:var(--block-gap-xl)}.block-brand-teaser .section-title{margin-bottom:var(--block-gap-s)}.block-brand-teaser__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--grid-gap);gap:var(--grid-gap)}@media only screen and (min-width:768px){.block-brand-teaser__grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1024px){.block-brand-teaser__grid{grid-template-columns:repeat(5,1fr)}}.block-brand-teaser__button{text-align:center;margin-top:var(--block-gap-m)}.block-facts{margin-top:var(--block-gap-xl)}.block-facts:not(:last-child),.block-form:not(:last-child){margin-bottom:var(--block-gap-xl)}.block-image-text:not(:last-child),.block-image:not(:last-child){margin-bottom:var(--block-gap-m)}.block-image-text__grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:var(--grid-gap);gap:var(--grid-gap);align-items:center}@media only screen and (min-width:768px){.block-image-text__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.block-image-text__image--right{order:2}}.block-image-gallery:not(:last-child){margin-bottom:var(--block-gap-m)}.block-image-gallery__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--grid-gap);gap:var(--grid-gap)}@media only screen and (min-width:768px){.block-image-gallery__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.block-image-gallery__grid{grid-template-columns:repeat(3,1fr)}}.block-image-gallery__image-wrapper{padding-top:100%;position:relative;overflow:hidden;cursor:pointer}.block-image-gallery__image img{position:absolute;width:100%;height:100%;transform:scale(1);transition:transform .75s ease-out;object-fit:cover;top:0;left:0}.overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;z-index:1000}.overlay__background{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);opacity:0;transition:opacity .25s ease-out}.overlay__content{position:relative;transition:transform .25s ease-out,opacity .25s ease-out}.overlay__close{position:absolute;right:1.1111111111rem;top:1.1111111111rem;cursor:pointer;z-index:1001}.overlay__image-wrapper{height:45vh;width:100%}.overlay__image,.overlay__image-wrapper{background-color:#ff0050;position:relative}.overlay__image{overflow:hidden;max-width:45vh;height:100%}.overlay__image img{position:absolute;width:100%;height:100%;transform:scale(1);transition:transform .75s ease-out;object-fit:cover;top:0;left:0}.overlay.is-animated .overlay__background{opacity:1}.overlay--images{justify-content:center;align-items:center}.overlay--images .overlay__content{width:90%;margin-left:auto;margin-right:auto;max-width:88.8888888889rem;overflow:hidden;height:90%;display:flex;transform:scale(.5);opacity:0}.overlay--images .overlay__children{height:100%;width:100%}.overlay--images img{width:auto!important;height:auto!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%);max-width:100%;max-height:100%;border-radius:inherit}.overlay--images.is-animated .overlay__content{transform:scale(1);opacity:1}.overlay--content{justify-content:flex-end}.overlay--content .overlay__content{width:100%;height:100vh;background-color:#fff;flex-wrap:wrap;overflow:auto;transform:translateX(100%)}@media only screen and (min-width:1025px){.overlay--content .overlay__content{width:50%}}.overlay--content .overlay__children{padding:var(--grid-gap)}@media only screen and (min-width:1025px){.overlay--content .overlay__children{padding:2.7777777778rem}}.overlay--content.is-animated .overlay__content{transform:translateX(0)}.overlay .splide{width:100%;height:100%}.overlay .splide .splide__track{overflow:hidden;height:100%}.overlay .splide .splide__slide{position:relative;overflow:hidden}.overlay .splide .splide__slide img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.block-news:not(:last-child){margin-bottom:var(--block-gap-xl)}.block-news__grid{row-gap:calc(var(--grid-gap)*2)}.block-news__button{display:flex;justify-content:center;margin-top:var(--block-gap-m)}.block-persons:not(:last-child){margin-bottom:var(--block-gap-xl)}.block-persons__grid{row-gap:calc(var(--grid-gap)*2)}.block-quote{margin-top:var(--block-gap-xl);text-align:center}.block-quote:not(:last-child){margin-bottom:var(--block-gap-xl)}.block-quote__text{font-weight:300;line-height:1.1;margin-bottom:1.6666666667rem}@media print,screen and (min-width:0px){.block-quote__text{font-size:2.3333333333rem}}@media print,screen and (min-width:768px){.block-quote__text{font-size:2.6666666667rem}}@media print,screen and (min-width:1024px){.block-quote__text{font-size:3.1111111111rem}}@media print,screen and (min-width:1280px){.block-quote__text{font-size:3.4444444444rem}}.block-quote__image{width:5.5555555556rem;height:5.5555555556rem;position:relative;border-radius:50%;overflow:hidden;margin:0 auto .8333333333rem}.block-quote__image img{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0}.block-quote__footer{line-height:1.2}.block-slider:not(:last-child){margin-bottom:var(--block-gap-xl)}.block-slider .splide{width:100%}.block-slider .splide .splide__track{overflow:hidden}.block-teasers{margin-top:var(--block-gap-xl)}.block-teasers:not(:last-child){margin-bottom:var(--block-gap-xl)}.block-teasers__grid{row-gap:calc(var(--grid-gap)*2)}.block-text:not(:last-child){margin-bottom:var(--block-gap-m)}.block-text--title:not(:last-child),.block-timeline:not(:last-child){margin-bottom:var(--block-gap-xl)}.block-timeline__grid{position:relative;display:grid;grid-row-gap:var(--block-gap-l);row-gap:var(--block-gap-l)}.block-timeline__line{height:100%;width:4px;background-color:#f5f5f4;position:absolute;top:0;left:calc(50% - .1111111111rem);contain:paint;z-index:-1}@media only screen and (max-width:calc(1024px - 1px)){.block-timeline__line{left:.6666666667rem}}.block-timeline__progress-line{z-index:2;background-color:#ff0050;width:4px;height:50vh;margin-top:-50vh;position:-webkit-sticky;position:sticky;top:0}.block-video{position:relative}.block-video:not(:last-child){margin-bottom:var(--block-gap-l)}.block-video__iframe{position:relative;height:0;overflow:hidden;padding-bottom:56.25%}.block-video__iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%}.brand-teaser{overflow:hidden;border-radius:0;position:relative;display:block}.brand-teaser__image-wrapper{padding-top:66.66%;position:relative;overflow:hidden;cursor:pointer}.brand-teaser__image{padding:1.6666666667rem}.brand-teaser__content-wrapper,.brand-teaser__image{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.brand-teaser__content-wrapper{padding:1.3888888889rem;z-index:2}.brand-teaser__content{color:#fff;transition:color .75s ease-out}.brand-teaser__title{text-align:center;height:100%;width:100%;font-weight:400;grid-template-columns:1fr!important}@media print,screen and (min-width:0px){.brand-teaser__title{font-size:1.4444444444rem}}@media print,screen and (min-width:768px){.brand-teaser__title{font-size:1.5555555556rem}}@media print,screen and (min-width:1024px){.brand-teaser__title{font-size:1.6666666667rem}}@media print,screen and (min-width:1280px){.brand-teaser__title{font-size:1.7777777778rem}}.brand-teaser__plus{position:absolute;right:1.1111111111rem;bottom:1.1111111111rem;line-height:0;opacity:0;transition:opacity .75s ease-out,transform .5s ease-out;z-index:5}.brand-teaser__plus svg{width:2.2222222222rem;height:2.2222222222rem}@media only screen and (max-width:calc(1024px - 1px)){.brand-teaser__plus{display:none}}.brand-teaser:hover .brand-teaser__plus{opacity:1;transform:rotate(180deg)}.fact-figure{text-align:center}.fact-figure__title{margin-bottom:.1111111111rem;font-weight:700;line-height:1}@media print,screen and (min-width:0px){.fact-figure__number{font-size:2.3333333333rem}}@media print,screen and (min-width:768px){.fact-figure__number{font-size:2.4444444444rem}}@media print,screen and (min-width:1024px){.fact-figure__number{font-size:2.5555555556rem}}@media print,screen and (min-width:1280px){.fact-figure__number{font-size:2.7777777778rem}}.fact-figure__unit{margin-left:.2222222222rem}@media print,screen and (min-width:0px){.fact-figure__unit{font-size:.8888888889rem}}@media print,screen and (min-width:1024px){.fact-figure__unit{font-size:1.1111111111rem}}.fact-figure p{font-weight:300}.person{overflow:hidden}.person__image-wrapper{padding-top:100%;position:relative;overflow:hidden;margin-bottom:.8333333333rem;background-color:#ff0050}.person__image img{position:absolute;width:100%;height:100%;transform:scale(1);transition:transform .75s ease-out;object-fit:cover;top:0;left:0}.person__title{margin-bottom:.1111111111rem}@media print,screen and (min-width:0px){.person__title{font-size:1.2222222222rem}}@media print,screen and (min-width:768px){.person__title{font-size:1.3333333333rem}}@media print,screen and (min-width:1024px){.person__title{font-size:1.4444444444rem}}@media print,screen and (min-width:1280px){.person__title{font-size:1.5555555556rem}}.person__position{color:#ff0050}.person__position:not(:last-child){display:block;margin-bottom:1.1111111111rem}.person__header:not(:last-child){margin-bottom:.8333333333rem}.person--clickable{cursor:pointer}.person--clickable:hover .person__image img{transform:scale(1.05)}.teaser__image-wrapper{padding-top:100%;position:relative;overflow:hidden;margin-bottom:.8333333333rem;background-color:#ff0050}.teaser__link{text-decoration:none}.teaser__link:hover .teaser__image img{transform:scale(1.05)}.teaser__image img{position:absolute;width:100%;height:100%;transform:scale(1);transition:transform .75s ease-out;object-fit:cover;top:0;left:0}.news-teaser__image-wrapper{padding-top:100%;position:relative;overflow:hidden;margin-bottom:1.1111111111rem}.news-teaser__link{text-decoration:none}.news-teaser__image{position:absolute;width:100%;transform:scale(1);transition:transform .75s ease-out;top:0;left:0}.news-teaser__image,.news-teaser__image img{height:100%;object-fit:cover}.news-teaser__date{color:#ff0050;margin-bottom:.2777777778rem;display:block}.news-teaser__title{margin-bottom:.2777777778rem;-webkit-hyphens:auto;hyphens:auto}@media print,screen and (min-width:0px){.news-teaser__title{font-size:1.2222222222rem}}@media print,screen and (min-width:768px){.news-teaser__title{font-size:1.3333333333rem}}@media print,screen and (min-width:1024px){.news-teaser__title{font-size:1.4444444444rem}}@media print,screen and (min-width:1280px){.news-teaser__title{font-size:1.5555555556rem}}.news-teaser:hover .news-teaser__image{transform:scale(1.05)}.timeline-item{display:grid;grid-template-columns:1fr 8.3333333333rem 1fr;flex-direction:column}.timeline-item:not(:first-of-type){margin-top:-13.8888888889rem}@media only screen and (max-width:calc(1024px - 1px)){.timeline-item{grid-template-columns:2.5555555556rem 1fr}.timeline-item:not(:first-of-type){margin-top:0}}.timeline-item__bubble-wrapper{display:flex;justify-content:center}@media only screen and (max-width:calc(1024px - 1px)){.timeline-item__bubble-wrapper{order:1;justify-content:flex-start}}.timeline-item__bubble{width:2rem;height:2rem;border-radius:100%;background-color:#f5f5f4;justify-content:center;align-items:center;border:4px solid #fff;transition:background-color .25s ease}.timeline-item__bubble.is-active{background-color:#ff0050}@media only screen and (max-width:calc(1024px - 1px)){.timeline-item__bubble{width:1.5555555556rem;height:1.5555555556rem}}.timeline-item__content{opacity:0;transform:translateY(100px)}@media only screen and (max-width:calc(1024px - 1px)){.timeline-item__content{order:2;padding-right:.5555555556rem}.timeline-item__content--hide{display:none}}.timeline-item__content.go{opacity:1;transform:translateY(0);transition:opacity .6s ease-out,transform .6s ease-out}.timeline-item__title{color:#ff0050}.brand-page-header__logo{max-width:22.2222222222rem;margin:0 auto}.hide-mobile{display:none}@media only screen and (min-width:768px){.hide-mobile{display:block}}.only-mobile{display:block}@media only screen and (min-width:768px){.only-mobile{display:none}}