﻿:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, 0.7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,0.1),0 2px 15px 0 rgba(0,0,0,0.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:0.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:0.3s}@media only screen and (max-width: 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:0.7;transition:0.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:0.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}100%{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:0.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform 0.2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin 0.65s linear infinite}@keyframes Toastify__bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(3000px, 0, 0)}60%{opacity:1;transform:translate3d(-25px, 0, 0)}75%{transform:translate3d(10px, 0, 0)}90%{transform:translate3d(-5px, 0, 0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0)}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes Toastify__bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0)}60%{opacity:1;transform:translate3d(25px, 0, 0)}75%{transform:translate3d(-10px, 0, 0)}90%{transform:translate3d(5px, 0, 0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0)}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes Toastify__bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(0, 3000px, 0)}60%{opacity:1;transform:translate3d(0, -20px, 0)}75%{transform:translate3d(0, 10px, 0)}90%{transform:translate3d(0, -5px, 0)}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes Toastify__bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0)}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{from{transform:translate3d(110%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInLeft{from{transform:translate3d(-110%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInUp{from{transform:translate3d(0, 110%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInDown{from{transform:translate3d(0, -110%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(110%, 0, 0)}}@keyframes Toastify__slideOutLeft{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-110%, 0, 0)}}@keyframes Toastify__slideOutDown{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, 500px, 0)}}@keyframes Toastify__slideOutUp{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, -500px, 0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0px;width:100px;height:100%;box-shadow:0 0 10px #29d, 0 0 5px #29d;opacity:1.0;-webkit-transform:rotate(3deg) translate(0px, -4px);-ms-transform:rotate(3deg) translate(0px, -4px);transform:rotate(3deg) translate(0px, -4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:nprogress-spinner 400ms linear infinite;animation:nprogress-spinner 400ms linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}html{margin:0;font-size:1rem;overflow-x:hidden;scroll-padding-top:40px}@media (max-width: 1199.98px){html{font-size:16px}}@media (min-width: 1920px){html{font-size:22px}html .container{width:1600px;max-width:none !important}}@media (min-width: 2400px){html .container{width:1920px}}@media (min-width: 2560px){html{font-size:28px}html .container{width:2200px}}@media (min-width: 3500px){html{font-size:32px}html .container{width:3000px}}@media (min-width: 3800px){html{font-size:36px}}body{height:100%;margin:0;min-width:320px;background:#fff;font-family:'Avenir', Helvetica, Arial, sans-serif;font-weight:300;box-sizing:border-box;color:#000;line-height:1.4;padding-top:5.75rem;overflow-x:hidden}body.overlay-open,html.overlay-open{overflow:hidden}h1,h2,h3,h4,h5,h6{color:#000;margin:0}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:#000}h1 a:hover,h1 a:focus,h2 a:hover,h2 a:focus,h3 a:hover,h3 a:focus,h4 a:hover,h4 a:focus,h5 a:hover,h5 a:focus,h6 a:hover,h6 a:focus{color:#5a646e}h1{font-size:3.4rem;font-weight:200}h2{margin-bottom:0.5rem;font-weight:200;font-size:3rem;word-wrap:break-word}h3{margin-bottom:1rem;font-size:2.5rem;font-weight:200}#search-results h2::before,#search-results h3::before{display:block;content:' ';margin-top:-125px;height:125px;visibility:hidden;pointer-events:none}h4{font-size:1.5rem;font-weight:600}h5{font-weight:900}p{line-height:1.6;font-size:1.2rem}@media (max-width: 767.98px){p{font-size:1rem}}a{color:#000}a:hover,a:focus{color:#5a646e}a.link{color:#006eb4;font-weight:700}a.link:hover{color:#66a8d2}ul,ol{margin:0;padding:0;list-style-type:none}ul li,ol li{font-size:1.2rem}@media (max-width: 767.98px){ul li,ol li{font-size:1rem}}#content section ol,#content section ul,#content div ol,#content div ul,.overlay-page section ol,.overlay-page section ul,.overlay-page div ol,.overlay-page div ul{margin:1rem 0}#content section ol li,#content section ul li,#content div ol li,#content div ul li,.overlay-page section ol li,.overlay-page section ul li,.overlay-page div ol li,.overlay-page div ul li{margin-bottom:1rem}#content section ul li,#content div ul li,.overlay-page section ul li,.overlay-page div ul li{padding-left:20px;position:relative}#content section ul li:before,#content div ul li:before,.overlay-page section ul li:before,.overlay-page div ul li:before{content:'\e903';font-family:'icomoon' !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:24px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;font-weight:400;color:#000;position:absolute;left:0}#content section ol,#content div ol,.overlay-page section ol,.overlay-page div ol{list-style-type:decimal;list-style-position:inside;display:block}.slick-dots li:before{content:'' !important}.form-control{-webkit-box-shadow:none;box-shadow:none}input{margin:0.5rem 0 1rem}img{max-width:100%;height:auto}.row{padding:1rem 0}section{padding:4rem 0}section:not(.stage):not(.intro):not(.intro-black):not(.intro-light):not(.colored-bg)+section:not(.stage):not(.intro):not(.intro-light):not(.colored-bg):not(.intro-black){padding-top:1rem}@media (max-width: 767.98px){section{padding:2rem 0}}section.stage,section#main-stage{padding:0}[class*='col']>img{width:100%;height:auto}.scroll-to-top{display:none;position:fixed;top:45%;right:2%;padding:2rem 0.5rem 0.5rem;z-index:9999;display:flex;flex-direction:column;align-items:center;font-size:0.875rem;color:#000}.scroll-to-top:hover{color:#000}.scroll-to-top:before{content:'\e90c';font-family:'icomoon' !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:0.875rem;margin-right:0.5rem;font-weight:bold;color:#000}.scroll-to-top:before:hover{color:#000}@media (max-width: 991px){section:not(.stage):not(.intro):not(.intro-light):not(#mobility):not(.colored-bg)+section:not(.stage):not(.intro):not(.intro-light):not(#mobility):not(.colored-bg){padding-top:1rem}h1{font-size:2.25rem}h2{font-size:2rem}h3{font-size:1.75rem}}@media (max-width: 767px){body{padding-top:64px}h1{font-size:1.75rem}h2{font-size:1.75rem}h3{font-size:1.5rem}.scroll-to-top{display:block;position:relative;text-align:center}.error.help-block{text-align:left !important}}@media (max-width: 375px){h1{font-size:1.5rem}}.privacy-checkbox{display:flex !important;align-items:flex-start !important}.privacy-checkbox label{margin:0 !important}.privacy-checkbox input[type='checkbox']{height:1.375rem !important;width:1.375rem !important;padding:0 !important}a:hover,a:focus,a:active{text-decoration:none}a:focus,button:focus,.btn:focus{outline:none}input[type='text']:focus{outline:none}.textpic--left,.textpic--right{display:inline-flex;align-items:flex-start;flex-wrap:wrap}@media (min-width: 992px){.textpic--left,.textpic--right{flex-wrap:nowrap}}.Toastify{font-size:1rem}#nprogress .bar{z-index:99999;background:#006eb4;height:0.125rem}.object-fit-cover{object-fit:cover;object-position:center;font-family:'object-fit: cover; object-position: center;'}.header-lifecycle{position:relative;display:inline-block;text-align:center;margin-bottom:1.75rem;align-items:center;font-size:3.75rem}@media (max-width: 767.98px){.header-lifecycle{font-size:1.75rem}}.header-lifecycle::before{visibility:visible;margin:0px auto 1.5rem auto;display:block;background-image:url("../img/lifecycle.svg");background-size:cover;background-position:center;width:81px;height:90px}@media (max-width: 767.98px){.header-lifecycle::before{width:64px;height:72px}}.cursor-pointer{cursor:pointer}.mr-1{margin-right:1rem !important}.ml-1{margin-left:1rem !important}.ml-auto{margin-left:auto !important}@media (max-width: 991.98px){.w-md-100{width:100% !important}.d-md-none{display:none !important}.ml-md-0{margin-left:0rem !important}}@media (max-width: 575.98px){.w-xs-100{width:100% !important}}.order-1{order:1}.order-0{order:0}@media (max-width: 991.98px){.order-md-1{order:1}}@font-face{font-family:'Avenir';font-weight:200;font-style:normal;font-display:swap;src:url("../fonts/avenir/AvenirLTStd-Light.eot");src:url("../fonts/avenir/AvenirLTStd-Light.eot?#iefix") format("embedded-opentype"),url("../fonts/avenir/AvenirLTStd-Light.woff") format("woff"),url("../fonts/avenir/AvenirLTStd-Light.ttf") format("truetype")}@font-face{font-family:'Avenir';font-weight:300;font-style:normal;font-display:swap;src:url("../fonts/avenir/AvenirLTStd-Book.eot");src:url("../fonts/avenir/AvenirLTStd-Book.eot?#iefix") format("embedded-opentype"),url("../fonts/avenir/AvenirLTStd-Book.woff") format("woff"),url("../fonts/avenir/AvenirLTStd-Book.ttf") format("truetype")}@font-face{font-family:'Avenir';font-weight:400;font-style:normal;font-display:swap;src:url("../fonts/avenir/AvenirLTStd-Roman.eot");src:url("../fonts/avenir/AvenirLTStd-Roman.eot?#iefix") format("embedded-opentype"),url("../fonts/avenir/AvenirLTStd-Roman.woff") format("woff"),url("../fonts/avenir/AvenirLTStd-Roman.ttf") format("truetype"),url("../fonts/avenir/AvenirLTStd-Roman.svg#AvenirLTStd-Roman") format("svg")}@font-face{font-family:'Avenir';font-weight:500;font-style:normal;font-display:swap;src:url("../fonts/avenir/AvenirLTStd-Roman.eot");src:url("../fonts/avenir/AvenirLTStd-Roman.eot?#iefix") format("embedded-opentype"),url("../fonts/avenir/AvenirLTStd-Roman.woff") format("woff"),url("../fonts/avenir/AvenirLTStd-Roman.ttf") format("truetype"),url("../fonts/avenir/AvenirLTStd-Roman.svg#AvenirLTStd-Roman") format("svg")}@font-face{font-family:'Avenir';font-weight:700;font-style:normal;font-display:swap;src:url("../fonts/avenir/AvenirLTStd-Heavy.eot");src:url("../fonts/avenir/AvenirLTStd-Heavy.eot?#iefix") format("embedded-opentype"),url("../fonts/avenir/AvenirLTStd-Heavy.woff") format("woff"),url("../fonts/avenir/AvenirLTStd-Heavy.ttf") format("truetype"),url("../fonts/avenir/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy") format("svg")}@font-face{font-family:'Avenir';font-weight:900;font-style:normal;font-display:swap;src:url("../fonts/avenir/AvenirLTStd-Black.eot");src:url("../fonts/avenir/AvenirLTStd-Black.eot?#iefix") format("embedded-opentype"),url("../fonts/avenir/AvenirLTStd-Black.woff") format("woff"),url("../fonts/avenir/AvenirLTStd-Black.ttf") format("truetype"),url("../fonts/avenir/AvenirLTStd-Black.svg#AvenirLTStd-Black") format("svg")}@font-face{font-family:'icomoon';src:url("../fonts/icomoon.eot");src:url("../fonts/icomoon.eot?jkxr6d#iefix") format("embedded-opentype"),url("../fonts/icomoon.ttf") format("truetype"),url("../fonts/icomoon.woff") format("woff"),url("../fonts/icomoon.svg?jkxr6d#icomoon") format("svg");font-weight:normal;font-style:normal;font-display:swap}[class^="icon-"],[class*=" icon-"]{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-francais:before{content:"\e925"}.icon-search1:before{content:"\e924"}.icon-email1:before{content:"\e921"}.icon-english1:before{content:"\e922"}.icon-german1:before{content:"\e923"}.icon-house:before{content:"\e91f"}.icon-mail:before{content:"\e920"}.icon-add:before{content:"\e917"}.icon-news:before{content:"\e91d"}.icon-testimonial:before{content:"\e91e"}.icon-web:before{content:"\e91c"}.icon-accordion-down:before{content:"\e919"}.icon-accordion-up:before{content:"\e91b"}.icon-fax:before{content:"\e91a"}.icon-alphabet:before{content:"\e900"}.icon-date:before{content:"\e901"}.icon-time:before{content:"\e902"}.icon-more:before{content:"\e903"}.icon-back:before{content:"\e918"}.icon-department:before{content:"\e904"}.icon-level:before{content:"\e905"}.icon-search2:before{content:"\e906"}.icon-plus:before{content:"\e907"}.icon-employees:before{content:"\e908"}.icon-press:before{content:"\e90a"}.icon-close:before{content:"\e90b"}.icon-arrows-top:before{content:"\e90c"}.icon-german2:before{content:"\e90d"}.icon-english2:before{content:"\e90e"}.icon-arrows-down:before{content:"\e90f"}.icon-location:before{content:"\e910"}.icon-locations:before{content:"\e911"}.icon-telephone:before{content:"\e912"}.icon-revenue:before{content:"\e916"}.icon-email2:before{content:"\e915"}.icon-caret-down:before{content:"\e914"}.icon-slider-left:before{content:"\e909"}.icon-slider-right:before{content:"\e913"}.icon-facebook:before{content:"\ea90"}.icon-twitter:before{content:"\ea96"}.icon-linkedin:before{content:"\eaca"}.icon-xing:before{content:"\ead4"}.d-none{display:none !important}.block{display:block}.flex-it{display:flex}.vertically{flex-direction:column}.horizontally{flex-direction:row}.block-center{display:block;margin-left:auto;margin-right:auto}.justify-content-center{display:flex !important;justify-content:center !important}.center-all{justify-content:center;align-items:center}.space-it{justify-content:space-between}.fullscreen{width:100%;width:100vw;height:100%;height:100vh}.fullscreen-min{min-width:100%;min-width:100vw;min-height:100%;min-height:100vh}.padding-top-none,#home #news.padding-top-none{padding-top:0 !important}.padding-top-small{padding-top:1rem !important}.padding-top-default,#home #news .padding-top-default{padding-top:4rem !important}.padding-bottom-none{padding-bottom:0 !important}.padding-bottom-small{padding-bottom:1rem !important}.padding-bottom-default{padding-bottom:4rem !important}.colored-bg{background-size:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.bg-top-left{background-position:left top !important}.bg-top-center{background-position:center top !important}.bg-top-right{background-position:right top !important}.bg-center-left{background-position:left center !important}.bg-center{background-position:center !important}.bg-center-right{background-position:right center !important}.bg-bottom-left{background-position:left bottom !important}.bg-bottom-center{background-position:center bottom !important}.bg-bottom-right{background-position:right bottom !important}.caption{font-size:0.9375rem;display:block;margin:0.25rem 0 1.5rem}.img-bg,.colored-bg.img-bg{padding:0 !important;position:relative}.img-bg .img-offset,.colored-bg.img-bg .img-offset{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#006eb4;background-size:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.img-bg .img-background,.colored-bg.img-bg .img-background{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}@media (max-width: 767.98px){.img-bg:not(.img-bg-v2) .img-background,.colored-bg.img-bg:not(.img-bg-v2) .img-background{position:relative;height:auto}}img.floating-img{width:auto;height:auto;max-width:100%;flex-shrink:0}img.floating-img.right{order:1;margin:0 0 2rem 2rem;float:right}@media (max-width: 991.98px){img.floating-img.right{order:0}}img.floating-img.left{float:left;margin:0 2rem 2rem 0}.floating-img{position:relative;width:25rem;flex-shrink:0}.floating-img.right{order:1;margin:0 0 2rem 3rem}@media (max-width: 991.98px){.floating-img.right{order:0}}.floating-img.left{margin:0 2rem 3rem 0}.floating-img .img-lightbox{position:relative;display:block}.floating-img img{width:100%;height:auto;margin:0;padding:0}.floating-img .floating-img-content{width:100%;padding:1.25rem 1.5rem;text-align:left}.floating-img .floating-img-content h4{font-size:1.875rem;margin-bottom:0.375rem;font-weight:200}@media (max-width: 767.98px){.floating-img .floating-img-content h4{font-size:1.125rem}}.floating-img .floating-img-content h5{font-size:0.9375rem;margin-bottom:0.25rem}.floating-img .floating-img-content p{font-size:0.9375rem;margin-bottom:0.375rem}.floating-img .floating-img-content .btn{margin-top:1rem}div.floating-img{border:1px solid #5a646e}div.floating-img.no-border{border:none}@media (min-width: 768px) and (max-width: 991px){div.floating-img{margin-right:0 !important;margin-left:0 !important}.accordion-content div.floating-img{margin-right:2rem !important}}.embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;width:100%;height:auto}.embed-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.hit{color:#000 !important}.flex-row{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start}.flex-row:before,.flex-row:after{content:normal}.flex-row>div{-webkit-flex:0 1 auto;flex:0 1 auto;margin-bottom:2rem}.flex-row>div .testimonial-excerpt{padding:1.25rem 0}.flex-row>div .testimonial-excerpt h3{font-size:1.375rem;margin-bottom:0.5rem}@media (min-width: 768px){.top-space,.img-bg.top-space{padding-top:20% !important}.bottom-space,.img-bg.bottom-space{padding-bottom:25% !important}}@media (min-width: 900px){.container.small{max-width:500px}}.white-color p,.white-color span,.white-color h1,.white-color h2,.white-color h3,.white-color h4,.white-color h5,.white-color h6,.white-color a,.white-color small,.white-color b,.white-color strong,.white-color p strong,.white-color i,.white-color p em,.white-color em,.white-color li,.white-color li:before{color:white !important}.btn,button{text-transform:uppercase;font-weight:300;font-size:0.875rem;padding:0.75rem 1.75rem;transition:all 0.5s}.btn:hover,button:hover{cursor:pointer}.btn.active,button.active{box-shadow:none}.btn.btn-white,button.btn-white{position:relative;color:black;background-color:white;border-radius:0;border:1px solid black}.btn.btn-white:after,button.btn-white:after{position:absolute;content:'';bottom:0;left:0;width:100%;height:0;background:black;transition:all 0.35s}.btn.btn-white:hover,.btn.btn-white:focus,button.btn-white:hover,button.btn-white:focus{color:white;border-color:white}.btn.btn-white:hover span,.btn.btn-white:focus span,button.btn-white:hover span,button.btn-white:focus span{color:white !important}.btn.btn-white:hover:after,.btn.btn-white:focus:after,button.btn-white:hover:after,button.btn-white:focus:after{height:100%}.btn.btn-white span,button.btn-white span{color:black !important;position:relative;z-index:2}.btn.btn-black,button.btn-black{position:relative;color:white !important;background-color:black;border-radius:0;border:1px solid black}.btn.btn-black span,button.btn-black span{color:white !important}.btn.btn-black:after,button.btn-black:after{position:absolute;content:'';bottom:0;left:0;width:100%;height:0;background:white;transition:all 0.35s}.btn.btn-black:hover,button.btn-black:hover{color:black !important;border-color:black}.btn.btn-black:hover span,button.btn-black:hover span{color:black !important}.btn.btn-black:hover:after,button.btn-black:hover:after{height:100%}.btn.btn-black span,button.btn-black span{position:relative;z-index:2}.btn.btn-colored-arrow,button.btn-colored-arrow{position:relative;color:white;background-color:black;border-radius:0;border:1px solid transparent}.btn.btn-colored-arrow:after,button.btn-colored-arrow:after{position:absolute;content:'';bottom:0;left:0;width:100%;height:0;background:black;transition:all 0.35s}.btn.btn-colored-arrow:hover,.btn.btn-colored-arrow:focus,button.btn-colored-arrow:hover,button.btn-colored-arrow:focus{color:white;border-color:white}.btn.btn-colored-arrow:hover span,.btn.btn-colored-arrow:focus span,button.btn-colored-arrow:hover span,button.btn-colored-arrow:focus span{color:white !important}.btn.btn-colored-arrow:hover:after,.btn.btn-colored-arrow:focus:after,button.btn-colored-arrow:hover:after,button.btn-colored-arrow:focus:after{height:100%}.btn.btn-colored-arrow span,button.btn-colored-arrow span{color:white !important;position:relative;z-index:2;padding-right:2rem}.btn.btn-colored-arrow span::after,button.btn-colored-arrow span::after{content:'';position:absolute;top:50%;right:0;z-index:3;width:1rem;height:1rem;background-image:url('data:image/svg+xml;utf8,<svg width="17.649124px" height="13px" viewBox="0 0 17.649124 13" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><g transform="rotate(-90) translate(-13)"><path d="M5.33643 1.95913e-15L5.33643 13.6491" fill="none" fill-rule="evenodd" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M-1.16411e-14 10.9825L5.19366 15.6491L11 10.9825" fill="none" fill-rule="evenodd" stroke="white" stroke-width="2" stroke-linecap="round" /></g></svg>');background-position:center;background-repeat:no-repeat;background-size:contain;transform:translate3d(0, -50%, 0)}.btn.btn-back span:before,button.btn-back span:before{content:'‹ ';font-size:1.375rem;line-height:0}.btn-transparent{background:white;color:#000;border:1px solid white;border-radius:0}.ie-9 .btn-transparent{margin-right:0.25rem}.btn-transparent.dark{color:white;border-color:white;background-color:#000;margin-top:0.75em}.btn-transparent.dark:hover{color:#000;border-color:#000;background-color:white}.btn-transparent.dark:focus{color:#000;border-color:#000;background:white}.btn-transparent:hover{color:white;background-color:#000;border-color:white}@media (min-width: 769px){.btn-transparent:hover{color:white;background-color:#000;border-color:white}}.btn-transparent:focus{color:white;background-color:#000;border-color:white}.back-btn{font-weight:bold;display:inline-block;flex-direction:row;align-items:baseline;font-size:1.2rem;color:#5a646e;line-height:1;border:none;background:transparent;text-transform:none}.back-btn:hover{color:#000}.back-btn:hover:before{color:#000}.back-btn:focus{color:#5a646e}.back-btn:focus:before{color:#5a646e}.back-btn:before{content:'\e918';font-family:'icomoon' !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;margin-right:0.5rem;font-weight:bold;color:#5a646e}.contact-info{display:block;color:#000;margin-bottom:0.5rem;font-size:1rem;font-weight:bold;display:flex;flex-direction:row;align-items:center}.contact-info:hover{color:#006eb4}.contact-info i{font-size:20px;margin-right:0.5rem}.colored-bg{padding-top:4rem !important}@media (max-width: 767.98px){.colored-bg{padding-top:2rem !important}}.sector-bg .container .row *,.sector-bg.colored-bg .container .row *{color:white}.sector-bg .container .row .btn-transparent:hover,.sector-bg.colored-bg .container .row .btn-transparent:hover{color:#000}.sector-bg img,.sector-bg.colored-bg img{margin:0 auto 1rem;display:block;width:auto;max-width:100%}#consulting .sector-bg,#consulting .sector-bg.colored-bg{background-color:#006eb4}#engineering .sector-bg,#engineering .sector-bg.colored-bg{background-color:#f5aa00}#energy .sector-bg,#energy .sector-bg.colored-bg{background-color:#c8d223;background:-moz-linear-gradient(top, #b2bb1f 0%, #c4ce22 50%, #c4ce22 80%, #b2bb1f 100%);background:-webkit-linear-gradient(top, #b2bb1f 0%, #c4ce22 50%, #c4ce22 80%, #b2bb1f 100%);background:linear-gradient(to bottom, #b2bb1f 0%, #c4ce22 50%, #c4ce22 80%, #b2bb1f 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2bb1f', endColorstr='#b2bb1f',GradientType=0 )}#it .sector-bg,#it .sector-bg.colored-bg{background-color:#23a0c3}.sector-bg-light *,.sector-bg.colored-bg-light *{color:#000}.sector-bg-light img,.sector-bg.colored-bg-light img{margin:0 auto 1rem;display:block;width:auto;max-width:100%}#consulting .sector-bg-light,#consulting .sector-bg.colored-bg-light{background-color:#d9e9f4}#engineering .sector-bg-light,#engineering .sector-bg.colored-bg-light{background-color:#fef2d9}#energy .sector-bg-light,#energy .sector-bg.colored-bg-light{background-color:#f7f8de}#it .sector-bg-light,#it .sector-bg.colored-bg-light{background-color:#def1f6}.sector-bg-white,.sector-bg.colored-bg-white{background:white}.sector-bg-white *,.sector-bg.colored-bg-white *{color:#000}.sector-bg-white img,.sector-bg.colored-bg-white img{width:auto;display:block;max-width:100%;margin:0 auto 1rem}.flexbox .sector-bg .col-xs-12,.flexbox .sector-bg-light .col-xs-12,.flexbox .sector-bg-white .col-xs-12{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.flexbox .sector-bg .col-xs-12 div,.flexbox .sector-bg-light .col-xs-12 div,.flexbox .sector-bg-white .col-xs-12 div{padding:0 1rem;margin-bottom:1rem;flex:0 1 auto}.flexbox .sector-bg .col-xs-12 div img,.flexbox .sector-bg-light .col-xs-12 div img,.flexbox .sector-bg-white .col-xs-12 div img{width:100%;margin:0}.arrow-list{margin:1rem 0}.arrow-list li{margin:0 0 0.5rem;list-style:none;font-size:1.2rem;padding-left:20px;position:relative}.arrow-list li:before{content:'\e903';font-family:'icomoon' !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;font-weight:400;color:#000;position:absolute;left:0}.contact-details{color:#000;font-weight:400;margin-bottom:0.25rem;display:inline-block;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;line-height:1}.contact-details:hover{color:#5a646e}.contact-details:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.25rem;margin-right:0.375rem}.contact-details.mobile:before{content:'\e912'}.contact-details.email:before{content:'\e915'}.contact-details.web:before{content:'\e91c'}.contact-details.fax:before{content:'\e91a'}.reverse-mobile,.floating-img-wrap{display:flex;align-items:flex-start}.floating-img-wrap .floating-img.right{order:1}@media (max-width: 991px){.floating-img-wrap{flex-direction:column}.floating-img-wrap .floating-img.right{order:0}.reverse-mobile{display:flex;flex-direction:column-reverse}.reverse-mobile .floating-img{margin-top:2rem}}@media (max-width: 767px){.center-mobile{text-align:center}.btn-transparent{margin-right:0}.arrow-list li{display:inline-block}.flex-row{justify-content:center}.floating-img.right,.floating-img.left{float:none;max-width:100%;margin:2rem 0;display:block}img.floating-img{width:auto;max-width:100%;display:block}img.floating-img.right{float:none;margin:1rem auto 2rem}img.floating-img.left{float:none;margin:1rem auto 2rem}.img-bg .img-offset,.colored-bg .img-offset{padding-top:33vh;position:relative !important}.img-bg .container *,.colored-bg .container *{color:#000}.img-bg:not(.img-bg-v2) h1,.img-bg:not(.img-bg-v2) h2,.img-bg:not(.img-bg-v2) h3,.img-bg:not(.img-bg-v2) h4,.img-bg:not(.img-bg-v2) h5,.img-bg:not(.img-bg-v2) p,.img-bg:not(.img-bg-v2) b,.img-bg:not(.img-bg-v2) strong,.img-bg:not(.img-bg-v2) i,.img-bg:not(.img-bg-v2) em,.img-bg:not(.img-bg-v2) li,.img-bg:not(.img-bg-v2) a{color:#000 !important}}.float-none{float:none}.mt-0{margin-top:0}@media (max-width: 991.98px){.mt-md-0{margin-top:0 !important}}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}@media (max-width: 991.98px){.mb-md-2{margin-bottom:2rem}}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mx-auto{margin-left:auto;margin-right:auto}@media (min-width: 768px){.text-sm-center{text-align:center}}.accordion{margin:.25rem 0;padding:1rem 0;border-top:1px solid #ccc}.accordion:first-child{border-top:none}.accordion .accordion-teaser{display:block;padding:1rem 10% 1rem 0;position:relative}.accordion .accordion-teaser:hover{cursor:pointer}.accordion .accordion-teaser:after{font-family:'icomoon' !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\e919';color:black;font-size:36px;position:absolute;right:0;top:1rem}.accordion .accordion-teaser:hover:after{color:grey}.accordion .accordion-teaser.open:after{content:'\e91b'}.accordion .accordion-teaser *{margin:0}.accordion .accordion-teaser h2::before,.accordion .accordion-teaser h3::before{display:none}.accordion .accordion-content{max-height:0;transition:max-height .2s ease-out;overflow:hidden;padding-right:10%}.accordion .accordion-content.open{max-height:2000px;transition:max-height .4s ease-in}@media (max-width: 1199px){.accordion .accordion-teaser{padding-right:4rem}.accordion .accordion-content{padding-right:4rem}}@media (max-width: 767px){.accordion *{text-align:left !important}.accordion .accordion-teaser{padding-right:3rem}.accordion .accordion-content{padding-right:3rem}}.apply-form-container{margin:0 auto;width:65%}@media (max-width: 1199.98px){.apply-form-container{width:90%}}@media (max-width: 991.98px){.apply-form-container{width:95%}}.stepper-wrapper{color:black;background:none;border:none;box-shadow:none;display:flex;flex-direction:row;justify-content:center;padding:2rem 0}@media (max-width: 991.98px){.stepper-wrapper{flex-direction:column}}.stepper-item{position:relative;display:flex;flex-direction:row;align-items:center;padding-left:1rem;padding-right:1rem}@media (max-width: 991.98px){.stepper-item{padding-left:0 !important}}.stepper-item::before{content:none !important}.stepper-item .step-counter{position:relative;display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background:#098af3;color:#f0f1f1}.stepper-item.active{position:relative;font-weight:bold}.stepper-item.completed .step-counter{background-color:#098af3;color:#f0f1f1}.stepper-item:first-child::before{content:none}.stepper-item:last-child::after{content:none}.step-name{padding-left:1rem;text-transform:uppercase}.steps-buttons{margin-top:1rem}.mr-0{position:relative;float:right}.ml-0{margin-left:0}.mt-xs{margin-top:10px !important}.mb-xs{margin-bottom:15px !important}.pl-1{padding-left:1rem}.px-1{padding-left:1rem;padding-right:1rem}.pl-xs{padding-left:0.625rem !important}.pt-xs{padding-top:10px !important}.py-1{padding-top:1rem;padding-bottom:1rem}.bb-1{border-bottom:1px solid gray}.w-100{width:100%}.error_text{color:#dd4343 !important}.form-section{padding:2rem 0;display:flex;flex-direction:row;align-items:center}@media (max-width: 991.98px){.form-section{flex-direction:column}}.form-section .w-50{width:50%}@media (max-width: 991.98px){.form-section .w-50{width:100%}}.form-section .w-left{width:40%}.form-section .w-right{width:60%}@media (max-width: 991.98px){.form-section .w-left,.form-section .w-right{width:100%}}.form-section span{display:flex;flex-direction:row}@media (max-width: 991.98px){.form-section span{flex-direction:column}}.form-section span label{width:30%;margin:0 !important}@media (max-width: 991.98px){.form-section span label{width:100%;margin:0 !important}}.form-section span input{width:70%}@media (max-width: 991.98px){.form-section span input{width:100%;margin:0 !important}}.form-section span select{width:70%}@media (max-width: 991.98px){.form-section span select{width:100%;margin:0 !important}}.form-column{display:flex;flex-direction:column;gap:10px}.form-column .w-50{width:50%}@media (max-width: 991.98px){.form-column .w-50{width:100%}}.form-column .busy-input-block{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;width:100%}.form-column .busy-input-block .busy-input-label{padding:0;margin:0;width:30%}@media (max-width: 991.98px){.form-column .busy-input-block .busy-input-label{width:100%;grid-column:1 / 4;grid-row:1}}.form-column .busy-input-block .busy-input{margin:0;width:35%}@media (max-width: 991.98px){.form-column .busy-input-block .busy-input{width:auto;grid-column:1 / 2;grid-row:2}}.form-column .busy-input-block .busy-input-check{padding:0;margin:0;width:15%}@media (max-width: 991.98px){.form-column .busy-input-block .busy-input-check{width:100%;grid-column:2 / 3;grid-row:2}}.form-column .busy-input-block .busy-input-extra{padding:0;margin:0;width:20%}@media (max-width: 991.98px){.form-column .busy-input-block .busy-input-extra{width:auto;grid-column:3 / 4;grid-row:2}}.form-column .busy-input-block .yearly{display:table-cell;text-align:center;font-weight:400;margin:5px;font-size:1rem}@media (max-width: 991.98px){.form-column .busy-input-block .yearly{text-align:left}}.form-column .busy-input-items{width:70%;display:inline-flex;align-items:center;flex-wrap:wrap}@media (max-width: 991.98px){.form-column .busy-input-items{width:100%}}.form-row{display:flex;flex-direction:row}.flex-end{justify-content:flex-end}.input-group{font-size:x-large;font-weight:600;margin:1rem 0rem}.form-input{background:#f0f1f1 !important;border:none !important;height:100%;padding:0 1rem;margin:0;height:40px}.form-input:select{background:#f0f1f1 !important;border:none !important;height:100%}.scrollable{height:200px;overflow-y:scroll}.input_handicap_flag{padding:1rem;background:#f0f1f1 !important;border:none !important}.input_container{display:flex;justify-content:flex-start;position:relative}.input_container .file_input_textholder{padding-left:10px;margin-top:10px;width:100%;height:40px;background-color:rgba(226,226,226,0.856);border:none;outline:none}.input_container .file_input_textholder.error{border:1px solid #dd4343}.input_container .file_input_cover{line-height:40px;height:40px;margin-left:7px;margin-top:11px;width:100px;font-weight:600;background-color:white;border:1px solid black;box-shadow:0 0 4px 1px rgba(0,0,0,0.062);display:inline-flex;justify-content:center;align-items:center}.input_container .functional_file_input{height:40px;width:100%;opacity:0;position:absolute;z-index:2;cursor:pointer}.extra_upload_field_button{width:80px;border:1px solid grey;text-align:center;height:40px;line-height:40px;font-weight:800;font-size:x-large;margin:0 2px;display:flex;align-items:center;justify-content:center}button{cursor:pointer}#application label{display:inline-flex;align-items:center;font-size:1.2rem;font-weight:normal}#application input,#application select{font-size:1.2rem}#application textarea{color:#000;width:100% !important;background:#f0f1f1;border:none;font-size:1.0625rem;padding:1rem;border-radius:unset;box-shadow:unset;-webkit-box-shadow:none}.form-apply-checkbox{width:22px;height:22px;padding-right:10px}.form-apply-checkbox-wrap{display:inline-flex}.form-apply-checkbox-wrap input,.form-apply-checkbox-wrap label{margin:0}.form-apply-checkbox-wrap label{padding-left:10px}#job-form{position:relative}#job-form:before{content:"";position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:999;background-color:rgba(255,255,255,0.5)}#job-form.loading:before{display:block}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.spinner-text{position:absolute;font-size:xx-large;font-weight:bold;top:35%;color:white;width:100%;text-align:center}.loading-banner{background-color:rgba(0,0,0,0.774);height:45rem;width:100%;height:100%;position:fixed;top:0;z-index:999}.loading-banner .spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.loading-banner .spinner__circle{position:relative;width:4.5rem;height:4.5rem;overflow:hidden;background-color:#006eb4;border-radius:100%;animation:spin 1s infinite linear}.loading-banner .spinner__circle-inner,.loading-banner .spinner__circle-gradient{position:absolute;width:4rem;height:4rem;transform:translate(-50%, -50%)}.loading-banner .spinner__circle-inner{top:50%;left:50%;background-color:#3f3f3f;border-radius:100%}.loading-banner .spinner__circle-gradient{top:-10px;left:40px;background-color:#006eb4;background-image:-moz-linear-gradient(#006eb4, #23a0c3, #c8d223, #f5aa19);background-image:-webkit-linear-gradient(#006eb4, #23a0c3, #c8d223, #f5aa19);background-image:linear-gradient(#006eb4, #23a0c3, #c8d223, #f5aa19);transform:rotate(-45deg)}#article .row-back,.article .row-back{margin-top:-3rem}#article .stage-image-wrapper,.article .stage-image-wrapper{background-image:url("../content/engineering.jpg")}#article .floating-img-content h3,.article .floating-img-content h3{color:#ffb100}#article .go-to,#article .more,.article .go-to,.article .more{color:#ffb100}#article .go-to:before,#article .more:before,.article .go-to:before,.article .more:before{color:#ffb100}#article .go-to:hover,#article .more:hover,.article .go-to:hover,.article .more:hover{color:#f8c44d}#article .go-to:hover:before,#article .more:hover:before,.article .go-to:hover:before,.article .more:hover:before{color:#f8c44d}#article .subnav ul,.article .subnav ul{border-bottom:none;display:flex;flex-wrap:wrap;align-items:center;margin:0;min-height:92px}#article .article-stage,.article .article-stage{position:relative;padding:0}#article .article-stage.stage-dark,.article .article-stage.stage-dark{min-height:calc(100vh - 92px - 92px)}#article .article-stage .article-stage-img,.article .article-stage .article-stage-img{height:100%;height:calc(100vh - 92px - 92px);width:100%;width:100vw;background-image:url("https://via.placeholder.com/1600x900/FFFCE6/93907a");background-position:center;background-repeat:no-repeat;background-size:cover}#article .article-stage time,.article .article-stage time{font-size:1.2rem}#article .article-stage .article-stage-content,.article .article-stage .article-stage-content{position:absolute;top:4rem;left:0;width:100%}#article .article-stage .article-stage-content *,.article .article-stage .article-stage-content *{color:white}#article .article-stage .article-stage-content h1,.article .article-stage .article-stage-content h1{margin:0.25rem 0 0.375rem;max-width:50%;overflow-x:visible}#article .article-stage.light-bg .article-stage-content *,.article .article-stage.light-bg .article-stage-content *{color:#000}#article .article-side-teaser,.article .article-side-teaser{background-color:#eaecf0;padding:20px}#article .article-content,.article .article-content{background-color:white}#article .article-content img,.article .article-content img{display:block;width:auto;height:auto;max-width:100%;margin:0 auto 1rem}@media (min-width: 1920px){#article .article-content img,.article .article-content img{width:100%}}#article .article-content p a:not(.btn-transparent),.article .article-content p a:not(.btn-transparent){color:#006eb4;font-weight:700}#article .article-content p a:not(.btn-transparent):hover,.article .article-content p a:not(.btn-transparent):hover{color:#66a8d2}#article .services,.article .services{padding:2rem 1.75rem;background:#f0f1f1;text-align:left;margin-bottom:1.5rem}#article .services h2,.article .services h2{font-size:1.25rem;font-weight:700;text-transform:none;margin:0 0 1rem;text-align:left}#article .services h2+p,.article .services h2+p{text-align:left}.article.article-alt .subnav ul{border-bottom:1px solid white}.article.article-alt .article-stage{padding:4rem 0;background:#000}.article.article-alt .article-stage .article-stage-content{position:relative;top:inherit;left:inherit}.article.article-alt .article-stage .article-stage-content *{text-align:center;color:white}.article.article-alt .article-stage .article-stage-content h1{margin:0.5rem 0;word-wrap:break-word;max-width:100%}.article-tile .subnav ul{border-bottom:none}.article-tile .stage .stage-content-wrapper .stage-content .go-to{color:white}.article-tile .stage .stage-content-wrapper .stage-content .go-to:hover{color:white}.light-bg .article-tile .stage .stage-content-wrapper .stage-content .go-to{color:#000}@media (min-width: 1600px){.article .article-stage .article-stage-content time{font-size:1.125rem}.article .article-stage .article-stage-content h1{font-size:3rem}.article .article-stage .article-stage-content p{font-size:1.125rem}}@media (max-width: 1199px){.article:not(.article-alt) .article-stage .article-stage-content h1{max-width:66%}}@media (max-width: 767px){.article .article-stage .article-stage-content h1,.article:not(.article-alt) .article-stage .article-stage-content h1{max-width:100%}.article:not(.article-alt) .article-stage .article-stage-img{height:33%;height:33vh}.article:not(.article-alt) .article-stage .article-stage-content{position:relative;top:inherit;left:inherit;padding:2rem 0}.article:not(.article-alt) .article-stage .article-stage-content *{color:#000}.article:not(.article-alt) .article-stage .narrow{padding-bottom:0}.article-tile .stage .stage-content-wrapper .stage-content .go-to{color:#000}.article-tile .stage .stage-content-wrapper .stage-content .go-to:hover{color:#000}.light-bg .article-tile .stage .stage-content-wrapper .stage-content .go-to{color:#000}.light-bg .article-tile .stage .stage-content-wrapper .stage-content .go-to:hover{color:#000}}.blog-filter{padding:3rem 0;background:black;color:white}.blog-filter h1{color:white;margin-bottom:1.5rem;font-size:3rem}.blog-slider-wrapper{background:#EAECF0;padding-top:4rem;padding-bottom:4rem}.blog-slider-wrapper .blog-slider .blog-slide{padding:15px}.blog-slider-wrapper .blog-slider .blog-slide:focus{outline:none}.blog-slider-wrapper .blog-slider .blog-slide article{position:relative}.blog-slider-wrapper .blog-slider .blog-slide article img{width:100%;height:auto;margin-bottom:1rem}.blog-slider-wrapper .blog-slider .blog-slide article time{font-size:1rem}.blog-slider-wrapper .blog-slider .blog-slide article p{font-size:1rem}.blog-slider-wrapper .blog-slider .blog-slide article h3{margin:.375rem 0 .5rem;font-size:1.75rem}@media (max-width: 767.98px){.blog-slider-wrapper .blog-slider .slick-arrow{display:none !important}}.blog-slider-container{padding-left:0;padding-right:0}@media (min-width: 768px){.blog-slider-container{padding-left:40px;padding-right:40px}}@media (min-width: 870px){.blog-slider-container{padding-left:0;padding-right:0}}@media (min-width: 992px){.blog-slider-container{padding-left:35px;padding-right:35px}}@media (min-width: 1090px){.blog-slider-container{padding-left:0;padding-right:0}}@media (min-width: 1200px){.blog-slider-container{padding-left:35px;padding-right:35px}}@media (min-width: 1300px){.blog-slider-container{padding-left:0;padding-right:0}}.grid-wrapper{margin:4rem 0 2rem}.grid-wrapper .grid .grid-item article{padding-bottom:2.5rem;margin-bottom:2rem}.grid-wrapper .grid .grid-item p{font-size:1rem}.grid-wrapper .grid .grid-item img{width:100%;height:auto;margin-bottom:1rem}.grid-wrapper .grid .grid-item time{font-size:1rem}.grid-wrapper .grid .grid-item h3{margin:.375rem 0 .5rem;font-size:1.75rem}.grid-wrapper .load-more{display:block;width:13.75rem;margin:2rem auto 1rem auto}@media (max-width: 767px){.grid-wrapper{margin:4rem 0 2rem}.grid-wrapper .grid .grid-item{width:100%;text-align:center}.blog-slide .more{justify-content:flex-start}}.button-plus-accordion{display:block;position:absolute;margin:0;width:1.2rem;height:1.2rem;right:0;top:0;padding:0.8rem;border:2px solid;border-radius:50%;box-shadow:none;color:white;border-color:white;background-color:transparent;user-select:none;transition:color 0.2s ease, background-color 0.2s ease;appearance:none;z-index:-1}.nav-mobile-trigger.active .button-plus-accordion{color:black;background-color:white;text-decoration:none}.nav-mobile-trigger.active .button-plus-accordion .icon{fill:black}.button-plus-accordion .icon{fill:white;margin-right:0;width:1.4rem;height:1.4rem;transform:translateX(-49%) translateY(-50%);transition:fill 0.2s ease, fill-opacity 0.2s ease;transition:fill 0.2s ease, stroke 0.2s ease}.nav-mobile-trigger.active .button-plus-accordion .icon{transform:rotate(45deg) translateX(-68%) translateY(0%)}#career .stage-image-wrapper{background-image:url("../content/karriere_stage_01.jpg")}.intro-white .more{display:inline-block;margin-top:1rem}.job-search{background:#eaecf0}.job-search .filter{margin-top:0}.job-search .filter>.row{margin-right:0;margin-left:0;padding:0.375rem 0;display:flex;flex-direction:row;align-items:center}.job-search .filter label{width:120px;margin-right:1rem;margin-bottom:0;float:left;font-weight:400;text-align:left}.job-search .filter .custom-dropdown{width:100%;border:solid 1px #000}.job-search .filter .custom-dropdown .selection{font-weight:400;text-transform:none}.job-search .filter .custom-dropdown select{background-color:white;color:black}.job-search label,.job-search b,.job-search span{color:#000}.job-search b{display:block;width:100%;text-align:center;font-size:8rem;line-height:0.8;margin-top:1rem}.job-search span:not(.btn-span){font-weight:700;text-transform:uppercase;font-size:1.2rem;display:block;text-align:center;margin-bottom:1.5rem}.job-search button,.job-search a{width:100%;display:block}.job-search.black-bg{background-color:#000}.job-search.black-bg label,.job-search.black-bg b,.job-search.black-bg span{color:white}.job-search.black-bg .custom-dropdown{border:1px solid white}.no-flexbox #job-search .filter label{margin-top:9px}#company-culture{background-color:#006eb4;background-image:url("https://via.placeholder.com/1600x900");background-position:center;background-size:100%;background-size:cover;background-repeat:no-repeat}#company-culture *{color:white}@media (max-width: 991px){#company-culture{text-align:center}}@media (max-width: 767px){.job-search .filter label{text-align:left}.job-search #number-of-jobs{margin-top:2.75rem}.job-search .span.selection{color:#000}#rahmenbedingungen ul{display:flex;flex-direction:column}#rahmenbedingungen ul li{width:auto;display:list-item}}@media (max-width: 450px){.job-search .filter>.row{display:block;padding:0.5rem 0 1rem}.job-search .filter .col-xs-3,.job-search .filter .col-xs-9{width:100%;float:none}.job-search .filter label{display:block;width:100%;margin:0 0 1rem}.job-search .filter .custom-dropdown,.job-search .filter .custom-dropdown-alternative{margin-left:0}}@media (max-width: 375px){#counter{transform:scale(0.8) translate3d(-5%, 0, 0)}}#counter span{background:#000;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );color:white;padding:0.6875rem 0.375rem 0.375rem;margin:0 0.25rem 0 0;border:1px solid #e8e8e8;border-radius:4px;font-size:2rem;line-height:1}#counter span.decimal{color:#db1a49}#counter span.unit{background:transparent;border:none;color:#000}#company .stage-image-wrapper{background-image:url("../content/company.jpg")}#board,#management{background-color:#111;background-image:url("https://via.placeholder.com/1600x2000/000000/ffffff")}#board h2,#board h2+p,#board b,#board strong,#management h2,#management h2+p,#management b,#management strong{color:white}#board .board-member,#management .board-member{margin-bottom:1rem}#board .board-member .board-member-content,#management .board-member .board-member-content{padding:1.25rem 0.75rem 1rem 0.75rem;background:white;text-align:center}#board .board-member .board-member-content h3,#management .board-member .board-member-content h3{font-size:1.2rem;margin-bottom:0.375rem}#board .board-member .board-member-content p,#management .board-member .board-member-content p{font-size:0.875rem;margin-bottom:0}#board .board-member,#management .board-member{margin-bottom:1rem;display:flex;flex-direction:column}#board .board-member .board-member-content,#management .board-member .board-member-content{padding:1.25rem 0.75rem 1rem 0.75rem;background:white;text-align:center;flex-grow:1}#figures{background-color:#eaecf0}#figures .figure .figure-numbers{padding-top:2px}#figures .figure .figure-space{height:5rem}#figures .figure i{font-size:5rem;color:black}#figures .figure b{font-size:6.25rem;line-height:1;font-weight:200;vertical-align:super}#figures .figure span{font-size:2.5rem;font-weight:200;vertical-align:bottom}#figures .figure p{font-size:1.2rem}#values .img-offset{background-color:#555e68;background-image:url("https://via.placeholder.com/1600x900")}#vision .img-offset{background-color:#000;background-image:url("https://via.placeholder.com/1600x900");background-size:100%;background-size:cover;background-repeat:no-repeat;background-position:left center}#press-sec .img-offset{background-color:#f9f9f9;background-image:url("https://via.placeholder.com/1600x900");background-size:100%;background-size:cover;background-repeat:no-repeat;background-position:center}#press-sec .btn{display:inline-block}@media (max-width: 1199px){#figures .figure i{font-size:3.5rem}#figures .figure b{font-size:5rem}}@media (max-width: 991px){#figures .figure .figure-space{height:4rem}#figures .figure i{font-size:3.5rem}#figures .figure b{font-size:5rem}#figures .figure span{font-size:1.125rem}#figures .figure p{font-size:1rem}}@media (max-width: 767px){#figures .figure .figure-space{height:0}#figures .figure .figure-icon-wrapper{padding-top:1rem}#figures .figure i{font-size:3.5rem}#figures .figure b{font-size:5rem}#figures .figure span{font-size:1.125rem}#figures .figure p{font-size:1rem}#values h2,#values p{text-align:center}#vision>.container>.row{padding-top:1rem}#vision h2,#vision p{text-align:center}}@media (max-width: 500px){#figures .figure i{font-size:3rem}#figures .figure b{font-size:4.5rem}}@media (max-width: 400px){#figures .figure .figure-icon-wrapper{padding-top:2rem}#figures .figure i{font-size:2.5rem}#figures .figure b{font-size:4rem}}@media (max-width: 350px){#figures .figure .figure-icon-wrapper{padding-top:2rem}#figures .figure i{font-size:2.5rem}#figures .figure b{font-size:4rem}#figures .figure span{font-size:1rem}#figures .figure p{font-size:0.9375rem}}#concludis_application_form{padding:4rem 0}#concludis_application_form .concludis-headline{background-color:#000;text-align:center;font-size:2.5rem;margin-bottom:1rem;color:white;font-weight:900;padding-top:100px;margin-top:-4rem;padding-right:15px;padding-left:15px;height:350px}@media (max-width: 991px){#concludis_application_form .concludis-headline{padding-top:50px}}@media (max-width: 767px){#concludis_application_form .concludis-headline{font-size:1.75rem;height:250px}}@media (max-width: 619px){#concludis_application_form .concludis-headline{font-size:1.5rem}}@media (max-width: 415px){#concludis_application_form .concludis-headline{font-size:1.2rem;padding-top:30px}}#concludis_application_form .idealsteps-container,#concludis_application_form #frame_jsapply,#concludis_application_form #mobile_body>div:not([class]){margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}@media (min-width: 768px){#concludis_application_form .idealsteps-container,#concludis_application_form #frame_jsapply,#concludis_application_form #mobile_body>div:not([class]){width:750px !important}}@media (min-width: 992px){#concludis_application_form .idealsteps-container,#concludis_application_form #frame_jsapply,#concludis_application_form #mobile_body>div:not([class]){width:970px !important}}@media (min-width: 1200px){#concludis_application_form .idealsteps-container,#concludis_application_form #frame_jsapply,#concludis_application_form #mobile_body>div:not([class]){width:1170px !important}}#concludis_application_form #ladediv{box-shadow:none;z-index:10000000}#concludis_application_form .idealsteps-nav{color:black;background:none;border:none;border-bottom:1px solid;-webkit-box-shadow:none;box-shadow:none;border-radius:unset;display:flex !important;justify-content:center !important}#concludis_application_form .idealsteps-nav a{text-transform:uppercase;background:none;padding:0;padding-left:17px}#concludis_application_form .idealsteps-nav a:hover{text-decoration:none}#concludis_application_form .idealsteps-nav a.clickable{color:black;text-transform:uppercase}#concludis_application_form .idealsteps-nav a:after,#concludis_application_form .idealsteps-nav a:before{border:none}#concludis_application_form .idealsteps-nav li{padding-right:30px}@media (max-width: 570px){#concludis_application_form .idealsteps-nav li{width:100%}}#concludis_application_form .idealsteps-nav li:before{top:50%;transform:translateY(-50%);content:' ';width:30px;height:30px;background-image:url("../img/icons-concludis/2.png");background-size:30px;background-repeat:no-repeat}#concludis_application_form .idealsteps-nav li:first-child:before{padding-right:0;background-image:url("../img/icons-concludis/1.png")}#concludis_application_form .idealsteps-nav li:last-child:before{padding-right:0;background-image:url("../img/icons-concludis/3.png")}#concludis_application_form .field{width:57%;float:right}#concludis_application_form .field .select_fullfield,#concludis_application_form .field .form-control{color:#000;font-size:1.0625rem;width:72%;background:#f0f1f1;height:40px;position:relative;display:inline-block;padding:0.65rem 0;border:1px solid white;border-radius:unset;box-shadow:unset;-webkit-box-shadow:none}@media (max-width: 619px){#concludis_application_form .field .select_fullfield,#concludis_application_form .field .form-control{width:97%}}#concludis_application_form .field .select_fullfield{padding:0 0.7rem}#concludis_application_form .field .form-control{width:100%}#concludis_application_form .field input,#concludis_application_form .field input#email{color:#000;width:72%;height:40px;padding:1rem;background:#f0f1f1;border:none;margin:0;font-size:1.0625rem;border-radius:unset;box-shadow:unset;-webkit-box-shadow:none}@media (max-width: 619px){#concludis_application_form .field input,#concludis_application_form .field input#email{width:97%}}@media (max-width: 619px){#concludis_application_form .field input.phone{width:97%}}@media (max-width: 619px){#concludis_application_form .field .field-wrap{width:100% !important}}#concludis_application_form .field textarea{color:#000;width:100% !important;background:#f0f1f1;border:none;font-size:1.0625rem;padding:1rem;border-radius:unset;box-shadow:unset;-webkit-box-shadow:none}#concludis_application_form .field .concludisicon{right:0;text-align:right}#concludis_application_form .field .concludisicon:before{font-size:0.5rem}@media (max-width: 991px){#concludis_application_form .field{width:100%;float:left}}#concludis_application_form label{line-height:1.6;font-size:1.0625rem;font-weight:normal}#concludis_application_form h3{font-weight:900;width:30%;text-align:center;float:left;position:absolute}@media (max-width: 991px){#concludis_application_form h3{width:100%;float:left;text-align:left;position:relative}}@media (min-width: 1760px){#concludis_application_form h3{width:25%}}@media (min-width: 2100px){#concludis_application_form h3{width:20%}}@media (min-width: 2700px){#concludis_application_form h3{width:15%}}#concludis_application_form .pflichtangaben{float:unset !important;text-transform:none;font-weight:normal;position:absolute;right:34%;padding-top:50px}@media (max-width: 991px){#concludis_application_form .pflichtangaben{float:right !important;position:relative;right:0;margin-top:-45px !important;margin-right:-10px}}#concludis_application_form .pflichtangaben .concludisicon-asterisk{font-size:0.5rem;vertical-align:top}#concludis_application_form .pflichtangaben .concludisicon-asterisk:before{vertical-align:top !important}#concludis_application_form button{display:inline-block;margin-bottom:0;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;font-size:14px;line-height:1.42857143;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-transform:uppercase;font-family:'Open Sans', Helvetica, Arial, sans-serif;font-size:0.75rem;padding:0.5rem 1.5rem;transition:all 0.5s;background:white;border:1px solid white;border-radius:0;font-weight:700;color:#000;border-color:#000}#concludis_application_form button:hover{color:white;background-color:#000}#concludis_application_form #section_documents p{width:57%;position:relative;float:right;margin-top:20px}@media (max-width: 991px){#concludis_application_form #section_documents p{width:100%}}#concludis_application_form #section_documents .ideal-file-upload{right:20px}#concludis_application_form #section_documents .ideal-file-filename{width:80%}#concludis_application_form #section_documents .fld_upload_buttons{clear:both;margin-top:5px;right:20px;float:right;position:relative;margin-top:30px}#concludis_application_form #datenschutzdiv{width:57%;float:right}@media (max-width: 991px){#concludis_application_form #datenschutzdiv{width:100%}}#concludis_application_form .datenschutzok label{width:100%}@media (max-width: 991px){#concludis_application_form .datenschutzok label{text-align:left}}#concludis_application_form .label-on-top{width:97%}#concludis_application_form form.idealforms .ideal-check,#concludis_application_form form.idealforms .ideal-radio{margin-top:4px}#frame_jsapply{height:auto !important}#consulting .stage-image-wrapper{background-image:url("../content/consulting.jpg")}#consulting .floating-img-content h3,#consulting .floating-img-content h4{color:#0093ef}#consulting .more{color:#0093ef}#consulting .more:before{color:#0093ef}#consulting .more:hover{color:#66a8d2}#consulting .more:hover:before{color:#66a8d2}.head-of h4{font-weight:normal;font-size:1.25rem;margin-bottom:.5rem}.head-of h5{font-size:1.75rem;margin-bottom:1rem}@media (max-width: 767px){.head-of{text-align:center}.head-of img{max-width:400px;margin-bottom:2rem}#business{padding-top:1rem}}.contact-box h3{font-size:1.75rem}.contact-box .contact-details{justify-content:center}@media (max-width: 767px){.contact-box img{max-width:66%;margin-bottom:1.5rem}}#contact form{margin-top:3rem}#contact .search-wrapper form{margin-top:0}#contact textarea{margin-bottom:3rem}#contact select{background-color:white;color:black}.cc-window{padding:1.5rem 2rem !important}.cc-window .cc-message{font-size:0.9375rem;color:rgba(255,255,255,0.9)}.cc-window .cc-message .cc-link{display:table-cell;text-decoration:none;padding:0.375rem 0 0.125rem;line-height:1;border-bottom:1px solid rgba(255,255,255,0.8);color:rgba(255,255,255,0.9)}.cc-window .cc-message .cc-link:hover{color:white !important;text-decoration:none;border-bottom:1px solid white}.cc-window .cc-compliance{margin-top:0.25rem}.cookie-advice{width:100%;max-height:75%;border-top:1.5rem solid #eaecf0;border-bottom:2rem solid #eaecf0;background-color:#eaecf0;position:fixed;bottom:0;left:0;z-index:99992;overflow:auto;-webkit-overflow-scrolling:touch}.cookie-advice-settings{width:100%;height:100%;background-color:rgba(0,0,0,0.85);position:fixed;top:0;left:0;right:0;bottom:0;z-index:100000;overflow:auto;-webkit-overflow-scrolling:touch}.cookie-advice-settings .cookie-advice-wrapper{padding:1.5rem 1.75rem 2rem 1.75rem;margin:3rem auto;max-width:50rem}.cookie-advice-settings .cookie-advice-button{padding-left:0.8rem;padding-right:0.8rem;width:100%}@media (min-width: 576px){.cookie-advice-settings .cookie-advice-button{width:50%}}@media (min-width: 992px){.cookie-advice-settings .cookie-advice-group{display:block}}.cookie-advice-settings .cookie-advice-group-item{width:100%;margin:0}.cookie-advice-settings .cookie-advice-group-item:first-child{margin-top:0}.cookie-advice-wrapper{background-color:#eaecf0;font-size:0.8rem;letter-spacing:0.025em}.cookie-advice-lead{font-size:1.2rem;font-weight:bold}.cookie-advice-text{margin-top:0.5rem}.cookie-advice-text:first-child{margin-top:0}.cookie-advice-link{text-decoration:underline}.cookie-advice-link:active,.cookie-advice-link:hover{text-decoration:none}.cookie-advice-button{white-space:normal}.cookie-advice-list{position:relative;margin:0;margin-top:1.5rem;padding:0;list-style:none}.cookie-advice-list-item{position:relative;margin-top:1.5rem}.cookie-advice-list-item:first-child{margin-top:0}.cookie-advice-list-item::before{display:none}.cookie-advice-checkbox{width:1.1rem;height:1.1rem;border:0;box-shadow:none;position:absolute;top:0;left:0;z-index:9;opacity:0;cursor:pointer}.cookie-advice-checkbox:checked+.cookie-advice-checkbox-label:before{background:#006eb4}.cookie-advice-checkbox:checked+.cookie-advice-checkbox-label:after{display:block}.cookie-advice-checkbox:disabled+.cookie-advice-checkbox-label{opacity:0.5;user-select:none;cursor:auto}.cookie-advice-checkbox-wrapper{position:relative;width:100%;max-width:100%}.cookie-advice-checkbox-label{display:block;margin:0;padding:0;padding-left:1.75rem;font-weight:bold;letter-spacing:0.025em;cursor:pointer;user-select:none}.cookie-advice-checkbox-label:before{content:'';display:block;width:1.1rem;height:1.1rem;background:#fff;position:absolute;top:0;left:0}.cookie-advice-checkbox-label:after{content:'';display:none;font-size:0.5rem;position:absolute;top:0.24rem;left:0.1rem;width:0.8rem;height:0.6rem;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgd2lkdGg9IjE3IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTcgMTQiIHZlcnNpb249IjEuMSINCiAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogIDxnIGNsYXNzPSJuYy1pY29uLXdyYXBwZXIiIGZpbGw9IiMxMTExMTEiPg0KICAgIDxnIGlkPSJERVNLIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICAgIDxnIGlkPSJTRVJWSUNFIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjk0IC0xOTMzKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJub256ZXJvIj4NCiAgICAgICAgPGcgaWQ9Ik1BSUwtLS1GT1JNVUxBUiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjkwIDg0NCkiPg0KICAgICAgICAgIDxwYXRoIGlkPSJQYXRoLTMiIGQ9Ik0xOS4yMjYgMTA4OS4zNjdsMS41NDggMS4yNjYtOS42MjMgMTEuNzYxLTYuNzcxLTUuMzUgMS4yNC0xLjU3IDUuMjI5IDQuMTMyeiI+PC9wYXRoPg0KICAgICAgICA8L2c+DQogICAgICA8L2c+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4=");background-position:center;background-size:cover}.cookie-advice-group{position:relative;margin:0;margin-top:1.75rem;padding:0;list-style:none;text-align:center}@media (min-width: 992px){.cookie-advice-group{display:flex}}.cookie-advice-group-item{position:relative}@media (min-width: 992px){.cookie-advice-group-item{margin:0 0.5rem}.cookie-advice-group-item:first-child{margin-left:0}.cookie-advice-group-item:last-child{margin-right:0}}.cookie-advice-group-item .cookie-advice-button.btn-transparent.dark{margin:0 auto}.cookie-advice-group-item .cookie-advice-link{display:inline-block;vertical-align:top;padding-top:0.5rem;margin-bottom:0.5rem}.cookie-advice-group-item .cookie-advice-button--dismiss.btn-transparent.dark{margin:0 auto}@media (min-width: 992px){.cookie-advice-group-item .cookie-advice-button--dismiss.btn-transparent.dark{margin:0 auto}}.cookie-advice-group-item .cookie-advice-button--accept{margin:0 auto}@media (min-width: 992px){.cookie-advice-group-item .cookie-advice-button--accept{margin:0 auto}}.cookie-advice ul li::before,.cookie-advice-settings ul li::before{display:none}.filter{margin-top:2rem}.filter>*{font-weight:400}.filter label{font-size:1.0625rem}.filter .custom-dropdown,.filter .custom-dropdown-alternative{width:280px;height:40px;position:relative;display:inline-block;margin-left:0.75rem;border:1px solid white;cursor:pointer;outline:none;transition:top .5s ease}.filter .custom-dropdown select,.filter .custom-dropdown-alternative select{width:100%;background:#000;color:#fff;opacity:0;height:100%;cursor:pointer}.filter .custom-dropdown .selection,.filter .custom-dropdown-alternative .selection{position:absolute;top:10px;left:14px;font-size:16px}.filter .custom-dropdown:hover,.filter .custom-dropdown-alternative:hover{cursor:pointer}.filter .custom-dropdown:before,.filter .custom-dropdown-alternative:before{content:'\e913';font-family:'icomoon' !important;position:absolute;right:14px;top:14px;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;font-weight:bold;color:white;transform:rotate(90deg)}.filter .custom-dropdown:after,.filter .custom-dropdown-alternative:after{content:""}.filter .custom-dropdown .custom-drop-down-trigger,.filter .custom-dropdown-alternative .custom-drop-down-trigger{position:absolute;width:100%;height:100%;top:0;left:0;z-index:2}.filter .custom-dropdown-options,.filter .custom-dropdown-alternative-options{position:absolute;width:calc(100% + 2px);bottom:1px;left:-1px;max-height:calc(100vh - 92px + 40px);transform:translateY(100%);z-index:1000;border:1px solid white;border-top:none;background:black;overflow-y:auto;opacity:0;visibility:hidden;transition:visibility 0.5s ease,opacity 0.5s ease}.filter .custom-dropdown-options .custom-dropdown-option,.filter .custom-dropdown-alternative-options .custom-dropdown-option{font-size:16px;width:100%;min-height:40px;padding:0 15px;text-align:left;display:inline-flex;align-items:center}.filter .custom-dropdown-options .custom-dropdown-option:first-child,.filter .custom-dropdown-alternative-options .custom-dropdown-option:first-child{padding-top:5px}.filter .custom-dropdown-options .custom-dropdown-option:hover,.filter .custom-dropdown-options .custom-dropdown-option.selected,.filter .custom-dropdown-alternative-options .custom-dropdown-option:hover,.filter .custom-dropdown-alternative-options .custom-dropdown-option.selected{text-decoration:underline;text-underline-offset:0.12em}.filter .custom-dropdown-options .custom-dropdown-option.disabled,.filter .custom-dropdown-alternative-options .custom-dropdown-option.disabled{opacity:0.7}.filter .custom-dropdown-options .custom-dropdown-option.disabled:hover:not(.selected),.filter .custom-dropdown-alternative-options .custom-dropdown-option.disabled:hover:not(.selected){background-color:transparent}.filter .custom-dropdown.opened,.filter .custom-dropdown-alternative.opened{border-bottom:none}.filter .custom-dropdown.opened:after,.filter .custom-dropdown-alternative.opened:after{opacity:0.7;position:absolute;width:calc(100% - 30px);left:50%;bottom:1px;transform:translateX(-50%);height:1px;background-color:white}.filter .custom-dropdown.opened .custom-dropdown-options,.filter .custom-dropdown-alternative.opened .custom-dropdown-options{visibility:visible;opacity:1}.filter .filter-label{display:block;margin-bottom:.5rem}.filter .filter-label+.custom-dropdown{margin-left:0}.no-more-results,.no-results,.ajax-error{font-size:1.2rem;text-align:center;padding:2rem 0}.no-more-results,.ajax-error{display:none}#jobs .custom-dropdown,#career .job-search.colored-bg .custom-dropdown{background:white}@media (max-width: 575.98px){#jobs .custom-dropdown,#career .job-search.colored-bg .custom-dropdown{margin-left:0}}#jobs .custom-dropdown:before,#career .job-search.colored-bg .custom-dropdown:before{color:black}#jobs .custom-dropdown select,#career .job-search.colored-bg .custom-dropdown select{height:36px;margin-top:-8px}#jobs .custom-dropdown .selection,#career .job-search.colored-bg .custom-dropdown .selection{color:#000}#contact .contact-form>.row{margin-bottom:0.5rem;padding:0}#contact .contact-row{display:flex;flex-direction:row;align-items:center;padding:0}#contact label{font-size:1.2rem;color:#000;font-weight:400}#contact .filter{margin:0}#contact .filter .custom-dropdown{background:#f0f1f1;width:100%;margin-left:0}#contact .filter .custom-dropdown:before{color:black}#contact .filter .custom-dropdown select{height:36px;margin-top:-8px}#contact .filter .custom-dropdown .selection{color:#000}#contact input:not(.search-input){width:100%;height:40px;padding:1rem;background:#f0f1f1;border:none;margin:0;font-size:1.2rem}#contact textarea{width:100%;background:#f0f1f1;border:none;font-size:1.2rem;padding:1rem}@media (max-width: 767px){#contact label{display:block;margin:1rem 0 0.5rem;text-align:left}#contact .contact-row{display:block}}#energy .stage-image-wrapper{background-image:url("../content/energy.jpg");background-position:center top}#energy .floating-img-content h3,#energy .floating-img-content h4{color:#c8d223}#energy .go-to,#energy .more{color:#c8d223}#energy .go-to:before,#energy .more:before{color:#c8d223}#energy .go-to:hover,#energy .more:hover{color:#d9e065}#energy .go-to:hover:before,#energy .more:hover:before{color:#d9e065}#energy .intro-light{background:#f7f8de}#mobility{background-color:#c8d223;background:-moz-linear-gradient(top, #b2bb1f 0%, #c4ce22 50%, #c4ce22 80%, #b2bb1f 100%);background:-webkit-linear-gradient(top, #b2bb1f 0%, #c4ce22 50%, #c4ce22 80%, #b2bb1f 100%);background:linear-gradient(to bottom, #b2bb1f 0%, #c4ce22 50%, #c4ce22 80%, #b2bb1f 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2bb1f', endColorstr='#b2bb1f',GradientType=0 );color:white}#mobility h3{color:white}#mobility .diagram{background:url("../content/mobility.png") no-repeat center;background-size:100%;background-size:contain;width:600px;height:380px;position:relative}#mobility .diagram:before{content:'2019';position:absolute;font-size:120px;font-weight:bold;width:300px;color:rgba(255,255,255,0.65);left:-310px;top:30%}#mobility .diagram .wrapper{position:absolute;right:7%;font-size:40px;text-align:left}#mobility .diagram .wrapper.sun-wrapper{top:4%}#mobility .diagram .wrapper.light-wrapper{top:36%;right:5%}#mobility .diagram .wrapper.wind-wrapper{top:68%}#mobility .diagram .wrapper p{font-size:13px;width:130px}@media (max-width: 991px){#mobility .diagram{width:100%}#mobility .diagram .wrapper{position:absolute;right:13%;font-size:32px}#mobility .diagram .wrapper.sun-wrapper{top:5%}#mobility .diagram .wrapper.light-wrapper{top:39%;right:11%}#mobility .diagram .wrapper.wind-wrapper{top:72%}}@media (max-width: 650px){#mobility .diagram{height:350px}#mobility .diagram .wrapper{right:8%;font-size:30px}#mobility .diagram .wrapper.sun-wrapper{top:5%}#mobility .diagram .wrapper.light-wrapper{top:39%;right:6%}#mobility .diagram .wrapper.wind-wrapper{top:72%}}@media (max-width: 600px){#mobility .diagram{height:330px}#mobility .diagram .wrapper{right:6%;font-size:30px}#mobility .diagram .wrapper.sun-wrapper{top:4%}#mobility .diagram .wrapper.light-wrapper{top:38%;right:4%}#mobility .diagram .wrapper.wind-wrapper{top:71%}}@media (max-width: 500px){#mobility .diagram{height:300px}#mobility .diagram .wrapper{right:5%;font-size:30px}#mobility .diagram .wrapper.sun-wrapper{top:5%}#mobility .diagram .wrapper.light-wrapper{top:37%;right:4%}#mobility .diagram .wrapper.wind-wrapper{top:68%}#mobility .diagram .wrapper p{font-size:11px;width:100px}}@media (max-width: 460px){#mobility .diagram .wrapper{right:4%}#mobility .diagram .wrapper.sun-wrapper{top:8%}#mobility .diagram .wrapper.light-wrapper{top:37%;right:3%}#mobility .diagram .wrapper.wind-wrapper{top:65%}}@media (max-width: 420px){#mobility .diagram .wrapper{right:4%}#mobility .diagram .wrapper.sun-wrapper{top:11%}#mobility .diagram .wrapper.light-wrapper{top:37%;right:3%}#mobility .diagram .wrapper.wind-wrapper{top:62%}}@media (max-width: 390px){#mobility .diagram .wrapper{right:2%}#mobility .diagram .wrapper.sun-wrapper{top:13%}#mobility .diagram .wrapper.light-wrapper{top:37%;right:1%}#mobility .diagram .wrapper.wind-wrapper{top:60%}}@media (max-width: 360px){#mobility .diagram{height:250px}#mobility .diagram .wrapper{right:3%;font-size:24px}#mobility .diagram .wrapper.sun-wrapper{top:10%}#mobility .diagram .wrapper.light-wrapper{top:37%;right:0%}#mobility .diagram .wrapper.wind-wrapper{top:63%}#mobility .diagram .wrapper p{width:84px}}@media (max-width: 340px){#mobility .diagram .wrapper{text-align:center}#mobility .diagram .wrapper.sun-wrapper{top:-3%}#mobility .diagram .wrapper.light-wrapper{top:37%}#mobility .diagram .wrapper.wind-wrapper{top:75%}#mobility .diagram .wrapper p{width:90px}}#engineering .stage-image-wrapper{background-image:url("../content/engineering.jpg")}#engineering .floating-img-content h3,#engineering .floating-img-content h4{color:#ffb100}#engineering .go-to,#engineering .more{color:#ffb100}#engineering .go-to:before,#engineering .more:before{color:#ffb100}#engineering .go-to:hover,#engineering .more:hover{color:#f8c44d}#engineering .go-to:hover:before,#engineering .more:hover:before{color:#f8c44d}#error #content{background-color:#006eb4;background-image:url("../content/404.jpg");background-size:100%;background-size:cover;background-repeat:no-repeat;background-position:center;height:100%;height:calc(100vh - 92px);width:100%;width:100vw;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}#error #content .error-content{display:inline-block}#error #content .error-content *{color:white}#error #content .error-content h1{font-size:12rem;font-weight:700;line-height:1}#error #content .error-content h2{font-size:2rem;font-weight:700}#error #content .error-content p{font-size:1.2rem;font-weight:400}.no-flexbox #error #content .error-content{margin-top:15%}@media (max-width: 500px){#error #content .error-content h1{font-size:8rem}#error #content .error-content h2{font-size:1.5rem}}@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,0.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial, sans-serif;background:#fff;background:rgba(255,255,255,0.3);color:#000;border:none;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch;overflow-y:scroll}.featherlight iframe{border:none}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}@media only screen and (max-width: 1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}.footer-seperator{margin:1rem auto 2rem;height:2px;width:100%;max-width:400px;background:#006eb4;background:-moz-linear-gradient(left, #006eb4 5%, #23a0c3 40%, #c8d223 70%, #f5aa19 100%);background:-webkit-linear-gradient(left, #006eb4 5%, #23a0c3 40%, #c8d223 70%, #f5aa19 100%);background:linear-gradient(to right, #006eb4 5%, #23a0c3 40%, #c8d223 70%, #f5aa19 100%)}#main-footer{padding:3rem 0 2rem;position:relative}#main-footer small,#main-footer address,#main-footer a,#main-footer p{font-size:.875rem;margin-bottom:0}#main-footer a:hover{color:#5a646e}#main-footer .row{padding:.75rem 0}#main-footer h2{font-size:3.75rem}@media (max-width: 767.98px){#main-footer h2{font-size:3rem}}#main-footer .contact-details{font-weight:900;margin-bottom:.375rem;justify-content:center}#main-footer .social-media-icons{margin-top:1.5rem}#main-footer .social-media-icons a{display:inline-block;line-height:36px;color:#000;font-size:12px;height:36px;width:36px;border:1px solid #5a646e;border-radius:18px;margin-right:.375rem}#main-footer .social-media-icons a.icon-linkedin:hover,#main-footer .social-media-icons a.icon-linkedin:focus{color:#007AB9;border-color:#007AB9}#main-footer .social-media-icons a.icon-twitter:hover,#main-footer .social-media-icons a.icon-twitter:focus{color:#1DA1F3;border-color:#1DA1F3}#main-footer .social-media-icons a.icon-facebook:hover,#main-footer .social-media-icons a.icon-facebook:focus{color:#425F9C;border-color:#425F9C}#main-footer .social-media-icons a.icon-xing:hover,#main-footer .social-media-icons a.icon-xing:focus{color:#126567;border-color:#126567}.flexbox #main-footer .contact-details+br{display:none}#main-footer nav{text-align:center}#main-footer nav ul{display:inline-flex;justify-content:center;flex-wrap:wrap}#main-footer nav ul li{float:left;margin-right:.5rem}#main-footer nav ul li:last-child{margin-right:0}#main-footer nav ul li a{color:#000}#main-footer nav ul li::before{display:none}#main-footer nav ul li:after{content:'.';margin:0 .5rem}#main-footer nav ul li:last-child:after{content:'';display:none}.footer-slogan{height:40px;width:auto}@media (max-width: 500px){#main-footer nav ul{display:inline-block}#main-footer nav ul li{float:none;margin-right:0;margin-bottom:.5rem}#main-footer nav ul li:after{content:normal}}#main-header{background-color:#fff;z-index:99991;position:fixed;top:0;left:0;right:0;transition:top 0.5s ease}#main-header>.container{height:5.75rem;padding-top:14px;position:relative}@media (min-width: 1920px){#main-header>.container{padding-top:1.5rem}}#main-header .header-border{display:none}#main-header.affix .header-border{position:absolute;bottom:-1px;left:15px;right:15px;display:block;height:1px;background:#d4d4d4}#main-header.header-hide .header-border{display:none !important}#main-header .row{padding:0}.logo{height:2.25rem;width:auto;margin-top:14px}@media (min-width: 1920px){.logo{margin-top:0}}.nav-logo{display:none}.main-nav{position:fixed;display:none;z-index:999;top:5.75rem;left:0;height:100%;height:100vh;width:100%;width:100vw;background-color:#006eb4;background-image:url("../img/nav_bg.jpg");background-size:100;background-size:cover;background-position:center;background-repeat:no-repeat;color:white;margin-top:0;padding-top:60px;overflow:scroll}@media (max-width: 767px){.main-nav{padding-top:70px}}.main-nav ul{display:block}.main-nav ul li{display:block;margin-bottom:0.875rem;font-size:1.25rem}.main-nav ul li a{color:white}.main-nav .main-nav-language ul,.main-nav .main-nav-meta ul{list-style-type:none}.main-nav .main-nav-language ul li,.main-nav .main-nav-meta ul li{float:left;padding-right:1rem;font-size:1rem}.main-nav .main-nav-meta{margin-top:100px;margin-bottom:120px}.main-nav .main-nav-content{text-transform:uppercase}.main-nav .main-nav-content .nav-mobile{border-bottom:1px solid #cfdaed}.main-nav .main-nav-content .nav-mobile:last-child{border-bottom:none}.main-nav .main-nav-content .nav-desktop-trigger li{font-size:1.5rem;font-weight:700}.main-nav .main-nav-content .nav-desktop-subgroup li{text-transform:none;font-size:1rem;line-height:1.2}.main-nav .main-nav-content .nav-mobile-trigger{position:relative;display:flex;padding-top:5px;padding-bottom:15px}.main-nav .main-nav-content .nav-mobile-trigger span{margin-right:2.5rem;font-size:1.2rem;font-weight:700}.main-nav .main-nav-content .nav-mobile-subgroup{margin-top:5px}.main-nav .main-nav-content .nav-mobile-subgroup li,.main-nav .main-nav-content .nav-mobile-subgroup li a{font-size:1rem;text-transform:none;color:#cfdaed}.main-nav .main-nav-content .mb-20{margin-bottom:20px}.main-nav .main-nav-content .mb-40{margin-bottom:40px}@media (max-width: 767px){.main-nav .main-nav-content.desktop{display:none}}@media (min-width: 768px){.main-nav .main-nav-content.mobile{display:none}}.main-nav .language-active::after{content:'';height:1px;background:white;display:block}#main-header .row .main-nav-content,#main-header .row .main-nav-meta{padding-top:50px}#consulting #main-header nav ul li a.active{color:#006eb4}#engineering #main-header nav ul li a.active{color:#f5aa00}#energy #main-header nav ul li a.active{color:#c8d223}#it #main-header nav ul li a.active{color:#23a0c3}.search-wrapper{width:0;opacity:0;z-index:9999;visibility:hidden;height:100%;position:absolute;top:0;right:0;-webkit-transition:width 0.375s, opacity 0.25s 0.125s, visibility 0.25s 0.125s;transition:width 0.375s, opacity 0.25s 0.125s, visibility 0.25s 0.125s}.search-wrapper form{position:relative}.search-wrapper form .search-input{width:80%;padding:0.75rem 0.75rem 0.75rem 3rem;margin:0.5rem 10% 0;border:0;border-radius:0;border-bottom:1px solid #000;transform:translateY(-2px)}@media (min-width: 1920px){.search-wrapper form .search-input{font-size:0.875rem}}.search-wrapper .icon-search1{position:absolute;font-size:2.3rem;bottom:0;left:10%;z-index:99;pointer-events:none}@media (max-width: 767.98px){.search-wrapper .icon-search1{font-size:2rem;bottom:-40%;left:3%}}.search-wrapper.active{width:100%;opacity:1;-webkit-transition:width 0.375s, opacity 0s, visibility 0s;transition:width 0.375s, opacity 0s, visibility 0s;visibility:visible}.search-toggler{transform:translateY(-5px)}.search-toggler .icon-search:before{content:'\e906'}.search-toggler.open .icon-search:before{content:'\e90b'}@media (min-width: 768px){.main-nav .nav-contact{display:none}}.hamburger-element{margin-right:0 !important}.hamburger{width:1.5rem;height:1.875rem;position:relative;z-index:9999;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:0.5s ease-in-out;-moz-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;transition:0.5s ease-in-out;cursor:pointer}@media (max-width: 767.98px){.hamburger{width:20px;height:25px}}.hamburger span{display:block;position:absolute;height:.125rem;width:50%;background:#444;border-radius:0;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:0.25s ease-in-out;-moz-transition:0.25s ease-in-out;-o-transition:0.25s ease-in-out;transition:0.25s ease-in-out}.hamburger span:nth-child(even){left:50%;border-radius:0}.hamburger span:nth-child(odd){left:0px;border-radius:0}.hamburger span:nth-child(1),.hamburger span:nth-child(2){top:0}.hamburger span:nth-child(3),.hamburger span:nth-child(4){top:0.375rem}.hamburger span:nth-child(5),.hamburger span:nth-child(6){top:0.75rem}@media (max-width: 767px){.hamburger.open span{background-color:white}}.hamburger.open span:nth-child(1),.hamburger.open span:nth-child(6){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.hamburger.open span:nth-child(2),.hamburger.open span:nth-child(5){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.hamburger.open span:nth-child(1){left:0.125rem;top:0.1875rem}.hamburger.open span:nth-child(2){left:calc(50% - 0.125rem);top:0.1875rem}.hamburger.open span:nth-child(3){left:-50%;opacity:0}.hamburger.open span:nth-child(4){left:100%;opacity:0}.hamburger.open span:nth-child(5){left:0.125rem;top:0.625rem}.hamburger.open span:nth-child(6){left:calc(50% - 0.125rem);top:0.625rem}#main-header .nav-icons ul{display:inline-block}#main-header .nav-icons ul li{float:left;margin-right:0.75rem;margin-top:0.125rem}#main-header .nav-icons ul li::before{display:none}#main-header .nav-icons ul li:first-child{margin-right:0.5rem}#main-header .nav-icons ul li:last-child{margin-right:0}#main-header .nav-icons ul li button{border:none;background:transparent;padding:0;position:relative;z-index:9999}#main-header .nav-icons ul li i{color:#000;font-size:2.3rem;margin-right:1rem}@media (max-width: 767.98px){#main-header .nav-icons ul li i{font-size:2rem}}@media (max-width: 767px){#main-header .nav-icons ul li i.open{color:white}}#main-header .nav-icons ul li i.icon-mail{font-size:1.375rem}#main-header .nav-icons ul li i:last-child{margin-right:0}@media (max-width: 1199px){.logo{height:28px;margin-top:18px}}@media (max-width: 991px){#main-header .nav-icons ul li{margin-right:0.5rem}}@media (min-width: 768px) and (max-width: 992px){#main-header .nav-icons{padding-right:0}#main-header .nav-icons ul li{margin-right:0.375rem}#main-header .nav-icons ul li:first-child,#main-header .nav-icons ul li:last-child{margin-right:0}}@media (min-width: 768px) and (max-width: 1199px){#home .logo{margin-top:13px}}@media (max-width: 767px){#main-header>.container{height:64px;padding-top:16px}#main-header.affix .header-border{bottom:-2px;height:2px}.logo{height:26px;margin-top:4px}.nav-logo{display:block;position:absolute;top:20px;left:15px;height:26px;width:auto}.main-nav{top:0}.search-wrapper form{border:none;display:inline}.search-wrapper form .search-input{width:100%;padding:0.25rem 0.25rem 0.25rem 2rem;margin:0.25rem 0 0 5%}.search-wrapper.active{width:100%;opacity:1;-webkit-transition:width 0.375s, opacity 0s, visibility 0s;transition:width 0.375s, opacity 0s, visibility 0s;visibility:visible}.search-wrapper.open .search-input{border-bottom-color:white;color:white}#main-header .nav-icons{margin-top:5px}#main-header .nav-icons ul li{margin-right:1.25rem}}@media (max-width: 350px){.logo{height:22px}.nav-logo{left:15px;height:22px}.main-nav{padding-top:28%}}@media (min-width: 768px){#main-header .nav-icons{padding-top:19px}}.language-tooltip-container{position:relative}.language-tooltip-container:hover div{display:block}.language-tooltip{display:none;position:absolute;top:38px;left:14px;transform:translateX(-50%);z-index:9;padding:6px;padding-left:0px;padding-right:0px;padding-bottom:10px;background-color:#fff;box-shadow:0px 0px 17px 5px rgba(0,0,0,0.09)}.language-tooltip:before{content:'';position:absolute;top:-10px;right:40%;display:block;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #fff}.language-tooltip ul{display:block !important}.language-tooltip ul li{padding:0;margin:0 !important;line-height:1}.language-tooltip ul li a{display:inline-block;padding:6px 24px;margin:2px 0;line-height:1;font-size:0.875rem;color:#000}.language-tooltip ul li a.current{color:#006eb4}.language-tooltip ul li a:hover{color:#006eb4}.desktop-nav{display:block;height:78px;transition:opacity 0.3s ease;visibility:visible;opacity:1}@media (max-width: 991.98px){.desktop-nav{display:none}}.search-wrapper.active+.desktop-nav{opacity:0;visibility:hidden;transition:visibility 0s 0.3s, opacity 0.3s ease}.desktop-nav ul{display:flex;justify-content:center;gap:3rem;align-items:center;height:100%}.desktop-nav li{height:100%;padding-bottom:0.875rem;position:relative;display:inline-flex;align-items:center}.desktop-nav li:not(.active)::before{display:none}.desktop-nav li.active::before{content:'';position:absolute;top:-14px;left:0;width:100%;height:3px;background:black}@media (min-width: 1920px){.desktop-nav li.active::before{top:-1.5rem}}.desktop-nav li.active::after{content:'';position:absolute;bottom:2px;left:50%;transform:translate(-50%, 50%) rotate(45deg);border-radius:5px;width:1.5rem;height:1.5rem;background:white;z-index:10}@media (min-width: 1920px){.desktop-nav li.active::after{bottom:-0.7rem}}@media (min-width: 2560px){.desktop-nav li.active::after{bottom:-1.5rem}}@media (min-width: 3800px){.desktop-nav li.active::after{bottom:-2rem}}#home .floating-img-content h3{color:#006eb4}#home .more:before{color:#006eb4}#home .more:before:hover{color:#66a8d2}#home .more:hover:before{color:#66a8d2}#news{padding-top:4rem}#news h2{font-size:3.375rem}@media (max-width: 767.98px){#news h2{font-size:3rem}}.article-excerpt{margin-bottom:3rem}.article-excerpt .article-excerpt__img-wrap{position:relative}.article-excerpt .article-excerpt__img-wrap::before{content:'';width:40%;height:0.3rem;background-color:transparent;left:0;bottom:1rem;position:absolute}.article-excerpt.first .article-excerpt__img-wrap::before{background-color:#006eb4}.article-excerpt.second .article-excerpt__img-wrap::before{background-color:#f5aa00}.article-excerpt.third .article-excerpt__img-wrap::before{background-color:#c8d223}.article-excerpt.fourth .article-excerpt__img-wrap::before{background-color:#23a0c3}.article-excerpt .article-excerpt-content>*:last-child{margin-top:2rem}.article-excerpt.article-excerpt-story{margin-bottom:2rem;display:block}@media (max-width: 767.98px){.article-excerpt{display:block}}@media all and (-ms-high-contrast: none){.article-excerpt{display:block}}.article-excerpt img{margin-bottom:1rem;width:100%}.article-excerpt time{color:#5a646e;font-size:1rem;font-weight:400}.article-excerpt h3{margin:0.375rem 0 0.625rem;font-size:1.75rem}.article-excerpt h4{font-weight:200;font-size:2rem}@media (max-width: 767.98px){.article-excerpt h4{font-size:1.75rem}}.article-excerpt.col-sm-6 .article-excerpt-header h3{font-size:2rem}@media (max-width: 767.98px){.article-excerpt.col-sm-6 .article-excerpt-header h3{font-size:1.75rem}}.map{position:relative}.map img{width:100%;height:auto}.map .branch{position:absolute;padding:0.5rem 1rem;color:#58656e;font-weight:500;font-size:1.05rem}.map .branch:hover{color:#000}.map .branch.hamburg{top:17%;left:29%}.map .branch.brandenburg{top:21.8%;right:33.5%}.map .branch.osnabrueck{top:26.5%;left:13.5%}.map .branch.magdeburg{top:32%;left:38%}.map .branch.braunschweig{top:24%;left:34.5%}.map .branch.berlin{top:29%;right:28%}.map .branch.duesseldorf{top:44%;left:8%}.map .branch.essen{top:36.5%;left:8%}.map .branch.luedinghausen{top:39.75%;left:10%}.map .branch.leipzig{top:36.2%;right:33%}.map .branch.dresden{top:40%;right:26%}.map .branch.mannheim{bottom:38.3%;left:9.8%}.map .branch.frankfurt{bottom:43%;left:25.8%}.map .branch.stuttgart{bottom:30%;left:27%}.map .branch.zuerich{bottom:15%;left:19%}.map .branch.muenchen{bottom:25%;left:47%}.map .branch.wien{bottom:22%;right:12%}.map .branch.basel{bottom:18%;left:13%}.map .branch.nuernberg{bottom:36%;left:37%}.map .branch.paderborn{bottom:62%;left:21%}.branch-overlay.overlay .overlay-content{max-width:43.75rem;text-align:center}.branch-overlay.overlay .branch-header{position:relative}.branch-overlay.overlay .branch-header h2{font-size:2rem;line-height:1.4}.branch-overlay.overlay .branch-header .close-overlay-btn{top:-36px;right:0;padding:0}.branch-overlay.overlay .branch-intro{margin-bottom:3rem}.branch-overlay.overlay .branch-intro img{width:100%;max-width:none;height:auto;margin-bottom:1rem}.branch-overlay.overlay .branch-address{text-align:center}.branch-overlay.overlay .branch-address::before{content:'';display:block;width:45%;height:1px;margin:0 auto;margin-bottom:2rem;background:#006eb4;background:-moz-linear-gradient(left, #006eb4 5%, #23a0c3 40%, #c8d223 70%, #f5aa19 100%);background:-webkit-linear-gradient(left, #006eb4 5%, #23a0c3 40%, #c8d223 70%, #f5aa19 100%);background:linear-gradient(to right, #006eb4 5%, #23a0c3 40%, #c8d223 70%, #f5aa19 100%)}.branch-overlay.overlay .branch-address:not(:last-child){margin-bottom:3rem}.branch-overlay.overlay .branch-address h3{margin:0 0 0.5rem;padding:0;border:none;font-size:1.5rem;font-weight:700;text-align:center}.branch-overlay.overlay .branch-address h3:after{content:normal}.branch-overlay.overlay .branch-address address{font-size:1.2rem;margin-bottom:1rem}.branch-overlay.overlay .branch-address .contact-info{text-align:center;align-items:flex-start;justify-content:center}.branch-overlay.overlay .branch-description{display:flex;justify-content:space-around;flex-wrap:wrap}@media (max-width: 767.98px){.branch-overlay.overlay .branch-description{flex-direction:column;justify-content:flex-start;align-items:center}}.branch-overlay.overlay .branch-description>div{margin-bottom:1rem;width:50%}@media (max-width: 767.98px){.branch-overlay.overlay .branch-description>div{width:100%}}.branch-overlay.overlay .branch-description>div:last-child{margin-bottom:0}.branch-overlay.overlay .branch-description h3{margin:0 0 0.5rem;padding:0;border:none;font-size:1.5rem;font-weight:700;text-align:center}.branch-overlay.overlay .branch-description h3::after{display:none}.branch-overlay.overlay .branch-description img{width:180px;height:180px;border-radius:50%;object-fit:cover;object-position:center;margin:0 auto;display:block;margin-bottom:1rem}.map-content{padding-top:4rem}#number-of-branches{font-size:8rem;line-height:1.2;font-weight:700}.categories{text-transform:uppercase;color:#5a646e;font-size:1rem;font-weight:400;margin-bottom:0}#memberships div:not(.col-xs-12){text-align:center}#memberships img{width:100%;height:auto;margin-bottom:1rem}@media (max-width: 1199px){.map .branch{font-size:0.9rem}.map .branch.hamburg{top:16.5%;left:27.6%}.map .branch.brandenburg{top:21.5%;right:32%}.map .branch.osnabrueck{top:26%;left:12%}.map .branch.magdeburg{top:31.5%;left:37%}.map .branch.braunschweig{top:26%;left:33%}.map .branch.berlin{top:28.5%;right:27%}.map .branch.duesseldorf{top:43.5%;left:6%}.map .branch.essen{top:36.5%;left:7%}.map .branch.luedinghausen{top:39.2%;left:8.2%}.map .branch.leipzig{top:36%;right:33%}.map .branch.dresden{top:39.5%;right:25%}.map .branch.mannheim{bottom:37.8%;left:8%}.map .branch.frankfurt{bottom:43%;left:24.5%}.map .branch.stuttgart{bottom:30%;left:26.4%}.map .branch.zuerich{bottom:14.5%;left:18%}.map .branch.muenchen{bottom:24.5%;left:46%}.map .branch.wien{bottom:22%;right:11%}.map .branch.basel{bottom:18%;left:13%}}@media (max-width: 991px){.article-excerpt h3,.article-excerpt h4{font-size:1.39rem}.article-excerpt .article-excerpt-content p{font-size:1rem}.map-content{padding-top:2rem;text-align:center}.map .branch{font-size:1.39rem}.map .branch.hamburg{top:17%;left:29.5%}.map .branch.brandenburg{top:22%;left:43.5%}.map .branch.osnabrueck{top:26.5%;left:14%}.map .branch.magdeburg{top:32%;left:38.5%}.map .branch.braunschweig{top:26.5%;left:34.5%}.map .branch.berlin{top:30%;right:30%}.map .branch.duesseldorf{top:44%;left:7.5%}.map .branch.essen{top:36.5%;left:9%}.map .branch.luedinghausen{top:39.5%;left:10%}.map .branch.leipzig{top:36.5%;right:34%}.map .branch.dresden{top:40.3%;right:26.5%}.map .branch.mannheim{bottom:38.5%;left:10%}.map .branch.frankfurt{bottom:44%;left:25%}.map .branch.stuttgart{bottom:30%;left:27%}.map .branch.zuerich{bottom:15%;left:19.5%}.map .branch.muenchen{bottom:25%;left:47.5%}.map .branch.wien{bottom:22.5%;right:12.5%}.map .branch.basel{bottom:18%;left:13%}.map .branch.paderborn{bottom:62%;left:19%}}@media (min-width: 768px) and (max-width: 991px){#memberships img{width:60%}}@media (max-width: 767px){#home #content #news{padding-top:4rem}.article-excerpt:not(.article-excerpt-story){text-align:left}.flexbox .branch-overlay .overlay-content .image-top{display:flex;flex-direction:column-reverse}.flexbox .branch-overlay .overlay-content .image-top img{margin:-1rem 0 2rem}.branch-overlay.overlay .overlay-content{padding:0 0.5rem 3rem}.branch-overlay.overlay .overlay-content .branch-address{text-align:center}.branch-overlay.overlay .overlay-content .branch-address h3{text-align:center}.branch-overlay.overlay .overlay-content .branch-address .contact-info{text-align:center;justify-content:center}.map .branch{font-size:1.35rem}}@media (max-width: 700px){.map .branch{font-size:1.3em}}@media (max-width: 600px){.map .branch{font-size:1.2em}.map .branch.hamburg{top:16.8%;left:28.5%}.map .branch.brandenburg{top:21.5%;right:36%}.map .branch.osnabrueck{top:26.5%;left:13%}.map .branch.magdeburg{top:31.6%;left:38%}.map .branch.braunschweig{top:26%;left:34%}.map .branch.berlin{top:29%;right:30%}.map .branch.duesseldorf{top:44%;left:7.5%}.map .branch.essen{top:36.3%;left:8%}.map .branch.luedinghausen{top:39.5%;left:10%}.map .branch.leipzig{top:36.5%;right:34%}.map .branch.dresden{top:40%;right:26%}.map .branch.mannheim{bottom:38.5%;left:9.5%}.map .branch.frankfurt{bottom:43.5%;left:25.5%}.map .branch.stuttgart{bottom:30.5%;left:26.5%}.map .branch.zuerich{bottom:15%;left:19%}.map .branch.muenchen{bottom:25%;left:47%}.map .branch.wien{bottom:22%;right:12%}.map .branch.basel{bottom:18%;left:13%}}@media (max-width: 550px){.map .branch{font-size:1.1em}}@media (max-width: 500px){.map .branch{font-size:0.9rem}.map .branch.hamburg{top:17%;left:27.7%}.map .branch.brandenburg{top:21.5%;right:30%}.map .branch.osnabrueck{top:26%;left:12.5%}.map .branch.magdeburg{top:31.7%;left:37.2%}.map .branch.braunschweig{top:26%;left:33%}.map .branch.berlin{top:29%;right:28%}.map .branch.duesseldorf{top:44%;left:6.5%}.map .branch.essen{top:36%;left:8%}.map .branch.luedinghausen{top:39.5%;left:9%}.map .branch.leipzig{top:36%;right:33%}.map .branch.dresden{top:40%;right:25.5%}.map .branch.mannheim{bottom:37.7%;left:8.5%}.map .branch.frankfurt{bottom:42.5%;left:25.5%}.map .branch.stuttgart{bottom:29.5%;left:26.5%}.map .branch.zuerich{bottom:14%;left:18%}.map .branch.muenchen{bottom:24.5%;left:46.5%}.map .branch.wien{bottom:21%;right:12%}.branch-overlay.overlay .overlay-content{padding:0 0.5rem 0.5rem}}@media (max-width: 450px){.map .branch{font-size:0.8rem}.map .branch.hamburg{top:16.5%;left:27.5%}.map .branch.brandenburg{top:21%;right:32%}.map .branch.osnabrueck{top:26%;left:12%}.map .branch.magdeburg{top:31.5%;left:37%}.map .branch.braunschweig{top:25.5%;left:32.5%}.map .branch.berlin{top:29%;right:28%}.map .branch.duesseldorf{top:44%;left:6%}.map .branch.essen{top:36%;left:8%}.map .branch.luedinghausen{top:39%;left:9%}.map .branch.leipzig{top:36%;right:33%}.map .branch.dresden{top:39.5%;right:25%}.map .branch.mannheim{bottom:37.5%;left:7.5%}.map .branch.frankfurt{bottom:42.5%;left:25.5%}.map .branch.stuttgart{bottom:29.5%;left:26.5%}.map .branch.zuerich{bottom:14%;left:17%}.map .branch.muenchen{bottom:24.5%;left:45.5%}.map .branch.wien{bottom:21.5%;right:12%}.branch-overlay.overlay .overlay-content .overlay-content-scroll{padding-right:0.5rem;padding-left:0.5rem}}@media (max-width: 400px){.map .branch{font-size:0.7rem}.map .branch.hamburg{top:16%;left:27%}.map .branch.brandenburg{top:21%;right:32%}.map .branch.osnabrueck{top:26%;left:11%}.map .branch.magdeburg{top:31%;left:36%}.map .branch.braunschweig{top:25.5%;left:32%}.map .branch.berlin{top:29%;right:27%}.map .branch.duesseldorf{top:43.5%;left:6%}.map .branch.essen{top:36%;left:6%}.map .branch.luedinghausen{top:39%;left:8%}.map .branch.leipzig{top:35.5%;right:32.5%}.map .branch.dresden{top:39.5%;right:24.5%}.map .branch.mannheim{bottom:37.5%;left:5.5%}.map .branch.frankfurt{bottom:42.5%;left:25.5%}.map .branch.stuttgart{bottom:29.5%;left:26.5%}.map .branch.zuerich{bottom:14%;left:17%}.map .branch.muenchen{bottom:24%;left:45.5%}.map .branch.wien{bottom:21%;right:12%}}@media (max-width: 350px){.map .branch{font-size:0.6675rem}.map .branch.hamburg{top:16%;left:25%}.map .branch.brandenburg{top:20%;right:26%}.map .branch.osnabrueck{top:25.5%;left:9%}.map .branch.magdeburg{top:31%;left:35%}.map .branch.braunschweig{top:25%;left:31%}.map .branch.berlin{top:28.5%;right:25%}.map .branch.duesseldorf{top:43%;left:3%}.map .branch.essen{top:35%;left:5%}.map .branch.luedinghausen{top:38.5%;left:6%}.map .branch.leipzig{top:35.5%;right:31.5%}.map .branch.dresden{top:39%;right:24%}.map .branch.mannheim{bottom:36.5%;left:5%}.map .branch.frankfurt{bottom:42%;left:23%}.map .branch.stuttgart{bottom:27.5%;left:23.5%}.map .branch.zuerich{bottom:13%;left:15%}.map .branch.muenchen{bottom:23%;left:44.5%}.map .branch.wien{bottom:20.5%;right:10%}}.icons-module .row>.col-md-3:nth-child(4n+1){clear:both}@media (max-width: 991.98px){.icons-module .row>.col-md-3:nth-child(4n+1){clear:none}.icons-module .row>.col-sm-4:nth-child(3n+1){clear:both}}@media (max-width: 767.98px){.icons-module .row>.col-md-3:nth-child(4n+1),.icons-module .row>.col-sm-4:nth-child(3n+1){clear:none}.icons-module .row>.col-xs-6:nth-child(2n+1){clear:both}}.icons-module__item{margin-bottom:2.5rem}.icons-module__item img{width:auto;margin-bottom:1rem}.icons-module__hr{width:100%;background:#000;height:1px;margin:0 auto;margin-bottom:2.5rem;position:relative}.icons-module__hr>div{background:#000;width:1px;height:20px;position:absolute}.icons-module__hr .left{left:0;transform:translateY(-100%)}.icons-module__hr .right{right:0;transform:translateY(-100%)}.icons-module__hr .mid{left:50%;transform:translate(-50%, 0)}.icons-module__footnote{font-size:1.5rem}.overlay-page #content *{text-align:left}.overlay-page #content h1{font-size:2.5rem;margin:0 0 3rem}.overlay-page #content h2{font-size:1.25rem;margin:2rem 0 .5rem}@media (max-width: 767px){.overlay-page #content *{text-align:center}.overlay-page #content h1{font-size:1.75rem}}.intro{padding:7rem 0;background:#000}.intro .container{max-width:1024px}.intro h2{font-size:2.5rem;color:black;margin-bottom:1.125rem}.intro p{font-size:1.2rem;color:black}@media (max-width: 767.98px){.intro p{font-size:1rem}}.intro-light{padding:7rem 0}.intro-light .container{max-width:1024px}.intro-white{padding:7rem 0;background-color:white !important;color:#000}.intro-white .container{max-width:1024px}.intro-white small{font-size:1rem;display:block;margin:0.25rem 0 1rem}.intro-grey{padding:7rem 0;background-color:#000;color:white}.intro-grey .container{max-width:1024px}.intro-black{background-color:#000;color:white}.intro-black h1,.intro-black h2,.intro-black h3,.intro-black h4,.intro-black h5,.intro-black h6{color:white}#consulting .intro{background-color:#eaecf0}#consulting .intro-light{background:#eaecf0}#engineering .intro{background-color:#eaecf0}#engineering .intro-light{background:#eaecf0}#energy .intro{background-color:#eaecf0}#energy .intro-light{background:#eaecf0}#it .intro{background-color:#eaecf0}#it .intro-light{background:#eaecf0}@media (min-width: 1700px){.intro h2{font-size:3rem}.intro p{font-size:1.25rem}}@media (max-width: 991px){.intro h2{font-size:2rem}}@media (max-width: 767px){.intro h2{font-size:1.75rem}}@media (max-width: 767.98px){.intro,.intro-light,.intro-white,.intro-grey,.intro-black{padding:2rem 0}}#it .stage-image-wrapper{background-image:url("../content/it.jpg");background-position:center top}#it .floating-img-content h3,#it .floating-img-content h4{color:#23a0c3}#it .go-to,#it .more{color:#23a0c3}#it .go-to:before,#it .more:before{color:#23a0c3}#it .go-to:hover,#it .more:hover{color:#65bdd5}#it .go-to:hover:before,#it .more:hover:before{color:#65bdd5}#it .intro-light{background:#def1f6}#job-alt{padding-top:0;background:#c5c5c5}#job-alt .wrapper{max-width:1040px;margin:1rem auto;position:relative}#job-alt .wrapper .container{max-width:900px}#job-alt .wrapper .row{max-width:1040px}#job-alt #content{background:white}#job-alt #content h2 ~ p{text-align:inherit;font-size:1.125rem}#job-alt .subnav-stage{padding:2rem 0 !important}#job-alt .subnav-stage *{text-align:left}#job-alt .subnav-stage ul li{font-size:1.2rem;padding:.25rem 0 .25rem 2rem;margin-bottom:.375rem;display:inline-block;margin-right:1.25rem}#job-alt .subnav-stage ul li:last-child{margin-right:0}#job-alt .subnav-stage ul li:before{font-family:'icomoon' !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;margin-right:.5rem;color:white;vertical-align:text-bottom}#job-alt .subnav-stage ul li.job-excerpt-branch:before{content:"\e910"}#job-alt .subnav-stage ul li.job-excerpt-level:before{content:"\e905"}#job-alt .subnav-stage ul li.job-excerpt-department:before{content:"\e904"}#job-alt .subnav-stage ul li.job-excerpt-time:before{content:"\e902"}#job-alt .subnav-stage h1{font-size:2rem;font-weight:700;line-height:1.25;margin-bottom:1.5rem}#job-alt #vacancy-alt .vacancy-intro p{font-size:1.5rem;font-weight:700}#job-alt #vacancy-alt h2{font-size:1.75rem;text-align:left;margin:1.5rem 0 1rem}#job-alt #vacancy-alt ul{padding-left:1rem}#job-alt #vacancy-alt ul li{font-size:1.125rem;margin-bottom:1rem;list-style:none}#job-alt .contact-box{background:white}#job-alt footer{background:white}@media (max-width: 1040px){#job-alt .wrapper{margin:0}}@media (max-width: 776px){#job-alt h1{word-wrap:break-word}#job-alt .subnav-stage *{text-align:center}#job-alt #vacancy-alt .vacancy-intro p{font-size:1.375rem}#job-alt #vacancy-alt h2{font-size:1.55rem;text-align:center}#job-alt #vacancy-alt ul{padding-left:0}#job-alt #vacancy-alt ul li{font-size:1.125rem;list-style:none}}#job .job-header-img{width:100%;height:auto;opacity:0;transition:opacity .3s ease}#job .job-header-img.loaded{opacity:1}#job h1{word-wrap:break-word}#job .job-search ul{padding:1.5rem 0}#job .job-search ul li{font-size:1.2rem;padding:0.25rem 0 0.25rem 2rem;margin-bottom:0.375rem;display:inline-block;margin-right:1.25rem}#job .job-search ul li:last-child{margin-right:0}#job .job-search ul li:before{font-family:'icomoon' !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;margin-right:0.5rem;color:white;vertical-align:text-bottom}#job .job-search ul li.job-excerpt-branch:before{content:'\e910'}#job .job-search ul li.job-excerpt-level:before{content:'\e905'}#job .job-search ul li.job-excerpt-department:before{content:'\e904'}#job .job-search ul li.job-excerpt-time:before{content:'\e902'}#job #vacancy .vacancy-summary{margin-bottom:3rem;font-size:1.5rem;font-weight:700}#job #vacancy .vacancy-summary p{font-size:1.5rem;font-weight:700}#job #vacancy .vacancy-summary>div{display:inline}#job #vacancy .vacancy-html>h3{display:none}#job #vacancy h2{font-size:1.75rem;font-weight:600}#job #vacancy p{font-size:1.25rem}#job #vacancy ul{margin-top:0}#job #vacancy ul li{font-size:1.25rem;margin-bottom:1rem;list-style:none}#job .job-apply-link{display:none}#job nav.subnav ul li:last-child{display:none}@media (max-width: 767px){#job .subnav-stage h1,#job .subnav-stage p,#job .subnav-stage li{color:white}#job #vacancy ul{text-align:left}}@page{size:A4}@media print{html,body{width:210mm;height:297mm}body{margin:0;padding:0;height:auto;font-size:12px;line-height:1.2}.container{width:100% !important}header nav,footer{display:none}#job #vacancy p{font-size:10px;line-height:1}#main-header{display:none}#job .job-header-img{margin-top:0}.subnav{display:none}.subnav-stage{margin-top:2rem}.subnav-stage h1{font-size:30px}.subnav-stage li:before{top:0}#vacancy{padding:0;margin-bottom:0}#job .job-search ul{padding:0}.colored-bg{padding-top:0 !important}.subnav-stage{margin-bottom:0;padding:0}#job #vacancy h2{text-align:left;font-size:16px}#job #vacancy ul li{font-size:12px;padding-left:15px;padding-right:0;margin-bottom:0.5rem}#job #vacancy ul li:before{font-size:8px;top:-3px}#job .vacancy-summary{display:none}a[href]:after{content:none !important}#job .contact-box{margin:0;padding:0;width:100%}#job #content{position:relative}#job .contact-box{width:50% !important;position:absolute;right:0;bottom:0;padding:0}#job .contact-box *{text-align:left !important}#job .contact-box .container{width:100% !important;padding-right:30px !important}#job .contact-box [class^='col-']{width:100% !important;float:none !important;margin-left:0 !important}#job .contact-box img{display:none;width:100px;height:100%;padding:0;margin-bottom:1.25rem}#job .contact-box h3{font-size:16px}#job .contact-box p{font-size:12px}#job .contact-box p:first-child{margin-bottom:0}#job .contact-box a{position:relative;padding:0.3rem;padding-left:1.75rem;display:inline-block;vertical-align:top;text-decoration:none}#job .contact-box a:before{position:absolute;top:0;left:0}.print{page-break-after:avoid;break-after:avoid}.print:last-child{page-break-after:auto}#vacancy .container{display:block;width:100% !important}#vacancy .container .row:first-child{display:none}#vacancy .container .row{width:50%;margin:0}#vacancy .container [class^='col-']{float:none !important;width:100% !important}.order-1{float:left}.order-2{float:right}}#job-list .job-excerpt{padding-top:3rem;margin-top:2rem;border-top:1px solid #000}#job-list .job-excerpt *{text-align:left}#job-list .job-excerpt h2{font-size:1.25rem;text-transform:none;margin-bottom:0;font-weight:600}#job-list .job-excerpt h2::before{display:none}#job-list .job-excerpt-wrap{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}#job-list .job-excerpt ul{display:flex;align-items:center}#job-list .job-excerpt ul li{font-size:1.2rem;padding:.25rem 0 .25rem 2rem;margin-bottom:.375rem;margin-top:.375rem;margin-right:2rem;display:flex;flex-direction:row;position:relative;align-items:center}@media (max-width: 991px){#job-list .job-excerpt ul li{margin-right:1rem}}#job-list .job-excerpt ul li:before{font-family:'icomoon' !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;margin-right:.875rem;color:#000;position:absolute;left:0;top:45%;transform:translateY(-50%)}#job-list .job-excerpt ul li.job-excerpt-branch:before{content:"\e910"}#job-list .job-excerpt ul li.job-excerpt-level:before{content:"\e905"}#job-list .job-excerpt ul li.job-excerpt-department:before{content:"\e904"}#job-list .job-excerpt ul li.job-excerpt-time:before{content:"\e902"}#job-list .job-excerpt .btn-black{margin:0;min-width:140px;text-align:center;margin-left:auto}@media (max-width: 1199.98px){#job-list .job-excerpt .btn-black{margin-left:0}}@media (max-width: 991.98px){#job-list .job-excerpt .btn-black{margin-left:auto;margin-right:auto}}#job-list .job-empty-text{font-size:1.25rem;font-weight:bold}#job-list .job-load-more{margin-top:4rem}#job-list .job-load-more>button{display:block;margin:0 auto}@media (max-width: 767px){#job-list .job-excerpt h2{text-align:center}#job-list .job-excerpt-wrap{justify-content:center}#job-list .job-excerpt ul{text-align:center;flex-wrap:wrap;justify-content:center}#job-list .job-excerpt ul li{display:inline-block}}.img-lightbox:after{font-family:'icomoon' !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\e917';position:absolute;right:10px;bottom:10px;font-size:28px;padding:.5rem;display:block;background:rgba(255,255,255,0.25);color:white}.featherlight .featherlight-content{border:none;padding:0}.featherlight .featherlight-content .featherlight-close-icon{font-size:32px;color:white;padding:.5rem;background:transparent;right:16px;top:10px;width:auto;height:auto;line-height:1;opacity:1;visibility:visible}.menu{width:100%;height:100%;opacity:0;position:fixed;top:0;left:0;right:0;bottom:0;z-index:99992;backface-visibility:hidden;transition:opacity 0.4s ease;overflow:hidden;background-color:white}.menu-open{opacity:1;z-index:99993}.menu>div{height:100%}.menu>div>div{position:relative;margin:0;width:100%;height:auto;overflow:hidden}.ua-mobile .menu>div>div{overflow:auto;-webkit-overflow-scrolling:touch}.menu-wrapper{position:absolute;top:3.75em;width:100%;max-width:1680px;margin:0 auto;border-left:0.375rem solid transparent;border-right:0.375rem solid transparent;padding-bottom:2.25rem;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.menu-wrapper{padding-left:3rem;padding-right:3rem;top:4.25rem}}.menu-close{display:block;width:50px;height:50px;margin:0;padding:0;background-color:transparent;border:0;border-radius:0;box-shadow:none;text-align:center;color:black;line-height:1;text-decoration:none;white-space:nowrap;appearance:none;position:absolute;top:-2rem;right:0.4rem;z-index:99994;user-select:none}@media (min-width: 768px){.menu-close{width:60px;height:60px;right:1rem}}@media (min-width: 1200px){.menu-close{width:70px;height:70px}}.menu-close .icon{display:block;width:2em;height:2em;margin:0 auto;fill:black}.notification{display:none;position:fixed;z-index:99999;top:0;right:0;left:0;width:90%;max-width:400px;left:50%;top:50%;transform:translate(-50%, -50%);-webkit-box-shadow:2px 2px 10px 2px rgba(0,0,0,0.1);box-shadow:2px 2px 10px 2px rgba(0,0,0,0.1)}.notification>div:not(.top-line){padding:1rem 1.5rem}.notification .top-line{height:6px;width:100%;background:#006eb4;background:-moz-linear-gradient(left, #006eb4 5%, #23a0c3 40%, #c8d223 70%, #f5aa19 100%);background:-webkit-linear-gradient(left, #006eb4 5%, #23a0c3 40%, #c8d223 70%, #f5aa19 100%);background:linear-gradient(to right, #006eb4 5%, #23a0c3 40%, #c8d223 70%, #f5aa19 100%)}.notification .notification-header{background:white;border-bottom:1px solid #f2f2f2}.notification .notification-header h1{color:#000;font-size:1.25rem;font-weight:700}.notification .notification-content{font-size:1.2rem;background:#fff;padding-bottom:.5rem;border-bottom:1px solid #f2f2f2}.notification .notification-footer{background:#fff;padding-top:.5rem}.notification .notification-footer .btn{border-radius:0;width:100%;background:#006eb4;color:white;font-size:1.2rem}.notification .notification-footer .btn:hover{background:#66a8d2}.overlay{display:none;position:fixed;width:100%;width:100vw;height:100%;height:100vh;top:0;z-index:99993;background:rgba(0,0,0,0.85)}.overlay .overlay-content{width:90%;max-width:50rem;padding:0 .5rem .5rem;background:white;position:relative;margin:auto;height:90vh;margin-top:5vh;overflow-x:hidden;overflow-y:hidden}.overlay .overlay-content .overlay-header{display:block;width:100%;height:4rem;position:relative}.overlay .overlay-content .overlay-header .close-overlay-btn{position:absolute;right:1.5rem;top:1.5rem;padding:0}.overlay .overlay-content .overlay-header .close-overlay-btn i{font-size:24px}.overlay .overlay-content .close-overlay-btn{border:none;background:transparent;z-index:999}.overlay .overlay-content .close-overlay-btn i{font-size:24px}.overlay .overlay-content .overlay-content-scroll{position:absolute;top:4rem;bottom:4rem;left:.5rem;right:.5rem;overflow-y:auto;padding-left:2.5rem;padding-right:2.5rem;margin-right:0;margin-left:0}.overlay .overlay-content h1,.overlay .overlay-content h2,.overlay .overlay-content h3{margin-bottom:3rem;padding-bottom:1.5rem;font-size:2.5rem;text-align:center;position:relative}.overlay .overlay-content h1:after,.overlay .overlay-content h2:after,.overlay .overlay-content h3:after{content:'';width:45%;height:1px;position:absolute;bottom:0;left:0;right:0;margin:0 auto;background:#006eb4;background:-moz-linear-gradient(left, #006eb4 5%, #23a0c3 40%, #c8d223 70%, #f5aa19 100%);background:-webkit-linear-gradient(left, #006eb4 5%, #23a0c3 40%, #c8d223 70%, #f5aa19 100%);background:linear-gradient(to right, #006eb4 5%, #23a0c3 40%, #c8d223 70%, #f5aa19 100%)}.overlay .overlay-content p{font-size:1rem}.overlay .overlay-content .contact-info{display:block;color:#000;margin-bottom:.5rem;font-size:1rem;font-weight:bold;display:flex;flex-direction:row;align-items:center}.overlay .overlay-content .contact-info:hover{color:#5a646e}.overlay .overlay-content .contact-info:hover:before{color:#5a646e}.overlay .overlay-content .contact-info i{font-size:20px;margin-right:0;width:36px}.overlay .overlay-content h4{font-size:.875rem;margin-bottom:.5rem}.overlay .overlay-content h5{font-size:1.75rem;margin-bottom:.75rem}.overlay .overlay-content .overlay-export h2{text-align:left;font-size:1.25rem;padding:0;margin:2.5rem 0 .5rem}.overlay .overlay-content .overlay-export h2:after{content:normal}.overlay:not(.branch-overlay) h3{font-size:1.2rem;text-transform:none;margin:2.25rem 0 .5rem;text-align:left;border-bottom:none;padding:0}.overlay:not(.branch-overlay) h3:after{display:none}@media (max-width: 767px){.overlay .overlay-content{text-align:center}.overlay .overlay-content h3{text-align:center}.overlay .overlay-content>.row>.col-sm-6{text-align:center}.overlay .overlay-content>.row>.col-sm-6 .contact-info{justify-content:center;margin-bottom:1.5rem}.overlay .overlay-content .overlay-export h2{text-align:center}.overlay h4{margin-top:2rem}}@media (max-width: 500px){.overlay .overlay-content{padding:0 .25rem .25rem}.overlay .overlay-content .overlay-header .close-overlay-btn{right:.875rem}.overlay .overlay-content .overlay-content-scroll{bottom:2rem;left:.25rem;right:.25rem;padding-left:1.5rem;padding-right:1.5rem}}@media (max-width: 450px){.overlay .overlay-content{width:100%;height:100%;max-height:100%;margin-top:0;padding-left:.5rem;padding-right:.5rem}.overlay .overlay-content h3{font-size:1.75rem;margin-top:2.5rem}.overlay:not(.branch-overlay) h2{font-size:1.75rem;padding-bottom:.75rem;margin-top:1rem}.overlay:not(.branch-overlay) h3{font-size:1.25rem}}.subnav-stage address{margin-top:1.5rem}.subnav-stage .contact-details{margin-bottom:.375rem;display:inline-block;display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:1.2rem}.subnav-stage .contact-details:hover{color:white}.subnav-stage .contact-details i{font-size:1.25rem;margin-right:.5rem}#press #press-release{text-align:center}#press h3{margin:2rem 0 2rem}#press .press-img img,#press .press-icon img{margin-bottom:1rem}#press .press-img p,#press .press-icon p{font-weight:700;font-size:1.2rem;max-width:80%;margin:0 auto .25rem}#press .press-img small,#press .press-icon small{font-weight:400;font-size:1.2rem;max-width:80%}#press .press-icon{max-width:170px;margin:0 auto}#press .press-icon i{display:block;margin:1.25rem 0 .75rem;font-size:60px}#press .press-img{margin-bottom:2rem;text-align:center !important}#press .board-img{margin-top:3rem}.flexbox #press .press-releases{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap}.flexbox #press .press-releases .press-icon{display:flex;justify-content:center;align-items:center;margin:0 1rem;max-width:200px}.flexbox #press .press-releases .press-icon p{word-wrap:break-word;max-width:100%}@media (min-width: 768px){#press .col-sm-6 a{display:inline-block}#press .col-sm-6:nth-child(even){text-align:right}#press .col-sm-6:nth-child(even) p,#press .col-sm-6:nth-child(even) small{display:block;text-align:center}#press .col-sm-6:nth-child(even) small{margin:0 auto}#press .col-sm-6:nth-child(odd){text-align:left}#press .col-sm-6:nth-child(odd) p,#press .col-sm-6:nth-child(odd) small{display:block;text-align:center}#press .col-sm-6:nth-child(odd) small{margin:0 auto}}.flexbox .mouse_scroll{position:absolute;bottom:4%;left:0;right:0;margin:0 auto;z-index:998;display:block;width:24px;height:68px;transform:scale(0.9)}@media (max-width: 991.98px){.flexbox .mouse_scroll{transform:scale(0.8);bottom:2%}}.flexbox .m_scroll_arrows{display:block;width:5px;height:5px;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);border-right:2px solid white;border-bottom:2px solid white;margin:0 0 2px 4px;width:14px;height:14px}.flexbox .unu{margin-top:1px}.flexbox .doi,.flexbox .unu{-webkit-animation:mouse-scroll 1s infinite;-moz-animation:mouse-scroll 1s infinite}.flexbox .unu{-webkit-animation-delay:0.1s;-moz-animation-delay:0.1s;-webkit-animation-direction:alternate}.flexbox .doi{-webkit-animation-delay:0.2s;-moz-animation-delay:0.2s;-webkit-animation-direction:alternate;margin-top:-6px}.flexbox .mouse{height:36px;width:22px;border-radius:14px;transform:none;border:2px solid white;top:170px}.flexbox .wheel{height:5px;width:2px;display:block;margin:5px auto;background:white;position:relative;height:4px;width:4px;border:2px solid #fff;-webkit-border-radius:8px;border-radius:8px}.flexbox .wheel{-webkit-animation:mouse-wheel 0.8s linear infinite;-moz-animation:mouse-wheel 0.8s linear infinite}@-webkit-keyframes mouse-wheel{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px)}}@-moz-keyframes mouse-wheel{0%{top:1px}25%{top:2px}50%{top:3px}75%{top:2px}100%{top:1px}}@-webkit-keyframes mouse-scroll{0%{opacity:0}50%{opacity:0.5}100%{opacity:1}}@-moz-keyframes mouse-scroll{0%{opacity:0}50%{opacity:0.5}100%{opacity:1}}@-o-keyframes mouse-scroll{0%{opacity:0}50%{opacity:0.5}100%{opacity:1}}@keyframes mouse-scroll{0%{opacity:0}50%{opacity:0.5}100%{opacity:1}}.top-stage .mouse_scroll{bottom:2%}.no-flexbox .mouse_scroll{display:none}@media (max-width: 767px){.flexbox .mouse_scroll{display:none}}#search-results #search-results-filter{background:#000;text-align:center}#search-results #search-results-filter span{color:white;font-size:1.2rem}#search-results #search-results-filter b{font-size:8rem;color:white;line-height:0.8}#search-results #search-results-filter b+span{text-transform:uppercase;display:block}#search-results #search-results-filter button{margin-left:.5rem;font-weight:700;width:140px}#search-results #search-results-filter button.active,#search-results #search-results-filter button:hover{background:white;color:#000}#search-results #search-results-list .result{border-bottom:1px solid #5a646e;padding-bottom:1.5rem;margin-bottom:1.5rem}#search-results #search-results-list .result .category{font-size:1.2rem;text-transform:uppercase;font-weight:700;display:block;text-align:center}#search-results #search-results-list .result .category:before{font-family:'icomoon' !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:4rem;display:block;text-align:center;margin-bottom:.5rem}#search-results #search-results-list .result .category.category-testimonial:before{content:"\e91e"}#search-results #search-results-list .result .category.category-corporate:before{content:"\e91c"}#search-results #search-results-list .result .category.category-news:before{content:"\e91d"}#search-results #search-results-list .result time{font-size:1rem;margin-bottom:.5rem;display:block}#search-results #search-results-list .result a span{font-size:1.5rem;text-align:left;display:flex;align-items:center;color:#5a646e;font-weight:700}#search-results #search-results-list .result a span:before{display:none;content:'\e903';font-family:'icomoon' !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;margin-right:.5rem;margin-top:-4px;font-weight:bold;color:#5a646e}#search-results #search-results-list .result a span:hover{color:#000}#search-results #search-results-list .result a span:hover:before{color:#000}#search-results #search-results-list .result p{text-align:left}#search-results .pagination{width:100%;text-align:center;display:flex;flex-direction:row;align-items:center;justify-content:center}#search-results .pagination .prev,#search-results .pagination .next{font-family:'icomoon' !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.2rem;color:#000}#search-results .pagination .prev.prev,#search-results .pagination .next.prev{margin-right:.25rem}#search-results .pagination .prev.prev:before,#search-results .pagination .next.prev:before{content:"\e909"}#search-results .pagination .prev.next,#search-results .pagination .next.next{margin-left:.25rem}#search-results .pagination .prev.next:after,#search-results .pagination .next.next:after{content:"\e913"}#search-results .pagination ul{display:inline-block}#search-results .pagination ul li{float:left;margin-right:1.25rem;margin-bottom:0;font-size:1.2rem;line-height:1;padding:0}#search-results .pagination ul li:before{content:normal}#search-results .pagination ul li:last-child{margin-right:0}#search-results .pagination ul li a{color:#5a646e}#search-results .pagination ul li a.current,#search-results .pagination ul li a:hover{color:#f5aa00}@media (max-width: 767px){#search-results #search-results-filter #number-of-results{font-size:6rem}#search-results #search-results-filter span{display:block}#search-results #search-results-filter button{width:100%;display:block;margin:1rem 0 0}#search-results #search-results-list .result .category{margin-bottom:2rem}#search-results #search-results-list .result .linked-headline h2{text-align:center;justify-content:center}#search-results #search-results-list .result p{text-align:center}#search-results #search-results-list .result a span{font-size:1.375rem;text-align:center;align-items:center;justify-content:center;margin:.25rem 0 .5rem}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slider .slick-arrow:before{-webkit-transition:opacity 0.5s;transition:opacity 0.5s;opacity:1;height:53px;width:53px}.slider .slick-arrow:hover:before{opacity:0.25}.slider .slick-next{position:absolute;right:0;z-index:9999}.slider .slick-next:before{content:'';background-image:url("../img/slide-arrow-next.svg");position:absolute;top:50%;-ms-transform:translate(0, -50%);transform:translate(0, -50%)}.slider .slick-prev{position:absolute;left:-50px;z-index:9999}.slider .slick-prev:before{content:'';background-image:url("../img/slide-arrow-prev.svg");position:absolute;top:50%;-ms-transform:translate(0, -50%);transform:translate(0, -50%)}.slider .slide .slider-img{width:auto;max-width:200px;height:auto;margin-bottom:1rem}.slider .slick-dots{bottom:-75px}@media (max-width: 767px){.slide .slider-img{margin-right:auto;margin-left:auto}}.stage-slider{transition:all 0.3s ease}.stage-slider[data-random='1']{opacity:0}.stage-slider[data-random='1'].slick-initialized{opacity:1}.stage-slider[data-show-single='1'] .slick-next,.stage-slider[data-show-single='1'] .slick-prev,.stage-slider[data-show-single='1'] .slick-dots{display:none !important}.stage-slider.slick-dotted.slick-slider{margin-bottom:0}.stage-slider .slick-next,.stage-slider .slick-prev{height:80px;width:60px;position:absolute;z-index:9999}.stage-slider .slick-next::before,.stage-slider .slick-prev::before{font-family:icomoon !important;font-style:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:'\e909';opacity:0.7;transition:all 0.3s ease}.stage-slider .slick-next:hover::before,.stage-slider .slick-prev:hover::before{opacity:1}.stage-slider .slick-next{right:1vw}.stage-slider .slick-prev{left:1vw}.stage-slider .slick-next:before{content:'\e913';position:absolute;top:50%;-ms-transform:translate(0, -50%);transform:translate(0, -50%);right:1.5vw;right:calc(1vw + 2px)}.stage-slider .slick-arrow:before{opacity:0.75;font-weight:700;font-size:32px;color:#fff;-webkit-transition:opacity 0.5s;transition:opacity 0.5s}.stage-slider .slick-dots{bottom:0;--bullet-size: 0.8rem}@media (min-width: 768px){.stage-slider .slick-dots{--bullet-size: 1rem}}.stage-slider .slick-dots li{padding:0 !important;margin-bottom:0 !important;width:var(--bullet-size);height:var(--bullet-size)}.stage-slider .slick-dots li button{width:var(--bullet-size);height:var(--bullet-size);border-radius:50%;background-color:#fff;border:1px solid #fff}.stage-slider .slick-dots li button::before{display:none}.stage-slider .slick-dots li.slick-active button{background-color:#000}.stage{position:relative;width:100%;color:white;min-height:calc(100vh - 92px);display:flex;align-items:flex-end}@media (max-width: 767.98px){.stage{min-height:100vh}}@media (max-height: 500px) and (max-width: 767px) and (orientation: landscape){.stage{min-height:600px}}@media all and (-ms-high-contrast: none){.stage{height:calc(100vh - 92px)}}.stage-slider .stage{overflow:hidden;display:flex !important}.stage .preline{font-size:1rem !important;text-transform:uppercase !important;font-weight:400}.stage .stage-gradient,.stage .stage-gradient-desktop{position:absolute;left:-50vw;width:200vw;height:100%}.stage .stage-gradient{display:none;height:100%}@media (max-width: 767.98px){.stage .stage-gradient{display:block}}@media (max-width: 767.98px){.stage .stage-gradient-desktop{display:none}}.stage .stage-image{width:100%;position:absolute;top:0;left:0;height:100%}@media (max-width: 767.98px){.stage .stage-image{height:80%}}.stage>img{width:100%;height:auto}.stage .stage-content-wrapper{position:relative;margin:0 auto;background-color:transparent}.stage .stage-content-wrapper:before,.stage .stage-content-wrapper:after,.stage .stage-content-wrapper .stage-color{position:absolute;display:block;top:0;background-size:cover;left:calc((100vw - 1170px) / 2 * -1)}@media (max-width: 1199.98px){.stage .stage-content-wrapper:before,.stage .stage-content-wrapper:after,.stage .stage-content-wrapper .stage-color{left:calc((100vw - 970px) / 2 * -1)}}@media (max-width: 991.98px){.stage .stage-content-wrapper:before,.stage .stage-content-wrapper:after,.stage .stage-content-wrapper .stage-color{left:calc((100vw - 750px) / 2 * -1)}}.stage .stage-content-wrapper .stage-color{width:40%;height:0.3rem}@media (max-width: 767.98px){.stage .stage-content-wrapper .stage-color{left:0}}.stage .stage-content-wrapper .stage-color.first{background-color:#006eb4}.stage .stage-content-wrapper .stage-color.second{background-color:#f5aa00}.stage .stage-content-wrapper .stage-color.third{background-color:#c8d223}.stage .stage-content-wrapper .stage-color.fourth{background-color:#23a0c3}.stage .stage-content-wrapper .stage-content{padding-top:4rem;padding-bottom:4rem;text-align:left}@media (max-width: 1199.98px){.stage .stage-content-wrapper .stage-content{padding-top:2.5rem;padding-bottom:2.5rem}}.stage .stage-content-wrapper .stage-content>.col-sm-12>*:last-child{margin-top:2rem}.stage .stage-content-wrapper .stage-content h1{width:50%;color:white;margin-bottom:1.125rem}.stage .stage-content-wrapper .stage-content h3{font-size:3.4rem;width:50%;margin-bottom:1rem;color:white}.stage .stage-content-wrapper .stage-content h4{font-size:1.5rem;font-weight:600;width:50%;margin-bottom:1rem;color:white;line-height:1.5}.stage .stage-content-wrapper .stage-content p{width:50%;font-weight:300}.stage .stage-content-wrapper .stage-content .go-to{margin-bottom:0.375rem}.stage .stage-content-wrapper .stage-content.stage-content-left{text-align:left}.stage.text-center .stage-content-wrapper .stage-content{text-align:center}.stage.text-center .stage-content-wrapper .stage-content>.col-sm-12>*{margin-left:auto;margin-right:auto}.stage.top-stage{display:block;overflow:unset}@media all and (-ms-high-contrast: none){.stage.top-stage{height:auto}}@media (max-width: 991.98px){.stage.top-stage{min-height:calc(100vh - 92px)}}.stage.top-stage .stage-image-wrapper{height:calc(100vh - 92px);background-image:url("https://via.placeholder.com/1600x1200");background-size:100%;background-size:cover;background-repeat:none;background-position:center}.article-tile .stage.top-stage .stage-image-wrapper{height:calc(100vh - 92px - 47px)}.stage.top-stage .stage-image{height:calc(100vh - 92px);position:static}@media (max-width: 767.98px){.stage.top-stage .stage-image{height:auto}}.stage.top-stage .stage-content-wrapper{margin-top:-45vh}@media (max-width: 767.98px){.stage.top-stage .stage-content-wrapper{margin-top:0}}.stage.top-stage .stage-content-wrapper:before,.stage.top-stage .stage-content-wrapper:after{width:200vw;height:100%;background:url("../img/bg-black.svg")}@media (max-width: 767.98px){.stage.top-stage .stage-content-wrapper:before,.stage.top-stage .stage-content-wrapper:after{background:black;left:0}}@media (min-height: 1350px){.stage.top-stage .stage-content-wrapper:before,.stage.top-stage .stage-content-wrapper:after{background-size:cover}}.stage.top-stage .stage-content-wrapper:before{height:46vh !important}.stage.top-stage .stage-content-wrapper::after{background:black;z-index:-99;top:0}.stage.top-stage .stage-content-wrapper .stage-content p{width:83.333%}@media (max-width: 991.98px){.stage.top-stage .stage-content-wrapper .stage-content p{width:100%}}@media (max-width: 767.98px){.stage.top-stage .stage-content-wrapper .stage-content h1,.stage.top-stage .stage-content-wrapper .stage-content h2,.stage.top-stage .stage-content-wrapper .stage-content h3,.stage.top-stage .stage-content-wrapper .stage-content h4,.stage.top-stage .stage-content-wrapper .stage-content p{text-align:left}.stage.top-stage .stage-content-wrapper .stage-content .go-to__theme-select>p{text-align:center}}.stage.top-stage h2,.stage.stage-dark h2{color:white}.stage.top-stage .stage-content-wrapper:before,.stage.top-stage .stage-content-wrapper:after,.stage.stage-dark .stage-content-wrapper:before,.stage.stage-dark .stage-content-wrapper:after{width:200vw;height:100%;background-image:url("../img/bg-black.svg")}@media (max-width: 767.98px){.stage.top-stage .stage-content-wrapper:before,.stage.top-stage .stage-content-wrapper:after,.stage.stage-dark .stage-content-wrapper:before,.stage.stage-dark .stage-content-wrapper:after{background:black;left:0}}@media (min-height: 1350px){.stage.top-stage .stage-content-wrapper:before,.stage.top-stage .stage-content-wrapper:after,.stage.stage-dark .stage-content-wrapper:before,.stage.stage-dark .stage-content-wrapper:after{background-size:cover}}.stage.top-stage .stage-content-wrapper::after,.stage.stage-dark .stage-content-wrapper::after{background:black;z-index:-99;top:0}@media (max-width: 767.98px){.stage.stage-dark{display:block;min-height:auto}.stage.stage-dark .stage-image{height:auto;position:static}}.subnav+.stage.stage-dark{min-height:calc(100vh - 92px - 92px)}.stage.stage-dark .stage-content-wrapper:before{background-image:url("../img/bg-black-overlay.svg")}.stage.stage-dark .stage-content-wrapper .stage-content{padding-top:2.5rem;padding-bottom:2.5rem}.stage.stage-dark .stage-content-wrapper .stage-content h1,.stage.stage-dark .stage-content-wrapper .stage-content h2,.stage.stage-dark .stage-content-wrapper .stage-content h3,.stage.stage-dark .stage-content-wrapper .stage-content h4,.stage.stage-dark .stage-content-wrapper .stage-content p{width:90%}@media (max-width: 767.98px){.stage.stage-dark .stage-content-wrapper .stage-content h1,.stage.stage-dark .stage-content-wrapper .stage-content h2,.stage.stage-dark .stage-content-wrapper .stage-content h3,.stage.stage-dark .stage-content-wrapper .stage-content h4,.stage.stage-dark .stage-content-wrapper .stage-content p{width:100%}}.stage.stage-dark .stage-content-wrapper .stage-content h3{font-size:3rem}.stage.stage-dark .stage-content-wrapper .stage-content h4{font-size:1.5rem}@media (max-width: 1199.98px){.stage.stage-dark .stage-content-wrapper .stage-content .stage-content-btn-group{margin-top:1rem}}.stage.stage-dark .stage-content-wrapper .stage-content .stage-content-btn-group .btn{margin-bottom:0.5rem}.stage.stage-dark.text-center .stage-content-wrapper .stage-content h1,.stage.stage-dark.text-center .stage-content-wrapper .stage-content h2,.stage.stage-dark.text-center .stage-content-wrapper .stage-content h3,.stage.stage-dark.text-center .stage-content-wrapper .stage-content h4,.stage.stage-dark.text-center .stage-content-wrapper .stage-content p{margin-left:auto;margin-right:auto}.stage-arrow{position:absolute;bottom:0;left:50%;transform:translate3d(-50%, 45%, 0);width:6rem;aspect-ratio:1;border-radius:50%;border:10px solid #fff}.stage-arrow::after{content:'';position:absolute;width:100%;height:100%;background-image:url('data:image/svg+xml;utf8,<svg width="25px" height="62.5px" viewBox="0 0 25 62.5" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><g><path d="M10.5 17L10.5 57" fill="none" fill-rule="evenodd" stroke="%23FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" /><path d="M10.5 8L10.5 10" fill="none" fill-rule="evenodd" stroke="%23FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" /><path d="M10.5 2.3014e-16L10.5 1" fill="none" fill-rule="evenodd" stroke="%23FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" /><path d="M-2.32823e-14 50L10.3873 59.5L22 50" fill="none" fill-rule="evenodd" stroke="%23FFFFFF" stroke-width="3" stroke-linecap="round" /></g></svg>');background-position:55% 50%;background-repeat:no-repeat;background-size:60% 60%;animation:stage-arrow 2s infinite}@keyframes stage-arrow{0%{opacity:0}60%{opacity:1}80%{opacity:1}100%{opacity:0}}#main-stage{overflow:hidden}#main-stage .slider{overflow:hidden}#main-stage .slider .slide{height:600px;height:calc(100vh - 92px);width:100vw;position:relative}#main-stage .slider .slide .stage-image-wrapper{height:100%;width:100%;background-image:url("https://via.placeholder.com/1600x1200");background-position:center;background-repeat:no-repeat;background-size:100%;background-size:cover;position:relative}#main-stage .slider .slide .stage-content-wrapper{position:absolute;left:0;top:45%;-ms-transform:translate(0, -50%);transform:translate(0, -50%);right:0;margin:0 auto}#main-stage .slider .slide .stage-content-wrapper .stage-content{color:white}#main-stage .slider .slide .stage-content-wrapper .stage-content h1{margin-bottom:0.5rem;color:white}#main-stage .slider .slide .stage-content-wrapper .stage-content h3{font-size:3rem;max-width:40%;margin-bottom:1rem}#main-stage .slider .slide .stage-content-wrapper .stage-content p{margin-bottom:1rem;font-size:1rem;max-width:40%}#main-stage .slider .slide .stage-content-wrapper .stage-content p.preline{text-transform:uppercase;font-size:1.5rem;margin-bottom:0}#main-stage .slider .slide .stage-content-wrapper .stage-content .btn{margin-bottom:0.5rem}@media (min-width: 1200px) and (max-width: 1300px){#main-stage .stage-content-wrapper{padding-right:3.5rem;padding-left:3.5rem}}@media (min-width: 992px) and (max-width: 1090px){#main-stage .stage-content-wrapper{padding-right:3.5rem;padding-left:3.5rem}}@media (max-width: 1024px){#main-stage .slider .slide .stage-image-wrapper:after{width:65%}.stage:after{width:70%}.stage .stage-content-wrapper{top:50%}.stage .stage-content-wrapper .stage-content h1{font-size:2.5rem}.stage .stage-content-wrapper .stage-content h3{font-size:3.4rem;margin-bottom:0.75rem;width:60%}.stage .stage-content-wrapper .stage-content p{width:60%}.stage.light-bg .stage-content-wrapper .stage-content h1{font-size:2rem}}@media (max-width: 767px){.stage .stage-content-wrapper{position:relative;-ms-transform:none;transform:none}.stage .stage-content-wrapper .stage-content{padding:3rem 0}.stage .stage-content-wrapper .stage-content h1{font-size:1.75rem;width:100%;margin-bottom:0.875rem}.stage .stage-content-wrapper .stage-content h3{font-size:1.75rem}.stage .stage-content-wrapper .stage-content h4{font-size:1.15rem}.stage .stage-content-wrapper .stage-content h3,.stage .stage-content-wrapper .stage-content h4,.stage .stage-content-wrapper .stage-content p{width:100%}.stage .stage-content-wrapper .stage-content p{font-size:1rem}.stage .stage-content-wrapper .stage-content a.btn{display:inline-block}.stage .stage-content-wrapper .stage-content a.btn-transparent{border-color:#000;font-weight:700}.stage .stage-content-wrapper .stage-content a.btn-transparent:focus,.stage .stage-content-wrapper .stage-content a.btn-transparent:hover{background:rgba(0,0,0,0.1)}.stage:after{display:none}.stage.top-stage{height:auto;max-height:none}.stage.top-stage .stage-image-wrapper{height:calc(50vh - 92px)}.stage.stage.light-bg .stage-content-wrapper .stage-content h1{width:100%;font-size:1.75rem;margin-bottom:0.875rem}#main-stage .slider .slide{height:auto}#main-stage .slider .slide .stage-image-wrapper{height:50%;height:50vh;width:100%;background-position:center}#main-stage .slider .slide .stage-image-wrapper:after{display:none}#main-stage .slider .slide .stage-content-wrapper{position:relative;-ms-transform:none;transform:none;text-align:center;padding:0}#main-stage .slider .slide .stage-content-wrapper .stage-content{padding:1rem}#main-stage .slider .slide .stage-content-wrapper .stage-content p.preline{font-size:1.125rem}#main-stage .slider .slide .stage-content-wrapper .stage-content h1{font-size:1.75rem}#main-stage .slider .slide .stage-content-wrapper .stage-content a,#main-stage .slider .slide .stage-content-wrapper .stage-content h1,#main-stage .slider .slide .stage-content-wrapper .stage-content p{width:100%;max-width:100%;color:#000;text-align:center}#main-stage .slider .slide .stage-content-wrapper .stage-content a.btn,#main-stage .slider .slide .stage-content-wrapper .stage-content h1.btn,#main-stage .slider .slide .stage-content-wrapper .stage-content p.btn{display:inline-block;width:auto}#main-stage .slider .slide .stage-content-wrapper .stage-content a.btn-transparent,#main-stage .slider .slide .stage-content-wrapper .stage-content h1.btn-transparent,#main-stage .slider .slide .stage-content-wrapper .stage-content p.btn-transparent{border-color:#000;font-weight:700}#main-stage .slider .slide .stage-content-wrapper .stage-content a.btn-transparent:focus,#main-stage .slider .slide .stage-content-wrapper .stage-content a.btn-transparent:hover,#main-stage .slider .slide .stage-content-wrapper .stage-content h1.btn-transparent:focus,#main-stage .slider .slide .stage-content-wrapper .stage-content h1.btn-transparent:hover,#main-stage .slider .slide .stage-content-wrapper .stage-content p.btn-transparent:focus,#main-stage .slider .slide .stage-content-wrapper .stage-content p.btn-transparent:hover{background:rgba(0,0,0,0.1)}}.stage-border-bottom{border-bottom:solid 1px #fff}.goto-wrapper{max-width:83.333%;display:flex;justify-content:center;flex-wrap:wrap;margin-top:3rem !important}@media (max-width: 767.98px){.goto-wrapper{margin-top:0}}.goto-wrapper .go-to__theme-select{width:100%;display:none}@media (max-width: 767.98px){.goto-wrapper .go-to__theme-select{display:block}}.goto-wrapper .go-to__theme-select>p{margin-left:auto;margin-right:auto}.goto-wrapper .go-to__theme-select .custom-dropdown-alternative{background-color:#000;margin-left:0}.goto-wrapper .go-to__theme-select .custom-dropdown-alternative .selection.container{left:0;text-align:left}.goto-wrapper .go-to__theme-select .custom-dropdown-alternative.fixed{width:100%;position:fixed;left:0;z-index:1000}.goto-wrapper .go-to__theme-select .custom-dropdown-alternative.fixed .selection.container{left:50%;transform:translateX(-50%);width:100%}.go-to{width:auto;margin-right:0.125rem !important;margin-left:0.125rem !important;margin-bottom:0.25rem !important}@media (max-width: 767.98px){.top-stage .go-to{display:none !important}}@media (min-width: 768px){.scrolldown-stage.top-stage.stage .stage-content-wrapper .stage-content,.scrolldown-stage.stage.stage-dark .stage-content-wrapper .stage-content{padding-bottom:6rem}}.stage.stage-header-auto h1,.stage.stage-header-auto h3{width:auto !important}.stage-pt-large{padding-top:4rem !important}.stage-pb-large{padding-bottom:4rem !important}.stage-pt-base{padding-top:3rem !important}.stage-pb-base{padding-bottom:3rem !important}.stage-pt-small{padding-top:2rem !important}.stage-pb-xsmall{padding-bottom:1rem !important}.stage-pt-xsmall{padding-top:1rem !important}.stage-pb-small{padding-bottom:2rem !important}.stage-pt-none{padding-top:0 !important}.stage-pb-none{padding-bottom:0 !important}@media (max-width: 767.98px){.stage-pt-sm-large{padding-top:4rem !important}.stage-pb-sm-large{padding-bottom:4rem !important}.stage-pt-sm-base{padding-top:3rem !important}.stage-pb-sm-base{padding-bottom:3rem !important}.stage-pt-sm-small{padding-top:2rem !important}.stage-pb-sm-xsmall{padding-bottom:1rem !important}.stage-pt-sm-xsmall{padding-top:1rem !important}.stage-pb-sm-small{padding-bottom:2rem !important}.stage-pt-sm-none{padding-top:0 !important}.stage-pb-sm-none{padding-bottom:0 !important}}.stage-random{opacity:0;transition:opacity 0.25s ease-in-out}.stage-random.loaded{opacity:1}.stage.stage-job-lp{align-items:center}.stage.stage-bg-video video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.stage.stage-bg-video .video-bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-color:rgba(0,0,0,0.7)}.stage.stage-bg-video .stage-content-wrapper .stage-content p{width:83%}@media (max-width: 767.98px){.stage.stage-bg-video .stage-content-wrapper .stage-content p{width:100%}}.stage.stage-bg-video .stage-image{height:100%}.stage.stage-arrow-down .stage-content-wrapper .stage-content{padding-bottom:8rem}@media (max-width: 767.98px){.stage.stage-arrow-down .stage-content-wrapper .stage-content{padding-bottom:4rem}}.stage.stage-arrow-down .stage-gradient-desktop{position:absolute;left:0;width:200vw;height:100%}.sticky-nav{position:fixed;right:0;top:calc(50% - 92px);padding:1.5rem 0.5rem;background-color:#000;z-index:100;color:#fff;max-width:5.5rem}.sticky-nav__item{display:flex;flex-flow:column;align-items:center;margin-bottom:1.2rem}.sticky-nav__item:last-child{margin-bottom:0}.sticky-nav__anchor-text{display:block;text-align:center;color:#fff !important;margin-top:0.5rem;max-width:100%;hyphens:auto;word-wrap:break-word;text-transform:uppercase;font-size:.7rem}@media (max-width: 991.98px){.sticky-nav{display:none}}.subnav{min-height:92px;width:100%;background:black}#jobs .subnav{background:#eaecf0}.subnav>.container>.row{padding:0}.subnav ul{padding:0.75rem 0;border-bottom:1px solid white}.subnav ul li{float:left;color:white;font-weight:700;padding-left:0 !important;margin-bottom:0 !important}.subnav ul li::before{display:none}#jobs .subnav ul li{color:#000}.subnav ul li:after{content:'/';margin:0 1rem}.subnav ul li:first-child{padding-left:0 !important}.subnav ul li:last-child:after{content:'';margin:0}.subnav ul li a{font-weight:200;line-height:1rem;color:white}#jobs .subnav ul li a{color:#000}.subnav-stage{background:#000}.subnav-stage *{color:white;text-align:center;white-space:normal}.subnav-stage p a{color:white;font-weight:bold}.subnav-stage p a:hover{color:white}@media (max-width: 500px){.subnav ul{text-align:center}.subnav ul li{display:inline-block;text-align:left}}.teaser-columns{padding:0;background-image:linear-gradient(90deg, #eaecf0 0%, #eaecf0 50%, #f4f5f7 50%, #f4f5f7 100%)}.teaser-columns>.container{display:flex;flex-wrap:wrap;text-align:center;padding:0}@media (min-width: 768px){.teaser-columns>.container{width:100%}}.teaser-columns>.container>div{width:100%;padding:10% 15px;background-color:#eaecf0}@media (min-width: 768px){.teaser-columns>.container>div{width:50%;padding:10% 5%}}.teaser-columns>.container>div:nth-child(even){background-color:#f4f5f7}.teaser-columns>.container>div header{font-size:1.5rem;padding-bottom:1.5rem}.show-all{display:none;margin:2rem auto 1rem auto}#testimonials .testimonial-filter .btn{font-weight:700;margin:0 .5rem .75rem 0;width:140px}#testimonials .testimonial-filter .btn.current,#testimonials .testimonial-filter .btn:hover{background:white;color:#000}#testimonials .testimonial-filter .btn:last-child{margin-right:0}#testimonials .testimonial-list img{width:100%;height:auto}#testimonials .testimonial-list .testimonial-order{margin:1rem 0;text-align:center;font-size:1.2rem}#testimonials .testimonial-list .testimonial-order span{font-weight:700;margin-right:.375rem}#testimonials .testimonial-list .testimonial-order button{background:transparent;border:none;margin:0 .375rem;color:#5a646e}#testimonials .testimonial-list .testimonial-order button.active{color:#000}#testimonials .testimonial-list .testimonial-order button:hover{cursor:pointer;color:#000}#testimonials .testimonial-list .testimonial-order button.sort-btn{position:relative;padding:0 0 0 40px;font-weight:700}#testimonials .testimonial-list .testimonial-order button.sort-btn:hover:before,#testimonials .testimonial-list .testimonial-order button.sort-btn.active:before{color:#000}#testimonials .testimonial-list .testimonial-order button.sort-btn:before{content:'';font-family:'icomoon' !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;color:#5a646e;position:absolute;left:0;top:-8px}#testimonials .testimonial-list .testimonial-order button.sort-btn-title:before{content:'\e900'}#testimonials .testimonial-list .testimonial-order button.sort-btn-date:before{content:'\e901'}.no-flexbox #testimonials .testimonial-list .testimonial-list-row .testimonial-col{margin-bottom:10px}.no-flexbox #testimonials .testimonial-list .testimonial-list-row .testimonial-col .testimonial-element .testimonial-excerpt{height:160px}@media (min-width: 651px){#testimonials .testimonial-filter .btn:first-child{width:auto;display:table;margin-left:auto;margin-right:auto}}@media (max-width: 767px){#testimonials .testimonial-list .testimonial-list-row .testimonial-col{flex:1 1 auto}}@media (max-width: 650px){#testimonials .testimonial-filter .btn{width:100%}}@media (max-width: 500px){#testimonials .testimonial-list .testimonial-order span{display:block;margin-bottom:.5rem}}.section-video{padding:0;position:relative}.section-video video{width:100%}.section-video .video-poster{cursor:pointer;position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;opacity:1;visibility:visible;transition:opacity .3s ease}.section-video .video-poster.playing{opacity:0;visibility:hidden;transition:visibility 0s .3s,opacity .3s ease}.section-video .video-poster__img{width:100%;height:100%}.section-video .video-poster__play{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:8rem;height:6.4rem;transition:transform .3s ease}.section-video .video-poster__play:hover{transform:translate(-50%, -50%) scale(1.2)}@media (max-width: 991.98px){.section-video .video-poster__play{width:6rem;height:4.8rem}}@media (max-width: 767.98px){.section-video .video-poster__play{width:5.2rem;height:4rem}}.video-container{position:relative}.video-container.active{padding-bottom:56.25%;padding-top:0;height:0;overflow:hidden}.video-container.active .youtube-banner{display:none}.video-container.active iframe{display:block}.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%;display:none}.youtube-banner{background-color:#eaecf0;padding:4rem 0rem}.youtube-banner__content{color:#fff;background-color:rgba(0,0,0,0.7);display:flex;padding:3rem 1rem;justify-content:center;align-items:center;flex-direction:column}.youtube-banner__headline,.youtube-banner a{color:#fff}.youtube-banner a{text-decoration:underline;font-size:1rem}.youtube-banner .cookie-advice-checkbox-label{font-size:1rem}.slick-loading .slick-list{background:#fff url("./ajax-loader.gif") center center no-repeat}@font-face{font-family:"slick";src:url("./fonts/slick.eot");src:url("./fonts/slick.eot?#iefix") format("embedded-opentype"),url("./fonts/slick.woff") format("woff"),url("./fonts/slick.ttf") format("truetype"),url("./fonts/slick.svg#slick") format("svg");font-weight:normal;font-style:normal}.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);padding:0;border:none;outline:none}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background:transparent;color:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir="rtl"] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir="rtl"] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir="rtl"] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir="rtl"] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:2px;width:40px;margin:0 10px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;height:2px;width:40px;outline:none;line-height:0px;font-size:0px;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"";width:40px;height:2px;text-align:center;background-color:#000;opacity:0.3;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{background-color:#000;opacity:1}

/*# sourceMappingURL=styles.css.map */
