:root{--popup-overlay-bg:rgba(0,0,0,.7);--popup-bg:#fff;--popup-shadow:0 10px 40px rgba(0,0,0,.2);--popup-border-radius:16px;--popup-max-width-video:1200px;--popup-max-width-demo:1400px;--popup-max-width-form:1200px;--popup-z-index:9999;--popup-animation-duration:0.3s}img{max-width:100%;height:auto}.container{width:100%;margin:0 auto}.hero{background-size:100% auto;height:100%;position:relative}.hero-content{max-width:1200px;text-align:left;height:660px}.hero-content p{width:520px;margin-bottom:32px}.hero-cards{background:url(/_next/static/media/hero-cards.6d4982fd.svg) no-repeat 50%;position:absolute;width:800px;height:800px;top:60%;left:60%;transform:translate(-50%,-50%);z-index:1}.sections{padding:8px 0}.sections-container{margin:40px;padding:16px}.sections-inner{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:40px;width:100%;margin-top:64px;text-align:left}.sections-header{text-align:center}.section-bg-grey{background-color:var(--background-grey)}.section-bg-white{background-color:var(--white)}.section-bg-primary-dark{background-color:var(--primary-dark)}.tech-logos{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:24px 128px 0}.tech-logo-container{max-width:100%;margin:auto;height:auto;width:128px;filter:invert(100%) grayscale(100%) brightness(300%)}.content-container{display:flex;flex-direction:column;width:50%;position:relative}@media screen and (min-width:768px){.spacer-r{padding-right:5rem}}.content-image img{height:auto;border-radius:0 32px;object-fit:cover}.content-text{height:auto}.feature-item{display:flex;align-items:left;gap:1rem;padding:12px}.icon-container img{width:50px;height:50px;flex-shrink:0}.technology-card{height:480px;border-radius:32px;padding:32px}.testimonials{background:var(--white);margin-top:80px}.testimonial-items{display:flex;justify-content:space-around;gap:40px;margin-top:40px}.testimonial{width:400px;text-align:left;background-color:var(--background-grey);padding:32px;border-radius:32px 0}.author-block{display:flex;align-items:center;justify-content:start}.author-block img{width:80px;height:80px;border-radius:50%;margin-right:15px;object-fit:cover}.overlay-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:10px 20px;text-align:center;width:100%;height:100%;opacity:0;transition:.6s ease;background-color:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;flex-direction:column}.overlay-text:hover{opacity:1;border-radius:0 32px}.overlay-text h3,.overlay-text p{color:var(--white)}.overlay-trust-logo{width:200px}.dialog-layout{display:flex;gap:20px;flex-wrap:wrap}.contact-details{display:flex;align-items:flex-start;gap:15px;margin-top:15px}.profile-image-container{display:flex;justify-content:flex-start;align-items:flex-start}.info-card-profile-image{width:100%;max-width:100px;height:auto;border-radius:20% 0 20% 0;object-fit:cover}@media(max-width:1024px){.sections-inner{flex-direction:row;flex-wrap:wrap}.content-container{width:100%}.hero-content{text-align:center;height:auto}.hero-content p{max-width:100%}.hero-cards{width:600px;height:600px}.sections-container{margin:20px}.testimonial-items{flex-direction:column;align-items:center}}@media(max-width:768px){.hero{height:auto;padding:40px 20px}.hero-content{text-align:center}.hero-content p{max-width:100%}.hero-cards{display:none}.sections-inner{flex-direction:column;align-items:center}.tech-logos{grid-template-columns:repeat(auto-fit,minmax(100px,2fr));padding:24px 16px 0}.tech-logo-container{height:64px;width:64px}.content-container{width:100%}.feature-item{padding:8px}.testimonial{max-width:100%}.overlay-text{padding:5px 10px}.overlay-trust-logo{width:150px}}@media(max-width:480px){.sections-container{margin:10px}.sections-header{font-size:1.5rem}.technology-card{height:auto}.feature-item h3{font-size:1.2rem}.feature-item p{font-size:1rem}.dialog-layout{flex-direction:column}.tech-logo-container{height:110px;width:110px}.testimonial{padding:20px}.author-block img{width:60px;height:60px}.overlay-trust-logo{width:120px}}.popup-dialog_popupDialogOverlay__fjKpV{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background:var(--popup-overlay-bg);z-index:var(--popup-z-index);padding:20px;opacity:0;animation:popup-dialog_fadeIn__wzUPu var(--popup-animation-duration) forwards}@keyframes popup-dialog_fadeIn__wzUPu{to{opacity:1}}.popup-dialog_popupDialog__Aji61{background:var(--popup-bg);position:relative;border-radius:var(--popup-border-radius);box-shadow:var(--popup-shadow);width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(-20px);animation:popup-dialog_slideIn__IzzXR var(--popup-animation-duration) forwards}@keyframes popup-dialog_slideIn__IzzXR{to{opacity:1;transform:translateY(0)}}.popup-dialog_popupDialog__Aji61.popup-dialog_video-popup__kGR5q{width:clamp(320px,90vw,var(--popup-max-width-video));height:80vh;max-height:800px}.popup-dialog_popupDialog__Aji61.popup-dialog_demo-popup__Go_BG{width:clamp(320px,95vw,var(--popup-max-width-demo));height:90vh;max-height:900px}.popup-dialog_popupDialog__Aji61.popup-dialog_form-popup___gQGr{width:clamp(320px,90vw,var(--popup-max-width-form));max-height:90vh}.popup-dialog_popupDialogHeader__dGrXn{padding:2rem 3rem 1.5rem 2rem;border-bottom:1px solid #e5e5e5;flex-shrink:0}.popup-dialog_popupDialogHeader__dGrXn h2{margin:0;font-size:1.75rem;color:#333;font-weight:600}.popup-dialog_popupDialogHeader__dGrXn h3{margin:.5rem 0 0;font-size:1.125rem;color:#666;font-weight:400}.popup-dialog_popupDialogContent__Y9iwS{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.popup-dialog_popupDialogContent__Y9iwS.popup-dialog_iframe-content__UNZp_{padding:0;height:100%;position:relative}.popup-dialog_popupDialogContent__Y9iwS.popup-dialog_iframe-content__UNZp_>iframe{width:100%;height:100%;border:none;display:block}.popup-dialog_popupDialogContent__Y9iwS.popup-dialog_form-content__FLLhT{padding:2rem;overflow-y:auto;overscroll-behavior:contain}.popup-dialog_popupDialogClose__TG1YQ{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;background:rgba(0,0,0,.05);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.popup-dialog_popupDialogClose__TG1YQ:hover{background:rgba(0,0,0,.1);transform:rotate(90deg)}.popup-dialog_popupDialogClose__TG1YQ:focus{outline:2px solid var(--primary,#4a90e2);outline-offset:2px}.popup-dialog_popupDialogClose__TG1YQ:after,.popup-dialog_popupDialogClose__TG1YQ:before{content:"";position:absolute;width:1.25rem;height:2px;background:#666;border-radius:2px;transition:background .2s ease}.popup-dialog_popupDialogClose__TG1YQ:before{transform:rotate(45deg)}.popup-dialog_popupDialogClose__TG1YQ:after{transform:rotate(-45deg)}.popup-dialog_popupDialogClose__TG1YQ:hover:after,.popup-dialog_popupDialogClose__TG1YQ:hover:before{background:#333}.popup-dialog_powerbi-embed__swWtY,.popup-dialog_video-wrapper__BL_MR{width:100%;height:100%;position:relative;background:#000}.popup-dialog_powerbi-embed__swWtY iframe,.popup-dialog_video-wrapper__BL_MR iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.popup-dialog_dialog-layout__krcRg{display:flex;flex-direction:column;gap:2rem}.popup-dialog_dialog-layout__krcRg .popup-dialog_info-cards__Xjmd7{display:flex;flex-direction:column;gap:1.5rem}.popup-dialog_dialog-layout__krcRg .popup-dialog_info-cards__Xjmd7 .popup-dialog_info-card__VSNAi{padding:2rem;border-radius:12px;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.08)}.popup-dialog_dialog-layout__krcRg .popup-dialog_info-cards__Xjmd7 .popup-dialog_info-card__VSNAi.popup-dialog_bg-primary__dxIdR{background:var(--primary-color,#1a365d);color:#fff}.popup-dialog_dialog-layout__krcRg .popup-dialog_info-cards__Xjmd7 .popup-dialog_info-card__VSNAi.popup-dialog_bg-primary__dxIdR h3,.popup-dialog_dialog-layout__krcRg .popup-dialog_info-cards__Xjmd7 .popup-dialog_info-card__VSNAi.popup-dialog_bg-primary__dxIdR p{color:#fff}.popup-dialog_dialog-layout__krcRg .popup-dialog_info-cards__Xjmd7 .popup-dialog_info-card__VSNAi.popup-dialog_bg-background-grey__pJ2kT{background:#f8f9fa}.popup-dialog_dialog-layout__krcRg .popup-dialog_info-cards__Xjmd7 .popup-dialog_info-card__VSNAi h3{margin:0 0 1rem;font-size:1.5rem;font-weight:600}.popup-dialog_dialog-layout__krcRg .popup-dialog_info-cards__Xjmd7 .popup-dialog_info-card__VSNAi p{margin:0 0 1rem;line-height:1.6}.popup-dialog_hubspot-form-container__hWvrM{min-height:400px}.popup-dialog_hubspot-form-container__hWvrM .popup-dialog_hs-form__zqpZV .popup-dialog_hs-form-field__1PjbI{margin-bottom:1.25rem}.popup-dialog_hubspot-form-container__hWvrM .popup-dialog_hs-form__zqpZV .popup-dialog_hs-form-field__1PjbI label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.popup-dialog_hubspot-form-container__hWvrM .popup-dialog_hs-form__zqpZV .popup-dialog_hs-input__VTKiw{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .2s ease}.popup-dialog_hubspot-form-container__hWvrM .popup-dialog_hs-form__zqpZV .popup-dialog_hs-input__VTKiw:focus{outline:none;border-color:var(--primary,#4a90e2);box-shadow:0 0 0 3px rgba(74,144,226,.1)}.popup-dialog_hubspot-form-container__hWvrM .popup-dialog_hs-form__zqpZV .popup-dialog_hs-button__sFBE0{background:var(--secondary,#ff6b35);color:#fff;padding:.875rem 2rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.popup-dialog_hubspot-form-container__hWvrM .popup-dialog_hs-form__zqpZV .popup-dialog_hs-button__sFBE0:hover{background:#e55a2b;transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,107,53,.3)}.popup-dialog_hubspot-form-container__hWvrM .popup-dialog_hs-form__zqpZV .popup-dialog_hs-button__sFBE0:active{transform:translateY(0)}@media(max-width:768px){.popup-dialog_popupDialogOverlay__fjKpV{padding:10px}.popup-dialog_popupDialog__Aji61.popup-dialog_video-popup__kGR5q{width:95vw;height:70vh;max-height:none}.popup-dialog_popupDialog__Aji61.popup-dialog_demo-popup__Go_BG{width:100vw;height:100vh;max-height:100vh;border-radius:0}.popup-dialog_popupDialog__Aji61.popup-dialog_form-popup___gQGr{width:100vw;max-height:100vh;border-radius:0}.popup-dialog_popupDialogHeader__dGrXn{padding:1.5rem 3rem 1.25rem 1.5rem}.popup-dialog_popupDialogHeader__dGrXn h2{font-size:1.5rem}.popup-dialog_popupDialogHeader__dGrXn h3{font-size:1rem}.popup-dialog_dialog-layout__krcRg .popup-dialog_info-cards__Xjmd7 .popup-dialog_info-card__VSNAi,.popup-dialog_popupDialogContent__Y9iwS.popup-dialog_form-content__FLLhT{padding:1.5rem}}@media(max-width:480px){.popup-dialog_popupDialogOverlay__fjKpV{padding:0}.popup-dialog_popupDialog__Aji61{border-radius:var(--popup-border-radius);max-height:100vh}.popup-dialog_popupDialog__Aji61.popup-dialog_video-popup__kGR5q{width:86vw}.popup-dialog_popupDialogHeader__dGrXn{padding:1.25rem 3rem 1rem 1.25rem}.popup-dialog_popupDialogHeader__dGrXn h2{font-size:1.25rem}.popup-dialog_popupDialogHeader__dGrXn h3{font-size:.875rem}.popup-dialog_popupDialogClose__TG1YQ{top:.75rem;right:.75rem;width:2rem;height:2rem}.popup-dialog_popupDialogClose__TG1YQ:after,.popup-dialog_popupDialogClose__TG1YQ:before{width:1rem}.popup-dialog_popupDialogContent__Y9iwS.popup-dialog_form-content__FLLhT{padding:1.25rem}.popup-dialog_dialog-layout__krcRg{gap:1.5rem}.popup-dialog_dialog-layout__krcRg .popup-dialog_info-cards__Xjmd7{gap:1rem}.popup-dialog_dialog-layout__krcRg .popup-dialog_info-cards__Xjmd7 .popup-dialog_info-card__VSNAi{padding:1.25rem}.popup-dialog_dialog-layout__krcRg .popup-dialog_info-cards__Xjmd7 .popup-dialog_info-card__VSNAi h3{font-size:1.25rem}.popup-dialog_hubspot-form-container__hWvrM{min-height:auto}}@media(prefers-reduced-motion:reduce){.popup-dialog_popupDialogOverlay__fjKpV,.popup-dialog_popupDialog__Aji61{animation:none;opacity:1;transform:none}.popup-dialog_popupDialogClose__TG1YQ{transition:none}}@media print{.popup-dialog_popupDialogOverlay__fjKpV{display:none}}.background-split-white-left-orange-right{background-image:linear-gradient(to bottom right,#fff,#dce1ee,#fff),linear-gradient(180deg,#06b444,#bfffd6);background-size:75% 100%,25% 100%;background-position:0 0,100% 0;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;padding:20px;border-radius:0 0 0 0}.background-split-white-left-blue-right{background-image:linear-gradient(to bottom right,#fff,#dce1ee,#fff),linear-gradient(to bottom,var(--primary),var(--primary))}.background-split,.background-split-white-left-blue-right{background-size:75% 100%,25% 100%;background-position:0 0,100% 0;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;padding:20px;border-radius:0 0 16px 0}.background-split{background-image:linear-gradient(to bottom right,#fbe4cf,#fae3ce,#fcead9,#faf8f8,#f7f7fa),linear-gradient(to bottom,var(--primary),var(--primary))}.background-image{width:100%;height:50vh;background-image:url(/_next/static/media/feature-team-happy.34e80678.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative;border-radius:16px 0 0 0}@media(max-width:768px){.background-image{height:40vh}}.job-card-image{width:100%;height:150px}.impressum-cards{display:flex;flex-wrap:wrap;gap:20px;margin-top:40px}.impressum-cards h2{font-size:2em;margin-top:8px}.card{background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:25px;flex:1 1 calc(33.333% - 20px);box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-5px);box-shadow:0 8px 12px rgba(0,0,0,.15)}.company-details img{width:100%;height:150px;object-fit:cover;border-radius:0 10px}@media(max-width:768px){.impressum-cards{flex-direction:column}.card{flex:1 1 100%}.background-split,.background-split-white-left-blue-right,.background-split-white-left-orange-right{background-image:none;background-color:var(--background-grey);box-shadow:0 2px 4px rgba(0,0,0,.1);padding:15px;border-radius:16px}}@media(max-width:480px){.background-split,.background-split-white-left-blue-right,.background-split-white-left-orange-right{background-image:none;background-color:var(--background-grey);padding:10px;border-radius:12px}.background-image{height:30vh}}.background-content{position:absolute;bottom:1rem;padding:32px;width:60%;background-color:var(--background-grey);opacity:.8;border-radius:0 16px 0 0}.job-dialog-content{padding:20px;display:flex;flex-direction:column;gap:20px;max-width:800px}.job-dialog-title{text-align:center;font-size:2em;font-weight:700;margin-bottom:16px}.job-dialog-main{display:flex;gap:20px;flex-wrap:nowrap}.job-dialog-left{flex:1 1 50%;display:flex;flex-direction:column}.job-dialog-image{border-radius:10px;object-fit:cover;height:300px}.job-meta-info{display:flex;margin-top:8px;margin-bottom:16px;flex-direction:column}.job-meta-info p{margin-bottom:0}.job-buttons{display:flex;gap:10px}.job-dialog-right{flex:1 1 50%;display:flex;flex-direction:column;gap:20px}.job-dialog-right ul{margin-top:-16px;list-style-type:disc;margin-left:16px}.apply-button{padding:10px 20px;background-color:var(--primary);color:#fff;text-decoration:none;border-radius:5px;text-align:center;transition:background-color .3s ease}.apply-button:hover{background-color:var(--secondary)}.share-button{padding:10px 20px;background-color:#6c757d;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.share-button:hover{background-color:#5a6268}