.silentbox-single{cursor:pointer;text-decoration:underline}.silentbox-is-opened{overflow:hidden}#silentbox-overlay{display:block;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:999}#silentbox-overlay__background{background:rgba(0,0,0,.75);cursor:default;display:block;height:100%;left:0;position:absolute;top:0;width:100%}#silentbox-overlay__content{cursor:default;display:block;height:100%;position:relative;width:100%}#silentbox-overlay__embed{bottom:0;cursor:default;display:block;height:80%;left:0;margin:auto;position:absolute;right:0;top:-2.5rem;width:75%}#silentbox-overlay__embed iframe,#silentbox-overlay__embed img{background-color:#000;bottom:0;box-shadow:0 0 1.5rem rgba(0,0,0,.45);cursor:default;display:block;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}#silentbox-overlay__container{cursor:default;height:100%;margin:0 0 1.5rem;position:relative;text-align:center;width:100%}#silentbox-overlay__description{display:block;padding-top:1rem;text-align:center;color:#fff}#silentbox-overlay__close-button{background:transparent;border:none;color:#fff;cursor:pointer;height:2.5rem;position:absolute;right:0;top:0;transition:background-color .25s ease-out;width:2.5rem}#silentbox-overlay__close-button:focus,#silentbox-overlay__close-button:hover{background-color:rgba(0,0,0,.5);outline:none}#silentbox-overlay__close-button .icon{color:#fff;cursor:pointer;height:1rem;left:.7rem;margin:50% 50% 0 0;position:absolute;right:0;top:-.5rem;transition:.25s ease;width:1rem}#silentbox-overlay__close-button .icon:after,#silentbox-overlay__close-button .icon:before{background:#fff;content:"";height:2px;left:5%;position:absolute;top:50%;transition:.25s ease;width:100%}#silentbox-overlay__close-button .icon:before{transform:rotate(-45deg)}#silentbox-overlay__close-button .icon:after{transform:rotate(45deg)}#silentbox-overlay__close-button .icon:focus:after,#silentbox-overlay__close-button .icon:focus:before,#silentbox-overlay__close-button .icon:hover:after,#silentbox-overlay__close-button .icon:hover:before{background:#58e8d2;left:25%;width:50%}#silentbox-overlay__arrow-buttons .arrow{border-left:2px solid #fff;border-top:2px solid #fff;cursor:pointer;height:1.5rem;position:absolute;width:1.5rem}#silentbox-overlay__arrow-buttons .arrow:focus,#silentbox-overlay__arrow-buttons .arrow:hover{outline:none;border-color:#58e8d2}#silentbox-overlay__arrow-buttons .arrow-previous{left:2rem;top:50%;transform:rotate(-45deg)}#silentbox-overlay__arrow-buttons .arrow-previous:focus,#silentbox-overlay__arrow-buttons .arrow-previous:hover{animation-duration:1s;animation-iteration-count:infinite;animation-name:pulsingPrevious}#silentbox-overlay__arrow-buttons .arrow-next{right:2rem;top:50%;transform:rotate(135deg)}#silentbox-overlay__arrow-buttons .arrow-next:focus,#silentbox-overlay__arrow-buttons .arrow-next:hover{animation-duration:1s;animation-iteration-count:infinite;animation-name:pulsingNext}@keyframes pulsingNext{0%{animation-timing-function:ease-in;right:2rem}25%{animation-timing-function:ease-in;right:1.75rem}75%{animation-timing-function:ease-in;right:2.25rem}to{animation-timing-function:ease-in;right:2rem}}@keyframes pulsingPrevious{0%{animation-timing-function:ease-in;left:2rem}25%{animation-timing-function:ease-in;left:1.75rem}75%{animation-timing-function:ease-in;left:2.25rem}to{animation-timing-function:ease-in;left:2rem}}.silentbox-item{cursor:pointer;text-decoration:underline}/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-timing-function:ease-in-out}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-duration:.75s;animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:translateZ(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:2s;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media (prefers-reduced-motion),(print){.animated{animation:unset!important;transition:none!important}}a.button,button{font-family:roihu,Arial regular,sans-serif;color:#e71234;line-height:1.5;font-weight:700;margin:0 0 30px;position:relative;color:#fff;padding:20px 60px 20px 30px;border:none;border-radius:32px;font-size:17px;transition:all .15s ease;display:inline-block;box-shadow:0 0 0 0 transparent,0 20px 40px rgba(0,0,0,.2);background-color:#373896}@media (min-width:768px){a.button,button{font-size:17px;display:inline-block}}a.button:after,button:after{font-family:driessen!important;content:"c";color:#fff;opacity:.6;position:absolute;right:25px;top:50%;font-size:14px;margin-top:-8px;transition:all .15s ease}a.button:focus,button:focus{box-shadow:none;outline:none}a.button:hover,button:hover{cursor:pointer}a.button:hover:after,button:hover:after{right:22px}a.button:hover,button:hover{box-shadow:0 0 0 3px #373896,0 20px 40px rgba(0,0,0,.2)}.btn-prev{padding:20px 30px 20px 50px}.btn-prev:after{right:auto;left:25px;transform:rotate(-180deg)}.btn-prev:hover:after{right:auto;left:22px}a.btn-geluk.button,button.btn-geluk{background-color:#e71234}a.btn-geluk.button:hover,button.btn-geluk:hover{box-shadow:0 0 0 3px #e71234,0 20px 40px rgba(0,0,0,.2)}a.btn-gras.button,button.btn-gras{background-color:#50be64}a.btn-gras.button:hover,button.btn-gras:hover{box-shadow:0 0 0 3px #50be64,0 20px 40px rgba(0,0,0,.2)}a.button:disabled,button:disabled{cursor:wait;opacity:.85}.button-spinner{display:inline-block;width:16px;height:16px;margin-right:8px;border:2px solid hsla(0,0%,100%,.45);border-top-color:#fff;border-radius:50%;vertical-align:-3px;animation:button-spin .7s linear infinite}@keyframes button-spin{to{transform:rotate(1turn)}}a.button:hover{color:#fff}a.button.btn-white{background-color:#fff;color:#e71234}a.button.btn-white:hover{box-shadow:0 0 0 3px #fff,0 20px 40px 0 rgba(0,0,0,.2);color:#e71234}a.button.btn-white:after{color:#e71234}a.button.down{display:inline-block;width:66px;height:66px;text-indent:-9999999px;padding:20px 30px}a.button.down:after{text-indent:0;transform:rotate(90deg);right:26px}a.button.down:hover{box-shadow:0 0 0 3px #373896,0 10px 20px 0 rgba(0,0,0,.2)}a.button.down:hover:after{right:26px}.tips a.button{-ms-flex-item-align:self-start;align-self:self-start}.tips a.button.down{-ms-flex-item-align:auto;align-self:auto}.button-container{line-height:1.5;font-weight:500;margin:0 0 30px;position:relative;color:#fff;font-size:20px}.button-container span{display:none}@media (min-width:940px){.button-container span{display:inline-block}}.button-container a{margin-right:10px}a.button--margin{margin-bottom:10px}form input{outline:none;width:100%}form input[type=email],form input[type=text]{background-color:#f4f0ec;border:none;padding:10px}form input[type=radio]{display:none}form input[type=radio]+label{font-family:roihu,Arial regular,sans-serif;color:#e71234;line-height:1.5;font-weight:700;margin:0 0 30px;color:#e3dbd4;font-size:21px;line-height:1;margin:0;padding:15px 0;cursor:pointer;-ms-flex-item-align:start;align-self:flex-start}@media (min-width:768px){form input[type=radio]+label{font-size:32px}}form input[type=radio]:checked+label{color:#e71234}form input[type=checkbox]{display:none}form input[type=checkbox]+label{display:block;cursor:pointer;position:relative;padding-left:32px;margin-top:20px}form input[type=checkbox]+label:before{content:"";background-color:#f4f0ec;border-radius:5px;width:20px;height:20px;padding-left:2px;padding-bottom:3px;vertical-align:bottom;position:absolute;top:3px;left:0}form input[type=checkbox]:checked+label:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTcuMSAxTDMuMDQzIDUuMDU0LjkgMi45MTEgMCAzLjgxMmwzLjA0NCAzLjA0NUw4IDEuOXoiLz48L3N2Zz4=) #50be64 no-repeat 50%;background-size:60% 60%;color:#fff}form ::-webkit-input-placeholder{color:#b8a493}form ::-moz-placeholder{color:#b8a493}form :-ms-input-placeholder{color:#b8a493}form :-moz-placeholder{color:#b8a493}dl,ol,ul{margin:0;padding:0;list-style:none}dl p,ol p,ul p{margin:0!important;padding:0!important}.content-style dl,.content-style ol,.content-style ul,dl.visible,ol.visible,ul.visible{margin-bottom:20px;padding-left:30px;list-style:initial}.content-style ol,ol.visible{list-style:decimal}.checklist{margin:0;padding:0 0 1.5rem;counter-reset:counter-list}.checklist li{list-style:none;padding:1px 0 12px 34px;position:relative;line-height:23px}.checklist li a:hover{opacity:.8}.checklist li:before{font-family:driessen!important;transition:all .2s ease-in;margin:0 9px 0 0;width:21px;height:30px;text-align:center;display:inline-block;border-radius:100%;position:absolute;top:-3px;left:0;content:"e";color:#fff;font-size:20px;line-height:28px}.checklist--green li:before{color:#50be64;font-size:18px}*{box-sizing:border-box;text-rendering:geometricPrecision;-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:ratio,Arial regular,sans-serif;color:#1d1d1d;font-size:21px;line-height:1.5;font-weight:300;margin:0}@media (min-width:768px){body{font-size:21px}}body.cookies,body.general-conditions,body.home{font-family:ratio,Arial regular,sans-serif;color:#1d1d1d;font-size:21px;line-height:1.5;font-weight:300;color:#fff}@media (min-width:768px){body.cookies,body.general-conditions,body.home{font-size:21px}}p{font-family:ratio,Arial regular,sans-serif;color:#1d1d1d;font-size:21px;line-height:1.5;font-weight:300;margin:0 0 40px}@media (min-width:768px){p{font-size:21px}}p.white{font-family:ratio,Arial regular,sans-serif;color:#1d1d1d;font-size:21px;line-height:1.5;font-weight:300;margin:0 0 40px;color:#fff}@media (min-width:768px){p.white{font-size:21px}}h1{display:none}h2{font-family:roihu,Arial regular,sans-serif;color:#e71234;line-height:1.5;font-weight:700;margin:0 0 30px;font-size:21px}@media (min-width:768px){h2{font-size:32px}}h2.white{font-family:roihu,Arial regular,sans-serif;color:#e71234;line-height:1.5;font-weight:700;margin:0 0 30px;font-size:21px;color:#fff}@media (min-width:768px){h2.white{font-size:32px}}h3{font-family:roihu,Arial regular,sans-serif;color:#e71234;line-height:1.5;font-weight:700;margin:0 0 30px;font-size:21px}@media (min-width:768px){h3{font-size:21px}}h3.white{font-family:roihu,Arial regular,sans-serif;color:#e71234;line-height:1.5;font-weight:700;margin:0 0 30px;font-size:21px;color:#fff}@media (min-width:768px){h3.white{font-size:21px}}a{color:#7c7ddb;text-decoration:none}a:hover{color:#373896}a.white{color:#fff;text-decoration:underline}a.white:hover{color:#fff;text-decoration:none}.response{font-family:roihu,Arial regular,sans-serif;color:#e71234;line-height:1.5;font-weight:700;margin:0 0 30px;color:#fff;font-size:64px;margin-bottom:0;line-height:1}@media (min-width:768px){.response{font-size:96px}}@media (min-width:1280px){.response{font-size:96px;line-height:1.5}}.label{font-family:ratio,Arial regular,sans-serif;color:#1d1d1d;font-size:21px;line-height:1.5;font-weight:300;font-weight:500;margin-bottom:20px}@media (min-width:768px){.label{font-size:21px;margin-bottom:30px}}.label-white{font-family:ratio,Arial regular,sans-serif;color:#1d1d1d;font-size:21px;line-height:1.5;font-weight:300;font-weight:500;margin-bottom:20px;color:#fff}@media (min-width:768px){.label-white{font-size:21px;margin-bottom:30px}}.label-white-large{font-family:ratio,Arial regular,sans-serif;color:#1d1d1d;line-height:1.5;font-weight:300;font-weight:500;margin-bottom:20px;color:#fff;font-family:roihu,Arial regular,sans-serif;font-weight:700;line-height:1.2;font-size:21px;max-width:500px;margin:0 auto;margin-bottom:90px}@media (min-width:768px){.label-white-large{font-size:21px;margin-bottom:30px;font-size:32px}}.label-red{font-family:ratio,Arial regular,sans-serif;color:#1d1d1d;font-size:21px;line-height:1.5;font-weight:300;font-weight:500;margin-bottom:20px;color:#e71234}@media (min-width:768px){.label-red{font-size:21px;margin-bottom:30px}}body.cookies,body.general-conditions,body.home{background-color:#e71234}body.quiz{background-color:transparent}@media (min-width:768px){.content-row{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:100px}.content-row:last-child{padding-bottom:0}}@media (min-width:1280px){.content-row{padding-bottom:200px}}.content-row .heading-mobile{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}@media (min-width:768px){.content-row .heading-mobile{display:none}}.content-row .heading-mobile h2{text-align:center;margin-bottom:50px}.content-row .heading-mobile .button.to-quiz{margin-bottom:0;position:relative;z-index:1}.content-row .image img{display:block;box-shadow:0 10px 20px 0 rgba(0,0,0,.2);width:100%;height:100%}@media (min-width:768px){.content-row .image img{width:230px;height:230px}}@media (min-width:1280px){.content-row .image img{width:461px;height:461px}}.content-row .image.row-item-left{margin:-30px -60px 0;padding-bottom:50px;position:relative}.content-row .image.row-item-left:after{content:"";position:absolute;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNjFweCIgaGVpZ2h0PSI2MXB4IiB2aWV3Qm94PSIwIDAgNjEgNjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUxLjIgKDU3NTE5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBkPSJNOC40ODU0NzQ2OCw5IEMzLjc5OTQ0MDkzLDkgMCw1LjIwMDU1OTA3IDAsMC41MTQ1MjUzMTggTDE2Ljk3MDk0OTQsMC41MTQ1MjUzMTggQzE2Ljk3MDk0OTQsNS4yMDA1NTkwNyAxMy4xNzE1MDg0LDkgOC40ODU0NzQ2OCw5IFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJEZXNrdG9wIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE2MS4wMDAwMDAsIC0zMDIuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODguMDAwMDAwLCA2Ny4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC00LUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyNDkuOTc5NjM0LCAyMzUuOTc5NjM0KSI+CiAgICAgICAgICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS03LUNvcHktNCIgZmlsbD0iI0Y5QzI0RCIgeD0iMCIgeT0iMCIgd2lkdGg9IjYwIiBoZWlnaHQ9IjYwIiByeD0iMzAiPjwvcmVjdD4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjEuNzE4OTM0OSwyMy40NjMwMTc4IEMyMC40OTM2MzkxLDIzLjQ2MzAxNzggMTkuNSwyMi4wNzIxODkzIDE5LjUsMjAuMzU2NTA4OSBDMTkuNSwxOC42NDA4Mjg0IDIwLjQ5MzYzOTEsMTcuMjUgMjEuNzE4OTM0OSwxNy4yNSBDMjIuOTQ0Njc0NiwxNy4yNSAyMy45Mzc4Njk4LDE4LjY0MDgyODQgMjMuOTM3ODY5OCwyMC4zNTY1MDg5IEMyMy45Mzc4Njk4LDIyLjA3MjE4OTMgMjIuOTQ0Njc0NiwyMy40NjMwMTc4IDIxLjcxODkzNDksMjMuNDYzMDE3OCBaIiBpZD0iRmlsbC03LUNvcHktMyIgZmlsbD0iIzNBMzQyNyI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik00MS4xODc4Njk4LDIwLjM1NjUwODkgQzQxLjE4Nzg2OTgsMjIuMDcyMTg5MyA0MC4xOTQ2NzQ2LDIzLjQ2MzAxNzggMzguOTY4OTM0OSwyMy40NjMwMTc4IEMzNy43NDM2MzkxLDIzLjQ2MzAxNzggMzYuNzUsMjIuMDcyMTg5MyAzNi43NSwyMC4zNTY1MDg5IEMzNi43NSwxOC42NDA4Mjg0IDM3Ljc0MzYzOTEsMTcuMjUgMzguOTY4OTM0OSwxNy4yNSBDNDAuMTk0Njc0NiwxNy4yNSA0MS4xODc4Njk4LDE4LjY0MDgyODQgNDEuMTg3ODY5OCwyMC4zNTY1MDg5IiBpZD0iRmlsbC05LUNvcHktMyIgZmlsbD0iIzNBMzQyNyI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJGaWxsLTMzLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjEuNzUwMDAwLCAzMy4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGlkPSJNYXNrIiBmaWxsPSIjQUY1QTRGIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS01IiBmaWxsPSIjRkZGRkZGIiBtYXNrPSJ1cmwoI21hc2stMikiIHg9Ii05Ljc1IiB5PSItNi43NSIgd2lkdGg9IjM2Ljc1IiBoZWlnaHQ9IjkiPjwvcmVjdD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) transparent no-repeat;border-radius:100%;box-shadow:0 10px 20px 0 rgba(0,0,0,.2);transform:rotate(15deg);width:80px;height:80px;background-size:80px;right:50px;bottom:30px}@media (min-width:768px){.content-row .image.row-item-left{margin:0;padding-bottom:0}.content-row .image.row-item-left:after{content:none}}.content-row .image.row-item-left img{transform:rotate(5deg)}.content-row .image.row-item-right{display:none}@media (min-width:768px){.content-row .image.row-item-right{display:block;position:relative;margin-top:-50px}}@media (min-width:1280px){.content-row .image.row-item-right{margin-top:-100px}}.content-row .image.row-item-right:after{display:none}@media (min-width:768px){.content-row .image.row-item-right:after{display:block;content:"";position:absolute;width:230px;height:230px;top:10%;left:0;border-radius:100% 100% 0 100%;background-color:#f15f58;z-index:0;margin-left:-115px}}@media (min-width:1280px){.content-row .image.row-item-right:after{width:460px;height:460px;margin-left:-230px;top:25%;left:25%}}.content-row .image.row-item-right img{position:relative;z-index:1;transform:rotate(5deg)}@media (min-width:768px){.content-row .text{width:500px}}.content-row .text.row-item-left{position:relative;z-index:1}@media (min-width:768px){.content-row .text.row-item-left{margin-right:50px}}@media (min-width:1280px){.content-row .text.row-item-left{margin-right:100px}}.content-row .text.row-item-right .to-quiz,.content-row .text.row-item-right h2{display:none}@media (min-width:768px){.content-row .text.row-item-right .to-quiz{display:inline-block}}@media (min-width:768px){.content-row .text.row-item-right{margin-top:-50px;margin-left:50px}.content-row .text.row-item-right h2{display:block;margin-top:60px}.content-row .text.row-item-right h3{margin-bottom:10px}}@media (min-width:1280px){.content-row .text.row-item-right{margin-top:-75px;margin-left:100px}}.content-row--above-video{-ms-flex-direction:row;flex-direction:row;flex-direction:column;max-width:800px;margin:0 auto;text-align:center;padding-bottom:40px}.content-row--intro{padding-bottom:60px}@media (min-width:768px){.content-row--intro .text{width:600px}}.content-row--intro .button-container{display:none}@media (min-width:768px){.content-row--intro .button-container{display:block}}@media (min-width:940px){.content-row--intro .button-container{width:600px}}footer{position:relative;height:500px;background-color:#b71234;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;margin-top:-200px;overflow:hidden}@media (min-width:1280px){footer{height:700px;margin-top:-150px}}footer:before{content:"";position:absolute;top:0;left:50%;margin-left:-2000px;width:4000px;border-style:solid;border-width:0 0 500px 4000px;border-color:#e71234 #e71234 #b71234}footer .footer-content{text-align:center}@media (min-width:1280px){footer .footer-content{text-align:left;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}}footer .footer-content .logo-footer{display:none}@media (min-width:1280px){footer .footer-content .logo-footer{display:block;position:relative;top:-148px}}footer .footer-content .social-links{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px}@media (min-width:1280px){footer .footer-content .social-links{margin-bottom:200px;-ms-flex-direction:row;flex-direction:row}}footer .footer-content .social-links .label{font-family:roihu,Arial regular,sans-serif;color:#e71234;line-height:1.5;font-weight:700;margin:0 0 30px;color:#fff;font-size:17px}@media (min-width:768px){footer .footer-content .social-links .label{font-size:17px}}@media (min-width:1280px){footer .footer-content .social-links .label{display:inline-block;margin-bottom:0;margin-right:60px}}footer .footer-bottom{text-align:center}@media (min-width:1280px){footer .footer-bottom{position:absolute;right:25px;top:100px}}@media (max-width:1280px){footer .footer-bottom{padding-bottom:30px}}footer .footer-bottom a,footer .footer-bottom p{color:#fff}.row-inner{position:relative;max-width:768px;width:100%;padding:0 30px;margin:0 auto}@media (min-width:768px){.row-inner{max-width:960px}}@media (min-width:1280px){.row-inner{max-width:1280px}}header{position:relative;padding-top:20px}@media (min-width:768px){header{padding-top:50px}}@media (min-width:768px){header .logo.logo-mobile{display:none}}header .logo.logo-desktop{display:none}@media (min-width:768px){header .logo.logo-desktop{display:block}}#cookies header,#general-conditions header,#home header{padding-bottom:50px}@media (min-width:768px){#cookies header,#general-conditions header,#home header{padding-bottom:0}}#cookies header:after,#general-conditions header:after,#home header:after{display:none}@media (min-width:768px){#cookies header:after,#general-conditions header:after,#home header:after{display:block;content:"";position:absolute;width:340px;height:340px;top:200px;left:50%;border-radius:100% 0 100% 100%;background-color:#f15f58;z-index:0;margin-left:-170px;width:680px;height:680px;margin-left:-340px}}@media (min-width:768px){#cookies header,#general-conditions header{padding-bottom:50px}}#quiz header,#results header{padding-top:0}#quiz header .logo,#results header .logo{position:absolute;left:20px;top:20px;z-index:2}@media (min-width:768px){#quiz header .logo,#results header .logo{left:50px;top:50px}}@media (min-width:1280px){#quiz header .logo,#results header .logo{position:fixed}}#home{overflow:hidden}main{position:relative;z-index:1}.content-style--white *{color:#fff}.content-style--white a{color:#373896}.content-style--white a:hover{text-decoration:underline}.content-style h3{margin-bottom:10px}.content-style dl,.content-style ol,.content-style p,.content-style ul{margin:0 0 20px}.left,.right{width:100%}@media (min-width:1280px){.left,.right{position:fixed;height:100%;width:50%}}.left{color:#fff;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOTYwcHgiIGhlaWdodD0iMTcyNHB4IiB2aWV3Qm94PSIwIDAgOTYwIDE3MjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUxLjEgKDU3NTAxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5wZXJzb29ubGlqazwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJwZXJzb29ubGlqayIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ik92YWwtKy1PdmFsLUNvcHktTWFzayIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjYuMDAwMDAwLCAyNTUuMDAwMDAwKSIgZmlsbD0iI0U3MTIzNCI+CiAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGN4PSI0NTMiIGN5PSIyMzQiIHI9IjIzNCI+PC9jaXJjbGU+CiAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwtQ29weSIgY3g9IjQ1My41IiBjeT0iMTAxNS41IiByPSI0NTMuNSI+PC9jaXJjbGU+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) #f15f58 no-repeat top;background-size:80%;height:340px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;padding-top:70px;position:relative}@media (min-width:768px){.left{height:500px;padding-top:100px}}@media (min-width:1280px){.left{position:fixed;z-index:1;left:0;height:100%;padding:0}}@media (min-width:1600px){.left{padding:0}}.left.results{-ms-flex-pack:start;justify-content:flex-start}@media (min-width:1280px){.left.results{-ms-flex-pack:center;justify-content:center}}.left .left-contents{text-align:center;padding:0 20px;width:100%}@media (min-width:768px){.left .left-contents{padding:0 50px}}@media (min-width:1280px){.left .left-contents{max-width:1200px}}@media (min-width:1600px){.left .left-contents{padding:0 100px}}.left .response{position:relative;width:100%;position:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:262px;height:262px;line-height:262px;border-radius:100% 100% 0 100%;background-color:#000;margin:0 auto}@media (max-width:768px){.left .response{width:175px;height:175px;line-height:175px}}.left .response.tips-sent{font-family:driessen!important;content:"e";font-size:64px}.left .explanation{display:none}@media (max-width:1280px){.left .explanation{display:none!important}}@media (min-width:1600px){.left .explanation{display:block}}@media (min-height:900px){.left .explanation{display:block}}@media (max-height:900px){.left .explanation{display:none}}@media (min-width:1280px){.right{overflow:auto;overflow-x:hidden;top:0;right:0}}@media (max-width:1280px){.right .explanation{display:block!important}}@media (min-width:1600px){.right .explanation{display:none}}@media (min-height:900px){.right .explanation{display:none}}@media (max-height:900px){.right .explanation{display:block}}.user .left.fade-in{animation:userBackgroundFadeIn 1s ease-in-out both,iconEntrance 3s ease-in-out both}.user .left.fade-out{animation:iconExit 1.75s linear both,userBackgroundFadeOut 1s ease-in-out both}.solidarity .left{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOTYwcHgiIGhlaWdodD0iMTA4MHB4IiB2aWV3Qm94PSIwIDAgOTYwIDEwODAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUxLjEgKDU3NTAxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT52ZXJib25kZW5oZWlkPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+CiAgICAgICAgPHJlY3QgaWQ9InBhdGgtMSIgeD0iMCIgeT0iMCIgd2lkdGg9Ijk2MCIgaGVpZ2h0PSIxMDgwIj48L3JlY3Q+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0idmVyYm9uZGVuaGVpZCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTEyIj4KICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICA8ZyBpZD0iUmVjdGFuZ2xlIj48L2c+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC02IiBtYXNrPSJ1cmwoI21hc2stMikiIGZpbGw9IiM3QzdEREIiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4MDQuNTg1NTMzLCA1MzkuNTg1NTMzKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC04MDQuNTg1NTMzLCAtNTM5LjU4NTUzMykgdHJhbnNsYXRlKDEwOS4wODU1MzMsIC0xNTUuOTE0NDY3KSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTYzNC44Mzk5NDEsMzc3Ljc1NTk5OCBDNjM0LjgzOTk0MSwyMzUuNzcyNDU3IDUxOS43Mzk1MzksMTIwLjY3MjA1NSAzNzcuNzU1OTk4LDEyMC42NzIwNTUgQzIzNS43NzI0NTcsMTIwLjY3MjA1NSAxMjAuNjcyMDU1LDIzNS43NzI0NTcgMTIwLjY3MjA1NSwzNzcuNzU1OTk4IEMxMjAuNjcyMDU1LDUxOS43Mzk1MzkgMjM1Ljc3MjQ1Nyw2MzQuODM5OTQxIDM3Ny43NTU5OTgsNjM0LjgzOTk0MSBMNjM0LjgzOTk0MSw2MzQuODM5OTQxIEw2MzQuODM5OTQxLDM3Ny43NTU5OTggWiBNMzc3Ljc1NTk5OCw3Ljk1ODA3ODY0ZS0xMyBDNTg2LjM4NDg3NSw3LjU3NDgzMzYxZS0xMyA3NTUuNTExOTk2LDE2OS4xMjcxMjEgNzU1LjUxMTk5NiwzNzcuNzU1OTk4IEw3NTUuNTExOTk2LDc1NS41MTE5OTYgTDM3Ny43NTU5OTgsNzU1LjUxMTk5NiBDMTY5LjEyNzEyMSw3NTUuNTExOTk2IDkuMzUwNTQyMThlLTEzLDU4Ni4zODQ4NzUgOS4wOTQ5NDcwMmUtMTMsMzc3Ljc1NTk5OCBDOC44MzkzNTE4NmUtMTMsMTY5LjEyNzEyMSAxNjkuMTI3MTIxLDguMzQxMzIzNjdlLTEzIDM3Ny43NTU5OTgsNy45NTgwNzg2NGUtMTMgWiIgaWQ9IlJlY3RhbmdsZS0zIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEyNjkuODU5NTUsMTAxMi43NzU2MSBDMTI2OS44NTk1NSw4NzAuNzkyMDY5IDExNTQuNzU5MTUsNzU1LjY5MTY2NyAxMDEyLjc3NTYxLDc1NS42OTE2NjcgQzg3MC43OTIwNjksNzU1LjY5MTY2NyA3NTUuNjkxNjY3LDg3MC43OTIwNjkgNzU1LjY5MTY2NywxMDEyLjc3NTYxIEM3NTUuNjkxNjY3LDExNTQuNzU5MTUgODcwLjc5MjA2OSwxMjY5Ljg1OTU1IDEwMTIuNzc1NjEsMTI2OS44NTk1NSBMMTI2OS44NTk1NSwxMjY5Ljg1OTU1IEwxMjY5Ljg1OTU1LDEwMTIuNzc1NjEgWiBNMTM5MC41MzE2MSwxMDEyLjc3NTYxIEwxMzkwLjUzMTYxLDEzOTAuNTMxNjEgTDEwMTIuNzc1NjEsMTM5MC41MzE2MSBDODA0LjE0NjczNCwxMzkwLjUzMTYxIDYzNS4wMTk2MTIsMTIyMS40MDQ0OSA2MzUuMDE5NjEyLDEwMTIuNzc1NjEgQzYzNS4wMTk2MTIsODA0LjE0NjczNCA4MDQuMTQ2NzM0LDYzNS4wMTk2MTIgMTAxMi43NzU2MSw2MzUuMDE5NjEyIEMxMjIxLjQwNDQ5LDYzNS4wMTk2MTIgMTM5MC41MzE2MSw4MDQuMTQ2NzM0IDEzOTAuNTMxNjEsMTAxMi43NzU2MSBaIiBpZD0iUmVjdGFuZ2xlLTMtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAxMi43NzU2MTAsIDEwMTIuNzc1NjEwKSBzY2FsZSgtMSwgLTEpIHRyYW5zbGF0ZSgtMTAxMi43NzU2MTAsIC0xMDEyLjc3NTYxMCkgIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) #373896 no-repeat top;background-size:100%}.solidarity .left.fade-in{animation:solidarityBackgroundFadeIn 1s ease-in-out both,iconEntrance 3s ease-in-out both}.solidarity .left.fade-out{animation:iconExit 1.75s linear both,solidarityBackgroundFadeOut 1s ease-in-out both}.competence .left{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOTYwcHgiIGhlaWdodD0iMTM3MnB4IiB2aWV3Qm94PSIwIDAgOTYwIDEzNzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUxLjEgKDU3NTAxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5jb21wZXRlbnRpZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJjb21wZXRlbnRpZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkZpbGwtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyNi4wMDAwMDAsIDIxOC4wMDAwMDApIiBmaWxsPSIjRjQ5MTRFIj4KICAgICAgICAgICAgPHBvbHlnb24gcG9pbnRzPSI0NjMuMDcyOTYxIDQ0MC40MDgwODUgMCA0NDAuNDA4MDg1IDM3NC42Mzc3NCA3MTIuNTkxOTE1IDIzMS41MzA3NzcgMTE1MyA2MDYuMTY4NTE3IDg4MC44MDQ3NjIgOTgwLjgwNjI1NiAxMTUzIDgzNy43MTA3IDcxMi41OTE5MTUgMTIxMi4zMzcwMyA0NDAuNDA4MDg1IDc0OS4yNjQwNzMgNDQwLjQwODA4NSA2MDYuMTY4NTE3IDAiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) #f9c24d no-repeat top;background-size:100%}.competence .left.fade-in{animation:competenceBackgroundFadeIn 1s ease-in-out both,iconEntrance 3s ease-in-out both}.competence .left.fade-out{animation:iconExit 1.75s linear both,competenceBackgroundFadeOut 1s ease-in-out both}.autonomy .left{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOTYwcHgiIGhlaWdodD0iMTA4MHB4IiB2aWV3Qm94PSIwIDAgOTYwIDEwODAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUxLjEgKDU3NTAxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5hdXRvbm9taWU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8cmVjdCBpZD0icGF0aC0xIiB4PSIwIiB5PSIwIiB3aWR0aD0iOTYwIiBoZWlnaHQ9IjEwODAiPjwvcmVjdD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJhdXRvbm9taWUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJHcm91cCI+CiAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgPGcgaWQ9Ik1hc2siPjwvZz4KICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbC0yIiBmaWxsPSIjNkREMzgwIiBtYXNrPSJ1cmwoI21hc2stMikiIGN4PSItNC41NDc0NzM1MWUtMTMiIGN5PSI1NDAiIHI9IjIyNSI+PC9jaXJjbGU+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik05NjAsNzY1IEMxMDg0LjI2NDA3LDc2NSAxMTg1LDY2NC4yNjQwNjkgMTE4NSw1NDAgQzExODUsNDE1LjczNTkzMSAxMDg0LjI2NDA3LDMxNSA5NjAsMzE1IEM4MzUuNzM1OTMxLDMxNSA3MzUsNDE1LjczNTkzMSA3MzUsNTQwIEM3MzUsNjY0LjI2NDA2OSA4MzUuNzM1OTMxLDc2NSA5NjAsNzY1IFogTTk2MCw5MTUgQzc1Mi44OTMyMTksOTE1IDU4NSw3NDcuMTA2NzgxIDU4NSw1NDAgQzU4NSwzMzIuODkzMjE5IDc1Mi44OTMyMTksMTY1IDk2MCwxNjUgQzExNjcuMTA2NzgsMTY1IDEzMzUsMzMyLjg5MzIxOSAxMzM1LDU0MCBDMTMzNSw3NDcuMTA2NzgxIDExNjcuMTA2NzgsOTE1IDk2MCw5MTUgWiIgaWQ9Ik92YWwtMi1Db3B5IiBmaWxsPSIjNkREMzgwIiBmaWxsLXJ1bGU9Im5vbnplcm8iIG1hc2s9InVybCgjbWFzay0yKSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) #50be64 no-repeat top;background-size:100%}.autonomy .left.fade-in{animation:autonomyBackgroundFadeIn 1s ease-in-out both,iconEntrance 3s ease-in-out both}.autonomy .left.fade-out{animation:iconExit 1.75s linear both,autonomyBackgroundFadeOut 1s ease-in-out both}.social .left{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOTYwcHgiIGhlaWdodD0iMTIxMnB4IiB2aWV3Qm94PSIwIDAgOTYwIDEyMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUxLjEgKDU3NTAxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5oYXJ0PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9ImhhcnQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJHcm91cC00LUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NC4wMDAwMDAsIC0xLjAwMDAwMCkiIGZpbGw9IiNGMTVGNTgiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik05NjcuMjIzMTEyLDU0NC4wNjIwODcgQzEwNDkuNTkyMyw0NjEuNjkyOTA0IDEwNDkuNTkyMywzMjguMTQ2MDcxIDk2Ny4yMjMxMTIsMjQ1Ljc3Njg4OCBDODg0Ljg1MzkyOSwxNjMuNDA3NzA0IDc1MS4zMDcwOTYsMTYzLjQwNzcwNCA2NjguOTM3OTEzLDI0NS43NzY4ODggTDUyNCwzOTAuNzE0ODAxIEwzNzkuMDYyMDg3LDI0NS43NzY4ODggQzI5Ni42OTI5MDQsMTYzLjQwNzcwNCAxNjMuMTQ2MDcxLDE2My40MDc3MDQgODAuNzc2ODg3NSwyNDUuNzc2ODg4IEMtMS41OTIyOTU4NCwzMjguMTQ2MDcxIC0xLjU5MjI5NTg0LDQ2MS42OTI5MDQgODAuNzc2ODg3NSw1NDQuMDYyMDg3IEw1MjQsOTg3LjI4NTE5OSBMOTY3LjIyMzExMiw1NDQuMDYyMDg3IFogTTUyNCwyNDcuODc5MjMxIEw1OTcuNTIwMTI4LDE3NC4zNTkxMDMgQzcxOS4zMzIyNjUsNTIuNTQ2OTY1OCA5MTYuODI4NzYxLDUyLjU0Njk2NTggMTAzOC42NDA5LDE3NC4zNTkxMDMgQzExNjAuNDUzMDMsMjk2LjE3MTIzOSAxMTYwLjQ1MzAzLDQ5My42Njc3MzUgMTAzOC42NDA5LDYxNS40Nzk4NzIgTDUyNCwxMTMwLjEyMDc3IEw5LjM1OTEwMjYyLDYxNS40Nzk4NzIgQy0xMTIuNDUzMDM0LDQ5My42Njc3MzUgLTExMi40NTMwMzQsMjk2LjE3MTIzOSA5LjM1OTEwMjYyLDE3NC4zNTkxMDMgQzEzMS4xNzEyMzksNTIuNTQ2OTY1OCAzMjguNjY3NzM1LDUyLjU0Njk2NTggNDUwLjQ3OTg3MiwxNzQuMzU5MTAzIEw1MjQsMjQ3Ljg3OTIzMSBaIiBpZD0iQ29tYmluZWQtU2hhcGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUyNC4wMDAwMDAsIDYwNi41NjAzODUpIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTUyNC4wMDAwMDAsIC02MDYuNTYwMzg1KSAiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) #e71234 no-repeat top;background-size:100%}.social .left.fade-in{animation:socialBackgroundFadeIn 1s ease-in-out both,iconEntrance 3s ease-in-out both}.social .left.fade-out{animation:iconExit 1.75s linear both,socialBackgroundFadeOut 1s ease-in-out both}@keyframes userBackgroundFadeIn{0%{background-color:#ec3946}to{background-color:#f15f58}}@keyframes userBackgroundFadeOut{0%{background-color:#f15f58}to{background-color:#944c77}}@keyframes solidarityBackgroundFadeIn{0%{background-color:#944c77}to{background-color:#373896}}@keyframes solidarityBackgroundFadeOut{0%{background-color:#373896}to{background-color:#987d72}}@keyframes competenceBackgroundFadeIn{0%{background-color:#987d72}to{background-color:#f9c24d}}@keyframes competenceBackgroundFadeOut{0%{background-color:#f9c24d}to{background-color:#a5c059}}@keyframes autonomyBackgroundFadeIn{0%{background-color:#a5c059}to{background-color:#50be64}}@keyframes autonomyBackgroundFadeOut{0%{background-color:#50be64}to{background-color:#9c684c}}@keyframes socialBackgroundFadeIn{0%{background-color:#9c684c}to{background-color:#e71234}}@keyframes socialBackgroundFadeOut{0%{background-color:#e71234}to{background-color:#ec3946}}@keyframes iconExit{0%{background-position:top}to{background-position:top -10000px center}}@keyframes iconEntrance{0%{background-position:bottom -3000px center}to{background-position:top}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (min-width:768px){a[href="#subscribe"]{display:none}}#quiz .tips{margin:50px 50px 150px}@media (min-width:768px){#quiz .tips{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;margin:100px 150px}}@media (min-width:1600px){#quiz .tips{height:100%;margin:0 200px}}.results .button-container,.tips .button-container{color:#1d1d1d}.results-color--green{background-color:#50be64}.results-color--orange{background-color:#f4914e!important}.results-color--red{background-color:#f15f58}.user-results .left{background-size:100%;background-position:50%;background-repeat:no-repeat}@media (max-width:1280px){.user-results .left{height:100%}}@media (min-width:768px){.user-results .left-contents{padding-bottom:30px}}.result-loading{display:-ms-flexbox;display:flex;height:100vh;min-height:300px;background-color:#50be64;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center}.result-loading .button-spinner{width:24px;height:24px;margin:0 0 20px}.user-results .results-color--green{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOTYwcHgiIGhlaWdodD0iMzcwcHgiIHZpZXdCb3g9IjAgMCA5NjAgMzcwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1My4xICg3MjYzMSkgLSBodHRwczovL3NrZXRjaGFwcC5jb20gLS0+CiAgICA8dGl0bGU+bGlqbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJWb2xkb2VuZGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAtMjYzLjAwMDAwMCkiIHN0cm9rZT0iIzZCREU4MCIgc3Ryb2tlLXdpZHRoPSIxMCI+CiAgICAgICAgICAgIDxnIGlkPSJPdmFsLSstT3ZhbC1Db3B5LU1hc2siPgogICAgICAgICAgICAgICAgPGcgaWQ9Imxpam4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY4NC41OTM0MTAsIDQ4MS4xNjEwNTkpIHNjYWxlKC0xLCAxKSByb3RhdGUoLTIuMDAwMDAwKSB0cmFuc2xhdGUoLTY4NC41OTM0MTAsIC00ODEuMTYxMDU5KSB0cmFuc2xhdGUoLTE3OC40MDY1OTAsIDUzLjY2MTA1OSkiPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNzAyLjMwNTkzLDIyNC4zNTIxNyBDMTI3OS4zMzE5OSw1OTQuNjc5MTE5IDEyNzcuNzM1NCw0MjcuMDY2NDc5IDEyODIuMTQ4NTcsMzcyLjY2MjAwMiBDMTI4OS4xNjUzMywyODYuMTYxMTg0IDEyMjAuMzYxMDcsMjQ1LjM4NDQ5MSAxMTE5LjM1OTI3LDM1NC41ODQxMDMgQzczNC4wNzUxODUsNzcxLjEzOTc3MiA2MzEuMTQyMjE2LDM1OC4yOTgxODMgNzA2LjEwMDgzNiwyNjIuOTM5Mzg4IEM3MzAuMDU5NTksMjMyLjQ1ODk4NiA3NzQuMjA1MjgxLDIyNy4xNjIxNjEgODA0LjcwMjIwNywyNTEuMTA4OTk5IEM4MzUuMjAwMTk2LDI3NS4wNTQ3NzIgODQyLjY3NTYzNywzMjAuMzUzNjIzIDgxNS4wODIyNjEsMzUyLjA4MTM4MSBDNjUzLjM1NjI5Miw1MzguMDM5MTYzIDM3OS44MjgzODcsMjU1Ljk0OTA5OSAyNC4yNzcyODEyLDYzMS4xMTA2NjMiIGlkPSJTaGFwZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODYzLjI5MTYwNiwgNDI3LjczMTQxNikgcm90YXRlKDE2LjAwMDAwMCkgdHJhbnNsYXRlKC04NjMuMjkxNjA2LCAtNDI3LjczMTQxNikgIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);background-color:#50be64}.user-results .results-color--orange{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOTYwcHgiIGhlaWdodD0iMzcwcHgiIHZpZXdCb3g9IjAgMCA5NjAgMzcwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1My4xICg3MjYzMSkgLSBodHRwczovL3NrZXRjaGFwcC5jb20gLS0+CiAgICA8dGl0bGU+bGlqbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJOZXQtdm9sZG9lbmRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgLTI2My4wMDAwMDApIiBzdHJva2U9IiNGRUI3ODciIHN0cm9rZS13aWR0aD0iMTAiPgogICAgICAgICAgICA8ZyBpZD0iT3ZhbC0rLU92YWwtQ29weS1NYXNrIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJsaWpuIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2ODQuNTkzNDEwLCA0ODEuMTYxMDU5KSBzY2FsZSgtMSwgMSkgcm90YXRlKC0yLjAwMDAwMCkgdHJhbnNsYXRlKC02ODQuNTkzNDEwLCAtNDgxLjE2MTA1OSkgdHJhbnNsYXRlKC0xNzguNDA2NTkwLCA1My42NjEwNTkpIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTcwMi4zMDU5MywyMjQuMzUyMTcgQzEyNzkuMzMxOTksNTk0LjY3OTExOSAxMjc3LjczNTQsNDI3LjA2NjQ3OSAxMjgyLjE0ODU3LDM3Mi42NjIwMDIgQzEyODkuMTY1MzMsMjg2LjE2MTE4NCAxMjIwLjM2MTA3LDI0NS4zODQ0OTEgMTExOS4zNTkyNywzNTQuNTg0MTAzIEM3MzQuMDc1MTg1LDc3MS4xMzk3NzIgNjMxLjE0MjIxNiwzNTguMjk4MTgzIDcwNi4xMDA4MzYsMjYyLjkzOTM4OCBDNzMwLjA1OTU5LDIzMi40NTg5ODYgNzc0LjIwNTI4MSwyMjcuMTYyMTYxIDgwNC43MDIyMDcsMjUxLjEwODk5OSBDODM1LjIwMDE5NiwyNzUuMDU0NzcyIDg0Mi42NzU2MzcsMzIwLjM1MzYyMyA4MTUuMDgyMjYxLDM1Mi4wODEzODEgQzY1My4zNTYyOTIsNTM4LjAzOTE2MyAzNzkuODI4Mzg3LDI1NS45NDkwOTkgMjQuMjc3MjgxMiw2MzEuMTEwNjYzIiBpZD0iU2hhcGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg2My4yOTE2MDYsIDQyNy43MzE0MTYpIHJvdGF0ZSgxNi4wMDAwMDApIHRyYW5zbGF0ZSgtODYzLjI5MTYwNiwgLTQyNy43MzE0MTYpICI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);background-color:#f9c24d}.user-results .results-color--red{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOTYwcHgiIGhlaWdodD0iMzcwcHgiIHZpZXdCb3g9IjAgMCA5NjAgMzcwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1My4xICg3MjYzMSkgLSBodHRwczovL3NrZXRjaGFwcC5jb20gLS0+CiAgICA8dGl0bGU+bGlqbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJPbnZvbGRvZW5kZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIC0yNjMuMDAwMDAwKSIgc3Ryb2tlPSIjRkFBN0E3IiBzdHJva2Utd2lkdGg9IjEwIj4KICAgICAgICAgICAgPGcgaWQ9Ik92YWwtKy1PdmFsLUNvcHktTWFzayI+CiAgICAgICAgICAgICAgICA8ZyBpZD0ibGlqbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjg0LjU5MzQxMCwgNDgxLjE2MTA1OSkgc2NhbGUoLTEsIDEpIHJvdGF0ZSgtMi4wMDAwMDApIHRyYW5zbGF0ZSgtNjg0LjU5MzQxMCwgLTQ4MS4xNjEwNTkpIHRyYW5zbGF0ZSgtMTc4LjQwNjU5MCwgNTMuNjYxMDU5KSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE3MDIuMzA1OTMsMjI0LjM1MjE3IEMxMjc5LjMzMTk5LDU5NC42NzkxMTkgMTI3Ny43MzU0LDQyNy4wNjY0NzkgMTI4Mi4xNDg1NywzNzIuNjYyMDAyIEMxMjg5LjE2NTMzLDI4Ni4xNjExODQgMTIyMC4zNjEwNywyNDUuMzg0NDkxIDExMTkuMzU5MjcsMzU0LjU4NDEwMyBDNzM0LjA3NTE4NSw3NzEuMTM5NzcyIDYzMS4xNDIyMTYsMzU4LjI5ODE4MyA3MDYuMTAwODM2LDI2Mi45MzkzODggQzczMC4wNTk1OSwyMzIuNDU4OTg2IDc3NC4yMDUyODEsMjI3LjE2MjE2MSA4MDQuNzAyMjA3LDI1MS4xMDg5OTkgQzgzNS4yMDAxOTYsMjc1LjA1NDc3MiA4NDIuNjc1NjM3LDMyMC4zNTM2MjMgODE1LjA4MjI2MSwzNTIuMDgxMzgxIEM2NTMuMzU2MjkyLDUzOC4wMzkxNjMgMzc5LjgyODM4NywyNTUuOTQ5MDk5IDI0LjI3NzI4MTIsNjMxLjExMDY2MyIgaWQ9IlNoYXBlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4NjMuMjkxNjA2LCA0MjcuNzMxNDE2KSByb3RhdGUoMTYuMDAwMDAwKSB0cmFuc2xhdGUoLTg2My4yOTE2MDYsIC00MjcuNzMxNDE2KSAiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);background-color:#f15f58}.response{margin-top:80px!important;margin-bottom:35px!important}.results-color--green .response{background:#35a649}.results-color--orange .response{background:#e57225}.results-color--red .response{background:#e71234}.user-results .emoticon{position:absolute;top:-30px;left:50%;margin-left:-30px}.user-results .checklist{margin:0;padding:0}.emoticon{width:60px;height:60px;background-size:60px 60px;border-radius:100%;transition:all .15s ease;background-color:#f9c24d;box-shadow:0 10px 20px 0 rgba(0,0,0,.2)}.emoticon--totally-agree{background-image:url(/static/img/totally_agree.b39faed.gif)}.emoticon--agree{background-image:url(/static/img/agree.e71e742.gif)}.emoticon--neutral{background-image:url(/static/img/neutral.3a0f0b8.gif)}.emoticon--disagree{background-image:url(/static/img/disagree.16bb255.gif)}.emoticon--totally-disagree{background-image:url(/static/img/totally_disagree.7859af1.gif);background-color:#f4914e}form .question{font-family:roihu,Arial regular,sans-serif;color:#e71234;line-height:1.5;font-weight:700;margin:0 0 30px;opacity:0;color:#fff;font-size:28px;text-align:center;position:relative;animation:fadeInFloat .5s ease-in-out forwards}@media (min-width:768px){form .question{font-size:48px}}form .question.fade-in{animation:fadeInFloat .5s ease-in-out 1.25s forwards}form .question.fade-out{animation:fadeOutFloat .5s ease-in-out forwards}form .answer{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;text-align:center;margin-bottom:150px;padding:50px 0 0}@media (min-width:1280px){form .answer{padding:0}}@media (min-width:1600px){form .answer{padding:50px 0 0}}form .answer.align-left{text-align:left;padding:30px 50px 0}@media (min-width:768px){form .answer.align-left{padding:50px 100px 0}}@media (min-width:1280px){form .answer.align-left{padding:0 0 0 100px}}form .radio-elements .row,form .radio-elements .row input[type=radio]+label{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}form .radio-elements .row input[type=radio]+label{background-color:#f4f0ec;border-radius:100%;color:#b8a493;width:45px;height:45px;-ms-flex-align:center;align-items:center;margin-right:20px;margin-bottom:20px;transition:all .15s ease}@media (min-width:768px){form .radio-elements .row input[type=radio]+label{margin-right:40px;margin-bottom:40px;width:60px;height:60px}}@media (min-width:1280px){form .radio-elements .row input[type=radio]+label{margin-right:60px;margin-bottom:60px}}form .radio-elements .row input[type=radio]+label:hover{background-color:#e71234;box-shadow:0 0 0 3px #e71234,0 10px 20px 0 rgba(0,0,0,.2);color:#fff}form .radio-elements .row input[type=radio]+label:last-child{margin-right:0}form .radio-elements .row input[type=radio]:checked+label{color:#fff;background-color:#e71234;box-shadow:0 0 0 3px #e71234,0 10px 20px 0 rgba(0,0,0,.2)}form .radio-elements.emoticons{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;position:relative;margin-bottom:50px}form .radio-elements.emoticons input+label{width:45px;height:45px;background-size:45px 45px;border-radius:100%;margin-right:20px;transition:all .15s ease;background-color:#f9c24d}@media (min-width:768px){form .radio-elements.emoticons input+label{width:60px;height:60px;background-size:60px 60px;margin-right:40px}}@media (min-width:1280px){form .radio-elements.emoticons input+label{margin-right:60px}}form .radio-elements.emoticons input+label:last-child{margin-right:0}form .radio-elements.emoticons input+label:hover{box-shadow:0 0 0 3px #f9c24d,0 10px 20px 0 rgba(0,0,0,.2)}form .radio-elements.emoticons input+label span{display:none}form .radio-elements.emoticons input:checked+label{box-shadow:0 0 0 3px #f9c24d,0 10px 20px 0 rgba(0,0,0,.2)}form .radio-elements.emoticons input.totally-disagree:checked+label{box-shadow:0 0 0 3px #f4914e,0 10px 20px 0 rgba(0,0,0,.2)}form .radio-elements.emoticons input.totally-agree+label{background-image:url(/static/img/totally_agree.b39faed.gif)}form .radio-elements.emoticons input.agree+label{background-image:url(/static/img/agree.e71e742.gif)}form .radio-elements.emoticons input.neutral+label{background-image:url(/static/img/neutral.3a0f0b8.gif)}form .radio-elements.emoticons input.disagree+label{background-image:url(/static/img/disagree.16bb255.gif)}form .radio-elements.emoticons input.totally-disagree+label{background-image:url(/static/img/totally_disagree.7859af1.gif);background-color:#f4914e}form .radio-elements.emoticons input.totally-disagree+label:hover{box-shadow:0 0 0 3px #f4914e,0 10px 20px 0 rgba(0,0,0,.2)}form a.next-step.button,form button.next-step{position:fixed;min-width:168px;height:66px;bottom:0;left:50%;margin-left:-84px;z-index:1}@media (min-width:1280px){form a.next-step.button,form button.next-step{bottom:50px;left:75%}}form a.previous-step.button,form button.previous-step{position:fixed;min-width:168px;height:66px;bottom:0;left:50%;margin-left:-84px;z-index:1;display:none}@media (min-width:1280px){form a.previous-step.button,form button.previous-step{display:block;bottom:50px;left:25%}}form .tips label{display:none}form .tips input[type=email],form .tips input[type=text]{font-family:ratio,Arial regular,sans-serif;color:#1d1d1d;line-height:1.5;font-weight:300;border-radius:32px;font-size:21px;margin-bottom:10px;padding:20px 30px}@media (min-width:768px){form .tips input[type=email],form .tips input[type=text]{font-size:21px}}form .tips input[type=email].error,form .tips input[type=text].error{background-color:#faa7a7;color:#e71234}@keyframes fadeInFloat{0%{bottom:-50px;opacity:0}to{bottom:0;opacity:1}}@keyframes fadeOutFloat{0%{top:0;opacity:1}to{top:-50px;opacity:0}}#silentbox-group{display:-ms-flexbox;display:flex;width:100%}@media (max-width:768px){#silentbox-group{padding-bottom:60px;-ms-flex-direction:column;flex-direction:column}}#silentbox-overlay__description{max-width:600px;margin:0 auto}.silentbox-single{position:relative;max-width:100%;padding:0 30px 30px 0;display:block}@media (max-width:768px){.silentbox-single{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:768px){.silentbox-single{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}}.silentbox-single:before{content:"x";font-family:driessen!important;color:#fff;font-size:60px;position:absolute;top:50%;z-index:1;left:50%;transition:all .2s ease-in;margin:8px 10px 0 0;line-height:47px;text-align:center;display:block;border-radius:100%;margin-left:-35px;vertical-align:sub;margin-top:-35px}.silentbox-single:hover:before{color:#e71234}.silentbox-single__image{height:250px;background-size:cover;background-position:50%;box-shadow:0 10px 20px 0 rgba(0,0,0,.2)}#silentbox-overlay__close-button .icon:focus:after,#silentbox-overlay__close-button .icon:focus:before,#silentbox-overlay__close-button .icon:hover:after,#silentbox-overlay__close-button .icon:hover:before{background:#e71234!important}body #silentbox-overlay__container{width:100%;height:0;overflow:hidden;padding-top:56.25%}body #silentbox-overlay__embed{bottom:0;display:block;height:auto;left:auto;position:relative;right:auto;top:auto;padding:20px;margin:0 auto;text-align:left;z-index:1045;line-height:0;width:100%;max-width:900px}body #silentbox-overlay__close-button,body #silentbox-overlay__content{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}body #silentbox-overlay__close-button{background:transparent;border:none;color:#fff;cursor:pointer;height:45px;position:absolute;right:20px;top:20px;transition:background-color .25s ease-out;width:45px;background:#e71234;border-radius:100%;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;z-index:9999}body #silentbox-overlay__close-button .icon{color:#fff;cursor:pointer;height:1rem;left:auto;margin:auto;right:auto;top:auto;width:auto;position:absolute;transition:.25s ease;width:18px;height:20px}body #silentbox-overlay__close-button .icon:after,body #silentbox-overlay__close-button .icon:before{left:-1px!important;top:49%!important;width:100%!important}body #silentbox-overlay__close-button:focus,body #silentbox-overlay__close-button:hover{background:#e71234;box-shadow:0 0 0 3px #e71234,0 10px 20px 0 rgba(0,0,0,.2)}body #silentbox-overlay__close-button .icon:focus:after,body #silentbox-overlay__close-button .icon:focus:before,body #silentbox-overlay__close-button .icon:hover:after,body #silentbox-overlay__close-button .icon:hover:before{background:#fff!important}nav.menu-tips{display:none}@media (min-width:1280px){nav.menu-tips{display:block;position:fixed;right:50px;top:50%;margin-top:-93px;z-index:3;height:186px}nav.menu-tips ul li a{width:10px;height:10px;display:inline-block;overflow:hidden;background-color:#e3dbd4;border:3px solid #e3dbd4;border-radius:25px}nav.menu-tips ul li a.active{background-color:transparent;border:3px solid #e71234}nav.menu-tips ul li a:hover{background-color:#e71234;border:3px solid #e71234}}.progress-bar{display:none}@media (min-width:1280px){.progress-bar{display:block;margin-top:-100px}}.progress-bar svg{width:100%}.progress-bar .base{position:relative}.progress-bar .backline{position:absolute;left:0;top:0;z-index:-1;width:100%}.progress-bar .path-animation,.progress-bar .path-animation-2,.progress-bar .path-animation-3,.progress-bar .path-animation-4,.progress-bar .path-animation-set,.progress-bar .path-animation-set-2,.progress-bar .path-animation-set-3{stroke-dasharray:3000}.progress-bar .path-animation{animation:dash-1 .5s ease-in-out both}.progress-bar .path-animation-2{animation:dash-2 .5s ease-in-out both}.progress-bar .path-animation-3{animation:dash-3 .5s ease-in-out both}.progress-bar .path-animation-4{animation:dash-4 .5s ease-in-out both}.progress-bar .path-animation-set{stroke-dashoffset:1000px}.progress-bar .path-animation-set-2{stroke-dashoffset:1500px}.progress-bar .path-animation-set-3{stroke-dashoffset:2500px}@keyframes dash-1{0%{stroke-dashoffset:0}to{stroke-dashoffset:1000px}}@keyframes dash-2{0%{stroke-dashoffset:1000px}to{stroke-dashoffset:1500px}}@keyframes dash-3{0%{stroke-dashoffset:1500px}to{stroke-dashoffset:2500px}}@keyframes dash-4{0%{stroke-dashoffset:2500px}to{stroke-dashoffset:3000px}}.progress-bar .user-path-animation,.progress-bar .user-path-animation-2,.progress-bar .user-path-animation-3,.progress-bar .user-path-animation-4,.progress-bar .user-path-animation-5,.progress-bar .user-path-animation-6,.progress-bar .user-path-animation-7,.progress-bar .user-path-animation-8,.progress-bar .user-path-animation-9,.progress-bar .user-path-animation-set,.progress-bar .user-path-animation-set-2,.progress-bar .user-path-animation-set-3,.progress-bar .user-path-animation-set-4,.progress-bar .user-path-animation-set-5,.progress-bar .user-path-animation-set-6,.progress-bar .user-path-animation-set-7,.progress-bar .user-path-animation-set-8{stroke-dasharray:3000}.progress-bar .user-path-animation{animation:user-dash .5s ease-in-out both}.progress-bar .user-path-animation-2{animation:user-dash-2 .5s ease-in-out both}.progress-bar .user-path-animation-3{animation:user-dash-3 .5s ease-in-out both}.progress-bar .user-path-animation-4{animation:user-dash-4 .5s ease-in-out both}.progress-bar .user-path-animation-5{animation:user-dash-5 .5s ease-in-out both}.progress-bar .user-path-animation-6{animation:user-dash-6 .5s ease-in-out both}.progress-bar .user-path-animation-7{animation:user-dash-7 .5s ease-in-out both}.progress-bar .user-path-animation-8{animation:user-dash-8 .5s ease-in-out both}.progress-bar .user-path-animation-9{animation:user-dash-9 .5s ease-in-out both}.progress-bar .user-path-animation-set{stroke-dashoffset:900px}.progress-bar .user-path-animation-set-2{stroke-dashoffset:1150px}.progress-bar .user-path-animation-set-3{stroke-dashoffset:1400px}.progress-bar .user-path-animation-set-4{stroke-dashoffset:1650px}.progress-bar .user-path-animation-set-5{stroke-dashoffset:1900px}.progress-bar .user-path-animation-set-6{stroke-dashoffset:2150px}.progress-bar .user-path-animation-set-7{stroke-dashoffset:2400px}.progress-bar .user-path-animation-set-8{stroke-dashoffset:2650px}@keyframes user-dash{0%{stroke-dashoffset:0}to{stroke-dashoffset:900px}}@keyframes user-dash-2{0%{stroke-dashoffset:900px}to{stroke-dashoffset:1150px}}@keyframes user-dash-3{0%{stroke-dashoffset:1150px}to{stroke-dashoffset:1400px}}@keyframes user-dash-4{0%{stroke-dashoffset:1400px}to{stroke-dashoffset:1650px}}@keyframes user-dash-5{0%{stroke-dashoffset:1650px}to{stroke-dashoffset:1900px}}@keyframes user-dash-6{0%{stroke-dashoffset:1900px}to{stroke-dashoffset:2150px}}@keyframes user-dash-7{0%{stroke-dashoffset:2150px}to{stroke-dashoffset:2400px}}@keyframes user-dash-8{0%{stroke-dashoffset:2400px}to{stroke-dashoffset:2650px}}@keyframes user-dash-9{0%{stroke-dashoffset:2650px}to{stroke-dashoffset:3000px}}.user-path-animation-reverse{animation-direction:reverse!important}.progress-indicator{font-family:roihu,Arial regular,sans-serif;color:#e71234;line-height:1.5;font-weight:700;margin:0 0 30px;color:#fff;font-size:17px;position:absolute;right:20px;top:25px;z-index:2}@media (min-width:768px){.progress-indicator{font-size:17px;right:50px;top:55px}}.progress-indicator.fade-in{opacity:1}.progress-indicator__theme{margin-right:14px;display:none}@media (min-width:768px){.progress-indicator__theme{display:inline}}.progress-indicator__total{opacity:.4}.progress-indicator__chapter{display:none}@media (min-width:768px){.progress-indicator__chapter{display:inline;margin-left:14px}}.social-links{position:absolute;bottom:20px;left:50%}@media (min-width:1280px){.social-links{bottom:50px}}.social-links .label-white{text-align:center}.social-links ul{display:-ms-flexbox;display:flex}.social-links ul li{margin:0 10px}.social-links ul li a{display:inline-block;overflow:hidden;width:33px;height:33px;transition:all .15s ease;border-radius:100%}@media (min-width:768px){.social-links ul li a{width:66px;height:66px}}.social-links ul li a:before{content:"";font-family:driessen!important;color:#fff;width:33px;height:33px;display:block;vertical-align:sub;margin:0 12px 0 0;line-height:33px;font-size:18px;text-align:center;border-radius:100%}@media (min-width:768px){.social-links ul li a:before{width:66px;height:66px;line-height:66px;font-size:22px}}.social-links ul li a:hover{box-shadow:0 10px 20px 0 rgba(0,0,0,.2);background-color:#fff}.social-links ul li a:hover:before{color:#f15f58;background-color:#fff;border-radius:100%}.social-links ul li.facebook a:before{content:"v"}.social-links ul li.linkedin a:before{content:"u"}.social-links ul li.twitter a:before{content:"w"}.social-links ul li.whatsapp a:before{content:"\E001"}.social-links ul li.youtube a:before{content:"x"}.social-links ul li.email a:before{content:"y"}.social-links ul li.instagram a:before{content:"\E003"}.social-links.follow{position:static}.social-links.follow ul li a{background-color:#e71234}.social-links.follow ul li a:hover{box-shadow:0 0 0 3px #fff,0 10px 20px 0 rgba(0,0,0,.2);background-color:#fff}.social-links.follow ul li a:hover:before{color:#e71234;background-color:#fff;border-radius:100%}.social-links.invite{width:266px;margin-left:-133px}@media (min-width:768px){.social-links.invite{width:430px;margin-left:-215px}}.results-color--green .social-links ul li a:hover:before{color:#35a649}.results-color--orange .social-links ul li a:hover:befor{color:#e57225}.results-color--red .social-links ul li a:hover:befor{color:#e71234}.speech-bubble{position:relative;max-width:600px;margin:0 auto;background:#fff;color:#1d1d1d;border-radius:10px;padding:30px;margin-top:68px;text-align:left;box-shadow:0 10px 20px 0 rgba(0,0,0,.2)}.speech-bubble h3{margin-bottom:15px}.speech-bubble:after{content:"";position:absolute;top:0;left:50%;width:0;height:0;border:15px solid transparent;border-bottom-color:#fff;border-top:0;margin-left:-15px;margin-top:-15px}.tip{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;padding:50px 50px 0}@media (min-width:768px){.tip{padding:100px 100px 230px}}@media (min-width:1280px){.tip{-ms-flex-pack:center;justify-content:center;padding-left:150px;padding-right:150px}}@media (min-width:1600px){.tip{padding-left:200px;padding-right:200px}}.tip .to-tip{margin-left:-50%;width:100%;height:230px;padding:20px 0 0;position:absolute;bottom:0;left:50%;text-align:center;z-index:2;overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;display:none}@media (min-width:768px){.tip .to-tip{display:block}}.tip .to-tip:before{content:"";position:absolute;top:-134px;left:50%;margin-left:-2000px;width:4000px;border-style:solid;border-width:0 0 500px 4000px}.tip .to-tip .label-red{display:none}@media (min-width:1280px){.tip .to-tip .label-red{position:relative;display:block}}.tip .to-tip a.button{display:none}@media (min-width:1280px){.tip .to-tip a.button{display:inline-block}}.tip:nth-child(2n){background-color:#f4f0ec}.tip:nth-child(2n) .to-tip{background-color:#fff;padding:20px 0 50px}.tip:nth-child(2n) .to-tip:before{border-color:#f4f0ec #f4f0ec transparent}.tip:nth-child(odd) .to-tip:before{border-color:transparent transparent #f4f0ec}.title{position:relative}.title svg.main-title{display:none}@media (min-width:768px){.title svg.main-title{display:block;position:absolute;margin:0 auto;z-index:1;width:2153px;max-width:none;left:-470px;top:-50px}}.title svg.main-title .path-1,.title svg.main-title .path-2{stroke-dasharray:5200;animation:dash 10s forwards}@keyframes dash{0%{stroke-dashoffset:5200px}to{stroke-dashoffset:0}}.title .pre-title{font-family:roihu,Arial regular,sans-serif;color:#e71234;line-height:1.5;font-weight:700;margin:0 0 30px;color:#fff;font-size:28px;display:none}@media (min-width:768px){.title .pre-title{font-size:48px;display:block;font-size:21px;position:absolute;left:23%;top:120px;font-size:35px;z-index:10}}@media (min-width:768px){.row-svg{height:400px}}