/** 000.animate.css;*/@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

/** 000.font-awesome.css;*//*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://insigniaeducation.com/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://insigniaeducation.com/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
       url('https://insigniaeducation.com/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
       url('https://insigniaeducation.com/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
       url('https://insigniaeducation.com/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
       url('https://insigniaeducation.com/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


/** 000.fonts.css;*//*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * acumin-pro:
 *   - http://typekit.com/eulas/00000000000000003b9acafc
 *   - http://typekit.com/eulas/00000000000000003b9acafd
 *   - http://typekit.com/eulas/00000000000000003b9acaf7
 *   - http://typekit.com/eulas/00000000000000003b9acaf6
 *
 * © 2009-2022 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2022-03-06 17:38:48 UTC"}*/

@import url("https://p.typekit.net/p.css?s=1&k=rsm6uab&ht=tk&f=26053.26054.26056.26062&a=79396567&app=typekit&e=css");

@font-face {
font-family:"acumin-pro";
src:url("https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-style:normal;font-weight:700;font-stretch:normal;
font-display: swap;
}

@font-face {
font-family:"acumin-pro";
src:url("https://use.typekit.net/af/6ce26b/00000000000000003b9acafd/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/6ce26b/00000000000000003b9acafd/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/6ce26b/00000000000000003b9acafd/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display:swap;font-style:italic;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"acumin-pro";
src:url("https://use.typekit.net/af/aa5b59/00000000000000003b9acaf7/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/aa5b59/00000000000000003b9acaf7/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/aa5b59/00000000000000003b9acaf7/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:swap;font-style:italic;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"acumin-pro";
src:url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:swap;font-style:normal;font-weight:400;font-stretch:normal;
}

.tk-acumin-pro { font-family: "acumin-pro",sans-serif; }

/** 001.general.css;*/
/*
 * General
 * Styles for everything
*/
.light-theme{
    --background:rgba(255,255,255,1);
    --background-2:rgba(230,230,230,1);
    --background-3:rgba(205,205,205,1);
    --background-4:rgba(180,180,180,1);
    --background-5:rgba(155,155,155,1);
    --background-6:rgba(130,130,130,1);
    --background-7:rgba(105,105,105,1);
    --background-8:rgba(80,80,80,1);
    --background-9:rgba(55,55,55,1);
    --background-10:rgba(30,30,30,1);
    --background-common:rgba(128,128,128,1);

    --background-alpha-5:rgba(255,255,255,0.5);
    --background-2-alpha-5:rgba(230,230,230,0.5);
    --background-3-alpha-5:rgba(205,205,205,0.5);
    --background-4-alpha-5:rgba(180,180,180,0.5);
    --background-5-alpha-5:rgba(155,155,155,0.5);
    --background-6-alpha-5:rgba(130,130,130,0.5);
    --background-7-alpha-5:rgba(105,105,105,0.5);
    --background-8-alpha-5:rgba(80,80,80,0.5);
    --background-9-alpha-5:rgba(55,55,55,0.5);
    --background-10-alpha-5:rgba(30,30,30,0.5);

    --background-alpha-75:rgba(255,255,255,0.75);
    --background-2-alpha-75:rgba(230,230,230,0.75);
    --background-3-alpha-75:rgba(205,205,205,0.75);
    --background-4-alpha-75:rgba(180,180,180,0.75);
    --background-5-alpha-75:rgba(155,155,155,0.75);
    --background-6-alpha-75:rgba(130,130,130,0.75);
    --background-7-alpha-75:rgba(105,105,105,0.75);
    --background-8-alpha-75:rgba(80,80,80,0.75);
    --background-9-alpha-75:rgba(55,55,55,0.75);
    --background-10-alpha-75:rgba(30,30,30,0.75);

    --opposite-background:var(--color);
    --color:rgba(0,0,0,1);
    --color-2:rgba(25,25,25,1);
    --color-3:rgba(50,50,50,1);
    --color-4:rgba(75,75,75,1);
    --color-5:rgba(100,100,100,1);
    --color-6:rgba(125,125,125,1);
    --color-7:rgba(150,150,150,1);
    --color-8:rgba(175,175,175,1);
    --color-9:rgba(200,200,200,1);
    --color-10:rgba(225, 225, 225,1);
    --opposite-color:var(--background);
}
.dark-theme{
    --background:rgba(0,0,0,1);
    --background-2:rgba(25,25,25,1);
    --background-3:rgba(50,50,50,1);
    --background-4:rgba(75,75,75,1);
    --background-5:rgba(100,100,100,1);
    --background-6:rgba(125,125,125,1);
    --background-7:rgba(150,150,150,1);
    --background-8:rgba(175,175,175,1);
    --background-9:rgba(200,200,200,1);
    --background-10:rgba(225,225,225,1);
    --opposite-background:var(--color);


    --background-alpha-5:rgba(0,0,0,0.5);
    --background-2-alpha-5:rgba(25,25,25,0.5);
    --background-3-alpha-5:rgba(50,50,50,0.5);
    --background-4-alpha-5:rgba(75,75,75,0.5);
    --background-5-alpha-5:rgba(100,100,100,0.5);
    --background-6-alpha-5:rgba(125,125,125,0.5);
    --background-7-alpha-5:rgba(150,150,150,0.5);
    --background-8-alpha-5:rgba(175,175,175,0.5);
    --background-9-alpha-5:rgba(200,200,200,0.5);
    --background-10-alpha-5:rgba(225,225,225,0.5);

    --background-alpha-75:rgba(0,0,0,0.75);
    --background-2-alpha-75:rgba(25,25,25,0.75);
    --background-3-alpha-75:rgba(50,50,50,0.75);
    --background-4-alpha-75:rgba(75,75,75,0.75);
    --background-5-alpha-75:rgba(100,100,100,0.75);
    --background-6-alpha-75:rgba(125,125,125,0.75);
    --background-7-alpha-75:rgba(150,150,150,0.75);
    --background-8-alpha-75:rgba(175,175,175,0.75);
    --background-9-alpha-75:rgba(200,200,200,0.75);
    --background-10-alpha-75:rgba(225,225,225,0.75);

    --color:rgba(255,255,255,1);
    --color-2:rgba(230,230,230,1);
    --color-3:rgba(215,215,215,1);
    --color-4:rgba(180,180,180,1);
    --color-5:rgba(155,155,155,1);
    --color-6:rgba(130,130,130,1);
    --color-7:rgba(115,115,115,1);
    --color-8:rgba(80,80,80,1);
    --color-9:rgba(55,55,55,1);
    --color-10:rgba(30,30,30,1);
    --opposite-color:var(--background);
}
.background-rainbow{

    background-color: var(--insignia-blue-light);
}
.background-transparent{
    background-color: transparent;
}
.background-image-none{
    background-image: none;
}
.background-rainbow-true {
    background: linear-gradient(200deg, #000000, #01477d, #fd842f, #01477d, #000000);
    background-size: 1000% 1000%;

    -webkit-animation: background-rainbow-true 10s ease infinite;
    -moz-animation: background-rainbow-true 10s ease infinite;
    animation: background-rainbow-true 10s ease infinite;
}


.dark-theme,.light-theme{
    --gray-bg:rgba(128,128,128,1);
    --gray-border:rgba(175,175,175,1);
    --gray-color:rgba(0,0,0,1);
    
    --red-bg:rgba(128,0,0,1);
    --red-border:rgba(175,0,0,1);
    --red-color:rgba(255,255,255,1);

    --green-bg:rgba(0,128,0,1);
    --green-border:rgba(0,175,0,1);
    --green-color:rgba(255,255,255,1);

    --blue-bg:rgba(0,0,128,1);
    --blue-border:rgba(0,0,175,1);
    --blue-color:rgba(255,255,255,1);

    --yellow-bg:rgba(128,128,0,1);
    --success-border:rgba(175,175,0,1);
    --success-color:rgba(0,0,0,1);

    --orange-bg:rgba(255,128,0,1);
    --orange-border:rgba(255,175,0,1);
    --orange-color:rgba(0,0,0,1);

    --cyan-bg:rgba(0,128,128,1);
    --cyan-border:rgba(0,175,175,1);
    --cyan-color:rgba(0,0,0,1);

    --purple-bg:rgba(128,0,128,1);
    --purple-border:rgba(175,0,175,1);
    --purple-color:rgba(0,0,0,1);

    --success-bg:var(--blue-bg);
    --success-border:var(--blue-border);
    --success-color:var(--blue-color);
    
    --error-bg:var(--red-bg);
    --error-border:var(--red-border); 
    --error-color:var(--red-color);

    --ok-bg:var(--green-bg)
    --ok-border:var(--green-border);
    --ok-color:var(--green-color);

    --disabled-bg:rgba(128,128,128,1);
    --disabled-border:rgba(175,175,175,1);
    --disabled-color:rgba(0,0,0,1);

    
    --background-common:var(--gray-bg);
    --color-common:var(--gray-color);
    
    background-color:var(--background);
    color:var(--color);
    border-color:var(--color);
    border-bottom-color:var(--color);
    border-right-color:var(--color);
    border-left-color:var(--color);
    border-top-color:var(--color);
}
.background-curved {

    height: 50%;
    left: 0;
    min-height:50px;
    position: absolute;
    top: 0px;
    width:100%;
    z-index: 0;
    --r1: 130%;
    --r2: 71.5%;

    -webkit-mask:
      radial-gradient(var(--r1,100%) var(--r2,50%) at top   ,var(--insignia-blue) 79.5%,transparent 80%) top left,
      radial-gradient(var(--r1,100%) var(--r2,50%) at bottom,transparent 79.5%,var(--insignia-blue) 80%) top center,
      radial-gradient(var(--r1,100%) var(--r2,50%) at top   ,var(--insignia-blue) 79.5%,transparent 80%) top right;

    mask:
      radial-gradient(var(--r1,100%) var(--r2,50%) at top   ,var(--insignia-blue) 79.5%,transparent 80%) top left,
      radial-gradient(var(--r1,100%) var(--r2,50%) at bottom,transparent 79.5%,var(--insignia-blue) 80%) top center,
      radial-gradient(var(--r1,100%) var(--r2,50%) at top   ,var(--insignia-blue) 79.5%,transparent 80%) top right;

    /* adjust the 150% to control the covered area, the bigger the value the bigger the area will be*/
    mask-repeat:no-repeat;
    mask-size:33.4% 150%;
    -webkit-mask-size:33.4% 150%;
    -webkit-mask-repeat:no-repeat;
    
}
.background-curved-1 {

    height: 50%;
    left: 0;
    min-height:50px;
    position: absolute;
    top: 0px;
    width:100%;
    z-index: 0;
    --r1: 130%;
    --r2: 71.5%;

    -webkit-mask:
      radial-gradient(var(--r1,100%) var(--r2,50%) at top   ,var(--insignia-blue) 79.5%,transparent 80%) top left;

    mask:
      radial-gradient(var(--r1,100%) var(--r2,50%) at top   ,var(--insignia-blue) 79.5%,transparent 80%) top left;

    /* adjust the 150% to control the covered area, the bigger the value the bigger the area will be*/
    mask-repeat:no-repeat;
    mask-size:100% 150%;
    -webkit-mask-size:100% 150%;
    -webkit-mask-repeat:no-repeat;
    
}

.border-blue{border-color: var(--insignia-blue)!important;}
.border-blue-dark{border-color: var(--insignia-blue-darker)!important;}
.border-blue-light{border-color: var(--insignia-blue-light)!important;}
.border-orange{border-color: var(--insignia-orange)!important;}

.background{background-color:var(--background);}
.background-2{background-color:var(--background-2);}
.background-3{background-color:var(--background-3);}
.background-4{background-color:var(--background-4);}
.background-5{background-color:var(--background-5);}
.background-6{background-color:var(--background-6);}
.background-7{background-color:var(--background-7);}
.background-8{background-color:var(--background-8);}
.background-9{background-color:var(--background-9);}
.background-10{background-color:var(--background-10);}
.background-opposite{background-color:var(--opposite-background);}
.background-white{background-color: #fff;}
.background-whatsapp{background-color: #25D366;}
.background-red{background-color: #c61616;}
.background-dark-red{background-color: #510404;}
.background-black{background-color: #000;}
.background-black-alpha-25{background-color: rgba(0,0,0,0.25);}
.background-black-alpha-50{background-color: rgba(0,0,0,0.5);}
.background-black-alpha-75{background-color: rgba(0,0,0,0.75);}
.background-light-gray{background-color:var(--insignia-light-gray)}
.background-blue{background-color:var(--insignia-blue);}
.background-blue-darker{background-color:var(--insignia-blue-darker);}
.background-blue-light{background-color:var(--insignia-blue-light);}
.background-green, .background-green-background{background-color:var(--insignia-green);}
.background-orange, .background-orange-background{background-color:var(--insignia-orange);}

.color{color:var(--color)!important;}
.color-2{color:var(--color-2)!important;}
.color-3{color:var(--color-3)!important;}
.color-4{color:var(--color-4)!important;}
.color-5{color:var(--color-5)!important;}
.color-6{color:var(--color-6)!important;}
.color-7{color:var(--color-7)!important;}
.color-8{color:var(--color-8)!important;}
.color-9{color:var(--color-9)!important;}
.color-10{color:var(--color-10)!important;}
.color-white{color:#fff!important;}
.color-black{color:#000!important;}
.color-blue{color:var(--insignia-blue)}
.color-blue-dark{color:var(--insignia-blue-darker)}
.color-blue-light{color:var(--insignia-blue-light)}
.color-orange{color:var(--insignia-orange)}
.insignia-orange-color{
    color: var(--insignia-orange);
}
.insignia-orange-background{
    background-color: var(--insignia-orange);
}
.insignia-blue-color{
    color: var(--insignia-blue);
}
.insignia-blue-background{
    background-color: var(--insignia-blue);
}
.insignia-dark-blue-color{
    color: var(--insignia-blue-darker);
}
.insignia-dark-blue-background{
    background-color: var(--insignia-blue-darker);
}
.background-gray-light{
    background-color: var(--insignia-light-gray);
}

.color-set{
    background-color:var(--background)!important;
    color:var(--color)!important;
    fill:var(--color)!important;
}
.color-set-2{
    background-color:var(--background-2)!important;
    color:var(--color-2)!important;
}
.color-set-3{
    background-color:var(--background-3)!important;
    color:var(--color-3)!important;
}
.color-set-4{
    background-color:var(--background-4)!important;
    color:var(--color-4)!important;
}
.color-set-5{
    background-color:var(--background-5)!important;
    color:var(--color-5)!important;
}
.color-set-6{
    background-color:var(--background-6)!important;
    color:var(--color-6)!important;
}
.color-set-7{
    background-color:var(--background-7)!important;
    color:var(--color-7)!important;
}
.color-set-8{
    background-color:var(--background-8)!important;
    color:var(--color-8)!important;
}
.color-set-9{
    background-color:var(--background-9)!important;
    color:var(--color-9)!important;
}
.color-set-10{
    background-color:var(--background-10)!important;
    color:var(--color-10)!important;
}
.background-alpha-5{background-color:var(--background-alpha-5);}
.background-2-alpha-5{background-color:var(--background-2-alpha-5);}
.background-3-alpha-5{background-color:var(--background-3-alpha-5);}
.background-4-alpha-5{background-color:var(--background-4-alpha-5);}
.background-5-alpha-5{background-color:var(--background-5-alpha-5);}
.background-6-alpha-5{background-color:var(--background-6-alpha-5);}
.background-7-alpha-5{background-color:var(--background-7-alpha-5);}
.background-8-alpha-5{background-color:var(--background-8-alpha-5);}
.background-9-alpha-5{background-color:var(--background-9-alpha-5);}
.background-10-alpha-5{background-color:var(--background-10-alpha-5);}

.background-alpha-75{background-color:var(--background-alpha-75);}
.background-2-alpha-75{background-color:var(--background-2-alpha-75);}
.background-3-alpha-75{background-color:var(--background-3-alpha-75);}
.background-4-alpha-75{background-color:var(--background-4-alpha-75);}
.background-5-alpha-75{background-color:var(--background-5-alpha-75);}
.background-6-alpha-75{background-color:var(--background-6-alpha-75);}
.background-7-alpha-75{background-color:var(--background-7-alpha-75);}
.background-8-alpha-75{background-color:var(--background-8-alpha-75);}
.background-9-alpha-75{background-color:var(--background-9-alpha-75);}
.background-10-alpha-75{background-color:var(--background-10-alpha-75);}
.color-error{color: rgb(150, 0, 0);}
.alert-critical{color: rgb(255, 0, 0);}
.alert-error{color: rgb(150, 0, 0);}
.alert-warning{color: rgb(150, 75, 0);}
.alert-notice{color: rgb(150, 150, 0);}
.alert-ok{color: rgb(0, 0, 150);}
.alert-good{color: rgb(0, 150, 0);}
.alert-great{color: rgb(0, 255, 0);}
.box-shadow{
    -webkit-box-shadow: -3px 6px 22px 4px rgb(51 51 51);
    -moz-box-shadow: -3px 6px 22px 4px rgba(51,51,51,1);
    box-shadow: -3px 6px 22px 4px rgb(51 51 51);
}
.box-shadow-bottom{
    box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);
}
.z-index-1{z-index: 1;}
.z-index-2{z-index: 2;}
.z-index-3{z-index: 3;}
.z-index-4{z-index: 4;}
.z-index-5{z-index: 5;}
.z-index-6{z-index: 6;}
.z-index-7{z-index: 7;}
.z-index-8{z-index: 8;}
.z-index-9{z-index: 9;}
.z-index-10{z-index: 10;}
.z-index-999{z-index: 999;}
.weight-100{font-weight: 100;}
.weight-200{font-weight: 200;}
.weight-300{font-weight: 300;}
.weight-400{font-weight: 400;}
.weight-500{font-weight: 500;}
.weight-600{font-weight: 600;}
.weight-700{font-weight: 700;}
.w-bold,.bold{font-weight: bold;}
.w-100{font-weight: 100;}
.w-200{font-weight: 200;}
.w-300{font-weight: 300;}
.w-400{font-weight: 400;}
.w-500{font-weight: 500;}
.w-600{font-weight: 600;}
.w-700{font-weight: 700;}
.w-800{font-weight: 800;}
.w-900{font-weight: 900;}
.italic{
    font-style: italic;
}
.text-uppercase{
    text-transform: uppercase;
}
.text-lowercase{
    text-transform: lowercase;
}
.text-capitalize{
    text-transform: capitalize;
}
a  , a:visited,
.a , .a:visited{
    color:var(--insignia-orange);
    font-weight: 700;
    cursor:pointer; 
}
a:hover,
.a:hover{
    color:var(--color-7);
    text-decoration: underline;
}
a.btn:hover,
.a.btn:hover{
    text-decoration: none;
}
a.btn:hover,
.a.btn:hover{
    text-decoration: none;
}
.text-decoration-underline{text-decoration: underline!important;}
.text-decoration-none{text-decoration: none!important;}
.text-decoration-none:hover{text-decoration: none!important;}
.f-shadow{
    text-shadow: 2px 2px 2px var(--background-3);
}
.f-black{
    color:#000;
}
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-left{text-align:left;}
.list-style-none{
    list-style:none;
}
.border-round{
    border-radius: 50%;
}
.border-radius-0{border-radius: 0;}
.border-radius-1{border-radius: 1px;}
.border-radius-2{border-radius: 2px;}
.border-radius-3{border-radius: 3px;}
.border-radius-4{border-radius: 4px;}
.border-radius-5{border-radius: 5px;}
.border-radius-6{border-radius: 6px;}
.border-radius-7{border-radius: 7px;}
.border-radius-8{border-radius: 8px;}
.border-radius-9{border-radius: 9px;}
.border-radius-10{border-radius: 10px;}
.border-radius-11{border-radius: 11px;}
.border-radius-12{border-radius: 12px;}
.border-radius-13{border-radius: 13px;}
.border-radius-14{border-radius: 14px;}
.border-radius-15{border-radius: 15px;}
.border-radius-20{border-radius: 20px;}
.border-radius-30{border-radius: 30px;}
.border-bottom-radius-30{border-bottom-left-radius: 30px;border-bottom-right-radius: 30px;}
.border-top-radius-30{border-top-left-radius: 30px;border-top-right-radius: 30px;}
.border-left-radius-30{border-top-left-radius: 30px;border-bottom-left-radius: 30px;}
.border-right-radius-30{border-top-right-radius: 30px;border-bottom-right-radius: 30px;}

.border-bottom-radius-round{border-bottom-left-radius: 50%;border-bottom-right-radius: 50%;}
.border-top-radius-round{border-top-left-radius: 50%;border-top-right-radius: 50%;}
.border-left-radius-round{border-top-left-radius: 50%;border-bottom-left-radius: 50%;}
.border-right-radius-round{border-top-right-radius: 50%;border-bottom-right-radius: 50%;}

.border-bottom-radius-pill{border-bottom-left-radius: 100vh;border-bottom-right-radius: 100vh;}
.border-top-radius-pill{border-top-left-radius: 100vh;border-top-right-radius: 100vh;}
.border-left-radius-pill{border-top-left-radius: 100vh;border-bottom-left-radius: 100vh;}
.border-right-radius-pill{border-top-right-radius: 100vh;border-bottom-right-radius: 100vh;}



.hover-toggle-parent > .hover-toggle-child{
    display:none;
}
.hover-toggle-parent:hover > .hover-toggle-child{
    display:block;
}
.break-word {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  white-space: break-spaces;
}
.relation-16-9{
    position: relative;
    padding-top: 56.66%;
}
.relation-9-16{
    position: relative;
    padding-left: 177.77%;
}
.height-fill{height: 100%;}
.margin-auto{margin:auto;}
.padding-0{padding:0px;}
.padding-5{padding:5px;}
.padding-10{padding:10px;}
.padding-15{padding:15px;}
.padding-20{padding:20px;}
.padding-25{padding:25px;}
.padding-30{padding:30px;}
.padding-35{padding:35px;}
.padding-40{padding:40px;}
.padding-45{padding:45px;}
.padding-50{padding:50px;}
.padding-top-0{padding-top:0px;}
.padding-top-5{padding-top:5px;}
.padding-top-10{padding-top:10px;}
.padding-top-15{padding-top:15px;}
.padding-top-20{padding-top:20px;}
.padding-top-25{padding-top:25px;}
.padding-top-30{padding-top:30px;}
.padding-top-35{padding-top:35px;}
.padding-top-40{padding-top:40px;}
.padding-top-45{padding-top:45px;}
.padding-top-50{padding-top:50px;}
.padding-bottom-0{padding-bottom:0px;}
.padding-bottom-5{padding-bottom:5px;}
.padding-bottom-10{padding-bottom:10px;}
.padding-bottom-15{padding-bottom:15px;}
.padding-bottom-20{padding-bottom:20px;}
.padding-bottom-25{padding-bottom:25px;}
.padding-bottom-30{padding-bottom:30px;}
.padding-bottom-35{padding-bottom:35px;}
.padding-bottom-40{padding-bottom:40px;}
.padding-bottom-45{padding-bottom:45px;}
.padding-bottom-50{padding-bottom:50px;}
.padding-vertical-0{padding-bottom:0px;padding-top:0px;}
.padding-vertical-5{padding-bottom:5px;padding-top:5px;}
.padding-vertical-10{padding-bottom:10px;padding-top:10px;}
.padding-vertical-15{padding-bottom:15px;padding-top:15px;}
.padding-vertical-20{padding-bottom:20px;padding-top:20px;}
.padding-vertical-25{padding-bottom:25px;padding-top:25px;}
.padding-vertical-30{padding-bottom:30px;padding-top:30px;}
.padding-vertical-35{padding-bottom:35px;padding-top:35px;}
.padding-vertical-40{padding-bottom:40px;padding-top:40px;}
.padding-vertical-45{padding-bottom:45px;padding-top:45px;}
.padding-vertical-50{padding-bottom:50px;padding-top:50px;}
.padding-left-0{padding-left:0px;}
.padding-left-5{padding-left:5px;}
.padding-left-10{padding-left:10px;}
.padding-left-15{padding-left:15px;}
.padding-left-20{padding-left:20px;}
.padding-left-25{padding-left:25px;}
.padding-left-30{padding-left:30px;}
.padding-left-35{padding-left:35px;}
.padding-left-40{padding-left:40px;}
.padding-left-45{padding-left:45px;}
.padding-left-50{padding-left:50px;}
.padding-right-0{padding-right:0px;}
.padding-right-5{padding-right:5px;}
.padding-right-10{padding-right:10px;}
.padding-right-15{padding-right:15px;}
.padding-right-20{padding-right:20px;}
.padding-right-25{padding-right:25px;}
.padding-right-30{padding-right:30px;}
.padding-right-35{padding-right:35px;}
.padding-right-40{padding-right:40px;}
.padding-right-45{padding-right:45px;}
.padding-right-50{padding-right:50px;}
.padding-horizontal-0{padding-right:0px;padding-left:0px;}
.padding-horizontal-5{padding-right:5px;padding-left:5px;}
.padding-horizontal-10{padding-right:10px;padding-left:10px;}
.padding-horizontal-15{padding-right:15px;padding-left:15px;}
.padding-horizontal-20{padding-right:20px;padding-left:20px;}
.padding-horizontal-25{padding-right:25px;padding-left:25px;}
.padding-horizontal-30{padding-right:30px;padding-left:30px;}
.padding-horizontal-35{padding-right:35px;padding-left:35px;}
.padding-horizontal-40{padding-right:40px;padding-left:40px;}
.padding-horizontal-45{padding-right:45px;padding-left:45px;}
.padding-horizontal-50{padding-right:50px;padding-left:50px;}
.margin-0{margin:0px;}
.margin-5{margin:5px;}
.margin-10{margin:10px;}
.margin-15{margin:15px;}
.margin-20{margin:20px;}
.margin-25{margin:25px;}
.margin-30{margin:30px;}
.margin-35{margin:35px;}
.margin-40{margin:40px;}
.margin-45{margin:45px;}
.margin-50{margin:50px;}
.margin-top-0{margin-top:0px;}
.margin-top-5{margin-top:5px;}
.margin-top-10{margin-top:10px;}
.margin-top-15{margin-top:15px;}
.margin-top-20{margin-top:20px;}
.margin-top-25{margin-top:25px;}
.margin-top-30{margin-top:30px;}
.margin-top-35{margin-top:35px;}
.margin-top-40{margin-top:40px;}
.margin-top-45{margin-top:45px;}
.margin-top-50{margin-top:50px;}
.margin-top-minus-10vh{margin-top:-10vh;}
.margin-top-minus-20vh{margin-top:-20vh;}
.margin-top-minus-30vh{margin-top:-30vh;}
.margin-top-minus-40vh{margin-top:-40vh;}
.margin-top-minus-50vh{margin-top:-50vh;}
.margin-top-minus-60vh{margin-top:-60vh;}
.margin-top-minus-70vh{margin-top:-70vh;}
.margin-top-minus-80vh{margin-top:-80vh;}
.margin-top-minus-90vh{margin-top:-90vh;}
.margin-top-minus-100vh{margin-top:-100vh;}
.margin-bottom-0{margin-bottom:0px;}
.margin-bottom-5{margin-bottom:5px;}
.margin-bottom-10{margin-bottom:10px;}
.margin-bottom-15{margin-bottom:15px;}
.margin-bottom-20{margin-bottom:20px;}
.margin-bottom-25{margin-bottom:25px;}
.margin-bottom-30{margin-bottom:30px;}
.margin-bottom-35{margin-bottom:35px;}
.margin-bottom-40{margin-bottom:40px;}
.margin-bottom-45{margin-bottom:45px;}
.margin-bottom-50{margin-bottom:50px;}
.margin-vertical-0{margin-bottom:0px;margin-top:0px;}
.margin-vertical-5{margin-bottom:5px;margin-top:5px;}
.margin-vertical-10{margin-bottom:10px;margin-top:10px;}
.margin-vertical-15{margin-bottom:15px;margin-top:15px;}
.margin-vertical-20{margin-bottom:20px;margin-top:20px;}
.margin-vertical-25{margin-bottom:25px;margin-top:25px;}
.margin-vertical-30{margin-bottom:30px;margin-top:30px;}
.margin-vertical-35{margin-bottom:35px;margin-top:35px;}
.margin-vertical-40{margin-bottom:40px;margin-top:40px;}
.margin-vertical-45{margin-bottom:45px;margin-top:45px;}
.margin-vertical-50{margin-bottom:50px;margin-top:50px;}
.margin-left-0{margin-left:0px;}
.margin-left-5{margin-left:5px;}
.margin-left-10{margin-left:10px;}
.margin-left-15{margin-left:15px;}
.margin-left-20{margin-left:20px;}
.margin-left-25{margin-left:25px;}
.margin-left-30{margin-left:30px;}
.margin-left-35{margin-left:35px;}
.margin-left-40{margin-left:40px;}
.margin-left-45{margin-left:45px;}
.margin-left-50{margin-left:50px;}
.margin-right-0{margin-right:0px;}
.margin-right-5{margin-right:5px;}
.margin-right-10{margin-right:10px;}
.margin-right-15{margin-right:15px;}
.margin-right-20{margin-right:20px;}
.margin-right-25{margin-right:25px;}
.margin-right-30{margin-right:30px;}
.margin-right-35{margin-right:35px;}
.margin-right-40{margin-right:40px;}
.margin-right-45{margin-right:45px;}
.margin-right-50{margin-right:50px;}
.margin-horizontal-0{margin-right:0px;margin-left:0px;}
.margin-horizontal-5{margin-right:5px;margin-left:5px;}
.margin-horizontal-10{margin-right:10px;margin-left:10px;}
.margin-horizontal-15{margin-right:15px;margin-left:15px;}
.margin-horizontal-20{margin-right:20px;margin-left:20px;}
.margin-horizontal-25{margin-right:25px;margin-left:25px;}
.margin-horizontal-30{margin-right:30px;margin-left:30px;}
.margin-horizontal-35{margin-right:35px;margin-left:35px;}
.margin-horizontal-40{margin-right:40px;margin-left:40px;}
.margin-horizontal-45{margin-right:45px;margin-left:45px;}
.margin-horizontal-50{margin-right:50px;margin-left:50px;}
.padding-1em{padding:1em;}
.padding-vertical-1em{padding:1em 0;}
.padding-horizontal-1em{padding:0 1em;}
.padding-bottom-1em{padding-bottom:1em;}
.padding-top-1em{padding-top:1em;}
.padding-left-1em{padding-left:1em;}
.padding-right-1em{padding-right:1em;}
.margin-1em{margin:1em;}
.margin-vertical-1em{margin-top:1em;margin-bottom:1em;}
.margin-horizontal-1em{margin-left:1em;margin-right:1em;}
.margin-bottom-1em{margin-bottom:1em;}
.margin-top-1em{margin-top:1em;}
.margin-left-1em{margin-left:1em;}
.margin-right-1em{margin-right:1em;}
.fsize-50{font-size: 50px;line-height: 1em;}
.fsize-48{font-size: 48px;line-height: 1em;}
.fsize-46{font-size: 46px;line-height: 1em;}
.fsize-44{font-size: 44px;line-height: 1em;}
.fsize-42{font-size: 42px;line-height: 1em;}
.fsize-40{font-size: 40px;line-height: 1em;}
.fsize-38{font-size: 38px;line-height: 1em;}
.fsize-36{font-size: 36px;line-height: 1em;}
.fsize-34{font-size: 34px;line-height: 1em;}
.fsize-32{font-size: 32px;line-height: 1em;}
.fsize-30{font-size: 30px;line-height: 1em;}
.fsize-28{font-size: 28px;line-height: 1em;}
.fsize-26{font-size: 26px;line-height: 1em;}
.fsize-25{font-size: 25px;line-height: 1em;}
.fsize-24{font-size: 24px;line-height: 1em;}
.fsize-22{font-size: 22px;line-height: 1em;}
.fsize-20{font-size: 20px;line-height: 1em;}
.fsize-18{font-size: 18px;line-height: 1em;}
.fsize-16{font-size: 16px;line-height: 1em;}
.fsize-14{font-size: 14px;line-height: 1em;}
.fsize-12{font-size: 12px;line-height: 1em;}
.line-height-16{line-height: 16px!important;}
.line-height-1em{line-height: 1em!important;}
.line-height-120{line-height: 1.2em!important;}
.line-height-150{line-height: 1.5em!important;}
.line-height-200{line-height: 2em!important;}
.full-screen{
    width:100%;
    height:calc(100vh - 60px);
}
.full-width{
    width:100%;
}
.full-screen-main{
    width:100%;
    height:100vh;
}
.block{display:block;}

.width-auto{width:auto!important;}
.width-full{width:100%!important;}
.width-10vw{width:10vw!important;}
.width-20vw{width:20vw!important;}
.width-30vw{width:30vw!important;}
.width-40vw{width:40vw!important;}
.width-50vw{width:50vw!important;}
.width-60vw{width:60vw!important;}
.width-70vw{width:70vw!important;}
.width-80vw{width:80vw!important;}
.width-90vw{width:90vw!important;}
.width-100vw{width:100vw!important;}
.width-10p{width:10%!important;}
.width-20p{width:20%!important;}
.width-25p{width:25%!important;}
.width-30p{width:30%!important;}
.width-33p{width:33%!important;}
.width-40p{width:40%!important;}
.width-50p{width:50%!important;}
.width-60p{width:60%!important;}
.width-70p{width:70%!important;}
.width-80p{width:80%!important;}
.width-90p{width:90%!important;}
.width-100p-padded{width:calc(100% - 2em)!important;}
.max-none{max-width: none;max-height: none;}
.height-minus-menu{height:calc(100vh - 50px);}
.max-width-none{max-width: none;}
.max-height-none{max-height: none;}
.max-width-100{max-width: 100%;}
.max-width-100px{max-width: 100px;}
.max-width-200px{max-width: 200px;}
.max-width-300px{max-width: 300px;}
.max-width-400px{max-width: 400px;}
.max-width-500px{max-width: 500px;}
.max-height-100{max-height: 100%;}
.max-height-300{max-height: 300px;}
.max-height-500{max-height: 500px;}
.height-05vh{height:05vh;}
.height-10vh{height:10vh;}
.height-15vh{height:15vh;}
.height-20vh{height:20vh;}
.height-25vh{height:25vh;}
.height-30vh{height:30vh;}
.height-35vh{height:35vh;}
.height-40vh{height:40vh;}
.height-45vh{height:45vh;}
.height-50vh{height:50vh;}
.height-55vh{height:55vh;}
.height-60vh{height:60vh;}
.height-65vh{height:65vh;}
.height-70vh{height:70vh;}
.height-75vh{height:75vh;}
.height-80vh{height:80vh;}
.height-85vh{height:85vh;}
.height-90vh{height:90vh;}
.height-95vh{height:95vh;}
.height-100vh{height:100vh;}
.height-05p{height:05%;}
.height-10p{height:10%;}
.height-15p{height:15%;}
.height-20p{height:20%;}
.height-25p{height:25%;}
.height-30p{height:30%;}
.height-35p{height:35%;}
.height-40p{height:40%;}
.height-45p{height:45%;}
.height-50p{height:50%;}
.height-55p{height:55%;}
.height-60p{height:60%;}
.height-65p{height:65%;}
.height-70p{height:70%;}
.height-75p{height:75%;}
.height-80p{height:80%;}
.height-85p{height:85%;}
.height-90p{height:90%;}
.height-95p{height:95%;}
.height-1{height:1px;}
.height-2{height:2px;}
.height-3{height:3px;}
.height-4{height:4px;}
.height-5{height:5px;}
.height-6{height:6px;}
.height-7{height:7px;}
.height-8{height:8px;}
.height-9{height:9px;}
.height-10{height:10px;}

table{
    width:100%!important;
}
table > caption{
    padding: 1em;
    font-size: 20px;
    background: var(--background);
    color: var(--color);
    font-weight: bold;
}
.row-grid{
    display:grid;
    align-items: center;
    grid-auto-rows: 1fr;
    width:100%;
    grid-template-columns: repeat(auto-fit,minmax(50px,1fr));
}
.row-fit-grid{
    display: grid;
    grid-auto-columns: min-content;
    grid-auto-flow: column;
}
.row-centered{
    display:grid;
    align-items: center;
    width:100%;
    grid-auto-rows: 1fr;
}
.row-grid-horizontal-scroll{
    display: grid;
    grid-auto-columns: min-content;
    grid-auto-flow: column;
    overflow-x: auto;
    white-space: nowrap;
}
ul, ol {
    list-style: square inside none;
    padding: 0.25em;
}
li > ul, li ol {
    padding-left: 1em;
}
.d-none{
    display:none;
}
.separator{
    height:50px;
    width:100%;
    display:block;
}
.full-screen{
    width:100%;
    height:calc(100vh - 60px);
}
.right-1em{right:1em;}
.right-auto{right:auto;}
.left-1em{left:1em;}
.left-auto{left:auto;}
.top-1em{top:1em;}
.top-auto{top:auto;}
.bottom-1em{bottom:1em;}
.bottom-auto{bottom:auto;}.border-radius-0{border-radius: 0;}
.border-radius-1{border-radius: 1px;}
.border-radius-2{border-radius: 2px;}
.border-radius-3{border-radius: 3px;}
.border-radius-4{border-radius: 4px;}
.border-radius-5{border-radius: 5px;}
.border-radius-6{border-radius: 6px;}
.border-radius-7{border-radius: 7px;}
.border-radius-8{border-radius: 8px;}
.border-radius-9{border-radius: 9px;}
.border-radius-10{border-radius: 10px;}
.border-radius-11{border-radius: 11px;}
.border-radius-12{border-radius: 12px;}
.border-radius-13{border-radius: 13px;}
.border-radius-14{border-radius: 14px;}
.border-radius-15{border-radius: 15px;}
.border-radius-30{border-radius: 30px;}



.margin-1em{margin:1em;}
.fsize-50{font-size: 50px;line-height: 1em;}
.fsize-48{font-size: 48px;line-height: 1em;}
.fsize-46{font-size: 46px;line-height: 1em;}
.fsize-44{font-size: 44px;line-height: 1em;}
.fsize-42{font-size: 42px;line-height: 1em;}
.fsize-40{font-size: 40px;line-height: 1em;}
.fsize-38{font-size: 38px;line-height: 1em;}
.fsize-36{font-size: 36px;line-height: 1em;}
.fsize-34{font-size: 34px;line-height: 1em;}
.fsize-32{font-size: 32px;line-height: 1em;}
.fsize-30{font-size: 30px;line-height: 1em;}
.fsize-28{font-size: 28px;line-height: 1em;}
.fsize-26{font-size: 26px;line-height: 1em;}
.fsize-24{font-size: 24px;line-height: 1em;}
.fsize-22{font-size: 22px;line-height: 1em;}
.fsize-20{font-size: 20px;line-height: 1em;}
.fsize-18{font-size: 18px;line-height: 1em;}
.fsize-16{font-size: 16px;line-height: 1em;}
.fsize-14{font-size: 14px;line-height: 1em;}
.fsize-12{font-size: 12px;line-height: 1em;}
.inline-block{display:inline-block;}
.block{display:block;}

.width-auto{width:auto!important;}
.width-full{width:100%!important;}
.width-10vw{width:10vw!important;}
.width-20vw{width:20vw!important;}
.width-30vw{width:30vw!important;}
.width-40vw{width:40vw!important;}
.width-50vw{width:50vw!important;}
.width-60vw{width:60vw!important;}
.width-70vw{width:70vw!important;}
.width-80vw{width:80vw!important;}
.width-90vw{width:90vw!important;}
.width-100vw{width:100vw!important;}
.width-10p{width:10%!important;}
.width-20p{width:20%!important;}
.width-25p{width:25%!important;}
.width-30p{width:30%!important;}
.width-33p{width:33%!important;}
.width-40p{width:40%!important;}
.width-50p{width:50%!important;}
.width-60p{width:60%!important;}
.width-70p{width:70%!important;}
.width-80p{width:80%!important;}
.width-90p{width:90%!important;}
.width-100p-padded{width:calc(100% - 2em)!important;}
.max-none{max-width: none;max-height: none;}
.height-minus-menu{height:calc(100vh - 50px);}
.max-width-none{max-width: none;}
.max-height-none{max-height: none;}
.max-height-75vh{max-height: 75vh;}
.max-width-100{max-width: 100%;}
.max-height-100{max-height: 100%;}
.height-05vh{height:05vh;}
.height-10vh{height:10vh;}
.height-15vh{height:15vh;}
.height-20vh{height:20vh;}
.height-25vh{height:25vh;}
.height-30vh{height:30vh;}
.height-35vh{height:35vh;}
.height-40vh{height:40vh;}
.height-45vh{height:45vh;}
.height-50vh{height:50vh;}
.height-55vh{height:55vh;}
.height-60vh{height:60vh;}
.height-65vh{height:65vh;}
.height-70vh{height:70vh;}
.height-75vh{height:75vh;}
.height-80vh{height:80vh;}
.height-85vh{height:85vh;}
.height-90vh{height:90vh;}
.height-95vh{height:95vh;}
.height-100vh{height:100vh;}
.height-05p{height:05%;}
.height-10p{height:10%;}
.height-15p{height:15%;}
.height-20p{height:20%;}
.height-25p{height:25%;}
.height-30p{height:30%;}
.height-35p{height:35%;}
.height-40p{height:40%;}
.height-45p{height:45%;}
.height-50p{height:50%;}
.height-55p{height:55%;}
.height-60p{height:60%;}
.height-65p{height:65%;}
.height-70p{height:70%;}
.height-75p{height:75%;}
.height-80p{height:80%;}
.height-85p{height:85%;}
.height-90p{height:90%;}
.height-95p{height:95%;}
.height-100p{height:100%;}
.height-1em{height:1em!important;}
.height-16{height:16px;}
.height-25{height:25px;}
.height-30{height:30px;}
.height-40{height:40px;}
.height-100{height:100px;}
.height-150{height:150px;}
.height-200{height:200px;}
.height-250{height:250px;}
.height-300{height:300px;}
.height-350{height:350px;}
.height-400{height:400px;}
.height-450{height:450px;}
.height-500{height:500px;}
.width-25{width:25px;}
.width-75{width:50px;}
.width-100{width:100px;}
.width-150{width:150px;}
.width-200{width:200px;}
.width-250{width:250px;}
.width-300{width:300px;}
.width-350{width:350px;}
.width-400{width:400px;}
.width-450{width:450px;}
.width-500{width:500px;}
.horizontal-scroll{
    overflow-x: auto;
    white-space: nowrap;
}
.horizontal-break{
    white-space: normal;
}

.svg > svg{
    height:100%;
}

.g_id_signin{
    width: 100%;
    text-align: center;
    margin: auto;
}

.g_id_signin > div{
    margin: auto!important;
    text-align: center;
}

.g_id_signin > div > iframe{
    margin: auto!important;
}

/*
 * XS sizes
 * max: 499px
*/
@media screen and (max-width:calc(36em - 1em)){

    .vertical-align-xs{
        top:50%;
        transform:translateY(-50%);
        height:auto;
        position: relative;
    }
    .row-xs{
        display:grid;
        grid-template-columns: repeat(auto-fit,minmax(50px,1fr));
        width:100%;
        align-items: center;
        grid-auto-rows: 1fr;
    }
    .row-2-sidebar-xs{grid-template-columns: 1fr calc(320px + 4em);align-items:inherit}
    .row-2-sidebar-reverse-xs{grid-template-columns: calc(320px + 4em) 1fr;align-items:inherit}
    .row-2-80-20-xs{grid-template-columns: 80% 20%;}
    .row-2-75-25-xs{grid-template-columns: 75% 25%;}
    .row-2-66-34-xs{grid-template-columns: 66% 34%;}
    .row-2-50-xs{grid-template-columns: 50% 50%;}
    .row-2-34-66-xs{grid-template-columns: 34% 66%;}
    .row-2-25-75-xs{grid-template-columns: 25% 75%;}
    .row-2-20-80-xs{grid-template-columns: 20% 80%;}
    .row-3-33-xs{grid-template-columns: repeat(3,33.33%);}
    .row-3-20-40-40-xs{grid-template-columns: 20% 40% 40%;}
    .row-3-40-20-40-xs{grid-template-columns: 40% 20% 40%;}
    .row-3-20-60-20-xs{grid-template-columns: 20% 60% 20%;}
    .row-3-30-40-30-xs{grid-template-columns: 30% 40% 30%;}
    .row-3-25-50-25-xs{grid-template-columns: 25% 50% 25%;}
    .row-3-30-50-20-xs{grid-template-columns: 30% 50% 20%;}
    .row-4-25-xs{grid-template-columns: repeat(4,25%);}
    .row-8-12-xs{grid-template-columns: repeat(8,12.5%);}
    
    
    .bottom-auto-xs{bottom:auto;}
    .border-radius-0-xs{border-radius: 0;}
    .border-radius-1-xs{border-radius: 1px;}
    .border-radius-2-xs{border-radius: 2px;}
    .border-radius-3-xs{border-radius: 3px;}
    .border-radius-4-xs{border-radius: 4px;}
    .border-radius-5-xs{border-radius: 5px;}
    .border-radius-6-xs{border-radius: 6px;}
    .border-radius-7-xs{border-radius: 7px;}
    .border-radius-8-xs{border-radius: 8px;}
    .border-radius-9-xs{border-radius: 9px;}
    .border-radius-10-xs{border-radius: 10px;}
    .border-radius-11-xs{border-radius: 11px;}
    .border-radius-12-xs{border-radius: 12px;}
    .border-radius-13-xs{border-radius: 13px;}
    .border-radius-14-xs{border-radius: 14px;}
    .border-radius-15-xs{border-radius: 15px;}
    .border-radius-30-xs{border-radius: 30px;}
    
    
    .margin-auto-xs{margin:auto;}
    .padding-0-xs{padding:0px;}
    .padding-5-xs{padding:5px;}
    .padding-10-xs{padding:10px;}
    .padding-15-xs{padding:15px;}
    .padding-20-xs{padding:20px;}
    .padding-25-xs{padding:25px;}
    .padding-30-xs{padding:30px;}
    .padding-35-xs{padding:35px;}
    .padding-40-xs{padding:40px;}
    .padding-45-xs{padding:45px;}
    .padding-50-xs{padding:50px;}
    .padding-top-0-xs{padding-top:0px;}
    .padding-top-5-xs{padding-top:5px;}
    .padding-top-10-xs{padding-top:10px;}
    .padding-top-15-xs{padding-top:15px;}
    .padding-top-20-xs{padding-top:20px;}
    .padding-top-25-xs{padding-top:25px;}
    .padding-top-30-xs{padding-top:30px;}
    .padding-top-35-xs{padding-top:35px;}
    .padding-top-40-xs{padding-top:40px;}
    .padding-top-45-xs{padding-top:45px;}
    .padding-top-50-xs{padding-top:50px;}
    .padding-bottom-0-xs{padding-bottom:0px;}
    .padding-bottom-5-xs{padding-bottom:5px;}
    .padding-bottom-10-xs{padding-bottom:10px;}
    .padding-bottom-15-xs{padding-bottom:15px;}
    .padding-bottom-20-xs{padding-bottom:20px;}
    .padding-bottom-25-xs{padding-bottom:25px;}
    .padding-bottom-30-xs{padding-bottom:30px;}
    .padding-bottom-35-xs{padding-bottom:35px;}
    .padding-bottom-40-xs{padding-bottom:40px;}
    .padding-bottom-45-xs{padding-bottom:45px;}
    .padding-bottom-50-xs{padding-bottom:50px;}
    .padding-vertical-0-xs{padding-bottom:0px;padding-top:0px;}
    .padding-vertical-5-xs{padding-bottom:5px;padding-top:5px;}
    .padding-vertical-10-xs{padding-bottom:10px;padding-top:10px;}
    .padding-vertical-15-xs{padding-bottom:15px;padding-top:15px;}
    .padding-vertical-20-xs{padding-bottom:20px;padding-top:20px;}
    .padding-vertical-25-xs{padding-bottom:25px;padding-top:25px;}
    .padding-vertical-30-xs{padding-bottom:30px;padding-top:30px;}
    .padding-vertical-35-xs{padding-bottom:35px;padding-top:35px;}
    .padding-vertical-40-xs{padding-bottom:40px;padding-top:40px;}
    .padding-vertical-45-xs{padding-bottom:45px;padding-top:45px;}
    .padding-vertical-50-xs{padding-bottom:50px;padding-top:50px;}
    .padding-left-0-xs{padding-left:0px;}
    .padding-left-5-xs{padding-left:5px;}
    .padding-left-10-xs{padding-left:10px;}
    .padding-left-15-xs{padding-left:15px;}
    .padding-left-20-xs{padding-left:20px;}
    .padding-left-25-xs{padding-left:25px;}
    .padding-left-30-xs{padding-left:30px;}
    .padding-left-35-xs{padding-left:35px;}
    .padding-left-40-xs{padding-left:40px;}
    .padding-left-45-xs{padding-left:45px;}
    .padding-left-50-xs{padding-left:50px;}
    .padding-right-0-xs{padding-right:0px;}
    .padding-right-5-xs{padding-right:5px;}
    .padding-right-10-xs{padding-right:10px;}
    .padding-right-15-xs{padding-right:15px;}
    .padding-right-20-xs{padding-right:20px;}
    .padding-right-25-xs{padding-right:25px;}
    .padding-right-30-xs{padding-right:30px;}
    .padding-right-35-xs{padding-right:35px;}
    .padding-right-40-xs{padding-right:40px;}
    .padding-right-45-xs{padding-right:45px;}
    .padding-right-50-xs{padding-right:50px;}
    .padding-horizontal-0-xs{padding-right:0px;padding-left:0px;}
    .padding-horizontal-5-xs{padding-right:5px;padding-left:5px;}
    .padding-horizontal-10-xs{padding-right:10px;padding-left:10px;}
    .padding-horizontal-15-xs{padding-right:15px;padding-left:15px;}
    .padding-horizontal-20-xs{padding-right:20px;padding-left:20px;}
    .padding-horizontal-25-xs{padding-right:25px;padding-left:25px;}
    .padding-horizontal-30-xs{padding-right:30px;padding-left:30px;}
    .padding-horizontal-35-xs{padding-right:35px;padding-left:35px;}
    .padding-horizontal-40-xs{padding-right:40px;padding-left:40px;}
    .padding-horizontal-45-xs{padding-right:45px;padding-left:45px;}
    .padding-horizontal-50-xs{padding-right:50px;padding-left:50px;}
    .margin-0-xs{margin:0px;}
    .margin-5-xs{margin:5px;}
    .margin-10-xs{margin:10px;}
    .margin-15-xs{margin:15px;}
    .margin-20-xs{margin:20px;}
    .margin-25-xs{margin:25px;}
    .margin-30-xs{margin:30px;}
    .margin-35-xs{margin:35px;}
    .margin-40-xs{margin:40px;}
    .margin-45-xs{margin:45px;}
    .margin-50-xs{margin:50px;}
    .margin-top-0-xs{margin-top:0px;}
    .margin-top-5-xs{margin-top:5px;}
    .margin-top-10-xs{margin-top:10px;}
    .margin-top-15-xs{margin-top:15px;}
    .margin-top-20-xs{margin-top:20px;}
    .margin-top-25-xs{margin-top:25px;}
    .margin-top-30-xs{margin-top:30px;}
    .margin-top-35-xs{margin-top:35px;}
    .margin-top-40-xs{margin-top:40px;}
    .margin-top-45-xs{margin-top:45px;}
    .margin-top-50-xs{margin-top:50px;}
    .margin-top-minus-10vh-xs{margin-top:-10vh;}
    .margin-top-minus-20vh-xs{margin-top:-20vh;}
    .margin-top-minus-30vh-xs{margin-top:-30vh;}
    .margin-top-minus-40vh-xs{margin-top:-40vh;}
    .margin-top-minus-50vh-xs{margin-top:-50vh;}
    .margin-top-minus-60vh-xs{margin-top:-60vh;}
    .margin-top-minus-70vh-xs{margin-top:-70vh;}
    .margin-top-minus-80vh-xs{margin-top:-80vh;}
    .margin-top-minus-90vh-xs{margin-top:-90vh;}
    .margin-top-minus-100vh-xs{margin-top:-100vh;}
    .margin-bottom-0-xs{margin-bottom:0px;}
    .margin-bottom-5-xs{margin-bottom:5px;}
    .margin-bottom-10-xs{margin-bottom:10px;}
    .margin-bottom-15-xs{margin-bottom:15px;}
    .margin-bottom-20-xs{margin-bottom:20px;}
    .margin-bottom-25-xs{margin-bottom:25px;}
    .margin-bottom-30-xs{margin-bottom:30px;}
    .margin-bottom-35-xs{margin-bottom:35px;}
    .margin-bottom-40-xs{margin-bottom:40px;}
    .margin-bottom-45-xs{margin-bottom:45px;}
    .margin-bottom-50-xs{margin-bottom:50px;}
    .margin-vertical-0-xs{margin-bottom:0px;margin-top:0px;}
    .margin-vertical-5-xs{margin-bottom:5px;margin-top:5px;}
    .margin-vertical-10-xs{margin-bottom:10px;margin-top:10px;}
    .margin-vertical-15-xs{margin-bottom:15px;margin-top:15px;}
    .margin-vertical-20-xs{margin-bottom:20px;margin-top:20px;}
    .margin-vertical-25-xs{margin-bottom:25px;margin-top:25px;}
    .margin-vertical-30-xs{margin-bottom:30px;margin-top:30px;}
    .margin-vertical-35-xs{margin-bottom:35px;margin-top:35px;}
    .margin-vertical-40-xs{margin-bottom:40px;margin-top:40px;}
    .margin-vertical-45-xs{margin-bottom:45px;margin-top:45px;}
    .margin-vertical-50-xs{margin-bottom:50px;margin-top:50px;}
    .margin-left-0-xs{margin-left:0px;}
    .margin-left-5-xs{margin-left:5px;}
    .margin-left-10-xs{margin-left:10px;}
    .margin-left-15-xs{margin-left:15px;}
    .margin-left-20-xs{margin-left:20px;}
    .margin-left-25-xs{margin-left:25px;}
    .margin-left-30-xs{margin-left:30px;}
    .margin-left-35-xs{margin-left:35px;}
    .margin-left-40-xs{margin-left:40px;}
    .margin-left-45-xs{margin-left:45px;}
    .margin-left-50-xs{margin-left:50px;}
    .margin-right-0-xs{margin-right:0px;}
    .margin-right-5-xs{margin-right:5px;}
    .margin-right-10-xs{margin-right:10px;}
    .margin-right-15-xs{margin-right:15px;}
    .margin-right-20-xs{margin-right:20px;}
    .margin-right-25-xs{margin-right:25px;}
    .margin-right-30-xs{margin-right:30px;}
    .margin-right-35-xs{margin-right:35px;}
    .margin-right-40-xs{margin-right:40px;}
    .margin-right-45-xs{margin-right:45px;}
    .margin-right-50-xs{margin-right:50px;}
    .margin-horizontal-0-xs{margin-right:0px;margin-left:0px;}
    .margin-horizontal-5-xs{margin-right:5px;margin-left:5px;}
    .margin-horizontal-10-xs{margin-right:10px;margin-left:10px;}
    .margin-horizontal-15-xs{margin-right:15px;margin-left:15px;}
    .margin-horizontal-20-xs{margin-right:20px;margin-left:20px;}
    .margin-horizontal-25-xs{margin-right:25px;margin-left:25px;}
    .margin-horizontal-30-xs{margin-right:30px;margin-left:30px;}
    .margin-horizontal-35-xs{margin-right:35px;margin-left:35px;}
    .margin-horizontal-40-xs{margin-right:40px;margin-left:40px;}
    .margin-horizontal-45-xs{margin-right:45px;margin-left:45px;}
    .margin-horizontal-50-xs{margin-right:50px;margin-left:50px;}
    .padding-1em-xs{padding:1em;}
    .padding-vertical-1em-xs{padding:1em 0;}
    .padding-horizontal-1em-xs{padding:0 1em;}
    .padding-bottom-1em-xs{padding-bottom:1em;}
    .padding-top-1em-xs{padding-top:1em;}
    .padding-left-1em-xs{padding-left:1em;}
    .padding-right-1em-xs{padding-right:1em;}
    .margin-1em-xs{margin:1em;}
    .margin-vertical-1em-xs{margin-top:1em;margin-bottom:1em;}
    .margin-horizontal-1em-xs{margin-left:1em;margin-right:1em;}
    .margin-bottom-1em-xs{margin-bottom:1em;}
    .margin-top-1em-xs{margin-top:1em;}
    .margin-left-1em-xs{margin-left:1em;}
    .margin-right-1em-xs{margin-right:1em;}
    .height-05vh-xs{height:05vh;}
    .height-10vh-xs{height:10vh;}
    .height-15vh-xs{height:15vh;}
    .height-20vh-xs{height:20vh;}
    .height-25vh-xs{height:25vh;}
    .height-30vh-xs{height:30vh;}
    .height-35vh-xs{height:35vh;}
    .height-40vh-xs{height:40vh;}
    .height-45vh-xs{height:45vh;}
    .height-50vh-xs{height:50vh;}
    .height-55vh-xs{height:55vh;}
    .height-60vh-xs{height:60vh;}
    .height-65vh-xs{height:65vh;}
    .height-70vh-xs{height:70vh;}
    .height-75vh-xs{height:75vh;}
    .height-80vh-xs{height:80vh;}
    .height-85vh-xs{height:85vh;}
    .height-90vh-xs{height:90vh;}
    .height-95vh-xs{height:95vh;}
    .height-100vh-xs{height:100vh;}
    .height-05p-xs{height:05%;}
    .height-10p-xs{height:10%;}
    .height-15p-xs{height:15%;}
    .height-20p-xs{height:20%;}
    .height-25p-xs{height:25%;}
    .height-30p-xs{height:30%;}
    .height-35p-xs{height:35%;}
    .height-40p-xs{height:40%;}
    .height-45p-xs{height:45%;}
    .height-50p-xs{height:50%;}
    .height-55p-xs{height:55%;}
    .height-60p-xs{height:60%;}
    .height-65p-xs{height:65%;}
    .height-70p-xs{height:70%;}
    .height-75p-xs{height:75%;}
    .height-80p-xs{height:80%;}
    .height-85p-xs{height:85%;}
    .height-90p-xs{height:90%;}
    .height-95p-xs{height:95%;}
    .height-100p-xs{height:100%;}
    .width-100p-padded-xs{width:calc(100% - 2em)!important;}
    .max-none-xs{max-width: none;max-height: none;}
    .height-minus-menu-xs{height:calc(100vh - 50px);}
    .max-width-none-xs{max-width: none;}
    .max-height-none-xs{max-height: none;}
    .max-width-100-xs{max-width: 100%;}
    .max-height-100-xs{max-height: 100%;}
    .height-auto-xs{height:auto!important;max-height: unset;}
    .height-1em-xs{height:1em!important;}
    .height-25-xs{height:25px;}
    .height-30-xs{height:30px;}
    .height-40-xs{height:40px;}
    .height-50-xs{height:50px;}
    .height-75-xs{height:75px;}
    .height-100-xs{height:100px;}
    .height-150-xs{height:150px;}
    .height-200-xs{height:200px;}
    .height-250-xs{height:250px;}
    .height-300-xs{height:300px;}
    .height-350-xs{height:350px;}
    .height-400-xs{height:400px;}
    .height-450-xs{height:450px;}
    .height-500-xs{height:500px;}
    .width-25-xs{width:25px;}
    .width-50-xs{width:50px;}
    .width-75-xs{width:75px;}
    .width-100-xs{width:100px;}
    .width-150-xs{width:150px;}
    .width-200-xs{width:200px;}
    .width-250-xs{width:250px;}
    .width-300-xs{width:300px;}
    .width-350-xs{width:350px;}
    .width-400-xs{width:400px;}
    .width-450-xs{width:450px;}
    .width-500-xs{width:500px;}
    .width-auto-xs{width:auto!important;}
    .width-full-xs{width:100%!important;}
    .width-10vw-xs{width:10vw!important;}
    .width-20vw-xs{width:20vw!important;}
    .width-30vw-xs{width:30vw!important;}
    .width-40vw-xs{width:40vw!important;}
    .width-50vw-xs{width:50vw!important;}
    .width-60vw-xs{width:60vw!important;}
    .width-70vw-xs{width:70vw!important;}
    .width-80vw-xs{width:80vw!important;}
    .width-90vw-xs{width:90vw!important;}
    .width-100vw-xs{width:100vw!important;}
    .width-10p-xs{width:10%!important;}
    .width-20p-xs{width:20%!important;}
    .width-25p-xs{width:25%!important;}
    .width-30p-xs{width:30%!important;}
    .width-33p-xs{width:33%!important;}
    .width-40p-xs{width:40%!important;}
    .width-50p-xs{width:50%!important;}
    .width-60p-xs{width:60%!important;}
    .width-70p-xs{width:70%!important;}
    .width-80p-xs{width:80%!important;}
    .width-90p-xs{width:90%!important;}
    .width-100p-xs{width:100%!important;}

    h1,.h1{
        font-size:20px;
    }
    h2,.h2{
        font-size:18px;
    }
    h3,.h3{
        font-size:17px;
    }
    h4,.h4{
        font-size:16px;
    }
    h5,.h5{
        font-size:15px;
    }
    h6,.h6{
        font-size:14px;
    }
    p,.p{
        font-size:12px;
        margin-bottom:1em;
        line-height: 1.1em;
    }
    .fsize-xs-50{font-size: 50px;line-height: 1em;}
    .fsize-xs-48{font-size: 48px;line-height: 1em;}
    .fsize-xs-46{font-size: 46px;line-height: 1em;}
    .fsize-xs-44{font-size: 44px;line-height: 1em;}
    .fsize-xs-42{font-size: 42px;line-height: 1em;}
    .fsize-xs-40{font-size: 40px;line-height: 1em;}
    .fsize-xs-38{font-size: 38px;line-height: 1em;}
    .fsize-xs-36{font-size: 36px;line-height: 1em;}
    .fsize-xs-34{font-size: 34px;line-height: 1em;}
    .fsize-xs-32{font-size: 32px;line-height: 1em;}
    .fsize-xs-30{font-size: 30px;line-height: 1em;}
    .fsize-xs-28{font-size: 28px;line-height: 1em;}
    .fsize-xs-26{font-size: 26px;line-height: 1em;}
    .fsize-xs-24{font-size: 24px;line-height: 1em;}
    .fsize-xs-22{font-size: 22px;line-height: 1em;}
    .fsize-xs-20{font-size: 20px;line-height: 1em;}
    .fsize-xs-18{font-size: 18px;line-height: 1em;}
    .fsize-xs-16{font-size: 16px;line-height: 1em;}
    .fsize-xs-14{font-size: 14px;line-height: 1em;}
    .fsize-xs-12{font-size: 12px;line-height: 1em;}
    .inline-block-xs{display: inline-block;}
    .inline-block-s{display: block;}
    .inline-block-m{display: block;}
    .inline-block-l{display: block;}
    .inline-block-xl{display: block;}
    .text-center-xs{text-align: center;}
    .text-right-xs{text-align: right;}
    .text-left-xs{text-align: left;}
}/*
 * S sizes
 * min: 500px
 * max: 767px
*/


@media screen and (min-width:36em){
    .inline-block-xs{display: block;}
    .inline-block-s{display: inline-block;}
    .inline-block-m{display: block;}
    .inline-block-l{display: block;}
    .inline-block-xl{display: block;}

}
@media screen and (max-width:calc(48em - 1em)){
    .row-fit-grid,
    .row-grid-horizontal-scroll{
        grid-auto-columns: auto;
    }
}
@media screen and (min-width:36em) and (max-width:calc(48em - 1em)){


    .vertical-align-s{
        top:50%;
        transform:translateY(-50%);
        height:auto;
        position: relative;
    }
    .row-s{
        display:grid;
        grid-template-columns: repeat(auto-fit,minmax(50px,1fr));
        width:100%;
        align-items: center;
        grid-auto-rows: 1fr;
    }
    .row-2-sidebar-s{grid-template-columns: 1fr calc(320px + 4em);align-items:inherit}
    .row-2-sidebar-reverse-s{grid-template-columns: calc(320px + 4em) 1fr;align-items:inherit}
    .row-2-80-20-s{grid-template-columns: 80% 20%;}
    .row-2-75-25-s{grid-template-columns: 75% 25%;}
    .row-2-66-34-s{grid-template-columns: 66% 34%;}
    .row-2-50-s{grid-template-columns: 50% 50%;}
    .row-2-34-66-s{grid-template-columns: 34% 66%;}
    .row-2-25-75-s{grid-template-columns: 25% 75%;}
    .row-2-20-80-s{grid-template-columns: 20% 80%;}
    .row-3-33-l{grid-template-columns: repeat(3,33.33%);}
    .row-3-20-40-40-s{grid-template-columns: 20% 40% 40%;}
    .row-3-40-20-40-s{grid-template-columns: 40% 20% 40%;}
    .row-3-20-60-20-s{grid-template-columns: 20% 60% 20%;}
    .row-3-30-40-30-s{grid-template-columns: 30% 40% 30%;}
    .row-3-25-50-25-s{grid-template-columns: 25% 50% 25%;}
    .row-3-30-50-20-s{grid-template-columns: 30% 50% 20%;}
    .row-4-25-s{grid-template-columns: repeat(4,25%);}
    .row-8-12-s{grid-template-columns: repeat(8,12.5%);}
    
    
    .text-center-s{text-align: center;}
    .text-right-s{text-align: right;}
    .text-left-s{text-align: left;}
    h1,.h1{
        font-size:20px;
    }
    h2,.h2{
        font-size:18px;
    }
    h3,.h3{
        font-size:17px;
    }
    h4,.h4{
        font-size:16px;
    }
    h5,.h5{
        font-size:15px;
    }
    h6,.h6{
        font-size:14px;
    }
    p,.p{
        font-size:12px;
        margin-bottom:1em;
        line-height: 1.1em;
    }
    .fsize-s-50{font-size: 50px;line-height: 1em;}
    .fsize-s-48{font-size: 48px;line-height: 1em;}
    .fsize-s-46{font-size: 46px;line-height: 1em;}
    .fsize-s-44{font-size: 44px;line-height: 1em;}
    .fsize-s-42{font-size: 42px;line-height: 1em;}
    .fsize-s-40{font-size: 40px;line-height: 1em;}
    .fsize-s-38{font-size: 38px;line-height: 1em;}
    .fsize-s-36{font-size: 36px;line-height: 1em;}
    .fsize-s-34{font-size: 34px;line-height: 1em;}
    .fsize-s-32{font-size: 32px;line-height: 1em;}
    .fsize-s-30{font-size: 30px;line-height: 1em;}
    .fsize-s-28{font-size: 28px;line-height: 1em;}
    .fsize-s-26{font-size: 26px;line-height: 1em;}
    .fsize-s-24{font-size: 24px;line-height: 1em;}
    .fsize-s-22{font-size: 22px;line-height: 1em;}
    .fsize-s-20{font-size: 20px;line-height: 1em;}
    .fsize-s-18{font-size: 18px;line-height: 1em;}
    .fsize-s-16{font-size: 16px;line-height: 1em;}
    .fsize-s-14{font-size: 14px;line-height: 1em;}
    .fsize-s-12{font-size: 12px;line-height: 1em;}
    .bottom-auto-s{bottom:auto;}
    .border-radius-0-s{border-radius: 0;}
    .border-radius-1-s{border-radius: 1px;}
    .border-radius-2-s{border-radius: 2px;}
    .border-radius-3-s{border-radius: 3px;}
    .border-radius-4-s{border-radius: 4px;}
    .border-radius-5-s{border-radius: 5px;}
    .border-radius-6-s{border-radius: 6px;}
    .border-radius-7-s{border-radius: 7px;}
    .border-radius-8-s{border-radius: 8px;}
    .border-radius-9-s{border-radius: 9px;}
    .border-radius-10-s{border-radius: 10px;}
    .border-radius-11-s{border-radius: 11px;}
    .border-radius-12-s{border-radius: 12px;}
    .border-radius-13-s{border-radius: 13px;}
    .border-radius-14-s{border-radius: 14px;}
    .border-radius-15-s{border-radius: 15px;}
    .border-radius-30-s{border-radius: 30px;}
    .margin-auto-s{margin:auto;}
    .padding-0-s{padding:0px;}
    .padding-5-s{padding:5px;}
    .padding-10-s{padding:10px;}
    .padding-15-s{padding:15px;}
    .padding-20-s{padding:20px;}
    .padding-25-s{padding:25px;}
    .padding-30-s{padding:30px;}
    .padding-35-s{padding:35px;}
    .padding-40-s{padding:40px;}
    .padding-45-s{padding:45px;}
    .padding-50-s{padding:50px;}
    .padding-top-0-s{padding-top:0px;}
    .padding-top-5-s{padding-top:5px;}
    .padding-top-10-s{padding-top:10px;}
    .padding-top-15-s{padding-top:15px;}
    .padding-top-20-s{padding-top:20px;}
    .padding-top-25-s{padding-top:25px;}
    .padding-top-30-s{padding-top:30px;}
    .padding-top-35-s{padding-top:35px;}
    .padding-top-40-s{padding-top:40px;}
    .padding-top-45-s{padding-top:45px;}
    .padding-top-50-s{padding-top:50px;}
    .padding-bottom-0-s{padding-bottom:0px;}
    .padding-bottom-5-s{padding-bottom:5px;}
    .padding-bottom-10-s{padding-bottom:10px;}
    .padding-bottom-15-s{padding-bottom:15px;}
    .padding-bottom-20-s{padding-bottom:20px;}
    .padding-bottom-25-s{padding-bottom:25px;}
    .padding-bottom-30-s{padding-bottom:30px;}
    .padding-bottom-35-s{padding-bottom:35px;}
    .padding-bottom-40-s{padding-bottom:40px;}
    .padding-bottom-45-s{padding-bottom:45px;}
    .padding-bottom-50-s{padding-bottom:50px;}
    .padding-vertical-0-s{padding-bottom:0px;padding-top:0px;}
    .padding-vertical-5-s{padding-bottom:5px;padding-top:5px;}
    .padding-vertical-10-s{padding-bottom:10px;padding-top:10px;}
    .padding-vertical-15-s{padding-bottom:15px;padding-top:15px;}
    .padding-vertical-20-s{padding-bottom:20px;padding-top:20px;}
    .padding-vertical-25-s{padding-bottom:25px;padding-top:25px;}
    .padding-vertical-30-s{padding-bottom:30px;padding-top:30px;}
    .padding-vertical-35-s{padding-bottom:35px;padding-top:35px;}
    .padding-vertical-40-s{padding-bottom:40px;padding-top:40px;}
    .padding-vertical-45-s{padding-bottom:45px;padding-top:45px;}
    .padding-vertical-50-s{padding-bottom:50px;padding-top:50px;}
    .padding-left-0-s{padding-left:0px;}
    .padding-left-5-s{padding-left:5px;}
    .padding-left-10-s{padding-left:10px;}
    .padding-left-15-s{padding-left:15px;}
    .padding-left-20-s{padding-left:20px;}
    .padding-left-25-s{padding-left:25px;}
    .padding-left-30-s{padding-left:30px;}
    .padding-left-35-s{padding-left:35px;}
    .padding-left-40-s{padding-left:40px;}
    .padding-left-45-s{padding-left:45px;}
    .padding-left-50-s{padding-left:50px;}
    .padding-right-0-s{padding-right:0px;}
    .padding-right-5-s{padding-right:5px;}
    .padding-right-10-s{padding-right:10px;}
    .padding-right-15-s{padding-right:15px;}
    .padding-right-20-s{padding-right:20px;}
    .padding-right-25-s{padding-right:25px;}
    .padding-right-30-s{padding-right:30px;}
    .padding-right-35-s{padding-right:35px;}
    .padding-right-40-s{padding-right:40px;}
    .padding-right-45-s{padding-right:45px;}
    .padding-right-50-s{padding-right:50px;}
    .padding-horizontal-0-s{padding-right:0px;padding-left:0px;}
    .padding-horizontal-5-s{padding-right:5px;padding-left:5px;}
    .padding-horizontal-10-s{padding-right:10px;padding-left:10px;}
    .padding-horizontal-15-s{padding-right:15px;padding-left:15px;}
    .padding-horizontal-20-s{padding-right:20px;padding-left:20px;}
    .padding-horizontal-25-s{padding-right:25px;padding-left:25px;}
    .padding-horizontal-30-s{padding-right:30px;padding-left:30px;}
    .padding-horizontal-35-s{padding-right:35px;padding-left:35px;}
    .padding-horizontal-40-s{padding-right:40px;padding-left:40px;}
    .padding-horizontal-45-s{padding-right:45px;padding-left:45px;}
    .padding-horizontal-50-s{padding-right:50px;padding-left:50px;}
    .margin-0-s{margin:0px;}
    .margin-5-s{margin:5px;}
    .margin-10-s{margin:10px;}
    .margin-15-s{margin:15px;}
    .margin-20-s{margin:20px;}
    .margin-25-s{margin:25px;}
    .margin-30-s{margin:30px;}
    .margin-35-s{margin:35px;}
    .margin-40-s{margin:40px;}
    .margin-45-s{margin:45px;}
    .margin-50-s{margin:50px;}
    .margin-top-0-s{margin-top:0px;}
    .margin-top-5-s{margin-top:5px;}
    .margin-top-10-s{margin-top:10px;}
    .margin-top-15-s{margin-top:15px;}
    .margin-top-20-s{margin-top:20px;}
    .margin-top-25-s{margin-top:25px;}
    .margin-top-30-s{margin-top:30px;}
    .margin-top-35-s{margin-top:35px;}
    .margin-top-40-s{margin-top:40px;}
    .margin-top-45-s{margin-top:45px;}
    .margin-top-50-s{margin-top:50px;}
    .margin-top-minus-10vh-s{margin-top:-10vh;}
    .margin-top-minus-20vh-s{margin-top:-20vh;}
    .margin-top-minus-30vh-s{margin-top:-30vh;}
    .margin-top-minus-40vh-s{margin-top:-40vh;}
    .margin-top-minus-50vh-s{margin-top:-50vh;}
    .margin-top-minus-60vh-s{margin-top:-60vh;}
    .margin-top-minus-70vh-s{margin-top:-70vh;}
    .margin-top-minus-80vh-s{margin-top:-80vh;}
    .margin-top-minus-90vh-s{margin-top:-90vh;}
    .margin-top-minus-100vh-s{margin-top:-100vh;}
    .margin-bottom-0-s{margin-bottom:0px;}
    .margin-bottom-5-s{margin-bottom:5px;}
    .margin-bottom-10-s{margin-bottom:10px;}
    .margin-bottom-15-s{margin-bottom:15px;}
    .margin-bottom-20-s{margin-bottom:20px;}
    .margin-bottom-25-s{margin-bottom:25px;}
    .margin-bottom-30-s{margin-bottom:30px;}
    .margin-bottom-35-s{margin-bottom:35px;}
    .margin-bottom-40-s{margin-bottom:40px;}
    .margin-bottom-45-s{margin-bottom:45px;}
    .margin-bottom-50-s{margin-bottom:50px;}
    .margin-vertical-0-s{margin-bottom:0px;margin-top:0px;}
    .margin-vertical-5-s{margin-bottom:5px;margin-top:5px;}
    .margin-vertical-10-s{margin-bottom:10px;margin-top:10px;}
    .margin-vertical-15-s{margin-bottom:15px;margin-top:15px;}
    .margin-vertical-20-s{margin-bottom:20px;margin-top:20px;}
    .margin-vertical-25-s{margin-bottom:25px;margin-top:25px;}
    .margin-vertical-30-s{margin-bottom:30px;margin-top:30px;}
    .margin-vertical-35-s{margin-bottom:35px;margin-top:35px;}
    .margin-vertical-40-s{margin-bottom:40px;margin-top:40px;}
    .margin-vertical-45-s{margin-bottom:45px;margin-top:45px;}
    .margin-vertical-50-s{margin-bottom:50px;margin-top:50px;}
    .margin-left-0-s{margin-left:0px;}
    .margin-left-5-s{margin-left:5px;}
    .margin-left-10-s{margin-left:10px;}
    .margin-left-15-s{margin-left:15px;}
    .margin-left-20-s{margin-left:20px;}
    .margin-left-25-s{margin-left:25px;}
    .margin-left-30-s{margin-left:30px;}
    .margin-left-35-s{margin-left:35px;}
    .margin-left-40-s{margin-left:40px;}
    .margin-left-45-s{margin-left:45px;}
    .margin-left-50-s{margin-left:50px;}
    .margin-right-0-s{margin-right:0px;}
    .margin-right-5-s{margin-right:5px;}
    .margin-right-10-s{margin-right:10px;}
    .margin-right-15-s{margin-right:15px;}
    .margin-right-20-s{margin-right:20px;}
    .margin-right-25-s{margin-right:25px;}
    .margin-right-30-s{margin-right:30px;}
    .margin-right-35-s{margin-right:35px;}
    .margin-right-40-s{margin-right:40px;}
    .margin-right-45-s{margin-right:45px;}
    .margin-right-50-s{margin-right:50px;}
    .margin-horizontal-0-s{margin-right:0px;margin-left:0px;}
    .margin-horizontal-5-s{margin-right:5px;margin-left:5px;}
    .margin-horizontal-10-s{margin-right:10px;margin-left:10px;}
    .margin-horizontal-15-s{margin-right:15px;margin-left:15px;}
    .margin-horizontal-20-s{margin-right:20px;margin-left:20px;}
    .margin-horizontal-25-s{margin-right:25px;margin-left:25px;}
    .margin-horizontal-30-s{margin-right:30px;margin-left:30px;}
    .margin-horizontal-35-s{margin-right:35px;margin-left:35px;}
    .margin-horizontal-40-s{margin-right:40px;margin-left:40px;}
    .margin-horizontal-45-s{margin-right:45px;margin-left:45px;}
    .margin-horizontal-50-s{margin-right:50px;margin-left:50px;}
    .padding-1em-s{padding:1em;}
    .padding-vertical-1em-s{padding:1em 0;}
    .padding-horizontal-1em-s{padding:0 1em;}
    .padding-bottom-1em-s{padding-bottom:1em;}
    .padding-top-1em-s{padding-top:1em;}
    .padding-left-1em-s{padding-left:1em;}
    .padding-right-1em-s{padding-right:1em;}
    .margin-1em-s{margin:1em;}
    .margin-vertical-1em-s{margin-top:1em;margin-bottom:1em;}
    .margin-horizontal-1em-s{margin-left:1em;margin-right:1em;}
    .margin-bottom-1em-s{margin-bottom:1em;}
    .margin-top-1em-s{margin-top:1em;}
    .margin-left-1em-s{margin-left:1em;}
    .margin-right-1em-s{margin-right:1em;}
    .height-05vh-s{height:05vh;}
    .height-10vh-s{height:10vh;}
    .height-15vh-s{height:15vh;}
    .height-20vh-s{height:20vh;}
    .height-25vh-s{height:25vh;}
    .height-30vh-s{height:30vh;}
    .height-35vh-s{height:35vh;}
    .height-40vh-s{height:40vh;}
    .height-45vh-s{height:45vh;}
    .height-50vh-s{height:50vh;}
    .height-55vh-s{height:55vh;}
    .height-60vh-s{height:60vh;}
    .height-65vh-s{height:65vh;}
    .height-70vh-s{height:70vh;}
    .height-75vh-s{height:75vh;}
    .height-80vh-s{height:80vh;}
    .height-85vh-s{height:85vh;}
    .height-90vh-s{height:90vh;}
    .height-95vh-s{height:95vh;}
    .height-100vh-s{height:100vh;}
    .height-05p-s{height:05%;}
    .height-10p-s{height:10%;}
    .height-15p-s{height:15%;}
    .height-20p-s{height:20%;}
    .height-25p-s{height:25%;}
    .height-30p-s{height:30%;}
    .height-35p-s{height:35%;}
    .height-40p-s{height:40%;}
    .height-45p-s{height:45%;}
    .height-50p-s{height:50%;}
    .height-55p-s{height:55%;}
    .height-60p-s{height:60%;}
    .height-65p-s{height:65%;}
    .height-70p-s{height:70%;}
    .height-75p-s{height:75%;}
    .height-80p-s{height:80%;}
    .height-85p-s{height:85%;}
    .height-90p-s{height:90%;}
    .height-95p-s{height:95%;}
    .height-100p-s{height:100%;}
    .width-100p-padded-s{width:calc(100% - 2em)!important;}
    .max-none-s{max-width: none;max-height: none;}
    .height-minus-menu-s{height:calc(100vh - 50px);}
    .max-width-none-s{max-width: none;}
    .max-height-none-s{max-height: none;}
    .max-width-100-s{max-width: 100%;}
    .max-height-100-s{max-height: 100%;}
    .height-auto-s{height:auto!important;max-height: unset;}
    .height-1em-s{height:1em!important;}
    .height-25-s{height:25px;}
    .height-30-s{height:30px;}
    .height-40-s{height:40px;}
    .height-50-s{height:50px;}
    .height-75-s{height:75px;}
    .height-100-s{height:100px;}
    .height-150-s{height:150px;}
    .height-200-s{height:200px;}
    .height-250-s{height:250px;}
    .height-300-s{height:300px;}
    .height-350-s{height:350px;}
    .height-400-s{height:400px;}
    .height-450-s{height:450px;}
    .height-500-s{height:500px;}
    .width-25-s{width:25px;}
    .width-50-s{width:50px;}
    .width-75-s{width:75px;}
    .width-100-s{width:100px;}
    .width-150-s{width:150px;}
    .width-200-s{width:200px;}
    .width-250-s{width:250px;}
    .width-300-s{width:300px;}
    .width-350-s{width:350px;}
    .width-400-s{width:400px;}
    .width-450-s{width:450px;}
    .width-500-s{width:500px;}
    .width-auto-s{width:auto!important;}
    .width-full-s{width:100%!important;}
    .width-10vw-s{width:10vw!important;}
    .width-20vw-s{width:20vw!important;}
    .width-30vw-s{width:30vw!important;}
    .width-40vw-s{width:40vw!important;}
    .width-50vw-s{width:50vw!important;}
    .width-60vw-s{width:60vw!important;}
    .width-70vw-s{width:70vw!important;}
    .width-80vw-s{width:80vw!important;}
    .width-90vw-s{width:90vw!important;}
    .width-100vw-s{width:100vw!important;}
    .width-10p-s{width:10%!important;}
    .width-20p-s{width:20%!important;}
    .width-25p-s{width:25%!important;}
    .width-30p-s{width:30%!important;}
    .width-33p-s{width:33%!important;}
    .width-40p-s{width:40%!important;}
    .width-50p-s{width:50%!important;}
    .width-60p-s{width:60%!important;}
    .width-70p-s{width:70%!important;}
    .width-80p-s{width:80%!important;}
    .width-90p-s{width:90%!important;}
    .width-100p-s{width:100%!important;}
}

/*
 * M sizes
 * min: 768px
 * max: 1199px
*/

@media screen and (max-width:calc(75em - 1em)){
    .row-mobile{
        display:grid;
        grid-auto-rows: 1fr;
        grid-template-columns: repeat(auto-fit,minmax(50px,1fr));
        width:100%;
        align-items: center;
    }
    .vertical-align-mobile{
        top:50%;
        transform:translateY(-50%);
        height:auto;
        position: relative;
    }

    .d-none-mobile{
        display:none;
    }
}
@media screen and (min-width:48em) and (max-width:calc(75em - 1em)){


    .vertical-align-m{
        top:50%;
        transform:translateY(-50%);
        position: relative;
    }
    .row-m{
        display:grid;
        grid-template-columns: repeat(auto-fit,minmax(50px,1fr));
        width:100%;
        align-items: center;
        grid-auto-rows: 1fr;
    }
    .row-2-sidebar-m{grid-template-columns: 1fr calc(320px + 4em);align-items:inherit}
    .row-2-sidebar-reverse-m{grid-template-columns: calc(320px + 4em) 1fr;align-items:inherit}
    .row-2-80-20-m{grid-template-columns: 80% 20%;}
    .row-2-75-25-m{grid-template-columns: 75% 25%;}
    .row-2-66-34-m{grid-template-columns: 66% 34%;}
    .row-2-50-m{grid-template-columns: 50% 50%;}
    .row-2-34-66-m{grid-template-columns: 34% 66%;}
    .row-2-25-75-m{grid-template-columns: 25% 75%;}
    .row-2-20-80-m{grid-template-columns: 20% 80%;}
    .row-3-33-m{grid-template-columns: repeat(3,33.33%);}
    .row-3-20-40-40-m{grid-template-columns: 20% 40% 40%;}
    .row-3-40-20-40-m{grid-template-columns: 40% 20% 40%;}
    .row-3-20-60-20-m{grid-template-columns: 20% 60% 20%;}
    .row-3-30-40-30-m{grid-template-columns: 30% 40% 30%;}
    .row-3-25-50-25-m{grid-template-columns: 25% 50% 25%;}
    .row-3-30-50-20-m{grid-template-columns: 30% 50% 20%;}
    .row-4-25-m{grid-template-columns: repeat(4,25%);}
    .row-8-12-m{grid-template-columns: repeat(8,12.5%);}
    
    
    .text-center-m{text-align: center;}
    .text-right-m{text-align: right;}
    .text-left-m{text-align: left;}
    h1,.h1{
        font-size:25px;
    }
    h2,.h2{
        font-size:22px;
    }
    h3,.h3{
        font-size:20px;
    }
    h4,.h4{
        font-size:18px;
    }
    h5,.h5{
        font-size:16px;
    }
    h6,.h6{
        font-size:14px;
    }
    p,.p{
        font-size:12px;
        margin-bottom:1em;
        line-height: 1.1em;
    }
    .fsize-m-50{font-size: 50px;line-height: 1em;}
    .fsize-m-48{font-size: 48px;line-height: 1em;}
    .fsize-m-46{font-size: 46px;line-height: 1em;}
    .fsize-m-44{font-size: 44px;line-height: 1em;}
    .fsize-m-42{font-size: 42px;line-height: 1em;}
    .fsize-m-40{font-size: 40px;line-height: 1em;}
    .fsize-m-38{font-size: 38px;line-height: 1em;}
    .fsize-m-36{font-size: 36px;line-height: 1em;}
    .fsize-m-34{font-size: 34px;line-height: 1em;}
    .fsize-m-32{font-size: 32px;line-height: 1em;}
    .fsize-m-30{font-size: 30px;line-height: 1em;}
    .fsize-m-28{font-size: 28px;line-height: 1em;}
    .fsize-m-26{font-size: 26px;line-height: 1em;}
    .fsize-m-24{font-size: 24px;line-height: 1em;}
    .fsize-m-22{font-size: 22px;line-height: 1em;}
    .fsize-m-20{font-size: 20px;line-height: 1em;}
    .fsize-m-18{font-size: 18px;line-height: 1em;}
    .fsize-m-16{font-size: 16px;line-height: 1em;}
    .fsize-m-14{font-size: 14px;line-height: 1em;}
    .fsize-m-12{font-size: 12px;line-height: 1em;}
    .bottom-auto-m{bottom:auto;}
    .border-radius-0-m{border-radius: 0;}
    .border-radius-1-m{border-radius: 1px;}
    .border-radius-2-m{border-radius: 2px;}
    .border-radius-3-m{border-radius: 3px;}
    .border-radius-4-m{border-radius: 4px;}
    .border-radius-5-m{border-radius: 5px;}
    .border-radius-6-m{border-radius: 6px;}
    .border-radius-7-m{border-radius: 7px;}
    .border-radius-8-m{border-radius: 8px;}
    .border-radius-9-m{border-radius: 9px;}
    .border-radius-10-m{border-radius: 10px;}
    .border-radius-11-m{border-radius: 11px;}
    .border-radius-12-m{border-radius: 12px;}
    .border-radius-13-m{border-radius: 13px;}
    .border-radius-14-m{border-radius: 14px;}
    .border-radius-15-m{border-radius: 15px;}
    .border-radius-30-m{border-radius: 30px;}
    .margin-auto-m{margin:auto;}
    .padding-0-m{padding:0px;}
    .padding-5-m{padding:5px;}
    .padding-10-m{padding:10px;}
    .padding-15-m{padding:15px;}
    .padding-20-m{padding:20px;}
    .padding-25-m{padding:25px;}
    .padding-30-m{padding:30px;}
    .padding-35-m{padding:35px;}
    .padding-40-m{padding:40px;}
    .padding-45-m{padding:45px;}
    .padding-50-m{padding:50px;}
    .padding-top-0-m{padding-top:0px;}
    .padding-top-5-m{padding-top:5px;}
    .padding-top-10-m{padding-top:10px;}
    .padding-top-15-m{padding-top:15px;}
    .padding-top-20-m{padding-top:20px;}
    .padding-top-25-m{padding-top:25px;}
    .padding-top-30-m{padding-top:30px;}
    .padding-top-35-m{padding-top:35px;}
    .padding-top-40-m{padding-top:40px;}
    .padding-top-45-m{padding-top:45px;}
    .padding-top-50-m{padding-top:50px;}
    .padding-bottom-0-m{padding-bottom:0px;}
    .padding-bottom-5-m{padding-bottom:5px;}
    .padding-bottom-10-m{padding-bottom:10px;}
    .padding-bottom-15-m{padding-bottom:15px;}
    .padding-bottom-20-m{padding-bottom:20px;}
    .padding-bottom-25-m{padding-bottom:25px;}
    .padding-bottom-30-m{padding-bottom:30px;}
    .padding-bottom-35-m{padding-bottom:35px;}
    .padding-bottom-40-m{padding-bottom:40px;}
    .padding-bottom-45-m{padding-bottom:45px;}
    .padding-bottom-50-m{padding-bottom:50px;}
    .padding-vertical-0-m{padding-bottom:0px;padding-top:0px;}
    .padding-vertical-5-m{padding-bottom:5px;padding-top:5px;}
    .padding-vertical-10-m{padding-bottom:10px;padding-top:10px;}
    .padding-vertical-15-m{padding-bottom:15px;padding-top:15px;}
    .padding-vertical-20-m{padding-bottom:20px;padding-top:20px;}
    .padding-vertical-25-m{padding-bottom:25px;padding-top:25px;}
    .padding-vertical-30-m{padding-bottom:30px;padding-top:30px;}
    .padding-vertical-35-m{padding-bottom:35px;padding-top:35px;}
    .padding-vertical-40-m{padding-bottom:40px;padding-top:40px;}
    .padding-vertical-45-m{padding-bottom:45px;padding-top:45px;}
    .padding-vertical-50-m{padding-bottom:50px;padding-top:50px;}
    .padding-left-0-m{padding-left:0px;}
    .padding-left-5-m{padding-left:5px;}
    .padding-left-10-m{padding-left:10px;}
    .padding-left-15-m{padding-left:15px;}
    .padding-left-20-m{padding-left:20px;}
    .padding-left-25-m{padding-left:25px;}
    .padding-left-30-m{padding-left:30px;}
    .padding-left-35-m{padding-left:35px;}
    .padding-left-40-m{padding-left:40px;}
    .padding-left-45-m{padding-left:45px;}
    .padding-left-50-m{padding-left:50px;}
    .padding-right-0-m{padding-right:0px;}
    .padding-right-5-m{padding-right:5px;}
    .padding-right-10-m{padding-right:10px;}
    .padding-right-15-m{padding-right:15px;}
    .padding-right-20-m{padding-right:20px;}
    .padding-right-25-m{padding-right:25px;}
    .padding-right-30-m{padding-right:30px;}
    .padding-right-35-m{padding-right:35px;}
    .padding-right-40-m{padding-right:40px;}
    .padding-right-45-m{padding-right:45px;}
    .padding-right-50-m{padding-right:50px;}
    .padding-horizontal-0-m{padding-right:0px;padding-left:0px;}
    .padding-horizontal-5-m{padding-right:5px;padding-left:5px;}
    .padding-horizontal-10-m{padding-right:10px;padding-left:10px;}
    .padding-horizontal-15-m{padding-right:15px;padding-left:15px;}
    .padding-horizontal-20-m{padding-right:20px;padding-left:20px;}
    .padding-horizontal-25-m{padding-right:25px;padding-left:25px;}
    .padding-horizontal-30-m{padding-right:30px;padding-left:30px;}
    .padding-horizontal-35-m{padding-right:35px;padding-left:35px;}
    .padding-horizontal-40-m{padding-right:40px;padding-left:40px;}
    .padding-horizontal-45-m{padding-right:45px;padding-left:45px;}
    .padding-horizontal-50-m{padding-right:50px;padding-left:50px;}
    .margin-0-m{margin:0px;}
    .margin-5-m{margin:5px;}
    .margin-10-m{margin:10px;}
    .margin-15-m{margin:15px;}
    .margin-20-m{margin:20px;}
    .margin-25-m{margin:25px;}
    .margin-30-m{margin:30px;}
    .margin-35-m{margin:35px;}
    .margin-40-m{margin:40px;}
    .margin-45-m{margin:45px;}
    .margin-50-m{margin:50px;}
    .margin-top-0-m{margin-top:0px;}
    .margin-top-5-m{margin-top:5px;}
    .margin-top-10-m{margin-top:10px;}
    .margin-top-15-m{margin-top:15px;}
    .margin-top-20-m{margin-top:20px;}
    .margin-top-25-m{margin-top:25px;}
    .margin-top-30-m{margin-top:30px;}
    .margin-top-35-m{margin-top:35px;}
    .margin-top-40-m{margin-top:40px;}
    .margin-top-45-m{margin-top:45px;}
    .margin-top-50-m{margin-top:50px;}
    .margin-top-minus-10vh-m{margin-top:-10vh;}
    .margin-top-minus-20vh-m{margin-top:-20vh;}
    .margin-top-minus-30vh-m{margin-top:-30vh;}
    .margin-top-minus-40vh-m{margin-top:-40vh;}
    .margin-top-minus-50vh-m{margin-top:-50vh;}
    .margin-top-minus-60vh-m{margin-top:-60vh;}
    .margin-top-minus-70vh-m{margin-top:-70vh;}
    .margin-top-minus-80vh-m{margin-top:-80vh;}
    .margin-top-minus-90vh-m{margin-top:-90vh;}
    .margin-top-minus-100vh-m{margin-top:-100vh;}
    .margin-bottom-0-m{margin-bottom:0px;}
    .margin-bottom-5-m{margin-bottom:5px;}
    .margin-bottom-10-m{margin-bottom:10px;}
    .margin-bottom-15-m{margin-bottom:15px;}
    .margin-bottom-20-m{margin-bottom:20px;}
    .margin-bottom-25-m{margin-bottom:25px;}
    .margin-bottom-30-m{margin-bottom:30px;}
    .margin-bottom-35-m{margin-bottom:35px;}
    .margin-bottom-40-m{margin-bottom:40px;}
    .margin-bottom-45-m{margin-bottom:45px;}
    .margin-bottom-50-m{margin-bottom:50px;}
    .margin-vertical-0-m{margin-bottom:0px;margin-top:0px;}
    .margin-vertical-5-m{margin-bottom:5px;margin-top:5px;}
    .margin-vertical-10-m{margin-bottom:10px;margin-top:10px;}
    .margin-vertical-15-m{margin-bottom:15px;margin-top:15px;}
    .margin-vertical-20-m{margin-bottom:20px;margin-top:20px;}
    .margin-vertical-25-m{margin-bottom:25px;margin-top:25px;}
    .margin-vertical-30-m{margin-bottom:30px;margin-top:30px;}
    .margin-vertical-35-m{margin-bottom:35px;margin-top:35px;}
    .margin-vertical-40-m{margin-bottom:40px;margin-top:40px;}
    .margin-vertical-45-m{margin-bottom:45px;margin-top:45px;}
    .margin-vertical-50-m{margin-bottom:50px;margin-top:50px;}
    .margin-left-0-m{margin-left:0px;}
    .margin-left-5-m{margin-left:5px;}
    .margin-left-10-m{margin-left:10px;}
    .margin-left-15-m{margin-left:15px;}
    .margin-left-20-m{margin-left:20px;}
    .margin-left-25-m{margin-left:25px;}
    .margin-left-30-m{margin-left:30px;}
    .margin-left-35-m{margin-left:35px;}
    .margin-left-40-m{margin-left:40px;}
    .margin-left-45-m{margin-left:45px;}
    .margin-left-50-m{margin-left:50px;}
    .margin-right-0-m{margin-right:0px;}
    .margin-right-5-m{margin-right:5px;}
    .margin-right-10-m{margin-right:10px;}
    .margin-right-15-m{margin-right:15px;}
    .margin-right-20-m{margin-right:20px;}
    .margin-right-25-m{margin-right:25px;}
    .margin-right-30-m{margin-right:30px;}
    .margin-right-35-m{margin-right:35px;}
    .margin-right-40-m{margin-right:40px;}
    .margin-right-45-m{margin-right:45px;}
    .margin-right-50-m{margin-right:50px;}
    .margin-horizontal-0-m{margin-right:0px;margin-left:0px;}
    .margin-horizontal-5-m{margin-right:5px;margin-left:5px;}
    .margin-horizontal-10-m{margin-right:10px;margin-left:10px;}
    .margin-horizontal-15-m{margin-right:15px;margin-left:15px;}
    .margin-horizontal-20-m{margin-right:20px;margin-left:20px;}
    .margin-horizontal-25-m{margin-right:25px;margin-left:25px;}
    .margin-horizontal-30-m{margin-right:30px;margin-left:30px;}
    .margin-horizontal-35-m{margin-right:35px;margin-left:35px;}
    .margin-horizontal-40-m{margin-right:40px;margin-left:40px;}
    .margin-horizontal-45-m{margin-right:45px;margin-left:45px;}
    .margin-horizontal-50-m{margin-right:50px;margin-left:50px;}
    .padding-1em-m{padding:1em;}
    .padding-vertical-1em-m{padding:1em 0;}
    .padding-horizontal-1em-m{padding:0 1em;}
    .padding-bottom-1em-m{padding-bottom:1em;}
    .padding-top-1em-m{padding-top:1em;}
    .padding-left-1em-m{padding-left:1em;}
    .padding-right-1em-m{padding-right:1em;}
    .margin-1em-m{margin:1em;}
    .margin-vertical-1em-m{margin-top:1em;margin-bottom:1em;}
    .margin-horizontal-1em-m{margin-left:1em;margin-right:1em;}
    .margin-bottom-1em-m{margin-bottom:1em;}
    .margin-top-1em-m{margin-top:1em;}
    .margin-left-1em-m{margin-left:1em;}
    .margin-right-1em-m{margin-right:1em;}
    .height-05vh-m{height:05vh;}
    .height-10vh-m{height:10vh;}
    .height-15vh-m{height:15vh;}
    .height-20vh-m{height:20vh;}
    .height-25vh-m{height:25vh;}
    .height-30vh-m{height:30vh;}
    .height-35vh-m{height:35vh;}
    .height-40vh-m{height:40vh;}
    .height-45vh-m{height:45vh;}
    .height-50vh-m{height:50vh;}
    .height-55vh-m{height:55vh;}
    .height-60vh-m{height:60vh;}
    .height-65vh-m{height:65vh;}
    .height-70vh-m{height:70vh;}
    .height-75vh-m{height:75vh;}
    .height-80vh-m{height:80vh;}
    .height-85vh-m{height:85vh;}
    .height-90vh-m{height:90vh;}
    .height-95vh-m{height:95vh;}
    .height-100vh-m{height:100vh;}
    .height-05p-m{height:05%;}
    .height-10p-m{height:10%;}
    .height-15p-m{height:15%;}
    .height-20p-m{height:20%;}
    .height-25p-m{height:25%;}
    .height-30p-m{height:30%;}
    .height-35p-m{height:35%;}
    .height-40p-m{height:40%;}
    .height-45p-m{height:45%;}
    .height-50p-m{height:50%;}
    .height-55p-m{height:55%;}
    .height-60p-m{height:60%;}
    .height-65p-m{height:65%;}
    .height-70p-m{height:70%;}
    .height-75p-m{height:75%;}
    .height-80p-m{height:80%;}
    .height-85p-m{height:85%;}
    .height-90p-m{height:90%;}
    .height-95p-m{height:95%;}
    .height-100p-m{height:100%;}
    .width-100p-padded-m{width:calc(100% - 2em)!important;}
    .max-none-m{max-width: none;max-height: none;}
    .height-minus-menu-m{height:calc(100vh - 50px);}
    .max-width-none-m{max-width: none;}
    .max-height-none-m{max-height: none;}
    .max-width-100-m{max-width: 100%;}
    .max-height-100-m{max-height: 100%;}
    .height-auto-m{height:auto!important;max-height: unset;}
    .height-1em-m{height:1em!important;}
    .height-25-m{height:25px;}
    .height-30-m{height:30px;}
    .height-40-m{height:40px;}
    .height-50-m{height:50px;}
    .height-75-m{height:75px;}
    .height-100-m{height:100px;}
    .height-150-m{height:150px;}
    .height-200-m{height:200px;}
    .height-250-m{height:250px;}
    .height-300-m{height:300px;}
    .height-350-m{height:350px;}
    .height-400-m{height:400px;}
    .height-450-m{height:450px;}
    .height-500-m{height:500px;}
    .width-25-m{width:25px;}
    .width-50-m{width:50px;}
    .width-75-m{width:75px;}
    .width-100-m{width:100px;}
    .width-150-m{width:150px;}
    .width-200-m{width:200px;}
    .width-250-m{width:250px;}
    .width-300-m{width:300px;}
    .width-350-m{width:350px;}
    .width-400-m{width:400px;}
    .width-450-m{width:450px;}
    .width-500-m{width:500px;}
    .width-auto-m{width:auto!important;}
    .width-full-m{width:100%!important;}
    .width-10vw-m{width:10vw!important;}
    .width-20vw-m{width:20vw!important;}
    .width-30vw-m{width:30vw!important;}
    .width-40vw-m{width:40vw!important;}
    .width-50vw-m{width:50vw!important;}
    .width-60vw-m{width:60vw!important;}
    .width-70vw-m{width:70vw!important;}
    .width-80vw-m{width:80vw!important;}
    .width-90vw-m{width:90vw!important;}
    .width-100vw-m{width:100vw!important;}
    .width-10p-m{width:10%!important;}
    .width-20p-m{width:20%!important;}
    .width-25p-m{width:25%!important;}
    .width-30p-m{width:30%!important;}
    .width-33p-m{width:33%!important;}
    .width-40p-m{width:40%!important;}
    .width-50p-m{width:50%!important;}
    .width-60p-m{width:60%!important;}
    .width-70p-m{width:70%!important;}
    .width-80p-m{width:80%!important;}
    .width-90p-m{width:90%!important;}
    .width-100p-m{width:100%!important;}
}
/*
 * L sizes
 * min: 1200px
 * max: 1499px
*/
@media screen and (min-width:75em) and (max-width:calc(94em - 1em)){


    .vertical-align-l{
        top:50%;
        transform:translateY(-50%);
        position: relative;
    }
    .row-l{
        display:grid;
        grid-template-columns: repeat(auto-fit,minmax(50px,1fr));
        width:100%;
        align-items: center;
        grid-auto-rows: 1fr;
    }
    .row-2-sidebar-l{grid-template-columns: 1fr calc(320px + 4em);align-items:inherit}
    .row-2-sidebar-reverse-l{grid-template-columns: calc(320px + 4em) 1fr;align-items:inherit}
    .row-2-80-20-l{grid-template-columns: 80% 20%;}
    .row-2-75-25-l{grid-template-columns: 75% 25%;}
    .row-2-66-34-l{grid-template-columns: 66% 34%;}
    .row-2-50-l{grid-template-columns: 50% 50%;}
    .row-2-34-66-l{grid-template-columns: 34% 66%;}
    .row-2-25-75-l{grid-template-columns: 25% 75%;}
    .row-2-20-80-l{grid-template-columns: 20% 80%;}
    .row-3-33-l{grid-template-columns: repeat(3,33.33%);}
    .row-3-20-40-40-l{grid-template-columns: 20% 40% 40%;}
    .row-3-40-20-40-l{grid-template-columns: 40% 20% 40%;}
    .row-3-20-60-20-l{grid-template-columns: 20% 60% 20%;}
    .row-3-30-40-30-l{grid-template-columns: 30% 40% 30%;}
    .row-3-25-50-25-l{grid-template-columns: 25% 50% 25%;}
    .row-3-30-50-20-l{grid-template-columns: 30% 50% 20%;}
    .row-4-25-l{grid-template-columns: repeat(4,25%);}
    .row-8-12-l{grid-template-columns: repeat(8,12.5%);}

    .text-center-l{text-align: center;}
    .text-right-l{text-align: right;}
    .text-left-l{text-align: left;}
    .inline-block-xs{display: block;}
    .inline-block-s{display: block;}
    .inline-block-m{display: block;}
    .inline-block-l{display: inline-block;}
    .inline-block-xl{display: block;}
    h1,.h1{
        font-size:30px;
    }
    h2,.h2{
        font-size:25px;
    }
    h3,.h3{
        font-size:22px;
    }
    h4,.h4{
        font-size:20px;
    }
    h5,.h5{
        font-size:18px;
    }
    h6,.h6{
        font-size:16px;
    }
    p,.p{
        font-size:12px;
        margin-bottom:1em;
        line-height: 1.2em;
    }
    .fsize-l-50{font-size: 50px;line-height: 1em;}
    .fsize-l-48{font-size: 48px;line-height: 1em;}
    .fsize-l-46{font-size: 46px;line-height: 1em;}
    .fsize-l-44{font-size: 44px;line-height: 1em;}
    .fsize-l-42{font-size: 42px;line-height: 1em;}
    .fsize-l-40{font-size: 40px;line-height: 1em;}
    .fsize-l-38{font-size: 38px;line-height: 1em;}
    .fsize-l-36{font-size: 36px;line-height: 1em;}
    .fsize-l-34{font-size: 34px;line-height: 1em;}
    .fsize-l-32{font-size: 32px;line-height: 1em;}
    .fsize-l-30{font-size: 30px;line-height: 1em;}
    .fsize-l-28{font-size: 28px;line-height: 1em;}
    .fsize-l-26{font-size: 26px;line-height: 1em;}
    .fsize-l-24{font-size: 24px;line-height: 1em;}
    .fsize-l-22{font-size: 22px;line-height: 1em;}
    .fsize-l-20{font-size: 20px;line-height: 1em;}
    .fsize-l-18{font-size: 18px;line-height: 1em;}
    .fsize-l-16{font-size: 16px;line-height: 1em;}
    .fsize-l-14{font-size: 14px;line-height: 1em;}
    .fsize-l-12{font-size: 12px;line-height: 1em;}
    .bottom-auto-l{bottom:auto;}
    .border-radius-0-l{border-radius: 0;}
    .border-radius-1-l{border-radius: 1px;}
    .border-radius-2-l{border-radius: 2px;}
    .border-radius-3-l{border-radius: 3px;}
    .border-radius-4-l{border-radius: 4px;}
    .border-radius-5-l{border-radius: 5px;}
    .border-radius-6-l{border-radius: 6px;}
    .border-radius-7-l{border-radius: 7px;}
    .border-radius-8-l{border-radius: 8px;}
    .border-radius-9-l{border-radius: 9px;}
    .border-radius-10-l{border-radius: 10px;}
    .border-radius-11-l{border-radius: 11px;}
    .border-radius-12-l{border-radius: 12px;}
    .border-radius-13-l{border-radius: 13px;}
    .border-radius-14-l{border-radius: 14px;}
    .border-radius-15-l{border-radius: 15px;}
    .border-radius-30-l{border-radius: 30px;}
    .margin-auto-l{margin:auto;}
    .padding-0-l{padding:0px;}
    .padding-5-l{padding:5px;}
    .padding-10-l{padding:10px;}
    .padding-15-l{padding:15px;}
    .padding-20-l{padding:20px;}
    .padding-25-l{padding:25px;}
    .padding-30-l{padding:30px;}
    .padding-35-l{padding:35px;}
    .padding-40-l{padding:40px;}
    .padding-45-l{padding:45px;}
    .padding-50-l{padding:50px;}
    .padding-top-0-l{padding-top:0px;}
    .padding-top-5-l{padding-top:5px;}
    .padding-top-10-l{padding-top:10px;}
    .padding-top-15-l{padding-top:15px;}
    .padding-top-20-l{padding-top:20px;}
    .padding-top-25-l{padding-top:25px;}
    .padding-top-30-l{padding-top:30px;}
    .padding-top-35-l{padding-top:35px;}
    .padding-top-40-l{padding-top:40px;}
    .padding-top-45-l{padding-top:45px;}
    .padding-top-50-l{padding-top:50px;}
    .padding-bottom-0-l{padding-bottom:0px;}
    .padding-bottom-5-l{padding-bottom:5px;}
    .padding-bottom-10-l{padding-bottom:10px;}
    .padding-bottom-15-l{padding-bottom:15px;}
    .padding-bottom-20-l{padding-bottom:20px;}
    .padding-bottom-25-l{padding-bottom:25px;}
    .padding-bottom-30-l{padding-bottom:30px;}
    .padding-bottom-35-l{padding-bottom:35px;}
    .padding-bottom-40-l{padding-bottom:40px;}
    .padding-bottom-45-l{padding-bottom:45px;}
    .padding-bottom-50-l{padding-bottom:50px;}
    .padding-vertical-0-l{padding-bottom:0px;padding-top:0px;}
    .padding-vertical-5-l{padding-bottom:5px;padding-top:5px;}
    .padding-vertical-10-l{padding-bottom:10px;padding-top:10px;}
    .padding-vertical-15-l{padding-bottom:15px;padding-top:15px;}
    .padding-vertical-20-l{padding-bottom:20px;padding-top:20px;}
    .padding-vertical-25-l{padding-bottom:25px;padding-top:25px;}
    .padding-vertical-30-l{padding-bottom:30px;padding-top:30px;}
    .padding-vertical-35-l{padding-bottom:35px;padding-top:35px;}
    .padding-vertical-40-l{padding-bottom:40px;padding-top:40px;}
    .padding-vertical-45-l{padding-bottom:45px;padding-top:45px;}
    .padding-vertical-50-l{padding-bottom:50px;padding-top:50px;}
    .padding-left-0-l{padding-left:0px;}
    .padding-left-5-l{padding-left:5px;}
    .padding-left-10-l{padding-left:10px;}
    .padding-left-15-l{padding-left:15px;}
    .padding-left-20-l{padding-left:20px;}
    .padding-left-25-l{padding-left:25px;}
    .padding-left-30-l{padding-left:30px;}
    .padding-left-35-l{padding-left:35px;}
    .padding-left-40-l{padding-left:40px;}
    .padding-left-45-l{padding-left:45px;}
    .padding-left-50-l{padding-left:50px;}
    .padding-right-0-l{padding-right:0px;}
    .padding-right-5-l{padding-right:5px;}
    .padding-right-10-l{padding-right:10px;}
    .padding-right-15-l{padding-right:15px;}
    .padding-right-20-l{padding-right:20px;}
    .padding-right-25-l{padding-right:25px;}
    .padding-right-30-l{padding-right:30px;}
    .padding-right-35-l{padding-right:35px;}
    .padding-right-40-l{padding-right:40px;}
    .padding-right-45-l{padding-right:45px;}
    .padding-right-50-l{padding-right:50px;}
    .padding-horizontal-0-l{padding-right:0px;padding-left:0px;}
    .padding-horizontal-5-l{padding-right:5px;padding-left:5px;}
    .padding-horizontal-10-l{padding-right:10px;padding-left:10px;}
    .padding-horizontal-15-l{padding-right:15px;padding-left:15px;}
    .padding-horizontal-20-l{padding-right:20px;padding-left:20px;}
    .padding-horizontal-25-l{padding-right:25px;padding-left:25px;}
    .padding-horizontal-30-l{padding-right:30px;padding-left:30px;}
    .padding-horizontal-35-l{padding-right:35px;padding-left:35px;}
    .padding-horizontal-40-l{padding-right:40px;padding-left:40px;}
    .padding-horizontal-45-l{padding-right:45px;padding-left:45px;}
    .padding-horizontal-50-l{padding-right:50px;padding-left:50px;}
    .margin-0-l{margin:0px;}
    .margin-5-l{margin:5px;}
    .margin-10-l{margin:10px;}
    .margin-15-l{margin:15px;}
    .margin-20-l{margin:20px;}
    .margin-25-l{margin:25px;}
    .margin-30-l{margin:30px;}
    .margin-35-l{margin:35px;}
    .margin-40-l{margin:40px;}
    .margin-45-l{margin:45px;}
    .margin-50-l{margin:50px;}
    .margin-top-0-l{margin-top:0px;}
    .margin-top-5-l{margin-top:5px;}
    .margin-top-10-l{margin-top:10px;}
    .margin-top-15-l{margin-top:15px;}
    .margin-top-20-l{margin-top:20px;}
    .margin-top-25-l{margin-top:25px;}
    .margin-top-30-l{margin-top:30px;}
    .margin-top-35-l{margin-top:35px;}
    .margin-top-40-l{margin-top:40px;}
    .margin-top-45-l{margin-top:45px;}
    .margin-top-50-l{margin-top:50px;}
    .margin-top-minus-10vh-l{margin-top:-10vh;}
    .margin-top-minus-20vh-l{margin-top:-20vh;}
    .margin-top-minus-30vh-l{margin-top:-30vh;}
    .margin-top-minus-40vh-l{margin-top:-40vh;}
    .margin-top-minus-50vh-l{margin-top:-50vh;}
    .margin-top-minus-60vh-l{margin-top:-60vh;}
    .margin-top-minus-70vh-l{margin-top:-70vh;}
    .margin-top-minus-80vh-l{margin-top:-80vh;}
    .margin-top-minus-90vh-l{margin-top:-90vh;}
    .margin-top-minus-100vh-l{margin-top:-100vh;}
    .margin-bottom-0-l{margin-bottom:0px;}
    .margin-bottom-5-l{margin-bottom:5px;}
    .margin-bottom-10-l{margin-bottom:10px;}
    .margin-bottom-15-l{margin-bottom:15px;}
    .margin-bottom-20-l{margin-bottom:20px;}
    .margin-bottom-25-l{margin-bottom:25px;}
    .margin-bottom-30-l{margin-bottom:30px;}
    .margin-bottom-35-l{margin-bottom:35px;}
    .margin-bottom-40-l{margin-bottom:40px;}
    .margin-bottom-45-l{margin-bottom:45px;}
    .margin-bottom-50-l{margin-bottom:50px;}
    .margin-vertical-0-l{margin-bottom:0px;margin-top:0px;}
    .margin-vertical-5-l{margin-bottom:5px;margin-top:5px;}
    .margin-vertical-10-l{margin-bottom:10px;margin-top:10px;}
    .margin-vertical-15-l{margin-bottom:15px;margin-top:15px;}
    .margin-vertical-20-l{margin-bottom:20px;margin-top:20px;}
    .margin-vertical-25-l{margin-bottom:25px;margin-top:25px;}
    .margin-vertical-30-l{margin-bottom:30px;margin-top:30px;}
    .margin-vertical-35-l{margin-bottom:35px;margin-top:35px;}
    .margin-vertical-40-l{margin-bottom:40px;margin-top:40px;}
    .margin-vertical-45-l{margin-bottom:45px;margin-top:45px;}
    .margin-vertical-50-l{margin-bottom:50px;margin-top:50px;}
    .margin-left-0-l{margin-left:0px;}
    .margin-left-5-l{margin-left:5px;}
    .margin-left-10-l{margin-left:10px;}
    .margin-left-15-l{margin-left:15px;}
    .margin-left-20-l{margin-left:20px;}
    .margin-left-25-l{margin-left:25px;}
    .margin-left-30-l{margin-left:30px;}
    .margin-left-35-l{margin-left:35px;}
    .margin-left-40-l{margin-left:40px;}
    .margin-left-45-l{margin-left:45px;}
    .margin-left-50-l{margin-left:50px;}
    .margin-right-0-l{margin-right:0px;}
    .margin-right-5-l{margin-right:5px;}
    .margin-right-10-l{margin-right:10px;}
    .margin-right-15-l{margin-right:15px;}
    .margin-right-20-l{margin-right:20px;}
    .margin-right-25-l{margin-right:25px;}
    .margin-right-30-l{margin-right:30px;}
    .margin-right-35-l{margin-right:35px;}
    .margin-right-40-l{margin-right:40px;}
    .margin-right-45-l{margin-right:45px;}
    .margin-right-50-l{margin-right:50px;}
    .margin-horizontal-0-l{margin-right:0px;margin-left:0px;}
    .margin-horizontal-5-l{margin-right:5px;margin-left:5px;}
    .margin-horizontal-10-l{margin-right:10px;margin-left:10px;}
    .margin-horizontal-15-l{margin-right:15px;margin-left:15px;}
    .margin-horizontal-20-l{margin-right:20px;margin-left:20px;}
    .margin-horizontal-25-l{margin-right:25px;margin-left:25px;}
    .margin-horizontal-30-l{margin-right:30px;margin-left:30px;}
    .margin-horizontal-35-l{margin-right:35px;margin-left:35px;}
    .margin-horizontal-40-l{margin-right:40px;margin-left:40px;}
    .margin-horizontal-45-l{margin-right:45px;margin-left:45px;}
    .margin-horizontal-50-l{margin-right:50px;margin-left:50px;}
    .padding-1em-l{padding:1em;}
    .padding-vertical-1em-l{padding:1em 0;}
    .padding-horizontal-1em-l{padding:0 1em;}
    .padding-bottom-1em-l{padding-bottom:1em;}
    .padding-top-1em-l{padding-top:1em;}
    .padding-left-1em-l{padding-left:1em;}
    .padding-right-1em-l{padding-right:1em;}
    .margin-1em-l{margin:1em;}
    .margin-vertical-1em-l{margin-top:1em;margin-bottom:1em;}
    .margin-horizontal-1em-l{margin-left:1em;margin-right:1em;}
    .margin-bottom-1em-l{margin-bottom:1em;}
    .margin-top-1em-l{margin-top:1em;}
    .margin-left-1em-l{margin-left:1em;}
    .margin-right-1em-l{margin-right:1em;}
    .height-05vh-l{height:05vh;}
    .height-10vh-l{height:10vh;}
    .height-15vh-l{height:15vh;}
    .height-20vh-l{height:20vh;}
    .height-25vh-l{height:25vh;}
    .height-30vh-l{height:30vh;}
    .height-35vh-l{height:35vh;}
    .height-40vh-l{height:40vh;}
    .height-45vh-l{height:45vh;}
    .height-50vh-l{height:50vh;}
    .height-55vh-l{height:55vh;}
    .height-60vh-l{height:60vh;}
    .height-65vh-l{height:65vh;}
    .height-70vh-l{height:70vh;}
    .height-75vh-l{height:75vh;}
    .height-80vh-l{height:80vh;}
    .height-85vh-l{height:85vh;}
    .height-90vh-l{height:90vh;}
    .height-95vh-l{height:95vh;}
    .height-05p-l{height:05%;}
    .height-10p-l{height:10%;}
    .height-15p-l{height:15%;}
    .height-20p-l{height:20%;}
    .height-25p-l{height:25%;}
    .height-30p-l{height:30%;}
    .height-35p-l{height:35%;}
    .height-40p-l{height:40%;}
    .height-45p-l{height:45%;}
    .height-50p-l{height:50%;}
    .height-55p-l{height:55%;}
    .height-60p-l{height:60%;}
    .height-65p-l{height:65%;}
    .height-70p-l{height:70%;}
    .height-75p-l{height:75%;}
    .height-80p-l{height:80%;}
    .height-85p-l{height:85%;}
    .height-90p-l{height:90%;}
    .height-95p-l{height:95%;}
    .height-100p-l{height:100%;}
    .width-100p-padded-l{width:calc(100% - 2em)!important;}
    .max-none-l{max-width: none;max-height: none;}
    .height-minus-menu-l{height:calc(100vh - 50px);}
    .max-width-none-l{max-width: none;}
    .max-height-none-l{max-height: none;}
    .max-width-100-l{max-width: 100%;}
    .max-height-100-l{max-height: 100%;}
    .height-auto-l{height:auto!important;max-height: unset;}
    .height-1em-l{height:1em!important;}
    .height-25-l{height:25px;}
    .height-30-l{height:30px;}
    .height-40-l{height:40px;}
    .height-50-l{height:50px;}
    .height-75-l{height:75px;}
    .height-100-l{height:100px;}
    .height-150-l{height:150px;}
    .height-200-l{height:200px;}
    .height-250-l{height:250px;}
    .height-300-l{height:300px;}
    .height-350-l{height:350px;}
    .height-400-l{height:400px;}
    .height-450-l{height:450px;}
    .height-500-l{height:500px;}
    .width-25-l{width:25px;}
    .width-50-l{width:50px;}
    .width-75-l{width:75px;}
    .width-100-l{width:100px;}
    .width-150-l{width:150px;}
    .width-200-l{width:200px;}
    .width-250-l{width:250px;}
    .width-300-l{width:300px;}
    .width-350-l{width:350px;}
    .width-400-l{width:400px;}
    .width-450-l{width:450px;}
    .width-500-l{width:500px;}
    .width-auto-l{width:auto!important;}
    .width-full-l{width:100%!important;}
    .width-10vw-l{width:10vw!important;}
    .width-20vw-l{width:20vw!important;}
    .width-30vw-l{width:30vw!important;}
    .width-40vw-l{width:40vw!important;}
    .width-50vw-l{width:50vw!important;}
    .width-60vw-l{width:60vw!important;}
    .width-70vw-l{width:70vw!important;}
    .width-80vw-l{width:80vw!important;}
    .width-90vw-l{width:90vw!important;}
    .width-100vw-l{width:100vw!important;}
    .width-10p-l{width:10%!important;}
    .width-20p-l{width:20%!important;}
    .width-25p-l{width:25%!important;}
    .width-30p-l{width:30%!important;}
    .width-33p-l{width:33%!important;}
    .width-40p-l{width:40%!important;}
    .width-50p-l{width:50%!important;}
    .width-60p-l{width:60%!important;}
    .width-70p-l{width:70%!important;}
    .width-80p-l{width:80%!important;}
    .width-90p-l{width:90%!important;}
    .width-100p-l{width:100%!important;}
}
/*
 * XL sizes
 * min: 1500px
*/
@media screen and (min-width:94em){

    .vertical-align-xl{
        top:50%;
        transform:translateY(-50%);
        position: relative;
    }
    .row-xl{
        display:grid;
        grid-template-columns: repeat(auto-fit,minmax(50px,1fr));
        width:100%;
        align-items: center;
        grid-auto-rows: 1fr;
    }
    .row-2-sidebar-xl{grid-template-columns: 1fr calc(320px + 4em);align-items:inherit}
    .row-2-sidebar-reverse-xl{grid-template-columns: calc(320px + 4em) 1fr;align-items:inherit}
    .row-2-80-20-xl{grid-template-columns: 80% 20%;}
    .row-2-75-25-xl{grid-template-columns: 75% 25%;}
    .row-2-66-34-xl{grid-template-columns: 66% 34%;}
    .row-2-50-xl{grid-template-columns: 50% 50%;}
    .row-2-34-66-xl{grid-template-columns: 34% 66%;}
    .row-2-25-75-xl{grid-template-columns: 25% 75%;}
    .row-2-20-80-xl{grid-template-columns: 20% 80%;}
    .row-3-33-l{grid-template-columns: repeat(3,33.33%);}
    .row-3-20-40-40-xl{grid-template-columns: 20% 40% 40%;}
    .row-3-40-20-40-xl{grid-template-columns: 40% 20% 40%;}
    .row-3-20-60-20-xl{grid-template-columns: 20% 60% 20%;}
    .row-3-30-40-30-xl{grid-template-columns: 30% 40% 30%;}
    .row-3-25-50-25-xl{grid-template-columns: 25% 50% 25%;}
    .row-3-30-50-20-xl{grid-template-columns: 30% 50% 20%;}
    .row-4-25-xl{grid-template-columns: repeat(4,25%);}
    .row-8-12-xl{grid-template-columns: repeat(8,12.5%);}
    
    
    .text-center-xl{text-align: center;}
    .text-right-xl{text-align: right;}
    .text-left-xl{text-align: left;}
    .inline-block-xs{display: block;}
    .inline-block-s{display: block;}
    .inline-block-m{display: block;}
    .inline-block-l{display: block;}
    .inline-block-xl{display: inline-block;}
    h1,.h1{
        font-size:30px;
    }
    h2,.h2{
        font-size:27px;
    }
    h3,.h3{
        font-size:24px;
    }
    h4,.h4{
        font-size:21px;
    }
    h5,.h5{
        font-size:18px;
    }
    h6,.h6{
        font-size:16px;
    }
    p,.p{
        font-size:14px;
        margin-bottom:1em;
        line-height: 1.2em;
    }
    .fsize-xl-50{font-size: 50px;line-height: 1em;}
    .fsize-xl-48{font-size: 48px;line-height: 1em;}
    .fsize-xl-46{font-size: 46px;line-height: 1em;}
    .fsize-xl-44{font-size: 44px;line-height: 1em;}
    .fsize-xl-42{font-size: 42px;line-height: 1em;}
    .fsize-xl-40{font-size: 40px;line-height: 1em;}
    .fsize-xl-38{font-size: 38px;line-height: 1em;}
    .fsize-xl-36{font-size: 36px;line-height: 1em;}
    .fsize-xl-34{font-size: 34px;line-height: 1em;}
    .fsize-xl-32{font-size: 32px;line-height: 1em;}
    .fsize-xl-30{font-size: 30px;line-height: 1em;}
    .fsize-xl-28{font-size: 28px;line-height: 1em;}
    .fsize-xl-26{font-size: 26px;line-height: 1em;}
    .fsize-xl-24{font-size: 24px;line-height: 1em;}
    .fsize-xl-22{font-size: 22px;line-height: 1em;}
    .fsize-xl-20{font-size: 20px;line-height: 1em;}
    .fsize-xl-18{font-size: 18px;line-height: 1em;}
    .fsize-xl-16{font-size: 16px;line-height: 1em;}
    .fsize-xl-14{font-size: 14px;line-height: 1em;}
    .fsize-xl-12{font-size: 12px;line-height: 1em;}
    .bottom-auto-xl{bottom:auto;}
    .border-radius-0-xl{border-radius: 0;}
    .border-radius-1-xl{border-radius: 1px;}
    .border-radius-2-xl{border-radius: 2px;}
    .border-radius-3-xl{border-radius: 3px;}
    .border-radius-4-xl{border-radius: 4px;}
    .border-radius-5-xl{border-radius: 5px;}
    .border-radius-6-xl{border-radius: 6px;}
    .border-radius-7-xl{border-radius: 7px;}
    .border-radius-8-xl{border-radius: 8px;}
    .border-radius-9-xl{border-radius: 9px;}
    .border-radius-10-xl{border-radius: 10px;}
    .border-radius-11-xl{border-radius: 11px;}
    .border-radius-12-xl{border-radius: 12px;}
    .border-radius-13-xl{border-radius: 13px;}
    .border-radius-14-xl{border-radius: 14px;}
    .border-radius-15-xl{border-radius: 15px;}
    .border-radius-30-xl{border-radius: 30px;}
    .margin-auto-xl{margin:auto;}
    .padding-0-xl{padding:0px;}
    .padding-5-xl{padding:5px;}
    .padding-10-xl{padding:10px;}
    .padding-15-xl{padding:15px;}
    .padding-20-xl{padding:20px;}
    .padding-25-xl{padding:25px;}
    .padding-30-xl{padding:30px;}
    .padding-35-xl{padding:35px;}
    .padding-40-xl{padding:40px;}
    .padding-45-xl{padding:45px;}
    .padding-50-xl{padding:50px;}
    .padding-top-0-xl{padding-top:0px;}
    .padding-top-5-xl{padding-top:5px;}
    .padding-top-10-xl{padding-top:10px;}
    .padding-top-15-xl{padding-top:15px;}
    .padding-top-20-xl{padding-top:20px;}
    .padding-top-25-xl{padding-top:25px;}
    .padding-top-30-xl{padding-top:30px;}
    .padding-top-35-xl{padding-top:35px;}
    .padding-top-40-xl{padding-top:40px;}
    .padding-top-45-xl{padding-top:45px;}
    .padding-top-50-xl{padding-top:50px;}
    .padding-bottom-0-xl{padding-bottom:0px;}
    .padding-bottom-5-xl{padding-bottom:5px;}
    .padding-bottom-10-xl{padding-bottom:10px;}
    .padding-bottom-15-xl{padding-bottom:15px;}
    .padding-bottom-20-xl{padding-bottom:20px;}
    .padding-bottom-25-xl{padding-bottom:25px;}
    .padding-bottom-30-xl{padding-bottom:30px;}
    .padding-bottom-35-xl{padding-bottom:35px;}
    .padding-bottom-40-xl{padding-bottom:40px;}
    .padding-bottom-45-xl{padding-bottom:45px;}
    .padding-bottom-50-xl{padding-bottom:50px;}
    .padding-vertical-0-xl{padding-bottom:0px;padding-top:0px;}
    .padding-vertical-5-xl{padding-bottom:5px;padding-top:5px;}
    .padding-vertical-10-xl{padding-bottom:10px;padding-top:10px;}
    .padding-vertical-15-xl{padding-bottom:15px;padding-top:15px;}
    .padding-vertical-20-xl{padding-bottom:20px;padding-top:20px;}
    .padding-vertical-25-xl{padding-bottom:25px;padding-top:25px;}
    .padding-vertical-30-xl{padding-bottom:30px;padding-top:30px;}
    .padding-vertical-35-xl{padding-bottom:35px;padding-top:35px;}
    .padding-vertical-40-xl{padding-bottom:40px;padding-top:40px;}
    .padding-vertical-45-xl{padding-bottom:45px;padding-top:45px;}
    .padding-vertical-50-xl{padding-bottom:50px;padding-top:50px;}
    .padding-left-0-xl{padding-left:0px;}
    .padding-left-5-xl{padding-left:5px;}
    .padding-left-10-xl{padding-left:10px;}
    .padding-left-15-xl{padding-left:15px;}
    .padding-left-20-xl{padding-left:20px;}
    .padding-left-25-xl{padding-left:25px;}
    .padding-left-30-xl{padding-left:30px;}
    .padding-left-35-xl{padding-left:35px;}
    .padding-left-40-xl{padding-left:40px;}
    .padding-left-45-xl{padding-left:45px;}
    .padding-left-50-xl{padding-left:50px;}
    .padding-right-0-xl{padding-right:0px;}
    .padding-right-5-xl{padding-right:5px;}
    .padding-right-10-xl{padding-right:10px;}
    .padding-right-15-xl{padding-right:15px;}
    .padding-right-20-xl{padding-right:20px;}
    .padding-right-25-xl{padding-right:25px;}
    .padding-right-30-xl{padding-right:30px;}
    .padding-right-35-xl{padding-right:35px;}
    .padding-right-40-xl{padding-right:40px;}
    .padding-right-45-xl{padding-right:45px;}
    .padding-right-50-xl{padding-right:50px;}
    .padding-horizontal-0-xl{padding-right:0px;padding-left:0px;}
    .padding-horizontal-5-xl{padding-right:5px;padding-left:5px;}
    .padding-horizontal-10-xl{padding-right:10px;padding-left:10px;}
    .padding-horizontal-15-xl{padding-right:15px;padding-left:15px;}
    .padding-horizontal-20-xl{padding-right:20px;padding-left:20px;}
    .padding-horizontal-25-xl{padding-right:25px;padding-left:25px;}
    .padding-horizontal-30-xl{padding-right:30px;padding-left:30px;}
    .padding-horizontal-35-xl{padding-right:35px;padding-left:35px;}
    .padding-horizontal-40-xl{padding-right:40px;padding-left:40px;}
    .padding-horizontal-45-xl{padding-right:45px;padding-left:45px;}
    .padding-horizontal-50-xl{padding-right:50px;padding-left:50px;}
    .margin-0-xl{margin:0px;}
    .margin-5-xl{margin:5px;}
    .margin-10-xl{margin:10px;}
    .margin-15-xl{margin:15px;}
    .margin-20-xl{margin:20px;}
    .margin-25-xl{margin:25px;}
    .margin-30-xl{margin:30px;}
    .margin-35-xl{margin:35px;}
    .margin-40-xl{margin:40px;}
    .margin-45-xl{margin:45px;}
    .margin-50-xl{margin:50px;}
    .margin-top-0-xl{margin-top:0px;}
    .margin-top-5-xl{margin-top:5px;}
    .margin-top-10-xl{margin-top:10px;}
    .margin-top-15-xl{margin-top:15px;}
    .margin-top-20-xl{margin-top:20px;}
    .margin-top-25-xl{margin-top:25px;}
    .margin-top-30-xl{margin-top:30px;}
    .margin-top-35-xl{margin-top:35px;}
    .margin-top-40-xl{margin-top:40px;}
    .margin-top-45-xl{margin-top:45px;}
    .margin-top-50-xl{margin-top:50px;}
    .margin-top-minus-10vh-xl{margin-top:-10vh;}
    .margin-top-minus-20vh-xl{margin-top:-20vh;}
    .margin-top-minus-30vh-xl{margin-top:-30vh;}
    .margin-top-minus-40vh-xl{margin-top:-40vh;}
    .margin-top-minus-50vh-xl{margin-top:-50vh;}
    .margin-top-minus-60vh-xl{margin-top:-60vh;}
    .margin-top-minus-70vh-xl{margin-top:-70vh;}
    .margin-top-minus-80vh-xl{margin-top:-80vh;}
    .margin-top-minus-90vh-xl{margin-top:-90vh;}
    .margin-top-minus-100vh-xl{margin-top:-100vh;}
    .margin-bottom-0-xl{margin-bottom:0px;}
    .margin-bottom-5-xl{margin-bottom:5px;}
    .margin-bottom-10-xl{margin-bottom:10px;}
    .margin-bottom-15-xl{margin-bottom:15px;}
    .margin-bottom-20-xl{margin-bottom:20px;}
    .margin-bottom-25-xl{margin-bottom:25px;}
    .margin-bottom-30-xl{margin-bottom:30px;}
    .margin-bottom-35-xl{margin-bottom:35px;}
    .margin-bottom-40-xl{margin-bottom:40px;}
    .margin-bottom-45-xl{margin-bottom:45px;}
    .margin-bottom-50-xl{margin-bottom:50px;}
    .margin-vertical-0-xl{margin-bottom:0px;margin-top:0px;}
    .margin-vertical-5-xl{margin-bottom:5px;margin-top:5px;}
    .margin-vertical-10-xl{margin-bottom:10px;margin-top:10px;}
    .margin-vertical-15-xl{margin-bottom:15px;margin-top:15px;}
    .margin-vertical-20-xl{margin-bottom:20px;margin-top:20px;}
    .margin-vertical-25-xl{margin-bottom:25px;margin-top:25px;}
    .margin-vertical-30-xl{margin-bottom:30px;margin-top:30px;}
    .margin-vertical-35-xl{margin-bottom:35px;margin-top:35px;}
    .margin-vertical-40-xl{margin-bottom:40px;margin-top:40px;}
    .margin-vertical-45-xl{margin-bottom:45px;margin-top:45px;}
    .margin-vertical-50-xl{margin-bottom:50px;margin-top:50px;}
    .margin-left-0-xl{margin-left:0px;}
    .margin-left-5-xl{margin-left:5px;}
    .margin-left-10-xl{margin-left:10px;}
    .margin-left-15-xl{margin-left:15px;}
    .margin-left-20-xl{margin-left:20px;}
    .margin-left-25-xl{margin-left:25px;}
    .margin-left-30-xl{margin-left:30px;}
    .margin-left-35-xl{margin-left:35px;}
    .margin-left-40-xl{margin-left:40px;}
    .margin-left-45-xl{margin-left:45px;}
    .margin-left-50-xl{margin-left:50px;}
    .margin-right-0-xl{margin-right:0px;}
    .margin-right-5-xl{margin-right:5px;}
    .margin-right-10-xl{margin-right:10px;}
    .margin-right-15-xl{margin-right:15px;}
    .margin-right-20-xl{margin-right:20px;}
    .margin-right-25-xl{margin-right:25px;}
    .margin-right-30-xl{margin-right:30px;}
    .margin-right-35-xl{margin-right:35px;}
    .margin-right-40-xl{margin-right:40px;}
    .margin-right-45-xl{margin-right:45px;}
    .margin-right-50-xl{margin-right:50px;}
    .margin-horizontal-0-xl{margin-right:0px;margin-left:0px;}
    .margin-horizontal-5-xl{margin-right:5px;margin-left:5px;}
    .margin-horizontal-10-xl{margin-right:10px;margin-left:10px;}
    .margin-horizontal-15-xl{margin-right:15px;margin-left:15px;}
    .margin-horizontal-20-xl{margin-right:20px;margin-left:20px;}
    .margin-horizontal-25-xl{margin-right:25px;margin-left:25px;}
    .margin-horizontal-30-xl{margin-right:30px;margin-left:30px;}
    .margin-horizontal-35-xl{margin-right:35px;margin-left:35px;}
    .margin-horizontal-40-xl{margin-right:40px;margin-left:40px;}
    .margin-horizontal-45-xl{margin-right:45px;margin-left:45px;}
    .margin-horizontal-50-xl{margin-right:50px;margin-left:50px;}
    .padding-1em-xl{padding:1em;}
    .padding-vertical-1em-xl{padding:1em 0;}
    .padding-horizontal-1em-xl{padding:0 1em;}
    .padding-bottom-1em-xl{padding-bottom:1em;}
    .padding-top-1em-xl{padding-top:1em;}
    .padding-left-1em-xl{padding-left:1em;}
    .padding-right-1em-xl{padding-right:1em;}
    .margin-1em-xl{margin:1em;}
    .margin-vertical-1em-xl{margin-top:1em;margin-bottom:1em;}
    .margin-horizontal-1em-xl{margin-left:1em;margin-right:1em;}
    .margin-bottom-1em-xl{margin-bottom:1em;}
    .margin-top-1em-xl{margin-top:1em;}
    .margin-left-1em-xl{margin-left:1em;}
    .margin-right-1em-xl{margin-right:1em;}
    .height-05vh-xl{height:05vh;}
    .height-10vh-xl{height:10vh;}
    .height-15vh-xl{height:15vh;}
    .height-20vh-xl{height:20vh;}
    .height-25vh-xl{height:25vh;}
    .height-30vh-xl{height:30vh;}
    .height-35vh-xl{height:35vh;}
    .height-40vh-xl{height:40vh;}
    .height-45vh-xl{height:45vh;}
    .height-50vh-xl{height:50vh;}
    .height-55vh-xl{height:55vh;}
    .height-60vh-xl{height:60vh;}
    .height-65vh-xl{height:65vh;}
    .height-70vh-xl{height:70vh;}
    .height-75vh-xl{height:75vh;}
    .height-80vh-xl{height:80vh;}
    .height-85vh-xl{height:85vh;}
    .height-90vh-xl{height:90vh;}
    .height-95vh-xl{height:95vh;}
    .height-05p-xl{height:05%;}
    .height-10p-xl{height:10%;}
    .height-15p-xl{height:15%;}
    .height-20p-xl{height:20%;}
    .height-25p-xl{height:25%;}
    .height-30p-xl{height:30%;}
    .height-35p-xl{height:35%;}
    .height-40p-xl{height:40%;}
    .height-45p-xl{height:45%;}
    .height-50p-xl{height:50%;}
    .height-55p-xl{height:55%;}
    .height-60p-xl{height:60%;}
    .height-65p-xl{height:65%;}
    .height-70p-xl{height:70%;}
    .height-75p-xl{height:75%;}
    .height-80p-xl{height:80%;}
    .height-85p-xl{height:85%;}
    .height-90p-xl{height:90%;}
    .height-95p-xl{height:95%;}
    .height-100p-xl{height:100%;}
    .width-100p-padded-xl{width:calc(100% - 2em)!important;}
    .max-none-xl{max-width: none;max-height: none;}
    .height-minus-menu-xl{height:calc(100vh - 50px);}
    .max-width-none-xl{max-width: none;}
    .max-height-none-xl{max-height: none;}
    .max-width-100-xl{max-width: 100%;}
    .max-height-100-xl{max-height: 100%;}
    .height-auto-xl{height:auto!important;max-height: unset;}
    .height-1em-xl{height:1em!important;}
    .height-25-xl{height:25px;}
    .height-30-xl{height:30px;}
    .height-40-xl{height:40px;}
    .height-50-xl{height:50px;}
    .height-75-xl{height:75px;}
    .height-100-xl{height:100px;}
    .height-150-xl{height:150px;}
    .height-200-xl{height:200px;}
    .height-250-xl{height:250px;}
    .height-300-xl{height:300px;}
    .height-350-xl{height:350px;}
    .height-400-xl{height:400px;}
    .height-450-xl{height:450px;}
    .height-500-xl{height:500px;}
    .width-25-xl{width:25px;}
    .width-50-xl{width:50px;}
    .width-75-xl{width:75px;}
    .width-100-xl{width:100px;}
    .width-150-xl{width:150px;}
    .width-200-xl{width:200px;}
    .width-250-xl{width:250px;}
    .width-300-xl{width:300px;}
    .width-350-xl{width:350px;}
    .width-400-xl{width:400px;}
    .width-450-xl{width:450px;}
    .width-500-xl{width:500px;}
    .width-auto-xl{width:auto!important;}
    .width-full-xl{width:100%!important;}
    .width-10vw-xl{width:10vw!important;}
    .width-20vw-xl{width:20vw!important;}
    .width-30vw-xl{width:30vw!important;}
    .width-40vw-xl{width:40vw!important;}
    .width-50vw-xl{width:50vw!important;}
    .width-60vw-xl{width:60vw!important;}
    .width-70vw-xl{width:70vw!important;}
    .width-80vw-xl{width:80vw!important;}
    .width-90vw-xl{width:90vw!important;}
    .width-100vw-xl{width:100vw!important;}
    .width-10p-xl{width:10%!important;}
    .width-20p-xl{width:20%!important;}
    .width-25p-xl{width:25%!important;}
    .width-30p-xl{width:30%!important;}
    .width-33p-xl{width:33%!important;}
    .width-40p-xl{width:40%!important;}
    .width-50p-xl{width:50%!important;}
    .width-60p-xl{width:60%!important;}
    .width-70p-xl{width:70%!important;}
    .width-80p-xl{width:80%!important;}
    .width-90p-xl{width:90%!important;}
    .width-100p-xl{width:100%!important;}
}


/*
 * Print
*/
@media print{

}
.align-normal{
    align-items: normal;
}
.align-self-baseline{
    align-self: baseline;
}


/** 001.main.css;*/
#content > #login{
    top:0px;
    transform: none;
}
#nav-copyright{
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    line-height: 1em;
}
#main-menu{
    overflow-y: auto;
}
#menu-toggle{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height:30px;
    text-align: center;
    width: 100%;
    display:none;
}
#menu-toggle > .fa{
    font-size:30px;
    line-height: 1em;
}
#menu-toggle > #menu-toggle-text{
    display:inline-block;
}
.theme-switch > .fa{
    font-size:16px;
}

#login{
    width: 100%;
    margin: auto;
    text-align: center;
}
#login-remember{
    padding:10px;
    text-align: center;
}
#login-form .theme-switch{
    padding:1em;
}
#menu-user-session{
    background-color:var(--background-2);
    text-align: center;
    display: grid;
    grid-template-columns: 20% 1fr;
}
#menu-user-session-details{
    font-size: 12px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
