: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:20px}}@media print,screen and (min-width:1024px){:root{--grid-gap:20px}}.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:1441px){.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:1441px){.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:1441px){.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))}}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}.reset__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}.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,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}.button{border:none;background-color:#283246;color:#fff;padding:.625rem 1.375rem;display:inline-flex;align-items:center;border-radius:50px;gap:.625rem;transition:background-color .35s ease-out,color .35s ease-out}@media only screen and (max-width:calc(768px - 1px)){.button{padding:.5625rem 1.25rem;font-size:.875rem}}.button svg{width:1.5rem;height:1.5rem;transform-origin:center center;transition:transform .2s ease-in-out,color .2s ease-in-out}@media only screen and (max-width:calc(768px - 1px)){.button svg{width:1.25rem;height:1.25rem}}.button:hover{color:#fff}.button:hover svg{transform:rotate(45deg);color:#ff6428}.button--hollow{background-color:rgba(0,0,0,0);border:1px solid #283246;color:#283246}.button--hollow:hover{color:#283246}.button--link,.button--link:hover{background-color:rgba(0,0,0,0);color:#283246}.button--icon{padding:.625rem}.cookiebot-placeholder{aspect-ratio:16/9;display:flex;justify-content:center;align-items:center;color:#000;border-radius:0;background-color:#f4f4f5;cursor:pointer;padding:1.25rem}.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}}.animated>.rich-text>*{opacity:0;filter:blur(10px);transform-origin:left top;transition:opacity 1.5s cubic-bezier(.165,.84,.44,1),filter .75s cubic-bezier(.165,.84,.44,1)}.animated.go>.rich-text>*{opacity:1;filter:blur(0)}.animated>.fadeInUp{opacity:0;filter:blur(10px);transition:opacity 1.5s cubic-bezier(.165,.84,.44,1),filter .75s cubic-bezier(.165,.84,.44,1)}.animated.go>.fadeInUp{opacity:1;transform:translateY(0);filter:blur(0)}@media only screen and (min-width:768px){.delay-75{transition-delay:75ms!important}.delay-150{transition-delay:.15s!important}.delay-225{transition-delay:225ms!important}.delay-300{transition-delay:.3s!important}.delay-375{transition-delay:375ms!important}.delay-450{transition-delay:.45s!important}.delay-525{transition-delay:525ms!important}.delay-600{transition-delay:.6s!important}.delay-675{transition-delay:675ms!important}.delay-750{transition-delay:.75s!important}.delay-825{transition-delay:825ms!important}.delay-900{transition-delay:.9s!important}}: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:125px}}@media only screen and (min-width:1024px){:root{--block-gap-s:50px;--block-gap-m:65px;--block-gap-l:90px;--block-gap-xl:175px}}@media only screen and (min-width:1441px){:root{--block-gap-s:50px;--block-gap-m:75px;--block-gap-l:100px;--block-gap-xl:200px}}body,html{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:1.6;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;margin:0;color:#283246}@media only screen and (min-width:1920px){body,html{font-size:18px}}*,:after,:before{box-sizing:border-box}figure{margin:0;line-height:0}figure figcaption{line-height:1.6}img{width:100%;max-width:100%;height:auto}.layout{min-height:100vh;display:flex;flex-direction:column}main{flex:1 1;position:relative;overflow:hidden}main section{position:relative;z-index:2}main section.with-bg{z-index:1}.disabled,:disabled{opacity:.5;pointer-events:none}.flexgrid,.grid{width:90%;margin-left:auto;margin-right:auto;max-width:100rem}.flexgrid .flexgrid,.flexgrid .grid,.grid .flexgrid,.grid .grid{width:100%}.background-gradient{position:absolute;width:100%;height:300vh;top:0;left:0;z-index:-1;background-size:cover;background:linear-gradient(155deg,rgb(181,201,204) 20%,#8ed1d8 50%,rgb(162,218,219))}.background-gradient--green{background:linear-gradient(155deg,rgb(181,201,204),rgb(189,219,205) 50%,rgb(210,220,219))}.background-gradient--blue{background:linear-gradient(155deg,rgb(191,215,224),rgb(181,211,237) 50%,rgb(182,205,231))}.background-gradient--orange{background:linear-gradient(155deg,rgb(229,204,178),rgb(239,203,162) 50%,rgb(218,201,187))}.background-gradient:before{content:"";position:absolute;left:0;right:0;bottom:0;height:50vh;background:linear-gradient(0deg,#fff 50%,transparent);pointer-events:none;z-index:2}.background{position:absolute;left:0;top:0;height:100vh;width:100vw}.background__glow{position:absolute;filter:blur(50px);z-index:-1;pointer-events:none;border-radius:50%;width:50%;aspect-ratio:1/1}@media only screen and (min-width:768px){.background__glow{filter:blur(100px)}}.background__glow--default-1{right:-20vh;top:-10vh;width:80vw;background:radial-gradient(circle,#edb493 0,rgba(255,3,87,.1) 100%);animation:glow-pulse-1 4s ease-in-out infinite}@media only screen and (min-width:768px){.background__glow--default-1{right:-40vh}}.background__glow--default-2{right:25vh;top:55vh;background:radial-gradient(circle,#92b3bc 0,transparent 100%);animation:glow-pulse-2 5s ease-in-out infinite}.background__glow--green-1{left:-50px;top:-50px;width:50vw;background:radial-gradient(circle,#96c7d5 0,transparent 100%);animation:glow-pulse-1 5s ease-in-out infinite}@media only screen and (min-width:768px){.background__glow--green-1{left:-20vh;top:-20vh}}.background__glow--green-2{right:-20vh;top:-10vh;width:50vw;right:0;top:0;background:radial-gradient(circle,#dbdbab 0,transparent 100%);animation:glow-pulse-2 6s ease-in-out infinite}@media only screen and (min-width:768px){.background__glow--green-2{top:-20vh;right:-20vh;width:40vw}}.background__glow--blue-1{left:-100px;top:-100px;width:70vw;background:radial-gradient(circle,#b4ded3 0,transparent 100%);animation:glow-pulse-1 5s ease-in-out infinite}@media only screen and (min-width:768px){.background__glow--blue-1{left:-20vh;top:-30vh}}.background__glow--blue-2{left:0;top:30vh;width:50vw;right:0;top:0;background:radial-gradient(circle,#d9deb4 0,transparent 100%);animation:glow-pulse-2 6s ease-in-out infinite}@media only screen and (min-width:768px){.background__glow--blue-2{top:25vh;left:-25vh;width:40vw}}.background__glow--orange-1{left:-100px;top:-100px;width:60vw;background:radial-gradient(circle,#9cd6cd 0,transparent 100%);animation:glow-pulse-1 5s ease-in-out infinite}@media only screen and (min-width:768px){.background__glow--orange-1{left:-25vh;top:-25vh;width:70vw}}.background__glow--orange-2{top:-100px;right:0;width:80vw;top:0;background:radial-gradient(circle,#dcdca2 0,transparent 100%);animation:glow-pulse-2 6s ease-in-out infinite}@media only screen and (min-width:768px){.background__glow--orange-2{top:-20vh;right:-20vh;width:40vw}}@keyframes glow-pulse-1{0%,to{opacity:.6;transform:scale(1) translateY(-100)}50%{opacity:1;transform:scale(1.1) translateY(100px)}}@keyframes glow-pulse-2{0%,to{opacity:.6;transform:scale(1) translateX(-100px)}50%{opacity:1;transform:scale(1.1) translateX(100px)}}#CybotCookiebotDialog{font-family:Poppins,sans-serif!important}#CybotCookiebotDialog img{width:auto}#CybotCookiebotDialogHeader,#CybotCookiebotDialogPoweredByText,#CybotCookiebotDialogPoweredbyCybot,.CookiebotWidget-main-logo{display:none!important}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:400;src:url(/fonts/poppins-v23-latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:600;src:url(/fonts/poppins-v23-latin-600.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:800;src:url(/fonts/poppins-v23-latin-800.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:italic;font-weight:400;src:url(/fonts/poppins-v23-latin-italic.woff2) format("woff2")}.footer{background-color:#fff}.footer__title{font-weight:600;font-size:1rem}.footer__top{border-top:1px solid #f4f4f5;padding:3.125rem 0 6.25rem;display:flex;justify-content:space-between;gap:var(--grid-gap);width:90%;margin-left:auto;margin-right:auto;max-width:100rem}.footer__top>*{flex:1 1;max-width:100%}@media only screen and (max-width:calc(1024px - 1px)){.footer__top{flex-direction:column;grid-gap:calc(var(--grid-gap)*2);gap:calc(var(--grid-gap)*2);display:grid;grid-template-columns:1fr 1fr 1fr 1fr}.footer__top>:first-child{grid-column:1/-1}}@media only screen and (max-width:calc(768px - 1px)){.footer__top{grid-template-columns:1fr 1fr}}.footer__logos{display:flex;gap:1.5625rem}.footer__bottom{width:90%;margin-left:auto;margin-right:auto;max-width:100rem;margin-bottom:2.1875rem}.footer__certifications h4{margin-bottom:.9375rem}.footer__certifications-logos{gap:.625rem}.footer__certifications-logos img{width:10.9375rem;height:2.1875rem;object-fit:contain}.header{transform:translateY(-100%);position:relative;transition:transform .3s ease-in-out;position:fixed;top:0;left:0;width:100%;z-index:1000}.header.go{transform:translateY(0)}.hero{display:flex;align-items:center;height:100vh}.hero--no-image{height:auto}.hero__subtitle{display:block;font-style:normal;margin-top:.25rem}@media print,screen and (min-width:0px){.hero__subtitle{font-size:1.375rem}}@media print,screen and (min-width:768px){.hero__subtitle{font-size:1.875rem}}@media print,screen and (min-width:1024px){.hero__subtitle{font-size:2rem}}@media print,screen and (min-width:1441px){.hero__subtitle{font-size:2.125rem}}.hero__content{width:90%;margin-left:auto;margin-right:auto;max-width:100rem}@media only screen and (min-width:1024px){.hero__title{max-width:65%}}.hero .lead-text{max-width:37.5rem}.hero__image{position:absolute;right:0;top:0;bottom:0;height:100vh;width:60vw;z-index:-1;display:flex;justify-content:center;align-items:center;padding:1.25rem;opacity:0;filter:blur(10px)}.hero__image.go{transition:opacity 1.5s ease-in-out,filter .75s ease-in-out;opacity:1;filter:blur(0)}@media only screen and (min-width:768px){.hero__image{width:50vw}}.hero__image figure,.hero__image img{width:100%;height:100%}.hero__image img{min-width:34.375rem;object-fit:contain;object-position:center center;opacity:.5}@media only screen and (min-width:1024px){.hero__image img{opacity:1}}.hero__image--loaded{opacity:1}.hero--no-image{padding:9.375rem 0 6.25rem}@media only screen and (min-width:768px){.hero--no-image{padding:12.5rem 0 9.375rem}}.navigation{display:none}.navigation.is-active{display:block}.top-bar{border-bottom:1px solid rgba(40,50,70,.1);padding:1.5625rem 0;width:100%;transition:transform .35s ease-out,background-color .35s ease-out;z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media only screen and (max-width:calc(768px - 1px)){.top-bar{padding:1rem 0}}@media only screen and (min-width:1025px){.top-bar--hidden{transform:translateY(-100%)}}.top-bar--active,.top-bar--blur{background-color:hsla(0,0%,100%,.25)}.top-bar__inner{width:90%;margin-left:auto;margin-right:auto;max-width:100rem;justify-content:space-between}.top-bar__inner,.top-bar__left,.top-bar__right{display:flex;align-items:center}.top-bar__left{gap:4.6875rem}.top-bar__right{gap:1.25rem}@media only screen and (min-width:1025px){.top-bar__right .select{margin-top:.25rem}}.top-bar__logo{line-height:0}.top-bar__logo svg{width:6.875rem;height:2.0625rem}@media only screen and (max-width:calc(768px - 1px)){.top-bar__logo svg{width:6.25rem;height:1.875rem}}.top-bar__mobile-menu{display:grid;transition:height .5s ease-in-out}@media only screen and (max-width:calc(1025px - 1px)){.top-bar__mobile-menu{height:0}.top-bar__mobile-menu.is-active{height:100vh}.top-bar__mobile-menu{width:100%}}.top-bar__mobile-menu-toggle{width:90%;margin-left:auto;margin-right:auto;max-width:100rem;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,ol:last-child,p:last-child,ul:last-child{margin-bottom:0}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;line-height:1.25;font-weight:400;margin-top:0}h1{margin:0 0 .9375rem}@media print,screen and (min-width:0px){h1{font-size:1.875rem}}@media print,screen and (min-width:768px){h1{font-size:2.25rem}}@media print,screen and (min-width:1024px){h1{font-size:3rem}}@media print,screen and (min-width:1441px){h1{font-size:3.375rem}}h2{margin:0 0 .9375rem}@media print,screen and (min-width:0px){h2{font-size:1.5rem}}@media print,screen and (min-width:768px){h2{font-size:1.875rem}}@media print,screen and (min-width:1024px){h2{font-size:2rem}}@media print,screen and (min-width:1441px){h2{font-size:2.125rem}}h3{margin:0 0 .625rem}@media print,screen and (min-width:0px){h3{font-size:1.375rem}}@media print,screen and (min-width:768px){h3{font-size:1.5rem}}@media print,screen and (min-width:1024px){h3{font-size:1.625rem;font-size:1.75rem}}h4{font-weight:600;font-size:1rem}.common-text,p{margin:0 0 1.25rem}a{color:#283246;text-decoration:none;transition:color .25s ease-out}a:hover{color:#ff6428}blockquote{margin:0}@media print,screen and (min-width:0px){.lead-text{font-size:1.125rem}}@media print,screen and (min-width:768px){.lead-text{font-size:1.25rem}}@media print,screen and (min-width:1024px){.lead-text{font-size:1.25rem}}hr{border:none;border-top:1px solid #d9d9d9}strong{font-weight:600}details,details>summary{outline:none!important}details>summary{list-style:none}details>summary::-webkit-details-marker,details>summary::marker{display:none}.accordion{display:block}.accordion+.accordion{padding-top:1.5625rem;border-top:1px solid #d9d9d9}.accordion__header{padding:1.25rem 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;gap:1.25rem}.accordion__content{padding:0 0 1.25rem}.accordion__icon{line-height:1;margin-left:1.25rem;transition:transform .35s ease-out;transform-origin:center center}.accordion__title{line-height:1.35}@media print,screen and (min-width:0px){.accordion__title{font-size:1.125rem}}@media print,screen and (min-width:768px){.accordion__title{font-size:1.25rem}}@media print,screen and (min-width:1024px){.accordion__title{font-size:1.375rem}}@media print,screen and (min-width:1441px){.accordion__title{font-size:1.5rem}}.accordion[open] .accordion__icon{transform:rotate(180deg)}.block-background{position:absolute;height:100%;width:100%;z-index:-1;display:flex;align-items:center}.bg-glow-left-bottom-green,.bg-glow-left-top-orange,.bg-glow-right-bottom-dark-blue,.bg-glow-right-top-blue{position:relative;z-index:1;width:100%;height:100%}.bg-glow-left-bottom-green:after,.bg-glow-left-top-orange:after,.bg-glow-right-bottom-dark-blue:after,.bg-glow-right-top-blue:after{content:"";position:absolute;filter:blur(50px);z-index:-2;pointer-events:none;border-radius:50%;width:50%;aspect-ratio:1/1;animation:glow-pulse-1 6s ease-in-out infinite}.bg-glow-left-top-orange:after{top:-50%;left:-25%;background:radial-gradient(circle,rgba(253,186,119,.25) 60%,transparent 100%)}.bg-glow-right-top-blue:after{top:-50%;right:-25%;background:radial-gradient(circle,rgba(113,236,252,.25) 60%,transparent 100%)}.bg-glow-left-bottom-green:after{bottom:-50%;left:-25%;background:radial-gradient(circle,rgba(90,252,225,.25) 60%,transparent 100%);aspect-ratio:4/3}.bg-glow-right-bottom-dark-blue:after{bottom:-50%;right:-25%;aspect-ratio:4/3;background:radial-gradient(circle,rgba(104,180,212,.25) 60%,transparent 100%)}.bg-image-left-variant-1,.bg-image-left-variant-2,.bg-image-right-variant-1,.bg-image-right-variant-2{min-height:37.5rem;height:100%;width:100%;z-index:-2;background-size:contain;background-repeat:no-repeat;opacity:.4}.bg-image-left-variant-1{background-image:url(/images/background-left-1.png);background-position:0}.bg-image-left-variant-2{background-image:url(/images/background-left-2.png);background-position:0}.bg-image-right-variant-1{background-image:url(/images/background-right-1.png);background-position:100%}.bg-image-right-variant-2{background-image:url(/images/background-right-2.png);background-position:100%}.hamburger{cursor:pointer;line-height:1}.hamburger__svg{width:1.875rem}.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%)}.lang-switch{display:flex;gap:.625rem;margin-bottom:2.1875rem}.lang-switch__item{transition:color .25s ease-in-out}.lang-switch__item:hover{color:#ff6428}.lang-switch__item--active{text-decoration:none;background-image:linear-gradient(90deg,#ff6428 50%,#000 0);background-position:100% 100%;background-repeat:no-repeat;background-size:200% 1px;transition:background-position .25s ease-out}.lang-switch__item--active:hover{background-position:0 100%}ul.menu{display:flex;align-content:center;line-height:1;flex-wrap:wrap;gap:.625rem 1.25rem}ul.menu,ul.menu ul{list-style-type:none;margin:0;padding:0}ul.menu .is-active{color:#ff6428}ul.menu li a{transition:color .25s ease-out,text-shadow .25s ease-out;text-shadow:none}ul.menu li a:hover{text-shadow:0 0 4px hsla(0,0%,100%,.75),0 0 12px #ff6428,0 0 22px #ff6428}@media only screen and (min-width:1025px){ul.menu.menu--main{margin-top:.25rem}}ul.menu.menu--mobile-nav{display:block;padding:2.5rem 0 1.25rem}ul.menu.menu--mobile-nav>li{padding:.375rem 0}ul.menu.menu--mobile-nav>li a{font-size:1.5rem}ul.menu--footer{flex-direction:column;gap:.9375rem;align-content:flex-start}.react-select-container{display:flex;align-items:center}.react-select__input{height:0}.react-select__indicators{height:auto;margin-left:.625rem}.react-select__indicators svg{width:.75rem;height:.75rem}.react-select__control{min-height:0}.react-select__value-container{text-transform:capitalize}.react-select__menu{background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.2);width:auto;min-width:100px}.react-select__option{cursor:pointer;padding:.25rem .5rem;text-transform:capitalize}.react-select__option:hover{background-color:#d9d9d9;color:#fff}.splide{margin-bottom:3.125rem}.splide__arrow{border:none;background-color:rgba(0,0,0,0);position:absolute;padding:0;top:50%;margin-top:-.9375rem;z-index:2}.splide__arrow,.splide__arrow svg{height:1.875rem;width:1.875rem}.splide__arrow--prev{transform:rotate(180deg);left:0}.splide__arrow--next{right:0}.splide__pagination{margin-top:1.875rem}@media only screen and (min-width:768px){.splide__pagination{margin-top:3.125rem}}.splide__pagination__page{border:none;height:.75rem;width:.75rem;margin:0 .1875rem;background-color:#f4f4f5;transition:background-color .3s ease}.splide__pagination__page.is-active{background-color:#283246}.splide__pagination__page:hover{background-color:#ff6428}.select{position:relative;outline:none;display:inline-block}.select__field{padding:.3125rem .625rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-radius:10px;transition:border-color .25s ease-out,box-shadow .25s ease-out;gap:.375rem}@media only screen and (max-width:calc(1024px - 1px)){.select__field{height:3rem}}.select__label{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.select__arrow{line-height:0}.select__arrow svg{width:1.5rem;height:1.5rem}@media only screen and (max-width:calc(1024px - 1px)){.select__arrow svg{width:1.125rem;height:1.125rem}}.select__options{position:absolute;left:0;right:0;background-color:hsla(0,0%,100%,.35);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #ccc;z-index:3;overflow-y:auto;border-radius:10px;list-style-type:none;padding:0;opacity:0;transition:opacity .25s ease-out,transform .25s ease-out;pointer-events:none;margin-top:0;text-align:left;line-height:1.1;max-height:18.75rem}.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:.625rem;transition:background-color .25s ease-out;text-overflow:ellipsis;overflow:hidden;max-width:100%}.select__option.focused,.select__option:hover{background-color:hsla(0,0%,100%,.5)}.preview-mode__button{position:fixed;right:1.5625rem;bottom:1.5625rem;height:4.6875rem;width:4.6875rem;background-color:#ff6428;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:0;box-shadow:0 0 5px rgba(0,0,0,.25);padding:0}.preview-mode__button svg{height:2.5rem;width:2.5rem;fill:#fff}.preview-mode__dialog{border:none!important;padding:1.5625rem;max-width:31.25rem;box-shadow:0 0 5px rgba(0,0,0,.25);text-align:center}.preview-mode__dialog button{margin:.3125rem .625rem}.section-title{width:90%;margin-left:auto;margin-right:auto;max-width:100rem;display:flex;align-items:flex-end;gap:6.25rem;margin-bottom:3.125rem}.section-title__text,.section-title__title{margin:0;flex:1 1;width:100%}.section-title--module{width:100%;margin-bottom:.9375rem;display:block}.section-title--module .lead-text{margin-top:.9375rem}@media only screen and (max-width:calc(768px - 1px)){.section-title{flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:1.875rem}}.rich-text ol,.rich-text ul{padding-left:1.875rem;margin:0 0 1.25rem}.rich-text ul{list-style-type:disc}.rich-text ul ul{list-style-type:circle}.rich-text h1:last-child,.rich-text h2:last-child,.rich-text h3:last-child,.rich-text h4:last-child,.rich-text h5:last-child{margin-bottom:0}.rich-text ol+h1,.rich-text ol+h2,.rich-text ol+h3,.rich-text ol+h4,.rich-text ol+h5,.rich-text p+h1,.rich-text p+h2,.rich-text p+h3,.rich-text p+h4,.rich-text p+h5,.rich-text ul+h1,.rich-text ul+h2,.rich-text ul+h3,.rich-text ul+h4,.rich-text ul+h5{margin-top:2.5rem}.rich-text a:not(.button):not(.link){text-decoration:none;background-image:linear-gradient(90deg,#ff6428 50%,#000 0);background-position:100% 100%;background-repeat:no-repeat;background-size:200% 1px;transition:background-position .25s ease-out}.rich-text a:not(.button):not(.link):hover{background-position:0 100%}.rich-text .button{margin-top:.9375rem}.block-accordion{margin-bottom:var(--block-gap-xl)}.block-accordion__grid{width:90%;margin-left:auto;margin-right:auto;max-width:100rem}@media only screen and (min-width:1024px){.block-accordion__grid:not(.block-accordion__grid--with-title) .block-accordion__list{max-width:75%}}.block-accordion__grid--with-title{gap:calc(var(--grid-gap)*2)}@media print,screen and (min-width:0px){.block-accordion__grid--with-title{grid-template-columns:repeat(1,1fr)}}.block-accordion__grid--with-title{grid-gap:var(--grid-gap);gap:var(--grid-gap);display:grid}@media print,screen and (min-width:768px){.block-accordion__grid--with-title{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.block-accordion__grid--with-title{display:grid;grid-template-columns:1fr 2fr}.block-accordion__grid--with-title>:first-child{grid-column:1/2}.block-accordion__grid--with-title>:nth-child(2){grid-column:2/3}.block-accordion__grid--with-title .block-accordion__list{padding-left:3.75rem}}.block-accordion__list{gap:2.5rem}.block-accordion__list .accordion{opacity:0;transform:scale(1.1);filter:blur(10px);transition:opacity 1.5s cubic-bezier(.165,.84,.44,1),transform 1.5s cubic-bezier(.165,.84,.44,1),filter .75s cubic-bezier(.165,.84,.44,1)}@media only screen and (min-width:768px){.block-accordion__list .accordion:nth-child(2){transition-delay:75ms!important}.block-accordion__list .accordion:nth-child(3){transition-delay:.15s!important}.block-accordion__list .accordion:nth-child(4){transition-delay:225ms!important}.block-accordion__list .accordion:nth-child(5){transition-delay:.3s!important}.block-accordion__list .accordion:nth-child(6){transition-delay:375ms!important}.block-accordion__list .accordion:nth-child(7){transition-delay:.45s!important}.block-accordion__list .accordion:nth-child(8){transition-delay:525ms!important}.block-accordion__list .accordion:nth-child(9){transition-delay:.6s!important}.block-accordion__list .accordion:nth-child(10){transition-delay:675ms!important}.block-accordion__list .accordion:nth-child(11){transition-delay:.75s!important}.block-accordion__list .accordion:nth-child(12){transition-delay:825ms!important}.block-accordion__list .accordion:nth-child(13){transition-delay:.9s!important}}.block-accordion__list.go .accordion{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.block-call-to-action{margin-bottom:var(--block-gap-xl)}.block-call-to-action__grid{background-image:url(/images/bg-cta.webp);background-position:50%;background-size:cover;background-repeat:no-repeat;padding:5rem;background-color:hsla(0,0%,100%,.25);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:10px;box-shadow:0 0 8px rgba(0,0,0,.05);width:90%;margin-left:auto;margin-right:auto;max-width:100rem;opacity:0;transform:scale(1.1);filter:blur(10px);transition:opacity 1.5s cubic-bezier(.165,.84,.44,1),transform 1.5s cubic-bezier(.165,.84,.44,1),filter .75s cubic-bezier(.165,.84,.44,1)}@media only screen and (min-width:768px){.block-call-to-action__grid:nth-child(2){transition-delay:75ms!important}.block-call-to-action__grid:nth-child(3){transition-delay:.15s!important}.block-call-to-action__grid:nth-child(4){transition-delay:225ms!important}.block-call-to-action__grid:nth-child(5){transition-delay:.3s!important}.block-call-to-action__grid:nth-child(6){transition-delay:375ms!important}.block-call-to-action__grid:nth-child(7){transition-delay:.45s!important}.block-call-to-action__grid:nth-child(8){transition-delay:525ms!important}.block-call-to-action__grid:nth-child(9){transition-delay:.6s!important}.block-call-to-action__grid:nth-child(10){transition-delay:675ms!important}.block-call-to-action__grid:nth-child(11){transition-delay:.75s!important}.block-call-to-action__grid:nth-child(12){transition-delay:825ms!important}.block-call-to-action__grid:nth-child(13){transition-delay:.9s!important}}.block-call-to-action__grid.go{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}@media only screen and (max-width:calc(1024px - 1px)){.block-call-to-action__grid{padding:3.75rem}}@media only screen and (max-width:calc(768px - 1px)){.block-call-to-action__grid{padding:2.5rem}}.block-call-to-action__content{gap:3.125rem}@media only screen and (min-width:768px){.block-call-to-action__content{max-width:75%}}.block-call-to-action__title{margin-bottom:2.1875rem}@media print,screen and (min-width:0px){.block-call-to-action__title{font-size:1.75rem}}@media print,screen and (min-width:768px){.block-call-to-action__title{font-size:2.625rem}}@media print,screen and (min-width:1024px){.block-call-to-action__title{font-size:3.25rem}}@media print,screen and (min-width:1441px){.block-call-to-action__title{font-size:3.75rem}}@media only screen and (max-width:calc(1024px - 1px)){.block-call-to-action__title{margin-bottom:1.875rem}}@media only screen and (max-width:calc(768px - 1px)){.block-call-to-action__title{margin-bottom:1.25rem}}.block-call-to-action__rich-text{max-width:43.75rem}.block-call-to-action__buttons{margin-top:3.125rem;gap:.625rem;display:flex;flex-wrap:wrap}.block-cookie-declaration,.block-image{margin-bottom:var(--block-gap-xl)}.block-image img{border-radius:15px}.block-logo-wall{margin-bottom:var(--block-gap-xl)}.block-logo-wall__grid{align-items:center;width:90%;margin-left:auto;margin-right:auto;max-width:100rem}@media print,screen and (min-width:0px){.block-logo-wall__grid{grid-template-columns:repeat(1,1fr)}}.block-logo-wall__grid{grid-gap:var(--grid-gap);gap:var(--grid-gap);display:grid}@media print,screen and (min-width:768px){.block-logo-wall__grid{grid-template-columns:repeat(2,1fr)}}.block-logo-wall__grid{gap:calc(var(--grid-gap)*5)}@media only screen and (max-width:calc(768px - 1px)){.block-logo-wall__grid{gap:calc(var(--grid-gap)*2)}}@media only screen and (min-width:768px){.block-logo-wall__grid--text-right .block-logo-wall__content{order:2}.block-logo-wall__grid--text-right .block-logo-wall__logos{order:1}}@media print,screen and (min-width:0px){.block-logo-wall__logos{grid-template-columns:repeat(2,1fr)}}.block-logo-wall__logos{grid-gap:var(--grid-gap);gap:var(--grid-gap);display:grid}@media print,screen and (min-width:768px){.block-logo-wall__logos{grid-template-columns:repeat(2,1fr)}}@media print,screen and (min-width:0px){.block-logo-wall__logos--3-columns{grid-template-columns:repeat(2,1fr)}}@media print,screen and (min-width:768px){.block-logo-wall__logos--3-columns{grid-template-columns:repeat(2,1fr)}}.block-logo-wall__logos--3-columns{grid-gap:var(--grid-gap);gap:var(--grid-gap);display:grid}@media print,screen and (min-width:1024px){.block-logo-wall__logos--3-columns{grid-template-columns:repeat(3,1fr)}}.block-logo-wall__logos .logo-wall-logo{opacity:0;transform:scale(1.1);filter:blur(10px);transition:opacity 1.5s cubic-bezier(.165,.84,.44,1),transform 1.5s cubic-bezier(.165,.84,.44,1),filter .75s cubic-bezier(.165,.84,.44,1)}@media only screen and (min-width:768px){.block-logo-wall__logos .logo-wall-logo:nth-child(2){transition-delay:75ms!important}.block-logo-wall__logos .logo-wall-logo:nth-child(3){transition-delay:.15s!important}.block-logo-wall__logos .logo-wall-logo:nth-child(4){transition-delay:225ms!important}.block-logo-wall__logos .logo-wall-logo:nth-child(5){transition-delay:.3s!important}.block-logo-wall__logos .logo-wall-logo:nth-child(6){transition-delay:375ms!important}.block-logo-wall__logos .logo-wall-logo:nth-child(7){transition-delay:.45s!important}.block-logo-wall__logos .logo-wall-logo:nth-child(8){transition-delay:525ms!important}.block-logo-wall__logos .logo-wall-logo:nth-child(9){transition-delay:.6s!important}.block-logo-wall__logos .logo-wall-logo:nth-child(10){transition-delay:675ms!important}.block-logo-wall__logos .logo-wall-logo:nth-child(11){transition-delay:.75s!important}.block-logo-wall__logos .logo-wall-logo:nth-child(12){transition-delay:825ms!important}.block-logo-wall__logos .logo-wall-logo:nth-child(13){transition-delay:.9s!important}}.block-logo-wall__logos.go .logo-wall-logo{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.block-logo-slider{margin-bottom:var(--block-gap-xl)}.block-logo-slider__grid{width:90%;margin-left:auto;margin-right:auto;max-width:100rem;opacity:0;filter:blur(10px)}.block-logo-slider__grid.go{transition:opacity 1.5s ease-in-out,filter .75s ease-in-out;opacity:1;filter:blur(0)}.block-logo-slider .splide{margin:0}.block-logo-slider__logo img{object-fit:contain;object-position:center;padding:1.25rem 4.0625rem;aspect-ratio:16/9}@media only screen and (max-width:calc(1024px - 1px)){.block-logo-slider__logo img{padding:1.25rem 2.8125rem}}@media only screen and (max-width:calc(768px - 1px)){.block-logo-slider__logo img{padding:1.25rem 1.875rem}}.block-logo-slider__logo--smaller img{padding:1.25rem 4.6875rem}@media only screen and (max-width:calc(1024px - 1px)){.block-logo-slider__logo--smaller img{padding:1.25rem 3.4375rem}}@media only screen and (max-width:calc(768px - 1px)){.block-logo-slider__logo--smaller img{padding:1.25rem 2.5rem}}.block-logo-slider__logo--bigger img{padding:1.25rem 3.4375rem}@media only screen and (max-width:calc(1024px - 1px)){.block-logo-slider__logo--bigger img{padding:1.25rem 2.1875rem}}@media only screen and (max-width:calc(768px - 1px)){.block-logo-slider__logo--bigger img{padding:1.25rem}}.block-logo-slider__title-wrapper{display:flex;align-items:center;justify-content:center;gap:1.25rem}.block-logo-slider__title-wrapper hr{flex-grow:1}.block-logo-slider__title{font-size:1rem;font-weight:400;margin:0}.block-special-list{margin-bottom:var(--block-gap-xl)}.block-special-list__grid{gap:calc(var(--grid-gap)*2);width:90%;margin-left:auto;margin-right:auto;max-width:100rem}@media print,screen and (min-width:0px){.block-special-list__grid{grid-template-columns:repeat(1,1fr)}}.block-special-list__grid{grid-gap:var(--grid-gap);gap:var(--grid-gap);display:grid}@media print,screen and (min-width:768px){.block-special-list__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.block-special-list__grid{display:grid;grid-template-columns:1fr 2fr}.block-special-list__grid>:first-child{grid-column:1/2}.block-special-list__grid>:nth-child(2){grid-column:2/3}}.block-special-list__list{gap:2.5rem}@media only screen and (min-width:1024px){.block-special-list__list{padding-left:3.75rem}}.block-special-list__list .special-list-item{opacity:0;transform:scale(1.1);filter:blur(10px);transition:opacity 1.5s cubic-bezier(.165,.84,.44,1),transform 1.5s cubic-bezier(.165,.84,.44,1),filter .75s cubic-bezier(.165,.84,.44,1)}@media only screen and (min-width:768px){.block-special-list__list .special-list-item:nth-child(2){transition-delay:75ms!important}.block-special-list__list .special-list-item:nth-child(3){transition-delay:.15s!important}.block-special-list__list .special-list-item:nth-child(4){transition-delay:225ms!important}.block-special-list__list .special-list-item:nth-child(5){transition-delay:.3s!important}.block-special-list__list .special-list-item:nth-child(6){transition-delay:375ms!important}.block-special-list__list .special-list-item:nth-child(7){transition-delay:.45s!important}.block-special-list__list .special-list-item:nth-child(8){transition-delay:525ms!important}.block-special-list__list .special-list-item:nth-child(9){transition-delay:.6s!important}.block-special-list__list .special-list-item:nth-child(10){transition-delay:675ms!important}.block-special-list__list .special-list-item:nth-child(11){transition-delay:.75s!important}.block-special-list__list .special-list-item:nth-child(12){transition-delay:825ms!important}.block-special-list__list .special-list-item:nth-child(13){transition-delay:.9s!important}}.block-special-list__list.go .special-list-item{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.block-teaser-boxes{margin-bottom:var(--block-gap-xl)}.block-teaser-boxes__grid{width:90%;margin-left:auto;margin-right:auto;max-width:100rem}@media print,screen and (min-width:0px){.block-teaser-boxes__grid{grid-template-columns:repeat(1,1fr)}}@media print,screen and (min-width:768px){.block-teaser-boxes__grid{grid-template-columns:repeat(2,1fr)}}.block-teaser-boxes__grid{grid-gap:var(--grid-gap);gap:var(--grid-gap);display:grid}@media print,screen and (min-width:1024px){.block-teaser-boxes__grid{grid-template-columns:repeat(3,1fr)}}.block-teaser-boxes__grid .teaser-box{opacity:0;transform:scale(1.1);filter:blur(10px);transition:opacity 1.5s cubic-bezier(.165,.84,.44,1),transform 1.5s cubic-bezier(.165,.84,.44,1),filter .75s cubic-bezier(.165,.84,.44,1)}@media only screen and (min-width:768px){.block-teaser-boxes__grid .teaser-box:nth-child(2){transition-delay:75ms!important}.block-teaser-boxes__grid .teaser-box:nth-child(3){transition-delay:.15s!important}.block-teaser-boxes__grid .teaser-box:nth-child(4){transition-delay:225ms!important}.block-teaser-boxes__grid .teaser-box:nth-child(5){transition-delay:.3s!important}.block-teaser-boxes__grid .teaser-box:nth-child(6){transition-delay:375ms!important}.block-teaser-boxes__grid .teaser-box:nth-child(7){transition-delay:.45s!important}.block-teaser-boxes__grid .teaser-box:nth-child(8){transition-delay:525ms!important}.block-teaser-boxes__grid .teaser-box:nth-child(9){transition-delay:.6s!important}.block-teaser-boxes__grid .teaser-box:nth-child(10){transition-delay:675ms!important}.block-teaser-boxes__grid .teaser-box:nth-child(11){transition-delay:.75s!important}.block-teaser-boxes__grid .teaser-box:nth-child(12){transition-delay:825ms!important}.block-teaser-boxes__grid .teaser-box:nth-child(13){transition-delay:.9s!important}}.block-teaser-boxes__grid.go .teaser-box{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.block-text{margin-bottom:var(--block-gap-xl)}.block-text__grid{width:90%;margin-left:auto;margin-right:auto;max-width:100rem}.block-text__grid--text-left,.block-text__grid--text-right{align-items:center}@media print,screen and (min-width:0px){.block-text__grid--text-left,.block-text__grid--text-right{grid-template-columns:repeat(1,1fr)}}.block-text__grid--text-left,.block-text__grid--text-right{grid-gap:var(--grid-gap);gap:var(--grid-gap);display:grid}@media print,screen and (min-width:768px){.block-text__grid--text-left,.block-text__grid--text-right{grid-template-columns:repeat(2,1fr)}}.block-text__grid--text-left,.block-text__grid--text-right{gap:calc(var(--grid-gap)*5)}@media only screen and (min-width:1024px){.block-text__grid--default .block-text__content{max-width:75%}}.block-text__grid--text-right .block-text__content{order:2}.block-text__grid--text-right .block-text__image{order:1}.block-text__image{border-radius:15px;overflow:hidden;opacity:0;transform:scale(1.1);filter:blur(10px);transition:opacity 1.5s cubic-bezier(.165,.84,.44,1),transform 1.5s cubic-bezier(.165,.84,.44,1),filter .75s cubic-bezier(.165,.84,.44,1)}@media only screen and (min-width:768px){.block-text__image:nth-child(2){transition-delay:75ms!important}.block-text__image:nth-child(3){transition-delay:.15s!important}.block-text__image:nth-child(4){transition-delay:225ms!important}.block-text__image:nth-child(5){transition-delay:.3s!important}.block-text__image:nth-child(6){transition-delay:375ms!important}.block-text__image:nth-child(7){transition-delay:.45s!important}.block-text__image:nth-child(8){transition-delay:525ms!important}.block-text__image:nth-child(9){transition-delay:.6s!important}.block-text__image:nth-child(10){transition-delay:675ms!important}.block-text__image:nth-child(11){transition-delay:.75s!important}.block-text__image:nth-child(12){transition-delay:825ms!important}.block-text__image:nth-child(13){transition-delay:.9s!important}}.block-text__image.go{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.block-quote-slider{margin-bottom:var(--block-gap-xl);position:relative}.block-quote-slider .splide__track{padding:.3125rem 5%!important}.block-quote-slider__item{max-width:25rem;width:80%}@media only screen and (min-width:768px){.block-quote-slider__item{width:45%}}@media only screen and (min-width:1024px){.block-quote-slider__item{width:40%}}@media only screen and (min-width:1441px){.block-quote-slider__item{width:30%}}.block-quote-slider__grid .block-quote-slider__item{opacity:0;transform:scale(1.1);filter:blur(10px);transition:opacity 1.5s cubic-bezier(.165,.84,.44,1),transform 1.5s cubic-bezier(.165,.84,.44,1),filter .75s cubic-bezier(.165,.84,.44,1)}@media only screen and (min-width:768px){.block-quote-slider__grid .block-quote-slider__item:nth-child(2){transition-delay:75ms!important}.block-quote-slider__grid .block-quote-slider__item:nth-child(3){transition-delay:.15s!important}.block-quote-slider__grid .block-quote-slider__item:nth-child(4){transition-delay:225ms!important}.block-quote-slider__grid .block-quote-slider__item:nth-child(5){transition-delay:.3s!important}.block-quote-slider__grid .block-quote-slider__item:nth-child(6){transition-delay:375ms!important}.block-quote-slider__grid .block-quote-slider__item:nth-child(7){transition-delay:.45s!important}.block-quote-slider__grid .block-quote-slider__item:nth-child(8){transition-delay:525ms!important}.block-quote-slider__grid .block-quote-slider__item:nth-child(9){transition-delay:.6s!important}.block-quote-slider__grid .block-quote-slider__item:nth-child(10){transition-delay:675ms!important}.block-quote-slider__grid .block-quote-slider__item:nth-child(11){transition-delay:.75s!important}.block-quote-slider__grid .block-quote-slider__item:nth-child(12){transition-delay:825ms!important}.block-quote-slider__grid .block-quote-slider__item:nth-child(13){transition-delay:.9s!important}}.block-quote-slider__grid.go .block-quote-slider__item{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.block-quote-slider__grid .splide__pagination{opacity:0;filter:blur(10px)}.block-quote-slider__grid.go .splide__pagination{transition:opacity 1.5s ease-in-out,filter .75s ease-in-out;opacity:1;filter:blur(0)}.block-team{margin-bottom:var(--block-gap-xl)}.block-team__grid{display:flex;gap:var(--grid-gap);row-gap:calc(var(--grid-gap)*2);grid-template-columns:repeat(1,1fr);flex-flow:wrap;width:90%;margin-left:auto;margin-right:auto;max-width:100rem}.block-team__grid .team-member{flex:1 1 calc(100% - var(--grid-gap)*1);max-width:calc(100% - var(--grid-gap)*1);opacity:0;transform:scale(1.1);filter:blur(10px);transition:opacity 1.5s cubic-bezier(.165,.84,.44,1),transform 1.5s cubic-bezier(.165,.84,.44,1),filter .75s cubic-bezier(.165,.84,.44,1)}@media only screen and (min-width:768px){.block-team__grid .team-member:nth-child(2){transition-delay:75ms!important}.block-team__grid .team-member:nth-child(3){transition-delay:.15s!important}.block-team__grid .team-member:nth-child(4){transition-delay:225ms!important}.block-team__grid .team-member:nth-child(5){transition-delay:.3s!important}.block-team__grid .team-member:nth-child(6){transition-delay:375ms!important}.block-team__grid .team-member:nth-child(7){transition-delay:.45s!important}.block-team__grid .team-member:nth-child(8){transition-delay:525ms!important}.block-team__grid .team-member:nth-child(9){transition-delay:.6s!important}.block-team__grid .team-member:nth-child(10){transition-delay:675ms!important}.block-team__grid .team-member:nth-child(11){transition-delay:.75s!important}.block-team__grid .team-member:nth-child(12){transition-delay:825ms!important}.block-team__grid .team-member:nth-child(13){transition-delay:.9s!important}.block-team__grid .team-member{flex:1 1 calc(50% - var(--grid-gap)*1/2);max-width:calc(50% - var(--grid-gap)*1/2)}}@media only screen and (min-width:1280px){.block-team__grid .team-member{flex:1 1 calc(33.333% - var(--grid-gap)*2/3);max-width:calc(33.333% - var(--grid-gap)*2/3)}}@media only screen and (min-width:1441px){.block-team__grid .team-member{flex:1 1 calc(25% - var(--grid-gap)*3/4);max-width:calc(25% - var(--grid-gap)*3/4)}}.block-team__grid.go .team-member{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.teaser-box{background-color:hsla(0,0%,100%,.25);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:10px;box-shadow:0 0 8px rgba(0,0,0,.05);display:flex;height:100%;flex-direction:column;justify-content:space-between;padding:2.5rem;gap:1.25rem;opacity:0;transform:scale(1.1);filter:blur(10px);transition:opacity 1.5s cubic-bezier(.165,.84,.44,1),transform 1.5s cubic-bezier(.165,.84,.44,1),filter .75s cubic-bezier(.165,.84,.44,1)}@media only screen and (min-width:768px){.teaser-box:nth-child(2){transition-delay:75ms!important}.teaser-box:nth-child(3){transition-delay:.15s!important}.teaser-box:nth-child(4){transition-delay:225ms!important}.teaser-box:nth-child(5){transition-delay:.3s!important}.teaser-box:nth-child(6){transition-delay:375ms!important}.teaser-box:nth-child(7){transition-delay:.45s!important}.teaser-box:nth-child(8){transition-delay:525ms!important}.teaser-box:nth-child(9){transition-delay:.6s!important}.teaser-box:nth-child(10){transition-delay:675ms!important}.teaser-box:nth-child(11){transition-delay:.75s!important}.teaser-box:nth-child(12){transition-delay:825ms!important}.teaser-box:nth-child(13){transition-delay:.9s!important}}.teaser-box.go{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}@media only screen and (max-width:calc(768px - 1px)){.teaser-box{padding:1.875rem}}.teaser-box--advanced{gap:3.125rem}.teaser-box:not(.teaser-box--advanced) .teaser-box__title{font-size:1.25rem;font-weight:600}.teaser-box__icon{margin-bottom:3.125rem}.teaser-box__icon svg{width:5rem;height:5rem}@media only screen and (max-width:calc(768px - 1px)){.teaser-box__icon svg{width:3.75rem;height:3.75rem}}.quote{background-color:hsla(0,0%,100%,.25);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:10px;box-shadow:0 0 8px rgba(0,0,0,.05);display:flex;height:100%;flex-direction:column;justify-content:space-between;padding:2.5rem;gap:3.125rem}.quote__quote{font-style:italic}@media print,screen and (min-width:0px){.quote__quote{font-size:1.125rem}}@media print,screen and (min-width:768px){.quote__quote{font-size:1.125rem}}@media print,screen and (min-width:1024px){.quote__quote{font-size:1.25rem}}.quote__quote:before{content:"«"}.quote__quote:after{content:"»"}@media only screen and (max-width:calc(768px - 1px)){.quote{padding:1.875rem}}.quote__author{display:block;font-style:normal;font-weight:600}.quote__position{display:block;font-style:normal;line-height:1.25;color:#6e778a}.special-list-item{padding-bottom:1.5625rem;gap:2.5rem;display:flex;align-items:center}@media only screen and (max-width:calc(768px - 1px)){.special-list-item{gap:1.875rem}}.special-list-item+.special-list-item{padding-top:1.5625rem;border-top:1px solid #d9d9d9}.special-list-item__title{line-height:1.35}@media print,screen and (min-width:0px){.special-list-item__title{font-size:1.125rem}}@media print,screen and (min-width:768px){.special-list-item__title{font-size:1.25rem}}@media print,screen and (min-width:1024px){.special-list-item__title{font-size:1.25rem}}@media print,screen and (min-width:1441px){.special-list-item__title{font-size:1.375rem}}.special-list-item__icon svg{width:3.75rem;height:3.75rem}@media only screen and (max-width:calc(768px - 1px)){.special-list-item__icon svg{width:3.125rem;height:3.125rem}}.team-member{width:100%}.team-member__image-wrapper{position:relative}.team-member__image-wrapper.is-active .team-member__image image{opacity:.15;filter:blur(5px)}.team-member__image-wrapper.is-active .team-member__text{opacity:1}.team-member__image{aspect-ratio:3/4;position:relative;border-radius:15px;overflow:hidden}.team-member__image img{aspect-ratio:3/4;object-fit:cover}.team-member__image image{transition:opacity .3s ease-in-out,filter .3s ease-in-out}.team-member__text{position:absolute;left:0;top:0;width:100%;height:100%;padding:calc(var(--grid-gap)*2);opacity:0;overflow:hidden;transition:opacity .3s ease-in-out}.team-member__button{position:absolute;right:.9375rem;bottom:.9375rem}.team-member__info{padding:var(--grid-gap) var(--grid-gap) 0}.team-member__name{margin-bottom:.3125rem}@media print,screen and (min-width:0px){.team-member__name{font-size:1.25rem}}@media print,screen and (min-width:768px){.team-member__name{font-size:1.375rem}}@media print,screen and (min-width:1024px){.team-member__name{font-size:1.5rem}}.logo-wall-logo__image img{background-color:hsla(0,0%,100%,.25);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:10px;box-shadow:0 0 8px rgba(0,0,0,.05);object-fit:contain;object-position:center;aspect-ratio:16/9;padding:1.25rem 2.1875rem}@media only screen and (min-width:1024px){.logo-wall-logo__image img{padding:2.1875rem 3.4375rem}.block-logo-wall__logos--3-columns .logo-wall-logo__image img{padding:.9375rem 1.5625rem}}@media only screen and (min-width:1441px){.logo-wall-logo__image img{padding:2.5rem 3.75rem}.block-logo-wall__logos--3-columns .logo-wall-logo__image img{padding:1.5625rem 2.5rem}}.logo-wall-logo__image--smaller img{padding:1.25rem 2.8125rem}@media only screen and (min-width:1024px){.logo-wall-logo__image--smaller img{padding:2.1875rem 4.0625rem}.block-logo-wall__logos--3-columns .logo-wall-logo__image--smaller img{padding:.9375rem 1.875rem}}@media only screen and (min-width:1441px){.logo-wall-logo__image--smaller img{padding:2.5rem 4.375rem}.block-logo-wall__logos--3-columns .logo-wall-logo__image--smaller img{padding:1.5625rem 3.125rem}}.logo-wall-logo__image--bigger img{padding:1.25rem 1.5625rem}@media only screen and (min-width:1024px){.logo-wall-logo__image--bigger img{padding:2.1875rem 2.8125rem}.block-logo-wall__logos--3-columns .logo-wall-logo__image--bigger img{padding:.9375rem 1.25rem}}@media only screen and (min-width:1441px){.logo-wall-logo__image--bigger img{padding:2.5rem 3.125rem}.block-logo-wall__logos--3-columns .logo-wall-logo__image--bigger img{padding:1.5625rem 1.875rem}}.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}}