@import url(https://use.typekit.net/ovw7oca.css);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);
@charset "UTF-8";@keyframes rotationMovement{0%{transform:translateY(0)}15%{transform:rotate(4deg)}30%{transform:rotate(6deg)}45%{transform:rotate(8deg)}60%{transform:rotate(6deg)}75%{transform:rotate(4deg)}to{transform:rotate(0deg)}}@keyframes scew{0%{transform:skewY(0deg);transform-origin:bottom left}50%{transform:skewY(10deg);transform-origin:bottom left}to{transform:skewY(0deg);transform-origin:bottom left}}@keyframes scew_right{0%{transform:skewX(0deg) rotate(0deg);transform-origin:bottom right}50%{transform:skewX(5deg) rotate(-3deg);transform-origin:bottom right}to{transform:skewX(0deg) rotate(0deg);transform-origin:bottom right}}@keyframes wave{0%{transform:rotate(3deg) translateZ(-1px);transform-origin:bottom right}25%{transform:rotate(-4deg) translateZ(-1px);transform-origin:bottom right}50%{transform:rotate(2deg) translateZ(-1px);transform-origin:bottom right}75%{transform:rotate(-6deg) translateZ(-1px);transform-origin:bottom right}to{transform:rotate(3deg) translateZ(-1px);transform-origin:bottom right}}@keyframes wave2{0%{transform:rotate(0deg) translateZ(-1px);transform-origin:bottom left}25%{transform:rotate(-3deg) translateZ(-1px);transform-origin:bottom left}50%{transform:rotate(3deg) translateZ(-1px);transform-origin:bottom left}75%{transform:rotate(-1deg) translateZ(-1px);transform-origin:bottom left}to{transform:rotate(0deg) translateZ(-1px);transform-origin:bottom left}}@keyframes wave3{0%{transform:rotate(0deg) translateZ(-1px);transform-origin:bottom left}25%{transform:rotate(-3deg) translateZ(-1px);transform-origin:bottom left}50%{transform:rotate(12deg) translateZ(-1px);transform-origin:bottom left}75%{transform:rotate(-1deg) translateZ(-1px);transform-origin:bottom left}to{transform:rotate(0deg) translateZ(-1px);transform-origin:bottom left}}@keyframes scale{0%{transform:scaleY(1)}50%{transform:scaleY(1.2)}to{transform:scaleY(1)}}@keyframes scaleBars{0%{transform:scaleY() translate(0)}50%{transform:scaleY(.8) translateY(50px)}to{transform:scaleY() translate(0)}}@keyframes floaty{0%{transform:translate(0)}25%{transform:translateY(15px)}50%{transform:translate(0)}75%{transform:translateY(15px)}to{transform:translate(0)}}@keyframes shake{0%{transform:rotate(0deg)}3%{transform:rotate(2deg)}6%{transform:rotate(-4deg)}11%{transform:rotate(2deg)}18%{transform:rotate(0deg)}}*,:after,:before{box-sizing:border-box;font-family:Roboto,sans-serif}html{font-size:100%;height:100%;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column;font-weight:400;margin:0;min-height:100%;position:relative}header{margin-bottom:auto}main{box-shadow:0 0 5px 5px rgba(0,0,0,.06);flex-grow:1;padding-bottom:150px;padding-top:94px}@media screen and (min-width:40em){main{padding-bottom:55px;padding-top:90px}}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}h2{color:#000;font-family:roboto-slab,serif;font-size:20px;font-style:normal;font-weight:700;line-height:28px;margin-bottom:0}.content-width{padding:0 16px;width:100vw}@media screen and (min-width:40em){.content-width{padding:0 32px}}.content-width--small{margin:0 auto;max-width:646px;padding:0 16px}@media screen and (min-width:40em){.content-width--small{max-width:662px;padding:0 32px}}.content-width--smallX{margin:0 auto;max-width:736px;padding:0 16px}@media screen and (min-width:40em){.content-width--smallX{max-width:752px;padding:0 32px}}.content-width--medium{margin:0 auto;max-width:916px;padding:0 16px}@media screen and (min-width:40em){.content-width--medium{max-width:932px;padding:0 32px}}.content-width--large{margin:0 auto;max-width:1319px;padding:0 16px}@media screen and (min-width:64em){.content-width--large{max-width:1335px;padding:0 32px}}.content-width--xlarge{margin:0 auto;max-width:1656px;padding:0 16px}@media screen and (min-width:64em){.content-width--xlarge{max-width:1672px;padding:0 32px}}
/*!
 * 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;margin:0;overflow:visible;padding:0;text-transform:none;transition-duration:.15s;transition-property:opacity,filter;transition-timing-function:linear}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.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:24px;position:relative;width:40px}.hamburger-inner{display:block;margin-top:-2px;top:50%}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{background-color:#000;border-radius:4px;height:4px;position:absolute;transition-duration:.15s;transition-property:transform;transition-timing-function:ease;width:40px}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.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,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.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,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.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,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.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,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.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,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.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,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,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(-8px,-10px,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(-8px,10px,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(8px,-10px,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(8px,10px,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:-20px;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,-10px,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:-20px;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,-10px,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:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0,10px,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,-20px,0) rotate(-270deg);transition-delay:75ms}.hamburger--elastic-r .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0,10px,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,-20px,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:10px;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:-80px;top:-80px;transform:translate3d(80px,80px,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:-80px;top:-80px;transform:translate3d(-80px,80px,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:10px;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:-80px;top:80px;transform:translate3d(80px,-80px,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:-80px;top:80px;transform:translate3d(-80px,-80px,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:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-duration:.15s;transition-property:transform,opacity;transition-timing-function:ease}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{opacity:0;transform:rotate(-45deg) translate3d(-5.7142857143px,-6px,0)}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-duration:.15s;transition-property:transform,opacity;transition-timing-function:ease}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{opacity:0;transform:rotate(45deg) translate3d(5.7142857143px,-6px,0)}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,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:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;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,10px,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,10px,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:-20px;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,-10px,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)}.article__headline{color:#000;font-family:roboto-slab,serif;font-size:30px;font-style:normal;font-weight:700;line-height:32px;margin-bottom:20px;text-align:center}@media screen and (min-width:40em){.article__headline{font-size:41px;line-height:42px;margin-bottom:30px;margin-top:30px}}.article__intro{padding-left:40px;padding-right:40px}.article__intro p{color:#000;font-family:roboto-slab,serif;font-size:18px;font-style:normal;font-weight:700;line-height:29px;margin-top:0;text-align:center}@media screen and (min-width:64em){.article__intro p{font-size:22px;line-height:30px}}.article__top{box-shadow:0 5px 6px rgba(0,0,0,.2);padding-bottom:1px;padding-top:30px}.article__top img{border-radius:25px}@media screen and (min-width:64em){.article__top img{border-radius:43px}}.article__banner-container{position:relative}.article__banner{width:100%}.article__banner-shadow{border-radius:25px;box-shadow:inset 5px 5px 6px rgba(0,0,0,.2);height:100%;left:0;position:absolute;top:0;width:100%}@media screen and (min-width:64em){.article__banner-shadow{border-radius:43px}}.article__published{color:#000;display:flex;flex-direction:column;font-family:roboto-slab,serif;font-size:17px;font-style:normal;font-weight:700;line-height:28px;margin-bottom:47px;margin-top:56px;text-align:center}@media screen and (min-width:40em){.article__published{display:block}}.article__published span{font-family:roboto-slab,serif;font-size:17px;font-style:normal;font-weight:700;line-height:28px}.article__back{margin-top:50px}.block{margin-bottom:25px;margin-top:25px;padding-left:35px;padding-right:35px}.crumbs span{color:#000;display:none;font-family:roboto-condensed,sans-serif;font-size:17px;font-style:normal;font-weight:400;line-height:26px;padding-left:0}@media screen and (min-width:40em){.crumbs span{display:inline-block}}.crumbs--white span{color:#fff}.crumbs--without-padding-top{padding-top:0}.embed__container{padding-top:56.25%;position:relative}.embed__iframe{height:100%;left:0;position:absolute;top:0;width:100%}.footer{padding-top:50px}.footer__row{align-items:center;display:flex;flex-direction:column;justify-content:space-between;padding-top:16px;position:relative}.footer__logo{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:85px;display:block;filter:drop-shadow(4px 5px 2px rgba(0,0,0,.2));margin:1em auto;max-height:85px;position:absolute;top:-110px;transform:translateX(-42px)}.footer__copyright{color:#fff;font-size:18px;text-align:center}.footer h2{font-family:roboto-slab,serif;font-size:25px;padding-bottom:32px}.footer h2,.footer p{color:#000;font-style:normal;font-weight:400;line-height:26px}.footer p{font-family:roboto-condensed,sans-serif;font-size:19px;margin:0;text-align:center}.footer__facebook{margin-top:35px}.footer__facebook svg{filter:brightness(100%);transition:filter .1s ease-in}.footer__facebook svg:hover{filter:brightness(50%)}.footer__privacy{color:#000;font-family:roboto-condensed,sans-serif;font-size:19px;font-style:normal;font-weight:400;line-height:26px;margin-top:34px;text-decoration:none}.footer__privacy:hover{text-decoration:underline}.footer__background{height:57px;margin-top:40px;width:100%}@media screen and (min-width:64em){.footer__background{height:80px}}.footer__background img{height:57px;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;width:100%}@media screen and (min-width:64em){.footer__background img{height:80px}}.gallery{display:flex;flex-wrap:wrap;justify-content:space-between}.gallery__image{width:100%}.grid{display:flex;flex-wrap:wrap;list-style:none;margin:0 -8px;padding:0}.grid__item{margin-bottom:50px;width:100%;width:50%;width:33.3333333333%}.grid__content{padding:0 8px}.header{background-color:#fff;left:0;position:fixed;right:0;top:0;z-index:1000}.header--loaded{transform:translateY(0);transition:transform .25s cubic-bezier(.65,.05,.36,1)}.header--hidden{transform:translateY(-100%)}.header__row{align-items:center;display:flex;height:90px;justify-content:space-between;padding-bottom:16px;padding-top:16px;position:relative}@media screen and (min-width:40em){.header__row{justify-content:center}}.header__menu{display:none}.header__menu--active{background-color:#fff;border:1px solid #707070;border-bottom-left-radius:43px;border-top-left-radius:43px;box-shadow:inset 5px 5px 6px rgba(0,0,0,.2);display:block;padding:50px 32px;position:absolute;right:0;top:calc(100% + 16px);transform:translateX(2px);width:350px}.header__menu--active img{border-radius:43px;height:100%;left:0;-o-object-fit:cover;object-fit:cover;top:0;width:100%;z-index:1}@media screen and (min-width:64em){.header__menu--active{border-radius:43px;left:0;right:unset;transform:unset;width:400px}}@media screen and (min-width:113.75em){.header__menu--active{transform:translateX(-45%)}}.header__menu-list{align-items:flex-start;display:flex;flex-direction:column;height:100%;list-style:none;margin:0;padding:0}.header__menu-list li:last-child{margin-bottom:4px}.header__menu-item{font-size:28px;margin-bottom:32px}.header__menu-item a{color:#000;font-family:roboto-slab,serif;font-size:31px;font-style:normal;font-weight:700;line-height:38px}@media screen and (min-width:40em){.header__menu-item{font-size:18px;text-align:left}}.header__menu-link{text-decoration:none}.header__menu-link:hover{text-decoration:underline}.header__menu-children{padding-left:0}.header__menu-children a{color:#000;font-family:roboto-condensed,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:42px;padding:13px 0;text-decoration:none}.header__menu-children a:hover{text-decoration:underline}.header__menu-close{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NS44MyIgaGVpZ2h0PSI1Mi44NTEiPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZGF0YS1uYW1lPSJSZWN0YW5nbGUgOTUiIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMTcuNTI0djQ3LjI4OUgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGRhdGEtbmFtZT0iR3JvdXAgMjU0Ij48ZyBkYXRhLW5hbWU9Ikdyb3VwIDI1MiI+PGcgZGF0YS1uYW1lPSJHcm91cCAyNDEiIHRyYW5zZm9ybT0icm90YXRlKDEzNSAxNC41MzYgMjkuNzIxKSIgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkYXRhLW5hbWU9IlBhdGggNjE3MyIgZD0ibTQuNzkgOC44NDguMzU2IDUuMzY4Yy0uMTIzIDIuNjIzLS4xMjMgNS4yNDktLjIzNCA3Ljg3Mi0uMzU2IDAtLjIzNCA2LjEtLjM1NiA3LjA3Ni0uMjM0IDIuMzE4LS4zNDUgNC42MzktLjU4NCA2Ljk1N2wtLjcgMTAuMTI2Yy0uNDY3LjI0NC0uNDY3LjQ4OC0uNy42MWEyLjc2NSAyLjc2NSAwIDAgMS0xLjQuMzY2TDAgNDcuMjg5bC4yMzQtLjQ4OWMuMTE3LS4wNjQuMTE3LS4yNDQuMTE3LS40OTFhMzQuODE0IDM0LjgxNCAwIDAgMSAuMjM0LTMuNDc3Yy4yMzQtLjEyMi4zNS0uNjEuMjM0LTEuNDY0IDAtLjQyNy0uMTE3LS43OTMtLjExNy0xLjIyTDEuNCAyNy40YzAtNS45MTctLjExMS0xMS45LS4xMTEtMTcuODE5di0uMDYyYzAtLjI0NC4zNDUtLjQzLjM0NS0uNjEgMC0uMjQ0IDAtLjM2Ni0uMjM0LS40ODhMMS4xNjggOC4zYy4yMzQtLjYxMyAxLjA1Ny02LjUzIDEuMTY4LTYuNzEzQzIuNDU5Ljg1NCAzLjE2LjQyNyAzLjk3Mi4wNjFjLjExNyAwIC4zNS0uMDYxLjU4NC0uMDYxLjQ2NyAwIDEuMDU3LjA2MSAxLjE2OC4zMDUtLjIzNCAyLjUtLjU3OCA1LjA2Ni0uODEyIDcuNTY3di4xOGMwIC4xODYtLjEyMy40OTEtLjEyMy44bS0zLjYyMi0uNjFaIi8+PC9nPjwvZz48ZyBkYXRhLW5hbWU9Ikdyb3VwIDI1MSI+PGcgZGF0YS1uYW1lPSJHcm91cCAyNDEiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUuOTcgMTUuNjQgMjAuNTQ3KSIgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkYXRhLW5hbWU9IlBhdGggNjE3MyIgZD0ibTQuNzkgOC44NDguMzU2IDUuMzY4Yy0uMTIzIDIuNjIzLS4xMjMgNS4yNDktLjIzNCA3Ljg3Mi0uMzU2IDAtLjIzNCA2LjEtLjM1NiA3LjA3Ni0uMjM0IDIuMzE4LS4zNDUgNC42MzktLjU4NCA2Ljk1N2wtLjcgMTAuMTI2Yy0uNDY3LjI0NC0uNDY3LjQ4OC0uNy42MWEyLjc2NSAyLjc2NSAwIDAgMS0xLjQuMzY2TDAgNDcuMjg5bC4yMzQtLjQ4OWMuMTE3LS4wNjQuMTE3LS4yNDQuMTE3LS40OTFhMzQuODE0IDM0LjgxNCAwIDAgMSAuMjM0LTMuNDc3Yy4yMzQtLjEyMi4zNS0uNjEuMjM0LTEuNDY0IDAtLjQyNy0uMTE3LS43OTMtLjExNy0xLjIyTDEuNCAyNy40YzAtNS45MTctLjExMS0xMS45LS4xMTEtMTcuODE5di0uMDYyYzAtLjI0NC4zNDUtLjQzLjM0NS0uNjEgMC0uMjQ0IDAtLjM2Ni0uMjM0LS40ODhMMS4xNjggOC4zYy4yMzQtLjYxMyAxLjA1Ny02LjUzIDEuMTY4LTYuNzEzQzIuNDU5Ljg1NCAzLjE2LjQyNyAzLjk3Mi4wNjFjLjExNyAwIC4zNS0uMDYxLjU4NC0uMDYxLjQ2NyAwIDEuMDU3LjA2MSAxLjE2OC4zMDUtLjIzNCAyLjUtLjU3OCA1LjA2Ni0uODEyIDcuNTY3di4xOGMwIC4xODYtLjEyMy40OTEtLjEyMy44bS0zLjYyMi0uNjFaIi8+PC9nPjwvZz48L2c+PC9zdmc+");cursor:pointer;height:47px;right:30px;top:30px;width:41px}.header__menu-close,.header__mobile-menu{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";position:absolute}.header__mobile-menu{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OS4yIDYyLjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU5LjIgNjIuNyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN3aXRjaD48Zz48cGF0aCBkPSJtNDYuMTQ1IDMxLjY0MS02LjIuNmMtMy4xIDAtNi4xLjEtOS4yIDAgMC0uNC03LjEgMC04LjMtLjEtMi43LS4yLTUuNC0uMi04LjEtLjRsLTExLjgtLjRjLS4zLS41LS42LS41LS43LS44LS4zLS41LS41LTEtLjUtMS42bC0uMS0xLjQuNi4zYy4xLjEuMy4xLjYuMSAxLjQgMCAyLjcgMCA0LjEuMS4yLjMuNy40IDEuNy4yLjUgMCAuOS0uMiAxLjQtLjJsMTQuOS4zYzYuOS0uMiAxMy45LS42IDIwLjgtLjloLjFjLjMgMCAuNS40LjcuNC4zIDAgLjQgMCAuNi0uM2wuMS0uM2MuNy4yIDcuNyAxIDcuOSAxLjEuOS4xIDEuNC45IDEuOCAxLjggMCAuMS4xLjQuMS43IDAgLjUgMCAxLjItLjMgMS40LTIuOS0uMi01LjktLjUtOC44LS42aC0uMmMtLjUuMS0uOCAwLTEuMiAwbS42LTQuMnptLjUgMzMuODA1LTYuMi42Yy0zLjEgMC02LjEuMS05LjIgMCAwLS40LTcuMSAwLTguMy0uMS0yLjctLjItNS40LS4yLTguMS0uNGwtMTEuOC0uNGMtLjMtLjUtLjYtLjUtLjctLjgtLjMtLjUtLjUtMS0uNS0xLjZsLS4xLTEuNC42LjNjLjEuMS4zLjEuNi4xIDEuNCAwIDIuNyAwIDQuMS4xLjIuMy43LjQgMS43LjIuNSAwIC45LS4yIDEuNC0uMmwxNC45LjNjNi45LS4yIDEzLjktLjYgMjAuOC0uOWguMWMuMyAwIC41LjQuNy40LjMgMCAuNCAwIC42LS4zbC4xLS4zYy43LjIgNy43IDEgNy45IDEuMS45LjEgMS40LjkgMS44IDEuOCAwIC4xLjEuNC4xLjcgMCAuNSAwIDEuMi0uMyAxLjQtMi45LS4yLTUuOS0uNS04LjgtLjZoLS4yYy0uNS4xLS45IDAtMS4yIDBtLjUtNC4zek0xMiA0Mi43NGw2LjItLjZjMy4xIDAgNi4xLS4xIDkuMiAwIDAgLjQgNy4xIDAgOC4zLjEgMi43LjIgNS40LjIgOC4xLjRsMTEuOC40Yy4zLjUuNi41LjcuOC4zLjUuNSAxIC41IDEuNmwuMSAxLjQtLjYtLjNjLS4xLS4xLS4zLS4xLS42LS4xLTEuNCAwLTIuNyAwLTQuMS0uMS0uMi0uMy0uNy0uNC0xLjctLjItLjUgMC0uOS4yLTEuNC4ybC0xNC45LS4zYy02LjkuMi0xMy45LjYtMjAuOC45aC0uMWMtLjMgMC0uNS0uNC0uNy0uNC0uMyAwLS40IDAtLjYuM2wtLjEuM2MtLjctLjItNy43LTEtNy45LTEuMS0uOS0uMS0xLjQtLjktMS44LTEuOCAwLS4xLS4xLS40LS4xLS43IDAtLjUgMC0xLjIuMy0xLjQgMi45LjIgNS45LjUgOC44LjZoLjJjLjUtLjEuOSAwIDEuMiAwbS0uNSA0LjN6Ii8+PHBhdGggZD0iTTE0LjEgNC41IDEwLjYgMTRIOC45TDUuNSA0LjVoLS4xbC4yIDUuNnYybDEuNC4zVjE0SDEuOHYtMS41bDEuNC0uM1YzbC0xLjQtLjNWMS4yaDQuN2wzLjMgOS40aC4xbDMuMy05LjRoNC43djEuNWwtMS41LjN2OS4ybDEuNC4zVjE0aC01LjN2LTEuNWwxLjQtLjN2LTJsLjItNS43em0xMy44IDMuOWgtNC4zVjEyaDQuMWwuMS0xLjVoMlYxNEgxOS42di0xLjVsMS40LS4zVjNsLTEuNC0uM1YxLjJoMTAuMXYzLjVoLTJsLS4xLTEuNWgtNC4xdjMuMmg0LjN2MnptMTcuMi03LjJ2MS41bC0xLjQuM3YxMWgtMi42TDM2IDUuNGgtLjF2Ni44bDEuNC4zVjE0SDMydi0xLjVsMS40LS4zVjNMMzIgMi43VjEuMmg0bDUuMiA4LjZoLjFWM2wtMS40LS4zVjEuMmg1LjJ6bTYuNCAxLjUtMSAuMSAyIDQuMmguMWwyLTQuMi0xLS4xVjEuMmg0Ljh2MS41bC0xLjEuMi0zLjUgNi42djIuN2wxLjQuM1YxNGgtNS4zdi0xLjVsMS40LS4zVjkuNEw0Ny45IDNsLTEuMS0uMlYxLjJoNC44djEuNXoiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXciLz48L2c+PC9zd2l0Y2g+PC9zdmc+");display:block;height:66px;margin-left:50px;right:20px;width:50px}@media screen and (min-width:64em){.header__mobile-menu{left:32px;right:unset}}@media screen and (min-width:83.125em){.header__mobile-menu{margin-left:unset}}.header__logo img{width:223px}@media screen and (min-width:40em){.header__logo img{width:300px}}.homepage__title{height:0;visibility:hidden}.homepage__title h1{margin:0}.homepage__top{background-color:#135853;box-shadow:0 0 5px 5px rgba(0,0,0,.17);display:flex;height:910px;justify-content:center;width:100%}@media screen and (min-width:40em){.homepage__top{height:700px}}@media screen and (min-width:64em){.homepage__top{height:871px}}.homepage__top-menu{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}@media screen and (min-width:40em){.homepage__top-menu{flex-direction:row;transform:translateX(-170px)}}.homepage__top-menu-link{align-items:center;display:flex;justify-content:center;position:relative;text-decoration:none}@media screen and (min-width:24.0625em){.homepage__top-menu-link--1{transform:translateX(25%)}}@media screen and (min-width:40em){.homepage__top-menu-link--1{transform:translateY(-50px)}}.homepage__top-menu-link--1 img{animation:scew_right 8s infinite;height:182px;left:-65px;position:absolute;top:-35px;width:189px}@media screen and (min-width:40em){.homepage__top-menu-link--1 img{left:-70px;top:-40px}}@media screen and (min-width:64em){.homepage__top-menu-link--1 img{height:286px;left:-100px;top:-60px;width:282px}}.homepage__top-menu-link--2{margin-top:30px;transform:translateX(-40px)}@media screen and (min-width:24.0625em){.homepage__top-menu-link--2{transform:translateX(-25%)}}@media screen and (min-width:40em){.homepage__top-menu-link--2{margin-top:unset;position:absolute;right:0;top:0;transform:translate(290px,80px)}}@media screen and (min-width:64em){.homepage__top-menu-link--2{margin-top:unset;position:absolute;right:0;top:0;transform:translate(350px,115px)}}.homepage__top-menu-link--2 div{transform:translateY(-40px)}@media screen and (min-width:40em){.homepage__top-menu-link--2 div{transform:translateY(-50px)}}@media screen and (min-width:64em){.homepage__top-menu-link--2 div{transform:translateY(-60px)}}.homepage__top-menu-link--2 img{animation:scew 10s infinite;bottom:-51px;height:328px;position:absolute;right:-93px;width:341px}@media screen and (min-width:40em){.homepage__top-menu-link--2 img{bottom:-52px;right:-105px}}@media screen and (min-width:64em){.homepage__top-menu-link--2 img{bottom:-72px;height:488px;right:-135px;width:508px}}.homepage__top-menu-link--3{margin-top:80px;transform:translateX(25px)}@media screen and (min-width:40em){.homepage__top-menu-link--3{margin-top:unset;transform:unset;transform:translateX(33px)}}.homepage__top-menu-link--3 img{bottom:13px;height:110px;position:absolute;width:193px}@media screen and (min-width:40em){.homepage__top-menu-link--3 img{bottom:-16px}}@media screen and (min-width:64em){.homepage__top-menu-link--3 img{bottom:-16px;height:187px;width:300px}}.homepage__top-menu-link--3 svg{bottom:-10px;height:160px;position:absolute;transform:rotate(-5deg);width:193px}@media screen and (min-width:40em){.homepage__top-menu-link--3 svg{bottom:-16px}}@media screen and (min-width:64em){.homepage__top-menu-link--3 svg{bottom:-16px;height:240px;width:300px}}.homepage__top-menu-link--3 div{transform:translateY(-50px)}@media screen and (min-width:64em){.homepage__top-menu-link--3 div{transform:translateY(-70px)}}.homepage__top-menu-link--3 #Layer_1{animation:scaleBars 3s infinite}.homepage__top-menu-link--3 #Layer_2{animation:scaleBars 4s infinite}.homepage__top-menu-link--3 #Layer_3{animation:scaleBars 5s infinite}.homepage__top-menu-circle{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNDUiIGhlaWdodD0iMzQ1Ij48ZGVmcz48ZmlsdGVyIGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzQ1IiBoZWlnaHQ9IjM0NSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48ZmVPZmZzZXQgZHg9IjEzIiBkeT0iMTIiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI1IiByZXN1bHQ9ImJsdXIiLz48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIuMjU5IiByZXN1bHQ9ImNvbG9yIi8+PGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJvdXQiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImJsdXIiLz48ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbj0iY29sb3IiLz48ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9IlNvdXJjZUdyYXBoaWMiLz48L2ZpbHRlcj48L2RlZnM+PGcgZGF0YS10eXBlPSJpbm5lclNoYWRvd0dyb3VwIj48Y2lyY2xlIGRhdGEtbmFtZT0iRWxsaXBzZSAxIiBjeD0iMTcyLjUiIGN5PSIxNzIuNSIgcj0iMTcyLjUiIGZpbGw9IiNmZmYiLz48ZyBmaWx0ZXI9InVybCgjYSkiPjxjaXJjbGUgZGF0YS1uYW1lPSJFbGxpcHNlIDEiIGN4PSIxNzIuNSIgY3k9IjE3Mi41IiByPSIxNzIuNSIgZmlsbD0iI2ZmZiIvPjwvZz48L2c+PC9zdmc+");background-position:50%;background-repeat:no-repeat;background-size:contain;filter:brightness(100%);height:231px;transition:filter .1s ease-in;width:232px}.homepage__top-menu-circle:hover{filter:brightness(70%)}@media screen and (min-width:64em){.homepage__top-menu-circle{height:345px;width:346px}}.homepage__top-menu-container{position:relative}.homepage__top-menu-text,.homepage__top-menu-text--small{max-width:170px;text-align:center}@media screen and (min-width:64em){.homepage__top-menu-text,.homepage__top-menu-text--small{max-width:290px}}.homepage__top-menu-text span,.homepage__top-menu-text--small span{color:#000;font-family:roboto-slab,serif;font-size:27px;font-style:normal;font-weight:400;line-height:35px}@media screen and (min-width:64em){.homepage__top-menu-text span,.homepage__top-menu-text--small span{font-size:38px;line-height:43px}}.homepage__top-menu-text--small{max-width:100px}@media screen and (min-width:40em){.homepage__top-menu-text--small{max-width:124px}}@media screen and (min-width:64em){.homepage__top-menu-text--small{max-width:180px}}.link a{color:#000;font-family:roboto-condensed,sans-serif;font-size:20px;font-style:italic;font-weight:400;line-height:28px}.media{padding-left:0;padding-right:0;position:relative}.media__video{width:100%}.media img{border-radius:20px;max-height:296px;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (min-width:40em){.media img{border-radius:43px}}.media figure{position:relative}.media figcaption{color:#000;font-family:roboto-condensed,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:28px;margin-left:40px}@media screen and (min-width:40em){.media figcaption{font-size:17px;margin-left:40px}}.media__shadow{border-radius:20px;box-shadow:inset 5px 5px 6px rgba(0,0,0,.2);height:100%;left:0;position:absolute;top:0;width:100%}@media screen and (min-width:40em){.media__shadow{border-radius:43px}}.news{padding:0}.news__heading{font-size:35px;font-weight:400;margin-top:50px}.news__list{align-items:baseline;display:flex;flex-wrap:wrap;justify-content:center;margin:78px 0 0}@media screen and (min-width:64em){.news__list{margin:56px 0 0}}.news__list-item{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:0 0 43px}@media screen and (min-width:64em){.news__list-item{flex-basis:50%;padding:0 0 85px}}@media screen and (min-width:97.5em){.news__list-item{flex-basis:33.333333%}}.news__list-item-title{margin-left:auto;margin-right:auto;max-width:318px;padding-top:14px;text-align:center}@media screen and (min-width:40em){.news__list-item-title{max-width:376px;padding-top:20px}}.news__list-item-title a{color:#000;font-family:roboto-slab,serif;font-size:25px;font-style:normal;font-weight:700;line-height:30px}@media screen and (min-width:64em){.news__list-item-title a{font-size:31px;line-height:40px}}.news__list-item-image{position:relative;width:354px}@media screen and (min-width:40em){.news__list-item-image{width:516px}}.news__list-item-image img{border-radius:20px;height:201px;-o-object-fit:cover;object-fit:cover;width:354px}@media screen and (min-width:40em){.news__list-item-image img{border-radius:43px;height:318px;width:516px}}.news__link{text-decoration:none}.news__link:hover{text-decoration:underline}.news__link-image:hover{opacity:.5}.news__title{font-weight:400;margin-bottom:0;margin-top:10px}.source{margin-top:0;padding-top:0}.source__border-border{background-color:#707070;content:"";height:2px}.source__text{color:#000;font-family:roboto-condensed,sans-serif;font-size:20px;font-style:italic;font-weight:400;line-height:28px}.swiper-button-next,.swiper-button-prev{color:#fff!important}.text__headline{margin-top:0}.text__body p{color:#000;font-family:roboto-condensed,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:28px}.text__body p:first-child{margin-top:0}.text__body p:last-child{margin-bottom:0}.text__body ul{list-style:none;padding-left:20px}.text__body ul li{color:#000;font-family:roboto-condensed,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:28px}.text__body ul li:before{color:#e86c00;content:"•";display:inline-block;font-size:40px;font-weight:700;margin-left:-20px;transform:translateY(8px);width:20px}.text__body a{font-style:italic;font-weight:400}.quote,.text__body a{color:#000;font-family:roboto-condensed,sans-serif;font-size:20px;line-height:28px}.quote{font-style:normal;font-weight:700;position:relative}@media screen and (min-width:40em){.quote{margin-bottom:35px}}.quote p{color:#000;font-family:roboto-condensed,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:28px}.quote:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0My4yNSIgaGVpZ2h0PSIzOC43NTMiPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZGF0YS1uYW1lPSJSZWN0YW5nbGUgODUiIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoNDMuMjV2MzguNzUzSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PGcgZGF0YS1uYW1lPSJHcm91cCAyMTkiPjxnIGRhdGEtbmFtZT0iR3JvdXAgMjA4IiB0cmFuc2Zvcm09InJvdGF0ZSgxODAgMjEuNjI1IDE5LjM3NykiIGNsaXAtcGF0aD0idXJsKCNhKSI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDUwMDEiIGQ9Ik0zLjMxNyAzOC43NTMgMCAzNS4yMmwxMi4xLTE1LjMwN0wuMTA5IDMuMzE5IDMuNTMzIDAgMjAuMzQgMTQuMjM3YzIuMzU1IDEuOTI4IDMuMSAzLjQyNiAzLjEgNS4zNTRhOC4wMDcgOC4wMDcgMCAwIDEtMS4zOTIgNC4wNjdabTE5LjgwNiAwTDE5LjggMzUuMjJsMTIuMS0xNS4zMDdMMTkuOTExIDMuMzE5IDIzLjMzNyAwbDE2LjcgMTQuMjM3YzIuMzU1IDEuOTI4IDMuMjEzIDMuNDI2IDMuMjEzIDUuMzU0YTcuMjEzIDcuMjEzIDAgMCAxLTEuNSA0LjA2N1oiLz48L2c+PC9nPjwvc3ZnPg==");content:"";display:none;height:39px;left:-20px;position:absolute;top:-20px;width:43px}@media screen and (min-width:40em){.quote:before{display:block}}.quote:after{background-image:url("data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9Ikdyb3VwIDIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDMuMjUiIGhlaWdodD0iMzguNzUzIj48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDg1IiBmaWxsPSJub25lIiBkPSJNMCAwaDQzLjI1djM4Ljc1M0gweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGRhdGEtbmFtZT0iR3JvdXAgMjA4IiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCA1MDAxIiBkPSJNMy4zMTcgMzguNzUzIDAgMzUuMjJsMTIuMS0xNS4zMDdMLjEwOSAzLjMxOSAzLjUzMyAwIDIwLjM0IDE0LjIzN2MyLjM1NSAxLjkyOCAzLjEgMy40MjYgMy4xIDUuMzU0YTguMDA3IDguMDA3IDAgMCAxLTEuMzkyIDQuMDY3Wm0xOS44MDYgMEwxOS44IDM1LjIybDEyLjEtMTUuMzA3TDE5LjkxMSAzLjMxOSAyMy4zMzcgMGwxNi43IDE0LjIzN2MyLjM1NSAxLjkyOCAzLjIxMyAzLjQyNiAzLjIxMyA1LjM1NGE3LjIxMyA3LjIxMyAwIDAgMS0xLjUgNC4wNjdaIi8+PC9nPjwvc3ZnPg==");bottom:-20px;content:"";display:none;height:39px;position:absolute;right:-20px;width:43px}@media screen and (min-width:40em){.quote:after{display:block}}