#menu-user-session-details > .btn{
    border-bottom:1px solid;
}
#menu-user-session > #menu-user-session-name{
    font-size:15px;
    padding:5px;
}
#menu-user-session > #menu-user-session-links{
    font-size:12px;
}
#menu-sidebar > #main-menu{
    display:none;
}
.public-profile-header{
    height: 20vh;
    display: grid;
    width: 100%;
    grid-template-columns: 20vh 1fr;
    background-color: var(--background-2);
    border-radius: 10vh 0 0 10vh;
}
.public-profile-header > .public-profile-image > img{
    border-radius:50%;
}
.public-profile-main-title{
    padding-left:1em;
}
.contact-bar-icon{
    margin-right:1em;
    font-size:20px;
    display:inline-block;
}
.course-lesson,
.course-level-buttons,
.course-level-lesson-buttons,
.course-lesson-material{
    padding-left:10%;
    background-color:var(--background-3);
}
#settings-center .checkbox{
    border: none;
    border-bottom: 1px solid;
}

#main-loader-logo{
    width: 150px;
    display: block;
    margin: auto;
}
#cookie-notice{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 1em;
    background-color: var(--background-2);
    border-top: 1px solid var(--color);
    
    display:block;
}
#main-menu-container-content{
    padding:0px!important;
}
#password-confirmation{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100vh;
    background-color: var(--background-5-alpha-5);
    display:none;
}
#password-confirmation-content{
    background-color: var(--background);
    width:75%;
    margin: auto;
    padding: 2em;
}
#password-confirmation-title{
    width: calc(100% - 2em);
    font-size: 25px;
    padding: 1em;
    text-align:center;
}
#password-confirmation-input-holder{
    padding: 1em 0px;
}
#password-confirmation-error,
#password-captcha-error{
    background-color:var(--red-bg);
    color:var(--red-color);
    margin: 1em 0px;
    padding:1em;
    font-weight:bold;
    display:none;
}
.password-confirmation-text{
    display:none;
}
#menu_toggle{
    display:none;
}
.g-recaptcha > div{
    margin: auto;
}

