/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;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}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-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)}}@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{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-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)}}@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{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@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;-webkit-animation-name:swing;animation-name:swing}@-webkit-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)}}@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{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:none}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:none}}@keyframes wobble{0%{transform:none}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:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{transition-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:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{transition-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:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{transition-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:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{transition-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:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{transition-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:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{transition-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:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{transition-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)}}@keyframes bounceInUp{0%,60%,75%,90%,to{transition-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{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-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)}}@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{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-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)}}@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{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-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)}}@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{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);transition-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;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);transition-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;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity: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;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;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;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)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity: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;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;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;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)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity: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;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;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;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)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity: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;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;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;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)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;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;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;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;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-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}}@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{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-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}}@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{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;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;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;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;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{transform:translateY(-100%);visibility:visible}to{transform:translateY(0)}}@keyframes slideInDown{0%{transform:translateY(-100%);visibility:visible}to{transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translateX(-100%);visibility:visible}to{transform:translateX(0)}}@keyframes slideInLeft{0%{transform:translateX(-100%);visibility:visible}to{transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translateX(100%);visibility:visible}to{transform:translateX(0)}}@keyframes slideInRight{0%{transform:translateX(100%);visibility:visible}to{transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translateY(100%);visibility:visible}to{transform:translateY(0)}}@keyframes slideInUp{0%{transform:translateY(100%);visibility:visible}to{transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateY(0)}to{visibility:hidden;transform:translateY(100%)}}@keyframes slideOutDown{0%{transform:translateY(0)}to{visibility:hidden;transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateX(0)}to{visibility:hidden;transform:translateX(-100%)}}@keyframes slideOutLeft{0%{transform:translateX(0)}to{visibility:hidden;transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateX(0)}to{visibility:hidden;transform:translateX(100%)}}@keyframes slideOutRight{0%{transform:translateX(0)}to{visibility:hidden;transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateY(0)}to{visibility:hidden;transform:translateY(-100%)}}@keyframes slideOutUp{0%{transform:translateY(0)}to{visibility:hidden;transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.picker{font-size:16px;text-align:left;line-height:1.2;color:#000;position:absolute;z-index:10000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.picker__input.picker__input--active{border-color:#0089ec}.picker__holder{width:100%;overflow-y:hidden;-webkit-overflow-scrolling:touch;position:fixed;transition:background .15s ease-out,transform 0s .15s;-webkit-backface-visibility:hidden}/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */.picker__frame,.picker__holder{top:0;bottom:0;left:0;right:0;transform:translateY(100%)}.picker__frame{position:absolute;margin:0 auto;min-width:256px;max-width:666px;width:100%;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;opacity:0;transition:all .15s ease-out}.picker__wrap{display:table;width:100%;height:100%}@media (min-height:33.875em){.picker__frame{overflow:visible;top:auto;bottom:-100%;max-height:50%!important}.picker__wrap{display:block}}.picker__box{background:#fff;display:table-cell;vertical-align:middle}@media (min-height:26.5em){.picker__box{font-size:1.25em}}@media (min-height:33.875em){.picker__box{display:block;font-size:1.33em;border-color:#898989 #777 #777;border-style:solid;border-width:1px 1px 0;border-radius:5px 5px 0 0;box-shadow:0 12px 36px 16px rgba(0,0,0,.24)}}@media (min-height:40.125em){.picker__frame{margin-bottom:7.5%}.picker__box{font-size:1.5em;border-bottom-width:1px;border-radius:5px}}.picker--opened .picker__holder{transform:translateY(0);zoom:1;background:rgba(0,0,0,.32);transition:background .15s ease-out}.picker--opened .picker__frame{transform:translateY(0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;opacity:1}@media (min-height:33.875em){.picker--opened .picker__frame{top:auto;bottom:0}}.picker__footer,.picker__header,.picker__table{text-align:center}.picker__day--highlighted,.picker__select--month:focus,.picker__select--year:focus{border-color:#0089ec}.picker__box{padding:0 1em}.picker__header{position:relative;margin-top:.75em}.picker__month,.picker__year{font-weight:500;display:inline-block;margin-left:.25em;margin-right:.25em}.picker__year{color:#999;font-size:.8em;font-style:italic}.picker__select--month,.picker__select--year{border:1px solid #b7b7b7;height:2em;padding:.5em;margin-left:.25em;margin-right:.25em}.picker__select--month{width:35%}.picker__select--year{width:22.5%}.picker__nav--next,.picker__nav--prev{position:absolute;padding:.5em 1.25em;width:1em;height:1em;box-sizing:content-box;top:-.25em}.picker__nav--prev{left:-1em;padding-right:1.25em}.picker__nav--next{right:-1em;padding-left:1.25em}@media (min-width:24.5em){.picker__select--month,.picker__select--year{margin-top:-.5em}.picker__nav--next,.picker__nav--prev{top:-.33em}.picker__nav--prev{padding-right:1.5em}.picker__nav--next{padding-left:1.5em}}.picker__nav--next:before,.picker__nav--prev:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:.75em solid #000;width:0;height:0;display:block;margin:0 auto}.picker__nav--next:before{border-right:0;border-left:.75em solid #000}.picker__nav--next:hover,.picker__nav--prev:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__nav--disabled,.picker__nav--disabled:before,.picker__nav--disabled:before:hover,.picker__nav--disabled:hover{cursor:default;background:0 0;border-right-color:#f5f5f5;border-left-color:#f5f5f5}.picker--focused .picker__day--highlighted,.picker__day--highlighted:hover,.picker__day--infocus:hover,.picker__day--outfocus:hover{color:#000;cursor:pointer;background:#b1dcfb}.picker__table{border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:inherit;width:100%;margin-top:.75em;margin-bottom:.5em}@media (min-height:33.875em){.picker__table{margin-bottom:.75em}}.picker__table td{margin:0;padding:0}.picker__weekday{width:14.285714286%;font-size:.75em;padding-bottom:.25em;color:#999;font-weight:500}@media (min-height:33.875em){.picker__weekday{padding-bottom:.5em}}.picker__day{padding:.3125em 0;font-weight:200;border:1px solid transparent}.picker__day--today{position:relative}.picker__day--today:before{content:" ";position:absolute;top:2px;right:2px;width:0;height:0;border-top:.5em solid #0059bc;border-left:.5em solid transparent}.picker__day--disabled:before{border-top-color:#aaa}.picker__day--outfocus{color:#ddd}.picker--focused .picker__day--selected,.picker__day--selected,.picker__day--selected:hover{background:#0089ec;color:#fff}.picker--focused .picker__day--disabled,.picker__day--disabled,.picker__day--disabled:hover{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default}.picker__day--highlighted.picker__day--disabled,.picker__day--highlighted.picker__day--disabled:hover{background:#bbb}.picker__button--clear,.picker__button--close,.picker__button--today{border:1px solid #fff;background:#fff;font-size:.8em;padding:.66em 0;font-weight:700;width:33%;display:inline-block;vertical-align:bottom}.picker__button--clear:hover,.picker__button--close:hover,.picker__button--today:hover{cursor:pointer;color:#000;background:#b1dcfb;border-bottom-color:#b1dcfb}.picker__button--clear:focus,.picker__button--close:focus,.picker__button--today:focus{background:#b1dcfb;border-color:#0089ec;outline:0}.picker__button--clear:before,.picker__button--close:before,.picker__button--today:before{position:relative;display:inline-block;height:0}.picker__button--clear:before,.picker__button--today:before{content:" ";margin-right:.45em}.picker__button--today:before{top:-.05em;width:0;border-top:.66em solid #0059bc;border-left:.66em solid transparent}.picker__button--clear:before{top:-.25em;width:.66em;border-top:3px solid #e20}.picker__button--close:before{content:"\D7";top:-.1em;vertical-align:top;font-size:1.1em;margin-right:.35em;color:#777}.picker__button--today[disabled],.picker__button--today[disabled]:hover{background:#f5f5f5;border-color:#f5f5f5;color:#ddd;cursor:default}.picker__button--today[disabled]:before{border-top-color:#aaa}.hidden{display:none}.ellipsis-text{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}input[type=text]:focus,textarea:focus{outline:none}::-webkit-scrollbar{height:10px;width:10px;background:#eee;border-radius:10px}::-webkit-scrollbar-thumb{background:#ddd;border:1px solid #ccc;border-radius:10px}h1,h2,h3,h4,h5,h6,p{margin:0}.clear-float:after{width:100%}.coming-soon{z-index:20;background-color:rgba(0,0,0,.7);text-align:center;height:100%}.coming-soon,.coming-soon-content{position:absolute;top:0;left:0;width:100%}.coming-soon-content{display:block;height:55px;margin:auto;bottom:0;right:0}.coming-soon-text{color:#fff;font-size:18px}.coming-soon-icon{width:33px}.enrollment-closed{position:absolute;top:0;left:0;z-index:20;background-color:rgba(0,0,0,.7);text-align:center;width:100%;height:100%}.enrollment-closed-content{display:block;width:100%;height:55px;position:absolute;margin:auto;top:0;bottom:0;left:0;right:0}.enrollment-closed-text{color:#fff;font-size:18px}.enrollment-closed-icon{width:33px}.waiting{width:100%;overflow:hidden;line-height:20px;background-color:transparent;text-align:center;cursor:pointer;font-size:12px;padding-bottom:5px;display:none;color:#58595b}.-waiting-spinner-wrapper{position:absolute;z-index:2;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center}.-waiting-spinner{width:20px;height:20px;position:relative;margin:5px auto}.spinner-piece{width:10%;height:30%;position:absolute;left:45%;top:35%;opacity:0;border-radius:2px;background-color:#58595b;box-shadow:0 0 3px rgba(0,0,0,.1);-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.-spinner-piece1{-webkit-transform:rotate(0deg) translateY(-140%);-webkit-animation-delay:0s;-moz-transform:rotate(0deg) translateY(-140%);-moz-animation-delay:0s;-ms-transform:rotate(0deg) translateY(-140%);-ms-animation-delay:0s;transform:rotate(0deg) translateY(-140%);animation-delay:0s}.-spinner-piece2{-webkit-transform:rotate(30deg) translateY(-140%);-webkit-animation-delay:-.9167s;-moz-transform:rotate(30deg) translateY(-140%);-moz-animation-delay:-.9167s;-ms-transform:rotate(30deg) translateY(-140%);-ms-animation-delay:-.9167s;transform:rotate(30deg) translateY(-140%);animation-delay:-.9167s}.-spinner-piece3{-webkit-transform:rotate(60deg) translateY(-140%);-webkit-animation-delay:-.833s;-moz-transform:rotate(60deg) translateY(-140%);-moz-animation-delay:-.833s;-ms-transform:rotate(60deg) translateY(-140%);-ms-animation-delay:-.833s;transform:rotate(60deg) translateY(-140%);animation-delay:-.833s}.-spinner-piece4{-webkit-transform:rotate(90deg) translateY(-140%);-webkit-animation-delay:-.75s;-moz-transform:rotate(90deg) translateY(-140%);-moz-animation-delay:-.75s;-ms-transform:rotate(90deg) translateY(-140%);-ms-animation-delay:-.75s;transform:rotate(90deg) translateY(-140%);animation-delay:-.75s}.-spinner-piece5{-webkit-transform:rotate(120deg) translateY(-140%);-webkit-animation-delay:-.667s;-moz-transform:rotate(120deg) translateY(-140%);-moz-animation-delay:-.667s;-ms-transform:rotate(120deg) translateY(-140%);-ms-animation-delay:-.667s;transform:rotate(120deg) translateY(-140%);animation-delay:-.667s}.-spinner-piece6{-webkit-transform:rotate(150deg) translateY(-140%);-webkit-animation-delay:-.5833s;-moz-transform:rotate(150deg) translateY(-140%);-moz-animation-delay:-.5833s;-ms-transform:rotate(150deg) translateY(-140%);-ms-animation-delay:-.5833s;transform:rotate(150deg) translateY(-140%);animation-delay:-.5833s}.-spinner-piece7{-webkit-transform:rotate(180deg) translateY(-140%);-webkit-animation-delay:-.5s;-moz-transform:rotate(180deg) translateY(-140%);-moz-animation-delay:-.5s;-ms-transform:rotate(180deg) translateY(-140%);-ms-animation-delay:-.5s;transform:rotate(180deg) translateY(-140%);animation-delay:-.5s}.-spinner-piece8{-webkit-transform:rotate(210deg) translateY(-140%);-webkit-animation-delay:-.41667s;-moz-transform:rotate(210deg) translateY(-140%);-moz-animation-delay:-.41667s;-ms-transform:rotate(210deg) translateY(-140%);-ms-animation-delay:-.41667s;transform:rotate(210deg) translateY(-140%);animation-delay:-.41667s}.-spinner-piece9{-webkit-transform:rotate(240deg) translateY(-140%);-webkit-animation-delay:-.333s;-moz-transform:rotate(240deg) translateY(-140%);-moz-animation-delay:-.333s;-ms-transform:rotate(240deg) translateY(-140%);-ms-animation-delay:-.333s;transform:rotate(240deg) translateY(-140%);animation-delay:-.333s}.-spinner-piece10{-webkit-transform:rotate(270deg) translateY(-140%);-webkit-animation-delay:-.25s;-moz-transform:rotate(270deg) translateY(-140%);-moz-animation-delay:-.25s;-ms-transform:rotate(270deg) translateY(-140%);-ms-animation-delay:-.25s;transform:rotate(270deg) translateY(-140%);animation-delay:-.25s}.-spinner-piece11{-webkit-transform:rotate(300deg) translateY(-140%);-webkit-animation-delay:-.1667s;-moz-transform:rotate(300deg) translateY(-140%);-moz-animation-delay:-.1667s;-ms-transform:rotate(300deg) translateY(-140%);-ms-animation-delay:-.1667s;transform:rotate(300deg) translateY(-140%);animation-delay:-.1667s}.-spinner-piece12{-webkit-transform:rotate(330deg) translateY(-140%);-webkit-animation-delay:-.0833s;-moz-transform:rotate(330deg) translateY(-140%);-moz-animation-delay:-.0833s;-ms-transform:rotate(330deg) translateY(-140%);-ms-animation-delay:-.0833s;transform:rotate(330deg) translateY(-140%);animation-delay:-.0833s}#waiting2{position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.8)}@-webkit-keyframes spin{0%{opacity:1}to{opacity:.2}}@keyframes spin{0%{opacity:1}to{opacity:.2}}.tempimage{vertical-align:middle;width:40px}.btn-loading .-waiting-spinner{display:inline-block;width:20px;height:20px;opacity:0;margin:0}.author-side-form-btn.btn-loading .-waiting-spinner{width:18px;height:18px;position:relative;top:-1px;vertical-align:middle}.loading-fullpage-cover{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:100000;background-color:rgba(0,0,0,.3)}.loading-fullpage-cover .-waiting-spinner{position:absolute;width:60px;height:60px;top:0;left:0;bottom:0;right:0;margin:auto}.-white-spinner .spinner-piece{background-color:#fff}.-black-spinner .spinner-piece{background-color:#000}.-gray-spinner .spinner-piece{background-color:#c8c8c8}.btn-dsb{background-color:#c8c8c8!important;color:#000!important;cursor:auto!important}.waiting-spinner-appear{-webkit-animation-name:appear;-webkit-animation-duration:0s;-webkit-animation-timing-function:ease-in;-webkit-animation-delay:.5s;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:appear;-ms-animation-duration:0s;-ms-animation-timing-function:ease-in;-ms-animation-delay:.5s;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:appear;animation-duration:0s;animation-timing-function:ease-in;animation-delay:.5s;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:appear;-moz-animation-duration:0s;-moz-animation-timing-function:ease-in;-moz-animation-delay:.5s;-moz-animation-iteration-count:1;-moz-animation-direction:normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.btn-lbl{display:inline-block;vertical-align:middle}.btn-lbl-move{padding-right:10px;-webkit-animation-name:move-right;-webkit-animation-duration:.1s;-webkit-animation-timing-function:ease-in-out;-webkit-animation-delay:.5s;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:move-right;-ms-animation-duration:.1s;-ms-animation-timing-function:ease-in-out;-ms-animation-delay:.5s;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:move-right;animation-duration:.1s;animation-timing-function:ease-in-out;animation-delay:.5s;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:move-right;-moz-animation-duration:.1s;-moz-animation-timing-function:ease-in-out;-moz-animation-delay:.5s;-moz-animation-iteration-count:1;-moz-animation-direction:normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes move-right{0%{-webkit-transform:translate(0)}to{-webkit-transform:translate(10px)}}@keyframes move-right{0%{transform:translate(0)}to{transform:translate(10px)}}@-webkit-keyframes appear{0%{opacity:0;-webkit-transform:scale(0)}to{opacity:1;-webkit-transform:scale(1)}}@keyframes appear{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.alert,.inform{width:470px;box-sizing:border-box;border-top:4px solid #4accc1;padding:25px 20px 27px 115px;border-radius:3px;position:absolute;top:40px;right:0;box-shadow:0 0 15px rgba(0,0,0,.2);background-color:#fff;z-index:20000!important}.alert.wide,.inform.wide{width:525px}.alert.wide .alert-but,.inform.wide .alert-but{min-width:100px;width:auto}.alert.ultra-wide,.inform.ultra-wide{width:625px}.alert.ultra-wide .alert-but,.inform.ultra-wide .alert-but{min-width:100px;width:auto}.-alert-lbl{display:inline-block;vertical-align:middle;margin-left:5px;color:#fff;letter-spacing:1.5px;text-transform:uppercase;font-size:13px}.-alert-icon-wrapper{position:absolute;top:30px;left:5%;transform:translate(-50%);display:inline-block;background-color:#da3610;border-radius:30px;padding:5px 20px 5px 13px;box-shadow:10px 10px 25px -8px rgba(0,0,0,.3)}.-alert-title-wrapper,.-inform-title-wrapper{overflow:hidden;position:relative;font-size:21px;line-height:26px;text-transform:uppercase;color:#2c9d94}.-alert-icon,.-inform-icon{display:inline-block;vertical-align:middle;width:30px;height:30px;box-sizing:border-box;background-position:50%;background-size:contain;border-radius:50%}.-alert-title,.-inform-title{width:100%}.-alert-notif,.-inform-notif{width:100%;padding:4px}.-alert-text,.-inform-text{color:#58595b;font-size:15px;line-height:20px;padding:7px 0 22px}.-msg-buttons-wrapper{overflow:hidden;box-sizing:border-box;display:inline}.alert-but,.inform-but{min-width:100px;box-sizing:border-box;padding:8px 12px;display:inline-block;vertical-align:middle;cursor:pointer;margin-right:10px;text-align:center;font-size:15px;line-height:17px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;background-color:#4accc1;color:#fff}.alert-but:hover,.inform-but:hover{background-color:#38c5b9}.-ok-wrapper .alert-but,.-ok-wrapper .inform-but{float:right}.-cancel-wrapper .alert-but,.-cancel-wrapper .inform-but{float:left}.alert-ellipsis{display:block;max-width:100%;margin-top:10px;word-wrap:break-word}.splashy{width:100%;height:100%;position:absolute;top:0;left:0;background-color:hsla(0,0%,100%,.5)}.book-authors-wrapper{height:40%;overflow:hidden;display:table}.book-authors{height:100%;overflow:hidden;display:table-cell;vertical-align:middle}.register{position:absolute;bottom:0;left:0;height:22px;padding:2px 0;color:#fff;background-color:hsla(0,0%,100%,.25)}.register,.registerWord{width:100%;box-sizing:border-box}.registerWord{padding:0 18px;text-align:center;line-height:1.3em;font-size:1.3em}.registerIcon{position:absolute;cursor:pointer}.nav-course .registerIcon{width:16px;top:3px;right:6px}.nav-course .registerWord{font-size:14px}body{background-color:#e1e1e1;font-size:62.5%}#topBarWrapper{width:100%;position:fixed;top:0;z-index:130;box-shadow:0 1px 2px rgba(0,0,0,.3)}.top-bar{width:960px;height:38px;margin:0 auto;box-sizing:border-box;position:relative}.white-link{color:#fff}.very-dark-link{color:#58595b}.light-blue-link{color:#00c2f6}.light-gray-link{color:grey}.gray-link{color:#939598}.dark-gray-link{color:#58595b}a:active,a:link,a:visited{text-decoration:none}a:hover{text-decoration:underline}.avatar{background-size:cover;background-position:50%;background-repeat:no-repeat}ol,ul{margin:0;padding:0}.table{display:table;table-layout:fixed}.table,.table-cell{width:100%;height:100%;overflow:hidden;text-overflow:ellipsis}.table-cell{display:table-cell;vertical-align:middle}.clearfix{clear:both}#socialNetworkWrapper{width:497px;top:34px;border:2px solid #fff;right:-90px;height:650px;text-align:left;background:#fff;display:none;opacity:1!important;background-color:#eee;box-sizing:border-box;padding:3px 0;position:absolute;box-shadow:0 0 15px rgba(0,0,0,.5);cursor:auto;z-index:10}#socialNetworkWrapper:before{position:absolute;content:"";width:14px;height:14px;transform:rotate(45deg);right:114px;top:-9px;background-color:#eee;border:solid #fff;border-width:2px 0 0 2px;box-shadow:-3px -3px 6px -1px rgba(0,0,0,.2)}.snWrapper2{box-sizing:border-box;padding:7px 10px;height:100%;overflow-y:auto;overflow-x:hidden}.-user-menu-wrapper:after,.-user-menu-wrapper:before{content:"";position:absolute;width:9px;height:9px;transform:rotate(45deg);left:46%}.-user-menu-wrapper:after{top:-1px;background-image:linear-gradient(to bottom right,#000,#000 70%,transparent 0,transparent)}.-user-menu-wrapper:before{top:-4px;background-image:linear-gradient(to bottom right,#fff,#fff 70%,#000 0,#000);box-shadow:-2px -2px 15px rgba(0,0,0,.4)}#socialNetworkWrapper .comment-body{width:78%}#socialNetworkWrapper #addPoll textarea{width:97%}.gt-wrapper{position:absolute;box-shadow:0 0 15px rgba(0,0,0,.4);border-radius:8px;padding:15px 30px 20px 15px;z-index:13999!important}.gt-text{display:inline-block;min-width:80px;max-width:150px;color:#fff;box-sizing:border-box;font-size:17px;line-height:19px}.gt-arrow{width:32px;height:32px;position:absolute;background-image:url(https://cdn.mycourse.app/pbl1f/images/gt_arrow2.png);background-repeat:no-repeat}.gt-more{font-size:14px;position:absolute;bottom:2px;right:6px}.code-format{padding:2px 6px;font-size:13px;height:24px;background-color:#e1e1e1;color:#a185dd;border-radius:4px;text-align:center}.authoring-switch{display:inline-block;vertical-align:middle;box-sizing:border-box;height:30px;cursor:pointer;border-radius:2px;margin:4px 2px 0;background-color:#4accc1;color:#fff;font-family:Helvetica Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Arial!important;font-size:15px;line-height:16px;padding:4px 5px;position:relative;z-index:10}.authoring-switch:hover{background-color:#38c5b9}.authoring-switch img,.authoring-switch span{vertical-align:middle}.authoring-switch img{margin-bottom:0;margin-right:4px;margin-left:-2px}.authoring-switch-lbl{display:inline-block;vertical-align:middle;cursor:pointer;border-radius:2px;height:30px;margin:4px 5px 0 0;background-color:#7ea939;font-family:Helvetica Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Arial!important;color:#fff;font-size:15px;line-height:16px;padding:6px 8px;opacity:.9;z-index:10}.authoring-switch-lbl:hover{opacity:1}.-hide-firstCol{background-image:url(https://cdn.mycourse.app/pbl1f/images/hide-first-col.png)}.-hide-firstCol,.-open-firstCol{box-shadow:3px 2px 6px -3px rgba(0,0,0,.55);background-color:#fff;width:33px;height:56px;position:absolute;right:-33px;top:0;border-radius:0 3px 3px 0;cursor:pointer;background-repeat:no-repeat;background-position:50%}.-open-firstCol{background-image:url(https://cdn.mycourse.app/pbl1f/images/show-first-col.png)}.clear-float:after{content:"";display:table;clear:both}#footerSection{color:#fff;width:100%;clear:both;position:relative;z-index:2}.-footer-menu{width:960px;margin:0 auto;padding:19px 0;overflow:hidden;font-size:15px;box-sizing:border-box;text-align:center}.-company-link,.-copy,.-terms-link{float:left}.footer-menu-choice{color:#fff;text-decoration:none;margin-left:10px}#copyrightSection{border-top:1px solid hsla(0,0%,100%,.2);padding:10px 0;overflow:hidden}.-copyright{width:960px;margin:0 auto;font-size:12px;line-height:1.7em;box-sizing:border-box;text-align:center}.-company-link,.-terms-link{margin-left:5px}.-main-menu-nav{float:right}.-footer-logo{float:right;width:170px;height:35px;background-position:100%;background-repeat:no-repeat;background-size:contain}.-copyright-links{float:left;overflow:hidden;margin-top:10px}.close{display:block;position:absolute;background-position:50%;background-repeat:no-repeat;z-index:90;cursor:pointer}.close:not(.red-close){width:14px;height:14px}.white-close{background-image:url(https://cdn.mycourse.app/pbl1f/images/white-close.png)}.gray-close{background-image:url(https://cdn.mycourse.app/pbl1f/images/gray-close.png)}.dark-gray-close{background-image:url(https://cdn.mycourse.app/pbl1f/images/dark-gray-close.png)}.alert .close,.inform .close{top:4px;right:4px}.black-bg-rounded-close{position:absolute;width:24px;height:24px;box-sizing:border-box;cursor:pointer;background-position:50%;background-repeat:no-repeat;background-color:#000;box-shadow:0 0 5px rgba(0,0,0,.5)}#socialNetworkWrapper .black-bg-rounded-close{top:-2px;right:-26px;width:24px;height:24px}#contentsWrapper .black-bg-rounded-close{top:0;right:-24px}.gt-wrapper .close{top:2px;right:2px;background-image:url(https://cdn.mycourse.app/pbl1f/images/white-close.png)}.light-but{color:#fff;text-align:center;padding:6px 8px;font-size:15px;box-sizing:border-box;cursor:pointer}.general-form{display:none;background-color:#fff;box-shadow:0 0 15px rgba(0,0,0,.5);border-radius:3px;position:absolute;box-sizing:border-box}.general-form .close{font-size:16px;top:5px;right:5px}.general-form .form-input-wrapper{border-bottom:1px solid rgba(0,0,0,.1)}.-form-title{float:left;font-size:32px;max-width:60%}.form-input-wrapper{width:100%;position:relative;margin-left:auto;margin-right:auto}.form-input-wrapper.form-checkbox-wrapper{padding:8px 0;background-color:#fff}.form-input-wrapper.form-checkbox-wrapper .js-accordion-trigger{cursor:pointer}.form-input-wrapper.form-checkbox-wrapper .js-accordion-trigger:after{content:"";position:absolute;border-color:#58595b transparent transparent;border-style:solid;border-width:6px 4px;right:3px;top:16px}.form-input-wrapper.form-checkbox-wrapper .form-advanced-inner-wrapper{display:none;padding:10px 0}.form-input-wrapper.form-checkbox-wrapper.expand .form-advanced-inner-wrapper,.form-input-wrapper.form-checkbox-wrapper.expand .form-show-more-descr:not(.bubble){display:block}.form-input-wrapper.form-checkbox-wrapper.expand .js-accordion-trigger:after{border-color:transparent transparent #58595b;top:9px}.form-input,.form-select{width:100%;height:40px;background-color:#fff;outline:none;color:#58595b;box-sizing:border-box;font-size:16px}.form-select{border:1px solid #fff}.form-select:focus{border:1px solid #aeaeae}.form-input{border:none!important;font-family:inherit}textarea.form-input{height:215px;border:1px solid rgba(0,0,0,.1)}textarea.form-input:focus{border:1px solid rgba(0,0,0,.2)}.form-input::-webkit-input-placeholder{color:#cdcdcd;font-size:16px;opacity:1}.form-input:-moz-placeholder,.form-input::-moz-placeholder{color:#cdcdcd;font-size:16px;opacity:1}.form-input:-ms-input-placeholder{color:#cdcdcd;font-size:16px;opacity:1}.form-input-group textarea::-webkit-input-placeholder{color:#cdcdcd;opacity:1}.form-input-group textarea:-moz-input-placeholder,.form-input-group textarea::-moz-input-placeholder{color:#cdcdcd;opacity:1}.form-input-group textarea:-ms-input-placeholder{color:#cdcdcd;opacity:1}.form-but{min-width:74px;max-width:130px;float:right;padding:6px 8px;color:#fff;text-align:center;margin-top:20px;margin-left:9px;font-size:15px;box-sizing:border-box;cursor:pointer}.form-but:hover{text-decoration:none}.form-input-icon{display:none;position:absolute;top:1px;left:0;width:38px;height:38px;background-position:50%;background-repeat:no-repeat}.form-checkbox{display:none}.form-checkbox-label{width:22px;height:22px;background-color:#f0f0f0;border:1px solid #e6e6e6;background-position:0 4px;background-repeat:no-repeat;float:left;cursor:pointer}.form-button-wrapper{padding:3px 0}.form-button-wrapper .form-link-but{font-size:16px;margin-right:5px;cursor:pointer;display:inline-block;vertical-align:top}.form-button-wrapper .form-link-but+.form-show-more{top:2px}.form-button-wrapper:nth-child(2){margin-top:10px}.-forget-me-descr{margin-bottom:10px;font-size:14px;line-height:19px;font-style:italic;color:#6d6e71}.form-checkbox-txt{color:#58595b;width:77%;font-size:16px;margin-left:10px;display:inline-block;vertical-align:top;margin-right:5px}.form-checkbox:checked+.form-checkbox-label{background-image:url(https://cdn.mycourse.app/pbl1f/images/green-checkbox.png)}.-basic-functions-fixed{position:fixed;right:40px;height:38px;width:240px}.-logo-fixed{position:fixed;left:0}.-app-title-expand{width:100%;position:absolute;text-align:center;top:0;left:0;padding-right:43px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.-app-title-expand #courseName{max-width:28%;text-align:left}.-app-functions-dspr{display:none}.-wp-main-col-fixed{position:fixed!important;left:0}.scaled-window{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.3s;animation-duration:.3s}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(0)}to{opacity:1;-webkit-transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}#barPeopleSearch{width:320px;height:28px;margin:5px auto 0;position:relative}.-top-bar-search-input{outline:none;border:none;display:block;font-family:inherit;box-shadow:inset 0 0 8px -1px rgba(0,0,0,.7);background-color:#fff;margin:0;width:100%;height:100%;font-size:16px;padding:0 43px 2px 10px;color:#58595b}.-top-bar-search-btn,.-top-bar-search-btn+input[type=button]{width:34px;height:100%;border:none;outline:none;position:absolute;top:0;cursor:pointer}.-top-bar-search-btn{right:0;background-image:url(https://cdn.mycourse.app/pbl1f/images/bar-search.png);background-repeat:no-repeat;background-position:50%}.-top-bar-search-btn+input[type=button]{right:-34px;background:url(https://cdn.mycourse.app/pbl1f/images/white-close-big.png) no-repeat 50%;background-color:hsla(0,0%,100%,.25)}.-special-offer-wrapper{padding:0 9px;background-color:#fff;position:relative;top:13px;cursor:pointer;box-sizing:border-box;margin-bottom:35px}.-top-teeth{width:100%;height:16px;background:linear-gradient(to top right,#fff 50%,transparent 0,transparent),linear-gradient(to top left,#fff 50%,transparent 0,transparent);background-size:16px 16px;background-color:transparent;position:absolute;top:-16px;left:0}.-top-teeth:before{content:"";position:absolute;width:96%;height:20px;box-shadow:0 -14px 16px -2px rgba(0,0,0,.5);top:22px;left:2%;border-radius:50%;z-index:-1}.-right-teeth{width:16px;height:100%;background:linear-gradient(to bottom right,#ebebeb 50%,transparent 0,transparent),linear-gradient(to top right,#ebebeb 50%,transparent 0,transparent);background-size:16px 16px;background-color:transparent;position:absolute;right:-16px;top:0}.-right-teeth:before{content:"";position:absolute;height:96%;width:20px;box-shadow:14px 0 16px -2px rgba(0,0,0,.5);left:22px;top:2%;border-radius:50%;z-index:-1}.-bottom-teeth{width:100%;height:16px;background:linear-gradient(to bottom right,#fff 50%,transparent 0,transparent),linear-gradient(to bottom left,#fff 50%,transparent 0,transparent);background-size:16px 16px;background-color:transparent;position:absolute;bottom:-16px;left:0}.-bottom-teeth:before{content:"";position:absolute;width:96%;height:20px;box-shadow:0 10px 14px -2px rgba(0,0,0,.5);top:-22px;left:2%;border-radius:50%;z-index:-1}.-left-teeth{width:16px;height:100%;background:linear-gradient(to bottom left,#ebebeb 50%,transparent 0,transparent),linear-gradient(to top left,#ebebeb 50%,transparent 0,transparent);background-size:16px 16px;background-color:transparent;position:absolute;left:-16px;top:0}.-left-teeth:before{content:"";position:absolute;height:96%;width:20px;box-shadow:-14px 0 16px -2px rgba(0,0,0,.5);right:22px;top:2%;border-radius:50%;z-index:-1}.-special-offer{border:5px solid #e1e1e1;position:relative;padding-top:14px;text-align:center}.-special-offer-title{line-height:1.2em}.-special-offer-discount{display:inline-block;color:#58595b;padding:6px 0;margin:8px auto 10px;position:relative}.-special-offer-discount:after,.-special-offer-discount:before{content:"";position:absolute;left:50%;transform:translate(-50%);height:1px;width:100%;background-color:rgba(0,0,0,.2)}.-special-offer-discount:before{top:0}.-special-offer-discount:after{bottom:0}.-special-offer-course{color:#58595b;padding:0 5px}.-special-offer-enroll{color:#fff}.subscription-wrapper{margin-top:88px}.legacy-sitetemplate .no-subscription-wrapper{margin-top:38px}.-subscription-trial-lbl{position:absolute;border-style:solid;border-width:0;padding:1px 5px;font-size:14px;text-align:center;box-sizing:border-box;color:#fff;min-width:70px;z-index:2}.-subscription-trial-lbl:before{content:"";position:absolute;width:0;height:0;border-style:inherit;border-color:transparent}.-subscription-trial-lbl.ontop{top:-8px;right:0}.-subscription-trial-lbl.ontop:before{top:0;left:-8px;border-width:4px;border-right-color:inherit;border-bottom-color:inherit}.-subscription-trial-notification{display:inline-block;vertical-align:middle;background-position:50%;background-repeat:no-repeat;box-sizing:border-box}.-subscription-trial-notification a{background-color:#c32929;border-radius:3px;color:#fff;padding:2px 5px;font-size:13px;text-align:center;box-sizing:border-box}.-subscription-trial-notification button{display:none}.after-login-page .-subscription-trial-notification{background-color:#c32929;position:fixed;bottom:0;left:0;width:100%;text-align:center;padding:5px;transition:transform .7s ease-in-out;transform:translateY(0)}.after-login-page .-subscription-trial-notification.to-hide{transform:translateY(100%)}.after-login-page .-subscription-trial-notification a{font-size:16px;color:#fff;width:100%;display:inline-block;border-radius:0}.after-login-page .-subscription-trial-notification button.close{position:absolute;right:5px;top:50%;transform:translateY(-50%);width:20px;height:20px;display:inline-block;background-color:transparent;border-width:0;text-indent:10000px;outline:0}.after-login-page .-subscription-trial-notification button.close:after,.after-login-page .-subscription-trial-notification button.close:before{content:"";width:20px;height:4px;background-color:#fff;position:absolute;transform:rotate(45deg);top:50%;transform-origin:center center;left:1px;margin-top:-2px}.after-login-page .-subscription-trial-notification button.close:after{transform:rotate(-45deg)}.-pending-payment-notification{display:inline-block;vertical-align:middle;background-position:50%;background-repeat:no-repeat;box-sizing:border-box}.-pending-payment-notification a{background-color:#c32929;border-radius:3px;color:#fff;padding:2px 5px;font-size:13px;text-align:center;box-sizing:border-box}.-pending-payment-notification button{display:none}.after-login-page .-pending-payment-notification{background-color:#c32929;position:fixed;bottom:0;left:0;width:100%;text-align:center;padding:5px;transition:transform .7s ease-in-out;transform:translateY(0)}.after-login-page .-pending-payment-notification.to-hide{transform:translateY(100%)}.after-login-page .-pending-payment-notification a{font-size:16px;color:#fff;width:100%;display:inline-block;border-radius:0}.after-login-page .-pending-payment-notification button.close{position:absolute;right:5px;top:50%;transform:translateY(-50%);width:20px;height:20px;display:inline-block;background-color:transparent;border-width:0;text-indent:10000px;outline:0}.after-login-page .-pending-payment-notification button.close:after,.after-login-page .-pending-payment-notification button.close:before{content:"";width:20px;height:4px;background-color:#fff;position:absolute;transform:rotate(45deg);top:50%;transform-origin:center center;left:1px;margin-top:-2px}.after-login-page .-pending-payment-notification button.close:after{transform:rotate(-45deg)}.top-bar-subscription-wrapper{width:100%;height:50px;line-height:50px;background-color:#bb2300;color:#fff;padding:0 7px;box-shadow:0 1px 2px rgba(0,0,0,.35);position:fixed;top:38px;z-index:20;text-align:center;box-sizing:border-box}.top-bar-subscription{width:960px;margin:0 auto;position:relative}.subscription-label{font-size:2.1em;color:#fff;text-transform:uppercase;display:inline-block;vertical-align:middle}.subscription-btn{background-color:#000;padding:6px 26px;border-radius:3px;position:absolute;line-height:22px;top:8px;right:0;color:#fff;box-shadow:inset 0 1px 2px -1px hsla(0,0%,100%,.5),inset 0 20px 30px -20px hsla(0,0%,100%,.3),0 1px 3px -1px rgba(0,0,0,.5);cursor:pointer;font-size:1.8em}.subscription-btn:hover{background-color:#191919;text-decoration:none}#bodyWrapper{overflow:scroll;overflow-x:hidden;position:absolute;width:100%;height:100%;-webkit-overflow-scrolling:touch}.text-accordion{text-align:left;margin-top:20px;width:100%}.text-accordion:not(.with-vue){display:none}.text-accordion-checkbox+label{position:relative;padding-left:15px;cursor:pointer;color:#4accc1;font-size:15px;margin-top:10px;display:block}.text-accordion-checkbox+label:hover{text-decoration:underline}.text-accordion-checkbox+label:after{content:"";position:absolute;top:6px;left:2px;width:0;height:0;border-color:transparent transparent transparent rgba(0,0,0,.2);border-style:solid;border-width:4px 7px}.text-accordion-checkbox{display:none}.text-accordion-checkbox:checked+label:after{top:7px}.text-accordion-list{overflow:hidden;margin:5px 0 15px;transition:all .3s;text-align:left;padding:0;height:0;opacity:0;list-style-type:none}.text-accordion-list-padding{padding-left:30px}.text-accordion-list-item{vertical-align:middle;list-style-type:none;margin-bottom:5px;font-size:16px;line-height:22px}.text-accordion-list-item:before{content:"";width:3px;height:3px;background-color:#58595b;display:inline-block;vertical-align:middle;margin-right:7px;margin-left:3px;margin-bottom:1px}.text-accordion-checkbox:checked+label+.text-accordion-list{height:auto;opacity:1}.text-accordion-checkbox:checked+label:after{top:8px;left:0;border-width:7px 4px;border-color:rgba(0,0,0,.2) transparent transparent}.custom-radio{display:inline-block;vertical-align:top;margin-top:6px;cursor:pointer}.drag-handler{cursor:move;z-index:120;border-radius:3px;width:28px;height:28px;background-size:contain;background-color:#000;background-image:url(https://cdn.mycourse.app/pbl1f/author/images/pointer-drag-white.png)}.unformatted-paste b,.unformatted-paste font[face],.unformatted-paste i,.unformatted-paste p,.unformatted-paste span:not(.col-with-bg-dot):not(.add-option-lbl):not(.chap-title):not(.specific-editing-lbl),.unformatted-paste strong,.unformatted-paste u{font-size:inherit!important;line-height:inherit!important;font-family:inherit!important;letter-spacing:inherit;text-transform:inherit}.unformatted-paste p{background-color:transparent!important}.no-results{display:none;clear:both;text-align:center;max-width:960px;width:100%;margin:0 auto;padding-top:80px;border-radius:5px}.no-results select.author-toolbar-input{font-size:21px;padding:7px 40px 7px 15px;width:220px!important}.no-results .select-lbl:after{top:23px}.js-have-results{display:none}.no-results-txt-wrapper{padding:30px;background-color:transparent;text-align:center}.no-results-txt-wrapper .extra-info-frame-wrapper{display:inline-block;margin-top:20px;padding:0 0 0 23px;position:relative}.no-results-txt-wrapper .extra-info-frame-wrapper .extra-info-frame-icon{position:absolute;top:10px;left:7px}.no-results-card-wrapper{margin-top:-20px}.no-results-card-wrapper .course-box{width:230px;text-align:left;float:none;margin:0 auto!important}.no-results-icon{vertical-align:middle}.no-results-icon+.no-results-title{display:inline-block;vertical-align:middle}.no-results-title{font-size:21px;line-height:1.45em;color:#58595b;margin-top:25px;margin-bottom:10px}.no-results-title a{cursor:pointer}.no-results-subtitle{font-size:1.7em;line-height:1.45em;color:#58595b;margin-top:10px}.no-results-btn-wrapper{display:none;text-align:center;padding:30px;background-color:#fff;border-top:1px solid #e1e1e1}.no-results-img{opacity:.5;width:100px}.no-results-frame-wrapper{display:inline-block;box-shadow:0 1px 4px -1px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.05);background-color:#fff;text-align:left;border-radius:10px}.no-results-frame-title{padding:10px}.no-results-frame-icon{display:inline-block;vertical-align:middle;position:relative;top:1px}.no-results-frame-descr{display:inline-block;vertical-align:middle;font-size:15px;line-height:1.4em;padding:0 2px;color:#939598}.no-results-frame-descr a{cursor:pointer}@media screen and (max-width:1170px){.-app-title-expand{display:none}}@media screen and (min-width:830px) and (max-width:959px){.-footer-menu{padding:15px}.-copyright,.-footer-logo{float:none;margin:0 auto}}@media screen and (min-width:780px) and (max-width:829px){.-footer-menu{padding:15px}}@media screen and (min-width:650px) and (max-width:779px){.-footer-menu{padding:15px}}@media screen and (min-width:500px) and (max-width:649px){.-footer-menu{padding:15px}.footer-menu-choice{margin-left:5px}.alert,.inform{width:90%;padding:25px 20px 27px}.-alert-icon-wrapper{display:none}}@media screen and (max-width:499px){.top-bar-subscription{text-align:left;padding:0 8px;box-sizing:border-box}.subscription-label{font-size:1.7em}.subscription-btn{padding:6px 16px}.-footer-menu{padding:15px}.-company-link,.-terms-link{margin-left:0}.alert,.inform{width:90%;padding:25px 20px 27px}.-alert-icon-wrapper{display:none}}@media screen and (max-width:959px){.authoring-switch img{margin-left:1px;margin-right:1px}.top-bar-subscription{width:100%}.subscription-btn{right:1px}.-hide-firstCol,.-open-firstCol{width:43px;right:-43px}#adsWrapper{clear:both;margin:0 auto 35px}.-company-link,.-copy,.-terms-link,.footer-part:first-child,.footer-part:nth-child(2){float:none}.footer-part:first-child{margin-bottom:20px}.white-close{width:16px;height:16px;background-image:url(https://cdn.mycourse.app/pbl1f/images/white-close-big.png)}.gray-close{width:16px;height:16px;background-image:url(https://cdn.mycourse.app/pbl1f/images/gray-close-big.png)}.dark-gray-close{width:16px;height:16px;z-index:100;background-image:url(https://cdn.mycourse.app/pbl1f/images/dark-gray-close-big.png)}#socialNetworkWrapper{position:fixed;top:0;right:0;width:90%;max-width:500px;border:none;padding-right:30px;padding-top:40px;height:100%}#socialNetworkWrapper:after,#socialNetworkWrapper:before{display:none}#socialNetworkWrapper .black-bg-rounded-close{background-image:url(https://cdn.mycourse.app/pbl1f/images/dark-gray-close-big.png);top:4px;right:4px;background-color:transparent;border:none;box-shadow:none;border-radius:0}#wpMainCol .-open-firstCol{display:block}.-copyright,.-footer-menu,.top-bar{width:100%}.-copyright-links{float:none;margin:10px auto;text-align:center}.-footer-logo{float:none;display:block;background-position:50%;margin:20px auto 10px}.-company-link,.-copy,.-terms-link{float:none}#barPeopleSearch{display:none}}@media screen and (max-width:649px){#inboxWrapper .-open-firstCol{display:block}.footer-menu-choice{display:block;margin:8px 0;font-size:1em}#socialNetworkWrapper{width:100%;max-width:100%}}@media screen and (min-width:960px){.-special-offer-discount,.-special-offer-title{font-size:26px}.-special-offer-course{overflow:hidden;font-size:20px;margin-bottom:25px}.-special-offer-enroll{font-size:18px;padding:7px 0}.footer-part:first-child:not(:only-child){float:left}.footer-part:nth-child(2):not(:only-child){float:right}}@media screen and (min-width:500px) and (max-width:959px){.-special-offer-title{font-size:35px}.-special-offer-discount{font-size:25px;padding:6px 0;margin:8px auto 10px}.-special-offer-course{font-size:21px;margin-top:20px;margin-bottom:37px}.-special-offer-enroll{font-size:22px;padding:10px 0}}@media screen and (max-width:430px){.general-form:not(#profileForm){width:90%!important}}.dataProtectionSettingsWrapper{position:fixed;bottom:16px;left:0;width:100%;z-index:10000;transform:translateY(14px);opacity:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:move-to-top;-webkit-animation-duration:.3s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:.5s;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:move-to-top;-ms-animation-duration:.3s;-ms-animation-timing-function:ease-out;-ms-animation-delay:.5s;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:move-to-top;animation-duration:.3s;animation-timing-function:ease-out;animation-delay:.5s;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:move-to-top;-moz-animation-duration:.3s;-moz-animation-timing-function:ease-out;-moz-animation-delay:.5s;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.dataProtectionSettingsWrapper.move-top{height:auto}.dataProtectionSettingsWrapper.move-top .dataProtectionSettings-row:nth-child(2){display:block}@-webkit-keyframes move-to-top{0%{opacity:0}to{-webkit-transform:translate(0);opacity:1}}@keyframes move-to-top{0%{opacity:0}to{transform:translate(0);opacity:1}}.dataProtectionSettings{margin:0 auto;position:relative}.dataProtectionSettings-row{padding:10px 25px;width:1170px;max-width:100%;margin:0 auto;border-style:solid;border-width:3px 0 0;background-color:#000;box-shadow:0 0 20px rgba(0,0,0,.5)}.dataProtectionSettings-row:first-child{display:flex;align-items:center;justify-content:space-between}.dataProtectionSettings-row:nth-child(2){display:none;padding:20px}.dataProtectionSettingsIcon{width:18px;height:18px;float:left}.dataProtectionSettingsDescr{color:#fff;font-size:16px;margin-left:10px;display:flex;flex-wrap:wrap;align-items:flex-start;padding-right:15px}.dataProtectionSettingsDescr-link{margin:0 5px;white-space:nowrap;text-decoration:underline!important}.dataProtectionSetting{display:flex;justify-content:space-between;padding-left:7px}.dataProtectionSetting:not(:last-child){margin-bottom:10px}.dataProtectionSettings-checkbox{display:none;-webkit-appearance:none}.dataProtectionSettings-checkbox:checked+.dataProtectionSettings-lbl{background-image:url(https://cdn.mycourse.app/pbl1f/images/medium-green-checkmark.png);background-position:50%;background-size:80%;background-repeat:no-repeat}.dataProtectionSettings-lbl{width:20px;height:20px;border-radius:2px;flex:0 0 20px;margin-top:1px;background-color:#f0f0f0;border:1px solid #d2d2d2;cursor:pointer}.dataProtectionSettings-txt{font-size:17px;line-height:22px;font-weight:700;color:#dcdcdc;padding-left:30px;flex:1 0 111px}.dataProtectionSettings-descr{font-size:15px;line-height:23px;color:#b4b4b4;padding:0 30px}.dataProtectionSettings-btn{padding:9px 48px;color:#fff;font-size:16px;white-space:nowrap;cursor:pointer;border:none;outline:none}@media screen and (min-width:1181px){.dataProtectionSetting:not(:last-child){padding-bottom:11px;border-bottom:1px solid hsla(0,0%,100%,.6)}}@media screen and (max-width:1180px){.dataProtectionSettingsWrapper{bottom:0}.dataProtectionSettings-descr{display:none}.dataProtectionSetting{display:inline-block;vertical-align:middle;margin-right:20px}.dataProtectionSettings-row:nth-child(2){padding:0 20px 20px}.dataProtectionSettings-lbl,.dataProtectionSettings-txt{display:inline-block;vertical-align:middle}.dataProtectionSettings-txt{padding-left:5px}.dataProtectionSetting:not(:last-child){margin-bottom:0}}@media screen and (max-width:600px){.dataProtectionSetting{display:block;margin:5px 0}.dataProtectionSettingsDescr{font-size:15px;line-height:21px}.dataProtectionSettings-btn{font-size:15px;padding:10px 30px}.dataProtectionSettingsDescr{padding-right:10px}.dataProtectionSettings-row:first-child{padding:10px 15px;align-items:start}.dataProtectionSettings-row:nth-child(2){padding:0 10px 10px}}.optInModalWrapper{position:fixed;z-index:9000;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.85)}.optInModalInnerWrapper{position:absolute;top:50%;left:50%;width:440px;transform:translate(-50%,-50%);background-color:#fff}.optInModal-title{background-color:#f7f7f7;padding:20px;color:#58595b;font-size:19px;font-weight:700}.optInModalText{color:#58595b;font-size:17px;line-height:24px;padding:17px 20px 20px}.optInModal-btns{font-size:0;padding:0 20px 25px}.optInModal-btn{min-width:100px;display:inline-block;vertical-align:middle;padding:6px 8px;margin-right:9px;color:#fff;text-align:center;font-size:15px;cursor:pointer;border:none;outline:none}.fancybox-wrap.fancybox-page-wrapper{width:auto!important}@media screen and (max-width:768px){.fancybox-wrap.fancybox-page-wrapper{padding:0 20px!important}}@media screen and (max-width:480px){.fancybox-wrap.fancybox-page-wrapper{left:0!important}}@media screen and (max-width:860px){.fancybox-overlay:not(.fancybox-video-stats-video-library) .fancybox-wrap.fancybox-desktop:not(.video-popup){width:90%!important;height:85%!important;top:5%!important;left:5%!important}.fancybox-overlay:not(.fancybox-video-stats-video-library) .fancybox-inner{width:100%!important}#video-stats-fancybox.fancybox-overlay{width:100%!important;align-items:flex-start!important}#video-stats-fancybox.fancybox-overlay.fancybox-video-stats-video-library .fancybox-wrap{transform:translate(0)!important;top:0!important}}@media screen and (max-width:768px){.fancybox-overlay{background:none!important}}.lw-notif-popup{box-shadow:0 5px 15px 0 rgba(0,0,0,.1);position:fixed;bottom:40px;right:10px;padding:20px;z-index:100;width:300px;max-width:100%;border-radius:5px}.lw-notif-popup .lw-notif-popup-title{margin-bottom:5px}.lw-notif-popup .close{position:absolute;top:5px;right:5px}.lw-admin-btns-wrapper{position:fixed;z-index:11;width:38px;height:38px;top:50%;left:2px;transform:translateY(-50%);border-radius:50%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#4accc1;box-shadow:0 0 15px rgba(0,0,0,.15);cursor:pointer;background-image:url(https://cdn.mycourse.app/pbl1f/images/author-pen-icon-white.png);background-size:33px;background-repeat:no-repeat;background-position:50%;opacity:.8}.lw-admin-btns-wrapper:hover{opacity:1}.lw-admin-btns-wrapper:hover .lw-admin-btns{display:block!important}.lw-admin-btns{display:none;background-color:#fff;position:absolute;top:50%;right:-10px;transform:translate(100%,-50%);padding:6px 20px 6px 0;border-radius:5px;box-shadow:0 0 15px rgba(0,0,0,.07)}.lw-admin-btns:after,.lw-admin-btns:before{position:absolute;content:""}.lw-admin-btns:before{width:20px;height:100%;left:-12px;top:0}.lw-admin-btns:after{border:8px solid transparent;border-right-color:#fff;left:1px;top:50%;transform:translate(-100%,-50%)}.lw-admin-btn{font-size:0;padding:5px 13px;white-space:nowrap;display:flex;align-items:center}.lw-admin-btn.-manage-school .lw-admin-btn-icon{background-image:url(https://cdn.mycourse.app/pbl1f/images/edit-learnworld-icon.png)}.lw-admin-btn.-edit-page .lw-admin-btn-icon{background-image:url(https://cdn.mycourse.app/pbl1f/images/edit-page-icon.png)}.lw-admin-btn.-edit-courses .lw-admin-btn-icon{background-image:url(https://cdn.mycourse.app/pbl1f/images/edit-courses-icon.png)}.lw-admin-btn.-affiliate-dashboard .lw-admin-btn-icon{background-image:url(https://cdn.mycourse.app/pbl1f/images/edit-affiliate-icon.png)}.lw-admin-btn:hover .lw-admin-btn-lbl{color:#000!important}.lw-admin-btn-icon{background-position:50%;background-repeat:no-repeat;background-size:contain;width:18px;height:20px;margin-right:5px}.lw-admin-btn-lbl{flex-grow:1;font-family:Helvetica Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Arial;font-size:16px;font-weight:400;line-height:1.3;color:#1e1e1e!important}.buffering{position:absolute;width:150px;height:150px;box-shadow:inset 0 0 0 200px #fff;top:50%;left:50%;border-radius:50%;transform:translate(-50%,-50%);z-index:2}.buffering-part1,.buffering-part2{width:100%;height:100%;border-radius:50%;background-color:#fff;position:absolute;top:0;left:0}.buffering-part1{-webkit-animation-name:buffering;-webkit-animation-duration:2s;-webkit-animation-timing-function:ease-in-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:alternate;-ms-animation-name:buffering;-ms-animation-duration:2s;-ms-animation-timing-function:ease-in-out;-ms-animation-delay:0;-ms-animation-iteration-count:infinite;-ms-animation-direction:alternate;animation-name:buffering;animation-duration:2s;animation-timing-function:ease-in-out;animation-delay:0;animation-iteration-count:infinite;animation-direction:alternate;-moz-animation-name:buffering;-moz-animation-duration:2s;-moz-animation-timing-function:ease-in-out;-moz-animation-delay:0;-moz-animation-iteration-count:infinite;-moz-animation-direction:alternate}.buffering-part2{-webkit-animation-name:buffering;-webkit-animation-duration:2s;-webkit-animation-timing-function:ease-in-out;-webkit-animation-delay:-1s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:alternate;-ms-animation-name:buffering;-ms-animation-duration:2s;-ms-animation-timing-function:ease-in-out;-ms-animation-delay:-1s;-ms-animation-iteration-count:infinite;-ms-animation-direction:alternate;animation-name:buffering;animation-duration:2s;animation-timing-function:ease-in-out;animation-delay:-1s;animation-iteration-count:infinite;animation-direction:alternate;-moz-animation-name:buffering;-moz-animation-duration:2s;-moz-animation-timing-function:ease-in-out;-moz-animation-delay:-1s;-moz-animation-iteration-count:infinite;-moz-animation-direction:alternate}@-webkit-keyframes buffering{0%,to{-webkit-transform:scale(1);opacity:1}50%{-webkit-transform:scale(1.3);opacity:.5}}@keyframes buffering{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.5}}.loading-ring-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.loading-ring{width:16px;height:16px;border-radius:50%;position:absolute;top:3px;right:3px}.loading-ring:after,.loading-ring:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%}.loading-ring:before{border:2px solid transparent;border-top-color:#4accc1;-webkit-animation-name:ring;-webkit-animation-duration:1.5s;-webkit-animation-timing-function:linear;-webkit-animation-delay:0;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:normal;-ms-animation-name:ring;-ms-animation-duration:1.5s;-ms-animation-timing-function:linear;-ms-animation-delay:0;-ms-animation-iteration-count:infinite;-ms-animation-direction:normal;animation-name:ring;animation-duration:1.5s;animation-timing-function:linear;animation-delay:0;animation-iteration-count:infinite;animation-direction:normal;-moz-animation-name:ring;-moz-animation-duration:1.5s;-moz-animation-timing-function:linear;-moz-animation-delay:0;-moz-animation-iteration-count:infinite;-moz-animation-direction:normal;z-index:10}.loading-ring:after{border:2px solid #969696}.loading-perc{position:absolute;top:3px;left:5px;z-index:10;font-weight:700;font-size:12px;color:#4accc1}@-webkit-keyframes ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.legacy-sitetemplate.slug-dailynews .card-left-part.card-left-colored-part:not(.card-left-white-part) svg{fill:#fff}.legacy-sitetemplate.slug-dailynews .card-big-image svg *,.legacy-sitetemplate.slug-dailynews .card-left-part.card-left-colored-part.card-left-white-part svg,.legacy-sitetemplate.slug-dailynews .card-top-image svg *{fill:#000}.legacy-sitetemplate.slug-dailynews .card-whole-image-date svg,.legacy-sitetemplate.slug-dailynews .card-whole-image svg{fill:#fff}.legacy-sitetemplate #skin2.white .next-btn svg *,.legacy-sitetemplate #skin2.white .prev-btn svg *{fill:#000}.legacy-sitetemplate #skin2.black .next-btn svg *,.legacy-sitetemplate #skin2.black .prev-btn svg *{fill:#fff}.legacy-sitetemplate.slug-inbox .outbox svg *{fill:#000}.legacy-sitetemplate .basic-info-img svg *,.legacy-sitetemplate .profile-tab-icon *,.legacy-sitetemplate.slug-inbox .msg-desc-wrapper.open .outbox svg *{fill:#fff}.legacy-sitetemplate .-default-course-player-topbar-unit-title{padding-left:50px}@media screen and (max-width:520px){.legacy-sitetemplate .path-player-init:not(.one-unit-template) .-first-col.collapse+.-second-col .-default-course-player-topbar-unit-title{padding-left:37px}}@media screen and (min-width:521px){.legacy-sitetemplate .path-player-init:not(.one-unit-template) .-first-col.collapse+.-second-col .-default-course-player-topbar-unit-title{padding-left:92px}}.legacy-sitetemplate #assignmentScoreValue,.legacy-sitetemplate #scoreValue{color:#fff}.legacy-sitetemplate .-nav-questions-btns .path-questionnaire-btn svg,.legacy-sitetemplate .path-questionnaire-btn svg,.legacy-sitetemplate.slug-author-workpad #searchmenu .-search-icon,.legacy-sitetemplate.slug-workpad #searchmenu .-search-icon{fill:#fff}.legacy-sitetemplate.slug-author-workpad #searchmenu .-close-icon,.legacy-sitetemplate.slug-workpad #searchmenu .-close-icon{fill:currentColor}@media screen and (max-width:520px){.active-sitetemplate .path-player-init:not(.one-unit-template) .-first-col.collapse+.-second-col .-default-course-player-topbar-unit-title{padding-left:0}}@media screen and (min-width:521px){.active-sitetemplate .path-player-init:not(.one-unit-template) .-first-col.collapse+.-second-col .-default-course-player-topbar-unit-title{padding-left:55px}}body.legacy-sitetemplate{font-size:10px}body.active-sitetemplate .no-subscription-wrapper{margin-top:0}.iziToast-body .iziToast-buttons>button{outline:none!important}.iziToast-body .iziToast-buttons>button:active{top:0!important}#errorNotif h1,.account-lbl,.date,.info-box-value,.main-subtitle,.trans-id{font-weight:700}h1,h2,h3,h4,h5,h6{font-weight:400}.-alert-lbl,.-alert-title-wrapper,.-inform-title-wrapper{font-weight:300}.gt-wrapper{font-style:italic}.form-input:-moz-placeholder,.form-input::-moz-placeholder{font-family:inherit}.form-input:-ms-input-placeholder{font-family:inherit}.form-input-group textarea::-webkit-input-placeholder{font-family:inherit}.form-input-group textarea:-moz-input-placeholder,.form-input-group textarea::-moz-input-placeholder{font-family:inherit}.form-input-group textarea:-ms-input-placeholder{font-family:inherit}.-special-offer-course{font-weight:700}.unformatted-paste b strong,.unformatted-paste font[face] strong,.unformatted-paste i strong,.unformatted-paste p strong,.unformatted-paste span:not(.col-with-bg-dot):not(.add-option-lbl):not(.chap-title) strong,.unformatted-paste strong strong,.unformatted-paste u strong{font-weight:inherit!important}.no-results-subtitle,.no-results-title{font-weight:400}.chapter-num,.chapter-title,.not-public-section{font-weight:700}.chapter-cont.with-error-message .error-message{font-style:italic}.drip-cont-default-msgs-title{font-weight:700}.drip-cont-default-msg-lbl,.drip-no-users{font-style:italic}.snippet_container .title{font-weight:400}.-course-name,.snippet_container .desc-default strong{font-weight:700}.-course-CPE,.-course-enrollment-closed,.-course-expiration{font-style:italic}.-prog-perc,.topic-h3{font-weight:700}.topic-goal-circle{font-weight:300}.font-bold p,.font-bold span{font-weight:700!important}.font-italic{font-style:italic}.col-with-bg .col-item-h4-wrapper,.col-with-bg .col-item-h5,.col-without-bg .col-item-h4,.col-without-bg .col-item-h5{font-weight:700}.author-name{font-weight:300}.contentselchapter{font-style:italic}#zoom .elread-set-box{font-weight:700}.-tools-text,.eltext{font-weight:300}.chap-num,.elh1format,.elh2-text,.eltext h1,.eltext h2{font-weight:700}.elh3,.eltext h3{font-style:italic}.elh4{font-weight:700}.elimg6-label,.elimg-label{font-style:italic}.elproposal-title{font-weight:300}.elproposal-link{font-weight:700}.colored-card-h4,.separated-card-h5{font-weight:300}.separated-card2-h3{font-style:italic;font-size:25px;line-height:1.3em;margin-bottom:3px}.el4descriptions-section-title,.elcoloredlblcard2-h5{font-weight:700}#readingNavBar,.-hourglass-title{font-weight:300}#listPeople h3,.-congrats-word,.msg-content .first-line .name,.sys-msg-title{font-weight:700}.-announce-content{font-weight:300}.-go-to-mentions,.-group-name,.-invite-accept,.-invite-sender,.-mention-member,.cct1-caption-item-value,.cct1-price,.cct1-title,.cct2-author-name,.cct2-price,.cct2-title,.cct2-title a,.cct3-price,.cct3-title,.cct4-price,.cct4-time,.cct4-title,.cct4-type,.cct5-caption-item-value,.cct5-price,.cct5-title,.cct6-discount-price,.cct6-title,.cct7-author-name,.cct7-buy-btn,.cct7-title,.cct8-box-price,.cct8-box-title,.cct10-course-caption-item-value,.cct10-course-title,.cct10-deleted-price,.cct10-discount-price{font-weight:700}.lnd-temp-2-187-courses{font-style:italic}.lnd-temp-2-204-duration,.lnd-temp-2-204-lbl-num,.lnd-temp-2-204-price,.lnd-temp-2-204-sign{font-weight:700}.lnd-temp-2-188-final-price{font-style:italic}.lnd-temp-2-188-courses-num{font-weight:700}.lnd-temp-2-188-courses-lbl,.lnd-temp-2-188-courses-more{font-style:italic}.lnd-temp-2-188-name,.lnd-temp-2-205-discount-perc,.lnd-temp-2-205-price,.lnd-temp-2-205-title,.modal-content .landing-radios .landing-radio-descr{font-weight:700}.modal-content .login-form .form-input-wrapper input::-webkit-input-placeholder{font-family:inherit}.modal-content .login-form .form-input-wrapper input:-moz-placeholder,.modal-content .login-form .form-input-wrapper input::-moz-placeholder{font-family:inherit}.modal-content .login-form .form-input-wrapper input:-ms-input-placeholder{font-family:inherit}.login-form-input-wrapper input::-webkit-input-placeholder{font-family:inherit}.login-form-input-wrapper input:-moz-placeholder,.login-form-input-wrapper input::-moz-placeholder{font-family:inherit}.login-form-input-wrapper input:-ms-input-placeholder{font-family:inherit}.-or,.error-wrapper-notif,.landing-form-input-lbl{font-weight:700}.form-input-wrapper input::-webkit-input-placeholder{font-family:inherit}.form-input-wrapper input:-moz-placeholder,.form-input-wrapper input::-moz-placeholder{font-family:inherit}.form-input-wrapper input:-ms-input-placeholder{font-family:inherit}.lnd-temp-2-23-card-ribbon{font-weight:700}.lnd-temp-2-25-title,.lnd-temp-2-28-title,.lnd-temp-2-29-title{font-weight:400}.interactive-feature-title-wrapper{font-weight:700}.lnd-temp-2-30-title{font-weight:300}.lnd-temp-2-31-title,.lnd-temp-2-33-title{font-weight:400}.course-title,.lnd-temp-2-57-sign-btn,.lnd-temp-2-77-title,.lnd-temp-2-325-title{font-weight:700}.lnd-temp-2-325-subtitle{font-style:italic}.lnd-temp-2-82-title,.lnd-temp-2-83-title,.lnd-temp-2-85-title,.lnd-temp-2-103-checkbox+label,.lnd-temp-2-106-title{font-weight:700}.lnd-temp-2-103-title{font-weight:400}.soc-shares3-wrapper .soc-share,.soc-shares7-wrapper .soc-share{font-weight:700}.lnd-temp-2-117-title{font-weight:400}.-project-name{font-weight:700}.-by-wrapper{font-style:italic}.overview-frame-subtitle{font-weight:700}.box-hidden,.lnd-temp-1-4-descr{font-style:italic}.lnd-temp-2-1-section-title{font-weight:700}.lnd-temp-2-3-descr{font-style:italic}.lnd-temp-2-5-title,.lnd-temp-2-6-title,.lnd-temp-2-8-title,.lnd-temp-2-9-item-lbl,.lnd-temp-2-9-title,.lnd-temp-2-12-title{font-weight:700}.lnd-temp-2-12-descr{font-weight:300}.lnd-temp-2-14-title,.lnd-temp-2-16-quote-name,.lnd-temp-2-17-quote-name{font-weight:700}.lnd-temp-2-9-comment{font-style:italic}.lnd-temp-2-21-title{font-weight:300}.lnd-temp-2-21-section-title{font-weight:700}.lnd-temp-2-22-title{font-weight:300}.lnd-temp-2-23-card-price-amount,.lnd-temp-2-23-card-title{font-weight:700}.lnd-temp-2-23-card-price-time{font-style:italic}.lnd-temp-2-23-buy-btn,.lnd-temp-2-23-descr-basic{font-weight:700}.lnd-temp-2-118-bundle-final-price{font-style:italic}.lnd-temp-2-118-bundle-courses-num{font-weight:700}.lnd-temp-2-118-bundle-courses-lbl,.lnd-temp-2-118-bundle-courses-more{font-style:italic}.-browse-catalogue,.lnd-temp-2-118-bundle-name,.section-more-value{font-weight:700}.lnd-temp-2-26-section-title,.lnd-temp-2-27-title{font-weight:300}.interactive-feature-subtitle,.lnd-temp-2-27-quote-text,.lnd-temp-2-29-subtitle,.lnd-temp-2-31-subtitle{font-style:italic}.social-feature-descr-bold-wrapper,.social-feature-title{font-weight:700}.lnd-temp-2-33-subtitle{font-style:italic}.daily-item-title,.lnd-temp-2-35-descr,.lnd-temp-2-35-title,.lnd-temp-2-41-big-lbl,.lnd-temp-2-41-small-lbl{font-weight:700}.lnd-temp-2-42-title{font-weight:300}.lnd-temp-2-46-title,.lnd-temp-2-48-subtitle,.lnd-temp-2-49-subtitle,.lnd-temp-2-50-title{font-weight:700}.lnd-temp-2-53-subtitle,.lnd-temp-2-54-subtitle{font-style:italic}.lnd-temp-2-55-title,.lnd-temp-2-56-link,.lnd-temp-2-57-link,.lnd-temp-2-58-link,.lnd-temp-2-59-link,.lnd-temp-2-60-link,.lnd-temp-2-61-link,.lnd-temp-2-66-col-title,.lnd-temp-2-101-link{font-weight:700}.lnd-temp-2-66-text{font-style:italic}.lnd-temp-2-67-col-title{font-weight:700}.lnd-temp-2-67-text{font-style:italic}.lnd-temp-2-68-title{font-weight:700}.lnd-temp-2-69-title{font-weight:300}.lnd-temp-2-70-col-title,.lnd-temp-2-72-title,.lnd-temp-2-75-h2,.lnd-temp-warning-txt{font-weight:700}.-courses-suggest{font-style:italic}.lnd-temp-4-2-title{font-weight:700}.lnd-temp-4-3-descr,.lnd-temp-4-4-descr{font-style:italic}.lnd-app-title,.lnd-temp-2-88-day{font-weight:700}.lnd-temp-2-88-title{font-weight:300}.lnd-temp-2-89-subtitle,.lnd-temp-2-103-label,.lnd-temp-2-116-title,.lnd-temp-2-133-name{font-weight:700}.lnd-temp-2-136-subtitle{font-style:italic}.lnd-temp-2-137-title,.lnd-temp-2-139-title{font-weight:700}.lnd-temp-2-140-light{font-weight:300!important}.lnd-temp-2-140-normal{font-family:inherit!important}.lnd-temp-2-141-txt,.lnd-temp-2-142-title,.lnd-temp-2-143-title,.lnd-temp-2-145-title,.lnd-temp-2-166-card-price-amount,.lnd-temp-2-167-card-price-amount{font-weight:700}.lnd-temp-2-177-label,.lnd-temp-2-177-subtitle{font-style:italic}.lnd-temp-2-178-btn,.lnd-temp-2-179-btn{font-weight:700}.lnd-temp-2-183-title{font-weight:300}.lnd-temp-2-186 .sales-page-input::-webkit-input-placeholder{font-family:inherit}.lnd-temp-2-186 .sales-page-input:-moz-placeholder,.lnd-temp-2-186 .sales-page-input::-moz-placeholder{font-family:inherit}.lnd-temp-2-186 .sales-page-input:-ms-input-placeholder{font-family:inherit}.lnd-temp-2-186 .-coupon-price,.lnd-temp-2-186 .-payment-info-title,.lnd-temp-2-186 .-sales-page-title,.lnd-temp-2-186 .-total-price,.lnd-temp-2-186 .coupon-yes,.lnd-temp-2-186 .login-form-input-wrapper label,.lnd-temp-2-186 .order-item-price,.lnd-temp-2-186 .sales-col-title-num,.lnd-temp-2-186 .sales-col-title-txt{font-weight:700}.lnd-temp-2-186 .-invoice-small-lbl{font-style:italic}.lnd-temp-2-301 .coupon-yes{font-weight:700}.lnd-temp-2-302 .-invoice-small-lbl{font-style:italic}.lnd-temp-2-302 .-payment-btn{font-weight:700}.lnd-temp-2-303 .-invoice-small-lbl{font-style:italic}.lnd-temp-2-303 .-payment-btn{font-weight:700}.lnd-temp-2-304 .-invoice-small-lbl{font-style:italic}.lnd-temp-2-189-subtitle h1,.lnd-temp-2-191-box-value,.lnd-temp-2-209-btn-dur,.lnd-temp-2-209-btn-num,.lnd-temp-2-209-title,.lnd-temp-2-210-btn-dur,.lnd-temp-2-210-btn-num,.lnd-temp-2-210-title,.lnd-temp-2-304 .payment-btn,.lnd-temp-2-304-coupon-discount,.lnd-temp-2-304-lbl-bold,.lnd-temp-2-304-product-title,.lnd-temp-2-304-register-title{font-weight:700}.lnd-temp-2-214-hi-word{font-weight:300}.course-card-CPE,.course-card-expiration{font-style:italic}.lnd-temp-2-216-wrapper .post-action-value{font-weight:700}.lnd-temp-2-216-wrapper .by-word{font-style:italic}.lnd-temp-2-216-wrapper .app-box-badge-become,.lnd-temp-2-216-wrapper .app-box-badge-name,.lnd-temp-2-218-post-action-value,.lnd-temp-2-220-post-action-value,.lnd-temp-2-221-name,.lnd-temp-2-221-post-action-value{font-weight:700}.lnd-temp-2-223-card-by-word{font-style:italic}.lnd-temp-2-224-card-title-wrapper,.lnd-temp-2-225-card-title-wrapper,.lnd-temp-2-307 .-course-name{font-weight:700}.lnd-temp-2-307 .-course-expiration{font-style:italic}.lnd-temp-2-316-name,.lnd-temp-h3{font-weight:700}.eltextwithborder-content{font-style:italic}.course-caption-roboto,.course-title-condensed,.lnd-temp-2-320-title,.mobileapp-title{font-weight:700}.text-italic{font-style:italic}#oopsNotif h1,.brow-inst,.course-ribbon-rotate,.course-ribbon-top,.course-ribbon-top-left{font-weight:700}#footer{font-weight:300}.footer-title{font-weight:700}.footer-list{font-weight:300}.footer-section-title{font-weight:700}.-vision-text{font-style:italic}.permission_private .lrn-path-cont-icon,.permission_soon .lrn-path-cont-icon,.top-bar-link{font-weight:700}.certif-title,.qtitle,.resultsTitle{font-weight:300}.certif-comments{font-style:italic}.cert-form-title,.que-timer-time,.score-num,.score-res-text{font-weight:300}#couponYes,.-coupon-price,.-total-price,.font-bold{font-weight:700}.-invoice-small-lbl,.stuff-tag{font-style:italic}.profile-name{font-weight:700}.-people-title{font-weight:300}.add-choice{font-weight:700}.mentions-input-box textarea{font-family:inherit}.badges-name,.comment-caption .best_of_num,.comment-caption .likes-num,.date-timeline,.main-post .name{font-weight:700}.popular-article-by-word{font-style:italic}.-disable-inv{font-family:inherit!important}.win-title{font-weight:300}.-italic{font-style:italic}.-bold,.insert-code{font-weight:700}@media screen and (max-width:959px){.member-name{font-weight:700}}#profFrame .stuff-tag{font-style:italic}.basic-info-value{font-weight:300}.badgeName,.box-course-title{font-weight:700}#badgesWin,.member-loc{font-weight:300}.-public-courses-title,.course-price{font-weight:700}.-badge-right-col,.badgeText,.mcprtitle,.pe_score{font-weight:300}.cur-que,.cur-score{font-weight:700}.fastrcodetotype,.fastrtypetxt,.mcproptiontext,.shortaresponse,.tfproptiondesc{font-weight:300}.team-name{font-weight:700}.-hi-word{font-weight:300}.bundle-final-price{font-style:italic}.bundle-courses-num{font-weight:700}.bundle-courses-lbl,.bundle-courses-more{font-style:italic}.bundle-name{font-weight:700}.course-caption-CPE,.course-card-expiration,.subscription-courses{font-style:italic}.course-caption-item-value,.post-action-value{font-weight:700}.by-word{font-style:italic}.app-box-badge-become,.app-box-badge-name,.order-item-price-value,.secure-pay-title,.step-content-lbl{font-weight:700}.billing-title{font-weight:300}.confirm-value,.course-box-price,.course-box-title,.qdescr-sectiondescr,.subscr-main-title{font-weight:700}.qdescr-sectiondescr h1,.qdescr-sectiondescr h2,.qdescr-sectiondescr h3,.qdescr-sectiondescr h4,.qdescr-sectiondescr h5,.qdescr-sectiondescr h6{font-weight:inherit}.top-bar-msg-sender,.top-bar-notif{font-weight:700}.nav-panel-tag,.text1-content{font-style:italic}.sidebar1Elclass,.sidebar2Elclass,.sidebar3Elclass{font-weight:300}.note1Elclass{font-style:italic}.fullbg2-desc,.fullbg4-descr,.fullbg4-subtitle,.fullbg4-title,.grtxt1-subtitle,.grtxt1-title,.grtxt2-subtitle,.linkElclass,.people1-name,.que-desc,.rainbow-desc,.rainbow-title,.termElclass{font-weight:300}.pointertext1-content,.pointertext4-text{font-style:italic}.-definition,.-propose-link,.-read-also{font-weight:300}.compTableTitle{font-weight:700}.compTable thead tr{font-weight:300}.ct-property{font-weight:700}.-hot-descr-title,.-new-person-name,.version{font-weight:300}.basic-card-title-wrapper,.qna-card-bold{font-weight:700}.search-res-link{font-weight:300}@media screen and (max-width:439px){.ilistgeneraltitle{font-weight:700}}.sy-caption span{font-style:italic}.sliderobject{position:relative;height:200px;background-color:hsla(0,0%,88.2%,.4);color:#58595b}.slidercontainer{position:relative;width:420px;height:200px;overflow:visible;margin:0 auto}.sliderpage{position:absolute;top:0;left:0;width:100%;height:200px}.slidecontents{height:180px;width:100%;overflow-y:auto}.slidedescription{font-size:13px;text-align:center;bottom:-20px;height:20px;width:100%}.textframe_1{width:80px;height:60px;font-size:11px;padding:4px;color:#fff;border-radius:4px;resize:both;overflow:auto}.textframe_1,.textpointer_1{position:absolute;background-color:red;opacity:.8}.textpointer_1{width:0;height:0;border:8px solid red;border-radius:8px}.textpointerframe_1{position:absolute;width:20px;height:20px;background-color:transparent;opacity:.8;border:1px dashed red;border-radius:3px;resize:both;overflow:auto}.textipointer_1{position:absolute;width:0;height:0;background-color:green;opacity:.8;border:8px solid green;border-radius:8px;cursor:pointer;z-index:3}.textframe_2{width:80px;height:60px;font-size:12px;padding:4px;color:#fff;border-radius:4px;resize:both;overflow:auto}.textframe_2,.textpointer_2{position:relative;background-color:#00f;opacity:.8}.textpointer_2{width:0;height:0;border:8px solid #00f;border-radius:8px}.textpointerframe_2{position:absolute;width:20px;height:20px;background-color:transparent;opacity:.8;border:1px dashed #00f;border-radius:3px;resize:both;overflow:auto}.textipointer_2{position:absolute;width:0;height:0;background-color:#00f;opacity:.8;border:8px solid #00f;border-radius:8px;z-index:3;cursor:pointer}.bulletswrapper{clear:both}.bulletswrapper:after{content:".";visibility:hidden;display:block;height:0;clear:both}.pnavigationbulletswrapper{list-style:none;float:left;left:50%;transform:translate(-50%);position:relative;text-align:center;z-index:3;margin-top:-25px}.pnavigationbullet{float:left;margin:2px;width:20px;height:20px;color:#fff;font-size:13px;line-height:20px;border-radius:3px;background-color:#c6c6c6;cursor:pointer;transition:background-color .3s}.pnavigationbuttons{width:25px;height:25px;box-sizing:border-box;border-radius:50%;border:2px solid #c6c6c6;position:relative;cursor:pointer}.leftNavButton:before,.rightNavButton:before{position:absolute;content:"";top:7px;width:6px;height:6px;border-top:2px solid #c6c6c6}.leftNavButton:before{left:8px;border-left:2px solid #c6c6c6;transform:rotate(-45deg)}.rightNavButton:before{right:8px;border-right:2px solid #c6c6c6;transform:rotate(45deg)}.leftNavButton:hover:before,.pnavigationbuttons:hover,.rightNavButton:hover:before{border-color:#c32929}.common-img-effect{border:5px solid #fff;box-shadow:5px 5px 10px rgba(0,0,0,.2)}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-inner,.fancybox-outer{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px Helvetica Neue,Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(https://cdn.mycourse.app/pbl1f/images/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(https://cdn.mycourse.app/pbl1f/images/fancybox_loading.gif) 50% no-repeat}.fancybox-close{top:-18px;right:-18px;width:36px;height:36px}.fancybox-close,.fancybox-nav{position:absolute;cursor:pointer;z-index:8040}.fancybox-nav{top:0;width:40%;height:100%;text-decoration:none;background:transparent url(https://cdn.mycourse.app/pbl1f/images/blank.gif);-webkit-tap-highlight-color:rgba(0,0,0,0)}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:hidden}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:10000;background:url(https://cdn.mycourse.app/pbl1f/images/fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:normal 13px/20px Helvetica Neue,Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,.8);border-radius:15px;text-shadow:0 1px 2px #222;color:#fff;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}
/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{zoom:1}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:alpha(opacity=0)}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:absolute;top:0;left:0;width:100%;height:100%}
/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url(https://cdn.mycourse.app/pbl1f/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url(https://cdn.mycourse.app/pbl1f/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;color:#fff;font-weight:700}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url(https://cdn.mycourse.app/pbl1f/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;font-weight:700;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #fbcb09;background:#fdf5ce url(https://cdn.mycourse.app/pbl1f/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;font-weight:700;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url(https://cdn.mycourse.app/pbl1f/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:700;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-widget :active{outline:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url(https://cdn.mycourse.app/pbl1f/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url(https://cdn.mycourse.app/pbl1f/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;color:#fff}.ui-state-error-text,.ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error-text,.ui-widget-header .ui-state-error a{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:alpha(opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:alpha(opacity=35);background-image:none}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(https://cdn.mycourse.app/pbl1f/images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(https://cdn.mycourse.app/pbl1f/images/ui-icons_ffffff_256x240.png)}.ui-state-active .ui-icon,.ui-state-default .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(https://cdn.mycourse.app/pbl1f/images/ui-icons_ef8c08_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(https://cdn.mycourse.app/pbl1f/images/ui-icons_228ef1_256x240.png)}.ui-state-error-text .ui-icon,.ui-state-error .ui-icon{background-image:url(https://cdn.mycourse.app/pbl1f/images/ui-icons_ffd27a_256x240.png)}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-off{background-position:-96px -144px}.ui-icon-radio-on{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first,.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url(https://cdn.mycourse.app/pbl1f/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;opacity:.5;filter:alpha(opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url(https://cdn.mycourse.app/pbl1f/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;opacity:.2;filter:alpha(opacity=20);border-radius:5px}
/*!
 * jQuery UI Resizable 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}
/*!
 * jQuery UI Selectable 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}
/*!
 * jQuery UI Autocomplete 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */.ui-autocomplete{position:absolute;cursor:default}* html .ui-autocomplete{width:1px}.ui-menu{list-style:none;padding:2px;margin:0;display:block;float:left}.ui-menu .ui-menu{margin-top:-3px}.ui-menu .ui-menu-item{margin:0;padding:0;zoom:1;float:left;clear:left;width:100%}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:.2em .4em;line-height:1.5;zoom:1}.ui-menu .ui-menu-item a.ui-state-active,.ui-menu .ui-menu-item a.ui-state-hover{font-weight:400;margin:-1px}@media only screen and (min-width:568px){.iziToast:after{display:none}}.iziToast-wrapper .iziToast.iziToast-theme-dark .iziToast-message{font-weight:400}.iziToast-wrapper .iziToast>.iziToast-body .iziToast-icon{width:20px;height:20px}.iziToast-wrapper .iziToast.lw-notification-vertical .iziToast-close{width:24px;height:24px}.iziToast-wrapper .iziToast.lw-notification-vertical .iziToast-title{margin-bottom:12px}.iziToast-wrapper .iziToast>.iziToast-progressbar>div{height:3px;background-color:#fff;border-radius:0}.iziToast-wrapper .iziToast>.iziToast-progressbar{background-color:#4accc1}.iziToast-wrapper .iziToast.lw-notification--alert>.iziToast-body .iziToast-buttons>button{background-color:#ea4d4d;color:#fff}.iziToast-wrapper .iziToast.lw-notification--alert>.iziToast-body .iziToast-buttons>button:hover{background-color:#e51f1f}.iziToast-wrapper .iziToast.lw-notification--alert .iziToast-buttons{text-align:left}.iziToast-wrapper .iziToast.lw-notification--alert .iziToast-texts{padding:23px}.iziToast-wrapper .iziToast.lw-notification--alert .iziToast-title{color:#000}.iziToast-wrapper .iziToast{font-family:Helvetica Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Arial!important;border-radius:3px;box-shadow:-1px 3px 8px rgba(0,0,0,.2)}.iziToast-wrapper .iziToast>.iziToast-body .iziToast-message{font-size:15px;line-height:1.4;min-width:280px}.iziToast-wrapper .iziToast>.iziToast-body .iziToast-title{font-weight:600;font-size:17px}.iziToast.lw-notification-vertical .iziToast-buttons,.iziToast.lw-notification-vertical .iziToast-message,.iziToast.lw-notification-vertical .iziToast-texts,.iziToast.lw-notification-vertical .iziToast-title{display:block;float:none;color:#fff}.iziToast.lw-notification-vertical .iziToast-title{margin-bottom:.5em}.iziToast.lw-notification-vertical .iziToast-close{width:40px;height:40px}.iziToast.lw-notification-vertical .iziToast-icon{top:10px}.iziToast-wrapper .iziToast.lw-notification--simple{color:#fff;width:530px}.iziToast-wrapper .iziToast.lw-notification--simple.iziToast-color-green{background-color:#02cfc0}.iziToast-wrapper .iziToast.lw-notification--simple.iziToast-color-green .iziToast-close{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/svg/x-white.svg)!important;background-size:20px;opacity:1}.iziToast-wrapper .iziToast.lw-notification--simple.iziToast-color-blue{background-color:#2b80f4}.iziToast-wrapper .iziToast.lw-notification--simple.iziToast-color-blue .iziToast-close{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/svg/x-white.svg)!important;background-size:20px;opacity:1}.iziToast-wrapper .iziToast.lw-notification--simple.iziToast-color-yellow{background-color:#f8c36d}.iziToast-wrapper .iziToast.lw-notification--simple.iziToast-color-yellow .iziToast-message,.iziToast-wrapper .iziToast.lw-notification--simple.iziToast-color-yellow .iziToast-texts,.iziToast-wrapper .iziToast.lw-notification--simple.iziToast-color-yellow .iziToast-title{color:#212121}.iziToast-wrapper .iziToast.lw-notification--simple.iziToast-color-yellow .iziToast-close{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/svg/x-black.svg)!important;background-size:20px;opacity:1}.iziToast-wrapper .iziToast.lw-notification--simple.iziToast-color-red{background-color:#f34d61}.iziToast-wrapper .iziToast.lw-notification--simple.iziToast-color-red .iziToast-close{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/svg/x-white.svg)!important;background-size:20px;opacity:1}.iziToast-wrapper .iziToast.lw-notification--simple .iziToast-icon.ico-info{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/svg/info-circle.svg)!important}.iziToast-wrapper .iziToast.lw-notification--simple .iziToast-icon.ico-success{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/svg/tick-circle.svg)!important}.iziToast-wrapper .iziToast.lw-notification--simple .iziToast-icon.ico-error{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/svg/x-circle.svg)!important}.iziToast-wrapper .iziToast.lw-notification--simple .iziToast-icon.ico-warning{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/svg/exclamation-circle.svg)!important}.iziToast-wrapper .iziToast.lw-notification--notice{background-color:#fff;box-shadow:0 10px 25px rgba(0,0,0,.2);padding:20px 30px 20px 4px}.iziToast-wrapper .iziToast.lw-notification--notice .iziToast-message,.iziToast-wrapper .iziToast.lw-notification--notice .iziToast-title{color:#000}.iziToast-wrapper .iziToast.lw-notification--notice .iziToast-icon.ico-warning{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/svg/exclamation-circle.svg)!important}.iziToast-wrapper .iziToast.lw-notification--notice .iziToast-close{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/svg/x-black.svg)!important;background-size:22px;opacity:.6}.iziToast-wrapper .iziToast.lw-notification--alert{padding:0!important;margin:0;background-color:#fff;color:#666}.iziToast-wrapper .iziToast.lw-notification--alert .iziToast-message,.iziToast-wrapper .iziToast.lw-notification--alert .iziToast-title{color:#000}.iziToast-wrapper .iziToast.lw-notification--alert .iziToast-message{opacity:.8}.iziToast-wrapper .iziToast.lw-notification--alert .iziToast-body{padding:0;margin:0}.iziToast-wrapper .iziToast.lw-notification--alert .iziToast-buttons,.iziToast-wrapper .iziToast.lw-notification--alert .iziToast-texts{margin:0!important}.iziToast-wrapper .iziToast.lw-notification--alert .iziToast-texts{padding:25px 30px}.iziToast-wrapper .iziToast.lw-notification--alert .iziToast-buttons{box-shadow:0 -1px 10px rgba(0,0,0,.1);padding:10px 25px;text-align:right}.iziToast-wrapper .iziToast.lw-notification--alert>.iziToast-body .iziToast-buttons>a,.iziToast-wrapper .iziToast.lw-notification--alert>.iziToast-body .iziToast-buttons>button{background-color:#e1f7f5;border:1px solid #72d7cf;box-shadow:none!important;color:#4accc1;border-radius:25px;font-size:14px;margin:0 2px;padding:4px 14px 5px;font-family:Helvetica Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Arial!important;display:inline-block;text-align:center;position:relative;cursor:pointer}.iziToast-wrapper .iziToast.lw-notification--alert>.iziToast-body .iziToast-buttons>a.action-button,.iziToast-wrapper .iziToast.lw-notification--alert>.iziToast-body .iziToast-buttons>a:focus,.iziToast-wrapper .iziToast.lw-notification--alert>.iziToast-body .iziToast-buttons>a:focus-within,.iziToast-wrapper .iziToast.lw-notification--alert>.iziToast-body .iziToast-buttons>a:hover,.iziToast-wrapper .iziToast.lw-notification--alert>.iziToast-body .iziToast-buttons>button.action-button,.iziToast-wrapper .iziToast.lw-notification--alert>.iziToast-body .iziToast-buttons>button:focus,.iziToast-wrapper .iziToast.lw-notification--alert>.iziToast-body .iziToast-buttons>button:focus-within,.iziToast-wrapper .iziToast.lw-notification--alert>.iziToast-body .iziToast-buttons>button:hover{background-color:#c9f0ed}.iziToast-wrapper-center .iziToast-capsule{transition:all 0s}.iziToast.fadeIn,.iziToast.fadeOut{-webkit-animation-duration:.35s;animation-duration:.35s}.iziToast.fadeIn{-webkit-animation-delay:.2s;animation-delay:.2s}.-logo-bar:hover{opacity:1}.top-bar-disabled{display:none}.top-bar-icon{padding:3px 9px;vertical-align:middle}.-logo-bar{opacity:.9;z-index:10000;background-color:#fff;position:absolute;top:0;left:0;width:35px;height:35px;margin-top:2px;box-sizing:border-box;border-radius:50%;border:2px solid #fff;box-shadow:0 2px 4px -2px rgba(0,0,0,.7);cursor:pointer;background-position:50%;background-size:contain;background-repeat:no-repeat}.top-bar-col{height:100%;float:left}.-basic-functions{width:30%;box-sizing:border-box;font-size:0;text-align:right;padding-top:5px}.-app-title{width:27%;color:#fff;font-size:15px;line-height:36px;padding-left:43px}.-app-functions,.-app-title{box-sizing:border-box;position:relative}.-app-functions{width:43%;text-align:center}@media screen and (min-width:959px){.slug-dailynews .-basic-functions,.slug-workpad .-basic-functions{width:40%}.slug-dailynews .-app-functions,.slug-workpad .-app-functions{width:33%}}.basic-function{position:relative;display:inline-block;vertical-align:middle;background-position:50%;background-repeat:no-repeat;cursor:pointer;box-sizing:border-box}#userAvatarp{padding:0 10px 0 8px;position:relative}#userAvatarp:after{content:"";position:absolute;width:0;height:0;border-color:#fff transparent transparent;border-style:solid;border-width:5px 3px;right:0;top:13px}#userAvatar{width:29px;height:29px;border:2px solid #fff;background-origin:border-box;border-radius:50%;box-sizing:border-box}#barInboxP,#socialWrapperBar{position:relative}#barInboxP{border-left:1px solid hsla(0,0%,100%,.3);border-right:1px solid hsla(0,0%,100%,.3)}#conversationWith,.-app-name{display:inline-block;vertical-align:middle;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#conversationWith{max-width:45%}#courseName,#indication,#otherUser,#userName,#userNameTB,#workpadTitle{display:inline-block;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:55%}#otherUser{max-width:90px}.top-bar-notif{display:none;position:absolute;padding:0 6px;height:16px;border-radius:5px;text-align:center;top:-6px;right:1px;color:#fff;background-color:#c32929;font-size:10px;z-index:1}#barInboxP .top-bar-notif{right:1px}#topBarPostsNum{vertical-align:middle}#msguiHelper{width:250px;height:50px;position:absolute;top:20px;left:-27px;display:none}#barPages{position:relative;padding-right:9px;border-right:1px solid hsla(0,0%,100%,.3)}#barPages:hover #pagesMenu{display:block}#pagesMenu{display:none;position:absolute;top:29px;left:20px}#pagesMenu .white-link:hover{text-decoration:none}#pagesMenu:after{content:"";position:absolute;top:-10px;left:50%;transform:translate(-50%);width:200px;height:20px}#topBarMsgsWrapper{display:none;position:absolute;top:35px;right:-46px;width:350px;max-height:400px;cursor:default;box-sizing:border-box;box-shadow:0 0 15px rgba(0,0,0,.5)}#topBarMsgsWrapper:before{content:"";position:absolute;width:9px;height:9px;transform:rotate(45deg);right:59px;top:-5px;background-color:#f5f5f5}.top-bar-msg-wrapper{overflow:hidden;max-height:100%;box-sizing:border-box;cursor:pointer;background-color:#f5f5f5}.top-bar-msg-wrapper:not(:last-child){border-bottom:1px solid #c8c8c8}.top-bar-msg-wrapper:not(:first-child){border-top:1px solid #fff}.top-bar-msg-wrapper:hover{background-color:#fff}.top-bar-msg-icon-wrapper{float:left;width:50px;height:50px;padding:6px;box-sizing:border-box;background-color:#e9e9e9}.top-bar-msg-icon{background-position:50%;background-size:contain}.top-bar-msg-avatar,.top-bar-msg-icon{width:100%;height:100%;background-repeat:no-repeat}.top-bar-msg-contents{width:300px;float:left;text-align:left;padding:6px 10px 2px;box-sizing:border-box;overflow:hidden}.top-bar-msg-sender{font-size:16px;float:left;max-width:200px;margin-bottom:2px;color:#000}.top-bar-msg-sender,.top-bar-msg-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-bar-msg-text{color:#58595b;min-height:16px;max-height:48px;max-width:100%;font-size:14px;line-height:16px;margin-bottom:5px;clear:both}.top-bar-msg-time{float:right;font-size:13px;margin-top:2px;max-width:90px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-left:5px;color:#b4b4b4}#andmoreNotif{text-align:center;color:#58595b;font-size:12px;padding:3px 0 5px;background-color:#fff}#uaguiHelper{width:100px;height:20px;position:absolute;top:28px;left:-38px;display:none}.user-menu{width:130px;box-sizing:border-box;padding:7px;box-shadow:0 0 15px rgba(0,0,0,.5);border-radius:3px;border:1px solid #fff;z-index:130}.instructors-submenu{display:none;position:absolute;top:0;left:-7px;transform:translate(-100%)}.instructors-submenu:before{display:none}.instructors-submenu:after{content:"";position:absolute;top:0;right:-20px;height:33px;width:20px}.user-menu:before{content:"";position:absolute;width:9px;height:9px;transform:rotate(45deg) translateX(-50%);left:50%;top:-2px;background-color:inherit;border:solid #fff;border-width:1px 0 0 1px}.user-menu-choice{text-align:left;width:100%;box-sizing:border-box;padding:7px 6px;color:#fff;font-size:15px;cursor:pointer;list-style-type:none;position:relative}.user-menu-choice:not(:last-child){border-bottom:1px solid hsla(0,0%,100%,.1)}.user-menu-choice.instructor-user-menu-choice:hover .instructors-submenu{display:block}.-top-bar-menu{position:relative;left:-51px;top:4px}.-start-menu{left:0;top:0}#userMenu,.-start-menu{position:absolute;display:none}.bar-button{border-radius:2px;display:block;float:left;padding:4px 6px;box-sizing:border-box;cursor:pointer;margin:2px 3px 0}.bar-button.news-bar-button .bar-button-label{max-width:60px}.bar-button.-new-msg .bar-button-label{max-width:65%}.bar-button:hover{background-color:hsla(0,0%,100%,.1)}.bar-button:hover .bar-button-icon{opacity:1}.bar-button:active{background-color:hsla(0,0%,100%,.2)}.-new-msg.bar-button{margin:2px auto;float:none}.bar-button-icon{background-position:50%;background-repeat:no-repeat;vertical-align:top;position:relative;top:3px;margin-right:4px;opacity:.8}.bar-button-label{display:inline-block;vertical-align:middle;color:#fff;line-height:26px;font-size:15px;max-width:58px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bar-button-label.-discuss-label{margin-right:9px;position:relative;top:-1px}.-hamburger-menu{float:right;display:none;cursor:pointer;width:38px;height:38px;position:relative;z-index:10;background-repeat:no-repeat;background-position:50%;background-image:url(https://cdn.mycourse.app/pbl1f/images/hamburger-icon.png)}.-hamburger-menu-list{display:none;position:absolute;right:0;top:38px;width:170px;box-sizing:border-box;padding:6px;box-shadow:0 0 15px rgba(0,0,0,.5);z-index:50;-webkit-animation-name:slideRightToLeft;-webkit-animation-duration:.2s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0s;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:slideRightToLeft;-ms-animation-duration:.2s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0s;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:slideRightToLeft;animation-duration:.2s;animation-timing-function:ease-out;animation-delay:0s;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:slideRightToLeft;-moz-animation-duration:.2s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0s;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.-hamburger-menu-list .close{top:11px;right:11px;display:none;z-index:0}.hamburger-bar-button{padding:8px 6px;border-radius:2px;cursor:pointer;list-style-type:none;display:block;position:relative}.hamburger-bar-button:hover{text-decoration:none;background-color:hsla(0,0%,100%,.15)}.hamburger-bar-button:hover .bar-button-icon{opacity:1}.hamburger-bar-button:active{background-color:hsla(0,0%,100%,.2)}.hamburger-bar-button .bar-button-label{max-width:80%}.hamburger-bar-button.instructor-hamburger-bar-button:hover .-instructor-hamburger-user-choices{height:auto}.hamburger-bar-button.instructor-hamburger-bar-button .bar-button-label{width:80%;max-width:80%}.hamburger-bar-button.instructor-hamburger-bar-button .hamburger-bar-button{padding:4px 0;margin-top:5px;margin-bottom:-3px}.hamburger-bar-button.instructor-hamburger-bar-button .hamburger-bar-button:hover{background-color:transparent}.-hamburger-perpage,.-hamburger-user-choices{list-style-type:none}.-hamburger-perpage{display:none}.-instructor-hamburger-user-choices{height:0;transition:all .3s}#navPanel{display:none;position:absolute;left:300px;top:60px}#navPanel .form-lbl{color:#fff;margin-left:2px}.-admin-nav-panel-button-wrapper{padding:0 2px;position:absolute;left:0;top:-40px;width:100%}.-admin-nav-panel-button{background-color:#f5f5f5;padding:8px 4px;border-radius:3px;font-size:0;cursor:pointer;text-align:center}.-admin-nav-panel-button:hover{background-color:#fff}.nav-panel-tag{font-size:12px;border-radius:3px;padding:2px 7px;background-color:#000;color:hsla(0,0%,100%,.9);line-height:14px;position:absolute;top:3px;left:3px;display:inline-block}.nav-panel-col{float:left;position:relative;max-width:100%}.nav-panel-col1{width:496px}.nav-panel-col2{width:120px;margin-left:30px}#navTiles{width:100%;margin:0 auto;overflow:hidden}#navPanel .close{top:0;right:-24px}.nav-tile-box{width:120px;height:120px;margin:0 2px 4px;float:left;color:#fff;cursor:pointer;position:relative}.nav-tile-box:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;display:none;background-color:hsla(0,0%,100%,.1)}.nav-tile-box:hover:after{display:block}.admin-nav-tile-box{background-color:rgba(0,0,0,.4)}.nav-tile-icon{width:100%;padding-bottom:100%;background-repeat:no-repeat}.bottom-title{width:100%;position:absolute;bottom:2px;left:0;text-align:center}.app-title{text-align:center;font-size:15px;padding:0 6px}.nav-tile-box .nav-coming-soon{top:0}#home .nav-tile-icon{background-image:url(https://cdn.mycourse.app/pbl1f/images/app-home.png)}#dailyNews .nav-tile-icon{background-image:url(https://cdn.mycourse.app/pbl1f/images/app-news.png)}#socialize .nav-tile-icon{background-image:url(https://cdn.mycourse.app/pbl1f/images/app-social.png)}#wwworkPad .nav-tile-icon{background-image:url(https://cdn.mycourse.app/pbl1f/images/app-workpad.png)}#communicate .nav-tile-icon{background-image:url(https://cdn.mycourse.app/pbl1f/images/app-inbox.png)}#people .nav-tile-icon{background-image:url(https://cdn.mycourse.app/pbl1f/images/app-people.png)}#mirror .nav-tile-icon{background-image:url(https://cdn.mycourse.app/pbl1f/images/app-profile.png)}#certify .nav-tile-icon{background-image:url(https://cdn.mycourse.app/pbl1f/images/app-cert.png)}#signout .nav-tile-icon{background-image:url(https://cdn.mycourse.app/pbl1f/images/app-signout.png)}#dashboardTile .nav-tile-icon{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/dashboard-icon-white.png)}#usersTile .nav-tile-icon{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/people-icon-white.png)}#coursesTile .nav-tile-icon{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/courses-icon-white.png)}#home{background-color:#c32929}#home:active{background-color:#000;background-image:none}#communicate{background-color:#32bebe}#communicate:active{background-color:#000;background-image:none}#wwworkPad{background-color:#239191}#wwworkPad:active{background-color:#000;background-image:none}#socialize{background-color:#00bef5}#socialize:active{background-color:#000;background-image:none}#dailyNews{background-color:#e1bc2e}#dailyNews:active{background-color:#000;background-image:none}#certify{background-color:#a185dd}#certify:active{background-color:#000;background-image:none}#playNlearn{background-color:#ef9904}#playNlearn:active{background-color:#000;background-image:none}#people{background-color:#ef9904}#people:active{background-color:#000;background-image:none}#signout{background-color:#a185dd}#signout:active{background-color:#000;background-image:none}#mirror{background-color:#7ea939}#coursesTile:active,#dashboardTile:active,#mirror:active,#usersTile:active{background-color:#000;background-image:none}#navCoursesWrapper{position:relative}#navCourses{width:100%;height:100%;overflow:hidden}#navCoursesContainer{width:100000px;height:100%}#leftArrowCourses{position:absolute;left:-25px;top:0}#rightArrowCourses{position:absolute;right:-25px;top:0}.navp-arrow-wrapper{width:25px;height:100%;cursor:pointer}.navp-arrow-wrapper:hover #navpArrowLeft,.navp-arrow-wrapper:hover #navpArrowRight{border-color:#c32929}.navp-arrow{width:12px;height:12px;margin:0 auto}#navpArrowLeft{transform:rotate(-45deg);border-top:2px solid #fff;border-left:2px solid #fff;border-top-left-radius:2px}#navpArrowRight{transform:rotate(45deg);border-top:2px solid #fff;border-right:2px solid #fff;border-top-right-radius:2px}.nav-coming-soon{position:absolute;box-sizing:border-box;top:0;width:100%;padding:0 6px;text-align:center;color:#fff;background-color:rgba(0,0,0,.7);left:0;line-height:20px;font-size:14px}.nav-course{background-color:#3378a0;position:relative;box-sizing:border-box;box-shadow:inset 0 0 60px rgba(0,0,0,.3);padding:6px 6px 3px 20px;overflow:hidden}.nav-black-border{left:0;top:0;height:100%;width:10px}.nav-black-border,.nav-rhombus{position:absolute;background-color:#000}.nav-rhombus{left:4px;top:31px;width:12px;height:12px;transform:rotate(45deg)}.nav-checkmark-wrapper{margin-bottom:3px;height:20px}.nav-checkmark{border:2px solid #fff;border-radius:50%;height:100%;width:20px;box-sizing:border-box;background-position:50%;background-image:url(https://cdn.mycourse.app/pbl1f/images/checkmark-small.png)}.nav-course-icon{position:absolute;width:80%;height:80%;top:10%;left:10%;background-image:url(https://cdn.mycourse.app/pbl1f/images/book-icon-small.png);transform:rotate(-45deg)}.nav-course-title{font-size:13px;line-height:16px;color:#fff;max-height:64px;overflow:hidden}.nav-course-author{display:block;color:#fff;font-size:12px;line-height:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-prog-wrapper{position:absolute;bottom:2px;left:20px;width:80%;height:18px}.nav-prog-bar-wrapper{display:inline-block;width:71%;height:25%;background-color:#143c5a;vertical-align:middle}.nav-prog-bar{display:block;width:30%;height:100%;background-color:#fff}.nav-prog-perc{display:inline-block;vertical-align:middle;font-size:10px;color:#fff}.-antenna{position:absolute;top:18px;left:18px}.circle-rad{background-color:#c32929;margin:7px auto 0;border-radius:50%;opacity:0}.-circle2-rad{-webkit-animation-name:radiation;-webkit-animation-duration:2s;-webkit-animation-iteration-count:3;-webkit-animation-delay:0s;-moz-animation-name:radiation;-moz-animation-duration:2s;-moz-animation-iteration-count:3;-moz-animation-delay:0s;-ms-animation-name:radiation;-ms-animation-duration:2s;-ms-animation-iteration-count:3;-ms-animation-delay:0s;animation-name:radiation;animation-duration:2s;animation-iteration-count:3;animation-delay:0s;width:4px;height:4px;box-shadow:5px -2px 0 -1px #c32929,-5px -2px 0 -1px #c32929}.-circle3-rad{-webkit-animation-name:radiation;-webkit-animation-duration:2s;-webkit-animation-iteration-count:3;-webkit-animation-delay:.3s;-moz-animation-name:radiation;-moz-animation-duration:2s;-moz-animation-iteration-count:3;-moz-animation-delay:.3s;-ms-animation-name:radiation;-ms-animation-duration:2s;-ms-animation-iteration-count:3;-ms-animation-delay:.3s;animation-name:radiation;animation-duration:2s;animation-iteration-count:3;animation-delay:.3s;width:6px;height:6px;box-shadow:9px -2px 0 -1px #c32929,15px -7px 0 -2px #c32929,-9px -2px 0 -1px #c32929,-15px -7px 0 -2px #c32929}.-circle4-rad{-webkit-animation-name:radiation;-webkit-animation-duration:2s;-webkit-animation-iteration-count:3;-webkit-animation-delay:.6s;-moz-animation-name:radiation;-moz-animation-duration:2s;-moz-animation-iteration-count:3;-moz-animation-delay:.6s;-ms-animation-name:radiation;-ms-animation-duration:2s;-ms-animation-iteration-count:3;-ms-animation-delay:.6s;animation-name:radiation;animation-duration:2s;animation-iteration-count:3;animation-delay:.6s;width:8px;height:8px;box-shadow:25px -13px 0 -3px #c32929,11px -1px 0 -1px #c32929,20px -6px 0 -2px #c32929,-11px -1px 0 -1px #c32929,-20px -6px 0 -2px #c32929,-25px -13px 0 -3px #c32929}@-webkit-keyframes radiation{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes radiation{0%{opacity:0}50%{opacity:1}to{opacity:0}}@-webkit-keyframes slideLeftToRight{0%{-webkit-transform:translate(-100%)}to{-webkit-transform:translate(0)}}@keyframes slideLeftToRight{0%{transform:translate(-100%)}to{transform:translate(0)}}@-webkit-keyframes slideRightToLeft{0%{-webkit-transform:translate(100%)}to{-webkit-transform:translate(0)}}@keyframes slideRightToLeft{0%{transform:translate(100%)}to{transform:translate(0)}}@media screen and (min-width:768px) and (max-width:1170px){.-app-title-expand+.-hamburger-menu+.-app-functions #editCourseView,.-app-title-expand+.-hamburger-menu+.-app-functions #editView:not(:only-child){position:fixed;opacity:1;left:50%}.-app-title-expand+.-hamburger-menu+.-app-functions #editView:not(:only-child){transform:translate(-110%)}.-app-title-expand+.-hamburger-menu+.-app-functions #editCourseView{transform:translate(5%)}}@media screen and (max-width:959px){.-app-functions{display:block;position:fixed;top:0;left:50%;width:auto;height:auto;transform:translateX(-50%)}#userAvatarp,.-app-functions .-new-msg,.-app-functions span:not(#editCourseView):not(#editView):not(#previewView):not([title=Affiliate]){display:none}.-hamburger-menu{display:block}.-basic-functions{position:absolute;top:1px;right:37px;width:auto;z-index:10}#socialNetworkWrapper{z-index:10000}#navPanel{top:38px!important;left:0!important;width:200px;transform:translate(-100%);animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;-webkit-animation-name:slideLeftToRight;-webkit-animation-duration:.2s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0s;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:slideLeftToRight;-ms-animation-duration:.2s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0s;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:slideLeftToRight;animation-duration:.2s;animation-timing-function:ease-out;animation-delay:0s;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:slideLeftToRight;-moz-animation-duration:.2s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0s;-moz-animation-iteration-count:1;-moz-animation-direction:normal}#navCourses{display:none}.navp-arrow-wrapper{display:none!important}.nav-tile-box{width:200px;height:50px;margin-right:0;margin-left:0;margin-bottom:2px}.nav-tile-icon{width:30%;background-size:100%;background-repeat:no-repeat;position:relative;top:-5px}.app-title{font-size:18px;text-align:left;padding-left:55px}.bottom-title{bottom:14px;text-align:left}.nav-panel-col2,.nav-tile-box.notavailable{display:none}}@media screen and (max-width:767px){#editCourseView,.-subscription-trial-topbar{display:none}}@media screen and (max-width:499px){.-hamburger-menu-list{position:fixed;top:38px;right:0;width:80%;height:100%;border-bottom:none;border-top:none;border-right:none;padding-right:40px;z-index:1000000}.-hamburger-menu-list .close{display:block}.hamburger-bar-button{padding:12px 8px}}@media screen and (min-width:960px){#indication,#userName,#userNameTB{max-width:32%}#workpadTitle{max-width:30%}#courseName{max-width:42%}}@media screen and (min-width:600px) and (max-width:959px){#courseName{max-width:62%}}@media screen and (min-width:500px) and (max-width:599px){#courseName,#indication,#userName,#userNameTB{max-width:58%}#workpadTitle{max-width:65%}}@media screen and (min-width:321px) and (max-width:499px){#courseName,#indication,#userName,#userNameTB{max-width:28%}#workpadTitle{width:15%}#conversationWith,#otherUser,.inbox-app-title-comma{display:none}}@media screen and (max-width:320px){#workpadTitle{max-width:45%}#conversationWith,#otherUser,.inbox-app-title-comma{display:none}}@media screen and (max-width:959px) and (max-height:420px){#navPanel{width:500px}.nav-tile-box{width:32%}.nav-tile-icon{width:60px}.app-title{text-align:left;padding-left:50px}#navPanel .close{right:-10px}}@media screen and (max-width:420px){.-app-title,.bar-button-label.-discuss-label{display:none}#barInboxP{border-left:none;border-right:none}.-basic-functions{padding-top:6px}}@media screen and (min-width:421px) and (max-width:959px){.-app-title{width:55%;line-height:39px}}.modal-content{width:100%;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:300}.btn-dsb{background-color:hsla(0,0%,100%,.3)!important;color:#fff!important}.login-form-inputs{background-color:transparent;box-shadow:none}#animatedMessage,.landing-form,.login-form{position:relative;margin:0 auto}.login-form-logo{display:block;margin:0 auto 30px;max-height:70px}.form-img{background-image:-webkit-repeating-linear-gradient(-45deg,#e6e6e6,#e6e6e6 35px,#f2f2f2 0,#f2f2f2 70px);background-image:repeating-linear-gradient(-45deg,#e6e6e6,#e6e6e6 35px,#f2f2f2 0,#f2f2f2 70px);background-size:cover;background-position:50%;background-repeat:no-repeat}.inside-text{display:inline}.-login-but{position:relative}.-login-but.btn-loading .btn-loader{display:flex}.-login-but.btn-loading .-waiting-spinner{display:none}.-login-but.btn-loading .btn-lbl{width:0;white-space:nowrap;visibility:hidden}.-login-but.btn-loading .btn-lbl.btn-lbl-move{padding-right:0}.signup-btn.btn-loading .btn-loader{display:flex}.signup-btn.btn-loading .-waiting-spinner{display:none}.signup-btn.btn-loading .btn-lbl{width:0;white-space:nowrap;visibility:hidden}.signup-btn.btn-loading .btn-lbl.btn-lbl-move{padding-right:0}.-or{text-align:center;position:relative}.-or:after,.-or:before{content:"";flex-basis:10px;flex-grow:0;flex-shrink:1;border-bottom:1px solid;position:relative;top:2px}.-or:before{margin-right:5px}.-or:after{margin-left:5px}.-create-account:hover,.-login-small-but:hover{text-decoration:none}.login-form-cont{padding:0}.landing-form-small-button{min-width:100px}.-form-social-buttons .sign-but{color:#fff!important;cursor:pointer;padding:10px}.-form-social-buttons .sign-but:hover{text-decoration:none}.modal-content-layer{display:none;position:fixed;top:0;left:0;width:100%;height:100%}.login-form-title-mobile{display:none}.close-animatedModal{position:absolute;z-index:400;top:7px;right:7px;cursor:pointer}.close-animatedModal .login-form-close{width:20px;height:20px;line-height:24px;font-size:16px;opacity:.3}.close-animatedModal:hover .login-form-close{opacity:.5}.animatedModaliOsHack{overflow:hidden!important;-webkit-overflow-scrolling:touch!important}.form-button{color:#fff;cursor:pointer;flex:1}.-fb-form-button .sign-but{background-color:#3c5a98}.-fb-form-button .sign-but:hover{background-color:#4263a7}.-twit-form-button .sign-but{background-color:#46c8f5}.-twit-form-button .sign-but:hover{background-color:#59cef6}.-linkedin-form-button .sign-but{background-color:#007bb6}.-linkedin-form-button .sign-but:hover{background-color:#0089ca}.-google-form-button .sign-but{background-color:#d82a21}.-google-form-button .sign-but:hover{background-color:#df372e}.login-form-input-wrapper{border-bottom:none}.login-form-input-wrapper.extra-form-input-wrapper{display:none}.sign-input{width:100%;outline:0}.inside-text{display:none}.landing-form-title-social{text-align:justify}.social-icon{width:41px;height:41px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px}#socIconFb{background-color:#3c5a98}#socIconTwit{background-color:#46c8f5}#socIconLinkedin{background-color:#007bb6}#socIconGoogle{background-color:#d82a21}#socIconLW{background-color:#000;background-position:50%;background-repeat:no-repeat;background-size:16px;background-image:url(https://cdn.mycourse.app/pbl1f/images/sign-form-learnworlds-big.png)}::-webkit-clear-button,input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset}.landing-form-input-lbl{display:block;pointer-events:none}.error-wrapper{border:1px solid #e74c3c;background-color:rgba(231,76,60,.1)}.error-msg{color:#e74c3c}.lnd-checkmark-checkbox{display:none}.lnd-checkmark-checkbox+label{width:20px;height:20px;background-color:transparent;border:1px solid;box-sizing:border-box;cursor:pointer;position:relative}.lnd-checkmark-checkbox+label:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lnd-checkmark-checkbox:checked+label:after{content:"\F00C";font-family:Font Awesome\ 5 Free;font-weight:900!important;font-size:14px}.lnd-form-link-wrapper{vertical-align:top;display:inline-block;margin-left:5px;width:85%}.lnd-form-link{text-decoration:underline!important}.picker__select--month,.picker__select--year{height:auto!important}.landing-form .picker,.landing-form .picker__holder{position:static!important}.landing-form .picker__frame{position:static!important;max-height:auto!important}.landing-form .picker__box{box-shadow:none!important}.landing-form .picker--opened,.landing-form .picker--opened .picker__frame{transform:translateY(0)!important}.landing-form .picker--opened .picker__holder{background:transparent!important;display:block}.landing-form .picker--opened .picker__frame{margin-top:20px}.picker__holder{display:none}.picker--opened .picker__holder{outline:none;display:block}.picker__box{box-shadow:0 0 30px rgba(0,0,0,.3)!important;border:none!important;padding:.5em 1em!important;position:relative;z-index:10}.picker--opened .picker__frame{top:50%!important;transform:translateY(-50%)!important}.picker__nav--next{right:0!important}.picker__nav--prev{left:0!important}.picker__header{margin-bottom:30px}.picker__frame{margin-bottom:0!important}.loginForm1 .modal-content,.loginForm4 .modal-content{min-height:100%;padding:30px 20px}.loginForm1 #animatedMessage,.loginForm1 .landing-form,.loginForm1 .login-form,.loginForm4 #animatedMessage,.loginForm4 .landing-form,.loginForm4 .login-form{width:420px;max-width:100%}.loginForm1 .sign-but,.loginForm4 .sign-but{width:41px;height:41px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 5px}.loginForm1 .landing-form-title-social,.loginForm1 .login-form-title,.loginForm4 .landing-form-title-social,.loginForm4 .login-form-title{text-align:center}.loginForm1 .-or:after,.loginForm1 .-or:before,.loginForm4 .-or:after,.loginForm4 .-or:before{flex-basis:10px;flex-grow:0;flex-shrink:1}.loginForm1 .-or:before,.loginForm4 .-or:before{margin-right:5px}.loginForm1 .-or:after,.loginForm4 .-or:after{margin-left:5px}.loginForm2 .modal-content,.loginForm5 .modal-content{min-height:100%;padding:30px 20px}.loginForm2 #animatedMessage,.loginForm2 .landing-form,.loginForm2 .login-form,.loginForm5 #animatedMessage,.loginForm5 .landing-form,.loginForm5 .login-form{box-shadow:0 0 30px rgba(0,0,0,.05);width:420px;max-width:100%}.loginForm2 .sign-but,.loginForm5 .sign-but{width:41px;height:41px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 5px}.loginForm2 .landing-form-title-social,.loginForm2 .login-form-title,.loginForm5 .landing-form-title-social,.loginForm5 .login-form-title{text-align:center}.loginForm2 .-or:after,.loginForm2 .-or:before,.loginForm5 .-or:after,.loginForm5 .-or:before{flex-basis:10px;flex-grow:0;flex-shrink:1}.loginForm2 .-or:before,.loginForm5 .-or:before{margin-right:5px}.loginForm2 .-or:after,.loginForm5 .-or:after{margin-left:5px}.loginForm3 .modal-content,.loginForm6 .modal-content{height:100%}.loginForm3 #animatedMessage,.loginForm3 .login-form-inputs,.loginForm6 #animatedMessage,.loginForm6 .login-form-inputs{width:420px;max-width:100%}.loginForm3 #animatedMessage,.loginForm6 #animatedMessage{margin:0 auto}.loginForm3 #animatedMessage .close-animatedModal,.loginForm6 #animatedMessage .close-animatedModal{display:none}.loginForm3 .landing-form-title-social,.loginForm3 .login-form-title,.loginForm6 .landing-form-title-social,.loginForm6 .login-form-title{text-align:center}.loginForm3 .sign-but,.loginForm6 .sign-but{width:41px;height:41px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 5px}.loginForm3 .-or:after,.loginForm3 .-or:before,.loginForm6 .-or:after,.loginForm6 .-or:before{flex-basis:10px;flex-grow:0;flex-shrink:1}.loginForm3 .-or:before,.loginForm6 .-or:before{margin-right:5px}.loginForm3 .-or:after,.loginForm6 .-or:after{margin-left:5px}.underline-hover:hover{text-decoration:underline}.underline-none:hover{text-decoration:none}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.word-break{word-break:break-all}.ov-x-auto{overflow-x:auto}.ov-y-hidden{overflow-y:hidden}.ov-hidden{overflow:hidden}.m-auto{margin:auto}.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-70{margin-top:70px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-30{margin-top:30px}.mt-25{margin-top:25px}.mb-40{margin-bottom:40px}.mb-50{margin-bottom:50px}.mb-1_5rem{margin-bottom:1.5rem}.mb-3rem{margin-bottom:3rem}.mb-3_5rem{margin-bottom:3.5rem}.mb-30{margin-bottom:30px}.mb-25{margin-bottom:25px}.mb-20{margin-bottom:20px}.mb-15{margin-bottom:15px}.mb-10{margin-bottom:10px}.mb-5{margin-bottom:5px}.mb-2rem{margin-bottom:2rem}.mb-3{margin-bottom:3px}.ml-3{margin-left:3px}.ml-5{margin-left:5px}.ml-10{margin-left:10px}.ml-30{margin-left:30px}.mr-30{margin-right:30px}.mr-20{margin-right:20px}.mr-10{margin-right:10px}.mr-5{margin-right:5px}.m-0-10{margin:0 10px}.m-0-5{margin:0 5px}.p-15-15-0-15{padding:15px 15px 0}.p-5-15{padding:5px 15px}.p-5-0-0-18{padding:5px 0 0 18px}.p-5{padding:5px}.p-15{padding:15px}.p-15-0{padding:15px 0}.p-20{padding:20px}.p-30{padding:30px}.p-50{padding:50px}.p-50-30{padding:50px 30px}.p-5perc{padding:5%}.p-7-20-20-20{padding:7px 20px 20px}.p-20-20-0-20{padding:20px 20px 0}.pb-5{padding-bottom:5px}.pb-30{padding-bottom:30px}.pt-20{padding-top:20px}.pt-100{padding-top:100px}.pt-130{padding-top:130px}.pb-100{padding-bottom:100px}.pb-50{padding-bottom:50px}.p-0-10{padding:0 10px}.p-5-10{padding:5px 10px}.p-10{padding:10px}.p-10-0{padding:10px 0}.p-0-10-10-10{padding:0 10px 10px}.p-0-20{padding:0 20px}.p-0-60{padding:0 60px}.p-5-0{padding:5px 0}.p-30-0{padding:30px 0}.p-20-0{padding:20px 0}.ptb-5{padding:5px 0}.pl-20{padding-left:20px}.pl-30{padding-left:30px}.pl-30.no-edit{padding-left:30px!important}.pr-30{padding-right:30px}.pr-30.no-edit{padding-right:30px!important}.radius-5{border-radius:5px}.flex{display:flex}.flex-d-row{flex-direction:row}.flex-d-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.j-c-fs{justify-content:flex-start}.j-c-fe{justify-content:flex-end}.j-c-c{justify-content:center}.j-c-sb{justify-content:space-between}.j-c-sa{justify-content:space-around}.j-c-se{justify-content:space-evenly}.a-i-fs{align-items:flex-start}.a-i-fe{align-items:flex-end}.a-i-c{align-items:center}.a-i-s{align-items:stretch}.a-i-b{align-items:baseline}.flex-1{flex:1 1 0}.flex-none{flex:none}.fbasis-50perc{flex-basis:50%}.fbasis-47perc{flex-basis:47%}.fbasis-33perc{flex-basis:33.33%}.fbasis-66perc{flex-basis:66.66%}.fbasis-25perc{flex-basis:25%}.fbasis-75perc{flex-basis:75%}.fbasis-200{flex-basis:200px}.fbasis-300{flex-basis:300px}.bgcolor-inherit{background-color:inherit}.h-100vh{height:100vh}.min-h-100vh{min-height:100vh}.btn-loader{display:none;width:2em;position:relative;top:1px}.btn-loader-part{width:.5em;height:.5em;border-radius:50%;opacity:0;box-shadow:inset 0 0 0 8px;-webkit-animation-name:btn-loading;-webkit-animation-duration:2s;-webkit-animation-timing-function:ease-in-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:normal;-ms-animation-name:btn-loading;-ms-animation-duration:2s;-ms-animation-timing-function:ease-in-out;-ms-animation-delay:0;-ms-animation-iteration-count:infinite;-ms-animation-direction:normal;animation-name:btn-loading;animation-duration:2s;animation-timing-function:ease-in-out;animation-delay:0;animation-iteration-count:infinite;animation-direction:normal;-moz-animation-name:btn-loading;-moz-animation-duration:2s;-moz-animation-timing-function:ease-in-out;-moz-animation-delay:0;-moz-animation-iteration-count:infinite;-moz-animation-direction:normal}.btn-loader-part.part1{-webkit-animation-delay:0;animation-delay:0}.btn-loader-part.part2{-webkit-animation-delay:.5s;animation-delay:.5s}.btn-loader-part.part3{-webkit-animation-delay:1s;animation-delay:1s}.btn-loading .btn-loader{display:flex}.btn-loading .btn-lbl{width:0;white-space:nowrap;visibility:hidden}@-webkit-keyframes btn-loading{0%,80%,to{-webkit-transform:scale(0);opacity:0}40%{-webkit-transform:scale(1);opacity:1}}@keyframes btn-loading{0%,80%,to{-webkit-transform:scale(0);opacity:0}40%{-webkit-transform:scale(1);opacity:1}}.disable-inputs .StripeElement,.disable-inputs input,.disable-inputs label,.disable-inputs select,.disable-inputs textarea,.disabled{opacity:.5;pointer-events:none}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.animated-general-1{opacity:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-1;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-1;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-1;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-1;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}@-webkit-keyframes animation-general-1{0%{opacity:0}to{opacity:1}}@keyframes animation-general-1{0%{opacity:0}to{opacity:1}}.animated-general-2{opacity:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-2;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-2;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-2;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-2;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}@-webkit-keyframes animation-general-2{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes animation-general-2{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.animated-general-3{opacity:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-3;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-3;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-3;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-3;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}@-webkit-keyframes animation-general-3{0%{opacity:0;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}@keyframes animation-general-3{0%{opacity:0;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}.animated-general-4{opacity:0;transform:translate(-15px);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-4;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-4;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-4;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-4;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}@-webkit-keyframes animation-general-4{0%{opacity:0;transform:translate(-15px)}to{opacity:1;transform:translate(0)}}@keyframes animation-general-4{0%{opacity:0;transform:translate(-15px)}to{opacity:1;transform:translate(0)}}.animated-general-5{opacity:0;transform:translate(15px);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-5;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-5;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-5;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-5;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}@-webkit-keyframes animation-general-5{0%{opacity:0;transform:translate(15px)}to{opacity:1;transform:translate(0)}}@keyframes animation-general-5{0%{opacity:0;transform:translate(15px)}to{opacity:1;transform:translate(0)}}.animated-general-6{opacity:0;transform:translateY(-15px);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-6;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-6;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-6;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-6;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}@-webkit-keyframes animation-general-6{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translate(0)}}@keyframes animation-general-6{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translate(0)}}.animated-general-7{opacity:0;transform:translateY(15px);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-7;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-7;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-7;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-7;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}@-webkit-keyframes animation-general-7{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translate(0)}}@keyframes animation-general-7{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translate(0)}}.animated-general-8{opacity:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-8;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-8;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-8;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-8;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}@-webkit-keyframes animation-general-8{0%{transform:rotate(0)}to{opacity:1;transform:rotate(1turn)}}@keyframes animation-general-8{0%{transform:rotate(0)}to{opacity:1;transform:rotate(1turn)}}.animated-general-9{opacity:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-9;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-9;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-9;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-9;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}@-webkit-keyframes animation-general-9{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes animation-general-9{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animated-general-10{opacity:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-10;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-10;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-10;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-10;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}@-webkit-keyframes animation-general-10{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0)}0%{opacity:0}10%{opacity:0}20%{opacity:1}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-30px)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-15px)}90%{transform:translateY(-4px)}to{opacity:1}}@keyframes animation-general-10{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0)}0%{opacity:0}10%{opacity:0}20%{opacity:1}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-30px)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-15px)}90%{transform:translateY(-4px)}to{opacity:1}}.animated-general-11{opacity:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-11;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-11;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-11;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-11;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}@-webkit-keyframes animation-general-11{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;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)}}@keyframes animation-general-11{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;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)}}.animated-general-12{opacity:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-12;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-12;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-12;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-12;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}@-webkit-keyframes animation-general-12{0%{opacity:0;transform:scaleX(1)}30%{opacity:1;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{opacity:1;transform:scaleX(1)}}@keyframes animation-general-12{0%{opacity:0;transform:scaleX(1)}30%{opacity:1;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{opacity:1;transform:scaleX(1)}}.animated-general-13{opacity:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-13;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-13;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-13;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-13;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}@-webkit-keyframes animation-general-13{0%{opacity:0}0%,to{transform:translateX(0);transform-origin:50% 50%}15%{opacity:1;transform:translateX(-30px) rotate(-6deg)}30%{transform:translateX(15px) rotate(6deg)}45%{transform:translateX(-15px) rotate(-3.6deg)}60%{transform:translateX(9px) rotate(2.4deg)}75%{transform:translateX(-6px) rotate(-1.2deg)}to{opacity:1}}@keyframes animation-general-13{0%{opacity:0}0%,to{transform:translateX(0);transform-origin:50% 50%}15%{opacity:1;transform:translateX(-30px) rotate(-6deg)}30%{transform:translateX(15px) rotate(6deg)}45%{transform:translateX(-15px) rotate(-3.6deg)}60%{transform:translateX(9px) rotate(2.4deg)}75%{transform:translateX(-6px) rotate(-1.2deg)}to{opacity:1}}.animated-general-14{opacity:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-14;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-14;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-14;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-14;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}@-webkit-keyframes animation-general-14{0%{opacity:0;transform:translate(0)}20%{opacity:1;transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}to{opacity:1;transform:translate(0)}}@keyframes animation-general-14{0%{opacity:0;transform:translate(0)}20%{opacity:1;transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}to{opacity:1;transform:translate(0)}}.textTemplate4-wrapper.animated-custom-1 .text4Elclass{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-custom-1;-webkit-animation-duration:.5s;-webkit-animation-timing-function:cubic-bezier(.47,0,.745,.715);-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-custom-1;-ms-animation-duration:.5s;-ms-animation-timing-function:cubic-bezier(.47,0,.745,.715);-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-custom-1;animation-duration:.5s;animation-timing-function:cubic-bezier(.47,0,.745,.715);animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-custom-1;-moz-animation-duration:.5s;-moz-animation-timing-function:cubic-bezier(.47,0,.745,.715);-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.openerTemplate5-wrapper.animated-custom-1 .openerclass5-skewed{-webkit-transform:skew(-20deg,0) translateY(-100%);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-custom-2;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-custom-2;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-custom-2;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-custom-2;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.openerTemplate5-wrapper.animated-custom-1 .openerclass5-txt{opacity:0;transform:translate(-15px);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-4;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-4;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-4;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-4;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.interviewTemplate1-wrapper.animated-custom-1 .interviewclass1-box{opacity:0;transform:scale(0);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.interviewTemplate1-wrapper.animated-custom-1 .interviewclass1-box.box-t-l{-webkit-animation-name:animation-custom-3;-webkit-animation-duration:.3s;-webkit-animation-timing-function:linear;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-custom-3;-ms-animation-duration:.3s;-ms-animation-timing-function:linear;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-custom-3;animation-duration:.3s;animation-timing-function:linear;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-custom-3;-moz-animation-duration:.3s;-moz-animation-timing-function:linear;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.interviewTemplate1-wrapper.animated-custom-1 .interviewclass1-box.box-t-r{-webkit-animation-name:animation-custom-3;-webkit-animation-duration:.3s;-webkit-animation-timing-function:linear;-webkit-animation-delay:.5s;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-custom-3;-ms-animation-duration:.3s;-ms-animation-timing-function:linear;-ms-animation-delay:.5s;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-custom-3;animation-duration:.3s;animation-timing-function:linear;animation-delay:.5s;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-custom-3;-moz-animation-duration:.3s;-moz-animation-timing-function:linear;-moz-animation-delay:.5s;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.interviewTemplate1-wrapper.animated-custom-1 .interviewclass1-box.box-b-r{-webkit-animation-name:animation-custom-3;-webkit-animation-duration:.3s;-webkit-animation-timing-function:linear;-webkit-animation-delay:1s;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-custom-3;-ms-animation-duration:.3s;-ms-animation-timing-function:linear;-ms-animation-delay:1s;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-custom-3;animation-duration:.3s;animation-timing-function:linear;animation-delay:1s;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-custom-3;-moz-animation-duration:.3s;-moz-animation-timing-function:linear;-moz-animation-delay:1s;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.interviewTemplate1-wrapper.animated-custom-1 .interviewclass1-box.box-b-l{-webkit-animation-name:animation-custom-3;-webkit-animation-duration:.3s;-webkit-animation-timing-function:linear;-webkit-animation-delay:1.5s;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-custom-3;-ms-animation-duration:.3s;-ms-animation-timing-function:linear;-ms-animation-delay:1.5s;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-custom-3;animation-duration:.3s;animation-timing-function:linear;animation-delay:1.5s;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-custom-3;-moz-animation-duration:.3s;-moz-animation-timing-function:linear;-moz-animation-delay:1.5s;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.imageTemplate3-wrapper.animated-custom-1 .imageclass3-border{opacity:0;transform:translate(10px,10px);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-custom-4;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-custom-4;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-custom-4;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-custom-4;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.openerTemplate6-wrapper.animated-custom-1 .openerclass6-border{opacity:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-custom-5;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-custom-5;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-custom-5;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-custom-5;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.openerTemplate6-wrapper.animated-custom-1 .openerclass6-txt{opacity:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-custom-6;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-custom-6;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-custom-6;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-custom-6;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.openerTemplate7-wrapper.animated-custom-1 .openerclass7-layer{opacity:0;transform:translate(15px);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-5;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-5;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-5;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-5;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.openerTemplate7-wrapper.animated-custom-1 .openerclass7-txt{opacity:0;transform:translate(-15px);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-4;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-4;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-4;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-4;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.openerTemplate8-wrapper.animated-custom-1 .openerclass8-angle.angle-t-r{opacity:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-custom-5;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-custom-5;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-custom-5;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-custom-5;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.openerTemplate8-wrapper.animated-custom-1 .openerclass8-angle.angle-b-l{opacity:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-custom-6;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-custom-6;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-custom-6;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-custom-6;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.openerTemplate8-wrapper.animated-custom-1 .openerclass8-border,.openerTemplate8-wrapper.animated-custom-1 .openerclass8-txt{opacity:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-1;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-1;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-1;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-1;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.openerTemplate8-wrapper.animated-custom-1 .openerclass8-txt{transform:translateY(-15px)}.interviewTemplate2-wrapper.animated-custom-1 .interviewclass2-colored-box{opacity:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-1;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-1;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-1;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-1;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.interviewTemplate2-wrapper.animated-custom-1 .interviewclass2-title{opacity:0;transform:translate(-15px);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-4;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-4;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-4;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-4;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.interviewTemplate2-wrapper.animated-custom-1 .interviewclass2-name{opacity:0;transform:translate(15px);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-5;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-5;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-5;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-5;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.interviewTemplate3-wrapper.animated-custom-1 .interviewclass3{opacity:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-1;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-1;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-1;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-1;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.interviewTemplate3-wrapper.animated-custom-1 .interviewclass3-avatar{opacity:0;transform:translateY(-15px);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-6;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-6;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-6;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-6;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.titleTemplate1-wrapper.animated-custom-1 .lowerthirdclass1{opacity:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-1;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-1;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-1;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-1;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.titleTemplate1-wrapper.animated-custom-1 .lowerthirdclass1-part1{opacity:0;transform:translate(-15px);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-4;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-4;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-4;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-4;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.titleTemplate1-wrapper.animated-custom-1 .lowerthirdclass1-part2{opacity:0;transform:translate(15px);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-5;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-5;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-5;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-5;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.titleTemplate3-wrapper.animated-custom-1 .lowerthirdclass3{opacity:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-1;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-1;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-1;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-1;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.titleTemplate3-wrapper.animated-custom-1 .lowerthirdclass3-line.top{opacity:0;transform:translate(-15px);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-4;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-4;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-4;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-4;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.titleTemplate3-wrapper.animated-custom-1 .lowerthirdclass3-line.bottom{opacity:0;transform:translate(15px);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animation-general-5;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-5;-ms-animation-duration:.5s;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-5;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-5;-moz-animation-duration:.5s;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}@-webkit-keyframes animation-custom-1{0%{box-shadow:0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff;transform:translateX(0) translateY(0)}to{box-shadow:1px -1px #fff,2px -2px #fff,3px -3px #fff,4px -4px #fff,5px -5px #fff,6px -6px #fff,7px -7px #fff,8px -8px #fff;transform:translateX(-8px) translateY(8px)}}@keyframes animation-custom-1{0%{box-shadow:0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff;transform:translateX(0) translateY(0)}to{box-shadow:1px -1px #fff,2px -2px #fff,3px -3px #fff,4px -4px #fff,5px -5px #fff,6px -6px #fff,7px -7px #fff,8px -8px #fff;transform:translateX(-8px) translateY(8px)}}@-webkit-keyframes animation-custom-2{0%{transform:skew(-20deg,0) translateY(-100%)}to{transform:skew(-20deg,0) translate(0)}}@keyframes animation-custom-2{0%{transform:skew(-20deg,0) translateY(-100%)}to{transform:skew(-20deg,0) translate(0)}}@-webkit-keyframes animation-custom-3{0%{-webkit-transform:scale(0);opacity:0}90%{-webkit-transform:scale(1.2);opacity:1}to{-webkit-transform:scale(1);opacity:1}}@keyframes animation-custom-3{0%{transform:scale(0);opacity:0}90%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:1}}@-webkit-keyframes animation-custom-4{0%{opacity:0}to{-webkit-transform:translate(0);opacity:1}}@keyframes animation-custom-4{0%{opacity:0}to{transform:translate(0);opacity:1}}@-webkit-keyframes animation-custom-5{0%{opacity:0;transform:translate(-30px,30px)}to{opacity:1;transform:translate(0)}}@keyframes animation-custom-5{0%{opacity:0;transform:translate(-30px,30px)}to{opacity:1;transform:translate(0)}}@-webkit-keyframes animation-custom-6{0%{opacity:0;transform:translate(30px,-30px)}to{opacity:1;transform:translate(0)}}@keyframes animation-custom-6{0%{opacity:0;transform:translate(30px,-30px)}to{opacity:1;transform:translate(0)}}html{overflow-x:hidden}body{margin:0;padding:0;background-color:#fff;font-family:Lato,sans-serif}h1,h2,h3,h4,h5,h6,p{margin-top:0;font-weight:400}*,:after,:before{box-sizing:border-box}button{background-color:transparent;border:none}input[type=checkbox],input[type=radio]{display:none}a{cursor:pointer}.learnworlds-main-text ol:not(.lw-topbar-submenu),.learnworlds-main-text ul:not(.lw-topbar-submenu){display:inline-block;padding-left:20px;list-style-type:disc}.lw-bold{font-weight:700}.full-width{width:100%}.full-height,.full-size{height:100%}.full-size{width:100%}.inline-block{display:inline-block}.pos-rel{position:relative}.pos-abs{position:absolute}.pos-abs.tl{top:0;left:0}.pos-abs.center{top:50%;left:50%;transform:translate(-50%,-50%)}.learnworlds-element{position:relative}.ov-auto{overflow:auto}.rotate-neg-10{transform:rotate(-10deg)}.checkbox-label{margin-top:4.4rem;cursor:pointer;align-items:center!important}.checkbox-label .flexible-part{padding-left:15px}.checkbox{-webkit-appearance:none}.checkbox:checked+.checkbox-box .learnworlds-icon{display:block}.checkbox-box{width:22px;height:22px;flex-shrink:0;border-width:1px;border-style:solid;position:relative;margin-top:1px}.checkbox-box .learnworlds-icon{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.line-through{text-decoration:line-through}.with-shadow{box-shadow:0 70px 50px rgba(61,65,81,.2)}.learnworlds-align-left,.learnworlds-align-left .learnworlds-icon.standalone{text-align:left}.learnworlds-align-left.learnworlds-button,.learnworlds-align-left .with-flexible-parts{justify-content:flex-start}.learnworlds-align-left .learnworlds-image{margin-right:auto}.learnworlds-align-left .learnworlds-align-left,.learnworlds-align-left .learnworlds-align-left .learnworlds-icon.standalone{text-align:left}.learnworlds-align-left .learnworlds-align-left.learnworlds-button,.learnworlds-align-left .learnworlds-align-left .with-flexible-parts{justify-content:flex-start}.learnworlds-align-left .learnworlds-align-left .learnworlds-image{margin-right:auto}.learnworlds-align-left .learnworlds-align-center,.learnworlds-align-left .learnworlds-align-center .learnworlds-icon.standalone{text-align:center}.learnworlds-align-left .learnworlds-align-center.learnworlds-button,.learnworlds-align-left .learnworlds-align-center .with-flexible-parts{justify-content:center}.learnworlds-align-left .learnworlds-align-center .learnworlds-image{margin-left:auto;margin-right:auto}.learnworlds-align-left .learnworlds-align-center .with-input-cols{justify-content:center}.learnworlds-align-left .learnworlds-align-center .learnworlds-framed-image,.learnworlds-align-left .learnworlds-align-center .learnworlds-screen-wrapper{margin-left:auto;margin-right:auto}.learnworlds-align-left .learnworlds-align-right,.learnworlds-align-left .learnworlds-align-right .learnworlds-icon.standalone{text-align:right}.learnworlds-align-left .learnworlds-align-right.learnworlds-button,.learnworlds-align-left .learnworlds-align-right .with-flexible-parts{justify-content:flex-end}.learnworlds-align-left .learnworlds-align-right .learnworlds-image{margin-left:auto}.learnworlds-align-left .learnworlds-align-right .with-input-cols{justify-content:flex-end}.learnworlds-align-left .learnworlds-align-right .learnworlds-framed-image,.learnworlds-align-left .learnworlds-align-right .learnworlds-screen-wrapper{margin-left:auto;margin-right:0}.learnworlds-align-left .learnworlds-framed-image,.learnworlds-align-left .learnworlds-screen-wrapper{margin-left:0;margin-right:auto}.learnworlds-align-center,.learnworlds-align-center .learnworlds-icon{text-align:center}.learnworlds-align-center.learnworlds-button,.learnworlds-align-center .with-flexible-parts{justify-content:center}.learnworlds-align-center .learnworlds-image{margin-left:auto;margin-right:auto}.learnworlds-align-center .with-input-cols{justify-content:center}.learnworlds-align-center .learnworlds-align-center,.learnworlds-align-center .learnworlds-align-center .learnworlds-icon{text-align:center}.learnworlds-align-center .learnworlds-align-center.learnworlds-button,.learnworlds-align-center .learnworlds-align-center .with-flexible-parts{justify-content:center}.learnworlds-align-center .learnworlds-align-center .learnworlds-image{margin-left:auto;margin-right:auto}.learnworlds-align-center .learnworlds-align-center .with-input-cols{justify-content:center}.learnworlds-align-center .learnworlds-align-left,.learnworlds-align-center .learnworlds-align-left .learnworlds-icon{text-align:left}.learnworlds-align-center .learnworlds-align-left.learnworlds-button,.learnworlds-align-center .learnworlds-align-left .with-flexible-parts:not(.justify-content-space-between){justify-content:flex-start}.learnworlds-align-center .learnworlds-align-left .learnworlds-image{margin-right:auto}.learnworlds-align-center .learnworlds-align-left .learnworlds-framed-image,.learnworlds-align-center .learnworlds-align-left .learnworlds-screen-wrapper{margin-left:0;margin-right:auto}.learnworlds-align-center .learnworlds-align-right,.learnworlds-align-center .learnworlds-align-right .learnworlds-icon{text-align:right}.learnworlds-align-center .learnworlds-align-right.learnworlds-button,.learnworlds-align-center .learnworlds-align-right .with-flexible-parts{justify-content:flex-end}.learnworlds-align-center .learnworlds-align-right .learnworlds-image{margin-left:auto}.learnworlds-align-center .learnworlds-align-right .with-input-cols{justify-content:flex-end}.learnworlds-align-center .learnworlds-align-right .learnworlds-framed-image,.learnworlds-align-center .learnworlds-align-right .learnworlds-screen-wrapper{margin-left:auto;margin-right:0}.learnworlds-align-center .learnworlds-framed-image,.learnworlds-align-center .learnworlds-screen-wrapper{margin-left:auto;margin-right:auto}.learnworlds-align-right,.learnworlds-align-right .learnworlds-icon{text-align:right}.learnworlds-align-right.learnworlds-button,.learnworlds-align-right .with-flexible-parts{justify-content:flex-end}.learnworlds-align-right .learnworlds-image{margin-left:auto}.learnworlds-align-right .with-input-cols{justify-content:flex-end}.learnworlds-align-right .learnworlds-align-right,.learnworlds-align-right .learnworlds-align-right .learnworlds-icon{text-align:right}.learnworlds-align-right .learnworlds-align-right.learnworlds-button,.learnworlds-align-right .learnworlds-align-right .with-flexible-parts{justify-content:flex-end}.learnworlds-align-right .learnworlds-align-right .learnworlds-image{margin-left:auto}.learnworlds-align-right .learnworlds-align-right .with-input-cols{justify-content:flex-end}.learnworlds-align-right .learnworlds-align-left,.learnworlds-align-right .learnworlds-align-left .learnworlds-icon{text-align:left}.learnworlds-align-right .learnworlds-align-left.learnworlds-button,.learnworlds-align-right .learnworlds-align-left .with-flexible-parts{justify-content:flex-start}.learnworlds-align-right .learnworlds-align-left .learnworlds-image{margin-right:auto}.learnworlds-align-right .learnworlds-align-left .learnworlds-framed-image,.learnworlds-align-right .learnworlds-align-left .learnworlds-screen-wrapper{margin-left:0;margin-right:auto}.learnworlds-align-right .learnworlds-align-center,.learnworlds-align-right .learnworlds-align-center .learnworlds-icon{text-align:center}.learnworlds-align-right .learnworlds-align-center.learnworlds-button,.learnworlds-align-right .learnworlds-align-center .with-flexible-parts{justify-content:center}.learnworlds-align-right .learnworlds-align-center .learnworlds-image{margin-left:auto;margin-right:auto}.learnworlds-align-right .learnworlds-align-center .with-input-cols{justify-content:center}.learnworlds-align-right .learnworlds-align-center .learnworlds-framed-image,.learnworlds-align-right .learnworlds-align-center .learnworlds-screen-wrapper{margin-left:auto;margin-right:auto}.learnworlds-align-right .learnworlds-framed-image,.learnworlds-align-right .learnworlds-screen-wrapper{margin-left:auto;margin-right:0}ol.lw-widget-in,ul.lw-widget-in{padding-left:0;margin-left:0}.lw-widget-in[data-element-id=newsletterType1],.lw-widget-in[data-element-id=newsletterType2],.lw-widget-in[data-element-id=newsletterType3],.lw-widget-in[data-element-id=newsletterType4]{width:100%;margin-left:auto;margin-right:auto}.lw-widget-in table{border-collapse:collapse}.lw-widget-in table tr{display:flex}.lw-widget-in table td{flex:1;padding:10px;border:1px solid}.learnworlds-heading{margin-bottom:2.5rem}.learnworlds-heading:not(:first-child){margin-top:2.5rem}.learnworlds-heading p{font-weight:inherit}.learnworlds-subheading{margin-bottom:2.5rem}.learnworlds-subheading:not(:first-child){margin-top:2.5rem}.learnworlds-subheading p{font-weight:inherit}.learnworlds-heading3{margin-bottom:2.5rem}.learnworlds-heading3:not(:first-child){margin-top:2.5rem}.learnworlds-heading3 p{font-weight:inherit}.learnworlds-heading4{margin-bottom:2.5rem}.learnworlds-heading4:not(:first-child){margin-top:2.5rem}.learnworlds-heading4 p,.learnworlds-main-text p{font-weight:inherit}.learnworlds-main-text-huge{margin-bottom:0}.learnworlds-quote-text p{font-weight:inherit}.learnworlds-overline-text+.learnworlds-heading,.learnworlds-overline-text+.learnworlds-heading3,.learnworlds-overline-text+.learnworlds-heading4,.learnworlds-overline-text+.learnworlds-subheading{margin-top:0}.learnworlds-overline-text p{font-weight:inherit}.lead-form-wrapper:not(.no-margin-bottom){margin-bottom:2.5rem}.lead-form-wrapper:not(:first-child){margin-top:2.5rem}.learnworlds-input-rectangle{border-radius:0}.learnworlds-input-rounded{border-radius:40px}.learnworlds-icon.standalone{font-style:normal}.learnworlds-icon.large{font-size:64px}.learnworlds-icon.large:not(.no-margin-bottom){margin-bottom:2.5rem}.learnworlds-icon.large:not(:first-child):not(.accordion-icon){margin-top:2.5rem}.learnworlds-icon.normal{font-size:26px}.learnworlds-icon.normal:not(.no-margin-bottom){margin-bottom:2.5rem}.learnworlds-icon.normal:not(:first-child):not(.accordion-icon){margin-top:2.5rem}.learnworlds-icon.small{font-size:18px}.learnworlds-icon.small:not(.no-margin-bottom){margin-bottom:2.5rem}.learnworlds-icon.small:not(:first-child):not(.accordion-icon){margin-top:2.5rem}.learnworlds-image{max-width:100%;margin-bottom:2.5rem;overflow:hidden}.learnworlds-image:not(.full-height){height:auto}.learnworlds-image+.learnworlds-heading,.learnworlds-image+.learnworlds-heading3,.learnworlds-image+.learnworlds-heading4,.learnworlds-image+.learnworlds-subheading{margin-top:0}.lw-logo{max-width:100%}.lw-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.lw-course-card-progress{height:5px;position:relative}.lw-course-card-progress-bar{position:absolute;top:0;left:0;height:100%;width:45%}.lw-deleted-price{position:relative;opacity:.7}.lw-deleted-price:after{content:"";position:absolute;width:130%;top:50%;left:50%;border:2px solid;border-color:inherit;border-top:none;border-right:none;border-left:none;transform:translate(-50%,-50%) rotate(-20deg)}.lw-blog-card,.lw-bundle-card,.lw-community-card,.lw-course-card,.lw-news-card,.lw-subscription-card{cursor:pointer}.lw-course-card .lw-course-card-descr{display:block;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.lw-card-mb{margin-bottom:4rem}.lw-interior-mt:not(:only-child){margin-top:2rem}.lw-load-more .learnworlds-button-wrapper{margin-top:8rem}.lw-course-card-ribbon{position:absolute;text-align:center;top:30px;right:-53px;box-shadow:0 0 5px 3px rgba(0,0,0,.1);width:200px;padding:8px 40px;transform:rotate(45deg)}.lw-bundle-card{position:relative;cursor:pointer;overflow:hidden}.lw-bundle-card .learnworlds-heading3,.lw-bundle-card .learnworlds-heading3+.learnworlds-main-text{margin-bottom:1rem!important}.lw-bundle-card .lw-bundle-card-descr{display:block;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.lw-bundle-card.lw-bundle-card1{padding-right:4.5rem!important}.lw-bundle-card.lw-bundle-card1 .lw-bundle-card-courses{position:absolute;z-index:3;width:100%;height:100%;top:0;left:0;transition:all .3s;transform:translate(100%)}.lw-bundle-card.lw-bundle-card1 .lw-bundle-card-courses:hover{transform:translate(0)}.lw-bundle-card.lw-bundle-card1 .lw-bundle-card-courses-slide{position:absolute;width:50px;height:100%;top:0;left:0;transform:translate(-100%);padding:5px;display:flex;flex-direction:column;align-items:center;justify-content:center}.lw-bundle-card.lw-bundle-card1 .lw-bundle-card-courses-slide .fa-angle-double-right{margin-top:.5rem!important}.lw-bundle-card.lw-bundle-card1 .lw-bundle-card-courses-list-wrapper{height:100%;display:flex;flex-direction:column}.lw-bundle-card.lw-bundle-card1 .lw-bundle-card-courses-list{flex-grow:1;overflow:auto;list-style-type:none}.lw-bundle-card.lw-bundle-card2{padding-right:7rem!important}.lw-bundle-card.lw-bundle-card2 .lw-bundle-card-courses{position:absolute;z-index:3;width:100%;height:100%;top:0;left:0;transition:all .3s;transform:translate(100%)}.lw-bundle-card.lw-bundle-card2 .lw-bundle-card-courses:hover{transform:translate(0)}.lw-bundle-card.lw-bundle-card2 .lw-bundle-card-courses-slide{position:absolute;width:50px;height:100%;top:0;left:0;transform:translate(-100%);padding:5px;display:flex;flex-direction:column;align-items:center;justify-content:center}.lw-bundle-card.lw-bundle-card2 .lw-bundle-card-courses-slide .fa-angle-double-right{margin-top:.5rem!important}.lw-bundle-card.lw-bundle-card2 .lw-bundle-card-courses-list-wrapper{height:100%;display:flex;flex-direction:column}.lw-bundle-card.lw-bundle-card2 .lw-bundle-card-courses-list{flex-grow:1;overflow:auto;list-style-type:none}.lw-bundle-card.lw-bundle-card3{padding-right:4.5rem!important}.lw-bundle-card.lw-bundle-card3 .lw-bundle-card-courses{position:absolute;z-index:3;width:100%;height:100%;top:0;left:0;transition:all .3s;transform:translate(100%)}.lw-bundle-card.lw-bundle-card3 .lw-bundle-card-courses:hover{transform:translate(0)}.lw-bundle-card.lw-bundle-card3 .lw-bundle-card-courses-slide{position:absolute;width:50px;height:100%;top:0;left:0;transform:translate(-100%);padding:5px;display:flex;flex-direction:column;align-items:center;justify-content:center}.lw-bundle-card.lw-bundle-card3 .lw-bundle-card-courses-slide .fa-angle-double-right{margin-top:.5rem!important}.lw-bundle-card.lw-bundle-card3 .lw-bundle-card-courses-list-wrapper{height:100%;display:flex;flex-direction:column}.lw-bundle-card.lw-bundle-card3 .lw-bundle-card-courses-list{flex-grow:1;overflow:auto;list-style-type:none}.lw-bundle-card.lw-bundle-card4{padding-right:4.5rem!important}.lw-bundle-card.lw-bundle-card4 .lw-bundle-card-courses{position:absolute;z-index:3;width:100%;height:100%;top:0;left:0;transition:all .3s;transform:translate(100%)}.lw-bundle-card.lw-bundle-card4 .lw-bundle-card-courses:hover{transform:translate(0)}.lw-bundle-card.lw-bundle-card4 .lw-bundle-card-courses-slide{position:absolute;width:50px;height:100%;top:0;left:0;transform:translate(-100%);padding:5px;display:flex;flex-direction:column;align-items:center;justify-content:center}.lw-bundle-card.lw-bundle-card4 .lw-bundle-card-courses-slide .fa-angle-double-right{margin-top:.5rem!important}.lw-bundle-card.lw-bundle-card4 .lw-bundle-card-courses-list-wrapper{height:100%;display:flex;flex-direction:column}.lw-bundle-card.lw-bundle-card4 .lw-bundle-card-courses-list{flex-grow:1;overflow:auto;list-style-type:none}.lw-bundle-card.lw-bundle-card5{padding-right:4.5rem!important}.lw-bundle-card.lw-bundle-card5 .lw-bundle-card-courses{position:absolute;z-index:3;width:100%;height:100%;top:0;left:0;transition:all .3s;transform:translate(100%)}.lw-bundle-card.lw-bundle-card5 .lw-bundle-card-courses:hover{transform:translate(0)}.lw-bundle-card.lw-bundle-card5 .lw-bundle-card-courses-slide{position:absolute;width:50px;height:100%;top:0;left:0;transform:translate(-100%);padding:5px;display:flex;flex-direction:column;align-items:center;justify-content:center}.lw-bundle-card.lw-bundle-card5 .lw-bundle-card-courses-slide .fa-angle-double-right{margin-top:.5rem!important}.lw-bundle-card.lw-bundle-card5 .lw-bundle-card-courses-list-wrapper{height:100%;display:flex;flex-direction:column}.lw-bundle-card.lw-bundle-card5 .lw-bundle-card-courses-list{flex-grow:1;overflow:auto;list-style-type:none}.lw-subscription-card{position:relative;cursor:pointer;overflow:hidden}.lw-subscription-card .learnworlds-heading3,.lw-subscription-card .learnworlds-heading3+.learnworlds-main-text{margin-bottom:1rem!important}.lw-subscription-card .lw-subscription-card-descr{display:block;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.lw-subscription-card.lw-subscription-card1{padding-right:7rem!important}.lw-subscription-card.lw-subscription-card1 .lw-subscription-card-courses{position:absolute;z-index:3;width:100%;height:100%;top:0;left:0;transition:all .3s;transform:translate(100%)}.lw-subscription-card.lw-subscription-card1 .lw-subscription-card-courses:hover{transform:translate(0)}.lw-subscription-card.lw-subscription-card1 .lw-subscription-card-courses-slide{position:absolute;flex-basis:50px;height:100%;top:0;left:0;transform:translate(-100%);padding:5px;display:flex;flex-direction:column;align-items:center;justify-content:center}.lw-subscription-card.lw-subscription-card1 .lw-subscription-card-courses-slide .fa-angle-double-right{margin-top:.5rem!important}.lw-subscription-card.lw-subscription-card1 .lw-subscription-card-courses-list-wrapper{height:100%;display:flex;flex-direction:column}.lw-subscription-card.lw-subscription-card1 .lw-subscription-card-courses-list{flex-grow:1;overflow:auto;list-style-type:none}.lw-subscription-card.lw-subscription-card2{padding-right:7rem!important}.lw-subscription-card.lw-subscription-card2 .lw-subscription-card-courses{position:absolute;z-index:3;width:100%;height:100%;top:0;left:0;transition:all .3s;transform:translate(100%)}.lw-subscription-card.lw-subscription-card2 .lw-subscription-card-courses:hover{transform:translate(0)}.lw-subscription-card.lw-subscription-card2 .lw-subscription-card-courses-slide{position:absolute;flex-basis:50px;height:100%;top:0;left:0;transform:translate(-100%);padding:5px;display:flex;flex-direction:column;align-items:center;justify-content:center}.lw-subscription-card.lw-subscription-card2 .lw-subscription-card-courses-slide .fa-angle-double-right{margin-top:.5rem!important}.lw-subscription-card.lw-subscription-card2 .lw-subscription-card-courses-list-wrapper{height:100%;display:flex;flex-direction:column}.lw-subscription-card.lw-subscription-card2 .lw-subscription-card-courses-list{flex-grow:1;overflow:auto;list-style-type:none}.lw-subscription-card.lw-subscription-card3{padding-right:4.5rem!important}.lw-subscription-card.lw-subscription-card3 .lw-subscription-card-courses{position:absolute;z-index:3;width:100%;height:100%;top:0;left:0;transition:all .3s;transform:translate(100%)}.lw-subscription-card.lw-subscription-card3 .lw-subscription-card-courses:hover{transform:translate(0)}.lw-subscription-card.lw-subscription-card3 .lw-subscription-card-courses-slide{position:absolute;flex-basis:50px;height:100%;top:0;left:0;transform:translate(-100%);padding:5px;display:flex;flex-direction:column;align-items:center;justify-content:center}.lw-subscription-card.lw-subscription-card3 .lw-subscription-card-courses-slide .fa-angle-double-right{margin-top:.5rem!important}.lw-subscription-card.lw-subscription-card3 .lw-subscription-card-courses-list-wrapper{height:100%;display:flex;flex-direction:column}.lw-subscription-card.lw-subscription-card3 .lw-subscription-card-courses-list{flex-grow:1;overflow:auto;list-style-type:none}.lw-subscription-card.lw-subscription-card4{padding-right:7rem!important}.lw-subscription-card.lw-subscription-card4 .lw-subscription-card-courses{position:absolute;z-index:3;width:100%;height:100%;top:0;left:0;transition:all .3s;transform:translate(100%)}.lw-subscription-card.lw-subscription-card4 .lw-subscription-card-courses:hover{transform:translate(0)}.lw-subscription-card.lw-subscription-card4 .lw-subscription-card-courses-slide{position:absolute;flex-basis:50px;height:100%;top:0;left:0;transform:translate(-100%);padding:5px;display:flex;flex-direction:column;align-items:center;justify-content:center}.lw-subscription-card.lw-subscription-card4 .lw-subscription-card-courses-slide .fa-angle-double-right{margin-top:.5rem!important}.lw-subscription-card.lw-subscription-card4 .lw-subscription-card-courses-list-wrapper{height:100%;display:flex;flex-direction:column}.lw-subscription-card.lw-subscription-card4 .lw-subscription-card-courses-list{flex-grow:1;overflow:auto;list-style-type:none}.lw-subscription-card.lw-subscription-card5{padding-right:4.5rem!important}.lw-subscription-card.lw-subscription-card5 .lw-subscription-card-courses{position:absolute;z-index:3;width:100%;height:100%;top:0;left:0;transition:all .3s;transform:translate(100%)}.lw-subscription-card.lw-subscription-card5 .lw-subscription-card-courses:hover{transform:translate(0)}.lw-subscription-card.lw-subscription-card5 .lw-subscription-card-courses-slide{position:absolute;flex-basis:50px;height:100%;top:0;left:0;transform:translate(-100%);padding:5px;display:flex;flex-direction:column;align-items:center;justify-content:center}.lw-subscription-card.lw-subscription-card5 .lw-subscription-card-courses-slide .fa-angle-double-right{margin-top:.5rem!important}.lw-subscription-card.lw-subscription-card5 .lw-subscription-card-courses-list-wrapper{height:100%;display:flex;flex-direction:column}.lw-subscription-card.lw-subscription-card5 .lw-subscription-card-courses-list{flex-grow:1;overflow:auto;list-style-type:none}.lw-news-card{cursor:pointer;position:relative}.lw-news-card .lw-news-card-descr{display:block;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.lw-news-card .lw-news-card-overlay{position:absolute;width:100%;height:100%;top:0;left:0}.lw-news-card .lw-news-card-content{position:relative;z-index:2}.lw-community-card{cursor:pointer}.lw-community-card .lw-community-card-descr{display:block;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.lw-community-card .lw-community-card-name{word-break:break-word}.lw-blog-card{cursor:pointer}.lw-blog-card .lw-blog-card-descr{display:block;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.lw-blog-card.lw-blog-card3,.lw-blog-card.lw-blog-card6{overflow:hidden;position:relative}.lw-blog-card.lw-blog-card3 .lw-blog-card-bg,.lw-blog-card.lw-blog-card6 .lw-blog-card-bg{background-size:cover;background-repeat:no-repeat;background-position:50%;position:absolute;z-index:1;bottom:90px;left:0;height:100%;width:100%}.lw-blog-card.lw-blog-card3 .lw-blog-card-content,.lw-blog-card.lw-blog-card6 .lw-blog-card-content{position:relative;z-index:2}.zebra-bg{text-align:left}.zebra-bg-item{cursor:pointer}.contact-form textarea{height:200px;margin-bottom:0}.lw-italic{font-style:italic}.text-shadow-none{text-shadow:none}.text-shadow-left{text-shadow:-3px 3px 3px rgba(0,0,0,.5)}.text-shadow-right{text-shadow:3px 3px 3px rgba(0,0,0,.5)}.text-shadow-bottom{text-shadow:0 3px 3px rgba(0,0,0,.5)}.text-shadow-round{text-shadow:0 0 8px rgba(0,0,0,.8)}.lw-filters-wrapper{position:relative;z-index:3}.lw-filters-wrapper+.lw-search-wrapper{margin-top:2rem}.lw-filters.horizontal{flex-wrap:wrap}.lw-filters.horizontal .filter{margin:0 7px!important;white-space:nowrap;cursor:pointer}.filter.learnworlds-main-text-small{text-transform:capitalize}.filter.learnworlds-main-text-small:not(.with-submenu):hover:not(.border-bottom){opacity:.8}.filter.learnworlds-main-text-small:not(.with-submenu).border-bottom{font-weight:700}.filter.learnworlds-main-text-small.with-submenu:hover:not(.border-bottom) .lw-filter-option-lbl{opacity:.8}.filter.learnworlds-main-text-small.with-submenu.border-bottom .lw-filter-option-lbl{font-weight:700}.learnworlds-button{outline:none;cursor:pointer;max-width:100%;display:inline-flex;vertical-align:middle;align-items:center;justify-content:center;text-align:center}.learnworlds-button:not(.full-width):not(:only-child):not(:last-child):not(.lw-topbar-option-link):not(.col){margin-right:10px}.learnworlds-button.only-icon{padding-left:15px;padding-right:15px}.learnworlds-button.full-width+.learnworlds-button{margin-top:20px}.learnworlds-button:not(.text-only){border-width:2px;background-origin:border-box;border-style:solid}.learnworlds-button.text-only{background-color:transparent;border-bottom:2px solid transparent;padding-left:0;padding-right:0}.learnworlds-button.border-bottom{background-color:transparent;border-width:0 0 2px;padding-left:0;padding-right:0}.learnworlds-button.with-dropdown:after{content:"\F107";font-size:inherit;position:absolute;right:20px;font-weight:900;top:50%;transform:translateY(-50%);font-family:Font Awesome\ 5 Free}.learnworlds-button.with-tooltip:hover .specific-editing-lbl{display:block}.js-linked-node,.js-linked-node span,.learnworlds-button span{text-decoration:none!important}.js-linked-node .learnworlds-button{margin-right:10px}.js-linked-node:hover{text-decoration:none}.learnworlds-button-wrapper{position:relative;width:100%}.learnworlds-button-wrapper.auto{width:auto}.learnworlds-button-outline{background-color:transparent}a.learnworlds-button,a.learnworlds-button:hover{text-decoration:none}.lw-social-buttons{margin-top:3rem;margin-bottom:3rem}.lw-social-button{padding:2rem;position:relative;border-style:solid;border-width:2px;margin:0 2px;cursor:pointer}.lw-social-button .learnworlds-icon{line-height:1em;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lw-social-button.text-only{border-color:transparent}.lw-social-button.circle{border-radius:50%}.learnworlds-icon{text-align:center;min-width:1em}.learnworlds-icon.fa,.learnworlds-icon.far,.learnworlds-icon.fas{font-family:Font Awesome\ 5 Free}.learnworlds-icon.far{font-weight:400!important}.learnworlds-icon.fa,.learnworlds-icon.fas{font-weight:900!important}.learnworlds-icon.fab{font-family:Font Awesome\ 5 Brands}.learnworlds-icon+.learnworlds-heading,.learnworlds-icon+.learnworlds-heading3,.learnworlds-icon+.learnworlds-heading4,.learnworlds-icon+.learnworlds-subheading{margin-top:0}cite.learnworlds-icon{font-style:normal}.lw-contents-svg{flex-shrink:0}.lw-contents-svg.large{width:40px}.lw-contents-svg.normal{width:28px}.lw-contents-svg.small{width:26px}.learnworlds-input{outline:none;border-width:2px;border-style:solid;width:100%}.learnworlds-input.full-height{height:100%}.learnworlds-input.no-border{border:none}.learnworlds-input.bb-1px{border-width:0 0 1px}select.learnworlds-input{-webkit-appearance:none;-moz-appearance:none;text-indent:1px}select.learnworlds-input:not(.form-input){height:auto}select.learnworlds-input option{color:#000}.select-wrapper{position:relative;width:100%}.select-wrapper select{padding-right:20px}.select-wrapper:after{content:"\F107";font-family:Font Awesome\ 5 Free;font-weight:900!important;position:absolute;font-size:15px;right:10px;top:50%;transform:translateY(-50%)}.lw-widgets-section.-newsletter-section .newsletter-widget [class*=learnworlds-input-outline]{border-right:none}.learnworlds-input::-webkit-input-placeholder{opacity:1;font-size:inherit;line-height:inherit}.learnworlds-input:-moz-placeholder,.learnworlds-input::-moz-placeholder{opacity:1;font-size:inherit;line-height:inherit;display:block}.learnworlds-input:-ms-input-placeholder{opacity:1;font-size:inherit;line-height:inherit}.box-shadow-none{box-shadow:none}.box-shadow-left{box-shadow:-5px 5px 10px rgba(0,0,0,.5)}.box-shadow-right{box-shadow:5px 5px 10px rgba(0,0,0,.5)}.box-shadow-bottom{box-shadow:0 5px 10px rgba(0,0,0,.5)}.box-shadow-round{box-shadow:0 0 10px 2px rgba(0,0,0,.5)}.learnworlds-screen-wrapper{display:inline-block;margin-left:auto;margin-right:auto}.learnworlds-screen-wrapper.full{width:100%}.learnworlds-screen-wrapper.large{width:75%}.learnworlds-screen-wrapper.normal{width:50%}.learnworlds-screen-wrapper.small{width:25%}.learnworlds-screen-wrapper .learnworlds-bg-default-overlay{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;opacity:.5;pointer-events:none}.learnworlds-screen-wrapper.full-height,.learnworlds-screen-wrapper.full-height .learnworlds-frame,.learnworlds-screen-wrapper.full-height .learnworlds-frame .lw-screen-content,.learnworlds-screen-wrapper.full-height .learnworlds-frame .lw-screen-content .learnworlds-AR-16-9{height:100%}.learnworlds-screen-wrapper+.learnworlds-heading,.learnworlds-screen-wrapper+.learnworlds-heading3,.learnworlds-screen-wrapper+.learnworlds-heading4,.learnworlds-screen-wrapper+.learnworlds-subheading{margin-top:0}.lw-screen-content{position:relative;background-color:#fff}.lw-embed-wrapper{position:relative;overflow:hidden;width:100%}.lw-embed-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.learnworlds-frame{overflow:hidden;width:100%}.learnworlds-laptop{background-repeat:no-repeat;background-size:contain;background-position:50%;width:100%}.learnworlds-laptop.outline{padding:2.5% 12% 4%}.learnworlds-laptop.outline.white{background-image:url(https://cdn.mycourse.app/pbl1f/images/laptop-white-outline.png)}.learnworlds-laptop.outline.black{background-image:url(https://cdn.mycourse.app/pbl1f/images/laptop-black-outline.png)}.learnworlds-laptop.realistic{padding:2% 10.5% 3.5%}.learnworlds-laptop.realistic.white{background-image:url(https://cdn.mycourse.app/pbl1f/images/laptop-white-realistic.png)}.learnworlds-laptop.realistic.black{background-image:url(https://cdn.mycourse.app/pbl1f/images/laptop-black-realistic.png)}.learnworlds-laptop.draw{padding:3.5% 10.5% 3.2%}.learnworlds-laptop.draw.white{background-image:url(https://cdn.mycourse.app/pbl1f/images/laptop-white-draw.png)}.learnworlds-laptop.draw.black{background-image:url(https://cdn.mycourse.app/pbl1f/images/laptop-black-draw.png)}.learnworlds-tablet-landscape{background-repeat:no-repeat;background-size:contain;background-position:50%;width:100%}.learnworlds-tablet-landscape.outline{padding:8%}.learnworlds-tablet-landscape.outline.white{background-image:url(https://cdn.mycourse.app/pbl1f/images/tablet-landscape-white-outline.png)}.learnworlds-tablet-landscape.outline.black{background-image:url(https://cdn.mycourse.app/pbl1f/images/tablet-landscape-black-outline.png)}.learnworlds-tablet-landscape.realistic{padding:8%}.learnworlds-tablet-landscape.realistic.white{background-image:url(https://cdn.mycourse.app/pbl1f/images/tablet-landscape-white-realistic.png)}.learnworlds-tablet-landscape.realistic.black{background-image:url(https://cdn.mycourse.app/pbl1f/images/tablet-landscape-black-realistic.png)}.learnworlds-tablet-landscape.draw{padding:8.5%}.learnworlds-tablet-landscape.draw.white{background-image:url(https://cdn.mycourse.app/pbl1f/images/tablet-landscape-white-draw.png)}.learnworlds-tablet-landscape.draw.black{background-image:url(https://cdn.mycourse.app/pbl1f/images/tablet-landscape-black-draw.png)}.learnworlds-tablet-portrait{background-repeat:no-repeat;background-size:contain;background-position:50%;width:100%}.learnworlds-tablet-portrait.outline{padding:10% 10.5% 12%}.learnworlds-tablet-portrait.outline.white{background-image:url(https://cdn.mycourse.app/pbl1f/images/tablet-portrait-white-outline.png)}.learnworlds-tablet-portrait.outline.black{background-image:url(https://cdn.mycourse.app/pbl1f/images/tablet-portrait-black-outline.png)}.learnworlds-tablet-portrait.outline .learnworlds-AR-16-9{padding-bottom:160%}.learnworlds-tablet-portrait.realistic{padding:9% 7%}.learnworlds-tablet-portrait.realistic.white{background-image:url(https://cdn.mycourse.app/pbl1f/images/tablet-portrait-white-realistic.png)}.learnworlds-tablet-portrait.realistic.black{background-image:url(https://cdn.mycourse.app/pbl1f/images/tablet-portrait-black-realistic.png)}.learnworlds-tablet-portrait.realistic .learnworlds-AR-16-9{padding-bottom:130%}.learnworlds-tablet-portrait.draw{padding:11% 10%}.learnworlds-tablet-portrait.draw.white{background-image:url(https://cdn.mycourse.app/pbl1f/images/tablet-portrait-white-draw.png)}.learnworlds-tablet-portrait.draw.black{background-image:url(https://cdn.mycourse.app/pbl1f/images/tablet-portrait-black-draw.png)}.learnworlds-tablet-portrait.draw .learnworlds-AR-16-9{padding-bottom:135%}.learnworlds-smartphone-landscape{background-repeat:no-repeat;background-size:contain;background-position:50%;width:100%}.learnworlds-smartphone-landscape.outline{padding:2.5% 12.5%}.learnworlds-smartphone-landscape.outline.white{background-image:url(https://cdn.mycourse.app/pbl1f/images/smartphone-landscape-white-outline.png)}.learnworlds-smartphone-landscape.outline.black{background-image:url(https://cdn.mycourse.app/pbl1f/images/smartphone-landscape-black-outline.png)}.learnworlds-smartphone-landscape.realistic{padding:3% 11%}.learnworlds-smartphone-landscape.realistic.white{background-image:url(https://cdn.mycourse.app/pbl1f/images/smartphone-landscape-white-realistic.png)}.learnworlds-smartphone-landscape.realistic.black{background-image:url(https://cdn.mycourse.app/pbl1f/images/smartphone-landscape-black-realistic.png)}.learnworlds-smartphone-landscape.draw{padding:3.5% 15.5%}.learnworlds-smartphone-landscape.draw.white{background-image:url(https://cdn.mycourse.app/pbl1f/images/smartphone-landscape-white-draw.png)}.learnworlds-smartphone-landscape.draw.black{background-image:url(https://cdn.mycourse.app/pbl1f/images/smartphone-landscape-black-draw.png)}.learnworlds-smartphone-portrait{background-repeat:no-repeat;background-size:contain;background-position:50%;width:100%}.learnworlds-smartphone-portrait.outline{padding:14.5% 27% 15%}.learnworlds-smartphone-portrait.outline.white{background-image:url(https://cdn.mycourse.app/pbl1f/images/smartphone-portrait-white-outline.png)}.learnworlds-smartphone-portrait.outline.black{background-image:url(https://cdn.mycourse.app/pbl1f/images/smartphone-portrait-black-outline.png)}.learnworlds-smartphone-portrait.outline .learnworlds-AR-16-9{padding-bottom:175%}.learnworlds-smartphone-portrait.realistic{padding:12% 26%}.learnworlds-smartphone-portrait.realistic.white{background-image:url(https://cdn.mycourse.app/pbl1f/images/smartphone-portrait-white-realistic.png)}.learnworlds-smartphone-portrait.realistic.black{background-image:url(https://cdn.mycourse.app/pbl1f/images/smartphone-portrait-black-realistic.png)}.learnworlds-smartphone-portrait.realistic .learnworlds-AR-16-9{padding-bottom:175%}.learnworlds-smartphone-portrait.draw{padding:16% 26%}.learnworlds-smartphone-portrait.draw.white{background-image:url(https://cdn.mycourse.app/pbl1f/images/smartphone-portrait-white-draw.png)}.learnworlds-smartphone-portrait.draw.black{background-image:url(https://cdn.mycourse.app/pbl1f/images/smartphone-portrait-black-draw.png)}.learnworlds-smartphone-portrait.draw .learnworlds-AR-16-9{padding-bottom:175%}.learnworlds-AR-16-9{position:relative;padding-bottom:56.25%}.learnworlds-screen-caption{position:absolute;z-index:2;width:100%;max-height:100%;overflow:auto;padding:12px 15px 9px;margin-bottom:0!important}.learnworlds-screen-caption.top{left:0;top:0}.learnworlds-screen-caption.bottom{left:0;bottom:0}.learnworlds-screen-caption.center{left:0;top:50%;transform:translateY(-50%)}[data-node-type=media-gallery] .learnworlds-screen-caption{display:none}div[class*=learnworlds-bg-default]{background-size:cover;background-position:50%;background-repeat:no-repeat}.learnworlds-bg-default{background-image:-webkit-repeating-linear-gradient(-45deg,#e6e6e6,#e6e6e6 35px,#f2f2f2 0,#f2f2f2 70px);background-image:repeating-linear-gradient(-45deg,#e6e6e6,#e6e6e6 35px,#f2f2f2 0,#f2f2f2 70px);position:relative}.learnworlds-bg-default1{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/default/1.jpeg)}.learnworlds-bg-default2{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/default/2.jpeg)}.learnworlds-bg-default3{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/default/3.jpeg)}.learnworlds-bg-default4{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/default/4.jpeg)}.learnworlds-bg-default5{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/default/5.jpeg)}.learnworlds-bg-default6{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/default/6.jpeg)}.learnworlds-bg-default7{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/default/7.jpg)}.learnworlds-bg-default8{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/default/8.jpg)}.learnworlds-bg-default9{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/default/9.jpg)}.learnworlds-bg-default10{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/default/10.jpg)}.learnworlds-bg-default11{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/default/11.jpg)}.learnworlds-bg-default12{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/default/12.jpg)}.learnworlds-bg-gif{background-size:cover;background-position:50%;background-repeat:no-repeat}.learnworlds-bg-gif.learnworlds-bg-gif1{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/gif/1.webp)}.learnworlds-bg-gif.learnworlds-bg-gif2{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/gif/2.gif)}.learnworlds-bg-gif.learnworlds-bg-gif3{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/gif/3.webp)}.learnworlds-bg-gif.learnworlds-bg-gif4{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/gif/4.gif)}.learnworlds-bg-gif.learnworlds-bg-gif5{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/gif/5.gif)}.learnworlds-bg-gif.learnworlds-bg-gif6{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/gif/6.gif)}.learnworlds-bg-gif.learnworlds-bg-gif7{background-image:url(https://cdn.mycourse.app/pbl1f/author/images/gif/7.gif)}.learnworlds-bg-sunbeams-light{background-image:url(https://cdn.mycourse.app/pbl1f/images/sunbeams-light.png)}.learnworlds-bg-sunbeams-dark{background-image:url(https://cdn.mycourse.app/pbl1f/images/sunbeams-dark.png)}.learnworlds-bg-sparkles-dark{background-image:url(https://cdn.mycourse.app/pbl1f/images/sparkles-dark.png)}.learnworlds-bg-sparkles-light{background-image:url(https://cdn.mycourse.app/pbl1f/images/sparkles-light.png)}.learnworlds-offer-bg{background-image:url(https://cdn.mycourse.app/pbl1f/images/offer-bg.jpg)}.learnworlds-AR-1-1{position:relative;padding-bottom:100%}.learnworlds-AR-2-1{position:relative;padding-bottom:50%}.learnworlds-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000}.lw-video-iframe-icon{position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%)}.learnworlds-video-iframe-wrapper{position:relative}#pageContent .disable-screen-video-interaction:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.learnworlds-framed-image{display:inline-block;position:relative}.learnworlds-framed-image.learnworlds-avatar{height:0}.learnworlds-framed-image.learnworlds-avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute}.learnworlds-frame-size-full{width:100%}.learnworlds-frame-size-full.rectangle{padding-bottom:56.25%}.learnworlds-frame-size-full.square{padding-bottom:100%}.learnworlds-frame-size-full.circle{padding-bottom:100%;border-radius:50%}.learnworlds-frame-size-very-large{width:80%}.learnworlds-frame-size-very-large.rectangle{padding-bottom:45%}.learnworlds-frame-size-very-large.square{padding-bottom:80%}.learnworlds-frame-size-very-large.circle{padding-bottom:80%;border-radius:50%}.learnworlds-frame-size-large{width:60%}.learnworlds-frame-size-large.rectangle{padding-bottom:33.75%}.learnworlds-frame-size-large.square{padding-bottom:60%}.learnworlds-frame-size-large.circle{padding-bottom:60%;border-radius:50%}.learnworlds-frame-size-normal{width:50%}.learnworlds-frame-size-normal.rectangle{padding-bottom:28.125%}.learnworlds-frame-size-normal.square{padding-bottom:50%}.learnworlds-frame-size-normal.circle{padding-bottom:50%;border-radius:50%}.learnworlds-frame-size-small{width:40%}.learnworlds-frame-size-small.rectangle{padding-bottom:22.5%}.learnworlds-frame-size-small.square{padding-bottom:40%}.learnworlds-frame-size-small.circle{padding-bottom:40%;border-radius:50%}.learnworlds-frame-size-very-small{width:20%}.learnworlds-frame-size-very-small.rectangle{padding-bottom:11.25%}.learnworlds-frame-size-very-small.square{padding-bottom:20%}.learnworlds-frame-size-very-small.circle{padding-bottom:20%;border-radius:50%}.vmiddle{vertical-align:middle}.vtop{vertical-align:top}.flex-item.va-c{justify-content:center}.flex-item.va-c,.flex-item.va-fs{display:flex;flex-direction:column}.flex-item.va-fs{justify-content:flex-start}.flex-item.va-fe{justify-content:flex-end}.flex-item.va-fe,.flex-item.va-sb{display:flex;flex-direction:column}.flex-item.va-sb{justify-content:space-between}.flex-item.ai-s{display:flex;flex-direction:row;align-items:stretch}.flex-item.fg-0{flex-grow:0}.flex-item.fg-1{flex-grow:1}.flex-item.fsh-0{flex-shrink:0}.flex-item.fsh-1{flex-shrink:1}.jc-f-e{display:flex;justify-content:flex-end}.nowrap{white-space:nowrap}.learnworlds-section{position:relative;width:100%}.learnworlds-section:hover:not(.lw-topbar){z-index:3}.learnworlds-section:hover:not(.lw-topbar) .learnworlds-section-content{z-index:4}.learnworlds-section .col[data-node-type=column]:not(.with-flexible-parts){display:flex;flex-direction:column}.learnworlds-section .col[data-node-type=column]:not(.with-flexible-parts):hover{position:relative;z-index:3}.learnworlds-section.no-padding-bottom{padding-bottom:0}.learnworlds-section.no-padding-top{padding-top:0}.learnworlds-section:not(.lw-topbar):not(.lw-footer) a:not(.learnworlds-button){color:inherit;text-decoration:underline}.learnworlds-section:not(.lw-topbar):not(.lw-footer) a:not(.learnworlds-button) span{text-decoration:underline}.learnworlds-section.lw-footer a:not(.learnworlds-button){color:inherit}.learnworlds-section.lw-footer a:not(.learnworlds-button):hover{text-decoration:none}.learnworlds-size-extra-large{padding:28rem 0}.learnworlds-size-large{padding:16rem 0}.learnworlds-size-normal{padding:8rem 0}.learnworlds-size-small{padding:4rem 0}.col:not(.no-padding).lw-padding-large{padding:6rem}.col:not(.no-padding).lw-padding-normal{padding:3.5rem}.col:not(.no-padding).lw-padding-small{padding:2rem}.lw-video-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.learnworlds-section-overlay{position:absolute;width:100%;height:100%;top:0;left:0;opacity:.65;z-index:1}.learnworlds-section-overlay-cnt{position:absolute;z-index:5;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center}.learnworlds-section-content{font-size:0;max-width:100%;margin:0 auto;position:relative;z-index:1}.learnworlds-section-content.wide{width:1170px}.learnworlds-section-content.wide-ebook{width:980px}.learnworlds-section-content.narrow-ebook{width:700px}.learnworlds-element:last-child{margin-bottom:0}.stretched-bg{background-size:cover!important}.centered-bg,.stretched-bg{background-repeat:no-repeat!important;background-position:50%}.centered-bg,.repeated-bg{background-size:contain!important}.repeated-bg{background-position:50%}.auto-repeated-bg,.repeated-bg{background-repeat:repeat!important}.auto-repeated-bg{background-size:auto!important}.course-cards-bg{background-image:url(https://cdn.mycourse.app/pbl1f/images/pagesbuilder/course-cards-bg.jpg)}.lw-cols{width:100%;position:relative;z-index:2}.lw-cols.align-items-flex-start{align-items:flex-start}.lw-cols.align-items-flex-end{align-items:flex-end}.lw-cols.align-items-stretch{align-items:stretch}.lw-cols.align-items-center{align-items:center}.lw-cols.justify-content-center,.lw-cols.justify-content-center .with-flexible-parts{justify-content:center}.lw-cols.justify-content-flex-start,.lw-cols.justify-content-flex-start .with-flexible-parts{justify-content:flex-start}.lw-cols.justify-content-flex-end,.lw-cols.justify-content-flex-end .with-flexible-parts{justify-content:flex-end}.lw-cols.justify-content-space-between{justify-content:space-between}.lw-cols.multiple-rows{flex-wrap:wrap}.lw-cols.multiple-rows.justify-content{justify-content:center}.lw-cols.oneItem-per-row{list-style-type:none}.lw-cols.oneItem-per-row .flex-item{width:100%;margin-left:0!important}.lw-cols.oneItem-per-row.-icon-list-widget .flex-item:nth-child(n+2){margin-top:1.5rem}.lw-cols.twoItems-per-row{list-style-type:none}.lw-cols.twoItems-per-row .flex-item{width:50%;margin-left:0!important}.lw-cols.twoItems-per-row.-icon-list-widget .flex-item:nth-child(n+3){margin-top:1.5rem}.lw-cols.threeItems-per-row{list-style-type:none}.lw-cols.threeItems-per-row .flex-item{width:33.33%;margin-left:0!important}.lw-cols.threeItems-per-row.-icon-list-widget .flex-item:nth-child(n+4){margin-top:1.5rem}.lw-cols.fourItems-per-row{list-style-type:none}.lw-cols.fourItems-per-row .flex-item{width:25%;margin-left:0!important}.lw-cols.fourItems-per-row.-icon-list-widget .flex-item:nth-child(n+5){margin-top:1.5rem}.lw-cols.fiveItems-per-row{list-style-type:none}.lw-cols.fiveItems-per-row .flex-item{width:20%;margin-left:0!important}.lw-cols.fiveItems-per-row.-icon-list-widget .flex-item:nth-child(n+6){margin-top:1.5rem}.lw-cols.inline-flex{display:inline-flex}.lw-cols.with-filters{z-index:3}.with-flexible-parts{display:flex;align-items:flex-start}.with-flexible-parts .flexible-part:nth-child(2){padding-left:10px}.with-flexible-parts.justify-content-space-between{justify-content:space-between}.with-flexible-parts.justify-content-center{justify-content:center}.with-flexible-parts.justify-content-flex-end{justify-content:flex-end}.with-flexible-parts.justify-content-flex-start{justify-content:flex-start}.with-flexible-parts.align-items-center{align-items:center}.with-flexible-parts.align-items-flex-end{align-items:flex-end}.with-flexible-parts.align-items-flex-start{align-items:flex-start}.with-flexible-parts.learnworlds-align-left{justify-content:flex-start}.with-flexible-parts.learnworlds-align-center{justify-content:center}.with-flexible-parts.learnworlds-align-right{justify-content:flex-end}.with-flexible-parts.flex-d-col{flex-direction:column}.flexible-headings-wrapper{margin-left:auto;margin-right:auto}.learnworlds-animated{opacity:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.learnworlds-animated.anim-slow{-webkit-animation-duration:.8s;animation-duration:.8s}.learnworlds-animated.anim-normal{-webkit-animation-duration:.4s;animation-duration:.4s}.learnworlds-animated.anim-fast{-webkit-animation-duration:.2s;animation-duration:.2s}.learnworlds-animated.fade-in{-webkit-animation-name:animation-general-1;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-1;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-1;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-1;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.learnworlds-animated.scale-up{-webkit-animation-name:animation-general-2;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-2;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-2;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-2;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.learnworlds-animated.scale-down{-webkit-animation-name:animation-general-3;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-3;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-3;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-3;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.learnworlds-animated.slide-to-right{transform:translate(-15px);-webkit-animation-name:animation-general-4;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-4;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-4;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-4;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.learnworlds-animated.slide-to-left{transform:translate(15px);-webkit-animation-name:animation-general-5;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-5;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-5;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-5;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.learnworlds-animated.slide-to-bottom{transform:translateY(-15px);-webkit-animation-name:animation-general-6;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-6;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-6;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-6;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.learnworlds-animated.slide-to-top{transform:translateY(15px);-webkit-animation-name:animation-general-7;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-7;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-7;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-7;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.learnworlds-animated.rotate{-webkit-animation-name:animation-general-8;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-8;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-8;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-8;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.learnworlds-animated.blink{-webkit-animation-name:animation-general-9;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-9;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-9;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-9;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.learnworlds-animated.bounce{-webkit-animation-name:animation-general-10;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-10;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-10;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-10;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.learnworlds-animated.jello,.learnworlds-animated.pulse{-webkit-animation-name:animation-general-11;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-11;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-11;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-11;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.learnworlds-animated.wobble{-webkit-animation-name:animation-general-13;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-13;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-13;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-13;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.learnworlds-animated.vibrate{-webkit-animation-name:animation-general-14;-webkit-animation-timing-function:ease-out;-webkit-animation-delay:0;-webkit-animation-iteration-count:1;-webkit-animation-direction:normal;-ms-animation-name:animation-general-14;-ms-animation-timing-function:ease-out;-ms-animation-delay:0;-ms-animation-iteration-count:1;-ms-animation-direction:normal;animation-name:animation-general-14;animation-timing-function:ease-out;animation-delay:0;animation-iteration-count:1;animation-direction:normal;-moz-animation-name:animation-general-14;-moz-animation-timing-function:ease-out;-moz-animation-delay:0;-moz-animation-iteration-count:1;-moz-animation-direction:normal}.lw-topbar{overflow:visible;z-index:11;display:flex;box-shadow:0 0 15px 0 rgba(0,0,0,.05)}.lw-topbar .learnworlds-section-content{min-height:55px;display:flex}.lw-topbar>div{margin-top:auto;margin-bottom:auto;width:100%}.lw-topbar.hide-topbar{display:none}.lw-topbar .learnworlds-button-wrapper,.lw-topbar .lw-widget-in{white-space:nowrap}.lw-topbar .with-flexible-parts:not(.lw-topbar-options){flex-wrap:wrap}.lw-topbar .learnworlds-icon{margin-bottom:0!important}.lw-topbar.with-ham-menu{height:100%;display:block}.lw-topbar .lw-element-selected{outline-width:0}.lw-topbar-option{display:inline-flex;position:relative;align-items:center}.lw-topbar-notif{padding:8px;position:absolute;border-radius:50%;top:-5px;right:-10px}.lw-topbar-submenu-item>.lw-topbar-notif{padding:8px;position:absolute;border-radius:50%;top:11px;right:3px}.lw-topbar-notif-lbl{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lw-topbar-notif-lbl.learnworlds-main-text-very-small{font-size:12px}.lw-topbar-option-link{white-space:nowrap;text-decoration:none;position:relative;display:block;display:flex;align-items:center;cursor:pointer}.lw-topbar-option-link:hover{text-decoration:none}.lw-topbar-option-link.button-like{padding:6px 16px;border-width:2px;border-style:solid}.lw-topbar-option-link.top-border{border-top:2px solid}.lw-topbar-option-link.bottom-border{border-bottom:2px solid}.lw-topbar-option-link.with-submenu:after{content:"";width:5px;height:5px;transform:rotate(135deg);white-space:nowrap;border-right:1px solid;border-top:1px solid;margin-left:4px}.lw-topbar-option-link-lbl,.lw-topbar-option-link.with-submenu:after{display:inline-block;vertical-align:middle}.lw-topbar-menu{z-index:100;transition:all .3s}.lw-topbar-menu.with-hover.hover-effect1 .lw-topbar-option-link{transition:all .2s}.lw-topbar-menu.with-hover.hover-effect1 .lw-topbar-option-link:hover{opacity:.7}.lw-topbar-menu.with-hover.hover-effect1 .lw-topbar-option-link.button-like{transition:all .2s}.lw-topbar-menu.with-hover.hover-effect1 .lw-topbar-option-link.button-like:hover{opacity:.7}.lw-topbar-menu.with-hover.hover-effect2 .lw-topbar-option-link.button-like{transition:all .2s}.lw-topbar-menu.with-hover.hover-effect2 .lw-topbar-option-link.button-like:hover{opacity:.7}.lw-topbar-menu.with-hover.hover-effect2 .lw-topbar-option-link.text-only:after,.lw-topbar-menu.with-hover.hover-effect2 .lw-topbar-option-link.text-only:before{display:inline-block;opacity:0;position:absolute;top:0;transition:all .2s}.lw-topbar-menu.with-hover.hover-effect2 .lw-topbar-option-link.text-only:before{left:0;content:"[";transform:translate(20px)}.lw-topbar-menu.with-hover.hover-effect2 .lw-topbar-option-link.text-only:after{right:0;content:"]";transform:translate(-20px)}.lw-topbar-menu.with-hover.hover-effect2 .lw-topbar-option-link.text-only:hover:after,.lw-topbar-menu.with-hover.hover-effect2 .lw-topbar-option-link.text-only:hover:before{opacity:1}.lw-topbar-menu.with-hover.hover-effect2 .lw-topbar-option-link.text-only:hover:before{transform:translate(-5px)}.lw-topbar-menu.with-hover.hover-effect2 .lw-topbar-option-link.text-only:hover:after{transform:translate(5px)}.lw-topbar-menu.with-hover.hover-effect3 .lw-topbar-option-link.button-like{transition:all .2s}.lw-topbar-menu.with-hover.hover-effect3 .lw-topbar-option-link.button-like:hover{opacity:.7}.lw-topbar-menu.with-hover.hover-effect3 .lw-topbar-option-link.text-only:after{content:"";position:absolute;top:100%;left:0;width:100%;border-width:2px 0 0;border-style:solid;opacity:0;transition:all .2s;transform:translateY(10px)}.lw-topbar-menu.with-hover.hover-effect3 .lw-topbar-option-link.text-only:hover:after{opacity:1;transform:translate(0)}.lw-h-row,.lw-h-row .learnworlds-section-content,.lw-h-row .learnworlds-section-content .lw-cols,.lw-h-row .learnworlds-section-content .lw-cols .flex-item,.lw-h-row .learnworlds-section-content .lw-cols .flex-item .lw-topbar-menu-wrapper,.lw-h-row .learnworlds-section-content .lw-cols .flex-item .lw-topbar-menu-wrapper .lw-topbar-menu,.lw-h-row .learnworlds-section-content .lw-cols .flex-item .lw-topbar-menu-wrapper .lw-topbar-menu .lw-topbar-options,.lw-h-row .learnworlds-section-content .lw-cols .flex-item .lw-topbar-menu-wrapper .lw-topbar-menu .lw-topbar-options .lw-topbar-option,.lw-h-row .learnworlds-section-content .lw-cols .flex-item .lw-topbar-menu-wrapper .lw-topbar-menu .lw-topbar-options .lw-topbar-option .lw-topbar-submenu{background-color:inherit}.lw-h-row .lw-cols .col:first-child .lw-topbar-menu-wrapper.link-distance-micro .lw-topbar-option:not(:first-child){margin-left:10px}.lw-h-row .lw-cols .col:first-child .lw-topbar-menu-wrapper.link-distance-mini .lw-topbar-option:not(:first-child){margin-left:14px}.lw-h-row .lw-cols .col:first-child .lw-topbar-menu-wrapper.link-distance-condensed .lw-topbar-option:not(:first-child){margin-left:18px}.lw-h-row .lw-cols .col:first-child .lw-topbar-menu-wrapper.link-distance-normal .lw-topbar-option:not(:first-child){margin-left:22px}.lw-h-row .lw-cols .col:first-child .lw-topbar-menu-wrapper.link-distance-wide .lw-topbar-option:not(:first-child){margin-left:28px}.lw-h-row .lw-cols .col:first-child .lw-topbar-menu-wrapper.link-distance-mega .lw-topbar-option:not(:first-child){margin-left:40px}.lw-h-row .lw-cols .col:nth-child(2) .lw-topbar-menu-wrapper.link-distance-micro .lw-topbar-option{margin:0 5px}.lw-h-row .lw-cols .col:nth-child(2) .lw-topbar-menu-wrapper.link-distance-mini .lw-topbar-option{margin:0 7px}.lw-h-row .lw-cols .col:nth-child(2) .lw-topbar-menu-wrapper.link-distance-condensed .lw-topbar-option{margin:0 9px}.lw-h-row .lw-cols .col:nth-child(2) .lw-topbar-menu-wrapper.link-distance-normal .lw-topbar-option{margin:0 11px}.lw-h-row .lw-cols .col:nth-child(2) .lw-topbar-menu-wrapper.link-distance-wide .lw-topbar-option{margin:0 14px}.lw-h-row .lw-cols .col:nth-child(2) .lw-topbar-menu-wrapper.link-distance-mega .lw-topbar-option{margin:0 20px}.lw-h-row .lw-cols .col:nth-child(3) .lw-topbar-menu-wrapper.link-distance-micro .lw-topbar-option:not(:last-child){margin-right:10px}.lw-h-row .lw-cols .col:nth-child(3) .lw-topbar-menu-wrapper.link-distance-mini .lw-topbar-option:not(:last-child){margin-right:14px}.lw-h-row .lw-cols .col:nth-child(3) .lw-topbar-menu-wrapper.link-distance-condensed .lw-topbar-option:not(:last-child){margin-right:18px}.lw-h-row .lw-cols .col:nth-child(3) .lw-topbar-menu-wrapper.link-distance-normal .lw-topbar-option:not(:last-child){margin-right:22px}.lw-h-row .lw-cols .col:nth-child(3) .lw-topbar-menu-wrapper.link-distance-wide .lw-topbar-option:not(:last-child){margin-right:28px}.lw-h-row .lw-cols .col:nth-child(3) .lw-topbar-menu-wrapper.link-distance-mega .lw-topbar-option:not(:last-child){margin-right:40px}.lw-topbar-submenu{display:none;list-style-type:none!important;background-color:#fff;min-width:110px;z-index:2}.lw-topbar-submenu .lw-topbar-submenu-item{padding-top:5px;padding-bottom:5px}.lw-topbar-submenu-link{white-space:nowrap;text-decoration:none}.lw-topbar-submenu-link:hover{text-decoration:none}.lw-topbar-logo{max-height:150px}.lw-topbar-hamburger{display:none;position:absolute;top:15px;right:15px;width:40px;height:27px;z-index:101}.lw-topbar-hamburger:after,.lw-topbar-hamburger:before{content:"";position:absolute;left:0;width:100%;height:4px;background-color:#b4b4b4;transition:all .3s}.lw-topbar-hamburger:before{top:2px;box-shadow:0 20px 0 0 #b4b4b4;transition:all .3s}.lw-topbar-hamburger:after{bottom:11px;transition:all .3s}.lw-topbar-hamburger-menu{opacity:0;height:0;pointer-events:none;transition:all .3s;transform:translateY(-10px);position:absolute;top:0;z-index:100;left:0;padding:45px 10px;width:100%;overflow:auto}.lw-topbar-hamburger-menu a{display:block}.lw-topbar-hamburger-menu-item{margin-top:2px;margin-bottom:2px}.lw-topbar-hamburger-check{display:none}.lw-topbar-hamburger-check:checked+.lw-topbar-hamburger:before{transform:translateX(5px) translateY(12px) rotate(-45deg);box-shadow:none}.lw-topbar-hamburger-check:checked+.lw-topbar-hamburger:after{transform:translateX(5px) translateY(2px) rotate(45deg)}.lw-topbar-hamburger-check:checked+.lw-topbar-hamburger+.lw-topbar-hamburger-menu{height:100%;display:flex;opacity:1;pointer-events:auto;transform:translate(0)}.megamenu-window{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;overflow:auto}.megamenu-container{background-color:rgba(0,0,0,.7);height:100%;flex-direction:column;justify-content:center}.megamenu-wrapper{position:relative;width:1170px;max-width:100%;margin:0 auto}.megamenu-close{z-index:2;width:150px;display:block;margin:5px auto 0;cursor:pointer}.lw-footer.footer3 .lw-social-button{padding:1.5rem}.lw-footer.footer3 .lw-logo{width:130px}.lw-footer.footer4 .lw-social-button{padding:1.5rem}.lw-footer.footer4 .lw-logo{width:130px}.lw-footer-links{padding-left:0}.learnworlds-divider-wrapper{position:absolute;width:100%;height:200px;left:50%;transform:translate(-50%);overflow-x:hidden}.learnworlds-divider-wrapper.flip svg{transform:scaleX(-1)}.learnworlds-divider-wrapper.-learnworlds-divider-curtains svg,.learnworlds-divider-wrapper.-learnworlds-divider-curtain svg,.learnworlds-divider-wrapper.-learnworlds-divider-mountain svg,.learnworlds-divider-wrapper.-learnworlds-divider-trapezium svg,.learnworlds-divider-wrapper.-learnworlds-divider-triangles svg,.learnworlds-divider-wrapper.-learnworlds-divider-triangle svg,.learnworlds-divider-wrapper.-learnworlds-divider-waves2 svg,.learnworlds-divider-wrapper.-learnworlds-divider-waves svg{transform:scaleY(-1)}.learnworlds-divider-wrapper.-learnworlds-divider-curtain.flip svg,.learnworlds-divider-wrapper.-learnworlds-divider-curtains.flip svg,.learnworlds-divider-wrapper.-learnworlds-divider-mountain.flip svg,.learnworlds-divider-wrapper.-learnworlds-divider-trapezium.flip svg,.learnworlds-divider-wrapper.-learnworlds-divider-triangle.flip svg,.learnworlds-divider-wrapper.-learnworlds-divider-triangles.flip svg,.learnworlds-divider-wrapper.-learnworlds-divider-waves2.flip svg,.learnworlds-divider-wrapper.-learnworlds-divider-waves.flip svg{transform:scale(-1)}.learnworlds-divider-wrapper.on-top{top:-1px;transform:translate(-50%) rotate(180deg)}.learnworlds-divider-wrapper.on-bottom{bottom:-1px;transform:translate(-50%) rotate(0)}.learnworlds-divider{position:absolute;left:0;top:0;width:100%;min-width:1500px;height:100%}.lw-circle-icon-button{padding:24px;position:relative;border-style:solid;border-width:2px;cursor:pointer}.lw-circle-icon-button:not(.learnworlds-button-rectangle){border-radius:50%}.lw-circle-icon-button:before{content:"";display:inline-block;vertical-align:middle;padding-top:100%}.lw-circle-icon-button .learnworlds-icon{line-height:1em;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lw-round-icon{width:20px;height:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-right:.7rem}.lw-round-icon img{width:60%}section[data-section-id=tpl6] .flexible-cnt-wrapper:nth-child(2){margin-top:2.5rem}section[data-section-id=tpl25] .learnworlds-framed-image,section[data-section-id=tpl83] .learnworlds-framed-image{margin-bottom:0}section[data-section-id=tpl25] .lw-course-card,section[data-section-id=tpl83] .lw-course-card{border-radius:4px;box-shadow:0 0 20px 0 rgba(0,0,0,.1);overflow:hidden}section[data-section-id=tpl27] .lw-course-card{border-radius:4px;overflow:hidden}section[data-section-id=tpl27] .col-no-gutter{padding:15px 0}section[data-section-id=tpl27] .section27-menu-option{display:block;padding:15px;border-top:1px solid hsla(0,0%,100%,.05)}section[data-section-id=contact3] .learnworlds-input,section[data-section-id=tpl35] .learnworlds-input,section[data-section-id=tpl147] .learnworlds-input{border-width:1px}section[data-section-id=tpl77]{background-image:url(https://cdn.mycourse.app/pbl1f/images/pagesbuilder/mountains.jpg)}section[data-section-id=hero41]{background-image:url(https://cdn.mycourse.app/pbl1f/images/pagesbuilder/desk-bg.png)}section[data-section-id=tpl84] .lw-bundle-card{border-radius:4px;box-shadow:0 0 15px 0 rgba(0,0,0,.05)}section[data-section-id=tpl101] .promo-wrapper{border:2px dashed}.lw-course-chapter-circle{width:60px;padding-bottom:60px;position:relative;border-radius:50%}.lw-course-chapter-circle .lw-course-chapter-num{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}section[data-section-id=tpl113] .learnworlds-screen-wrapper{box-shadow:0 60px 50px -10px rgba(0,0,0,.15)}section[data-section-id=tpl115] .lw-social-buttons{margin-top:0}section[data-section-id=tpl120] .learnworlds-divider-wrapper{height:300px}section[data-section-id=tpl120] .lw-course-contents{box-shadow:0 70px 50px rgba(61,65,81,.2)}section[data-section-id=tpl120] .lw-course-contents-chapter{border-width:1px 0 0;border-style:solid}section[data-section-id=tpl120] .lw-course-contents-chapter.open .lw-course-contents-chapter-heading:after{transform:translateY(-50%) rotate(45deg)}section[data-section-id=tpl120] .lw-course-contents-chapter.open .lw-course-contents-units{display:block}section[data-section-id=tpl120] .lw-course-contents-chapter.closed .lw-course-contents-chapter-heading:after{transform:translateY(-50%) rotate(-45deg)}section[data-section-id=tpl120] .lw-course-contents-chapter.closed .lw-course-contents-units{display:none}section[data-section-id=tpl120] .lw-course-contents-chapter-heading{cursor:pointer;position:relative;padding-bottom:2.5rem;padding-right:60px}section[data-section-id=tpl120] .lw-course-contents-chapter-heading:after{content:"";border-color:inherit;border-style:solid;border-width:0 1px 1px 0;position:absolute;width:20px;height:20px;right:40px;top:50%}section[data-section-id=tpl120] .lw-course-contents-chapter-heading .learnworlds-heading3{margin-bottom:1rem}section[data-section-id=tpl120] .lw-course-contents-units{padding-top:0}section[data-section-id=tpl120] .lw-course-contents-unit-extra{margin:0 10px}section[data-section-id=tpl120] .lw-course-contents-unit .learnworlds-main-text{margin-bottom:0}section[data-section-id=tpl120] .lw-course-contents-unit:not(:last-child){margin-bottom:2rem}section[data-section-id=tpl121] .lw-quote-wrapper{margin-top:8rem;text-align:left}section[data-section-id=tpl121] .lw-quote-wrapper .learnworlds-main-text-large{margin-bottom:1rem}section[data-section-id=tpl121] .learnworlds-framed-image{box-shadow:0 20px 10px -3px rgba(61,65,81,.2)}section[data-section-id=tpl121] .lw-quote-arrow{border-style:solid;position:absolute;width:20px;height:20px;top:50%;cursor:pointer}section[data-section-id=tpl121] .lw-quote-arrow.left{left:40px;border-width:0 0 1px 1px;transform:rotate(45deg)}section[data-section-id=tpl121] .lw-quote-arrow.right{right:40px;border-width:0 1px 1px 0;transform:rotate(-45deg)}section[data-section-id=tpl129] .learnworlds-main-text-very-large{line-height:1em;margin-bottom:1rem}section[data-section-id=tpl129] .span_4_of_12 .span_6_of_12:not(:last-child),section[data-section-id=tpl129] .span_8_of_12 .span_3_of_12:not(:last-child){border-style:solid}section[data-section-id=tpl133] .lw-blog-card{cursor:pointer;padding:25px 0}section[data-section-id=tpl133] .lw-blog-card:last-child{margin-bottom:3.5rem}section[data-section-id=tpl133] .learnworlds-main-text-very-small:not(:first-child){margin-bottom:0}section[data-section-id=tpl133] .learnworlds-main-text-very-small:first-child{margin-bottom:.5rem}section[data-section-id=tpl133] .learnworlds-screen-wrapper{box-shadow:0 70px 50px rgba(61,65,81,.2)}section[data-section-id=tpl134]{background-image:url(https://cdn.mycourse.app/pbl1f/images/pagesbuilder/space.jpg)}section[data-section-id=tpl137] .lw-cols.with-input-cols{max-width:600px;margin-left:auto;margin-right:auto;border-radius:65px}section[data-section-id=tpl139] .lw-course-card{text-align:left;border-radius:4px;overflow:hidden;border-width:1px;border-style:solid}section[data-section-id=tpl139] .lw-course-card:hover{box-shadow:0 70px 50px rgba(61,65,81,.2)}section[data-section-id=tpl148] .lw-course-card{border-radius:4px;overflow:hidden;border-width:1px;border-style:solid}section[data-section-id=tpl148] .lw-course-card:hover{box-shadow:0 70px 50px rgba(61,65,81,.2)}section[data-section-id=tpl148] .lw-course-card .learnworlds-overline-text{margin-bottom:0}section[data-section-id=tpl149] .lw-testimonial-card{border-style:solid;border-width:1px;text-align:left}section[data-section-id=tpl149] .lw-testimonial-card .learnworlds-overline-text{margin-bottom:.5rem}section[data-section-id=tpl149] .learnworlds-divider-wrapper{height:250px}section[data-section-id=tpl150] .lw-courses-num,section[data-section-id=tpl150] .lw-deleted-price{margin-bottom:0}section[data-section-id=tpl150] .lw-courses-num{line-height:1em}section[data-section-id=tpl150] .learnworlds-divider-wrapper{height:250px}section[data-section-id=tpl150] .lw-bundle-card-footer{padding-left:0;padding-right:0;padding-top:20px;border-width:1px 0 0;border-style:solid}section[data-section-id=tpl151] .lw-course-pay-option{cursor:pointer}section[data-section-id=tpl151] .lw-course-pay-option-circle{width:33px;height:33px;border-radius:50%;position:relative}section[data-section-id=tpl151] .lw-course-pay-option-circle:after{display:none;content:"";position:absolute;width:19px;height:19px;top:6px;left:6px;border-radius:50%;background-color:inherit;box-shadow:inset 0 0 20px}section[data-section-id=tpl151] .lw-course-pay-option input[type=radio]:checked+.lw-course-pay-option-circle:after{display:block}section[data-section-id=tpl152] .lw-user-panel{border-radius:4px;box-shadow:0 10px 50px rgba(0,0,0,.1)}section[data-section-id=tpl152] .lw-user-panel .learnworlds-main-text-large{margin-bottom:0}section[data-section-id=tpl152] .learnworlds-icon.normal{margin-bottom:1.5rem!important}section[data-section-id=faq2] .lw-faq-panel{border-radius:4px;box-shadow:0 70px 50px rgba(61,65,81,.2)}section[data-section-id=faq3] .faq-card>div{border-radius:4px}section[data-section-id=tpl157] .lw-checkout-form{margin-top:8rem}section[data-section-id=tpl157] .with-flexible-parts .learnworlds-overline-text{margin-bottom:.5rem}section[data-section-id=tpl157] .with-flexible-parts:not(:last-child){margin-bottom:3.2rem}section[data-section-id=tpl157] .lw-deleted-price{margin-bottom:0}section[data-section-id=tpl157] .checkbox-label{margin-top:4.4rem;cursor:pointer}section[data-section-id=tpl157] .checkbox-label .flexible-part{padding-left:15px}section[data-section-id=tpl157] textarea{height:150px}section[data-section-id=tpl158]{background-image:url(https://cdn.mycourse.app/pbl1f/images/pagesbuilder/space.jpg);height:100vh}section[data-section-id=tpl160] .lw-course-card{border-radius:4px;overflow:hidden;border-width:1px;border-style:solid}section[data-section-id=tpl160] .lw-course-card:hover{box-shadow:0 70px 50px rgba(61,65,81,.2)}section[data-section-id=tpl161] .learnworlds-button{margin:10px}section[data-section-id=tpl162] .price-wrapper{padding-bottom:20px;border-width:0 0 1px;border-style:solid}section[data-section-id=tpl162] .learners-wrapper{padding-top:20px}.learners-wrapper{display:none}section[data-section-id=tpl167],section[data-section-id=tpl170]{background-image:url(https://cdn.mycourse.app/pbl1f/images/pagesbuilder/space.jpg)}section[data-section-id=tpl170] .lw-prelaunch-box{display:inline-flex;text-align:center;width:150px;height:150px;margin:5px}section[data-section-id=tpl170] .lw-prelaunch-box .learnworlds-main-text-huge{margin-bottom:1rem}section[data-section-id=prelaunch3] .rocket-image,section[data-section-id=prelaunch4] .rocket-image{width:350px}section[data-section-id=tpl153] .faq-card:first-child{border-top:none}section[data-section-id=blogPostsTpl3] .blog-post-img{width:315px;margin:10px 40px 0 0;z-index:10;float:left;position:relative;padding:0!important}section[data-section-id=blogPostsTpl4] .blog-post-img{width:315px;margin:10px 0 0 40px;z-index:10;float:right;position:relative;padding:0!important}section[data-section-id=blogPostsTpl8] .learnworlds-section-content,section[data-section-id=blogPostsTpl8] .lw-cols,section[data-section-id=blogPostsTpl8] .lw-quote,section[data-section-id=blogPostsTpl8] .lw-quote-icon,section[data-section-id=blogPostsTpl8] .span_12_of_12-all{background-color:inherit}section[data-section-id=blogPostsTpl8] .lw-quote{border-style:solid;border-width:1px;position:relative;margin-bottom:5px}section[data-section-id=blogPostsTpl8] .lw-quote-icon{position:absolute;top:0;left:0;transform:translate(-50%,-50%)}section[data-section-id=blogPostsTpl9] .learnworlds-section-content,section[data-section-id=blogPostsTpl9] .lw-quote{background-color:inherit}section[data-section-id=blogPostsTpl9] .lw-quote{border-style:solid;padding-left:20px;border-width:0 0 0 3px;position:relative;margin-bottom:5px}section[data-section-id=blogPostsTpl10] .learnworlds-screen-wrapper{margin-top:1.5rem}section[data-section-id=blogPostsTpl12] .learnworlds-screen-wrapper{position:relative}section[data-section-id=blogPostsTpl12] .lw-blog-post-info{position:absolute;z-index:2;width:100%;height:100%;top:0;left:0;display:flex;flex-direction:column;justify-content:center}section[data-section-id=blogPostsTpl13] .learnworlds-overline-text,section[data-section-id=blogPostsTpl13] .learnworlds-screen-wrapper,section[data-section-id=blogPostsTpl13] .learnworlds-section-content,section[data-section-id=blogPostsTpl13] .lw-cols,section[data-section-id=blogPostsTpl13] .span_12_of_12-all{background-color:inherit}section[data-section-id=blogPostsTpl13] .learnworlds-overline-text{display:inline-block;position:relative;z-index:3;padding:8px 15px;transform:translateY(50%);border-radius:30px;box-shadow:0 2px 3px -1px rgba(0,0,0,.05)}section[data-section-id=tpl198] .learnworlds-heading-large{display:inline-block;border-style:dashed;border-width:1px 0;padding:15px 0}section[data-section-id=tpl-bundle-hero-4] .learnworlds-image,section[data-section-id=tplHero40] .learnworlds-image{width:300px}section[data-section-id=tpl-bundle-hero-4] .overview-col,section[data-section-id=tplHero40] .overview-col{border-radius:10px}section[data-section-id=offer12] .learnworlds-divider-wrapper{height:250px}.course-cards-in-bundle>.lw-cols{flex-wrap:nowrap}.course-cards-in-bundle>.lw-cols .col.lw-course-card{flex-basis:300px;flex-shrink:0}.course-cards-in-bundle>.lw-cols .col.lw-course-card:not(:first-child){margin-left:1.6%!important}.form-wrapper.form-submitted form,.form-wrapper .form-wrapper__response{display:none}.form-wrapper.form-submitted .form-wrapper__response{display:block}.affiliates-registration-wrapper .learnworlds-button-wrapper{margin-top:2.5rem}.affiliates-registration-wrapper .affiliates-registration__logged-out{display:block}.affiliates-registration-wrapper .affiliates-registration__logged-in,.affiliates-registration-wrapper.form-logged-in .affiliates-registration__logged-out{display:none}.affiliates-registration-wrapper.form-logged-in .affiliates-registration__logged-in{display:block}.lead-form:not(.show-optin-checkbox) .lead-form__optin-checkbox{display:none}.lw-checkbox.checkbox-label{margin-top:2.4rem;cursor:pointer}.lw-checkbox.checkbox-label .flexible-part{padding-left:15px}.learnworlds-button.has-icon-front .learnworlds-icon{order:-1}.learnworlds-button.has-icon-front .learnworlds-icon:not(:only-child){margin-right:.5em;margin-left:-.5em}.learnworlds-button.has-icon-back .learnworlds-icon{order:2}.learnworlds-button.has-icon-back .learnworlds-icon:not(:only-child){margin-left:.5em;margin-right:-.5em}.lw-filter-option{position:relative}.lw-filter-option .lw-topbar-submenu-item{margin:0;padding:5px 0;white-space:nowrap}.lw-filter-option:hover{z-index:2}.lw-filter-option:hover .lw-topbar-submenu{display:block}.lw-filter-option:hover .lw-topbar-submenu:empty{display:none!important}.lw-filter-option.with-submenu:after{content:"";display:inline-block;vertical-align:middle;width:5px;height:5px;transform:rotate(135deg);white-space:nowrap;border-right:1px solid;border-top:1px solid;margin-left:4px;margin-bottom:2px}.lw-filter-option.with-submenu:hover .lw-topbar-submenu{display:block}.mt-0{margin-top:0!important}.mt-8rem{margin-top:8rem}.mt-6rem{margin-top:6rem}.mt-5rem{margin-top:5rem}.mt-4rem{margin-top:4rem}.mt-3_5rem{margin-top:3.5rem}.mt-3rem{margin-top:3rem}.mt-2_5rem{margin-top:2.5rem}.mt-2rem{margin-top:2rem}.mt-1rem{margin-top:1rem}.mb-8rem{margin-bottom:8rem}.mb-7rem{margin-bottom:7rem}.mb-6rem{margin-bottom:6rem}.mb-5rem{margin-bottom:5rem}.mb-4rem{margin-bottom:4rem!important}.mb-3rem{margin-bottom:3rem!important}.mb-2_5rem{margin-bottom:2.5rem!important}.mb-2rem{margin-bottom:2rem!important}.mb-1_6rem{margin-bottom:1.6rem}.mb-1rem{margin-bottom:1rem}.mb-10px{margin-bottom:10px}.mb-20px{margin-bottom:20px}.mb-neg8rem{margin-bottom:-8rem}.mb-neg4rem{margin-bottom:-4rem}.mb-neg2_5rem{margin-bottom:-2.5rem}.mt-neg1rem{margin-top:-1rem}.ml-0{margin-left:0!important}.ml-2rem{margin-left:2rem}.ml-20px{margin-left:20px}.ml-10px{margin-left:10px}.ml-1_6pc{margin-left:1.6%!important}.mr-10px{margin-right:10px}.p-1rem{padding:1rem}.p-1rem-1rem-0-1rem{padding:1rem 1rem 0}.p-2rem{padding:2rem}.pl-2rem{padding-left:2rem}.p-1rem-2rem{padding:1rem 2rem}.p-2_5rem-0{padding:2.5rem 0}.p-4rem-0{padding:4rem 0}.p-4rem{padding:4rem}.pb-2rem{padding-bottom:2rem}.pb-2_5rem{padding-bottom:2.5rem}.ptb-1rem{padding-top:1rem;padding-bottom:1rem}.ptb-3rem{padding-top:3rem;padding-bottom:3rem}.ptb-4rem{padding-top:4rem;padding-bottom:4rem}.p-8px-0{padding:8px 0}.p-5px-0{padding:5px 0}.pr-0{padding-right:0!important}.br-10px{border-radius:10px}.no-padding-top{padding-top:0}.pt-2rem{padding-top:2rem}.mlr-auto{margin-left:auto;margin-right:auto}.minHeight-260{min-height:260px}.fg-0{flex-grow:0}.fg-1{flex-grow:1}.fsh-0{flex-shrink:0}.fsh-1{flex-shrink:1}.v-bottom{vertical-align:bottom}.v-bottom,.v-middle{display:inline-block;float:none}.v-middle{vertical-align:middle}.v-top{display:inline-block;vertical-align:top;float:none}.w-full{width:100%}.h-full,.size-full{height:100%}.size-full{width:100%}.lw-tags{text-align:left;font-size:0;padding:2px}.lw-tags.absolute{position:absolute;width:100%}.lw-tags.absolute.tl{top:0;left:0}.lw-tags.absolute.bl{bottom:0;left:0}.lw-tag{display:inline-block;vertical-align:middle;box-shadow:0 3px 5px rgba(0,0,0,.1);padding:3px 7px;white-space:nowrap;border-radius:3px}.lw-tag:not(:last-child){margin-right:2px}.lw-big-tags{padding:5px}.lw-big-tag{display:inline-block;vertical-align:middle;box-shadow:0 3px 5px rgba(0,0,0,.1);padding:5px 15px;white-space:nowrap;border-radius:5px}.lw-cols.no-gutter>.col{margin-left:0}.lw-cols.no-gutter .span_12_of_12-all{flex-basis:100%}.lw-cols.no-gutter .span_11_of_12-all{flex-basis:91.66666667%}.lw-cols.no-gutter .span_10_of_12-all{flex-basis:83.33333333%}.lw-cols.no-gutter .span_9_of_12-all{flex-basis:75%}.lw-cols.no-gutter .span_8_of_12-all{flex-basis:66.66666667%}.lw-cols.no-gutter .span_7_of_12-all{flex-basis:58.33333333%}.lw-cols.no-gutter .span_6_of_12-all{flex-basis:50%}.lw-cols.no-gutter .span_5_of_12-all{flex-basis:41.66666667%}.lw-cols.no-gutter .span_4_of_12-all{flex-basis:33.33333333%}.lw-cols.no-gutter .span_3_of_12-all{flex-basis:25%}.lw-cols.no-gutter .span_2_of_12-all{flex-basis:16.66666667%}.lw-cols.no-gutter .span_1_of_12-all{flex-basis:8.33333333%}.lw-cols:not(.no-gutter)>.col:not(:first-child){margin-left:1.6%}.lw-cols:not(.no-gutter) .span_12_of_12-all{flex-basis:100%}.lw-cols:not(.no-gutter) .span_11_of_12-all{flex-basis:91.53%}.lw-cols:not(.no-gutter) .span_10_of_12-all{flex-basis:83.06%}.lw-cols:not(.no-gutter) .span_9_of_12-all{flex-basis:74.6%}.lw-cols:not(.no-gutter) .span_8_of_12-all{flex-basis:66.13%}.lw-cols:not(.no-gutter) .span_7_of_12-all{flex-basis:57.66%}.lw-cols:not(.no-gutter) .span_6_of_12-all{flex-basis:49.2%}.lw-cols:not(.no-gutter) .span_5_of_12-all{flex-basis:40.73%}.lw-cols:not(.no-gutter) .span_4_of_12-all{flex-basis:32.26%}.lw-cols:not(.no-gutter) .span_3_of_12-all{flex-basis:23.8%}.lw-cols:not(.no-gutter) .span_2_of_12-all{flex-basis:15.33%}.lw-cols:not(.no-gutter) .span_1_of_12-all{flex-basis:6.866%}.lw-cols:not(.no-gutter).multiple-rows .span_2_of_12-all:nth-of-type(6n+1),.lw-cols:not(.no-gutter).multiple-rows .span_3_of_12-all:nth-of-type(4n+1),.lw-cols:not(.no-gutter).multiple-rows .span_4_of_12-all:nth-of-type(3n+1),.lw-cols:not(.no-gutter).multiple-rows .span_6_of_12-all:nth-of-type(odd){margin-left:0}.learnworlds-section.rtl .lw-cols.no-gutter>.col{margin-right:0}.learnworlds-section.rtl .lw-cols.no-gutter .span_12_of_12-all{flex-basis:100%}.learnworlds-section.rtl .lw-cols.no-gutter .span_11_of_12-all{flex-basis:91.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter .span_10_of_12-all{flex-basis:83.33333333%}.learnworlds-section.rtl .lw-cols.no-gutter .span_9_of_12-all{flex-basis:75%}.learnworlds-section.rtl .lw-cols.no-gutter .span_8_of_12-all{flex-basis:66.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter .span_7_of_12-all{flex-basis:58.33333333%}.learnworlds-section.rtl .lw-cols.no-gutter .span_6_of_12-all{flex-basis:50%}.learnworlds-section.rtl .lw-cols.no-gutter .span_5_of_12-all{flex-basis:41.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter .span_4_of_12-all{flex-basis:33.33333333%}.learnworlds-section.rtl .lw-cols.no-gutter .span_3_of_12-all{flex-basis:25%}.learnworlds-section.rtl .lw-cols.no-gutter .span_2_of_12-all{flex-basis:16.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter .span_1_of_12-all{flex-basis:8.33333333%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.col:not(:first-child){margin-right:1.6%}.learnworlds-section.rtl .lw-cols:not(.no-gutter) .span_12_of_12-all{flex-basis:100%}.learnworlds-section.rtl .lw-cols:not(.no-gutter) .span_11_of_12-all{flex-basis:91.53%}.learnworlds-section.rtl .lw-cols:not(.no-gutter) .span_10_of_12-all{flex-basis:83.06%}.learnworlds-section.rtl .lw-cols:not(.no-gutter) .span_9_of_12-all{flex-basis:74.6%}.learnworlds-section.rtl .lw-cols:not(.no-gutter) .span_8_of_12-all{flex-basis:66.13%}.learnworlds-section.rtl .lw-cols:not(.no-gutter) .span_7_of_12-all{flex-basis:57.66%}.learnworlds-section.rtl .lw-cols:not(.no-gutter) .span_6_of_12-all{flex-basis:49.2%}.learnworlds-section.rtl .lw-cols:not(.no-gutter) .span_5_of_12-all{flex-basis:40.73%}.learnworlds-section.rtl .lw-cols:not(.no-gutter) .span_4_of_12-all{flex-basis:32.26%}.learnworlds-section.rtl .lw-cols:not(.no-gutter) .span_3_of_12-all{flex-basis:23.8%}.learnworlds-section.rtl .lw-cols:not(.no-gutter) .span_2_of_12-all{flex-basis:15.33%}.learnworlds-section.rtl .lw-cols:not(.no-gutter) .span_1_of_12-all{flex-basis:6.866%}.learnworlds-section.rtl .lw-cols:not(.no-gutter).multiple-rows .span_2_of_12-all:nth-of-type(6n+1),.learnworlds-section.rtl .lw-cols:not(.no-gutter).multiple-rows .span_3_of_12-all:nth-of-type(4n+1),.learnworlds-section.rtl .lw-cols:not(.no-gutter).multiple-rows .span_4_of_12-all:nth-of-type(3n+1),.learnworlds-section.rtl .lw-cols:not(.no-gutter).multiple-rows .span_6_of_12-all:nth-of-type(odd){margin-right:0}.col.no-padding{padding-left:0;padding-right:0}.col:not(.no-padding){padding-left:25px;padding-right:25px}.col.standalone{margin-left:0!important}.lw-course-contents .lw-course-contents-chapter:last-child{margin-bottom:0}.-lw-course-contents3 .lw-course-contents-chapter,.-lw-course-contents4 .lw-course-contents-chapter,.-lw-course-contents15 .lw-course-contents-chapter,.-lw-course-contents16 .lw-course-contents-chapter,.lw-course-contents .lw-course-contents-unit{cursor:pointer}.-lw-course-contents3 .lw-course-contents-chapter:last-child,.-lw-course-contents4 .lw-course-contents-chapter:last-child{border-bottom:none!important}.-lw-course-contents5 .lw-course-contents-chapter:first-child,.-lw-course-contents6 .lw-course-contents-chapter:first-child{padding-top:0}.-lw-course-contents5 .lw-course-contents-chapter:last-child,.-lw-course-contents6 .lw-course-contents-chapter:last-child{border-bottom:none;padding-bottom:0}.-lw-course-contents17 .lw-course-contents-chapter .lw-course-contents-unit:last-child,.-lw-course-contents18 .lw-course-contents-chapter .lw-course-contents-unit:last-child{border-bottom:none}.-lw-course-contents21 .-lw-course-contents-slider,.-lw-course-contents22 .-lw-course-contents-slider{transition:all .3s}.-lw-course-contents21 .lw-course-contents-arrow,.-lw-course-contents22 .lw-course-contents-arrow{position:absolute;z-index:5;top:0;width:140px;cursor:pointer;transition:width .3s}.-lw-course-contents21 .lw-course-contents-arrow:hover,.-lw-course-contents22 .lw-course-contents-arrow:hover{width:170px}.-lw-course-contents21 .lw-course-contents-arrow.left-arrow,.-lw-course-contents22 .lw-course-contents-arrow.left-arrow{box-shadow:inset 200px 0 220px -180px #000;left:0}.-lw-course-contents21 .lw-course-contents-arrow.right-arrow,.-lw-course-contents22 .lw-course-contents-arrow.right-arrow{box-shadow:inset -200px 0 220px -180px #000;right:0}.-lw-course-contents21 .lw-course-contents-arrow.left-arrow{box-shadow:inset 200px 0 220px -180px #000}.-lw-course-contents21 .lw-course-contents-arrow.right-arrow{box-shadow:inset -200px 0 220px -180px #000}.-lw-course-contents22 .lw-course-contents-arrow.left-arrow{box-shadow:inset 200px 0 220px -180px hsla(0,0%,100%,.6)}.-lw-course-contents22 .lw-course-contents-arrow.right-arrow{box-shadow:inset -200px 0 220px -180px hsla(0,0%,100%,.6)}.-lw-course-content24 .lw-course-contents-chapter:last-child,.-lw-course-contents23 .lw-course-contents-chapter:last-child{border-bottom:none}.drip-feed-section.notopen-drip-section .lw-course-contents-unit,.drip-feed-section.toopen-drip-section .lw-course-contents-unit{pointer-events:none;cursor:not-allowed}.-course-enrollment-dropdown{display:none;margin:-2px;list-style-type:none;box-shadow:0 3px 10px rgba(0,0,0,.2);position:absolute;left:0;right:0;bottom:0;transform:translateY(100%);cursor:auto}.learnworlds-button.with-dropdown:hover .-course-enrollment-dropdown{display:block}.no-margin-bottom{margin-bottom:0}.no-margin-top{margin-top:0}.rtl.learnworlds-section :not(.learnworlds-icon):not(.learnworlds-align-center){text-align:right;direction:rtl}.rtl.learnworlds-section .learnworlds-button:not(.full-width):not(:only-child):not(:last-child):not(.lw-topbar-option-link):not(.col){margin-right:0;margin-left:15px}.rtl.learnworlds-section .with-flexible-parts .flexible-part:nth-child(2){padding-right:10px}.rtl.learnworlds-section .lw-filter-option.with-submenu:after{margin-right:4px;margin-left:0}.rtl.learnworlds-section .ml-10px{margin-left:0;margin-right:10px}.rtl.learnworlds-section .mr-10px{margin-right:0;margin-left:10px}.rtl.learnworlds-section .ml-20px{margin-left:0;margin-right:20px}.rtl.learnworlds-section .mr-20px{margin-right:0;margin-left:20px}.rtl.learnworlds-section .learnworlds-button.has-icon-front .learnworlds-icon{margin-left:.5em;margin-right:-.5em}.rtl.learnworlds-section .learnworlds-button.has-icon-back .learnworlds-icon{order:2;margin-right:.5em;margin-left:-.5em}.rtl.learnworlds-section.lw-course-contents .lw-bl-3px-fadeout80{border-left:none}.rtl.learnworlds-section .lw-cols.oneItem-per-row .flex-item,.rtl.learnworlds-section .lw-cols.threeItems-per-row .flex-item,.rtl.learnworlds-section .lw-cols.twoItems-per-row .flex-item{margin-right:0!important}.lw-padding-tb-small{padding:.5rem 0}.lw-padding-tb-normal{padding:1rem 0}.lw-padding-tb-large{padding:1.5rem 0}.lw-padding-tb-very-large{padding:2rem 0}.page-content{padding-top:0!important}.page-content.condensed .learnworlds-button-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child):not(.no-margin){margin-bottom:2rem}.page-content.condensed .learnworlds-button-wrapper:not(:first-child):not(.no-margin){margin-top:2.5rem}.page-content.condensed .lead-form-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2rem}.page-content.condensed .lead-form-wrapper:not(:first-child){margin-top:2rem}.page-content.condensed .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2rem}.page-content.condensed .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.condensed .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.condensed .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.condensed .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.condensed .learnworlds-icon.large:not(:first-child):not(.accordion-icon){margin-top:2rem}.page-content.condensed .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2rem}.page-content.condensed .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.condensed .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.condensed .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.condensed .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.condensed .learnworlds-icon.normal:not(:first-child):not(.accordion-icon){margin-top:2rem}.page-content.condensed .learnworlds-icon.small:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2rem}.page-content.condensed .learnworlds-icon.small:not(:first-child):not(.accordion-icon){margin-top:2rem}.page-content.condensed .learnworlds-heading:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.condensed .learnworlds-image:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2rem}.page-content.condensed .learnworlds-heading:not(:first-child){margin-top:2rem}.page-content.condensed .learnworlds-subheading:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2rem}.page-content.condensed .learnworlds-subheading:not(:first-child){margin-top:2rem}.page-content.condensed .learnworlds-heading3:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2rem}.page-content.condensed .learnworlds-heading3:not(:first-child){margin-top:2rem}.page-content.condensed .learnworlds-heading4:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2rem}.page-content.condensed .learnworlds-heading4:not(:first-child){margin-top:2rem}.page-content.condensed .learnworlds-main-text-tiny:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.condensed .learnworlds-main-text:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:.2rem}.page-content.condensed .learnworlds-main-text-huge{margin-bottom:0}.page-content.condensed .learnworlds-main-text-small:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.condensed .learnworlds-overline-text:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.condensed .learnworlds-quote-text:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:.2rem}.page-content.condensed .learnworlds-overline-text+.learnworlds-heading,.page-content.condensed .learnworlds-overline-text+.learnworlds-heading3,.page-content.condensed .learnworlds-overline-text+.learnworlds-heading4,.page-content.condensed .learnworlds-overline-text+.learnworlds-subheading{margin-top:0}.page-content.condensed .lw-widget-in:not(:only-child):not(.learnworlds-overline-text):not(.learnworlds-quote-text):not(.learnworlds-main-text):not(:last-child){margin-bottom:2rem}.page-content.condensed .lw-widget-in:not(:first-child):not(.learnworlds-heading):not(.learnworlds-subheading):not(.learnworlds-heading3):not(.learnworlds-heading4):not(.learnworlds-main-text):not(.learnworlds-overline-text):not(.learnworlds-quote-text){margin-top:2rem}.page-content.condensed .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2rem}.page-content.condensed .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.condensed .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.condensed .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.condensed .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.condensed .learnworlds-screen-wrapper:not(:first-child){margin-top:2rem}.page-content.condensed-loud .learnworlds-button-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child):not(.no-margin){margin-bottom:2rem}.page-content.condensed-loud .learnworlds-button-wrapper:not(:first-child):not(.no-margin){margin-top:2.5rem}.page-content.condensed-loud .lead-form-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2rem}.page-content.condensed-loud .lead-form-wrapper:not(:first-child){margin-top:2rem}.page-content.condensed-loud .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2rem}.page-content.condensed-loud .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.condensed-loud .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.condensed-loud .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.condensed-loud .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.condensed-loud .learnworlds-icon.large:not(:first-child):not(.accordion-icon){margin-top:2rem}.page-content.condensed-loud .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2rem}.page-content.condensed-loud .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.condensed-loud .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.condensed-loud .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.condensed-loud .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.condensed-loud .learnworlds-icon.normal:not(:first-child):not(.accordion-icon){margin-top:2rem}.page-content.condensed-loud .learnworlds-icon.small:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2rem}.page-content.condensed-loud .learnworlds-icon.small:not(:first-child):not(.accordion-icon){margin-top:2rem}.page-content.condensed-loud .learnworlds-heading:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.condensed-loud .learnworlds-image:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2rem}.page-content.condensed-loud .learnworlds-heading:not(:first-child){margin-top:2rem}.page-content.condensed-loud .learnworlds-subheading:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2rem}.page-content.condensed-loud .learnworlds-subheading:not(:first-child){margin-top:2rem}.page-content.condensed-loud .learnworlds-heading3:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2rem}.page-content.condensed-loud .learnworlds-heading3:not(:first-child){margin-top:2rem}.page-content.condensed-loud .learnworlds-heading4:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2rem}.page-content.condensed-loud .learnworlds-heading4:not(:first-child){margin-top:2rem}.page-content.condensed-loud .learnworlds-main-text-tiny:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.condensed-loud .learnworlds-main-text:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:.2rem}.page-content.condensed-loud .learnworlds-main-text-huge{margin-bottom:0}.page-content.condensed-loud .learnworlds-main-text-small:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.condensed-loud .learnworlds-overline-text:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.condensed-loud .learnworlds-quote-text:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:.2rem}.page-content.condensed-loud .learnworlds-overline-text+.learnworlds-heading,.page-content.condensed-loud .learnworlds-overline-text+.learnworlds-heading3,.page-content.condensed-loud .learnworlds-overline-text+.learnworlds-heading4,.page-content.condensed-loud .learnworlds-overline-text+.learnworlds-subheading{margin-top:0}.page-content.condensed-loud .lw-widget-in:not(:only-child):not(.learnworlds-overline-text):not(.learnworlds-quote-text):not(.learnworlds-main-text):not(:last-child){margin-bottom:2rem}.page-content.condensed-loud .lw-widget-in:not(:first-child):not(.learnworlds-heading):not(.learnworlds-subheading):not(.learnworlds-heading3):not(.learnworlds-heading4):not(.learnworlds-main-text):not(.learnworlds-overline-text):not(.learnworlds-quote-text){margin-top:2rem}.page-content.condensed-loud .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2rem}.page-content.condensed-loud .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.condensed-loud .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.condensed-loud .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.condensed-loud .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.condensed-loud .learnworlds-screen-wrapper:not(:first-child){margin-top:2rem}.page-content.normal .learnworlds-button-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child):not(.no-margin){margin-bottom:2.5rem}.page-content.normal .learnworlds-button-wrapper:not(:first-child):not(.no-margin){margin-top:3rem}.page-content.normal .lead-form-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2.5rem}.page-content.normal .lead-form-wrapper:not(:first-child){margin-top:2.5rem}.page-content.normal .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2.5rem}.page-content.normal .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.normal .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.normal .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.normal .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.normal .learnworlds-icon.large:not(:first-child):not(.accordion-icon){margin-top:2.5rem}.page-content.normal .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2.5rem}.page-content.normal .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.normal .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.normal .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.normal .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.normal .learnworlds-icon.normal:not(:first-child):not(.accordion-icon){margin-top:2.5rem}.page-content.normal .learnworlds-icon.small:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2.5rem}.page-content.normal .learnworlds-icon.small:not(:first-child):not(.accordion-icon){margin-top:2.5rem}.page-content.normal .learnworlds-heading:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.normal .learnworlds-image:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2.5rem}.page-content.normal .learnworlds-heading:not(:first-child){margin-top:2.5rem}.page-content.normal .learnworlds-subheading:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2.5rem}.page-content.normal .learnworlds-subheading:not(:first-child){margin-top:2.5rem}.page-content.normal .learnworlds-heading3:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2.5rem}.page-content.normal .learnworlds-heading3:not(:first-child){margin-top:2.5rem}.page-content.normal .learnworlds-heading4:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2.5rem}.page-content.normal .learnworlds-heading4:not(:first-child){margin-top:2.5rem}.page-content.normal .learnworlds-main-text-tiny:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.normal .learnworlds-main-text:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:.3rem}.page-content.normal .learnworlds-main-text-huge{margin-bottom:0}.page-content.normal .learnworlds-main-text-small:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.normal .learnworlds-overline-text:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.normal .learnworlds-quote-text:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:.3rem}.page-content.normal .learnworlds-overline-text+.learnworlds-heading,.page-content.normal .learnworlds-overline-text+.learnworlds-heading3,.page-content.normal .learnworlds-overline-text+.learnworlds-heading4,.page-content.normal .learnworlds-overline-text+.learnworlds-subheading{margin-top:0}.page-content.normal .lw-widget-in:not(:only-child):not(.learnworlds-overline-text):not(.learnworlds-quote-text):not(.learnworlds-main-text):not(:last-child){margin-bottom:2.5rem}.page-content.normal .lw-widget-in:not(:first-child):not(.learnworlds-heading):not(.learnworlds-subheading):not(.learnworlds-heading3):not(.learnworlds-heading4):not(.learnworlds-main-text):not(.learnworlds-overline-text):not(.learnworlds-quote-text){margin-top:2.5rem}.page-content.normal .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2.5rem}.page-content.normal .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.normal .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.normal .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.normal .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.normal .learnworlds-screen-wrapper:not(:first-child){margin-top:2.5rem}.page-content.normal-loud .learnworlds-button-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child):not(.no-margin){margin-bottom:2.5rem}.page-content.normal-loud .learnworlds-button-wrapper:not(:first-child):not(.no-margin){margin-top:3rem}.page-content.normal-loud .lead-form-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2.5rem}.page-content.normal-loud .lead-form-wrapper:not(:first-child){margin-top:2.5rem}.page-content.normal-loud .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2.5rem}.page-content.normal-loud .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.normal-loud .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.normal-loud .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.normal-loud .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.normal-loud .learnworlds-icon.large:not(:first-child):not(.accordion-icon){margin-top:2.5rem}.page-content.normal-loud .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2.5rem}.page-content.normal-loud .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.normal-loud .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.normal-loud .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.normal-loud .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.normal-loud .learnworlds-icon.normal:not(:first-child):not(.accordion-icon){margin-top:2.5rem}.page-content.normal-loud .learnworlds-icon.small:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2.5rem}.page-content.normal-loud .learnworlds-icon.small:not(:first-child):not(.accordion-icon){margin-top:2.5rem}.page-content.normal-loud .learnworlds-heading:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.normal-loud .learnworlds-image:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2.5rem}.page-content.normal-loud .learnworlds-heading:not(:first-child){margin-top:2.5rem}.page-content.normal-loud .learnworlds-subheading:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2.5rem}.page-content.normal-loud .learnworlds-subheading:not(:first-child){margin-top:2.5rem}.page-content.normal-loud .learnworlds-heading3:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2.5rem}.page-content.normal-loud .learnworlds-heading3:not(:first-child){margin-top:2.5rem}.page-content.normal-loud .learnworlds-heading4:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2.5rem}.page-content.normal-loud .learnworlds-heading4:not(:first-child){margin-top:2.5rem}.page-content.normal-loud .learnworlds-main-text-tiny:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.normal-loud .learnworlds-main-text:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:.3rem}.page-content.normal-loud .learnworlds-main-text-huge{margin-bottom:0}.page-content.normal-loud .learnworlds-main-text-small:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.normal-loud .learnworlds-overline-text:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.normal-loud .learnworlds-quote-text:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:.3rem}.page-content.normal-loud .learnworlds-overline-text+.learnworlds-heading,.page-content.normal-loud .learnworlds-overline-text+.learnworlds-heading3,.page-content.normal-loud .learnworlds-overline-text+.learnworlds-heading4,.page-content.normal-loud .learnworlds-overline-text+.learnworlds-subheading{margin-top:0}.page-content.normal-loud .lw-widget-in:not(:only-child):not(.learnworlds-overline-text):not(.learnworlds-quote-text):not(.learnworlds-main-text):not(:last-child){margin-bottom:2.5rem}.page-content.normal-loud .lw-widget-in:not(:first-child):not(.learnworlds-heading):not(.learnworlds-subheading):not(.learnworlds-heading3):not(.learnworlds-heading4):not(.learnworlds-main-text):not(.learnworlds-overline-text):not(.learnworlds-quote-text){margin-top:2.5rem}.page-content.normal-loud .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:2.5rem}.page-content.normal-loud .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.normal-loud .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.normal-loud .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.normal-loud .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.normal-loud .learnworlds-screen-wrapper:not(:first-child){margin-top:2.5rem}.page-content.loose .learnworlds-button-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child):not(.no-margin){margin-bottom:3rem}.page-content.loose .learnworlds-button-wrapper:not(:first-child):not(.no-margin){margin-top:3.5rem}.page-content.loose .lead-form-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3rem}.page-content.loose .lead-form-wrapper:not(:first-child){margin-top:3rem}.page-content.loose .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3rem}.page-content.loose .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.loose .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.loose .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.loose .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.loose .learnworlds-icon.large:not(:first-child):not(.accordion-icon){margin-top:3rem}.page-content.loose .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3rem}.page-content.loose .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.loose .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.loose .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.loose .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.loose .learnworlds-icon.normal:not(:first-child):not(.accordion-icon){margin-top:3rem}.page-content.loose .learnworlds-icon.small:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3rem}.page-content.loose .learnworlds-icon.small:not(:first-child):not(.accordion-icon){margin-top:3rem}.page-content.loose .learnworlds-heading:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.loose .learnworlds-image:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3rem}.page-content.loose .learnworlds-heading:not(:first-child){margin-top:3rem}.page-content.loose .learnworlds-subheading:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3rem}.page-content.loose .learnworlds-subheading:not(:first-child){margin-top:3rem}.page-content.loose .learnworlds-heading3:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3rem}.page-content.loose .learnworlds-heading3:not(:first-child){margin-top:3rem}.page-content.loose .learnworlds-heading4:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3rem}.page-content.loose .learnworlds-heading4:not(:first-child){margin-top:3rem}.page-content.loose .learnworlds-main-text-tiny:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.loose .learnworlds-main-text:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:.5rem}.page-content.loose .learnworlds-main-text-huge{margin-bottom:0}.page-content.loose .learnworlds-main-text-small:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.loose .learnworlds-quote-text:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:.5rem}.page-content.loose .learnworlds-overline-text:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:.6rem}.page-content.loose .learnworlds-overline-text+.learnworlds-heading,.page-content.loose .learnworlds-overline-text+.learnworlds-heading3,.page-content.loose .learnworlds-overline-text+.learnworlds-heading4,.page-content.loose .learnworlds-overline-text+.learnworlds-subheading{margin-top:0}.page-content.loose .lw-widget-in:not(:only-child):not(.learnworlds-overline-text):not(.learnworlds-quote-text):not(.learnworlds-main-text):not(:last-child){margin-bottom:3rem}.page-content.loose .lw-widget-in:not(:first-child):not(.learnworlds-heading):not(.learnworlds-subheading):not(.learnworlds-heading3):not(.learnworlds-heading4):not(.learnworlds-main-text):not(.learnworlds-overline-text):not(.learnworlds-quote-text){margin-top:3rem}.page-content.loose .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3rem}.page-content.loose .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.loose .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.loose .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.loose .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.loose .learnworlds-screen-wrapper:not(:first-child){margin-top:3rem}.page-content.loose-loud .learnworlds-button-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child):not(.no-margin){margin-bottom:3rem}.page-content.loose-loud .learnworlds-button-wrapper:not(:first-child):not(.no-margin){margin-top:3.5rem}.page-content.loose-loud .lead-form-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3rem}.page-content.loose-loud .lead-form-wrapper:not(:first-child){margin-top:3rem}.page-content.loose-loud .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3rem}.page-content.loose-loud .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.loose-loud .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.loose-loud .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.loose-loud .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.loose-loud .learnworlds-icon.large:not(:first-child):not(.accordion-icon){margin-top:3rem}.page-content.loose-loud .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3rem}.page-content.loose-loud .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.loose-loud .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.loose-loud .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.loose-loud .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.loose-loud .learnworlds-icon.normal:not(:first-child):not(.accordion-icon){margin-top:3rem}.page-content.loose-loud .learnworlds-icon.small:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3rem}.page-content.loose-loud .learnworlds-icon.small:not(:first-child):not(.accordion-icon){margin-top:3rem}.page-content.loose-loud .learnworlds-heading:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.loose-loud .learnworlds-image:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3rem}.page-content.loose-loud .learnworlds-heading:not(:first-child){margin-top:3rem}.page-content.loose-loud .learnworlds-subheading:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3rem}.page-content.loose-loud .learnworlds-subheading:not(:first-child){margin-top:3rem}.page-content.loose-loud .learnworlds-heading3:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3rem}.page-content.loose-loud .learnworlds-heading3:not(:first-child){margin-top:3rem}.page-content.loose-loud .learnworlds-heading4:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3rem}.page-content.loose-loud .learnworlds-heading4:not(:first-child){margin-top:3rem}.page-content.loose-loud .learnworlds-main-text-tiny:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.loose-loud .learnworlds-main-text:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:.5rem}.page-content.loose-loud .learnworlds-main-text-huge{margin-bottom:0}.page-content.loose-loud .learnworlds-main-text-small:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.loose-loud .learnworlds-quote-text:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:.5rem}.page-content.loose-loud .learnworlds-overline-text:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3rem}.page-content.loose-loud .learnworlds-overline-text+.learnworlds-heading,.page-content.loose-loud .learnworlds-overline-text+.learnworlds-heading3,.page-content.loose-loud .learnworlds-overline-text+.learnworlds-heading4,.page-content.loose-loud .learnworlds-overline-text+.learnworlds-subheading{margin-top:0}.page-content.loose-loud .lw-widget-in:not(:only-child):not(.learnworlds-overline-text):not(.learnworlds-quote-text):not(.learnworlds-main-text):not(:last-child){margin-bottom:3rem}.page-content.loose-loud .lw-widget-in:not(:first-child):not(.learnworlds-heading):not(.learnworlds-subheading):not(.learnworlds-heading3):not(.learnworlds-heading4):not(.learnworlds-main-text):not(.learnworlds-overline-text):not(.learnworlds-quote-text){margin-top:3rem}.page-content.loose-loud .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3rem}.page-content.loose-loud .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.loose-loud .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.loose-loud .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.loose-loud .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.loose-loud .learnworlds-screen-wrapper:not(:first-child){margin-top:3rem}.page-content.micro .learnworlds-button-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child):not(.no-margin){margin-bottom:1.5rem}.page-content.micro .learnworlds-button-wrapper:not(:first-child):not(.no-margin){margin-top:2rem}.page-content.micro .lead-form-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:1.5rem}.page-content.micro .lead-form-wrapper:not(:first-child){margin-top:1.5rem}.page-content.micro .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:1.5rem}.page-content.micro .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.micro .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.micro .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.micro .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.micro .learnworlds-icon.large:not(:first-child):not(.accordion-icon){margin-top:1.5rem}.page-content.micro .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:1.5rem}.page-content.micro .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.micro .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.micro .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.micro .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.micro .learnworlds-icon.normal:not(:first-child):not(.accordion-icon){margin-top:1.5rem}.page-content.micro .learnworlds-icon.small:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:1.5rem}.page-content.micro .learnworlds-icon.small:not(:first-child):not(.accordion-icon){margin-top:1.5rem}.page-content.micro .learnworlds-heading:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.micro .learnworlds-image:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:1.5rem}.page-content.micro .learnworlds-heading:not(:first-child){margin-top:1.5rem}.page-content.micro .learnworlds-subheading:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:1.5rem}.page-content.micro .learnworlds-subheading:not(:first-child){margin-top:1.5rem}.page-content.micro .learnworlds-heading3:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:1.5rem}.page-content.micro .learnworlds-heading3:not(:first-child){margin-top:1.5rem}.page-content.micro .learnworlds-heading4:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:1.5rem}.page-content.micro .learnworlds-heading4:not(:first-child){margin-top:1.5rem}.page-content.micro .learnworlds-main-text-tiny:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.micro .learnworlds-main-text:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:.2rem}.page-content.micro .learnworlds-main-text-huge{margin-bottom:0}.page-content.micro .learnworlds-main-text-small:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.micro .learnworlds-overline-text:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.micro .learnworlds-quote-text:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:.2rem}.page-content.micro .learnworlds-overline-text+.learnworlds-heading,.page-content.micro .learnworlds-overline-text+.learnworlds-heading3,.page-content.micro .learnworlds-overline-text+.learnworlds-heading4,.page-content.micro .learnworlds-overline-text+.learnworlds-subheading{margin-top:0}.page-content.micro .lw-widget-in:not(:only-child):not(.learnworlds-overline-text):not(.learnworlds-quote-text):not(.learnworlds-main-text):not(:last-child){margin-bottom:1.5rem}.page-content.micro .lw-widget-in:not(:first-child):not(.learnworlds-heading):not(.learnworlds-subheading):not(.learnworlds-heading3):not(.learnworlds-heading4):not(.learnworlds-main-text):not(.learnworlds-overline-text):not(.learnworlds-quote-text){margin-top:1.5rem}.page-content.micro .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:1.5rem}.page-content.micro .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.micro .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.micro .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.micro .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.micro .learnworlds-screen-wrapper:not(:first-child){margin-top:1.5rem}.page-content.mega .learnworlds-button-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child):not(.no-margin){margin-bottom:3.5rem}.page-content.mega .learnworlds-button-wrapper:not(:first-child):not(.no-margin){margin-top:4rem}.page-content.mega .lead-form-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3.5rem}.page-content.mega .lead-form-wrapper:not(:first-child){margin-top:3.5rem}.page-content.mega .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3.5rem}.page-content.mega .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.mega .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.mega .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.mega .learnworlds-icon.large:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.mega .learnworlds-icon.large:not(:first-child):not(.accordion-icon){margin-top:3.5rem}.page-content.mega .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3.5rem}.page-content.mega .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.mega .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.mega .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.mega .learnworlds-icon.normal:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.mega .learnworlds-icon.normal:not(:first-child):not(.accordion-icon){margin-top:3.5rem}.page-content.mega .learnworlds-icon.small:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3.5rem}.page-content.mega .learnworlds-icon.small:not(:first-child):not(.accordion-icon){margin-top:3.5rem}.page-content.mega .learnworlds-heading:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.mega .learnworlds-image:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3.5rem}.page-content.mega .learnworlds-heading:not(:first-child){margin-top:3.5rem}.page-content.mega .learnworlds-subheading:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3.5rem}.page-content.mega .learnworlds-subheading:not(:first-child){margin-top:3.5rem}.page-content.mega .learnworlds-heading3:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3.5rem}.page-content.mega .learnworlds-heading3:not(:first-child){margin-top:3.5rem}.page-content.mega .learnworlds-heading4:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3.5rem}.page-content.mega .learnworlds-heading4:not(:first-child){margin-top:3.5rem}.page-content.mega .learnworlds-main-text-tiny:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.mega .learnworlds-main-text:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:.5rem}.page-content.mega .learnworlds-main-text-huge{margin-bottom:0}.page-content.mega .learnworlds-main-text-small:not(.no-margin-bottom):not(:only-child):not(:last-child),.page-content.mega .learnworlds-quote-text:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:.5rem}.page-content.mega .learnworlds-overline-text:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3.5rem}.page-content.mega .learnworlds-overline-text+.learnworlds-heading,.page-content.mega .learnworlds-overline-text+.learnworlds-heading3,.page-content.mega .learnworlds-overline-text+.learnworlds-heading4,.page-content.mega .learnworlds-overline-text+.learnworlds-subheading{margin-top:0}.page-content.mega .lw-widget-in:not(:only-child):not(.learnworlds-overline-text):not(.learnworlds-quote-text):not(.learnworlds-main-text):not(:last-child){margin-bottom:3.5rem}.page-content.mega .lw-widget-in:not(:first-child):not(.learnworlds-heading):not(.learnworlds-subheading):not(.learnworlds-heading3):not(.learnworlds-heading4):not(.learnworlds-main-text):not(.learnworlds-overline-text):not(.learnworlds-quote-text){margin-top:3.5rem}.page-content.mega .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child){margin-bottom:3.5rem}.page-content.mega .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h1,.page-content.mega .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h2,.page-content.mega .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h3,.page-content.mega .learnworlds-screen-wrapper:not(.no-margin-bottom):not(:only-child):not(:last-child)+h4{margin-top:0}.page-content.mega .learnworlds-screen-wrapper:not(:first-child){margin-top:3.5rem}.spacer-element{margin:0!important}.sidebar .lw-filters,.sidebar .lw-filters .lw-filters-group{display:flex;flex-direction:column;align-items:flex-start}.sidebar .lw-filters .filter{cursor:pointer}.sidebar .lw-filters .learnworlds-button.filter{margin:3px 0;padding:0;border-width:0;text-align:left;display:inline-block;min-width:100px}.pay-option-logo{background-repeat:no-repeat;background-size:80%;background-position:50%;width:130px;height:56px}.pay-option-logo.stripe{background-image:url(https://cdn.mycourse.app/pbl1f/images/stripe-card-icon.png);background-color:hsla(0,0%,100%,.8);background-size:30%}.pay-option-logo.paypal{background-image:url(https://cdn.mycourse.app/pbl1f/images/logo-paypal.png);background-color:hsla(0,0%,100%,.8)}.pay-option-logo.bancontact{background-image:url(https://cdn.mycourse.app/pbl1f/images/logo-bancontact.png);background-color:hsla(0,0%,100%,.8)}.pay-option-logo.giropay{background-image:url(https://cdn.mycourse.app/pbl1f/images/logo-giropay.png);background-color:hsla(0,0%,100%,.8)}.pay-option-logo.ideal{background-image:url(https://cdn.mycourse.app/pbl1f/images/logo-ideal.png);background-color:hsla(0,0%,100%,.8)}.pay-option-logo.twocheckout{background-image:url(https://cdn.mycourse.app/pbl1f/images/logo-2co.png);background-color:hsla(0,0%,100%,.8)}.pay-option-logo.sofort{background-image:url(https://cdn.mycourse.app/pbl1f/images/logo-sofort.png);background-color:hsla(0,0%,100%,.8)}.pay-option-logo.pagseguro{background-image:url(https://cdn.mycourse.app/pbl1f/images/logo-pagseguro.png);background-color:hsla(0,0%,100%,.8)}.pay-option-logo.sandbox{background-image:url(https://cdn.mycourse.app/pbl1f/images/sandbox.png);background-color:hsla(0,0%,100%,.8)}.lw-cursor-pointer{cursor:pointer}.group-buttons a{margin:0!important}.group-buttons a:not(:last-child){border-right:none}.group-buttons button{margin:0!important}.group-buttons button:not(:last-child){border-right:none}.group-buttons-graphics button.learnworlds-element{opacity:.5;margin-bottom:2rem}.group-buttons-graphics:not(:last-child) button.learnworlds-element{margin-right:1.6%}.ElementsApp input{background-color:red!important}.scroll-into-page-link{cursor:pointer}.footer-logo{width:120px;margin:0 5px}.lw-padding-large{padding:6rem}.lw-padding-normal{padding:3.5rem}.lw-padding-small{padding:2rem}.lw-padding-very-small{padding:1rem}.lw-padding-very-small.learnworlds-input{padding-left:1rem}.learnworlds-align-left .timer>.lw-cols,.learnworlds-align-left .timer>.lw-cols.j-c-fs{justify-content:flex-start}.learnworlds-align-left .timer>.lw-cols.j-c-c{justify-content:center}.learnworlds-align-left .timer>.lw-cols.j-c-fe{justify-content:flex-end}.learnworlds-align-center .timer>.lw-cols{justify-content:center}.learnworlds-align-center .timer>.lw-cols.j-c-fs{justify-content:flex-start}.learnworlds-align-center .timer>.lw-cols.j-c-c{justify-content:center}.learnworlds-align-center .timer>.lw-cols.j-c-fe,.learnworlds-align-right .timer>.lw-cols{justify-content:flex-end}.learnworlds-align-right .timer>.lw-cols.j-c-fs{justify-content:flex-start}.learnworlds-align-right .timer>.lw-cols.j-c-c{justify-content:center}.learnworlds-align-right .timer>.lw-cols.j-c-fe{justify-content:flex-end}.js-lottie-container,.lottie-container{width:100%}.lw-cols{display:flex}#pageContent{overflow-x:hidden;height:100vh}.lw-video-iframe-icon{cursor:pointer}.lw-course-contents,.lw-hide-on-load-section{display:none}[data-visibility=enrolled]:not([data-current-status=enrolled]),[data-visibility=logged-in]:not([data-current-status=logged-in]),[data-visibility=logged-out]:not([data-current-status=logged-out]),[data-visibility=tagged]:not([data-current-status=tagged]),[data-visibility=unenrolled]:not([data-current-status=unenrolled]){display:none!important}section[data-section-id=faq2] .faq-toggle,section[data-section-id=faq4] .faq-toggle,section[data-section-id=tpl153] .faq-toggle{cursor:pointer}@media (max-width:576px){html{font-size:8px}.learnworlds-align-left-sp{text-align:left}.learnworlds-align-center-sp{text-align:center}.learnworlds-align-center-sp.learnworlds-button-wrapper .learnworlds-button{width:100%}.learnworlds-align-center-sp.learnworlds-button-wrapper .learnworlds-button+.learnworlds-button{margin-top:20px}.learnworlds-align-right-sp{text-align:right}.mt-4rem-sp{margin-top:4rem}.mb-4rem-sp{margin-bottom:4rem}.mb-3rem-sp{margin-bottom:3rem}.mb-2rem-sp{margin-bottom:2rem}.mb-1_6rem-sp{margin-bottom:1.6rem}.mb-1_6perc-sp{margin-bottom:1.6%}.col.pb-0-sp{padding-bottom:0}.pl-0-sp,.pl-0-sp.col:not(.no-padding){padding-left:0}.pr-0-sp{padding-right:0}.fbasis-200-sp{flex-basis:200px}.full-width-sp{width:100%}.fg-1-sp{flex-grow:1}.fg-0-sp{flex-grow:0}.fsh-1-sp{flex-shrink:1}.fsh-0-sp{flex-shrink:0}.learnworlds-screen-wrapper.large,.learnworlds-screen-wrapper.normal,.learnworlds-screen-wrapper.small,.learnworlds-section-content.narrow-ebook,.learnworlds-section-content.wide-ebook{width:100%}[class*=-bg] .no-br-sp{border-right:none}.hide-sp{display:none!important}.one-row-sp{flex-wrap:nowrap}.one-row-sp.with-input-cols .learnworlds-input{border-top-right-radius:0;border-bottom-right-radius:0}.one-row-sp.with-input-cols .learnworlds-button{border-top-left-radius:0;border-bottom-left-radius:0}.one-row-sp.with-input-cols .learnworlds-input[class*=outline]{border-right:none}.one-row-sp.with-input-cols .learnworlds-button{margin-top:0}.multiple-rows-sp{flex-wrap:wrap}.multiple-rows-reverse-sp{flex-wrap:wrap-reverse}.lw-cols.no-gutter>.col{margin-left:0}.lw-cols.no-gutter>.span_12_of_12-sp{flex-basis:100%}.lw-cols.no-gutter>.span_11_of_12-sp{flex-basis:91.66666667%}.lw-cols.no-gutter>.span_10_of_12-sp{flex-basis:83.33333333%}.lw-cols.no-gutter>.span_9_of_12-sp{flex-basis:75%}.lw-cols.no-gutter>.span_8_of_12-sp{flex-basis:66.66666667%}.lw-cols.no-gutter>.span_7_of_12-sp{flex-basis:58.33333333%}.lw-cols.no-gutter>.span_6_of_12-sp{flex-basis:50%}.lw-cols.no-gutter>.span_5_of_12-sp{flex-basis:41.66666667%}.lw-cols.no-gutter>.span_4_of_12-sp{flex-basis:33.33333333%}.lw-cols.no-gutter>.span_3_of_12-sp{flex-basis:25%}.lw-cols.no-gutter>.span_2_of_12-sp{flex-basis:16.66666667%}.lw-cols.no-gutter>.span_1_of_12-sp{flex-basis:8.33333333%}.lw-cols:not(.no-gutter)>.col:not(:first-child){margin-left:1.6%}.lw-cols:not(.no-gutter)>.span_12_of_12-sp{flex-basis:100%;margin-left:0!important}.lw-cols:not(.no-gutter)>.span_11_of_12-sp{flex-basis:91.53%}.lw-cols:not(.no-gutter)>.span_10_of_12-sp{flex-basis:83.06%}.lw-cols:not(.no-gutter)>.span_9_of_12-sp{flex-basis:74.6%}.lw-cols:not(.no-gutter)>.span_8_of_12-sp{flex-basis:66.13%}.lw-cols:not(.no-gutter)>.span_7_of_12-sp{flex-basis:57.66%}.lw-cols:not(.no-gutter)>.span_6_of_12-sp{flex-basis:49.2%}.lw-cols:not(.no-gutter)>.span_5_of_12-sp{flex-basis:40.73%}.lw-cols:not(.no-gutter)>.span_4_of_12-sp{flex-basis:32.26%}.lw-cols:not(.no-gutter)>.span_3_of_12-sp{flex-basis:23.8%}.lw-cols:not(.no-gutter)>.span_2_of_12-sp{flex-basis:15.33%}.lw-cols:not(.no-gutter)>.span_1_of_12-sp{flex-basis:6.866%}.lw-cols:not(.no-gutter).multiple-rows-sp>.span_3_of_12-sp:nth-of-type(4n+1),.lw-cols:not(.no-gutter).multiple-rows-sp>.span_4_of_12-sp:nth-of-type(3n+1),.lw-cols:not(.no-gutter).multiple-rows-sp>.span_6_of_12-sp:nth-of-type(odd){margin-left:0}.learnworlds-section.rtl .lw-cols.no-gutter>.col{margin-right:0}.learnworlds-section.rtl .lw-cols.no-gutter>.span_12_of_12-sp{flex-basis:100%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_11_of_12-sp{flex-basis:91.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_10_of_12-sp{flex-basis:83.33333333%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_9_of_12-sp{flex-basis:75%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_8_of_12-sp{flex-basis:66.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_7_of_12-sp{flex-basis:58.33333333%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_6_of_12-sp{flex-basis:50%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_5_of_12-sp{flex-basis:41.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_4_of_12-sp{flex-basis:33.33333333%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_3_of_12-sp{flex-basis:25%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_2_of_12-sp{flex-basis:16.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_1_of_12-sp{flex-basis:8.33333333%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.col:not(:first-child){margin-right:1.6%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_12_of_12-sp{flex-basis:100%;margin-right:0!important}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_11_of_12-sp{flex-basis:91.53%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_10_of_12-sp{flex-basis:83.06%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_9_of_12-sp{flex-basis:74.6%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_8_of_12-sp{flex-basis:66.13%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_7_of_12-sp{flex-basis:57.66%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_6_of_12-sp{flex-basis:49.2%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_5_of_12-sp{flex-basis:40.73%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_4_of_12-sp{flex-basis:32.26%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_3_of_12-sp{flex-basis:23.8%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_2_of_12-sp{flex-basis:15.33%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_1_of_12-sp{flex-basis:6.866%}.learnworlds-section.rtl .lw-cols:not(.no-gutter).multiple-rows-sp>.span_3_of_12-sp:nth-of-type(4n+1),.learnworlds-section.rtl .lw-cols:not(.no-gutter).multiple-rows-sp>.span_4_of_12-sp:nth-of-type(3n+1),.learnworlds-section.rtl .lw-cols:not(.no-gutter).multiple-rows-sp>.span_6_of_12-sp:nth-of-type(odd){margin-right:0}.col.no-padding{padding-left:0;padding-right:0}.col:not(.no-padding){padding-left:25px;padding-right:25px}.legacy-sitetemplate .col:not(.no-padding){padding-left:0;padding-right:0}.col.standalone{margin-left:0}.lw-topbar .col.hide-tp{display:none!important}.lw-topbar .lw-topbar-logo-col .flex-item:not(.lw-topbar-logo-wrapper){display:none}.lw-topbar .lw-topbar-hamburger{display:block}.lw-topbar .lw-topbar-menu-wrapper{margin-top:0!important;margin-left:0!important}.lw-topbar .lw-topbar-menu-wrapper .lw-topbar-options{display:block;padding:40px;overflow:auto;text-align:center}.lw-topbar .lw-topbar-menu-wrapper .lw-topbar-option-link{display:block;width:100%}.lw-topbar .lw-topbar-menu-wrapper .lw-topbar-option{margin-left:0;display:block;text-align:center}.lw-topbar:not(.reveal-options) .lw-topbar-menu-wrapper .lw-topbar-menu{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateY(-20px);background-color:inherit;z-index:100;transition:all .3s;pointer-events:none}.lw-topbar:not(.reveal-options) .lw-topbar-logo-wrapper{flex-basis:100%!important;text-align:center}.lw-topbar.reveal-options,.lw-topbar.reveal-options .learnworlds-section-content,.lw-topbar.reveal-options .lw-cols,.lw-topbar.reveal-options .lw-topbar-menu-wrapper,.lw-topbar.reveal-options .lw-topbar-menu-wrapper .lw-topbar-menu{position:absolute;top:0;left:0;width:100%;height:100%}.lw-topbar.reveal-options .lw-topbar-menu-wrapper .lw-topbar-menu{opacity:1;transform:translate(0)}.lw-topbar.reveal-options .lw-topbar-hamburger:before{transform:translateX(5px) translateY(12px) rotate(-45deg);box-shadow:none}.lw-topbar.reveal-options .lw-topbar-hamburger:after{transform:translateX(5px) translateY(2px) rotate(45deg)}.slug-author-pageseditor .lw-topbar{pointer-events:none}.megamenu-section,.megamenu-wrapper{height:100%}.megamenu-section{overflow-y:auto}.lw-topbar-submenu{position:absolute;display:none;text-align:left;padding:10px 15px;box-shadow:0 0 5px rgba(0,0,0,.1);left:50%;bottom:0;transform:translate(-50%,100%)}.lw-topbar-submenu:before{content:"";position:absolute;width:100%;height:5px;left:0;top:0;transform:translateY(-100%)}}@media (min-width:577px) and (max-width:767px){html{font-size:8px}.learnworlds-align-left-sl{text-align:left}.learnworlds-align-center-sl{text-align:center}.learnworlds-align-right-sl{text-align:right}.mb-4rem-sl{margin-bottom:4rem}.mb-3rem-sl{margin-bottom:3rem}.mb-2rem-sl{margin-bottom:2rem}.mt-2rem-sl{margin-top:2rem}.mb-1_6rem-sl{margin-bottom:1.6rem}.mb-1_6perc-sl{margin-bottom:1.6%}.mb-1perc-sl{margin-bottom:1%}.pl-0-sl{padding-left:0}.pr-0-sl{padding-right:0}.fg-1-sl{flex-grow:1}.fg-0-sl{flex-grow:0}.fsh-1-sl{flex-shrink:1}.fsh-0-sl{flex-shrink:0}.learnworlds-screen-wrapper.large,.learnworlds-screen-wrapper.normal,.learnworlds-screen-wrapper.small,.learnworlds-section-content.narrow-ebook,.learnworlds-section-content.wide-ebook{width:100%}[class*=-bg] .no-br-sl{border-right:none}.hide-sl{display:none!important}.one-row-sl{flex-wrap:nowrap}.one-row-sl.with-input-cols .learnworlds-input{border-top-right-radius:0;border-bottom-right-radius:0}.one-row-sl.with-input-cols .learnworlds-button{border-top-left-radius:0;border-bottom-left-radius:0}.one-row-sl.with-input-cols .learnworlds-input[class*=outline]{border-right:none}.one-row-sl.with-input-cols .learnworlds-button{margin-top:0}.multiple-rows-sl{flex-wrap:wrap}.multiple-rows-reverse-sl{flex-wrap:wrap-reverse}.lw-cols.no-gutter>.col{margin-left:0}.lw-cols.no-gutter>.span_12_of_12-sl{flex-basis:100%}.lw-cols.no-gutter>.span_11_of_12-sl{flex-basis:91.66666667%}.lw-cols.no-gutter>.span_10_of_12-sl{flex-basis:83.33333333%}.lw-cols.no-gutter>.span_9_of_12-sl{flex-basis:75%}.lw-cols.no-gutter>.span_8_of_12-sl{flex-basis:66.66666667%}.lw-cols.no-gutter>.span_7_of_12-sl{flex-basis:58.33333333%}.lw-cols.no-gutter>.span_6_of_12-sl{flex-basis:50%}.lw-cols.no-gutter>.span_5_of_12-sl{flex-basis:41.66666667%}.lw-cols.no-gutter>.span_4_of_12-sl{flex-basis:33.33333333%}.lw-cols.no-gutter>.span_3_of_12-sl{flex-basis:25%}.lw-cols.no-gutter>.span_2_of_12-sl{flex-basis:16.66666667%}.lw-cols.no-gutter>.span_1_of_12-sl{flex-basis:8.33333333%}.lw-cols:not(.no-gutter)>.col:not(:first-child){margin-left:1.6%}.lw-cols:not(.no-gutter)>.span_12_of_12-sl{flex-basis:100%;margin-left:0!important}.lw-cols:not(.no-gutter)>.span_12_of_12-sl+.col{margin-left:0}.lw-cols:not(.no-gutter)>.span_12_of_12-sl+.col+.span_6_of_12-sl{margin-left:1.6%!important}.lw-cols:not(.no-gutter)>.span_11_of_12-sl{flex-basis:91.53%}.lw-cols:not(.no-gutter)>.span_10_of_12-sl{flex-basis:83.06%}.lw-cols:not(.no-gutter)>.span_9_of_12-sl{flex-basis:74.6%}.lw-cols:not(.no-gutter)>.span_8_of_12-sl{flex-basis:66.13%}.lw-cols:not(.no-gutter)>.span_7_of_12-sl{flex-basis:57.66%}.lw-cols:not(.no-gutter)>.span_6_of_12-sl{flex-basis:49.2%}.lw-cols:not(.no-gutter)>.span_5_of_12-sl{flex-basis:40.73%}.lw-cols:not(.no-gutter)>.span_4_of_12-sl{flex-basis:32.26%}.lw-cols:not(.no-gutter)>.span_3_of_12-sl{flex-basis:23.8%}.lw-cols:not(.no-gutter)>.span_2_of_12-sl{flex-basis:15.33%}.lw-cols:not(.no-gutter)>.span_1_of_12-sl{flex-basis:6.866%}.lw-cols:not(.no-gutter).multiple-rows-sl>.span_3_of_12-sl:nth-of-type(4n+1),.lw-cols:not(.no-gutter).multiple-rows-sl>.span_4_of_12-sl:nth-of-type(3n+1),.lw-cols:not(.no-gutter).multiple-rows-sl>.span_6_of_12-sl:nth-of-type(odd){margin-left:0}.learnworlds-section.rtl .lw-cols.no-gutter>.col{margin-right:0}.learnworlds-section.rtl .lw-cols.no-gutter>.span_12_of_12-sl{flex-basis:100%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_11_of_12-sl{flex-basis:91.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_10_of_12-sl{flex-basis:83.33333333%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_9_of_12-sl{flex-basis:75%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_8_of_12-sl{flex-basis:66.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_7_of_12-sl{flex-basis:58.33333333%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_6_of_12-sl{flex-basis:50%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_5_of_12-sl{flex-basis:41.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_4_of_12-sl{flex-basis:33.33333333%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_3_of_12-sl{flex-basis:25%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_2_of_12-sl{flex-basis:16.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_1_of_12-sl{flex-basis:8.33333333%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.col:not(:first-child){margin-right:1.6%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_12_of_12-sl{flex-basis:100%;margin-right:0!important}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_11_of_12-sl{flex-basis:91.53%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_10_of_12-sl{flex-basis:83.06%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_9_of_12-sl{flex-basis:74.6%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_8_of_12-sl{flex-basis:66.13%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_7_of_12-sl{flex-basis:57.66%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_6_of_12-sl{flex-basis:49.2%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_5_of_12-sl{flex-basis:40.73%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_4_of_12-sl{flex-basis:32.26%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_3_of_12-sl{flex-basis:23.8%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_2_of_12-sl{flex-basis:15.33%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_1_of_12-sl{flex-basis:6.866%}.learnworlds-section.rtl .lw-cols:not(.no-gutter).multiple-rows-sl>.span_3_of_12-sl:nth-of-type(4n+1),.learnworlds-section.rtl .lw-cols:not(.no-gutter).multiple-rows-sl>.span_4_of_12-sl:nth-of-type(3n+1),.learnworlds-section.rtl .lw-cols:not(.no-gutter).multiple-rows-sl>.span_6_of_12-sl:nth-of-type(odd){margin-right:0}.lw-topbar .col.hide-tp{display:none!important}.lw-topbar .lw-topbar-logo-col .flex-item:not(.lw-topbar-logo-wrapper){display:none}.lw-topbar .lw-topbar-hamburger{display:block}.lw-topbar .lw-topbar-menu-wrapper{margin-top:0!important;margin-left:0!important}.lw-topbar .lw-topbar-menu-wrapper .lw-topbar-options{display:block;padding:40px;overflow:auto;text-align:center}.lw-topbar .lw-topbar-menu-wrapper .lw-topbar-option-link{display:block;width:100%}.lw-topbar .lw-topbar-menu-wrapper .lw-topbar-option{margin-left:0;display:block;text-align:center}.lw-topbar:not(.reveal-options) .lw-topbar-menu-wrapper .lw-topbar-menu{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateY(-20px);background-color:inherit;z-index:100;transition:all .3s;pointer-events:none}.lw-topbar:not(.reveal-options) .lw-topbar-logo-wrapper{flex-basis:100%!important;text-align:center}.lw-topbar.reveal-options,.lw-topbar.reveal-options .learnworlds-section-content,.lw-topbar.reveal-options .lw-cols,.lw-topbar.reveal-options .lw-topbar-menu-wrapper,.lw-topbar.reveal-options .lw-topbar-menu-wrapper .lw-topbar-menu{position:absolute;top:0;left:0;width:100%;height:100%}.lw-topbar.reveal-options .lw-topbar-menu-wrapper .lw-topbar-menu{opacity:1;transform:translate(0)}.lw-topbar.reveal-options .lw-topbar-hamburger:before{transform:translateX(5px) translateY(12px) rotate(-45deg);box-shadow:none}.lw-topbar.reveal-options .lw-topbar-hamburger:after{transform:translateX(5px) translateY(2px) rotate(45deg)}.slug-author-pageseditor .lw-topbar{pointer-events:none}.megamenu-section,.megamenu-wrapper{height:100%}.megamenu-section{overflow-y:auto}.lw-topbar-submenu{position:absolute;display:none;text-align:left;padding:10px 15px;box-shadow:0 0 5px rgba(0,0,0,.1);left:50%;bottom:0;transform:translate(-50%,100%)}.lw-topbar-submenu:before{content:"";position:absolute;width:100%;height:5px;left:0;top:0;transform:translateY(-100%)}}@media (min-width:768px) and (max-width:991px){html{font-size:9px}.learnworlds-align-left-tp{text-align:left}.learnworlds-align-center-tp{text-align:center}.learnworlds-align-right-tp{text-align:right}.mb-4rem-tp{margin-bottom:4rem}.mb-3rem-tp{margin-bottom:3rem}.mb-2rem-tp{margin-bottom:2rem}.mb-1_6rem-tp{margin-bottom:1.6rem}.mb-1_6perc-tp{margin-bottom:1.6%}.mb-1perc-tp{margin-bottom:1%}.pl-0-tp{padding-left:0}.pr-0-tp{padding-right:0}.fg-1-tp{flex-grow:1}.fg-0-tp{flex-grow:0}.fsh-1-tp{flex-shrink:1}.fsh-0-tp{flex-shrink:0}.learnworlds-screen-wrapper.large,.learnworlds-screen-wrapper.normal,.learnworlds-screen-wrapper.small,.learnworlds-section-content.narrow-ebook,.learnworlds-section-content.wide-ebook{width:100%}.hide-tp{display:none!important}.one-row-tp{flex-wrap:nowrap}.one-row-tp.with-input-cols .learnworlds-input{border-top-right-radius:0;border-bottom-right-radius:0}.one-row-tp.with-input-cols .learnworlds-button{border-top-left-radius:0;border-bottom-left-radius:0}.one-row-tp.with-input-cols .learnworlds-input[class*=outline]{border-right:none}.one-row-tp.with-input-cols .learnworlds-button{margin-top:0}.multiple-rows-tp{flex-wrap:wrap}.multiple-rows-reverse-tp{flex-wrap:wrap-reverse}.lw-cols.no-gutter>.col{margin-left:0}.lw-cols.no-gutter>.span_12_of_12-tp{flex-basis:100%}.lw-cols.no-gutter>.span_11_of_12-tp{flex-basis:91.66666667%}.lw-cols.no-gutter>.span_10_of_12-tp{flex-basis:83.33333333%}.lw-cols.no-gutter>.span_9_of_12-tp{flex-basis:75%}.lw-cols.no-gutter>.span_8_of_12-tp{flex-basis:66.66666667%}.lw-cols.no-gutter>.span_7_of_12-tp{flex-basis:58.33333333%}.lw-cols.no-gutter>.span_6_of_12-tp{flex-basis:50%}.lw-cols.no-gutter>.span_5_of_12-tp{flex-basis:41.66666667%}.lw-cols.no-gutter>.span_4_of_12-tp{flex-basis:33.33333333%}.lw-cols.no-gutter>.span_3_of_12-tp{flex-basis:25%}.lw-cols.no-gutter>.span_2_of_12-tp{flex-basis:16.66666667%}.lw-cols.no-gutter>.span_1_of_12-tp{flex-basis:8.33333333%}.lw-cols:not(.no-gutter)>.col:not(:first-child){margin-left:1.6%}.lw-cols:not(.no-gutter)>.span_12_of_12-tp{flex-basis:100%;margin-left:0!important}.lw-cols:not(.no-gutter)>.span_12_of_12-tp+.col{margin-left:0}.lw-cols:not(.no-gutter)>.span_12_of_12-tp+.col+.span_6_of_12-tp{margin-left:1.6%!important}.lw-cols:not(.no-gutter)>.span_11_of_12-tp{flex-basis:91.53%}.lw-cols:not(.no-gutter)>.span_10_of_12-tp{flex-basis:83.06%}.lw-cols:not(.no-gutter)>.span_9_of_12-tp{flex-basis:74.6%}.lw-cols:not(.no-gutter)>.span_8_of_12-tp{flex-basis:66.13%}.lw-cols:not(.no-gutter)>.span_7_of_12-tp{flex-basis:57.66%}.lw-cols:not(.no-gutter)>.span_6_of_12-tp{flex-basis:49.2%}.lw-cols:not(.no-gutter)>.span_5_of_12-tp{flex-basis:40.73%}.lw-cols:not(.no-gutter)>.span_4_of_12-tp{flex-basis:32.26%}.lw-cols:not(.no-gutter)>.span_3_of_12-tp{flex-basis:23.8%}.lw-cols:not(.no-gutter)>.span_2_of_12-tp{flex-basis:15.33%}.lw-cols:not(.no-gutter)>.span_1_of_12-tp{flex-basis:6.866%}.lw-cols:not(.no-gutter).multiple-rows-tp>.span_3_of_12-tp:nth-of-type(4n+1),.lw-cols:not(.no-gutter).multiple-rows-tp>.span_4_of_12-tp:nth-of-type(3n+1),.lw-cols:not(.no-gutter).multiple-rows-tp>.span_6_of_12-tp:nth-of-type(odd){margin-left:0}.learnworlds-section.rtl .lw-cols.no-gutter>.col{margin-right:0}.learnworlds-section.rtl .lw-cols.no-gutter>.span_12_of_12-tp{flex-basis:100%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_11_of_12-tp{flex-basis:91.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_10_of_12-tp{flex-basis:83.33333333%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_9_of_12-tp{flex-basis:75%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_8_of_12-tp{flex-basis:66.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_7_of_12-tp{flex-basis:58.33333333%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_6_of_12-tp{flex-basis:50%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_5_of_12-tp{flex-basis:41.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_4_of_12-tp{flex-basis:33.33333333%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_3_of_12-tp{flex-basis:25%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_2_of_12-tp{flex-basis:16.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_1_of_12-tp{flex-basis:8.33333333%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.col:not(:first-child){margin-right:1.6%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_12_of_12-tp{flex-basis:100%;margin-right:0!important}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_11_of_12-tp{flex-basis:91.53%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_10_of_12-tp{flex-basis:83.06%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_9_of_12-tp{flex-basis:74.6%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_8_of_12-tp{flex-basis:66.13%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_7_of_12-tp{flex-basis:57.66%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_6_of_12-tp{flex-basis:49.2%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_5_of_12-tp{flex-basis:40.73%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_4_of_12-tp{flex-basis:32.26%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_3_of_12-tp{flex-basis:23.8%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_2_of_12-tp{flex-basis:15.33%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_1_of_12-tp{flex-basis:6.866%}.learnworlds-section.rtl .lw-cols:not(.no-gutter).multiple-rows-tp>.span_3_of_12-tp:nth-of-type(4n+1),.learnworlds-section.rtl .lw-cols:not(.no-gutter).multiple-rows-tp>.span_4_of_12-tp:nth-of-type(3n+1),.learnworlds-section.rtl .lw-cols:not(.no-gutter).multiple-rows-tp>.span_6_of_12-tp:nth-of-type(odd){margin-right:0}.col.no-padding{padding-left:0;padding-right:0}.col:not(.no-padding){padding-left:25px;padding-right:25px}.legacy-sitetemplate .col:not(.no-padding){padding-left:0;padding-right:0}.col.standalone{margin-left:0}.lw-topbar .lw-topbar-logo-col .flex-item:not(.lw-topbar-logo-wrapper){display:none}.lw-topbar .lw-topbar-hamburger{display:block}.lw-topbar .lw-topbar-menu-wrapper{margin-top:0!important;margin-left:0!important}.lw-topbar .lw-topbar-menu-wrapper .lw-topbar-options{display:block;padding:40px;overflow:auto;text-align:center}.lw-topbar .lw-topbar-menu-wrapper .lw-topbar-option-link{display:block;width:100%}.lw-topbar .lw-topbar-menu-wrapper .lw-topbar-option{margin-left:0;display:block;text-align:center}.lw-topbar:not(.reveal-options) .lw-topbar-menu-wrapper .lw-topbar-menu{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateY(-20px);background-color:inherit;z-index:100;transition:all .3s;pointer-events:none}.lw-topbar:not(.reveal-options) .lw-topbar-logo-wrapper{flex-basis:100%!important;text-align:center}.lw-topbar.reveal-options,.lw-topbar.reveal-options .learnworlds-section-content,.lw-topbar.reveal-options .lw-cols,.lw-topbar.reveal-options .lw-topbar-menu-wrapper,.lw-topbar.reveal-options .lw-topbar-menu-wrapper .lw-topbar-menu{position:absolute;top:0;left:0;width:100%;height:100%}.lw-topbar.reveal-options .lw-topbar-menu-wrapper .lw-topbar-menu{opacity:1;transform:translate(0)}.lw-topbar.reveal-options .lw-topbar-hamburger:before{transform:translateX(5px) translateY(12px) rotate(-45deg);box-shadow:none}.lw-topbar.reveal-options .lw-topbar-hamburger:after{transform:translateX(5px) translateY(2px) rotate(45deg)}.slug-author-pageseditor .lw-topbar{pointer-events:none}.megamenu-section,.megamenu-wrapper{height:100%}.megamenu-section{overflow-y:auto}.lw-topbar-submenu{position:absolute;display:none;text-align:left;padding:10px 15px;box-shadow:0 0 5px rgba(0,0,0,.1);left:50%;bottom:0;transform:translate(-50%,100%)}.lw-topbar-submenu:before{content:"";position:absolute;width:100%;height:5px;left:0;top:0;transform:translateY(-100%)}.lw-topbar-option:hover .lw-topbar-submenu{display:block}}@media (min-width:992px) and (max-width:1366px){.lw-topbar .lw-cols>.flex-1,.lw-topbar .lw-cols>.flex-none{flex:auto}.lw-topbar.sticky-topbar{position:-webkit-sticky;position:sticky;top:0}.lw-topbar-hamburger-menu{display:none!important}html{font-size:10px}.learnworlds-align-left-tl{text-align:left}.learnworlds-align-center-tl{text-align:center}.learnworlds-align-right-tl{text-align:right}.mb-4rem-tl{margin-bottom:4rem}.mb-3rem-tl{margin-bottom:3rem}.mb-1_6rem-tl{margin-bottom:1.6rem}.mb-1_6perc-tl{margin-bottom:1.6%}.pl-0-tl{padding-left:0}.pr-0-tl{padding-right:0}.fg-1-tl{flex-grow:1}.fg-0-tl{flex-grow:0}.fsh-1-tl{flex-shrink:1}.fsh-0-tl{flex-shrink:0}.hide-tl{display:none}.one-row-tl{flex-wrap:nowrap}.one-row-tl.with-input-cols .learnworlds-input{border-top-right-radius:0;border-bottom-right-radius:0}.one-row-tl.with-input-cols .learnworlds-button{border-top-left-radius:0;border-bottom-left-radius:0}.one-row-tl.with-input-cols .learnworlds-input[class*=outline]{border-right:none}.one-row-tl.with-input-cols .learnworlds-button{margin-top:0}.multiple-rows-tl{flex-wrap:wrap}.lw-cols.no-gutter>.col{margin-left:0}.lw-cols.no-gutter>.span_12_of_12-tl{flex-basis:100%}.lw-cols.no-gutter>.span_11_of_12-tl{flex-basis:91.66666667%}.lw-cols.no-gutter>.span_10_of_12-tl{flex-basis:83.33333333%}.lw-cols.no-gutter>.span_9_of_12-tl{flex-basis:75%}.lw-cols.no-gutter>.span_8_of_12-tl{flex-basis:66.66666667%}.lw-cols.no-gutter>.span_7_of_12-tl{flex-basis:58.33333333%}.lw-cols.no-gutter>.span_6_of_12-tl{flex-basis:50%}.lw-cols.no-gutter>.span_5_of_12-tl{flex-basis:41.66666667%}.lw-cols.no-gutter>.span_4_of_12-tl{flex-basis:33.33333333%}.lw-cols.no-gutter>.span_3_of_12-tl{flex-basis:25%}.lw-cols.no-gutter>.span_2_of_12-tl{flex-basis:16.66666667%}.lw-cols.no-gutter>.span_1_of_12-tl{flex-basis:8.33333333%}.lw-cols:not(.no-gutter)>.col:not(:first-child){margin-left:1.6%}.lw-cols:not(.no-gutter)>.span_12_of_12-tl{flex-basis:100%;margin-left:0!important}.lw-cols:not(.no-gutter)>.span_11_of_12-tl{flex-basis:91.53%}.lw-cols:not(.no-gutter)>.span_10_of_12-tl{flex-basis:83.06%}.lw-cols:not(.no-gutter)>.span_9_of_12-tl{flex-basis:74.6%}.lw-cols:not(.no-gutter)>.span_8_of_12-tl{flex-basis:66.13%}.lw-cols:not(.no-gutter)>.span_7_of_12-tl{flex-basis:57.66%}.lw-cols:not(.no-gutter)>.span_6_of_12-tl{flex-basis:49.2%}.lw-cols:not(.no-gutter)>.span_5_of_12-tl{flex-basis:40.73%}.lw-cols:not(.no-gutter)>.span_4_of_12-tl{flex-basis:32.26%}.lw-cols:not(.no-gutter)>.span_3_of_12-tl{flex-basis:23.8%}.lw-cols:not(.no-gutter)>.span_2_of_12-tl{flex-basis:15.33%}.lw-cols:not(.no-gutter)>.span_1_of_12-tl{flex-basis:6.866%}.lw-cols:not(.no-gutter).multiple-rows-tl>.span_3_of_12-tl:nth-of-type(4n+1),.lw-cols:not(.no-gutter).multiple-rows-tl>.span_4_of_12-tl:nth-of-type(3n+1),.lw-cols:not(.no-gutter).multiple-rows-tl>.span_6_of_12-tl:nth-of-type(odd){margin-left:0}.learnworlds-section.rtl .lw-cols.no-gutter>.col{margin-right:0}.learnworlds-section.rtl .lw-cols.no-gutter>.span_12_of_12-tl{flex-basis:100%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_11_of_12-tl{flex-basis:91.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_10_of_12-tl{flex-basis:83.33333333%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_9_of_12-tl{flex-basis:75%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_8_of_12-tl{flex-basis:66.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_7_of_12-tl{flex-basis:58.33333333%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_6_of_12-tl{flex-basis:50%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_5_of_12-tl{flex-basis:41.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_4_of_12-tl{flex-basis:33.33333333%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_3_of_12-tl{flex-basis:25%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_2_of_12-tl{flex-basis:16.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_1_of_12-tl{flex-basis:8.33333333%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.col:not(:first-child){margin-right:1.6%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_12_of_12-tl{flex-basis:100%;margin-right:0!important}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_11_of_12-tl{flex-basis:91.53%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_10_of_12-tl{flex-basis:83.06%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_9_of_12-tl{flex-basis:74.6%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_8_of_12-tl{flex-basis:66.13%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_7_of_12-tl{flex-basis:57.66%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_6_of_12-tl{flex-basis:49.2%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_5_of_12-tl{flex-basis:40.73%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_4_of_12-tl{flex-basis:32.26%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_3_of_12-tl{flex-basis:23.8%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_2_of_12-tl{flex-basis:15.33%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_1_of_12-tl{flex-basis:6.866%}.learnworlds-section.rtl .lw-cols:not(.no-gutter).multiple-rows-tl>.span_3_of_12-tl:nth-of-type(4n+1),.learnworlds-section.rtl .lw-cols:not(.no-gutter).multiple-rows-tl>.span_4_of_12-tl:nth-of-type(3n+1),.learnworlds-section.rtl .lw-cols:not(.no-gutter).multiple-rows-tl>.span_6_of_12-tl:nth-of-type(odd){margin-right:0}.col.no-padding{padding-left:0;padding-right:0}.col:not(.no-padding){padding-left:25px;padding-right:25px}.legacy-sitetemplate .col:not(.no-padding){padding-left:0;padding-right:0}.col.standalone{margin-left:0}.lw-topbar-submenu{position:absolute;display:none;text-align:left;padding:10px 15px;box-shadow:0 0 5px rgba(0,0,0,.1);left:50%;bottom:0;transform:translate(-50%,100%)}.lw-topbar-submenu:before{content:"";position:absolute;width:100%;height:5px;left:0;top:0;transform:translateY(-100%)}.lw-topbar-option{margin:0 10px}.lw-topbar-option:hover .lw-topbar-submenu{display:block}}@media (min-width:1367px){.lw-topbar .lw-cols>.flex-1,.lw-topbar .lw-cols>.flex-none{flex:auto}.lw-topbar.sticky-topbar{position:-webkit-sticky;position:sticky;top:0}.lw-topbar-hamburger-menu{display:none!important}html{font-size:10px}.one-row{flex-wrap:nowrap}.one-row.with-input-cols .learnworlds-input{border-top-right-radius:0;border-bottom-right-radius:0}.one-row.with-input-cols .learnworlds-button{border-top-left-radius:0;border-bottom-left-radius:0}.one-row.with-input-cols .learnworlds-input[class*=outline]{border-right:none}.one-row.with-input-cols .learnworlds-button{margin-top:0}.multiple-rows{flex-wrap:wrap}.lw-cols.no-gutter>.col{margin-left:0}.lw-cols.no-gutter>.span_12_of_12{flex-basis:100%}.lw-cols.no-gutter>.span_11_of_12{flex-basis:91.66666667%}.lw-cols.no-gutter>.span_10_of_12{flex-basis:83.33333333%}.lw-cols.no-gutter>.span_9_of_12{flex-basis:75%}.lw-cols.no-gutter>.span_8_of_12{flex-basis:66.66666667%}.lw-cols.no-gutter>.span_7_of_12{flex-basis:58.33333333%}.lw-cols.no-gutter>.span_6_of_12{flex-basis:50%}.lw-cols.no-gutter>.span_5_of_12{flex-basis:41.66666667%}.lw-cols.no-gutter>.span_4_of_12{flex-basis:33.33333333%}.lw-cols.no-gutter>.span_3_of_12{flex-basis:25%}.lw-cols.no-gutter>.span_2_of_12{flex-basis:16.66666667%}.lw-cols.no-gutter>.span_1_of_12{flex-basis:8.33333333%}.lw-cols:not(.no-gutter)>.col:not(:first-child){margin-left:1.6%}.lw-cols:not(.no-gutter)>.span_12_of_12{flex-basis:100%;margin-left:0!important}.lw-cols:not(.no-gutter)>.span_11_of_12{flex-basis:91.53%}.lw-cols:not(.no-gutter)>.span_10_of_12{flex-basis:83.06%}.lw-cols:not(.no-gutter)>.span_9_of_12{flex-basis:74.6%}.lw-cols:not(.no-gutter)>.span_8_of_12{flex-basis:66.13%}.lw-cols:not(.no-gutter)>.span_7_of_12{flex-basis:57.66%}.lw-cols:not(.no-gutter)>.span_6_of_12{flex-basis:49.2%}.lw-cols:not(.no-gutter)>.span_5_of_12{flex-basis:40.73%}.lw-cols:not(.no-gutter)>.span_4_of_12{flex-basis:32.26%}.lw-cols:not(.no-gutter)>.span_3_of_12{flex-basis:23.8%}.lw-cols:not(.no-gutter)>.span_2_of_12{flex-basis:15.33%}.lw-cols:not(.no-gutter)>.span_1_of_12{flex-basis:6.866%}.lw-cols:not(.no-gutter).multiple-rows>.span_2_of_12:nth-of-type(6n+1),.lw-cols:not(.no-gutter).multiple-rows>.span_3_of_12:nth-of-type(4n+1),.lw-cols:not(.no-gutter).multiple-rows>.span_4_of_12:nth-of-type(3n+1),.lw-cols:not(.no-gutter).multiple-rows>.span_6_of_12:nth-of-type(odd){margin-left:0}.learnworlds-section.rtl .lw-cols.no-gutter>.col{margin-right:0}.learnworlds-section.rtl .lw-cols.no-gutter>.span_12_of_12{flex-basis:100%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_11_of_12{flex-basis:91.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_10_of_12{flex-basis:83.33333333%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_9_of_12{flex-basis:75%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_8_of_12{flex-basis:66.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_7_of_12{flex-basis:58.33333333%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_6_of_12{flex-basis:50%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_5_of_12{flex-basis:41.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_4_of_12{flex-basis:33.33333333%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_3_of_12{flex-basis:25%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_2_of_12{flex-basis:16.66666667%}.learnworlds-section.rtl .lw-cols.no-gutter>.span_1_of_12{flex-basis:8.33333333%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.col:not(:first-child){margin-right:1.6%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_12_of_12{flex-basis:100%;margin-right:0!important}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_11_of_12{flex-basis:91.53%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_10_of_12{flex-basis:83.06%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_9_of_12{flex-basis:74.6%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_8_of_12{flex-basis:66.13%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_7_of_12{flex-basis:57.66%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_6_of_12{flex-basis:49.2%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_5_of_12{flex-basis:40.73%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_4_of_12{flex-basis:32.26%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_3_of_12{flex-basis:23.8%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_2_of_12{flex-basis:15.33%}.learnworlds-section.rtl .lw-cols:not(.no-gutter)>.span_1_of_12{flex-basis:6.866%}.learnworlds-section.rtl .lw-cols:not(.no-gutter).multiple-rows>.span_2_of_12:nth-of-type(6n+1),.learnworlds-section.rtl .lw-cols:not(.no-gutter).multiple-rows>.span_3_of_12:nth-of-type(4n+1),.learnworlds-section.rtl .lw-cols:not(.no-gutter).multiple-rows>.span_4_of_12:nth-of-type(3n+1),.learnworlds-section.rtl .lw-cols:not(.no-gutter).multiple-rows>.span_6_of_12:nth-of-type(odd){margin-right:0}.col.no-padding{padding-left:0;padding-right:0}.col:not(.no-padding){padding-left:25px;padding-right:25px}.legacy-sitetemplate .col:not(.no-padding){padding-left:0;padding-right:0}.col.standalone{margin-left:0}.lw-topbar-submenu{position:absolute;display:none;text-align:left;padding:10px 15px;box-shadow:0 0 5px rgba(0,0,0,.1);left:50%;bottom:0;transform:translate(-50%,100%)}.lw-topbar-submenu:before{content:"";position:absolute;width:100%;height:5px;left:0;top:0;transform:translateY(-100%)}.lw-topbar-option:hover .lw-topbar-submenu{display:block}}.lw-topbar-hamburger-menu{position:fixed}.legacy-sitetemplate .col:not(.no-padding){padding-left:0;padding-right:0}.sandbox-wrapper[data-v-a877d218]{position:relative}.sandbox-card-hover-notfication[data-v-a877d218]{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:2}.sandbox-wrapper:hover .sandbox-card-hover-notfication[data-v-a877d218]{display:block}.sandbox-card-hover-notfication span[data-v-a877d218]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:15px;font-weight:700;color:#fff}.hide-video-icon>span,.hide-video>iframe{display:none}