/* See http://code.google.com/p/minify/wiki/CommonProblems#@imports_can_appear_in_invalid_locations_in_combined_CSS_files */
:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animated.repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animated.delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animated.delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animated.delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animated.delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animated.delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animated.faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animated.fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animated.slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animated.slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animated{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}.animated[class*=Out]{opacity:0}}@keyframes
bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transform:translateZ(0) scaleY(.95);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes
flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes
pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes
rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes
shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shakeX{animation-name:shakeX}@keyframes
shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.shakeY{animation-name:shakeY}@keyframes
headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes
swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{animation-name:swing;transform-origin:top center}@keyframes
tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes
wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.wobble{animation-name:wobble}@keyframes
jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes
heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-name:heartBeat;animation-timing-function:ease-in-out}@keyframes
backInDown{0%{opacity:.7;transform:translateY(-1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}.backInDown{animation-name:backInDown}@keyframes
backInLeft{0%{opacity:.7;transform:translateX(-2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}.backInLeft{animation-name:backInLeft}@keyframes
backInRight{0%{opacity:.7;transform:translateX(2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}.backInRight{animation-name:backInRight}@keyframes
backInUp{0%{opacity:.7;transform:translateY(1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}.backInUp{animation-name:backInUp}@keyframes
backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(700px) scale(.7)}}.backOutDown{animation-name:backOutDown}@keyframes
backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(-2000px) scale(.7)}}.backOutLeft{animation-name:backOutLeft}@keyframes
backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(2000px) scale(.7)}}.backOutRight{animation-name:backOutRight}@keyframes
backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(-700px) scale(.7)}}.backOutUp{animation-name:backOutUp}@keyframes
bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes
bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes
bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes
bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes
bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes
bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes
bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes
bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes
bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes
bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes
fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes
fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes
fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes
fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes
fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes
fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes
fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes
fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes
fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes
fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes
fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInTopRight{animation-name:fadeInTopRight}@keyframes
fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes
fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes
fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes
fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes
fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes
fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes
fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes
fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes
fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes
fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes
fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes
fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes
fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes
fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes
fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes
flip{0%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{animation-name:flip;backface-visibility:visible}@keyframes
flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes
flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes
flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes
flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutY;backface-visibility:visible!important}@keyframes
lightSpeedInRight{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes
lightSpeedInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;transform:skewX(-20deg)}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes
lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes
lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0) skewX(-30deg)}}.lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes
rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translateZ(0)}}.rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes
rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translateZ(0)}}.rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes
rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes
rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes
rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translateZ(0)}}.rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes
rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes
rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes
rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes
rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes
rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes
hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg)}to{opacity:0;transform:translate3d(0,700px,0)}}.hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes
jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes
rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:rollIn}@keyframes
rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes
zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes
zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{animation-name:zoomInDown}@keyframes
zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes
zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{animation-name:zoomInRight}@keyframes
zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{animation-name:zoomInUp}@keyframes
zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes
zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes
zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left 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)}}.zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes
zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes
slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes
slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes
slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes
slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes
slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{animation-name:slideOutDown}@keyframes
slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{animation-name:slideOutLeft}@keyframes
slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{animation-name:slideOutRight}@keyframes
slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{animation-name:slideOutUp}.animated.delay-100ms{animation-delay:.1s}.animated.delay-200ms{animation-delay:.2s}.animated.delay-500ms{animation-delay:.5s}.o-animations-control__popover:not(.is-mobile).is-bottom{z-index:9999999}.o-animations-control__popover .components-popover__content{overflow-y:hidden}.o-animations-control__popover .components-menu-group{padding:7px}.o-animations-control__popover .components-popover__items{max-height:300px;overflow-y:auto}.o-animations-control__popover .components-popover__items button.is-selected{background:#f8f9f9}.o-animations-control__popover .components-popover__items button
i{margin-right:5px}.o-animations-control__popover .components-popover__items .o-animations-control__category{font-weight:700}.o-animations-control .components-dropdown{display:flex}.o-animations-control .components-button.is-secondary{margin-top:24px}.o-animations-control .o-animations-control__button{background:transparent;border:1px
solid #8d96a0;border-radius:4px;box-shadow:0 0 0 transparent;height:auto;line-height:28px;padding:0
12px 2px;position:relative;transition:box-shadow .1s linear;width:100%}.o-animations-control .o-animations-control__button.is-button{background:transparent}.o-animations-control .o-animations-control__button:hover{background:#fafafa;border-color:#999;box-shadow:inset 0 -1px 0 #999;color:#23282d;text-decoration:none}.o-animations-control .o-animations-control__button:focus{border:1px
solid #000}.o-animations-control .o-animations-control__button:after{border-left:3px solid transparent;border-right:3px solid transparent;border-top:5px solid;content:"";display:block;height:0;margin-left:4px;margin-right:2px;pointer-events:none;position:absolute;right:8px;top:12px;width:0}.o-animations-control>.components-unit-control-wrapper{margin-top:10px}.otter-animations-count-image{width:100%}.o-animation-popover .components-popover__content{min-width:240px;padding:20px}.o-animation-popover .components-popover__content .components-heading{margin-bottom:12px}@media
screen{.hidden-animated{animation-play-state:paused;visibility:hidden}.animated .wp-block-navigation,.animated.wp-block-navigation{animation-fill-mode:none}}@media(max-width:782px){.o-animations-control .o-animations-control__button{padding:5px
24px 5px 8px}.o-animations-control .o-animations-control__button:after{top:16px}}.block-editor .animated,.block-editor-block-list__layout
.animated{animation-play-state:running;visibility:initial}.customize-control-sidebar_block_editor
.animated{animation:none}.o-control-panel-control{padding:10px
0}.o-control-panel-control .components-base-control__title{align-items:center;display:flex;justify-content:space-between}.o-control-panel-control .components-base-control__title
label{padding:5px
0}.o-control-panel-control .components-base-control__title .floating-controls .components-dropdown{display:flex}.o-control-panel-control .components-base-control__title .floating-controls .components-dropdown button.is-tertiary{border:none;box-shadow:none;color:#1e1e1e}.o-control-panel-control .components-base-control__title .floating-controls .components-dropdown button.is-active,.o-control-panel-control .components-base-control__title .floating-controls .components-dropdown button.is-tertiary:hover{color:var(--wp-admin-theme-color)}.o-control-panel-control .components-base-control__title .floating-controls .components-dropdown button
.dashicon{margin:2px}.otter-popover-settings{min-width:300px;overflow:hidden;padding:10px}.otter-popover-settings .components-button-group:not(.o-toggle-group-control){padding-bottom:10px}@import "/wp-content/plugins/armembercourses/css/arm_courses_variables.css";.arm-course-addon-container *,
.arm-course-addon__detail-screen *,
.arm-course-addon__lesson-detail-screen
*{margin:0;padding:0;text-decoration:none;list-style:none;font-family:var(--arm-primary-font)}.arm-course-addon-container *:before,
.arm-course-addon-container *:after,
.arm-course-addon__detail-screen *:before,
.arm-course-addon__detail-screen *:after,
.arm-course-addon__lesson-detail-screen *:before,
.arm-course-addon__lesson-detail-screen *:after{box-sizing:unset}.arm_course_loading{position:fixed;top:0;left:0;z-index:99990;text-align:center;width:100%;height:100%;display:none;background:rgba(0, 0, 0, 0.5)}.arm_course_loading
img{position:absolute;left:40%;top:45%;z-index:99991;border-radius:10px;background:var(--arm-pt-theme-blue);-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;box-shadow:0px 0px 12px rgb(0 0 0 / 20%);-webkit-box-shadow:0px 0px 12px rgb(0 0 0 / 20%);-moz-box-shadow:0px 0px 12px rgba(0, 0, 0, 0.2);-o-box-shadow:0px 0px 12px rgba(0, 0, 0, 0.2);text-align:center;width:88px;padding:16px;box-sizing:border-box}div.arm_all_course_shortcode_container{max-width:100%}.arm-cac__tabs{border-bottom:1px solid var(--arm-gt-gray-100);margin-bottom:20px}.armc_item_tab{display:inline-block;margin-bottom:15px;margin-right:15px}body .arm-df__dropdown-control .arm__dc--head .arm-df__dc--head__autocomplete{margin-bottom:0 !important}.arm_course_category_filter .arm-df__dropdown-control .arm__dc--head, .arm_author_dropdown .arm-df__dropdown-control .arm__dc--head{border:1px
solid var(--arm-gt-gray-100)}.arm_course_category_filter .arm-df__dropdown-control .arm__dc--head span, .arm_author_dropdown .arm-df__dropdown-control .arm__dc--head
span{color:var(--arm-gt-gray-400)}.armc_item_tab.right{float:right;margin-right:0}#arm_all_courses_tab span,
#arm_my_course_tab
span{background-color:var(--arm-gt-gray-100);padding:3px;width:25px;height:25px;display:inline-block;text-align:center;line-height:25px;border-radius:6px}.arm-course-items{display:flex;flex-wrap:wrap;width:100%;max-width:100% !important}.arm-course-item{width:calc(33.3% - 24px);padding:16px;border:1px
solid var(--arm-gt-gray-100);border-radius:var(--arm-radius-12px);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;margin:0
12px 24px 12px}.arm-course-addon-container:not(.__arm-is-course-list-view) .arm-course-item .arm-ci__banner{text-align:center}.arm-course-item .arm-ci__banner
img{display:block;margin-bottom:12px;width:100%;border-radius:var(--arm-radius-12px);height:auto;max-width:100%}.arm-course-addon-container .arm-course-item .arm-ci__banner
a{width:100%}.arm-course-addon-container .arm-course-item .arm-ci__banner
img{object-fit:cover;object-position:center;max-height:168px}.arm-course-addon-container.__arm-is-course-list-view .arm-course-item .arm-ci__banner
img{width:178px;height:auto;margin-bottom:0;max-height:96px}.arm-course-item .arm-ci__body .arm-ci__cousre-title{font-family:var(--arm-primary-font);font-weight:600;font-size:15px;line-height:24px;color:var(--arm-dt-black-400)}.arm-course-item .arm-ci__body .arm-ci__cousre-title
a{font-family:var(--arm-primary-font);color:var(--arm-dt-black-400);font-weight:600}.__arm-is-course-list-view .arm-ci__body{width:100%}.__arm-is-course-list-view .arm-course-item .arm-ci__body .arm-ci__cousre-title{min-height:auto;width:calc(100% - 52px);float:left}.__arm-is-course-list-view .arm-course-item .arm-ci__body.arm_course_complete_proccess{position:relative}.__arm-is-course-list-view .arm-course-item .arm-ci__body.arm_course_complete_proccess .arm-ci__cousre-title{width:calc(100% - 106px)}.arm_course_certificate_download_icon{float:right;margin:12px;cursor:pointer}.arm-course-item .arm-ci__body .arm-ci__cousre-title
a{text-decoration:none}.arm-ci__author
img{border-radius:var(--arm-radius-circle);margin-right:8px;height:28px;width:28px}.arm-ci__author .arm-ci__author-name{font-size:13px;font-family:var(--arm-primary-font);line-height:18px;color:var(--arm-dt-black-100)}.arm-course-addon-container.__arm-is-course-list-view .arm-course-items{flex-direction:column}.arm-course-addon-container
.navigation.pagination{text-align:center}.armcourses_row_left{display:inline-block;width:200px;padding-right:20px;text-align:right}.arm_csection{margin:25px
0 0 0;padding:0;border:1px
solid #dedede;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;background-color:white;width:100%}.arm_csection
a{text-decoration:none}.arm_csection_title{padding-bottom:5px}.arm_csection_title_text{font-size:1.2em;font-weight:800}.arm_csection_description{font-size:18px;font-weight:400;text-decoration:italic}.armcs_lesson{box-sizing:border-box;padding:10px;width:100%}.armcs_lesson>.armcs_lesson_item{display:flex;align-items:center}.armcs_lesson_button{margin-left:auto}.armcs_lesson_link{display:inline-block;position:relative;width:75%;padding:5px;vertical-align:top}.armcs_lesson_prev_nav{float:left;text-decoration:none;border:1px
solid;padding:5px
15px}.armcs_lesson_next_nav{float:right;text-decoration:none;border:1px
solid;padding:5px
15px;cursor:pointer}.armcs_progress_bar_title{font-weight:bold;font-size:18px}.arm-course-addon-container{max-width:1140px;margin:72px
auto;background-color:var(--arm-cl-white);border-radius:var(--arm-radius-12px);padding:40px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.arm-cac__heading{font-family:var(--arm-primary-font);font-weight:600;font-size:24px;line-height:32px;color:var(--arm-dt-black-500);margin-bottom:32px}.arm_coruse_not_found_container{justify-content:center;display:flex;min-height:360px;flex-direction:column;align-items:center;border:1px
solid var(--arm-gt-gray-100);border-radius:var(--arm-radius-12px);width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.arm_coruse_not_found_container
img{max-width:140px;margin-bottom:16px}.arm_coruse_not_found_container
.arm_course_not_found_msg{font-family:var(--arm-primary-font);font-size:16px;font-weight:normal;color:var(--arm-dt-black-200)}.arm-course-item{width:calc(33.3% - 24px);padding:16px;border:1px
solid var(--arm-gt-gray-100);border-radius:var(--arm-radius-12px);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;margin:0
12px 24px 12px}.arm-ci__body .arm-ci__course-info-row{display:flex;flex-wrap:wrap;margin-bottom:12px;margin-top:12px}.__arm-is-course-list-view .arm-ci__course-info-row{float:left}.arm-ci__course-info-row .arm-cir__col{display:flex;align-items:center;flex-wrap:wrap;margin-right:16px}.arm-ci__course-info-row .arm-cir__col:last-child{margin-right:0}.arm-cir__col
img{display:block;margin-right:4px}.arm-cir__col .arm-cir__col-val{font-weight:400;font-family:var(--arm-primary-font);color:var(--arm-gt-gray-400);font-size:13px;line-height:18px}.arm-ci__author{display:flex;flex-wrap:wrap;align-items:center}.arm-course-addon-container.__arm-is-course-list-view .arm-ci__author{clear:both}.arm-course-addon-container.__arm-is-course-list-view .arm-course-items .arm-course-item{width:100%;display:flex;align-items:flex-start}.arm-course-addon-container.__arm-is-course-list-view .arm-course-item .arm-ci__banner{width:220px;max-width:220px;margin-right:16px}.arm_course_title_h1{font-size:24px;line-height:35px;font-weight:600;font-family:var(--arm-primary-font);margin:0
!important;margin-bottom:20px !important;color:var(--arm-dt-black-500)}.arm-lh__left-title
.arm_course_back_arrow{display:flex;text-decoration:none;font-size:14px;font-family:var(--arm-primary-font);color:var(--arm-dt-black-300);line-height:20px;font-weight:500}.arm-ca-detail-container{max-width:1170px;margin:0
auto}.arm-ca-detail__body{margin:40px
0}.arm-ca-detail__body
h1{font-family:var(--arm-primary-font);font-weight:600;font-size:20px;line-height:34px;margin:0
0 20px;padding:0;color:var(--arm-dt-black-500)}.arm-ca-detail__head{width:100%;min-height:345px}.arm-ca-detail__head-wrap{padding:40px
0 32px 0}.arm-ca-detail__head .arm-ca-detail__head-wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.arm-ca-detail__head
h1{font-family:var(--arm-primary-font);font-weight:600;font-size:20px;line-height:34px;margin:0;padding:0;color:var(--arm-dt-black-500)}.arm-ca-detail__head
a{font-family:var(--arm-primary-font);font-weight:500;font-size:15px;line-height:20px;color:var(--arm-dt-black-100)}.arm-ca-detail__head a:hover{text-decoration:none;color:var(--arm-pt-theme-blue)}.arm-db__row{display:flex;flex-wrap:wrap;margin-left:0;margin-right:0}.arm-db__col-7{width:calc(70% - 20px);flex:0 0 auto;padding-left:10px;padding-right:10px}.arm-db__col-6{width:calc(60% - 40px);flex:0 0 auto;padding-left:20px;padding-right:20px}.arm-db__col-4{width:calc(40% - 40px);flex:0 0 auto;padding-left:20px;padding-right:20px}.arm-db__col-3{width:calc(30% - 20px);flex:0 0 auto;padding-left:10px;padding-right:10px}.arm-db__left-content .arm-ca__detail-banner{max-height:380px;width:100%;object-fit:cover;object-position:center;border-radius:var(--arm-radius-8px);display:block;margin-bottom:30px}.arm-dbl--tab-navigation{background-color:var(--arm-cl-white);border:1px
solid var(--arm-gt-gray-100);border-radius:var(--arm-radius-6px);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;box-shadow:1px 4px 12px rgba(0, 90, 238, 0.08);padding:0
24px;display:flex;flex-wrap:wrap;margin:32px
0}.arm-dbl--tab-navigation
span{padding:12px;font-family:var(--arm-primary-font);font-weight:500;font-size:16px;line-height:20px;cursor:pointer;margin-right:12px;color:var(--arm-dt-black-400);border-bottom:2px solid transparent}.arm-dbl--tab-navigation span:last-child{margin-right:0}.arm-dbl--tab-navigation
span.active{border-bottom-color:var(--arm-pt-theme-blue)}.arm-db__left-content
h3{font-family:var(--arm-primary-font);font-weight:600;font-size:20px;line-height:34px;color:var(--arm-dt-black-500);margin:0
0 12px 0 !important;padding:0;text-transform:unset;letter-spacing:0}.arm-db__left-content{font-family:var(--arm-primary-font);font-weight:400;font-size:15px;line-height:24px;color:var(--arm-dt-black-100);margin-bottom:24px}.arm-ccw__accordion .arm-ccw__accordion-item{border-radius:var(--arm-radius-8px);border:1px
solid var(--arm-gt-gray-100);background-color:var(--arm-cl-white)}.--arm-is-guest-enabled .arm-ccw__accordion .arm-ccw__accordion-item{box-shadow:1px 4px 12px rgba(0, 90, 238, 0.08)}.arm-ccw__accordion .arm-ccw__accordion-item:not(:last-child){margin-bottom:20px}.arm-ccw__accordion div.arm-ccw__accordion-item
button.accordion{width:100%;padding:12px
38px 12px 20px;border:none;border-radius:var(--arm-radius-8px) var(--arm-radius-8px) 0 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;background-color:transparent;cursor:pointer;text-align:left;font-family:var(--arm-primary-font);font-weight:500;font-size:16px;line-height:24px;color:var(--arm-dt-black-500);position:relative;outline:none;box-shadow:none}.arm-ccw__accordion-item .accordion
img{position:absolute;right:20px;top:calc(50% - 12px);display:block;transition:all 0.2s linear}.arm-ccw__accordion-item .accordion.is-open
img{transform:rotate(180deg);transform-origin:center center}.arm-ccw__accordion .arm-ccw__accordion-item .accordion.is-open{background-color:var(--arm-gt-gray-10)}.arm-ccw__accordion .arm-ccw__accordion-item .accordion-content{overflow:hidden;max-height:0;transition:max-height 0.2s linear}.arm-ccw__accordion .arm-ccw__accordion-item .accordion.is-open+.accordion-content{max-height:100%;transition:max-height 0.2s linear}.arm-ccw-chapter-list .arm-cl__item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}h3.arm_coruse_content_heading{padding-top:30px}#arm_course_accordion_section .arm-ccw-chapter-list label.arm-cl__item{padding:8px
20px}#arm_course_accordion_section .arm-ccw-chapter-list label.arm-cl__item .arm-cl__item-right{display:flex;flex-wrap:wrap}#arm_course_accordion_section .arm-ccw-chapter-list .arm-cl__item
span{font-size:14px;line-height:20px;font-weight:normal;color:var(--arm-dt-black-200);margin-left:12px;display:flex;align-items:center}.arm-ccw-chapter-list .arm-cl__item:last-child{border-bottom:none}.arm-ccw-chapter-list .arm-cl__item .arm-cl__item-left
p{font-family:var(--arm-primary-font);font-weight:400;font-size:15px;line-height:20px;margin:0;color:var(--arm-dt-black-200)}#arm_course_accordion_section .arm_setup_column_item
a{text-decoration:none}.arm-cl__default-btn{padding:6px
10px;border-radius:var(--arm-radius-6px);font-size:13px;line-height:16px;color:var(--arm-dt-black-500);font-weight:normal;border:1px
solid var(--arm-gt-gray-100);box-shadow:none;outline:none;cursor:pointer;background-color:var(--arm-cl-white);display:flex;flex-wrap:wrap;min-width:86px;justify-content:center}.arm-ccw-chapter-list .arm-cl__item .arm-cl__default-btn
img{margin-right:4px}.arm-rc__course-tags .arm-cl__default-btn
a{color:var(--arm-gt-gray-500)}.arm-db__right-content .arm-rc-default-card{background-color:var(--arm-cl-white);border:1px
solid var(--arm-gt-gray-100);border-radius:var(--arm-radius-6px);box-shadow:1px 4px 12px rgba(0, 90, 238, 0.08);padding:32px
24px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.arm-rc--course-brief-card .arm-cbc__price
h4{font-family:var(--arm-primary-font);font-weight:700;font-size:30px;line-height:34px;color:var(--arm-dt-black-500);margin:0
0 20px 0;text-align:center}.arm-rc--course-brief-card .arm-cbc__price h4 span.arm-line_through{font-size:16px;line-height:20px;color:var(--arm-dt-black-100);text-decoration:line-through;font-weight:500}.arm-cbc__default-btn{display:block;width:100%;border-radius:var(--arm-radius-6px);padding:10px
0;background-color:var(--arm-cl-white);border:1px
solid var(--arm-gt-gray-100);font-family:var(--arm-primary-font);font-weight:500;font-size:14px;line-height:20px;cursor:pointer;margin-bottom:12px}.arm-cbc--primary-btn{background-color:var(--arm-pt-theme-blue);border-color:var(--arm-pt-theme-blue);color:var(--arm-cl-white)}.arm-cbc__btn-group
p{text-align:center;font-family:var(--arm-primary-font);font-weight:400;font-size:13px;line-height:20px;color:var(--arm-gt-gray-500)}.arm-cbc__key-points-list{margin-top:24px}.arm-cbc__key-points-list
ul{margin:0;padding:0}.arm-cbc__key-points-list ul
li{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:16px}.arm-cbc__key-points-list ul li:last-child{margin-bottom:0}.arm-cbc__key-points-list ul li
img{margin-right:4px;display:inline-block}.arm-cbc__key-points-list ul li
p{font-family:var(--arm-primary-font);font-weight:400;font-size:15px;line-height:16px;color:var(--arm-gt-gray-500);margin:0}.arm-cbc__key-points-list ul li p
span{font-weight:500;color:var(--arm-dt-black-500)}.arm-cbc__key-points-list ul
.arm_course_category_details_li{align-items:baseline}.arm-cbc__key-points-list ul .arm_course_category_details_li
p{width:92px}.arm-cbc__key-points-list ul .arm_course_category_details_li
div{width:calc(100% - 92px)}.arm-cbc__key-points-list ul .arm_course_category_details_li div
a{text-decoration:none;color:var(--arm-dt-black-500)}.arm-rc--author-card{margin-top:20px}.arm-rc--author-card
h4{font-family:var(--arm-primary-font);font-weight:500;font-size:16px;line-height:24px;color:var(--arm-dt-black-500);margin-bottom:12px}.arm-rc__author-info{display:flex;flex-wrap:wrap;margin-bottom:20px;align-items:center}.arm-rc__author-info
img{border-radius:var(--arm-radius-6px);width:40px;height:40px;margin-right:12px}.arm-rc__author-info
p{font-weight:400;font-size:15px;line-height:20px;font-family:var(--arm-primary-font);margin:0;color:var(--arm-dt-black-200)}.arm-rc__course-tags .arm-ct__list
a{padding:6px
8px;border:1px
solid var(--arm-gt-gray-100);font-size:14px;border-radius:var(--arm-radius-4px);line-height:18px;font-weight:normal;color:var(--arm-gt-gray-500);display:inline-block;margin-right:8px;margin-bottom:12px;text-decoration:none}.arm-rc__requirements-info
ul{margin:0;padding:0
0 0 24px}.arm-rc__requirements-info ul
li{font-family:var(--arm-primary-font);font-weight:400;list-style:outside disc;font-size:14px;line-height:20px;margin-bottom:12px;color:var(--arm-gt-gray-500)}.arm-rc__course-by
h5{text-transform:capitalize;font-size:16px;font-weight:600;margin:10px
0 !important;letter-spacing:0;color:var(--arm-dt-black-500)}.arm-rc__course-tags
h5{text-transform:capitalize;font-weight:600;margin:10px
0;font-size:16px}#arm_course_view_page .arm-rc__course-by{margin-top:20px}#arm_course_view_page .arm-lh__left-title{position:absolute;left:20px;top:20px}#arm_course_view_page .arm-cbc__btn-group
button{background:var(--arm-pt-theme-blue);border-color:var(--arm-pt-theme-blue);color:var(--arm-cl-white);display:block;width:100%;border-radius:var(--arm-radius-6px);padding:10px
0;border:1px
solid var(--arm-gt-gray-100);font-family:var(--arm-primary-font);font-weight:500;font-size:14px;line-height:20px;cursor:pointer;margin-bottom:12px;text-align:center;text-decoration:none;text-transform:none}#arm_course_view_page .arm_lesson_preview_btn.is-open{color:var(--arm-pt-theme-blue)}#arm_course_view_page .arm_lesson_preview_btn
img{margin-bottom:0;vertical-align:middle;display:inline-block}#arm_course_view_page .arm_lesson_duration
img{margin-right:4px}.arm_defult_text_style{font-family:var(--arm-primary-font);font-weight:400;font-size:14px;line-height:24px;color:var(--arm-dt-black-100)}#arm_course_view_page .arm_lesson_preview_btn,
#arm_course_view_page
.arm_lesson_duration{font-weight:500}#arm_course_view_page
.arm_lesson_attachment_preview_content{max-height:0px;padding:16px
20px;display:none;border-bottom:1px solid var(--arm-gt-gray-100)}#arm_course_view_page .arm_lesson_attachment_preview_content .arm_course_preview_content_img,
#arm_course_view_page .arm_lesson_attachment_preview_content video,
#arm_course_view_page .arm_lesson_attachment_preview_content audio,
#arm_course_view_page .arm_lesson_attachment_preview_content iframe,
#arm_course_view_page .arm_lesson_attachment_preview_content>img{width:100%;border-radius:8px;max-height:370px}#arm_course_classroom_login_details
#arm_course_lesson_media_file{max-height:600px}.arm_course_video_parent{margin:0
auto}.arm_course_pause_play_img{position:absolute;z-index:99;left:50%;display:none;opacity:1;width:64px;cursor:pointer}.arm_course_video_parent:hover
img.arm_course_pause_play_img{display:block}.arm_course_video_parent{position:relative}@keyframes fade-in-up{0%{opacity:0}100%{transform:translateY(0);opacity:1}}.arm_course_f_left{float:left}.arm_course_f_right{float:right}#arm_course_accordion_section .arm_setup_column_item .arm-cl__item{border:0}#arm_course_accordion_section .arm_setup_column_item:hover .arm-cl__item{border:0}.arm-course-addon__lesson-detail-screen{background-color:var(--arm-cl-white);padding:0}.arm-ca-lesson__header{background-color:#F0F5FC}.arm-ca-lh__wrapper{max-width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:8px
32px}.arm-lh__left-title{align-items:flex-start;max-width:65%;display:flex}.arm-lh__left-title
a{margin-right:12px}.arm-lh__left-title a
img{display:block;margin:auto;margin-right:4px}.arm-lh__left-title
h3{font-size:16px;line-height:24px;color:var(--arm-dt-black-400);font-family:var(--arm-primary-font)}.arm-lh__right{display:flex;flex-wrap:wrap}.arm-lh-lesson-progress{background-color:#E5EEFB;position:relative;margin-right:24px;min-width:320px}.arm-lh-lesson-progress .arm-lp__body{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:8px
12px 10px 12px}.arm-lh-lesson-progress .arm-lp__body
p{font-size:14px;line-height:18px;color:var(--arm-dt-black-400);font-weight:500;font-family:var(--arm-primary-font);margin:0;padding:0}.arm-lh-lesson-progress .arm-lp__body p.arm-lp-progress-counter{color:var(--arm-pt-theme-blue)}.arm-lh-lesson-progress .arm-lp__progress-line{position:absolute;left:0;bottom:0;width:100%;height:4px;background-color:#D6E2F5}.arm-lh-lesson-progress .arm-lp__progress-line_process{content:'';position:absolute;height:4px;bottom:0;left:0;background-color:var(--arm-pt-theme-blue)}.arm_my_course_list .arm-lh-lesson-progress .arm-lp__progress-line{border-radius:24px;height:6px}.arm_my_course_list .arm-lh-lesson-progress .arm-lp__progress-line_process{height:6px;border-radius:24px}.arm-lh-user-dropdown .arm-ud__body{display:flex;flex-wrap:wrap;align-items:center;height:100%}.arm-ud__nav-menu{position:relative;margin:0;padding:0;list-style:none}.arm-ud__nav-menu>li>a{display:flex;flex-wrap:wrap;align-items:center;font-size:15px;line-height:20px;color:var(--arm-dt-black-400);font-weight:normal;font-family:var(--arm-primary-font);position:relative;text-decoration:none}.arm-ud__nav-menu > li > a
img.avatar{display:block;width:28px;height:28px;margin-right:12px;object-fit:cover;object-position:center;border-radius:var(--arm-radius-6px)}.arm-nm__dropdown{display:none;background:var(--arm-cl-white);border-radius:var(--arm-radius-4px);box-shadow:1px 4px 12px rgba(0, 90, 238, 0.08);position:absolute;padding:12px;box-sizing:border-box;top:40px;right:0px;min-width:200px;width:100%;z-index:10;list-style:none}.arm-nm__dropdown li:not(:last-child){margin-bottom:12px}.arm-nm__dropdown li
a{font-size:14px;text-decoration:none;color:var(--arm-dt-black-300);font-family:var(--arm-primary-font);display:flex;align-items:center}.arm-nm__dropdown li a
img{margin-right:6px}.arm-nm__dropdown li a:hover{color:var(--arm-pt-theme-blue)}.arm_course_top_profile_dropdown .arm-ud__angle-arrow-icon{transition:all 0.2s linear}.arm_course_top_profile_dropdown.is-open .arm-ud__angle-arrow-icon{transform:rotate(180deg);transform-origin:center center;transition:all 0.2s linear}.arm-lds__body{padding:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;background-color:var(--arm-cl-white)}.arm-lds__body .arm-ca-detail-container{max-width:100%}.arm-lds__body .arm-db__col-7{padding-left:20px;padding-right:20px;width:75%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.arm-lds__body .arm-db__col-3{padding-left:20px;padding-right:20px;width:25%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.arm-lds__body .arm-lds__left-body
iframe{width:100%;height:600px;border-radius:var(--arm-radius-8px)}.arm-ca--action-btns{display:flex;flex-wrap:wrap;justify-content:flex-end;margin-top:24px}.arm-ca--action-btns .arm-cbc__default-btn{width:auto;padding:10px
14px;margin-bottom:0;text-decoration:none}.arm-ca--action-btns .arm-cbc__default-btn:first-child{margin-right:16px}.arm-lds-body__content{margin-top:40px;overflow-wrap:break-word;font-size:15px;line-height:24px;margin-bottom:16px;color:var(--arm-dt-black-100)}.arm-lds-body__content
h2{font-size:20px;line-height:34px;font-weight:600;color:var(--arm-dt-black-400);font-family:var(--arm-primary-font);margin:0
!important;margin-bottom:12px !important;text-transform:unset;letter-spacing:0}.arm-lds__course-curriculum{background-color:var(--arm-cl-white);box-shadow:1px 4px 12px rgba(0, 90, 238, 0.08);border:1px
solid var(--arm-gt-gray-100);border-radius:var(--arm-radius-6px);height:91vh;overflow-y:auto;position:relative}.arm-ccw__title-row{padding:32px
20px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.arm-lds__course-curriculum
h2{font-size:20px;line-height:28px;font-weight:600;font-family:var(--arm-primary-font);color:var(--arm-dt-black-500);text-transform:unset;letter-spacing:0;margin:0
!important}.arm-ccw__title-row .arm-tr__mob-icon{display:none;width:24px;height:24px}.arm-ccw__title-row .arm-tr__mob-icon
svg{width:100%;fill:var(--arm-pt-theme-blue)}.arm-lds__course-curriculum .arm-ccw__accordion .arm-ccw__accordion-item{border-radius:unset;border:none}.arm-lds__course-curriculum .arm-ccw__accordion .arm-ccw__accordion-item:not(:last-child){margin-bottom:8px}.arm-lds__course-curriculum div.arm-ccw__accordion-item
button.accordion{border-radius:unset;background-color:#F0F5FC;border-color:#F0F5FC;text-transform:none}.arm-lds__course-curriculum div.arm-ccw__accordion-item button.accordion:hover{text-decoration:none;text-transform:none}.arm-lds__course-curriculum .arm-ccw__accordion-item:last-child
.accordion{border-radius:0 0 var(--arm-radius-6px) var(--arm-radius-6px)}.arm-lds__course-curriculum .arm-ccw__accordion-item .accordion
img{right:12px}.arm-lds__course-curriculum .arm-ccw-chapter-list .arm-cl__item{flex-direction:column;align-items:flex-start;border-bottom:none;padding:8px
20px}.arm-lds__course-curriculum .arm-ccw-chapter-list .arm-cl__item.--arm-is-active{background-color:#F0F5FC}.arm-lds__course-curriculum .arm-ccw-chapter-list .arm-cl__item.--arm-is-active
.arm_courses_view_lesson{pointer-events:none}.arm-lds__course-curriculum .arm-ccw-chapter-list .arm-cl__item .arm-form-group{display:flex}.arm-lds__course-curriculum .arm-ccw-chapter-list .arm-cl__item .arm-form-group label,
.arm-lds__course-curriculum .arm-ccw-chapter-list .arm-cl__item .arm-form-group label
a{font-size:14px;display:block;font-weight:normal;font-family:var(--arm-primary-font);line-height:20px;margin-bottom:4px;cursor:pointer;color:var(--arm-dt-black-200)}.arm-lds__course-curriculum .arm-ccw-chapter-list .arm-cl__item
a{text-decoration:none}.arm-lds__course-curriculum .arm-ccw-chapter-list .arm-cl__item p.arm-counter{font-size:13px;line-height:18px;font-weight:normal;color:var(--arm-gt-gray-500);font-family:var(--arm-primary-font);display:flex;flex-wrap:wrap;align-items:center;margin:0
0 0 30px}.arm-lds__course-curriculum .arm-ccw-chapter-list .arm-cl__item p.arm-counter
img{margin-right:4px;display:block}.arm-lds__course-curriculum .arm-ccw-chapter-list .arm-df__checkbox input[type='checkbox']:checked+label:after{background-color:var(--arm-pt-theme-blue);border-color:var(--arm-pt-theme-blue)}.arm-lds__course-curriculum .arm-ccw-chapter-list .arm-df__checkbox input[type="checkbox"]:checked+label:before{background-color:transparent;left:2px;width:3px;height:7px}#arm_course_classroom_login_details .arm-db__col-7
.arm_course_thumbnail_img{max-height:600px;width:100%;object-fit:cover;object-position:center;border-radius:var(--arm-radius-8px);display:block;margin-bottom:30px}#arm_course_classroom_login_details .arm-db__col-7
.arm_course_thumbnail_img{max-height:none !important;height:auto !important;object-fit:contain !important}.arm-lh__mob-hamburger-icon{display:none;position:absolute;right:16px}.arm-lh__mob-hamburger-icon
a{width:32px;height:32px;margin-right:0}.arm-lh__mob-hamburger-icon a
svg{fill:var(--arm-dt-black-500)}.hidden_course_tab{display:none}#arm_all_courses_tab.arm_cselected_tab span,
#arm_my_course_tab.arm_cselected_tab
span{background:var(--arm-pt-theme-blue);color:var(--arm-cl-white)}#arm_all_courses_tab,#arm_my_course_tab{cursor:pointer}#arm_all_courses_tab.arm_cselected_tab,#arm_my_course_tab.arm_cselected_tab{border-bottom:2px solid var(--arm-pt-theme-blue)}.arm-ci__body .arm-lh-lesson-progress{background-color:unset;min-width:100%}.arm-ci__body .arm-lh-lesson-progress .arm-lp__body{display:block;padding:5px}.arm-ci__body .arm-lh-lesson-progress .arm-lp__body p.arm-lp-progress-counter{text-align:right}.arm_my_course_list .arm-ci__body .arm-lh-lesson-progress .arm-lp__body{padding:0;padding-bottom:6px}.arm_my_course_list .arm-lh-lesson-progress .arm-lp__body p.arm-lp-progress-counter{color:var(--arm-gt-gray-400);font-weight:400}.arm_pagination{width:auto;text-align:right;max-width:100% !important}.armc_item_tab
select{display:inline-block;line-height:normal;color:var(--arm-gt-gray-400);background:var(--arm-cl-white) !important;border:1px
solid var(--arm-gt-gray-100);border-radius:3px;height:38px;-webkit-border-radius:var(--arm-radius-6px);-moz-border-radius:var(--arm-radius-6px);-o-border-radius:var(--arm-radius-6px);padding:2px
6px !important;margin:0}.arm_cs_search input[type="text"]{display:inline-block !important;line-height:normal !important;color:var(--arm-gt-gray-400) !important;background:var(--arm-cl-white) !important;border:1px
solid var(--arm-gt-gray-100) !important;height:auto;border-radius:var(--arm-radius-6px) !important;-webkit-border-radius:var(--arm-radius-6px) !important;-moz-border-radius:var(--arm-radius-6px) !important;-o-border-radius:var(--arm-radius-6px) !important;padding:7px
16px !important;margin:0
!important;width:100% !important;font-size:14px !important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;font-weight:normal !important}.armc_item_tab input.arm-df__dc--head__autocomplete{padding:0;border-radius:0}.armc_item_tab button.arm_cs_btn.arm_cs_search_btn,.arm_cs_btn.arm_cs_certificate_download_btn{margin-left:0;border-radius:var(--arm-radius-6px);line-height:initial;padding:0px
20px !important;height:38px;margin-right:16px;text-transform:none;background-color:var(--arm-pt-theme-blue);border:1px
solid var(--arm-pt-theme-blue);color:var(--arm-cl-white);cursor:pointer;transition:unset !important;box-shadow:none !important;text-decoration:none;font-size:14px}.armc_item_tab .arm_cs_btn.arm_cs_search_btn:hover{background-color:var(--arm-pt-theme-blue-darker) !important;color:var(--arm-cl-white) !important;transition:unset !important;box-shadow:none !important}button.arm_cs_btn.arm_cs_certificate_download_btn{display:block;margin-left:auto;margin-right:auto;margin-top:10px}.__arm-is-course-list-view
button.arm_cs_btn.arm_cs_certificate_download_btn{margin-left:unset;margin-right:unset}.arm_course_certificate_detail_popup{margin-top:50px}.arm_course_certificate_detail_popup
.popup_header{padding:11px
25px}.popup_content_text.arm_course_certificate_popup_text{height:86vh;overflow-y:scroll}.popup_content_text.arm_course_certificate_popup_text
iframe{width:100%;margin:0;min-height:960px}.arm_course_certificate_popup_text .arm_course_certificate_print_btn,
.arm_course_certificate_popup_text
.arm_course_certificate_pdf_btn{position:absolute;top:90px;right:55px;cursor:pointer;display:none}.arm_course_certificate_popup_text .arm_course_complete_certificate:hover .arm_course_certificate_print_btn,
.arm_course_certificate_popup_text .arm_course_complete_certificate:hover
.arm_course_certificate_pdf_btn{display:block}.arm_course_certificate_popup_text
.arm_course_certificate_pdf_btn{right:105px;top:88px}.armc_item_tab
button.arm_cs_btn.arm_cs_clear_btn{margin-left:0;border-radius:var(--arm-radius-6px);line-height:initial;padding:0px
20px !important;height:38px;margin-right:0px;text-transform:none;cursor:pointer;background:var(--arm-cl-white);border:1px
solid var(--arm-gt-gray-100);color:var(--arm-dt-black-300);font-weight:500;transition:unset;box-shadow:none;font-size:14px}.armc_item_tab .arm_cs_btn.arm_cs_clear_btn:hover{text-decoration:none;outline:none;background-color:var(--arm-gt-gray-10-a);color:var(--arm-dt-black-100);transition:unset !important;box-shadow:none !important}.armc_item_tab.right.arm_c_filter{display:inline-flex}.armc_item_tab .arm_cs_btn.arm_cs_clear_btn
img#arm_reset_img{vertical-align:middle;height:20px;width:20px;margin-right:4px;display:inline-block}.armc_item_tab .arm-df__form-field-wrap{width:170px}.armc_item_tab.arm_c_filter.arm_author_dropdown{width:13%}.armc_item_tab.arm_c_filter.arm_cs_search{width:30%}.armc_item_tab input:not([type="button"]):focus,
.armc_item_tab.right.arm_c_filter select:focus{border-color:none;outline:none}.arm_course_purchased_progress_bar{margin-top:12px;float:right}.arm_course_purchased_progress_bar .arm_progress-text{font-size:11.5px;margin-bottom:-38px;width:46px;text-align:center;color:var(--arm-gt-gray-400)}.arm_course_purchased_progress_bar .arm_progress-circle{transform:rotate(-90deg)}.arm_course_purchased_progress_bar .arm_progress-circle-back{fill:none;stroke:var(--arm-gt-gray-100);stroke-width:4px}.arm_course_purchased_progress_bar .arm_progress-circle-prog{fill:none;stroke:var(--arm-pt-theme-blue);stroke-width:4px;stroke-dasharray:125px;stroke-dashoffset:calc(125px - (125px * var(--percent)) / 100);transition:stroke-dashoffset 2.5s linear}.arm_course_audio_player{background-color:var(--arm-cl-white);box-shadow:1px 4px 12px rgb(0 90 238 / 8%);border:1px
solid var(--arm-gt-gray-100);border-radius:var(--arm-radius-6px);padding:15px
17px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.arm_course_audio_player
.arm_course_audio_content{display:flex}.arm_course_audio_player
.arm_course_audio_content_progress{width:calc(91% - 66px);margin:auto 14px}.arm_course_audio_player .arm_couser_audio_btn
img{width:48px;vertical-align:middle;margin:auto;cursor:pointer;max-width:unset}.arm_course_audio_player
.arm_course_audio_timeline{background:var(--arm-gt-gray-200);width:100%;position:relative;cursor:pointer;height:9px;border-radius:16px}.arm_course_audio_player
.arm_course_audio_progress{background:var(--arm-pt-theme-blue);width:0%;height:100%;border-radius:16px}.arm_course_audio_player:hover
span.arm_course_audio_dot{display:block}.arm_course_audio_player
.arm_course_audio_dot{width:15px;background:var(--arm-cl-white);display:block;border:1px
solid var(--arm-gt-gray-100);float:left;border-radius:14px;height:15px;margin:-4px -5px;display:none}.arm_course_volume_container
.arm_course_audio_dot{position:relative;left:100%}.arm_course_audio_player
.arm_coruse_audio_time{display:flex;margin:auto 5px;font-size:16px;font-weight:normal;font-family:var(--arm-primary-font);line-height:20px;min-width:90px}.arm_course_audio_player  .arm_coruse_audio_time
.arm_audio_length{color:var(--arm-gt-gray-500)}.arm_course_audio_player  .arm_coruse_audio_time
.arm_audio_divider{color:var(--arm-gt-gray-500)}.arm_course_audio_player
.arm_course_volume_container{cursor:pointer;margin:auto 0;display:flex}.arm_course_audio_player
.arm_course_volume_button{height:26px;display:flex;align-items:center;margin-right:6px;margin-left:4px}.arm_course_audio_player
.arm_course_volume{vertical-align:middle;width:18px}.arm_course_audio_player
.arm_course_volume_percentage{background:var(--arm-pt-theme-blue);height:100%;width:100%;border-radius:16px}.arm_course_audio_player
.arm_course_volume_slider{width:68px;height:8px;background:var(--arm-gt-gray-200);transition:0.25s;margin:auto 0;border-radius:16px}@media all and (max-width: 1368px){.arm-ca-lh__wrapper{max-width:96%}.arm-lds__body{margin:20px}#arm_course_classroom_login_details
#arm_course_lesson_media_file{max-height:400px}}@media all and (max-width: 1024px){.arm-ca-detail-container{max-width:95%}.arm-lds__body .arm-db__col-3,
.arm-lds__body .arm-db__col-7{padding-right:10px;padding-left:10px}.arm-lds__body .arm-db__col-7{width:70%}.arm-lds__body .arm-db__col-3{width:30%}.armc_item_tab.arm_c_filter.arm_cs_search{width:24%}.armc_item_tab .arm-df__form-field-wrap{width:100%}.armc_item_tab.arm_c_filter.arm_author_dropdown{width:18%}.arm-course-item{width:calc(50% - 24px)}.arm-lds__course-curriculum
h2{font-size:18px;line-height:24px}.arm-lds__body{padding:0;margin:24px}.arm-ccw__title-row{padding:16px
20px}#arm_course_classroom_login_details
#arm_course_lesson_media_file{max-height:370px}}@media all and (max-width: 768px){.arm-lds__body{padding:0;margin:20px}.arm-db__row{flex-direction:column-reverse}#arm_course_view_page .arm-db__col-6,
#arm_course_view_page .arm-db__col-4{width:100%;padding:0}#arm_course_view_page .arm-db__col-4{margin:20px
0}.arm-lds__body .arm-db__col-7, .arm-lds__body .arm-db__col-3{width:100%;padding:0}.arm-lds__course-curriculum{height:auto;overflow-y:hidden;margin-bottom:20px}.arm-ccw__accordion,.arm-lh__mob-hamburger_mobile{height:0;visibility:hidden;opacity:0;transition:all 0.3s ease}.arm-ccw__accordion.--arm-is-open,.arm-lh__mob-hamburger_mobile.--arm-is-open{height:auto;visibility:visible;opacity:1}.arm-ccw__title-row{padding:12px
20px}.arm-ccw__title-row .arm-tr__mob-icon{display:block}.arm-ccw__title-row
h2{font-size:16px;line-height:24px}.arm-ca-lh__wrapper{padding:12px
16px;max-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.arm-lh__left-title{margin-bottom:12px}#arm_course_classroom_login_details
#arm_course_lesson_media_file{max-height:200px}.arm-lds__body .arm-lds__left-body
iframe{height:200px}.arm-course-item{width:calc(50% - 24px)}.arm-cac__heading{margin-bottom:0}.armc_item_tab.arm_c_filter.arm_cs_search{width:100%;margin-top:22px}.armc_item_tab.right.arm_c_filter.arm_author_dropdown{width:100%}.armc_item_tab.arm_course_category_filter{width:100%}.armc_item_tab.right.arm_c_filter{float:unset}.armc_item_tab.arm_c_filter.arm_author_dropdown{width:100%}.armc_item_tab .arm-df__form-field-wrap{width:100%}.arm-course-addon-container{padding:20px}.arm_course_title_h1{font-size:20px;line-height:30px}.arm-ccw__title-row{padding:16px
20px}.arm-rc__author-info{margin-bottom:0}.arm_course_audio_player .arm_couser_audio_btn
img{width:40px}.arm-course-addon-container.__arm-is-course-list-view .arm-course-items .arm-course-item{margin-left:0;margin-right:0}.arm-course-addon-container.__arm-is-course-list-view .arm-course-item .arm-ci__banner{min-width:180px}.__arm-is-course-list-view .arm-course-item .arm-ci__body .arm-ci__cousre-title{width:100%}.arm-nm__dropdown{display:block;position:relative;top:0;margin:8px
0 12px 0;left:0}.arm-ud__nav-menu > li > a.arm_course_top_profile_dropdown,
.arm-ud__nav-menu > li > a .arm-ud__angle-arrow-icon{display:none}.arm-lh__mob-hamburger-icon{display:flex}.arm-ud__nav-menu{width:100%;margin-bottom:10px}.arm-lh-lesson-progress{min-width:100%;margin-right:0}.arm-lh-lesson-progress .arm-lp__body{padding:12px
16px}.arm-lh__right{flex-direction:column-reverse;width:100%;margin-top:12px}}@media all and (max-width: 576px){.arm-ca-lh__wrapper{flex-direction:column;align-items:flex-start;padding:12px
16px;max-width:100%}.arm-lh__left-title{margin-bottom:12px}.arm-ca-detail__head .arm-ca-detail__head-wrap{flex-direction:column}.arm-ca-detail__body .arm-db__row{justify-content:flex-start}#arm_course_view_page .arm-db__col-6{margin-top:20px}#arm_course_view_page .arm-db__col-4{margin-top:0}.arm-db__right-content{margin-top:24px}.arm-course-items{flex-direction:column}.arm-lds__body{margin:16px}.arm-lds__left-body .arm-ca--action-btns{flex-direction:column}.arm-lds__left-body .arm-ca--action-btns .arm-cbc__default-btn:first-child{margin-right:0;margin-bottom:16px}.arm-course-item{width:100%;margin:0
0 16px 0}.arm-course-addon-container{padding:12px}.arm-course-addon-container.__arm-is-course-list-view .arm-course-items .arm-course-item{width:100%;flex-direction:column}.arm-course-addon-container.__arm-is-course-list-view .arm-course-item .arm-ci__banner{min-width:100%;margin-bottom:16px;margin-right:0;text-align:center}.arm-course-addon-container.__arm-is-course-list-view .arm-course-item .arm-ci__banner
a{width:100%}.arm-lh__left-title{max-width:85%;align-items:center;margin-bottom:0}.arm_course_top_profile_dropdown{pointer-events:none}.arm_course_pause_play_img{width:43px}.arm_course_audio_player{padding:8px
12px}.arm_course_audio_player .arm_couser_audio_btn
img{width:32px}.arm_course_accordion_section .arm-cl__item
.arm_module_gateway_name{max-width:60%}.arm_course_audio_player
.arm_course_volume{width:16px}.arm_course_audio_player
.arm_course_volume_slider{width:50px}.arm_course_audio_player
.arm_coruse_audio_time{min-width:80px}.arm-ci__body{width:100%}.arm-course-addon-container.__arm-is-course-list-view .arm-course-item .arm-ci__banner
img{width:100%}.arm-course-item .arm-ci__body .arm-ci__cousre-title{min-height:auto}.__arm-is-course-list-view .arm-course-item .arm-ci__body .arm-ci__cousre-title{width:100%}.__arm-is-course-list-view .arm-course-item .arm-ci__body.arm_course_complete_proccess .arm-ci__cousre-title{width:100%}.__arm-is-course-list-view .arm-ci__body .arm-ci__course-info-row{display:inline-block}.arm_course_purchased_progress_bar{margin-top:20px}.arm_course_audio_player
.arm_course_audio_content_progress{margin:auto 9px}.arm_course_title_h1,
.arm-lds-body__content
h2{font-size:18px;line-height:26px}.arm-lds-body__content{margin-top:0}#arm_course_classroom_login_details .arm-db__col-7
.arm_course_thumbnail_img{margin-bottom:20px}.arm-course-addon-container{margin-top:32px;margin-bottom:32px}.arm-cac__heading{font-size:20px}.arm-ci__banner{height:auto !important;overflow:visible}.arm-ci__banner
img{width:100%;height:auto !important;object-fit:contain !important}}