.tooltip-done{
    position: fixed;
    background-color: var(--color);
    color: var(--background);
    padding: 1em;
    display:none;
    text-align:center;
}
.tooltip-top:after{
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0.5em;
    border-width: 0.5em;
    border-style: solid;
    border-color: var(--color) transparent transparent transparent;

}
.tooltip-bottom:after{
    content: " ";
    position: absolute;
    top: -1em;
    left: 50%;
    margin-left: -0.5em;
    border-width: 0.5em;
    border-style: solid;
    border-color: transparent transparent var(--color) transparent;
}

.rate{
    color:#ffc400;
}


.time-pick{
    padding:1em;
    background-color:var(--background-2);
    color:var(--color);
    cursor:pointer;
    margin: 0.25em;
}
.time-pick.active{
    background-color:var(--color);
    color:var(--background-2);
    cursor:not-allowed;
}
.whatsapp-button-main{
    position:fixed;
    bottom:20px;
    right:20px;
    margin:0;
    padding:15px;
    background-color: #25D366;
    color:white;
    z-index: 10;
    border-radius: 50%;
    font-size:50px;
    line-height: 1em;
}
.whatsapp-button-main > .fa{
    vertical-align: top;
}
@media screen and (max-width:calc(48em - 1em)){
    .whatsapp-button-main{
        bottom:0;
        right:0;
        font-size:30px;
    }
}
@media screen and (min-width:1200px){
    #menu-sidebar,#content{
        height:auto;
        border:none;
        position: relative;
    }
    #menu_toggle{
        display:block;
    }
    #content{
        overflow-y: auto;
        height: calc(100vh - 75px)!important;
    }
    #main-loader{
        position:fixed;
        height:100vh;
    }
    #container{
        display: grid;
        grid-template-columns: 20% 1fr;
        position:fixed;
        top:0px;
        left:0px;
    }
    #menu-sidebar,#content{
        height: inherit;
        border-right: 1px solid;
    }
    #content{
        padding: 1em;
        overflow-y: auto;
        height: auto!important;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #content > #login{
        top:0px;
        transform: none;
    }
    #main-menu-tabs{
        display:block;
        height: calc(100vh - 80px)!important;
    }
    #menu-sidebar > #main-menu{
        display:block;
    }
    #content > #login{
        top:50%;
        transform: translateY(-50%);
    }
    #cookie-notice{
        grid-template-columns: 1fr 40%;
        display:grid;
        align-items:center;
    }
    #menu-user-session > img{
        border-radius:50%;
        border:1px solid;
        width:25%;
        display:block;
        margin:10px auto;
    }
    #menu-user-session > #menu-user-session-name{
        font-size:20px;
        padding:10px;
    }
    #menu-user-session > #menu-user-session-links{
        font-size:14px;
    }
    #main-menu-tabs{
        position: relative;
        margin-top: 0px;
        top:0;
    }
    #main-logo{
        display: block;
        grid-template-columns: 1fr;
    }
}
#contact-page  .help-items{
    max-height: calc(10em + 150px);
    overflow-y: auto;
}

