@charset "UTF-8";
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:1s;animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.BrainhubCarouselItem{display:flex;justify-content:center;align-items:center;position:relative}.BrainhubCarouselItem.BrainhubCarouselItem--clickable{cursor:pointer}.BrainhubCarouselItem .debug-number{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;font-size:2em;text-shadow:0 0 9px #fff}.BrainhubCarousel__container{width:100%;overflow:hidden}.BrainhubCarousel{overflow:hidden;display:flex;align-items:center}.BrainhubCarousel.BrainhubCarousel--isRTL,.BrainhubCarousel.BrainhubCarousel--isRTL .BrainhubCarousel__trackContainer .BrainhubCarousel__track{direction:rtl}.BrainhubCarousel .BrainhubCarousel__trackContainer{width:100%;overflow:hidden}.BrainhubCarousel .BrainhubCarousel__trackContainer .BrainhubCarousel__track{display:flex;overflow:hidden;list-style:none;margin:0;padding:0}.BrainhubCarousel .BrainhubCarousel__trackContainer .BrainhubCarousel__track.BrainhubCarousel__track--transition{transition:-webkit-transform;transition:transform;transition:transform,-webkit-transform}.BrainhubCarousel__arrows{cursor:pointer}.BrainhubCarousel__loader{width:50px;height:50px;border-radius:100%;border:4px solid #7b59ff;border-left-color:transparent;-webkit-animation:loader 1s linear infinite;animation:loader 1s linear infinite}@-webkit-keyframes loader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.BrainhubCarousel__arrows{position:relative;padding:21px;border:none;overflow:hidden;outline:0;font-size:0;line-height:0;background-color:#7b59ff}.BrainhubCarousel__arrows span{display:block;position:absolute;top:50%;left:50%;border-color:#fff;border-style:solid;border-width:3px 3px 0 0;padding:5px;transition:.3s;font-size:0}.BrainhubCarousel__arrows:hover{background-color:#8768ff}.BrainhubCarousel__arrows:hover span{display:block;position:absolute;top:50%;left:50%;border-color:#fff;border-style:solid;border-width:3px 3px 0 0;padding:5px;transition:.3s;font-size:0}.BrainhubCarousel__arrows:hover:enabled{background-color:#8768ff}.BrainhubCarousel__arrows:hover:enabled span{border-color:#fff;margin:0}.BrainhubCarousel__arrows:disabled{background-color:#ccc}.BrainhubCarousel__arrowLeft span{-webkit-transform:translate(-50%,-50%) rotate(-135deg);transform:translate(-50%,-50%) rotate(-135deg);margin-left:2.45px}.BrainhubCarousel--isRTL .BrainhubCarousel__arrowLeft span,.BrainhubCarousel__arrowRight span{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);margin-left:-2.45px}.BrainhubCarousel--isRTL .BrainhubCarousel__custom-arrowLeft span{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.BrainhubCarousel--isRTL .BrainhubCarousel__arrowRight span{-webkit-transform:translate(-50%,-50%) rotate(-135deg);transform:translate(-50%,-50%) rotate(-135deg);margin-left:2.45px}.BrainhubCarousel--isRTL .BrainhubCarousel__custom-arrowRight span{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.BrainhubCarousel--isRTL .BrainhubCarousel__arrows:hover span{margin:0}.BrainhubCarousel__arrow--disable{pointer-events:none}.BrainhubCarousel__dots{display:flex;justify-content:center;list-style:none;margin:0;padding:0;font-size:0;line-height:0}.BrainhubCarousel__dots.BrainhubCarousel__dots--isRTL{direction:rtl}.BrainhubCarousel__dots .BrainhubCarousel__dot{outline:0;padding:10px;border:none;opacity:.5;font-size:0;cursor:pointer;-webkit-appearance:none}.BrainhubCarousel__dots .BrainhubCarousel__dot.BrainhubCarousel__dot--selected{opacity:1!important}.BrainhubCarousel__dots .BrainhubCarousel__dot:hover{opacity:1}.BrainhubCarousel__dots .BrainhubCarousel__dot:before{content:"";display:block;width:5px;height:5px;border-radius:50%;padding:0;border:none;background:#000}.BrainhubCarousel__dots .BrainhubCarousel__thumbnail{outline:0;padding:10px;border:none;opacity:.5;font-size:0;cursor:pointer}.BrainhubCarousel__dots .BrainhubCarousel__thumbnail.BrainhubCarousel__thumbnail--selected{opacity:1!important}.BrainhubCarousel__dots .BrainhubCarousel__thumbnail:hover{opacity:1}.BrainhubCarousel__thumbnail[type=button]{-webkit-appearance:none}.BrainhubCarousel--isRTL+.BrainhubCarousel__dots{direction:rtl}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top}.react-grid-item img{pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.react-grid-item.resizing{z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;-webkit-transform:rotate(270deg);transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e,.react-grid-item>.react-resizable-handle.react-resizable-handle-w{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;-webkit-transform:rotate(315deg);transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgd2lkdGg9IjYiIGhlaWdodD0iNiI+PHBhdGggZD0iTTYgNkgwVjQuMmg0LjJWMEg2djZ6IiBvcGFjaXR5PSIuMzAyIi8+PC9zdmc+");background-position:100% 100%;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;-webkit-transform:rotate(270deg);transform:rotate(270deg)}.react-resizable-handle-e,.react-resizable-handle-w{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.react-resizable-handle-e{right:0;-webkit-transform:rotate(315deg);transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.toggle-button-container{display:flex;flex-direction:row}.toggle-button-container .hl-4,.toggle-button-container h4{margin:0 1rem 0 0;color:#5a6166;line-height:2}@media only print,screen and (min-width:321px){.toggle-button-container .hl-4,.toggle-button-container h4{margin:2px 1rem 0 0}}@media only print,screen and (min-width:600px){.toggle-button-container .hl-4,.toggle-button-container h4{margin:4px 1rem 0 0}}@media only print,screen and (min-width:840px){.toggle-button-container .hl-4,.toggle-button-container h4{margin:5px 1rem 0 0}}@media only print,screen and (min-width:960px){.toggle-button-container .hl-4,.toggle-button-container h4{margin:2px 1rem 0 0}}.toggle-button{position:relative;width:80px;height:36px;overflow:hidden;border-radius:4px;background-color:#f6f5ed;transition:all .1s ease;box-shadow:0 0 0 1px #5a6166}.toggle-button.active{box-shadow:0 0 0 1px #005a8c}.toggle-button.active:hover{box-shadow:0 0 0 2px #00446e}.toggle-button.active:hover input[type=checkbox]:checked+.toggle-button__slider .toggle-button__switch{background-color:#00446e}.toggle-button.active:focus{box-shadow:0 0 0 1px #00446e;outline:2px dashed #00446e!important;outline-offset:3.5px}.toggle-button.active:focus .toggle-button__slider .toggle-button__switch{background-color:#00446e!important}.toggle-button.inactive:hover{box-shadow:0 0 0 2px #5a6166}.toggle-button.inactive:focus{outline:2px dashed #5a6166!important;outline-offset:3.5px}.toggle-button input[type=checkbox]{position:relative;width:100%;height:100%;padding:0;margin:0;opacity:0;cursor:pointer;z-index:3}.toggle-button input[type=checkbox]:checked+.toggle-button__slider .toggle-button__switch{right:3px;background-color:#005a8c}.toggle-button input[type=checkbox]:checked+.toggle-button__slider .toggle-button__on{display:block;left:14px}.toggle-button input[type=checkbox]:checked+.toggle-button__slider .toggle-button__off{display:none}.toggle-button__layer,.toggle-button__slider{position:absolute;top:0;right:0;bottom:0;left:0}.toggle-button__slider{z-index:2}.toggle-button__off{display:block;right:11px}.toggle-button__on{display:none}.toggle-button__off,.toggle-button__on{font-family:"kfwcentrosans-regweb";color:#5a6166;z-index:1;line-height:1.6;padding-top:6px}.toggle-button__off,.toggle-button__on,.toggle-button__switch{font-family:"kfwcentrosans-regweb","kfwcentrosans-regular";position:absolute;top:3px;font-size:13px;text-align:center;border-radius:2px;transition:all .3s ease;vertical-align:middle}.toggle-button__switch{width:30px;height:30px;right:47px;background-color:#5a6166;z-index:2}.video-playlist .hl-3,.video-playlist h3{font-weight:400;color:#4e6e61;font-size:2.2rem;line-height:1.27;margin:0 0 1.5rem}.video-playlist .hl-4,.video-playlist h4{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-weight:400;font-size:1.8rem}.video-playlist .hl-4:not(.toggle-button__headline):not(.video-playlist__counter__headline),.video-playlist h4:not(.toggle-button__headline):not(.video-playlist__counter__headline){color:#4e6e61;margin:0 0 2rem;line-height:1.44}.video-playlist p{margin:0 0 1.5rem;font-size:1.5rem;line-height:1.47}.video-playlist p:empty{display:none}.video-playlist a{text-decoration:none;color:#1b618c}.video-playlist a:hover{color:#60800f}.video-playlist a:active{color:#1b618c}.video-playlist{display:flex;flex-direction:column;padding-top:3rem;padding-bottom:3rem;background-color:#f6f5ed}.video-playlist .debugButton{position:absolute;background:red;top:0}@media only print,screen and (min-width:840px){.video-playlist{flex-direction:row}}.video-playlist--background-primary{margin-left:-5.625vw;margin-right:-5.625vw;padding-left:5.625vw;padding-right:5.625vw;background-color:#f6f5ed}@media only print,screen and (min-width:600px){.video-playlist--background-primary{margin-left:-6.66667vw;margin-right:-6.66667vw;padding-left:6.66667vw;padding-right:6.66667vw}}@media only print,screen and (min-width:840px){.video-playlist--background-primary{margin-left:-7.619vw;margin-right:-7.619vw;padding-left:7.619vw;padding-right:7.619vw}}@media only print,screen and (min-width:960px){.video-playlist--background-primary{margin-left:-7.5vw;margin-right:-7.5vw;padding-left:7.5vw;padding-right:7.5vw}}@media only print,screen and (min-width:1280px){.video-playlist--background-primary{margin-left:-10rem;margin-right:-10rem;padding-left:10rem;padding-right:10rem}}.video-playlist--background-primary .video-playlist__item.active{background-color:#fff}.video-playlist--background-secondary{margin-left:-5.625vw;margin-right:-5.625vw;padding-left:5.625vw;padding-right:5.625vw;background-color:#f6f5ed}@media only print,screen and (min-width:600px){.video-playlist--background-secondary{margin-left:-6.66667vw;margin-right:-6.66667vw;padding-left:6.66667vw;padding-right:6.66667vw}}@media only print,screen and (min-width:840px){.video-playlist--background-secondary{margin-left:-7.619vw;margin-right:-7.619vw;padding-left:7.619vw;padding-right:7.619vw}}@media only print,screen and (min-width:960px){.video-playlist--background-secondary{margin-left:-7.5vw;margin-right:-7.5vw;padding-left:7.5vw;padding-right:7.5vw}}@media only print,screen and (min-width:1280px){.video-playlist--background-secondary{margin-left:-10rem;margin-right:-10rem;padding-left:10rem;padding-right:10rem}}.video-playlist--background-secondary .video-playlist__item.active{background-color:#fff}.video-playlist__player{order:2}@media only print,screen and (min-width:840px){.video-playlist__player{margin-top:5.7rem;order:1;max-width:52.2rem;width:100%}}.video-playlist__player p{margin-bottom:2rem}.video-playlist__player .hl-3:before,.video-playlist__player h3:before{display:none}.video-playlist__player-view{position:relative}.video-playlist__player__content{padding-top:2rem}.video-playlist__overview{width:100%;order:1}@media only print,screen and (min-width:840px){.video-playlist__overview{order:2;width:100%;margin-left:3rem}}.video-playlist__top{display:flex;justify-content:space-between;align-items:center;flex-direction:row;padding-bottom:2.4rem}@media only print,screen and (min-width:840px){.video-playlist__top{margin-left:3rem}}.video-playlist__list{position:relative;display:none}.video-playlist__list-inner{position:absolute;width:calc(100% - 54px);left:0;top:0;height:100%;overflow:hidden;border-bottom:.5px solid rgba(123,129,133,.4)}@media only print,screen and (min-width:840px){.video-playlist__list{display:block;overflow:hidden;height:410px}.video-playlist__list .video-playlist__item{height:136px;position:relative;padding-bottom:6.2rem}.video-playlist__list .video-playlist__item .video-playlist__controls{position:absolute;left:3rem;bottom:2rem}}@media only print,screen and (min-width:960px){.video-playlist__list{height:452px}.video-playlist__list .video-playlist__item{height:150px}}@media only print,screen and (min-width:1280px){.video-playlist__list{height:376px}.video-playlist__list .video-playlist__item{height:125px;position:relative;padding-bottom:2rem}.video-playlist__list .video-playlist__item .video-playlist__controls{position:relative;left:0;bottom:0}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-0 .video-playlist__item:first-child{margin-top:0}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-0 .video-playlist__item:first-child{margin-top:0}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-0 .video-playlist__item:first-child{margin-top:0}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-1 .video-playlist__item:first-child{margin-top:-136px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-1 .video-playlist__item:first-child{margin-top:-150px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-1 .video-playlist__item:first-child{margin-top:-125px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-2 .video-playlist__item:first-child{margin-top:-272px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-2 .video-playlist__item:first-child{margin-top:-300px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-2 .video-playlist__item:first-child{margin-top:-250px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-3 .video-playlist__item:first-child{margin-top:-408px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-3 .video-playlist__item:first-child{margin-top:-450px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-3 .video-playlist__item:first-child{margin-top:-375px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-4 .video-playlist__item:first-child{margin-top:-544px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-4 .video-playlist__item:first-child{margin-top:-600px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-4 .video-playlist__item:first-child{margin-top:-500px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-5 .video-playlist__item:first-child{margin-top:-680px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-5 .video-playlist__item:first-child{margin-top:-750px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-5 .video-playlist__item:first-child{margin-top:-625px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-6 .video-playlist__item:first-child{margin-top:-816px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-6 .video-playlist__item:first-child{margin-top:-900px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-6 .video-playlist__item:first-child{margin-top:-750px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-7 .video-playlist__item:first-child{margin-top:-952px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-7 .video-playlist__item:first-child{margin-top:-1050px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-7 .video-playlist__item:first-child{margin-top:-875px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-8 .video-playlist__item:first-child{margin-top:-1088px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-8 .video-playlist__item:first-child{margin-top:-1200px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-8 .video-playlist__item:first-child{margin-top:-1000px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-9 .video-playlist__item:first-child{margin-top:-1224px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-9 .video-playlist__item:first-child{margin-top:-1350px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-9 .video-playlist__item:first-child{margin-top:-1125px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-10 .video-playlist__item:first-child{margin-top:-1360px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-10 .video-playlist__item:first-child{margin-top:-1500px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-10 .video-playlist__item:first-child{margin-top:-1250px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-11 .video-playlist__item:first-child{margin-top:-1496px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-11 .video-playlist__item:first-child{margin-top:-1650px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-11 .video-playlist__item:first-child{margin-top:-1375px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-12 .video-playlist__item:first-child{margin-top:-1632px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-12 .video-playlist__item:first-child{margin-top:-1800px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-12 .video-playlist__item:first-child{margin-top:-1500px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-13 .video-playlist__item:first-child{margin-top:-1768px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-13 .video-playlist__item:first-child{margin-top:-1950px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-13 .video-playlist__item:first-child{margin-top:-1625px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-14 .video-playlist__item:first-child{margin-top:-1904px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-14 .video-playlist__item:first-child{margin-top:-2100px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-14 .video-playlist__item:first-child{margin-top:-1750px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-15 .video-playlist__item:first-child{margin-top:-2040px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-15 .video-playlist__item:first-child{margin-top:-2250px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-15 .video-playlist__item:first-child{margin-top:-1875px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-16 .video-playlist__item:first-child{margin-top:-2176px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-16 .video-playlist__item:first-child{margin-top:-2400px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-16 .video-playlist__item:first-child{margin-top:-2000px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-17 .video-playlist__item:first-child{margin-top:-2312px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-17 .video-playlist__item:first-child{margin-top:-2550px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-17 .video-playlist__item:first-child{margin-top:-2125px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-18 .video-playlist__item:first-child{margin-top:-2448px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-18 .video-playlist__item:first-child{margin-top:-2700px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-18 .video-playlist__item:first-child{margin-top:-2250px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-19 .video-playlist__item:first-child{margin-top:-2584px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-19 .video-playlist__item:first-child{margin-top:-2850px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-19 .video-playlist__item:first-child{margin-top:-2375px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-20 .video-playlist__item:first-child{margin-top:-2720px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-20 .video-playlist__item:first-child{margin-top:-3000px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-20 .video-playlist__item:first-child{margin-top:-2500px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-21 .video-playlist__item:first-child{margin-top:-2856px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-21 .video-playlist__item:first-child{margin-top:-3150px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-21 .video-playlist__item:first-child{margin-top:-2625px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-22 .video-playlist__item:first-child{margin-top:-2992px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-22 .video-playlist__item:first-child{margin-top:-3300px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-22 .video-playlist__item:first-child{margin-top:-2750px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-23 .video-playlist__item:first-child{margin-top:-3128px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-23 .video-playlist__item:first-child{margin-top:-3450px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-23 .video-playlist__item:first-child{margin-top:-2875px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-24 .video-playlist__item:first-child{margin-top:-3264px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-24 .video-playlist__item:first-child{margin-top:-3600px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-24 .video-playlist__item:first-child{margin-top:-3000px}}@media only print,screen and (min-width:840px){.video-playlist__list.scroll-index-25 .video-playlist__item:first-child{margin-top:-3400px}}@media only print,screen and (min-width:960px){.video-playlist__list.scroll-index-25 .video-playlist__item:first-child{margin-top:-3750px}}@media only print,screen and (min-width:1280px){.video-playlist__list.scroll-index-25 .video-playlist__item:first-child{margin-top:-3125px}}.video-playlist__item{display:flex;flex-direction:row;padding:2rem 0;width:100%;cursor:pointer;transition:all .1s linear;outline-offset:0;border:1px solid transparent}.video-playlist__item__image{position:relative}.video-playlist__item__image .ic-play{width:40px;height:40px;position:absolute;left:50%;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);background:#005a8c;border:2px solid #fff;border-radius:100%;display:none;padding:0;justify-content:center;align-items:center}.video-playlist__item__image .ic-play:before{font-size:22px;margin-left:2px;color:#fff;padding-top:1px}.video-playlist__item .play-link{color:#005a8c}.video-playlist__item.active .video-playlist__item__image .ic-play{display:flex!important}.video-playlist__item:hover{border:1px solid #00446e}.video-playlist__item:hover .play-link{color:#00446e;text-decoration:underline}.video-playlist__item:hover .play-link .ic-videoRound:before{color:#00446e}.video-playlist__item:hover .video-playlist__duration{color:#5a6166!important}.video-playlist__item:hover .video-playlist__item__image .ic-play{display:flex!important}.video-playlist__item img{width:15rem;height:8.4rem}.video-playlist__item h4{margin:0}.video-playlist__item{border-top:.5px solid rgba(123,129,133,.4)}.video-playlist__item .order-number{color:#5a6166!important;margin:0 7px;width:14px;text-align:center}.video-playlist__item.active{background:#f6f5ed}.video-playlist__item.active .video-playlist__item__order .order-number{display:none}.video-playlist__item.active .video-playlist__item__order .ic-play{display:block;margin:0 .2rem}.video-playlist__item.active .video-playlist__item__order .ic-play:before{font-size:2.4rem;color:#005a8c}.video-playlist__item__order{width:3rem;display:flex;justify-content:center;align-items:center}.video-playlist__item__order .ic-play{display:none}.video-playlist__item__content{display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:26rem;margin-left:3rem;padding-right:3rem}.video-playlist__item__content .hl-h4{margin:0!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-playlist__controls{display:-webkit-box;flex-direction:row}.video-playlist__controls p:not(.duration){margin:0}.video-playlist__counter{width:100%}.video-playlist__counter .hl-4,.video-playlist__counter h4{color:#5a6166;margin:0;line-height:1.9;font-size:0}.video-playlist__counter .hl-4 span,.video-playlist__counter h4 span{font-size:1.8rem}.video-playlist__counter .hl-4 span:first-child:after,.video-playlist__counter h4 span:first-child:after{content:" / "}@media only print,screen and (min-width:840px){.video-playlist__counter .hl-4,.video-playlist__counter h4{font-size:1.8rem}.video-playlist__counter .hl-4 span:first-child:after,.video-playlist__counter h4 span:first-child:after{display:none}}.video-playlist__duration{margin:0 0 0 1.5rem;color:#5a6166!important}.video-playlist .video-navigator-btn{width:3.6rem;height:3.6rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#fff;border:2px solid transparent;border-radius:4px;text-align:center;z-index:999}@media only print,screen and (min-width:840px){.video-playlist .video-navigator-btn{display:none}}.video-playlist .video-navigator-btn:before{font-size:2.35rem}.video-playlist .video-navigator-btn.video-prev{left:10px}.video-playlist .video-navigator-btn.video-next{right:10px}.video-playlist .video-navigator-btn:hover{background:#00446e;color:#fff;border:2px solid #fff}.btn-play{position:relative;margin-right:1rem;width:20px;height:20px}.btn-play .ic-videoRound:before{color:#005a8c;font-size:2rem!important;position:absolute;margin-left:55%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only print,screen and (min-width:840px){.btn-play .ic-videoRound:before{margin-top:40%}}@media only print,screen and (min-width:960px){.btn-play .ic-videoRound:before{margin-top:49%}}@media only print,screen and (min-width:1280px){.btn-play .ic-videoRound:before{margin-top:56%}}.play-link{display:flex;flex-direction:row;margin-right:1.5rem}.scrollbar{width:100%}.scrollbar [class*=ic]:before{color:#fff;font-size:18px}.scrollDown,.scrollUp{border:2px solid #005a8c;display:flex;justify-content:center;flex-direction:row;align-items:center;background-color:#005a8c;border-radius:4px;width:3.2rem;height:3.2rem;cursor:pointer}.scrollDown.disabled,.scrollUp.disabled{background-color:#bdc0c2;cursor:default;border:none}.scrollDown.disabled:hover:before,.scrollUp.disabled:hover:before{border:none}.scrollDown:hover:not(.disabled),.scrollUp:hover:not(.disabled){background-color:#fff}.scrollDown:hover:not(.disabled):before,.scrollUp:hover:not(.disabled):before{border:none;border-radius:4px;color:#00446e}.scrollDown:active:before,.scrollUp:active:before{border:1px solid #005a8c}.scrollDown:focus,.scrollDown:focus:before,.scrollUp:focus,.scrollUp:focus:before{outline:none}.scrollUp{top:0}.scrollDown,.scrollUp{right:0;position:absolute}.scrollDown{bottom:0}[data-whatinput=keyboard] .scrollDown:focus,[data-whatinput=keyboard] .scrollUp:focus{outline:none;background-color:#fff;border:2px dashed #00446e}[data-whatinput=keyboard] .scrollDown:focus:before,[data-whatinput=keyboard] .scrollUp:focus:before{color:#00446e}[data-whatinput=keyboard] .scrollDown:before,[data-whatinput=keyboard] .scrollUp:before{outline:none}[data-whatinput=keyboard] .mi-player :focus{box-shadow:inset 0 0 0 2px #33b5e5}[data-whatinput=keyboard] .video-playlist__item:focus .play-link{color:#00446e;text-decoration:underline}@media only print,screen and (min-width:840px){[data-whatinput=keyboard] .video-playlist__item:focus .play-link:after{border-radius:4px;border:2px dashed #00446e;content:"";position:absolute;left:-1px;top:-4px;width:calc(40% + 4px);height:calc(85% + 8px)}}@media only print,screen and (min-width:960px){[data-whatinput=keyboard] .video-playlist__item:focus .play-link:after{border-radius:4px;border:2px dashed #00446e;content:"";position:absolute;left:-2px;top:-5px;width:calc(40% + 4px);height:calc(92% + 10px)}}@media only print,screen and (min-width:1280px){[data-whatinput=keyboard] .video-playlist__item:focus .play-link:after{border-radius:4px;border:2px dashed #00446e;content:"";position:absolute;left:-5px;top:-5px;width:calc(42% + 10px);height:calc(92% + 10px)}}[data-whatinput=keyboard] .video-navigator-btn:focus{outline:none;background-color:#00446e;border:2px dashed #fff}[data-whatinput=keyboard] .video-navigator-btn:focus:before{color:#fff}#partnerportal-cockpit{margin-bottom:2rem}#partnerportal-cockpit .api-error{margin:1rem;padding:3rem;border:2px solid #ca0036;color:#ca0036;font-size:2rem}#partnerportal-cockpit .debug-info{position:absolute;z-index:9999;color:red;padding:3px;background:hsla(0,0%,100%,.4);display:none}#partnerportal-cockpit .react-grid-placeholder{background:transparent;border:1px dashed #1b618c;opacity:1}#partnerportal-cockpit .react-grid-item h1,#partnerportal-cockpit .react-grid-item h2,#partnerportal-cockpit .react-grid-item h3,#partnerportal-cockpit .react-grid-item h4,#partnerportal-cockpit .react-grid-item h5,#partnerportal-cockpit .react-grid-item h6{margin-top:0}#partnerportal-cockpit .react-grid-item .react-resizable-handle{display:none}#partnerportal-cockpit .react-grid-item .tile-wrap{background:#f6f5ed;height:100%}#partnerportal-cockpit .react-grid-item .tile-wrap.lightblue{background:#ebf3f7;border:none;height:100%}#partnerportal-cockpit .react-grid-item .tile-wrap.lightblue h3{font-size:3.1rem;margin-top:0;color:#5a6166}#partnerportal-cockpit .react-grid-item .tile-wrap.lightblue p{font-size:2rem;margin-bottom:3rem}#partnerportal-cockpit .react-grid-item .tile-wrap .content,#partnerportal-cockpit .react-grid-item .tile-wrap .tile-body{height:100%}#partnerportal-cockpit .react-grid-item .tile-wrap .content.locked .tile-wrapper:after,#partnerportal-cockpit .react-grid-item .tile-wrap .tile-body.locked .tile-wrapper:after{content:"";display:flex;justify-content:center;align-items:center;font-family:"Iconfont",sans-serif!important;color:#1b618c;position:absolute;width:6rem;height:6rem;background-color:hsla(0,0%,100%,.87);top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1;border-radius:50%;font-size:3rem}@media only print,screen and (min-width:840px){#partnerportal-cockpit .react-grid-item .tile-wrap .content.locked .tile-wrapper:after,#partnerportal-cockpit .react-grid-item .tile-wrap .tile-body.locked .tile-wrapper:after{width:5.6rem;height:5.6rem;font-size:4rem}}#partnerportal-cockpit .react-grid-item .tile-wrap .tile-padding{padding:1rem 1.5rem 1.5rem;max-height:100%}#partnerportal-cockpit .react-grid-item .tile-wrap.AppStoreModule,#partnerportal-cockpit .react-grid-item .tile-wrap.PersonalizationModule,#partnerportal-cockpit .react-grid-item .tile-wrap.tile-dashed{box-sizing:border-box;background:#fff;border:1px dashed #1b618c}#partnerportal-cockpit .link--button,#partnerportal-cockpit .link--button-secondary{margin-right:2rem;margin-bottom:2rem;width:100%;justify-content:center}@media only print,screen and (min-width:600px){#partnerportal-cockpit .link--button,#partnerportal-cockpit .link--button-secondary{width:auto}}#partnerportal-cockpit .link--button-frameless{border:none;background:transparent;color:#1b618c}#partnerportal-cockpit .link--button-frameless:hover{background:#1b618c;color:#fff}#partnerportal-cockpit a:not([href]){cursor:pointer}#partnerportal-cockpit .hl-no{font-weight:700;padding-right:1rem}#partnerportal-cockpit ul.tile-list{display:flex;flex-direction:column;flex-wrap:nowrap;width:100%;padding:0;margin:1.5rem 0}@media only print,screen and (min-width:600px){#partnerportal-cockpit ul.tile-list{flex-direction:row;flex-wrap:wrap}}@media only print,screen and (min-width:960px){#partnerportal-cockpit ul.tile-list{margin:2.5rem 0}}#partnerportal-cockpit ul.tile-list li{font-family:"kfwcentrosans-regweb";display:flex;flex-direction:row;flex:1 1;min-width:50%;list-style-type:none;padding:0 1rem 1rem 2.5rem;position:relative}#partnerportal-cockpit ul.tile-list li:before{font-family:"Iconfont"!important;font-size:inherit;content:"";position:absolute;left:0;top:0;color:#7da416}#partnerportal-cockpit .carousel-nav{display:flex;width:100%;justify-content:space-between;align-items:center;max-width:280px}#partnerportal-cockpit .content-header{background-color:#13556f;color:#fff;text-align:left;display:flex;flex-direction:row;justify-content:space-between}#partnerportal-cockpit .content-header .title{cursor:grab;margin:1rem 0 1rem 1.5rem;font-family:"kfwcentrosans-medium";font-size:1.6rem;color:#fff;max-width:calc(100% - 20px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}#partnerportal-cockpit .content-header .title strong{font-family:"kfwcentrosans-bold"}#partnerportal-cockpit .content-header button{margin:1rem;display:flex;justify-content:center;align-items:center;border:none;background:none;color:#fff;width:2.4rem;height:2.4rem;position:relative}#partnerportal-cockpit .content-header button:hover:after{border-radius:4px;border:2px dashed #00446e;content:"";position:absolute;left:-5px;top:-5px;width:calc(100% + 10px);height:calc(100% + 10px);outline:none;background-color:#fff;border-style:solid;border-color:#fff;color:#00446e;z-index:0}#partnerportal-cockpit .content-header button:hover [class*=ic-]:before{position:relative;color:#00446e;z-index:1}#partnerportal-cockpit .content-header button .ic-close:before,#partnerportal-cockpit .content-header button .ic-menu-dots:before{font-size:2.4rem}#partnerportal-cockpit .content-header.is-light{background-color:#f3efeb}#partnerportal-cockpit .content-header.is-light .title{color:#5a6166;width:100%;max-width:100%}html[data-whatinput=keyboard] #partnerportal-cockpit .content-header button:focus{position:relative;outline:none}html[data-whatinput=keyboard] #partnerportal-cockpit .content-header button:focus:after{border-radius:4px;border:2px dashed #00446e;content:"";position:absolute;left:-5px;top:-5px;width:calc(100% + 10px);height:calc(100% + 10px);border-color:#fff}#partnerportal-cockpit .content-header .context-blocker{content:"";display:block;position:absolute;z-index:9998;left:0;bottom:0;right:0;background:rgba(189,192,194,.8);top:39px}@media only print,screen and (min-width:600px){#partnerportal-cockpit .content-header .context-blocker{top:36px}}@media only print,screen and (min-width:960px){#partnerportal-cockpit .content-header .context-blocker{top:39px}}@media only print,screen and (min-width:1280px){#partnerportal-cockpit .content-header .context-blocker{top:44px}}#partnerportal-cockpit .content-header .menu-context{position:absolute;z-index:9999;background:#fff;right:0;border:1px solid #bdc0c2;padding:0 1.5rem;max-width:200px;top:39px}@media only print,screen and (min-width:600px){#partnerportal-cockpit .content-header .menu-context{top:36px}}@media only print,screen and (min-width:960px){#partnerportal-cockpit .content-header .menu-context{top:39px}}@media only print,screen and (min-width:1280px){#partnerportal-cockpit .content-header .menu-context{top:44px}}#partnerportal-cockpit .content-header .menu-context ul{margin:0;padding:.5rem 0;list-style-type:none}#partnerportal-cockpit .content-header .menu-context ul li{margin:0;border-bottom:1px solid #bdc0c2;width:100%;padding:1.5rem 10px 1.5rem 0}#partnerportal-cockpit .content-header .menu-context ul li:last-child{border-bottom:none}#partnerportal-cockpit .content-header .menu-context ul li a{display:flex;cursor:pointer}#partnerportal-cockpit .content-header .menu-context ul li a span.icon{margin-right:1.5rem}#partnerportal-cockpit .content-header .menu-context .ic-delete:before,#partnerportal-cockpit .content-header .menu-context .ic-settings:before{font-size:inherit}#partnerportal-cockpit .react-draggable-dragging .draggable{cursor:grabbing}#partnerportal-cockpit .is-static .content-header{cursor:inherit}#partnerportal-cockpit .tile-link{display:inline;position:absolute;bottom:2.2rem;font-size:1.6rem}#partnerportal-cockpit .link{font-family:"kfwcentrosans-regweb";color:#1b618c}#partnerportal-cockpit .link:before{font-size:inherit;padding-right:.5rem}#partnerportal-cockpit .link--underline .link-text,#partnerportal-cockpit .link:hover .link-text{text-decoration:underline}#partnerportal-cockpit .link--underline .link-text:hover{text-decoration:none!important}#partnerportal-cockpit .link-item{display:inline-block;text-decoration:none;font-weight:inherit;font-size:1.77rem}#partnerportal-cockpit .link-item:before{position:absolute;padding-right:.5rem}@media only print,screen and (min-width:840px){#partnerportal-cockpit .link-item{font-size:1.6rem}}#partnerportal-cockpit .link-item .link-text{margin-left:20px;display:inline-block;letter-spacing:.6px}#partnerportal-cockpit .link:hover,#partnerportal-cockpit .multiple-link:hover{color:#00446e}#partnerportal-cockpit .link:focus .link-text,#partnerportal-cockpit .link:hover .link-text,#partnerportal-cockpit .multiple-link:focus .link-text,#partnerportal-cockpit .multiple-link:hover .link-text{text-decoration:underline}#partnerportal-cockpit .link--button .button-name{font-family:"kfwcentrosans-regweb";font-size:1.5rem}#partnerportal-cockpit .link--button .ic-arrowRight{margin-right:.5rem}#partnerportal-cockpit .link--button:hover .button-name,#partnerportal-cockpit .link--button:hover .link-text{text-decoration:underline}#partnerportal-cockpit .link--button.button--disabled:hover .link-text{text-decoration:none}[data-whatinput=keyboard] .link--button:focus .button-name,[data-whatinput=keyboard] .link--button:focus .link-text,[data-whatinput=keyboard] .link:focus .button-name,[data-whatinput=keyboard] .link:focus .link-text{text-decoration:underline}#partnerportal-cockpit .icon svg{display:block;min-height:8.6rem;min-width:8.6rem;height:50%;width:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#partnerportal-cockpit .top{fill:#13556f}#partnerportal-cockpit .bottom{fill:#000}#partnerportal-cockpit .checkbox input.default-input:checked+label:before{color:#1b618c}#partnerportal-cockpit .checkbox input.default-input:checked+label:before,#partnerportal-cockpit .checkbox input.default-input:not(:checked)+label:before{-webkit-transform:none!important;transform:none!important}#partnerportal-cockpit .product-group-accordion .product-group-opener p,#partnerportal-cockpit .product-group-accordion .product-group-opener span.ic-minus:before,#partnerportal-cockpit .product-group-accordion .product-group-opener span.ic-plus:before{font-size:2.4rem}#partnerportal-cockpit .product-group-accordion.opened{padding-bottom:2rem}#partnerportal-cockpit .count-badge{background:#1b618c;border-radius:5px;color:#fff;width:2.6rem;height:2.6rem;display:inline-block;text-align:center;font-size:1.8rem;font-weight:700;margin-left:2rem;line-height:1.5}#partnerportal-cockpit .item-list{list-style-type:none;margin:0;padding:0}#partnerportal-cockpit .item-list .has-subitems{padding-bottom:0}#partnerportal-cockpit .item-list .item-list-item{padding:2rem 0;border-bottom:1px solid #bdc0c2;display:flex;align-content:center;flex-direction:row;flex-wrap:wrap}#partnerportal-cockpit .item-list .item-list-item:last-child{margin-bottom:3rem}#partnerportal-cockpit .item-list .item-list-item label{display:flex;align-items:center}#partnerportal-cockpit .item-list .item-list-item input.default-input[type=checkbox]+label:before{margin-right:2rem;cursor:pointer;-webkit-transform:none;transform:none;align-self:flex-start}#partnerportal-cockpit .item-list .item-list-item .item-list{padding-left:3rem;padding-top:.5rem}#partnerportal-cockpit .item-list .item-list-item .item-list .item-list-item:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}#partnerportal-cockpit .item-list.program-group-item-list .item-list-item{padding:1.4rem 0}#partnerportal-cockpit .item-list.program-item-list{padding-top:1.6rem!important}#partnerportal-cockpit .item-list.program-item-list .item-list-item{padding:1.3rem 0}#partnerportal-cockpit .item-list.program-item-list .accordion-opener p,#partnerportal-cockpit .item-list.program-item-list .accordion-opener span{font-size:1.8rem}#partnerportal-cockpit .item-list.program-item-list .subtitle{margin:2.5rem 0 3rem 3rem}#partnerportal-cockpit .item-list.program-item-list .program-tile-list{display:flex;flex-wrap:wrap;width:100%;padding-left:3rem;justify-content:center}@media only print,screen and (min-width:840px){#partnerportal-cockpit .item-list.program-item-list .program-tile-list{justify-content:flex-start}}#partnerportal-cockpit .item-list.program-item-list .program-tile-list .program-list-item{width:100%;max-width:280px;overflow:hidden;list-style-type:none;padding:0;margin-right:3.8rem;margin-bottom:4rem}@media only print,screen and (min-width:840px){#partnerportal-cockpit .item-list.program-item-list .program-tile-list .program-list-item{width:calc(33% - 3.8rem);max-width:auto}}#partnerportal-cockpit .item-list.program-item-list .program-tile-list .program-list-item label{cursor:pointer}#partnerportal-cockpit .item-list.program-item-list .program-tile-list .program-list-item .count-badge{width:2rem;height:2rem;font-size:1.4rem}#partnerportal-cockpit .item-list.program-item-list .program-tile-list .program-list-item .tile-preview-wrap{width:100%;height:14vw;max-height:140px;min-height:140px;border:1px dashed #1b618c;background:#fff;position:relative;margin-bottom:1rem;overflow:hidden;display:flex;justify-content:center}#partnerportal-cockpit .item-list.program-item-list .program-tile-list .program-list-item .tile-preview-wrap .tile-preview{height:100%;width:100%}#partnerportal-cockpit .item-list.program-item-list .program-tile-list .program-list-item .tile-preview-wrap .tile-preview svg{height:5rem;display:block}#partnerportal-cockpit .item-list.program-item-list .program-tile-list .program-list-item .tile-preview-wrap .tile-preview .preview{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;height:100%;width:100%}#partnerportal-cockpit .item-list.program-item-list .program-tile-list .program-list-item .tile-preview-wrap .tile-preview .preview .hl-3{margin:0;padding:0}#partnerportal-cockpit .item-list.program-item-list .program-tile-list .program-list-item .tile-preview-wrap .tile-preview .preview .hl-4{margin:0;padding:0;color:#1b618c}#partnerportal-cockpit .item-list.program-item-list .program-tile-list .program-list-item .tile-preview-wrap .tile-preview .preview .hl-2{margin:0}#partnerportal-cockpit .item-list.program-item-list .program-tile-list .program-list-item .tile-preview-wrap .tile-preview .preview .icon svg{margin:0;padding:0}#partnerportal-cockpit .item-list.program-item-list .program-tile-list .program-list-item .tile-preview-wrap .tile-preview .preview .marker{padding:.4rem .6rem;background:#f3efeb;color:#1b618c;font-size:1.8rem;position:absolute;left:1rem;top:1rem;border-radius:0;border-bottom-right-radius:4px;align-self:flex-start;justify-self:flex-start}#partnerportal-cockpit .item-list.program-item-list .program-tile-list .program-list-item .tile-preview-wrap .checkbox{position:absolute;right:1.1rem;top:1rem;margin-right:0;padding:0;width:2.8rem}#partnerportal-cockpit .item-list.program-item-list .program-tile-list .program-list-item .tile-preview-wrap .checkbox label{width:2.8rem}#partnerportal-cockpit .item-list.program-item-list .program-tile-list .program-list-item .tile-preview-wrap .checkbox label:before{margin-right:0}#partnerportal-cockpit .item-list.program-item-list .program-tile-list .program-list-item.selected .tile-preview-wrap{border:1px solid #1b618c;background:transparent}#partnerportal-cockpit .item-list.program-item-list .program-tile-list .program-list-item.selected .tile-preview-wrap .preview .marker{background:#fff}#partnerportal-cockpit .item-list.program-item-list .program-tile-list .BrainhubCarouselItem{align-items:flex-start}#partnerportal-cockpit .item-list.program-item-list .program-tile-list .BrainhubCarouselItem .program-list-item{margin:0;width:calc(100% - 1px)}#partnerportal-cockpit .accordion{font-family:"kfwcentrosans-regweb";width:100%}#partnerportal-cockpit .accordion.product-group-accordion .product-group-opener p{margin-left:1rem}#partnerportal-cockpit .accordion .accordion-opener{align-items:center;color:#005a8c;position:relative;bottom:0}#partnerportal-cockpit .accordion .accordion-opener .opener-icon{height:2rem;margin-right:2rem}#partnerportal-cockpit .accordion .accordion-opener .ic-plus:before{font-size:1.8rem;color:#005a8c;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;height:100%;width:2rem}#partnerportal-cockpit .accordion .accordion-opener .RegistrationModule .tile-list li,#partnerportal-cockpit .accordion .accordion-opener .tx_1,#partnerportal-cockpit .accordion .accordion-opener ul.tile-list li,#partnerportal-cockpit .RegistrationModule .tile-list .accordion .accordion-opener li,#partnerportal-cockpit ul.tile-list .accordion .accordion-opener li{font-size:1.8rem}#partnerportal-cockpit .accordion.opened .ic-plus:before{content:"";color:#00446e}#partnerportal-cockpit .accordion.opened .accordion .ic-plus:before{content:""}#partnerportal-cockpit .accordion.opened .accordion.opened .ic-plus:before{content:""}#partnerportal-cockpit .stepper{max-width:1080px;margin:0 auto}#partnerportal-cockpit .stepper .multi-step-list{display:flex;list-style-type:none;padding:0}#partnerportal-cockpit .stepper .multi-step-list .multi-step-item{width:100%}#partnerportal-cockpit .stepper .multi-step-list .multi-step-item .item-number{font-size:3rem;font-weight:600;color:#1b618c;z-index:2;margin:0}@media only screen and (max-width:600px){#partnerportal-cockpit .stepper .multi-step-list .multi-step-item .item-number{margin:auto}}#partnerportal-cockpit .stepper .multi-step-list .multi-step-item .item-number__hide{font-size:3rem;font-weight:600;color:#1b618c;z-index:2;margin:0}@media only screen and (max-width:600px){#partnerportal-cockpit .stepper .multi-step-list .multi-step-item .item-number__hide{display:none}}#partnerportal-cockpit .stepper .multi-step-list .multi-step-item .item-title{font-size:2rem;margin-top:8px;color:#1b618c;z-index:2;padding-left:1rem}@media only screen and (max-width:600px){#partnerportal-cockpit .stepper .multi-step-list .multi-step-item .item-title{display:none}}#partnerportal-cockpit .stepper .multi-step-list .multi-step-item .ic-checked{color:#1b618c;font-size:2.8rem;padding-right:1rem;text-decoration:none}#partnerportal-cockpit .stepper .multi-step-list .multi-step-item.active .item-number,#partnerportal-cockpit .stepper .multi-step-list .multi-step-item.active .item-title{color:#fff}#partnerportal-cockpit .stepper .multi-step-list .multi-step-item:last-child{margin-right:0}#partnerportal-cockpit .stepper .item-wrap{padding:.6rem 0 .6rem 3rem;position:relative;display:flex;cursor:pointer;height:100%}@media only screen and (max-width:600px){#partnerportal-cockpit .stepper .item-wrap{padding:.6rem 0}}#partnerportal-cockpit .stepper .item-wrap:after,#partnerportal-cockpit .stepper .item-wrap:before{position:absolute;content:" ";height:52%;background-color:#fff;z-index:-1}#partnerportal-cockpit .stepper .item-wrap:before{top:0;-webkit-transform:skew(25deg);transform:skew(25deg)}#partnerportal-cockpit .stepper .item-wrap:after{bottom:0;-webkit-transform:skew(-25deg);transform:skew(-25deg)}@media only screen and (max-width:960px){#partnerportal-cockpit .stepper .item-wrap:after{bottom:0}}@media only screen and (max-width:600px){#partnerportal-cockpit .stepper .item-wrap .item-link{margin:0 auto}}#partnerportal-cockpit .stepper .active .item-wrap{cursor:default}#partnerportal-cockpit .stepper .active .item-wrap:after,#partnerportal-cockpit .stepper .active .item-wrap:before{background-color:#1b618c}#partnerportal-cockpit .stepper .active .item-wrap:after{height:50%}#partnerportal-cockpit .stepper .active .item-wrap .item-link{text-decoration:none;cursor:default}#partnerportal-cockpit .stepper .active .item-wrap .link{cursor:default}#partnerportal-cockpit .stepper .multi-step-item:not(.active) .item-wrap:hover .item-link .item-title{text-decoration:none}@media only screen and (max-width:600px){#partnerportal-cockpit .stepper .multi-step-item:not(.active) .item-wrap:hover .item-link .ic-checked,#partnerportal-cockpit .stepper .multi-step-item:not(.active) .item-wrap:hover .item-link .item-number{text-decoration:none}}#partnerportal-cockpit .stepper .multi-step-item:not(.active) .item-wrap .item-link .item-title{text-decoration:underline}@media only screen and (max-width:600px){#partnerportal-cockpit .stepper .multi-step-item:not(.active) .item-wrap .item-link .ic-checked,#partnerportal-cockpit .stepper .multi-step-item:not(.active) .item-wrap .item-link .item-number{text-decoration:underline}}#partnerportal-cockpit .stepper .multi-step-item:first-child .item-wrap,#partnerportal-cockpit .stepper .multi-step-item:last-child .item-wrap{border-radius:.5rem}#partnerportal-cockpit .stepper .multi-step-item:first-child .item-wrap:after,#partnerportal-cockpit .stepper .multi-step-item:first-child .item-wrap:before,#partnerportal-cockpit .stepper .multi-step-item:last-child .item-wrap:after,#partnerportal-cockpit .stepper .multi-step-item:last-child .item-wrap:before{width:50%}#partnerportal-cockpit .stepper .multi-step-item:first-child .item-wrap{background:linear-gradient(90deg,#fff 95%,transparent 0)}#partnerportal-cockpit .stepper .multi-step-item:first-child .item-wrap:after,#partnerportal-cockpit .stepper .multi-step-item:first-child .item-wrap:before{left:50%}#partnerportal-cockpit .stepper .multi-step-item:last-child .item-wrap{background:linear-gradient(270deg,#fff 95%,transparent 0);margin-left:1rem}#partnerportal-cockpit .stepper .multi-step-item:last-child .item-wrap:after,#partnerportal-cockpit .stepper .multi-step-item:last-child .item-wrap:before{right:50%}#partnerportal-cockpit .stepper .active.multi-step-item:first-child .item-wrap{background:linear-gradient(90deg,#1b618c 95%,transparent 0)}#partnerportal-cockpit .stepper .active.multi-step-item:last-child .item-wrap{background:linear-gradient(270deg,#1b618c 95%,transparent 0)}[data-whatinput=keyboard] #partnerportal-cockpit .stepper .multi-step-item:not(.active) .item-wrap .item-link:focus:after{max-height:90%;top:inherit!important}[data-whatinput=keyboard] #partnerportal-cockpit .stepper .multi-step-item:not(.active) .item-wrap .item-link:focus .item-title{text-decoration:none}#partnerportal-cockpit .tile-wrapper{height:calc(100% - 5rem)}#partnerportal-cockpit .tile-clickable{cursor:pointer}#partnerportal-cockpit .tile-clickable:hover .link{color:#00446e}#partnerportal-cockpit .tile-clickable:hover .link-text{text-decoration:underline}#partnerportal-cockpit .inline-editable{font-family:"kfwcentrosans-regweb"}#partnerportal-cockpit .inline-editable:invalid{color:#ca0036}#partnerportal-cockpit .onboarding-item{display:flex;flex-direction:column;width:100%}@media only screen and (max-width:600px){#partnerportal-cockpit .onboarding-item{margin-right:0;display:block}}#partnerportal-cockpit .onboarding-item h5{font-size:1.8rem}#partnerportal-cockpit .onboarding-item span{font-size:1.6rem}#partnerportal-cockpit .onboarding-item .ic-arrowRight:before{top:0}#partnerportal-cockpit .onboarding-item .section{position:relative;min-height:18.3rem;margin-bottom:1rem;border:1px solid #1b618c;background-color:#fff;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:840px){#partnerportal-cockpit .onboarding-item .section{width:auto;height:15.3rem}}@media only screen and (max-width:600px){#partnerportal-cockpit .onboarding-item .section{height:14.4rem;margin:1rem auto}}#partnerportal-cockpit .onboarding-item .onboarding-item-body{flex:1 0 auto}#partnerportal-cockpit .onboarding-item .link{color:#fff}#partnerportal-cockpit .onboarding-item .link-text{margin-left:0}#partnerportal-cockpit .onboarding-item .link--button{margin-top:2rem;margin-bottom:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;white-space:nowrap}#partnerportal-cockpit .icon img{width:12.8rem;height:100%}#partnerportal-cockpit .search-input-wrapper{position:relative}#partnerportal-cockpit .search-input-wrapper input.search-input{padding:1rem 10rem 1rem 1.5rem;border:1px solid #7b8185;width:100%;border-radius:5px;font-size:1.5rem;color:#005a8c}#partnerportal-cockpit .search-input-wrapper button{position:absolute;right:.5rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:2.4rem;background:none;border:none;color:#005a8c}#partnerportal-cockpit .search-input-wrapper button.search__reset{right:4rem;color:#005a8c}html[data-whatinput=keyboard] #partnerportal-cockpit .search-input-wrapper{position:relative}html[data-whatinput=keyboard] #partnerportal-cockpit .search-input-wrapper:not(.focus):focus-within:after{display:none}html[data-whatinput=keyboard] #partnerportal-cockpit .search-input-wrapper.focus:not(:hover):after{border-radius:4px;border:2px dashed #00446e;content:"";position:absolute;left:-5px;top:-5px;width:calc(100% + 10px);height:calc(100% + 10px)}html[data-whatinput=keyboard] #partnerportal-cockpit .search-input-wrapper .search__reset:focus,html[data-whatinput=keyboard] #partnerportal-cockpit .search-input-wrapper .search__submit:focus{outline:none;color:#00446e}html[data-whatinput=keyboard] #partnerportal-cockpit .search-input-wrapper .search__reset:focus:not(:hover):after,html[data-whatinput=keyboard] #partnerportal-cockpit .search-input-wrapper .search__submit:focus:not(:hover):after{border-radius:4px;border:2px dashed #00446e;content:"";position:absolute;left:-5px;top:-5px;width:calc(2.4rem + 10px);height:calc(2.4rem + 10px);top:-2px;left:0}#partnerportal-cockpit .modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;display:flex;justify-content:center}#partnerportal-cockpit .modal:before{content:"";display:block;background:rgba(0,0,0,.5);width:100%;height:100%;position:absolute}#partnerportal-cockpit .modal .modal-inner{position:relative;align-self:center;background:#fff;color:#5a6166;z-index:999;box-shadow:0 0 25px rgba(0,0,0,.4)}@media only print,screen and (min-width:960px){#partnerportal-cockpit .modal .modal-inner{width:90%;padding-left:4.8rem;padding-right:4.8rem;max-width:calc(1080px + 9.6rem)}}#partnerportal-cockpit .modal .modal-inner .list{margin:3px 0 0;padding-left:0;list-style:none;padding-bottom:3rem}#partnerportal-cockpit .modal .modal-inner .list li{margin-bottom:1rem}#partnerportal-cockpit .modal .modal-inner .modal-closer{background:#005a8c;position:absolute;right:0;top:0;display:flex;justify-content:center;align-items:center;height:4.8rem;width:4.8rem;z-index:99}@media only print,screen and (min-width:840px){#partnerportal-cockpit .modal .modal-inner .modal-closer{height:5.3rem;width:5.3rem}}@media only print,screen and (min-width:960px){#partnerportal-cockpit .modal .modal-inner .modal-closer{height:4.8rem;width:4.8rem}}#partnerportal-cockpit .modal .modal-inner .modal-closer .ic-close{color:#fff;font-size:2.4rem}@media only print,screen and (min-width:840px){#partnerportal-cockpit .modal .modal-inner .modal-closer .ic-close{font-size:2rem}}@media only print,screen and (min-width:960px){#partnerportal-cockpit .modal .modal-inner .modal-closer .ic-close{font-size:2.4rem}}#partnerportal-cockpit .modal .modal-inner .modal-closer:hover{background:#00446e}#partnerportal-cockpit .modal .modal-inner .modal-closer:hover .ic-close:before{border-radius:4px;border:2px solid #fff}#partnerportal-cockpit .modal .modal-inner .modal-closer:focus{background:#00446e}html[data-whatinput=keyboard] #partnerportal-cockpit .modal .modal-inner .modal-closer:focus .ic-close:before{border-radius:4px;border:2px dashed #fff}#partnerportal-cockpit .modal .modal-inner .modal-inner-content{position:relative;height:calc(100% - 1rem);max-width:1080px;margin:0 auto}#partnerportal-cockpit .modal .modal-inner .modal-inner-content .scrollable-content{overflow:hidden;overflow-y:auto;max-height:100%}#partnerportal-cockpit .confirm-modal .modal-inner{padding:4rem 2.2rem 5rem;width:inherit}@media only print,screen and (min-width:600px){#partnerportal-cockpit .confirm-modal .modal-inner{padding:4rem 4rem 5rem}}#partnerportal-cockpit .confirm-modal .modal-inner .info{margin-bottom:3rem}#partnerportal-cockpit .confirm-modal .modal-inner .modal-actions .link--button{text-align:center;width:auto}#partnerportal-cockpit .confirm-modal .modal-inner .modal-actions .ic-checked:before,#partnerportal-cockpit .confirm-modal .modal-inner .modal-actions .ic-close:before{padding-right:.5em}@media only print,screen and (min-width:600px){#partnerportal-cockpit .confirm-modal .modal-inner{padding:4rem}#partnerportal-cockpit .confirm-modal .modal-inner .modal-actions{flex-direction:row;justify-content:flex-start}}#partnerportal-cockpit .modal.personalization-modal{font-family:"kfwcentrosans-regweb"}#partnerportal-cockpit .modal.personalization-modal .modal-inner{height:90%;overflow:hidden;background:#f3efeb;padding-top:4rem}#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content{height:calc(100% - 1rem)}#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions{position:absolute;z-index:999;bottom:0;left:0;right:0;padding:2rem 0;margin:0 -6rem;background:#1b618c;display:flex;justify-content:center;align-items:center;flex-direction:column-reverse}#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button{background:#fff;color:#1b618c;font-size:1.6rem;display:flex;align-items:center;margin:0 0 1rem;width:auto}#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button .button-name{font-size:1.6rem}#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button .ic-timeout:before{font-size:inherit}#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button:first-child{margin-bottom:0}#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button:focus{color:#1b618c!important}#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button:focus:after{border:2px dashed #fff}#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button .ic-arrowDown,#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button .ic-arrowRight,#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button .ic-arrowUp{margin-left:0;margin-right:1rem}#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button .ic-arrowRight{color:#1b618c!important}#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button-secondary,#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button-secondary:active,#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button-secondary:focus{border:1px solid #fff;color:#fff!important;background:none}#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button-secondary .ic-arrowDown:before,#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button-secondary .ic-arrowUp:before,#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button-secondary:active .ic-arrowDown:before,#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button-secondary:active .ic-arrowUp:before,#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button-secondary:focus .ic-arrowDown:before,#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button-secondary:focus .ic-arrowUp:before{color:#fff!important}#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button-frameless,#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button-frameless:active,#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button-frameless:focus{border:none;color:#fff!important;background:none}@media only print,screen and (min-width:600px){#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions{padding:2rem 0;flex-direction:row}#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions .link--button{margin:0 2rem;width:auto}}#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions a.link--button{margin-left:1.5rem;margin-right:1.5rem}#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .modal-actions a.link--button.link--button-frameless{padding-left:0;padding-right:0}#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .scrollable-content{position:relative;max-height:calc(100% - 82px - 10rem);max-width:1080px;margin:0 -5px;padding-left:5px;padding-right:5px}#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .scrollable-content.step2{max-height:calc(100% - 82px - 15rem)}@media only print,screen and (min-width:600px){#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .scrollable-content,#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .scrollable-content.step2{max-height:calc(100% - 82px - 6rem)}}#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .p{margin-bottom:2rem}#partnerportal-cockpit .favourite-list-modal .modal-inner{width:100%;max-width:calc(1280px - 9.6rem);padding:5rem 4.8rem;height:calc(80% - 10rem);margin-top:10rem;margin-bottom:10rem}#partnerportal-cockpit .favourite-list-modal .modal-inner .modal-inner-content{padding:0}#partnerportal-cockpit .favourite-list-modal .modal-inner .modal-inner-content .scrollable-content{margin-left:-4.8rem;margin-right:-4.8rem;padding:0 4.8rem}#partnerportal-cockpit .favourite-list-modal-edit .modal-inner{height:calc(100% - 10rem);margin-top:10rem;margin-bottom:10rem}#partnerportal-cockpit .favourite-list-modal-edit .modal-inner-content{padding:8rem 0 5rem}@media only print,screen and (min-width:840px){#partnerportal-cockpit .favourite-list-modal-edit .modal-inner-content{padding:8rem 0 5rem}}@media only print,screen and (min-width:1280px){#partnerportal-cockpit .favourite-list-modal-edit .modal-inner-content{padding:8rem 0 5rem}}#partnerportal-cockpit .favourite-list-modal-edit .hl-3{margin-left:.5rem}#partnerportal-cockpit .favourite-list-modal-edit .edit-list{margin-left:.5rem!important}#partnerportal-cockpit .favourite-list-modal-edit .edit-list li{display:flex;flex-direction:column;padding:1.5rem 0 1rem;margin-bottom:0!important}#partnerportal-cockpit .favourite-list-modal-edit .edit-list li:not(:last-child){border-bottom:1px solid #dedfe0}#partnerportal-cockpit .favourite-list-modal-edit .edit-list li:first-child .ic-arrowUp,#partnerportal-cockpit .favourite-list-modal-edit .edit-list li:last-child .ic-arrowDown,#partnerportal-cockpit .favourite-list-modal-edit .edit-list li a.disabled{color:grey;cursor:not-allowed;opacity:.5;pointer-events:none;text-decoration:none}#partnerportal-cockpit .favourite-list-modal-edit .edit-list li a.disabled:focus{text-decoration:none}@media only print,screen and (min-width:840px){#partnerportal-cockpit .favourite-list-modal-edit .edit-list li{flex-direction:row;justify-content:space-between;align-items:center;padding:1.5rem 0}}#partnerportal-cockpit .favourite-list-modal-edit .edit-list-settings{display:flex;flex-direction:row;justify-content:flex-end}#partnerportal-cockpit .favourite-list-modal-edit .edit-list-settings a{margin:.5rem 1.5rem 0;position:relative}#partnerportal-cockpit .favourite-list-modal-edit .edit-list-settings a:before{font-size:2.7rem}@media only print,screen and (min-width:840px){#partnerportal-cockpit .favourite-list-modal-edit .edit-list-settings a:before{font-size:3rem}}@media only print,screen and (min-width:1280px){#partnerportal-cockpit .favourite-list-modal-edit .edit-list-settings a:before{font-size:2.4rem}}#partnerportal-cockpit .favourite-list-modal-edit .edit-list-settings a.ic-arrowDown:hover:not(.disabled):after,#partnerportal-cockpit .favourite-list-modal-edit .edit-list-settings a.ic-arrowUp:hover:not(.disabled):after,#partnerportal-cockpit .favourite-list-modal-edit .edit-list-settings a.ic-delete:hover:not(.disabled):after,#partnerportal-cockpit .favourite-list-modal-edit .edit-list-settings a.ic-repeat:hover:not(.disabled):after{border-radius:4px;border:2px dashed #00446e;content:"";position:absolute;left:-5px;top:0;width:calc(2.4rem + 10px);height:calc(2.4rem + 10px);border-style:solid}#partnerportal-cockpit .favourite-list-modal-edit .edit-list-settings a.disabled .ic-arrowDown,#partnerportal-cockpit .favourite-list-modal-edit .edit-list-settings a.disabled .ic-arrowUp{display:none}@media only print,screen and (min-width:840px){#partnerportal-cockpit .favourite-list-modal-edit .edit-list-settings a{margin:0 1.5rem}}#partnerportal-cockpit .favourite-list-modal-edit .modal-actions{display:flex;flex-direction:row}[data-whatinput=keyboard] #partnerportal-cockpit .favourite-list-modal-edit .modal-inner-content .edit-list-settings a.ic-arrowDown:focus:not(.disabled):after,[data-whatinput=keyboard] #partnerportal-cockpit .favourite-list-modal-edit .modal-inner-content .edit-list-settings a.ic-arrowUp:focus:not(.disabled):after,[data-whatinput=keyboard] #partnerportal-cockpit .favourite-list-modal-edit .modal-inner-content .edit-list-settings a.ic-delete:focus:not(.disabled):after,[data-whatinput=keyboard] #partnerportal-cockpit .favourite-list-modal-edit .modal-inner-content .edit-list-settings a.ic-repeat:focus:not(.disabled):after{border-radius:4px;border:2px dashed #00446e;content:"";position:absolute;left:-5px;top:0;width:calc(2.4rem + 10px);height:calc(2.4rem + 10px)}#partnerportal-cockpit .modal.onboarding-modal h2{font-size:3.2rem}#partnerportal-cockpit .modal.onboarding-modal h3{font-size:2.6rem}#partnerportal-cockpit .modal.onboarding-modal .modal-inner{padding-top:4rem;padding-bottom:5rem;background:#f6f5ed}@media only screen and (max-width:600px){#partnerportal-cockpit .modal.onboarding-modal .modal-inner{padding-top:6rem;padding-bottom:6rem}#partnerportal-cockpit .modal.onboarding-modal .modal-inner.l-container{max-width:100%}}#partnerportal-cockpit .modal.onboarding-modal .item-list{justify-content:space-between;display:flex}@media only screen and (max-width:600px){#partnerportal-cockpit .modal.onboarding-modal .item-list{justify-content:flex-start}}#partnerportal-cockpit .modal.onboarding-modal .overlay-desktop{display:flex;width:33.33%;margin-right:3.6rem}#partnerportal-cockpit .modal.onboarding-modal .overlay-desktop:last-child{margin-right:0}@media only screen and (max-width:600px){#partnerportal-cockpit .modal.onboarding-modal .overlay-desktop{margin-right:0}}#partnerportal-cockpit .modal.onboarding-modal .overlay-mobile{padding:1rem}#partnerportal-cockpit .modal.onboarding-modal .BrainhubCarousel__arrows{-webkit-transform:translateY(-120%);transform:translateY(-120%);background-color:#fff}#partnerportal-cockpit .modal.onboarding-modal .BrainhubCarousel__arrows span{border-color:#1b618c}#partnerportal-cockpit .contactform-modal .modal-intro{margin-bottom:4rem}#partnerportal-cockpit .contactform-modal .modal-inner{width:90%;padding:7rem 4.8rem;max-width:calc(1080px + 9.6rem);max-height:100vh;background-color:#f6f5ed;overflow-y:auto}#partnerportal-cockpit .contactform-modal .modal-inner .modal-footer{margin-top:3rem}#partnerportal-cockpit .contactform-modal .modal-inner .modal-footer p{display:inline-flex}#partnerportal-cockpit .contactform-modal .modal-inner .modal-footer p .link{padding-left:5px;line-height:1.4}#partnerportal-cockpit .contactform-modal .modal-actions .link--button{text-align:center;width:auto}#partnerportal-cockpit .modal.app-store-modal{font-family:"kfwcentrosans-regweb"}#partnerportal-cockpit .modal.app-store-modal .modal-inner{height:90%;overflow:hidden;background:#fff;padding-top:7rem;min-width:100%}@media only screen and (max-width:600px){#partnerportal-cockpit .modal.app-store-modal .modal-inner{padding:7rem 0 0}#partnerportal-cockpit .modal.app-store-modal .modal-inner .hl-2,#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .scrollable-content .intro-text.tx_4 p:not(.intro-text),#partnerportal-cockpit .modal.app-store-modal .modal-inner .scroll-inset,#partnerportal-cockpit .modal.app-store-modal .modal-inner .tx_4:not(.intro-text),#partnerportal-cockpit .modal.app-store-modal .modal.personalization-modal .modal-inner .modal-inner-content .scrollable-content .tx_4 p:not(.intro-text),#partnerportal-cockpit .modal.personalization-modal .modal.app-store-modal .modal-inner .modal-inner-content .scrollable-content .tx_4 p:not(.intro-text){margin-left:5.625vw!important;margin-right:5.625vw!important}#partnerportal-cockpit .modal.app-store-modal .modal-inner .hl-2,#partnerportal-cockpit .modal.app-store-modal .modal-inner .intro-text{padding-left:5px}#partnerportal-cockpit .modal.app-store-modal .modal-inner .intro-text.tx_4 p:last-child,#partnerportal-cockpit .modal.app-store-modal .modal-inner .intro-text p,#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .scrollable-content .intro-text.tx_4 p.intro-text p:last-child,#partnerportal-cockpit .modal.app-store-modal .modal.personalization-modal .modal-inner .modal-inner-content .scrollable-content .tx_4 p.intro-text p:last-child,#partnerportal-cockpit .modal.personalization-modal .modal.app-store-modal .modal-inner .modal-inner-content .scrollable-content .tx_4 p.intro-text p:last-child{margin-left:0!important}}@media only print,screen and (min-width:960px){#partnerportal-cockpit .modal.app-store-modal .modal-inner{min-width:auto}}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content{height:100%}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions{position:absolute;z-index:999;bottom:0;left:0;right:0;padding:2rem 0;margin:0 -6rem;background:#1b618c;display:flex;justify-content:center;align-items:center;flex-direction:column-reverse}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button{background:#fff;color:#1b618c;font-size:1.6rem;display:flex;align-items:center;margin:0 0 1rem;width:auto}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button .button-name{font-size:1.6rem}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button .ic-timeout:before{font-size:inherit}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button:first-child{margin-bottom:0}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button:focus{color:#1b618c!important}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button:focus:after{border:2px dashed #fff}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button .ic-arrowDown,#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button .ic-arrowRight,#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button .ic-arrowUp{margin-left:0;margin-right:1rem}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button .ic-arrowRight{color:#1b618c!important}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button-secondary,#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button-secondary:active,#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button-secondary:focus{border:1px solid #fff;color:#fff!important;background:none}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button-secondary .ic-arrowDown:before,#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button-secondary .ic-arrowUp:before,#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button-secondary:active .ic-arrowDown:before,#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button-secondary:active .ic-arrowUp:before,#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button-secondary:focus .ic-arrowDown:before,#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button-secondary:focus .ic-arrowUp:before{color:#fff!important}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button-frameless,#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button-frameless:active,#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button-frameless:focus{border:none;color:#fff!important;background:none}@media only print,screen and (min-width:600px){#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions{padding:2rem 0;flex-direction:row}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions .link--button{margin:0 2rem;width:auto}}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions{margin:0 -10rem}@media only print,screen and (min-width:960px){#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions{margin:0 -6rem}}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions a.link--button{margin-left:1.5rem;margin-right:1.5rem}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .modal-actions a.link--button.link--button-frameless{padding-left:0;padding-right:0}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .scroll-wrapper{width:calc(100% + 10px)}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .scrollable-content{max-height:calc(100% - 14.4rem);width:calc(100% + 10px);max-width:1085px;margin:0 -5px;padding-left:5px;padding-right:5px}@media only print,screen and (min-width:600px){#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .scrollable-content{max-height:calc(100% - 8.7rem)}}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .p{margin-bottom:2rem;margin-left:0}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .search-box{background:#f6f5ed;padding:3rem;margin-bottom:3rem;margin-top:3rem;width:100%}@media only screen and (max-width:600px){#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .search-box .search-label{width:100%;display:block;float:none;margin-bottom:1rem}}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .search-box .input-holder{margin-left:-1.7%}@media only screen and (max-width:600px){#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .search-box .input-holder{margin-left:0}}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .search-box .input-holder .search-input-wrapper{width:100%}@media only print,screen and (min-width:960px){#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .search-box .input-holder .search-input-wrapper{width:calc(66.6% + 1rem)}}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .cat-col{display:none}@media only print,screen and (min-width:600px){#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .cat-col{display:block}}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .cat-col .item-list-item{overflow:hidden}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .cat-col .item-list-item .form__element--checkbox{width:100%}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .cat-col .item-list-item label p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width:600px){#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .products-col{width:100%}}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .reset-filters{display:inline-block;margin:3rem 0}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .confirm-filter-button{width:auto!important;margin:3rem 0;display:inline-block}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .remove-filter-button{width:auto}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .scroll-inset{margin-left:-5px;margin-right:-5px;padding-left:5px;padding-right:5px}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .item-list.program-tile-list{padding:0;justify-content:flex-start}@media only screen and (max-width:600px){#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .item-list.program-tile-list{width:100%;margin-right:0;flex-direction:column}}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .item-list.program-tile-list .program-list-item{width:calc(100% + 10px);margin-bottom:4rem}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .item-list.program-tile-list .program-list-item.selected .tile-preview-wrap{background:#f6f5ed}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .item-list.program-tile-list .program-list-item .blocker{position:absolute;z-index:999;width:100%;height:100%;background-color:hsla(0,0%,100%,.8);display:flex;align-items:center;justify-content:center}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .item-list.program-tile-list .program-list-item .blocker .ic-info{font-size:2rem}@media only screen and (max-width:600px){#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .item-list.program-tile-list .program-list-item{width:100%;margin-right:0;max-width:none}}@media only print,screen and (min-width:600px){#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .item-list.program-tile-list .program-list-item{width:calc(50% - 3.1rem)}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .item-list.program-tile-list .program-list-item:nth-child(2n+2){margin-right:0}}@media only print,screen and (min-width:960px){#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .item-list.program-tile-list .program-list-item{width:calc(33.33333% - 1px - 2.6rem)}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .item-list.program-tile-list .program-list-item:nth-child(1n){margin-right:3.6rem}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .item-list.program-tile-list .program-list-item:nth-child(3n+3){margin-right:0}}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .item-list.program-tile-list .program-list-item .RegistrationModule .tile-list li,#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .item-list.program-tile-list .program-list-item .tx_1,#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .item-list.program-tile-list .program-list-item ul.tile-list li,#partnerportal-cockpit .RegistrationModule .tile-list .modal.app-store-modal .modal-inner .modal-inner-content .item-list.program-tile-list .program-list-item li,#partnerportal-cockpit ul.tile-list .modal.app-store-modal .modal-inner .modal-inner-content .item-list.program-tile-list .program-list-item li{display:-webkit-box;max-height:calc(4.48rem + 1px);font-size:1.6rem;line-height:1.4;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:0}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .count-badge{margin-left:0;width:auto;padding:0 7px;background:#5e7200}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .accordion{margin-top:2rem}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .accordion .accordion-opener .ic-plus{padding-right:1rem}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .accordion .accordion-opener .ic-plus:before,#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .accordion .accordion-opener .RegistrationModule .tile-list li,#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .accordion .accordion-opener .tx_1,#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .accordion .accordion-opener ul.tile-list li,#partnerportal-cockpit .RegistrationModule .tile-list .modal.app-store-modal .modal-inner .modal-inner-content .accordion .accordion-opener li,#partnerportal-cockpit ul.tile-list .modal.app-store-modal .modal-inner .modal-inner-content .accordion .accordion-opener li{font-size:2.22rem}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .accordion .accordion-opener .count-badge{position:absolute;right:0;background:#005a8c}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .accordion.opened .accordion-opener .ic-plus:before,#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .accordion.opened .accordion-opener .RegistrationModule .tile-list li,#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .accordion.opened .accordion-opener .tx_1,#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .accordion.opened .accordion-opener ul.tile-list li,#partnerportal-cockpit .RegistrationModule .tile-list .modal.app-store-modal .modal-inner .modal-inner-content .accordion.opened .accordion-opener li,#partnerportal-cockpit ul.tile-list .modal.app-store-modal .modal-inner .modal-inner-content .accordion.opened .accordion-opener li{color:#00446e!important}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .accordion.opened .accordion-opener .count-badge{background:#00446e!important}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .accordion .accordion-inner{padding-left:3rem;padding-top:2rem}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .accordion .accordion-inner .count-badge{margin-left:0;width:auto;padding:0 7px}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .accordion .accordion-inner .reset-filters{margin:0}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .accordion .accordion-inner li.scroll-inset{padding-left:0!important;margin-left:0!important}#partnerportal-cockpit .forms-list-modal .modal-inner{width:calc(100% - 10rem);max-width:calc(1280px - 9.6rem);padding:5rem 4.8rem 4.8rem;height:calc(80vh - 10rem);margin-top:10rem;margin-bottom:10rem}@media only print,screen and (min-width:840px){#partnerportal-cockpit .forms-list-modal .modal-inner{height:calc(100% - 10rem)}}#partnerportal-cockpit .forms-list-modal .modal-inner .modal-inner-content{padding:0}#partnerportal-cockpit .forms-list-modal .modal-inner .modal-inner-content .scrollable-content{margin-left:-4.8rem;margin-right:-4.8rem;padding:0 4.8rem}#partnerportal-cockpit .forms-list-modal .modal-inner .modal-inner-content .scrollable-content .link-note{padding-left:2rem}#partnerportal-cockpit .ProductModule h3{font-weight:700;color:#1b618c}#partnerportal-cockpit .ProductModule .preview .RegistrationModule .tile-list li,#partnerportal-cockpit .ProductModule .preview .tx_1,#partnerportal-cockpit .ProductModule .preview ul.tile-list li,#partnerportal-cockpit .RegistrationModule .tile-list .ProductModule .preview li,#partnerportal-cockpit ul.tile-list .ProductModule .preview li{height:auto!important;color:#00446e;margin-bottom:0}#partnerportal-cockpit .LinkedIconModule{position:relative}#partnerportal-cockpit .LinkedIconModule .preview .icon{height:auto}#partnerportal-cockpit .LinkedIconModule .icon{display:flex;justify-content:center;height:80%}@media only print,screen and (min-width:600px){#partnerportal-cockpit .LinkedIconModule .icon{height:inherit}}#partnerportal-cockpit *{font-family:"kfwcentrosans-regweb"}#partnerportal-cockpit .hl-1{font-size:3.33rem;line-height:1.3;letter-spacing:0;margin-bottom:1.5px;color:#5a6166}@media only print,screen and (min-width:840px){#partnerportal-cockpit .hl-1{font-size:3.6rem;margin-bottom:2rem}}#partnerportal-cockpit .hl-2{font-size:3.11rem;line-height:1.3;letter-spacing:-.5px;margin-bottom:1.5rem;color:#5a6166}@media only print,screen and (min-width:840px){#partnerportal-cockpit .hl-2{font-size:3.2rem}}#partnerportal-cockpit .hl-3{font-size:2.66rem;line-height:1.3;letter-spacing:0;margin-bottom:1.5rem;color:#5a6166}@media only print,screen and (min-width:840px){#partnerportal-cockpit .hl-3{font-size:2.6rem;margin-bottom:1rem}}#partnerportal-cockpit .hl-4{font-size:2.22rem;line-height:1.5;letter-spacing:0;margin-bottom:1rem;color:#5a6166}@media only print,screen and (min-width:840px){#partnerportal-cockpit .hl-4{font-size:2.2rem;margin-bottom:1rem}}#partnerportal-cockpit .hl-5{font-family:"kfwcentrosans-bold";font-size:2rem;line-height:1.35;letter-spacing:.5px;margin-bottom:1rem;color:#5a6166}@media only print,screen and (min-width:840px){#partnerportal-cockpit .hl-5{font-size:1.8rem;margin-bottom:.8rem}}#partnerportal-cockpit .RegistrationModule .tile-list li,#partnerportal-cockpit .tx_1,#partnerportal-cockpit ul.tile-list li{font-family:"kfwcentrosans-regweb";font-size:1.77rem;line-height:1.4;letter-spacing:0;margin-bottom:2rem;color:#5a6166}@media only print,screen and (min-width:840px){#partnerportal-cockpit .RegistrationModule .tile-list li,#partnerportal-cockpit .tx_1,#partnerportal-cockpit ul.tile-list li{font-size:1.6rem}}#partnerportal-cockpit .tx_2{font-family:"kfwcentrosans-regweb";font-size:1.55rem;line-height:1.4;letter-spacing:0;margin-bottom:1rem;color:#5a6166}#partnerportal-cockpit .tx_2:last-child{margin-bottom:2rem}@media only print,screen and (min-width:840px){#partnerportal-cockpit .tx_2{font-size:1.4rem}}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .scrollable-content .intro-text.tx_4 p,#partnerportal-cockpit .modal.app-store-modal .modal.personalization-modal .modal-inner .modal-inner-content .scrollable-content .tx_4 p.intro-text p,#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .scrollable-content .tx_4 p,#partnerportal-cockpit .modal.personalization-modal .modal.app-store-modal .modal-inner .modal-inner-content .scrollable-content .tx_4 p.intro-text p,#partnerportal-cockpit .tx_4{font-family:"kfwcentrosans-regweb";font-size:2.25rem;line-height:1.4;letter-spacing:0;color:#5a6166;margin-bottom:1rem}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .scrollable-content .intro-text.tx_4 p:last-child,#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .scrollable-content .tx_4 p:last-child,#partnerportal-cockpit .tx_4:last-child{margin-bottom:2rem}@media only print,screen and (min-width:840px){#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .scrollable-content .intro-text.tx_4 p,#partnerportal-cockpit .modal.app-store-modal .modal.personalization-modal .modal-inner .modal-inner-content .scrollable-content .tx_4 p.intro-text p,#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .scrollable-content .tx_4 p,#partnerportal-cockpit .modal.personalization-modal .modal.app-store-modal .modal-inner .modal-inner-content .scrollable-content .tx_4 p.intro-text p,#partnerportal-cockpit .tx_4{font-size:2rem}}#partnerportal-cockpit .smk_1{font-family:"kfwcentrosans-regweb";font-size:1.55rem;line-height:1.3;letter-spacing:1px;margin-bottom:.5rem;text-transform:none;color:#5a6166}@media only print,screen and (min-width:840px){#partnerportal-cockpit .smk_1{font-size:1.4rem}}#partnerportal-cockpit .bold{font-family:"kfwcentrosans-bold"}#partnerportal-cockpit .font-color-default{color:#5a6166}#partnerportal-cockpit .font-color-blue{color:#1b618c}#partnerportal-cockpit .no-margin-bottom{margin-bottom:0}#partnerportal-cockpit .TextModule .tile-headline{display:-webkit-box;max-height:calc(5.2rem + 1px);font-size:2rem;line-height:1.3;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0 auto 1rem}@media only print,screen and (min-width:840px){#partnerportal-cockpit .TextModule .tile-headline{display:-webkit-box;max-height:calc(4.68rem + 1px);font-size:1.8rem;line-height:1.3;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0 auto .5rem}}#partnerportal-cockpit .TextModule p{display:-webkit-box;max-height:calc(7.434rem + 1px);font-size:1.77rem;line-height:1.4;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only print,screen and (min-width:840px){#partnerportal-cockpit .TextModule p{display:-webkit-box;max-height:calc(4.48rem + 1px);font-size:1.6rem;line-height:1.4;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}#partnerportal-cockpit .RegistrationModule .tile-padding h3{display:-webkit-box;max-height:calc(4.34rem + 1px);font-size:3.1rem;line-height:1.4;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}#partnerportal-cockpit .RegistrationModule .tile-list{margin-top:0}#partnerportal-cockpit .RegistrationModule .tile-list li{flex-direction:row;padding-bottom:0;max-width:100%;margin-bottom:2rem;padding-left:4.5rem;display:-webkit-box;max-height:calc(2.478rem + 1px);font-size:1.77rem;line-height:1.4;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}@media only print,screen and (min-width:600px){#partnerportal-cockpit .RegistrationModule .tile-list li:not(:last-child){margin-bottom:2rem}}@media only print,screen and (min-width:840px){#partnerportal-cockpit .RegistrationModule .tile-list li{display:-webkit-box;max-height:calc(2.24rem + 1px);font-size:1.6rem;line-height:1.4;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}#partnerportal-cockpit .RegistrationModule .tile-list li:before{font-size:3.2rem;top:-1rem}#partnerportal-cockpit .RegistrationModule .button-group{display:flex;flex-direction:column;position:absolute;bottom:2rem}@media only print,screen and (min-width:600px){#partnerportal-cockpit .RegistrationModule .button-group{flex-direction:row;align-items:center}#partnerportal-cockpit .RegistrationModule .button-group .link--button{margin-bottom:0;margin-right:3rem}}@media only print,screen and (min-width:321px){#partnerportal-cockpit .SearchModule .tile-padding p{display:-webkit-box;max-height:calc(8.4rem + 1px);font-size:2rem;line-height:1.4;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}@media only print,screen and (min-width:600px){#partnerportal-cockpit .SearchModule .tile-padding p{display:-webkit-box;max-height:calc(5.6rem + 1px);font-size:2rem;line-height:1.4;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}#partnerportal-cockpit .SearchModule form input.search-input{padding:1rem 10rem 1rem 1.5rem;border:1px solid #7b8185;width:100%;border-radius:5px;font-size:1.5rem;color:#005a8c}#partnerportal-cockpit .SearchModule form button{position:absolute;right:1rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:2.4rem;background:none;border:none;color:#005a8c}#partnerportal-cockpit .SearchModule form button.reset{right:4rem;color:#005a8c}#partnerportal-cockpit .SearchModule form{position:absolute;bottom:2rem;right:1.5rem;left:1.5rem}#partnerportal-cockpit .AdvantageCommunicationModule .tile-list{margin-top:0;margin-bottom:0;flex-direction:column}#partnerportal-cockpit .AdvantageCommunicationModule .tile-list li{padding-bottom:0;max-width:100%;margin-bottom:1rem;display:-webkit-box;max-height:calc(2.478rem + 1px);font-size:1.77rem;line-height:1.4;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only print,screen and (min-width:600px){#partnerportal-cockpit .AdvantageCommunicationModule .tile-list li:not(:last-child){margin-bottom:1rem}}@media only print,screen and (min-width:840px){#partnerportal-cockpit .AdvantageCommunicationModule .tile-list li{display:-webkit-box;max-height:calc(2.24rem + 1px);font-size:1.6rem;line-height:1.4;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}#partnerportal-cockpit .AdvantageCommunicationModule .link--button{position:absolute;bottom:2rem;margin-bottom:0;width:auto}#partnerportal-cockpit .AdvantageCommunicationModule .link--button.ic-arrowRight:before{margin-right:.5rem}#partnerportal-cockpit .InfocenterModule .hl-5{display:-webkit-box;max-height:calc(4.68rem + 1px);font-size:1.8rem;line-height:1.3;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}#partnerportal-cockpit .InfocenterModule .time,#partnerportal-cockpit .InfocenterModule .tx_2{margin-bottom:0}#partnerportal-cockpit .InfocenterModule .phoneNumber{font-size:2.6rem;bottom:0}#partnerportal-cockpit .FavouriteListModule .tile-linklist{margin:0;padding-left:0;list-style:none}#partnerportal-cockpit .FavouriteListModule .tile-linklist li{margin-bottom:1rem}#partnerportal-cockpit .ContactModule .contact-info{margin-bottom:.5rem}#partnerportal-cockpit .ContactModule .contact-info.contact-name .inline-editable input{font-weight:700}#partnerportal-cockpit .ContactModule .contact-info.contact-description:not(.is-empty){display:-webkit-box;max-height:calc(3.6rem + 1px);font-size:1.5rem;line-height:1.2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:.8rem}#partnerportal-cockpit .ContactModule .contact-info.is-empty{display:none}#partnerportal-cockpit .ContactModule .contact-info .inline-editable{padding:0;margin:0;height:auto}#partnerportal-cockpit .ContactModule .is-editing .contact-info.contact-name input{font-size:1.8rem}#partnerportal-cockpit .ContactModule .is-editing .contact-info.contact-description{height:auto}#partnerportal-cockpit .ContactModule .edit-hint{display:flex;flex-direction:column;justify-content:center}#partnerportal-cockpit .tile-wrap.AppStoreModule .icon{display:flex;justify-content:center;height:80%}@media only print,screen and (min-width:600px){#partnerportal-cockpit .tile-wrap.AppStoreModule .icon{height:inherit}}#partnerportal-cockpit .FormsModule .tile-linklist{margin:0;padding-left:0;list-style:none}#partnerportal-cockpit .FormsModule .tile-linklist li{margin-bottom:2.5rem}#partnerportal-cockpit .FormsModule .tile-linklist li a .link-text{display:-webkit-box;max-height:calc(2.56rem + 1px);font-size:1.6rem;line-height:1.6;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}#partnerportal-cockpit .FormsModule .tile-linklist li .link-note{padding-left:2rem;margin-top:-.5rem}#main-navigation .hide{display:none;visibility:hidden;opacity:0}#main-navigation .show{display:inherit;visibility:visible;opacity:1}#main-navigation .flyout_back_link{margin-top:2.6rem}#main-navigation .breadcrumb__text{display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}#main-navigation .nav__title{color:#1b618c;line-height:1.47;display:block;margin-bottom:.3rem}#main-navigation .nav__link{display:block;padding:0;z-index:999}#main-navigation .nav__link .title-wrap{position:relative;display:block;width:100%;margin-top:1.7rem;margin-bottom:1.65rem;padding-right:1.5rem}#main-navigation .nav__item{box-sizing:border-box;border-bottom:1px solid #95aba0;position:relative;float:left;clear:none;width:31.0666666667%;margin-left:0;margin-right:3.4%}#main-navigation .nav__item:last-child,#main-navigation .nav__item:nth-child(3n){margin-right:0}#main-navigation .nav__item .ic-arrowRight{position:absolute;right:0;top:3px;cursor:pointer}#main-navigation .nav__item [class*=ic],#main-navigation .nav__item [class*=ic]:before{font-size:inherit;line-height:1.8rem}#main-navigation .nav__item [class*=ic]{margin-left:.5rem}#main-navigation .nav__item.active .nav__subline,#main-navigation .nav__item.active .nav__title .title-text,#main-navigation .nav__item.active [class*=ic],#main-navigation .nav__item.active [class*=ic]:before,#main-navigation .nav__item:hover .nav__subline,#main-navigation .nav__item:hover .nav__title .title-text,#main-navigation .nav__item:hover [class*=ic],#main-navigation .nav__item:hover [class*=ic]:before{color:#00446e}#main-navigation .nav__item.active .nav__subline,#main-navigation .nav__item.active .nav__title .title-text,#main-navigation .nav__item:hover .nav__subline,#main-navigation .nav__item:hover .nav__title .title-text{text-decoration:underline}#main-navigation .nav__subline{color:#1b618c;text-transform:none;font-size:1.3rem;line-height:1.47;display:block}#main-navigation .nav__flex{height:auto;display:contents;position:absolute;width:100%;will-change:transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-duration:.5s;-webkit-transform:translateX(0);transform:translateX(0)}.no-js #main-navigation .nav__flex{position:static;display:none}@media only print,screen and (min-width:960px){.no-js #main-navigation .nav__flex{display:flex}}#main-navigation .nav__flex--with-teaser .teaser--small .teaser__item-media{margin-bottom:0}#main-navigation .nav__flex--with-teaser .nav-group-col{grid-gap:30px;gap:30px;float:left;clear:none;width:47.45%;margin-left:0;margin-right:5.1%}#main-navigation .nav__flex--with-teaser .nav-group-col:nth-of-type(2n){margin-right:0;float:right}#main-navigation .nav__flex--with-teaser .nav-group-col:nth-of-type(odd){clear:both}#main-navigation .nav__flex--with-teaser .nav-group-col:nth-child(3n){float:left;clear:none;width:47.45%;margin-left:0;margin-right:5.1%}#main-navigation .nav__flex--with-teaser .nav-group-col:nth-child(3n):nth-of-type(2n){margin-right:0;float:right}#main-navigation .nav__flex--with-teaser .nav-group-col:nth-child(3n):nth-of-type(odd){clear:both}#main-navigation .nav__flex--with-teaser .nav__items{float:left;clear:none;width:65.5333333333%;margin-left:0;margin-right:3.4%}#main-navigation .nav__flex--with-teaser .nav__items:nth-of-type(2n){margin-right:0;float:right}#main-navigation .nav__flex--with-teaser .nav__items:nth-of-type(odd){clear:both}#main-navigation .nav__flex--with-teaser .nav__item{float:left;clear:none;width:47.45%;margin-left:0;margin-right:5.1%}#main-navigation .nav__flex--with-teaser .nav__item:nth-of-type(2n){margin-right:0;float:right}#main-navigation .nav__flex--with-teaser .nav__item:nth-of-type(odd){clear:both}#main-navigation .nav__flex--with-teaser .nav__item:nth-child(3n){float:left;clear:none;width:47.45%;margin-left:0;margin-right:5.1%}#main-navigation .nav__flex--with-teaser .nav__item:nth-child(3n):nth-of-type(2n){margin-right:0;float:right}#main-navigation .nav__flex--with-teaser .nav__item:nth-child(3n):nth-of-type(odd){clear:both}#main-navigation .nav__flex--new-right,#main-navigation .nav__flex--old-left{-webkit-transform:translateX(-100%);transform:translateX(-100%);transition-duration:.5s;z-index:1;float:left;position:relative}#main-navigation .nav__flex--new-left,#main-navigation .nav__flex--old-right{-webkit-transform:translateX(100%);transform:translateX(100%);transition-duration:.5s;z-index:1;float:left;position:relative}#main-navigation .nav__items{display:flex;grid-column-gap:3.6rem;-webkit-column-gap:3.6rem;column-gap:3.6rem;flex:1 1}#main-navigation .nav__home-link{font-size:1.4rem!important;line-height:1.4!important;color:#7b8185}#main-navigation .nav__back-link,#main-navigation .nav__home-link{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif!important;position:relative}#main-navigation .nav__back-link{font-size:1.8rem;line-height:1.4;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform;transition-duration:.3s;transition-timing-function:ease-in-out;will-change:opacity,transform;box-sizing:border-box;border:2px solid transparent;width:1.8rem;height:1.8rem;text-align:center;margin-left:-.3rem}#main-navigation .nav__back-link~.breadcrumb,#main-navigation .nav__back-link~.nav__home-link{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;will-change:transform}#main-navigation .nav__back-link.active{opacity:1}#main-navigation .nav__back-link.active,#main-navigation .nav__back-link.active~.breadcrumb,#main-navigation .nav__back-link.active~.nav__home-link{-webkit-transform:translateX(1px);transform:translateX(1px)}#main-navigation .nav__back-link:hover{cursor:pointer}#main-navigation .nav__back-link:hover:after{border-radius:4px;border:2px dashed #00446e;content:"";position:absolute;left:-5px;top:-5px;width:calc(100% + 10px);height:calc(100% + 10px);border-style:solid}#main-navigation .nav__back-link>[class*=ic-]{padding-right:0!important}#main-navigation .nav__back-link>[class*=ic-]:before{font-size:1.6rem;position:absolute;top:0;left:-1px}#main-navigation .nav__back-link+.nav_back__main-nav--separator{margin:-.2rem 1.1rem 0 .6rem;font-size:1.7rem;width:1px;overflow:hidden;color:#7b8185;background:#7b8185}#main-navigation .nav__back-link .active{top:1.75px}#main-navigation .nav__program{padding:.3rem .3rem .25rem .6rem;background-color:#60800f;border-radius:3px;color:#fff;margin-right:1rem;font-size:12px!important;font-weight:700;vertical-align:middle}@media only print,screen and (min-width:600px){#main-navigation .nav__program{padding:.3rem .5rem}}#main-navigation .nav__program.credit{background-color:#60800f}#main-navigation .nav__program.benefit,#main-navigation .nav__program.subvention{background-color:#1b618c}#main-navigation .nav__image{margin-top:2rem;width:65px}#main-navigation .nav__list{list-style:none;padding:0;margin:0;display:flex}#main-navigation .nav__list:after{content:"";display:block;clear:both}#main-navigation .nav-primary{display:none;align-items:flex-start}@media only print,screen and (min-width:960px){#main-navigation .nav-primary{display:flex;flex-wrap:wrap}}#main-navigation .nav-primary>ul{padding:0;margin:0;clear:both;max-width:96%}#main-navigation .nav-primary>ul li{list-style:none;padding:0;float:left;margin:0 3rem 0 0}@media only screen and (max-width:1280px){#main-navigation .nav-primary>ul li{margin-right:1.85rem}}@media only screen and (max-width:1000px){#main-navigation .nav-primary>ul li{margin-right:1.3rem}}@media only print,screen and (min-width:1280px){#main-navigation .nav-primary>ul li{margin-right:3rem}}#main-navigation .nav-primary-panel{background:transparent;position:absolute;width:100%;z-index:100;overflow:hidden;max-height:0;-webkit-transform:translateY(1px);transform:translateY(1px);transition:max-height .5s cubic-bezier(0,1.05,0,1);display:none}#main-navigation .nav-primary-panel[data-state=open]{overflow:hidden;transition:max-height 1.2s}@media only print,screen and (min-width:960px){#main-navigation .nav-primary-panel[data-state=open]{display:inherit;max-height:1000px}}#main-navigation .nav-primary-panel[data-state=closed]{margin:0;padding:0}@media only print,screen and (min-width:960px){#main-navigation .nav-primary-panel{display:inherit}}@media only print,screen and (min-width:960px){.no-js #main-navigation .nav-primary-panel{position:inherit;display:inherit;max-height:none;margin-bottom:0}}#main-navigation .nav-primary-panel__inner{overflow:hidden;background:#f6f5ed}#main-navigation .nav-primary-overlap{background:#fff;position:relative}#main-navigation .nav-primary__wrapper{border-bottom:1px solid #879900}#main-navigation .nav-primary__link{color:#005a8c;text-decoration:none;display:block;float:left;margin-right:3rem;padding:.5em 0 .9em;position:relative;transition:color .3s;white-space:nowrap}@media only print,screen and (min-width:960px){#main-navigation .nav-primary__link{margin-right:2rem}}@media only print,screen and (min-width:1280px){#main-navigation .nav-primary__link{margin-right:3rem}}#main-navigation .nav-primary__link.active,#main-navigation .nav-primary__link:active,#main-navigation .nav-primary__link:hover{color:#00446e;text-decoration:underline}#main-navigation .nav-primary__link.active{text-shadow:0 0 0 #00446e;text-decoration:none}#main-navigation .nav-primary__link.active:before{content:"";position:absolute;bottom:0;left:-4px;right:-4px;border-bottom:3px solid #00446e}#main-navigation .nav-primary__link:first-of-type{margin-left:0}#main-navigation .nav-primary__link:last-of-type{margin-right:0}#main-navigation .nav__wrapper{position:relative;margin-bottom:6rem;transition-property:height;transition-duration:.25s}#main-navigation .nav__wrapper .teaser{background-color:#fff;margin-top:1.5rem;padding:1.5rem;border-bottom-right-radius:1.5rem}#main-navigation .nav__wrapper .teaser__item-media{margin:-1.5rem -1.5rem 1.5rem}#main-navigation .nav-group-col{grid-column-gap:3.6rem;-webkit-column-gap:3.6rem;column-gap:3.6rem;width:100%!important;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) [last-col] minmax(0,1fr);grid-template-columns:repeat(calc(var(--col-count,3) - 1),minmax(0,1fr)) [last-col] minmax(0,1fr);grid-template-rows:repeat(2,auto);grid-template-rows:repeat(var(--row-count,2),auto);grid-auto-flow:column;grid-auto-rows:auto}#main-navigation .nav-group-col-wrapper{width:calc(50% - 2.5rem)}#main-navigation .nav-group-col-wrapper:last-child{margin-right:0}#main-navigation .nav-group-col li{display:block;width:100%;margin-right:0;float:none;clear:both;-webkit-column-break-inside:avoid;break-inside:avoid-column}#main-navigation .nav-group-col li a{display:flex;align-items:flex-start;-webkit-column-break-inside:avoid;break-inside:avoid-column;width:100%;height:100%}#main-navigation .nav-group-col li a.link--button{display:inline-flex;width:unset}#main-navigation .nav-group-col li a.link--button [class*=ic]{line-height:inherit}#main-navigation .nav-group-col li:last-child:nth-child(4){grid-column:last-col}#main-navigation .nav__teaser{padding-top:1.7rem;float:left;clear:none;width:31.0666666667%;margin-left:0;margin-right:3.4%}#main-navigation .nav__teaser:nth-of-type(2n){margin-right:0;float:right}#main-navigation .nav__teaser:nth-of-type(odd){clear:both}#main-navigation .nav__teaser .teaser__item{background-color:#fff;border-bottom-right-radius:11px}#main-navigation .nav__teaser .teaser__text{padding:2rem 2rem 2.5rem}#main-navigation .nav__teaser .teaser__text .teaser__headline+a.link{margin-top:1.1rem}#main-navigation .nav__teaser .teaser__text .teaser__subline{padding-bottom:2.5rem;margin-bottom:0}#main-navigation .nav__teaser .teaser__text .teaser .link{margin-left:-.3rem}#main-navigation .nav__toprow{display:flex;align-items:center;border-bottom:2px solid #5a6166;padding:3rem 0 1rem}#main-navigation .nav__toprow [class*=ic],#main-navigation .nav__toprow [class*=ic]:before{font-size:1.4rem;vertical-align:baseline}#main-navigation .nav__toprow .ic-close:before{font-size:2rem}#main-navigation .nav__toprow .breadcrumb{flex:1 1;overflow:hidden;text-overflow:ellipsis;max-width:97%;padding:0!important}#main-navigation .nav__toprow .breadcrumb .icon-after-focus{vertical-align:middle}#main-navigation .nav__toprow .breadcrumb .breadcrumb__item:before{position:relative;display:inline-block;margin-top:.313rem!important}#main-navigation .nav__toprow .breadcrumb__item{font-size:1.4rem;line-height:1.4;vertical-align:middle;color:#7b8185;display:contents}#main-navigation .nav__close{text-decoration:none;color:#005a8c;width:1.8rem;height:1.8rem;text-align:center;position:absolute;top:-3.25rem;right:0}#main-navigation .nav__close>[class*=ic-]{padding-right:0!important}#main-navigation .nav__close>[class*=ic-]:before{font-size:2rem;position:absolute;top:-5px;left:0}#main-navigation .nav__close:hover{cursor:pointer}#main-navigation .nav__close:hover:after{border-radius:4px;border:2px dashed #00446e;content:"";position:absolute;left:-2px;top:-3px;width:calc(100% + 6px);height:calc(100% + 6px);border-style:solid}#main-navigation .nav__close:hover .ic-close:before{color:#00446e}#main-navigation .nav__column_count{-webkit-column-count:3;column-count:3}#main-navigation .no-js .nav__close{display:none}#main-navigation .breadcrumb>.breadcrumb__item:before,#main-navigation .main-navi__breadcump-separator{color:#7b8185;margin:0 1rem!important;font-size:1.4rem!important}#main-navigation .dropdown{display:none}#main-navigation .showdropdown{display:block}.positioning{left:0;margin-top:4.2rem}@media only print,screen and (min-width:1280px){[data-is-sticky-header=true] .nav-primary,[data-is-sticky-header=true] .nav-primary-panel .l-container{margin:0 auto;max-width:1080px}}[data-whatinput=keyboard] #main-navigation .nav-primary__link:focus{color:#00446e;text-decoration:underline!important}[data-whatinput=keyboard] #main-navigation .nav-primary__link:focus:after{border-radius:4px;border:2px dashed #00446e;content:"";position:absolute;left:-5px;top:calc(.8rem + -3px);width:calc(100% + 10px);height:calc(90% - 1.6rem + 4px)}[data-whatinput=keyboard] #main-navigation .nav__link span{border-bottom:none!important}[data-whatinput=keyboard] #main-navigation .nav__link:focus{color:#60800f}[data-whatinput=keyboard] #main-navigation .nav__link:focus:not([class*=ic]) .title-wrap .nav__subline,[data-whatinput=keyboard] #main-navigation .nav__link:focus:not([class*=ic]) .title-wrap .nav__title .title-text{color:#00446e;text-decoration:underline!important}[data-whatinput=keyboard] #main-navigation .nav__link:focus:not([class*=ic]) .title-wrap:after{border-radius:4px;border:2px dashed #00446e;content:"";position:absolute;left:-5px;top:-5px;width:calc(100% + 10px);height:calc(100% + 10px);width:calc(100% + 1rem);height:calc(100% + .4rem)}[data-whatinput=keyboard] #main-navigation .nav__link:focus .ic-arrowRight:before{color:#00446e}[data-whatinput=keyboard] #main-navigation .nav__back-link:focus{outline-offset:4px;color:#00446e;text-decoration:underline}[data-whatinput=keyboard] #main-navigation .nav__back-link:focus:after{border-radius:4px;border:2px dashed #00446e;content:"";position:absolute;left:-5px;top:-5px;width:calc(100% + 10px);height:calc(100% + 10px);margin-left:0}[data-whatinput=keyboard] #main-navigation .nav__close:focus:after{border-radius:4px;border:2px dashed #00446e;content:"";position:absolute;left:-2px;top:-3px;width:calc(100% + 6px);height:calc(100% + 6px);margin-left:0}[data-whatinput=keyboard] #main-navigation .nav__close:focus .ic-close:before{color:#00446e}[data-whatinput=keyboard] #main-navigation .breadcrumb__item a:focus{text-decoration:underline;color:#00446e!important;position:relative}[data-whatinput=keyboard] #main-navigation .breadcrumb__item>a{position:relative;outline:none;overflow:visible}[data-whatinput=keyboard] #main-navigation .breadcrumb__item>a:focus{text-decoration:underline}[data-whatinput=keyboard] #main-navigation .breadcrumb__item>a:focus:after{border-radius:4px;border:2px dashed #00446e;content:"";position:absolute;left:-3px;top:-2px;width:calc(100% + 6px);height:calc(100% + 2px);margin-left:0;height:2.4rem!important}#sdg-project-overview{margin:0 -5.625vw}@media only print,screen and (min-width:600px){#sdg-project-overview{margin:0}}#sdg-project-overview .hl-1,#sdg-project-overview .hl-2,#sdg-project-overview .hl-3,#sdg-project-overview .hl-4,#sdg-project-overview .hl-5,#sdg-project-overview .hl-6{color:#5a6166!important;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:2rem}#sdg-project-overview .sdg-header-text,#sdg-project-overview hl-2{margin-bottom:2rem}#sdg-project-overview .sdg-connect{padding:2rem 3rem 3rem;margin-bottom:5rem}@media only print,screen and (min-width:600px){#sdg-project-overview .sdg-connect{padding:4rem 4rem 2rem;margin-bottom:6rem}}#sdg-project-overview .sdg-connect.blue-background{background-color:#ebf3f7}#sdg-project-overview .sdg-connect.gray-background{background-color:#f6f5ed}@media only print,screen and (min-width:600px){#sdg-project-overview .sdg-connect>.sdg-items-list{padding-bottom:3rem}}#sdg-project-overview ul{list-style:none;padding-left:0}#sdg-project-overview #sdg-items-list{flex-wrap:wrap;flex-direction:row;grid-gap:3.5rem;gap:3.5rem;display:grid;grid-template-columns:repeat(1,1fr)}@media only print,screen and (min-width:600px){#sdg-project-overview #sdg-items-list{grid-gap:4rem;gap:4rem;grid-template-columns:repeat(2,1fr)}}@media only print,screen and (min-width:960px){#sdg-project-overview #sdg-items-list{grid-template-columns:repeat(3,1fr)}}#sdg-project-overview .sdg-item{display:flex!important;flex-direction:column;justify-content:space-between;flex:1 1;background-color:#fff;width:100%;min-width:100px}@media only print,screen and (min-width:600px){#sdg-project-overview .sdg-item{min-width:200px}}@media only print,screen and (min-width:840px){#sdg-project-overview .sdg-item{min-width:280px}}@media only print,screen and (min-width:960px){#sdg-project-overview .sdg-item{min-width:220px}}@media only print,screen and (min-width:1280px){#sdg-project-overview .sdg-item{min-width:280px}}#sdg-project-overview .sdg-item .sdg-content .sdg-button-wrapper{padding:0 2rem 3rem}#sdg-project-overview .sdg-item .sdg-content .sdg-title-image{object-fit:cover;width:100%;height:100%;aspect-ratio:16/9}#sdg-project-overview .sdg-item .sdg-content-wrapper{padding:2rem 2rem 1.5rem}#sdg-project-overview .sdg-item .sdg-content--field{display:block;min-height:2.5rem}#sdg-project-overview .sdg-item .sdg-content--field>span{color:#fff;background-color:#13556f;padding:.2rem 1rem;border-radius:0 0 .4rem 0}#sdg-project-overview .sdg-item .sdg-content--field span{font-size:1.4rem;line-height:1.4;letter-spacing:0}#sdg-project-overview .sdg-item .sdg-content--headline{min-height:6.4rem}#sdg-project-overview .all-projects-link{margin-top:4rem;border:none;background:none;color:#005a8c}#sdg-project-overview .all-projects-link .link--button-secondary{margin-top:-1.4rem}@media only print,screen and (min-width:600px){#sdg-project-overview .all-projects-link{margin-top:unset;position:relative;bottom:2.6rem}}#sdg-project-overview .all-projects-link:focus,#sdg-project-overview .all-projects-link:focus span{color:#00446e}#sdg-project-overview #sdg-slider .slick-slider{display:flex;justify-content:center;-webkit-user-select:auto;-ms-user-select:auto;user-select:auto}#sdg-project-overview #sdg-slider .slick-slider .slick-arrow{top:unset;display:flex!important;background-color:#005a8c;width:3.1rem;height:3.1rem}#sdg-project-overview #sdg-slider .slick-slider .slick-arrow:before{color:#fff;font-size:0;cursor:pointer;display:inline-block;padding:1.2rem 2rem;text-align:center;text-decoration:none;transition:background-color .2s;white-space:nowrap;position:absolute}#sdg-project-overview #sdg-slider .slick-slider .slick-arrow:hover:before{color:#005a8c;border:2px solid #005a8c;background-color:#fff;width:unset}#sdg-project-overview #sdg-slider .slick-slider .slick-arrow:active{border:1px solid #005a8c}#sdg-project-overview #sdg-slider .slick-slider .slick-arrow:active:before{color:#005a8c;border:1px solid #005a8c;background-color:#fff;width:unset}[data-whatinput=keyboard] #sdg-project-overview #sdg-slider .slick-slider .slick-arrow:focus{border:2px dashed #fff!important;background-color:#00446e}[data-whatinput=keyboard] #sdg-project-overview #sdg-slider .slick-slider .slick-arrow:focus:before{width:unset}#sdg-project-overview #sdg-slider .slick-slider .slick-prev{left:unset;margin-right:8.5rem}#sdg-project-overview #sdg-slider .slick-slider .slick-next{right:unset;margin-right:-8.5rem}#sdg-project-overview #sdg-slider .slick-list{padding-bottom:6rem;margin-left:-2rem;margin-right:-2rem}#sdg-project-overview #sdg-slider .slick-dots{display:flex!important;position:absolute;bottom:.4rem}@media only print,screen and (min-width:600px){#sdg-project-overview #sdg-slider .slick-dots{bottom:.65rem}}#sdg-project-overview #sdg-slider .slick-dots ul{display:flex}#sdg-project-overview #sdg-slider .slick-dots ul li{border:none!important;background:none!important;display:none;color:#005a8c}#sdg-project-overview #sdg-slider .slick-dots ul li .currentDot{display:none}#sdg-project-overview #sdg-slider .slick-dots ul li.slick-active{display:flex}#sdg-project-overview #sdg-slider .slick-dots ul li.slick-active .currentDot{display:inline-block!important}#sdg-project-overview #sdg-slider .slick-dots ul li.slick-active .lastDot{display:none}#sdg-project-overview #sdg-slider .slick-dots ul li:last-of-type{display:inline-block!important}#sdg-project-overview #sdg-slider .slick-dots ul li:last-of-type .lastDot{display:inline-block}#sdg-project-overview #sdg-slider .slick-dots ul li button{border:none;background:none}#sdg-project-overview #sdg-slider .slick-track{display:flex}#sdg-project-overview #sdg-slider .slick-track .slick-slide{height:unset;width:100%;padding-left:2rem;padding-right:2rem;max-width:100%}#sdg-project-overview #sdg-slider .slick-track .slick-slide .sdg-item{height:100%}#sdg-project-overview #sdg-slider .slick-track .slick-slide>div{width:100%;height:100%}#sdg-project-overview #sdg-slider .slick-track .slick-active:last-of-type{margin-right:1.5rem}#sdg-tile{max-width:280px}#sdg-tile .hl-5{color:#5a6166!important;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.7rem;font-family:"kfwcentrosans-medium"}#sdg-tile ul{list-style:none;padding-left:0}#sdg-tile ul li{display:flex}#sdg-tile .sdg-tile-container--icons-medium,#sdg-tile .sdg-tile-container--icons-small{margin-bottom:0;margin-top:0}#sdg-tile .sdg-tile-container--icons-medium li,#sdg-tile .sdg-tile-container--icons-small li{margin-bottom:1.3rem}#sdg-tile .sdg-tile-container--icons-medium li:last-of-type,#sdg-tile .sdg-tile-container--icons-small li:last-of-type{margin-bottom:0}#sdg-tile .sdg-tile-container--icons-medium li span:first-of-type,#sdg-tile .sdg-tile-container--icons-small li span:first-of-type{margin-right:.5rem}#sdg-tile .sdg-tile-container--icons-small{min-height:9rem;margin-top:0;margin-bottom:1.5rem}#sdg-tile .sdg-tile-container--icons-small li:first-of-type span:last-of-type{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#sdg-tile .sdg-tile-container--icons-medium img{width:2rem;height:2rem;margin-right:.5rem}.sdg-details-overview-aside li span:last-of-type{text-overflow:ellipsis;overflow:hidden;white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}.sdg-details-image-container img{left:50%;margin-left:-50vw;margin-bottom:0;max-width:1280px;position:relative;right:50%;width:100vw}@media only print,screen and (min-width:1280px){.sdg-details-image-container img{width:1280px;margin-left:-100px;left:0;right:0}}.sdg-details-label{padding:.2rem 1rem;color:#fff;background-color:#13556f;border-radius:0 0 .4rem 0;margin-bottom:.5rem!important}.sdg-details-label-container{display:flex}.sdg-details-overview-container{margin:0 -5.625vw;background-color:#ebf3f7;display:flex;flex-direction:column;padding:20px 20px 30px}@media only print,screen and (min-width:600px){.sdg-details-overview-container{padding:40px 40px 50px;flex-direction:row}}.sdg-details-overview-aside{margin-top:3.5rem;min-width:33%}@media only print,screen and (min-width:600px){.sdg-details-overview-aside{margin-top:0;margin-left:3.6rem}}.sdg-details-overview-aside-container{background-color:#fff;padding:20px 20px 30px}.pt-s16 .cta-teaser{padding-left:20px;padding-right:20px;margin-left:-20px;margin-right:-20px}@media only print,screen and (min-width:600px){.pt-s16 .cta-teaser{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px}}.pt-s16 .table-wrapper,.pt-s16 .text-image{width:100%}.pt-s16 .hl-2,.pt-s16 .hl_2{line-height:1.3;margin-bottom:2rem}@media only print,screen and (min-width:1280px){.pt-s16 .hl-2,.pt-s16 .hl_2{font-size:3.2rem}}#partnerportal-cockpit .RegistrationModule .tile-list .pt-s16 li,#partnerportal-cockpit ul.tile-list .pt-s16 li,.pt-s16 #partnerportal-cockpit .RegistrationModule .tile-list li,.pt-s16 #partnerportal-cockpit ul.tile-list li,.pt-s16 .tx_1{font-family:"kfwcentrosans-regweb";font-size:1.6rem;line-height:1.4;letter-spacing:0;margin-bottom:0}#partnerportal-cockpit .RegistrationModule .tile-list .pt-s16 li p,#partnerportal-cockpit ul.tile-list .pt-s16 li p,.pt-s16 #partnerportal-cockpit .RegistrationModule .tile-list li p,.pt-s16 #partnerportal-cockpit ul.tile-list li p,.pt-s16 .tx_1 p{font-size:inherit;margin-bottom:0}#partnerportal-cockpit .RegistrationModule .tile-list .pt-s16 li p+p,#partnerportal-cockpit ul.tile-list .pt-s16 li p+p,.pt-s16 #partnerportal-cockpit .RegistrationModule .tile-list li p+p,.pt-s16 #partnerportal-cockpit ul.tile-list li p+p,.pt-s16 .tx_1 p+p{margin-top:1rem}.pt-s16 .tx_2{font-family:"kfwcentrosans-regweb";font-size:1.4rem;line-height:1.4;letter-spacing:0;margin-bottom:2rem}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .scrollable-content .intro-text.tx_4 .pt-s16 p,#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .scrollable-content .tx_4 .pt-s16 p,.pt-s16 #partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .scrollable-content .intro-text.tx_4 p,.pt-s16 #partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .scrollable-content .tx_4 p,.pt-s16 .tx_4{font-family:"kfwcentrosans-regweb";font-size:2rem;line-height:1.4;letter-spacing:0}#partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .scrollable-content .intro-text.tx_4 .pt-s16 p p,#partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .scrollable-content .tx_4 .pt-s16 p p,.pt-s16 #partnerportal-cockpit .modal.app-store-modal .modal-inner .modal-inner-content .scrollable-content .intro-text.tx_4 p p,.pt-s16 #partnerportal-cockpit .modal.personalization-modal .modal-inner .modal-inner-content .scrollable-content .tx_4 p p,.pt-s16 .tx_4 p{font-size:inherit}.pt-s16 .space-large{margin-top:3.5rem}@media only print,screen and (min-width:840px){.pt-s16 .space-large{margin-top:4rem}}@media only screen and (max-width:600px){.pt-s16 .image-gallery__container--wrapper{padding-left:20px;padding-right:20px}}@media only screen and (max-width:600px){.pt-s16 .details__link{margin-left:20px;margin-right:20px}}@media only screen and (max-width:600px){.pt-s16 .details.av-accordeon{margin-left:-20px;margin-right:-20px}}.pt-s16 .sdg-disclaimer-intro{margin-bottom:6rem}.hl_1{font-family:"kfwcentrosans-medium";font-size:3rem;line-height:1.3;margin-bottom:2rem;margin-top:0}@media only print,screen and (min-width:1280px){.hl_1{font-size:3.6rem}}.hl_5{font-family:"kfwcentrosans-medium";font-size:1.8rem;line-height:1.3;letter-spacing:0;margin-bottom:1rem}@media only print,screen and (min-width:1280px){.hl_5{letter-spacing:.5}}.big-headline{height:auto;grid-column:1/span 4;margin-left:3.6rem;padding-left:1rem}@media only print,screen and (min-width:600px){.big-headline{grid-column:2/span 4;margin-left:0;padding-left:0}}.big-headline__text p{font-size:1.6rem;line-height:1.4;margin-bottom:0}.big-headline__headline p.hl-1{margin-bottom:0;margin-top:0}.big-headline__headline+.big-headline__text{margin-top:1em}.big-number{height:auto;grid-column:1/span 4;margin-left:3.6rem;padding-left:1rem}@media only print,screen and (min-width:600px){.big-number{margin-left:0;padding-left:0;grid-column:2/span 4}}.big-number__number p{font-family:"kfwcentrosans-regweb";color:#5a6166;font-weight:500;font-size:4.2rem;line-height:4.2rem;margin:0}@media only print,screen and (min-width:600px){.big-number__number p{font-size:4.8rem;line-height:4.8rem}}.big-number__inscription p{color:#5a6166;font-weight:500;font-size:2.4rem;line-height:3rem;margin:0}@media only print,screen and (min-width:600px){.big-number__inscription p{font-size:2.6rem;line-height:3.2rem}}.image-text{width:auto;height:auto;grid-column:1/span 4;margin-left:3.6rem;padding-left:1rem}@media only print,screen and (min-width:600px){.image-text{grid-column:2/span 4;margin-left:0;padding-left:0;width:100%}}.image-text__text.tx-1{font-size:1.6rem;line-height:1.4;margin-bottom:0}.image-text__headline .hl-4{margin-bottom:0}.image-text .image-text__image+.image-text__content{margin-top:1.5rem}.image-text .image-text__headline+.image-text__text{margin-top:2rem}.graphic{width:auto;height:auto;grid-column:1/span 4;margin-left:3.6rem;padding-left:1rem}@media only print,screen and (min-width:600px){.graphic{margin-left:0;display:grid;grid-column:2/span 4;grid-template-columns:repeat(4,minmax(0,1fr));padding-left:0;width:100%}}.graphic__image{width:auto}@media only print,screen and (min-width:600px){.graphic__image{grid-column:1/span 3}}.graphic__headline .hl-4.text{margin-bottom:0}@media only print,screen and (min-width:600px){.graphic__headline{grid-column:1/span 4}}.graphic__text p.tx-1{margin-bottom:0}@media only print,screen and (min-width:600px){.graphic__text{grid-column:1/span 4}}.graphic .graphic__image+.graphic__content{margin-top:1.5rem}.av-topic-line-wrapper{margin-bottom:5rem}@media only print,screen and (min-width:600px){.av-topic-line-wrapper{margin-bottom:6rem}}.av-topic-line{position:relative;width:100%;max-width:100%;margin-bottom:3.5rem}@media only print,screen and (min-width:600px){.av-topic-line{margin-bottom:4rem}}.av-topic-line__box{margin-left:-5.625vw;margin-right:-5.625vw}@media only print,screen and (min-width:600px){.av-topic-line__box{margin-left:-4rem;margin-right:-4rem}}.av-topic-line__wrapper{display:grid;background:#f6f5ed}@media only print,screen and (min-width:840px){.av-topic-line__wrapper{grid-template-columns:repeat(12,minmax(0,1fr))}}.av-topic-line__img-container{display:flex;align-items:center}@media only print,screen and (min-width:600px){.av-topic-line__img-container{aspect-ratio:3}}@media only print,screen and (min-width:840px){.av-topic-line__img-container{grid-column:1/span 4;aspect-ratio:16/9}}.av-topic-line__image{width:100%;height:100%}@media only print,screen and (min-width:600px){.av-topic-line__image{object-fit:cover}}@media only print,screen and (min-width:840px){.av-topic-line__image{object-fit:unset}}.av-topic-line__text-container{margin:1.2rem 5.625vw}.av-topic-line__text-container.full-width{margin:2rem 5.625vw 1rem}@media only print,screen and (min-width:600px){.av-topic-line__text-container{margin:1rem 4rem}.av-topic-line__text-container.full-width{margin:4rem 4rem 3rem}}@media only print,screen and (min-width:840px){.av-topic-line__text-container{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-template-rows:auto 1fr;grid-column:5/span 12;margin:2rem 4rem 2rem 2.2rem}.av-topic-line__text-container.full-width{grid-template-columns:repeat(12,minmax(0,1fr));grid-column:1/span 12}}@media only print,screen and (min-width:960px){.av-topic-line__text-container{margin:2rem 4rem 2rem 2.6rem}}@media only print,screen and (min-width:1280px){.av-topic-line__text-container{margin:3rem 9.7rem 3rem 5.7rem}}.av-topic-line__text-container .topic-headline{display:inline;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media only print,screen and (min-width:840px){.av-topic-line__text-container .topic-headline{grid-column:1/-1}}.av-topic-line__text-container .topic-headline .hl-3{color:#005a8c;font-family:"kfwcentrosans-regweb";font-weight:400;font-size:2.4rem;letter-spacing:-.5px;line-height:1.3;margin-bottom:0;cursor:pointer}@media only print,screen and (min-width:1280px){.av-topic-line__text-container .topic-headline .hl-3{font-size:2.6rem;letter-spacing:0}}.av-topic-line__text-container .topic-headline:hover{text-decoration:underline}.av-topic-line__text-container .topic-headline:focus{outline:none}html[data-whatinput=keyboard] .av-topic-line__text-container .topic-headline:focus{outline:2px dashed #005a8c}.av-topic-line__text-container .text{font-family:"kfwcentrosans-regweb";font-size:1.6rem;line-height:1.4;letter-spacing:0;margin-bottom:2rem}@media only print,screen and (min-width:840px){.av-topic-line__text-container .text{grid-column:1/-1}}.av-topic-line__button{width:3.6rem;height:3.6rem;border:2px solid #005a8c;background-color:#005a8c;border-radius:4px;display:flex;justify-content:center;flex-direction:row;align-items:center;cursor:pointer;margin:0 0 0 calc(5.625vw + .75em);-webkit-transform:translateY(-1.8rem);transform:translateY(-1.8rem)}@media only print,screen and (min-width:600px){.av-topic-line__button{margin:0 auto}}.av-topic-line__button .ic-arrowUp,.av-topic-line__button .ic-minus,.av-topic-line__button .ic-plus{color:#fff;font-size:2.4rem}.av-topic-line__button:hover{border:2px solid #005a8c;background-color:#fff}.av-topic-line__button:hover .ic-arrowUp,.av-topic-line__button:hover .ic-minus,.av-topic-line__button:hover .ic-plus{color:#005a8c}.av-topic-line .hl-1{font-family:"kfwcentrosans-regweb";font-weight:400;color:#4e6e61;font-size:3rem;line-height:1.3;margin-bottom:2rem}@media only print,screen and (min-width:1280px){.av-topic-line .hl-1{font-size:3.6rem;letter-spacing:-.5px}}.av-topic-line .tx-1 p{font-size:1.6rem;line-height:1.4;margin-bottom:2rem}.av-topic-line .tx-1 p:last-child{margin-bottom:0}html[data-whatinput=keyboard] .av-topic-line .button-focus:focus{background-color:#fff;outline:2px dashed #005a8c;border:none}html[data-whatinput=keyboard] .av-topic-line .button-focus:focus .ic-arrowUp,html[data-whatinput=keyboard] .av-topic-line .button-focus:focus .ic-minus,html[data-whatinput=keyboard] .av-topic-line .button-focus:focus .ic-plus{color:#005a8c}.av-topic-line-content{position:relative;margin-bottom:3.5rem;-webkit-transform:translateY(-1.8rem);transform:translateY(-1.8rem);--overflow:5em}@media only print,screen and (min-width:840px){.av-topic-line-content{margin-bottom:4rem}}.av-topic-line-content__wrapper{position:relative}.av-topic-line-content__box{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));list-style:none;padding:0 0 4rem;margin:0;position:relative;grid-row-gap:4rem;row-gap:4rem}@media only print,screen and (min-width:600px){.av-topic-line-content__box{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(var(--overflow),auto) auto;grid-row-gap:1em;row-gap:1em}}.av-topic-line-content__box:before{content:"";position:absolute;top:0;left:2.625rem;height:100%;width:.4rem;background:#bdc0c2}@media only print,screen and (min-width:600px){.av-topic-line-content__box:before{justify-self:center;left:auto}}@media only print,screen and (min-width:600px){.av-topic-line-content__box>li:nth-child(2){grid-row-start:2;grid-column-start:2}.av-topic-line-content__box>li:nth-child(4n-1) .big-number__content .big-number__number{align-items:flex-end}.av-topic-line-content__box>li:nth-child(4n-1) .big-number__content .big-number__number:after,.av-topic-line-content__box>li:nth-child(4n-1) .big-number__content .big-number__number:before{left:calc(var(--dotWidth)/2*-1);right:auto;-webkit-transform:translateY(.4em);transform:translateY(.4em)}.av-topic-line-content__box>li:nth-child(4n-1) .big-headline__content>div:last-child:after,.av-topic-line-content__box>li:nth-child(4n-1) .big-headline__content>div:last-child:before{left:calc(var(--dotWidth)/2*-1);right:auto}.av-topic-line-content__box>li:nth-child(4n-1) .big-headline__content>div:last-child.big-headline__headline:after,.av-topic-line-content__box>li:nth-child(4n-1) .big-headline__content>div:last-child.big-headline__headline:before{-webkit-transform:translateY(.5em);transform:translateY(.5em)}.av-topic-line-content__box>li:nth-child(4n-1) .big-headline__content>div:last-child.big-headline__text{align-items:flex-start}.av-topic-line-content__box>li:nth-child(4n-1) .big-headline__content>div:last-child.big-headline__text:after,.av-topic-line-content__box>li:nth-child(4n-1) .big-headline__content>div:last-child.big-headline__text:before{-webkit-transform:translateY(-.2em);transform:translateY(-.2em)}.av-topic-line-content__box>li:nth-child(4n-1) .graphic>div:last-child>div:first-child:after,.av-topic-line-content__box>li:nth-child(4n-1) .graphic>div:last-child>div:first-child:before,.av-topic-line-content__box>li:nth-child(4n-1) .image-text>div:last-child>div:first-child:after,.av-topic-line-content__box>li:nth-child(4n-1) .image-text>div:last-child>div:first-child:before{left:calc(var(--dotWidth)/2*-1);right:auto}.av-topic-line-content__box>li:nth-child(4n-1) .graphic>div:last-child>div:first-child>:first-child,.av-topic-line-content__box>li:nth-child(4n-1) .image-text>div:last-child>div:first-child>:first-child{margin-top:0}.av-topic-line-content__box>li:nth-child(4n-1) .graphic>div:last-child>div:first-child.graphic__headline:after,.av-topic-line-content__box>li:nth-child(4n-1) .graphic>div:last-child>div:first-child.graphic__headline:before,.av-topic-line-content__box>li:nth-child(4n-1) .graphic>div:last-child>div:first-child.graphic__text:after,.av-topic-line-content__box>li:nth-child(4n-1) .graphic>div:last-child>div:first-child.graphic__text:before,.av-topic-line-content__box>li:nth-child(4n-1) .graphic>div:last-child>div:first-child.image-text__headline:after,.av-topic-line-content__box>li:nth-child(4n-1) .graphic>div:last-child>div:first-child.image-text__headline:before,.av-topic-line-content__box>li:nth-child(4n-1) .image-text>div:last-child>div:first-child.graphic__headline:after,.av-topic-line-content__box>li:nth-child(4n-1) .image-text>div:last-child>div:first-child.graphic__headline:before,.av-topic-line-content__box>li:nth-child(4n-1) .image-text>div:last-child>div:first-child.graphic__text:after,.av-topic-line-content__box>li:nth-child(4n-1) .image-text>div:last-child>div:first-child.graphic__text:before,.av-topic-line-content__box>li:nth-child(4n-1) .image-text>div:last-child>div:first-child.image-text__headline:after,.av-topic-line-content__box>li:nth-child(4n-1) .image-text>div:last-child>div:first-child.image-text__headline:before{-webkit-transform:translateY(-.2em);transform:translateY(-.2em)}.av-topic-line-content__box>li:nth-child(4n-1) .graphic>div:last-child.graphic__image,.av-topic-line-content__box>li:nth-child(4n-1) .graphic>div:last-child.image-text__image,.av-topic-line-content__box>li:nth-child(4n-1) .image-text>div:last-child.graphic__image,.av-topic-line-content__box>li:nth-child(4n-1) .image-text>div:last-child.image-text__image{align-items:center}.av-topic-line-content__box>li:nth-child(4n-1) .graphic>div:last-child.graphic__image:after,.av-topic-line-content__box>li:nth-child(4n-1) .graphic>div:last-child.graphic__image:before,.av-topic-line-content__box>li:nth-child(4n-1) .graphic>div:last-child.image-text__image:after,.av-topic-line-content__box>li:nth-child(4n-1) .graphic>div:last-child.image-text__image:before,.av-topic-line-content__box>li:nth-child(4n-1) .image-text>div:last-child.graphic__image:after,.av-topic-line-content__box>li:nth-child(4n-1) .image-text>div:last-child.graphic__image:before,.av-topic-line-content__box>li:nth-child(4n-1) .image-text>div:last-child.image-text__image:after,.av-topic-line-content__box>li:nth-child(4n-1) .image-text>div:last-child.image-text__image:before{left:calc(var(--dotWidth)/2*-1);right:auto}}.av-topic-line-content__box>li:not(.av-topic-line-content__item){display:none}@media only print,screen and (min-width:600px){.av-topic-line-content__box>li:not(.av-topic-line-content__item){display:block}}.av-topic-line-content__item{grid-column:auto/span 1;grid-row:auto/span 1;padding:2rem 2rem 0 3.6rem;position:relative;display:grid;grid-template-columns:minmax(0,1fr)}.av-topic-line-content__item .big-number__content .big-number__number{--dotWidth:2.4rem;display:flex;flex-wrap:wrap;align-items:flex-start;white-space:pre-wrap;align-items:flex-end}.av-topic-line-content__item .big-number__content .big-number__number:before{background:#5a6166;width:var(--dotWidth);aspect-ratio:1;border-radius:50%}.av-topic-line-content__item .big-number__content .big-number__number:after{border-bottom:.2rem solid #bdc0c2;width:calc(3.1rem + var(--dotWidth));height:.2rem;padding-bottom:calc(var(--dotWidth)/2 - .1rem);margin-bottom:calc(var(--dotWidth)/2 - .1rem);z-index:-1}@media only print,screen and (min-width:960px){.av-topic-line-content__item .big-number__content .big-number__number:after{width:calc(4.8rem + var(--dotWidth))}}.av-topic-line-content__item .big-number__content .big-number__number:after,.av-topic-line-content__item .big-number__content .big-number__number:before{content:"";left:15px;position:absolute}@media only print,screen and (min-width:600px){.av-topic-line-content__item .big-number__content .big-number__number:after,.av-topic-line-content__item .big-number__content .big-number__number:before{left:auto;right:calc(var(--dotWidth)/2*-1)}}.av-topic-line-content__item .big-number__content .big-number__number:after,.av-topic-line-content__item .big-number__content .big-number__number:before{-webkit-transform:translateY(.4em);transform:translateY(.4em)}.av-topic-line-content__item .big-headline__content>div:last-child{--dotWidth:2.4rem;display:flex;flex-wrap:wrap;align-items:flex-start;white-space:pre-wrap}.av-topic-line-content__item .big-headline__content>div:last-child:before{background:#5a6166;width:var(--dotWidth);aspect-ratio:1;border-radius:50%}.av-topic-line-content__item .big-headline__content>div:last-child:after{border-bottom:.2rem solid #bdc0c2;width:calc(3.1rem + var(--dotWidth));height:.2rem;padding-bottom:calc(var(--dotWidth)/2 - .1rem);margin-bottom:calc(var(--dotWidth)/2 - .1rem);z-index:-1}@media only print,screen and (min-width:960px){.av-topic-line-content__item .big-headline__content>div:last-child:after{width:calc(4.8rem + var(--dotWidth))}}.av-topic-line-content__item .big-headline__content>div:last-child:after,.av-topic-line-content__item .big-headline__content>div:last-child:before{content:"";left:15px;position:absolute}@media only print,screen and (min-width:600px){.av-topic-line-content__item .big-headline__content>div:last-child:after,.av-topic-line-content__item .big-headline__content>div:last-child:before{left:auto;right:calc(var(--dotWidth)/2*-1)}}.av-topic-line-content__item .big-headline__content>div:last-child.big-headline__headline:after,.av-topic-line-content__item .big-headline__content>div:last-child.big-headline__headline:before{-webkit-transform:translateY(.5em);transform:translateY(.5em)}.av-topic-line-content__item .big-headline__content>div:last-child.big-headline__text{align-items:flex-start}.av-topic-line-content__item .big-headline__content>div:last-child.big-headline__text:after,.av-topic-line-content__item .big-headline__content>div:last-child.big-headline__text:before{-webkit-transform:translateY(-.2em);transform:translateY(-.2em)}.av-topic-line-content__item .graphic>div:last-child>div:first-child,.av-topic-line-content__item .image-text>div:last-child>div:first-child{--dotWidth:2.4rem;display:flex;flex-wrap:wrap;align-items:flex-start;white-space:pre-wrap}.av-topic-line-content__item .graphic>div:last-child>div:first-child:before,.av-topic-line-content__item .image-text>div:last-child>div:first-child:before{background:#5a6166;width:var(--dotWidth);aspect-ratio:1;border-radius:50%}.av-topic-line-content__item .graphic>div:last-child>div:first-child:after,.av-topic-line-content__item .image-text>div:last-child>div:first-child:after{border-bottom:.2rem solid #bdc0c2;width:calc(3.1rem + var(--dotWidth));height:.2rem;padding-bottom:calc(var(--dotWidth)/2 - .1rem);margin-bottom:calc(var(--dotWidth)/2 - .1rem);z-index:-1}@media only print,screen and (min-width:960px){.av-topic-line-content__item .graphic>div:last-child>div:first-child:after,.av-topic-line-content__item .image-text>div:last-child>div:first-child:after{width:calc(4.8rem + var(--dotWidth))}}.av-topic-line-content__item .graphic>div:last-child>div:first-child:after,.av-topic-line-content__item .graphic>div:last-child>div:first-child:before,.av-topic-line-content__item .image-text>div:last-child>div:first-child:after,.av-topic-line-content__item .image-text>div:last-child>div:first-child:before{content:"";left:15px;position:absolute}@media only print,screen and (min-width:600px){.av-topic-line-content__item .graphic>div:last-child>div:first-child:after,.av-topic-line-content__item .graphic>div:last-child>div:first-child:before,.av-topic-line-content__item .image-text>div:last-child>div:first-child:after,.av-topic-line-content__item .image-text>div:last-child>div:first-child:before{left:auto;right:calc(var(--dotWidth)/2*-1)}}.av-topic-line-content__item .graphic>div:last-child>div:first-child>:first-child,.av-topic-line-content__item .image-text>div:last-child>div:first-child>:first-child{margin-top:0}.av-topic-line-content__item .graphic>div:last-child>div:first-child.graphic__headline:after,.av-topic-line-content__item .graphic>div:last-child>div:first-child.graphic__headline:before,.av-topic-line-content__item .graphic>div:last-child>div:first-child.graphic__text:after,.av-topic-line-content__item .graphic>div:last-child>div:first-child.graphic__text:before,.av-topic-line-content__item .graphic>div:last-child>div:first-child.image-text__headline:after,.av-topic-line-content__item .graphic>div:last-child>div:first-child.image-text__headline:before,.av-topic-line-content__item .image-text>div:last-child>div:first-child.graphic__headline:after,.av-topic-line-content__item .image-text>div:last-child>div:first-child.graphic__headline:before,.av-topic-line-content__item .image-text>div:last-child>div:first-child.graphic__text:after,.av-topic-line-content__item .image-text>div:last-child>div:first-child.graphic__text:before,.av-topic-line-content__item .image-text>div:last-child>div:first-child.image-text__headline:after,.av-topic-line-content__item .image-text>div:last-child>div:first-child.image-text__headline:before{-webkit-transform:translateY(-.2em);transform:translateY(-.2em)}.av-topic-line-content__item .graphic>div:last-child.graphic__image,.av-topic-line-content__item .graphic>div:last-child.image-text__image,.av-topic-line-content__item .image-text>div:last-child.graphic__image,.av-topic-line-content__item .image-text>div:last-child.image-text__image{--dotWidth:2.4rem;display:flex;flex-wrap:wrap;align-items:flex-start;white-space:pre-wrap;align-items:center}.av-topic-line-content__item .graphic>div:last-child.graphic__image:before,.av-topic-line-content__item .graphic>div:last-child.image-text__image:before,.av-topic-line-content__item .image-text>div:last-child.graphic__image:before,.av-topic-line-content__item .image-text>div:last-child.image-text__image:before{background:#5a6166;width:var(--dotWidth);aspect-ratio:1;border-radius:50%}.av-topic-line-content__item .graphic>div:last-child.graphic__image:after,.av-topic-line-content__item .graphic>div:last-child.image-text__image:after,.av-topic-line-content__item .image-text>div:last-child.graphic__image:after,.av-topic-line-content__item .image-text>div:last-child.image-text__image:after{border-bottom:.2rem solid #bdc0c2;width:calc(3.1rem + var(--dotWidth));height:.2rem;padding-bottom:calc(var(--dotWidth)/2 - .1rem);margin-bottom:calc(var(--dotWidth)/2 - .1rem);z-index:-1}@media only print,screen and (min-width:960px){.av-topic-line-content__item .graphic>div:last-child.graphic__image:after,.av-topic-line-content__item .graphic>div:last-child.image-text__image:after,.av-topic-line-content__item .image-text>div:last-child.graphic__image:after,.av-topic-line-content__item .image-text>div:last-child.image-text__image:after{width:calc(4.8rem + var(--dotWidth))}}.av-topic-line-content__item .graphic>div:last-child.graphic__image:after,.av-topic-line-content__item .graphic>div:last-child.graphic__image:before,.av-topic-line-content__item .graphic>div:last-child.image-text__image:after,.av-topic-line-content__item .graphic>div:last-child.image-text__image:before,.av-topic-line-content__item .image-text>div:last-child.graphic__image:after,.av-topic-line-content__item .image-text>div:last-child.graphic__image:before,.av-topic-line-content__item .image-text>div:last-child.image-text__image:after,.av-topic-line-content__item .image-text>div:last-child.image-text__image:before{content:"";left:15px;position:absolute}@media only print,screen and (min-width:600px){.av-topic-line-content__item .graphic>div:last-child.graphic__image:after,.av-topic-line-content__item .graphic>div:last-child.graphic__image:before,.av-topic-line-content__item .graphic>div:last-child.image-text__image:after,.av-topic-line-content__item .graphic>div:last-child.image-text__image:before,.av-topic-line-content__item .image-text>div:last-child.graphic__image:after,.av-topic-line-content__item .image-text>div:last-child.graphic__image:before,.av-topic-line-content__item .image-text>div:last-child.image-text__image:after,.av-topic-line-content__item .image-text>div:last-child.image-text__image:before{left:auto;right:calc(var(--dotWidth)/2*-1)}}@media only print,screen and (min-width:600px){.av-topic-line-content__item{align-items:center;grid-row:auto/span 3;grid-template-columns:repeat(6,minmax(0,1fr));padding:0;margin-bottom:0}.av-topic-line-content__item .big-headline,.av-topic-line-content__item .big-number,.av-topic-line-content__item .graphic,.av-topic-line-content__item .image-text{display:grid;grid-template-columns:100%;grid-template-rows:minmax(calc(var(--overflow)/2),auto) auto}.av-topic-line-content__item .big-headline__content,.av-topic-line-content__item .big-number__content,.av-topic-line-content__item .graphic__content,.av-topic-line-content__item .image-text__content{grid-row:2/span 1}.av-topic-line-content__item .graphic,.av-topic-line-content__item .image-text{grid-template-rows:auto minmax(0,auto)}.av-topic-line-content__item .graphic__image,.av-topic-line-content__item .image-text__image{grid-row:1/span 1}.av-topic-line-content__item .graphic__content,.av-topic-line-content__item .image-text__content{margin-bottom:2em}}.av-topic-line-content__btn-arrow{position:relative;display:flex;flex-direction:column;width:15rem;height:100%;cursor:pointer;margin:0 1rem}@media only print,screen and (min-width:600px){.av-topic-line-content__btn-arrow{margin:0 auto}}.av-topic-line-content__btn-arrow button{margin:0}@media only print,screen and (min-width:600px){.av-topic-line-content__btn-arrow button{margin:0 auto}}.av-topic-line-content__btn-arrow button:focus{outline:none}.av-topic-line-content__btn-arrow a{margin:0}@media only print,screen and (min-width:600px){.av-topic-line-content__btn-arrow a{margin:0 auto}}.av-topic-line-content__btn-arrow:hover button{border:2px solid #005a8c;background-color:#fff}.av-topic-line-content__btn-arrow:hover button .ic-arrowUp,.av-topic-line-content__btn-arrow:hover button .ic-minus,.av-topic-line-content__btn-arrow:hover button .ic-plus{color:#005a8c}.av-topic-line-content__btn-arrow:hover a{text-decoration:underline}.av-topic-line-content__back-label{margin-top:1rem;font-family:"kfwcentrosans-regweb";font-size:1.6rem;line-height:1.4;letter-spacing:0;margin-bottom:2rem;color:#005a8c}html[data-whatinput=keyboard] .av-topic-line-content__back-label:focus{outline:2px dashed #005a8c}.video-text-box{z-index:2}@media(max-width:840px){.video-text-box{position:relative!important;bottom:unset!important}}.btn-play-pause{background-color:#005a8c;color:#fff;width:4rem;height:4rem;border:2px solid #fff;border-radius:50%;position:absolute;top:-2rem;right:2rem}.btn-play-pause:hover{background-color:#fff;color:#005a8c;border-color:#005a8c}[data-whatinput=keyboard] .btn-play-pause:focus{background-color:#fff;color:#005a8c;border:2px dotted #005a8c}@media only screen and (max-width:840px){.text-box--tl.video-text-box,.text-box--tr.video-text-box{top:0!important}}@media only screen and (min-width:840px){.high-stage-gallery.video{padding-bottom:32px}}
/*# sourceMappingURL=bundle.css.map */