@import url(https://use.typekit.net/isu8ord.css);
@charset "UTF-8";@keyframes visible{0%{opacity:0;transform:translateY(50px)}25%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:none}}@keyframes fade-in-text{0%{margin-left:-50px;opacity:0;padding-left:50px}to{margin-left:0;opacity:1;padding-left:0}}@keyframes fade-in-text-reverse{0%{margin-right:-50px;opacity:0;padding-right:50px}to{margin-right:0;opacity:1;padding-right:0}}@keyframes fade-in-info-text{0%{margin-left:50px;opacity:0}to{margin-left:0;opacity:1}}@keyframes fade-in-info-logo{0%{margin-left:50px;opacity:0}to{margin-left:0;opacity:1}}@keyframes fade-in-menu{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:none}}@keyframes fade-in-container{0%{opacity:0}20%{opacity:0}to{opacity:1}}@keyframes fade-in-info{0%{left:-100%}to{left:0}}@keyframes fade-in-info-reverse{0%{right:-100%}to{right:0}}@keyframes fade-in-info-block{0%{width:0}to{width:41%}}*,:after,:before{-webkit-font-smoothing:antialiased;box-sizing:border-box;font-family:inherit}html{font-size:100%;height:100%}body{align-items:center;background-color:transparent!important;display:flex;flex-direction:column;font-family:basic-sans,sans-serif;font-weight:400;margin:0;min-height:100%;position:relative}header{margin-bottom:auto;width:100%}main{flex-grow:1;width:100%}footer{margin-top:auto}figure{margin:0}img{display:inline-block;height:auto;max-width:100%;vertical-align:middle;width:auto}iframe{display:block}button{cursor:pointer}a{color:inherit}img{width:100%}figcaption{font-size:16px;font-weight:300;line-height:34px;margin-top:10px}@media screen and (min-width:40em){figcaption{font-size:20px}}.button{display:inline-block;padding:10px 25px;text-align:center;text-decoration:none}.button--primary{background-color:#2b7bb1;border:3px solid #2b7bb1;color:#fff;transition:background-color .25s cubic-bezier(.65,.05,.36,1)}.button--primary:hover{background-color:transparent;color:#000}.section{margin-bottom:32px;margin-top:32px}@media screen and (min-width:64em){.section{margin-bottom:150px;margin-top:150px}}.section--mini{margin-bottom:32px;margin-top:32px}@media screen and (min-width:64em){.section--mini{margin-bottom:50px;margin-top:50px}}.section--medium{margin-bottom:32px;margin-top:32px}@media screen and (min-width:64em){.section--medium{margin-bottom:100px;margin-top:100px}}.waiting{opacity:0;transform:translateY(30px)}.visible{animation:visible 1s ease-in-out forwards;opacity:0;transform:translateY(50px);transition:.5s cubic-bezier(.65,.05,.36,1)}.noscroll{overflow-y:scroll;position:fixed;width:100%}.ndr{padding-bottom:50px}@media screen and (min-width:40em){.ndr{padding-bottom:200px}}.navigation__item--lang{margin-top:0}.content-width{margin:auto;max-width:100%;padding:0 16px}@media screen and (min-width:40em){.content-width{padding:0 40px}}.content-width--large{margin:auto;max-width:1313px;padding:0 16px}@media screen and (min-width:40em){.content-width--large{padding:0 40px}}.content-width--medium{margin:auto;max-width:1109px;padding:0 16px}@media screen and (min-width:40em){.content-width--medium{padding:0 40px}}.content-width--small{margin:auto;max-width:901px;padding:0 16px}@media screen and (min-width:40em){.content-width--small{padding:0 40px}}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{background-color:transparent;border:0;color:inherit;cursor:pointer;display:inline-block;font:inherit;overflow:visible;padding:0;text-transform:none;transition-duration:.15s;transition-property:opacity,filter;transition-timing-function:linear}.hamburger:hover{opacity:.7}.hamburger.is-active:hover{opacity:#000}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#000}.hamburger-box{display:inline-block;height:14px;position:relative;width:16px}.hamburger-inner{display:block;margin-top:-1px;top:50%}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{background-color:#2b7bb1;border-radius:4px;height:2px;position:absolute;transition-duration:.15s;transition-property:transform;transition-timing-function:ease;width:16px}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-6px}.hamburger-inner:after{bottom:-6px}.hamburger--3dx .hamburger-box{perspective:32px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,6px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-6px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:32px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,6px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-6px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:32px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,6px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-6px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:32px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg)}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,6px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-6px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:32px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,6px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-6px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:32px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg) rotate(-180deg)}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,6px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-6px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-3.2px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-3.2px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(3.2px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(3.2px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transform:translate3d(-3.2px,-4px,0) rotate(-45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transform:translate3d(-3.2px,4px,0) rotate(45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transform:translate3d(3.2px,-4px,0) rotate(45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transform:translate3d(3.2px,4px,0) rotate(-45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{opacity:0;top:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{bottom:0;top:auto;transition-delay:.13s;transition-duration:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse .hamburger-inner:after{top:-12px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0,-6px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse.is-active .hamburger-inner:after{opacity:0;top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transform:rotate(-90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.hamburger--collapse-r .hamburger-inner{bottom:0;top:auto;transition-delay:.13s;transition-duration:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r .hamburger-inner:after{top:-12px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0,-6px,0) rotate(45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r.is-active .hamburger-inner:after{opacity:0;top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.hamburger--elastic .hamburger-inner{top:1px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic .hamburger-inner:before{top:6px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:12px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0,6px,0) rotate(135deg);transition-delay:75ms}.hamburger--elastic.is-active .hamburger-inner:before{opacity:0;transition-delay:0s}.hamburger--elastic.is-active .hamburger-inner:after{transform:translate3d(0,-12px,0) rotate(-270deg);transition-delay:75ms}.hamburger--elastic-r .hamburger-inner{top:1px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r .hamburger-inner:before{top:6px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:12px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0,6px,0) rotate(-135deg);transition-delay:75ms}.hamburger--elastic-r.is-active .hamburger-inner:before{opacity:0;transition-delay:0s}.hamburger--elastic-r.is-active .hamburger-inner:after{transform:translate3d(0,-12px,0) rotate(270deg);transition-delay:75ms}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{right:0;top:6px;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{background-color:transparent!important;transition-delay:0s;transition-timing-function:ease-out}.hamburger--emphatic.is-active .hamburger-inner:before{left:-32px;top:-32px;transform:translate3d(32px,32px,0) rotate(45deg);transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic.is-active .hamburger-inner:after{right:-32px;top:-32px;transform:translate3d(-32px,32px,0) rotate(-45deg);transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{right:0;top:6px;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{background-color:transparent!important;transition-delay:0s;transition-timing-function:ease-out}.hamburger--emphatic-r.is-active .hamburger-inner:before{left:-32px;top:32px;transform:translate3d(32px,-32px,0) rotate(-45deg);transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic-r.is-active .hamburger-inner:after{right:-32px;top:32px;transform:translate3d(-32px,-32px,0) rotate(45deg);transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{opacity:0;transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:1px}.hamburger--slider .hamburger-inner:before{top:6px;transition-duration:.15s;transition-property:transform,opacity;transition-timing-function:ease}.hamburger--slider .hamburger-inner:after{top:12px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,6px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{opacity:0;transform:rotate(-45deg) translate3d(-2.2857142857px,-4px,0)}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-12px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:1px}.hamburger--slider-r .hamburger-inner:before{top:6px;transition-duration:.15s;transition-property:transform,opacity;transition-timing-function:ease}.hamburger--slider-r .hamburger-inner:after{top:12px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,6px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{opacity:0;transform:rotate(45deg) translate3d(2.2857142857px,-4px,0)}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-12px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner:before{opacity:0;top:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.hamburger--spin-r .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r.is-active .hamburger-inner:before{opacity:0;top:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.hamburger--spring .hamburger-inner{top:1px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:6px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:12px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{background-color:transparent!important;transition-delay:.22s}.hamburger--spring.is-active .hamburger-inner:before{top:0;transform:translate3d(0,6px,0) rotate(45deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s}.hamburger--spring.is-active .hamburger-inner:after{top:0;transform:translate3d(0,6px,0) rotate(-45deg);transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s}.hamburger--spring-r .hamburger-inner{bottom:0;top:auto;transition-delay:0s;transition-duration:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r .hamburger-inner:after{top:-12px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0,-6px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spring-r.is-active .hamburger-inner:after{opacity:0;top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{background-color:transparent!important;transform:rotate(90deg);transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s}.hamburger--stand.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotate(-90deg);transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner:before{opacity:0;top:0;transition:top 75ms ease,opacity 75ms ease .12s}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s}.hamburger--vortex .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-duration:0s;transition-timing-function:linear}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{opacity:0;top:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-duration:0s;transition-timing-function:linear}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transform:rotate(-765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{opacity:0;top:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.block{margin-bottom:50px;margin-top:50px}@media screen and (min-width:64em){.block{margin-bottom:70px;margin-top:70px}}.contact{text-align:center}.contact__content{background-color:#f2f2f2;padding:80px 32px 50px;position:relative;text-align:center}@media screen and (min-width:40em){.contact__content{padding:80px 50px 50px}}@media screen and (min-width:64em){.contact__content{padding:80px}}.contact__title{font-family:kepler-std-display,serif;font-size:35px;font-weight:300;line-height:38px;margin-bottom:135px;padding:0 10%}@media screen and (min-width:40em){.contact__title{font-size:48px;line-height:50px}}.contact__subtitle{font-size:20px;font-weight:400;line-height:27px}@media screen and (min-width:40em){.contact__subtitle{font-size:30px;line-height:36px}}.contact__image{border-radius:50%;height:150px;left:50%;margin:0 auto;position:absolute;top:-75px;transform:translateX(-50%);width:150px}.contact__email,.contact__name,.contact__phone{color:#000;font-size:20px;font-weight:300;line-height:28px;margin:0}@media screen and (min-width:40em){.contact__email,.contact__name,.contact__phone{font-size:24px;line-height:34px}}.contact__email{color:#c73858;text-decoration:underline}.crumbs{display:none;flex-wrap:wrap;list-style:none;margin-bottom:16px;margin-top:16px;min-height:23px;position:relative;z-index:1}@media screen and (min-width:40em){.crumbs{display:flex;margin-bottom:25px;margin-top:25px;padding:0}}@media screen and (min-width:64em){.crumbs{margin-bottom:16px;margin-top:16px}.crumbs--small{width:50%}}.crumbs__arrow{background-position:50%;background-repeat:no-repeat;background-size:4.436px;display:block;height:20px;transform:rotate(180deg);width:20px}.crumbs__arrow--active{transform:rotate(90deg)}.crumbs__item{font-size:14px;line-height:19px;position:relative}.crumbs__item:not(:last-child){display:none}@media screen and (min-width:40em){.crumbs__item{font-size:18px;line-height:23px}.crumbs__item:not(:last-child){display:block;padding-right:32px}.crumbs__item:not(:last-child):after{background-color:#c73858;background-repeat:no-repeat;background-size:contain;content:"";height:2px;position:absolute;right:8px;top:11px;width:15px}}.crumbs__link{color:#000;max-width:100%}.crumbs__link:hover{color:#c73858}.embed__video{height:calc(56.25vw - 16px);margin:0 16px;max-height:578.8125px;max-width:1029px;width:calc(100vw - 32px)}@media screen and (min-width:40em){.embed__video{margin:0}}.embed__caption{font-size:16px;line-height:29px;padding:10px 16px}@media screen and (min-width:40em){.embed__caption{padding:10px 0}}.entry-list__headline{font-family:kepler-std-display,serif;font-size:35px;font-weight:300;margin-bottom:40px;margin-top:0;text-align:center}@media screen and (min-width:40em){.entry-list__headline{font-size:48px;margin-bottom:32px}}.entry-list__list{display:flex;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin-bottom:35px;padding:0}@media screen and (min-width:40em){.entry-list__list{margin:0 -6px 68px}}.entry-list__item{cursor:pointer;width:100%}.entry-list__item:not(:first-child){margin-top:16px}@media screen and (min-width:40em){.entry-list__item{padding:0 6px;width:50%}.entry-list__item:first-child{margin-top:16px}}@media screen and (min-width:64em){.entry-list__item{width:33.3333333333%}}.entry-list__link{display:block;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .15s cubic-bezier(.65,.05,.36,1)}.entry-list__link:hover{text-decoration-color:#000}.entry-list__image{margin:0;width:100%}.entry-list__image--fallback{background-color:#e5e5e5;height:260px;max-height:calc(70.3vw - 22.496px);max-width:calc(100vw - 32px);width:370px}.entry-list__title{font-size:25px;font-weight:400;line-height:30px;margin-top:10px}.entry-list__title--box{background-color:#f2f2f2}.entry-list__button{display:block;font-size:20px;margin:0 auto 75px;max-width:175px;text-align:center}.footer{align-items:flex-start;background-color:#f2f2f2;display:flex;flex-wrap:wrap;justify-content:space-between;min-height:325px;padding:32px 16px;position:relative;width:100%}@media screen and (min-width:40em){.footer{padding:100px 40px}}.footer__menu{display:flex;flex-direction:column;order:1}.footer__menu-item{color:#000;font-size:22px;line-height:32px;padding-bottom:16px;text-decoration-thickness:2px}.footer__logo-container{margin:0 auto;order:3}@media screen and (min-width:40em){.footer__logo-container{order:2}}.footer__logo{width:152px}@media screen and (min-width:40em){.footer__logo{left:50%;position:absolute;transform:translateX(-50%)}}.footer__to-top{color:#000;cursor:pointer;font-size:22px;order:2;padding-left:40px;position:relative;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .15s cubic-bezier(.65,.05,.36,1)}.footer__to-top:hover{text-decoration-color:#000}@media screen and (min-width:40em){.footer__to-top{order:3}}.footer__to-top:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy40MzgiIGhlaWdodD0iMjMuOTA2Ij48cGF0aCBkPSJNNy43MTkgMjMuOTA2VjMuODQzTDEyIDguMTI0bDEuNDM4LTEuNDA2TDYuNzE5IDAgMCA2LjcxOWwxLjQzNyAxLjQwNiA0LjI4Mi00LjI4MnYyMC4wNjNaIi8+PC9zdmc+");background-repeat:no-repeat;background-size:contain;content:"";height:24px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:14px}.hamburger{align-items:center;border-radius:18px;display:flex;justify-content:center;margin:0;position:relative}@media screen and (min-width:64em){.hamburger{margin:initial;padding:initial}}.hamburger:focus,.hamburger:hover{background:transparent;border:0;color:#007cb4;outline:0}.hamburger:focus .hamburger-box,.hamburger:hover .hamburger-box{border-width:2px}.hamburger__text{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:inherit;font-size:20px;margin-right:16px}.hamburger--active{border:1px solid transparent}.hamburger--active:focus{border:1px solid #007cb4}@media screen and (max-width:63.9375em){.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{background-color:#000}.hamburger{border:none}}.hamburger-box{align-items:center;border:1px solid #007cb4;border-radius:50%;display:flex;height:36px;justify-content:center;width:36px}.hamburger-box:focus{outline:none}.hamburger-box .hamburger-inner{height:2px;top:10px}.header--relative{position:absolute;top:50vh}.header__title{font-family:kepler-std-display,serif;font-size:28px;font-weight:300;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .15s cubic-bezier(.65,.05,.36,1)}.header__content{align-items:center;display:flex;flex-direction:column;justify-content:space-between;padding:40px 16px}@media screen and (min-width:40em){.header__content{flex-direction:row;padding:52px 28px 40px}}.header__content-top{align-items:center;display:flex;justify-content:space-between;width:100%}.header__logo{font-family:kepler-std-display,serif;font-size:38px;font-weight:300}@media screen and (min-width:40em){.header__logo{font-size:50px}}.header__menu{align-items:center;background-color:#fff;border:1px solid #2b7bb1;border-radius:18px;display:flex;margin-right:0;padding:7px 20px}@media screen and (min-width:64em){.header__menu{display:none}}.header__menu-content{align-items:center;display:flex;justify-content:space-between;margin-top:32px;width:100%}@media screen and (min-width:40em){.header__menu-content{justify-content:flex-end;margin-top:0;width:auto}}.header__link{background-color:#fff;border:1px solid #2b7bb1;border-radius:18px;color:#000;font-size:20px;padding:7px 20px;white-space:nowrap;z-index:1}.header__link:hover{background-color:#2b7bb1;color:#fff}.info-block{margin:20px auto 0;position:relative;width:100%}@media screen and (min-width:64em){.info-block{height:616.5px;margin:65px auto 0}}.info-block__image,.info-block__video{animation:fade-in-container .5s ease-out;background-position:50%;background-size:cover;height:calc(81.2vw - 25.984px);width:100%}@media screen and (min-width:40em){.info-block__image,.info-block__video{height:calc(81.2vw - 51.968px)}}@media screen and (min-width:64em){.info-block__image,.info-block__video{height:100%;width:60%}.info-block__image--reverse,.info-block__video--reverse{float:right}}.info-block__info-box{right:40px;top:0;width:100%}@media screen and (min-width:64em){.info-block__info-box{align-items:flex-end;animation:fade-in-info-block 1s cubic-bezier(1,0,.24,.97) forwards;display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow:hidden;position:absolute;width:0}}.info-block__info-box--reverse{align-items:flex-start;left:40px;right:auto}.info-block__info-box--full-width{width:40%}.info-block__info{background-color:#f2f2f2;display:flex;flex-direction:column;height:auto;justify-content:space-between;padding:16px;width:100%}@media screen and (min-width:23.4375em){.info-block__info{padding:32px}}@media screen and (min-width:40em){.info-block__info{height:calc(100% - 75px);padding:65px 50px 45px}}.info-block__info--full-width{background-color:#fff;padding:65px 100px 45px}.info-block__heading{animation:fade-in-info-text .5s ease-out forwards;animation-delay:1s;font-family:kepler-std-display,serif;font-size:35px;font-weight:300;margin:0 0 0 50px;opacity:0}@media screen and (min-width:64em){.info-block__heading{font-size:48px}}.info-block__text{animation:fade-in-info-text .5s ease-out forwards;animation-delay:1.1s;font-size:20px;font-weight:300;line-height:24px;margin-left:50px;opacity:0}@media screen and (min-width:64em){.info-block__text{font-size:22px;line-height:29px}}.info-block__button{animation:fade-in-info-text .5s ease-out forwards;animation-delay:1.2s;font-size:20px;margin-left:50px;max-width:100%;opacity:0}.info-block__logo{animation:fade-in-info-logo .5s ease-out forwards;animation-delay:1s;display:none;height:50px;margin-right:50px;opacity:0;width:auto}@media screen and (min-width:64em){.info-block__logo{display:block}}.links{scroll-behavior:smooth}.links__title{font-size:20px;font-weight:400;line-height:27px;margin-top:0}@media screen and (min-width:40em){.links__title{font-size:30px;line-height:36px}}.links__list{list-style:none;margin:0;padding:0}.links__item{background-color:#f2f2f2;font-size:20px;font-weight:400;margin-top:16px}@media screen and (min-width:40em){.links__item{margin-top:12px}}.links__link{align-items:center;display:flex;height:100%;padding:32px 64px 32px 32px;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .15s cubic-bezier(.65,.05,.36,1)}.links__link:hover{text-decoration-color:#000}.links__link{background-position:calc(100% - 32px);background-repeat:no-repeat}.links__link--internal{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjU3IiBoZWlnaHQ9IjEyLjE0MSI+PHBhdGggZD0ibTAgMTAuNjQgMS41IDEuNSA2LjA3LTYuMDdMMS41IDAgMCAxLjVsNC41NyA0LjU3WiIgZmlsbD0iIzJiN2JiMSIvPjwvc3ZnPg==");background-size:10px}.links__link--external{background-color:#2b7bb1;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjU3IiBoZWlnaHQ9IjEyLjE0MSI+PHBhdGggZD0ibTAgMTAuNjQgMS41IDEuNSA2LjA3LTYuMDdMMS41IDAgMCAxLjVsNC41NyA0LjU3WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");background-size:10px;color:#fff;text-decoration:underline;text-decoration-color:hsla(0,0%,100%,0);transition:text-decoration-color .15s cubic-bezier(.65,.05,.36,1)}.links__link--external:hover{text-decoration-color:#fff}.links__link--file{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy40MzgiIGhlaWdodD0iMjMuOTA2Ij48cGF0aCBkPSJtNi43MTkgMjMuOTA2IDYuNzE5LTYuNzE5TDEyIDE1Ljc4MWwtNC4yODEgNC4yODFWMGgtMnYyMC4wNjJsLTQuMjgxLTQuMjgxTDAgMTcuMTg3WiIgZmlsbD0iIzJiN2JiMSIgZGF0YS1uYW1lPSJHcm91cCAyNDEiLz48L3N2Zz4=");background-size:14px}.menu{background-color:#fff;display:none;height:calc(100vh - 117px);min-height:500px;overflow:auto;padding-bottom:100px;padding-top:50px;position:absolute;text-align:center;top:166px;width:100%;z-index:100}@media screen and (min-width:30.8125em){.menu{top:130px}}@media screen and (min-width:64em){.menu{padding-bottom:0}}.menu--active{display:block}.menu__top{align-items:center;display:flex;flex-direction:column}.menu__top-link{font-family:kepler-std-display,serif;font-size:38px;font-weight:300;line-height:70px;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .15s cubic-bezier(.65,.05,.36,1)}.menu__top-link:hover{text-decoration-color:#000}.menu__top-link{animation:fade-in-menu .5s ease-out forwards;opacity:0;text-decoration-thickness:3px;transform:translateY(50px)}@media screen and (min-width:40em){.menu__top-link{font-size:48px}}.menu__line{border-style:solid;border-bottom:0;color:#f2f2f2;margin:50px auto;width:400px}.menu__bottom{align-items:center;display:flex;flex-direction:column}.menu__bottom--mobile{padding-bottom:50px}@media screen and (min-width:64em){.menu__bottom--mobile{display:none}}.menu__bottom--mobile .menu__bottom-link{padding-left:32px;position:relative}.menu__bottom--mobile .menu__bottom-link:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy45MDYiIGhlaWdodD0iMTMuNDM4Ij48cGF0aCBkPSJtMCA2LjcxOSA2LjcxOSA2LjcxOUw4LjEyNSAxMiAzLjg0NCA3LjcxOWgyMC4wNjJ2LTJIMy44NDRsNC4yODEtNC4yODFMNi43MTkgMFoiIGZpbGw9IiMyYjdiYjEiIGRhdGEtbmFtZT0iR3JvdXAgMjQwIi8+PC9zdmc+");background-repeat:no-repeat;background-size:contain;content:"";height:14px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:24px}.menu__bottom-link{font-size:22px;line-height:38px;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .15s cubic-bezier(.65,.05,.36,1)}.menu__bottom-link:hover{text-decoration-color:#000}.menu__bottom-link{animation:fade-in-menu .5s ease-out forwards;opacity:0;transform:translateY(50px)}.positions__title{font-family:kepler-std-display,serif;font-size:35px;font-weight:300;line-height:38px}@media screen and (min-width:40em){.positions__title{font-size:48px;line-height:50px}}.positions__ingress{font-size:20px;font-weight:300}.positions__list{list-style:none;margin:0 0 50px;padding:0}.positions__position{margin-top:50px}.positions__position-title{margin-bottom:10px;margin-top:0}.positions__position-description{font-size:20px;font-weight:300}.positions__position-deadline{margin:16px 0 0}.positions__button{align-items:center;margin:16px 0 0;max-width:170px;white-space:nowrap;width:100%}.positions__button,.sub-menu{display:flex;justify-content:center}.sub-menu{flex-wrap:wrap;list-style:none;margin:44px auto;padding:0}@media screen and (min-width:40em){.sub-menu{margin:44px -6px}}.sub-menu__item{font-family:kepler-std-display,serif;font-size:28px;font-weight:300;height:125px;padding:6px;text-align:center;width:100%}@media screen and (min-width:40em){.sub-menu__item{width:50%}}@media screen and (min-width:64em){.sub-menu__item{width:33.3333333333%}}.sub-menu__link{background-color:#f2f2f2;display:block;height:100%;padding:6px;text-decoration:none;width:100%}.sub-menu__link:hover .sub-menu__text{background-color:#fff}.sub-menu__text{align-items:center;display:flex;height:100%;justify-content:center;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .15s cubic-bezier(.65,.05,.36,1);width:100%}.sub-menu__text:hover{text-decoration-color:#000}.sub-menu__text{transition:background-color .25s cubic-bezier(.65,.05,.36,1)}.text{align-items:flex-start;display:flex;flex-direction:column;position:relative;scroll-behavior:smooth}@media screen and (max-width:63.9375em){.text.content-width--medium{padding:0}}.text.content-width--medium .text__title{margin-bottom:32px;padding:0 16px}@media screen and (min-width:40em){.text.content-width--medium .text__title{padding:0 40px}}@media screen and (min-width:64em){.text.content-width--medium .text__title{padding:0 100px}}.text.content-width--medium .text__subtitle{margin-top:0}.text__content--gray{background-color:#f2f2f2;padding:32px 16px;width:100%}@media screen and (min-width:40em){.text__content--gray{padding:50px 40px 25px}}@media screen and (min-width:64em){.text__content--gray{padding:100px}}.text__content--gray .text__text{margin:0}.text__title{font-family:kepler-std-display,serif;font-size:35px;font-weight:300;margin-bottom:16px;margin-top:0;max-width:821px;width:100%}@media screen and (min-width:40em){.text__title{font-size:48px}}.text__subtitle{font-size:24px;font-weight:400;line-height:34px;margin:16px 0;max-width:821px}@media screen and (min-width:40em){.text__subtitle{font-size:30px}}.text__text{font-size:20px;font-weight:300;line-height:28px;max-width:821px}@media screen and (min-width:40em){.text__text{font-size:24px;line-height:34px}}.text__text p:first-child{margin-top:0}.text__text p:last-child{margin-bottom:0}.text__text a{transition:color .25s cubic-bezier(.65,.05,.36,1)}.text__text a:hover{color:#2b7bb1}.text__text ol,.text__text ul{list-style:none;margin:24px 0;padding-left:32px}.text__text ol li,.text__text ul li{position:relative}.text__text ol li:before,.text__text ul li:before{left:-32px;line-height:24px;position:absolute;top:2px}@media screen and (min-width:40em){.text__text ol li:before,.text__text ul li:before{top:5px}}.text__text ul li:before{content:"•";font-size:30px}@media screen and (min-width:40em){.text__text ul li:before{font-size:35px}}.text__text ol{counter-reset:item}.text__text ol li:before{content:counter(item) ".";counter-increment:item;font-size:20px}@media screen and (min-width:40em){.text__text ol li:before{font-size:24px}}.text__text table tbody{vertical-align:top}.top-section{display:flex;flex-direction:column-reverse;margin:0 auto;max-width:none;position:relative;width:100%}@media screen and (min-width:64em){.top-section{flex-direction:row;padding:0}}@media screen and (min-width:40em){.top-section--news .top-section__text{margin-top:85px}}@media screen and (min-width:64em){.top-section--news .top-section__info{animation:fade-in-info-reverse 1s cubic-bezier(1,0,.24,.97) forwards;background-color:#fff;left:unset;min-height:150px;padding:50px 25% 0 50px;right:-100%;width:60%}.top-section--news .top-section__heading{font-size:58px;line-height:54px;margin:0 0 -32px -50px}.top-section--news .top-section__image,.top-section--news .top-section__video-container{height:calc(100vh - 250px);margin:0 auto 0 0;width:70%}}.top-section__image{animation:fade-in-container .5s ease-out;background-position:50%;background-size:cover;height:calc(81.2vw - 25.984px);margin:0 auto;overflow:hidden;width:100%}@media screen and (min-width:40em){.top-section__image{height:calc(81.2vw - 51.968px)}}@media screen and (min-width:64em){.top-section__image{height:calc(100vh - 106px);margin:0 0 0 auto;width:50%}}.top-section__video-container{animation:fade-in-container .5s ease-out;background-position:50%;background-size:cover;margin:0 auto;overflow:hidden;position:relative;width:calc(100vw - 32px)}@media screen and (min-width:40em){.top-section__video-container{width:calc(100vw - 64px)}}@media screen and (min-width:64em){.top-section__video-container{height:calc(100vh - 106px);margin:0 0 0 auto;width:50%}}.top-section__video{-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (min-width:64em){.top-section__video{height:100%}}.top-section__pause{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCI+PGcgZGF0YS1uYW1lPSJHcm91cCAyODMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwNzUxIDEwNDUyKSI+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgMTM0IiBjeD0iMTkiIGN5PSIxOSIgcj0iMTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDc1MSAtMTA0NTIpIi8+PC9nPjxwYXRoIGQ9Ik0xMyAxMWExIDEgMCAwIDAtMSAxdjE0YTEgMSAwIDAgMCAxIDFoM2ExIDEgMCAwIDAgMS0xVjEyYTEgMSAwIDAgMC0xLTFabTkgMGExIDEgMCAwIDAtMSAxdjE0YTEgMSAwIDAgMCAxIDFoM2ExIDEgMCAwIDAgMS0xVjEyYTEgMSAwIDAgMC0xLTFaIiBmaWxsPSIjZmZmIi8+PC9zdmc+");background-position:50%;background-repeat:no-repeat;background-size:contain;cursor:pointer;height:25px;left:16px;position:absolute;top:16px;width:25px}.top-section__pause--active{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCI+PGcgZGF0YS1uYW1lPSJHcm91cCAyODQiPjxnIGRhdGEtbmFtZT0iR3JvdXAgMTg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDc1MSAxMDQ1MikiPjxjaXJjbGUgZGF0YS1uYW1lPSJFbGxpcHNlIDEzNCIgY3g9IjE5IiBjeT0iMTkiIHI9IjE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA3NTEgLTEwNDUyKSIvPjwvZz48L2c+PHBhdGggZD0ibTI4LjE5MSAxNy44NTUtMTMuMzA3LTYuNTkzYTEuMzExIDEuMzExIDAgMCAwLTEuMjcuMDUxQTEuMjY1IDEuMjY1IDAgMCAwIDEzIDEyLjR2MTMuMmExLjI2MyAxLjI2MyAwIDAgMCAuNjE3IDEuMDg2IDEuMyAxLjMgMCAwIDAgLjY4NC4xOTEgMS4zMyAxLjMzIDAgMCAwIC41ODYtLjEzN2wxMy4zMDktNi42QTEuMjcyIDEuMjcyIDAgMCAwIDI4LjkxIDE5YTEuMjg2IDEuMjg2IDAgMCAwLS43MTktMS4xNDVaIiBmaWxsPSIjZmZmIi8+PC9zdmc+")}.top-section__info{margin:0 auto;max-width:100%;padding:32px 16px 0;width:800px}@media screen and (min-width:40em){.top-section__info{padding:32px 40px 0}}@media screen and (min-width:64em){.top-section__info{animation:fade-in-info 1s cubic-bezier(1,0,.24,.97) forwards;background-color:#f2f2f2;bottom:0;left:-100%;margin:0;min-height:380px;padding:60px 200px 60px 80px;position:absolute;width:55%;z-index:1}}.top-section__heading{animation:fade-in-text .25s ease forwards;animation-delay:.5s;font-family:kepler-std-display,serif;font-size:35px;font-weight:300;margin:0 0 32px -50px;opacity:0;padding-left:0}@media screen and (min-width:64em){.top-section__heading{animation-delay:1s;font-size:48px}}.top-section__text{animation:fade-in-text .25s ease forwards;animation-delay:.6s;font-size:22px;font-weight:400;margin:0 0 0 -50px;opacity:0;padding-left:0}@media screen and (min-width:40em){.top-section__text{animation-delay:1.1s;font-size:24px;line-height:34px}}.video__video{margin:0;width:100%}.video__caption{font-size:16px;font-weight:300;line-height:34px}@media screen and (min-width:40em){.video__caption{font-size:20px}}.video-container{height:100%;margin:0;overflow:hidden;position:relative;width:100%}.video-container__video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.video-container__pause{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCI+PGcgZGF0YS1uYW1lPSJHcm91cCAyODMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwNzUxIDEwNDUyKSI+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgMTM0IiBjeD0iMTkiIGN5PSIxOSIgcj0iMTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDc1MSAtMTA0NTIpIi8+PC9nPjxwYXRoIGQ9Ik0xMyAxMWExIDEgMCAwIDAtMSAxdjE0YTEgMSAwIDAgMCAxIDFoM2ExIDEgMCAwIDAgMS0xVjEyYTEgMSAwIDAgMC0xLTFabTkgMGExIDEgMCAwIDAtMSAxdjE0YTEgMSAwIDAgMCAxIDFoM2ExIDEgMCAwIDAgMS0xVjEyYTEgMSAwIDAgMC0xLTFaIiBmaWxsPSIjZmZmIi8+PC9zdmc+");background-position:50%;background-repeat:no-repeat;background-size:contain;cursor:pointer;height:25px;left:16px;position:absolute;top:16px;width:25px}.video-container__pause--active{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCI+PGcgZGF0YS1uYW1lPSJHcm91cCAyODQiPjxnIGRhdGEtbmFtZT0iR3JvdXAgMTg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDc1MSAxMDQ1MikiPjxjaXJjbGUgZGF0YS1uYW1lPSJFbGxpcHNlIDEzNCIgY3g9IjE5IiBjeT0iMTkiIHI9IjE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA3NTEgLTEwNDUyKSIvPjwvZz48L2c+PHBhdGggZD0ibTI4LjE5MSAxNy44NTUtMTMuMzA3LTYuNTkzYTEuMzExIDEuMzExIDAgMCAwLTEuMjcuMDUxQTEuMjY1IDEuMjY1IDAgMCAwIDEzIDEyLjR2MTMuMmExLjI2MyAxLjI2MyAwIDAgMCAuNjE3IDEuMDg2IDEuMyAxLjMgMCAwIDAgLjY4NC4xOTEgMS4zMyAxLjMzIDAgMCAwIC41ODYtLjEzN2wxMy4zMDktNi42QTEuMjcyIDEuMjcyIDAgMCAwIDI4LjkxIDE5YTEuMjg2IDEuMjg2IDAgMCAwLS43MTktMS4xNDVaIiBmaWxsPSIjZmZmIi8+PC9zdmc+")}.video-container--reverse .video-container__pause{left:auto;right:16px}