/** 005.form.css;*/
.border-0,.border-none{border:none;}
.border-1{border: 1px solid;}
.border-2{border: 2px solid;}
.border-3{border: 3px solid;}
.border-4{border: 4px solid;}
.border-5{border: 5px solid;}
.border-6{border: 6px solid;}
.border-7{border: 7px solid;}
.border-8{border: 8px solid;}
.border-9{border: 9px solid;}
.border-10{border: 10px solid;}
.fa .fa-play{margin-left:5px;}
.vertical-middle{vertical-align: middle;}
.vertical-bottom{vertical-align: bottom;}
.vertical-top{vertical-align: top;}
.vertical-baseline{vertical-align: baseline;}
.col{
  padding:10px;
  display:block;
}
.col:last-child{
  padding:10px 0px 10px 0px;
}
p,.p{
  font-size:12px;
  margin-bottom:1em;
  line-height: 1.2em;
}
.overflow-auto{overflow:auto;}
.overflow-auto{overflow:auto;}
.overflow-x-auto{overflow-x:auto;}
.overflow-y-auto{overflow-y:auto;}
.overflow-x-hidden{overflow-x:hidden;}
.overflow-y-hidden{overflow-y:hidden;}
.overflow-hidden{overflow:hidden;}
.overflow-hidden{overflow:hidden;}
.cursor-pointer{cursor:pointer;}
.btn-cancel{
  background-color:var(--error-bg);
  color:var(--error-color);
}
.btn-cancel:hover{
  background-color:var(--error-border);
}
.btn-success{
  background-color:var(--success-bg);
  color:var(--success-color);
}
.btn-success:hover{
  background-color:var(--success-border);
}
.btn-disabled{
  background-color:var(--disabled-bg);
  color:var(--disabled-color);
  cursor: not-allowed;
}
.btn-disabled:hover{
  background-color:var(--disabled-border);
}
.btn-ok{
  background-color:var(--green-bg);
  color:var(--green-color);
}
.btn-ok:hover{
  background-color:var(--green-border);
}

