.ol28o90{background-color:var(--section-blue)}.ol28o91{background-color:var(--section-yellow)}.ol28o92{background-color:var(--section-pink)}.ol28o93{background-color:var(--gray-midlight)}.ol28o94{background-color:var(--black)}.ol28o95{background:var(--gradient-premium)}.ol28o96{background:var(--gradient-premium-center)}.ol28o97{background:var(--gradient-premium-inverted)}.ol28o98{border-color:var(--gray-midlight)}.ol28o99{border-color:var(--light-blue)}.ol28o9a{border-color:var(--black)}.ol28o9b{border-color:var(--section-yellow)}.ol28o9c{border-color:var(--white)}.ol28o9d{border-color:transparent}.ol28o9e{border-width:4px;border-style:solid;border-radius:16px;padding:32px}.ol28o9f{align-items:center;width:100%;display:flex;flex-direction:column;gap:12px;padding:8px}.ol28o9g{width:90%;margin:0 auto;max-width:1140px;padding:calc(var(--spacer) * 3) 0}.ol28o9h{display:flex;gap:calc(var(--spacer) * 2);justify-content:space-between;align-items:center;flex-direction:column}.ol28o9j{margin-bottom:calc(var(--spacer) * 2)}.ol28o9k,.ol28o9l{flex:1 1}.ol28o9m{order:0}.ol28o9n{order:1}.ol28o9o{font-weight:700;margin-bottom:var(--spacer)}@media screen and (min-width:768px){.ol28o9g{padding:calc(var(--spacer) * 4) 0}.ol28o9j{margin-bottom:calc(var(--spacer) * 4)}}@media screen and (min-width:1024px){.ol28o9h{flex-direction:row;align-items:center;gap:calc(var(--spacer) * 4)}.ol28o9m,.ol28o9n{order:2}}@media screen and (min-width:992px){.ol28o9i{flex-direction:row-reverse}}.checkbox{position:relative;margin-bottom:var(--spacer)}.checkbox__wrapper{display:flex;align-items:flex-start}.checkbox input{display:none}.checkbox__label{display:inline-block;margin-left:var(--spacer)}.checkbox__checkbox{position:relative;width:24px;height:24px;border:var(--form-border);border-radius:calc(var(--border-radius) * .5);color:var(--form-color);background:var(--form-background);font-size:var(--form-font-size);font-weight:var(--form-font-weight);transition:var(--transition);cursor:pointer}.checkbox__checkbox.primary{background:var(--primary);border-color:var(--primary)}.checkbox__checkbox.secondary{background:var(--secondary);border-color:var(--secondary)}.checkbox__checkbox.tertiary{background:var(--tertiary);border-color:var(--tertiary)}.checkbox__checkbox.accent{background:var(--brand);border-color:var(--brand)}.checkbox__checkbox.success{background:var(--success);border-color:var(--success)}.checkbox__checkbox.warning{background:var(--warning);border-color:var(--warning)}.checkbox__checkbox.error{border-color:var(--danger)}.checkbox__checkbox.info{background:var(--info);border-color:var(--info)}.checkbox__checkbox:focus{border-color:var(--form-border-color-active);outline:none}.checkbox__checkbox.disabled,.checkbox__checkbox.readonly{background-color:var(--gray);border-color:var(--gray);cursor:not-allowed}.checkbox__checkbox.disabled .checkbox__icon,.checkbox__checkbox.readonly .checkbox__icon{background:var(--gray)}.checkbox__icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.input{position:relative;display:flex;flex-direction:column;margin-bottom:var(--spacer)}.input input{width:100%;min-height:var(--form-height);padding:calc(var(--spacer) * .75) calc(var(--spacer) * .625);border:var(--form-border);border-radius:var(--border-radius);color:var(--form-color);background:var(--form-background);font-size:var(--form-font-size);font-weight:var(--form-font-weight);-webkit-appearance:none;transition:border-color .5s ease-in-out}.input input:-moz-placeholder,.input input:-ms-input-placeholder,.input input::-moz-placeholder,.input input::-webkit-input-placeholder{color:var(--form-placeholder-color)}.input input.material{padding:calc(var(--spacer) * 1.25) calc(var(--spacer) * .625) calc(var(--spacer) * .4375) calc(var(--spacer) * .625)}.input input.material::-moz-placeholder{color:transparent;display:none}.input input.material::placeholder{color:transparent;display:none}.input input:-moz-placeholder-shown~.input__label--material.text,.input input:-moz-placeholder~.input__label--material.text{top:14px;color:var(--form-placeholder-color);font-size:var(--font-size)}.input input:placeholder-shown~.input__label--material.text{top:14px;color:var(--form-placeholder-color);font-size:var(--font-size)}.input input:not(:-moz-placeholder),.input input:not(:-moz-placeholder-shown){outline:none}.input input:focus,.input input:not(:placeholder-shown){outline:none}.input input:focus{border-color:var(--form-border-color-active);outline:none}.input input:focus+.input__label--material.text{top:2px;font-size:calc(var(--font-size) * .64)}.input input:-webkit-autofill,.input input:-webkit-autofill:focus,.input input:-webkit-autofill:hover{border:var(--form-border);-webkit-text-fill-color:var(--form-color);-webkit-box-shadow:0 0 0 1000px var(--form-background) inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.input input.readonly{opacity:.5;cursor:not-allowed}.input input:disabled{background-color:var(--form-background-disabled);cursor:not-allowed}.input input.error{border-color:var(--danger)}.input input.success{border-color:var(--success)}.input input.right{text-align:right}.input input.center{text-align:center}.input input.left{text-align:left}.input .input__label--material.text{display:inline-block;position:absolute;top:2px;left:calc(var(--spacer) * .625);color:var(--form-placeholder-color);font-size:calc(var(--font-size) * .64);pointer-events:none;transition:top .25s ease-in-out,left .25s ease-in-out,font-size .25s ease-in-out}.input__wrapper{position:relative}.input__icon{position:absolute;top:calc((var(--form-height) - 1em) / 2)}.input__icon--right{right:12px}.input__icon--right~input,.input__icon--right~input.material{padding-right:40px}.input__icon--right~.input__label--material.text{padding-right:30px}.input__icon--left{left:12px}.input__icon--left~input,.input__icon--left~input.material{padding-left:40px}.input__icon--left~.input__label--material.text{padding-left:30px}.input__error,.input__success{display:inline-block;margin-top:calc(var(--spacer) * .25)}.input__info{display:inline-block;margin-top:calc(var(--spacer) * .5)}.input.disabled .input__icon svg{fill:var(--gray)}@media screen and (min-width:576px){.input input:-moz-placeholder-shown~.input__label--material.text,.input input:-moz-placeholder~.input__label--material.text{top:12px}.input input:placeholder-shown~.input__label--material.text{top:12px}.input input:focus+.input__label--material.text{top:2px}}.z9hkaf0{margin-top:calc(var(--spacer) * 2)}._188mmag0,.z9hkaf0{display:flex;flex-direction:column;align-items:center}._188mmag0{justify-content:space-between;width:100%;margin:0 auto;padding:0;border-radius:var(--border-radius);box-sizing:border-box}._188mmag1{display:flex;flex-direction:column;flex:1 1;padding:calc(var(--spacer) * 1.5) var(--spacer) 0 var(--spacer)}._188mmag2{display:flex;align-items:center}._188mmag3{display:none}._188mmag4{min-width:calc(var(--spacer) * 11.25);margin-top:calc(var(--spacer) * 2);padding:0 var(--spacer) calc(var(--spacer) * 1.5) var(--spacer)}._188mmag5{margin:0;display:flex;flex-direction:column;justify-content:center;text-align:center;padding:calc(var(--spacer) * 1.5) calc(var(--spacer) * 4) 0 calc(var(--spacer) * 4)}._188mmag5 span{font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important}._188mmag0 .banner__content{margin:var(--spacer) 0}._188mmag0 .clickable{cursor:pointer}._188mmag0 .fullyImageImage{justify-content:center;max-width:360px}._188mmag6{border-radius:var(--border-radius);display:block;z-index:2}.banner-background-blue{background-color:var(--section-blue)}.banner-background-yellow{background-color:var(--section-yellow)}.banner-background-pink{background-color:var(--section-pink)}@media screen and (min-width:768px){._188mmag0,._188mmag1{flex-direction:row}._188mmag1{padding:0}._188mmag4{margin-top:0;padding:0 calc(var(--spacer) * 2) 0 0}._188mmag5{padding:0;text-align:left;margin:calc(var(--spacer) * 1.5) calc(var(--spacer) * 4) calc(var(--spacer) * 1.5) calc(var(--spacer) * 2)}._188mmag0 .banner__content{margin:0}._188mmag0 .fullyImageImage{max-width:100%}}@media screen and (min-width:992px){._188mmag3{display:block;max-width:280px}}.banner-container{padding:calc(var(--spacer) * 3) 0}@media screen and (min-width:768px){.banner-container{padding:calc(var(--spacer) * 5) 0}}._1rf13rr0{width:90%;margin:0 auto;max-width:1140px;padding:calc(var(--spacer) * 3) 0;display:flex;flex-direction:column;gap:calc(var(--spacer) * 1.5)}._1rf13rr1{background-color:var(--section-blue)}._1rf13rr2{background-color:var(--section-yellow)}._1rf13rr3{background-color:var(--black)}._1rf13rr4{background-color:var(--gray-midlight)}._1rf13rr5{background-color:var(--section-green)}._1rf13rr6{background-color:var(--section-dark-green)}._1rf13rr7{background-color:var(--section-dark-purple)}._1rf13rr8{background-color:var(--section-tea-green)}._1rf13rr9{background:var(--gradient-premium)}._1rf13rra{background:var(--gradient-premium-center)}._1rf13rrb{background:var(--gradient-premium-inverted)}@media screen and (min-width:768px){._1rf13rr0{padding:calc(var(--spacer) * 4) 0;gap:calc(var(--spacer) * 2)}}.hero-teaser{display:flex;flex-direction:column;align-items:center;background-repeat:no-repeat;background-size:cover;background-position:50%;padding:calc(var(--spacer) * 3) 0}.hero-teaser .hero-teaser__wrapper{display:flex;flex-direction:column;width:90%;margin:0 auto;max-width:1140px;gap:0}.hero-teaser .hero-teaser__wrapper._1x925eq1{display:flex;flex-direction:column;justify-content:space-between;gap:calc(var(--spacer) * 2)}.hero-teaser .hero-teaser__wrapper._1x925eq2 .hero-teaser__right{order:0}.hero-teaser .hero-teaser__wrapper._1x925eq2 .hero-teaser__right .picture{display:block}.hero-teaser .hero-teaser__wrapper._1x925eq2 .hero-teaser__left{order:1}.hero-teaser .hero-teaser__left{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%}.hero-teaser .hero-teaser__left .button{margin-top:calc(var(--spacer))}.hero-teaser .hero-teaser__left._1x925eq3{flex-basis:100%;max-width:100%}.hero-teaser .hero-teaser__icons{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;margin-bottom:var(--spacer);gap:var(--spacer)}.hero-teaser .hero-teaser__icons .picture{width:100%;max-width:150px}.hero-teaser .hero-teaser__logo{margin-bottom:var(--spacer)}.hero-teaser .hero-teaser__right .picture{display:none}.hero-teaser .hero-teaser__right.hero-teaser__right--rightExpanded{flex-basis:100%;max-width:100%}.hero-teaser .hero-teaser__description{margin-bottom:var(--spacer)}.hero-teaser .hero-teaser__description .link{font-weight:600}.hero-teaser .hero-teaser__description .link.white{color:var(--white)}@media screen and (min-width:768px){.hero-teaser{padding:calc(var(--spacer) * 4) 0}.hero-teaser .hero-teaser__wrapper{flex-direction:row;justify-content:space-between;gap:calc(var(--spacer) * 2)}.hero-teaser .hero-teaser__wrapper._1x925eq0{flex-direction:column}.hero-teaser .hero-teaser__wrapper._1x925eq1{display:flex;flex-direction:row;align-items:center}.hero-teaser .hero-teaser__wrapper._1x925eq2 .hero-teaser__left,.hero-teaser .hero-teaser__wrapper._1x925eq2 .hero-teaser__right{order:0}.hero-teaser .hero-teaser__left._1x925eq3{flex-basis:68%;max-width:68%}.hero-teaser .hero-teaser__right .picture{display:block}.hero-teaser .hero-teaser__right.hero-teaser__right--rightExpanded{flex-basis:45%;max-width:45%}}@media screen and (min-width:992px){.hero-teaser .hero-teaser__left._1x925eq4{width:65%}.hero-teaser .hero-teaser__icons .picture{max-width:200px}}@media screen and (min-width:1200px){.hero-teaser .hero-teaser__icons .picture{max-width:300px}.hero-teaser .hero-teaser__right._1x925eq5 .picture{transform:scale(1.2);transform-origin:bottom left}}.myInvestorKnowUs{max-width:1050px;margin:0 auto}.myInvestorKnowUs.background-none{background-color:none}.myInvestorKnowUs.background-light-gray{background-color:var(--gray-lightest)}._140z3f70{width:100%}@media screen and (min-width:768px){._140z3f70{width:auto}}.eicstw0{position:relative;background:var(--section-blue)}.eicstw1{display:none}.eicstw4{margin-top:calc(var(--spacer) * 2)}.eicstw4,.eicstw5{display:flex;flex-direction:column}.eicstw5{height:100%;gap:calc(var(--spacer) * 2)}.eicstw7{padding-top:var(--spacer);display:grid;grid-template-rows:repeat(auto-fill,minmax(100px,auto));grid-auto-flow:row;grid-gap:32px;gap:32px}.eicstw8{display:flex;flex-direction:column-reverse;align-items:flex-start}.eicstw9,.eicstwa{display:block;margin:0 auto}@media screen and (min-width:768px){.eicstw1{display:block}.eicstw2{display:flex;justify-content:space-between;gap:calc(var(--spacer) * 2)}.eicstw3,.eicstw4{width:50%}.eicstw4{margin-top:0}.eicstw6{display:flex;gap:var(--spacer)}.eicstw7{grid-template-rows:repeat(3,auto);grid-auto-flow:column}}@media screen and (min-width:992px){.eicstw8{flex-direction:row;gap:var(--spacer)}}