﻿html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:0s .6s opacity}@media (prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity 0.15s ease}@media (prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50% / 100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity 0.6s ease}@media (prefers-reduced-motion: reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,0.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,0.03);border-bottom:1px solid rgba(0,0,0,0.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,0.03);border-top:1px solid rgba(0,0,0,0.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:flex;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width: 576px){.card-deck{flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:flex;flex:1 0 0%;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:flex;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width: 576px){.card-group{flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width: 576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion>.card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.accordion>.card .card-header{margin-bottom:-1px}.fade{transition:opacity 0.15s linear}@media (prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height 0.35s ease}@media (prefers-reduced-motion: reduce){.collapsing{transition:none}}button,input[type="button"],input[type="reset"],input[type="submit"]{appearance:none;border-radius:6px;border:2px solid #154194;color:#154194;cursor:pointer;display:inline-block;font-family:"Classic Grotesque W01",Helvetica,Arial,sans-serif;font-size:1em;padding:.75em 1.5em;transition:background-color 150ms ease;user-select:none;outline:none;vertical-align:middle;white-space:nowrap;font-weight:normal;background-color:transparent;margin-bottom:.75em;margin-right:.75em}button:hover,button:focus,input[type="button"]:hover,input[type="button"]:focus,input[type="reset"]:hover,input[type="reset"]:focus,input[type="submit"]:hover,input[type="submit"]:focus{background-color:#113476;color:#fff}button:disabled,input[type="button"]:disabled,input[type="reset"]:disabled,input[type="submit"]:disabled{cursor:not-allowed;opacity:0.5}button:disabled:hover,input[type="button"]:disabled:hover,input[type="reset"]:disabled:hover,input[type="submit"]:disabled:hover{background-color:#154194}button.orange,input[type="button"].orange,input[type="reset"].orange,input[type="submit"].orange{background-color:#ed8b00}button.orange:hover,button.orange:focus,input[type="button"].orange:hover,input[type="button"].orange:focus,input[type="reset"].orange:hover,input[type="reset"].orange:focus,input[type="submit"].orange:hover,input[type="submit"].orange:focus{background-color:#be6f00}button.green,input[type="button"].green,input[type="reset"].green,input[type="submit"].green{background-color:#00983c}button.green:hover,button.green:focus,input[type="button"].green:hover,input[type="button"].green:focus,input[type="reset"].green:hover,input[type="reset"].green:focus,input[type="submit"].green:hover,input[type="submit"].green:focus{background-color:#007a30}a.more-button{display:block;position:absolute;top:0;right:0;bottom:0;left:0}.more-button__circle{position:absolute;display:block;width:100%;text-align:center;top:50%;transform:translateY(-50%)}.more-button__text{display:block;margin:0 auto;width:5em;height:5em;color:#fff;line-height:5em;border-radius:5em;background:#00983c;font-size:1em;font-weight:bold;transition:all 0.3s ease-in 0s}@media (prefers-reduced-motion: reduce){.more-button__text{transition:none}}a.more-button:hover .more-button__text,a.more-button:focus .more-button__text{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center}.cta-button{margin-top:1.5em;border:2px solid #fff}.cta-button.cta-button--green{border:2px solid #fff}.cta-button.cta-button--blue{border:2px solid #fff}.cta-button.cta-button--gray{border:2px solid #fff}.cta-button.cta-button--orange{border:2px solid #fff}.cta-button-left{text-align:left}.cta-button-center{text-align:center}.cta-button-right{text-align:right}.content .button,.content .typo .button{border-radius:4px;border:2px solid #154194;margin-bottom:1.5em;padding:.75em 1.5em;background-color:transparent;font-weight:bold;display:inline-block}.content .button:hover{color:#154194}.content .button:hover .arrow-icon{padding-left:1.5em}.content .button.button--white{border:2px solid #fff !important;color:#fff !important}.content .button .arrow-icon{padding-left:1em;transition:padding 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.content .button .arrow-icon{transition:none}}.content .button.login-info{width:2em;height:2em;text-align:center;font-weight:bold;border-radius:100% !important;border:2px solid #154194 !important}.content .button.button--thin{border:1px solid #154194;font-weight:200;border-radius:0;display:inline-block;padding:0.25em 0.75em;transition:background-color 0.15s ease-in-out;margin-bottom:0.25em}@media (prefers-reduced-motion: reduce){.content .button.button--thin{transition:none}}.content .button.button--thin.product-info-button{border:1px solid #ddd;color:#999}.content .button.button--thin.product-info-button:hover{border:1px solid #154194}.content .button.button--thin:hover{background-color:#154194;color:#fff}.bg-green .button,.bg-green .content .typo .button,.content .typo .bg-green .button,.bg-blue .button,.bg-blue .content .typo .button,.content .typo .bg-blue .button{color:#fff !important;border-color:#fff !important}.ask-the-expert-button{position:fixed;right:0;top:50%;z-index:999;display:flex;align-items:center;background-color:#ed8b00;color:#fff !important;font-weight:bold;border:1px solid #fff;font-size:1em;padding:0.75rem;transform:translateX(78px) translateY(-50%) rotate(-90deg);border-top-left-radius:10px;border-top-right-radius:10px}.ask-the-expert-button.ko-KR{transform:translateX(97px) translateY(-50%) rotate(-90deg)}@media screen and (max-width: 1024px){.ask-the-expert-button{display:none}}.ask-the-expert-button img{margin-right:0.75rem;width:2rem !important;height:2rem !important}.meetus-kfair-button{position:fixed;right:11px;top:50%;z-index:999;display:flex;align-items:center;gap:0.375rem;background-color:#4d849e;color:#fff !important;font-weight:bold;border:1px solid #fff;font-size:1em;padding:0.75rem 0.75rem 0.75rem 0.5rem;transform:translateX(78px) translateY(-50%) rotate(-90deg);border-top-left-radius:10px;border-top-right-radius:10px}@media screen and (max-width: 769px){.meetus-kfair-button{display:none}}.meetus-kfair-button img{width:2rem !important;height:2rem !important}fieldset{background-color:transparent;border:0;margin:0;padding:0}legend{margin-bottom:.375em;padding:0}label{display:block;font-weight:200;margin-bottom:.375em}input,select{display:block;font-family:"Classic Grotesque W01",Helvetica,Arial,sans-serif;font-size:1em}input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="email"],input[type="month"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="time"],input[type="url"],input[type="week"],input:not([type]),textarea,select[multiple]{background-color:#fff;border:1px solid #ddd;border-radius:none;box-shadow:none;box-sizing:border-box;font-family:"Classic Grotesque W01",Helvetica,Arial,sans-serif;font-size:1em;font-weight:200;padding:.75em;transition:border-color 150ms ease;width:100%}input[type="color"]:hover,input[type="date"]:hover,input[type="datetime"]:hover,input[type="datetime-local"]:hover,input[type="email"]:hover,input[type="month"]:hover,input[type="number"]:hover,input[type="password"]:hover,input[type="search"]:hover,input[type="tel"]:hover,input[type="text"]:hover,input[type="time"]:hover,input[type="url"]:hover,input[type="week"]:hover,input:not([type]):hover,textarea:hover,select[multiple]:hover{border-color:#b1b1b1}input[type="color"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="email"]:focus,input[type="month"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="text"]:focus,input[type="time"]:focus,input[type="url"]:focus,input[type="week"]:focus,input:not([type]):focus,textarea:focus,select[multiple]:focus{outline:none}input[type="color"]:disabled,input[type="date"]:disabled,input[type="datetime"]:disabled,input[type="datetime-local"]:disabled,input[type="email"]:disabled,input[type="month"]:disabled,input[type="number"]:disabled,input[type="password"]:disabled,input[type="search"]:disabled,input[type="tel"]:disabled,input[type="text"]:disabled,input[type="time"]:disabled,input[type="url"]:disabled,input[type="week"]:disabled,input:not([type]):disabled,textarea:disabled,select[multiple]:disabled{background-color:#f2f2f2;cursor:not-allowed}input[type="color"]:disabled:hover,input[type="date"]:disabled:hover,input[type="datetime"]:disabled:hover,input[type="datetime-local"]:disabled:hover,input[type="email"]:disabled:hover,input[type="month"]:disabled:hover,input[type="number"]:disabled:hover,input[type="password"]:disabled:hover,input[type="search"]:disabled:hover,input[type="tel"]:disabled:hover,input[type="text"]:disabled:hover,input[type="time"]:disabled:hover,input[type="url"]:disabled:hover,input[type="week"]:disabled:hover,input:not([type]):disabled:hover,textarea:disabled:hover,select[multiple]:disabled:hover{border:1px solid #ddd}textarea{resize:vertical}[type="search"]{appearance:none}[type="checkbox"],[type="radio"]{display:inline;margin-right:.375em}[type="file"]{width:100%}select{max-width:100%;width:auto}.form-row{float:left;display:block;margin-right:38.19821%;width:100%;margin-bottom:1em}.form-row:last-child{margin-right:0}.form-row p{display:block}.form-row.error{color:red}.form-row.error input,.form-row.error textarea,.form-row.error select{border:1px solid red}.form-row.error p{display:block;margin-bottom:.375em}.disabled-text{color:#999}.checkbox-input{float:left}.checkbox-label{padding-left:2em}form ul.errors li{padding-left:0;color:red}form ul.errors li:before{content:"";display:none}.careers-form .form-row,.careers-form .selector-container,.login-form .form-row,.login-form .selector-container{display:block;float:none;width:100%;margin-bottom:1.5em}select{width:100%}.careers-form .form-row:last-child{margin-bottom:0}.contact-form{padding-top:3em;padding-bottom:3em;float:left;display:block;margin-right:1.07451%;width:61.12519%;margin-left:19.4374%}.contact-form:last-child{margin-right:0}@media screen and (max-width: 769px){.contact-form{float:left;display:block;margin-right:1.07451%;width:84.45008%;margin-left:7.77496%}.contact-form:last-child{margin-right:0}}.contact-form .form-row.half-width{float:left;display:block;margin-right:1.75788%;width:49.12106%;margin-right:0}.contact-form .form-row.half-width:last-child{margin-right:0}.contact-form .form-row.half-width:nth-child(2n){margin-right:1.75788%}.contact-form .form-row.half-width:nth-child(2n+1){clear:none}@media screen and (max-width: 769px){.contact-form .form-row.half-width{float:left;display:block;margin-right:1.75788%;width:100%;margin-right:0}.contact-form .form-row.half-width:last-child{margin-right:0}.contact-form .form-row.half-width:nth-child(2n){margin-right:1.75788%}.contact-form .form-row.half-width:nth-child(2n+1){clear:none}}.contact-form .form-row.center{text-align:center;margin-top:1.5em}.contact-form .form-row .selector-container{width:100%;display:block}.contact-form .form-row p{display:block;margin-bottom:.5em}[type="checkbox"]:not(:checked),[type="checkbox"]:checked{position:absolute;left:-9999px}[type="checkbox"]:not(:checked)+label,[type="checkbox"]:checked+label{position:relative;padding-left:2em;cursor:pointer}[type="checkbox"]:not(:checked)+label:before,[type="checkbox"]:checked+label:before{content:"";position:absolute;left:0;top:2px;width:17px;height:17px;border:1px solid #ddd;background:#f4f4f4}[type="checkbox"]:not(:checked)+label:after,[type="checkbox"]:checked+label:after{content:"✔";position:absolute;top:3px;left:3px;font-size:18px;line-height:0.8;color:#154194;transition:all 0.2s}[type="checkbox"]:not(:checked)+label:after{opacity:0;transform:scale(0)}[type="checkbox"]:checked+label:after{opacity:1;transform:scale(1)}[type="checkbox"]:disabled:checked+label:after{color:#999}[type="checkbox"]:disabled+label{color:#aaa}label:hover:before{border:1px solid #4778d9 !important}.register-submit{margin-top:1.5em}ul,ol{list-style-type:none;margin:0;padding:0}dl{margin-bottom:.75em;font-weight:200}dl dt{font-weight:bold;color:#000}dl dd{margin:0;margin-bottom:1.5em}.typo ul,.typo ol{list-style:none;padding:0;margin:0;margin-bottom:1.5em}.typo li{font-weight:200;padding-left:1.5em;position:relative}.typo li::before{content:"•";color:#154194;position:absolute;left:0}.typo ol{counter-reset:li}.typo ol>li{list-style:none;padding-left:1.5em}.typo ol>li:before{content:counter(li) ".";counter-increment:li;position:absolute;left:0;text-align:right;margin-right:8px}.typo .linklist-container{float:left;display:block;margin-right:1.07451%;width:61.12519%;margin-left:19.4374%}.typo .linklist-container:last-child{margin-right:0}@media screen and (max-width: 769px){.typo .linklist-container{margin-left:7.77496%}}.typo .linklist-title{margin-bottom:.75em}.typo .link-list{margin-bottom:3em}.typo .link-list li{margin-bottom:1.5em;padding-left:2.25em;position:relative}.typo .link-list li:before{display:none}.typo .link-list li a{border-bottom:none}.typo .link-list li a:hover:before,.typo .link-list li a:hover:after{background-color:#113476}.typo .link-list li a:before,.typo .link-list li a:after{content:"";background-color:#154194;position:absolute;top:0px;left:10px;width:3px;height:15px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.typo .link-list li a:after{top:9px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.typo .link-list a{font-weight:bold;color:#000}.counted-list-container:after{display:block;clear:both;content:""}.counted-list-main-title{text-align:left;margin-bottom:1.875em}.counted-list{margin:6em 0}@media screen and (max-width: 769px){.counted-list{margin:3.75em 0}}@media screen and (max-width: 480px){.counted-list{margin:3em 0}}.counted-list dl{counter-reset:countedList}.counted-list dt{font-size:1.25em;position:relative;counter-increment:countedList;font-weight:400;margin-top:1.875em}.counted-list dt:before{position:absolute;left:-2.5em;top:-4px;color:#000;font-weight:bold;width:2em;height:2em;line-height:1.9em;text-align:center;border-radius:100%;content:counter(countedList)}.counted-list dd{border-bottom:1px dashed #ddd;min-height:2em;font-size:1em;position:relative;padding-bottom:1.5em;padding-top:.375em}.counted-list dd p{margin-bottom:0}.counted-list dd a{font-weight:bold;border-bottom:none !important}.counted-list ol{padding-left:2.25em;list-style-type:decimal}.counted-list-items{display:flex;flex-wrap:wrap}.counted-list-item{position:relative;width:100%;flex:0 0 25%;max-width:25%;margin-bottom:1.5em;font-size:1.25rem;font-weight:bold}.counted-list-item:last-child{margin-bottom:0}@media screen and (max-width: 769px){.counted-list-item{flex:0 0 50%;max-width:50%}}@media screen and (max-width: 480px){.counted-list-item{flex:0 0 100%;max-width:100%}}.counted-list-title{font-size:1.25rem}.counted-list-text{font-size:1rem;font-weight:300}table{border-collapse:collapse;margin:.75em 0;table-layout:fixed;width:100%}th{border-bottom:1px solid #a6a6a6;font-weight:600;padding:.75em 0;text-align:left}td{border-bottom:1px solid #ddd;padding:.75em 0}tr,td,th{vertical-align:middle}.typo table{margin-bottom:3em;border-top:3px solid #154194;border-bottom:3px solid #154194;border-collapse:collapse}.typo table.multilayer tr{background-color:transparent !important}.typo table.multilayer td:nth-child(2n){background-color:#f5f5f5}.typo table.multilayer td:nth-child(1){color:#154194}@media screen and (max-width: 769px){.typo table thead{display:none}}.typo table th{background-color:#154194;color:#fff;text-transform:uppercase;border-bottom:none;font-size:0.8em;font-weight:normal;padding:.15em;padding-left:.75em}.typo table tr:nth-child(2n){background-color:#f5f5f5}.typo table td{vertical-align:top;padding:.5em}@media screen and (max-width: 769px){.typo .content-table td{display:block;position:relative;padding-left:45%;text-align:left;background:#e9e9e9;margin-bottom:1px;border-bottom:none}.typo .content-table td:before{content:attr(data-th);display:inline-block;font-size:85%;color:#fff;background-color:#154194;position:absolute;top:0;left:0;bottom:0;width:35%;max-height:100%;padding-left:10px;padding-top:10px}}@media screen and (min-width: 769px){.typo .content-table .tablet-header{display:none}}.typo .content-table .tablet-header td{padding:0.5rem}.typo .content-table .tablet-header td:before{background-color:transparent}.image-wrapper,figure.with-caption{margin-top:1.5em;margin-bottom:1.5em;position:relative}.image-wrapper img,figure.with-caption img{display:block}.image-wrapper .caption,.image-wrapper figcaption,figure.with-caption .caption,figure.with-caption figcaption{font-style:italic;position:absolute;bottom:0;padding:.75em;background-color:rgba(255,255,255,0.85);margin-bottom:0;width:100%;color:#000}.image-wrapper .caption p,.image-wrapper figcaption p,figure.with-caption .caption p,figure.with-caption figcaption p{margin-bottom:0}img[src*=".svg"]{width:100%}.parallax-wrapper *{font-family:"Linotype Didot W01",Serif;font-style:italic}.parallax-wrapper .image-parallax{background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover}.parallax-wrapper .parallax-text{padding:6rem 0;text-shadow:0px 0px 15px #000}@media screen and (max-width: 1024px){.parallax-wrapper .parallax-text{font-size:smaller;padding:3rem 0}}@media screen and (max-width: 769px){.parallax-wrapper .parallax-text{font-size:x-small}}@font-face{font-family:"Linotype Didot W01_i4";src:url("/a/f/9c2cfd19-472b-4ef5-ad73-43eee68dc43b.eot?#iefix") format("eot");font-display:swap}@font-face{font-family:"Linotype Didot W01";src:url("/a/f/9c2cfd19-472b-4ef5-ad73-43eee68dc43b.eot?#iefix");src:url("/a/f/9c2cfd19-472b-4ef5-ad73-43eee68dc43b.eot?#iefix") format("eot"),url("/a/f/abe3d3a9-c990-459f-9407-54ac96cd2f00.woff2") format("woff2"),url("/a/f/09a4b57b-7400-4d30-b4ba-d6e303c57868.woff") format("woff"),url("/a/f/a0cb08d5-975f-4c8d-bcdc-d771a014d92a.ttf") format("truetype"),url("/a/f/86d60a09-e8f8-4003-b688-0f8a2aba6532.svg#86d60a09-e8f8-4003-b688-0f8a2aba6532") format("svg");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:"Linotype Didot W01";src:url("/a/f/6adf1098-6e5c-458f-a68a-2de77db01a73.eot?#iefix");src:url("/a/f/6adf1098-6e5c-458f-a68a-2de77db01a73.eot?#iefix") format("eot"),url("/a/f/5cc88c79-07f5-4dc3-808c-0a24f606acff.woff2") format("woff2"),url("/a/f/8c847ae1-0c02-4e9a-9203-c294e4a23fe1.woff") format("woff"),url("/a/f/bae6ce0f-deaf-4f99-bdf6-de7f2cf54d04.ttf") format("truetype"),url("/a/f/d62df477-3d45-4345-95a9-eac5dcd4b116.svg#d62df477-3d45-4345-95a9-eac5dcd4b116") format("svg");font-weight:700;font-style:bold;font-display:swap}@font-face{font-family:"Classic Grotesque W01";src:url("/a/f/c4fc8f19-3f8a-47d3-8012-c58981225ea7.eot?#iefix");src:url("/a/f/bced06b8-ece8-4b99-839e-1808a13ea805.woff2") format("woff2"),url("/a/f/b0c28414-808f-469d-ae65-859e915f5e45.woff") format("woff"),url("/a/f/5f9bbccf-59b9-41cc-a851-21ecc2852640.ttf") format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:"Classic Grotesque W01";src:url("/a/f/fb71458c-8329-4be1-a8f9-e862fd9af38f.eot?#iefix");src:url("/a/f/5380c8f7-708e-438f-9d75-ddb1874335f1.woff2") format("woff2"),url("/a/f/f921e3c9-7f4b-485b-8991-88425e6ea70f.woff") format("woff"),url("/a/f/a8615718-8709-4e49-9de1-6be4fb6d99b6.ttf") format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:"Classic Grotesque W01";src:url("/a/f/99898fd0-33c7-482e-ae03-d8598f04cd57.eot?#iefix");src:url("/a/f/83601842-9564-4341-9d95-1742ee7f146f.woff2") format("woff2"),url("/a/f/c6b0c4e7-468c-4416-bf4f-c8254e52ec05.woff") format("woff"),url("/a/f/f3d24aab-e54a-40b1-b3cc-5842d107509b.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Classic Grotesque W01";src:url("/a/f/f7e6a0c0-aa75-4ef2-b917-b0fd8209ab56.eot?#iefix");src:url("/a/f/0d04b841-7fee-48ae-a668-fee1cdfe2421.woff2") format("woff2"),url("/a/f/1f7cd237-bbbf-4514-92e5-e4917b9fee1c.woff") format("woff"),url("/a/f/777df9a4-2e0d-48f8-9eac-48e2d53e3daa.ttf") format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:"Classic Grotesque W01";src:url("/a/f/f56470d2-1fa8-40a6-96aa-554a90056153.eot?#iefix");src:url("/a/f/a5dd26d9-5ddc-4262-bf6a-720dcc379e36.woff2") format("woff2"),url("/a/f/5f79a4f3-bd11-47d1-ade7-8284d3c7ab62.woff") format("woff"),url("/a/f/c62352b5-0f4e-41b3-b33e-5b0f8c8a31b5.ttf") format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Classic Grotesque W01";src:url("/a/f/1c4696db-e7dc-4845-bcb1-855fff8dc288.eot?#iefix");src:url("/a/f/0deea844-eaae-46eb-98e1-4df6888ad910.woff2") format("woff2"),url("/a/f/42152cfb-fd57-451d-b408-bcc16129073f.woff") format("woff"),url("/a/f/0ff2a0f5-321c-475b-8275-44a0d5dca749.ttf") format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:"Classic Grotesque W01";src:url("/a/f/a5dd26d9-5ddc-4262-bf6a-720dcc379e36.woff2") format("woff2"),url("/a/f/5f79a4f3-bd11-47d1-ade7-8284d3c7ab62.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Classic Grotesque W01";src:url("/a/f/0deea844-eaae-46eb-98e1-4df6888ad910.woff2") format("woff2"),url("/a/f/42152cfb-fd57-451d-b408-bcc16129073f.woff") format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:"Classic Grotesque W01";src:url("/a/f/e5883671-b0c6-499a-8f96-47395b697cce.eot?#iefix");src:url("/a/f/236fbdfc-6d3f-4b22-a9b0-2ac050ac7c53.woff2") format("woff2"),url("/a/f/8dffb395-34b5-420e-9c9c-0db09685d947.woff") format("woff"),url("/a/f/0f266978-afd4-4e30-9dc1-408f64684e6d.ttf") format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:"Classic Grotesque W01";src:url("/a/f/6466aca7-5939-446d-86ca-d90e76f3e4d0.eot?#iefix");src:url("/a/f/449073e8-528c-4698-a63c-ac7159a57222.woff2") format("woff2"),url("/a/f/692b64ef-8e0b-41fb-a22c-a8f7394f669d.woff") format("woff"),url("/a/f/c4fff10e-59c0-41df-b561-5e4b9a0b5a51.ttf") format("truetype");font-weight:800;font-style:italic;font-display:swap}body{color:#000;font-family:"Classic Grotesque W01",Helvetica,Arial,sans-serif;font-size:1em;line-height:1.5;font-weight:200}h1,h2,.news__title,h3,h4,h5,h6{font-family:"Classic Grotesque W01",Helvetica,Arial,sans-serif;font-size:1em;line-height:1.2;margin:0;padding:0}p{margin:0 0 .75em}a{color:#154194;text-decoration:none;transition:color 150ms ease}a:link,a:visited{color:#154194}a:focus,a:hover{color:#113476;text-decoration:none}a:active,a .active{color:#0d2759}a[href^="tel:"]{text-decoration:none}hr{border-bottom:1px solid #ddd;border-left:0;border-right:0;border-top:0;margin:1.5em 0}img,picture{margin:0;max-width:100%}h2,.news__title,.h2{font-size:2.5em;font-weight:300}@media screen and (max-width: 480px){h2,.news__title,.h2{font-size:1.75em}}.typo h1,.typo h2,.typo .news__title,.typo h3,.typo h4,.typo h5,.typo h6{font-weight:300;color:#000}.typo h1:first-child,.typo h2:first-child,.typo .news__title:first-child,.typo h3:first-child,.typo h4:first-child,.typo h5:first-child,.typo h6:first-child{margin-top:0}.typo h1{font-size:3.5em;margin-bottom:.3em}@media screen and (max-width: 480px){.typo h1{font-size:2.5em}}.typo h2,.typo .news__title{font-size:2.5em;margin-bottom:.42857em}@media screen and (max-width: 480px){.typo h2,.typo .news__title{font-size:1.75em}}.typo h1+h2,.typo h1+.news__title{margin-bottom:1em}@media screen and (max-width: 480px){.typo h1+h2,.typo h1+.news__title{margin-bottom:.85714em}}.typo p+h2,.typo p+.news__title,.typo ul+h2,.typo ul+.news__title{margin-top:1.5em}.typo h1+h2,.typo h1+.news__title{margin-top:-0.25em}.typo h3+h4{margin-bottom:1rem}.typo h3{font-size:1.75em;font-weight:600;color:#000;margin-top:.75em;margin-bottom:1rem}.typo h4{font-size:1.5em;padding-top:.375em;padding-bottom:.375em}.typo h5{font-size:1em;padding-top:.375em;padding-bottom:.375em}.typo h6{font-size:.8em;padding-top:.375em;padding-bottom:.375em}.typo p{font-weight:200;margin-bottom:1em}.typo a:visited,.typo a:link{color:#154194;border-bottom:1px solid #154194}.typo a:focus,.typo a:hover{color:#0d2759;border-bottom:1px solid #154194}.typo a:active,.typo a .active{color:#0d2759;border-bottom:1px solid #154194}.typo blockquote,.typo blockquote p{font-family:"Linotype Didot W01",Serif;font-weight:400;font-style:italic;margin:0}.typo blockquote.green,.typo blockquote p.green{color:#00983c}.typo blockquote.blue,.typo blockquote p.blue{color:#154194}.typo blockquote.orange,.typo blockquote p.orange{color:#ed8b00}.typo .quote-text{font-family:"Linotype Didot W01",Serif;font-weight:400;font-style:italic;font-size:2em;text-align:left;margin:2.25em 0;display:inline-block}.typo .error{color:red}.bg-blue .typo,.bg-green .typo,.bg-orange .typo{color:#fff}.bg-blue .typo h1,.bg-blue .typo h2,.bg-blue .typo .news__title,.bg-blue .typo h3,.bg-blue .typo h4,.bg-blue .typo h5,.bg-blue .typo h6,.bg-green .typo h1,.bg-green .typo h2,.bg-green .typo .news__title,.bg-green .typo h3,.bg-green .typo h4,.bg-green .typo h5,.bg-green .typo h6,.bg-orange .typo h1,.bg-orange .typo h2,.bg-orange .typo .news__title,.bg-orange .typo h3,.bg-orange .typo h4,.bg-orange .typo h5,.bg-orange .typo h6{color:#fff}.bg-blue .typo a,.bg-green .typo a,.bg-orange .typo a{font-weight:bold;color:#fff;border-color:#fff}.bg-blue .typo .typo strong,.bg-green .typo .typo strong,.bg-orange .typo .typo strong{color:#fff}.typo h1 a,.typo h1 a:link,.typo h1 a:visited,.typo h2 a,.typo .news__title a,.typo h2 a:link,.typo .news__title a:link,.typo h2 a:visited,.typo .news__title a:visited,.typo h3 a,.typo h3 a:link,.typo h3 a:visited,.typo h4 a,.typo h4 a:link,.typo h4 a:visited,.typo h5 a,.typo h5 a:link,.typo h5 a:visited,.typo h6 a,.typo h6 a:link,.typo h6 a:visited{border-bottom:none}.text-center{text-align:center}.typo .table-with-caption,.table-with-caption{margin-bottom:0.5rem}.anchor-link{margin-top:-5rem;padding-top:5rem;pointer-events:none}@media screen and (max-width: 900px){.anchor-link{margin-top:-10rem;padding-top:10rem;pointer-events:none}}@media screen and (max-width: 768px){.anchor-link{margin-top:-5rem;padding-top:5rem;pointer-events:none}}.selector-container{float:left;display:block;margin-right:1.40138%;width:23.94897%;position:relative;color:#000 !important}.selector-container:last-child{margin-right:0}.selector-ui{float:left;display:block;margin-right:38.19821%;width:100%;background-color:#f4f4f4;border:1px solid #ddd;cursor:pointer;padding-left:1em !important;position:relative}.selector-ui:last-child{margin-right:0}.selector-ui:before,.selector-ui:after{content:"";height:12px;width:1px;background-color:#154194;position:absolute;right:25px;top:1.2em;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.selector-ui:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);right:17px}.selector-ui li:before{display:none}.dropdown-content{float:left;display:block;margin-right:38.19821%;width:100%;position:absolute;background-color:#f4f4f4;border:1px solid #ddd;top:3.5em;max-height:35em;overflow-y:scroll;display:none;cursor:pointer}.dropdown-content:last-child{margin-right:0}.dropdown-content.open{display:block;z-index:999}.dropdown-content li{padding:0.25em 1em !important}.dropdown-content li:hover{background-color:#154194;color:#fff}.dropdown-content li:before{display:none}.dropdown-content .second-level{padding-left:0 !important;margin-bottom:0}.dropdown-content .second-level li{padding-left:1.75em !important}.sending-value{padding:.75em}.selector-option.active{background-color:#154194;color:#fff}@media print{body:after{content:"Any product information, recommendations or other information published in this document (“Information”) is given to the best of SONGWON’s knowledge. All this Information shall not, however, as far as legally permissible, (i) create or be deemed as any guarantee, representation or warranty of any kind or (ii) create any liability of SONGWON. In any event this Information shall not relieve the customer or any third party from undertaking its own investigations and tests. Therefore, SONGWON, as far as legally permissible, expressly excludes and disclaims any liability associated with the use of any Information by a customer or by any other third party.";padding:1em;display:block}*,*:before,*:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited,.typo a:visited,.typo a:link{border:0}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,.news__title,h3{orphans:3;widows:3}h2,.news__title,h3{page-break-after:avoid}.main-header__fix,.main-footer,svg.edge,.block__icon,.top__metalinks,.lock--icon,.tooltip,.product-files,.footer__controls,.content--files,.cookie-popup{display:none !important}.typo h1{font-size:3em;margin:0;padding:0}.product-detailview{margin-top:0 !important;padding-top:0 !important;padding-bottom:0 !important}.product-detailview .product-title{padding:0;margin:0}.product-detailview .left-side,.product-detailview .right-side{width:100% !important}.product-detailview .product__block{margin-bottom:1em !important;page-break-after:auto}.product-detailview .row{page-break-after:avoid}.product-detailview .content--files .download-pdf{display:none}.product-detailview .content--files .pdf-language-container{display:block !important}.product-detailview .block__title{margin-left:0 !important;font-weight:bold;font-size:1.25em !important}.product-detailview .product__block__content,.product-detailview .product__block__content.layout--table{padding:0 !important;margin:0 !important}.product-detailview .product--characteristics .product__block__content ul{page-break-before:always;column-count:1 !important}main.content .product-detailview .blurred{color:#000 !important}}@media all and (-ms-high-contrast: none){*::-ms-backdrop,.chemical-structure-image{width:480px}}html,body{height:100%;padding:0;margin:0;scroll-padding-top:66px;scroll-behavior:smooth}@media screen and (max-width: 768px){body.open{position:fixed}}.container{max-width:1300px;margin-left:auto;margin-right:auto;padding:0 1rem}.container::after{display:block;clear:both;content:""}.bg-grey{background:#f4f4f4}.bg-white{background:#fff}.bg-blue{background:#154194}.bg-blue strong{color:#fff}.bg-green{background:#00983c}.bg-orange{background:#ed8b00;color:#fff}.bg-orange .button,.bg-orange .content .typo .button,.content .typo .bg-orange .button{color:#fff !important;border:2px solid #fff !important}.cookie-popup{position:fixed;bottom:0;background-color:#f4f4f4;width:100%;border-top:1px solid #ddd}.cookie-popup .container{padding:1.5em;position:relative}.cookie-popup .container .popup-text{margin-bottom:0;padding-right:3em}.cookie-popup .container .close-icon{position:absolute;cursor:pointer;right:0;top:calc(50% - 1.5em);width:3em;height:3em;display:inline-block;background-color:#154194;border-radius:100%}.cookie-popup .container .close-icon:before,.cookie-popup .container .close-icon:after{width:2px;height:18px;background-color:#fff;display:block;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);position:absolute;left:calc(50% - 2px);top:calc(50% - 9px);content:""}.cookie-popup .container .close-icon:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width: 480px){.ot-floating-button{display:none}}a,img{outline:0;border:0}.tooltip{position:absolute;z-index:1070;display:block;font-size:.8em;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:.8rem 0}.tooltip.right{margin-left:3px;padding:0 .8rem}.tooltip.bottom{margin-top:3px;padding:.8rem 0}.tooltip.left{margin-left:-3px;padding:0 .8rem}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-.8rem;border-width:.8rem .8rem 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:.8rem;margin-bottom:-.8rem;border-width:.8rem .8rem 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:.8rem;margin-bottom:-.8rem;border-width:.8rem .8rem 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-.8rem;border-width:.8rem .8rem .8rem 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-.8rem;border-width:.8rem 0 .8rem .8rem;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-.8rem;border-width:0 .8rem .8rem;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:.8rem;margin-top:-.8rem;border-width:0 .8rem .8rem;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:.8rem;margin-top:-.8rem;border-width:0 .8rem .8rem;border-bottom-color:#000}.main-footer{background:url("/a/i/bg_footer.jpg");background-size:cover;color:#fff;position:relative;bottom:0;width:100%}.main-footer.footer--green{background-color:#00983c;color:#fff}.main-footer.footer--green .main-footer__navigation{background-color:#00983c}.main-footer.footer--green .main-footer__navigation a:focus,.main-footer.footer--green .main-footer__navigation a:hover{color:#fff;background-color:#007f32}.main-footer.footer--green .main-footer__navigation .search-wrapper{display:none !important}.main-footer a:link,.main-footer a:visited{color:#fff}.main-footer a:active,.main-footer a.active{color:#874f00}.main-footer .newsletter-subscription{text-align:center;margin-bottom:1.875em}.main-footer .newsletter-subscription .button{border-color:#fff}.main-footer .newsletter-subscription .button:hover{color:#fff}.main-footer__navigation{background:#191919;padding-top:1.5em;padding-bottom:1.5em}.main-footer__navigation #main-navigation-wrapper{display:block;overflow:auto}.main-footer__navigation .main-navigation__main-menu{float:left;display:block;margin-right:1.07451%;width:100%;line-height:1.5;padding:0;margin-left:0;overflow:auto;height:auto}.main-footer__navigation .main-navigation__main-menu:last-child{margin-right:0}.main-footer__navigation .main-navigation__main-menu>li{border:none !important;margin-bottom:1.5em}.main-footer__navigation .main-navigation__main-menu>li>a{font-weight:500;text-align:left}.main-footer__navigation .main-navigation__main-menu .main-link{text-align:left;margin-bottom:.375em;font-weight:500;position:relative;padding:0.25rem}.main-footer__navigation .main-navigation__main-menu .main-link:hover,.main-footer__navigation .main-navigation__main-menu .main-link:focus,.main-footer__navigation .main-navigation__main-menu .main-link:active{background:transparent}.main-footer__navigation .main-navigation__main-menu li{float:left;display:block;margin-right:1.07451%;width:11.55981%}.main-footer__navigation .main-navigation__main-menu li:last-child{margin-right:0}.main-footer__navigation .main-navigation__main-menu li:nth-child(8n){margin-right:0}.main-footer__navigation .main-navigation__main-menu li:nth-child(8n+1){clear:left}@media screen and (max-width: 1024px){.main-footer__navigation .main-navigation__main-menu li{float:left;display:block;margin-right:1.07451%;width:24.19412%}.main-footer__navigation .main-navigation__main-menu li:last-child{margin-right:0}.main-footer__navigation .main-navigation__main-menu li:nth-child(8n){margin-right:1.07451%}.main-footer__navigation .main-navigation__main-menu li:nth-child(8n+1){clear:none}.main-footer__navigation .main-navigation__main-menu li:nth-child(4n){margin-right:0}.main-footer__navigation .main-navigation__main-menu li:nth-child(4n+1){clear:left}}@media screen and (max-width: 480px){.main-footer__navigation .main-navigation__main-menu li{float:left;display:block;margin-right:1.07451%;width:49.46275%}.main-footer__navigation .main-navigation__main-menu li:last-child{margin-right:0}.main-footer__navigation .main-navigation__main-menu li:nth-child(4n){margin-right:1.07451%}.main-footer__navigation .main-navigation__main-menu li:nth-child(4n+1){clear:none}.main-footer__navigation .main-navigation__main-menu li:nth-child(2n){margin-right:0}.main-footer__navigation .main-navigation__main-menu li:nth-child(2n+1){clear:left}}.main-footer__navigation .main-navigation__main-menu li.active{background:transparent}.main-footer__navigation .main-navigation__main-menu li:hover .sub-navigation-container,.main-footer__navigation .main-navigation__main-menu li:focus .sub-navigation-container,.main-footer__navigation .main-navigation__main-menu li:active .sub-navigation-container{display:block;position:relative}.main-footer__navigation .main-navigation__main-menu li a{padding:0;font-size:1em}.main-footer__navigation .main-navigation__main-menu .sub-navigation-container{display:block;position:relative;background:transparent;border:none;text-align:left}@media screen and (max-width: 1024px){.main-footer__navigation .main-navigation__main-menu .sub-navigation-container{display:none}}.main-footer__navigation .main-navigation__main-menu .sub-navigation-container a{font-size:0.8em;line-height:1.75;padding:0.25rem}.main-footer__navigation .main-navigation__main-menu .sub-navigation{min-width:auto}.main-footer__navigation .main-navigation__main-menu .sub-navigation li{float:left;display:block;margin-right:1.07451%;width:100%}.main-footer__navigation .main-navigation__main-menu .sub-navigation li:last-child{margin-right:0}.main-footer__navigation .main-navigation__main-menu .sub-navigation li ul li a{padding-left:1.25rem}.main-footer__sub-footer{background:#333;color:#999;font-weight:200}.main-footer__sub-footer a{font-weight:400}.main-footer__sub-footer.footer--green{background-color:#00ac44;color:#fff}.main-footer__sub-footer.footer--green a:focus,.main-footer__sub-footer.footer--green a:hover{color:#fff}.main-footer__copyright{float:left;display:block;margin-right:1.75788%;width:100%;margin-top:1.5em;margin-bottom:1.5em;font-size:0.8em;text-align:center}.main-footer__copyright:last-child{margin-right:0}.mobile-nav-icon{width:60px;height:45px;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;position:absolute;left:0;top:0}.mobile-nav-icon span{display:block;position:absolute;height:9px;width:50%;opacity:1;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}.mobile-nav-icon span:nth-child(even){left:50%;border-radius:0 9px 9px 0}.mobile-nav-icon span:nth-child(odd){left:0px;border-radius:9px 0 0 9px}.mobile-nav-icon span:nth-child(1),.mobile-nav-icon span:nth-child(2){top:0px}.mobile-nav-icon span:nth-child(3),.mobile-nav-icon span:nth-child(4){top:18px}.mobile-nav-icon span:nth-child(5),.mobile-nav-icon span:nth-child(6){top:36px}.mobile-nav-icon.open span:nth-child(1),.mobile-nav-icon.open span:nth-child(6){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.mobile-nav-icon.open span:nth-child(2),.mobile-nav-icon.open span:nth-child(5){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.mobile-nav-icon.open span:nth-child(1){left:5px;top:7px}.mobile-nav-icon.open span:nth-child(2){left:calc(50% - 5px);top:7px}.mobile-nav-icon.open span:nth-child(3){left:-50%;opacity:0}.mobile-nav-icon.open span:nth-child(4){left:100%;opacity:0}.mobile-nav-icon.open span:nth-child(5){left:5px;top:29px}.mobile-nav-icon.open span:nth-child(6){left:calc(50% - 5px);top:29px}.main-navigation .container{position:relative}.main-navigation .logo{width:14em;float:left}.main-navigation .logo a{display:block;outline:none;border:0;padding-top:.375em;padding-bottom:.375em}.main-navigation .logo a>img{border:0 !important}.main-navigation .logo img{display:block}.main-navigation__main-menu{margin-left:1em;line-height:2.15em;float:left}.main-navigation__main-menu>li{border-right:2px solid #fff !important}.main-navigation__main-menu li{display:inline-block;position:relative}.main-navigation__main-menu li.active{background-color:#f4f4f4}.main-navigation__main-menu li:hover .sub-navigation-container,.main-navigation__main-menu li:focus .sub-navigation-container,.main-navigation__main-menu li:active .sub-navigation-container{display:block;position:absolute}.main-navigation__main-menu li .main-link{font-weight:400}.main-navigation__main-menu li .main-link:hover{background-color:#f4f4f4}.main-navigation__main-menu li a{display:block;position:relative;text-transform:uppercase;padding:1em}.main-navigation__main-menu li a.active{background:#f4f4f4;color:#000 !important}.main-navigation__main-menu .sub-navigation-container{display:none;position:absolute;background-color:#f4f4f4;border:1px solid #ddd;border-top:none}.main-navigation__main-menu .sub-navigation-container>a{font-weight:600}.main-navigation__main-menu .sub-navigation-container>a:hover{background:#154194;color:#fff}.main-navigation__main-menu .sub-navigation{min-width:18em}.main-navigation__main-menu .sub-navigation li{float:none;display:block}.main-navigation__main-menu .sub-navigation li a{text-transform:none;padding-top:0.5em;padding-bottom:0.5em}.main-navigation__main-menu .sub-navigation li a:hover{background-color:#154194;color:white}.main-navigation__main-menu .sub-navigation li ul{overflow:hidden;margin-bottom:1.5em}.main-navigation__main-menu .sub-navigation li ul:last-child{margin-bottom:0}.main-navigation__main-menu .sub-navigation li ul li{font-weight:200}.main-navigation__main-menu .sub-navigation li ul li a{padding-left:2em;padding-top:0.5em;padding-bottom:0.5em}.mobile-nav-icon{-webkit-transform:scale(0.4);-moz-transform:scale(0.4);-ms-transform:scale(0.4);-o-transform:scale(0.4);transform:scale(0.4);position:fixed;top:0.2em;left:0;display:none}.mobile-nav-icon span{background:#154194}.meta-navigation{position:absolute;right:2em;top:1.5em;width:10em}.meta-navigation a{display:inline;float:left;margin-right:1em;font-size:0.85em}.meta-navigation a:link,.meta-navigation a:visited{color:#999}.meta-navigation a:hover,.meta-navigation a:focus{color:#154194}.meta-navigation a:active,.meta-navigation .active>a{color:#000}.meta-navigation .meta-navigation__newsletter img{width:1.5rem;margin-left:3px;margin-top:-3px}@media screen and (max-width: 1080px){.main-navigation__main-menu li a{font-size:0.85em}.main-navigation .logo{width:10em;margin-top:0.4em}}@media screen and (max-width: 900px){.main-navigation{text-align:center}.main-navigation .logo{float:none;margin:0 auto}.main-navigation__main-menu{margin:0 auto;text-align:center;float:none}.sub-navigation-container{text-align:left}}@media screen and (max-width: 768px){#main-navigation-wrapper,.meta-navigation{display:none}.open .meta-navigation{display:block;position:fixed;bottom:0;top:auto;left:0;width:100%;height:40px;border:1px solid #ddd;background:#fff;padding:8px 16px}.open .meta-navigation ul{display:inline}.open .meta-navigation li{display:inline}.open .meta-navigation a{float:none;display:inline-block}.mobile-nav-icon{display:block}.sub-navigation-container{position:relative !important;width:100%;text-align:center}.main-navigation__main-menu{height:90vh;padding-bottom:120px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.main-navigation__main-menu li:hover .sub-navigation-container,.main-navigation__main-menu li:focus .sub-navigation-container,.main-navigation__main-menu li:active .sub-navigation-container{display:none}#main-navigation-wrapper.open .main-navigation__main-menu li{width:100%}body.open{overflow:hidden}}.main-header{position:relative;margin-top:4.125rem}@media screen and (max-width: 900px){.main-header{margin-top:6.9em}}@media screen and (max-width: 768px){.main-header{margin-top:3.125em}}.main-header.video{margin-top:0}.main-header__fix{position:fixed;top:0;width:100%;min-height:4.125rem;background:#fff;z-index:1000;box-shadow:1px 1px 0 rgba(0,0,0,0.1)}@media screen and (max-width: 900px){.main-header__fix{min-height:7rem}}@media screen and (max-width: 769px){.main-header__fix{min-height:auto}}.main-header__fix+.sub-navigation{padding-top:4em}@media screen and (max-width: 480px){.main-header__fix+.sub-navigation{padding-top:3em}}.main-header__image{max-height:37.5rem;overflow:hidden}.main-header__image img{width:100%;display:block}.visual{position:relative;max-height:37.5rem;overflow:hidden}.visual__svg{display:block}.visual__video{display:block}.visual__html{position:absolute;top:0;right:0;bottom:0;left:0}.visual__inner{float:left;display:block;margin-right:1.07451%;width:92.22504%;margin-left:3.88748%}.visual__inner:last-child{margin-right:0}.main-footer{background:url("/a/i/bg_footer.jpg");background-size:cover;color:#fff;position:relative;bottom:0;width:100%}.main-footer.footer--green{background-color:#00983c;color:#fff}.main-footer.footer--green .main-footer__navigation{background-color:#00983c}.main-footer.footer--green .main-footer__navigation a:focus,.main-footer.footer--green .main-footer__navigation a:hover{color:#fff;background-color:#007f32}.main-footer.footer--green .main-footer__navigation .search-wrapper{display:none !important}.main-footer a:link,.main-footer a:visited{color:#fff}.main-footer a:active,.main-footer a.active{color:#874f00}.main-footer .newsletter-subscription{text-align:center;margin-bottom:1.875em}.main-footer .newsletter-subscription .button{border-color:#fff}.main-footer .newsletter-subscription .button:hover{color:#fff}.main-footer__navigation{background:#191919;padding-top:1.5em;padding-bottom:1.5em}.main-footer__navigation #main-navigation-wrapper{display:block;overflow:auto}.main-footer__navigation .main-navigation__main-menu{float:left;display:block;margin-right:1.07451%;width:100%;line-height:1.5;padding:0;margin-left:0;overflow:auto;height:auto}.main-footer__navigation .main-navigation__main-menu:last-child{margin-right:0}.main-footer__navigation .main-navigation__main-menu>li{border:none !important;margin-bottom:1.5em}.main-footer__navigation .main-navigation__main-menu>li>a{font-weight:500;text-align:left}.main-footer__navigation .main-navigation__main-menu .main-link{text-align:left;margin-bottom:.375em;font-weight:500;position:relative;padding:0.25rem}.main-footer__navigation .main-navigation__main-menu .main-link:hover,.main-footer__navigation .main-navigation__main-menu .main-link:focus,.main-footer__navigation .main-navigation__main-menu .main-link:active{background:transparent}.main-footer__navigation .main-navigation__main-menu li{float:left;display:block;margin-right:1.07451%;width:11.55981%}.main-footer__navigation .main-navigation__main-menu li:last-child{margin-right:0}.main-footer__navigation .main-navigation__main-menu li:nth-child(8n){margin-right:0}.main-footer__navigation .main-navigation__main-menu li:nth-child(8n+1){clear:left}@media screen and (max-width: 1024px){.main-footer__navigation .main-navigation__main-menu li{float:left;display:block;margin-right:1.07451%;width:24.19412%}.main-footer__navigation .main-navigation__main-menu li:last-child{margin-right:0}.main-footer__navigation .main-navigation__main-menu li:nth-child(8n){margin-right:1.07451%}.main-footer__navigation .main-navigation__main-menu li:nth-child(8n+1){clear:none}.main-footer__navigation .main-navigation__main-menu li:nth-child(4n){margin-right:0}.main-footer__navigation .main-navigation__main-menu li:nth-child(4n+1){clear:left}}@media screen and (max-width: 480px){.main-footer__navigation .main-navigation__main-menu li{float:left;display:block;margin-right:1.07451%;width:49.46275%}.main-footer__navigation .main-navigation__main-menu li:last-child{margin-right:0}.main-footer__navigation .main-navigation__main-menu li:nth-child(4n){margin-right:1.07451%}.main-footer__navigation .main-navigation__main-menu li:nth-child(4n+1){clear:none}.main-footer__navigation .main-navigation__main-menu li:nth-child(2n){margin-right:0}.main-footer__navigation .main-navigation__main-menu li:nth-child(2n+1){clear:left}}.main-footer__navigation .main-navigation__main-menu li.active{background:transparent}.main-footer__navigation .main-navigation__main-menu li:hover .sub-navigation-container,.main-footer__navigation .main-navigation__main-menu li:focus .sub-navigation-container,.main-footer__navigation .main-navigation__main-menu li:active .sub-navigation-container{display:block;position:relative}.main-footer__navigation .main-navigation__main-menu li a{padding:0;font-size:1em}.main-footer__navigation .main-navigation__main-menu .sub-navigation-container{display:block;position:relative;background:transparent;border:none;text-align:left}@media screen and (max-width: 1024px){.main-footer__navigation .main-navigation__main-menu .sub-navigation-container{display:none}}.main-footer__navigation .main-navigation__main-menu .sub-navigation-container a{font-size:0.8em;line-height:1.75;padding:0.25rem}.main-footer__navigation .main-navigation__main-menu .sub-navigation{min-width:auto}.main-footer__navigation .main-navigation__main-menu .sub-navigation li{float:left;display:block;margin-right:1.07451%;width:100%}.main-footer__navigation .main-navigation__main-menu .sub-navigation li:last-child{margin-right:0}.main-footer__navigation .main-navigation__main-menu .sub-navigation li ul li a{padding-left:1.25rem}.main-footer__sub-footer{background:#333;color:#999;font-weight:200}.main-footer__sub-footer a{font-weight:400}.main-footer__sub-footer.footer--green{background-color:#00ac44;color:#fff}.main-footer__sub-footer.footer--green a:focus,.main-footer__sub-footer.footer--green a:hover{color:#fff}.main-footer__copyright{float:left;display:block;margin-right:1.75788%;width:100%;margin-top:1.5em;margin-bottom:1.5em;font-size:0.8em;text-align:center}.main-footer__copyright:last-child{margin-right:0}@media screen and (max-width: 769px){.cb-text .temp-unavailable h1{font-size:2.5em}}.cb-text--image-left,.cb-text--image-right{padding:4rem 0;display:flex;flex-direction:row;flex-wrap:wrap;margin:0 -1rem}@media screen and (max-width: 769px){.cb-text--image-left,.cb-text--image-right{padding:3rem 0}}.cb-text--image-left:after,.cb-text--image-right:after{display:block;clear:both;content:""}.cb-text--image-left .cb-text__text,.cb-text--image-left .cb-text__image,.cb-text--image-right .cb-text__text,.cb-text--image-right .cb-text__image{max-width:100%;padding:0 1rem;float:none}@media screen and (min-width: 769px){.cb-text--image-left .cb-text__text,.cb-text--image-left .cb-text__image,.cb-text--image-right .cb-text__text,.cb-text--image-right .cb-text__image{flex:0 0 50%;max-width:50%}}@media screen and (max-width: 769px){.cb-text--image-left{flex-direction:column}}.cb-text--image-left .cb-text__image{margin-top:0;margin-bottom:0;margin-left:0}@media screen and (max-width: 769px){.cb-text--image-left .cb-text__image{margin-bottom:1rem}}.cb-text--image-left .cb-text__text{margin-top:0;margin-bottom:0;margin-right:0}@media screen and (max-width: 769px){.cb-text--image-right{flex-direction:column-reverse}}.cb-text--image-right .cb-text__image{margin:0}@media screen and (max-width: 769px){.cb-text--image-right .cb-text__image{margin-bottom:1rem}}.cb-text--image-right .cb-text__text{margin-top:0;margin-bottom:0;margin-right:0}.cb-text__text{padding-top:2.25em;padding-bottom:2.25em}.cb-text__image{margin-top:3em;margin-bottom:1.5em}@media screen and (max-width: 769px){.cb-text__image{margin-right:0;margin-left:0;margin-bottom:1.5em}}.cb-text__image.with-caption{margin-top:1.5em}.cb-text__image img{display:block}.cb-text__text--twoCols{-webkit-columns:2;-moz-columns:2;columns:2}@media screen and (max-width: 769px){.cb-text__text--twoCols{-webkit-columns:1;-moz-columns:1;columns:1}}.cb-text__text--threeCols p{-webkit-columns:3;-moz-columns:3;columns:3}@media screen and (max-width: 769px){.cb-text__text--threeCols p{-webkit-columns:1;-moz-columns:1;columns:1}}.centered{text-align:center}.centered p{font-size:1.5em;text-align:center;margin-bottom:0}.teaser__element{padding:3em 0}.teaser__element .container div:first-child{margin-left:19.0796%}@media screen and (max-width: 769px){.teaser__element .container div:first-child{margin-left:7.77496%}}.teaser__element .teaser__image{float:left;display:block;margin-right:1.27236%;width:21.74409%}.teaser__element .teaser__image:last-child{margin-right:0}@media screen and (max-width: 769px){.teaser__element .teaser__image{float:left;display:block;margin-right:1.27236%;width:35.55395%}.teaser__element .teaser__image:last-child{margin-right:0}}@media screen and (max-width: 480px){.teaser__element .teaser__image{float:left;display:block;margin-right:1.07451%;width:45.57527%;padding:0}.teaser__element .teaser__image:last-child{margin-right:0}}.teaser__element .teaser__image+.teaser__content{padding:0 1.5em}.teaser__element .teaser__content{float:left;display:block;margin-right:1.27236%;width:40.15724%}.teaser__element .teaser__content:last-child{margin-right:0}@media screen and (max-width: 769px){.teaser__element .teaser__content{float:left;display:block;margin-right:1.27236%;width:53.96711%}.teaser__element .teaser__content:last-child{margin-right:0}}@media screen and (max-width: 480px){.teaser__element .teaser__content{float:left;display:block;margin-right:1.07451%;width:84.45008%;margin-left:7.77496%}.teaser__element .teaser__content:last-child{margin-right:0}}.teaser__element .teaser__content h2,.teaser__element .teaser__content .news__title{font-size:2.5em}.teaser__element .teaser__content+.teaser__image{padding:0 1.5em}.cb-products__heading{float:left;display:block;margin-right:1.07451%;width:61.12519%;margin-left:19.4374%;margin-top:3em}.cb-products__heading:last-child{margin-right:0}@media screen and (max-width: 769px){.cb-products__heading{float:left;display:block;margin-right:1.07451%;width:80.5626%;margin-left:7.77496%;margin-top:1.5em}.cb-products__heading:last-child{margin-right:0}}.cb-products__text{float:left;display:block;margin-right:1.07451%;width:61.12519%;margin-left:19.4374%;margin-top:3em;margin-bottom:1.5em}.cb-products__text:last-child{margin-right:0}@media screen and (max-width: 769px){.cb-products__text{float:left;display:block;margin-right:1.07451%;width:80.5626%;margin-left:7.77496%}.cb-products__text:last-child{margin-right:0}}.cb-products__heading+.cb-products__text{margin-top:0}.cb-products__products{float:left;display:block;margin-right:1.07451%;width:76.67511%;margin-left:11.66244%;margin-top:3em;margin-bottom:3em}.cb-products__products:last-child{margin-right:0}@media screen and (max-width: 769px){.cb-products__products{float:left;display:block;margin-right:1.07451%;width:84.45008%;margin-left:7.77496%}.cb-products__products:last-child{margin-right:0}}.cb-products__heading+.cb-products__products,.cb-products__text+.cb-products__products{margin-top:0}.cb-products__product{float:left;display:block;margin-right:1.40138%;width:23.94897%}.cb-products__product:last-child{margin-right:0}.cb-products__product:nth-child(4n){margin-right:0}.cb-products__product:nth-child(4n+1){clear:left}@media screen and (max-width: 769px){.cb-products__product{float:left;display:block;margin-right:1.40138%;width:49.29931%}.cb-products__product:last-child{margin-right:0}.cb-products__product:nth-child(2n){margin-right:0}.cb-products__product:nth-child(2n+1){clear:left}}@media screen and (max-width: 480px){.cb-products__product{float:left;display:block;margin-right:1.40138%;width:100%;margin-right:0}.cb-products__product:last-child{margin-right:0}}.cb-products__image{position:relative}.cb-products__image img{display:block}.cb-products__image .more-button__text{background:rgba(120,120,120,0.8)}.cb-products__name{margin-top:.75em}.cb-products--with-taxonomy .cb-products__product{margin-bottom:2.25em}.cb-products--with-taxonomy .cb-products__description{font-size:.8em;font-weight:200}.cb-products--with-taxonomy .cb-products__taxonomy{overflow:hidden;margin:0;font-size:.8em}.cb-products--with-taxonomy .cb-products__taxonomy dt{float:left;display:block;margin-right:5.85151%;width:36.4891%}.cb-products--with-taxonomy .cb-products__taxonomy dt:last-child{margin-right:0}.cb-products--with-taxonomy .cb-products__taxonomy dd{float:left;display:block;margin-right:5.85151%;width:57.6594%;margin-bottom:.75em}.cb-products--with-taxonomy .cb-products__taxonomy dd:last-child{margin-right:0}#printArea{float:left;display:block;margin-right:1.16509%;width:100%;margin-right:0}#printArea:last-child{margin-right:0}.product-detailview{float:left;display:block;margin-right:1.16509%;width:100%;margin-right:0;margin-top:3.8em;padding:3em 1.5em}.product-detailview:last-child{margin-right:0}.product-detailview .top__metalinks{float:left;display:block;margin-right:1.07451%;width:100%;margin-bottom:1.5em}.product-detailview .top__metalinks:last-child{margin-right:0}.product-detailview .top__metalinks a{border-bottom:none}.product-detailview .top__metalinks .breadcrumbs{float:left;display:block;margin-right:1.07451%;width:49.46275%}.product-detailview .top__metalinks .breadcrumbs:last-child{margin-right:0}.product-detailview .top__metalinks .back-to-productlist{float:left;display:block;margin-right:1.07451%;width:49.46275%;margin-right:0;text-align:right}.product-detailview .top__metalinks .back-to-productlist:last-child{margin-right:0}.product-detailview .product-title{margin:.375em 0;display:inline-block}.product-detailview .product-title-and-distributor span{margin-left:1.5rem;font-size:2rem}.product-detailview .product-title-and-distributor img{margin-left:1.5rem;max-height:3rem;max-width:8rem}.product-detailview .cb-text{float:left;display:block;margin-right:1.75788%;width:100%;margin-top:3em;margin-bottom:3em}.product-detailview .cb-text:last-child{margin-right:0}.product-detailview .left-side{float:left;display:block;margin-right:1.16509%;width:62.06309%}.product-detailview .left-side:last-child{margin-right:0}@media screen and (max-width: 769px){.product-detailview .left-side{float:left;display:block;margin-right:1.16509%;width:100%}.product-detailview .left-side:last-child{margin-right:0}}.product-detailview .right-side{float:left;display:block;margin-right:1.16509%;width:36.77182%;margin-right:0}.product-detailview .right-side:last-child{margin-right:0}@media screen and (max-width: 769px){.product-detailview .right-side{float:left;display:block;margin-right:1.16509%;width:100%}.product-detailview .right-side:last-child{margin-right:0}}.product-detailview .right-side .product__block{margin-right:0}.product-detailview .right-side .product__block .product__block__content{margin-left:0;margin-top:2px;border-bottom-right-radius:15px;padding:.75em}.product-detailview .right-side .ds-button{display:inline-block;border:1px solid #154194;padding:0.25em 0.75em;margin:8px 8px 8px 0;cursor:pointer}.product-detailview .right-side .sds-button{display:inline-block;border:1px solid #154194;padding:0.25em;margin:8px 0;cursor:pointer}.product-detailview .right-side .pdf-language-container{display:none}.product-detailview .right-side .pdf-language-container .button--thin.product-info-button{border:1px solid #154194;color:#154194}.product-detailview .right-side .pdf-language-container .button--thin.product-info-button:hover{color:#fff}.product-detailview .right-side .content--files .row{margin-bottom:5px}.product-detailview .right-side .content--files .row .cell{display:inline-block}.product-detailview .right-side .content--files .row .cell:nth-child(1){width:25%}.product-detailview .right-side .content--files .row .cell:nth-child(2){width:25%}.product-detailview .right-side .content--files .row .cell:nth-child(3){width:25%}.product-detailview .right-side .content--files .row .cell:nth-child(4){width:20%;text-align:right}.product-detailview .right-side .content--literature .row .cell{display:inline-block}.product-detailview .right-side .content--literature .row .cell.file-title{font-weight:bold}.product-detailview .right-side .content--literature .row .cell:nth-child(1){width:100%}.product-detailview .right-side .content--literature .row .cell:nth-child(2){width:31%}.product-detailview .right-side .content--literature .row .cell:nth-child(3){width:31%}.product-detailview .right-side .content--literature .row .cell:nth-child(4){width:31%;text-align:right}.product-detailview .right-side .column--content .row ul{display:flex;flex-wrap:wrap;margin-bottom:0}.product-detailview .right-side .column--content .row ul li{flex:0 50%}@media screen and (max-width: 640px){.product-detailview .right-side .column--content .row ul li{flex:0 100%}}.product-detailview .info,.product-detailview .dev-info{float:left;display:block;margin-right:2.35765%;width:82.94039%;margin-left:8.5298%;margin-top:0;margin-bottom:2.5em}.product-detailview .info:last-child,.product-detailview .dev-info:last-child{margin-right:0}.product-detailview .product__block{position:relative;margin-bottom:1.875em;margin-right:1.5em}@media screen and (max-width: 769px){.product-detailview .product__block{margin-right:0}}.product-detailview .product__block.block--icon .block__title{margin-left:3rem}.product-detailview .product__block.blue--content .product__block__content{background-color:#e0e9fb}.product-detailview .product__block.gray--content .product__block__content{background-color:#ddd}.product-detailview .product__block .block__title__wrapper{background-color:#154194;padding:.375em;color:#fff;position:relative}.product-detailview .product__block .block__title__wrapper .block__icon{position:absolute;left:5px;bottom:0px;display:inline-block;background-color:#ddd;display:inline;margin-right:.75em;padding:6px}.product-detailview .product__block .block__title__wrapper .block__icon:after{content:"";display:block;position:absolute;right:-8px;top:0px;width:5px;border-bottom:12px solid #0b2451;border-right:8px solid transparent}.product-detailview .product__block .block__title__wrapper .block__icon svg{transform:translate(0px, 6px)}.product-detailview .product__block .block__title__wrapper .block__title{font-size:1em;color:#fff;margin-bottom:0}.product-detailview .product__block .edge{position:absolute;left:0}.product-detailview .product__block .edge polygon{fill:#0b2451}.product-detailview .product__block .product__block__content{padding:.375em}.product-detailview .product__block .product__block__content.layout--table{display:table;margin-left:1.5em;width:calc(100% - 2.5em)}.product-detailview .product__block .product__block__content.layout--table.product-description .row .cell:first-child{font-weight:200;color:#000}.product-detailview .product__block .product__block__content.layout--table .row{display:table-row}.product-detailview .product__block .product__block__content.layout--table .row:nth-child(even){background:#ddd}.product-detailview .product__block .product__block__content.layout--table .row:nth-child(odd){background:#fff}.product-detailview .product__block .product__block__content.layout--table .row .cell{display:table-cell;vertical-align:top;padding:0.25rem;position:relative}.product-detailview .product__block .product__block__content.layout--table .row .cell:first-child{color:#154194;font-weight:bold;width:30%}.product-detailview .product__block .product__block__content.layout--table .row .cell ul{margin-bottom:0}.product-detailview .product__block .product__block__content.layout--table .row .cell .unit{display:block;font-size:.8em;font-weight:200}.product-detailview .product__block .product__block__content p{margin-bottom:0}.product-detailview .product__block .product__block__content ul li{padding-left:0.75rem;margin-bottom:0.25rem}.product-detailview .product__block .product__block__content ul li:before{color:#000}.product-detailview .product__block .product__block__content ul li ul{margin-bottom:0}.product-detailview .product__block .product__block__content ul li ul li:before{content:"-"}.product-detailview .product__block .product__block__content ul li ul li:last-child{margin-bottom:.75em}.product-detailview .product__block .product__block__content ul li ul li ul li{margin-left:0.25em}.product-detailview .product__block .product__block__content ul li ul li ul li:before{content:""}.product-detailview .product__block .product__block__content h3{color:#154194;margin-bottom:0;text-transform:uppercase}.product-detailview .product__footer,.product-detailview .product--characteristics,.product-detailview .product--distributor-disclaimer{float:left;display:block;margin-right:2.35765%;width:100%;margin-right:0}.product-detailview .product__footer:last-child,.product-detailview .product--characteristics:last-child,.product-detailview .product--distributor-disclaimer:last-child{margin-right:0}.product-detailview .product__footer .block__title,.product-detailview .product--characteristics .block__title,.product-detailview .product--distributor-disclaimer .block__title{font-size:1em;border-bottom:2px solid #fff;background-color:#154194;color:#fff;margin-bottom:0;padding:.375em}.product-detailview .product__footer .product__block__content,.product-detailview .product--characteristics .product__block__content,.product-detailview .product--distributor-disclaimer .product__block__content{float:left;display:block;margin-right:2.35765%;width:100%;padding:.375em}.product-detailview .product__footer .product__block__content:last-child,.product-detailview .product--characteristics .product__block__content:last-child,.product-detailview .product--distributor-disclaimer .product__block__content:last-child{margin-right:0}.product-detailview .product__footer .product__block__content ul,.product-detailview .product--characteristics .product__block__content ul,.product-detailview .product--distributor-disclaimer .product__block__content ul{column-count:2;margin-bottom:0}.product-detailview .product__footer .product__block__content ul li,.product-detailview .product--characteristics .product__block__content ul li,.product-detailview .product--distributor-disclaimer .product__block__content ul li{padding-left:0.75rem;padding-right:1.5em;margin-bottom:0.25rem}.product-detailview .product__footer .footer__controls,.product-detailview .product--characteristics .footer__controls,.product-detailview .product--distributor-disclaimer .footer__controls{float:left;display:block;margin-right:2.35765%;width:100%;margin-right:0;padding:1.5em 0}.product-detailview .product__footer .footer__controls:last-child,.product-detailview .product--characteristics .footer__controls:last-child,.product-detailview .product--distributor-disclaimer .footer__controls:last-child{margin-right:0}.product-detailview .product__footer .footer__controls div,.product-detailview .product--characteristics .footer__controls div,.product-detailview .product--distributor-disclaimer .footer__controls div{float:left;display:block;margin-right:2.35765%;width:31.76157%}.product-detailview .product__footer .footer__controls div:last-child,.product-detailview .product--characteristics .footer__controls div:last-child,.product-detailview .product--distributor-disclaimer .footer__controls div:last-child{margin-right:0}.product-detailview .product__footer .footer__controls div:nth-child(2),.product-detailview .product--characteristics .footer__controls div:nth-child(2),.product-detailview .product--distributor-disclaimer .footer__controls div:nth-child(2){text-align:center}.product-detailview .product__footer .footer__controls div:nth-child(3),.product-detailview .product--characteristics .footer__controls div:nth-child(3),.product-detailview .product--distributor-disclaimer .footer__controls div:nth-child(3){text-align:right;margin-right:0}.product-detailview .product__footer .footer__controls div.back-to-top a:hover circle,.product-detailview .product__footer .footer__controls div.back-to-top a:hover polyline,.product-detailview .product--characteristics .footer__controls div.back-to-top a:hover circle,.product-detailview .product--characteristics .footer__controls div.back-to-top a:hover polyline,.product-detailview .product--distributor-disclaimer .footer__controls div.back-to-top a:hover circle,.product-detailview .product--distributor-disclaimer .footer__controls div.back-to-top a:hover polyline{stroke:#0f2d67}.product-detailview .product__footer .footer__controls div.back-to-top svg,.product-detailview .product--characteristics .footer__controls div.back-to-top svg,.product-detailview .product--distributor-disclaimer .footer__controls div.back-to-top svg{transform:rotate(180deg) translateY(-7px);width:1em}.product-detailview .product__footer .footer__controls div.back-to-top svg polyline,.product-detailview .product__footer .footer__controls div.back-to-top svg circle,.product-detailview .product--characteristics .footer__controls div.back-to-top svg polyline,.product-detailview .product--characteristics .footer__controls div.back-to-top svg circle,.product-detailview .product--distributor-disclaimer .footer__controls div.back-to-top svg polyline,.product-detailview .product--distributor-disclaimer .footer__controls div.back-to-top svg circle{fill:none;stroke:#154194;stroke-width:5;stroke-miterlimit:10}.product-detailview .product__footer .footer__controls .print-link-container,.product-detailview .product--characteristics .footer__controls .print-link-container,.product-detailview .product--distributor-disclaimer .footer__controls .print-link-container{width:100%;float:none}.product-detailview .product__footer .footer__controls .print-link-container .print-link,.product-detailview .product--characteristics .footer__controls .print-link-container .print-link,.product-detailview .product--distributor-disclaimer .footer__controls .print-link-container .print-link{color:#154194;cursor:pointer}.product-detailview .product__footer .footer__controls .print-link-container .loader-wrapper,.product-detailview .product--characteristics .footer__controls .print-link-container .loader-wrapper,.product-detailview .product--distributor-disclaimer .footer__controls .print-link-container .loader-wrapper{display:none;width:auto;float:none}.product-detailview .product__footer .footer__controls .print-link-container .loader,.product-detailview .product--characteristics .footer__controls .print-link-container .loader,.product-detailview .product--distributor-disclaimer .footer__controls .print-link-container .loader{float:none;margin:0 auto;border:5px solid #f3f3f3;border-top:5px solid #154194;border-radius:50%;width:40px;height:40px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.product-detailview .product__footer .footer__controls a,.product-detailview .product--characteristics .footer__controls a,.product-detailview .product--distributor-disclaimer .footer__controls a{border:none}.product-detailview .product--distributor-disclaimer .product__block__content{font-size:0.8rem}.product-detailview .product--characteristics .product__block__content{color:#154194}.product-detailview .blurred{color:#000 !important;border:none !important;filter:blur(3px);-webkit-filter:blur(3px);-moz-filter:blur(3px);-o-filter:blur(3px);-ms-filter:blur(3px);filter:url(#blurtext);-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;width:80%;display:inline-block;margin-left:2em}.product-detailview .blur-svg text{filter:url(#blurtext)}.product-detailview .lock--icon{position:absolute;left:1em;margin-top:4px;width:16px}.product-attributes{display:flex;background-color:#154194;margin-top:3.8em;padding:1.5em;color:#fff;float:left;position:relative;width:60px;min-height:235px;transition:width .5s ease-in-out;text-transform:uppercase}.product-attributes.active{width:250px}.product-attributes.active .product-attributes__content{display:block}.product-attributes.active .aside-label:before,.product-attributes.active .aside-label:after{transform:rotate(45deg)}.product-attributes.active .aside-label:after{transform:rotate(-45deg)}.product-attributes .product-attributes__content{display:none}.product-attributes .product-attributes__content .attributes__group>p{text-transform:uppercase;margin-bottom:0;font-size:.8em;color:#447ce4}.product-attributes .product-attributes__content .attributes__group .attributes__list li{padding-left:0}.product-attributes .product-attributes__content .attributes__group .attributes__list li:before{display:none}.product-attributes .product-attributes__content a{color:#fff}.product-attributes .aside-label{writing-mode:tb-rl;white-space:nowrap;display:block;top:1em;right:1em;position:absolute}.product-attributes .aside-label:before,.product-attributes .aside-label:after{content:"";display:block;position:absolute;background-color:#fff;height:2px;width:15px;transform:rotate(-45deg);bottom:-30px;left:5px}.product-attributes .aside-label:after{transform:rotate(45deg);bottom:-20px}.product-detailview__image{float:left;display:block;margin-right:1.75788%;width:100%;margin-bottom:1.5em}.product-detailview__image:last-child{margin-right:0}.text-width-image{margin:3em 0}.text-width-image .text-wrapper,.text-width-image .image-wrapper{float:left;display:block;margin-right:1.75788%;width:49.12106%;margin-top:0}.text-width-image .text-wrapper:last-child,.text-width-image .image-wrapper:last-child{margin-right:0}.text-width-image .image-wrapper{padding:.375em .75em}.product-state,.product-substrate{float:left;display:block;margin-right:1.75788%;width:49.12106%;margin-right:0}.product-state:last-child,.product-substrate:last-child{margin-right:0}.three-blocks{float:left;display:block;margin-right:1.75788%;width:100%}.three-blocks:last-child{margin-right:0}.three-blocks .block-item{float:left;display:block;margin-right:1.75788%;width:32.16141%}.three-blocks .block-item:last-child{margin-right:0}.three-blocks .block-item:nth-child(3n){margin-right:0}.three-blocks .block-item:nth-child(3n+1){clear:left}.three-blocks .block-item h1,.three-blocks .block-item h2,.three-blocks .block-item .news__title,.three-blocks .block-item h3,.three-blocks .block-item p{margin-bottom:0;text-align:center}.three-blocks .block-item p{padding:.75em}.accordion-tabs-container{float:left;display:block;margin-right:1.75788%;width:100%;margin-bottom:3em}.accordion-tabs-container:last-child{margin-right:0}.accordion-tabs{padding:0}.accordion-tabs::after{display:block;clear:both;content:""}.accordion-tabs .tab-header-and-content{list-style:none;margin-bottom:1.5em}@media screen and (min-width: 50em){.accordion-tabs .tab-header-and-content{display:inline}}.accordion-tabs .tab-header-and-content:before{display:none}.accordion-tabs .tab-link{display:block;margin-right:1.5em;padding:.375em 1.5em;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom:0 !important;margin-right:0;font-weight:bold}@media screen and (min-width: 50em){.accordion-tabs .tab-link{display:inline-block}}.accordion-tabs .is-active{color:#000 !important;background-color:#f4f4f4}.accordion-tabs .tab-content{display:none;width:100%;padding-top:.75em;background-color:#f4f4f4;padding:1.5em}@media screen and (min-width: 50em){.accordion-tabs .tab-content{float:left}}.industryCat-wrapper span{font-size:0.9em;display:inline-block;margin-bottom:1em}.cb-quote{padding-top:3em;padding-bottom:3em}.cb-quote.image--right .cb-quote__image{margin-left:0%}@media screen and (max-width: 769px){.cb-quote.image--right .cb-quote__image{margin-left:0%}}.cb-quote.image--right .cb-quote__quote{margin-left:19.4374%}.cb-quote__image{float:left;display:block;margin-right:1.07451%;width:14.47542%;margin-left:7.77496%;border-radius:100%;overflow:hidden}.cb-quote__image:last-child{margin-right:0}@media screen and (max-width: 769px){.cb-quote__image{margin-left:0%}}@media screen and (max-width: 480px){.cb-quote__image{float:left;display:block;margin-right:1.07451%;width:84.45008%;float:none;margin:0 auto}.cb-quote__image:last-child{margin-right:0}}.cb-quote__image img{display:block}.cb-quote__quote{float:left;display:block;margin-right:1.07451%;width:61.12519%;margin-left:19.4374%}.cb-quote__quote:last-child{margin-right:0}@media screen and (max-width: 769px){.cb-quote__quote{float:left;display:block;margin-right:1.07451%;width:80.5626%;margin-left:7.77496%}.cb-quote__quote:last-child{margin-right:0}}@media screen and (max-width: 480px){.cb-quote__quote{float:left;display:block;margin-right:1.07451%;width:84.45008%;margin-top:1.5em}.cb-quote__quote:last-child{margin-right:0}}.cb-quote--image .cb-quote__quote{float:left;display:block;margin-right:1.07451%;width:65.01267%;margin-left:3.88748%}.cb-quote--image .cb-quote__quote:last-child{margin-right:0}@media screen and (max-width: 769px){.cb-quote--image .cb-quote__quote{float:left;display:block;margin-right:1.07451%;width:80.5626%}.cb-quote--image .cb-quote__quote:last-child{margin-right:0}}@media screen and (max-width: 480px){.cb-quote--image .cb-quote__quote{float:left;display:block;margin-right:1.07451%;width:100%;margin-left:0%}.cb-quote--image .cb-quote__quote:last-child{margin-right:0}}.cb-quote__quote blockquote{display:block}.cb-quote__text{font-size:2.2em;line-height:1.2;color:#000}@media screen and (max-width: 769px){.cb-quote__text{font-size:1.6rem}}.cb-quote__text:before{content:'“'}.cb-quote__text:after{content:'”'}.cb-quote__author{float:left;display:block;margin-right:1.75788%;width:80.9204%;margin-top:.75em;color:#999}.cb-quote__author:last-child{margin-right:0}@media screen and (max-width: 769px){.cb-quote__author{float:left;display:block;margin-right:1.75788%;width:100%}.cb-quote__author:last-child{margin-right:0}}.cb-quote__link{float:left;display:block;margin-right:1.75788%;width:17.32172%}.cb-quote__link:last-child{margin-right:0}@media screen and (max-width: 769px){.cb-quote__link{float:left;display:block;margin-right:1.75788%;width:100%}.cb-quote__link:last-child{margin-right:0}}.special-quote .quote-image-wrapper{float:left;display:block;margin-right:1.07451%;width:14.47542%;margin-left:3.88748%;text-align:center}.special-quote .quote-image-wrapper:last-child{margin-right:0}.special-quote .quote-image-wrapper .cb-quote__image,.special-quote .quote-image-wrapper .cb-quote__author{width:100%;margin-left:0}.special-quote .quote-image-wrapper:first-child{margin-left:7.77496%}.special-quote .cb-quote__quote{float:left;display:block;margin-right:1.07451%;width:45.57527%;margin-right:0}.special-quote .cb-quote__quote:last-child{margin-right:0}@media screen and (max-width: 480px){.special-quote .quote-image-wrapper{float:left;display:block;margin-right:1.07451%;width:100%;margin-left:0%;text-align:center}.special-quote .quote-image-wrapper:last-child{margin-right:0}.special-quote .quote-image-wrapper:first-child{margin-left:0%}.special-quote .cb-quote__quote{float:left;display:block;margin-right:1.07451%;width:100%;margin-right:0;margin-bottom:1.5em}.special-quote .cb-quote__quote:last-child{margin-right:0}}.news-header{max-width:1300px;margin-left:auto;margin-right:auto;margin-top:0;padding-top:4.5em}.news-header::after{display:block;clear:both;content:""}.news-container{max-width:1300px;margin-left:auto;margin-right:auto;margin-top:1.5em;margin-bottom:3em}.news-container::after{display:block;clear:both;content:""}.news-container__title{margin-left:11.66244%}.news-container__header-image{margin-left:11.66244%;float:left;display:block;margin-right:1.07451%;width:76.67511%;margin-bottom:2.25em}.news-container__header-image:last-child{margin-right:0}.news__articles__wrapper{float:left;display:block;margin-right:1.07451%;width:100%}.news__articles__wrapper:last-child{margin-right:0}.news__article{display:flex;padding:1.875em 0;border-top:2px solid rgba(180,180,180,0.2)}@media screen and (max-width: 769px){.news__article{flex-direction:column}}.news__article--2{float:left;display:block;margin-right:1.40138%;width:64.50952%}.news__article--2:last-child{margin-right:0}@media screen and (max-width: 769px){.news__article--2{float:left;display:block;margin-right:1.07451%;width:76.67511%}.news__article--2:last-child{margin-right:0}}.news__article--1{float:left;display:block;margin-right:1.40138%;width:34.08911%}.news__article--1:last-child{margin-right:0}@media screen and (max-width: 769px){.news__article--1{float:left;display:block;margin-right:1.07451%;width:76.67511%}.news__article--1:last-child{margin-right:0}}.news__article--1 .news__image-wrapper{float:left;display:block;margin-right:1.40138%;width:100%}.news__article--1 .news__image-wrapper:last-child{margin-right:0}.news__article--1 .news__text-wrapper{float:left;display:block;margin-right:1.40138%;width:100%;padding-left:0}.news__article--1 .news__text-wrapper:last-child{margin-right:0}.featured-article:after{margin-left:.5em;content:"/";color:#999}.featured-article--blue{color:#154194}.featured-article--green{color:#00983c}.news__image-wrapper{float:left;display:block;margin-right:1.40138%;width:13.80883%;border-bottom:0 !important}.news__image-wrapper:last-child{margin-right:0}@media screen and (max-width: 769px){.news__image-wrapper{order:1;width:100%;max-width:25rem;margin-bottom:1rem}}.news__image-wrapper__image{border-radius:4px}.news__article--no-image .news__text-wrapper{float:left;display:block;margin-right:1.21636%;width:100%;padding-left:0}.news__article--no-image .news__text-wrapper:last-child{margin-right:0}.news__text-wrapper{float:left;display:block;margin-right:1.40138%;width:84.78979%}.news__text-wrapper:last-child{margin-right:0}@media screen and (max-width: 769px){.news__text-wrapper{order:2;width:100%}}.news__text{color:#000;font-weight:200 !important;margin-bottom:1.5em !important}.news__title{margin-bottom:.1875em !important}.news__link{padding:.375em;border:1px solid #154194}.news__link:hover{background-color:#154194;color:#fff !important}.news__link--pdf{border:0 !important;position:relative;margin-bottom:.5em;display:inline-block;transition:all 2s linear}@media (prefers-reduced-motion: reduce){.news__link--pdf{transition:none}}.news__link--pdf:before,.news__link--pdf:after{content:"";background-color:#154194;display:block;position:absolute;right:-13px;top:6px;width:1px;height:10px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.news__link--pdf:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);right:-20px}.news__link--pdf.open:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.news__link--pdf.open:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.news__publish-date,.news__tags{font-size:0.85em;font-style:italic;color:#999}.news__publish-date strong,.news__tags strong{color:#999}.news__tags{margin-bottom:1.5em}.news__tags span{font-weight:200;padding-left:.25em}.pdf-container{display:none}.pdf-container .news__link--pdf{margin-bottom:0}.pdf-container .news__link--pdf:before,.pdf-container .news__link--pdf:after{display:none}.pdf-container.open{display:block}.paginate-container{float:left;display:block;margin-right:1.40138%;width:100%;text-align:center;margin:1.5em 0}.paginate-container:last-child{margin-right:0}.paginate__button{padding:0.5em 1em;border:1px solid #ddd !important;display:inline-block;margin-top:.75em}.paginate__button:hover{background-color:#154194;border:1px solid #154194 !important;color:#fff !important}.paginate__button--current{background-color:#ddd !important;color:#000}.paginate__button--current:hover{background-color:transparent;border:1px solid #ddd !important;color:#000 !important}.news-content{float:left;display:block;margin-right:1.07451%;width:100%;margin-top:3em;margin-bottom:3em}.news-content:last-child{margin-right:0}@media screen and (max-width: 1300px){.news-content{padding:1.5em}}.news-content .news-content__title{float:left;display:block;margin-right:1.07451%;width:76.67511%}.news-content .news-content__title:last-child{margin-right:0}@media screen and (max-width: 1024px){.news-content .news-content__title{float:left;display:block;margin-right:1.07451%;width:100%}.news-content .news-content__title:last-child{margin-right:0}}.news-content .news-content__inner{float:left;display:block;margin-right:1.07451%;width:65.01267%}.news-content .news-content__inner:last-child{margin-right:0}@media screen and (max-width: 769px){.news-content .news-content__inner{float:left;display:block;margin-right:1.07451%;width:100%}.news-content .news-content__inner:last-child{margin-right:0}}.news-content .news-content__inner .publishing-date{color:#999}.news-content .news-content__aside{float:left;display:block;margin-right:1.07451%;width:30.02534%;margin-left:3.88748%}.news-content .news-content__aside:last-child{margin-right:0}@media screen and (max-width: 769px){.news-content .news-content__aside{float:left;display:block;margin-right:1.07451%;width:100%;margin-left:0%;margin-top:1.5em}.news-content .news-content__aside:last-child{margin-right:0}}.news-content .table-wrap{width:100%}@media screen and (max-width: 769px){.news-content .table-wrap{overflow-x:scroll;margin-bottom:3em}.news-content .table-wrap table{table-layout:auto;margin-bottom:0}}.news-content table caption{caption-side:bottom;padding:8px}.news-search-form{float:left;display:block;margin-right:1.40138%;width:100%;margin-bottom:1.5em}.news-search-form:last-child{margin-right:0}.news-search-form select{display:block;height:1.5em}.news-search__input{float:left;display:block;margin-right:1.40138%;width:100%;margin-bottom:.75em}.news-search__input:last-child{margin-right:0}@media screen and (max-width: 480px){.news-search__input{float:left;display:block;margin-right:1.40138%;width:100%}.news-search__input:last-child{margin-right:0}}.news-search__submit{float:left;display:block;margin-right:1.40138%;width:13.80883%;float:right;border-radius:0px !important}.news-search__submit:last-child{margin-right:0}@media screen and (max-width: 480px){.news-search__submit{float:left;display:block;margin-right:1.40138%;width:100%}.news-search__submit:last-child{margin-right:0}}.language-lables:after{content:", "}.language-lables:last-child:after{content:""}.search-results-container h1{font-size:2em}.search-results-container article{float:left;display:block;margin-right:1.40138%;width:100%;border-left:2px solid #154194;padding-left:.75em;margin-bottom:1.5em}.search-results-container article:last-child{margin-right:0}.search-results-container article p{margin-bottom:0}.search-results-container .article__text{float:left;display:block;margin-right:1.40138%;width:79.71972%}.search-results-container .article__text:last-child{margin-right:0}.news-filters{float:left;display:block;margin-right:1.40138%;width:100%}.news-filters:last-child{margin-right:0}.news-filters select,.news-filters input{float:left;display:block;margin-right:1.40138%;width:23.94897%}.news-filters select:last-child,.news-filters input:last-child{margin-right:0}@media screen and (max-width: 769px){.news-filters select,.news-filters input{float:left;display:block;margin-right:1.40138%;width:49.29931%;margin-bottom:1.5em}.news-filters select:last-child,.news-filters input:last-child{margin-right:0}.news-filters select:nth-child(2n),.news-filters input:nth-child(2n){margin-right:0}.news-filters select:nth-child(2n+1),.news-filters input:nth-child(2n+1){clear:left}}@media screen and (max-width: 480px){.news-filters select,.news-filters input{float:left;display:block;margin-right:1.40138%;width:100%;margin-right:0;margin-bottom:1.5em}.news-filters select:last-child,.news-filters input:last-child{margin-right:0}}.latest-results{margin-bottom:3em}.latest-results .news__text-wrapper{padding-left:0;float:left;display:block;margin-right:1.40138%;width:100%}.latest-results .news__text-wrapper:last-child{margin-right:0}.latest-results .news__text-wrapper a{border-bottom:0;line-height:1rem !important}.latest-results .news__article{border-top:0;padding:0;margin-bottom:.375em}@media screen and (max-width: 769px){.latest-results .news__article{margin-bottom:.75em}}.latest-results .news__publish-date{float:left;display:block;margin-right:1.40138%;width:18.8789%;font-style:normal;font-weight:200;font-size:1em;color:#000}.latest-results .news__publish-date:last-child{margin-right:0}@media screen and (max-width: 769px){.latest-results .news__publish-date{float:left;display:block;margin-right:1.40138%;width:100%;margin-right:0;font-style:italic}.latest-results .news__publish-date:last-child{margin-right:0}}.latest-results .news__title{float:left;display:block;margin-right:1.40138%;width:79.71972%;font-size:1em !important;color:#000}.latest-results .news__title:last-child{margin-right:0}@media screen and (max-width: 769px){.latest-results .news__title{float:left;display:block;margin-right:1.40138%;width:100%;margin-right:0;margin-bottom:1.5em}.latest-results .news__title:last-child{margin-right:0}}.latest-results .news__title a,.latest-results .news__title a:link,.latest-results .news__title a:visited{border-bottom:1px solid #154194}.news-image-container{float:left;display:block;margin-right:1.07451%;width:100%;margin-top:1.5em;margin-bottom:1.5em}.news-image-container:last-child{margin-right:0}.news-image{margin:0;margin-top:0 !important;margin-bottom:0 !important;float:left;display:block;margin-right:1.07451%;width:49.46275%;cursor:pointer}.news-image:last-child{margin-right:0}.news-image:nth-child(3n){margin-right:0}.news-image:nth-child(3n+1){clear:left}.news-image a{border-bottom:none !important}.article--fullsize .news__title{font-size:1.75em !important}.article--fullsize .news__title,.article--fullsize .news__publish-date{float:left;display:block;margin-right:38.19821%;width:100%}.article--fullsize .news__title:last-child,.article--fullsize .news__publish-date:last-child{margin-right:0}.article--fullsize .news__publish-date{color:#999;margin-top:.75em;margin-bottom:.75em}.content-image-container{width:100%;position:relative}.content-image-container .full-size-wrapper{overflow:hidden;max-height:26em;position:relative;width:100%}@media screen and (max-width: 1024px){.content-image-container .full-size-wrapper{max-height:20em}}@media screen and (max-width: 769px){.content-image-container .full-size-wrapper{height:auto}}@media screen and (max-width: 480px){.content-image-container .full-size-wrapper{height:auto}}.content-image-container .gallery-container{float:left;display:block;margin-right:1.07451%;width:100%;margin-top:3em;margin-bottom:3em}.content-image-container .gallery-container:last-child{margin-right:0}.content-image-container .gallery-container .gallery-item{float:left;display:block;margin-right:1.07451%;width:24.19412%;margin-bottom:0.45em}.content-image-container .gallery-container .gallery-item:last-child{margin-right:0}.content-image-container .gallery-container .gallery-item:nth-child(4n){margin-right:0}.content-image-container .gallery-container .gallery-item:nth-child(4n+1){clear:left}@media screen and (max-width: 769px){.content-image-container .gallery-container .gallery-item{float:left;display:block;margin-right:1.07451%;width:32.617%}.content-image-container .gallery-container .gallery-item:last-child{margin-right:0}.content-image-container .gallery-container .gallery-item:nth-child(4n){margin-right:1.07451%}.content-image-container .gallery-container .gallery-item:nth-child(4n+1){clear:none}.content-image-container .gallery-container .gallery-item:nth-child(3n){margin-right:0}.content-image-container .gallery-container .gallery-item:nth-child(3n+1){clear:left}}@media screen and (max-width: 480px){.content-image-container .gallery-container .gallery-item{float:left;display:block;margin-right:1.07451%;width:49.46275%}.content-image-container .gallery-container .gallery-item:last-child{margin-right:0}.content-image-container .gallery-container .gallery-item:nth-child(3n){margin-right:1.07451%}.content-image-container .gallery-container .gallery-item:nth-child(3n+1){clear:none}.content-image-container .gallery-container .gallery-item:nth-child(2n){margin-right:0}.content-image-container .gallery-container .gallery-item:nth-child(2n+1){clear:left}}.content-image-container figure{margin:0;overflow:hidden}.content-image-container figure img{width:100%;margin:auto}.content-image-container figure a{display:block;border-bottom:0 !important}.container .content-image-container figure{overflow:auto}.container .content-image-container figure img{position:relative;width:auto}.accordion{margin:2.5rem 0}.accordion .card{border:0;margin-bottom:1rem}.accordion .card:last-child{margin-bottom:0}.accordion .card .card-header{margin:0}.accordion .card-header{background:transparent;padding:0;margin:0;border-bottom:0}.accordion .card-header h3{font-size:1.5rem}.accordion .card-body{border:0}.accordion .card-body h4{margin-bottom:1rem}.accordion .card-body p:last-child{margin-bottom:0}.accordion .card-body>p+h4{margin-top:1.5rem}.accordion .card-body img{margin:1rem 0}.accordion .btn-toggle-accordion{position:relative;margin-bottom:0;width:100%;border-radius:0;border:1px solid #ddd;color:#000;font-weight:300;text-align:left;white-space:normal;padding:0.75rem 3rem 0.75rem 1.5rem}.accordion .btn-toggle-accordion:hover,.accordion .btn-toggle-accordion:active,.accordion .btn-toggle-accordion:focus{background:transparent}.accordion .btn-toggle-accordion:after{position:absolute;display:block;background:url("/a/i/accordion/moins.png");content:"";width:1.25rem;height:1.25rem;top:calc(50% - 0.625rem);right:1rem}.accordion .btn-toggle-accordion.collapsed:after{background:url("/a/i/accordion/plus.png")}.icon-teaser-wrapper{padding-top:3em;padding-bottom:3em;background-size:cover;margin-bottom:1.5em;color:#000}.icon-teaser-wrapper.bg-blue,.icon-teaser-wrapper.bg-green,.icon-teaser-wrapper.bg-orange{color:#fff}.icon-teaser-wrapper.bg-blue .icon-teaser-line__title,.icon-teaser-wrapper.bg-green .icon-teaser-line__title,.icon-teaser-wrapper.bg-orange .icon-teaser-line__title{color:#fff}.icon-teaser-wrapper .icon-teaser-line{position:relative}.icon-teaser-wrapper .icon-teaser-line .icon__container{margin:0 auto}.icon-teaser-wrapper .icon-teaser-line .icon__container div{width:100%;height:100%}@media screen and (max-width: 1024px){.icon-teaser-wrapper .icon-teaser-line .icon__container{padding:1.5em}}@media screen and (max-width: 480px){.icon-teaser-wrapper .icon-teaser-line .icon__container{padding:1.25em}}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item{padding-right:1.5em;text-align:center}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__2{float:left;display:block;margin-right:1.07451%;width:49.46275%}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__2:last-child{margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__2:nth-child(2n){margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__2:nth-child(2n+1){clear:left}@media screen and (max-width: 480px){.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__2{float:left;display:block;margin-right:1.07451%;width:100%;margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__2:last-child{margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__2:nth-child(2n){margin-right:1.07451%}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__2:nth-child(2n+1){clear:none}}@media screen and (min-width: 769px){.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__3{float:left;display:block;margin-right:1.07451%;width:32.617%}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__3:last-child{margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__3:nth-child(3n){margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__3:nth-child(3n+1){clear:left}}@media screen and (max-width: 769px) and (min-width: 480px){.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__3{float:left;display:block;margin-right:1.07451%;width:49.46275%}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__3:last-child{margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__3:nth-child(4n){margin-right:1.07451%}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__3:nth-child(4n+1){clear:none}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__3:nth-child(2n){margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__3:nth-child(2n+1){clear:left}}@media screen and (max-width: 480px){.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__3{float:left;display:block;margin-right:1.07451%;width:100%;margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__3:last-child{margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__3:nth-child(2n){margin-right:1.07451%}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__3:nth-child(2n+1){clear:none}}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__4{float:left;display:block;margin-right:1.07451%;width:24.19412%}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__4:last-child{margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__4:nth-child(4n){margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__4:nth-child(4n+1){clear:left}@media screen and (max-width: 769px) and (min-width: 480px){.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__4{float:left;display:block;margin-right:1.07451%;width:49.46275%}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__4:last-child{margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__4:nth-child(4n){margin-right:1.07451%}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__4:nth-child(4n+1){clear:none}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__4:nth-child(2n){margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__4:nth-child(2n+1){clear:left}}@media screen and (max-width: 480px){.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__4{float:left;display:block;margin-right:1.07451%;width:100%;margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__4:last-child{margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__4:nth-child(2n){margin-right:1.07451%}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__4:nth-child(2n+1){clear:none}}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__5{float:left;display:block;margin-right:1.07451%;width:19.1404%}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__5:last-child{margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__5:nth-child(5n){margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__5:nth-child(5n+1){clear:left}@media screen and (max-width: 769px) and (min-width: 480px){.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__5{float:left;display:block;margin-right:1.07451%;width:32.617%}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__5:last-child{margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__5:nth-child(3n){margin-right:1.07451%}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__5:nth-child(3n+1){clear:none}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__5:nth-child(3n){margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__5:nth-child(3n+1){clear:left}}@media screen and (max-width: 480px){.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__5{float:left;display:block;margin-right:1.07451%;width:49.46275%}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__5:last-child{margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__5:nth-child(4n){margin-right:1.07451%}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__5:nth-child(4n+1){clear:none}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__5:nth-child(2n){margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__5:nth-child(2n+1){clear:left}}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__6{float:left;display:block;margin-right:1.07451%;width:15.77125%}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__6:last-child{margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__6:nth-child(6n){margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__6:nth-child(6n+1){clear:left}@media screen and (max-width: 769px) and (min-width: 480px){.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__6{float:left;display:block;margin-right:1.07451%;width:32.617%}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__6:last-child{margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__6:nth-child(3n){margin-right:1.07451%}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__6:nth-child(3n+1){clear:none}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__6:nth-child(3n){margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__6:nth-child(3n+1){clear:left}}@media screen and (max-width: 480px){.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__6{float:left;display:block;margin-right:1.07451%;width:49.46275%}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__6:last-child{margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__6:nth-child(4n){margin-right:1.07451%}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__6:nth-child(4n+1){clear:none}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__6:nth-child(2n){margin-right:0}.icon-teaser-wrapper .icon-teaser-line .icon-teaser-line__item.icon-teaser-line__item__6:nth-child(2n+1){clear:left}}.cb-title{float:left;display:block;margin-right:1.07451%;width:61.12519%;margin-left:19.4374%;margin-top:3em}.cb-title:last-child{margin-right:0}@media screen and (max-width: 769px){.cb-title{float:left;display:block;margin-right:1.07451%;width:80.5626%;margin-left:7.77496%}.cb-title:last-child{margin-right:0}}.blocker{padding:2em 0}.blocker .blocker-title{float:left;display:block;margin-right:1.40138%;width:79.71972%;margin-bottom:0;font-size:2.5em}.blocker .blocker-title:last-child{margin-right:0}.blocker .button-container{float:left;display:block;margin-right:1.40138%;width:18.8789%}.blocker .button-container:last-child{margin-right:0}.blocker.bg-blue .button{border:2px solid #fff}.content-video-container{float:left;display:block;margin-right:1.07451%;width:61.12519%;margin-left:19.4374%;margin-top:3em;margin-bottom:3em}.content-video-container:last-child{margin-right:0}@media screen and (max-width: 769px){.content-video-container{float:left;display:block;margin-right:1.07451%;width:84.45008%;margin-left:7.77496%}.content-video-container:last-child{margin-right:0}}.vision{position:relative;font-weight:200}.vision__slogan{float:left;display:block;margin-right:1.07451%;width:45.57527%;margin-left:19.4374%}.vision__slogan:last-child{margin-right:0}@media screen and (max-width: 1024px){.vision__slogan{float:left;display:block;margin-right:1.07451%;width:61.12519%;margin-left:0%}.vision__slogan:last-child{margin-right:0}}@media screen and (max-width: 769px){.vision__slogan{float:left;display:block;margin-right:1.07451%;width:100%;margin-left:0%;text-align:center;margin-right:0}.vision__slogan:last-child{margin-right:0}}.vision--slogan .vision__slogan{margin-top:3em;margin-bottom:2.25em}@media screen and (max-width: 769px){.vision--slogan .vision__slogan{margin-bottom:1em;text-align:center}}.slogan h2,.slogan .news__title{font-weight:200;font-size:2.8em}.slogan .slogan__line2{color:#ed8b00;font-weight:bold}.slogan sup{font-size:0.5em;padding-left:0.25em}.social-media{float:left;display:block;margin-right:1.07451%;width:30.02534%;margin-top:3em;margin-bottom:3em;text-align:right;display:flex;align-items:center;justify-content:flex-end}.social-media:last-child{margin-right:0}@media screen and (max-width: 1024px){.social-media{width:37.8003%}}@media screen and (max-width: 769px){.social-media{justify-content:center;width:100%;margin-top:0}}.social-media>*+*{margin-left:1.5em}.social-media .icon-wrapper{width:4rem;display:inline-block}.social-media .icon-wrapper.youtube{width:10rem}.vision__text{float:left;display:block;margin-right:1.07451%;width:61.12519%;margin-left:19.4374%}.vision__text:last-child{margin-right:0}@media screen and (max-width: 769px){.vision__text{float:left;display:block;margin-right:1.07451%;width:84.45008%;margin-left:7.77496%}.vision__text:last-child{margin-right:0}}.vision--slogan .vision__text{margin-bottom:3em}.sustainability{position:relative}.sustainability__image{max-height:40rem}.sustainability__image img{display:block;width:100%}.sustainability__inner{position:absolute;top:0;right:0;bottom:0;left:0}.sustainability__logo{position:absolute;left:0;right:0;bottom:1.5em}.sustainability__logo .inner{float:left;display:block;margin-right:1.07451%;width:18.3629%;margin-left:19.4374%}.sustainability__logo .inner:last-child{margin-right:0}@media screen and (max-width: 769px){.sustainability__logo .inner{display:none}}.sustainability__logo .inner img{display:block}.sustainability__title{font-weight:200;position:absolute;left:0;right:0;top:2.25em}.sustainability__title .inner{float:left;display:block;margin-right:1.07451%;width:57.23771%;margin-left:3.88748%;color:#00983c;text-align:right}.sustainability__title .inner:last-child{margin-right:0}.sustainability__title .inner .text{display:inline-block}.sustainability__line1{font-size:1.8em}.sustainability__line2{font-size:3.6em}.sustainability__label{position:absolute;left:0;right:0;top:1.5em}@media screen and (max-width: 769px){.sustainability__label{top:unset;bottom:.75em}}.sustainability__label .inner{float:left;display:block;margin-right:1.07451%;width:10.58794%;margin-left:85.52458%}.sustainability__label .inner:last-child{margin-right:0}@media screen and (min-width: 1920px){.sustainability__label .inner{margin-left:89.41206%}}@media screen and (max-width: 769px){.sustainability__label .inner{margin-left:11.66244%}}@media screen and (max-width: 480px){.sustainability__label .inner{display:none}}.sustainability__label .inner img{display:block;max-height:8rem}@media screen and (max-width: 1024px){.sustainability__title{top:1.5em}.sustainability__line1{font-size:1.2em}.sustainability__line2{font-size:2.0em}}@media screen and (max-width: 769px){.sustainability__title{top:.75em}.sustainability__more .more-button__circle{top:auto;bottom:1.5em;transform:translateY(0);text-align:right}.sustainability__more .more-button__text{display:inline-block;margin-left:0;margin-right:3.85%;text-align:center}}@media screen and (max-width: 640px){.sustainability__title .inner{text-align:left}.sustainability__title .inner .text{display:block}}.innovation-sectors{margin:3em 0}.innovation-items{width:100%;display:flex;flex-wrap:wrap;margin:0 -1rem}.innovation-item{width:100%;margin-top:1rem;margin-bottom:1rem;flex:0 0 33.333333%;max-width:33.333333%;padding:0 1rem}@media screen and (max-width: 1024px){.innovation-item{flex:0 0 50%;max-width:50%}}@media screen and (max-width: 480px){.innovation-item{flex:0 0 100%;max-width:100%}}.innovation-title{font-size:1.75rem;margin-bottom:1rem}.custom-video-component{padding-bottom:3em}.custom-video-component--kfair{padding-top:3em}.custom-video-component .videos-wrapper{display:flex;flex-direction:row}.custom-video-component .videos-wrapper--center{justify-content:center}@media screen and (max-width: 769px){.custom-video-component .videos-wrapper{flex-direction:column}}.custom-video-component .video__wrapper{float:left;display:block;margin-right:1.16509%;width:32.55661%;text-align:center}.custom-video-component .video__wrapper:last-child{margin-right:0}@media screen and (max-width: 769px){.custom-video-component .video__wrapper{float:left;display:block;margin-right:1.16509%;width:100%}.custom-video-component .video__wrapper:last-child{margin-right:0}}.custom-video-component .video__wrapper video{padding:.75em;max-width:100%}.custom-video-component .video__wrapper button{font-size:1rem;padding:0.25rem 0.75rem}.team-member-detailview{float:left;display:block;margin-right:1.07451%;width:61.12519%;margin-left:19.4374%;margin-top:3em;margin-bottom:3em}.team-member-detailview:last-child{margin-right:0}@media screen and (max-width: 769px){.team-member-detailview{float:left;display:block;margin-right:1.07451%;width:84.45008%;margin-left:7.77496%}.team-member-detailview:last-child{margin-right:0}}.team-member-detailview .cb-text__image{float:left;display:block;margin-right:1.07451%;width:37.8003%;margin-left:0%;margin-top:0;margin-bottom:0}.team-member-detailview .cb-text__image:last-child{margin-right:0}@media screen and (max-width: 640px){.team-member-detailview .cb-text__image{float:left;display:block;margin-right:1.07451%;width:100%;margin-bottom:1.5em}.team-member-detailview .cb-text__image:last-child{margin-right:0}}.team-member-detailview .cb-text__image img{margin-top:0}.team-member-detailview .cb-text__text{float:left;display:block;margin-right:1.07451%;width:53.35023%;margin-left:3.88748%;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.team-member-detailview .cb-text__text:last-child{margin-right:0}@media screen and (max-width: 640px){.team-member-detailview .cb-text__text{float:left;display:block;margin-right:1.07451%;width:100%;margin-left:0%;margin-bottom:1.5em}.team-member-detailview .cb-text__text:last-child{margin-right:0}}.team-member-detailview .intro-wrapper{float:left;display:block;margin-right:1.75788%;width:100%;margin-top:1.5em;margin-bottom:1.5em}.team-member-detailview .intro-wrapper:last-child{margin-right:0}.team-member-detailview .prev-link,.team-member-detailview .next-link{float:left;display:block;margin-right:1.75788%;width:49.12106%;min-height:1px;position:relative}.team-member-detailview .prev-link:last-child,.team-member-detailview .next-link:last-child{margin-right:0}.team-member-detailview .prev-link a,.team-member-detailview .next-link a{margin-left:1.5em;display:block;border-bottom:none !important}@media screen and (max-width: 1024px){.team-member-detailview .prev-link a,.team-member-detailview .next-link a{margin-left:3em;margin-right:3em}}.team-member-detailview .prev-link a:before,.team-member-detailview .prev-link a:after,.team-member-detailview .next-link a:before,.team-member-detailview .next-link a:after{content:"";display:block;width:35px;height:1px;position:absolute;top:46px;background-color:#154194;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.team-member-detailview .prev-link a:after,.team-member-detailview .next-link a:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:22px}.team-member-detailview .prev-link p,.team-member-detailview .next-link p{margin-bottom:0;display:inline-block;padding-left:1.5em;line-height:4em}.team-member-detailview .prev-link img,.team-member-detailview .next-link img{float:left;display:block;margin-right:1.75788%;width:17.32172%;border-radius:100%;margin-left:50px}.team-member-detailview .prev-link img:last-child,.team-member-detailview .next-link img:last-child{margin-right:0}@media screen and (max-width: 1024px){.team-member-detailview .prev-link img,.team-member-detailview .next-link img{display:none}}.team-member-detailview .next-link{text-align:right}.team-member-detailview .next-link a:before,.team-member-detailview .next-link a:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);right:0 !important}.team-member-detailview .next-link a:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.team-member-detailview .next-link img{float:right;margin-left:0;margin-right:50px !important}.team-member-detailview .next-link p{padding-right:1.5em}.team-member__cv,.team-member__education{margin-top:3em;margin-bottom:3em;font-weight:200}.board-of-directors{width:100%;background-color:#f4f4f4}.board-of-directors .member-item{float:left;display:block;margin-right:1.16509%;width:24.12618%;padding:3em}.board-of-directors .member-item:last-child{margin-right:0}.board-of-directors .member-item:nth-child(4n){margin-right:0}.board-of-directors .member-item:nth-child(4n+1){clear:left}.board-of-directors .member-item .person-image img{border-radius:100%}.board-of-directors .member-item footer span{display:block}.board-of-directors .member-item footer .name{font-size:1.65em;margin-top:.375em}.board-of-directors .member-item footer .view-details-link{font-family:"Linotype Didot W01",Serif;font-style:italic;margin-top:.75em;display:inline-block}@media screen and (max-width: 1024px){.board-of-directors .member-item{float:left;display:block;margin-right:1.16509%;width:32.55661%}.board-of-directors .member-item:last-child{margin-right:0}.board-of-directors .member-item:nth-child(4n){margin-right:1.16509%}.board-of-directors .member-item:nth-child(4n+1){clear:none}.board-of-directors .member-item:nth-child(3n){margin-right:0}.board-of-directors .member-item:nth-child(3n+1){clear:left}}@media screen and (max-width: 769px){.board-of-directors .member-item{float:left;display:block;margin-right:1.16509%;width:49.41745%}.board-of-directors .member-item:last-child{margin-right:0}.board-of-directors .member-item:nth-child(3n){margin-right:1.16509%}.board-of-directors .member-item:nth-child(3n+1){clear:none}.board-of-directors .member-item:nth-child(2n){margin-right:0}.board-of-directors .member-item:nth-child(2n+1){clear:left}}@media screen and (max-width: 480px){.board-of-directors .member-item{float:left;display:block;margin-right:1.16509%;width:100%;margin-right:0}.board-of-directors .member-item:last-child{margin-right:0}.board-of-directors .member-item:nth-child(2n){margin-right:1.16509%}.board-of-directors .member-item:nth-child(2n+1){clear:none}}.executive-members{background-color:#fff}@media screen and (max-width: 1300px){.executive-members{padding-left:1rem}}.executive-members>.container{display:flex;flex-wrap:wrap}.executive-members .member-item{width:calc(100% / 4 - 1rem);margin-right:1rem;background-color:#f4f4f4;cursor:pointer;padding:1.5em;margin-bottom:2.25em}@media screen and (max-width: 769px){.executive-members .member-item{width:calc(100% / 2 - 1rem)}}@media screen and (max-width: 480px){.executive-members .member-item{width:calc(100%)}}.executive-members .member-item.active{width:100%;display:flex;cursor:auto}.executive-members .member-item.active .person-image{margin-right:2rem;width:30%}.executive-members .member-item.active footer{width:70%}.executive-members .member-item.active footer .name{font-size:2rem}.executive-members .member-item.active footer .view-details-link{display:none}.executive-members .member-item.active .data-text{display:block}.executive-members .member-item .person-image img{border-radius:100%}.executive-members .member-item footer span{display:block}.executive-members .member-item footer .name{font-size:1.15em;margin-top:.375em}.executive-members .member-item footer .data-text{display:none}.executive-members .member-item footer .view-details-link{font-family:"Linotype Didot W01",Serif;font-style:italic;margin-top:.75em;display:inline-block}.executive-members .person-info{float:left;display:block;margin-right:1.16509%;width:100%;padding:1.5em;display:none}.executive-members .person-info:last-child{margin-right:0}@media screen and (max-width: 769px){.executive-members .person-info{display:none}}.executive-members .person-info p{margin-bottom:0}.control-wrapper{overflow:hidden;margin:3em 0}.executive-members{margin-bottom:0;padding-top:0}.executive-members .cb-quote__text{font-size:1.25em}.executive-members .cb-quote__quote,.executive-members footer{color:#000}.executive-members .cb-quote__quote h2,.executive-members .cb-quote__quote .news__title{margin-bottom:0}.executive-members .cb-quote__image{margin-top:0.25em}.executive-members footer{font-weight:400}.media-galleries,.latest-results{float:left;display:block;margin-right:1.07451%;width:100%;margin-right:0}.media-galleries:last-child,.latest-results:last-child{margin-right:0}@media screen and (max-width: 769px){.media-galleries,.latest-results{float:left;display:block;margin-right:1.07451%;width:84.45008%;margin-left:7.77496%;margin-top:1.5em}.media-galleries:last-child,.latest-results:last-child{margin-right:0}}.media-galleries{margin-top:3em;margin-bottom:3em}.media-galleries__content{float:left;display:block;margin-right:1.07451%;width:100%;margin-right:0;margin-bottom:1.5em}.media-galleries__content:last-child{margin-right:0}.media-galleries__title{float:left;display:block;margin-right:1.07451%;width:100%}.media-galleries__title:last-child{margin-right:0}.media-galleries__title .media-galleries__download-all{font-size:1rem;line-height:0.8rem;margin-left:1rem;margin-bottom:0.25rem;pointer-events:initial}.media-galleries__article{float:left;display:block;margin-right:1.07451%;width:15.77125%;text-align:center;margin-bottom:1.5em}.media-galleries__article:last-child{margin-right:0}.media-galleries__article:nth-child(6n){margin-right:0}.media-galleries__article:nth-child(6n+1){clear:left}@media screen and (max-width: 1024px){.media-galleries__article{float:left;display:block;margin-right:1.07451%;width:24.19412%}.media-galleries__article:nth-child(6n){margin-right:1.07451%}.media-galleries__article:nth-child(6n+1){clear:none}.media-galleries__article:last-child{margin-right:0}.media-galleries__article:nth-child(4n){margin-right:0}.media-galleries__article:nth-child(4n+1){clear:left}}@media screen and (max-width: 480px){.media-galleries__article{float:left;display:block;margin-right:1.07451%;width:49.46275%}.media-galleries__article:nth-child(4n){margin-right:1.07451%}.media-galleries__article:nth-child(4n+1){clear:none}.media-galleries__article:last-child{margin-right:0}.media-galleries__article:nth-child(2n){margin-right:0}.media-galleries__article:nth-child(2n+1){clear:left}}.media-galleries__article .preview-image__image{border:1px solid #ddd}.media-galleries__article .wrapper-link{border-bottom:0 !important}.media-galleries__article .file__title{margin-bottom:.75em}.article-row{float:left;display:block;margin-right:1.07451%;width:100%;margin-bottom:1.5em}.article-row:last-child{margin-right:0}.article-row.row--logo{display:flex;flex-wrap:wrap}.article-row.row--logo .media-galleries__article{margin-bottom:1.5em}@media screen and (max-width: 480px){.article-row.row--logo .media-galleries__article{width:75%;margin-bottom:2.25em}.article-row.row--logo .media-galleries__article:last-child{margin-bottom:0}}.article-row.row--logo .media-galleries__article img{margin:auto}.article-row.row--logo .media-galleries__article .button{margin:0 auto}.article--text{float:left;display:block;margin-right:1.07451%;width:100%;text-align:left;font-size:1em !important}.article--text:last-child{margin-right:0}.article--video{float:left;display:block;margin-right:1.07451%;width:32.617%}.article--video:last-child{margin-right:0}.article--video:nth-child(3n){margin-right:0}.article--video:nth-child(3n+1){clear:left}@media screen and (max-width: 1024px){.article--video{float:left;display:block;margin-right:1.07451%;width:49.46275%}.article--video:nth-child(3n){margin-right:1.07451%}.article--video:nth-child(3n+1){clear:none}.article--video:last-child{margin-right:0}.article--video:nth-child(2n){margin-right:0}.article--video:nth-child(2n+1){clear:left}}@media screen and (max-width: 480px){.article--video{float:left;display:block;margin-right:1.07451%;width:100%;margin-right:0}.article--video:nth-child(4n){margin-right:1.07451%}.article--video:nth-child(4n+1){clear:none}.article--video:last-child{margin-right:0}}@media screen and (max-width: 769px){.article--pdf{float:left;display:block;margin-right:1.07451%;width:100%;margin-right:0}.article--pdf:nth-child(2n){margin-right:1.07451%}.article--pdf:nth-child(2n+1){clear:none}.article--pdf:last-child{margin-right:0}.article--pdf .preview-image__container{float:left;display:block;margin-right:1.07451%;width:37.8003%}.article--pdf .preview-image__container:last-child{margin-right:0}.article--pdf .file__title{float:left;display:block;margin-right:1.07451%;width:53.35023%;margin-right:0}.article--pdf .file__title:last-child{margin-right:0}.article--pdf .pdf-download-size{white-space:nowrap}}.download-item-caption{margin-bottom:.375em !important}.sidebar-news-wrapper{padding:3rem 0}.sidebar-news-article{box-shadow:0px 0px 4px 0px rgba(0,0,0,0.24);margin-bottom:1rem}.sidebar-news-content{padding:1.5rem}.sidebar-news-title{font-size:1.5rem;font-weight:300;line-height:1.3;color:#000;margin-bottom:0.25rem}.sidebar-news-publish-date{font-size:0.875rem;color:#757575;margin-bottom:1rem}.sidebar-news-text{margin:1rem 0}.sidebar-news-tags{font-size:0.875rem;color:#757575}.sidebar-news-link{display:inline-block;padding:.375em;border:1px solid #154194;margin-bottom:0 !important}.sidebar-news-link:hover{background-color:#154194;color:#fff !important}.featured-article:after{margin-left:.5em;content:"/";color:#999}.featured-article--blue{color:#154194}.featured-article--green{color:#00983c}.subpages-overview-list{display:flex;flex-wrap:wrap}.subpages-overview-list:after{display:block;clear:both;content:""}.subpages-list--item{position:relative;width:100%;overflow:hidden;flex:0 0 33.3333333333%;max-width:33.3333333333%;border-right:1px solid #fff;border-bottom:1px solid #fff}@media screen and (max-width: 1024px){.subpages-list--item{flex:0 0 50%;max-width:50%}}@media screen and (max-width: 480px){.subpages-list--item{flex:0 0 100%;max-width:100%}}.subpages-list--link{display:block;position:relative}.subpages-list--link:hover .subpages-list--label,.subpages-list--link:focus .subpages-list--label{opacity:0}.subpages-list--link:hover .subpages-list--rollover,.subpages-list--link:focus .subpages-list--rollover{bottom:0px;-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%);opacity:1}.subpages-list--image img{display:block;width:100%}.subpages-list--label{position:absolute;bottom:0;left:0;right:0;padding:0.4em 1.5em;background:rgba(21,65,148,0.85);color:#fff;font-weight:400;transition:all 0.3s ease-out}@media (prefers-reduced-motion: reduce){.subpages-list--label{transition:none}}.subpages-list--rollover{display:block;position:absolute;top:0;left:0;bottom:-2px;right:0;padding:2em;background:rgba(21,65,148,0.85);-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);transition:all 0.3s ease-out;opacity:0}@media (prefers-reduced-motion: reduce){.subpages-list--rollover{transition:none}}@media screen and (max-width: 1440px){.subpages-list--rollover{padding:1rem}}@media screen and (max-width: 1024px){.subpages-list--rollover{padding:2em}}@media screen and (max-width: 769px){.subpages-list--rollover{padding:1rem}}.subpages-list--icon{width:2em;margin:1rem auto;max-height:2em}.subpages-list--title{color:#fff;font-size:2em;font-weight:200;margin-bottom:0.4em}@media screen and (max-width: 1440px){.subpages-list--title{font-size:1.5rem;line-height:1.3}}@media screen and (max-width: 1024px){.subpages-list--title{font-size:2em}}@media screen and (max-width: 769px){.subpages-list--title{font-size:1.5rem;line-height:1.3}}.subpages-list--text{color:#fff}.subpages-list--text h1,.subpages-list--text h2,.subpages-list--text .news__title,.subpages-list--text h3{font-size:1em;font-weight:400;margin-bottom:0.2em}.subpages-list--text p{display:block}.industries-list{max-width:100%;margin-left:auto;margin-right:auto}.industries-list::after{display:block;clear:both;content:""}.industries-list__item{display:inline-block;overflow:hidden;float:left;width:25%;border-right:1px solid #fff;border-bottom:1px solid #fff}.industries-list__link{display:block;position:relative}.industries-list__image img{display:block}.industries-list__label{position:absolute;bottom:0;left:0;right:0;padding:0.4em 1.5em;background:rgba(21,65,148,0.85);color:#fff;font-weight:400;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);transition:all 0.3s ease-out}@media (prefers-reduced-motion: reduce){.industries-list__label{transition:none}}.industries-list__rollover{display:block;position:absolute;top:0;left:0;bottom:-2px;right:0;padding:2em;background:rgba(21,65,148,0.85);-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);transition:all 0.3s ease-out;opacity:0}@media (prefers-reduced-motion: reduce){.industries-list__rollover{transition:none}}.industries-list__icon{width:2em;margin:0 auto}.industries-list__title{color:#fff;font-size:2em;font-weight:200;margin-bottom:0.4em}.industries-list__text{color:#fff}.industries-list__text h1,.industries-list__text h2,.industries-list__text .news__title,.industries-list__text h3{font-size:1em;font-weight:400;margin-bottom:0.2em}.industries-list__text p{display:block}.industries-list__link:hover .industries-list__label,.industries-list__link:focus .industries-list__label{opacity:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.industries-list__link:hover .industries-list__rollover,.industries-list__link:focus .industries-list__rollover{bottom:0px;-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%);opacity:1}.special-item .industries-list__label{display:none}.special-item.lighten .industries-list__rollover{background:none}.special-item .industries-list__rollover{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3em;-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%);background:none;padding:2.5em;opacity:1}.special-item .button,.special-item .content .typo .button,.content .typo .special-item .button{margin-top:.75em}@media screen and (max-width: 1600px){.industries-list__item{width:33.33333333333333%}.industries-list__title{font-size:1.5em;margin-bottom:0.3em}}@media screen and (max-width: 1300px){.industries-list__text h1,.industries-list__text h2,.industries-list__text .news__title,.industries-list__text h3{margin-bottom:1em}.industries-list__text p{display:none}}@media screen and (max-width: 1024px){.industries-list__text h1,.industries-list__text h2,.industries-list__text .news__title,.industries-list__text h3{display:none}.special-item .industries-list__rollover{padding:1.5em}.special-item .industries-list__title{font-size:1em}}@media screen and (max-width: 769px){.special-item .button,.special-item .content .typo .button,.content .typo .special-item .button{padding:0.5em}}@media screen and (max-width: 640px){.industries-list__item{width:50%}}@media screen and (max-width: 480px){.industries-list__item{width:100%}.special-item .industries-list__rollover{padding:1em}.special-item .industries-list__title{font-size:1em}}.industries-list.detail-page .industries-list__item{text-align:center;width:50%;height:auto;border-bottom:none;border-right:none}@media screen and (max-width: 769px){.industries-list.detail-page .industries-list__item{width:100%;height:auto}}.industries-list.detail-page .industries-list__link{height:100%}.industries-list.detail-page .industries-list__image img{width:100%}.industries-list.detail-page .industries-list__title{margin-bottom:0;display:block}.industries-list.detail-page .special-item .industries-list__rollover{padding:3em}.subpages-teaser__element{position:relative}.subpages-teaser__image{position:absolute;top:0;left:0;bottom:0;right:55%;background-position:center right;background-repeat:no-repeat;background-color:transparent;background-size:cover}@media screen and (max-width: 769px){.subpages-teaser__image{position:relative;display:block;width:100%;height:15em}}@media screen and (max-width: 480px){.subpages-teaser__image{height:10em}}.subpage-teaser--right-aligned .subpages-teaser__image{right:0;left:55%;background-position:center left}@media screen and (max-width: 769px){.subpage-teaser--right-aligned .subpages-teaser__image{left:auto;right:auto}}.subpages-teaser__shaper{position:absolute;top:0;left:0;bottom:0;right:55%;background:transparent url("/a/i/cutout_mask.png") no-repeat top right;background-size:400px 115%}@media screen and (max-width: 769px){.subpages-teaser__shaper{display:none}}.bg-grey .subpages-teaser__shaper{background-image:url("/a/i/cutout_mask_grey.png")}.subpage-teaser--right-aligned .subpages-teaser__shaper{right:0;left:55%;background-image:url("/a/i/cutout_mask-right.png");background-position:top left}.bg-grey.subpage-teaser--right-aligned .subpages-teaser__shaper{background-image:url("/a/i/cutout_mask_grey-right.png");background-position:top left}.subpages-teaser__content{max-width:1300px;margin-left:auto;margin-right:auto;padding-top:1.5em;padding-bottom:1.5em}.subpages-teaser__content::after{display:block;clear:both;content:""}.subpages-teaser__typo{float:left;display:block;margin-right:1.07451%;width:30.02534%;margin-left:50.53725%}.subpages-teaser__typo:last-child{margin-right:0}@media screen and (max-width: 769px){.subpages-teaser__typo{float:left;display:block;margin-right:1.07451%;width:84.45008%;margin-left:7.77496%}.subpages-teaser__typo:last-child{margin-right:0}}.subpage-teaser--right-aligned .subpages-teaser__typo{margin-left:15.54992%}@media screen and (max-width: 769px){.subpage-teaser--right-aligned .subpages-teaser__typo{margin-left:7.77496%}}.featured-product__container{background-color:#f4f4f4}.featured-product__article{padding:3em 0}.featured-product__content-wrapper{float:left;display:block;margin-right:1.07451%;width:61.12519%;margin-left:19.4374%}.featured-product__content-wrapper:last-child{margin-right:0}.featured-product__title{float:left;display:block;margin-right:38.19821%;width:100%}.featured-product__title:last-child{margin-right:0}.featured-product__image{margin-bottom:1.5em;margin-top:.375em}.featured-product__image{float:left;display:block;margin-right:1.47622%;width:25.22805%}.featured-product__image:last-child{margin-right:0}.featured-product__text{float:left;display:block;margin-right:1.47622%;width:73.29573%;padding-left:1.5em}.featured-product__text:last-child{margin-right:0}.featured-product__text button span{padding-left:0.25em;transition:all 0.25s ease-in-out}@media (prefers-reduced-motion: reduce){.featured-product__text button span{transition:none}}.featured-product__text button:hover span{margin-left:.75em}.icon{margin-left:21.36341%;float:left;display:block;margin-right:1.07451%;width:14.47542%;margin-bottom:3em}.icon:last-child{margin-right:0}.icon__svg{fill:#000}.main-banner-productfinder .cb-text__image img{max-width:30rem;margin:0 auto;width:100%}@media screen and (max-width: 640px){.main-banner-productfinder .cb-text__image img{max-width:100%}}.product-finder{background:#154194}.product-finder__form{float:left;display:block;margin-right:1.07451%;width:100%;overflow:hidden;position:relative;margin-bottom:3em;padding:1.5em;background-color:#fff;min-height:6em}.product-finder__form:last-child{margin-right:0}.product-finder__form .filter__loading{transition:opacity 0.2s ease-in-out;content:" ";position:absolute;top:0;right:0;bottom:100%;left:0;width:100%;background:rgba(181,184,190,0.2);z-index:2;opacity:0;overflow:hidden}@media (prefers-reduced-motion: reduce){.product-finder__form .filter__loading{transition:none}}.product-finder__form.form-is-loading .filter__loading{opacity:1;bottom:0}.product-finder-banner .cb-text__image img{width:100%;max-width:22rem;margin:0 auto}.filter{float:left;display:block;margin-right:1.16509%;width:24.12618%;position:relative;padding-left:1em;height:100%}.filter:last-child{margin-right:0}.filter:first-child{border-left:none}@media screen and (max-width: 640px){.filter{float:left;display:block;margin-right:1.16509%;width:49.41745%;height:31vh;overflow-y:auto;border-bottom:1px solid rgba(255,255,255,0.4);position:relative}.filter:last-child{margin-right:0}.filter:nth-child(2n){margin-right:0}.filter:nth-child(2n+1){clear:left}}.filter__label{font-weight:700;margin:1.5em 0 .75em 0;line-height:1.2}.filter__summary{font-size:0.8em;display:none}.filter__clear{position:absolute;top:2.25em;right:0;font-size:0.75em;padding:0.1em 0.4em;border:1px solid rgba(0,0,0,0.3);background:rgba(0,0,0,0.3);color:#fff}.filter__clear:hover,.filter__clear:focus{background:rgba(11,33,74,0.5);border-color:rgba(11,33,74,0.5)}.filter__clear:active{border-color:#0b214a;background:#0b214a}@media screen and (max-width: 1024px){.filter__clear{display:none}}.filter__cat-checkbox:not(:checked)+label:before,.filter__cat-checkbox:checked+label:before{border:1px solid #999}.filter__cat-label:hover,.filter__cat-label:focus{color:#154194}.level-1 .filter__cat-label{font-weight:400;color:#333}.level-2 .filter__cat-label{font-weight:200;color:#000}@media screen and (max-width: 769px){.filter__cat-label{font-size:0.8em}}.filter__trigger{float:left;display:block;margin-right:1.07451%;width:92.22504%;margin-left:3.88748%;margin-top:1.5em;margin-bottom:1.5em;text-align:center}.filter__trigger:last-child{margin-right:0}.filter__trigger a{display:inline-block;padding:.75em;text-align:center;padding:0.1em 0.4em;border:1px solid #757575;background:#999;color:#fff;border-radius:4px;cursor:pointer}.filter__trigger a:hover,.filter__trigger a:focus{background:rgba(11,33,74,0.5);border-color:rgba(11,33,74,0.5)}.filter__trigger a:active{border-color:#0b214a;background:#0b214a}.filter__is-child{display:none;margin-left:1.5em}.filter__is-child.open{display:block}.cb-products__products{float:left;display:block;margin-right:1.07451%;width:100%;margin-left:0%}.cb-products__products:last-child{margin-right:0}.cb-products__products li:before{display:none !important}.cb-products__products .product-preview{float:left;display:block;margin-right:1.07451%;width:100%;background-color:#fff;border-bottom:1px solid #ddd;margin-bottom:1em;padding-bottom:1em}.cb-products__products .product-preview:last-child{margin-right:0}.cb-products__products .product-preview:nth-child(4n){margin-right:0}.cb-products__products .product-preview:nth-child(4n+1){clear:left}.cb-products__products .product-preview .product-image{float:left;display:block;margin-right:1.07451%;width:14.47542%}.cb-products__products .product-preview .product-image:last-child{margin-right:0}.cb-products__products .product-preview .product-image img{display:block}.cb-products__products .product-preview .product-content{float:left;display:block;margin-right:1.07451%;width:84.45008%}.cb-products__products .product-preview .product-content:last-child{margin-right:0}.cb-products__products .product-preview .product-info{font-weight:200}.cb-products__products .product-preview .product-info .product-category{margin-right:.75em}.cb-products__products .product-preview .product-info .product-category:after{content:"›";margin-left:.75em}.cb-products__products .product-preview .product-info .product-category:last-child{margin-right:0}.cb-products__products .product-preview .product-info .product-category:last-child:after{content:"";margin-left:0}.cb-products__products .product-preview .product-info .category-wrapper{display:inline-block;background-color:#154194;color:#fff;padding:0.1em 0.5em;border-radius:0.5em;margin-bottom:.375em}.cb-products__products .product-preview .product-info--fullwidth{float:left;display:block;margin-right:1.40138%;width:100%}.cb-products__products .product-preview .product-info--fullwidth:last-child{margin-right:0}.search-tools-NOOOOOOOOO::after{display:block;clear:both;content:""}.search-tools-NOOOOOOOOO .filters{display:flex;flex-direction:column;justify-content:space-between;width:100%}.search-tools-NOOOOOOOOO .filter{flex-grow:1;flex-shrink:1;margin:0 0.2em 1em 0.2em}.search-tools-NOOOOOOOOO .filter>div{background-color:white;border:1px solid #ddd;box-sizing:border-box;font-size:1em;margin-bottom:.75em;padding:.5em 4em .5em .5em;position:relative;transition:border-color;width:100%}.search-tools-NOOOOOOOOO .filter>div:focus,.search-tools-NOOOOOOOOO .filter>div:hover{border-color:#c4c4c4}.search-tools-NOOOOOOOOO .filter>div label{cursor:pointer;margin-bottom:0}.search-tools-NOOOOOOOOO .filter .filter-list{margin:1em 0 0;padding:0}.search-tools-NOOOOOOOOO .filter .filter-list label{display:inline}.search-tools-NOOOOOOOOO .filter button.clear{position:absolute;top:5px;right:5px;bottom:auto;left:auto;font-size:0.7em;max-width:4em;padding:.375em}.search-tools-NOOOOOOOOO .filter .hide-options{margin-bottom:0}.search-tools-NOOOOOOOOO .filter .hide-options ol,.search-tools-NOOOOOOOOO .filter .hide-options button{display:none}.product-content .product-info-button-wrapper{float:left;display:block;margin-right:1.07451%;width:30.02534%}.product-content .product-info-button-wrapper:last-child{margin-right:0}.product-content .product-info-button-wrapper.right-aligned-text{text-align:right}.product-content .product-content__title{float:left;display:block;margin-right:1.07451%;width:30.02534%}.product-content .product-content__title:last-child{margin-right:0}.product-content .cas-no{float:left;display:block;margin-right:1.07451%;width:14.47542%}.product-content .cas-no:last-child{margin-right:0}.product-content .chemical-composition{float:left;display:block;margin-right:1.07451%;width:22.25038%}.product-content .chemical-composition:last-child{margin-right:0}.product-content .pdf-language-container{display:none;margin-top:.75em;margin-bottom:.75em}.product-content .pdf-language-container.login-info{text-align:right}.product-content .product-content__title{font-size:1.75em}.product-content .product-content__title a{border-bottom:2px solid #154194 !important}.product-finder-results{padding-top:3em}.product-finder-results .cb-products__products{margin-top:1.5em;margin-bottom:3em}.product-finder-results .product-heading{font-weight:bold;background-color:#fff;padding:.375em 0;border-top:2px solid #154194;border-bottom:2px solid #154194;float:left;display:block;margin-right:1.07451%;width:100%}.product-finder-results .product-heading:last-child{margin-right:0}.product-finder-results .product-heading .product-heading__image{float:left;display:block;margin-right:1.07451%;width:14.47542%}.product-finder-results .product-heading .product-heading__image:last-child{margin-right:0}.product-finder-results .product-heading .product-heading-group{float:left;display:block;margin-right:1.07451%;width:84.45008%}.product-finder-results .product-heading .product-heading-group:last-child{margin-right:0}.product-finder-results .product-heading .product-heading-group .product-heading__title{float:left;display:block;margin-right:1.07451%;width:30.02534%}.product-finder-results .product-heading .product-heading-group .product-heading__title:last-child{margin-right:0}.product-finder-results .product-heading .product-heading-group .product-heading__casno{float:left;display:block;margin-right:1.07451%;width:14.47542%}.product-finder-results .product-heading .product-heading-group .product-heading__casno:last-child{margin-right:0}.product-finder-results .product-heading .product-heading-group .product-heading__description{float:left;display:block;margin-right:1.07451%;width:22.25038%}.product-finder-results .product-heading .product-heading-group .product-heading__description:last-child{margin-right:0}.product-finder-results .product-heading .product-heading-group .product-heading__documents{float:left;display:block;margin-right:1.07451%;width:14.47542%}.product-finder-results .product-heading .product-heading-group .product-heading__documents:last-child{margin-right:0}@media screen and (max-width: 769px){.product-finder-results .product-heading{display:none}.product-finder-results .cb-products__products .product-preview{padding:.75em;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.product-finder-results .cb-products__products .product-preview .product-info .product-image{display:none}.product-finder-results .cb-products__products .product-preview .product-info .product-content{float:left;display:block;margin-right:1.07451%;width:100%}.product-finder-results .cb-products__products .product-preview .product-info .product-content:last-child{margin-right:0}.product-finder-results .cb-products__products .product-preview .product-info .product-content__title,.product-finder-results .cb-products__products .product-preview .product-info .cas-no,.product-finder-results .cb-products__products .product-preview .product-info .chemical-composition,.product-finder-results .cb-products__products .product-preview .product-info .product-info-button-wrapper{float:left;display:block;margin-right:1.07451%;width:49.46275%}.product-finder-results .cb-products__products .product-preview .product-info .product-content__title:last-child,.product-finder-results .cb-products__products .product-preview .product-info .cas-no:last-child,.product-finder-results .cb-products__products .product-preview .product-info .chemical-composition:last-child,.product-finder-results .cb-products__products .product-preview .product-info .product-info-button-wrapper:last-child{margin-right:0}.product-finder-results .cb-products__products .product-preview .product-info .product-content__title:nth-child(2n),.product-finder-results .cb-products__products .product-preview .product-info .cas-no:nth-child(2n),.product-finder-results .cb-products__products .product-preview .product-info .chemical-composition:nth-child(2n),.product-finder-results .cb-products__products .product-preview .product-info .product-info-button-wrapper:nth-child(2n){margin-right:0}.product-finder-results .cb-products__products .product-preview .product-info .product-content__title:nth-child(2n+1),.product-finder-results .cb-products__products .product-preview .product-info .cas-no:nth-child(2n+1),.product-finder-results .cb-products__products .product-preview .product-info .chemical-composition:nth-child(2n+1),.product-finder-results .cb-products__products .product-preview .product-info .product-info-button-wrapper:nth-child(2n+1){clear:left}}@media screen and (max-width: 480px){.product-finder-results .product-heading__image{display:none}.product-finder-results .cb-products__products .product-preview{padding:1.5em}.product-finder-results .cb-products__products .product-preview .product-info .product-image{display:none}.product-finder-results .cb-products__products .product-preview .product-info .product-content{float:left;display:block;margin-right:1.07451%;width:100%}.product-finder-results .cb-products__products .product-preview .product-info .product-content:last-child{margin-right:0}.product-finder-results .cb-products__products .product-preview .product-info .product-content__title,.product-finder-results .cb-products__products .product-preview .product-info .cas-no,.product-finder-results .cb-products__products .product-preview .product-info .chemical-composition,.product-finder-results .cb-products__products .product-preview .product-info .product-info-button-wrapper{float:left;display:block;margin-right:1.07451%;width:100%;margin-right:0;padding-bottom:.375em}.product-finder-results .cb-products__products .product-preview .product-info .product-content__title:last-child,.product-finder-results .cb-products__products .product-preview .product-info .cas-no:last-child,.product-finder-results .cb-products__products .product-preview .product-info .chemical-composition:last-child,.product-finder-results .cb-products__products .product-preview .product-info .product-info-button-wrapper:last-child{margin-right:0}.product-finder-results .cb-products__products .product-preview .product-info .product-content__title:nth-child(2n),.product-finder-results .cb-products__products .product-preview .product-info .cas-no:nth-child(2n),.product-finder-results .cb-products__products .product-preview .product-info .chemical-composition:nth-child(2n),.product-finder-results .cb-products__products .product-preview .product-info .product-info-button-wrapper:nth-child(2n){margin-right:1.07451%}.product-finder-results .cb-products__products .product-preview .product-info .product-content__title:nth-child(2n+1),.product-finder-results .cb-products__products .product-preview .product-info .cas-no:nth-child(2n+1),.product-finder-results .cb-products__products .product-preview .product-info .chemical-composition:nth-child(2n+1),.product-finder-results .cb-products__products .product-preview .product-info .product-info-button-wrapper:nth-child(2n+1){clear:none}}#fields-termsOfService-field label:after{content:"✔";top:3px;left:3px}.button--sds,.product-sds-link{cursor:pointer;border:1px solid #ddd}.button--sds:hover,.product-sds-link:hover{border:1px solid #154194}.content .product-finder-results .product-sds-link{border-color:#ddd;color:#999}.content .product-finder-results .product-sds-link:hover{border-color:#154194}.cards-container{float:left;display:block;margin-right:1.07451%;width:100%;margin-top:3em}.cards-container:last-child{margin-right:0}@media screen and (max-width: 769px){.cards-container{float:left;display:block;margin-right:1.07451%;width:84.45008%;margin-left:7.77496%}.cards-container:last-child{margin-right:0}}.cards-wrapper{margin-top:3em;margin-bottom:3em}@media screen and (max-width: 769px){.cards-wrapper{margin-top:1.5em;margin-bottom:1.5em}}.cards-container__card{float:left;display:block;margin-right:1.75788%;width:32.16141%;text-align:center;margin-bottom:3em}.cards-container__card:last-child{margin-right:0}.cards-container__card:nth-child(3n){margin-right:0}.cards-container__card:nth-child(3n+1){clear:left}@media screen and (max-width: 1024px){.cards-container__card{float:left;display:block;margin-right:1.75788%;width:49.12106%}.cards-container__card:nth-child(3n){margin-right:1.75788%}.cards-container__card:nth-child(3n+1){clear:none}.cards-container__card:last-child{margin-right:0}.cards-container__card:nth-child(2n){margin-right:0}.cards-container__card:nth-child(2n+1){clear:left}}@media screen and (max-width: 480px){.cards-container__card{float:left;display:block;margin-right:1.27236%;width:100%;margin-right:0}.cards-container__card:nth-child(2n){margin-right:1.27236%}.cards-container__card:nth-child(2n+1){clear:none}.cards-container__card:last-child{margin-right:0}}.card__image{width:11em;height:11em;margin:0 auto;margin-bottom:1.5em}.content-card-container{padding-top:3rem;padding-bottom:3rem;display:flex;flex-direction:row;flex-wrap:wrap}@media screen and (max-width: 1300px){.content-card-container{padding:2rem}}.content-card-container .content-card{width:calc(33% - 2rem);margin-right:2rem;margin-bottom:2rem;display:flex;flex-direction:column;padding:1rem 2rem;border:1px solid #ddd;box-shadow:0px 0px 20px #dedede}.content-card-container .content-card:nth-child(3n){margin-right:0}.content-card-container .content-card img{align-self:center;margin-bottom:1rem;flex-shrink:0}.content-card-container .content-card .content-card__inner{width:100%}@media screen and (max-width: 1024px){.content-card-container .content-card{width:calc(50% - 2rem)}.content-card-container .content-card:nth-child(3n){margin-right:2rem}.content-card-container .content-card:nth-child(2n){margin-right:0}}@media screen and (max-width: 769px){.content-card-container .content-card{width:100%;margin-right:0}.content-card-container .content-card:nth-child(3n){margin-right:0}.content-card-container .content-card:nth-child(2n){margin-right:0}}.content-card-container.display-horizontal .content-card{width:100%;text-align:left;flex-direction:row;margin-right:0}@media screen and (max-width: 600px){.content-card-container.display-horizontal .content-card{flex-direction:column}}.content-card-container.display-horizontal .content-card .content-card__inner{padding:1.5rem}.content-card-container.display-horizontal .content-card img{margin-right:2rem}.lead-section .cb-text{font-size:2em;text-align:center}@media screen and (max-width: 769px){.lead-section .cb-text{font-size:1.5em}}.lead-section .cb-text__text{margin-bottom:0;margin-top:.75em;padding-top:.75em;padding-bottom:0;float:left;display:block;margin-right:1.07451%;width:92.22504%;margin-left:3.88748%}.lead-section .cb-text__text:last-child{margin-right:0}.breadcrumb{width:100%;background-color:#f4f4f4;padding:.5em;margin-bottom:0;display:inline-block;text-align:left}.breadcrumb a,.breadcrumb p{background-color:#fff;border:1px solid #ddd !important;border-left:none !important;color:#000;display:inline-block;font-size:0.8em;line-height:2.25em;margin-bottom:0;margin-right:-5px;padding:0 .5625em 0 1.125em;position:relative;text-decoration:none}.breadcrumb a:first-child,.breadcrumb p:first-child{border-left:1px solid #ddd !important;padding-left:1.125em}.breadcrumb a:last-child,.breadcrumb p:last-child{background-color:#fff;color:#000;padding-right:1.125em}.breadcrumb a:focus,.breadcrumb a:hover,.breadcrumb p:focus,.breadcrumb p:hover{background-color:#fff}.breadcrumb a::after,.breadcrumb a::before,.breadcrumb p::after,.breadcrumb p::before{position:absolute;top:0;right:auto;bottom:0;left:100%;border-bottom:1.125em solid transparent;border-left:.5625em solid transparent;border-top:1.125em solid transparent;content:"";display:block;margin:auto;z-index:2}.breadcrumb a:last-child::after,.breadcrumb a:last-child::before,.breadcrumb p:last-child::after,.breadcrumb p:last-child::before{border:0}.breadcrumb a::before,.breadcrumb p::before{border-left-color:#ddd;margin-left:1px;z-index:1}.breadcrumb a::after,.breadcrumb p::after{border-left-color:#fff}.stock-exchange{padding-top:3em;padding-bottom:3em}.stock-exchange .title{text-align:center;font-size:3em;margin-bottom:.75em}@media screen and (max-width: 769px){.stock-exchange .title{font-size:2.5em}}.iframe-container{overflow:hidden;padding-top:56.25%;position:relative;min-height:300px}.iframe-container iframe{height:100%;left:0;position:absolute;top:0;min-height:300px}.timer{padding:2em;background-color:rgba(255,255,255,0.85)}.time_circles>div>h4,.time_circles>div>span{font-family:"Classic Grotesque W01",Helvetica,Arial,sans-serif !important}.spinner{margin:0 auto 0;width:70px;height:100px;position:absolute;top:50%;left:50%;margin:-50px 0 0 -35px}.spinner>div{width:18px;height:18px;background-color:#333;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spinner .bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.spinner .bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.icon-teaser-block{padding-top:3em;padding-bottom:3em;position:relative;background-size:cover}@media screen and (max-width: 1300px){.icon-teaser-block{padding:3em}}.icon-teaser-block:before{width:100%;display:block;content:"";background-color:rgba(21,65,148,0.85);position:absolute;top:0;left:0;height:100%}.icon-teaser-block .block-wrapper{position:relative;margin-bottom:1.5em}.icon-teaser-block .main-title{position:relative;text-align:center;color:#fff}.icon-teaser-block .icon__svg{fill:#fff}.icon-teaser-block .icon__svg circle{stroke:transparent}.icon-teaser-block .icon-wrapper{margin:0 auto}.icon-teaser-block .icon-wrapper div{width:100%;height:100%}@media screen and (max-width: 1024px){.icon-teaser-block .icon-wrapper{padding:1.5em}}@media screen and (max-width: 480px){.icon-teaser-block .icon-wrapper{padding:1.25em}}.icon-teaser-block .icon-block{float:left;display:block;margin-right:1.07451%;width:24.19412%;color:#fff;padding-right:1.5em}.icon-teaser-block .icon-block:last-child{margin-right:0}.icon-teaser-block .icon-block:nth-child(4n){margin-right:0}.icon-teaser-block .icon-block:nth-child(4n+1){clear:left}@media screen and (max-width: 769px){.icon-teaser-block .icon-block{float:left;display:block;margin-right:1.07451%;width:49.46275%}.icon-teaser-block .icon-block:last-child{margin-right:0}.icon-teaser-block .icon-block:nth-child(4n){margin-right:1.07451%}.icon-teaser-block .icon-block:nth-child(4n+1){clear:none}.icon-teaser-block .icon-block:nth-child(2n){margin-right:0}.icon-teaser-block .icon-block:nth-child(2n+1){clear:left}}@media screen and (max-width: 480px){.icon-teaser-block .icon-block{float:left;display:block;margin-right:1.07451%;width:100%;margin-right:0}.icon-teaser-block .icon-block:last-child{margin-right:0}.icon-teaser-block .icon-block:nth-child(2n){margin-right:1.07451%}.icon-teaser-block .icon-block:nth-child(2n+1){clear:none}}.icon-teaser-block .icon-block h3{font-size:1.2em;color:#fff}.core-values{position:relative;padding-top:3em;padding-bottom:3em}.core-values:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("/a/i/shape_logo.svg");background-repeat:no-repeat;background-position:right;background-size:cover;opacity:.4}.core-values__intro{position:relative;margin-bottom:2.25em}.core-values__info{float:left;display:block;margin-right:1.07451%;width:26.13786%;background-color:#fff;color:#000;padding:2.25em;position:relative}.core-values__info:last-child{margin-right:0}@media screen and (max-width: 1085px){.core-values__info{float:left;display:block;margin-right:1.07451%;width:72.78763%;margin-left:7.77496%;margin-bottom:1.5em}.core-values__info:last-child{margin-right:0}.core-values__info:nth-child(2n){margin-right:1.07451%}.core-values__info:nth-child(2n+1){clear:none}.core-values__info:nth-child(3n){margin-right:0}.core-values__info:nth-child(3n+1){clear:left}}@media screen and (max-width: 769px){.core-values__info{float:left;display:block;margin-right:1.07451%;width:100%;margin-left:0%}.core-values__info:last-child{margin-right:0}}.core-values__info h2,.core-values__info .news__title,.core-values__info h1{font-size:2em;color:#000 !important;margin-top:0 !important}.core-values__info .liner{display:block;width:4em;position:absolute;top:1.45em;right:-2.5em;height:90%;border-top:2px solid #5385e4;border-right:2px solid #5385e4;border-bottom:2px solid #5385e4}@media screen and (max-width: 1085px){.core-values__info .liner{top:0.75em}}@media screen and (max-width: 769px){.core-values__info .liner{display:none}}.core-values__info .liner .liner-icon{background-color:#fff;width:6em;height:6em;display:block;border-radius:100%;position:absolute;top:calc(50% - 3em);right:-2.25em;position:relative}.core-values__info .liner .liner-icon img{width:3.5em;position:absolute;top:calc(50% - 1.75em);left:calc(50% - 1.75em)}.core-values__description-container{float:left;display:block;margin-right:1.07451%;width:65.01267%;margin-left:7.77496%;position:relative}.core-values__description-container:last-child{margin-right:0}.core-values__description-container .description-block{float:left;display:block;margin-right:2.01406%;width:41.70625%;margin-left:7.28672%;margin-bottom:1.5em}.core-values__description-container .description-block:last-child{margin-right:0}.core-values__description-container .description-block:nth-child(2n){margin-right:0}.core-values__description-container .description-block:nth-child(2n+1){clear:left}.core-values__description-container .description-block .button{margin-top:1.5em}.core-values__description-container .description-block p{margin-bottom:0}@media screen and (max-width: 1085px){.core-values__description-container{float:left;display:block;margin-right:1.07451%;width:92.22504%;margin-left:3.88748%}.core-values__description-container:last-child{margin-right:0}.core-values__description-container .description-block{float:left;display:block;margin-right:1.16509%;width:45.20224%;margin-left:4.21521%}.core-values__description-container .description-block:last-child{margin-right:0}}@media screen and (max-width: 769px){.core-values__description-container{float:left;display:block;margin-right:1.16509%;width:100%;margin-left:0%}.core-values__description-container:last-child{margin-right:0}.core-values__description-container .description-block{float:left;display:block;margin-right:1.16509%;width:100%;margin-left:0%}.core-values__description-container .description-block:last-child{margin-right:0}.core-values__description-container .description-block:nth-child(2n){margin-right:1.16509%}.core-values__description-container .description-block:nth-child(2n+1){clear:none}}.core-values .cards-container{float:left;display:block;margin-right:1.07451%;width:88.33756%;margin-left:7.77496%;position:relative}.core-values .cards-container:last-child{margin-right:0}.core-values .cards-container .card-item-wrapper{float:left;display:block;margin-right:1.21636%;width:73.59573%}.core-values .cards-container .card-item-wrapper:last-child{margin-right:0}.core-values .cards-container .card-item-wrapper .card-item{float:left;display:block;margin-right:1.65276%;width:46.18383%;margin-bottom:1.5em}.core-values .cards-container .card-item-wrapper .card-item:last-child{margin-right:0}.core-values .cards-container .card-item-wrapper .card-item:nth-child(2n){margin-right:0}.core-values .cards-container .card-item-wrapper .card-item:nth-child(2n+1){clear:left}.core-values .cards-container .card-item-wrapper .card-item img{float:left;display:block;margin-right:3.57866%;width:22.316%}.core-values .cards-container .card-item-wrapper .card-item img:last-child{margin-right:0}.core-values .cards-container .card-item-wrapper .card-item p{float:left;display:block;margin-right:3.57866%;width:61.158%;font-weight:bold;margin-top:0.25em}.core-values .cards-container .card-item-wrapper .card-item p:last-child{margin-right:0}.core-values .cards-container .cta-wrapper{float:left;display:block;margin-right:1.21636%;width:25.18791%}.core-values .cards-container .cta-wrapper:last-child{margin-right:0}@media screen and (max-width: 1085px){.core-values .cards-container{float:left;display:block;margin-right:1.07451%;width:84.45008%;margin-left:7.77496%}.core-values .cards-container:last-child{margin-right:0}.core-values .cards-container .card-item-wrapper{float:left;display:block;margin-right:1.27236%;width:100%}.core-values .cards-container .card-item-wrapper:last-child{margin-right:0}.core-values .cards-container .card-item-wrapper .card-item{float:left;display:block;margin-right:1.27236%;width:49.36382%}.core-values .cards-container .card-item-wrapper .card-item:last-child{margin-right:0}.core-values .cards-container .card-item-wrapper .card-item img{float:left;display:block;margin-right:2.57751%;width:16.07295%}.core-values .cards-container .card-item-wrapper .card-item img:last-child{margin-right:0}.core-values .cards-container .card-item-wrapper .card-item p{float:left;display:block;margin-right:2.57751%;width:72.02432%}.core-values .cards-container .card-item-wrapper .card-item p:last-child{margin-right:0}.core-values .cards-container .cta-wrapper{float:left;display:block;margin-right:1.27236%;width:72.38027%;margin-left:13.80987%;margin-top:1.5em}.core-values .cards-container .cta-wrapper:last-child{margin-right:0}}@media screen and (max-width: 769px){.core-values .cards-container .card-item-wrapper{float:left;display:block;margin-right:1.27236%;width:100%}.core-values .cards-container .card-item-wrapper:last-child{margin-right:0}.core-values .cards-container .card-item-wrapper .card-item{float:left;display:block;margin-right:1.27236%;width:49.36382%}.core-values .cards-container .card-item-wrapper .card-item:last-child{margin-right:0}.core-values .cards-container .card-item-wrapper .card-item img{float:left;display:block;margin-right:2.57751%;width:25.39818%}.core-values .cards-container .card-item-wrapper .card-item img:last-child{margin-right:0}.core-values .cards-container .card-item-wrapper .card-item p{float:left;display:block;margin-right:2.57751%;width:62.69909%}.core-values .cards-container .card-item-wrapper .card-item p:last-child{margin-right:0}}@media screen and (max-width: 640px){.core-values .cards-container .card-item-wrapper{float:left;display:block;margin-right:1.27236%;width:100%}.core-values .cards-container .card-item-wrapper:last-child{margin-right:0}.core-values .cards-container .card-item-wrapper .card-item{float:left;display:block;margin-right:1.27236%;width:100%;margin-bottom:.75em}.core-values .cards-container .card-item-wrapper .card-item:last-child{margin-right:0}.core-values .cards-container .card-item-wrapper .card-item:nth-child(2n){margin-right:1.27236%}.core-values .cards-container .card-item-wrapper .card-item:nth-child(2n+1){clear:none}.core-values .cards-container .card-item-wrapper .card-item img{float:left;display:block;margin-right:1.27236%;width:12.53751%}.core-values .cards-container .card-item-wrapper .card-item img:last-child{margin-right:0}.core-values .cards-container .card-item-wrapper .card-item p{float:left;display:block;margin-right:1.27236%;width:81.58684%;margin-left:4.60329%;margin-top:.75em}.core-values .cards-container .card-item-wrapper .card-item p:last-child{margin-right:0}}@media screen and (max-width: 480px){.core-values .cards-container .card-item-wrapper .card-item p{margin-top:.375em;margin-bottom:0}}@media screen and (max-width: 1300px){.cd-timeline-block{margin:1em 2em !important}}.cd-container{width:90%;max-width:1300px;margin:0 auto;margin-top:5em}.cd-container:after{content:'';display:table;clear:both}#cd-timeline{position:relative;padding:2em 0}@media screen and (min-width: 1300px){#cd-timeline{margin-top:1.5em;margin-bottom:1.5em}}#cd-timeline:before{content:'';position:absolute;top:0;left:50px;height:100%;width:6px;background:#154194}@media screen and (min-width: 1300px){#cd-timeline:before{left:50%;margin-left:-2px}}.cd-timeline-block{position:relative;margin:2em 0}@media screen and (min-width: 1300px){.cd-timeline-block{margin:3em 0}}.cd-timeline-block:after{clear:both;content:'';display:table}.cd-timeline-block:first-child{margin-top:0}@media screen and (min-width: 1300px){.cd-timeline-block:first-child{margin-bottom:0}}.cd-timeline-block:nth-child(even) .cd-timeline-content{margin-left:55%}@media screen and (max-width: 1300px){.cd-timeline-block:nth-child(even) .cd-timeline-content{float:none;margin-left:60px}}.cd-timeline-block:nth-child(even) .cd-timeline-content:before{top:24px;left:auto;right:100%;border-color:transparent;border-right-color:#f4f4f4}.cd-timeline-block:last-child{margin-bottom:0}@media screen and (min-width: 1300px){.cd-timeline-block:last-child{margin-bottom:0}}.cd-timeline-block .cd-timeline-content>p:last-child{margin-bottom:0.1rem}.cd-timeline-block .cd-timeline-content img{display:block;margin-bottom:1rem}.cd-timeline-data{position:absolute;top:0;left:0;width:50px;height:50px;border-radius:50%;margin-left:-5px;background:#fff;border:4px solid #f4f4f4;text-align:center}@media screen and (min-width: 1300px){.cd-timeline-data{font-weight:bold;font-size:1.1em;width:70px;height:70px;left:50%;margin-left:-35px;line-height:60px;-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden}}@media screen and (max-width: 1300px){.cd-timeline-data{padding-top:0.7em;font-size:0.9em}}@media screen and (min-width: 1300px){.cssanimations .cd-timeline-data.is-hidden{visibility:hidden}}@media screen and (min-width: 1300px){.cssanimations .cd-timeline-data.bounce-in{visibility:visible;-webkit-animation:cd-bounce-1 0.6s;-moz-animation:cd-bounce-1 0.6s;animation:cd-bounce-1 0.6s}}.cssanimations .cd-timeline-content.is-hidden{visibility:hidden}.cssanimations .cd-timeline-content.bounce-in{visibility:visible;-webkit-animation:cd-bounce-2 0.6s;-moz-animation:cd-bounce-2 0.6s;animation:cd-bounce-2 0.6s}.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content .bounce-in{-webkit-animation:cd-bounce-2-inverse 0.6s;-moz-animation:cd-bounce-2-inverse 0.6s;animation:cd-bounce-2-inverse 0.6s}@-webkit-keyframes cd-bounce-1{0%{opacity:0;-webkit-transform:scale(0.5)}60%{opacity:1;-webkit-transform:scale(1.2)}100%{-webkit-transform:scale(1)}}@-moz-keyframes cd-bounce-1{0%{opacity:0;-moz-transform:scale(0.5)}60%{opacity:1;-moz-transform:scale(1.2)}100%{-moz-transform:scale(1)}}@keyframes cd-bounce-1{0%{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}60%{opacity:1;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.cd-timeline-content{position:relative;margin-left:60px;background:#f4f4f4;padding:1em}@media screen and (min-width: 1300px){.cd-timeline-content{padding:1.6em;width:30%;margin-left:0;margin:0 auto;margin-left:15%}}.cd-timeline-content:after{clear:both;content:"";display:table}.cd-timeline-content:before{content:'';position:absolute;top:16px;right:100%;height:0;width:0;border:10px solid transparent;border-right:10px solid #f4f4f4}@media screen and (min-width: 1300px){.cd-timeline-content:before{top:24px;left:100%;border-color:transparent;border-left-color:#f4f4f4}}.cd-timeline-content h2,.cd-timeline-content .news__title{margin-bottom:0.5em}@-webkit-keyframes cd-bounce-2{0%{opacity:0;-webkit-transform:translateX(-100px)}60%{opacity:1;-webkit-transform:translateX(20px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes cd-bounce-2{0%{opacity:0;-moz-transform:translateX(-100px)}60%{opacity:1;-moz-transform:translateX(20px)}100%{-moz-transform:translateX(0)}}@keyframes cd-bounce-2{0%{opacity:0;-webkit-transform:translateX(-100px);-moz-transform:translateX(-100px);-ms-transform:translateX(-100px);-o-transform:translateX(-100px);transform:translateX(-100px)}60%{opacity:1;-webkit-transform:translateX(20px);-moz-transform:translateX(20px);-ms-transform:translateX(20px);-o-transform:translateX(20px);transform:translateX(20px)}100%{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes cd-bounce-2-inverse{0%{opacity:0;-webkit-transform:translateX(100px)}60%{opacity:1;-webkit-transform:translateX(-20px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes cd-bounce-2-inverse{0%{opacity:0;-moz-transform:translateX(100px)}60%{opacity:1;-moz-transform:translateX(-20px)}100%{-moz-transform:translateX(0)}}@keyframes cd-bounce-2-inverse{0%{opacity:0;-webkit-transform:translateX(100px);-moz-transform:translateX(100px);-ms-transform:translateX(100px);-o-transform:translateX(100px);transform:translateX(100px)}60%{opacity:1;-webkit-transform:translateX(-20px);-moz-transform:translateX(-20px);-ms-transform:translateX(-20px);-o-transform:translateX(-20px);transform:translateX(-20px)}100%{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}.fullwidth-timeline{max-width:100vw;margin-left:auto;margin-right:auto;position:relative;background-color:#fff;margin-top:6em;margin-bottom:6em}.fullwidth-timeline::after{display:block;clear:both;content:""}.fullwidth-timeline .fullwidth-image{width:100vw;margin:0;display:block}.history-teaser{padding-top:3em;padding-bottom:3em;position:relative}.history-teaser .content-wrapper{float:left;display:block;margin-right:1.27236%;width:35.55395%;margin-left:9.20658%}.history-teaser .content-wrapper:last-child{margin-right:0}@media screen and (max-width: 769px){.history-teaser .content-wrapper{float:left;display:block;margin-right:1.27236%;width:81.58684%}.history-teaser .content-wrapper:last-child{margin-right:0}}.history-teaser .svg-container{margin-top:3em;margin-bottom:3em}.history-teaser .image-wrapper{float:left;display:block;margin-right:1.27236%;width:53.96711%}.history-teaser .image-wrapper:last-child{margin-right:0}@media screen and (max-width: 769px){.history-teaser .image-wrapper{float:left;display:block;margin-right:1.27236%;width:100%}.history-teaser .image-wrapper:last-child{margin-right:0}}.part-of-us{padding-top:3em;padding-bottom:3em;position:relative}.part-of-us .content-wrapper{float:left;display:block;margin-right:1.07451%;width:61.12519%;margin-left:19.4374%}.part-of-us .content-wrapper:last-child{margin-right:0}.part-of-us .intro-text{display:block}.part-of-us .intro-text::after{display:block;clear:both;content:""}@media screen and (max-width: 769px){.part-of-us .intro-text{float:left;display:block;margin-right:1.55951%;width:100%;margin-left:0%}.part-of-us .intro-text:last-child{margin-right:0}}.part-of-us .preview-wrapper{float:left;display:block;margin-right:1.07451%;width:100%;margin-top:1.5em}.part-of-us .preview-wrapper:last-child{margin-right:0}.part-of-us .image-wrapper{float:left;display:block;margin-right:1.55951%;width:32.29366%;margin-left:11.28439%;position:relative}.part-of-us .image-wrapper:last-child{margin-right:0}@media screen and (max-width: 769px){.part-of-us .image-wrapper{margin-left:0%}}.part-of-us .image-wrapper:nth-child(2n){margin-left:7.77496%}@media screen and (max-width: 769px){.part-of-us .image-wrapper:nth-child(2n){margin-left:0%}}@media screen and (max-width: 769px){.part-of-us .image-wrapper{float:left;display:block;margin-right:1.55951%;width:100%}.part-of-us .image-wrapper:last-child{margin-right:0}}.part-of-us .image-wrapper img,.part-of-us .image-wrapper .color-span{border-radius:100%}.part-of-us .image-wrapper img{width:100%}.part-of-us .image-wrapper .color-span{display:block;width:100%;height:100%;position:absolute;bottom:0;transition:background-color 0.25s ease-in-out}@media (prefers-reduced-motion: reduce){.part-of-us .image-wrapper .color-span{transition:none}}.part-of-us .image-wrapper:hover .color-span{background-color:rgba(21,65,148,0.85)}.part-of-us .image-wrapper p{font-family:"Linotype Didot W01",Serif;font-size:1.75em;line-height:1;color:#fff;font-weight:bold;position:absolute;top:50%;transform:translateY(-50%);width:100%;text-align:center}.view-more{max-width:100%;margin-left:auto;margin-right:auto}.view-more::after{display:block;clear:both;content:""}.view-more .content-container{float:left;display:block;width:50%;position:relative}@media screen and (max-width: 769px){.view-more .content-container{width:100%}}.view-more .content-container a:hover:after,.view-more .content-container a:focus:after{position:absolute;top:0;left:0;bottom:0;right:0;content:"";display:block}.view-more .content-container a:hover .content-inner,.view-more .content-container a:focus .content-inner{border-radius:0}.view-more .content-container img{width:100%;display:block}.view-more .content-container.bg--blue a{color:#fff}.view-more .content-container.bg--blue a .content-inner{border:4px solid #fff}.view-more .content-inner{position:absolute;width:12em;height:12em;border-radius:100%;border:4px solid #154194;padding:1.5em;top:calc(50% - 6em);left:calc(50% - 6em);text-align:center;display:table;transition:border-radius 0.25s ease-in-out}@media (prefers-reduced-motion: reduce){.view-more .content-inner{transition:none}}.view-more .content-inner .text-wrapper{display:table-cell;vertical-align:middle}.view-more .content-inner .text-wrapper .area{font-family:"Linotype Didot W01",Serif;font-size:0.75em;margin-top:2em;margin-bottom:0}.view-more .content-inner .text-wrapper .view-more{font-size:1.75em}.goto-area{width:100%;margin-top:3em;margin-bottom:3em;text-align:center}@media screen and (max-width: 769px){.goto-area{margin-top:1.5em;margin-bottom:1.5em}}.pdfdownload-wrapper{padding-top:3em;padding-bottom:3em}@media screen and (max-width: 769px){.pdfdownload-wrapper{margin-top:1.5em;margin-bottom:1.5em}}.pdfdownload-inner{float:left;display:block;margin-right:1.07451%;width:100%}.pdfdownload-inner:last-child{margin-right:0}@media screen and (max-width: 769px){.pdfdownload-inner{float:left;display:block;margin-right:1.07451%;width:84.45008%;margin-left:7.77496%}.pdfdownload-inner:last-child{margin-right:0}}.pdfdownload-inner .pdf-container{display:block}.pdf-container{margin:1.5em 0 0 0}.pdf-container:after{display:block;clear:both;content:""}.pdf-block{float:left;display:block;margin-right:1.07451%;width:15.77125%;text-align:center;margin-bottom:3em}.pdf-block:last-child{margin-right:0}.pdf-block:nth-child(6n){margin-right:0}.pdf-block:nth-child(6n+1){clear:left}@media screen and (max-width: 1024px){.pdf-block{float:left;display:block;margin-right:1.07451%;width:24.19412%}.pdf-block:last-child{margin-right:0}.pdf-block:nth-child(6n){margin-right:1.07451%}.pdf-block:nth-child(6n+1){clear:none}.pdf-block:nth-child(4n){margin-right:0}.pdf-block:nth-child(4n+1){clear:left}}@media screen and (max-width: 769px){.pdf-block{float:left;display:block;margin-right:1.07451%;width:49.46275%}.pdf-block:last-child{margin-right:0}.pdf-block:nth-child(4n){margin-right:1.07451%}.pdf-block:nth-child(4n+1){clear:none}.pdf-block:nth-child(2n){margin-right:0}.pdf-block:nth-child(2n+1){clear:left}}@media screen and (max-width: 480px){.pdf-block{float:left;display:block;margin-right:1.07451%;width:100%;margin-right:0}.pdf-block:last-child{margin-right:0}.pdf-block:nth-child(2n){margin-right:1.07451%}.pdf-block:nth-child(2n+1){clear:none}}.pdf-block .preview-image__container{border:1px solid #ddd;background-color:#fff;margin-bottom:0.75rem}.pdf-block .preview-image__container img{border-top-left-radius:20px;border-bottom-right-radius:20px}.pdf-block .preview-image__container a{display:block;border:none !important}.corporate-slogans{padding-top:1.5em;padding-bottom:1.5em;display:flex;align-items:stretch;flex-wrap:wrap}.corporate-slogans .corporate-slogans__item{float:left;display:block;margin-right:1.16509%;width:15.69576%;background-color:#154194;margin-bottom:1.07143em;padding:1.5em}.corporate-slogans .corporate-slogans__item:last-child{margin-right:0}.corporate-slogans .corporate-slogans__item:nth-child(6n){margin-right:0}.corporate-slogans .corporate-slogans__item:nth-child(6n+1){clear:left}@media screen and (max-width: 1024px){.corporate-slogans .corporate-slogans__item{float:left;display:block;margin-right:1.16509%;width:24.12618%}.corporate-slogans .corporate-slogans__item:last-child{margin-right:0}.corporate-slogans .corporate-slogans__item:nth-child(6n){margin-right:1.16509%}.corporate-slogans .corporate-slogans__item:nth-child(6n+1){clear:none}.corporate-slogans .corporate-slogans__item:nth-child(4n){margin-right:0}.corporate-slogans .corporate-slogans__item:nth-child(4n+1){clear:left}}@media screen and (max-width: 769px){.corporate-slogans .corporate-slogans__item{float:left;display:block;margin-right:1.16509%;width:49.41745%;margin-bottom:.375em}.corporate-slogans .corporate-slogans__item:last-child{margin-right:0}.corporate-slogans .corporate-slogans__item:nth-child(3n){margin-right:1.16509%}.corporate-slogans .corporate-slogans__item:nth-child(3n+1){clear:none}.corporate-slogans .corporate-slogans__item:nth-child(2n){margin-right:0}.corporate-slogans .corporate-slogans__item:nth-child(2n+1){clear:left}}.corporate-slogans .corporate-slogans__item.right-align .slogan{text-align:right}.corporate-slogans .corporate-slogans__item .center-text{display:table;height:100%;width:100%;min-height:7em;color:#fff;font-size:1.375em}@media screen and (max-width: 1024px){.corporate-slogans .corporate-slogans__item .center-text{font-size:1.5em}}@media screen and (max-width: 769px){.corporate-slogans .corporate-slogans__item .center-text{font-size:1.25em}}.corporate-slogans .corporate-slogans__item .center-text .slogan{display:table-cell;vertical-align:middle}.search-wrapper{position:absolute;right:1rem;top:calc(50% - 1rem);text-align:center;width:2em;height:2em;line-height:2rem}@media screen and (max-width: 900px){.search-wrapper{top:25px}}@media screen and (max-width: 768px){.search-wrapper{display:none}}.search-wrapper .search__icon{display:block;cursor:pointer}.search-wrapper .search__icon img{width:15px;height:15px}.search-wrapper .search__form{position:absolute;top:-7px;right:30px;opacity:0;z-index:-1;display:none}.search-wrapper .search__form.open{opacity:1;z-index:999;display:block}.search-wrapper .search__form .search__input{padding:5px;display:block;width:250px;margin-bottom:1.5em}.search-wrapper .search__form .search__submit{margin-bottom:0}.search-results .result__item{margin:2.625em 0;padding-left:.75em;border-left:1px solid #154194}.search-results .result__item .result__title{font-size:1.3em;margin-bottom:0}.search-results .result__item .result__url{display:block;font-size:.9em;margin-bottom:.375em}.search-results .search-image{display:block;width:50%;margin:0 auto}.mobile-search{display:none !important;width:100% !important;margin-top:0 !important}@media screen and (max-width: 768px){.mobile-search{display:block !important;margin-top:1.5em}.mobile-search .search__input{width:100%;margin:0 auto}.mobile-search .search__submit{margin-top:1.5em;width:40%}}.mobile-search .search__icon img{position:absolute;right:1em;top:15px;width:15px;height:15px}.typeahead-list{position:absolute;opacity:0;display:none;top:30px;right:0;width:500px;background-color:#fff;border:1px solid #ddd;padding:1.5em;text-align:left;transition:opacity .5s ease-in-out;overflow-y:scroll;max-height:22em}.typeahead-list.open{opacity:1;display:block}.typeahead-list li{margin-bottom:.75em}.ask-the-expert .ask-the-expert__inner{max-width:1300px;margin-left:auto;margin-right:auto}.ask-the-expert .ask-the-expert__inner::after{display:block;clear:both;content:""}.ask-the-expert .ask-the-expert__inner.error .contact-form.hidden{display:block}.ask-the-expert .ask-the-expert__inner .cb-text__text{float:left;display:block;margin-right:1.07451%;width:45.57527%;margin-left:19.4374%;position:relative}.ask-the-expert .ask-the-expert__inner .cb-text__text:last-child{margin-right:0}@media screen and (max-width: 769px){.ask-the-expert .ask-the-expert__inner .cb-text__text{float:left;display:block;margin-right:1.07451%;width:68.90015%;margin-left:7.77496%}.ask-the-expert .ask-the-expert__inner .cb-text__text:last-child{margin-right:0}}.ask-the-expert .ask-the-expert__inner .ask-the-expert__picto{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.ask-the-expert .ask-the-expert__inner .ask-the-expert__picto img{max-width:8rem}.ask-the-expert .ask-the-expert__inner .ask-the-expert__subtitle{margin:1em 0;font-size:1.25em}.ask-the-expert .ask-the-expert__inner .contact-form{display:block;padding-top:0}.ask-the-expert .ask-the-expert__inner .contact-form.hidden{display:none}.ask-the-expert .ask-the-expert__inner .contact-form .first-page{position:relative}.ask-the-expert .ask-the-expert__inner .contact-form .first-page .dropdown-icon{display:block;width:100%;text-align:left;margin-top:0;margin-bottom:1.5em;cursor:pointer}.ask-the-expert .ask-the-expert__inner .contact-form .first-page .dropdown-icon .show-more-label{font-size:2em;position:absolute;left:2em;transition:opacity 0.75s ease-in-out}@media (prefers-reduced-motion: reduce){.ask-the-expert .ask-the-expert__inner .contact-form .first-page .dropdown-icon .show-more-label{transition:none}}.ask-the-expert .ask-the-expert__inner .contact-form .first-page .dropdown-icon .show-more-label.hidden{opacity:0}.ask-the-expert .ask-the-expert__inner .contact-form .first-page .dropdown-icon.open img{transform:rotate(-180deg)}.ask-the-expert .ask-the-expert__inner .contact-form .second-page.hidden{display:none}.ask-the-expert .ask-the-expert__inner .contact-form .half-width .form__row{width:48%;float:left;margin-right:4%}.ask-the-expert .ask-the-expert__inner .contact-form .half-width+.form__row{width:48%;float:left}.ask-the-expert .ask-the-expert__inner .contact-form .half-width+.form__row+.form__row{clear:both}.ask-the-expert .ask-the-expert__inner .contact-form .form__row{margin-bottom:1.5em}.ask-the-expert .ask-the-expert__inner .contact-form .form__row label{display:inline-block}.ask-the-expert .ask-the-expert__inner .contact-form .form__row label.required{position:relative}.ask-the-expert .ask-the-expert__inner .contact-form .form__row label.required:after{font-size:.86957em;content:"*";display:block;position:absolute;top:0.15em;right:-.75em}.ask-the-expert .ask-the-expert__inner .contact-form .form__row select{height:45px}.ask-the-expert .ask-the-expert__inner .contact-form .form__row.submit{clear:both}.ask-the-expert .Tokenize{width:100%}.ask-the-expert .Tokenize li:before{display:none}.ask-the-expert .Tokenize .TokensContainer{height:auto;padding:5px}.ask-the-expert .Tokenize .TokensContainer .Token{line-height:32px;height:auto;margin:5px}.ask-the-expert .Tokenize .TokensContainer .Token .close{margin:8px 0 0 5px}.ask-the-expert .Tokenize .TokensContainer .Token span{font-size:inherit}.ask-the-expert .Tokenize .TokensContainer .TokenSearch{height:auto;margin:5px}.ask-the-expert .Tokenize .TokensContainer .TokenSearch input{font-size:inherit;line-height:32px}.ask-the-expert div.TokenizeMeasure{font-size:inherit}.interview-teaser{min-height:30rem;position:relative;background-image:url("/a/i/wood_background_bw.jpg");background-size:100% 100%;transition:all 0.5s ease-in-out}@media screen and (max-width: 769px){.interview-teaser{background-image:url("/a/i/wood_background.jpg")}}.interview-teaser:hover{background-image:url("/a/i/wood_background.jpg")}.interview-teaser:hover .teaser-image.black--white{opacity:0}.interview-teaser:hover .teaser-image.colored{opacity:1}.interview-teaser.header{background-image:url("/a/i/wood_background.jpg");min-height:25rem}.interview-teaser.header .teaser-image.black--white{opacity:0}.interview-teaser.header .teaser-image.colored{opacity:1}.interview-teaser.header .teaser-image{height:25rem}.interview-teaser .teaser-image{float:left;display:block;margin-right:2.35765%;width:40.29137%;height:30rem;position:absolute;bottom:0;transition:all 0.5s ease-in-out;max-width:38rem;background-position:center center;background-repeat:no-repeat;background-size:cover}.interview-teaser .teaser-image:last-child{margin-right:0}@media screen and (max-width: 769px){.interview-teaser .teaser-image{float:left;display:block;margin-right:2.35765%;width:100%;position:relative;padding:2rem}.interview-teaser .teaser-image:last-child{margin-right:0}.interview-teaser .teaser-image.black--white{display:none}}.interview-teaser .teaser-image.black--white{opacity:1}.interview-teaser .teaser-image img{display:block}.interview-teaser .teaser-content{position:relative;float:left;display:block;margin-right:2.35765%;width:48.82117%;margin-left:51.17883%;padding:3rem}.interview-teaser .teaser-content:last-child{margin-right:0}@media screen and (max-width: 769px){.interview-teaser .teaser-content{float:left;display:block;margin-right:2.35765%;width:100%;margin-left:0%;background:#a6a6a6;background:linear-gradient(212deg, #a6a6a6 0%, #626262 100%)}.interview-teaser .teaser-content:last-child{margin-right:0}}.interview-teaser .teaser-content .interview-person{font-family:"Linotype Didot W01",Serif;font-style:italic;color:#fff;margin-bottom:1rem;font-size:1.25em}.interview-teaser .teaser-content .interview-quote h1{font-family:"Linotype Didot W01",Serif;font-weight:400;font-style:italic;font-size:3.75em;color:#fff;line-height:1;margin-bottom:2rem}@media screen and (max-width: 480px){.interview-teaser .teaser-content .interview-quote h1{font-size:2.25em}}.interview-teaser .teaser-content .button{border-color:#fff;color:#fff;transition:all 0.25s ease-in-out}.interview-teaser .teaser-content .button:hover{background-color:#fff;color:#000}.interview-text{margin-bottom:0}.interview-text .serif-text{float:left;display:block;margin-right:2.35765%;width:48.82117%;color:#154194;font-family:"Linotype Didot W01",Serif;font-style:italic;font-size:1.2rem}.interview-text .serif-text:last-child{margin-right:0}.interview-text .serif-text p{margin-bottom:1.3em}.interview-text .sans-serif-text{float:left;display:block;margin-right:2.35765%;width:48.82117%;margin-right:0}.interview-text .sans-serif-text:last-child{margin-right:0}.interview-text .sans-serif-text p{margin-bottom:1.3em}nav.main{position:fixed;width:15%;left:2%;top:2%}nav.main ul{padding:1.5em;background-color:#f5f5f5}nav.main ul li{padding-left:0;margin-bottom:.5em}nav.main ul li:before{content:""}.styleguide{margin-top:3em;max-width:850px !important;padding:1.5em}.styleguide-container{margin:6em 0}.info,.dev-info,.comments{float:left;display:block;margin-right:1.07451%;width:61.12519%;margin-left:19.4374%;margin-top:1.5em;margin-bottom:1.5em;position:relative;border:1px solid #757575;padding:.75em;color:#757575;font-weight:bold}.info:last-child,.dev-info:last-child,.comments:last-child{margin-right:0}.info:after,.dev-info:after,.comments:after{content:'INFO';position:absolute;top:-1.05em;left:-1px;background:#757575;padding:.1875em .75em;color:#fff;font-weight:bold;font-size:0.7em;line-height:1.2}.dev-info{background-color:#f2f2f2;border:1px solid #999;border-radius:4px;color:#999;margin-top:3em;margin-bottom:3em}.dev-info:after{content:'DEV INFO';background:#999}.debug{outline:2px solid #ff0000}.debug *{outline:1px solid #ff6600}.debug *>*{outline:1px solid #ff9966}.debug *>*>*{outline:1px solid #ffcc99}table.detail-describtion{margin-bottom:3em}table.detail-describtion th{font-weight:normal;background-color:transparent;color:#000;border-bottom:1px solid #ddd}table.detail-describtion td{vertical-align:middle;border-bottom:1px solid #ddd}table.detail-describtion *{padding:0.25em;padding-left:0;margin:0;background-color:transparent !important}.color-block-container{max-width:1300px;margin-left:auto;margin-right:auto}.color-block-container::after{display:block;clear:both;content:""}.color-block{float:left;display:block;margin-right:2.35765%;width:14.70196%;position:relative;margin-bottom:4.5em;margin-right:1.5em}.color-block:last-child{margin-right:0}.color-block .color{height:7em}.color-block .color-info{text-align:center;position:absolute;width:100%;background-color:#f2f2f2;font-size:0.75em;padding:0.5em;bottom:-1.5em;left:0}.styleguide form{width:60%}.content-model{max-width:1300px;margin-left:auto;margin-right:auto;margin-top:3em}.content-model::after{display:block;clear:both;content:""}.content-model nav{float:left;display:block;margin-right:1.07451%;width:26.13786%}.content-model nav:last-child{margin-right:0}.content-model nav ul>li{font-weight:bold;margin-bottom:.75em;margin-left:1em;text-transform:uppercase}.content-model nav ul>li a:link,.content-model nav ul>li a:visited{color:#154194}.content-model nav ul>li a:focus,.content-model nav ul>li a:hover{color:#113476}.content-model nav ul>li a:active,.content-model nav ul>li a.active{color:#0d2759}.content-model nav ul>li li{font-weight:normal;margin-bottom:0;text-transform:none}.content-model nav ul>li li li{font-size:0.8em}.content-model .content-container{float:left;display:block;margin-right:1.07451%;width:61.12519%}.content-model .content-container:last-child{margin-right:0}.content-model .content-container figure{display:block;margin:1.5em 0;padding:1.5em 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.content-model .content-container figure::after{display:block;clear:both;content:""}.content-model .content-container figure a{display:block;border:none;float:left;display:block;margin-right:1.75788%;width:61.8408%;margin-left:19.0796%}.content-model .content-container figure a:last-child{margin-right:0}.content-model .content-container figure.with-caption a{margin-left:0%}.content-model .content-container figure.with-caption figcaption{font-size:.8em;float:left;display:block;margin-right:1.75788%;width:30.04146%;margin-left:6.35987%}.content-model .content-container figure.with-caption figcaption:last-child{margin-right:0}.content-model .content-container figure.with-caption figcaption h3{font-size:1.2em}.error-page{float:left;display:block;margin-right:1.07451%;width:61.12519%;margin-left:19.4374%;margin-top:3em;margin-bottom:3em}.error-page:last-child{margin-right:0}.video-container .video{position:fixed;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;-ms-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);background-size:cover}.event-wrapper{margin-top:20em;margin-bottom:3em}@media screen and (max-width: 480px){.event-wrapper{margin-top:15em}}.event-wrapper .no--events{background-color:#fff;margin-bottom:3em}.event-wrapper .no--events .event__header{cursor:auto}.event-wrapper .no--events .event__header h2,.event-wrapper .no--events .event__header .news__title{margin-bottom:0}.event{background-color:rgba(255,255,255,0.85);margin-bottom:1.5em;transition:background-color .5s ease-in-out}.event:hover{background-color:#fff}.event.detailview{background-color:#fff}.event.detailview .event__detailsbutton .line:first-child{display:none}.event .event__header{cursor:pointer;padding:1em;display:block;overflow:hidden}.event .event__inner{max-width:1300px;margin-left:auto;margin-right:auto}.event .event__inner::after{display:block;clear:both;content:""}.event .event__image{float:left;display:block;margin-right:1.07451%;width:30.02534%;padding:1.5em;padding-top:0}.event .event__image:last-child{margin-right:0}@media screen and (max-width: 480px){.event .event__image{float:left;display:block;margin-right:1.07451%;width:61.12519%;margin-left:15.54992%;margin-top:1.5em;margin-bottom:1.5em}.event .event__image:last-child{margin-right:0}}.event .event__content{float:left;display:block;margin-right:1.07451%;width:100%}.event .event__content:last-child{margin-right:0}.event .event__content .event__title{float:left;display:block;margin-right:1.07451%;width:33.91282%;font-size:1.5em;margin-bottom:0;font-weight:bold}.event .event__content .event__title:last-child{margin-right:0}@media screen and (max-width: 480px){.event .event__content .event__title{float:left;display:block;margin-right:1.07451%;width:100%}.event .event__content .event__title:last-child{margin-right:0}}.event .event__content .event__date{float:left;display:block;margin-right:1.07451%;width:53.35023%;font-size:1.5em;margin-bottom:0;font-weight:bold}.event .event__content .event__date:last-child{margin-right:0}@media screen and (max-width: 480px){.event .event__content .event__date{float:left;display:block;margin-right:1.07451%;width:92.22504%;margin-top:.75em;margin-bottom:.75em}.event .event__content .event__date:last-child{margin-right:0}}.event .event__content .event__detailsbutton{float:left;display:block;margin-right:1.07451%;width:2.81298%;position:relative;text-align:center;margin-bottom:0;border:none !important;padding:.75em;display:inline-block}.event .event__content .event__detailsbutton:last-child{margin-right:0}@media screen and (max-width: 480px){.event .event__content .event__detailsbutton{float:left;display:block;margin-right:1.07451%;width:100%}.event .event__content .event__detailsbutton:last-child{margin-right:0}.event .event__content .event__detailsbutton .line{right:1.5em}}.event .event__content .event__detailsbutton .line{display:block;position:absolute;background-color:#154194;width:2px;height:20px;transform:rotate(-90deg);top:0px}.event .event__content .event__detailsbutton .line:first-child{transform:rotate(0deg)}.event .additional-info{float:left;display:block;margin-right:1.07451%;width:100%;display:none;text-align:left;padding-top:1.875em}.event .additional-info:last-child{margin-right:0}@media screen and (max-width: 480px){.event .additional-info{padding:1.5em}}.event .additional-info h2,.event .additional-info .news__title{font-size:1.5em;margin-bottom:.75em}.event .additional-info .additional-info__text{float:left;display:block;margin-right:1.07451%;width:57.23771%;margin-left:3.88748%}.event .additional-info .additional-info__text:last-child{margin-right:0}.event .additional-info .additional-info__text p{margin-bottom:1.5em}@media screen and (max-width: 480px){.event .additional-info .additional-info__text{float:left;display:block;margin-right:1.07451%;width:92.22504%;margin-left:0%}.event .additional-info .additional-info__text:last-child{margin-right:0}}.event .additional-info .event__table{border:none;margin-bottom:1em}.event .additional-info .event__table tr{background-color:transparent !important}.event .additional-info .event__table td{border:none}.event .additional-info .event__table .title-row{font-weight:bold !important}.event .additional-info .button{margin-bottom:1.5em}.event .event-table{border:0 !important;text-align:left}.event .event-table tr{background-color:transparent !important}.events-preview{float:left;display:block;margin-right:1.07451%;width:100%;margin-bottom:1.5em}.events-preview:last-child{margin-right:0}.events-preview article{float:left;display:block;margin-right:1.07451%;width:32.617%;background-color:#fff;padding:2.25em 3em;text-align:center}.events-preview article:last-child{margin-right:0}@media screen and (max-width: 769px){.events-preview article{float:left;display:block;margin-right:1.07451%;width:100%;margin-right:0;margin-bottom:1.5em}.events-preview article:last-child{margin-right:0}}.events-preview article h2,.events-preview article .news__title{font-size:1.25em;margin-bottom:1.5em}.events-preview-wrapper .button-wrapper{float:left;display:block;margin-right:1.75788%;width:87.28027%;margin-left:6.35987%;text-align:center;margin-top:1.5em;margin-bottom:1.5em}.events-preview-wrapper .button-wrapper:last-child{margin-right:0}.userforms-container{float:left;display:block;margin-right:1.07451%;width:61.12519%;margin-left:19.4374%;margin-top:3em;margin-bottom:3em}.userforms-container:last-child{margin-right:0}@media screen and (max-width: 769px){.userforms-container{float:left;display:block;margin-right:1.16509%;width:91.56958%;margin-left:4.21521%;margin-top:1.5em;margin-bottom:1.5em}.userforms-container:last-child{margin-right:0}}.userforms-container .Tokenize{width:100%}.userforms-container .Tokenize .TokensContainer{height:auto;padding:5px}.userforms-container .Tokenize .TokensContainer .Token{line-height:32px;height:auto;margin:5px}.userforms-container .Tokenize .TokensContainer .Token:before{display:none}.userforms-container .Tokenize .TokensContainer .Token .close{margin:8px 0 0 5px}.userforms-container .Tokenize .TokensContainer .Token span{font-size:inherit}.userforms-container .Tokenize .TokensContainer .TokenSearch{padding-left:0;height:auto;margin:5px}.userforms-container .Tokenize .TokensContainer .TokenSearch:before{display:none}.userforms-container .Tokenize .TokensContainer .TokenSearch input{font-size:inherit;line-height:32px}.userforms-container .Tokenize .Dropdown{padding:1rem}.userform{float:left;display:block;margin-right:1.75788%;width:74.56053%;margin-left:12.71973%;margin-top:3em;margin-bottom:3em;padding:2.25em;padding-top:5em;border:2px solid #154194;position:relative}.userform:last-child{margin-right:0}@media screen and (max-width: 769px){.userform{float:left;display:block;margin-right:1.75788%;width:100%;margin-left:0%}.userform:last-child{margin-right:0}}.userform .form-row:last-child{margin-bottom:0}.userform .register-button{margin-right:1.5em}.userform .form-title{position:absolute;top:0;left:0;width:100%;padding:1em;padding-left:2em;color:#fff;margin-bottom:1em;background-color:#154194}.userform .button--login{padding:0.75em 3em}.form-row .userform .button--login{background-color:green}.userform ul.errors{float:left;display:block;margin-right:1.16509%;width:100%}.userform ul.errors:last-child{margin-right:0}.google-maps-container{background-color:#f4f4f4}.location-buttons-container{text-align:center}.location-buttons-container .button,.location-buttons-container .content .typo .button,.content .typo .location-buttons-container .button{margin-right:1.5em}#map{width:100%;height:30vw;background-color:#ddd}@media screen and (max-width: 769px){#map{display:none}}.location-select{padding:1em 2em;margin-bottom:.375em;margin-right:.375em;display:inline-block;border-bottom:4px solid transparent !important;background-color:#ddd}.location-select.active{border-bottom:4px solid #154194 !important}.location-blocks{max-width:100%;margin-left:auto;margin-right:auto}.location-blocks::after{display:block;clear:both;content:""}.location-blocks .location{position:relative;width:33.33%;height:22em;float:left;text-align:center;background-color:#154194;padding:1.5em;color:#fff;background-size:cover;display:flex;flex-direction:column;justify-content:center}.location-blocks .location.fill-element{display:none}@media screen and (max-width: 1024px){.location-blocks .location{width:50%;height:20em}.location-blocks .location.fill-element{display:block}}@media screen and (max-width: 769px){.location-blocks .location{width:100%}.location-blocks .location.fill-element{display:none}}.location-blocks .location .location__title{font-size:2em;margin-bottom:0.25em;font-weight:200}.location-blocks .location:nth-child(2n){background-color:#000}.location-blocks .location__title{font-weight:bold;font-size:2em;margin-bottom:0.5em}.location-blocks .location__adress a{border:0;text-decoration:none;color:#fff !important}@media screen and (max-width: 769px){.location-blocks .location--button{display:none}}.location-blocks .maps-link{display:none}@media screen and (max-width: 769px){.location-blocks .maps-link{display:inline-block}}.location-blocks a{color:#fff}.location-blocks .button,.location-blocks .content .typo .button,.content .typo .location-blocks .button{border:2px solid #fff !important}.ask-our-experts{padding-top:3em;padding-bottom:3em}.ask-our-experts .content-inner{float:left;display:block;margin-right:1.07451%;width:76.67511%;margin-left:11.66244%}.ask-our-experts .content-inner:last-child{margin-right:0}.ask-our-experts .block{float:left;display:block;margin-right:1.40138%;width:32.39908%}.ask-our-experts .block:last-child{margin-right:0}.ask-our-experts .block .button{margin-left:20.28028%;margin-top:3em}.ask-our-experts table{width:75%;margin:0 auto;border:1px solid #fff}.ask-our-experts tr,.ask-our-experts td{background-color:transparent !important}.products .our-products img{max-width:30rem;margin:0 auto}@media screen and (max-width: 480px){.products .our-products img{max-width:20rem}}.content-with-sidebar:after{display:block;clear:both;content:""}.content-with-sidebar .row--2col{display:flex;flex-wrap:wrap;margin:0 -1rem}.content-with-sidebar .row--2col>[class^="col-"]{padding:0 1rem;width:100%}.content-with-sidebar .col-left{flex:0 0 66.666667%;max-width:66.666667%;width:100%}@media screen and (max-width: 769px){.content-with-sidebar .col-left{flex:0 0 100%;max-width:100%}}.content-with-sidebar .col-right{flex:0 0 33.333333%;max-width:33.333333%;width:100%}@media screen and (max-width: 769px){.content-with-sidebar .col-right{flex:0 0 100%;max-width:100%}}.content-with-sidebar .col-content{padding:3em 0}.polymer-stabilizers .products-content .cb-text__text,.lubes-fuel-additives .products-content .cb-text__text,.tpp .products-content .cb-text__text,.specialty-chemicals-old .products-content .cb-text__text,.fuel-and-lubricant-additives .products-content .cb-text__text,.coatings .products-content .cb-text__text,.tpu-spu .products-content .cb-text__text,.tin-intermediates-pvc .products-content .cb-text__text,.specialty-chemicals .products-content .cb-text__text{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;float:none}.polymer-stabilizers .products-content .cb-text__text h1,.lubes-fuel-additives .products-content .cb-text__text h1,.tpp .products-content .cb-text__text h1,.specialty-chemicals-old .products-content .cb-text__text h1,.fuel-and-lubricant-additives .products-content .cb-text__text h1,.coatings .products-content .cb-text__text h1,.tpu-spu .products-content .cb-text__text h1,.tin-intermediates-pvc .products-content .cb-text__text h1,.specialty-chemicals .products-content .cb-text__text h1{margin-bottom:1.5rem}.polymer-stabilizers .products-content .cb-text__text h2,.polymer-stabilizers .products-content .cb-text__text .news__title,.lubes-fuel-additives .products-content .cb-text__text h2,.lubes-fuel-additives .products-content .cb-text__text .news__title,.tpp .products-content .cb-text__text h2,.tpp .products-content .cb-text__text .news__title,.specialty-chemicals-old .products-content .cb-text__text h2,.specialty-chemicals-old .products-content .cb-text__text .news__title,.fuel-and-lubricant-additives .products-content .cb-text__text h2,.fuel-and-lubricant-additives .products-content .cb-text__text .news__title,.coatings .products-content .cb-text__text h2,.coatings .products-content .cb-text__text .news__title,.tpu-spu .products-content .cb-text__text h2,.tpu-spu .products-content .cb-text__text .news__title,.tin-intermediates-pvc .products-content .cb-text__text h2,.tin-intermediates-pvc .products-content .cb-text__text .news__title,.specialty-chemicals .products-content .cb-text__text h2,.specialty-chemicals .products-content .cb-text__text .news__title{margin-top:3rem;margin-bottom:1.5rem}.polymer-stabilizers .products-content .cb-text__text>p+h2,.polymer-stabilizers .products-content .cb-text__text>p+.news__title,.lubes-fuel-additives .products-content .cb-text__text>p+h2,.lubes-fuel-additives .products-content .cb-text__text>p+.news__title,.tpp .products-content .cb-text__text>p+h2,.tpp .products-content .cb-text__text>p+.news__title,.specialty-chemicals-old .products-content .cb-text__text>p+h2,.specialty-chemicals-old .products-content .cb-text__text>p+.news__title,.fuel-and-lubricant-additives .products-content .cb-text__text>p+h2,.fuel-and-lubricant-additives .products-content .cb-text__text>p+.news__title,.coatings .products-content .cb-text__text>p+h2,.coatings .products-content .cb-text__text>p+.news__title,.tpu-spu .products-content .cb-text__text>p+h2,.tpu-spu .products-content .cb-text__text>p+.news__title,.tin-intermediates-pvc .products-content .cb-text__text>p+h2,.tin-intermediates-pvc .products-content .cb-text__text>p+.news__title,.specialty-chemicals .products-content .cb-text__text>p+h2,.specialty-chemicals .products-content .cb-text__text>p+.news__title{margin-top:3rem}.polymer-stabilizers .products-content .col-content img,.lubes-fuel-additives .products-content .col-content img,.tpp .products-content .col-content img,.specialty-chemicals-old .products-content .col-content img,.fuel-and-lubricant-additives .products-content .col-content img,.coatings .products-content .col-content img,.tpu-spu .products-content .col-content img,.tin-intermediates-pvc .products-content .col-content img,.specialty-chemicals .products-content .col-content img{margin:1.5rem 0}.map-component .map-container{float:left;display:block;margin-right:1.07451%;width:61.12519%;margin-left:19.4374%;position:relative;margin-bottom:3em}.map-component .map-container:last-child{margin-right:0}@media screen and (max-width: 769px){.map-component .map-container{margin-left:7.77496%;float:left;display:block;margin-right:1.07451%;width:80.5626%}.map-component .map-container:last-child{margin-right:0}}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.map-component .map-container svg{min-height:25em}}.map-component .map-container .info-box{position:absolute;margin-top:-250px;left:calc(50% - 25%);text-align:center;padding:1rem;border-radius:5px;font-size:1.5rem;background-color:#fff;border:1px solid #ddd}@media screen and (max-width: 1024px){.map-component .map-container .info-box{margin-top:-200px;font-size:1rem}}@media screen and (max-width: 769px){.map-component .map-container .info-box{display:none}}.map-component #markers .marker{cursor:pointer}.map-component #markers .label{display:none;stroke-width:1;stroke:#ddd}.map-component #markers .label text{stroke:#000;font-size:2.5em}.map-component .description{pointer-events:none;position:absolute;display:none;text-align:center;background:white;padding:10px 15px;z-index:5;margin:0 auto;border-radius:5px;border:1px solid #ddd}.media-intro a{color:#fff !important;border-bottom:1px solid #fff !important}.media-intro p{float:left;display:block;margin-right:1.75788%;width:49.12106%}.media-intro p:last-child{margin-right:0}@media screen and (max-width: 769px){.media-intro p{float:left;display:block;margin-right:1.75788%;width:100%;margin-bottom:1.5em}.media-intro p:last-child{margin-right:0}}.media-intro .cb-text__text::after{display:block;clear:both;content:""}.overview-container{float:left;display:block;margin-right:1.75788%;width:100%;padding-top:3em;padding-bottom:3em}.overview-container:last-child{margin-right:0}@media screen and (max-width: 769px){.overview-container{padding-bottom:0}}.overview-container.event-teaser{padding-bottom:6em}.overview-container.event-teaser .event-image{float:left;display:block;margin-right:1.07451%;width:53.35023%;margin-left:0%;margin-top:0}.overview-container.event-teaser .event-image:last-child{margin-right:0}@media screen and (max-width: 769px){.overview-container.event-teaser .event-image{float:left;display:block;margin-right:1.07451%;width:100%}.overview-container.event-teaser .event-image:last-child{margin-right:0}}.overview-container.event-teaser .event-teaser__infoblock{float:left;display:block;margin-right:1.07451%;width:30.02534%}.overview-container.event-teaser .event-teaser__infoblock:last-child{margin-right:0}@media screen and (max-width: 769px){.overview-container.event-teaser .event-teaser__infoblock{float:left;display:block;margin-right:1.07451%;width:92.22504%;margin-left:0%}.overview-container.event-teaser .event-teaser__infoblock:last-child{margin-right:0}}.overview-container.event-teaser .event-teaser__infoblock .top-info .left-wrapper{float:left;display:block;margin-right:2.84259%;width:100%}.overview-container.event-teaser .event-teaser__infoblock .top-info .left-wrapper:last-child{margin-right:0}.overview-container .wrapper-link{float:left;display:block;margin-right:2.01406%;width:31.99063%;color:#000 !important;border:0 !important}.overview-container .wrapper-link:last-child{margin-right:0}@media screen and (max-width: 769px){.overview-container .wrapper-link{float:left;display:block;margin-right:2.01406%;width:100%;margin-bottom:1.5em}.overview-container .wrapper-link:last-child{margin-right:0}}.overview-container .main-title{font-size:3em}.overview-container .article__title{font-size:1.75em}.overview-container .publish-date,.overview-container .language-label-container{color:#b7b7b7}.overview-container .publish-date{display:inline-block;margin-bottom:.375em}.overview-container .image-wrapper{position:relative;margin-top:0;margin-bottom:0}.overview-container .image-wrapper img{width:100%}.overview-container .image-wrapper .news-category{position:absolute;top:1.75em;right:1.75em;padding:0.15em 1em;border:1px solid rgba(255,255,255,0.75);background:rgba(0,0,0,0.75);font-size:0.8em;color:#fff;border-radius:4px}.overview-container .overview__content-info{padding:1.5em}.overview-container .overview__article{background-color:#fff}.overview-container .overview__article .media-article__image-link{position:relative;border:0;display:block}.overview-container .overview__article .media-article__image-link img{display:block;margin-bottom:1.5em}.overview-container .overview__article .media-article__image-link .icon--rollover{width:2em;height:2em;position:absolute;top:calc(50% - 1em);left:calc(50% - 1em);display:none;z-index:99}.overview-container .overview__article .media-article__image-link:hover:after,.overview-container .overview__article .media-article__image-link:focus:after{height:100%;width:100%;background-color:rgba(21,65,148,0.85);position:absolute;top:0;left:0;display:inline-block;content:""}.overview-container .overview__article .media-article__image-link:hover .icon--rollover,.overview-container .overview__article .media-article__image-link:focus .icon--rollover{display:block}.news-overview .button-wrapper{float:left;display:block;margin-right:1.75788%;width:87.28027%;margin-left:6.35987%;text-align:center;margin-top:1.5em;margin-bottom:1.5em}.news-overview .button-wrapper:last-child{margin-right:0}.vimeo-page-title{float:left;display:block;margin-right:1.07451%;width:92.22504%;margin-left:3.88748%;margin-top:.75em !important}.vimeo-page-title:last-child{margin-right:0}.vimeo-wrapper{float:left;display:block;margin-right:1.07451%;width:92.22504%;margin-left:3.88748%;padding-bottom:3em;padding-top:3em}.vimeo-wrapper:last-child{margin-right:0}.vimeo-wrapper .vimeo-video{float:left;display:block;margin-right:1.07451%;width:100%;padding-top:3em;padding-bottom:3em}.vimeo-wrapper .vimeo-video:last-child{margin-right:0}@media screen and (max-width: 769px){.vimeo-wrapper .vimeo-video{padding-top:1.5em;padding-bottom:1.5em}}.vimeo-wrapper .vimeo-video:nth-child(1){background-color:green}.vimeo-wrapper .vimeo-video:last-child{border-bottom:none}.vimeo-wrapper .vimeo-video .vimeo-video__iframe{float:left;display:block;margin-right:1.07451%;width:49.46275%}.vimeo-wrapper .vimeo-video .vimeo-video__iframe:last-child{margin-right:0}@media screen and (max-width: 769px){.vimeo-wrapper .vimeo-video .vimeo-video__iframe{float:left;display:block;margin-right:1.07451%;width:100%}.vimeo-wrapper .vimeo-video .vimeo-video__iframe:last-child{margin-right:0}}.vimeo-wrapper .vimeo-video .vimeo-video__iframe .iframe-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;width:100%;height:auto}.vimeo-wrapper .vimeo-video .vimeo-video__iframe .iframe-wrapper iframe{max-width:100%;position:absolute;top:0;left:0;width:100%;height:100%}.vimeo-wrapper .vimeo-video .vimeo-video__content{float:left;display:block;margin-right:1.07451%;width:45.57527%;margin-left:3.88748%}.vimeo-wrapper .vimeo-video .vimeo-video__content:last-child{margin-right:0}@media screen and (max-width: 769px){.vimeo-wrapper .vimeo-video .vimeo-video__content{float:left;display:block;margin-right:1.07451%;width:92.22504%}.vimeo-wrapper .vimeo-video .vimeo-video__content:last-child{margin-right:0}.vimeo-wrapper .vimeo-video .vimeo-video__content .vimeo-video__title{margin-top:.75em}}.vimeo-wrapper .vimeo-video .vimeo-video__content .vimeo-video__date{display:block;margin-top:.75em;margin-bottom:.75em;color:#999}.vimeo-wrapper .vimeo-video .vimeo-video__content .vimeo-video__text{margin-bottom:0}.mail-success__content{padding-top:1.5em;padding-bottom:1.5em}.mail-success__content .mail-success__title{text-align:center}@media screen and (max-width: 769px){main.content>.key-values .cb-text__text{float:left;display:block;margin-right:1.07451%;width:84.45008%;margin-left:7.77496%}main.content>.key-values .cb-text__text:last-child{margin-right:0}main.content>.key-values .cb-text__text h2,main.content>.key-values .cb-text__text .news__title{margin-bottom:0}main.content>.key-values .cb-text__image{display:none}}main.content>.key-values .cb-text__text p{margin-bottom:1.5em;font-size:0.9em}.event-teaser{padding-top:3em;padding-bottom:3em}.event-teaser .button,.event-teaser .content .typo .button,.content .typo .event-teaser .button{background-color:transparent;border:2px solid #154194 !important;color:#154194 !important;font-weight:bold}.event-teaser .cb-text__text{float:left;display:block;margin-right:1.07451%;width:45.57527%;margin-top:0;padding-top:0}.event-teaser .cb-text__text:last-child{margin-right:0}@media screen and (max-width: 769px){.event-teaser .cb-text__text{float:left;display:block;margin-right:1.07451%;width:100%}.event-teaser .cb-text__text:last-child{margin-right:0}}.event-teaser .cb-text__text h1{font-size:2.5em}.event-teaser .cb-text__text p{margin-top:1.5em;margin-bottom:1.5em}.event-teaser .slider-wrapper{float:left;display:block;margin-right:1.07451%;width:45.57527%;margin-left:7.77496%}.event-teaser .slider-wrapper:last-child{margin-right:0}@media screen and (max-width: 769px){.event-teaser .slider-wrapper{float:left;display:block;margin-right:1.07451%;width:84.45008%;margin-left:0%}.event-teaser .slider-wrapper:last-child{margin-right:0}}.event-teaser .slider-wrapper .unslider .teaser-type-wrapper{margin-bottom:0.5rem}.event-teaser .slider-wrapper .unslider .teaser-type{border:2px solid #154194;padding:0rem 0.75rem;color:#154194;font-size:0.75em;font-weight:bold}.event-teaser .slider-wrapper .unslider .teaser-type.type--highlight{color:#fff;background-color:#154194}.event-teaser .slider-wrapper .unslider .event-teaser__infoblock .event-teaser__title{font-size:2.5em;font-weight:200;margin-bottom:0.75rem;line-height:1.2}.event-teaser .slider-wrapper .unslider .event-teaser__infoblock .event-teaser__pre-title,.event-teaser .slider-wrapper .unslider .event-teaser__infoblock .event-teaser__stand{font-size:1em;margin-bottom:0.15em}.event-teaser .slider-wrapper .unslider .event-teaser__infoblock .event-teaser__stand{margin-bottom:0}.event-teaser .slider-wrapper .unslider .event-teaser__infoblock .event-teaser__dates{font-size:1em}.event-teaser .slider-wrapper .unslider .event-teaser__infoblock .top-info{float:left;display:block;margin-right:2.84259%;width:100%;margin-right:0}.event-teaser .slider-wrapper .unslider .event-teaser__infoblock .top-info:last-child{margin-right:0}.event-teaser .slider-wrapper .unslider .event-teaser__infoblock .top-info .left-wrapper{float:left;display:block;margin-right:2.84259%;width:48.57871%}.event-teaser .slider-wrapper .unslider .event-teaser__infoblock .top-info .left-wrapper:last-child{margin-right:0}@media screen and (max-width: 769px){.event-teaser .slider-wrapper .unslider .event-teaser__infoblock .top-info .left-wrapper{float:left;display:block;margin-right:2.84259%;width:69.14722%}.event-teaser .slider-wrapper .unslider .event-teaser__infoblock .top-info .left-wrapper:last-child{margin-right:0}}@media screen and (max-width: 460px){.event-teaser .slider-wrapper .unslider .event-teaser__infoblock .top-info .left-wrapper{float:left;display:block;margin-right:2.35765%;width:100%}.event-teaser .slider-wrapper .unslider .event-teaser__infoblock .top-info .left-wrapper:last-child{margin-right:0}}.event-teaser .slider-wrapper .unslider .event-teaser__infoblock .top-info .right-wrapper{float:left;display:block;margin-right:2.84259%;width:48.57871%;padding:0 1.5em 1.5em 0}.event-teaser .slider-wrapper .unslider .event-teaser__infoblock .top-info .right-wrapper:last-child{margin-right:0}@media screen and (max-width: 769px){.event-teaser .slider-wrapper .unslider .event-teaser__infoblock .top-info .right-wrapper{float:left;display:block;margin-right:2.84259%;width:28.01019%}.event-teaser .slider-wrapper .unslider .event-teaser__infoblock .top-info .right-wrapper:last-child{margin-right:0}}@media screen and (max-width: 460px){.event-teaser .slider-wrapper .unslider .event-teaser__infoblock .top-info .right-wrapper{display:none}}.video-teaser{background-image:url("/a/i/bg_songwon_history.jpg");background-repeat:no-repeat;background-position:right;background-size:100% auto}@media screen and (max-width: 1024px){.video-teaser{background-position:left;background-size:auto auto}}.video-teaser .content-wrapper{float:left;display:block;margin-right:1.07451%;width:76.67511%;margin-left:11.66244%;padding-top:3em;padding-bottom:3em}.video-teaser .content-wrapper:last-child{margin-right:0}.video-teaser .pre-title{font-weight:bold;color:#154194;margin-bottom:0}.video-teaser .sub-title{margin-top:0;margin-bottom:0;color:#154194;font-size:3em;line-height:0.9em}.video-teaser .title{font-family:"Linotype Didot W01",Serif;color:#154194;font-size:10em;line-height:1.2;margin-bottom:0}@media screen and (max-width: 1024px){.video-teaser .title{font-size:8em}}.industries-nav{padding-top:2.25em;padding-bottom:2.25em}.industries-nav .industries-nav__wrapper{width:100%;display:flex;flex-direction:row}.industries-nav .industries-nav__wrapper>*{flex-basis:100%}.industries-nav .industries-nav__wrapper>*+*{margin-left:1rem}.industries-nav .prev-link,.industries-nav .next-link{font-size:1rem}@media screen and (min-width: 769px){.industries-nav .prev-link,.industries-nav .next-link{font-size:1.25rem}}@media screen and (min-width: 1024px){.industries-nav .prev-link,.industries-nav .next-link{font-size:1.5rem}}.industries-nav .next-link{text-align:right}.innovation-ai-article .cb-text .typo p img{width:50%;margin-left:25%}.sustainability .cb-quote__image{border-radius:0;float:left;display:block;margin-right:1.07451%;width:30.02534%;margin-left:3.88748%}.sustainability .cb-quote__image:last-child{margin-right:0}@media screen and (max-width: 769px){.sustainability .cb-quote__image{float:left;display:block;margin-right:2.35765%;width:100%;margin-left:0%}.sustainability .cb-quote__image:last-child{margin-right:0}.sustainability .cb-quote__image img{margin:0 auto}}.sustainability .cb-quote__quote{margin-left:0}@media screen and (max-width: 769px){.sustainability .cb-quote__quote{float:left;display:block;margin-right:2.35765%;width:100%;margin-left:0%;padding:3em;text-align:center}.sustainability .cb-quote__quote:last-child{margin-right:0}}.sustainability .cb-quote__quote .cb-quote__text{padding-top:1.5rem}.sustainability .subpages-container{padding-top:6em;padding-bottom:6em}@media screen and (max-width: 640px){.sustainability .subpages-container{padding:1rem}}.sustainability .subpage-teaser-item{width:25%;float:left;border:1px solid #fff;height:20rem;position:relative;overflow:hidden}@media screen and (max-width: 1024px){.sustainability .subpage-teaser-item{width:33%}}@media screen and (max-width: 769px){.sustainability .subpage-teaser-item{width:50%}}@media screen and (max-width: 640px){.sustainability .subpage-teaser-item{width:100%}}.sustainability .subpage-teaser-item.last-item{display:flex;justify-content:center;align-items:center;padding:2rem}.sustainability .subpage-teaser-item>a{border:none;height:100%}.sustainability .subpage-teaser-item>a:hover .teaser-image{transform:scale(1.1)}.sustainability .subpage-teaser-item>a h2,.sustainability .subpage-teaser-item>a .news__title{font-size:1.25rem;color:#fff;margin-bottom:0;width:100%;display:block;padding:1.5rem;position:absolute;bottom:0;background-color:rgba(0,152,60,0.85)}.sustainability .subpage-teaser-item .teaser-image{position:absolute;top:0;left:0;transition:transform 0.35s ease-in-out;width:100%}.we-stand-for{margin-top:4rem;padding:2rem;color:#fff;padding-top:24rem;position:relative}@media screen and (max-width: 769px){.we-stand-for{padding-top:14rem}}.we-stand-for .container{position:relative}.we-stand-for h1{font-size:4rem;font-family:"Linotype Didot W01",Serif;font-weight:300;font-style:italic;position:absolute;top:-14.5rem;max-width:700px}@media screen and (max-width: 1280px){.we-stand-for h1{max-width:500px}}@media screen and (max-width: 1024px){.we-stand-for h1{max-width:400px;top:-19rem}}@media screen and (max-width: 769px){.we-stand-for h1{max-width:none;top:-12rem}}@media screen and (max-width: 640px){.we-stand-for h1{font-size:3.5rem}}@media screen and (max-width: 480px){.we-stand-for h1{top:-12rem;line-height:1.1;font-size:3rem}}.we-stand-for h1:after{position:absolute;content:"";display:block;height:4px;width:50px;background-color:#fff}.we-stand-for .background-image{position:absolute;top:-28rem;right:5rem;width:44rem}@media screen and (max-width: 1024px){.we-stand-for .background-image{right:0}}@media screen and (max-width: 769px){.we-stand-for .background-image{display:none}}.we-stand-for article{float:left;display:block;margin-right:2.35765%;width:48.82117%;margin-bottom:2rem;padding-right:4rem;position:relative}.we-stand-for article:last-child{margin-right:0}.we-stand-for article:nth-child(2n){margin-right:0}@media screen and (max-width: 769px){.we-stand-for article{float:left;display:block;margin-right:2.35765%;width:100%;margin-right:0;padding-right:0}.we-stand-for article:last-child{margin-right:0}}.we-stand-for article h2,.we-stand-for article .news__title{font-size:1.25rem;font-weight:300;color:#becd00;margin-bottom:0.5rem;position:relative}.we-stand-for article h2:before,.we-stand-for article .news__title:before{position:absolute;top:-10px;content:"";display:block;height:1px;width:25px;background-color:#becd00}.we-stand-for .reference{font-size:0.8rem;clear:both}.finding-sustainable-solutions{background-color:#757575;overflow:hidden}.finding-sustainable-solutions h2,.finding-sustainable-solutions .news__title{color:#fff;font-family:"Linotype Didot W01",Serif;font-style:italic;font-weight:300}.finding-sustainable-solutions .col-text{float:left;display:block;margin-right:2.35765%;width:48.82117%;position:relative;z-index:99}.finding-sustainable-solutions .col-text:last-child{margin-right:0}.finding-sustainable-solutions .col-image{float:left;display:block;margin-right:2.35765%;width:48.82117%;position:relative}.finding-sustainable-solutions .col-image:last-child{margin-right:0}.finding-sustainable-solutions .col-image img{max-width:none;width:28rem;position:absolute;top:-4.5em;left:0}@media screen and (max-width: 1024px){.finding-sustainable-solutions .col-image img{top:1.5em}}.wecare-headline h1{font-size:5em;font-weight:800;margin-bottom:0;line-height:1}@media (min-width: 768px){.wecare-headline h1{font-size:11.25em}}.wecare-headline h1 span{color:#4d849e}.wecare-headline p{font-size:4em;font-weight:300;line-height:1}@media (min-width: 768px){.wecare-headline p{font-size:5em}}#scheduleMeetingForm{padding-top:3em;padding-bottom:3em}.wecare-form{width:100%;display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));grid-gap:1.5em}@media (min-width: 768px){.wecare-form{grid-template-columns:repeat(2, minmax(0, 1fr))}}.wecare-form .col-span-2{grid-column:span 1/span 1}@media (min-width: 768px){.wecare-form .col-span-2{grid-column:span 2/span 2}}.wecare-form .form-row{float:none;margin:0}.wecare-form .form-row.center{text-align:center;margin-top:1.5em}.wecare-form .form-row .selector-container{width:100%;display:block}.wecare-form .form-row p{display:block;margin-bottom:.5em}