.btn-white{
  background-color: #fff;
  color:#000;
} 
.btn-black{
  background-color: #000;
  color:#fff;
} 
.btn-round{
  border-radius: 1em;
} 
.btn-square{
  border-radius: 0 !important;
} 
.btn-50{
  width:calc(50% - 2em);
}
.input-password{
  display: grid;
  align-items: center;
  grid-template-columns:  1fr 2em;
  border:1px solid;
  border-radius:30px;
}
.input-password >  input{
  border: none;
}
select {
  margin: 0;  
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 30px;
  line-height:1.2em;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), 
                    linear-gradient(135deg, gray 50%, transparent 50%), 
                    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 24px) calc(50%), 
                        calc(100% - 15px) calc(50%), 
                        calc(100% - 2.5em) 0.5em;
  background-size: 10px 10px, 
                   10px 10px, 
                   3px calc(100% - 20px);
  background-repeat: no-repeat;
  height: 24px;
  box-sizing: content-box;
  width:calc(100% - 40px);
}
select:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
select.no-arrow,
select.no-arrow:focus{
  background-image:none;
}
.f-input{
  white-space: nowrap;
  padding:0px;
  border:none;
  height:24px;
} 
.input .fa-user-secret,
.input .fa-users,
.input .password-toggle{
  font-size: 16px;
  line-height: 1em;
  padding-right: 1em;
  width:2em;
  height: 1em;
  overflow:hidden;
}
.input .password-toggle{
  padding-right: 0px;
  width:1em;
}
textarea{
  resize:none;
  min-height:150px;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: block;
    -webkit-appearance: block;
}
input[type="submit"]{
  background-color: var(--insignia-blue);
    border-radius: 30px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin: auto;
    padding: 1em;
}
label,.label{
  font-size: 16px;
  padding: 0.5em 1em;
  line-height: 1em;
  font-weight: bold;
  position: relative;
  display: block;
  text-align: left;
}
.checkbox{
  border-radius: 30px;
  border: none;
  background: var(--color-5);
  color: var(--background);
  padding: 1em;
  margin: 2px 0px;
}
.checkbox > .label{
  padding: 0px;
  margin-bottom:10px;
}
.form-item{
  padding:10px;
}
.form_error,.form-error{
  border: 1px solid rgb(128, 0, 0);
  background-color:rgb(128, 0, 0);
  color:#fff;
  padding:1em;
  font-weight: 700;
  display: none;
  text-align: center;
  text-transform: capitalize;
}

