.overflow-hidden{overflow:hidden}:root{--media-query:only screen;--columns:12;--base-spacing:0.5rem;--breakpoint-xs:0;--breakpoint-sm:500px;--breakpoint-md:769px;--breakpoint-lg:1024px;--breakpoint-xl:1200px;--breakpoint-xxl:1400px;--gap-width-xs:10px;--gap-width-sm:10px;--gap-width-md:10px;--gap-width-lg:10px;--gap-width-xl:10px;--gap-width-xxl:10px;--container-padding-lg:2rem;--container-padding-md:2rem;--container-padding-sm:2rem;--container-padding-xl:2rem;--container-padding-xs:2rem;--container-padding-xxl:2rem;--container-xs:100%;--container-sm:100%;--container-md:100%;--container-lg:100%;--container-xl:1400px;--container-xxl:1400px;--container-xxl:1800px}.datepicker{width:min-content}.datepicker:not(.active){display:none}.datepicker-dropdown{box-shadow:0 2rem 3.5rem var(--datepicker-box-shadow-color);position:absolute;transform:translateX(.1rem);width:100%;width:calc(100% - .2rem);z-index:20}.datepicker-dropdown.datepicker-orient-top{padding-bottom:0;padding-top:0}.datepicker-picker{background-color:var(--white);display:flex;flex-direction:column;font-size:1.6rem}.datepicker-controls{display:flex}.datepicker-header .datepicker-controls{padding:.2rem .2rem 0}.datepicker-controls .button{align-items:center;background-color:var(--white);box-shadow:none;color:var(--black);cursor:pointer;display:inline-flex;font-size:1.6rem;justify-content:center;line-height:1.5;margin:0;padding:1rem;position:relative;text-align:center;vertical-align:top;white-space:nowrap}.datepicker-controls .next-button,.datepicker-controls .prev-button{flex:0 0 14.285%;padding-left:.375rem;padding-right:.375rem}.datepicker-controls .view-switch{flex:auto}.datepicker-controls .next-button.disabled,.datepicker-controls .prev-button.disabled{visibility:hidden}.datepicker-controls .button:active,.datepicker-controls .button:focus{outline:none}.datepicker-controls .button:hover{border-color:var(--black)}.datepicker-controls .button:focus{border-color:var(--black);color:var(--white)}.datepicker-controls .button:active{border-color:var(--datepicker-active-controls-bg);color:var(--datepicker-active-controls-color)}.datepicker-controls .button[disabled]{cursor:not-allowed}.datepicker-header .datepicker-controls .button{border-color:transparent;font-weight:700}.datepicker-header .datepicker-controls .button:hover{background-color:var(--datepicker-controls-bg)}.datepicker-grid,.datepicker-view{display:flex}.datepicker-view{align-items:stretch;width:100%}.datepicker-grid{flex:auto;flex-wrap:wrap}.datepicker .days{display:flex;flex:auto;flex-direction:column}.datepicker .days-of-week{display:flex}.datepicker .week-numbers{display:flex;flex:0 0 9.6774%;flex-direction:column}.datepicker .weeks{align-items:stretch;display:flex;flex:auto;flex-direction:column}.datepicker span{align-items:center;cursor:default;display:flex;justify-content:center;min-height:4.5rem;user-select:none}.datepicker .dow{font-weight:700;height:1.5rem}.datepicker .days .dow,.datepicker-cell{flex-basis:14.2857%}.datepicker-cell:not(.day){flex-basis:25%}.datepicker-cell:not(.disabled):hover{font-weight:700}.datepicker-cell.focused:not(.selected),.datepicker-cell:not(.disabled):hover{border:.2rem solid var(--black);cursor:pointer}.datepicker-cell.selected,.datepicker-cell.selected:hover{background-color:var(--black);border-color:var(--black);color:var(--white);font-weight:600}.datepicker-cell.disabled{background-color:var(--datepicker-disabled-bg);color:var(--datepicker-disabled-color);cursor:not-allowed}.datepicker-cell.today:not(.selected){background-color:var(--datepicker-today-bg);color:var(--white)}.month-item-name{font-weight:500}.container__days{row-gap:4px}.litepicker .container__main .container__days>div:not(.day-item)+.is-in-range{border-radius:50% 0 0 50%}.litepicker .container__main .container__days>div:not(.day-item)+.is-in-range:nth-child(6n+6){border-radius:50%}.litepicker .container__main .container__days>div:nth-child(6n+1).is-in-range{border-radius:50% 0 0 50%}.litepicker .container__main .container__days>div:last-child.is-in-range,.litepicker .container__main .container__days>div:nth-child(6n+6).is-in-range{border-radius:0 50% 50% 0}.litepicker .container__main .container__days>div:last-child:nth-child(6n+1),.litepicker .container__main .container__days>div:nth-child(6n+6):nth-child(6n+1){border-radius:50%}.litepicker .container__main .container__days .day-item{background-color:transparent;border-radius:0;position:relative;z-index:1}.litepicker .container__main .container__days .day-item:hover{box-shadow:none}.litepicker .container__main .container__days .day-item:hover:after{background-color:var(--litepicker-is-in-range-color);border-radius:50%;content:"";inset:0;position:absolute;z-index:-1}.litepicker .container__main .container__days .day-item.is-today{border:none}.litepicker .container__main .container__days .day-item.is-today:after{background-color:transparent;border:1px solid var(--black);border-radius:50%;content:"";inset:0;position:absolute;z-index:-1}.litepicker .container__main .container__days .day-item.is-in-range{background-color:var(--litepicker-is-in-range-color)}.litepicker .container__main .container__days .day-item.is-start-date{background:linear-gradient(to right,transparent 50%,var(--litepicker-is-in-range-color) 50%)}.litepicker .container__main .container__days .day-item.is-start-date.is-flipped{background:linear-gradient(to left,transparent 50%,var(--litepicker-is-in-range-color) 50%)}.litepicker .container__main .container__days .day-item.is-start-date:last-child,.litepicker .container__main .container__days .day-item.is-start-date:nth-child(6n+6){background:transparent}.litepicker .container__main .container__days .day-item.is-end-date{background:linear-gradient(to left,transparent 50%,var(--litepicker-is-in-range-color) 50%)}.litepicker .container__main .container__days .day-item.is-end-date.is-flipped{background:linear-gradient(to right,transparent 50%,var(--litepicker-is-in-range-color) 50%)}.litepicker .container__main .container__days .day-item.is-end-date.is-start-date,.litepicker .container__main .container__days .day-item.is-end-date:nth-child(6n+1):not(.is-flipped),.litepicker .container__main .container__days .day-item.is-end-date:nth-child(6n+6).is-flipped{background:transparent}.litepicker .container__main .container__days .day-item.is-end-date:after,.litepicker .container__main .container__days .day-item.is-start-date:after{background-color:var(--litepicker-is-start-color-bg);border-radius:50%;content:"";inset:0;position:absolute;z-index:-1}.litepicker{transform:translateY(1rem)}.litepicker .container__months .month-item-weekdays-row{margin-bottom:5px}.form-item{position:relative}.form-item input[type=checkbox],.form-item input[type=radio]{opacity:0;position:absolute}.form-row{--row-margin-top:1.5rem;--label-margin-bottom:1.3rem;align-items:center;display:flex;flex:1 1 100%;flex-wrap:wrap;margin-bottom:2rem;position:relative}@media only screen and (min-width:500px){.form-row{flex:1 1 auto}}@media only screen and (min-width:769px){.form-row{margin-bottom:2.5rem;margin-top:var(--row-margin-top)}}.form-row>label{color:var(--label-text-color)}.form-row>label:not(.label-radio,.label-checkbox).label-select--new{background-color:var(--white);left:1.4rem;opacity:0;padding:.1rem .6rem;position:absolute;transform:translateY(-2rem);transition:transform .25s ease-out,opacity .25s ease,color .25s ease}.form-row>label:not(.label-radio,.label-checkbox).label-select--new.in{font-size:1.4rem;max-width:82%;opacity:1;transform:translateY(-3rem);z-index:1}.form-row>label:not(.label-radio,.label-checkbox):has(+.mod){opacity:1;padding-left:0;position:relative}.form-row>label.label-checkbox,.form-row>label.label-radio{color:var(--label-text-color);margin-bottom:var(--label-margin-bottom)}.form-row>label.label-checkbox+fieldset,.form-row>label.label-radio+fieldset{display:flex;flex-flow:row wrap}.form-row>label.label-checkbox+fieldset>div:not(.form-item),.form-row>label.label-radio+fieldset>div:not(.form-item){width:100%}.form-row .input-label,.form-row .label-select{background-color:var(--white);font-size:1.4rem;left:1.4rem;opacity:0;padding:.1rem .6rem;position:absolute;transform:translateY(0);transition:transform .25s ease-out,opacity .25s ease,color .25s ease}.form-row .label-select--native{transform:translateY(-2rem);z-index:2}.form-row .error .select-label,.form-row .error label,.form-row.error .select-label,.form-row.error label{border-color:var(--error-text-color);color:var(--error-text-color)}.form-row .error .input-label,.form-row.error .input-label{color:var(--error-text-color);opacity:0}.form-row .error>legend,.form-row.error>legend{color:var(--error-text-color);opacity:1;transform:translateY(.5rem);z-index:1}.form-row .error input,.form-row .error textarea,.form-row.error input,.form-row.error textarea{background-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjIyIiB3aWR0aD0iMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2Y3NTU1NSI+PHBhdGggZD0iTTE4LjUgMy4xN2MtNC4yMzUtNC4yMy0xMS4wOTYtNC4yMjYtMTUuMzI3LjAwNi00LjIzIDQuMjMzLTQuMjMgMTEuMDk0IDAgMTUuMzI3IDQuMjMxIDQuMjMzIDExLjA5MiA0LjIzNiAxNS4zMjcuMDA2YTEwLjgyOCAxMC44MjggMCAwIDAgMC0xNS4zMzl6bS0xLjIwMSAxNC4xMzlhOS4xNTcgOS4xNTcgMCAxIDEgMC0xMi45NSA5LjE2OCA5LjE2OCAwIDAgMSAwIDEyLjk1eiIvPjxwYXRoIGQ9Ik0xMi4zNCAxNC43OTV2MS4xMjJIOS4yMDd2LTEuMTIyaC43MTlWOC44MzdoMS42ODN2NS45NTh6TTkuOTgzIDUuNjM5aDEuNjgzdjEuNjgzSDkuOTgzeiIvPjwvZz48L3N2Zz4=);background-position:top 1.9rem right 2rem;background-repeat:no-repeat;background-size:2rem;border-color:var(--error-border-color)}.form-row .error input:focus,.form-row .error textarea:focus,.form-row.error input:focus,.form-row.error textarea:focus{border-color:var(--error-border-color)}.form-row .error input~.input-description,.form-row .error textarea~.input-description,.form-row.error input~.input-description,.form-row.error textarea~.input-description{color:var(--error-text-color);font-size:1.2rem;line-height:1.7rem;max-width:80%;opacity:1;transform:translateY(4.7rem)}.form-row .error input[type=radio]+label:after,.form-row .error input[type=radio]+label:before,.form-row .error textarea[type=radio]+label:after,.form-row .error textarea[type=radio]+label:before,.form-row.error input[type=radio]+label:after,.form-row.error input[type=radio]+label:before,.form-row.error textarea[type=radio]+label:after,.form-row.error textarea[type=radio]+label:before{border-color:var(--error-border-color)}.form-row .error input::placeholder,.form-row .error textarea::placeholder,.form-row.error input::placeholder,.form-row.error textarea::placeholder{color:var(--error-text-color)}.form-row .error.in .input-label,.form-row.error.in .input-label{color:var(--error-text-color)}.form-row .error textarea~.input-description,.form-row.error textarea~.input-description{bottom:-2rem;top:auto;transform:translateY(0)}.form-row .mod{display:flex;flex-direction:row}.form-row .form-item-m{align-items:center;display:flex;max-width:calc(50% - 2.9rem);position:relative;width:100%}.form-row .form-item-m:first-of-type{margin-right:2.9rem}.form-row .form-item-m:nth-of-type(2){margin-left:2.9rem}.form-row .in .input-label,.form-row.in .input-label{opacity:1;transform:translateY(-.9rem)}.form-row .in .label-select--native,.form-row.in .label-select--native{opacity:1;transform:translateY(-2.9rem)}.form-row .use-pseudo:not(:placeholder-shown)+.input-label{opacity:1;transform:translateY(-.9rem)}.form-row .use-pseudo:not(:placeholder-shown)+.label-select--native{opacity:1;transform:translateY(-2.9rem)}.form-row.form-row--datepicker:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAALCAYAAABGbhwYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACSSURBVHgBtY8xDsIwDEW/U1EJ5CRDpyhH4A69DysH6R16HxYOwcgUSx2QUmJEUQQd6d/8/PQtA/9OE2PsmJlE5LEmhBAOnsg1jvlEQM/WXr5llQxwRtseDYwZC9sr0MWPVHYQGUmhnkfOCqcMDMoqabildKeloZbf6CO9nlnElNLkvL9invsy7mppNdocre2weZ6mXTQzWJ5AmwAAAABJRU5ErkJggg==);background-size:cover;content:"";display:block;height:1rem;left:auto;position:absolute;right:2rem;top:50%;transform:translateY(-50%) rotate(0deg);transition:transform .15s ease;width:1rem}.form-row.form-row--datepicker.open:after{transform:translateY(-50%) rotate(180deg)}.form-row .password-toggle{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMSIgZmlsbD0ibm9uZSI+PGcgb3BhY2l0eT0iLjYiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTIuMDE3IDExLjM3NWMtLjExNC0uMTgtLjE3LS4yNy0uMjAyLS40MDhhLjk3OC45NzggMCAwIDEgMC0uMzczYy4wMzItLjEzOC4wODgtLjIyOC4yMDItLjQwOC45MzgtMS40ODUgMy43My01LjIzOSA3Ljk4My01LjIzOSA0LjI1NSAwIDcuMDQ2IDMuNzU0IDcuOTg0IDUuMjQuMTEzLjE3OS4xNy4yNjkuMjAyLjQwN2EuOTc2Ljk3NiAwIDAgMSAwIC4zNzNjLS4wMzIuMTM4LS4wODkuMjI4LS4yMDIuNDA4LS45MzggMS40ODUtMy43MyA1LjIzOS03Ljk4NCA1LjIzOXMtNy4wNDUtMy43NTQtNy45ODMtNS4yNFoiLz48cGF0aCBkPSJNMTAgMTMuMjhhMi41IDIuNSAwIDEgMCAwLTUgMi41IDIuNSAwIDAgMCAwIDVaIi8+PC9nPjwvc3ZnPg==) no-repeat 50%,var(--white);background-position:50%;background-size:2rem;cursor:pointer;height:2rem;opacity:.8;position:absolute;right:2.1rem;top:2rem;transition:opacity .15s ease-in-out;width:2rem}.form-row .password-toggle:focus-visible,.form-row .password-toggle:hover{opacity:1}.form-row .password-toggle:focus-visible:before,.form-row .password-toggle:hover:before{opacity:1}.form-row .password-toggle.hide:before{background-color:var(--black);content:"";display:block;height:100%;left:50%;opacity:.6;position:absolute;top:-.1rem;transform:rotate(54deg) translateY(.1rem);transform-origin:left;transition:opacity .15s ease-in-out;width:.2rem}.form{--headline-color:var(--black)}.form .row>.form-row{margin-left:.5rem;margin-right:1rem}@media only screen and (min-width:769px){.form .row>.form-row{max-width:calc(50% - 2rem)}.form .row>.form-row:nth-of-type(2){margin-left:1rem}.form .row .col-md-12,.form .row .col-md-2,.form .row .col-md-4,.form .row .col-md-6{padding-left:1rem;padding-right:1rem}}@media only screen and (min-width:769px){.form .row .col-md-2:has(+.col-md-4:not(:nth-of-type(3))){padding-right:.5rem}}@media only screen and (min-width:769px){.form .row .col-md-2:has(+.col-md-4:not(:nth-of-type(3)))+.col-md-4{padding-left:.5rem}}@media only screen and (min-width:769px){.form .row .col-md-4:has(+.col-md-2:not(:nth-of-type(3))){padding-right:.5rem}}@media only screen and (min-width:769px){.form .row .col-md-4:has(+.col-md-2:not(:nth-of-type(3)))+.col-md-2{padding-left:.5rem}}.form .form__text{margin:4rem 0}.form .form__text.error{color:var(--error-text-color)}.form .h2,.form h2{color:var(--headline-color)}@media only screen and (min-width:1024px){.form .h2,.form h2{margin-top:5.2rem}}.form h3{font-family:var(--default-font-family);font-size:2.4rem}@media only screen and (min-width:769px){.form h3{margin-bottom:1.3rem;margin-top:1.5rem}}fieldset{display:flex;flex-direction:column;width:100%}@media only screen and (min-width:769px){fieldset>.row{margin-left:-1rem;width:calc(100% + 2rem)}}fieldset>.col{padding-left:0;padding-right:0}fieldset>legend{background-color:var(--white);bottom:-2rem;color:var(--error-text-color);display:block;font-size:1.2rem;left:1.4rem;line-height:1.7rem;opacity:0;padding:.1rem .6rem;pointer-events:none;position:absolute;top:auto;transition:transform .25s ease-out,opacity .25s ease,color .25s ease}fieldset #mgnlhp{opacity:0;position:absolute;visibility:hidden}.form-wrapper{--background-color:transparent;background-color:var(--background-color)}.form-wrapper .container--footnote{padding:0}@media only screen and (min-width:769px){.form-wrapper .container--footnote .footnote{padding:0}}.form-wrapper .container--footnote .footnote p{color:var(--form-footnote-color);margin-top:2.5rem}@media only screen and (min-width:1200px){.form-wrapper .form-content--smaller{flex:0 0 61.3333%;max-width:61.3333%}.form-wrapper .form-side--smaller{flex:0 0 25.3333%;margin-left:auto;max-width:25.3333%}}input{background-color:var(--white)}input+label{cursor:pointer;position:relative}input[type=checkbox]+label,input[type=radio]+label{font-size:1.6rem;line-height:1.65;margin-right:2rem;padding-left:3.3rem}@media only screen and (min-width:769px){input[type=checkbox]+label,input[type=radio]+label{margin-right:0}}input[type=checkbox]:focus+label:before,input[type=radio]:focus+label:before{border-color:var(--black)}input[type=checkbox]+label{display:block}input[type=checkbox]+label a{color:var(--black);text-decoration:underline}input[type=checkbox]+label a:hover{color:var(--dark-mint)}input[type=checkbox]+label:before{background-color:var(--white);border:.1rem solid var(--input-border-light-color);border-radius:.4rem;content:" ";height:2.2rem;left:.2rem;position:absolute;top:.2rem;transition:border-color .15s ease,background-color .15s ease;width:2.2rem}input[type=checkbox]+label:hover:before{border-color:var(--black)}input[type=checkbox]:checked+label:after{background-color:var(--black);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3LjM4MyAxLjUyNiAyMCAzLjc4NCA3LjM2NiAxOC40MjlsLTcuMzQ0LTcuOSAyLjUzMi0yLjM1MyA0LjcxNiA1LjA3M3oiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);background-position:50%;background-repeat:no-repeat;background-size:1.4rem;border-radius:.4rem;content:" ";height:2.2rem;left:.2rem;position:absolute;top:.2rem;width:2.2rem}input[type=radio]{position:absolute}input[type=radio]+label{margin-right:1.8rem}input[type=radio]+label:before{background:var(--white);background-position:50%;background-repeat:no-repeat;background-size:3rem;border:.1rem solid var(--input-border-light-color);border-radius:50%;content:"";cursor:pointer;display:block;height:2.4rem;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:background .15s ease-in-out,opacity .15s ease-in-out,border-color .15s ease-in-out;width:2.4rem}input[type=radio]+label:hover:before,input[type=radio]:checked+label:before{border-color:var(--black)}input[type=radio]:checked+label:after{background:var(--black);background-position:50%;background-repeat:no-repeat;background-size:3rem;border:0;border-radius:50%;content:"";cursor:pointer;display:block;height:1.4rem;left:.5rem;position:absolute;top:50%;transform:translateY(-50%);transition:background .15s ease-in-out,opacity .15s ease-in-out,border-color .15s ease-in-out;width:1.4rem}input[type=date],input[type=email],input[type=file],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text]{background-color:var(--white);border:.1rem solid var(--input-border-light-color);color:var(--black);cursor:pointer;font-size:1.6rem;height:6rem;outline:0;padding:1.4rem 0 1.4rem 2rem;transition:background-image .25s ease,border-color .25s ease,color .25s ease,background-color .25s ease,border .25s ease;width:100%}input[type=date]:focus,input[type=email]:focus,input[type=file]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus{border-color:var(--input-border-color)}input[type=date]~label,input[type=email]~label,input[type=file]~label,input[type=number]~label,input[type=password]~label,input[type=search]~label,input[type=tel]~label,input[type=text]~label{background-color:var(--white);border-radius:.3rem;bottom:auto;color:var(--label-text-color);cursor:pointer;font-family:var(--default-font-family);font-size:1.4rem;left:2rem;margin-bottom:0;max-width:calc(100% - 4.4rem);opacity:.6;padding:.1rem .6rem;position:absolute;top:0;transform:translateY(100%);transition:opacity .15s ease 0s,transform 0s ease .15s,visibility 0s ease .15s;width:auto;z-index:1}input[type=date]~span,input[type=email]~span,input[type=file]~span,input[type=number]~span,input[type=password]~span,input[type=search]~span,input[type=tel]~span,input[type=text]~span{background-color:var(--white);color:red;display:block;font-size:1.2rem;left:1.4rem;opacity:0;padding:.1rem .6rem;pointer-events:none;position:absolute;transform:translateY(4rem);transition:transform .25s ease-out,opacity .25s ease,color .25s ease}input[type=date]::placeholder,input[type=email]::placeholder,input[type=file]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder{color:var(--input-placeholder-color);font-family:var(--default-font-family);transition:opacity 5s ease-in-out}input[type=date]:hover,input[type=email]:hover,input[type=file]:hover,input[type=number]:hover,input[type=password]:hover,input[type=search]:hover,input[type=tel]:hover,input[type=text]:hover{border-color:var(--black)}input[type=date]:hover::placeholder,input[type=email]:hover::placeholder,input[type=file]:hover::placeholder,input[type=number]:hover::placeholder,input[type=password]:hover::placeholder,input[type=search]:hover::placeholder,input[type=tel]:hover::placeholder,input[type=text]:hover::placeholder{color:var(--black);transition:color .15s ease-in-out}input[type=date]:hover~label,input[type=email]:hover~label,input[type=file]:hover~label,input[type=number]:hover~label,input[type=password]:hover~label,input[type=search]:hover~label,input[type=tel]:hover~label,input[type=text]:hover~label{color:var(--input-hover-label)}input[type=date]:read-only,input[type=email]:read-only,input[type=file]:read-only,input[type=number]:read-only,input[type=password]:read-only,input[type=search]:read-only,input[type=tel]:read-only,input[type=text]:read-only{color:var(--input-placeholder-color);cursor:default}input[type=date]::-webkit-calendar-picker-indicator{display:none}:root{--select-icon:url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 9.76l3.392-3.392 12.48 12.48 12.48-12.48 3.392 3.392-15.872 15.872z' fill='black'%3E%3C/path%3E%3C/svg%3E")}select{--select-height:6rem;--select-padding:0 2rem;--select-width:100%;-webkit-appearance:none;appearance:none;background-color:var(--white);border:.1rem solid var(--input-border-light-color);color:var(--label-text-color);cursor:pointer;font-family:var(--default-font-family);font-size:1.6rem;height:var(--select-height);outline:0;padding:var(--select-padding);width:var(--select-width)}select.hidden{opacity:0;pointer-events:none;position:absolute}select:focus-visible+div .select-label{border-color:var(--black)}select.unstyled{background-color:transparent;border:0;color:inherit;font-size:inherit;height:auto;padding:0}fieldset .select-label{align-items:center;border:.1rem solid var(--input-border-light-color);color:var(--black);cursor:pointer;display:flex;font-size:1.6rem;max-height:6rem;min-height:6rem;outline:0;padding:1.4rem 0 1.4rem 2rem;position:relative;transition:border-color .25s ease,color .25s ease,background-color .25s ease,border .25s ease}fieldset .select-label:after{background-color:currentcolor;content:"";display:block;height:1rem;left:auto;-webkit-mask-image:var(--select-icon);mask-image:var(--select-icon);position:absolute;right:2rem;top:50%;transform:translateY(-50%);transition:transform .15s ease;width:1rem}fieldset .select-label:hover{border-color:var(--black)}fieldset .select-label:hover .select-item{color:var(--black);opacity:1}fieldset .select-label.open{border-color:var(--input-border-color)}fieldset .select-label.open:after{transform:translateY(-50%) rotate(180deg)}fieldset .select-label.open .select-item{opacity:1}fieldset .select-label .select-item{transition:opacity .15s ease-in-out}fieldset .select-wrapper{background-color:var(--white);position:relative}fieldset .select-wrapper.disabled *{pointer-events:none}fieldset .select-item.placeholder,fieldset .select-item[value=novalue]{color:var(--input-placeholder-color)}fieldset .select-item[data-disabled=disabled]{pointer-events:none}fieldset .select-item.select-item--headline{margin-top:10px}fieldset .select-list{background-color:var(--white);background-color:var(--select-bg-color);border:0;border-top:.1rem solid var(--select-border-color);box-shadow:0 0 2rem -1rem var(--select-box-shadow);display:none;max-height:34rem;opacity:0;overflow:auto;padding:1.8rem 0 1.8rem 2rem;position:absolute;width:100%!important;z-index:-1}fieldset .select-list.open-top{bottom:100%;top:auto}fieldset .select-list.visible{display:block;opacity:1;z-index:2}fieldset .select-list li{color:var(--select-li-color);cursor:pointer;display:block;font-size:1.6rem;line-height:2rem;padding:.8rem 0;white-space:nowrap}fieldset .select-list li.active,fieldset .select-list li:hover{color:var(--black)}fieldset.error .select-item[value=novalue]{color:var(--error-text-color);opacity:1}fieldset.error .select-label:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABwSURBVHgBvY/LCYAwEERfUoc3wR7sIT3YiIVYSHqwB8WbTXjSDEkgiIoXHQhh57csfIoVqje6XaDZoJ+hvTKKly6frWEKnLfQnQOaxUtPvoiQdOENOaBfs/jsMWVTEtwOo4khNXrukDeUjY/QMfyKA3XGIJgLbmnTAAAAAElFTkSuQmCC)}fieldset.select-fieldset--native{position:relative}fieldset.select-fieldset--native:after{background-color:currentcolor;content:"";display:block;height:1rem;left:auto;-webkit-mask-image:var(--select-icon);mask-image:var(--select-icon);position:absolute;right:2rem;top:50%;transform:translateY(-50%);transition:transform .15s ease;width:1rem}textarea{--border-radius:0;background-color:var(--white);border:.1rem solid var(--input-border-light-color);border-radius:var(--border-radius);color:var(--black);cursor:pointer;font-family:var(--default-font-family);font-size:1.6rem;min-height:6rem;outline:0;padding:2.2rem 0 1.4rem 1.9rem;transition:border-color .25s ease,color .25s ease,background-color .25s ease,border .25s ease;width:100%}textarea:focus,textarea:hover{border-color:var(--input-border-color)}textarea:focus::placeholder,textarea:hover::placeholder{color:var(--black);transition:color .15s ease-in-out}textarea:focus~label,textarea:hover~label{color:var(--black)}textarea+label{border-radius:.3rem;bottom:auto;cursor:pointer;font-family:var(--default-font-family);font-size:1.6rem;left:2rem;margin-bottom:0;max-width:calc(100% - 4.4rem);opacity:.6;top:0;transform:translateY(100%);transition:opacity .15s ease 0s,transform 0s ease .15s,visibility 0s ease .15s;width:auto;z-index:1}textarea+label,textarea~span{background-color:var(--white);padding:.1rem .6rem;position:absolute}textarea~span{bottom:-2rem;display:block;font-size:1.2rem;left:1.4rem;opacity:0;pointer-events:none;top:auto;transform:translateY(0);transition:transform .25s ease-out,opacity .25s ease,color .25s ease}textarea::placeholder{color:var(--input-placeholder-color);font-family:var(--default-font-family);transition:color .15s ease-in-out}textarea p a{border-bottom:.2rem solid;padding-bottom:.1rem}textarea p a:hover{color:var(--dark-mint)}.form-sidebar{--bg-z-index:-1;height:100%;margin-top:4rem;padding:3rem 2rem;position:relative}@media only screen and (min-width:1024px){.form-sidebar.alternate-bg:before{background-color:var(--alternate-bg);content:"";height:100%;left:0;position:absolute;top:0;width:50vw;z-index:var(--bg-z-index)}}.form-sidebar .text-module{text-align:left}.form-sidebar .iconElement,.form-sidebar .listElement,.form-sidebar .text-module{margin-bottom:3rem;position:relative}.form-sidebar .iconElement:last-child,.form-sidebar .listElement:last-child,.form-sidebar .text-module:last-child{margin-bottom:0}@media only screen and (min-width:769px){.form-sidebar{padding:5rem 4.6rem}}@media only screen and (min-width:1024px){.form-sidebar{margin-top:0}}.form-sidebar .formSideBar-icon{height:4.8rem;width:4.8rem}.form-row{--row-margin-top:.5rem;--label-margin-bottom:1rem}textarea{--border-radius:.4rem}.form{--headline-color:var(--colormatic-primary-contrast);--headline-color-strong:var(--colormatic-primary);margin:0 auto;max-width:81.4rem;padding:8rem 0}@media only screen and (min-width:1024px){.form{--headline-font-size:4.5rem;--margin-bottom:6.4rem;padding-top:2.8rem}}.form .h2,.form h2{text-transform:uppercase}@media only screen and (min-width:1024px){.form .h2,.form h2{font-size:var(--headline-font-size);margin-bottom:var(--margin-bottom)}}.form .h2 strong,.form h2 strong{color:var(--headline-color-strong)}.container.form-wrapper{--background-color:var(--white)}@media only screen and (min-width:1400px){.container.form-wrapper{padding-right:0;width:calc(var(--container-xxl) - 4rem)}}.form-sidebar{--alternate-bg:var(--cool-white);--bg-z-index:0}:root{--slim-container:66rem;--colormatic-primary:#2f5c64;--colormatic-primary-light:#109292;--colormatic-primary-contrast:#bf752c;--colormatic-primary-dark:#172e32;--colormatic-light-green:#7c979d;--colormatic-light-grey:#f8f8f8;--colormatic-secondary-text:transparency(--black,0.6);--colormatic-secondary-text-darker:transparency(--black,0.75);--colormatic-secondary-text-light:transparency(--white,0.6);--mint:var(--colormatic-primary);--dark-mint:var(--colormatic-primary-dark);--default-font-family:"Barlow",sans-serif;--secondary-font-family:"BarlowCond",sans-serif}@font-face{font-display:swap;font-family:Barlow;font-weight:400;src:url(../fonts/Barlow-Regular.woff2) format("woff2"),url(../fonts/Barlow-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:Barlow;font-weight:700;src:url(../fonts/Barlow-Bold.woff2) format("woff2"),url(../fonts/Barlow-Bold.woff) format("woff")}@font-face{font-display:swap;font-family:BarlowCond;font-weight:400;src:url(../fonts/BarlowCondensed-Regular.woff2) format("woff2"),url(../fonts/BarlowCondensed-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:BarlowCond;font-weight:500;src:url(../fonts/BarlowCondensed-Medium.woff2) format("woff2"),url(../fonts/BarlowCondensed-Medium.woff) format("woff")}@font-face{font-display:swap;font-family:BarlowCond;font-weight:700;src:url(../fonts/BarlowCondensed-SemiBoldItalic.woff2) format("woff2"),url(../fonts/BarlowCondensed-SemiBoldItalic.woff) format("woff")}body,p{font-family:Barlow,sans-serif}p{font-size:1.8rem}em{font-style:italic}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:var(--secondary-font-family)}.h1,.h2,h1,h2{margin-bottom:2.4rem}.h2,h2{font-size:4.4rem;line-height:1em}@media only screen and (min-width:1024px){.h2,h2{font-size:6.8rem}}.h3,h3{font-size:3rem;line-height:1em;margin-bottom:2.4rem}@media only screen and (min-width:1024px){.h3,h3{font-size:4.5rem}}.h4,h4{font-size:2.8rem;margin-bottom:2rem}@media only screen and (min-width:1024px){.h4,h4{font-size:3.8rem}}main{--section-padding:4rem 0;--negative-margin-top:0;--anchor-section:0;--section-margin-bottom:0;--section-margin-top:0;padding:0}@media only screen and (min-width:769px){main{--section-padding:8rem 0}}main>section:first-of-type:has(.form-wrapper){padding:var(--section-padding)}main>section.gradient-bg{--gradient-background:var(--colormatic-primary);--section-padding:12rem 0;--section-margin-bottom:0}@media only screen and (min-width:769px){main>section.gradient-bg{--section-padding:20rem 0;--section-margin-bottom:0}}main>section.gradient-bg+div.alternate-bg,main>section.gradient-bg+section.alternate-bg{padding-top:12rem}@media only screen and (min-width:769px){main>section.gradient-bg+div.alternate-bg,main>section.gradient-bg+section.alternate-bg{padding-top:20rem}}main>section.alternate-bg+section.alternate-bg{padding-top:4rem}main>section.alternate-bg+section.gradient-bg{padding:var(--section-padding)}:root{--header-height:8rem;--button-padding:1.2rem 3rem 1.2rem;--header-padding-right:2rem}@media only screen and (min-width:1024px){:root{--header-height:8rem}}.colormatic-header{--logo-width:12.4rem}@media only screen and (min-width:500px){.colormatic-header{--logo-width:18.6rem}}.colormatic-header>.container{padding-right:var(--header-padding-right)}.colormatic-header .btn{--btn-current-bg:var(--colormatic-primary-contrast);--button-padding:1.2rem 1.6rem 1.2rem}@media only screen and (min-width:500px){.colormatic-header .btn{--button-padding:1.2rem 3rem 1.2rem}}.btn{--btn-current-bg:var(--colormatic-light-green);--btn-font-family:"Barlow",sans-serif;--btn-font-size:1.4rem;--button-padding:1.5rem 3rem 1.4rem;--button-sm-down-width:auto;--text-transform:none}.form a.btn,.form button.btn,.form input[type=button].btn,.form input[type=reset].btn,.form input[type=submit].btn{--btn-current-bg:var(--colormatic-primary-contrast);--button-padding:1.2rem 2.4rem;--button-line-height:1.5em}@media only screen and (min-width:769px){.form a.btn,.form button.btn,.form input[type=button].btn,.form input[type=reset].btn,.form input[type=submit].btn{--button-width:50%}}.hero{--hero-text-align:left;--scroll-down-display:inline-block;--hero-margin-left:0;--hero-margin-right:auto;--paragraph-font-size:2rem;--hero-max-height:86rem;--hero-margin-bottom:5.8rem;--hero-text-padding:6.4rem 0 6.4rem;--hero-text-secondary:var(--white);--hero-image-height:47.4rem}@media only screen and (min-width:1024px){.hero{--hero-text-align:center;--hero-margin-left:auto}}@media only screen and (max-width:calc(769px - 1px)){.hero:not(.hero--simple){background:var(--colormatic-primary)}}@media only screen and (min-width:769px){.hero:not(.hero--simple):after{background:linear-gradient(0deg,var(--colormatic-primary) 0,rgba(47,92,100,0) 100%);bottom:0;content:"";display:block;height:50%;left:0;position:absolute;top:auto;width:100%}}.hero h1{text-transform:uppercase}.hero h1 span{font-style:italic;font-weight:700}.hero .container{z-index:1}.scroll-down{--scroll-down-display:inline-block;--transform-y-position:3.5rem}.text-module-section{margin-bottom:0;margin-top:0;padding-bottom:12rem;padding-top:12rem}@media only screen and (min-width:769px){.text-module-section{padding-bottom:20rem;padding-top:20rem}}.text-module{--colormatic-color-headline:var(--colormatic-primary-contrast);--colormatic-color-subline:var(--colormatic-primary);--button-margin-top:4rem}.text-module .text-module__inner .h2,.text-module .text-module__inner .h3,.text-module .text-module__inner .h4,.text-module .text-module__inner .h5,.text-module .text-module__inner .h6,.text-module .text-module__inner h2,.text-module .text-module__inner h3,.text-module .text-module__inner h4,.text-module .text-module__inner h5,.text-module .text-module__inner h6{color:var(--colormatic-color-headline)}.text-module .text-module__inner .h2 .overline,.text-module .text-module__inner .h3 .overline,.text-module .text-module__inner .h4 .overline,.text-module .text-module__inner .h5 .overline,.text-module .text-module__inner .h6 .overline,.text-module .text-module__inner h2 .overline,.text-module .text-module__inner h3 .overline,.text-module .text-module__inner h4 .overline,.text-module .text-module__inner h5 .overline,.text-module .text-module__inner h6 .overline{color:var(--colormatic-color-subline)}.text-module .text-module__inner .h2{text-transform:uppercase}.text-module .text-module__inner .h2 .overline{--font-size:4.4rem;--line-height:1em;--font-weight:600;margin-bottom:0}@media only screen and (min-width:769px){.text-module .text-module__inner .h2 .overline{--font-size:6.8rem}}.text-module .text-module__inner p{font-size:2rem}.text-module--alignment-center{text-align:left}@media only screen and (min-width:769px){.text-module--alignment-center{text-align:center}}.gradient-bg .text-module{--colormatic-color-headline:var(--white);--colormatic-color-subline:var(--white)}.gradient-bg .text-module .overline{--font-size:3rem;--line-height:1em;--font-weight:600}@media only screen and (min-width:769px){.gradient-bg .text-module .overline{--font-size:4.5rem}}.text-image{--side-padding:3.2rem;--margin-top:0;--fix-row-gap-margin-top:-1rem;--text-item-padding:4rem var(--side-padding) 5.6rem;--headline-default-margin-bottom:2rem;--image-overflow:hidden;--headline-bold-weight:500;--headline-color:var(--colormatic-primary);--overline-color:var(--colormatic-primary-contrast)}@media only screen and (min-width:500px){.text-image{--side-padding:4rem;--padding-left-text:calc(var(--side-padding) + 1.2rem);--padding-right-text:calc(var(--side-padding) + 1.2rem)}}@media only screen and (min-width:769px){.text-image{--side-padding:4.6rem;--fix-row-gap-margin-top:0;--padding-left-text:11.7rem;--padding-right-text:15.6rem}}@media only screen and (min-width:1200px){.text-image{--side-padding:13rem}}.overline,.text-image .overline{--font-size:2rem;--line-height:2.5rem}.overline{--font-weight:500;--font-family:var(--secondary-font-family)}.colormatic-params{background-color:var(--colormatic-primary);color:var(--white);padding:12rem 0}@media only screen and (min-width:769px){.colormatic-params{padding:20rem 0}}.colormatic-params .text-module p{opacity:.6}.colormatic-params .params__outer{display:flex;flex-direction:column;margin-bottom:1rem;margin-top:4.3rem;position:relative}.colormatic-params .params__wrapper{margin-left:-2rem;overflow-x:auto;padding:14.1rem 4rem 18rem;position:relative;width:calc(100% + 4rem)}.colormatic-params .params__wrapper::-webkit-scrollbar{height:.4rem!important}.colormatic-params .params__wrapper::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.1)!important;border-radius:.8rem!important}.colormatic-params .params__wrapper::-webkit-scrollbar-thumb{background:#fff!important;border-radius:.8rem!important}.colormatic-params .params__wrapper::-webkit-scrollbar-thumb:window-inactive{background:#fff!important}@media only screen and (min-width:769px){.colormatic-params .params__wrapper{align-items:center;display:flex;justify-content:center;padding-top:9rem}}.colormatic-params .params__inner{margin:0 10rem;position:relative;width:50rem}.colormatic-params .params__img-wrapper{align-items:center;display:flex;justify-content:center}.colormatic-params .params__img-wrapper img{height:43rem;width:43rem}@media only screen and (min-width:769px){.colormatic-params .params__legend{align-items:center;display:flex;flex-direction:row;gap:4rem;justify-content:center;margin-top:8rem;order:2}}.colormatic-params .params__legend li{font-size:1.4rem;font-weight:700;margin-bottom:1.8rem;padding-left:2.8rem;position:relative}.colormatic-params .params__legend li.params__legend--competitor:before{background-color:var(--colormatic-primary-light)}.colormatic-params .params__legend li.params__legend--colormatic:before{background-color:var(--colormatic-primary-contrast)}.colormatic-params .params__legend li:before{content:"";display:block;height:1.6rem;left:0;position:absolute;top:0;width:1.6rem}.colormatic-params .params__text-wrapper .param__text{height:max-content;left:50%;margin:auto;position:absolute;top:50%;transform-origin:0 0;width:max-content}.colormatic-params .params__text-wrapper .param__text p{font-size:1.6rem;text-align:center}@media only screen and (min-width:769px){.colormatic-params .params__text-wrapper .param__text p{font-size:1.8rem;line-height:2.4rem}}.colormatic-params .params__text-wrapper .param__text--base{transform:translate(-50%,calc(-100% - 22.5rem));transform-origin:0 100%}.colormatic-params .params__text-wrapper .param__text--indoor{transform:translate(18.275rem,calc(-100% - 14.405rem));transform-origin:0 100%}.colormatic-params .params__text-wrapper .param__text--outdoor{transform:translate(23.5rem,4.3rem);transform-origin:0 0}.colormatic-params .params__text-wrapper .param__text--darkening{transform:translate(8.6rem,22.5rem);transform-origin:0 0}.colormatic-params .params__text-wrapper .param__text--fade{left:auto;right:50%;transform:translate(-8.6rem,22.5rem);transform-origin:100% 0}.colormatic-params .params__text-wrapper .param__text--colors{left:auto;right:50%;transform:translate(-23.5rem,4.3rem);transform-origin:0 0}.colormatic-params .params__text-wrapper .param__text--bluelight{left:auto;right:50%;transform:translate(-18.275rem,calc(-100% - 14.405rem));transform-origin:0 100%}.colormatic-params .params__tip{bottom:3rem;height:2rem;left:50%;position:absolute;top:auto;transform:translateX(-50%);width:20rem}@media only screen and (min-width:769px){.colormatic-params .params__tip{display:none}}.colormatic-params .params__tip span{align-items:center;display:flex;justify-content:center;opacity:0;position:absolute;text-align:center;transition:opacity .15s ease;width:100%}.colormatic-params .params__tip span svg{height:2rem;width:2rem}.colormatic-params .params__tip span.active{opacity:1}.colormatic-params .params__tip span.left svg{transform:rotate(90deg) translateY(1rem)}.colormatic-params .params__tip span.right svg{order:2;transform:rotate(-90deg) translateY(1rem)}.colormatic-lens{--container-padding-xs:0;--container-padding-sm:0;--container-padding-md:0;--alternate-lens-bg:var(--colormatic-light-grey)}@media only screen and (min-width:1024px){.colormatic-lens{background:linear-gradient(to right,var(--alternate-lens-bg) 50%,#fff 50%,#fff)}.colormatic-lens.colormatic-lens--reversed{background:linear-gradient(to left,var(--alternate-lens-bg) 50%,#fff 50%,#fff)}.colormatic-lens.colormatic-lens--reversed .colormatic-lens__interactive{--colormatic-lense-padding-x:5.6rem;order:1}}.colormatic-lens .colormatic-lens__info,.colormatic-lens .colormatic-lens__interactive{flex:1 1 50%}.colormatic-lens .colormatic-lens__info{align-items:center;display:flex;flex-direction:column;font-family:var(--secondary-font-family);justify-content:center;padding:8rem 5rem;position:relative;text-align:center}.colormatic-lens .colormatic-lens__info:before{border-color:var(--white) transparent transparent transparent;border-style:solid;border-width:3rem 2rem 0;bottom:-3rem;content:"";display:block;height:0;left:50%;position:absolute;top:auto;transform:translateX(-50%);width:0}@media only screen and (min-width:1024px){.colormatic-lens .colormatic-lens__info:before{display:none}}@media only screen and (max-width:calc(1024px - 1px)){.colormatic-lens .colormatic-lens__info{order:-1}}.colormatic-lens .colormatic-lens__info h3{font-weight:600;text-transform:uppercase}@media only screen and (min-width:1024px){.colormatic-lens .colormatic-lens__info h3{margin-bottom:3.2rem}}.colormatic-lens .colormatic-lens__info p{color:var(--colormatic-secondary-text);font-family:var(--secondary-font-family);font-size:2.4rem;line-height:1.1em}@media only screen and (min-width:1024px){.colormatic-lens .colormatic-lens__info p{font-size:3rem}}.colormatic-lens .colormatic-lens__info p:not(:last-child){margin-bottom:1.6rem}@media only screen and (min-width:1024px){.colormatic-lens .colormatic-lens__info p:not(:last-child){margin-bottom:2.3rem}}.colormatic-lens .colormatic-lens__info ol,.colormatic-lens .colormatic-lens__info ul{text-align:left}.colormatic-lens .colormatic-lens__info ol li,.colormatic-lens .colormatic-lens__info ul li{color:var(--colormatic-secondary-text);font-family:var(--secondary-font-family);font-size:2.4rem;line-height:1.1em;list-style:disc}@media only screen and (min-width:1024px){.colormatic-lens .colormatic-lens__info ol li,.colormatic-lens .colormatic-lens__info ul li{font-size:3rem}}.colormatic-lens .colormatic-lens__info ol li:not(:last-child),.colormatic-lens .colormatic-lens__info ul li:not(:last-child){margin-bottom:.5rem}.colormatic-lens .colormatic-logo{margin-bottom:2.4rem}@media only screen and (min-width:1024px){.colormatic-lens .colormatic-logo{margin-bottom:3.2rem}}.colormatic-lens .colormatic-logo img{width:4rem}.colormatic-lens .colormatic-lens__interactive{--colormatic-lense-padding-x:0rem;--colormatic-lense-padding-top:4.4rem;--colormatic-lense-padding-bottom:4.4rem;background-color:var(--alternate-lens-bg);display:flex;flex-direction:column;padding:var(--colormatic-lense-padding-top) var(--colormatic-lense-padding-x) var(--colormatic-lense-padding-bottom) var(--colormatic-lense-padding-x)}@media only screen and (min-width:1024px){.colormatic-lens .colormatic-lens__interactive{--colormatic-lense-padding-top:5.6rem;--colormatic-lense-padding-bottom:12rem;background-color:transparent}}.colormatic-lens .interactive__title{line-height:1.1em;margin-bottom:5.6rem;text-align:center}@media only screen and (min-width:1024px){.colormatic-lens .interactive__title{margin-bottom:9.3rem;text-align:left}}.colormatic-lens .interactive__title p{font-family:var(--secondary-font-family);font-weight:500}@media only screen and (min-width:1024px){.colormatic-lens .interactive__title p{font-size:2rem}}.colormatic-lens .interactive__title strong{font-size:4.4rem;font-weight:400;line-height:1em}@media only screen and (min-width:1024px){.colormatic-lens .interactive__title strong{font-size:5.6rem}}.colormatic-lens .interactive__slider{position:relative}.colormatic-lens .interactive__slider .input-span{background-color:var(--black);border-radius:.5rem;height:.6rem;left:2px;pointer-events:none;position:absolute;top:.5rem;width:50%;z-index:1}.colormatic-lens .interactive__slider input[type=range]{-webkit-appearance:none;appearance:none;background:transparent;border-radius:5rem;cursor:pointer;height:1rem;position:relative;width:100%}.colormatic-lens .interactive__slider input[type=range]::-webkit-slider-runnable-track{background:var(--white);border-radius:5rem;height:.5rem}.colormatic-lens .interactive__slider input[type=range]::-moz-range-track{background:var(--white);border-radius:5rem;height:.5rem}.colormatic-lens .interactive__slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:var(--black);border-radius:50%;height:2.4rem;margin-top:-1rem;width:2.4rem}.colormatic-lens .interactive__slider input[type=range]::-moz-range-thumb{-webkit-appearance:none;appearance:none;background-color:var(--black);border-radius:50%;height:2.4rem;margin-top:-1rem;width:2.4rem}.colormatic-lens .legend-wrapper{display:flex;justify-content:space-between;margin-bottom:7.2rem;margin-top:1.6rem}@media only screen and (min-width:1024px){.colormatic-lens .legend-wrapper{margin-bottom:0}}@media only screen and (max-width:calc(1024px - 1px)){.colormatic-lens .legend-wrapper p{font-size:1.4rem}}.colormatic-lens .interactive__lens{margin-bottom:4rem;overflow:hidden}@media only screen and (min-width:1024px){.colormatic-lens .interactive__lens{margin-bottom:6rem}}@media only screen and (min-width:1200px){.colormatic-lens .interactive__lens{margin-bottom:8rem;max-height:33.4rem}}.colormatic-lens .interactive__lens canvas{height:100%;margin-left:-25%;width:150%}@media only screen and (min-width:500px){.colormatic-lens .interactive__lens canvas{margin:0 auto;width:100%}}.colormatic-lens .interactive__buttons{display:flex;gap:2rem;justify-content:center;margin-bottom:4rem}@media only screen and (min-width:1024px){.colormatic-lens .interactive__buttons{margin-bottom:7.2rem}}@media only screen and (max-width:calc(1024px - 1px)){.colormatic-lens .interactive__buttons{justify-content:space-around;order:2;position:relative}}.colormatic-lens .interactive__buttons .interactive__button{border-radius:50%;height:3.2rem;position:relative;width:3.2rem}.colormatic-lens .interactive__buttons .interactive__button.interactive__button--black{background-color:#000}.colormatic-lens .interactive__buttons .interactive__button.interactive__button--green{background-color:#446262}.colormatic-lens .interactive__buttons .interactive__button.interactive__button--blue{background-color:#3b5e72}.colormatic-lens .interactive__buttons .interactive__button.interactive__button--grey{background-color:#72828a}.colormatic-lens .interactive__buttons .interactive__button.interactive__button--brown{background-color:#71402f}.colormatic-lens .interactive__buttons .interactive__button.selected:before{border:.2rem solid #fff;border-radius:50%;content:"";display:block;height:2.8rem;left:.2rem;position:absolute;top:.2rem;width:2.8rem}.colormatic-lens .interactive__buttons .interactive__button.selected:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik03LjE2NiAxLjQgMy41IDUuMDY3IDEuODMzIDMuNCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);background-position:50%;background-repeat:no-repeat;content:"";display:block;height:2.8rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:2.8rem}@media only screen and (min-width:1024px){.colormatic-lens .button-wrapper{position:relative}}.colormatic-lens .interactive__buttons,.colormatic-lens .interactive__slider,.colormatic-lens .interactive__tooltip{margin-left:auto;margin-right:auto;max-width:27.5rem;width:100%}@media only screen and (min-width:1024px){.colormatic-lens .interactive__buttons,.colormatic-lens .interactive__slider,.colormatic-lens .interactive__tooltip{max-width:38.4rem}}.colormatic-lens .interactive__tooltip{--tooltip-transform-adjustment:0rem;background-color:var(--white);border-radius:.8rem;max-width:38.4rem;order:3;padding:3.2rem;position:relative;width:calc(100% - 4rem)}@media only screen and (min-width:1024px){.colormatic-lens .interactive__tooltip{display:none;width:auto}}.colormatic-lens .interactive__tooltip span{display:block;font-size:1.8rem;line-height:1.5;margin-bottom:.8rem;opacity:1}.colormatic-lens .interactive__tooltip p{color:var(--colormatic-secondary-text);font-size:1.4rem;line-height:1.6rem}.colormatic-lens .interactive__tooltip p:not(:last-child){margin-bottom:1.6rem}.colormatic-lens .interactive__tooltip:before{border-color:var(--white) transparent transparent transparent;border-style:solid;border-width:2.2rem 1.2rem 0;content:"";display:block;height:0;left:50%;position:absolute;top:-2.2rem;transform:translateX(calc(-50% - var(--tooltip-transform-adjustment))) rotate(180deg);transition:transform .2s ease-in-out;width:0}.colormatic-lens .interactive__tooltip.interactive__tooltip--0{--tooltip-transform-adjustment:12rem}.colormatic-lens .interactive__tooltip.interactive__tooltip--1{--tooltip-transform-adjustment:6rem}.colormatic-lens .interactive__tooltip.interactive__tooltip--3{--tooltip-transform-adjustment:-6rem}.colormatic-lens .interactive__tooltip.interactive__tooltip--4{--tooltip-transform-adjustment:-12rem}.colormatic-lens .tooltip-wrapper{background-color:var(--white);border-radius:.8rem;bottom:calc(100% + 3.8rem);left:50%;opacity:0;padding:3rem 4rem;pointer-events:none;position:absolute;top:auto;transform:translateX(-50%);transition:opacity .15s ease,z-index .15s ease .15s;width:35rem;z-index:-1}@media only screen and (max-width:calc(1024px - 1px)){.colormatic-lens .tooltip-wrapper{display:none}}.colormatic-lens .tooltip-wrapper .h5,.colormatic-lens .tooltip-wrapper h5{font-family:Barlow,sans-serif;font-size:1.8rem;line-height:2.7rem;margin-bottom:.8rem}.colormatic-lens .tooltip-wrapper p{color:var(--colormatic-secondary-text-darker);font-size:1.4rem;line-height:2.1rem}.colormatic-lens .tooltip-wrapper p:not(:last-child){margin-bottom:1.6rem}.colormatic-lens .tooltip-wrapper.active{opacity:1;pointer-events:all;transition:opacity .15s ease,z-index 0s ease 0s;z-index:1}.colormatic-lens .tooltip-wrapper:before{border-color:var(--white) transparent transparent transparent;border-style:solid;border-width:1.2rem 1.2rem 0;bottom:-1.2rem;content:"";display:block;height:0;left:50%;position:absolute;top:auto;transform:translateX(-50%);width:0}.colormatic-lens .tooltip-wrapper.tooltip--right{bottom:auto;left:100%;top:50%;transform:translate(3rem,-50%)}.colormatic-lens .tooltip-wrapper.tooltip--right:before{left:-.6rem;top:50%;transform:translate(-50%,-50%) rotate(90deg)}.colormatic-lens .tooltip-wrapper.tooltip--left{inset:50% 100% auto auto;transform:translate(-3rem,-50%)}.colormatic-lens .tooltip-wrapper.tooltip--left:before{left:auto;right:-3rem;top:50%;transform:translate(-50%,-50%) rotate(-90deg)}.colormatic-lens:not(.colormatic-lens--reversed) .interactive__tooltip{--tooltip-transform-adjustment:3.5rem}.colormatic-lens:not(.colormatic-lens--reversed) .interactive__tooltip.interactive__tooltip--0{--tooltip-transform-adjustment:11rem}.colormatic-lens:not(.colormatic-lens--reversed) .interactive__tooltip.interactive__tooltip--1{--tooltip-transform-adjustment:3.5rem}.colormatic-lens:not(.colormatic-lens--reversed) .interactive__tooltip.interactive__tooltip--2{--tooltip-transform-adjustment:-3.8rem}.colormatic-lens:not(.colormatic-lens--reversed) .interactive__tooltip.interactive__tooltip--3{--tooltip-transform-adjustment:-11rem}.onpage-navigation-section{--anchor-section:4rem;--section-margin-top:10rem;--section-margin-bottom:10rem}.onpage-navigation-section+.text-module-section{padding-top:0}.onpage-navigation{--onpage-nav-text-color-hover:var(--colormatic-primary-contrast);--onepage-nav-text-color:var(--colormatic-secondary-text)}.onpage-navigation a{font-size:2rem}.canvas-teaser-item{--tile-font-color:var(--dark-mint);--tile-background-color:var(--cool-white);--tile-padding:4rem 3rem 8rem 2rem;--tile-headline-font-size:6rem;--tile-icon-size:20rem;--tile-icon-margin-bottom:2rem;--tile-text-margin:0 4rem;background-color:var(--tile-background-color);color:var(--tile-font-color);display:grid;font-family:var(--secondary-font-family);gap:2rem;grid-template-rows:max-content auto auto auto;height:100%;padding:var(--tile-padding)}@media only screen and (min-width:769px){.canvas-teaser-item{--tile-padding:3rem 10.8rem 8rem;--tile-headline-font-size:8rem;--tile-icon-margin-bottom:6.9rem;--tile-text-margin:0;justify-content:center}.canvas-teaser-item>*{text-align:center}.canvas-teaser-item .eye-catcher{display:block;height:25rem;margin:0 auto}.canvas-teaser-item .eye-catcher-icon{margin-top:5rem}}.canvas-teaser-item .eye-catcher{margin-bottom:var(--tile-icon-margin-bottom)}.canvas-teaser-item .eye-catcher-icon{height:var(--tile-icon-size);min-height:var(--tile-icon-size);min-width:var(--tile-icon-size);width:var(--tile-icon-size)}.canvas-teaser-item .h2{color:var(--tile-font-color);margin-bottom:unset}.canvas-teaser-item>p{font-weight:700;margin:var(--tile-text-margin)}.canvas-teaser-item .canvas-teaser-overline,.canvas-teaser-item .canvas-teaser-subline{font-size:3rem;line-height:1.2}.canvas-teaser-item .canvas-teaser-headline{font-size:var(--tile-headline-font-size)}.canvas-teaser-item.highlight-tile{--tile-font-color:var(--white);--tile-background-color:var(--dark-mint);--tile-icon-size:25rem}.canvas-teaser-item.highlight-tile .eye-catcher-icon{margin-top:0}.footer{--footer-padding:0;--footer-background:var(--footer-bg);--footer-before-display:block;--disclaimer-border:1px solid var(--footer-border);--footer-text-color:var(--footer-font-color);--footer-year-color:var(--footer-year-font-color);--footer-year-margin-top:3.8rem;--footer-default-opacity:var(--footer-text-opacity);--disclaimer-padding-bottom:3.1rem;--disclaimer-padding-top:3.2rem;--legal-list-margin:1.5rem 0 0;background-color:var(--footer-background);font-size:1.4rem;line-height:2.1rem;padding:var(--footer-padding)}@media only screen and (min-width:500px){.footer{--footer-year-margin-top:0;--legal-list-margin:0 2rem 0 0}}@media only screen and (min-width:769px){.footer{--disclaimer-padding-bottom:2.9rem}}.footer a{text-decoration:none}.footer__social{border-bottom:.4rem solid transparent;color:var(--picton-blue);position:relative;text-align:center}.footer__social .container__inner{padding:3.5rem 1.4rem 3.8rem}@media only screen and (min-width:769px){.footer__social .container__inner{max-width:116rem;padding:5.2rem 0 4.4rem}}@media only screen and (min-width:1024px){.footer__social .container__inner{margin:0 auto;padding:5.2rem 0 4.4rem}}.footer__social .container__inner>.row{justify-content:space-around}.footer__social:before{background:linear-gradient(270deg,var(--picton-blue),var(--middle-blue));bottom:0;content:"";display:block;height:.4rem;left:0;position:absolute;top:auto;width:100%}.footer__social a{color:inherit}.footer__social img,.footer__social svg{height:2.4rem;width:2.4rem}@media only screen and (min-width:769px){.footer__social img,.footer__social svg{height:3.4rem;width:3.4rem}}.footer__links{padding-top:2.7rem}@media only screen and (min-width:769px){.footer__links>.container{display:block;margin-bottom:4rem}.footer__links .row{align-items:stretch}}.footer__links .col{border-bottom:.1rem solid var(--footer-border);padding-bottom:2rem;padding-top:2rem;width:100%}@media only screen and (max-width:calc(769px - 1px)){.footer__links .col{align-self:stretch;padding-left:0;padding-right:0;width:auto}}@media only screen and (min-width:769px){.footer__links .col{border-bottom:0;border-right:.1rem solid hsla(0,0%,100%,.1)}}.footer__links .col:first-child{padding-top:0}@media only screen and (min-width:769px){.footer__links .col:first-child{padding-top:2rem}}.footer__links .col:first-child .footer-links__inner{padding-left:0;width:100%}.footer__links .col:last-child{border:0}@media only screen and (min-width:769px){.footer__links .col .footer-links__inner{padding-left:2rem;width:90%}}@media only screen and (min-width:1024px){.footer__links .col .footer-links__inner{padding-left:4rem}}@media only screen and (min-width:1200px){.footer__links .col .footer-links__inner{padding-left:6rem}}.footer__links ul li{margin:1rem 0}.footer__links ul li:last-of-type{margin-bottom:0}.footer__links ul li a,.footer__links ul li button{color:var(--footer-link-color);opacity:var(--footer-default-opacity);padding:0}.footer__links ul li a:hover,.footer__links ul li button:hover{color:var(--picton-blue);opacity:1}.footer__headline{color:var(--footer-text-color);font-size:2.2rem;margin-bottom:2.3rem}.footer__disclaimer{border-top:var(--disclaimer-border)}@media only screen and (min-width:769px){.footer__disclaimer{border-top:0}}.footer__disclaimer .disclaimer__container{padding-bottom:var(--disclaimer-padding-bottom);padding-top:var(--disclaimer-padding-top);position:relative}.footer__disclaimer .disclaimer__container:before{background-color:var(--footer-separator-line-color);content:"";display:var(--footer-before-display);height:.2rem;left:1.5rem;position:absolute;top:0;width:calc(100% - 3rem)}@media only screen and (min-width:1024px){.footer__disclaimer .disclaimer__container:before{left:50%;transform:translateX(-50%);width:calc(100% - 13rem)}}@media only screen and (min-width:1200px){.footer__disclaimer .disclaimer__container:before{width:calc(100% - 15rem)}}@media only screen and (min-width:1400px){.footer__disclaimer .disclaimer__container:before{width:calc(100% - 3rem)}}.footer__disclaimer .disclaimer__container ul{display:flex;flex-direction:column}@media only screen and (min-width:500px){.footer__disclaimer .disclaimer__container ul{flex-direction:row}}.footer__disclaimer .disclaimer__container ul li{margin:var(--legal-list-margin);text-align:center}.footer__disclaimer .disclaimer__container ul li a{color:var(--footer-link-color);cursor:pointer;opacity:var(--footer-default-opacity)}.footer__disclaimer .disclaimer__container ul li a:hover{color:var(--picton-blue);opacity:1}.footer__disclaimer .disclaimer__container p{color:var(--footer-year-color);font-family:var(--secondary-font-family);margin-top:var(--footer-year-margin-top);opacity:var(--footer-default-opacity)}.footer__disclaimer .disclaimer__info{border-bottom:2px solid var(--footer-separator-line-color);padding-bottom:var(--disclaimer-padding-bottom);padding-top:var(--disclaimer-padding-top);position:relative}.footer__disclaimer .disclaimer__info+.disclaimer__container:before{content:unset}.footer__disclaimer .disclaimer__info .container{position:relative}.footer__disclaimer .disclaimer__info .container:before{background-color:var(--footer-separator-line-color);content:"";display:block;height:.2rem;left:50%;position:absolute;top:calc(var(--disclaimer-padding-top)*-1);transform:translateX(-50%);width:100%}.footer__disclaimer .disclaimer__info-text{color:var(--footer-link-color);opacity:var(--footer-default-opacity);text-align:center}@media only screen and (min-width:769px){.footer--b2b .footer__disclaimer .disclaimer__container{--current-row-gap:8rem;padding-bottom:8.4rem;padding-top:7.2rem}.footer--b2b .footer__disclaimer .disclaimer__container ul li{margin:0 4rem}.footer--b2b .footer__disclaimer .disclaimer__container ul li:last-child{margin-right:0}.footer--b2b .footer__disclaimer .disclaimer__container ul li:first-child{margin-left:0}}.footer--b2b .footer__disclaimer .disclaimer__container .disclaimer__brand p{font-size:1.6rem;line-height:2rem;opacity:1}.footer--registration{--item-gap:1.5rem;--footer-year-margin-top:0}@media only screen and (min-width:1024px){.footer--registration{--item-gap:5.6rem}}@media only screen and (min-width:1400px){.footer--registration{--item-gap:8rem}}.footer--registration .disclaimer__container{padding-bottom:6rem;padding-top:6rem}.footer--registration .disclaimer__container .disclaimer__legal ul,.footer--registration .disclaimer__container .row{gap:var(--item-gap)}@media only screen and (min-width:500px){.footer--registration .disclaimer__container .disclaimer__legal ul{flex-direction:column}}@media only screen and (min-width:1024px){.footer--registration .disclaimer__container .disclaimer__legal ul{flex-direction:row}}.footer--registration .disclaimer__container .disclaimer__legal ul li{line-height:2.4rem}.footer--registration .disclaimer__container .disclaimer__legal ul li,.footer--registration .disclaimer__container .disclaimer__legal ul li:first-child,.footer--registration .disclaimer__container .disclaimer__legal ul li:last-child{margin:0}.footer{--footer-padding:8rem 0;--footer-background:var(--colormatic-primary-dark);--footer-before-display:none;--disclaimer-border:none;--footer-text-color:var(--white);--footer-default-opacity:1;--footer-year-color:var(--colormatic-light-green);--disclaimer-padding-bottom:0;--disclaimer-padding-top:0;--footer-year-margin-top:1.6rem;--legal-list-margin:2.4rem 0 0}@media only screen and (min-width:500px){.footer{--legal-list-margin:5.5rem 3.2rem 0 3.1rem}}.footer.footer--colormatic .disclaimer__legal{align-items:center;display:flex;justify-content:space-between;width:100%}.footer.footer--colormatic .disclaimer__legal ul{margin:0 auto}.footer.footer--colormatic .disclaimer__legal ul li{min-width:100px}.footer.footer--colormatic .footer__logo{align-items:center;display:flex;justify-content:center;margin-bottom:.3rem}@media only screen and (min-width:769px){.footer.footer--colormatic .footer__logo{margin:1rem auto .3rem}.footer.footer--colormatic .footer__logo img{height:6.6rem;width:7.7rem}}