.switch {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 1em;
  font-size: 1.2em;
  padding: 0px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
span.check-slide {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color);
  -webkit-transition: .4s;
  transition: .4s;
}
span.check-slide:before {
  position: absolute;
  content: "";
  height: 1em;
  width: 1em; 
  left: 0;
  bottom: 0;
  background-color: var(--insignia-orange);
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + span.check-slide {
  background-color: var(--color-3);
} 
input:checked + span.check-slide:before {
  -webkit-transform: translateX(1em);
  -ms-transform: translateX(1em);
  transform: translateX(1em);
  background-color: var(--insignia-blue);
}
span.check-slide.round {
  border-radius: 0.5em;
}
span.check-slide.round:before {
  border-radius: 50%;
}
.form-privacy-note{
  border: 1px solid var(--background-4);
  padding: 1em;
  background-color: var(--background-2);
  text-align: center;
  opacity: 0.5;
  margin:1em;
  display: block;
}
.form-privacy-note:hover{
  opacity: 1;
}


.radio{
  display:inline-block;
}


.radio-button {
  display: block;
  position: relative;
  padding:2px;
  padding-left: 1.2em;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1em;
}

/* Hide the browser's default radio button */
.radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.radio-button .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1em;
    width: 1em;
    background-color: var(--insignia-blue);
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-button:hover input ~ .checkmark {
  background-color: var(--insignia-orange);
}

/* When the radio button is checked, add a blue background */
.radio-button input:checked ~ .checkmark {
  background-color: var(--insignia-orange);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-button .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-button input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-button .checkmark:after {
  top: 0.25em;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: white;
}

  
/* Customize the label (the container) */
.radio-square {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-square input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  display: none;
}

/* Create a custom radio button */
.radio-square .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: var(--insignia-blue);
}

/* On mouse-over, add a grey background color */
.radio-square:hover input ~ .checkmark {
  background-color: var(--insignia-blue-darker);
}

/* When the radio button is checked, add a blue background */
.radio-square input:checked ~ .checkmark {
  background-color: var(--insignia-orange);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-square .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-square input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-square .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  background: #999;
}

/** 006.courses.css;*/#watch-tabs .tab-togglers-round .tab-toggler-round:first-child{margin-left: 1em!important;}
.public-course-content .toggle-title{
    text-align:left;
}

.public-course-content .toggle-content{
    padding:1em;
}
#watch-over-video{
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
#watch-video-video{
    width: calc(100% - 2em);
    border-radius: inherit;
    margin:1em;
}
.watch-over-video-controls{
    position: relative;
    bottom: 5px;
    left: 0px;
    width: 100%;
    padding: 1em;
    text-align:center;
    color: #fff;
}
.watch-over-video-controls > div,
.watch-over-video-controls > div > div{
    width:fit-content;
    display:inline-block;
    margin: 0px 15px;
    cursor:pointer;
}
.watch-over-video .watch-over-video-controls{
    width: 100%;
    display:none;
}
#watch-over-video-big-play{
    text-align:center;
    font-size: 50px;
}
.watch-over-video-controls-duration{
    position: relative;
    bottom: 0px;
    cursor: pointer;
    margin: 1em;
    width: calc(100% - 2em);
    height: 10px;
    border-radius: 30px;
    background-color: var(--insignia-light-gray);
}
.watch-over-video-controls-duration > #watch-over-video-controls-progress{

    background-color: var(--insignia-orange);
    border-radius:inherit;
    height: 100%;
}
#watch-video:hover > #watch-over-video > .watch-over-video-controls{
    bottom:20px;
}
#watch-video:hover > .watch-over-video-controls-duration{
    height:20px;
}
#watch-title{
    font-size: 25px;
    background-color: var(--background-2);
    padding: 0px 1em;
    border-radius:inherit;
    position: relative;
    /* top: 60px;
    left: 0px; */
    width: 100%;
    /* height: auto;
    z-index: 10; */

    color: var(--color-2);
    font-weight: bolder;
}
#watch-title > div{
    padding:1em 0px;
    display:none;
    font-size:15px
}
#watch-title > #watch-title-lesson{
    display:inline-block;
}
#watch-open-content{
    display:block;
    position: relative;
    padding: 1em;
    text-align: center;
    left: 0px;
    text-align: center;
    width: 100%;
    border-radius:30px;
}
#watch-holder{
    overflow-y: auto;
    position: relative;
    /* top: 112px; */
    width: 100%;
    /* z-index: 11; */
    /* height: calc(100vh - 112px); */
    border-radius:30px
}
#watch-content{
    overflow-y: auto;
    width: 100%;
    z-index: 12;
    display:block;
}
#watch-video{
    text-align: center;
    position: relative;
    min-height: 200px;
    height: auto!important;
    border-radius: 30px;
    overflow: hidden;
    margin: 1em;
    margin-top: 0;
    background-color: var(--insignia-blue);
}
#watch-video > .fa{
    font-size: 50px;
}
.answer-holder,
.criteria-holder{
    width: 80%;
    margin-left: 20%;;
}
#watch-info{
    background-color: var(--background);
    color: var(--color);
    margin-top: -30px;
    padding-top: 30px;
}
#watch-holder > .background-light-gray{
    border-radius: 30px;
    overflow: hidden;
}
#watch-sidebar{
    margin-left:0px;
    border-radius:30px;
    overflow:hidden;
}
#material-holder{
    display:none;
    border-bottom-right-radius: 30px;
}

.course-popup{
    display: none;
    position:fixed;
    z-index:9999;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    max-height: calc(100vh - 2em - 80px);
    overflow-y: auto;
    width: 100%;
    border-radius: 30px;
    padding:1em;
    margin:auto;
    -webkit-box-shadow: -3px 6px 22px 4px rgb(51 51 51);
    -moz-box-shadow: -3px 6px 22px 4px rgba(51,51,51,1);
    box-shadow: -3px 6px 22px 4px rgb(51 51 51);
}

.course-popup .course-popup-preview{
    max-height: 200px;
}
#watch-content .toggle-content{
    background-color: transparent!important;
}
#watch-content .toggler{
    padding:1em;
    margin: 1em;
}
#courses-page .course-resume{
    border: 1px solid;
}
.h4 p{
    font-size: inherit;
    line-height: 1.2em;
    margin-bottom: 0;
}
@media screen and (min-width:48em){
    .course-popup{
        width:50vw
    }
    .course-popup .course-popup-preview{
        max-height: 350px;
    }
    .course-popup .course-popup-info .course-popup-price .add-to-cart,
    .course-resume .add-to-cart {
        position: absolute;
    }
    #watch-sidebar{
        margin-left:20px;
        border-radius:30px;
    }
    #watch-title{
        position: relative;
        top: 0;
        left: 0;
    }
    #watch-title > div{
        display:inline-block;
        font-size:25px;
    }
    #watch-over-video-controls > div{
        font-size:25px;
    }
    #watch-holder{
        display:grid;
        grid-template-columns: 80% 20%;
        margin-top: 0px;
        position: relative;
        top: 0px;
        height: auto;
    }
    #watch-content{
        position: relative;
        top: 0;
        height: calc(100% - 60px);
        display:block;
        margin: 1em 0;
        border-radius: 30px;
    }
    .public-course-container{
        display: grid;
        grid-template-columns: 1fr 320px;
    }
}

/** 007.toggle.perfect.css;*/.toggle{
    position: relative;
    max-height: unset;
}
.toggler{
    padding:1em;
    position: relative;    
    background-color: var(--insignia-blue-light);
    margin: 0.5em auto;
    border-radius: 30px;
    color: white;
    cursor: pointer;
}
.toggler:hover{
    background-color:var(--insignia-orange);
}
.toggle-arrow{
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1em;
    vertical-align: middle;
}
.toggle-title{
    text-align: left;
    padding: 0 1em;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}
.toggle-content{
    max-height: unset;
}

/** 008.tabs.css;*/.tab-content,.tab{
    display: none;
    font-size:16px;
    position: relative;
}
.tab-togglers,
.tab-togglers-round{
    border-bottom: 1px solid;
    display: grid;
    grid-auto-flow: column;
    overflow-x: auto;
    white-space: nowrap;
    grid-auto-flow: column; 
}
.tab-togglers-round{
    border-bottom: none;
}
.tab-toggler,
.tab-toggler-round{
    display:inline-block;
    padding:1em;
    font-size: 12px;
    border-bottom:none;
    margin-bottom:0px;
    cursor: pointer;
    background-color:var(--background-2);
    text-align: center;
    position: relative;
    font-weight:700;
}
.tab-toggler-round{
    margin:1em;
    border-radius:30px;
    background-color:var(--insignia-blue-darker);
    color:white;

}
.tab-toggler.active,
.tab-toggler:hover{
    background-color:var(--background-4);
}
.tab-toggler-round.active,
.tab-toggler-round:hover{
    background-color:var(--insignia-orange);
}
.tab-toggler:first-child,
.tab-toggler-round:first-child{
    margin-left:0px;
}

/** 009.popup.css;*/.popup{
    display:none;
    position:fixed;
    z-index: 9999;
    top:0px;
    background-color: var(--background-7-alpha-5);
    height:100vh;
    width:100%;
    left:0px;
}
.popup > .popup-container{
    background-color: var(--background);
    color: var(--color);
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: fit-content;
    margin: auto;
    max-height: 95%;
    max-width: 95%;
    min-height: auto;
    overflow-y: auto;
}
.popup > .popup-container > .popup-content{
    position: relative;
    padding: 1em;
    overflow-y: auto;
    border-radius: 10px;
    height: calc(100% - 3em + 3px);
}

.popup .popup-container  .popup-title{
    border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 20px;
    display: block;
    height: 65px;
    font-weight: 300;
    background-color: #6d92c3;
    max-height: 100%;
    margin-bottom: 20px;
}
.popup-title-text{
    color: #fff;
    font-size:24px;
    line-height: 1em;
    vertical-align: top;
    display:inline-block;
    text-align: left;
}
.popup-close-icon{
    text-align: center;
    cursor: pointer;
    background-color: var(--insignia-blue);
    padding: 1em;
    margin-top: -10px;
}
.popup-close-icon > svg , .svg-close{
    width: 100%;
    height: 100%;
    fill: white;
}
.popup-title .popup-close-icon{
    margin-left:30px;
    display:inline-block;
}

/** 010.notifications.css;*/#notifications{
    position: fixed;
    top:0px;
    right:0px;
    height:auto;
    max-height: 50vh;
    overflow:hidden;
    width:100%;
    z-index:11;
}
#notifications > .notification{
    text-align: center;
    font-size:16px;
    font-weight: bold;
    padding:1em;
    text-decoration: none;
    color: #fff;

}
#notifications > .notification-success{
    background-color:var(--insignia-green);
}
#notifications > .notification-error{
    background-color:rgb(161, 0, 0);
}
#notification-center-content > .notification{
    margin:1em;
    text-align: center;
    width:calc(100% - 2em);
    font-size:14px;
}
#notification-center-content > .notification-success{
    background-color:var(--green-bg);
    color: var(--green-color);
    border-color:var(--green-border);
}
#notification-center-content > .notification-disabled{
    background-color:var(--gray-bg);
    color: var(--gray-color);
    border-color:var(--gray-border);
}
#notification-center-content > .notification-error{
    background-color:var(--red-bg);
    color: var(--red-color);
    border-color:var(--red-border);
}
#notification-center-content > .notification > .notification-date{
    width: 100%;
    background-color: var(--background-2);
    border-bottom: 1px solid var(--background-3);
    font-size: 10px;
    padding: 0.75em;
    text-align: left;
}
#notification-center-content > .notification > .notification-text{
    text-align: center;
    font-size:12px;
    padding:1em;
}

/** 012.menu-public.css;*/#menu-public{
    padding: 0;
    background-color: var(--insignia-blue);
}
#main-logo{
    display: grid;
    grid-template-columns: 75px 1fr 75px;
    align-items: center;
}
#menu-public #menu-content a{
    text-transform: capitalize;
    padding:10px;
    display: block;
}
#menu-public > #menu-content{
    height: calc(100vh - 150px);
}
#menu-public #menu-content,
#menu-public #menu-session{
    display:none;
}
#menu-session{
    text-align: center;
    padding: 10px;
}
#menu-content a{
    text-transform: capitalize;
    padding:10px;
}
#content-public{
    z-index: 2;
    min-height: 100vh;
    position:relative;
    margin-top: 75px;
}
#content-spacer{
    width: 100%;
    display: block;
    z-index:0;
    background: transparent;
    padding-bottom: 0px!important;
}
footer{
    z-index:1;
}
.theme-switch,.notifications-switch,.pwa-switch{
    text-align:center;
    padding:10px;
}
#copyright-public{
    padding:10px;
    text-align:center;
}
@media screen and (min-width:75em){
    #menu-public{
        background-color: transparent;
    }
    #menu-public > #menu-content{
        height: inherit;
    }
    #menu-public #menu-content,
    #menu-public #menu-session{
        display:block!important;
    }
    #menu-public #menu-session{
        text-align: right;
    }
    #menu-public #menu-content a{
        display: inline-block;
    }
    #menu-public #main-logo{
        margin: 0; 
        text-align: left;
    }
    #menu-session{
        padding: 0;
    }
}

/** 013.main-public.css;*/.insignia{
    margin: 1em;
    border-radius: 1em;
    cursor: pointer;
    position: relative;
}
.insignia.active:after{
    content: '\f00c';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: calc(1em - 2px);
    height: calc(1em - 2px);
    font-size: inherit;
    padding: 0.5em;
    background-color: var(--color);
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 40;
    border-top-right-radius: 0.5em;
    color: var(--background);
}
.insignia-info {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: var(--background-alpha-5);
    padding: 1em;
    top: 0px;
    border-radius: inherit;
}
.insignia:hover > .insignia-info {
    background-color: var(--background-5);
}
.insignia-info > div > .insignia-title{
    font-size: 30px;
    padding: 0.5em;
}
.user{
    padding:1em;
}
.user:hover{
    transform: scale(1.1);
}
.user > .user-image{
    text-align: center;
    z-index: 2;
    padding-top: 50%;
    width: 50%;
    margin: auto;
    background-color: var(--background-10);
    background-size: contain;
    position: relative;
}
.user > .user-info{
    background-color: var(--background-3);
    margin-top: -100px;
    padding: 1em;
    padding-top: calc(100px + 1em);
    text-align: center;
}
.user > .user-info > .user-title{
    padding-bottom: 1em;
    font-size: 25px;
}
.user > .btn{
    background-color:var(--background-2)
}
.login-window{
    position: fixed;
    bottom: 1em;
    left: 1em;
    background: var(--background);
    -webkit-box-shadow: 0px 0px 28px -6px rgb(125 125 125);
    -moz-box-shadow: 0px 0px 28px -6px rgba(125,125,125,1);
    box-shadow: 0px 0px 28px -6px rgb(125 125 125);
    border-radius: 1em;
    display:none;
    padding-bottom: 0px!important;
}
.login-window-opener{
    padding: 0.5em!important;
    position: fixed;
    bottom: 0px;
    left: 0px;
    border-radius: 50%;
    border: 1px solid #666;
    margin: 1em;
    background: var(--insignia-blue);
    font-size: 30px;
}
.login-window-closer{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1em;
    text-align: center;
    cursor: pointer;
}
@media screen and (min-width:1200px){
    #courses,#insignias,.users{
        display: grid;
        grid-template-columns: repeat(4,25%);
    }
}

/** 017.blog.css;*/.tag{
    margin:0.5em;
    background-color:var(--color);
    color:var(--background);
    border:1px solid;
    text-decoration: none;
}
.tag:hover{
    text-decoration: none;
}
.comment{
    align-items: start;
}
.blog-title{
    padding:0.5em;
    /* margin: 1em; */
    border-top:1px solid;
    border-bottom: 1px solid;
    text-align: center;;
}

/** 018.help-popup.css;*/#help-opener-togglers{
    position: fixed;
    bottom:0px;
    right:0px;
    max-width:100%;
}
#help-popup{
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    background-color: var(--background);
    max-height: 100vh;
    overflow-y: auto;
    z-index: 999;
}
#help-items{
    max-height: unset;
    padding:1em;
}
#help-items .toggle-content{
    padding:1em;
}
.media-popup-container {
    max-width: 100%;
    text-align: center;
    margin: auto;
    height: 85vh;
}
.help-items img {
    padding: 1em;
}
@media only screen and (min-width: 768px) {
    #help-popup-opener{
        position: fixed;
        bottom:0px;
        right:10px;
        width:100%;
    }
    #help-popup{
        max-width: 500px;
    }
}

/** 022.dashboard.private.css;*/
.course-resume{
    width: calc(100% - 2em);
}

.profile-holder,
.settings-holder,
.help-holder,
.cart-holder,
.contact-holder,
.notifications-holder{
    position: fixed;
    height: auto;
    width: 100%;
    display: none;
    -webkit-box-shadow: -3px 6px 22px 4px rgb(51 51 51);
    -moz-box-shadow: -3px 6px 22px 4px rgba(51,51,51,1);
    box-shadow: -3px 6px 22px 4px rgb(51 51 51);
    margin: 10px;
    z-index: 9999;
    max-height: 100vh;
    overflow:auto;
}
.profile-holder-closer,
.settings-holder-closer,
.help-holder-closer,
.notifications-holder-closer,
.contact-holder-closer,
.cart-holder-closer{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1em;
    text-align: center;
    cursor: pointer;
}
.dashboard-profile-images {
    height: 150px;
    position:relative;
    margin-bottom: 75px;
}
.dashboard-profile-images  > img{
    position: absolute;
    bottom: -75px;
    width: 150px;
    border: 10px solid #eee;
    border-radius: 10px;
}


#dashboard-window-openers{
    display:grid;
    grid-template-rows: 33% 33% 1fr;
}





.input-search > input{
    border:none!important;
    text-align: center;
    padding:0px;
    width:calc(100% - 3em);
    display: inline-block;
    color: var(--insignia-blue);
    font-weight: bold;
}
.input-search > input::placeholder{
    color: var(--insignia-blue);
    font-weight: bold;
}

#search-window-results{
    max-height: calc(100vh - 150px - 60px - 60px);
    overflow-y: auto;
}


#dashboard-middle > div{
    display: grid;
    grid-template-rows: 50px 1fr;
}

@media screen and (min-width:75em){
    .dashboard-insignia > img{
        height: 200px;
    }
    #dashboard-pseudo-menu{
        text-align: right;
    }

    .profile-holder,
    .settings-holder,
    .help-holder,
    .cart-holder,
    .contact-holder,
    .notifications-holder{
        width: 20%;
        margin: 50px;
        max-height: calc(100vh - 100px);
    }
    
    #dashboard-profile-holder{
        margin-left: 1em;
        margin-top: 0;
    }
    .course-resume{
        width: 300px;
    }
    #dashboard-middle > div{
        grid-template-rows: 60px 1fr;
    }
    #dashboard-middle > div > div{
        height:100%;
    }
}
@media screen and (min-width:48em){
    #dashboard-middle > #dashboard-window-openers{
        grid-template-rows: 33% 33% 1fr;
    } 
}
@media screen and (max-width:calc(48em - 1em)){
    #main-logo[data-type="private"]{
        display:grid;
        grid-template-columns: 50px 1fr;
    }
}

/** 023.sliders.css;*/.slider{
    height:150px;
    position:relative;
    display:none;
}
.slider-content,
.slider-content > .slide{
    height: 100%;
    width:100%;
    position: relative;
    z-index:9;
}
.slider:hover > .slider-arrow{
    display: block;
}
.slider-arrow{
    position: absolute;
    display:none;
    background-color: rgba(255,255,255,0.3);
    top: 0;
    left:0px;
    right: auto;
    height: -webkit-fill-available;
    width: 10%;
    text-align: center;
    font-size: 20px;
    color:var(--insignia-blue);
    z-index:10;
    border-radius: inherit;
}
.slider-arrow[data-direction="right"]{
    right:0px;
    left: auto;
}
.slider-arrow > .fa{
    top:50%;
    transform: translateY(-50%);
    position: relative;
    font-size: 30px!important;
    font-weight: 700;
    vertical-align: top;
}

/** 025.home.css;*/#home-teach > .row{
    background-size: contain;
    background-position: center right;
}
@media screen and (max-width:calc(48em - 1em)){
    #home-teach{
        height: calc(100vh + 300px);
    }
    #home-teach > .row{
        background-size: contain;
        background-position: bottom center;
    }
}

/** 026.menu-private.css;*//*
 * Menu private
*/
#container[data-target="student"]{
    display: block;
    border-radius: 0;
    height: calc(100vh - 75px);
}
#container[data-target="student"] > #content{
    background-color: var(--background);
    margin-top: 75px;
    width: calc(100%);
    height: calc(100vh - 75px - 40px);
    max-height: none;
    overflow-y:auto;
}
#container[data-target="student"] > #menu-sidebar{
    background-color: var(--insignia-blue);
    border:none;
    z-index:999;
    max-width: none;
    position: fixed;
    top: 0px;
    left: 0px;
    border-radius: 0;
}

#container[data-target="student"] > #menu-sidebar > #sidebar-menu-logo{
    height: 75px;
    display: grid;
    grid-template-columns: 75px 1fr 75px;
    align-items: center;
    color:white;
}
#container[data-target="student"] > #menu-sidebar > #sidebar-menu-logo > .sidebar-menu-text{
    text-align: left;
    padding: 0 1em;
}
#sidebar-menu-toggler > .svg{
    display:none;
}
#sidebar-menu-toggler > #dashboard-opener{
    display:block;
}

#container[data-target="student"] > #menu-sidebar > #sidebar-menu-container{
    height: calc(100vh - 75px);
    position:relative;
    padding: 1em 0;
    display: none;
}
.sidebar-menu-icon,
.sidebar-menu-icon-selected{
    text-align: center;
    width: calc(100% - 5px);
    border-left:5px solid var(--insignia-blue);
    display:grid;
    align-items:center;
    color:white;
    grid-template-columns: 1fr 1fr;
}
.sidebar-menu-icon > .svg{
    text-align: right;
}
.sidebar-menu-icon > .sidebar-menu-text{
    text-align: left;
}
.sidebar-menu-icon-selected{
    border-left:5px solid var(--insignia-orange);
}
.sidebar-menu-icon.a{
    color:white;
}
.sidebar-menu-icon-selected.a{
    color: var(--insignia-orange);
}
.sidebar-menu-icon .svg svg{
    fill: white;
}
.sidebar-menu-icon .svg svg .cls-3{
    stroke:white;
}
#container[data-target="student"] > #menu-sidebar > #sidebar-menu-container > #sidebar-menu-openers{
    position:absolute;
    left:0;
    bottom:1em;
    width:100%;
    text-align: center;
}
@media screen and (max-width:calc(48em - 1em)){
    #sidebar-menu-toggler{display: none;}
}
@media screen and (min-width:48em){
    #container[data-target="student"]{
        grid-template-columns: 100px 1fr;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100vh;
    }
    #container[data-target="student"] > #content{
        background-color: var(--background);
        border-radius: 30px;
        margin: 0;
        margin-left: 100px;
        width: calc(100% - 100px);
        height: calc(100vh - 40px)!important;
        overflow-y: auto;
    }

    #container[data-target="student"] > #menu-sidebar{
        width:100px;
    }

    #container[data-target="student"] > #menu-sidebar > #sidebar-menu-logo{
        height: 100px;
        grid-template-columns: 100px 1fr;
    }
    #container[data-target="student"] > #menu-sidebar > #sidebar-menu-logo > #sidebar-menu-opener{
        display: none;
    }
    #container[data-target="student"] > #menu-sidebar > #sidebar-menu-container{
        height: calc(100vh - 100px - 40px);
        display: block;
    }
    .sidebar-menu-text
    {
        display: none;
    }
    .sidebar-menu-icon,
    .sidebar-menu-icon-selected{
        grid-template-columns: 1fr ;
    }
}

/** 027.animations.css;*/@-webkit-keyframes background-rainbow-true {
    0%{background-position:0% 79%}
    50%{background-position:100% 22%}
    100%{background-position:0% 79%}
}
@-moz-keyframes background-rainbow-true {
    0%{background-position:0% 79%}
    50%{background-position:100% 22%}
    100%{background-position:0% 79%}
}
@keyframes background-rainbow-true {
    0%{background-position:0% 79%}
    50%{background-position:100% 22%}
    100%{background-position:0% 79%}
}

/** 028.ticker.css;*/.ticker-holder{
    position:relative;
    background-color: var(--background);
}
.ticker-title{
    font-size: 16px;
    padding: 12px 24px;
    line-height: 1em;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: var(--insignia-blue);
    color:white;
    display: inline-block;
}
.ticker-content{
    display: inline-block;
}
.ticker-scroll{
    overflow-x: hidden;
    white-space: nowrap;
    padding: 13px 0;
    font-size: 14px;
    line-height: 1em;
}
.ticker-icon{
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1em;
    background-color: var(--insignia-orange);

}


/** 999.overwrite.css;*/.fa.d-none-mobile{
    display:none;
}
.fa.d-none-desktop{
    display:block;
} 
.cke_dialog_body {
    max-width: 50%;
    margin: auto;
}
@media screen and (min-width:768px){
    .fa.d-none-mobile{
        display:block;
    }
    .fa.d-none-desktop{
        display:none;
    }
}

