/*Corecss*/
@charset "UTF-8";: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}@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400, 600, 700);.xcmsHide{display:none;height:0;opacity:0;overflow:hidden;transition:height 350ms ease-in-out, opacity 750ms ease-in-out}.xcmsHide.xcmsShow{display:block;height:auto;opacity:1}html, body, #xcmsWrapper{height:100% !important}html, body, #xcmsViewer, #xcmsWrapper{min-height:50% !important;margin:0px;padding:0px}
/*BootstrapCSS*/
:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated:valid~.valid-feedback,.was-validated:valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated:invalid~.invalid-feedback,.was-validated:invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-link{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item{display:-ms-flexbox;display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{-ms-flex-preferred-size:350px;flex-basis:350px;max-width:350px;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
/*EmeraldSimpleLineCSS*/
@font-face{font-family:'simple-line-icons';src:url('../fonts/Simple-Line-Icons.eot?v=2.4.0');src:url('../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('../fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('../fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('../fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');font-weight:normal;font-style:normal}/* Use the following CSS code if you want to have a class per icon. Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:*/.icon-user,.icon-people,.icon-user-female,.icon-user-follow,.icon-user-following,.icon-user-unfollow,.icon-login,.icon-logout,.icon-emotsmile,.icon-phone,.icon-call-end,.icon-call-in,.icon-call-out,.icon-map,.icon-location-pin,.icon-direction,.icon-directions,.icon-compass,.icon-layers,.icon-menu,.icon-list,.icon-options-vertical,.icon-options,.icon-arrow-down,.icon-arrow-left,.icon-arrow-right,.icon-arrow-up,.icon-arrow-up-circle,.icon-arrow-left-circle,.icon-arrow-right-circle,.icon-arrow-down-circle,.icon-check,.icon-clock,.icon-plus,.icon-minus,.icon-close,.icon-event,.icon-exclamation,.icon-organization,.icon-trophy,.icon-screen-smartphone,.icon-screen-desktop,.icon-plane,.icon-notebook,.icon-mustache,.icon-mouse,.icon-magnet,.icon-energy,.icon-disc,.icon-cursor,.icon-cursor-move,.icon-crop,.icon-chemistry,.icon-speedometer,.icon-shield,.icon-screen-tablet,.icon-magic-wand,.icon-hourglass,.icon-graduation,.icon-ghost,.icon-game-controller,.icon-fire,.icon-eyeglass,.icon-envelope-open,.icon-envelope-letter,.icon-bell,.icon-badge,.icon-anchor,.icon-wallet,.icon-vector,.icon-speech,.icon-puzzle,.icon-printer,.icon-present,.icon-playlist,.icon-pin,.icon-picture,.icon-handbag,.icon-globe-alt,.icon-globe,.icon-folder-alt,.icon-folder,.icon-film,.icon-feed,.icon-drop,.icon-drawer,.icon-docs,.icon-doc,.icon-diamond,.icon-cup,.icon-calculator,.icon-bubbles,.icon-briefcase,.icon-book-open,.icon-basket-loaded,.icon-basket,.icon-bag,.icon-action-undo,.icon-action-redo,.icon-wrench,.icon-umbrella,.icon-trash,.icon-tag,.icon-support,.icon-frame,.icon-size-fullscreen,.icon-size-actual,.icon-shuffle,.icon-share-alt,.icon-share,.icon-rocket,.icon-question,.icon-pie-chart,.icon-pencil,.icon-note,.icon-loop,.icon-home,.icon-grid,.icon-graph,.icon-microphone,.icon-music-tone-alt,.icon-music-tone,.icon-earphones-alt,.icon-earphones,.icon-equalizer,.icon-like,.icon-dislike,.icon-control-start,.icon-control-rewind,.icon-control-play,.icon-control-pause,.icon-control-forward,.icon-control-end,.icon-volume-1,.icon-volume-2,.icon-volume-off,.icon-calendar,.icon-bulb,.icon-chart,.icon-ban,.icon-bubble,.icon-camrecorder,.icon-camera,.icon-cloud-download,.icon-cloud-upload,.icon-envelope,.icon-eye,.icon-flag,.icon-heart,.icon-info,.icon-key,.icon-link,.icon-lock,.icon-lock-open,.icon-magnifier,.icon-magnifier-add,.icon-magnifier-remove,.icon-paper-clip,.icon-paper-plane,.icon-power,.icon-refresh,.icon-reload,.icon-settings,.icon-star,.icon-symbol-female,.icon-symbol-male,.icon-target,.icon-credit-card,.icon-paypal,.icon-social-tumblr,.icon-social-twitter,.icon-social-facebook,.icon-social-instagram,.icon-social-linkedin,.icon-social-pinterest,.icon-social-github,.icon-social-google,.icon-social-reddit,.icon-social-skype,.icon-social-dribbble,.icon-social-behance,.icon-social-foursqare,.icon-social-soundcloud,.icon-social-spotify,.icon-social-stumbleupon,.icon-social-youtube,.icon-social-dropbox,.icon-social-vkontakte,.icon-social-steam{font-family:'simple-line-icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-user:before{content:"\e005"}.icon-people:before{content:"\e001"}.icon-user-female:before{content:"\e000"}.icon-user-follow:before{content:"\e002"}.icon-user-following:before{content:"\e003"}.icon-user-unfollow:before{content:"\e004"}.icon-login:before{content:"\e066"}.icon-logout:before{content:"\e065"}.icon-emotsmile:before{content:"\e021"}.icon-phone:before{content:"\e600"}.icon-call-end:before{content:"\e048"}.icon-call-in:before{content:"\e047"}.icon-call-out:before{content:"\e046"}.icon-map:before{content:"\e033"}.icon-location-pin:before{content:"\e096"}.icon-direction:before{content:"\e042"}.icon-directions:before{content:"\e041"}.icon-compass:before{content:"\e045"}.icon-layers:before{content:"\e034"}.icon-menu:before{content:"\e601"}.icon-list:before{content:"\e067"}.icon-options-vertical:before{content:"\e602"}.icon-options:before{content:"\e603"}.icon-arrow-down:before{content:"\e604"}.icon-arrow-left:before{content:"\e605"}.icon-arrow-right:before{content:"\e606"}.icon-arrow-up:before{content:"\e607"}.icon-arrow-up-circle:before{content:"\e078"}.icon-arrow-left-circle:before{content:"\e07a"}.icon-arrow-right-circle:before{content:"\e079"}.icon-arrow-down-circle:before{content:"\e07b"}.icon-check:before{content:"\e080"}.icon-clock:before{content:"\e081"}.icon-plus:before{content:"\e095"}.icon-minus:before{content:"\e615"}.icon-close:before{content:"\e082"}.icon-event:before{content:"\e619"}.icon-exclamation:before{content:"\e617"}.icon-organization:before{content:"\e616"}.icon-trophy:before{content:"\e006"}.icon-screen-smartphone:before{content:"\e010"}.icon-screen-desktop:before{content:"\e011"}.icon-plane:before{content:"\e012"}.icon-notebook:before{content:"\e013"}.icon-mustache:before{content:"\e014"}.icon-mouse:before{content:"\e015"}.icon-magnet:before{content:"\e016"}.icon-energy:before{content:"\e020"}.icon-disc:before{content:"\e022"}.icon-cursor:before{content:"\e06e"}.icon-cursor-move:before{content:"\e023"}.icon-crop:before{content:"\e024"}.icon-chemistry:before{content:"\e026"}.icon-speedometer:before{content:"\e007"}.icon-shield:before{content:"\e00e"}.icon-screen-tablet:before{content:"\e00f"}.icon-magic-wand:before{content:"\e017"}.icon-hourglass:before{content:"\e018"}.icon-graduation:before{content:"\e019"}.icon-ghost:before{content:"\e01a"}.icon-game-controller:before{content:"\e01b"}.icon-fire:before{content:"\e01c"}.icon-eyeglass:before{content:"\e01d"}.icon-envelope-open:before{content:"\e01e"}.icon-envelope-letter:before{content:"\e01f"}.icon-bell:before{content:"\e027"}.icon-badge:before{content:"\e028"}.icon-anchor:before{content:"\e029"}.icon-wallet:before{content:"\e02a"}.icon-vector:before{content:"\e02b"}.icon-speech:before{content:"\e02c"}.icon-puzzle:before{content:"\e02d"}.icon-printer:before{content:"\e02e"}.icon-present:before{content:"\e02f"}.icon-playlist:before{content:"\e030"}.icon-pin:before{content:"\e031"}.icon-picture:before{content:"\e032"}.icon-handbag:before{content:"\e035"}.icon-globe-alt:before{content:"\e036"}.icon-globe:before{content:"\e037"}.icon-folder-alt:before{content:"\e039"}.icon-folder:before{content:"\e089"}.icon-film:before{content:"\e03a"}.icon-feed:before{content:"\e03b"}.icon-drop:before{content:"\e03e"}.icon-drawer:before{content:"\e03f"}.icon-docs:before{content:"\e040"}.icon-doc:before{content:"\e085"}.icon-diamond:before{content:"\e043"}.icon-cup:before{content:"\e044"}.icon-calculator:before{content:"\e049"}.icon-bubbles:before{content:"\e04a"}.icon-briefcase:before{content:"\e04b"}.icon-book-open:before{content:"\e04c"}.icon-basket-loaded:before{content:"\e04d"}.icon-basket:before{content:"\e04e"}.icon-bag:before{content:"\e04f"}.icon-action-undo:before{content:"\e050"}.icon-action-redo:before{content:"\e051"}.icon-wrench:before{content:"\e052"}.icon-umbrella:before{content:"\e053"}.icon-trash:before{content:"\e054"}.icon-tag:before{content:"\e055"}.icon-support:before{content:"\e056"}.icon-frame:before{content:"\e038"}.icon-size-fullscreen:before{content:"\e057"}.icon-size-actual:before{content:"\e058"}.icon-shuffle:before{content:"\e059"}.icon-share-alt:before{content:"\e05a"}.icon-share:before{content:"\e05b"}.icon-rocket:before{content:"\e05c"}.icon-question:before{content:"\e05d"}.icon-pie-chart:before{content:"\e05e"}.icon-pencil:before{content:"\e05f"}.icon-note:before{content:"\e060"}.icon-loop:before{content:"\e064"}.icon-home:before{content:"\e069"}.icon-grid:before{content:"\e06a"}.icon-graph:before{content:"\e06b"}.icon-microphone:before{content:"\e063"}.icon-music-tone-alt:before{content:"\e061"}.icon-music-tone:before{content:"\e062"}.icon-earphones-alt:before{content:"\e03c"}.icon-earphones:before{content:"\e03d"}.icon-equalizer:before{content:"\e06c"}.icon-like:before{content:"\e068"}.icon-dislike:before{content:"\e06d"}.icon-control-start:before{content:"\e06f"}.icon-control-rewind:before{content:"\e070"}.icon-control-play:before{content:"\e071"}.icon-control-pause:before{content:"\e072"}.icon-control-forward:before{content:"\e073"}.icon-control-end:before{content:"\e074"}.icon-volume-1:before{content:"\e09f"}.icon-volume-2:before{content:"\e0a0"}.icon-volume-off:before{content:"\e0a1"}.icon-calendar:before{content:"\e075"}.icon-bulb:before{content:"\e076"}.icon-chart:before{content:"\e077"}.icon-ban:before{content:"\e07c"}.icon-bubble:before{content:"\e07d"}.icon-camrecorder:before{content:"\e07e"}.icon-camera:before{content:"\e07f"}.icon-cloud-download:before{content:"\e083"}.icon-cloud-upload:before{content:"\e084"}.icon-envelope:before{content:"\e086"}.icon-eye:before{content:"\e087"}.icon-flag:before{content:"\e088"}.icon-heart:before{content:"\e08a"}.icon-info:before{content:"\e08b"}.icon-key:before{content:"\e08c"}.icon-link:before{content:"\e08d"}.icon-lock:before{content:"\e08e"}.icon-lock-open:before{content:"\e08f"}.icon-magnifier:before{content:"\e090"}.icon-magnifier-add:before{content:"\e091"}.icon-magnifier-remove:before{content:"\e092"}.icon-paper-clip:before{content:"\e093"}.icon-paper-plane:before{content:"\e094"}.icon-power:before{content:"\e097"}.icon-refresh:before{content:"\e098"}.icon-reload:before{content:"\e099"}.icon-settings:before{content:"\e09a"}.icon-star:before{content:"\e09b"}.icon-symbol-female:before{content:"\e09c"}.icon-symbol-male:before{content:"\e09d"}.icon-target:before{content:"\e09e"}.icon-credit-card:before{content:"\e025"}.icon-paypal:before{content:"\e608"}.icon-social-tumblr:before{content:"\e00a"}.icon-social-twitter:before{content:"\e009"}.icon-social-facebook:before{content:"\e00b"}.icon-social-instagram:before{content:"\e609"}.icon-social-linkedin:before{content:"\e60a"}.icon-social-pinterest:before{content:"\e60b"}.icon-social-github:before{content:"\e60c"}.icon-social-google:before{content:"\e60d"}.icon-social-reddit:before{content:"\e60e"}.icon-social-skype:before{content:"\e60f"}.icon-social-dribbble:before{content:"\e00d"}.icon-social-behance:before{content:"\e610"}.icon-social-foursqare:before{content:"\e611"}.icon-social-soundcloud:before{content:"\e612"}.icon-social-spotify:before{content:"\e613"}.icon-social-stumbleupon:before{content:"\e614"}.icon-social-youtube:before{content:"\e008"}.icon-social-dropbox:before{content:"\e00c"}.icon-social-vkontakte:before{content:"\e618"}.icon-social-steam:before{content:"\e620"}
/*EmeraldStyleCSS*/
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400, 600, 700);*{margin:0;padding:0;outline:none;border:none;box-sizing:border-box}.emerald h1,.emerald h2,.emerald h3,.emerald h4,.emerald h5,.emerald h6,.emerald p,.emerald a{line-height:1em}.emerald a{text-decoration:none}.emerald ul,.emerald ol{list-style:none;margin-left:20px;font-family:"Titillium Web", sans-serif;font-size:0.875em!important;color:#888}.emerald header,.emerald nav,.emerald article,.emerald section,.emerald aside,.emerald footer{display:block}.emerald figure{line-height:0}.emerald figure>img{width:100%}.emerald figure>figcaption{display:none}.emerald body{background-color:#f5f5f5}.emerald a,.emerald p,.emerald h1,.emerald h2,.emerald h3,.emerald h4,.emerald h5,.emerald h6{font-family:"Titillium Web", sans-serif}.emerald h1, .emerald h5,.emerald h6{font-weight:700;text-transform:uppercase}.emerald h1{color:#fff;font-size:3em;text-align:center}.emerald h1 span{color:#16ffd8}.emerald h2{color:#fff;font-size:2em;font-weight:700}.emerald h3{color:#2b373a;font-size:1.5em;font-weight:700;text-align:center}.emerald h4{color:#2b373a;font-size:1.25em;font-weight:700}.emerald h5{color:#fff;font-size:1.125em;text-align:center}.emerald h6{color:#2b373a;font-size:0.875em}.emerald p{color:#888;font-size:0.875em;line-height:1.71429em;font-weight:600;margin-bottom:0px!important}.emerald p.primary,.emerald p.secondary,.emerald p.tertiary{font-weight:700}.emerald p.primary{color:#00d7b3}.emerald p.secondary{color:#1396e1}.emerald p.tertiary{color:#e61852}.emerald p a{color:#888}.emerald p a.primary{color:#06b99b}.emerald p a.secondary{color:#1396e1}.emerald p a.tertiary{color:#e61852}.emerald p span.light{color:#b2b2b2}.emerald p span.bold{color:#2b373a;font-weight:700}.emerald p span.primary{color:#00d7b3}.emerald p span.secondary{color:#1396e1}.emerald p span.tertiary{color:#e61852}.emerald .image-overlay{width:100%;height:100%;background-color:rgba(25, 31, 32, 0.9);position:absolute;top:0;left:0;opacity:0;visibility:hidden;transition:all .3s ease-in;cursor:pointer}.emerald .image-overlay .clickable-icon{width:70px;height:70px;border-radius:50%;position:absolute;top:50%;left:50%;margin-left:-35px;margin-top:-35px;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-delay:0.15s;transition-delay:0.15s;transition:transform .2s ease-in}.emerald .image-overlay .clickable-icon .svg-plus{fill:#fff;width:28px;height:28px;position:absolute;top:21px;left:21px}.emerald .image-overlay .clickable-icon.primary{background-color:#00d7b3}.emerald .image-overlay .clickable-icon.secondary{background-color:#1396e1}.emerald .image-overlay .clickable-icon.tertiary{background-color:#e61852}.emerald .shadow-film{background-color:#000;width:100%;height:100%;position:fixed;top:0;left:0;transition:all .3s ease-in-out;z-index:9999}.emerald .shadow-film.open{opacity:0.8}.emerald .mfp-fade.mfp-bg{opacity:0;transition:all .15s ease-out}.emerald .mfp-fade.mfp-bg.mfp-ready{opacity:0.8}.emerald .mfp-fade.mfp-bg.mfp-removing{opacity:0}.emerald .mfp-fade.mfp-wrap .mfp-content{-webkit-transform:scale(0);transform:scale(0);transition:all .3s ease-in-out}.emerald .mfp-fade.mfp-wrap.mfp-ready .mfp-content{-webkit-transform:scale(1);transform:scale(1)}.emerald .mfp-fade.mfp-wrap.mfp-removing .mfp-content{-webkit-transform:scale(0);transform:scale(0)}.emerald .mfp-removing .mfp-arrow-left,.emerald .mfp-removing .mfp-arrow-right{opacity:0}.emerald .datepicker.datepicker-inline td,.emerald .datepicker.datepicker-inline th,.emerald .datepicker.dropdown-menu td,.emerald .datepicker.dropdown-menu th{font-family:"Titillium Web", sans-serif}.emerald .datepicker table tr td.active.active.focus,.emerald .datepicker table tr td.active.active:focus,.emerald .datepicker table tr td.active.active:hover,.emerald .datepicker table tr td.active.highlighted.active.focus,.emerald .datepicker table tr td.active.highlighted.active:focus,.emerald .datepicker table tr td.active.highlighted.active:hover,.emerald .datepicker table tr td.active.highlighted:active.focus,.emerald .datepicker table tr td.active.highlighted:active:focus,.emerald .datepicker table tr td.active.highlighted:active:hover,.emerald .datepicker table tr td.active:active.focus,.emerald .datepicker table tr td.active:active:focus,.emerald .datepicker table tr td.active:active:hover,.emerald .datepicker table tr td.active.active,.emerald .datepicker table tr td.active.highlighted.active,.emerald .datepicker table tr td.active.highlighted:active,.emerald .datepicker table tr td.active:active,.emerald .datepicker table tr td span.active.active.focus,.emerald .datepicker table tr td span.active.active:focus,.emerald .datepicker table tr td span.active.active:hover,.emerald .datepicker table tr td span.active.disabled.active.focus,.emerald .datepicker table tr td span.active.disabled.active:focus,.emerald .datepicker table tr td span.active.disabled.active:hover,.emerald .datepicker table tr td span.active.disabled:active.focus,.emerald .datepicker table tr td span.active.disabled:active:focus,.emerald .datepicker table tr td span.active.disabled:active:hover,.emerald .datepicker table tr td span.active.disabled:hover.active.focus,.emerald .datepicker table tr td span.active.disabled:hover.active:focus,.emerald .datepicker table tr td span.active.disabled:hover.active:hover,.emerald .datepicker table tr td span.active.disabled:hover:active.focus,.emerald .datepicker table tr td span.active.disabled:hover:active:focus,.emerald .datepicker table tr td span.active.disabled:hover:active:hover,.emerald .datepicker table tr td span.active:active.focus,.emerald .datepicker table tr td span.active:active:focus,.emerald .datepicker table tr td span.active:active:hover,.emerald .datepicker table tr td span.active:hover.active.focus,.emerald .datepicker table tr td span.active:hover.active:focus,.emerald .datepicker table tr td span.active:hover.active:hover,.emerald .datepicker table tr td span.active:hover:active.focus,.emerald .datepicker table tr td span.active:hover:active:focus,.emerald .datepicker table tr td span.active:hover:active:hover,.emerald .datepicker table tr td span.active.active,.emerald .datepicker table tr td span.active.disabled.active,.emerald .datepicker table tr td span.active.disabled:active,.emerald .datepicker table tr td span.active.disabled:hover.active,.emerald .datepicker table tr td span.active.disabled:hover:active,.emerald .datepicker table tr td span.active:active,.emerald .datepicker table tr td span.active:hover.active,.emerald .datepicker table tr td span.active:hover:active{background-color:#06b99b;border-color:#06b99b}.emerald .clearfix:before,.emerald .clearfix:after{content:"";display:table}.emerald .clearfix:after{clear:both}.emerald input,.emerald textarea{color:#888;font-family:"Titillium Web", sans-serif;font-size:0.8125em;border-radius:4px}.emerald input{display:block}.emerald input[type="text"].invalid,.emerald input[type="email"].invalid,.emerald input[type="password"].invalid{border-color:#ea2e68}.emerald input[type="text"],.emerald input[type="email"],.emerald input[type="password"],.emerald input[type="number"]{width:100%;height:40px;padding:0 15px;border:1px solid #ebebeb;line-height:40px;border-radius:4px}.emerald input[type="number"]{padding-right:0}.emerald input.rounded{border-radius:200px}.emerald input.datepicker{width:150px;height:32px;line-height:32px}.emerald textarea{width:100%;min-height:90px;border:1px solid #ebebeb;padding:14px 12px}.emerald select{width:100%;height:40px;padding:0 40px 0 15px;border:1px solid #ebebeb;border-radius:4px;color:#b2b2b2;font-family:"Titillium Web", sans-serif;line-height:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.emerald select::-ms-expand{display:none}.emerald label{display:block;margin-bottom:12px;color:#888;font-size:0.8125em;font-family:"Titillium Web", sans-serif;font-weight:600;cursor:pointer}.emerald label:last-child{margin-bottom:0}.emerald label.b-label,.emerald label.rl-label{color:#2b373a;font-weight:700}.emerald label.rl-label{margin-bottom:14px;font-size:0.875em;line-height:1em;cursor:auto}.emerald label.rl-label.required:after{content:'*';color:#00d7b3;position:relative;left:2px}.emerald label.b-label{font-size:0.8125em}.emerald label.select-block{width:100%;display:inline-block;position:relative}.emerald label.select-block .svg-arrow{fill:#535d5f;width:6px;height:10px;position:absolute;top:17px;right:17px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.emerald label>.radio,.emerald label>.checkbox{display:inline-block;width:18px;height:18px;margin-right:8px;border:1px solid #ebebeb;background-color:#f5f5f5;position:relative;top:5px}.emerald label>.radio{border-radius:50%}.emerald label>.radio span{width:6px;height:6px;background-color:#00d7b3;border-radius:50%;position:absolute;top:5px;left:5px;display:none}.emerald label>.checkbox{border-radius:4px}.emerald label>.checkbox span{width:100%;height:100%;border-radius:4px;background:url("../images/check.png") no-repeat center;display:none}.emerald label .quantity{float:right;margin-top:3px;color:#b2b2b2}.emerald button{cursor:pointer}.emerald input[type="radio"],.emerald input[type="checkbox"]{display:none}.emerald input[type="radio"]:checked+label .checkbox.primary,.emerald input[type="checkbox"]:checked+label .checkbox.primary{border-color:#00d7b3;background-color:#00d7b3}.emerald input[type="radio"]:checked+label .checkbox.secondary,.emerald input[type="checkbox"]:checked+label .checkbox.secondary{border-color:#1396e1;background-color:#1396e1}.emerald input[type="radio"]:checked+label .checkbox.tertiary,.emerald input[type="checkbox"]:checked+label .checkbox.tertiary{border-color:#e61852;background-color:#e61852}.emerald input[type="radio"]:checked+label>span>span,.emerald input[type="checkbox"]:checked+label>span>span{display:block}.emerald .placeholder,.emerald::-webkit-input-placeholder,.emerald:-moz-placeholder,.emerald::-moz-placeholder,.emerald:-ms-input-placeholder{color:#b2b2b2;font-family:"Titillium Web", sans-serif;font-size:13px;font-weight:600}.emerald .button{display:block;width:120px;height:30px;border-radius:4px;color:#fff;font-family:"Titillium Web", sans-serif;font-size:0.75em;font-weight:700;line-height:30px;text-align:center;letter-spacing:inherit;text-transform:none;border-bottom:0}.emerald .button.primary{background-color:#00d7b3}.emerald .button.primary:hover{background-color:#0ae7c2}.emerald .button.secondary{background-color:#1cbdf9}.emerald .button.secondary:hover{background-color:#37c9ff}.emerald .button.secondary-dark{background-color:#1396e1}.emerald .button.secondary-dark:hover{background-color:#27a4ec}.emerald .button.tertiary{background-color:#e61852}.emerald .button.tertiary:hover{background-color:#f8436e}.emerald .button.fb{background-color:#355599}.emerald .button.twt{background-color:#0fccf4}.emerald .button.de{background-color:#05cc47}.emerald .button.wfb{background:url("../images/fb.png") no-repeat center #355599}.emerald .button.wfb:hover{background:url("../images/fb.png") no-repeat center #4868ae}.emerald .button.wtwt{background:url("../images/twt.png") no-repeat center #0fccf4}.emerald .button.wtwt:hover{background:url("../images/twt.png") no-repeat center #2fd5f9}.emerald .button.wdb{background:url("../images/db.png") no-repeat center #f63f6e}.emerald .button.wdb:hover{background:url("../images/db.png") no-repeat center #fe5e87}.emerald .button.wde{background:url("../images/de.png") no-repeat center #05cc47}.emerald .button.wde:hover{background:url("../images/de.png") no-repeat center #15e159}.emerald .button.dark{background-color:#2b373a;position:relative}.emerald .button.dark span.primary{color:#16ffd8}.emerald .button.dark span.secondary{color:#1396e1}.emerald .button.dark:hover{background-color:#3b4a4e}.emerald .button.dark-light{background-color:#535d5f}.emerald .button.dark-light:hover{background-color:#647072}.emerald .button.mid{width:160px;height:42px;line-height:42px;font-size:0.875em}.emerald .button.mid.bid{float:right;width:120px}.emerald .button.mid-short{width:160px}.emerald .button.medium{width:170px;height:50px;line-height:50px;font-size:1em}.emerald .button.big{width:270px;height:60px;line-height:60px;font-size:1.25em}.emerald .button.big.purchase{padding-left:22px;text-align:left}.emerald .button.big.purchase.bid{padding-left:40px}.emerald .button.big.purchase span{float:left}.emerald .button.big.wcart,.emerald .button.big.wfav{position:relative;text-align:left}.emerald .button.big.wcart{padding-left:78px}.emerald .button.big.wcart span.icon-present{font-size:25px;position:absolute;top:16px;left:35px}.emerald .button.big.wfav{padding-left:72px}.emerald .button.big.wfav span.fav-count{font-size:10px;position:absolute;top:14px;left:40px}.emerald .button.big.wfav span.icon-heart{font-size:20px;position:absolute;top:15px;left:38px}.emerald .button.big span.currency{margin-right:15px;font-size:36px;position:relative;top:-2px}.emerald .button.big span.currency:before{content:'$';font-size:18px;position:relative;top:-4px;left:-1px}.emerald .button.square{width:30px;height:30px;position:relative}.emerald .button.square img[alt="close-icon"]{position:absolute;top:10px;left:50%;margin-left:-5px}.emerald .button.half{float:left}.emerald .button.half+.half{float:right}.emerald .button.third{float:left;margin-right:10px}.emerald .button.third+.third+.third{float:right;margin-right:0}.emerald .link-to{width:100%;height:100%;position:absolute;top:0;left:0;z-index:10000}.emerald .headline{height:66px;border:1px solid #ebebeb;border-left:none;padding-left:22px;margin-bottom:26px;background-color:#fff;position:relative}.emerald .headline:before{display:block;content:'';width:6px;height:66px;background-color:#535d5f;position:absolute;top:-1px;left:0}.emerald .headline.primary:before,.emerald .headline.primary .slide-control{background-color:#00d7b3}.emerald .headline.primary .slide-control:hover{background-color:#0ae7c2}.emerald .headline.secondary:before,.emerald .headline.secondary .slide-control{background-color:#1396e1}.emerald .headline.secondary .slide-control:hover{background-color:#27a4ec}.emerald .headline.tertiary:before,.emerald .headline.tertiary .slide-control{background-color:#e61852}.emerald .headline.tertiary .slide-control:hover{background-color:#f8436e}.emerald .headline.inbox .button-wrap{float:right;margin-top:17px;overflow:hidden}.emerald .headline.inbox .button-wrap .button{margin-top:0}.emerald .headline.inbox .button{margin-right:7px}.emerald .headline.inbox .slide-control-wrap{float:right;margin-right:7px;position:static}.emerald .headline.inbox .slide-control-wrap.main .slide-control{background-color:#535d5f}.emerald .headline.inbox .slide-control-wrap.main .slide-control:hover{background-color:#647072}.emerald .headline.statement form label:last-child{margin-right:16px}.emerald .headline h4{float:left;line-height:66px}.emerald .headline .slide-control-wrap{width:66px;top:16px;right:16px}.emerald .headline .button{float:right;margin:17px 15px 0 0}.emerald .headline form{float:right;margin-top:17px;overflow:hidden}.emerald .headline select{color:#888;font-size:12px;height:32px;line-height:32px}.emerald .headline .select-block{float:left;width:200px;margin-right:10px}.emerald .headline .select-block .svg-arrow{width:5px;height:9px;top:12px;right:13px}.emerald .headline .view-selectors{float:right;margin:18px 15px 0 0}.emerald .headline .search-form{float:left;width:290px;margin-right:14px}.emerald .headline .search-form input[type="text"]{height:32px;font-size:0.75em}.emerald .head-title{width:620px;margin:20px auto 60px}.emerald .head-title .text-header{margin-bottom:26px}.emerald .head-title p{text-align:center}.emerald .section-headline-wrap{background:linear-gradient( to right, rgba(0, 153, 204, 0.9), rgba(153, 255, 255, 0.9) ), url(/sites/bradspelaren/siteDependencies/games.jpg)!important}.emerald .section-headline-wrap.v2{background:url("../images/section_headline_bg.png") no-repeat center, linear-gradient(to right, #f21c5e, #1cc1e4)}.emerald .section-headline-wrap.v3{background:url("../images/section_headline_bg.png") no-repeat center, linear-gradient(to right, #1595de, #00dcdd)}.emerald .section-headline{height:90px;padding:0 30px;overflow:hidden}.emerald .section-headline h2{float:left;line-height:90px;margin-left:280px}.emerald .section-headline p{float:right;color:#fff;line-height:90px}.emerald .section-headline p .separator{margin:0 13px}.emerald .section-headline p .current-section{font-weight:700}.emerald .slide-control-wrap{position:absolute}.emerald .slide-control{width:30px;height:30px;border-radius:4px;background-color:#535d5f;cursor:pointer;position:relative}.emerald .slide-control:hover{background-color:#647072}.emerald .slide-control.rounded{width:45px;height:45px;border-radius:50%;background-color:rgba(0, 0, 0, 0.8)}.emerald .slide-control.rounded .svg-arrow{top:17px}.emerald .slide-control.rounded.left .svg-arrow{left:18px}.emerald .slide-control.rounded.right .svg-arrow{left:20px}.emerald .slide-control .svg-arrow{fill:#fff;width:8px;height:12px;position:absolute;top:9px;pointer-events:none}.emerald .slide-control.left{float:left}.emerald .slide-control.left.mfp-arrow-left{float:none;position:absolute;top:50%;margin-top:-15px;left:12%}.emerald .slide-control.left .svg-arrow{left:11px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.emerald .slide-control.right{float:right}.emerald .slide-control.right.mfp-arrow-right{float:none;position:absolute;top:50%;margin-top:-15px;right:12%}.emerald .slide-control.right .svg-arrow{left:12px}.emerald .open{opacity:1;visibility:visible}.emerald .closed{opacity:0;visibility:hidden}.emerald .svg-plus.primary{fill:#00d7b3}.emerald .svg-plus.secondary{fill:#1cbdf9}.emerald .svg-plus.tertiary{fill:#e61852}.emerald .svg-minus.primary{fill:#00d7b3}.emerald .svg-minus.secondary{fill:#1cbdf9}.emerald .svg-minus.tertiary{fill:#e61852}.emerald .svg-arrow{width:4px;height:8px;cursor:pointer}.emerald .svg-check{width:14px;height:11px;fill:#535d5f}.emerald .recommendation{display:inline-block;width:40px;height:40px;border-radius:50%;background-color:#e7e7e7;position:relative}.emerald .recommendation.hoverable{transition:all .15s ease}.emerald .recommendation.hoverable.good,.emerald .recommendation.hoverable.bad{background-color:#e7e7e7}.emerald .recommendation.hoverable:hover.good{background-color:#00d7b3}.emerald .recommendation.hoverable:hover.bad{background-color:#e61852}.emerald .recommendation.good{background-color:#00d7b3}.emerald .recommendation.bad{background-color:#e61852}.emerald .recommendation .icon-like,.emerald .recommendation .icon-dislike{color:#fff;font-size:18px;position:absolute;left:50%;margin-left:-9px}.emerald .recommendation .icon-like{top:11px}.emerald .recommendation .icon-dislike{top:13px}.emerald .pin-tag{display:inline-block;font-family:"Titillium Web", sans-serif;font-size:0.75em;font-weight:700}.emerald .pin-tag.primary{color:#06b99b}.emerald .pin-tag.secondary{color:#1396e1}.emerald .pin-tag.tertiary{color:#e61852}.emerald .pin{display:inline-block;padding:0px 5px;border-radius:2px;background-color:#535d5f;color:#fff;font-family:"Titillium Web", sans-serif;font-size:0.5625em;font-weight:700;line-height:15px;text-transform:uppercase;position:absolute}.emerald .pin.soft-edged{line-height:14px;border-radius:4px;padding:0 6px}.emerald .pin.big{font-size:0.625em}.emerald .pin.primary{background-color:#00d7b3}.emerald .pin.secondary{background-color:#1cbdf9}.emerald .pin.featured{background-color:#ffc000}.emerald .pin.greyed{background-color:#d1d1d1}.emerald .search-widget{width:970px;height:122px;padding:36px 0 0 52px;border-radius:4px;position:absolute;left:50%;margin-left:-485px;background:url("../images/searchbar_texture.png") no-repeat center, linear-gradient(to right, #05e6aa, #1cbdf9);background-size:cover}.emerald .search-widget-form{overflow:hidden}.emerald .search-widget-form input,.emerald .search-widget-form select{float:left;height:50px;padding:0 40px 0 20px;color:#888;font-size:0.875em;line-height:50px}.emerald .search-widget-form input{width:448px;border-top-right-radius:0;border-bottom-right-radius:0;border-right-color:#e1e1e1}.emerald .search-widget-form select{font-size:1.07692em;border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.emerald .search-widget-form .select-block{float:left;width:232px;margin-right:16px}.emerald .search-widget-form .select-block .svg-arrow{width:4px;height:8px;top:22px;right:16px}.emerald .search-widget-form .placeholder,.emerald .search-widget-form::-webkit-input-placeholder,.emerald .search-widget-form:-moz-placeholder,.emerald .search-widget-form::-moz-placeholder,.emerald .search-widget-form:-ms-input-placeholder{color:#888}.emerald .search-widget-form::-webkit-input-placeholder{color:#888}.emerald .search-widget-form:-moz-placeholder{color:#888}.emerald .search-widget-form::-moz-placeholder{color:#888}.emerald .search-widget-form:-ms-input-placeholder{color:#888}.emerald .search-widget-form .button{float:left}.emerald header,.emerald .menu-bar,.emerald .banner,.emerald #services,.emerald #product-sideshow,.emerald #subscribe-banner,.emerald #footer-top,.emerald #footer-bottom,.emerald .category-nav,.emerald .section-headline,.emerald .section,.emerald .sidebar-nav,.emerald .author-profile-meta,.emerald .dashboard-content{max-width:1170px;width:95%;margin:0 auto}.emerald .logo{width:239px;height:56px}.emerald .logo.small{width:178px;height:41px}.emerald .user-quickview{width:155px;padding:10px 0 0 62px;position:relative}.emerald .user-quickview .outer-ring,.emerald .user-quickview .inner-ring,.emerald .user-quickview .user-avatar{position:absolute}.emerald .user-quickview .outer-ring{width:54px;height:54px;top:0;left:0}.emerald .user-quickview .inner-ring{width:50px;height:50px;top:2px;left:2px}.emerald .user-quickview .user-avatar{top:7px;left:7px}.emerald .user-quickview .user-name{cursor:pointer;margin-bottom:2px}.emerald .user-quickview .svg-arrow{fill:#fff;position:absolute;top:12px;right:10px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.emerald .outer-ring,.emerald .inner-ring{border-radius:50%}.emerald .outer-ring{background:-webkit-linear-gradient(to right, #10fac0, #1cbdf9);background:linear-gradient(to right, #10fac0, #1cbdf9)}.emerald .inner-ring{background-color:#2b373a}.emerald .user-avatar-wrap{display:block;margin:0 auto;border-radius:50%}.emerald .user-avatar-wrap.medium{width:70px;height:70px}.emerald .user-avatar{width:40px;height:40px;border-radius:50%}.emerald .user-avatar img{border-radius:50%}.emerald .user-avatar.small{width:26px;height:26px}.emerald .user-avatar.medium{width:70px;height:70px}.emerald .user-name,.emerald .user-money{line-height:1em}.emerald .user-name{color:#fff;font-size:0.75em}.emerald .user-money{color:#16ffd8;font-size:1em}.emerald .rating{overflow:hidden;cursor:pointer}.emerald .rating .rating-item{float:left;margin-right:5px}.emerald .rating .rating-item .svg-star{fill:#ffc000;width:11px;height:10px}.emerald .rating .rating-item.empty .svg-star{fill:#cfcfcf}.emerald .rating .rating-item:last-child{margin-right:0}.emerald .product-preview-image{width:258px;height:150px}.emerald .product-preview-image.large{width:836px;height:484px}.emerald .product-preview-image.big{width:358px;height:208px}.emerald .product-preview-image.thumbnail{width:78px;height:78px}.emerald .product-preview-image.small{width:70px;height:70px}.emerald .product-preview-image.tiny{width:60px;height:60px}.emerald .product-preview-image.micro{width:34px;height:34px}.emerald .text-header,.emerald .category,.emerald .price{color:#2b373a;font-weight:700;line-height:1em}.emerald .text-header{font-size:1em}.emerald .text-header.small{font-size:0.875em;line-height:1em}.emerald .text-header.tiny{font-size:0.75em;line-height:1.16667em}.emerald .text-header.mid{font-size:1.5em}.emerald .text-header.big{font-size:2.25em}.emerald .text-header a{color:#2b373a}.emerald .category{font-size:0.75em}.emerald .category.tiny{font-size:0.6875em}.emerald .category.primary{color:#06b99b}.emerald .category.primary>a{color:#06b99b}.emerald .category.secondary{color:#1396e1}.emerald .category.secondary>a{color:#1396e1}.emerald .category.tertiary{color:#e61852}.emerald .category.tertiary>a{color:#e61852}.emerald .price{font-size:1.25em;position:relative}.emerald .price span{font-size:0.6em;position:relative;top:-2px}.emerald .price.tiny{font-size:1em}.emerald .price.tiny span{font-size:0.5625em}.emerald .price.medium{font-size:1.625em}.emerald .price.medium span{font-size:0.61538em}.emerald .price.big{font-size:2.375em}.emerald .price.big span{font-size:0.47368em}.emerald .price.large{font-size:3em}.emerald .price.large span{font-size:0.47368em}.emerald .price.larger{font-size:3.375em}.emerald .price.larger span{font-size:0.59259em}.emerald .text-oneline{font-size:0.75em;line-height:18px}.emerald .timestamp{color:#b2b2b2;font-size:0.75em}.emerald .line-separator{background-color:#ebebeb;height:1px;border:none}.emerald .dropdown{width:230px;position:absolute;border:1px solid #ebebeb;background-color:#fff;transition:all .4s ease-in-out;z-index:10000}.emerald .dropdown .dropdown-triangle{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff;position:absolute;top:-8px;right:22px}.emerald .dropdown.hover-effect>.dropdown-item>a{transition:all .15s ease;border-left:0px solid #00d7b3}.emerald .dropdown.hover-effect>.dropdown-item>a:hover{border-left:6px solid #00d7b3}.emerald .dropdown.hover-effect.secondary>.dropdown-item>a{transition:all .15s ease;border-left:0px solid #1396e1}.emerald .dropdown.hover-effect.secondary>.dropdown-item>a:hover{border-left:6px solid #1396e1}.emerald .dropdown.hover-effect.tertiary>.dropdown-item>a{transition:all .15s ease;border-left:0px solid #e61852}.emerald .dropdown.hover-effect.tertiary>.dropdown-item>a:hover{border-left:6px solid #e61852}.emerald .dropdown.small{width:170px}.emerald .dropdown.small.hover-effect .dropdown-item>a:hover{border-left:4px solid #00d7b3}.emerald .dropdown.small .dropdown-item>a{padding-left:14px;line-height:40px;font-size:0.75em}.emerald .dropdown.notifications{width:300px}.emerald .dropdown.notifications .dropdown-item{height:81px;padding:20px 55px 0 70px;position:relative}.emerald .dropdown.notifications .dropdown-item .user-avatar{position:absolute;top:20px;left:15px}.emerald .dropdown.notifications .dropdown-item .title{font-size:0.6875em;line-height:1.27273em}.emerald .dropdown.notifications .dropdown-item .title span{color:#2b373a;font-weight:700}.emerald .dropdown.notifications .dropdown-item .subject{font-size:0.6875em}.emerald .dropdown.notifications .dropdown-item .timestamp{font-size:0.625em}.emerald .dropdown.notifications .dropdown-item .notification-type{color:#888;font-size:19px;position:absolute;top:30px;right:19px}.emerald .dropdown.notifications .dropdown-item .notification-type.primary-new{color:#00d7b3}.emerald .dropdown.notifications .dropdown-item .notification-type.secondary-new{color:#1cbdf9}.emerald .dropdown.cart{width:300px}.emerald .dropdown.cart .dropdown-item{height:92px;padding:18px 40px 0 84px;position:relative}.emerald .dropdown.cart .dropdown-item .svg-plus{fill:#b2b2b2;width:10px;height:10px;position:absolute;top:10px;right:10px;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:10000}.emerald .dropdown.cart .dropdown-item:last-child{padding:0 18px 0 84px;height:43px;cursor:auto}.emerald .dropdown.cart .dropdown-item:last-child .text-header{float:left;line-height:43px}.emerald .dropdown.cart .dropdown-item:last-child .price{float:right;font-size:0.875em;line-height:43px}.emerald .dropdown.cart .dropdown-item .product-preview-image{position:absolute;top:16px;left:16px}.emerald .dropdown.cart .dropdown-item .text-header{margin-bottom:3px}.emerald .dropdown.cart .dropdown-item .category{margin-bottom:2px}.emerald .dropdown.cart .dropdown-item .button{bottom:-54px}.emerald .dropdown.dark{background-color:#222b2d;border-color:#2b373a}.emerald .dropdown.dark .dropdown-item{border-color:#2b373a}.emerald .dropdown.dark .dropdown-item.active>a{color:#fff;border-left:6px solid #00d7b3}.emerald .dropdown.dark .dropdown-item.active>a .svg-arrow{fill:#fff}.emerald .dropdown.dark .dropdown-item.active>a .sl-icon{color:#00d7b3}.emerald .dropdown.dark .dropdown-item:hover{background-color:#222b2d}.emerald .dropdown.dark .dropdown-item:hover>a{color:#fff}.emerald .dropdown.dark .dropdown-item:hover>a .svg-arrow{fill:#fff}.emerald .dropdown.dark .dropdown-item:hover>a .sl-icon{color:#00d7b3}.emerald .dropdown.dark .dropdown-item>a{padding-left:30px;color:#6a7779;transition:all .2s ease-in}.emerald .dropdown.dark .dropdown-item>a .svg-arrow{transition:fill .2s ease-in}.emerald .dropdown.no-hover .dropdown-item{cursor:auto}.emerald .dropdown.secondary .dropdown-item.active>a{border-left:6px solid #1396e1}.emerald .dropdown.tertiary .dropdown-item.active>a{border-left:6px solid #e61852}.emerald .dropdown .dropdown-item{border-bottom:1px solid #ebebeb;position:relative}.emerald .dropdown li{padding:0px!important}.emerald .dropdown .active{padding:0px!important;background-color:transparent!important}.emerald .dropdown .dropdown-item.active>a{border-left:6px solid #00d7b3}.emerald .dropdown .dropdown-item>.dropdown{position:absolute;top:-1px;right:-160px}.emerald .dropdown .dropdown-item .svg-arrow{width:5px;height:11px;fill:#2b373a;pointer-events:none}.emerald .dropdown .dropdown-item:hover{background-color:#f6f6f6}.emerald .dropdown .dropdown-item:hover>.dropdown{right:-230px;opacity:1;visibility:visible;pointer-events:auto}.emerald .dropdown .dropdown-item>a{display:block;padding-left:15px;line-height:50px;color:#2b373a;font-size:0.875em;font-weight:700}.emerald .dropdown .dropdown-item>a .svg-arrow{position:relative;top:1px;left:10px;fill:#535d5f;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.emerald .dropdown .dropdown-item>a .item-count{float:right;margin-right:18px;color:#b2b2b2}.emerald .dropdown .dropdown-item .button{width:300px;height:50px;line-height:50px;padding:0;color:#fff;font-size:0.75em;position:absolute;bottom:-51px;left:-1px;border-radius:0}.emerald .dropdown .dropdown-item .button.half{width:150px}.emerald .dropdown .dropdown-item .button.half:last-child{left:auto;right:-1px}.emerald .dropdown .dropdown-item:last-child{border-bottom:none}.emerald .dropdown .dropdown-item .pin{top:18px;right:22px;pointer-events:none}.emerald .inner-dropdown{padding:0 0 15px 45px;background-color:#1e2527;border-top:1px solid #2b373a;overflow:hidden;display:none}.emerald .inner-dropdown.open{display:block}.emerald .inner-dropdown .inner-dropdown-item{position:relative}.emerald .inner-dropdown .inner-dropdown-item>p{margin:24px 0 10px;color:#fff;font-size:0.8125em;line-height:1em;text-transform:uppercase}.emerald .inner-dropdown .inner-dropdown-item>a{display:block;color:#6a7779;font-size:0.8125em;font-weight:700;line-height:34px;opacity:0.6;transition:opacity .15s ease-in}.emerald .inner-dropdown .inner-dropdown-item>a:hover{opacity:1}.emerald .inner-dropdown .inner-dropdown-item .pin{top:10px;right:22px}.emerald .sidebar-nav-wrap{background-color:#fff;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb}.emerald .sidebar-nav{height:60px}.emerald .sidebar-nav .sidebar-menu{float:left}.emerald .sidebar-nav .sidebar-filters{float:right;margin-right:30px}.emerald .sidebar-nav .sidebar-filters form,.emerald .sidebar-nav .sidebar-filters .view-selectors,.emerald .sidebar-nav .sidebar-filters .button{margin-top:14px}.emerald .sidebar-nav .sidebar-filters form,.emerald .sidebar-nav .sidebar-filters .view-selectors{float:left}.emerald .sidebar-nav .sidebar-filters form{margin-right:22px}.emerald .sidebar-nav .sidebar-filters form select{color:#888;font-size:12px;height:32px;line-height:32px}.emerald .sidebar-nav .sidebar-filters form .select-block{float:left;width:200px;margin-right:10px}.emerald .sidebar-nav .sidebar-filters form .select-block:last-child{margin-right:0}.emerald .sidebar-nav .sidebar-filters form .select-block .svg-arrow{width:5px;height:9px;top:12px;right:13px}.emerald .sidebar-nav .sidebar-filters .view-selectors{margin-right:12px}.emerald .sidebar-nav .sidebar-filters .button{float:right;width:160px}.emerald .sidebar-menu .sidebar-menu-item{float:left;border-right:1px solid #ebebeb;position:relative}.emerald .sidebar-menu .sidebar-menu-item .svg-arrow{fill:#535d5f;width:5px;height:9px;position:absolute;top:26px;right:32px;-webkit-transform:rotate(90deg);transform:rotate(90deg);pointer-events:none}.emerald .sidebar-menu .sidebar-menu-item a{display:block;height:60px;padding:0 48px 0 30px;color:#2b373a;font-size:0.875em;line-height:60px;font-weight:700}.emerald .sidebar-menu-dropdown{width:270px;border:1px solid #ebebeb;padding:22px 14px;background-color:#fff;position:absolute;left:0;z-index:9999;display:none}.emerald .sidebar-menu-dropdown.big{width:300px;padding:36px 14px 46px}.emerald .information-layout .information-layout-item{padding:10px 0;border-bottom:1px solid #ebebeb;overflow:hidden}.emerald .information-layout .information-layout-item:last-child{border-bottom:none}.emerald .information-layout .information-layout-item p{font-size:0.8125em;line-height:20px}.emerald .information-layout .information-layout-item p:nth-child(1){float:left}.emerald .information-layout .information-layout-item p:nth-child(2){float:right;text-align:right}.emerald .information-layout.v2 .information-layout-item{border-bottom:none}.emerald .information-layout.v2 p:nth-child(1),.emerald .information-layout.v2 p:nth-child(2){float:none;text-align:left}.emerald .information-layout.v2 p span{color:#2b373a;font-weight:700}.emerald .item-preview{padding:2px 0 0 80px;position:relative}.emerald .item-preview .product-preview-image{position:absolute;top:0;left:0}.emerald .item-preview .text-header{line-height:16px;margin-bottom:3px}.emerald .item-preview .category{margin-bottom:4px}.emerald .item-preview .description{font-size:0.75em}.emerald .bid-countdown{position:relative}.emerald .bid-countdown>div{margin-right:14px}.emerald .bid-countdown>div:last-child{margin-right:0}.emerald .bid-countdown>div>p{position:absolute;top:8px;left:50%;color:#2b373a;font-size:1.125em;font-weight:700;text-align:center;line-height:35px}.emerald .bid-countdown>div>p .tag{color:#888;font-size:13px;font-weight:600}.emerald .bid-countdown .colon{color:#2b373a;font-family:"Titillium Web", sans-serif;font-size:1.125em;font-weight:700;position:absolute;top:10px}.emerald .bid-countdown .colon:nth-child(1){left:55px}.emerald .bid-countdown .colon:nth-child(2){left:119px}.emerald .bid-countdown .colon:nth-child(3){left:183px}.emerald .column5-wrap{margin:0 auto}.emerald .column5-wrap .column{float:left}.emerald .column4-wrap,.emerald .column3-wrap,.emerald .column3-4-wrap,.emerald .column-wrap{margin:0 auto}.emerald .column4-wrap .column,.emerald .column3-wrap .column,.emerald .column3-4-wrap .column,.emerald .column-wrap .column{float:left;margin-right:30px}.emerald .column5-wrap .column{width:234px}.emerald .column4-wrap .column{width:270px}.emerald .column4-wrap .column:nth-child(4n+4){margin-right:0}.emerald .column3-4-wrap{width:870px}.emerald .column3-4-wrap .column{width:270px}.emerald .column3-4-wrap .column:nth-child(3n+3){margin-right:0}.emerald .column3-wrap .column{width:370px}.emerald .column3-wrap .column:nth-child(3n+3){margin-right:0}.emerald .column-wrap .column{width:270px}.emerald .column-wrap .column:last-child{margin-right:0}@media screen and (max-width:1260px){.emerald .column5-wrap{width:702px}.emerald .column4-wrap{width:870px}.emerald .column4-wrap .column:nth-child(4n+4){margin-right:30px}.emerald .column4-wrap .column:nth-child(3n+3){margin-right:0}.emerald .column4-wrap.service-list{width:570px}.emerald .column4-wrap.service-list .column{margin-bottom:60px}.emerald .column4-wrap.service-list .column:nth-child(3n+3){margin-right:30px}.emerald .column4-wrap.service-list .column:nth-child(2n+2){margin-right:0}.emerald .column3-wrap{width:770px}.emerald .column3-wrap .column:nth-child(3n+3){margin-right:30px}.emerald .column3-wrap .column:nth-child(2n+2){margin-right:0}.emerald .sidebar-nav{max-width:none;width:100%;height:auto;padding-bottom:30px;overflow:hidden}.emerald .sidebar-nav .sidebar-filters{width:410px;float:none;margin:0 auto;overflow:hidden}.emerald .sidebar-nav .sidebar-filters form{margin-right:0;margin-bottom:14px}.emerald .sidebar-nav .sidebar-filters form label{margin-bottom:0}.emerald .sidebar-nav .sidebar-filters .view-selectors{float:none;width:66px;margin:0 auto}.emerald .sidebar-nav .sidebar-filters .button{float:none;margin:18px auto 0}.emerald .sidebar-menu{width:100%;margin-bottom:20px}.emerald .sidebar-menu .sidebar-menu-item{float:none;width:100%;border-right:none;border-bottom:1px solid #ebebeb}.emerald .sidebar-menu-dropdown{width:100%;padding:22px 30px;border:none;border-top:1px solid #ebebeb;position:static}.emerald .sidebar-menu-dropdown.big{width:100%}.emerald .slide-control.left.mfp-arrow-left{top:auto;margin-top:0;bottom:20px;left:50%;margin-left:-45px}.emerald .slide-control.right.mfp-arrow-right{top:auto;margin-top:0;bottom:20px;right:50%;margin-right:-45px}}@media screen and (max-width:935px){.emerald .column5-wrap{width:468px}.emerald .column4-wrap,.emerald .column3-4-wrap{width:570px}.emerald .column4-wrap .column,.emerald .column3-4-wrap .column{margin-bottom:60px}.emerald .column4-wrap .column:nth-child(3n+3),.emerald .column3-4-wrap .column:nth-child(3n+3){margin-right:30px}.emerald .column4-wrap .column:nth-child(2n+2),.emerald .column3-4-wrap .column:nth-child(2n+2){margin-right:0}.emerald .column3-wrap{width:370px}.emerald .column3-wrap .column{margin-right:0}.emerald .column3-wrap .column:nth-child(3n+3){margin-right:0}.emerald .head-title{width:90%}.emerald .dashboard-content .headline.inbox .button-wrap{float:none;width:103px;margin:0 auto 16px}.emerald .dashboard-content .headline.inbox .button-wrap .button{float:right}}@media screen and (max-width:630px){.emerald .column5-wrap{width:234px}.emerald .column4-wrap,.emerald .column3-4-wrap{width:270px}.emerald .column4-wrap .column,.emerald .column3-4-wrap .column{margin-right:0}.emerald .column4-wrap.service-list,.emerald .column3-4-wrap.service-list{width:270px}.emerald .column4-wrap.service-list .column,.emerald .column3-4-wrap.service-list .column{margin-right:0}.emerald .column4-wrap.service-list .column:nth-child(3n+3),.emerald .column3-4-wrap.service-list .column:nth-child(3n+3){margin-right:0}.emerald .section-headline{padding:0}.emerald .section-headline h2{float:none;text-align:center;margin-left:0px}.emerald .section-headline p{display:none}.emerald .slide-control.left.mfp-arrow-left{bottom:50px}.emerald .slide-control.right.mfp-arrow-right{bottom:50px}}@media screen and (max-width:460px){h1{font-size:2.5em}.emerald .column3-wrap{width:90%}.emerald .column3-wrap .column{width:100%}.emerald .column3-wrap.service-list.small .service-item{padding:80px 0 0}.emerald .column3-wrap.service-list.small .service-item .outer-ring{left:50%;margin-left:-25px}.emerald .column3-wrap.service-list.small .service-item h3,.emerald .column3-wrap.service-list.small .service-item p{text-align:center}.emerald .sidebar-nav .sidebar-filters{width:200px}.emerald .sidebar-nav .sidebar-filters form label{margin-right:0;margin-bottom:12px}.emerald .sidebar-nav .sidebar-filters form label:last-child{margin-bottom:0}.emerald .slide-control.left.mfp-arrow-left{bottom:120px}.emerald .slide-control.right.mfp-arrow-right{bottom:120px}}.emerald .header-wrap{background-color:#2b373a}.emerald header{min-height:100px}.emerald header .logo{float:left;margin-top:20px}.emerald header .logo-mobile{display:none;width:48px;height:56px;position:absolute;top:20px;left:50%;margin-left:-24px}.emerald header .mobile-menu-handler,.emerald header .mobile-account-options-handler{width:90px;height:100px;position:absolute;top:0;display:none;cursor:pointer}.emerald header .mobile-menu-handler.primary,.emerald header .mobile-account-options-handler.primary{background-color:#00d7b3}.emerald header .mobile-menu-handler.secondary,.emerald header .mobile-account-options-handler.secondary{background-color:#1cbdf9}.emerald header .mobile-menu-handler.left,.emerald header .mobile-account-options-handler.left{left:0}.emerald header .mobile-menu-handler.right, header .mobile-account-options-handler.right{right:0}.emerald header .mobile-menu-handler img[alt="pull-icon"],.emerald header .mobile-account-options-handler img[alt="pull-icon"]{position:absolute;top:41px;left:50%;margin-left:-13px}.emerald header .mobile-menu-handler .icon-user,.emerald header .mobile-account-options-handler .icon-user{color:#fff;font-size:24px;position:absolute;top:38px;left:50%;margin-left:-12px}.emerald header .user-board{float:right}.emerald header .user-board .user-quickview{float:right;height:80px;margin-top:20px}.emerald header .user-board .user-quickview .dropdown{left:2px}.emerald header .user-board .user-quickview .dropdown.open{top:69px}.emerald header .user-board .user-quickview .dropdown.closed{top:0}.emerald header .account-information{float:right;margin:40px 6px 0 0}.emerald header .account-information .account-wishlist-quickview,.emerald header .account-information .account-cart-quickview,.emerald header .account-information .account-email-quickview,.emerald header .account-information .account-settings-quickview{float:left;padding-right:34px;cursor:pointer;position:relative}.emerald header .account-information .account-wishlist-quickview:first-child,.emerald header .account-information .account-wishlist-quickview:last-child,.emerald header .account-information .account-cart-quickview:first-child,.emerald header .account-information .account-cart-quickview:last-child,.emerald header .account-information .account-email-quickview:first-child,.emerald header .account-information .account-email-quickview:last-child,.emerald header .account-information .account-settings-quickview:first-child,.emerald header .account-information .account-settings-quickview:last-child{padding-right:26px}.emerald header .account-information .account-wishlist-quickview>span:first-child,.emerald header .account-information .account-cart-quickview>span:first-child,.emerald header .account-information .account-email-quickview>span:first-child,.emerald header .account-information .account-settings-quickview>span:first-child{position:relative;color:#717f82;transition:all .2s ease-in-out}.emerald header .account-information .account-wishlist-quickview>span:first-child .svg-arrow,.emerald header .account-information .account-cart-quickview>span:first-child .svg-arrow,.emerald header .account-information .account-email-quickview>span:first-child .svg-arrow,.emerald header .account-information .account-settings-quickview>span:first-child .svg-arrow{fill:#717f82;position:absolute;right:-10px;-webkit-transform:rotate(90deg);transform:rotate(90deg);transition:all .2s ease-in-out}.emerald header .account-information .account-wishlist-quickview:hover>span:first-child,.emerald header .account-information .account-wishlist-quickview.active>span:first-child,.emerald header .account-information .account-cart-quickview:hover>span:first-child,.emerald header .account-information .account-cart-quickview.active>span:first-child,.emerald header .account-information .account-email-quickview:hover>span:first-child,.emerald header .account-information .account-email-quickview.active>span:first-child,.emerald header .account-information .account-settings-quickview:hover>span:first-child,.emerald header .account-information .account-settings-quickview.active>span:first-child{color:#b6c6ca}.emerald header .account-information .account-wishlist-quickview:hover>span:first-child .svg-arrow,.emerald header .account-information .account-wishlist-quickview.active>span:first-child .svg-arrow,.emerald header .account-information .account-cart-quickview:hover>span:first-child .svg-arrow,.emerald header .account-information .account-cart-quickview.active>span:first-child .svg-arrow,.emerald header .account-information .account-email-quickview:hover>span:first-child .svg-arrow,.emerald header .account-information .account-email-quickview.active>span:first-child .svg-arrow,.emerald header .account-information .account-settings-quickview:hover>span:first-child .svg-arrow,.emerald header .account-information .account-settings-quickview.active>span:first-child .svg-arrow{fill:#b6c6ca}.emerald header .account-information .account-wishlist-quickview .dropdown,.emerald header .account-information .account-cart-quickview .dropdown,.emerald header .account-information .account-email-quickview .dropdown,.emerald header .account-information .account-settings-quickview .dropdown{right:13px}.emerald header .account-information .account-wishlist-quickview .dropdown.open,.emerald header .account-information .account-cart-quickview .dropdown.open,.emerald header .account-information .account-email-quickview .dropdown.open,.emerald header .account-information .account-settings-quickview .dropdown.open{top:49px}.emerald header .account-information .account-wishlist-quickview .dropdown.closed,.emerald header .account-information .account-cart-quickview .dropdown.closed,.emerald header .account-information .account-email-quickview .dropdown.closed,.emerald header .account-information .account-settings-quickview .dropdown.closed{top:0}.emerald header .account-information .pin{font-size:0.625em;top:-5px;left:-6px}.emerald header .account-information .account-settings-quickview .dropdown{right:0}.emerald header .account-information .icon-present,.emerald header .account-information .icon-envelope,.emerald header .account-information .icon-settings{font-size:22px}.emerald header .account-information .icon-heart{top:1px;font-size:21px}.emerald header .account-information .icon-present{top:-2px}.emerald header .account-information .icon-present .svg-arrow{top:9px}.emerald header .account-information .icon-envelope{top:1px}.emerald header .account-information .icon-envelope .svg-arrow{top:6px;right:-12px}.emerald header .account-information .icon-settings .svg-arrow{top:7px;right:-12px}.emerald header .account-actions{float:right;margin:40px 26px 0 0}.emerald header .account-actions.no-space{margin-right:0}.emerald header .account-actions .interesting-link{float:left;margin-right:30px;margin-top:6px;color:#b6c6ca;font-size:0.75em;font-weight:700}.emerald header .account-actions .interesting-link:hover{color:#fff}.emerald header .account-actions .button{width:auto;float:left;height:24px;line-height:24px;padding:0 20px;margin-right:12px}.emerald header .account-actions .button:last-child{margin-right:0}@media screen and (max-width:1260px){header .logo,.emerald header .user-board{display:none}.emerald header .logo-mobile,.emerald header .mobile-menu-handler,.emerald header .mobile-account-options-handler{display:block}}.emerald .main-menu-wrap{background-color:#fff}.emerald .main-menu-wrap.dark{background-color:#3a494d}.emerald .main-menu-wrap.dark .main-menu .menu-item{border-right-color:#465559}.emerald .main-menu-wrap.dark .main-menu .menu-item>a{color:#fff}.emerald .main-menu-wrap.dark .main-menu .content-dropdown{background-color:#3a494d;border-color:#465559}.emerald .main-menu-wrap.dark .main-menu .content-dropdown .feature-list-title{color:#fff}.emerald .main-menu-wrap.dark .main-menu .content-dropdown .line-separator{background-color:#465559}.emerald .main-menu-wrap.dark .main-menu .content-dropdown .feature-list-item>a:hover{color:#fff}.emerald .menu-bar{min-height:71px;position:relative}.emerald .menu-bar .search-form{width:320px;position:absolute;top:14px;right:0}.emerald .main-menu{min-height:71px;position:relative}.emerald .main-menu.top-highlight .menu-item>a{border-top:6px solid transparent;line-height:58px;padding-bottom:7px}.emerald .main-menu.top-highlight .menu-item:hover>a{color:#2b373a;background-color:#fff;border-top-color:#00d7b3}.emerald .main-menu.top-highlight .menu-item:hover>a .svg-arrow{fill:#535d5f}.emerald .main-menu .menu-item{float:left;border-right:1px solid #ebebeb}.emerald .main-menu .menu-item .svg-arrow{fill:#535d5f;position:relative;left:15px;transition:fill .15s ease-in-out;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.emerald .main-menu .menu-item .dropdown .svg-arrow{width:5px;height:11px;fill:#2b373a;position:static;float:right;margin-right:14px;margin-top:22px;margin-left:0;pointer-events:none;transition:none;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.emerald .main-menu .menu-item.sub>a{padding-right:40px}.emerald .main-menu .menu-item>a{display:block;padding:0 30px;color:#2b373a;font-size:0.875em;font-weight:700;text-transform:uppercase;line-height:71px;transition:all .15s ease-in-out}.emerald .main-menu .menu-item:hover>a{color:#fff;background-color:#00d7b3}.emerald .main-menu .menu-item:hover>a .svg-arrow{fill:#fff}.emerald .main-menu .menu-item:hover>.content-dropdown,.emerald .main-menu .menu-item:hover>.dropdown{top:71px;opacity:1;visibility:visible;pointer-events:auto}.emerald .main-menu .menu-item>.content-dropdown,.emerald .main-menu .menu-item>.dropdown{top:0}.emerald .main-menu .menu-item>.content-dropdown{left:0}.emerald .content-dropdown{padding:25px 40px 40px;background-color:#fff;border:1px solid #ebebeb;position:absolute;opacity:0;visibility:hidden;transition:all .3s ease-in-out;z-index:10000;pointer-events:none}.emerald .feature-list-block{float:left;margin-right:30px}.emerald .feature-list-block:last-child{margin-right:0}.emerald .feature-list-block .line-separator{margin-bottom:16px}.emerald .feature-list-block .product-list.grid .product-item{margin-bottom:0}.emerald .feature-list-title{margin-bottom:12px}.emerald .feature-list{float:left;width:170px;margin-right:30px}.emerald .feature-list.spaced{margin-bottom:20px}.emerald .feature-list+.feature-list{float:right;margin-right:0}.emerald .feature-list-item{margin-bottom:12px}.emerald .feature-list-item>a{display:inline-block;line-height:1em;color:#888;font-size:0.8125em;font-weight:600;cursor:pointer;position:relative;transition:color .15s ease-in-out}.emerald .feature-list-item>a:hover{color:#2b373a}.emerald .feature-list-item>a .pin{font-size:0.625em;top:0;right:-40px}.emerald .search-form{position:relative}.emerald .search-form input[type="text"]{padding:0 60px 0 20px}.emerald .search-form input[type="image"]{position:absolute;top:0;right:-2px}.emerald .side-menu{width:270px;height:100%;padding-bottom:100px;background-color:#222b2d;position:fixed;top:0;z-index:10000;overflow:auto;transition:all .3s ease-in-out}.emerald .side-menu::-webkit-scrollbar{-webkit-appearance:none}.emerald .side-menu::-webkit-scrollbar:vertical{width:12px}.emerald .side-menu::-webkit-scrollbar:horizontal{height:12px}.emerald .side-menu::-webkit-scrollbar-thumb{background-color:#535d5f;border-radius:10px;border:2px solid #2b373a}.emerald .side-menu::-webkit-scrollbar-track{border-radius:10px;background-color:#2b373a}.emerald .side-menu.open.left{left:0}.emerald .side-menu.open.right{right:0}.emerald .side-menu.closed.left{left:-270px}.emerald .side-menu.closed.right{right:-270px}.emerald .side-menu .svg-plus{width:14px;height:14px;fill:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:16px;right:18px;cursor:pointer}.emerald .side-menu.dashboard{padding-bottom:0}.emerald .side-menu.dashboard.closed{opacity:1;visibility:visible}.emerald .side-menu.dashboard.closed.left{left:0}.emerald .side-menu.dashboard.closed.right{right:0}.emerald .side-menu.dashboard .svg-plus{top:28px;display:none}.emerald .side-menu.dashboard .side-menu-header{height:122px}.emerald .side-menu.dashboard .user-quickview{margin:32px 0 0 32px}.emerald .side-menu.dashboard .inner-dropdown{padding-top:15px}.emerald .side-menu.dashboard .sl-icon{margin-right:14px;position:relative;top:1px;transition:all .01s ease}.emerald .side-menu.dashboard .button:last-child{margin:22px auto 100px}.emerald .side-menu .side-menu-header{height:100px;background-color:#2b373a;overflow:hidden}.emerald .side-menu .side-menu-title{padding-left:20px;background-color:#202729;color:#535d5f;font-size:0.625em;font-weight:700;line-height:35px;text-transform:uppercase}.emerald .side-menu .logo{margin:28px 0 0 20px}.emerald .side-menu .dropdown{width:100%;border-left:none;border-right:none;position:static}.emerald .side-menu.right{right:0}.emerald .side-menu.left{left:0}.emerald .side-menu .user-quickview{margin:21px 0 0 20px}.emerald .side-menu .user-quickview .user-name{cursor:auto}.emerald .side-menu .button{width:226px;margin:0 auto}.emerald .side-menu .button:nth-last-child(2){margin:22px auto 18px}@media screen and (max-width:1260px){.emerald .main-menu{display:none}.emerald .menu-bar .search-form{width:90%;margin:0 auto;position:relative}}.emerald .banner-wrap{background:url("../images/home_banner.jpg") no-repeat center;background-size:cover}.emerald .banner{min-height:500px;padding-top:90px;position:relative}.emerald .banner.short{min-height:350px}.emerald .banner.banner-v2{min-height:400px;padding:110px 0 60px}.emerald .banner.banner-v2 .search-widget-form{width:866px;margin:55px auto 0}.emerald .banner h5{margin-bottom:5px}.emerald .banner h1{margin-bottom:20px}.emerald .banner p{width:370px;margin:0 auto;color:#fff;line-height:1.57143em;text-align:center}.emerald .banner img[alt="banner-img"]{position:absolute;bottom:68px;left:50%;margin-left:-257px}.emerald .banner .search-widget{bottom:-54px}.emerald #subscribe-banner-wrap{background:url("../images/subscribe_banner_bg.png") no-repeat center, linear-gradient(to right, #05e6aa, #1cbdf9);background-size:cover}.emerald #subscribe-banner{min-height:150px}.emerald #subscribe-banner .subscribe-content{width:918px;margin:0 auto}.emerald #subscribe-banner .subscribe-content .subscribe-header{float:left;width:396px;margin-top:36px}.emerald #subscribe-banner .subscribe-content .subscribe-header figure{float:left;width:80px;height:80px;margin-right:17px}.emerald #subscribe-banner .subscribe-content .subscribe-header .subscribe-title{margin:20px 0 6px;font-size:1.5em;font-weight:700}.emerald #subscribe-banner .subscribe-content .subscribe-header p{color:#fff;font-size:0.8125em;line-height:1em}.emerald #subscribe-banner .subscribe-content .subscribe-form{float:right;width:474px;margin-top:56px}.emerald #subscribe-banner .subscribe-content .subscribe-form input[type="text"]{float:left;width:334px;height:43px;line-height:43px;border-top-right-radius:0;border-bottom-right-radius:0}.emerald #subscribe-banner .subscribe-content .subscribe-form .button{float:right;width:140px;height:43px;border-top-left-radius:0;border-bottom-left-radius:0;font-size:0.875em;line-height:43px}.emerald .ht-banner-wrap{background-color:#f5f5f5;overflow:hidden}.emerald .ht-banner-wrap .ht-banner:nth-child(odd){float:left;clear:both}.emerald .ht-banner-wrap .ht-banner:nth-child(odd) .ht-banner-content{float:right}.emerald .ht-banner-wrap .ht-banner:nth-child(even){float:right}.emerald .ht-banner-wrap .ht-banner:nth-child(even) .ht-banner-content{float:left}.emerald .ht-banner-wrap .ht-banner:nth-child(4n + 3){float:right;padding-right:0}.emerald .ht-banner-wrap .ht-banner:nth-child(4n + 3) .ht-banner-content{float:left}.emerald .ht-banner-wrap .ht-banner:nth-child(4n){float:left;padding-left:0}.emerald .ht-banner-wrap .ht-banner:nth-child(4n) .ht-banner-content{float:right}.emerald .ht-banner{width:50%;min-height:500px;padding-top:120px;background-color:#f5f5f5;position:relative}.emerald .ht-banner.violet{background-color:#5c4086}.emerald .ht-banner.pink{background-color:#f8436e}.emerald .ht-banner.blue{background-color:#077be6}.emerald .ht-banner .ht-banner-img1{width:385px;height:255px;position:absolute;top:25%;right:25%;left:25%}.emerald .ht-banner .ht-banner-img2{width:410px;height:250px;position:absolute;top:112px;left:175px}.emerald .ht-banner .ht-banner-img3{width:394px;height:265px;position:absolute;top:98px;right:180px}.emerald .ht-banner .ht-banner-content{width:100%;padding:0px 40px;overflow:hidden}.emerald .ht-banner .ht-banner-content .text-header{font-size:1.75em;margin-bottom:26px}.emerald .ht-banner .ht-banner-content .button{width:242px;margin-top:42px}@media screen and (max-width:1260px){.emerald .banner{max-width:100%;width:100%;min-height:544px}.emerald .banner img[alt="banner-img"]{width:280px;height:83px;bottom:170px;margin-left:-140px}.emerald .banner .search-widget{width:100%;height:170px;padding:28px 0 0;left:0;margin-left:0;bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.emerald .banner .search-widget-form{max-width:1170px;width:95%;margin:0 auto}.emerald .banner .search-widget-form input{float:none;width:100%;margin-bottom:14px;border-radius:4px}.emerald .banner .search-widget-form .select-block{display:none}.emerald .banner .search-widget-form .button{float:none;width:280px;margin:0 auto}.emerald .banner.banner-v2 .search-widget-form{width:75%}.emerald #subscribe-banner{min-height:240px;overflow:hidden}.emerald #subscribe-banner .subscribe-content{width:100%}.emerald #subscribe-banner .subscribe-content .subscribe-header{float:none;margin:36px auto 0;overflow:hidden}.emerald #subscribe-banner .subscribe-content .subscribe-form{float:none;margin:30px auto 0}.emerald .ht-banner-wrap .ht-banner:nth-child(4), .emerald .ht-banner-wrap .ht-banner:nth-child(6),.emerald .ht-banner-wrap .ht-banner:nth-child(odd){float:none;padding-right:0}.emerald .ht-banner-wrap .ht-banner:nth-child(4) .ht-banner-content,.emerald .ht-banner-wrap .ht-banner:nth-child(6) .ht-banner-content, .emerald .ht-banner-wrap .ht-banner:nth-child(odd) .ht-banner-content{float:none}.emerald .ht-banner-wrap .ht-banner:nth-child(3),.emerald .ht-banner-wrap .ht-banner:nth-child(5),.emerald .ht-banner-wrap .ht-banner:nth-child(even){float:none;padding-left:0}.emerald .ht-banner-wrap .ht-banner:nth-child(3) .ht-banner-content,.emerald .ht-banner-wrap .ht-banner:nth-child(5) .ht-banner-content,.emerald .ht-banner-wrap .ht-banner:nth-child(even) .ht-banner-content{float:none}.emerald .ht-banner{width:100%}.emerald .ht-banner .ht-banner-content{margin:0 auto;text-align:center}.emerald .ht-banner .ht-banner-content .button{margin:42px auto 0}.emerald .ht-banner .ht-banner-img1{right:auto;left:50%;margin-left:-192px}.emerald .ht-banner .ht-banner-img2{left:50%;margin-left:-205px}.emerald .ht-banner .ht-banner-img3{right:auto;left:50%;margin-left:-197px}}@media screen and (max-width:630px){#subscribe-banner{min-height:280px}.emerald #subscribe-banner .subscribe-content .subscribe-header{width:100%;text-align:center}.emerald #subscribe-banner .subscribe-content .subscribe-header figure{display:none}.emerald #subscribe-banner .subscribe-content .subscribe-header .subscribe-title{font-size:1.25em}.emerald #subscribe-banner .subscribe-content .subscribe-form{width:100%}.emerald #subscribe-banner .subscribe-content .subscribe-form input[type="text"],.emerald #subscribe-banner .subscribe-content .subscribe-form .button{float:none;border-radius:4px}.emerald #subscribe-banner .subscribe-content .subscribe-form input[type="text"]{width:90%;margin:0 auto 20px}.emerald #subscribe-banner .subscribe-content .subscribe-form .button{margin:0 auto}.emerald .ht-banner .ht-banner-content{width:100%}}@media screen and (max-width:460px){.emerald .banner{padding-top:55px}.emerald .banner p{width:90%}.emerald .banner .search-widget-form{width:90%}.emerald .banner .search-widget-form .button{width:100%}.emerald .banner.banner-v2{padding-top:80px}.emerald .banner.banner-v2 .search-widget-form{width:90%}.emerald .ht-banner{padding:60px 0 90px}.emerald .ht-banner .text-header{line-height:1.3em}.emerald .ht-banner.void{min-height:240px}.emerald .ht-banner .ht-banner-img1, .ht-banner .ht-banner-img2, .ht-banner .ht-banner-img3{width:260px;margin-left:-130px}.emerald .ht-banner .ht-banner-img1{top:42px;height:172px}.emerald .ht-banner .ht-banner-img2{top:36px;height:158px}.emerald .ht-banner .ht-banner-img3{top:30px;height:174px}}.emerald #services-wrap{background-color:#fff}.emerald #services{min-height:500px;padding-top:134px}.emerald #services.services-v2{min-height:435px;padding:60px 0 10px}.emerald .service-list .service-item{padding:145px 5px 0;cursor:pointer;position:relative}.emerald .service-list .service-item .circle{position:absolute;top:0;left:50%;margin-left:-60px}.emerald .service-list .service-item .circle span{color:#16ffd8;font-size:50px;position:absolute;top:33px;left:35px;transition:color .3s ease-in-out}.emerald .service-list .service-item .circle span.icon-diamond{top:37px}.emerald .service-list .service-item .circle.medium{top:-10px;margin-left:-70px}.emerald .service-list .service-item h3{margin-bottom:20px}.emerald .service-list .service-item p{font-size:0.8125em;line-height:20px;text-align:center}.emerald .service-list .service-item:hover .circle span{color:#fff}.emerald .service-list .service-item:hover .circle.dark{-webkit-transform:scale(0.92);transform:scale(0.92)}.emerald .service-list .service-item:hover .circle.gradient{-webkit-transform:scale(1);transform:scale(1)}.emerald .service-list.small .service-item{padding:6px 10px 0 70px;margin-bottom:70px;cursor:auto;position:relative}.emerald .service-list.small .service-item .outer-ring{width:50px;height:50px;position:absolute;top:0;left:0}.emerald .service-list.small .service-item .outer-ring .inner-ring{width:42px;height:42px;position:absolute;top:4px;left:4px;background-color:#fff}.emerald .service-list.small .service-item .outer-ring span{color:#2b373a;font-size:20px;position:absolute;top:14px;left:15px;transition:color .3s ease-in-out}.emerald .service-list.small .service-item .outer-ring span.icon-diamond{top:17px}.emerald .service-list.small .service-item h3{font-size:1.375em;text-align:left}.emerald .service-list.small .service-item p{text-align:left}.emerald .circle{width:120px;height:120px;border-radius:50%;transition:all .2s ease-in-out}.emerald .circle.dark{background-color:#2b373a}.emerald .circle.gradient{background:-webkit-linear-gradient(to right, #10fac0, #1cbdf9);background:linear-gradient(to right, #10fac0, #1cbdf9);-webkit-transform:scale(0);transform:scale(0);border:none}.emerald .circle.white-cover{background-color:#fff}.emerald .circle.primary{background-color:#00d7b3}.emerald .circle.primary:hover{background-color:#0ae7c2}.emerald .circle.secondary{background-color:#1cbdf9}.emerald .circle.secondary:hover{background-color:#37c9ff}.emerald .circle.medium{width:140px;height:140px}.emerald .circle.tiny{width:40px;height:40px}@media screen and (max-width:1260px){#services{padding-top:60px}}.emerald .promo-banner{width:50%;min-height:360px;padding-top:140px;background-size:cover;position:relative}.emerald .promo-banner.secondary{background:#1cbdf9 url("../images/promo2_texture.png")}.emerald .promo-banner.dark{background:#242e30 url("../images/promo1_texture.png")}.emerald .promo-banner.left{float:left}.emerald .promo-banner.right{float:right}.emerald .promo-banner h5{margin-bottom:5px}.emerald .promo-banner h1{margin-bottom:35px}.emerald .promo-banner .button{margin:0 auto}.emerald .promo-banner .icon-wallet,.emerald .promo-banner .icon-tag{font-size:58px;position:absolute;left:50%;margin-left:-29px}.emerald .promo-banner .icon-wallet{color:#16ffd8;top:53px}.emerald .promo-banner .icon-tag{color:#fff;top:57px}@media screen and (max-width:930px){.emerald .promo-banner{width:100%}}.emerald #product-sideshow-wrap{background-color:#f5f5f5}.emerald #product-sideshow{padding:60px 0 30px}.emerald #product-sideshow .product-list:last-child{margin-bottom:34px}.emerald #product-sideshow>.button:last-child{margin:34px auto 60px}.emerald .product-showcase{transition:opacity .5s ease-in-out}.emerald .product-showcase.tabbed{overflow:hidden}.emerald .product-showcase.hidden{visibility:hidden;opacity:0;height:0}.emerald .product-showcase.visible{visibility:visible;opacity:1}.emerald .product-list .product-item{border:1px solid #ebebeb;background-color:#fff;position:relative}.emerald .product-list .product-item.upload-new{height:307px;cursor:pointer;border:1px dashed #d0d0d0;background-color:#f5f5f5}.emerald .product-list .product-item.upload-new .product-info{padding-top:10px;text-align:center}.emerald .product-list .product-item.upload-new .product-info .text-header{font-size:1.125em;margin-bottom:18px}.emerald .product-list .product-item.upload-new .product-info .description{font-size:0.75em}.emerald .product-list .product-item .pin{position:absolute;z-index:9990}.emerald .product-list .product-item .product-preview-image{position:absolute}.emerald .product-list .product-item .product-info{overflow:hidden;margin-bottom:8px}.emerald .product-list .product-item .text-header{display:inline-block;margin-bottom:4px}.emerald .product-list .product-item .product-description{font-size:0.75em;line-height:18px;margin-bottom:10px}.emerald .product-list .product-item .category{display:inline-block}.emerald .product-list .product-item .user-rating{overflow:hidden}.emerald .product-list .product-item .user-rating .user-avatar{float:left;margin-right:4px}.emerald .product-list .product-item .user-rating .text-header{float:left;margin-top:6px}.emerald .product-list .product-item .circle{position:relative}.emerald .product-list .product-item .circle span{font-size:18px;color:#fff;position:absolute;top:12px}.emerald .product-list .product-item .circle span.icon-tag{left:9px}.emerald .product-list .product-item .circle span.icon-heart{font-size:17px;left:11px}.emerald .product-list.list{width:870px;margin:0 auto}.emerald .product-list.list.full{width:1170px}.emerald .product-list.list .product-item{height:94px;padding:10px 0 0 93px;margin-bottom:14px}.emerald .product-list.list .product-item .pin{top:16px;left:-6px}.emerald .product-list.list .product-item .product-preview-image{top:12px;left:12px}.emerald .product-list.list .product-item .product-info,.emerald .product-list.list .product-item .author-data,.emerald .product-list.list .product-item .item-metadata,.emerald .product-list.list .product-item .author-data-reputation,.emerald .product-list.list .product-item .item-actions,.emerald .product-list.list .product-item .price-info{float:left;height:70px;border-right:1px solid #ebebeb}.emerald .product-list.list .product-item .product-info{float:left;width:276px}.emerald .product-list.list .product-item .product-info .text-header{margin-top:8px}.emerald .product-list.list .product-item .product-info .product-description{margin-bottom:0}.emerald .product-list.list .product-item .author-data{padding:7px 28px 0 24px}.emerald .product-list.list .product-item .author-data .user-rating{margin-bottom:8px}.emerald .product-list.list .product-item .author-data .metadata{width:165px;margin-left:3px}.emerald .product-list.list .product-item .item-metadata{width:300px;padding:6px 0 0 24px}.emerald .product-list.list .product-item .item-metadata .text-header{margin-bottom:0}.emerald .product-list.list .product-item .item-metadata .text-header span{color:#888;font-weight:600}.emerald .product-list.list .product-item .item-metadata .text-header span a{color:#06b99b}.emerald .product-list.list .product-item .author-data-reputation{width:108px;padding-top:13px}.emerald .product-list.list .product-item .author-data-reputation .text-header{display:block;text-align:center;margin-bottom:15px}.emerald .product-list.list .product-item .author-data-reputation .rating{width:75px;margin:0 auto}.emerald .product-list.list .product-item .item-actions{padding:15px 18px 0}.emerald .product-list.list .product-item .item-actions .circle{background-color:#e7e7e7}.emerald .product-list.list .product-item .item-actions .circle:hover{background-color:#1cbdf9}.emerald .product-list.list .product-item .price-info{width:84px;border-right:none;padding-top:22px}.emerald .product-list.list .product-item .price-info .price{text-align:center}.emerald .product-list.grid .product-item{padding:175px 13px 12px;margin-bottom:26px}.emerald .product-list.grid .product-item .pin{top:146px;left:-7px}.emerald .product-list.grid .product-item .product-preview-actions{position:absolute;top:5px;left:5px;width:258px;height:150px}.emerald .product-list.grid .product-item .product-preview-actions:hover .preview-actions{opacity:1;visibility:visible}.emerald .product-list.grid .product-item .product-preview-actions:hover .preview-action .circle{-webkit-transform:scale(1);transform:scale(1)}.emerald .product-list.grid .product-item .product-preview-actions:hover .preview-action p{opacity:1}.emerald .product-list.grid .product-item .preview-actions{width:100%;height:100%;background-color:rgba(25, 31, 32, 0.85);opacity:0;visibility:hidden;position:absolute;top:0;left:0;transition:all .15s ease-in-out}.emerald .product-list.grid .product-item .preview-actions .preview-action{padding-top:50px;position:absolute;top:44px;left:47px}.emerald .product-list.grid .product-item .preview-actions .preview-action:nth-child(2){left:143px}.emerald .product-list.grid .product-item .preview-actions .preview-action:nth-child(2) .circle{-webkit-transition-delay:0.25s;transition-delay:0.25s}.emerald .product-list.grid .product-item .preview-actions .preview-action:nth-child(2) p{-webkit-transition-delay:0.25s;transition-delay:0.25s}.emerald .product-list.grid .product-item .preview-actions .preview-action .circle{position:absolute;top:0;left:50%;margin-left:-20px;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-delay:0.15s;transition-delay:0.15s;transition:transform .2s ease-in}.emerald .product-list.grid .product-item .preview-actions .preview-action p{color:#fff;font-size:0.8125em;line-height:1em;text-align:center;opacity:0;transition:all .2s ease-in;-webkit-transition-delay:0.15s;transition-delay:0.15s}.emerald .product-list.grid .product-item .price{float:right}.emerald .product-list.grid .product-item .line-separator{margin-bottom:12px}.emerald .product-list.grid .product-item .user-rating .rating{float:right;margin-top:3px}.emerald .product-list.grid.v2 .product-item{padding-top:168px;padding-bottom:14px}.emerald .product-list.grid.v2 .product-item .text-header{display:block;text-align:center}.emerald .product-list.grid.v2 .product-item .product-info .text-header{margin-bottom:10px}.emerald .product-list.grid.v2 .product-item .product-info .line-separator{margin-bottom:8px}.emerald .product-list.grid.v2 .product-item .product-info .category{display:block;text-align:center}.emerald .product-list.grid.v2 .product-item .product-info .price{position:absolute;top:240px;right:16px}.emerald .product-list.grid.v2 .product-item .line-separator{margin-bottom:14px}.emerald .product-list.grid.v3 .product-item{padding-top:168px;padding-bottom:14px}.emerald .product-list.grid.v3 .product-item .product-info .category{position:absolute;bottom:14px;left:43px}.emerald .product-list.grid.v3 .product-item .product-info .price{position:absolute;top:214px;right:16px}.emerald .product-list.grid.v3 .product-item .user-rating .text-header{margin-top:0}.emerald .product-list.grid.v3 .product-item .line-separator{margin-bottom:14px}.emerald .product-list.grid.v4 .product-item{padding-top:234px}.emerald .product-list.grid.v4 .product-item .pin{top:204px}.emerald .product-list.grid.v4 .product-item .product-preview-actions{width:358px;height:208px}.emerald .product-list.grid.v4 .product-item .preview-actions .preview-action{top:74px;left:80px}.emerald .product-list.grid.v4 .product-item .preview-actions .preview-action:nth-child(2){left:210px}.emerald .product-list.grid.v4 .product-item .product-info{margin-bottom:22px}.emerald .product-list.grid.v4 .product-item .product-info .text-header{float:left;font-size:1.125em;margin-bottom:6px}.emerald .product-list.grid.v4 .product-item .product-info .category{float:left;clear:left}.emerald .product-list.grid.v4 .product-item .product-info .price{position:absolute;top:230px;right:12px}.emerald .category-nav-wrap{background-color:#fff;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb}.emerald .category-nav{height:60px;position:relative}.emerald .category-nav.primary .slide-control{background-color:#00d7b3}.emerald .category-nav.primary .category-tab.active:after{background-color:#00d7b3}.emerald .category-nav .slide-control-wrap{width:100%;top:15px;z-index:0}.emerald .category-nav .category-tabs{width:570px;height:100%;margin:0 auto;overflow:hidden;position:relative;z-index:1}.emerald .category-nav .category-tab{float:left;width:190px;height:100%;cursor:pointer;position:relative}.emerald .category-nav .category-tab.active p{color:#2b373a}.emerald .category-nav .category-tab.active:after{content:'';display:block;width:60px;height:3px;background-color:#2b373a;position:absolute;bottom:0;left:50%;margin-left:-30px}.emerald .category-nav .category-tab:after{display:none}.emerald .category-nav .category-tab p{color:#abaeae;font-size:1.125em;font-weight:700;line-height:1em;text-align:center;line-height:65px}.emerald .category-nav .category-tab:last-child{margin-right:0}@media screen and (max-width:1260px){.emerald .product-list.list.full{width:870px}.emerald .product-list.list.full .item-metadata{display:none}}@media screen and (max-width:935px){.emerald .product-list.list{width:590px}.emerald .product-list.list.full{width:590px}.emerald .product-list.list .product-item{float:left;width:280px;height:220px;margin-right:30px;margin-bottom:26px;padding-right:10px}.emerald .product-list.list .product-item:nth-child(2n+2){margin-right:0}.emerald .product-list.list .product-item .author-data,.emerald .product-list.list .product-item .author-data-reputation,.emerald .product-list.list .product-item .item-actions,.emerald .product-list.list .product-item .price-info{float:none;width:auto;height:auto;padding:0;border-right:none;position:absolute}.emerald .product-list.list .product-item .product-info{width:auto;border-right:none}.emerald .product-list.list .product-item .product-info .text-header{font-size:0.875em}.emerald .product-list.list .product-item .product-info .product-description{display:none}.emerald .product-list.list .product-item .author-data{width:256px;height:42px;border-bottom:1px solid #ebebeb;top:98px;left:12px}.emerald .product-list.list .product-item .author-data-reputation{top:188px;right:42px}.emerald .product-list.list .product-item .author-data-reputation .text-header{float:left;margin-right:10px}.emerald .product-list.list .product-item .author-data-reputation .rating{float:left;position:relative;top:-3px}.emerald .product-list.list .product-item .item-actions{top:160px;left:26px}.emerald .product-list.list .product-item .metadata{position:absolute;top:60px;left:78px}.emerald .product-list.list .product-item .price-info{top:100px;right:12px}}@media screen and (max-width:680px){.emerald .product-list.list{width:280px}.emerald .product-list.list.full{width:280px}.emerald .product-list.list .product-item{margin-right:0}}@media screen and (max-width:630px){.emerald .category-nav .category-tabs{width:390px}.emerald .category-nav .category-tabs .category-tab{width:130px}.emerald .category-nav .category-tabs .category-tab p{font-size:1em}.emerald .category-nav .slide-control-wrap{display:none}}@media screen and (max-width:460px){#product-sideshow .headline{margin-bottom:65px}.emerald #product-sideshow .slide-control-wrap{top:auto;right:auto;bottom:-50px;left:50%;margin-left:-33px}.emerald .category-nav .category-tabs{width:285px}.emerald .category-nav .category-tabs .category-tab{width:95px}.emerald .category-nav .category-tabs .category-tab p{font-size:0.875em}.emerald .product-list.grid.v4{width:270px}.emerald .product-list.grid.v4 .product-item{width:270px;padding-top:168px}.emerald .product-list.grid.v4 .product-item .pin{top:146px}.emerald .product-list.grid.v4 .product-item .product-preview-actions{width:258px;height:150px}.emerald .product-list.grid.v4 .product-item .product-preview-image.big{width:258px;height:150px}.emerald .product-list.grid.v4 .product-item .preview-actions .preview-action{top:44px;left:47px}.emerald .product-list.grid.v4 .product-item .preview-actions .preview-action:nth-child(2){left:143px}.emerald .product-list.grid.v4 .product-item .product-info{margin-bottom:12px}.emerald .product-list.grid.v4 .product-item .product-info .text-header{font-size:1em;margin-bottom:20px}.emerald .product-list.grid.v4 .product-item .product-info .price{font-size:1.625em;top:194px}}.emerald .section-wrap{background-color:#f5f5f5}.emerald .section{padding:60px 0 90px;overflow:hidden}.emerald .section.overflowable{overflow:visible}.emerald .section .sidebar{float:left}.emerald .section .sidebar.author-profile{position:relative;top:-242px}.emerald .section .content{float:right;width:870px}.emerald .section .content.full{width:100%;float:none}.emerald .section .content.full .pager{float:none;margin-right:auto;margin-left:auto}.emerald .section .content.left{float:left}.emerald .section .content .pager{float:right;margin-top:34px}.emerald .section .pager{width:174px;margin:34px auto 0}.emerald .section>.product-showcase{margin-bottom:34px}.emerald .section>.product-showcase:last-child{margin-bottom:0}.emerald .sidebar{width:270px}.emerald .sidebar.right{float:right}.emerald .sidebar>*{margin-bottom:26px}.emerald .sidebar>*:last-child{margin-bottom:0}.emerald .sidebar .dropdown{width:100%;position:static}.emerald .sidebar .dropdown .dropdown-item:hover{background-color:#fff}.emerald .sidebar-item{padding:20px 13px 32px;background-color:#fff;border:1px solid #ebebeb}.emerald .sidebar-item input,.emerald .sidebar-item .select-block{margin-bottom:14px}.emerald .sidebar-item .search-form input{margin-bottom:0}.emerald .sidebar-item.void{padding:0;background-color:transparent;border:none}.emerald .sidebar-item.newsletter p{font-size:0.8125em;line-height:20px}.emerald .sidebar-item.newsletter p{margin-bottom:14px}.emerald .sidebar-item.author-badges{padding-bottom:14px}.emerald .sidebar-item .badge-list{margin:20px 0 25px}.emerald .sidebar-item.buttons{padding-top:16px}.emerald .sidebar-item.buttons .button{margin-bottom:14px}.emerald .sidebar-item.buttons .button:last-child{margin-bottom:0}.emerald .sidebar-item.buttons #bid-form{margin-bottom:14px;overflow:hidden}.emerald .sidebar-item.buttons #bid-form input{float:left;width:136px}.emerald .sidebar-item.buttons #bid-form button{float:right;width:120px;height:40px;line-height:40px}.emerald .sidebar-item.author-bio .user-avatar-wrap{margin-bottom:10px}.emerald .sidebar-item.author-bio .text-header,.emerald .sidebar-item.author-bio .text-oneline{text-align:center;margin-bottom:10px}.emerald .sidebar-item.author-bio.v2 .share-links{width:156px}.emerald .sidebar-item.author-bio .share-links{width:114px;margin:16px auto 30px}.emerald .sidebar-item.author-bio .share-links.short{width:72px}.emerald .sidebar-item.author-bio.short .user-avatar-wrap{float:left;margin-bottom:0;margin-right:10px}.emerald .sidebar-item.author-bio.short .text-header,.emerald .sidebar-item.author-bio.short .text-oneline{text-align:left}.emerald .sidebar-item.author-bio.short .text-header{position:relative;top:5px;margin-bottom:14px}.emerald .sidebar-item.author-bio.short .share-links{float:left;margin-top:10px;margin-bottom:20px}.emerald .sidebar-item.author-bio.short.author-badges-v1 .text-oneline{margin-bottom:28px}.emerald .sidebar-item.author-bio.short.author-badges-v1 .share-links{margin-bottom:30px}.emerald .sidebar-item.author-bio.author-badges-v2 .share-links{margin-bottom:22px}.emerald .sidebar-item.author-bio.author-badges-v2 .badge-list .badge-list-item:last-child{margin-bottom:30px}.emerald .sidebar-item.product-info .line-separator{margin-bottom:5px}.emerald .sidebar-item.author-items{padding:20px 0 0}.emerald .sidebar-item.author-items h4{margin-left:13px;margin-bottom:16px}.emerald .sidebar-item.author-items .column4-wrap .column{width:100%}.emerald .sidebar-item.author-items .product-item{border:none;border-top:1px solid #ebebeb;margin-bottom:0}.emerald .sidebar-item.author-items-v2 .item-preview{margin-bottom:22px}.emerald .sidebar-item.author-items-v2 .item-preview:last-child{margin-bottom:0}.emerald .sidebar-item.author-reputation .percent{font-size:2.25em}.emerald .sidebar-item.author-reputation .percent span{font-size:0.66667em}.emerald .sidebar-item.author-reputation .percent-info{font-size:0.8125em}.emerald .sidebar-item.author-reputation .rating{width:75px}.emerald .sidebar-item.author-reputation.full .pie-chart{width:176px;height:176px;margin:0 auto 20px;padding-top:54px}.emerald .sidebar-item.author-reputation.full .text-header{text-align:center}.emerald .sidebar-item.author-reputation.full .percent-info{margin-bottom:4px}.emerald .sidebar-item.author-reputation.full .rating{margin:0 auto}.emerald .sidebar-item.author-reputation.short h4{font-size:1.375em}.emerald .sidebar-item.author-reputation.short .pie-chart{float:left;width:44px;height:44px;margin-right:14px;margin-bottom:22px;position:relative}.emerald .sidebar-item.author-reputation.short .pie-chart .icon-like,.emerald .sidebar-item.author-reputation.short .pie-chart .icon-dislike,.emerald .sidebar-item.author-reputation.short .pie-chart .icon-star{position:absolute;left:50%;margin-left:-8px}.emerald .sidebar-item.author-reputation.short .pie-chart .icon-like{top:14px;color:#00d7b3}.emerald .sidebar-item.author-reputation.short .pie-chart .icon-dislike{top:15px;color:#f92552}.emerald .sidebar-item.author-reputation.short .pie-chart .icon-star{top:13px;color:#ffc000}.emerald .sidebar-item.author-reputation.short .percent,.emerald .sidebar-item.author-reputation.short .percent-meta{float:left}.emerald .sidebar-item.author-reputation.short .percent{margin-right:8px;line-height:40px}.emerald .sidebar-item.author-reputation.short .percent-meta{margin-top:8px}.emerald .sidebar-item.author-reputation.short .percent-meta .rating{margin-left:1px}.emerald .sidebar-item h4{margin-bottom:22px}.emerald .sidebar-item .line-separator{margin-bottom:22px}.emerald .sidebar-item .line-separator.spaced{margin-bottom:30px}.emerald .sidebar-item .linked-check{padding-left:4px}.emerald .sidebar-item .linked-check[for="extended-license"]{margin-bottom:22px}.emerald .sidebar-item .license-text{color:#b2b2b2;font-size:0.8125em;line-height:20px;padding-left:34px;margin-bottom:14px;display:none}.emerald .sidebar-item .license-text[data-license="extended-license"]{margin-bottom:22px;margin-top:-10px}.emerald .sidebar-item label:last-child{margin-bottom:0}.emerald .sidebar-item .button{width:100%}.emerald .sidebar-item .button.spaced{margin-bottom:14px}.emerald .sidebar-item .button.half{width:114px}.emerald .sidebar-item .button.third{width:74px}.emerald .sidebar-item .button.wicon{padding-left:28px;text-align:left}.emerald .sidebar-item .button.wicon .icon-heart{font-size:18px;margin-right:8px;position:relative;top:3px}.emerald .sidebar-item #aux_form{margin-bottom:26px}.emerald .sidebar-item .price.large{margin-bottom:8px;text-align:center}.emerald .sidebar-item.range-feature .button{margin-top:50px}.emerald .view-selectors{overflow:hidden}.emerald .view-selector{float:left;width:30px;height:30px;margin-right:6px;border-radius:2px;background-color:#d1d1d1;cursor:pointer;background-position:center;background-repeat:no-repeat}.emerald .view-selector:last-child{margin-right:0}.emerald .view-selector.active{background-color:#535d5f}.emerald .view-selector.grid{background-image:url("../images/grid-selector-icon.png")}.emerald .view-selector.list{background-image:url("../images/list-selector-icon.png")}.emerald .pager{overflow:hidden}.emerald .pager .pager-item{float:left;width:30px;height:30px;margin-right:6px;border-radius:2px;background-color:#535d5f;cursor:pointer}.emerald .pager .pager-item:hover{background-color:#647072}.emerald .pager .pager-item p{color:#fff;font-size:0.75em;font-weight:700;line-height:30px;text-align:center}.emerald .pager .pager-item:last-child{margin-right:0}.emerald .pager.primary .pager-item.active{background-color:#00d7b3}.emerald .pager.secondary .pager-item.active{background-color:#1396e1}.emerald .pager.tertiary .pager-item.active{background-color:#e61852}@media screen and (max-width:1260px){.emerald .section .content,.emerald .section .sidebar{float:none;width:100%}.emerald .section .content.left,.emerald .section .content.right, .section .sidebar.left,.emerald .section .sidebar.right{float:none}.emerald .section .sidebar{margin-bottom:40px}.emerald .section .sidebar .sidebar-item.author-items .column4-wrap .column{width:270px}.emerald .section .sidebar .sidebar-item.author-items .product-item{border:1px solid #ebebeb;margin-bottom:20px}.emerald .section .sidebar .sidebar-item.buttons{width:270px;margin-left:auto;margin-right:auto}.emerald .section .content .pager{float:none;margin:34px auto 60px}.emerald .dashboard-content .headline.purchases .search-form{width:250px}.emerald .dashboard-content .headline.statement{height:220px;text-align:center}.emerald .dashboard-content .headline.statement:before{height:220px}.emerald .dashboard-content .headline.statement h4{float:none;text-align:center}.emerald .dashboard-content .headline.statement form,.emerald .dashboard-content .headline.statement .button{float:none}.emerald .dashboard-content .headline.statement form{display:inline-block}.emerald .dashboard-content .headline.statement form label:last-child{margin-right:0}.emerald .dashboard-content .headline.statement .button{margin:17px auto 0}.emerald .dashboard-content .headline.statement .button:nth-child(2){margin-top:0}}@media screen and (max-width:935px){.emerald .section .content .headline,.emerald .dashboard-content .headline{height:175px;padding:0}.emerald .section .content .headline:before,.emerald .dashboard-content .headline:before{height:175px}.emerald .section .content .headline.filter,.emerald .dashboard-content .headline.filter{height:130px}.emerald .section .content .headline.filter:before,.emerald .dashboard-content .headline.filter:before{height:130px}.emerald .section .content .headline.filter form,.emerald .dashboard-content .headline.filter form{width:200px;margin-top:0}.emerald .section .content .headline.purchases form,.emerald .dashboard-content .headline.purchases form{margin-top:0}.emerald .section .content .headline.purchases .select-block:nth-child(2),.emerald .dashboard-content .headline.purchases .select-block:nth-child(2){margin-right:0}.emerald .section .content .headline.purchases .search-form,.emerald .dashboard-content .headline.purchases .search-form{margin-left:60px}.emerald .section .content .headline.statement,.emerald .dashboard-content .headline.statement{height:260px}.emerald .section .content .headline.statement:before,.emerald .dashboard-content .headline.statement:before{height:260px}.emerald .section .content .headline.statement form .datepicker-wrap:first-child,.emerald .dashboard-content .headline.statement form .datepicker-wrap:first-child{margin-left:42px}.emerald .section .content .headline.statement form .select-block,.emerald .dashboard-content .headline.statement form .select-block{float:none;margin-top:12px}.emerald .section .content .headline h4,.emerald .dashboard-content .headline h4{float:none;text-align:center}.emerald .section .content .headline form,.emerald .dashboard-content .headline form{float:none;width:410px;margin:20px auto 0}.emerald .section .content .headline .select-block:last-child,.emerald .dashboard-content .headline .select-block:last-child{margin-right:0}.emerald .section .content .headline .view-selectors,.emerald .dashboard-content .headline .view-selectors{float:none;width:66px;margin:0 auto}.emerald .section .content .headline.simple,.emerald .dashboard-content .headline.simple{height:66px}.emerald .section .content .headline.simple:before,.emerald .dashboard-content .headline.simple:before{height:66px}.emerald .section .content .headline.buttons,.emerald .dashboard-content .headline.buttons{height:120px}.emerald .section .content .headline.buttons.two,.emerald .dashboard-content .headline.buttons.two{height:175px}.emerald .section .content .headline.buttons.two:before,.emerald .dashboard-content .headline.buttons.two:before{height:175px}.emerald .section .content .headline.buttons.two .button+.button,.emerald .dashboard-content .headline.buttons.two .button+.button{margin-top:14px}.emerald .section .content .headline.buttons:before,.emerald .dashboard-content .headline.buttons:before{height:120px}.emerald .section .content .headline.buttons .button,.emerald .dashboard-content .headline.buttons .button{float:none;margin:0 auto}}@media screen and (max-width:630px){.emerald .section .content .headline,.emerald .dashboard-content .headline{height:220px}.emerald .section .content .headline:before,.emerald .dashboard-content .headline:before{height:220px}.emerald .section .content .headline form,.emerald .dashboard-content .headline form{width:200px}.emerald .section .content .headline .select-block,.emerald .dashboard-content .headline .select-block{float:none;margin-right:0}.emerald .section .content .headline.purchases .search-form,.emerald .dashboard-content .headline.purchases .search-form{width:198px;margin-left:0;margin-right:0}.emerald .section .content .headline.statement,.emerald .dashboard-content .headline.statement{height:340px}.emerald .section .content .headline.statement:before,.emerald .dashboard-content .headline.statement:before{height:340px}.emerald .section .content .headline.statement form,.emerald .dashboard-content .headline.statement form{width:220px}.emerald .section .content .headline.statement form label:nth-child(2),.emerald .dashboard-content .headline.statement form label:nth-child(2){float:none;clear:both;margin:12px 0;line-height:1em}.emerald .section .content .headline.statement form .datepicker-wrap,.emerald .dashboard-content .headline.statement form .datepicker-wrap{margin-left:36px}.emerald .section .content .headline.statement form .datepicker-wrap:first-child,.emerald .dashboard-content .headline.statement form .datepicker-wrap:first-child{margin:0 0 12px 36px}}.emerald .blog-post-preview{overflow:hidden}.emerald .blog-post-preview .blog-post-preview-item{border:1px solid #ebebeb;background-color:#fff;margin-bottom:26px}.emerald .blog-post-preview .blog-post-preview-item .blog-post-preview-item-info{overflow:hidden}.emerald .blog-post-preview .blog-post-preview-item .text-header{margin-bottom:12px}.emerald .blog-post-preview.v1 .blog-post-preview-item{padding:5px 5px 20px}.emerald .blog-post-preview.v1 .blog-post-preview-item .blog-post-preview-item-info{padding:16px 8px 0}.emerald .blog-post-preview.v1 .blog-post-preview-item .text-header{line-height:28px;margin:6px 0 24px}.emerald .blog-post-preview.v1 .blog-post-preview-item .meta-line{margin-bottom:14px}.emerald .blog-post-preview.v1 .blog-post-preview-item .meta-line p{line-height:27px}.emerald .blog-post-preview.v1 .blog-post-preview-item .description-preview{font-size:0.8125em;line-height:20px;margin:18px 0 24px}.emerald .blog-post-preview.v1 .blog-post-preview-item .metadata{float:left}.emerald .blog-post-preview.v1 .blog-post-preview-item .more-button{float:right;margin-top:5px}.emerald .blog-post-preview.v1 .blog-post-preview-item .more-button.primary{color:#06b99b;font-size:0.75em;font-weight:700}.emerald .blog-post-preview.v2 .blog-post-preview-item{padding:15px 15px 36px}.emerald .blog-post-preview.v2 .blog-post-preview-item .blog-post-preview-item-info{padding:20px 16px 0}.emerald .blog-post-preview.v2 .blog-post-preview-item .text-header{line-height:40px;margin-bottom:16px}.emerald .blog-post-preview.v2 .blog-post-preview-item .meta-line{margin-bottom:26px}.emerald .blog-post-preview.v2 .blog-post-preview-item .description-preview{margin-bottom:28px}.emerald .meta-line{border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;overflow:hidden}.emerald .meta-line p{font-size:0.75em;line-height:39px}.emerald .meta-line .metadata{float:left;margin-left:24px}.emerald .meta-line>*:first-child{float:left}.emerald .meta-line>*:last-child{float:right}.emerald .tag-list{overflow:hidden}.emerald .tag-list .tag-list-item{display:block;float:left;margin:0 6px 6px 0;padding:6px 10px;border:1px solid #ebebeb;border-radius:4px;color:#888;font-size:0.75em;font-weight:600;background-color:#fff;transition:all .15s ease-in}.emerald .tag-list .tag-list-item:last-child{margin-right:0}.emerald .tag-list.primary .tag-list-item:hover{color:#fff;background-color:#00d7b3;border-color:#00d7b3}.emerald .metadata{overflow:hidden}.emerald .metadata .meta-item{float:left;margin-right:20px}.emerald .metadata .meta-item:last-child{margin-right:0}.emerald .metadata .meta-item span{color:#b2b2b2;position:relative;top:3px}.emerald .metadata .meta-item p{display:inline-block;margin-left:5px;color:#b2b2b2;font-size:0.6875em}.emerald .post{padding:15px 15px 25px;border:1px solid #ebebeb;background-color:#fff;margin-bottom:26px}.emerald .post .post-image{width:838px;height:486px;border:1px solid #ebebeb;margin:0 auto;position:relative}.emerald .post .post-image:hover .image-overlay{opacity:1;visibility:visible}.emerald .post .post-image:hover .image-overlay .clickable-icon{-webkit-transform:scale(1);transform:scale(1)}.emerald .post .post-image .slide-control-wrap{width:806px;position:absolute;top:226px;left:16px;z-index:9000}.emerald .post .post-image .button{position:absolute;top:28px;right:20px}.emerald .post .post-image-slides{width:806px;margin:30px auto;position:relative}.emerald .post .post-image-slides .slide-control-wrap{width:100%;top:26px;left:0}.emerald .post .post-image-slides .image-slides-wrap{width:610px;height:80px;margin:0 auto;overflow:hidden;position:relative}.emerald .post .post-image-slides .image-slides-wrap.full{width:822px}.emerald .post .post-image-slides .image-slides{position:absolute;top:0;left:0;transition:all .3s ease-in-out}.emerald .post .post-image-slides .image-slides .image-slide{width:80px;height:80px;border:1px solid #ebebeb;cursor:pointer;position:absolute;top:0}.emerald .post .post-image-slides .image-slides .image-slide .overlay{width:100%;height:100%;border:8px solid #2b373a;position:absolute;top:0;left:0;opacity:0;visibility:hidden;transition:all .2s ease-in}.emerald .post .post-image-slides .image-slides .image-slide.selected .overlay{opacity:1;visibility:visible}.emerald .post .post-content{padding:50px 16px 66px;overflow:hidden}.emerald .post .post-content.with-title{padding-top:26px}.emerald .post .post-content>*:first-child{margin-top:0}.emerald .post .post-content .video{width:100%;height:346px;margin-top:32px}.emerald .post .post-content .post-banner{width:806px;height:127px;margin-top:50px}.emerald .post .post-content .meta-line{margin:20px 0 28px}.emerald .post .post-content .meta-line+.post-paragraph{margin-top:0}.emerald .post .post-paragraph{margin-top:48px}.emerald .post .post-paragraph.half{float:left;width:50%}.emerald .post .post-paragraph .post-title{font-size:1.75em;text-align:left;margin-bottom:28px}.emerald .post .post-paragraph .post-title.small{font-size:1.375em}.emerald .post .post-paragraph>p{margin-bottom:30px}.emerald .post .post-paragraph .post-item-list{overflow:hidden}.emerald .post .post-paragraph .post-item-list li{margin-bottom:16px;padding-left:26px;position:relative}.emerald .post .post-paragraph .post-item-list li .bullet-icon{color:#2b373a;font-weight:700;position:absolute;left:2px}.emerald .post .post-paragraph .post-item-list li .bullet-icon.svg-check{top:2px;left:0}.emerald .post .post-paragraph .post-item-list li p{line-height:1em}.emerald .post .post-paragraph .post-item-list li:last-child{margin-bottom:0}.emerald .post .post-paragraph>*:last-child{margin-bottom:0}.emerald .post-tab{position:relative}.emerald .post-tab .tab-header{border:1px solid #ebebeb;background-color:#fff;overflow:hidden}.emerald .post-tab .tab-header.primary .tab-item.selected>p{border-top-color:#00d7b3}.emerald .post-tab .tab-header.secondary .tab-item.selected>p{border-top-color:#1396e1}.emerald .post-tab .tab-header.tertiary .tab-item.selected>p{border-top-color:#e61852}.emerald .post-tab .tab-header .tab-item{float:left;width:289px;height:60px;border-right:1px solid #ebebeb;cursor:pointer}.emerald .post-tab .tab-header .tab-item:last-child{border-right:none}.emerald .post-tab .tab-header .tab-item.selected>p{color:#2b373a;border-top:6px solid #2b373a;line-height:52px}.emerald .post-tab .tab-header .tab-item>p{color:#b2b2b2;line-height:60px;text-align:center}.emerald .post-tab .tab-content{width:100%;border:1px solid #ebebeb;border-top:none;background-color:#fff;display:none;overflow:hidden}.emerald .post-tab .tab-content.void{border:none;background-color:transparent}.emerald .post-tab .tab-content.open{display:block}.emerald .post-tab .tab-content .comment-list{border-top:none}.emerald .blog-author{background-color:#fff;border:1px solid #ebebeb;padding:45px 32px 50px 118px;margin-bottom:25px;position:relative}.emerald .blog-author .user-avatar{position:absolute;top:37px;left:32px}.emerald .blog-author .text-header{margin-bottom:4px}.emerald .blog-author .timestamp{margin-bottom:10px}.emerald .blog-author .share-links{position:absolute;top:35px;right:32px}.emerald .blog-comments{background-color:#fff;border:1px solid #ebebeb;padding:20px 24px 0}.emerald .blog-comments h4{font-size:1.375em;margin-bottom:16px}.emerald .blog-comments .line-separator{margin-bottom:5px}.emerald .blog-comments .comment-list{border:none;padding-left:0;padding-right:0}.emerald .blog-comments .comment-list .comment-wrap{padding-left:94px;padding-right:8px}.emerald .blog-comments .comment-list .comment-wrap.comment-reply{padding-left:94px;padding-right:8px}.emerald .blog-comments .comment-list .comment-wrap .user-avatar{left:8px}.emerald .blog-comments .comment-list .pager{margin-right:8px}.emerald .blog-comments .comment-list h3{margin-left:8px}.emerald .accordion{border:1px solid #ebebeb}.emerald .accordion.item-faq{width:806px;margin:36px auto 46px}.emerald .accordion.primary .accordion-item.selected .accordion-item-header,.emerald .accordion.primary .accordion-item:hover .accordion-item-header{border-left-color:#00d7b3}.emerald .accordion.secondary .accordion-item.selected .accordion-item-header,.emerald .accordion.secondary .accordion-item:hover .accordion-item-header{border-left-color:#1396e1}.emerald .accordion.tertiary .accordion-item.selected .accordion-item-header,.emerald .accordion.tertiary .accordion-item:hover .accordion-item-header{border-left-color:#e61852}.emerald .accordion .accordion-item{border-bottom:1px solid #ebebeb;position:relative}.emerald .accordion .accordion-item:last-child{border-bottom:none}.emerald .accordion .accordion-item.selected .accordion-item-header,.emerald .accordion .accordion-item:hover .accordion-item-header{border-left-width:6px}.emerald .accordion .accordion-item.selected .svg-arrow{fill:#535d5f;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.emerald .accordion .accordion-item .svg-arrow{width:7px;height:12px;fill:#b2b2b2;-webkit-transform:rotate(90deg);transform:rotate(90deg);position:absolute;top:20px;right:22px;transition:all .3s ease-in}.emerald .accordion .accordion-item .accordion-item-header{padding-left:16px;line-height:50px;text-transform:none;cursor:pointer;border-left:0 solid transparent;transition:all .15s ease-in}.emerald .accordion .accordion-item .accordion-item-content{padding:34px 24px 54px 22px;border-top:1px solid #ebebeb;display:none}.emerald .accordion .accordion-item .accordion-item-content h4{font-size:1.125em;margin-bottom:26px}.emerald .accordion .accordion-item .accordion-item-content p{margin-bottom:46px}.emerald .accordion .accordion-item .accordion-item-content>*:last-child{margin-bottom:0}.emerald .comment-list{border:1px solid #ebebeb;padding:0 16px 36px;background-color:#fff;overflow:hidden}.emerald .comment-list .comment-wrap{padding:36px 16px 0 104px;position:relative}.emerald .comment-list .comment-wrap .comment-wrap{padding:0 0 0 88px}.emerald .comment-list .comment-wrap .comment-wrap.comment-reply{padding:0 0 0 88px;margin-top:28px}.emerald .comment-list .comment-wrap .comment-wrap .user-avatar{top:0;left:0}.emerald .comment-list .comment-wrap.comment-reply{padding:0 16px 0 104px;margin-bottom:15px}.emerald .comment-list .comment-wrap.comment-reply .user-avatar{top:10px}.emerald .comment-list .comment-wrap.comment-reply:last-child{margin-bottom:0}.emerald .comment-list .comment-wrap .user-avatar{position:absolute;top:36px;left:16px}.emerald .comment-list .comment-wrap .comment{margin-bottom:28px;position:relative}.emerald .comment-list .comment-wrap .comment .text-header{display:inline-block;margin:6px 4px 4px 0}.emerald .comment-list .comment-wrap .comment .pin{position:relative;top:-1px}.emerald .comment-list .comment-wrap .comment .quote{border-left:6px solid transparent;padding:24px 36px 26px 22px;margin:20px 0}.emerald .comment-list .comment-wrap .comment .quote .text-header{margin-bottom:16px}.emerald .comment-list .comment-wrap .comment .quote.primary{border-left-color:#00d7b3}.emerald .comment-list .comment-wrap .comment .quote.secondary{border-left-color:#1cbdf9}.emerald .comment-list .comment-wrap .comment .quote.tertiary{border-left-color:#e61852}.emerald .comment-list .comment-wrap .comment .timestamp{margin-bottom:14px}.emerald .comment-list .comment-wrap .comment .reply{color:#06b99b;font-size:0.75em;font-weight:700;position:absolute;top:6px;right:52px}.emerald .comment-list .comment-wrap .comment .report{color:#b2b2b2;font-size:0.75em;position:absolute;top:6px;right:0}.emerald .comment-list .comment-wrap .comment.review .recommendation{position:absolute;top:-8px;right:0}.emerald .comment-list .comment-wrap .comment.review .report{right:52px}.emerald .comment-list .comment-reply-form{overflow:hidden}.emerald .comment-list .comment-reply-form textarea{margin-bottom:14px}.emerald .comment-list .comment-reply-form label{float:left;color:#b2b2b2}.emerald .comment-list .comment-reply-form .button{float:right}.emerald .comment-list .line-separator{margin-top:34px}.emerald .comment-list h3{margin:36px 0 36px 16px;font-size:1.375em;text-align:left}.emerald .comment-list .pager{margin-right:16px}.emerald .share-links-wrap{margin-top:25px;padding:0 16px;overflow:hidden}.emerald .share-links-wrap .text-header{float:left;margin-right:16px;line-height:30px}.emerald .share-links{overflow:hidden}.emerald .share-links.hoverable li a{transition:all .15s ease-in}.emerald .share-links.hoverable li a.fb,.emerald .share-links.hoverable li a.twt,.emerald .share-links.hoverable li a.db,.emerald .share-links.hoverable li a.rss,.emerald .share-links.hoverable li a.gplus,.emerald .share-links.hoverable li a.de,.emerald .share-links.hoverable li a.be{background-color:#d1d1d1}.emerald .share-links.hoverable li a:hover.fb{background-color:#355599}.emerald .share-links.hoverable li a:hover.twt{background-color:#0fccf4}.emerald .share-links.hoverable li a:hover.db{background-color:#f63f6e}.emerald .share-links.hoverable li a:hover.rss{background-color:#ffa312}.emerald .share-links.hoverable li a:hover.gplus{background-color:#e0133a}.emerald .share-links.hoverable li a:hover.be{background-color:#0d79ab}.emerald .share-links.hoverable li a:hover.de{background-color:#05cc47}.emerald .share-links li{float:left;margin-right:12px}.emerald .share-links li a{display:block;width:30px;height:30px;border-radius:50%}.emerald .share-links li a.fb,.emerald .share-links li a.twt,.emerald .share-links li a.db,.emerald .share-links li a.rss,.emerald .share-links li a.gplus,.emerald .share-links li a.de,.emerald .share-links li a.be{background-repeat:no-repeat;background-position:center}.emerald .share-links li a:hover.fb{background-color:#4868ae}.emerald .share-links li a:hover.twt{background-color:#2fd5f9}.emerald .share-links li a:hover.db{background-color:#fe5e87}.emerald .share-links li a:hover.rss{background-color:#ffb72d}.emerald .share-links li a:hover.gplus{background-color:#f42a50}.emerald .share-links li a:hover.be{background-color:#1b8ec3}.emerald .share-links li a:hover.de{background-color:#15e159}.emerald .share-links li a.fb{background-image:url("../images/social/fb.png");background-color:#355599}.emerald .share-links li a.twt{background-image:url("../images/social/twt.png");background-color:#0fccf4}.emerald .share-links li a.db{background-image:url("../images/social/db.png");background-color:#f63f6e}.emerald .share-links li a.rss{background-image:url("../images/social/rss.png");background-position:50% 45%;background-color:#ffa312}.emerald .share-links li a.gplus{background-image:url("../images/social/gplus.png");background-color:#e0133a}.emerald .share-links li a.be{background-image:url("../images/social/be.png");background-color:#0d79ab}.emerald .share-links li a.de{background-image:url("../images/social/de.png");background-color:#05cc47}.emerald .share-links li:last-child{margin-right:0}.emerald .tags a:hover{text-decoration:underline}.emerald .tags.primary a{color:#06b99b}.emerald .tags.secondary a{color:#1396e1}.emerald .tags.tertiary a{color:#e61852}@media screen and (max-width:1260px){.emerald .post-tab .tab-header .tab-item{width:33%}.emerald .post-tab .tab-header .tab-item:nth-child(2){width:34%}.emerald .post.blog-post .post-image{width:100%;height:auto;margin-bottom:0}.emerald .post.blog-post .post-image .product-preview-image{width:100%;height:auto}.emerald .blog-post-preview.v2 .blog-post-preview-item .product-preview-image{width:100%;height:auto}.emerald .blog-comments{margin-bottom:26px}}@media screen and (max-width:935px){.emerald .post .post-image{width:360px;height:210px}.emerald .post .post-image .product-preview-image{width:358px;height:208px}.emerald .post .post-image .slide-control-wrap{width:328px;top:254px;left:15px}.emerald .post .post-image .button{width:120px;height:30px;line-height:30px;font-size:0.75em}.emerald .post .post-image-slides{width:328px}.emerald .post .post-image-slides .image-slides-wrap,.emerald .post .post-image-slides .image-slides-wrap.full{width:186px;margin:0 auto}.emerald .post .post-content .post-banner{width:100%}.emerald .post-tab .accordion.item-faq{width:95%}}@media screen and (max-width:630px){.emerald .post .post-paragraph.half{float:none;width:100%}.emerald .post-tab .tab-header .tab-item{float:none;width:100%;border-right:none;border-bottom:1px solid #ebebeb}.emerald .post-tab .tab-header .tab-item:nth-child(2){width:100%}.emerald .post-tab .tab-header .tab-item:last-child{border-bottom:none}.emerald .comment-list .comment-wrap{padding-left:60px}.emerald .comment-list .comment-wrap .comment.review .timestamp{margin-bottom:0}.emerald .comment-list .comment-wrap .comment.review .recommendation{display:block;position:relative;top:0;margin:6px 0}.emerald .comment-list .comment-wrap .comment.review .report{position:static;margin-top:4px}.emerald .comment-list .comment-wrap.comment-reply{padding-left:60px}.emerald .comment-list .comment-wrap .user-avatar{width:40px;height:40px;left:6px}.emerald .comment-list .comment-wrap .comment-wrap{padding-left:56px}.emerald .comment-list .comment-wrap .comment-wrap.comment-reply{padding-left:56px}.emerald .blog-comments .comment-list .comment-wrap{padding-left:64px}.emerald .blog-comments .comment-list .comment-wrap.comment-reply{padding-left:64px}}@media screen and (max-width:460px){.emerald .post .post-image{width:260px;height:152px;margin-bottom:90px}.emerald .post .post-image .product-preview-image{width:258px;height:150px}.emerald .post .post-image .slide-control-wrap{width:242px;top:168px;left:8px}.emerald .post .post-image .button{top:176px;left:50%;margin-left:-60px}.emerald .post .post-image-slides{width:100px}.emerald .post .post-image-slides .slide-control-wrap{top:-70px}.emerald .post .image-slides-wrap{display:none}.emerald .post .post-content .meta-line>*:last-child{clear:left;float:left}.emerald .post .post-content .video{height:200px}.emerald .share-links-wrap .text-header{float:none}.emerald .comment-list .comment-wrap .comment .timestamp{margin-bottom:0}.emerald .comment-list .comment-wrap .comment .report,.emerald .comment-list .comment-wrap .comment .reply{position:static;display:inline-block;margin-bottom:4px}.emerald .blog-post-preview .blog-post-preview-item .product-preview-image{width:100%;height:auto}.emerald .blog-post-preview.v2 .blog-post-preview-item .meta-line>*:last-child{clear:left;float:left}.emerald .blog-author{padding:145px 26px 32px}.emerald .blog-author .user-avatar{position:absolute;top:28px;left:50%;margin-left:-35px}.emerald .blog-author p{text-align:center}.emerald .blog-author .share-links{top:105px;right:auto;left:50%;margin-left:-36px}}.emerald .author-profile-banner{background:url("../images/profile_banner.jpg") no-repeat center;background-size:cover;min-height:300px}.emerald .author-profile-meta-wrap{border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;background-color:#fff}.emerald .author-profile-meta{min-height:100px;padding-top:15px}.emerald .author-profile-info{overflow:hidden;padding-left:300px}.emerald .author-profile-info .author-profile-info-item{float:left;height:70px;border-right:1px solid #ebebeb;padding:16px 70px 0 32px}.emerald .author-profile-info .author-profile-info-item:last-child{border-right:none;padding-right:0}.emerald .author-profile-info .author-profile-info-item p{font-size:0.8125em;line-height:20px}.emerald .author-profile-info .author-profile-info-item p a:hover{text-decoration:underline}.emerald .author-profile-info .author-profile-info-item p .primary{color:#06b99b}.emerald .author-profile-info .author-profile-info-item p .secondary{color:#1cbdf9}.emerald .author-profile-info .author-profile-info-item p .tertiary{color:#e61852}.emerald .follow-list{width:870px;margin:0 auto}.emerald .follow-list .follow-list-item{height:94px;padding:11px 17px 11px 92px;border:1px solid #ebebeb;margin-bottom:14px;background-color:#fff;position:relative}.emerald .follow-list .follow-list-item:last-child{margin-bottom:0}.emerald .follow-list .follow-list-item .user-avatar{position:absolute;top:11px;left:11px}.emerald .follow-list .follow-list-item .fl-item-info{float:left;height:70px;border-right:1px solid #ebebeb;padding:0 16px}.emerald .follow-list .follow-list-item .fl-item-info:last-child{border-right:none;padding-right:0}.emerald .follow-list .follow-list-item .fl-item-info.fl-description{width:203px;padding:6px 10px 0 0}.emerald .follow-list .follow-list-item .fl-item-info.fl-description .text-header{font-size:1em;margin-bottom:5px}.emerald .follow-list .follow-list-item .fl-item-info.fl-description p{font-size:0.75em;line-height:18px}.emerald .follow-list .follow-list-item .fl-item-info.fl-reputation{width:108px;padding-top:15px}.emerald .follow-list .follow-list-item .fl-item-info.fl-reputation .text-header{font-size:0.75em;text-align:center}.emerald .follow-list .follow-list-item .fl-item-info.fl-reputation .rating{width:75px;margin:14px auto 0}.emerald .follow-list .follow-list-item .fl-item-info.fl-product-items{overflow:hidden}.emerald .follow-list .follow-list-item .fl-item-info.fl-product-items .product-preview-image{float:left;margin-right:14px}.emerald .follow-list .follow-list-item .fl-item-info.fl-product-items a:last-child .product-preview-image{margin-right:0}.emerald .follow-list .follow-list-item .fl-item-info.fl-button{padding-top:20px}@media screen and (max-width:1260px){.emerald .author-profile-info{padding-left:0;padding-top:15px;width:270px;margin:0 auto}.emerald .author-profile-info .author-profile-info-item{float:none;border-right:none;padding:0;padding-left:32px}.emerald .author-profile-info .author-profile-info-item p{font-size:0.8125em;line-height:20px}.emerald .author-profile-info .author-profile-info-item p a:hover{text-decoration:underline}.emerald .author-profile-info .author-profile-info-item p .primary{color:#06b99b}.emerald .author-profile-info .author-profile-info-item p .secondary{color:#1cbdf9}.emerald .author-profile-info .author-profile-info-item p .tertiary{color:#e61852}.emerald .section .sidebar.author-profile{position:static}}@media screen and (max-width:935px){.emerald .follow-list{width:598px}.emerald .follow-list .follow-list-item .fl-item-info.fl-product-items{display:none}}@media screen and (max-width:630px){.emerald .follow-list{width:270px}.emerald .follow-list .follow-list-item{height:auto;padding:90px 11px 20px}.emerald .follow-list .follow-list-item .user-avatar{left:50%;margin-left:-35px}.emerald .follow-list .follow-list-item .fl-item-info{float:none;height:auto;border-right:none;padding:0}.emerald .follow-list .follow-list-item .fl-item-info.fl-description{padding:0;margin:0 auto 14px}.emerald .follow-list .follow-list-item .fl-item-info.fl-description p{text-align:center}.emerald .follow-list .follow-list-item .fl-item-info.fl-reputation{display:none}.emerald .follow-list .follow-list-item .fl-item-info.fl-button{padding:0}.emerald .follow-list .follow-list-item .fl-item-info.fl-button .button{margin:0 auto}}.emerald .section.demo{overflow:visible}.emerald .section.demo .form-popup{margin-bottom:60px}.emerald .section.demo .form-popup:nth-child(odd){float:left;clear:both}.emerald .section.demo .form-popup:nth-child(even){float:right}.emerald .form-popup{width:430px;margin:0 auto;border:1px solid #ebebeb;background-color:#fff;position:relative}.emerald .form-popup.new-message{width:570px}.emerald .form-popup.promo{width:770px;height:420px;border:none}.emerald .form-popup.promo .promo-bg{float:left;width:370px;height:100%;background:url("../images/dashboard/promo-ad.jpg") no-repeat center}.emerald .form-popup.promo .form-popup-content{float:right;width:400px;height:100%;padding:56px 32px 38px}.emerald .form-popup.promo .form-popup-content .popup-title{margin-bottom:30px}.emerald .form-popup.promo .form-popup-content .info{font-size:0.875em;line-height:24px;margin-bottom:24px}.emerald .form-popup.promo .form-popup-content .form-popup-content-links{margin-top:40px;overflow:hidden}.emerald .form-popup.promo .form-popup-content .form-popup-content-links>.button{float:left;width:232px}.emerald .form-popup.promo .form-popup-content .form-popup-content-links .form-popup-content-links-social{float:right;width:94px}.emerald .form-popup.promo .form-popup-content .form-popup-content-links .form-popup-content-links-social .button{float:left;width:42px}.emerald .form-popup.promo .form-popup-content .form-popup-content-links .form-popup-content-links-social .button:last-child{float:right}.emerald .form-popup .close-btn{width:38px;height:38px;border-radius:50%;background-color:#101314;cursor:pointer;position:absolute;top:-19px;right:-19px}.emerald .form-popup .close-btn:hover{background-color:#00d7b3}.emerald .form-popup .close-btn .svg-plus{fill:#fff;width:10px;height:10px;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:14px;left:14px;pointer-events:none}.emerald .form-popup .close-btn.mfp-close{opacity:1}.emerald .form-popup .form-popup-headline{padding:36px 22px 30px}.emerald .form-popup .form-popup-headline p{margin-top:10px;color:#fff;line-height:20px}.emerald .form-popup .form-popup-headline.primary{background:url("../images/section_headline_bg.png") no-repeat center #00d7b3;background-size:cover}.emerald .form-popup .form-popup-headline.secondary{background:url("../images/section_headline_bg.png") no-repeat center #1cbdf9;background-size:cover}.emerald .form-popup .form-popup-content{padding:22px 22px 26px;overflow:hidden}.emerald .form-popup .popup-title{font-size:1.375em;margin-bottom:15px}.emerald .form-popup .line-separator{margin-bottom:22px}.emerald .form-popup .line-separator.double{margin-top:22px}.emerald .form-popup .line-separator.short{margin-bottom:16px}.emerald .form-popup input[type="text"],.emerald .form-popup input[type="email"],.emerald .form-popup input[type="password"]{margin-bottom:24px}.emerald .form-popup .label-check{display:inline-block;margin-bottom:22px}.emerald .form-popup p{font-size:0.8125em;line-height:1em}.emerald .form-popup p.highlighted{line-height:20px}.emerald .form-popup p.highlighted span{color:#2b373a;font-weight:700}.emerald .form-popup p.spaced{line-height:20px;margin-bottom:16px}.emerald .form-popup p a{font-weight:700}.emerald .form-popup p a:hover{text-decoration:underline}.emerald .form-popup button{margin-top:32px}.emerald .form-popup button.no-space{margin:0}.emerald .form-popup .button{width:100%}.emerald .form-popup .button.half{width:185px;float:left}.emerald .form-popup .button.half+.button.half{float:right}.emerald .form-popup .input-container{margin-bottom:22px;position:relative}.emerald .form-popup .input-container.field-add{padding-right:36px}.emerald .form-popup .input-container textarea{height:200px}.emerald .form-popup .input-container .select-block{margin-bottom:0}.emerald .form-popup .add-field{width:30px;height:30px;position:absolute;bottom:5px;right:0;cursor:pointer}.emerald .form-popup .add-field .svg-plus{width:11px;height:11px;fill:#fff;position:relative;top:2px}@media screen and (max-width:1260px){.emerald .section.demo .form-popup{margin:0 auto 60px}.emerald .section.demo .form-popup:nth-child(odd){float:none}.emerald .section.demo .form-popup:nth-child(even){float:none}}@media screen and (max-width:935px){.emerald .form-popup.promo{width:400px}.emerald .form-popup.promo .promo-bg{display:none}}@media screen and (max-width:630px){.emerald .form-popup{width:90%}.emerald .form-popup.promo{width:90%;height:auto}.emerald .form-popup.promo .form-popup-content{width:100%;height:auto;background-color:#fff}.emerald .form-popup.promo .form-popup-content .form-popup-content-links{text-align:center}.emerald .form-popup.promo .form-popup-content .form-popup-content-links>.button{float:none;width:100%}.emerald .form-popup.promo .form-popup-content .form-popup-content-links .form-popup-content-links-social{float:none;display:inline-block;margin-top:20px}.emerald .form-popup .button.half{width:100%;float:none}.emerald .form-popup .button.half+.button.half{margin-top:22px}}.emerald .badges-showcase{margin:0 auto}.emerald .badges-showcase.short{width:702px}.emerald .badges-showcase .badges-showcase-item{padding-top:192px;position:relative;margin-bottom:70px}.emerald .badges-showcase .badges-showcase-item .badge{position:absolute;z-index:1;transition:all .3s ease-in-out}.emerald .badges-showcase .badges-showcase-item .badge.big{top:0;left:50%;margin-left:-80px}.emerald .badges-showcase .badges-showcase-item .badge.big.pinned{top:-10px}.emerald .badges-showcase .badges-showcase-item .badge.small{top:136px;right:29px}.emerald .badges-showcase .badges-showcase-item .badge.locked{opacity:0;z-index:0}.emerald .badges-showcase .badges-showcase-item .badge.active{opacity:1;z-index:2}.emerald .badges-showcase .badges-showcase-item .badge.active+.badge{opacity:0}.emerald .badges-showcase .badges-showcase-item .badge.active:hover{opacity:0}.emerald .badges-showcase .badges-showcase-item .badge.active:hover+.badge{opacity:1}.emerald .badges-showcase .badges-showcase-item .text-header,.emerald .badges-showcase .badges-showcase-item .badge-description{text-align:center}.emerald .badges-showcase .badges-showcase-item .text-header{font-size:1.125em;margin-bottom:16px}.emerald .badges-showcase .badges-showcase-item .badge-description{font-size:0.75em;line-height:18px}.emerald .badges-showcase .badges-showcase-item .badge-progress-title{font-size:0.8125em;margin:34px 0 6px}.emerald .badges-showcase .badges-showcase-item .badge-progress{margin:0 auto}.emerald .badge.big{width:160px;height:167px}.emerald .badge.small{width:36px;height:37px}.emerald .badge-boxes{overflow:hidden}.emerald .badge-boxes .sidebar-item{margin-bottom:26px}.emerald .badge-list{width:228px;margin:0 auto}.emerald .badge-list .badge-list-item{float:left;margin:0 12px 18px 0}.emerald .badge-list .badge-list-item .badge.pinned{position:relative;top:-5px}.emerald .badge-list .badge-list-item:nth-child(5n+5){margin-right:0}.emerald .badge-list.short{width:180px;margin-left:auto;margin-right:auto}.emerald .badge-list.short .badge-list-item:nth-child(5n+5){margin-right:12px}.emerald .badge-list.short .badge-list-item:nth-child(4n+4){margin-right:0}@media screen and (max-width:935px){.emerald .badges-showcase.short{width:468px}}@media screen and (max-width:630px){.emerald .badges-showcase.short{width:234px}}.emerald .cart{width:870px;background-color:#fff;border:1px solid #ebebeb;margin:0 auto}.emerald .cart .cart-header{height:52px;border-bottom:1px solid #ebebeb;overflow:hidden}.emerald .cart .cart-header p{line-height:52px}.emerald .cart .cart-header>*{float:left;text-align:center}.emerald .cart .cart-header .cart-header-product{text-align:left}.emerald .cart .cart-header-product,.emerald .cart .cart-item-product{width:416px;padding-left:23px}.emerald .cart .cart-header-category,.emerald .cart .cart-item-category{width:142px}.emerald .cart .cart-header-price,.emerald .cart .cart-item-price{width:174px}.emerald .cart .cart-header-actions,.emerald .cart .cart-item-actions{width:136px}.emerald .cart .cart-item{padding:24px 0;border-bottom:1px solid #ebebeb;overflow:hidden}.emerald .cart .cart-item>*{float:left;text-align:center}.emerald .cart .cart-item .cart-item-product{text-align:left}.emerald .cart .cart-item .cart-item-product .item-preview{padding-left:82px;padding-top:4px;min-height:70px}.emerald .cart .cart-item .cart-item-product .item-preview .description{width:155px}.emerald .cart .cart-item .cart-item-category{padding-top:26px}.emerald .cart .cart-item .cart-item-price{padding-top:23px}.emerald .cart .cart-item .cart-item-actions{padding-top:16px}.emerald .cart .cart-item .cart-item-actions .button.rmv{width:30px;height:30px;margin:0 auto;position:relative}.emerald .cart .cart-item .cart-item-actions .button.rmv .svg-plus{fill:#fff;width:12px;height:12px;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:9px;left:50%;margin-left:-6px}.emerald .cart .cart-actions{padding:26px 53px 26px 0;overflow:hidden}.emerald .cart .cart-actions .button{float:right;width:200px}.emerald .cart .cart-actions .button.spaced{margin-right:14px}.emerald .cart-total{height:70px;padding:0 53px 0 556px;border-bottom:1px solid #ebebeb;overflow:hidden}.emerald .cart-total.small{height:50px;padding:0 0 0 346px}.emerald .cart-total.small p{line-height:50px}.emerald .cart-total.small .subtotal,.emerald .cart-total.small .total{font-size:0.875em}.emerald .cart-total p{line-height:70px}.emerald .cart-total .subtotal,.emerald .cart-total .total{float:left}.emerald .cart-total .price{float:right}.emerald .cart-total .subtotal{font-size:0.8125em}.emerald .cart-overview-item{height:35px;overflow:hidden;position:relative}.emerald .cart-overview-item.bordered{border-bottom:1px solid #ebebeb}.emerald .cart-overview-item .text-header{float:left}.emerald .cart-overview-item .price,.emerald .cart-overview-item .category{float:right}.emerald .cart-overview-item .price{position:relative;top:-3px}.emerald .cart-overview-item .category{position:absolute;left:346px}.emerald .form-box-items{overflow:hidden}.emerald .form-box-items.right{float:right}.emerald .form-box-items.left{float:left}.emerald .form-box-items.wrap-3-1{width:74.3%}.emerald .form-box-items.wrap-1-3{width:23%}.emerald .form-box-items .form-box-items.wrap-3-1{width:65.5%}.emerald .form-box-items .form-box-items.wrap-1-3{width:31%}.emerald .form-box-items .form-box-item{width:570px}.emerald .form-box-items .form-box-item:nth-child(odd){float:left;clear:both}.emerald .form-box-items .form-box-item:nth-child(even){float:right}.emerald .form-box-item{padding:22px 24px 26px;background-color:#fff;border:1px solid #ebebeb;position:relative;margin-bottom:26px}.emerald .form-box-item.padded{padding-bottom:71px}.emerald .form-box-item.not-padded{padding-bottom:0}.emerald .form-box-item.not-spaced .line-separator{margin-bottom:0}.emerald .form-box-item.spaced{padding-bottom:62px}.emerald .form-box-item.spaced .line-separator,.emerald .form-box-item.spaced .input-container{margin-bottom:40px}.emerald .form-box-item.spaced .input-container{padding-left:42px;position:relative}.emerald .form-box-item.spaced .input-container .share-links{position:absolute;top:6px;left:0}.emerald .form-box-item.has-chart-legend{text-align:center}.emerald .form-box-item.has-chart-legend h4{text-align:left}.emerald .form-box-item.has-chart-legend .chart-legend{margin-top:28px}.emerald .form-box-item.graph-bg{background:url("../images/dashboard/graph-bg.png") no-repeat center bottom #fff;padding-bottom:54px}.emerald .form-box-item h4{margin-bottom:22px}.emerald .form-box-item .line-separator{margin-bottom:22px}.emerald .form-box-item .line-separator.top{margin-top:22px}.emerald .form-box-item .button{width:100%}.emerald .form-box-item .input-container{clear:both;margin-bottom:22px}.emerald .form-box-item .input-container:last-child{margin-bottom:0}.emerald .form-box-item .input-container.top-right{position:absolute;top:20px;right:24px}.emerald .form-box-item .input-container.half{float:left;width:48.85%;clear:none}.emerald .form-box-item .input-container.half+.half{float:right}.emerald .form-box-item .input-container textarea{height:120px}.emerald .form-box-item .cart-total:last-child{border-bottom:none}.emerald .form-box-item .pm-text{padding-left:29px;color:#b2b2b2;font-size:0.8125em;position:relative;top:-8px;display:none}@media screen and (max-width:1260px){.emerald .form-box-items.right, .form-box-items.left{width:100%;float:none}.emerald .form-box-items>.form-box-items.right, .form-box-items>.form-box-items.left{width:100%;float:none}.emerald .form-box-items .form-box-item{float:none;width:100%}}@media screen and (max-width:935px){.emerald .cart{width:554px}.emerald .cart .cart-header-category,.emerald .cart .cart-header-price,.emerald .cart .cart-item-category,.emerald .cart .cart-item-price{display:none}.emerald .cart .cart-total{padding-left:200px}}@media screen and (max-width:630px){.emerald .cart{width:270px}.emerald .cart .cart-header-actions{display:none}.emerald .cart .cart-header-product{width:100%;padding-left:0}.emerald .cart .cart-header-product p{text-align:center}.emerald .cart .cart-item>*{float:none;margin:0 auto}.emerald .cart .cart-item .cart-item-product{width:100%;padding-left:0}.emerald .cart .cart-item .cart-item-product .item-preview{padding-top:86px;padding-left:0}.emerald .cart .cart-item .cart-item-product .item-preview .product-preview-image{top:0;left:50%;margin-left:-35px}.emerald .cart .cart-item .cart-item-product .item-preview p{text-align:center}.emerald .cart .cart-item .cart-item-product .item-preview .description{margin:0 auto}.emerald .cart .cart-total{padding-right:30px;padding-left:30px}.emerald .cart .cart-actions{padding-right:0}.emerald .cart .cart-actions .button{float:none;margin:14px auto 0}.emerald .cart .cart-actions .button.spaced{margin:14px auto 0}.emerald .form-box-item .input-container.half{float:none;width:100%}.emerald .form-box-item .cart-total.small{padding-left:0}.emerald .cart-overview-item .category{display:none}}@media screen and (max-width:460px){.emerald .form-box-item .input-container.top-right{position:static}.emerald .cart-overview-item{height:auto;margin-bottom:22px}.emerald .cart-overview-item.bordered{padding-bottom:12px;margin-bottom:0}.emerald .cart-overview-item .text-header{width:180px;line-height:1.3em}.emerald .cart-overview-item .price{top:0}}.emerald .forum{width:870px;border:1px solid #ebebeb;background-color:#fff;margin:0 auto 26px;padding-bottom:6px}.emerald .forum>*:last-child{border-bottom:none}.emerald .forum>*:last-child>*:last-child{border-bottom:none}.emerald .forum-header{overflow:hidden;border-bottom:1px solid #ebebeb}.emerald .forum-title,.emerald .forum-replies,.emerald .forum-lastpost{float:left;height:50px}.emerald .forum-title .text-header,.emerald .forum-replies .text-header,.emerald .forum-lastpost .text-header{line-height:50px}.emerald .forum-title{width:470px;padding-left:24px}.emerald .forum-replies{width:100px;text-align:center}.emerald .forum-lastpost{width:298px;padding-left:150px}.emerald .forum-subsection{padding:16px 24px;border-bottom:1px solid #ebebeb}.emerald .forum-subsection .text-header{margin-bottom:8px}.emerald .forum-subsection .description{font-size:0.8125em;line-height:18px}.emerald .thread-list .thread-list-item{height:50px;border-bottom:1px solid #ebebeb;overflow:hidden;position:relative}.emerald .thread-list .thread-list-item.pinned .pin{top:17px;left:24px;pointer-events:none}.emerald .thread-list .thread-list-item.pinned .user-avatar{left:78px}.emerald .thread-list .thread-list-item.pinned .forum-title{padding-left:78px}.emerald .thread-list .thread-list-item .user-avatar{position:absolute;top:12px;left:23px}.emerald .thread-list .thread-list-item .forum-lastpost{padding-left:0}.emerald .thread-list .thread-list-item .title,.emerald .thread-list .thread-list-item .replies,.emerald .thread-list .thread-list-item .lastpost{font-size:0.8125em;line-height:50px}.emerald .thread-list .thread-list-item .title{padding-left:35px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.emerald .thread-list .thread-list-item .replies{color:#b2b2b2}.emerald .thread-list .thread-list-item .lastpost{float:right;padding-right:24px}.emerald .thread-list .thread-list-item .lastpost span{color:#2b373a;font-weight:700}.emerald .topic-preview .topic-preview-item{padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid #ebebeb}.emerald .topic-preview .topic-preview-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.emerald .topic-preview .topic-preview-item .category,.emerald .topic-preview .topic-preview-item .lastpost{font-size:0.6875em}.emerald .topic-preview .topic-preview-item .lastpost{margin-top:4px}.emerald .topic-preview .topic-preview-item .lastpost span{color:#2b373a;font-weight:700}.emerald .thread{border:1px solid #ebebeb;background-color:#fff}.emerald .thread .thread-title{min-height:64px;padding:19px 32px;border-bottom:1px solid #ebebeb}.emerald .thread .thread-title.pinned{padding-left:78px;position:relative}.emerald .thread .thread-title.pinned .pin{top:26px;left:24px}.emerald .thread .thread-title .text-header{font-size:1.375em;line-height:1.3em}.emerald .thread .comment-list{padding-left:0;padding-right:0;border:none}.emerald .thread .comment-list .comment-wrap{padding-left:118px;padding-right:32px}.emerald .thread .comment-list .comment-wrap .user-avatar{left:32px}.emerald .thread .comment-list h3{margin-left:32px}@media screen and (max-width:935px){.emerald .forum{width:572px}.emerald .forum-lastpost{display:none}}@media screen and (max-width:630px){.emerald .forum,.emerald .forum-title{width:100%}.emerald .forum-title{padding-right:24px}.emerald .forum-replies{display:none}.emerald .thread .comment-list .comment-wrap{padding-left:76px}.emerald .thread .comment-list .comment-wrap .user-avatar{left:16px}.emerald .thread .comment-list h3{margin-left:16px}}.emerald #footer-top-wrap{background-color:#2b373a}.emerald #footer-top{min-height:345px;padding-bottom:58px;overflow:hidden}.emerald #footer-top .company-info{float:left;width:270px;padding-top:58px;margin-right:30px}.emerald #footer-top .company-info .logo{margin-bottom:20px}.emerald #footer-top .company-info p{color:#b2b2b2;font-size:0.8125em;line-height:1.53846em}.emerald #footer-top .company-info .company-info-list{margin-top:15px}.emerald #footer-top .company-info .company-info-list .company-info-item{margin-bottom:10px}.emerald #footer-top .company-info .company-info-list .company-info-item .icon-present,.emerald #footer-top .company-info .company-info-list .company-info-item .icon-energy,.emerald #footer-top .company-info .company-info-list .company-info-item .icon-user{margin-right:5px;color:#fff;font-size:17px;position:relative;top:2px}.emerald #footer-top .company-info .company-info-list .company-info-item p{display:inline-block;color:#fff}.emerald #footer-top .company-info .company-info-list .company-info-item p span{color:#16ffd8}.emerald #footer-top .footer-title{color:#fff;font-size:1.25em;font-weight:700;line-height:1em;margin-bottom:32px}.emerald #footer-top .link-info,.emerald #footer-top .twitter-feed{float:left;padding-top:68px}.emerald #footer-top .link-info{width:170px;margin-right:30px}.emerald #footer-top .twitter-feed{width:270px}.emerald #footer-top .twitter-feed .tweets li{padding-left:34px;margin-bottom:20px;position:relative}.emerald #footer-top .twitter-feed .tweets li:last-child{margin-bottom:0}.emerald #footer-top .twitter-feed .tweets li:before{content:url("../images/twt.png");position:absolute;top:3px;left:0}.emerald #footer-top .twitter-feed .tweets li .feed-text{color:#fff;font-size:0.8125em;line-height:1.53846em;margin-bottom:6px}.emerald #footer-top .twitter-feed .tweets li .feed-text a{color:#16ffd8}.emerald #footer-top .twitter-feed .tweets li .feed-timestamp a{color:#b2b2b2;font-size:0.85714em}.emerald #footer-bottom-wrap{background-color:#21282a}.emerald #footer-bottom{min-height:54px}.emerald #footer-bottom p{color:#b2b2b2;font-size:0.8125em;line-height:54px;padding-left:12px;position:relative}.emerald #footer-bottom p span{position:absolute;top:0;left:0}.emerald #footer-bottom p a{color:#16ffd8}.emerald .social-links{margin:25px 0 0 5px;overflow:hidden}.emerald .social-links .social-link{float:left}.emerald .social-links .social-link a{display:block;position:relative}.emerald .social-links .social-link.fb{margin-right:30px}.emerald .social-links .social-link.fb a{width:7px;height:14px;background:url("../images/fb.png") no-repeat center}.emerald .social-links .social-link.twt{margin-right:26px}.emerald .social-links .social-link.twt a{width:18px;height:13px;background:url("../images/twt.png") no-repeat center;top:1px}.emerald .social-links .social-link.db{margin-right:32px}.emerald .social-links .social-link.db a{width:16px;height:17px;background:url("../images/db.png") no-repeat center;top:-1px}.emerald .social-links .social-link.rss a{width:12px;height:13px;background:url("../images/rss.png") no-repeat center;top:1px}.emerald .link-list .link-item{position:relative;margin-bottom:12px}.emerald .link-list .link-item:last-child{margin-bottom:0}.emerald .link-list .link-item .bullet{width:6px;height:6px;border-radius:50%;background-color:#16ffd8;position:absolute;top:7px;left:0}.emerald .link-list .link-item a{padding-left:15px;color:#b2b2b2;font-size:0.8125em;font-weight:600;line-height:1em;transition:all .15s ease-in}.emerald .link-list .link-item a:hover{color:#fff;padding-left:19px}@media screen and (max-width:1260px){#footer-top{width:570px;position:relative}.emerald #footer-top .link-info:nth-child(2){clear:left}.emerald #footer-top .link-info:nth-child(4){margin-right:0}.emerald #footer-top .twitter-feed{position:absolute;top:0;right:0}}@media screen and (max-width:630px){#footer-top{width:270px}.emerald #footer-top .company-info{float:none}.emerald #footer-top .link-info{float:none;margin-right:0}.emerald #footer-top .twitter-feed{float:none;position:static}.emerald #footer-bottom p{font-size:0.75em}}.emerald .coming-soon-box{width:630px;margin:20px auto 0}.emerald .coming-soon-box p{text-align:center}.emerald .coming-soon-box p br{display:none}.emerald .coming-soon-box .text-header{margin-bottom:22px}.emerald .coming-soon-box .button{width:240px;margin:40px auto 0}@media screen and (max-width:935px){.emerald .coming-soon-box{width:90%}.emerald .coming-soon-box p br{display:block}}.emerald .dashboard-body{padding:70px 0 0 270px;position:relative}.emerald .dashboard-header{width:100%;padding-left:270px;overflow:hidden;position:fixed;top:0;left:0;z-index:9000;transition:all .5s ease}.emerald .dashboard-header .dashboard-header-item{float:left;width:16.25%;height:70px;padding:22px 0 0 14px;border-bottom:1px solid #ebebeb;border-right:1px solid #ebebeb;background-color:#fff}.emerald .dashboard-header .dashboard-header-item.title{padding:0 0 0 30px}.emerald .dashboard-header .dashboard-header-item.title h6{line-height:70px}.emerald .dashboard-header .dashboard-header-item.form{float:right;width:35%;padding-top:14px;border-right:none}.emerald .dashboard-header .dashboard-header-item .dashboard-search{position:relative}.emerald .dashboard-header .dashboard-header-item .dashboard-search input[type="text"]{width:60%;border:none}.emerald .dashboard-header .dashboard-header-item .dashboard-search input[type="image"]{position:absolute;top:-14px;right:70px;border-radius:0}.emerald .dashboard-header .dashboard-header-item.back-button{width:100%;border:none;padding:0;display:none}.emerald .dashboard-header .dashboard-header-item.back-button .button{width:100%;height:100%;border-radius:0;line-height:70px}.emerald .dashboard-header .dashboard-header-item.back-button .button:before{content:url("../images/dashboard/back-icon.png");position:relative;top:1px;right:12px}.emerald .db-options-button,.emerald .db-close-button{width:70px;height:69px;position:absolute;top:0;right:0;z-index:9000}.emerald .db-options-button{background-color:#1cbdf9;cursor:pointer;display:none}.emerald .db-options-button img[alt="db-list-right"],.emerald .db-options-button img[alt="close-icon"]{position:absolute;left:50%}.emerald .db-options-button img[alt="db-list-right"]{top:27px;margin-left:-9px}.emerald .db-options-button img[alt="close-icon"]{top:28px;margin-left:-6px;display:none}.emerald .db-close-button{background-color:#535d5f}.emerald .db-close-button img[alt="back-icon"]{position:absolute;top:28px;left:50%;margin-left:-9px}.emerald .db-side-menu-handler{width:70px;height:69px;background-color:#2b373a;position:absolute;top:0;left:0;z-index:9000;cursor:pointer;display:none}.emerald .db-side-menu-handler img[alt="db-list-left"]{position:absolute;top:27px;left:50%;margin-left:-9px}.emerald .stats-meta .pie-chart{float:left;margin-right:8px}.emerald .stats-meta .pie-chart .svg-plus,.emerald .stats-meta .pie-chart .svg-minus{width:6px;height:6px;position:absolute;top:7px;left:50%;margin-left:-3px}.emerald .stats-meta p{color:#b2b2b2;font-size:0.625em}.emerald .dashboard-content{padding:30px 0 90px}.emerald .dashboard-content .form-box-items .form-box-item{width:48.7%}.emerald .dashboard-content .form-box-items .form-box-item.full{width:100%}@media screen and (max-width:1350px){.emerald .dashboard-body{padding-left:0}.emerald .side-menu.dashboard.closed{opacity:0;visibility:hidden}.emerald .side-menu.dashboard.closed.left{left:-270px}.emerald .side-menu.dashboard.closed.right{right:-270px}.emerald .side-menu.dashboard .svg-plus{display:block}.emerald .db-side-menu-handler{display:block}.emerald .dashboard-header{max-height:70px;padding-left:0}.emerald .dashboard-header .dashboard-header-item.title,.emerald .dashboard-header .dashboard-header-item.form{width:100%;float:none}.emerald .dashboard-header .dashboard-header-item.stats{width:33.333333%}.emerald .dashboard-header .dashboard-header-item.title{padding-left:100px}.emerald .dashboard-header .dashboard-header-item:nth-last-child(2){border-right:none}.emerald .dashboard-header .dashboard-header-item .dashboard-search input[type="text"]{width:85%}.emerald .dashboard-header .dashboard-header-item .dashboard-search input[type="image"]{right:0}.emerald .dashboard-header .dashboard-header-item.back-button{display:block}.emerald .db-options-button{display:block}.emerald .db-close-button{display:none}}@media screen and (max-width:630px){.emerald .dashboard-header .dashboard-header-item.stats{float:none;width:100%;border-right:none}.emerald .dashboard-header .dashboard-header-item .dashboard-search input[type="text"]{width:75%}}.emerald .profile-image{margin-bottom:22px;min-height:70px}.emerald .profile-image .profile-image-data{float:left;padding-left:80px;position:relative}.emerald .profile-image .profile-image-data .user-avatar{position:absolute;top:0;left:0}.emerald .profile-image .profile-image-data .text-header{margin-top:14px}.emerald .profile-image .profile-image-data .upload-details{font-size:0.75em}.emerald .profile-image .button{float:left;width:120px;margin:18px 0 0 80px}@media screen and (max-width:1350px){.emerald .dashboard-content .form-box-items .form-box-item{float:none;width:100%}}@media screen and (max-width:630px){.emerald .profile-image .profile-image-data{float:none}.emerald .profile-image .button{margin-top:6px}}.emerald .profile-notifications{margin:0 auto 60px}.emerald .profile-notifications .profile-notification{margin-bottom:14px}.emerald .profile-notifications .profile-notification:last-child{margin-bottom:0}.emerald .profile-notifications+.pager-wrap{text-align:right}.emerald .profile-notifications+.pager-wrap .pager{display:inline-block}.emerald .profile-notification{height:76px;padding:0 36px 0 16px;background-color:#fff;border:1px solid #ebebeb;overflow:hidden;position:relative}.emerald .profile-notification .notification-close{width:7px;height:7px;position:absolute;top:10px;right:12px;background:url("../images/dashboard/notif-close-icon.png") no-repeat center;opacity:.5;cursor:pointer}.emerald .profile-notification .notification-close:hover{opacity:1}.emerald .profile-notification p{font-size:0.8125em}.emerald .profile-notification .profile-notification-date,.emerald .profile-notification .profile-notification-body{float:left}.emerald .profile-notification .profile-notification-date{width:106px}.emerald .profile-notification .profile-notification-date p{color:#b2b2b2;line-height:74px}.emerald .profile-notification .profile-notification-body{padding-left:54px;position:relative}.emerald .profile-notification .profile-notification-body .user-avatar{position:absolute;top:17px;left:0}.emerald .profile-notification .profile-notification-body p{line-height:74px}.emerald .profile-notification .profile-notification-body p span{color:#2b373a;font-weight:700}.emerald .profile-notification .profile-notification-type{float:right}.emerald .profile-notification .profile-notification-type .type-icon{color:#888;font-size:18px;position:relative;top:28px}.emerald .profile-notification .profile-notification-type .type-icon.primary{color:#00d7b3}.emerald .profile-notification .profile-notification-type .type-icon.secondary{color:#1396e1}.emerald .profile-notification .profile-notification-type .type-icon.tertiary{color:#e61852}@media screen and (max-width:935px){.emerald .profile-notifications{width:570px;overflow:hidden}.emerald .profile-notifications .profile-notification:nth-child(2n+2){margin-right:0}.emerald .profile-notifications+.pager-wrap{text-align:center}.emerald .profile-notification{float:left;width:270px;height:170px;margin-right:30px}.emerald .profile-notification .profile-notification-date{margin-right:80px}.emerald .profile-notification .profile-notification-body .user-avatar{top:0}.emerald .profile-notification .profile-notification-body p{line-height:1.5em}.emerald .profile-notification .profile-notification-type{float:none}}@media screen and (max-width:630px){.emerald .profile-notifications{width:270px}.emerald .profile-notifications .profile-notification{margin-right:0}}.emerald .inbox-messages{border:1px solid #ebebeb;padding-bottom:36px;background-color:#fff}.emerald .inbox-messages .inbox-message{border:none;border-bottom:1px solid #ebebeb}.emerald .inbox-messages .pager-wrap{text-align:right}.emerald .inbox-messages .pager-wrap .pager{display:inline-block;margin:36px 30px 0 0}.emerald .inbox-messages-preview{border:1px solid #ebebeb;overflow:hidden}.emerald .inbox-messages-preview.full .inbox-message-preview{float:none;width:100%;height:auto}.emerald .inbox-messages-preview.full .inbox-message-preview-body{height:auto;overflow:hidden;border-bottom:none;padding-bottom:26px}.emerald .inbox-messages-preview.full .comment-list{padding:0;border:0}.emerald .inbox-messages-preview.full .comment-list .comment-wrap{padding:36px 30px 0 116px}.emerald .inbox-messages-preview.full .comment-list .comment-wrap.comment-reply{padding-top:56px}.emerald .inbox-messages-preview.full .comment-list .comment-wrap.comment-reply .user-avatar{top:66px}.emerald .inbox-messages-preview.full .comment-list .comment-wrap.comment-reply .comment-reply-form textarea{height:140px}.emerald .inbox-messages-preview.full .comment-list .user-avatar{left:28px}.emerald .inbox-messages-preview .inbox-messages,.emerald .inbox-messages-preview .inbox-message-preview{float:left;height:730px}.emerald .inbox-messages-preview .inbox-messages{width:41%;border:none;border-right:1px solid #ebebeb;padding-bottom:0;overflow-y:auto;overflow-x:hidden}.emerald .inbox-messages-preview .inbox-messages::-webkit-scrollbar{-webkit-appearance:none}.emerald .inbox-messages-preview .inbox-messages::-webkit-scrollbar:vertical{width:12px}.emerald .inbox-messages-preview .inbox-messages::-webkit-scrollbar-thumb{background-color:#ebebeb;border-radius:200px;border:4px solid #fff}.emerald .inbox-messages-preview .inbox-messages::-webkit-scrollbar-track{background-color:#fff}.emerald .inbox-messages-preview .inbox-message-preview{width:59%}.emerald .inbox-message-preview{background-color:#fff}.emerald .inbox-message-preview .inbox-message-preview-header{height:65px;border-bottom:1px solid #ebebeb;padding:0 24px}.emerald .inbox-message-preview .inbox-message-preview-header .text-header,.emerald .inbox-message-preview .inbox-message-preview-header .report{line-height:65px}.emerald .inbox-message-preview .inbox-message-preview-header .text-header{float:left;font-size:1.375em}.emerald .inbox-message-preview .inbox-message-preview-header .text-header img{position:relative;top:-1px;left:6px}.emerald .inbox-message-preview .inbox-message-preview-header .report{float:right;color:#b2b2b2;font-size:0.75em}.emerald .inbox-message-preview .inbox-message-preview-body{height:605px;padding-bottom:60px;border-bottom:1px solid #ebebeb;overflow-y:auto;overflow-x:hidden}.emerald .inbox-message-preview .inbox-message-preview-body::-webkit-scrollbar{-webkit-appearance:none}.emerald .inbox-message-preview .inbox-message-preview-body::-webkit-scrollbar:vertical{width:12px}.emerald .inbox-message-preview .inbox-message-preview-body::-webkit-scrollbar-thumb{background-color:#ebebeb;border-radius:200px;border:4px solid #fff}.emerald .inbox-message-preview .inbox-message-preview-body::-webkit-scrollbar-track{background-color:#fff}.emerald .inbox-message-preview .inbox-message-preview-body .message-preview{float:left;clear:both}.emerald .inbox-message-preview .inbox-message-preview-body .message-preview:nth-child(even){float:right;padding:42px 80px 0 40px}.emerald .inbox-message-preview .inbox-message-preview-body .message-preview:nth-child(even) .user-avatar{left:auto;right:24px}.emerald .inbox-message-preview .inbox-message-preview-body .message-preview:nth-child(even) p{text-align:right}.emerald .inbox-message-preview .inbox-reply-form{height:58px;padding:0 145px 0 10px;position:relative}.emerald .inbox-message-preview .inbox-reply-form input[type="text"]{height:100%;border:none}.emerald .inbox-message-preview .inbox-reply-form .button{position:absolute;top:15px;right:12px}.emerald .message-preview{max-width:540px;padding:42px 40px 0 80px;position:relative}.emerald .message-preview .user-avatar{position:absolute;top:40px;left:24px}.emerald .message-preview .text-header{margin-bottom:4px}.emerald .message-preview .timestamp{margin-bottom:10px}.emerald .inbox-message{height:65px;background-color:#fff;border:1px solid #ebebeb}.emerald .inbox-message.v2{height:112px;padding:0 54px 0 102px;position:relative}.emerald .inbox-message.v2 p{line-height:1em}.emerald .inbox-message.v2 .inbox-message-actions label{position:absolute;top:28px;left:14px;margin:0}.emerald .inbox-message.v2 .inbox-message-actions .starred{float:none;margin:0;position:absolute;top:68px;left:57px}.emerald .inbox-message.v2 .inbox-message-author{position:static;padding-left:0}.emerald .inbox-message.v2 .inbox-message-author .text-header{margin-top:20px}.emerald .inbox-message.v2 .inbox-message-author .text-header .message-icon{display:inline;position:relative;top:2px;left:10px}.emerald .inbox-message.v2 .inbox-message-author .user-avatar{top:22px;left:45px}.emerald .inbox-message.v2 .inbox-message-content{width:100%;max-height:40px;margin-top:12px}.emerald .inbox-message.v2 .inbox-message-content p{font-size:0.75em}.emerald .inbox-message.v2 .inbox-message-content .text-header,.emerald .inbox-message.v2 .inbox-message-content .description{max-width:100%;line-height:18px}.emerald .inbox-message.v2 .inbox-message-content .text-header{margin-right:8px}.emerald .inbox-message.v2 .inbox-message-date{margin:0;position:absolute;top:27px;right:28px}.emerald .inbox-message.v2 .inbox-message-date p{font-size:0.75em}.emerald .inbox-message.v2 .inbox-message-type{display:none}.emerald .inbox-message .inbox-message-actions,.emerald .inbox-message .inbox-message-author,.emerald .inbox-message .inbox-message-content,.emerald .inbox-message .inbox-message-date,.emerald .inbox-message .inbox-message-type{float:left}.emerald .inbox-message p{font-size:0.8125em;line-height:65px}.emerald .inbox-message .inbox-message-actions{padding-left:15px}.emerald .inbox-message .inbox-message-actions label{float:left;margin-top:19px}.emerald .inbox-message .inbox-message-actions .starred{float:left;width:16px;height:15px;margin:25px 25px 0 12px;position:relative;cursor:pointer}.emerald .inbox-message .inbox-message-actions .starred img[alt^="star"]{position:absolute;top:0;left:0}.emerald .inbox-message .inbox-message-actions .starred img[alt^="star"].visible{display:block}.emerald .inbox-message .inbox-message-actions .starred img[alt^="star"].hidden{display:none}.emerald .inbox-message .inbox-message-author{width:240px;padding-left:56px;position:relative}.emerald .inbox-message .inbox-message-author .text-header .message-icon{display:none}.emerald .inbox-message .inbox-message-author .user-avatar{position:absolute;top:12px;left:0}.emerald .inbox-message .inbox-message-content{width:45%}.emerald .inbox-message .inbox-message-content p{float:left}.emerald .inbox-message .inbox-message-content .text-header,.emerald .inbox-message .inbox-message-content .description{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.emerald .inbox-message .inbox-message-content .text-header{max-width:22%;margin-right:22px}.emerald .inbox-message .inbox-message-content .text-header.normal{color:#888;font-weight:600}.emerald .inbox-message .inbox-message-content .description{max-width:72%;color:#b2b2b2}.emerald .inbox-message .inbox-message-date,.emerald .inbox-message .inbox-message-type{float:right}.emerald .inbox-message .inbox-message-date{margin-right:42px}.emerald .inbox-message .inbox-message-type{width:58px;height:65px;position:relative}.emerald .inbox-message .message-icon{color:#888;font-size:18px;position:absolute;top:23px;left:0}.emerald .inbox-message .message-icon.primary{color:#00d7b3}.emerald .inbox-message .message-icon.secondary{color:#1cbdf9}.emerald .inbox-message .message-icon.tertiary{color:#e61852}.emerald .style-tool-bar{height:53px;padding:0 14px;border:1px solid #ebebeb;border-bottom:none;border-top-left-radius:4px;border-top-right-radius:4px;overflow:hidden;position:relative;top:2px}.emerald .style-tool-bar .text-header{float:left;margin-right:20px;font-size:0.8125em;line-height:53px}.emerald .style-tool-bar .style-tool-bar-options{float:left;margin-top:9px;overflow:hidden}.emerald .style-tool-bar .style-tool-bar-options li{float:left;border-right:1px solid #ebebeb}.emerald .style-tool-bar .style-tool-bar-options li:first-child{border-left:1px solid #ebebeb}.emerald .style-tool-bar .style-tool-bar-options li p{padding:0 14px;color:#b2b2b2;font-size:0.8125em;font-weight:700;line-height:32px;cursor:pointer;transition:all .3s ease}.emerald .style-tool-bar .style-tool-bar-options li p:hover{color:#2b373a}@media screen and (max-width:1260px){.emerald .inbox-messages-preview .inbox-messages,.emerald .inbox-messages-preview .inbox-message-preview{float:none;width:100%}.emerald .inbox-messages-preview .inbox-messages{height:223px;border-right:none}.emerald .inbox-messages-preview .inbox-messages .inbox-message:last-child{border-bottom:none}.emerald .inbox-messages-preview.full .inbox-message-preview .inbox-message-preview-header{border-top:none}.emerald .inbox-messages-preview .inbox-message-preview .inbox-message-preview-header{border-top:1px solid #ebebeb}.emerald .inbox-messages-preview .inbox-message-preview .inbox-message-preview-body{width:100%}.emerald .style-tool-bar{display:none}}@media screen and (max-width:935px){.emerald .form-popup.new-message{width:80%}}@media screen and (max-width:630px){.emerald .inbox-messages-preview.full .comment-list .comment-wrap{padding-left:66px}.emerald .inbox-messages-preview.full .comment-list .user-avatar{left:14px}}@media screen and (max-width:460px){.emerald .form-popup.new-message{width:95%}.emerald .inbox-message.v2{padding-left:50px}.emerald .inbox-message.v2 .inbox-message-actions label{top:40px}.emerald .inbox-message.v2 .inbox-message-actions .starred{top:76px;left:15px}.emerald .inbox-message.v2 .inbox-message-author .text-header .message-icon{position:absolute;top:16px;left:14px}.emerald .inbox-message.v2 .inbox-message-author .user-avatar{display:none}.emerald .inbox-message.v2 .inbox-message-date{top:21px;right:14px}.emerald .inbox-messages-preview.full .inbox-message-preview .inbox-message-preview-body{height:auto}.emerald .inbox-messages-preview .inbox-message-preview .inbox-message-preview-header{height:auto;padding-top:20px;padding-bottom:20px}.emerald .inbox-messages-preview .inbox-message-preview .inbox-message-preview-header .text-header,.emerald .inbox-messages-preview .inbox-message-preview .inbox-message-preview-header .report{float:none;line-height:1.5em}.emerald .inbox-messages-preview .inbox-message-preview .inbox-message-preview-header .report{margin-top:10px}.emerald .inbox-messages-preview .inbox-message-preview .inbox-message-preview-body{height:566px}.emerald .inbox-messages-preview .inbox-message-preview .inbox-message-preview-body .message-preview:nth-child(even){padding-right:24px}.emerald .message-preview{padding-left:24px}.emerald .message-preview .user-avatar{display:none}}.emerald .purchases-list{border:1px solid #ebebeb;background-color:#fff;padding-bottom:36px;overflow:hidden}.emerald .purchases-list .pager-wrap{float:right;margin:36px 30px 0 0}.emerald .purchases-list-header{height:50px;border-bottom:1px solid #ebebeb;overflow:hidden}.emerald .purchases-list-header>*{float:left}.emerald .purchases-list-header .text-header{line-height:50px}.emerald .purchases-list-header .purchases-list-header-price .text-header,.emerald .purchases-list-header .purchases-list-header-download .text-header,.emerald .purchases-list-header .purchases-list-header-recommend .text-header{text-align:center}.emerald .purchases-list-header-date,.emerald .purchase-item-date{width:11.9%;padding-left:24px}.emerald .purchases-list-header-details,.emerald .purchase-item-details{width:33.6%}.emerald .purchases-list-header-info,.emerald .purchase-item-info{width:14.5%}.emerald .purchases-list-header-price,.emerald .purchase-item-price{width:11%}.emerald .purchases-list-header-download,.emerald .purchase-item-download{width:14.1%}.emerald .purchases-list-header-recommend,.emerald .purchase-item-recommend{width:14.9%}.emerald .purchase-item{height:120px;border-bottom:1px solid #ebebeb;overflow:hidden}.emerald .purchase-item>*{float:left}.emerald .purchase-item-date p{font-size:0.75em;line-height:120px}.emerald .purchase-item-details{padding-top:24px}.emerald .purchase-item-details .item-preview .description{width:180px}.emerald .purchase-item-info{padding-top:24px}.emerald .purchase-item-info p{font-size:0.75em;line-height:1em;margin-bottom:6px}.emerald .purchase-item-price{padding-top:44px}.emerald .purchase-item-price .price{text-align:center}.emerald .purchase-item-download{padding-top:40px}.emerald .purchase-item-download .button{margin:0 auto}.emerald .purchase-item-recommend{padding-top:34px;text-align:center}.emerald .purchase-item-recommend .recommendation-wrap{display:inline-block;margin-bottom:12px}.emerald .purchase-item-recommend .recommendation-wrap .recommendation:first-child{margin-right:16px}.emerald .purchase-item-recommend .text-header{font-size:0.6875em}.emerald .recommendation-wrap{text-align:center}.emerald .recommendation-wrap .recommendation-item{display:inline-block;margin:0 100px 34px 0}.emerald .recommendation-wrap .recommendation-item:last-child{margin-right:0}@media screen and (max-width:1260px){.emerald .purchases-list-header-date,.emerald .purchase-item-date{width:14.9%}.emerald .purchases-list-header-details,.emerald .purchase-item-details{width:35.1%}.emerald .purchases-list-header-info,.emerald .purchase-item-info{display:none}.emerald .purchases-list-header-price,.emerald .purchase-item-price{width:11%}.emerald .purchases-list-header-download,.emerald .purchase-item-download{width:19.1%}.emerald .purchases-list-header-recommend,.emerald .purchase-item-recommend{width:19.9%}}@media screen and (max-width:935px){.emerald .purchase-item-details .item-preview{padding-left:0}.emerald .purchase-item-details .item-preview .product-preview-image{display:none}.emerald .purchases-list-header-date,.emerald .purchase-item-date{width:22%}.emerald .purchases-list-header-details,.emerald .purchase-item-details{width:30%}.emerald .purchases-list-header-price,.emerald .purchase-item-price{display:none}.emerald .purchases-list-header-download,.emerald .purchase-item-download{width:24%}.emerald .purchases-list-header-recommend,.emerald .purchase-item-recommend{width:24%}}@media screen and (max-width:630px){.emerald .purchases-list .pager-wrap{float:none;margin-right:0;text-align:center}.emerald .purchases-list .pager-wrap .pager{display:inline-block}.emerald .purchases-list-header-date,.emerald .purchases-list-header-download,.emerald .purchases-list-header-recommend{display:none}.emerald .purchases-list-header-details{width:100%;text-align:center}.emerald .purchase-item{height:auto;padding:24px 0}.emerald .purchase-item>*{float:none;width:100%}.emerald .purchase-item .purchase-item-date{padding:0 0 10px}.emerald .purchase-item .purchase-item-date p{text-align:center;line-height:1em}.emerald .purchase-item .purchase-item-details{padding-top:0}.emerald .purchase-item .purchase-item-details .item-preview{text-align:center}.emerald .purchase-item .purchase-item-details .item-preview .description{margin:0 auto}.emerald .purchase-item .purchase-item-download{padding-top:16px}.emerald .purchase-item .purchase-item-recommend{padding-top:18px}.emerald .recommendation-wrap .recommendation-item{margin-right:20px}.emerald .recommendation-wrap .recommendation-item:last-child{margin-right:0}}.emerald .pack-boxes{overflow:hidden;margin:0 auto 26px}.emerald .pack-boxes .pack-box{float:left;margin-right:20px}.emerald .pack-boxes .pack-box:nth-child(5n+5){margin-right:0}.emerald .pack-box{width:218px;height:218px;padding-top:24px;border:1px solid #ebebeb;background-color:#fff;position:relative}.emerald .pack-box p{text-align:center}.emerald .pack-box .pin{top:12px;left:-6px}.emerald .pack-box .text-header{margin-bottom:32px}.emerald .pack-box .price{line-height:24px;margin-bottom:18px;right:10px}.emerald .pack-box .price span{top:-5px;left:-7px}.emerald .pack-box .credit{font-size:0.8125em}.emerald .pack-box .button{margin:28px auto 0}@media screen and (max-width:1510px){.emerald .pack-boxes{width:944px;padding-left:6px;margin-bottom:6px}.emerald .pack-boxes .pack-box{margin-bottom:20px}.emerald .pack-boxes .pack-box:nth-child(5n+5){margin-right:20px}.emerald .pack-boxes .pack-box:nth-child(4n+4){margin-right:0}}@media screen and (max-width:1260px){.emerald .pack-boxes{width:706px}.emerald .pack-boxes .pack-box:nth-child(4n+4){margin-right:20px}.emerald .pack-boxes .pack-box:nth-child(3n+3){margin-right:0}}@media screen and (max-width:935px){.emerald .pack-boxes{width:468px}.emerald .pack-boxes .pack-box:nth-child(3n+3){margin-right:20px}.emerald .pack-boxes .pack-box:nth-child(2n+2){margin-right:0}}@media screen and (max-width:630px){.emerald .pack-boxes{width:230px}.emerald .pack-boxes .pack-box{margin-right:0}.emerald .pack-boxes .pack-box:nth-child(3n+3){margin-right:0}}.emerald .statement-form>label{float:left;margin:0 6px;line-height:32px}.emerald .datepicker-wrap{float:left;position:relative}.emerald .datepicker-wrap .icon-calendar{color:#b2b2b2;position:absolute;top:8px;right:8px;pointer-events:none}.emerald .sale-data{border:1px solid #ebebeb;overflow:hidden;margin-bottom:26px}.emerald .sale-data .sale-data-item{float:left;width:25%;border-right:1px solid #ebebeb}.emerald .sale-data .sale-data-item:last-child{border-right:none}.emerald .sale-data-item{height:130px;padding:65px 0 0 25px;background-color:#fff;position:relative}.emerald .sale-data-item p{font-size:0.8125em;line-height:1em}.emerald .sale-data-item .sl-icon{color:#00d7b3;font-size:30px;position:absolute;top:20px;left:23px}.emerald .sale-data-item .text-header.big,.emerald .sale-data-item .price.big{float:left;margin-right:12px}.emerald .sale-data-item .price span{font-size:0.61111em;top:-5px;left:-4px}.emerald .sale-data-item .sale-data-item-info{margin-top:5px}.emerald .sale-data-item .sale-data-item-info .text-header{margin-bottom:2px}.emerald .transaction-list{padding-bottom:36px;border:1px solid #ebebeb;background-color:#fff;overflow:hidden}.emerald .transaction-list .transaction-list-item{border-bottom:1px solid #ebebeb}.emerald .transaction-list .pager-wrap{float:right;margin:36px 32px 0 0}.emerald .transaction-list-header{height:50px;border-bottom:1px solid #ebebeb;overflow:hidden}.emerald .transaction-list-header>*{float:left}.emerald .transaction-list-header .text-header{line-height:50px}.emerald .transaction-list-header-date,.emerald .transaction-list-item-date{width:14.5%;padding-left:24px}.emerald .transaction-list-header-author,.emerald .transaction-list-item-author{width:17.25%}.emerald .transaction-list-header-item,.emerald .transaction-list-item-item{width:22.55%}.emerald .transaction-list-header-detail,.emerald .transaction-list-item-detail{width:10.75%}.emerald .transaction-list-header-code,.emerald .transaction-list-item-code{width:7.7%}.emerald .transaction-list-header-price,.emerald .transaction-list-item-price{width:7.5%}.emerald .transaction-list-header-cut,.emerald .transaction-list-item-cut{width:8.55%}.emerald .transaction-list-header-earnings,.emerald .transaction-list-item-earnings{width:8.2%}.emerald .transaction-list-header-icon,.emerald .transaction-list-item-icon{width:3%}.emerald .transaction-list-header-price p,.emerald .transaction-list-header-price .text-header,.emerald .transaction-list-item-price p,.emerald .transaction-list-item-price .text-header,.emerald .transaction-list-header-cut p,.emerald .transaction-list-header-cut .text-header,.emerald .transaction-list-item-cut p,.emerald .transaction-list-item-cut .text-header,.emerald .transaction-list-header-earnings p,.emerald .transaction-list-header-earnings .text-header,.emerald .transaction-list-item-earnings p,.emerald .transaction-list-item-earnings .text-header{text-align:center}.emerald .transaction-list-item{height:50px}.emerald .transaction-list-item>*{float:left}.emerald .transaction-list-item p{font-size:0.8125em;line-height:50px}.emerald .transaction-list-item .transaction-list-item-icon{padding-top:18px}.emerald .transaction-icon{width:13px;height:13px;border-radius:50%;background-color:#b2b2b2;position:relative}.emerald .transaction-icon.primary{background-color:#00d7b3}.emerald .transaction-icon.secondary{background-color:#1cbdf9}.emerald .transaction-icon.tertiary{background-color:#e61852}.emerald .transaction-icon .svg-plus,.emerald .transaction-icon .svg-minus{fill:#fff;width:5px;height:5px;position:absolute;top:4px;left:4px}@media screen and (max-width:1260px){.emerald .sale-data{width:100%;margin:0 auto 26px;border-right:none}.emerald .sale-data .sale-data-item{width:50%}.emerald .sale-data .sale-data-item:nth-child(3n+3){clear:left}.emerald .sale-data .sale-data-item:last-child{border-right:1px solid #ebebeb}.emerald .transaction-list-header-item,.emerald .transaction-list-item-item{width:31.1%}.emerald .transaction-list-header-cut,.emerald .transaction-list-item-cut{display:none}}@media screen and (max-width:935px){.emerald .transaction-list-header-date,.emerald .transaction-list-item-date{width:23%}.emerald .transaction-list-header-author,.emerald .transaction-list-item-author{width:25%}.emerald .transaction-list-header-item,.emerald .transaction-list-item-item{width:36%}.emerald .transaction-list-header-detail,.emerald .transaction-list-item-detail{display:none}.emerald .transaction-list-header-code,.emerald .transaction-list-item-code{display:none}.emerald .transaction-list-header-price,.emerald .transaction-list-item-price{display:none}.emerald .transaction-list-header-earnings,.emerald .transaction-list-item-earnings{width:12%}.emerald .transaction-list-header-icon,.emerald .transaction-list-item-icon{width:4%}}@media screen and (max-width:630px){.emerald .sale-data{border-bottom:none}.emerald .sale-data .sale-data-item{width:100%;border-bottom:1px solid #ebebeb}.emerald .transaction-list{padding:0 24px 36px}.emerald .transaction-list-item{height:auto;padding:20px 24px}.emerald .transaction-list-item>*{float:none;width:100%}.emerald .transaction-list-item p,.emerald .transaction-list-item .text-header{line-height:1em;text-align:left;margin-bottom:6px}.emerald .transaction-list-item .transaction-list-item-date,.emerald .transaction-list-item .transaction-list-item-icon{padding:0}.emerald .transaction-list-header-date,.emerald .transaction-list-header-author,.emerald .transaction-list-header-earnings,.emerald .transaction-list-header-icon{display:none}.emerald .transaction-list-header-item{width:100%}.emerald .transaction-list-header-item .text-header{text-align:center}.emerald .transaction-list-item-detail,.emerald .transaction-list-item-code,.emerald .transaction-list-item-price{display:block}}.emerald .graph-stats-list{margin:0 auto 26px;overflow:hidden}.emerald .graph-stats-list .graph-stats-list-item{float:left}.emerald .graph-stats-list .graph-stats-list-item:last-child{margin-right:0}.emerald .graph-stats-list-item{width:23%;height:170px;margin-right:2.66666666%;padding:18px 22px 0;border:1px solid #ebebeb;background-position:center}.emerald .graph-stats-list-item p,.emerald .graph-stats-list-item .text-header{color:#fff}.emerald .graph-stats-list-item h2{font-size:2.625em;margin-bottom:2px}.emerald .graph-stats-list-item p{font-size:0.8125em}.emerald .graph-stats-list-item .text-header{font-size:1em}.emerald .graph-stats-list-item.green{background-color:#00d7b3}.emerald .graph-stats-list-item.blue{background-color:#108fe9}.emerald .graph-stats-list-item.violet{background-color:#7c5ac2}.emerald .graph-stats-list-item.red{background-color:#ea2e68}.emerald .graph-stats-list-item.bars{background-image:url("../images/dashboard/graphs/bars.png")}.emerald .graph-stats-list-item.line{background-image:url("../images/dashboard/graphs/line.png")}.emerald .graph-stats-list-item.step{background-image:url("../images/dashboard/graphs/step.png")}.emerald .graph-stats-list-item.curve{background-image:url("../images/dashboard/graphs/curve.png")}.emerald .form-box-item .chart-filters{position:absolute;top:26px;right:24px}.emerald .chart-filters{overflow:hidden}.emerald .chart-filters .chart-filter{float:left;margin-right:30px;cursor:pointer}.emerald .chart-filters .chart-filter:last-child{margin-right:0}.emerald .chart-filter p{float:left;margin-top:4px;font-size:0.6875em;line-height:1em}.emerald .chart-filter .sl-icon{float:left;margin-right:8px;color:#b2b2b2}.emerald .chart-filter .sl-icon.primary{color:#00d7b3}.emerald .chart-filter .sl-icon.secondary{color:#1cbdf9}.emerald .chart-filter .sl-icon.tertiary{color:#e61852}.emerald .chart-filter form{position:relative;top:-4px}.emerald .chart-filter form .select-block select{height:26px;border:none;padding:0 26px 0 12px;color:#2b373a;font-size:12px;font-weight:700;line-height:26px}.emerald .chart-filter form .select-block .svg-arrow{top:8px;right:5px}.emerald .chart-filter .chart-legend{margin-top:2px}.emerald .chart-filter .chart-legend-item p{font-size:0.6875em;margin-top:0}.emerald .form-box-addon{border:1px solid #ebebeb;border-top:none;padding:32px 0 32px 48px;background-color:#fff;position:relative;top:-26px;overflow:hidden}.emerald .form-box-addon .chart-wrap{float:left;margin-right:6.8%;overflow:hidden}.emerald .form-box-addon .chart-legend{margin-top:26px}.emerald .form-box-addon .chart-meta{margin-top:4px}.emerald .main-activity-pie-chart-wrap{float:left;width:100px;height:100px;margin-right:20px}.emerald .colors-pie-chart-wrap{width:176px;height:176px;margin:0 auto 30px;position:relative}.emerald .colors-pie-chart-wrap .chart-description{width:100%;text-align:center;position:absolute;top:68px}.emerald .colors-pie-chart-wrap .chart-description .text-header:first-child{font-size:1.75em;margin-bottom:6px}.emerald .colors-pie-chart-wrap .chart-description .text-header:last-child{font-size:0.8125em}.emerald .bounce-pie-chart{width:200px;height:200px;padding-top:56px;position:absolute;top:0;left:50%;margin-left:-100px}.emerald .bounce-pie-chart p{font-size:0.6875em;text-align:center}.emerald .bounce-pie-chart .text-header.big{font-size:3em;margin-bottom:10px}.emerald .bounce-pie-chart .text-header.small{font-size:0.8125em;margin-bottom:2px}.emerald .chart-legend{float:left}.emerald .chart-legend.full{float:none;width:100%}.emerald .chart-legend.full .chart-legend-item{margin-bottom:16px}.emerald .chart-legend.inline{float:none;display:inline-block;overflow:hidden}.emerald .chart-legend.inline .chart-legend-item{float:left;margin:0 20px 0 0}.emerald .chart-legend.inline .chart-legend-item:last-child{margin-right:0}.emerald .chart-legend .chart-legend-item{margin-bottom:22px}.emerald .chart-legend .chart-legend-item:last-child{margin-bottom:0}.emerald .chart-legend-item{padding-left:22px;position:relative;overflow:hidden}.emerald .chart-legend-item .chart-legend-item-color{width:14px;height:14px;border-radius:50%;position:absolute;top:0;left:0}.emerald .chart-legend-item .chart-legend-item-color.lightgreen{background-color:#03f1b6}.emerald .chart-legend-item .chart-legend-item-color.blue{background-color:#108fe9}.emerald .chart-legend-item .chart-legend-item-color.violet{background-color:#7c5ac2}.emerald .chart-legend-item .chart-legend-item-color.red{background-color:#ea2e68}.emerald .chart-legend-item .chart-legend-item-color.yellow{background-color:#ffdc1b}.emerald .chart-legend-item p{float:left;font-size:0.75em;line-height:15px}.emerald .chart-legend-item .text-header{float:right}.emerald .chart-meta{overflow:hidden}.emerald .chart-meta .chart-meta-item{float:left;margin-right:8%}.emerald .chart-meta .chart-meta-item:last-child{margin-right:0}.emerald .chart-meta-item .price:first-child,.emerald .chart-meta-item .text-header:first-child{font-size:2.625em}.emerald .chart-meta-item .price:first-child>span,.emerald .chart-meta-item .text-header:first-child>span{font-size:0.57143em;margin-right:5px;top:-6px}.emerald .chart-meta-item .price:first-child{margin-bottom:10px}.emerald .chart-meta-item .text-header:first-child{margin-bottom:18px}.emerald .chart-meta-item .text-header,.emerald .chart-meta-item p{text-align:center}.emerald .chart-meta-item .text-header:last-child,.emerald .chart-meta-item p:last-child{margin-top:2px;font-size:0.75em}.emerald .plain-text-box .plain-text-box-item{margin-bottom:20px}.emerald .plain-text-box .plain-text-box-item:last-child{margin-bottom:0}.emerald .plain-text-box .plain-text-box-item p{margin-bottom:20px;font-size:0.8125em;line-height:20px}.emerald .plain-text-box .plain-text-box-item p:last-child{margin-bottom:0}.emerald .plain-text-box .plain-text-box-item .text-header{margin-bottom:0}.emerald .pg-bar-list .pg-bar-list-item{margin-bottom:12px}.emerald .pg-bar-list .pg-bar-list-item:last-child{margin-bottom:0}.emerald .pg-bar-list-item .pg-bar-list-item-info{overflow:hidden}.emerald .pg-bar-list-item .pg-bar-list-item-info p{font-size:0.8125em}.emerald .pg-bar-list-item .pg-bar-list-item-info .text-header:first-child{float:left}.emerald .pg-bar-list-item .pg-bar-list-item-info .text-header:nth-child(2){float:right}.emerald .pg-bar-list-item .pg-bar-list-item-info .timestamp{clear:both;color:#888}.emerald .recent-activity .recent-activity-item{border-bottom:1px solid #ebebeb}.emerald .recent-activity .recent-activity-item:last-child{border-bottom:0}.emerald .recent-activity-item{height:60px;padding-left:54px;position:relative;overflow:hidden}.emerald .recent-activity-item p{font-size:0.8125em;line-height:60px}.emerald .recent-activity-item .sl-icon{color:#888;font-size:18px;position:absolute;top:20px;left:6px}.emerald .recent-activity-item img[alt="close-icon"]{cursor:pointer;position:absolute;top:26px;right:7px}.emerald .recent-activity-item-timestamp,.emerald .recent-activity-item-info{float:left}.emerald .recent-activity-item-timestamp{width:15%}.emerald .recent-activity-item-timestamp p{color:#b2b2b2}.emerald .recent-activity-item-info{width:85%;padding-left:32px;position:relative}.emerald .recent-activity-item-info .user-avatar{position:absolute;top:18px;left:0}.emerald .popular-items .popular-item{border-bottom:1px solid #ebebeb}.emerald .popular-items .popular-item:last-child{border-bottom:none}.emerald .popular-item{height:70px;padding:20px 20px 0 46px;overflow:hidden;position:relative}.emerald .popular-item .popular-item-info{float:left}.emerald .popular-item .popular-item-info .product-preview-image{position:absolute;top:18px;left:0}.emerald .popular-item .popular-item-info .text-header{margin-bottom:4px}.emerald .popular-item .popular-item-meta{float:right}.emerald .popular-item .popular-item-meta .metadata{margin-top:4px}.emerald .pie-chart-list{width:520px;margin:0 auto;overflow:hidden}.emerald .pie-chart-list .pie-chart-item{float:left;margin:0 40px 16px 0}.emerald .pie-chart-list .pie-chart-item:nth-child(4n+4){margin-right:0}.emerald .pie-chart-item{width:100px;position:relative}.emerald .pie-chart-item .country-chart{width:100px;height:100px;margin:0 auto 8px}.emerald .pie-chart-item p{text-align:center}.emerald .pie-chart-item p:last-child{font-size:0.625em}.emerald .pie-chart-item img[alt="country-image"]{position:absolute;top:20px;left:50%;margin-left:-30px}.emerald .text-icons{overflow:hidden}.emerald .text-icons .text-icon{float:left;width:146px;margin:0 30px 40px 0;padding-top:0}.emerald .text-icons .text-icon:nth-child(3n+3){margin-right:0}.emerald .text-icons .text-icon .text-header{margin-bottom:2px}.emerald .text-icons .text-icon p:last-child{font-size:0.75em}.emerald .text-icon{padding:4px 0 0 56px;position:relative}.emerald .text-icon.light p:last-child{opacity:.5}.emerald .text-icon .ticon{width:42px;height:42px;border-radius:50%;position:absolute;top:0;left:0}.emerald .text-icon .ticon .sl-icon{color:#fff;font-size:18px;position:absolute;top:12px;left:12px}.emerald .text-icon .ticon .sl-icon.icon-cup{left:14px}.emerald .text-icon .ticon.green{background-color:#00d7b3}.emerald .text-icon .ticon.blue{background-color:#38a9ff}.emerald .text-icon .ticon.red{background-color:#ea2e68}.emerald .text-icon .ticon.violet{background-color:#7c5ac2}.emerald .text-icon .text-header{margin-bottom:10px}.emerald .text-icon p:last-child{font-size:0.8125em;line-height:20px}.emerald .slider-wrap{text-align:center}.emerald .numbers-slider .numbers-slider-item p{line-height:1em;text-align:center}.emerald .numbers-slider .numbers-slider-item p:last-child{font-size:0.8125em;margin-top:6px}.emerald .numbers-slider .numbers-slider-item .text-header.big{font-size:4.5em;margin-bottom:34px}.emerald .slider-pager{display:inline-block;margin-top:40px;overflow:hidden}.emerald .slider-pager>a{float:left;width:10px;height:10px;border-radius:50%;background-color:#eff0f4;margin-right:8px}.emerald .slider-pager>a:last-child{margin-right:0}.emerald .slider-pager>a.active{background-color:#00d7b3}@media screen and (max-width:1500px){.emerald .form-box-item.has-chart-filter-simple .chart-filters{right:auto;top:60px;left:24px}.emerald .form-box-item.has-chart-filter-simple h4{margin-bottom:54px}.emerald .popular-item{padding-right:0}.emerald .pie-chart-list{width:380px}.emerald .pie-chart-list .pie-chart-item:nth-child(4n+4){margin-right:40px}.emerald .pie-chart-list .pie-chart-item:nth-child(3n+3){margin-right:0}.emerald .text-icons{width:322px}.emerald .text-icons .text-icon:nth-child(3n+3){margin-right:30px}.emerald .text-icons .text-icon:nth-child(2n+2){margin-right:0}}@media screen and (max-width:1350px){.emerald .form-box-item.has-chart-filter-simple .chart-filters{top:26px;right:24px;left:auto}.emerald .form-box-item.has-chart-filter-simple h4{margin-bottom:22px}.emerald .pie-chart-list{width:520px}.emerald .pie-chart-list .pie-chart-item:nth-child(3n+3){margin-right:40px}.emerald .pie-chart-list .pie-chart-item:nth-child(4n+4){margin-right:0}.emerald .text-icons{width:520px}.emerald .text-icons .text-icon:nth-child(2n+2){margin-right:30px}.emerald .text-icons .text-icon:nth-child(3n+3){margin-right:0}}@media screen and (max-width:1260px){.emerald .form-box-addon{padding-left:0;text-align:center}.emerald .form-box-addon .chart-wrap{float:none;display:inline-block;margin:0 0 30px 0}.emerald .form-box-addon .chart-meta-wrap{text-align:center}.emerald .form-box-addon .chart-meta-wrap .chart-meta{display:inline-block}.emerald .form-box-addon .chart-meta-wrap .chart-meta .chart-meta-item{margin-right:50px}.emerald .form-box-addon .chart-meta-wrap .chart-meta .chart-meta-item:last-child{margin-right:0}.emerald .chart-legend.full{width:222px;margin-left:auto;margin-right:auto}}@media screen and (max-width:935px){.emerald .graph-stats-list{width:570px;margin-bottom:0}.emerald .graph-stats-list .graph-stats-list-item{margin-bottom:26px}.emerald .graph-stats-list .graph-stats-list-item:nth-child(2n+2){margin-right:0}.emerald .graph-stats-list-item{width:270px;margin-right:30px}.emerald .form-box-item.has-chart-filter h4{margin-bottom:54px}.emerald .form-box-item.has-chart-filter .chart-filters{right:auto;top:60px;left:24px}.emerald .form-box-addon .chart-meta-wrap .chart-meta .chart-meta-item{margin-bottom:30px}.emerald .form-box-addon .chart-meta-wrap .chart-meta .chart-meta-item:nth-child(2n+2){margin-right:0}.emerald .form-box-addon .chart-meta-wrap .chart-meta .chart-meta-item:nth-child(3n+3){clear:left}.emerald .form-box-addon .chart-meta-wrap .chart-meta .chart-meta-item:last-child{clear:left;margin-left:40px}.emerald .recent-activity{width:510px;margin:30px auto;overflow:hidden}.emerald .recent-activity .recent-activity-item{float:left;width:240px;height:auto;border:1px solid #ebebeb;margin:0 30px 30px 0;padding:44px 24px 30px}.emerald .recent-activity .recent-activity-item:nth-child(2n+2){margin-right:0}.emerald .recent-activity .recent-activity-item:last-child{border-bottom:1px solid #ebebeb}.emerald .recent-activity .recent-activity-item p{line-height:1em}.emerald .recent-activity .recent-activity-item .sl-icon{top:12px;left:12px}.emerald .recent-activity .recent-activity-item .recent-activity-item-timestamp,.emerald .recent-activity .recent-activity-item .recent-activity-item-info{width:100%}.emerald .recent-activity .recent-activity-item .recent-activity-item-timestamp p{position:absolute;top:16px;left:36px}.emerald .recent-activity .recent-activity-item .recent-activity-item-info p{line-height:20px}.emerald .recent-activity .recent-activity-item .recent-activity-item-info .user-avatar{top:6px;left:-10px}.emerald .recent-activity .recent-activity-item img[alt="close-icon"]{top:14px;right:10px}}@media screen and (max-width:630px){.emerald .graph-stats-list{width:270px}.emerald .graph-stats-list .graph-stats-list-item{margin-right:0}.emerald .form-box-item.has-chart-filter .chart-filters .chart-filter{margin-right:5px}.emerald .form-box-item.has-chart-filter .chart-filters .chart-filter p,.emerald .form-box-item.has-chart-filter .chart-filters .chart-filter .text-header{display:none}.emerald .form-box-item.has-chart-filter .chart-filters .chart-filter .chart-legend-item p{display:block}.emerald .recent-activity{width:240px}.emerald .recent-activity .recent-activity-item{float:none;margin-right:0}.emerald .popular-item{height:auto;padding-bottom:20px}.emerald .popular-item .popular-item-info,.emerald .popular-item .popular-item-meta{float:none}.emerald .pie-chart-list{width:240px}.emerald .pie-chart-list .pie-chart-item:nth-child(2n+2){margin-right:0}.emerald .text-icons{width:322px}.emerald .text-icons .text-icon:nth-child(3n+3){margin-right:30px}.emerald .text-icons .text-icon:nth-child(2n+2){margin-right:0}}@media screen and (max-width:460px){.emerald .form-box-addon .chart-meta-wrap .chart-meta .chart-meta-item{float:none;margin-right:0}.emerald .form-box-addon .chart-meta-wrap .chart-meta .chart-meta-item:last-child{margin-left:0}.emerald .form-box-item.has-chart-filter-full .chart-filters{right:auto;top:60px;left:24px}.emerald .form-box-item.has-chart-filter-full h4{margin-bottom:54px}.emerald .pie-chart-list{width:100px}.emerald .pie-chart-list .pie-chart-item{margin-right:0}.emerald .text-icons{width:146px}.emerald .text-icons .text-icon{margin-right:0}.emerald .text-icons .text-icon:nth-child(3n+3){margin-right:0}}.emerald .upload-file{overflow:hidden;margin-bottom:34px}.emerald .upload-file.multiupload .upload-file-actions .button{visibility:hidden}.emerald .upload-file p{font-size:0.8125em}.emerald .upload-file .upload-file-actions{float:left;width:50%}.emerald .upload-file .upload-file-actions .button{float:left;width:120px;margin-right:25px}.emerald .upload-file .upload-file-actions p{float:left;line-height:30px}.emerald .upload-file .upload-file-progress{float:right;width:342px}.emerald .upload-file .upload-file-progress .upload-bar,.emerald .upload-file .upload-file-progress .text-header{float:left}.emerald .upload-file .upload-file-progress .upload-bar{width:240px;top:1px}.emerald .upload-file .upload-file-progress .text-header{margin-left:16px;line-height:30px}.emerald .upload-file .upload-file-progress .button{float:right;width:30px}@media screen and (max-width:935px){.emerald .upload-file .upload-file-actions,.emerald .upload-file .upload-file-progress{float:none;width:100%;overflow:hidden}.emerald .upload-file .upload-file-progress{margin-top:20px}.emerald .upload-file .upload-file-progress .button{float:none;clear:left}}@media screen and (max-width:460px){.emerald .upload-file .upload-file-progress .upload-bar{width:100%}.emerald .upload-file .upload-file-progress .text-header{float:none;line-height:1em;margin:0;text-align:center}}.emerald .product-settings{width:30px;height:30px;border-radius:2px;background-color:#2b373a;position:absolute;top:9px;right:7px;z-index:9000;cursor:pointer;transition:all .3s ease}.emerald .product-settings.primary:hover,.emerald .product-settings.primary.active{background-color:#00d7b3}.emerald .product-settings.secondary:hover,.emerald .product-settings.secondary.active{background-color:#1cbdf9}.emerald .product-settings.tertiary:hover,.emerald .product-settings.tertiary.active{background-color:#e61852}.emerald .product-settings .sl-icon{color:#fff;font-size:17px;position:relative;top:6px;left:6px}.emerald .product-settings+.dropdown{box-shadow:0px 0px 16px 0px rgba(1, 2, 0, 0.2);top:54px;right:-8px}.emerald .product-settings+.dropdown .dp-triangle{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff;position:absolute;top:-8px;right:22px}@media screen and (max-width:1505px){.emerald .dashboard-content .column4-wrap{width:870px}.emerald .dashboard-content .column4-wrap .column:nth-child(4n+4){margin-right:30px}.emerald .dashboard-content .column4-wrap .column:nth-child(3n+3){margin-right:0}}@media screen and (max-width:935px){.emerald .dashboard-content .column4-wrap{width:570px}.emerald .dashboard-content .column4-wrap .column{margin-bottom:60px}.emerald .dashboard-content .column4-wrap .column:nth-child(3n+3){margin-right:30px}.emerald .dashboard-content .column4-wrap .column:nth-child(2n+2){margin-right:0}}@media screen and (max-width:630px){.emerald .dashboard-content .column4-wrap{width:270px}.emerald .dashboard-content .column4-wrap .column{margin-right:0}}.emerald .withdraw-history .transaction-history{position:relative;top:-22px}.emerald .transaction-history .transaction-history-item{border-bottom:1px solid #ebebeb}.emerald .transaction-history .transaction-history-item:last-child{border-bottom:none}.emerald .transaction-history-item{height:50px;background-color:#fff;overflow:hidden}.emerald .transaction-history-item p,.emerald .transaction-history-item .text-header{font-size:0.8125em;line-height:50px}.emerald .transaction-history-item>*{float:left}.emerald .transaction-history-item-date{width:23.3%}.emerald .transaction-history-item-mail{width:48%}.emerald .transaction-history-item-amount{width:17.2%}.emerald .transaction-history-item-status{width:11.5%}.emerald .transaction-history-item-status p{text-align:right}@media screen and (max-width:630px){.emerald .transaction-history-item{height:auto;padding:20px 24px 14px}.emerald .transaction-history-item p,.emerald .transaction-history-item .text-header{line-height:1em;margin-bottom:6px}.emerald .transaction-history-item>*{float:none;width:100%}.emerald .transaction-history-item-status p{text-align:left}}.alert-boxes-preview{overflow:hidden}.alert-boxes-preview .alert-boxes-preview-description{float:left;width:38%}.alert-boxes-preview .alert-boxes-preview-description p{font-size:0.8125em;line-height:20px;margin-bottom:20px}.alert-boxes-preview .alert-boxes-preview-description p:last-child{margin-bottom:0}.alert-boxes-preview .alert-boxes-preview-description .text-header{font-size:0.875em;line-height:1em}.alert-boxes-preview .alert-boxes-preview-links{float:right;width:55%}.alert-boxes-preview .alert-boxes-preview-links .button{float:left;width:48%;margin-bottom:20px}.alert-boxes-preview .alert-boxes-preview-links .button:nth-child(2n+2){float:right}.alert-box{width:300px;padding:34px 24px 26px;border:1px solid #ebebeb;background-color:#fff;box-shadow:0px 0px 16px 0px rgba(1, 2, 0, 0.2);position:relative}.alert-box p{font-size:0.8125em;line-height:20px}.alert-box .text-header{font-size:1em;line-height:1em}.alert-box img[alt="close-icon"]{position:absolute;top:10px;right:12px;opacity:.5;cursor:pointer}.alert-box img[alt="close-icon"]:hover{opacity:1}.alert-box.survey{padding-top:60px}.alert-box.survey p{text-align:center}.alert-box.survey .survey-img{width:66px;height:66px;position:absolute;top:-33px;left:50%;margin-left:-33px}.alert-box.survey .survey-img img{border-radius:50%}.alert-box.survey .text-header{margin-bottom:20px}.alert-box.survey .timestamp{margin:10px 0 30px}.alert-box.survey .button{width:100%}.alert-box.review .text-header{margin-bottom:20px}.alert-box.review .timestamp{margin:10px 0 30px}.alert-box.review .review-buttons{overflow:hidden}.alert-box.review .review-buttons .button{float:left;width:120px}.alert-box.review .review-buttons .button:last-child{float:right}.alert-box.review .review-buttons .sl-icon{font-size:18px;position:relative;top:3px}.alert-box.review .review-buttons .sl-icon.icon-dislike{top:4px}.alert-box.item{min-height:80px;padding:20px 80px 12px 70px}.alert-box.item .user-avatar{position:absolute;top:20px;left:16px}.alert-box.item p.info{font-size:0.6875em;line-height:14px}.alert-box.item p.timestamp{font-size:0.625em}.alert-box.item .sl-icon{color:#00d7b3;font-size:18px;position:absolute;top:30px;right:20px}.alert-box.message{width:400px;min-height:140px;padding:34px 40px 0 124px;margin:1%}.alert-box.message.info .message-type{background:url("/sites/bradspelaren/siteDependencies/emerald/images/dashboard/alert-info.png") no-repeat 24px 40px #1cbdf9}.alert-box.message.success .message-type{background:url("/sites/bradspelaren/siteDependencies/emerald/images/dashboard/alert-success.png") no-repeat 24px 40px #00d7b3}.alert-box.message.error .message-type{background:url("/sites/bradspelaren/siteDependencies/emerald/images/dashboard/alert-error.png") no-repeat 24px 40px #ea2e68}.alert-box.message .message-type{width:100px;height:100%;position:absolute;top:0;left:0}.alert-box.message .text-header{margin-bottom:20px}.alert-box.message .info{overflow:hidden}.emerald pre{padding:24px 20px;background-color:#f5f5f5;border:1px solid #ebebeb}@media screen and (max-width:935px){.alert-boxes-preview .alert-boxes-preview-description,.alert-boxes-preview .alert-boxes-preview-links{float:none;width:100%;margin:0px}.alert-boxes-preview .alert-boxes-preview-links{margin-top:30px}.alert-box.message.info .message-type{display:none}.alert-box.message.info{padding:10px 10px 0px 10px}}@media screen and (max-width:630px){.alert-box.message{width:90%;min-height:140px;margin:5%}.alert-box.message.info{padding:10px 10px 0px 10px}.alert-boxes-preview .alert-boxes-preview-links .button{float:none;width:100%;margin:0px}.alert-boxes-preview .alert-boxes-preview-links .button:nth-child(2n+2){float:none}}.emerald 
/*OwlCarouselCSS*/
/* * Core Owl Carousel CSS File *	v1.3.3 */ .owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px, 0px, 0px)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.grabbing{cursor:url(grabbing.png) 8 8, move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
/*MagnificPopupCSS*/
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1032;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close, button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial, Baskerville, monospace}.mfp-close:hover, .mfp-close:focus{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:0.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover, .mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after, .mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before, .mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:0.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after, .mfp-arrow-left .mfp-a{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before, .mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after, .mfp-arrow-right .mfp-a{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before, .mfp-arrow-right .mfp-b{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0, 0, 0, 0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0, 0, 0, 0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px){/** * Remove all paddings around the image on small screen */ .mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0, 0, 0, 0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0, 0, 0, 0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}
/*JqueryRangeCSS*/
.slider-container{width:300px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif}.slider-container .back-bar{height:10px;position:relative}.slider-container .back-bar .selected-bar{position:absolute;height:4px;top:-1px}.slider-container .back-bar .pointer{position:absolute;width:10px;height:10px;background-color:red;cursor:pointer;opacity:1;z-index:2}.slider-container .back-bar .pointer.last-active{z-index:3}.slider-container .back-bar .pointer-label{position:absolute;top:20px;background:white;font-family:'Montserrat', sans-serif;font-size:10px;font-weight:500;white-space:nowrap;line-height:1em}.slider-container .back-bar .focused{z-index:10}.slider-container .clickable-dummy{cursor:pointer;position:absolute;width:100%;height:100%;z-index:1}.slider-container .scale{top:2px;position:relative}.slider-container .scale span{position:absolute;height:5px;border-left:1px solid #999;font-size:0}.slider-container .scale ins{font-size:9px;text-decoration:none;position:absolute;left:0;top:5px;color:#999;line-height:1}.slider-container.slider-readonly .clickable-dummy,.slider-container.slider-readonly .pointer{cursor:auto}.theme-green .back-bar{height:5px;border-radius:2px;background-color:#eeeeee;background-color:#e7e7e7;background-image:-moz-linear-gradient(top, #eeeeee, #dddddd);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));background-image:-webkit-linear-gradient(top, #eeeeee, #dddddd);background-image:-o-linear-gradient(top, #eeeeee, #dddddd);background-image:linear-gradient(to bottom, #eeeeee, #dddddd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0)}.theme-green .back-bar .selected-bar{border-radius:2px;background-color:#a1fad0;background-image:-moz-linear-gradient(top, #bdfade, #76fabc);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc));background-image:-webkit-linear-gradient(top, #bdfade, #76fabc);background-image:-o-linear-gradient(top, #bdfade, #76fabc);background-image:linear-gradient(to bottom, #bdfade, #76fabc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0)}.theme-green .back-bar .pointer{width:14px;height:14px;top:-5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:10px;border:1px solid #AAA;background-color:#e7e7e7;background-image:-moz-linear-gradient(top, #eeeeee, #dddddd);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));background-image:-webkit-linear-gradient(top, #eeeeee, #dddddd);background-image:-o-linear-gradient(top, #eeeeee, #dddddd);background-image:linear-gradient(to bottom, #eeeeee, #dddddd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0)}.theme-green .back-bar .pointer-label{color:#999}.theme-green .back-bar .focused{color:#333}.theme-green .scale span{border-left:1px solid #e5e5e5}.theme-green .scale ins{color:#999}.theme-blue .back-bar{height:5px;border-radius:2px;background-color:#eeeeee;background-color:#e7e7e7;background-image:-moz-linear-gradient(top, #eeeeee, #dddddd);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));background-image:-webkit-linear-gradient(top, #eeeeee, #dddddd);background-image:-o-linear-gradient(top, #eeeeee, #dddddd);background-image:linear-gradient(to bottom, #eeeeee, #dddddd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0)}.theme-blue .back-bar .selected-bar{border-radius:2px;background-color:#92c1f9;background-image:-moz-linear-gradient(top, #b1d1f9, #64a8f9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#b1d1f9), to(#64a8f9));background-image:-webkit-linear-gradient(top, #b1d1f9, #64a8f9);background-image:-o-linear-gradient(top, #b1d1f9, #64a8f9);background-image:linear-gradient(to bottom, #b1d1f9, #64a8f9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0)}.theme-blue .back-bar .pointer{width:14px;height:14px;top:-5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:10px;border:1px solid #AAA;background-color:#e7e7e7;background-image:-moz-linear-gradient(top, #eeeeee, #dddddd);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));background-image:-webkit-linear-gradient(top, #eeeeee, #dddddd);background-image:-o-linear-gradient(top, #eeeeee, #dddddd);background-image:linear-gradient(to bottom, #eeeeee, #dddddd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0)}.theme-blue .back-bar .pointer-label{color:#999}.theme-blue .back-bar .focused{color:#333}.theme-blue .scale span{border-left:1px solid #e5e5e5}.theme-blue .scale ins{color:#999}.theme-westeros .back-bar{height:4px;border-radius:2px;border:1px solid #d5d5d5;background-image:-moz-linear-gradient(top, #fff, #fff);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));background-image:-webkit-linear-gradient(top, #fff, #fff);background-image:-o-linear-gradient(top, #fff, #fff);background-image:linear-gradient(to bottom, #fff, #fff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0)}.theme-westeros .back-bar .selected-bar{border-radius:2px;border-color:#17ccac;background-color:#17ccac;background-image:-moz-linear-gradient(top, #17ccac, #17ccac);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#17ccac), to(#17ccac));background-image:-webkit-linear-gradient(top, #17ccac, #17ccac);background-image:-o-linear-gradient(top, #17ccac, #17ccac);background-image:linear-gradient(to bottom, #17ccac, #17ccac);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0)}.theme-westeros .back-bar .pointer{width:20px;height:20px;top:-9px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:50%;border:1px solid #0ec3f7;background:url('/sites/bradspelaren/siteDependencies/westeros/images/icons/range-bg.png') no-repeat center #0ec3f7}.theme-westeros .back-bar .pointer-label{color:#81929b}.theme-westeros .back-bar .focused{color:#333}.theme-westeros .scale span{border-left:1px solid #e5e5e5}.theme-westeros .scale ins{color:#999}
/*WesterosStyleCSS*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:700,400);@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,300);*{margin:0;padding:0;outline:0;border:0;box-sizing:border-box}h1,h2,h3,h4,h5,h6,p,a{line-height:1em}a{text-decoration:none}a:hover{text-decoration:none}ul,ol{list-style:none;margin-bottom:0}header,nav,article,section,aside,footer{display:block}footer{position:relative;z-index:-1}figure{line-height:0;text-align:center}figure>img{max-width:100%;max-height:100%}figure>figcaption{display:none}@font-face{font-family:'GoodDog';src:url("/sites/bradspelaren/siteDependencies/westeros/css/fonts/GoodDog/GoodDog-webfont.eot");src:url("/sites/bradspelaren/siteDependencies/westeros/css/fonts/GoodDog/GoodDog-webfont.eot?#iefix") format("embedded-opentype"),url("/sites/bradspelaren/siteDependencies/westeros/css/fonts/GoodDog/GoodDog-webfont.woff") format("woff"),url("/sites/bradspelaren/siteDependencies/westeros/css/fonts/GoodDog/GoodDog-webfont.ttf") format("truetype"),url("/sites/bradspelaren/siteDependencies/westeros/css/fonts/GoodDog/GoodDog-webfont.svg#GoodDog") format("svg")}p{color:gray;font-family:"Roboto",sans-serif;font-size:.875em;line-height:1.71429em;font-weight:300}p.highlighted{color:#00b0ff;font-family:"Montserrat",sans-serif;font-size:.5625em;line-height:1em;font-weight:700;text-transform:uppercase;margin-bottom:0}p.highlighted.category{letter-spacing:.08em;height:20px;padding-top:5px}p.nostock{margin-bottom:0}p.nostock strong{font-weight:bold}a{color:#00b0ff;font-family:"Roboto",sans-serif;font-weight:400}h1,h2,h3,h5,h6{font-family:"Montserrat",sans-serif;font-weight:700;text-transform:uppercase}h1{color:#4e5c64;font-size:7.8125em}h2{color:#fff}h3{color:#4e5c64;font-size:1.5em}h3.title{margin-bottom:30px;padding-bottom:15px;border-bottom:1px solid #d5d5d5;position:relative}h3.title:after{content:'';display:block;width:30px;height:3px;background-color:#00b0ff;position:absolute;left:0;bottom:-1px}h4{color:#fff;font-family:"GoodDog",sans-serif;font-weight:400}h5{color:#4e5c64;font-size:.75em}h6{color:#49555c;font-size:.75em}#logohideonxs{display:inline}#logoshowonxs{display:none}#cartLi{float:right!important;display:block!important;border-bottom:0!important;z-index:3000!important}#accountLi{float:right!important;margin-right:10px!important;border-bottom:0!important}#showCart{background-image:url(/sites/bradspelaren/siteDependencies/cart.svg);background-size:cover;cursor:pointer;float:right;margin:8px 26px 0px 0px;width:40px;height:40px}.clearfix:before,.clearfix:after{content:"";display:table}.clearfix:after{clear:both}.clearfix{zoom:1}#header-top,#header-bottom,#main-menu>ul,#banner,#advertising,.product-showcase,#institutional,#latest-blog-posts,#billboard,#brands,#footer-top,#footer-bottom,#section-nav,#register-login,#shop,#contact,#error404,#coming-soon-header,#coming-soon,#coming-soon-footer{max-width:1170px;width:95%;margin:0 auto!important;float:none!important}.slidable{overflow:hidden}.no-scroll{height:100%;overflow:hidden}select{color:gray;font-family:"Roboto",sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:400;text-transform:none}select::-ms-expand{display:none}.svg-arrow.select-arrow{width:5px;height:7px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);fill:#686868;pointer-events:none}.westeros-form{overflow:hidden}.westeros-form label{color:#81929b;font-family:"Montserrat",sans-serif;font-size:.625em;font-weight:700;text-transform:uppercase;cursor:pointer;position:relative}.westeros-form label.select-block{display:inline-block;color:#49555c;font-size:.75em;cursor:auto;position:relative}.westeros-form label.select-block .svg-arrow.select-arrow{position:absolute;top:13px;right:13px}.westeros-form label:last-child{margin-right:0}.westeros-form label>.radio,.westeros-form label>.checkbox{display:inline-block;width:15px;height:15px;margin-right:10px;border:1px solid #d5d5d5;background-color:#fff;position:relative;top:4px}.westeros-form label>.radio{border-radius:50%}.westeros-form label>.radio span{width:7px;height:7px;background-color:#0ec3f7;border-radius:50%;position:absolute;top:3px;left:3px;display:none}.westeros-form label>.checkbox{border-radius:2px}.westeros-form label>.checkbox span{width:13px;height:13px;background:url("/sites/bradspelaren/siteDependencies/westeros/images/icons/check.png") 50% 50% no-repeat;display:none}.westeros-form input[type="text"],.westeros-form input[type="email"],.westeros-form textarea,.westeros-form input[type="password"]{width:100%;border:1px solid #d5d5d5;border-radius:2px;padding:8px 12px 5px 12px}.westeros-form input[type="text"],.westeros-form input[type="password"]{height:38px;padding-top:0;padding-bottom:0;color:#808080;font-family:"Roboto",sans-serif;font-size:.75em}.westeros-form select{color:#afafaf;font-size:1em;border:1px solid #d5d5d5;border-radius:2px;height:30px;padding:0 40px 0 6px;cursor:pointer}.westeros-form button{cursor:pointer}.westeros-form input[type="radio"],.westeros-form input[type="checkbox"]{display:none}.westeros-form input[type="radio"]:checked+label>span>span,.westeros-form input[type="checkbox"]:checked+label>span>span{display:block}.westeros-form input[type="radio"]+.rl-label{cursor:pointer}.westeros-form a{font-family:"Montserrat",sans-serif;font-size:.625em;font-weight:700;text-transform:uppercase}.placeholder,::-webkit-input-placeholder,:-moz-placeholder,::-moz-placeholder,:-ms-input-placeholder{color:#afafaf;font-family:"Roboto",sans-serif;font-size:12px;font-weight:400}.button{display:block;color:#fff;font-family:"Montserrat",sans-serif;font-size:.875em;letter-spacing:.08em;line-height:40px;text-transform:uppercase;font-weight:700;background-color:#00b0ff;border-radius:4px;border-bottom:3px solid #0091ea;text-align:center;position:relative;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;cursor:pointer}.button:hover{background-color:#2abdff!important;text-decoration:none;color:#fff}button.button:active{border-bottom:0;top:3px}a.button:active{border-bottom:0;top:3px}a.button.medium{width:102px;height:43px}a.button.secondary{background-color:#ff9100;border-bottom-color:#ff6d00}a.button.secondary:hover{background-color:#ffa023!important}a.button.cart-add{background-color:#89d307;border-bottom-color:#6caa00}a.button.cart-add .svg-plus{width:13px;height:13px;fill:#fff;position:absolute;top:14px;left:14px}a.button.cart-add:active{border-bottom:0;top:3px}a.button.cart-add:hover{background-color:#97EB07!important}a.button.no-stock{background-color:#e72622;border-bottom-color:#cf1814;pointer-events:none}a.button.no-stock .svg-plus{width:13px;height:13px;fill:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:14px;left:10px}a.button.like{background-color:#00acc1;border-bottom-color:#0092a2}a.button.like:active{border-bottom:0;top:3px}a.button.like .svg-like{width:16px;height:13px;fill:#fff;position:absolute;top:14px;left:50%;margin-left:-8px}a.button.like:hover{background-color:#0cbcd1}a.button.quick-view{background-color:#f50057;border-bottom-color:#cc0049}a.button.quick-view .svg-quickview{width:20px;height:12px;fill:#fff;position:absolute;top:14px;left:16px}a.button.quick-view:hover{background-color:#ff186a!important}a.button.wishlist:hover{background-color:#97e114!important}a.button.full-view{background-color:#ffc400;border-bottom-color:#f2a200}a.button.full-view .svg-fullview{width:20px;height:20px;fill:#fff;position:absolute;top:10px;left:16px}a.button.full-view:hover{background-color:#ffcf2e!important}a.button.wishlist{background-color:#89d307;border-bottom-color:#6caa00}a.button.wishlist .svg-wishlist{width:18px;height:18px;fill:#fff;position:absolute;top:13px;left:17px}a.button.wishlist:hover{background-color:#97e114!important}a.button.preorder{background-color:#00bbe0!important;border-bottom-color:#00d4ff!important}a.button.preorder:hover{background-color:#00d4ff!important}a.button.order{background-color:#e0bb00!important;border-bottom-color:#ffd400!important}a.button.order:hover{background-color:#ffd400!important}a.button.reserve{background-color:#e0bb00!important;border-bottom-color:#ffd400!important}a.button.reserve:hover{background-color:#ffd400!important}a.button.like{background-color:#00acc1!important;border-bottom-color:#0092a2!important}a.button.like:hover{background-color:#2abdff!important}a.button.notify{background-color:#FF9100!important;border-bottom-color:#E68200!important}a.button.notify:hover{background-color:#FF9100!important}a.button.cartadd{background-color:#89d307;border-bottom-color:#6caa00}a.button.cartadd .svg-plus{width:18px;height:18px;fill:#fff;position:absolute;top:13px;left:17px}.preorder svg, .notify svg, .reserve svg, .like svg{width:13px;height:13px;fill:#fff;position:absolute;top:14px;left:14px}a.button.cartadd:hover{background-color:#97e114!important}a.button.fb{background:url("/sites/bradspelaren/siteDependencies/westeros/images/social/fb-brand-big.png") no-repeat 50% 50% #355599;border-bottom-color:#25417d}a.button.fb:hover{background-color:#4667ae}a.button.twt{background:url("/sites/bradspelaren/siteDependencies/westeros/images/social/twt-brand-big.png") no-repeat 50% 50% #0fccf4;border-bottom-color:#18abca}a.button.twt:hover{background-color:#46dfff}a.button.gplus{background:url("/sites/bradspelaren/siteDependencies/westeros/images/social/gplus-brand-big.png") no-repeat 50% 50% #e0133a;border-bottom-color:#c2062a}a.button.gplus:hover{background-color:#4667ae}a.button.rss{background:url("/sites/bradspelaren/siteDependencies/westeros/images/social/rss-brand-big.png") no-repeat 50% 50% #ffa11b;border-bottom-color:#e68b0a}a.button.rss:hover{background-color:#4667ae}a.button.dribble{background:url("/sites/bradspelaren/siteDependencies/westeros/images/social/dribble-brand-big.png") no-repeat 50% 50% #e92a83;border-bottom-color:#cc1e6f}a.button.dribble:hover{background-color:#4667ae}a.button.vimeo{background:url("/sites/bradspelaren/siteDependencies/westeros/images/social/vimeo-brand-big.png") no-repeat 50% 50% #07c8aa;border-bottom-color:#00a48a}a.button.vimeo:hover{background-color:#4667ae}a.button.flickr{background:url("/sites/bradspelaren/siteDependencies/westeros/images/social/flickr-brand-big.png") no-repeat 50% 50% #834ca9;border-bottom-color:#68368b}a.button.flickr:hover{background-color:#4667ae}a.button.quick-view:after,a.button.full-view:after,a.button.wishlist:after,a.button.cartadd:after{width:70px;color:#fff;font-family:"Montserrat",sans-serif;font-size:.75em;line-height:1em;text-transform:uppercase;position:absolute;bottom:-20px;left:-8px;opacity:0}a.button.quick-view:after{content:'Snabbtitt';width:80px;left:-13px;-webkit-transition:opacity .5s ease-in;transition:opacity .5s ease-in}a.button.full-view:after{content:'Visa';-webkit-transition:opacity .5s ease-in;transition:opacity .5s ease-in;-webkit-transition-delay:.25s;transition-delay:.25s}a.button.wishlist:after{content:'Bevaka';-webkit-transition:opacity .5s ease-in;transition:opacity .5s ease-in;-webkit-transition-delay:.35s;transition-delay:.35s}a.button.cartadd:after{content:'Köp';-webkit-transition:opacity .5s ease-in;transition:opacity .5s ease-in;-webkit-transition-delay:.35s;transition-delay:.35s}.westeros-dropdown-container{float:right;width:205px;position:relative}.westeros-dropdown-container.small{width:70px}.westeros-dropdown{display:none;border:1px solid #d5d5d5;position:absolute;top:4px;right:10px;background-color:#fff;z-index:10000}.westeros-dropdown.default li{border-bottom:1px solid #d5d5d5}.westeros-dropdown.default li:last-child{border-bottom:0}.westeros-dropdown.default li.selected a{color:#00b0ff}.westeros-dropdown.default li svg{fill:#afafaf;margin-right:8px;-webkit-transition:fill .3s ease-in;transition:fill .3s ease-in}.westeros-dropdown.default li svg.svg-gear{width:10px;height:10px}.westeros-dropdown.default li svg.svg-like{width:10px;height:8px}.westeros-dropdown.default li svg.svg-wishlist{width:10px;height:10px}.westeros-dropdown.default li svg.svg-cart{width:11px;height:11px}.westeros-dropdown.default li a{display:block;color:#afafaf;font-size:11px;line-height:28px;padding:0 25px 0 10px;-webkit-transition:color .3s ease-in;transition:color .3s ease-in;text-decoration:none;cursor:pointer}.westeros-dropdown.default li a:hover{color:#00b0ff;text-decoration:none!important}.westeros-dropdown.default li a:hover svg{fill:#00b0ff}ul.product-preview>li{height:70px;padding:5px 0 0 85px;margin-bottom:20px;position:relative}ul.product-preview>li figure{width:70px;height:70px;border:5px solid #475055;position:absolute;top:0;left:0;cursor:pointer;-webkit-transition:border-color .3s ease;transition:border-color .3s ease}ul.product-preview>li figure:hover{border-color:#00b0ff}ul.product-preview>li h6{clear:both;float:left;display:inline-block;color:#acbdc6;font-size:.875em;margin-top:2px}ul.product-preview>li a>p.highlighted{float:left}ul.product-preview>li ul.rating{float:left;clear:both;margin:5px 0 6px}ul.product-preview>li p.highlighted.current{float:left;clear:both;font-size:1.125em}ul.product-preview>li p.highlighted.previous{float:left;margin:5px 0 0 10px;font-size:.75em;font-weight:400;text-decoration:line-through}ul.product-preview>li:last-child{margin-bottom:0}ul.rating{width:55px;overflow:hidden}ul.rating li{float:left;width:7px;height:7px;margin-right:5px}ul.rating li svg{float:left;width:7px;height:7px;fill:#d5d5d5}ul.rating li.filled svg{fill:#00b0ff}ul.rating li:last-child{margin-right:0}ul.rating.big{width:70px}ul.rating.big li{width:10px;height:10px}ul.rating.big li svg{width:10px;height:10px}ul.rating.big li:last-child{margin-right:0}ul.rating.large{width:120px}ul.rating.large li{width:20px;height:19px}ul.rating.large li svg{width:20px;height:19px}ul.rating.large li:last-child{margin-right:0}ul.rating.rater li{cursor:pointer}ul.product-list{margin:0 auto;overflow:hidden}ul.product-list.list .list-item{float:none;width:100%;height:260px;margin-right:0;position:relative;padding:20px 20px 0 230px}ul.product-list.list .list-item .social{display:block;width:114px;position:absolute;bottom:20px}ul.product-list.list .list-item .social a.button:first-child{float:left}ul.product-list.list .list-item .social a.button:last-child{float:right}ul.product-list.list .list-item .actions{position:absolute;top:9px;left:9px;width:200px}ul.product-list.list .list-item .actions a.button.quick-view{top:40px}ul.product-list.list .list-item .actions a.button.quick-view .svg-quickview{top:11px}ul.product-list.list .list-item .actions a.button.full-view{top:105px}ul.product-list.list .list-item .actions a.button.full-view .svg-fullview{top:5px}ul.product-list.list .list-item .actions a.button.wishlist{top:165px}ul.product-list.list .list-item .actions a.button.wishlist .svg-wishlist{top:7px}ul.product-list.list .list-item .actions a.button.cartadd{top:165px}ul.product-list.list .list-item .actions a.button.cartadd .svg-plus{top:7px}ul.product-list.list .list-item .actions a.button.quick-view,ul.product-list.list .list-item .actions a.button.full-view,ul.product-list.list .list-item .actions a.button.wishlist, ul.product-list.list .list-item .actions a.button.cartadd{height:33px}ul.product-list.list .list-item .pin h6.percent{line-height:1.1em}ul.product-list.list .list-item .pin h6:last-child{font-size:.5em}ul.product-list.list .list-item .pin.circle{width:69px;height:83px;bottom:0;left:0;background:url("/sites/bradspelaren/siteDependencies/westeros/images/discount-pin1.png") no-repeat center;padding-top:15px}ul.product-list.list .list-item figure{width:200px;height:240px;margin-bottom:0;line-height:240px}ul.product-list.list .list-item .description p.highlighted{font-size:.625em}ul.product-list.list .list-item .description ul.rating{float:none;position:absolute;top:72px;left:230px}ul.product-list.list .list-item .description h6{font-size:1.4em;margin-bottom:25px}ul.product-list.list .list-item .description p.highlighted.previous{float:none;font-size:.875em;margin-top:0;position:absolute;bottom:100px;right:20px;text-decoration:line-through}ul.product-list.list .list-item .description p.highlighted.current{float:none;font-size:1.875em;line-height:1em;position:absolute;bottom:65px;right:20px}ul.product-list.grid .list-item .description .short-description{height:40px;width:100%}ul.product-list.list .list-item .description .long-description{display:block}ul.product-list.list .list-item .cart-options{width:50%;left:auto;right:0;bottom:20px}ul.product-list.list .list-item .cart-options a.button.like .svg-like{left:24px;margin-left:0}ul.product-list.list .list-item .cart-options a.button.like span{display:block}ul.product-list.grid-v2 .list-item{height:476px}ul.product-list.grid-v2 .list-item figure{margin-bottom:40px}ul.product-list.grid-v2 .list-item .description{text-align:center}ul.product-list.grid-v2 .list-item .description ul.rating{width:180px;position:absolute;bottom:134px;left:50%;margin-left:-90px;border-bottom:1px solid #d5d5d5;padding:0 0 10px 55px}ul.product-list.grid-v2 .list-item .description .category,ul.product-list.grid-v2 .list-item .description h6,ul.product-list.grid-v2 .list-item .description p.highlighted.previous,ul.product-list.grid-v2 .list-item .description p.highlighted.current{float:none}ul.product-list.grid-v2 .list-item .description h6{margin-top:6px}ul.product-list.grid-v2 .list-item .description .short-description{display:none}ul.product-list.grid-v2 .list-item .description p.highlighted.previous{position:absolute;left:40px}ul.product-list.grid-v2 .list-item .description p.highlighted.current{font-size:1.5em;margin-top:3px}ul.product-list .list-item{float:left;width:270px;height:550px;border:1px solid #d5d5d5;margin-right:20px;padding:9px;position:relative}ul.product-list .list-item:last-child{margin-right:0}ul.product-list .list-item .social{display:none}ul.product-list .list-item .actions{cursor:pointer;position:relative}ul.product-list .list-item .actions>div:last-child{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;background-color:rgba(0,0,0,0.8);overflow:hidden;opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in;transition:all .3s ease-in}ul.product-list .list-item .actions a.button.quick-view{top:33px;-webkit-transform:translate(-160px,0);-ms-transform:translate(-160px,0);transform:translate(-160px,0);-webkit-transition:transform .15s linear,background-color .3s ease;transition:transform .15s linear,background-color .3s ease;-webkit-transition-delay:.05s,0s;transition-delay:.05s,0s}ul.product-list .list-item .actions a.button.full-view{top:120px;-webkit-transform:translate(160px,0);-ms-transform:translate(160px,0);transform:translate(160px,0);-webkit-transition:transform .15s linear,background-color .3s ease;transition:transform .15s linear,background-color .3s ease;-webkit-transition-delay:.25s,0s;transition-delay:.25s,0s}ul.product-list .list-item .actions a.button.wishlist{top:207px;-webkit-transform:translate(-160px,0);-ms-transform:translate(-160px,0);transform:translate(-160px,0);-webkit-transition:transform .15s linear,background-color .3s ease;transition:transform .15s linear,background-color .3s ease;-webkit-transition-delay:.35s,0s;transition-delay:.35s,0s}ul.product-list .list-item .actions a.button.cartadd{top:207px;-webkit-transform:translate(-160px,0);-ms-transform:translate(-160px,0);transform:translate(-160px,0);-webkit-transition:transform .15s linear,background-color .3s ease;transition:transform .15s linear,background-color .3s ease;-webkit-transition-delay:.35s,0s;transition-delay:.35s,0s}ul.product-list .list-item .actions a.button.quick-view, ul.product-list .list-item .actions a.button.full-view, ul.product-list .list-item .actions a.button.wishlist{width:52px;height:43px;position:absolute;left:50%;margin-left:-26px}ul.product-list .list-item .actions a.button.cartadd{width:52px;height:43px;position:absolute;left:50%;margin-left:-26px}ul.product-list .list-item .actions:hover a.button.quick-view:after,ul.product-list .list-item .actions:hover a.button.full-view:after, ul.product-list .list-item .actions:hover a.button.wishlist:after{opacity:1}ul.product-list .list-item .actions:hover a.button.cartadd:after{opacity:1}ul.product-list .list-item .actions:hover>div{opacity:1;visibility:visible}ul.product-list .list-item .actions:hover a.button.quick-view,ul.product-list .list-item .actions:hover a.button.full-view, ul.product-list .list-item .actions:hover a.button.wishlist{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}ul.product-list .list-item .actions:hover a.button.cartadd{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}ul.product-list .list-item .pin{position:absolute;z-index:2;pointer-events:none}ul.product-list .list-item .pin h6{float:none;margin-top:0;color:#fff;font-size:.875em;text-align:center}ul.product-list .list-item .pin h6.percent{color:#ffb414;font-size:1.125em;line-height:1.1em}ul.product-list .list-item .pin h6.percent.important{color:red}ul.product-list .list-item .pin h6:last-child{font-size:.5em}ul.product-list .list-item .pin.circle{width:69px;height:83px;bottom:0;left:0;background:url("/sites/bradspelaren/siteDependencies/westeros/images/discount-pin1.png") no-repeat center;padding-top:15px}ul.product-list .list-item figure{width:250px;height:300px;margin-bottom:15px;line-height:300px}ul.grid .list-item figure img{vertical-align:middle}ul.product-list .list-item .description ul.rating{float:right}ul.product-list .list-item .description h6{float:left;font-size:1em;margin-top:12px}ul.product-list.grid .list-item .description .listprice{position:absolute;width:100%;bottom:55px;text-align:right;padding-right:20px}ul.product-list.grid .list-item .description p.highlighted.previous{font-size:.75em;font-weight:400;text-decoration:line-through;margin-top:0}ul.product-list .list-item .description p.highlighted.current{font-size:1.125em;line-height:1.33333em}ul.product-list .list-item .description .long-description{display:none}ul.product-list .list-item .cart-options{width:100%;position:absolute;left:0;bottom:9px}ul.product-list .list-item .cart-options a.button.cart-add, ul.product-list .list-item .cart-options a.button.wishlist, ul.product-list .list-item .cart-options a.button.like, ul.product-list .list-item .cart-options a.button.no-stock{width:96%;margin-left:2%;padding-left:35px;text-align:left!important}ul.product-list .list-item .cart-options a.button.wishlist{background-color:#89d307;border-bottom-color:#6caa00}ul.product-list .list-item .cart-options a.button.like span{display:none}ul.product-list .list-item .cart-options a.button.medium{width:48%;margin-left:1%;float:left}.wishlist-modal{width:500px;height:280px;background-color:#fff;border:1px solid #d5d5d5;margin:-100px auto 0;padding-top:22px;text-align:center}.wishlist-modal img[alt="logo"]{display:block;margin:0 auto 25px;padding-right:20px}.wishlist-modal h5{color:#49555c;font-size:1em;margin-bottom:10px}.wishlist-modal h5 span{color:#00b0ff}.wishlist-modal .options{width:410px;margin:35px auto 0}.wishlist-modal .options .button.medium{float:left;width:195px;margin-right:20px;font-size:.8125em;letter-spacing:0}.wishlist-modal .options .button.medium.mfp-close{padding:0;color:#fff;cursor:pointer;opacity:1}.wishlist-modal .options .button.medium:last-child{margin-right:0}.product-quick-view{width:940px;height:580px;margin:20px auto;background-color:#fff;border:1px solid #d5d5d5;position:relative}.product-quick-view a.button.mfp-close{width:52px;height:43px;opacity:1;cursor:pointer;position:absolute;top:-1px;right:-1px}.product-quick-view a.button.mfp-close:before{content:url("/sites/bradspelaren/siteDependencies/westeros/images/close-quick-v.png");position:absolute;top:2px;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.product-quick-view.full{width:100%;height:auto;border:0;margin:0;overflow:hidden}.product-quick-view.full .product-pictures{padding:0}.product-quick-view.full .product-description{padding-top:25px;margin-top:0}.product-quick-view.builder .product-description .westeros-form{overflow:visible;margin:0}.product-quick-view.builder .product-description .westeros-form .select-block{width:100%;margin:0 0 25px}.product-quick-view.builder .product-description .westeros-form .select-block select{width:100%}.product-quick-view.builder .product-description .color-selection{float:none;margin:25px 0}.product-quick-view.builder .product-description .quantity-selection{float:left;margin-right:35px}.product-quick-view.builder .product-description .final-price{float:left}.product-quick-view.builder .product-description .options{float:right;clear:none;padding-top:20px}.product-quick-view.builder .product-description p.highlighted.current{font-size:1.5em}.product-quick-view .product-pictures{float:left;width:370px;padding:25px 0 0 25px;position:relative}.product-quick-view .product-pictures .product-photo{width:370px;height:440px;margin-bottom:10px}.product-quick-view .product-pictures .product-photo figure{width:350px;height:420px}.product-quick-view .product-pictures .product-stamp{position:absolute;top:15px;left:7px}.product-quick-view .product-pictures .product-stamp figure{width:350px;height:420px}.product-quick-view .product-pictures .picture-views{width:370px;overflow:hidden}.product-quick-view .product-pictures .picture-views li{float:left;width:70px;height:70px;margin-right:30px;padding:4px;border:1px solid #d5d5d5;cursor:pointer}.product-quick-view .product-pictures .picture-views li:last-child{margin-right:0}.product-quick-view .product-pictures .picture-views li.selected{background-color:#00b0ff;border-color:#00b0ff}.product-quick-view .product-pictures .picture-views li figure{width:60px;height:60px}.product-quick-view .product-description{float:right;width:54.02299%;margin-top:35px;padding-top:12px;overflow:hidden}.product-quick-view .product-description p.category{float:left}.product-quick-view .product-description p.highlighted{font-size:.625em}.product-quick-view .product-description h6{clear:left;float:left;font-size:1.5em;margin:10px 0 7px}.product-quick-view .product-description ul.rating{clear:left;margin-bottom:15px}.product-quick-view .product-description p.highlighted.current{display:inline-block;font-size:1.875em;margin:20px 8px 25px 0}.product-quick-view .product-description p.highlighted.previous{display:inline-block;font-size:.875em;font-weight:400;text-decoration:line-through}.product-quick-view .product-description .stock{margin-bottom:20px}.product-quick-view .product-description .stock span{margin-left:5px}.product-quick-view .product-description .westeros-form{margin:8px 0 25px}.product-quick-view .product-description .westeros-form label{display:inline-block;margin-right:15px}.product-quick-view .product-description .westeros-form label:last-child{margin-top:10px}.product-quick-view .product-description .color-selection{float:left;margin:0 30px 30px 0}.product-quick-view .product-description .color-selection .colorpicker{padding-left:2px;margin-top:15px}.product-quick-view .product-description .color-selection+div{float:left}.product-quick-view .product-description .counter{margin:14px 0 30px}.product-quick-view .product-description .options{clear:left}.product-quick-view .product-description .options a.button{float:left;margin-right:10px}.product-quick-view .product-description .options a.button.cart-add,.product-quick-view .product-description .options a.button.no-stock{width:190px;padding-left:50px;text-align:left}.product-quick-view .product-description .options a.button:last-child{margin-right:0}.product-photo{width:270px;height:320px;border:1px solid #d5d5d5;padding:9px}.product-photo figure{width:250px;height:300px}.stock svg{margin:0 -2px 0 5px}.stock .available{color:#6cc729}.stock .limited{color:#ff8a00}.stock .not-available{color:#d52929}.stock .svg-check{width:15px;height:12px;fill:#6cc729}.stock .svg-limited{width:17px;height:12px;fill:#ff8a00}.stock .svg-plus{width:10px;height:10px;fill:#d52929;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.colorpicker li{float:left;width:33px;height:33px;outline:1px solid #d5d5d5;cursor:pointer;margin-right:10px;position:relative}.colorpicker li:last-child{margin-right:0}.colorpicker li span{width:25px;height:25px;position:absolute;top:4px;left:4px}.colorpicker li.selected{outline-width:2px}.counter{width:65px;height:35px;border:1px solid #d5d5d5;position:relative}.counter .control{width:14px;height:100%;cursor:pointer;position:absolute;top:0}.counter .control.left{left:0;border-right:1px solid #d5d5d5}.counter .control.left:before{content:url("/sites/bradspelaren/siteDependencies/westeros/images/icons/counter-minus.png");position:absolute;left:4px}.counter .control.right{right:0;border-left:1px solid #d5d5d5}.counter .control.right:before{content:url("/sites/bradspelaren/siteDependencies/westeros/images/icons/counter-plus.png");position:absolute;top:2px;left:4px}.counter .value h5{color:#81929b;line-height:32px;text-align:center}.mfp-zoom-in .mfp-with-anim{opacity:0;transition:all .2s ease-in-out;transform:scale(0.8)}.mfp-zoom-in.mfp-bg{opacity:0;transition:all .3s ease-out}.mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1)}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:.8}.mfp-zoom-in.mfp-removing .mfp-with-anim{transform:scale(0.8);opacity:0}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.mfp-3d-unfold .mfp-content{perspective:2000px}.mfp-3d-unfold .mfp-with-anim{opacity:0;transition:all .3s ease-in-out;transform-style:preserve-3d;transform:rotateY(-60deg)}.mfp-3d-unfold.mfp-bg{opacity:0;transition:all .5s}.mfp-3d-unfold.mfp-ready .mfp-with-anim{opacity:1;transform:rotateY(0deg)}.mfp-3d-unfold.mfp-ready.mfp-bg{opacity:.8}.mfp-3d-unfold.mfp-removing .mfp-with-anim{transform:rotateY(60deg);opacity:0}.mfp-3d-unfold.mfp-removing.mfp-bg{opacity:0}ul.slide-controls{width:66px;overflow:hidden}ul.slide-controls li{float:left;margin-right:10px}ul.slide-controls li:last-child{margin-right:0}ul.slide-controls a.button{width:28px;height:30px;border-bottom:2px solid #0091ea;background-color:#00b0ff;position:relative}ul.slide-controls a.button:hover{background-color:#2abdff!important;text-decoration:none}ul.slide-controls a.button .svg-arrow{width:5px;height:9px;fill:#fff;position:absolute;top:10px}ul.slide-controls a.button.prev .svg-arrow{left:11px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}ul.slide-controls a.button.next .svg-arrow{left:12px}ul.bullets{overflow:hidden}ul.bullets li{float:left;width:370px;padding-left:70px;margin:0 30px 55px 0;position:relative}ul.bullets li:nth-child(3n+3){margin-right:0}ul.bullets li:nth-last-child(1),ul.bullets li:nth-last-child(2),ul.bullets li:nth-last-child(3){margin-bottom:0}ul.bullets li svg{position:absolute;top:0;right:315px;fill:#00b0ff}ul.bullets li .svg-chat{width:40px;height:32px}ul.bullets li .svg-globe{width:42px;height:41px}ul.bullets li .svg-piggy{width:36px;height:37px}ul.bullets li .svg-ribbon{width:34px;height:42px}ul.bullets li .svg-truck{width:58px;height:40px}ul.bullets li .svg-customer-service{width:38px;height:38px}ul.bullets li h6{font-size:1.125em;text-transform:none;margin-bottom:8px}.posts-widget li{height:70px;padding:5px 0 0 85px;margin-bottom:20px;position:relative}.posts-widget li:last-child{margin-bottom:0}.posts-widget li .post-picture{width:70px;height:70px;border:1px solid #d5d5d5;background-color:#fff;padding:4px;position:absolute;top:0;left:0;-webkit-transition:all .3s ease;transition:all .3s ease}.posts-widget li .post-picture:hover{border-color:#00b0ff;background-color:#00b0ff}.posts-widget li .post-picture figure{width:60px;height:60px}.posts-widget li .content p.highlighted{letter-spacing:.08em}.posts-widget li .content h6{display:inline-block;font-size:.875em}.posts-widget li .content p:last-child{font-size:.75em;line-height:1em;margin-top:1px}.posts-widget li .actions{position:absolute;bottom:6px;left:85px}.posts-widget li .actions p{float:left;margin-right:20px;font-size:.75em;line-height:1em;position:relative}.posts-widget li .actions .views{margin-right:39px}.posts-widget li .actions .views .svg-quickview{width:16px;height:9px;fill:#ffc300;margin-right:2px}.posts-widget li .actions .comments .svg-comment{width:12px;height:12px;fill:#18cab0;position:absolute;top:2px;left:-18px}ul.blog-post-preview{overflow:hidden}ul.blog-post-preview .list-item{border:1px solid #d5d5d5;padding:9px 9px 0;position:relative}ul.blog-post-preview .list-item figure{width:250px;height:175px}ul.blog-post-preview .list-item .content p.highlighted{margin:15px 0 10px;letter-spacing:.08em}ul.blog-post-preview .list-item .content h6{display:inline-block;font-size:1em;margin-bottom:5px}ul.blog-post-preview .list-item .actions{position:absolute;bottom:14px;right:9px}ul.blog-post-preview .list-item .actions p{float:left;margin-right:20px;font-size:.75em;line-height:1em;position:relative}ul.blog-post-preview .list-item .actions .views{margin-right:39px}ul.blog-post-preview .list-item .actions .views .svg-quickview{width:16px;height:9px;fill:#ffc300;margin-right:2px}ul.blog-post-preview .list-item .actions .comments .svg-comment{width:12px;height:12px;fill:#18cab0;position:absolute;top:2px;left:-18px}ul.blog-post-preview .list-item .actions a{float:left;font-size:.75em;line-height:1em}ul.blog-post-preview.grid .list-item{float:left;width:270px;height:476px;margin-right:20px}ul.blog-post-preview.grid .list-item:last-child{margin-right:0}ul.blog-post-preview.grid .list-item .content{padding:0 5px}ul.blog-post-preview.grid .list-item .content p.highlighted{margin-top:20px}ul.blog-post-preview.grid .list-item .content h6{margin-bottom:10px}ul.blog-post-preview.list .list-item{height:194px;padding-left:274px;padding-right:15px;margin-bottom:20px}ul.blog-post-preview.list .list-item figure{position:absolute;top:9px;left:9px}ul.blog-post-preview.list .content p.highlighted{margin-top:12px}ul.blog-post-preview.list .content h6{margin-bottom:12px}ul.blog-post-preview.list .actions{bottom:18px;right:15px}@media screen and (max-width:1260px){ul.product-list.grid,ul.blog-post-preview.grid{width:570px;margin:0 auto}ul.brands-list{width:918px;margin:0 auto}ul.bullets{width:890px;margin:0 auto}ul.bullets li:nth-child(3n+3){margin-right:30px}ul.bullets li:nth-child(even){margin-right:0}ul.bullets li:nth-child(odd){margin-right:150px}.product-quick-view.full .product-description{width:51.72414%}.product-quick-view.full.view .options .button.cart-add{width:170px;padding-left:40px}.product-quick-view.full.view .options .button.cart-add .svg-plus{left:17px}}@media screen and (max-width:1160px){.product-quick-view{width:95%;height:auto;padding:0 25px 30px}.product-quick-view .product-pictures{float:none;margin:0 auto;padding-left:0}.product-quick-view .product-description{float:none;width:100%}.product-quick-view.full{padding:0}.product-quick-view.full .product-pictures{float:none;margin:0 auto}.product-quick-view.full .product-description{float:none;width:100%}#shop .shop-sidebar{float:right;padding-top:60px!important}}@media screen and (max-width:1024px){ul.bullets{width:770px}ul.bullets li:nth-child(odd){margin-right:30px}ul.brands-list{width:668px}}@media screen and (max-width:930px){ul.product-list.grid,ul.blog-post-preview.grid{width:570px}}@media screen and (max-width:860px){ul.bullets{width:370px}ul.bullets li{margin-right:0}ul.bullets li:nth-child(odd){margin-right:0}ul.bullets li:nth-last-child(2),ul.bullets li:nth-last-child(3){margin-bottom:30px}ul.brands-list{width:418px}}@media screen and (max-width:620px){.short-description{font-size:0.8em!important}ul.product-list.list .list-item .description .long-description{display:none}ul.product-list.list .list-item .description .short-description{display:block}ul.product-list .list-item .description a h6{font-size:0.8em!important;margin-bottom:0!important}ul.product-list.list .list-item .actions a.button.quick-view{top:20px}ul.product-list.list .list-item .actions a.button.full-view{top:80px}ul.product-list.list .list-item .actions a.button.wishlist{top:140px}ul.product-list.list .list-item .actions a.button.cartadd{top:140px}ul.product-list.grid,ul.blog-post-preview.grid{width:270px}.wishlist-modal{width:90%;height:auto;padding:20px}.wishlist-modal img[alt="logo"]{padding-right:0}.wishlist-modal h5 span{display:block;margin-top:5px}.wishlist-modal h6{line-height:1.5em}.wishlist-modal .options{width:195px}.wishlist-modal .options .button.medium{float:none;width:195px;margin:0 0 10px 0}.product-quick-view .product-pictures{width:270px}.product-quick-view .product-pictures .product-photo{width:270px;height:320px}.product-quick-view .product-pictures .product-photo figure{width:250px;height:300px}.product-quick-view .product-pictures .product-stamp figure{width:250px;height:300px}.product-quick-view .product-pictures .picture-views{width:270px}.product-quick-view .product-description .options{float:none;clear:left}.product-quick-view .product-description .options a.button{margin-bottom:20px}.product-quick-view .product-description .options a.button:last-child{float:none;clear:left;margin:0 auto}.product-quick-view .color-selection .colorpicker li{margin-bottom:10px}.product-quick-view.full .product-description .options{float:none;clear:left}.product-quick-view.full .product-description .options a.button{margin-bottom:20px}.product-quick-view.full .product-description .options a.button:last-child{float:left;clear:none}}@media screen and (max-width:460px){ul.bullets{width:90%}ul.bullets li{width:100%;padding:45px 0 0}ul.bullets li svg{right:0;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}ul.bullets li h6,ul.bullets li p{text-align:center}ul.brands-list{width:168px}.product-quick-view{padding-top:20px}.product-quick-view a.button.mfp-close{width:36px;height:33px}.product-quick-view a.button.mfp-close:before{top:-2px}.product-quick-view .product-pictures{width:225px}.product-quick-view .product-pictures .product-photo{width:225px;height:320px}.product-quick-view .product-pictures .product-photo figure{width:205px;height:300px}.product-quick-view .product-pictures .product-stamp figure{width:250px;height:300px}.product-quick-view .product-pictures .picture-views{width:270px}.product-quick-view.full .product-pictures{width:270px}.product-quick-view.full .product-pictures .product-photo{width:270px;height:320px}.product-quick-view.full .product-pictures .product-photo figure{width:250px;height:300px}.product-quick-view.full .product-pictures .product-stamp figure{width:250px;height:300px}.product-quick-view.full .product-pictures .picture-views{width:270px}}header{background:linear-gradient(to right,rgba(0,153,204,0.9),rgba(153,255,255,0.9)),url(/sites/bradspelaren/siteDependencies/homepageheadergames.webp)!important}header .westeros-separator{display:none}#header-top-wrap{background-color:#fafafa}#header-top{min-height:40px;padding:15px 22px 0 0}#header-top .westeros-dropdown a{font-size:.6875em}#header-top .westeros-dropdown a:hover{text-decoration:none!important}#header-top a{font-size:1em;font-weight:500}#header-top a:hover{text-decoration:underline}#header-top p{font-size:.6875em;line-height:1em;font-weight:500}#header-top p.contact{float:left}#header-top .svg-arrow{width:5px;height:8px;margin-left:8px;fill:#686868;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);cursor:pointer}#header-top p.login{float:right;margin-right:30px;position:relative}#header-top p.login.logged .svg-logged{width:12px;height:14px;fill:gray;position:absolute;top:-2px;left:-20px}#header-bottom{min-height:105px;padding-top:30px;background-color:transparent}#header-bottom .logo{float:left;width:198px;height:45px;margin-right:140px}#header-bottom .westeros-form{float:left;position:relative;margin-top:4px}#header-bottom .westeros-form select,#header-bottom .westeros-form input[type="text"]{float:left;height:38px;border:1px solid #d5d5d5}#header-bottom .westeros-form label{float:left;position:relative}#header-bottom .westeros-form label.select-block{width:160px}#header-bottom .westeros-form label.select-block .svg-arrow.select-arrow{top:17px;right:13px}#header-bottom .westeros-form select{width:100%;padding-left:12px;border-top-right-radius:0;border-bottom-right-radius:0}#header-bottom .westeros-form input[type="text"]{width:373px;border-left:none;border-top-left-radius:0;border-bottom-left-radius:0;padding:0 50px 0 12px}#header-bottom .westeros-form input[type="image"]{position:absolute;top:0;right:0}#header-bottom .cart-control{float:right;margin-right:35px}.cart-control{width:165px;height:46px;padding:10px 0 0 18px;position:relative;cursor:pointer}.cart-control h6{color:#24292d}.cart-control p{float:left;font-size:.625em;line-height:2.4em;font-weight:400;text-transform:uppercase}.cart-control p.highlighted{font-weight:700}.cart-control p.cart-content-short{display:none;color:#24292d;font-family:"Montserrat",sans-serif;font-weight:700}.cart-control .svg-order-box{width:34px;height:31px;position:absolute;top:8px;left:-32px}.cart-control .svg-arrow{position:absolute;top:20px;right:5px}.cart{width:350px;padding:0 10px;border:1px solid #d5d5d5;position:absolute;top:26px;right:-20px;z-index:10001;background-color:#fff;box-shadow:0 2px 4px 0 rgba(2,3,0,0.2)}.cart li p{float:left;font-size:.625em;line-height:2.4em;font-weight:400;text-transform:uppercase}.cart li p.highlighted{font-weight:700;margin-left:3px}.cart li.item,.cart li.total{border-bottom:1px solid #d5d5d5}.cart li.item{padding:14px 0 14px 45px;position:relative}.cart li.item .picture{width:40px;height:40px;padding:2px;border:1px solid #d5d5d5;position:absolute;top:14px;left:0}.cart li.item .picture figure{width:34px;height:34px}.cart li.item .description{float:left;width:140px}.cart li.item .description p.highlighted{margin:10px 0 2px 0;font-size:.5em;line-height:1em}.cart li.item .description h6{clear:left}.cart li.item .quantity,.cart li.item .price{float:left;margin-top:20px}.cart li.item .quantity{width:25px}.cart li.item .quantity h6{float:right}.cart li.item .price p.highlighted{float:right;font-size:.75em;line-height:1em}.cart li.item img[alt="remove"]{position:absolute;top:35px;right:5px;cursor:pointer}.cart li.total,.cart li.order{padding:15px 0}.cart li.total{padding-right:43px}.cart li.total h6,.cart li.total p{float:right;clear:right;margin-bottom:10px}.cart li.total h6:last-child,.cart li.total p:last-child{margin-bottom:0}.cart li.total div{float:right}.cart li.total div:nth-child(2){margin-right:25px}.cart li.total div:nth-child(2) h6:nth-last-child(2){margin-bottom:15px}.cart li.total p.highlighted{font-size:1.125em;line-height:1em}.cart li.order a.button{float:right;width:126px;font-size:.75em;line-height:32px;border-bottom-width:2px}.cart li.order a.button:nth-child(2){width:134px;margin-right:10px}@media screen and (max-width:1260px){header .westeros-separator{display:block}#header-top .westeros-dropdown-container.small{display:none}#header-bottom{padding:100px 0 25px;position:relative}#header-bottom .logo-container{top:25px;padding-left:50px}#header-bottom .westeros-form{float:none;width:533px;margin:0 auto}#header-bottom .westeros-dropdown-container{top:30px;padding-right:20px}}@media screen and (max-width:1024px){#header-top{padding:15px 0 0 0}#header-top .westeros-dropdown-container{float:none;width:165px;margin:0 auto}#header-top p.contact{display:none}#header-top p.login{float:none;text-align:center;margin-right:0}#header-top p.login.logged .svg-logged{width:12px;height:14px;fill:gray;position:absolute;top:-2px;left:-20px}}@media screen and (max-width:620px){#header-bottom .westeros-dropdown-container,#header-bottom .logo-container{width:100%;padding:0;margin-top:10px}#header-bottom .cart-control{width:40px;padding:12px 0 0 7px;margin-right:0}#header-bottom .cart-control h6,#header-bottom .cart-control p{display:none}#header-bottom .cart-control p.cart-content-short{display:block}#header-bottom .westeros-form{width:100%}#header-bottom .westeros-form label.select-block{width:44%}#header-bottom .westeros-form input[type="text"]{width:56%}}@media screen and (max-width:460px){.cart{width:284px;padding:0 9px;right:0}.cart li.item .quantity{display:none}.cart li.total{padding-right:9px}.cart li.order a.button:nth-child(2){float:left;width:134px;margin-right:0}}#main-menu{height:60px;background-color:#24292d;position:relative}#main-menu-placeholder{height:60px}#main-menu img[alt="pull-icon"]{display:none;position:absolute;top:16px;left:0;margin-left:13px;cursor:pointer}#mobile-search{display:none;margin-left:50px}#main-menu>ul{height:60px}#main-menu>ul>li{float:left;height:60px;margin-right:3px;border-bottom:5px solid transparent;position:relative;-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}#main-menu>ul>li:hover{background-color:#3a4045}#main-menu>ul>li>a{display:block;color:#fff;font-family:"Montserrat",sans-serif;font-size:.875em;font-weight:400;padding:0 35px;line-height:60px;text-transform:uppercase}#main-menu>ul>li>a.submenu:after{content:url("/sites/bradspelaren/siteDependencies/westeros/images/icons/dropdown-arrow.png");position:relative;left:8px;bottom:4px}#main-menu>ul>li>a.submenu:before{content:'';width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:7px solid #24292d;position:absolute;bottom:-15px;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);-webkit-transition:all .3s ease-in;transition:all .3s ease-in;visibility:hidden;opacity:0}#main-menu>ul li:hover .submenu:before{visibility:visible;opacity:1}#main-menu>ul>li:nth-child(1){border-bottom-color:#039be5}#main-menu>ul>li:nth-child(2){border-bottom-color:#26c6da}#main-menu>ul>li:nth-child(3){border-bottom-color:#1de9b6}#main-menu>ul>li:nth-child(4){border-bottom-color:#ffd600}#main-menu>ul>li:nth-child(5){border-bottom-color:#ff9100}#main-menu>ul>li:nth-child(6){border-bottom-color:#e53935}#main-menu>ul>li:nth-child(7){border-bottom-color:#ff4081}#main-menu>ul>li:nth-child(8){border-bottom-color:#ba68c8}#main-menu>ul>li:last-child{margin-right:0}#main-menu .submenu-small{width:180px;padding-top:10px;position:absolute;top:60px;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);z-index:10000;display:none}#main-menu .submenu-small:before{left:85px}#main-menu .submenu-small li{border-bottom:1px solid #475055;position:relative}#main-menu .submenu-small li a{display:block;padding-left:15px;color:#acbdc6;font-size:.75em;line-height:40px;background-color:#24292d}#main-menu .submenu-small li a:hover{color:#ffb414;-webkit-transition:color .3s linear;transition:color .3s linear}#main-menu .submenu-small li a:hover .svg-arrow{fill:#ffb414}#main-menu .submenu-small li .svg-arrow{width:4px;height:7px;position:absolute;top:17px;right:15px;fill:#acbdc6;-webkit-transition:fill .3s linear;transition:fill .3s linear}#main-menu .submenu-small li:hover ul{display:block}#main-menu .submenu-small li:last-child{border-bottom:0}#main-menu .submenu-small ul{width:180px;position:absolute;top:0;right:-180px;z-index:10000;display:none}#main-menu .submenu-medium,#main-menu .submenu-large{width:900px;padding-top:10px;position:absolute;top:60px;z-index:10000}#main-menu .submenu-medium>li,#main-menu .submenu-large>li{width:100%;padding:22px 0 25px 30px;background-color:#24292d;overflow:hidden}#main-menu .submenu-medium ul.product-preview,#main-menu .submenu-large ul.product-preview{float:left}#main-menu .submenu-large{height:330px;left:-385px;display:none}#main-menu .submenu-large:before{left:452px}#main-menu .submenu-large ul>li>a:hover{color:#fa305f}#main-menu .submenu-large ul>li>a:hover .svg-arrow{fill:#fa305f}#main-menu .submenu-medium{height:235px;left:-48px;display:none}#main-menu .submenu-medium:before{left:132px}#main-menu .submenu-medium ul>li>a:hover{color:#00b3be}#main-menu .submenu-medium ul>li>a:hover .svg-arrow{fill:#00b3be}#main-menu .submenu-list{float:left;width:170px;margin-right:30px}#main-menu .submenu-list>figure{width:170px;height:90px;margin-bottom:15px}#main-menu .submenu-list h6{color:#fff;font-weight:400;border-bottom:1px solid #475055;padding-bottom:9px}#main-menu .submenu-list ul{margin-top:10px}#main-menu .submenu-list ul>li{margin-bottom:1px;padding-left:10px;position:relative}#main-menu .submenu-list ul>li a{color:#acbdc6;font-size:.75em;line-height:1em}#main-menu .submenu-list ul>li a .svg-arrow{width:4px;height:7px;fill:#acbdc6;position:absolute;top:7px;left:0}#main-menu .submenu-list.double ul:nth-child(2){margin-bottom:25px}.mobile-menu{width:270px;height:100%;background-color:#24292d;padding:25px 0 60px;position:fixed;top:0;left:0;z-index:99999;overflow:auto;-webkit-transform:translate(-270px,0);-ms-transform:translate(-270px,0);transform:translate(-270px,0);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.mobile-menu.open{display:none;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.mobile-menu img[alt="logo"]{margin:0 0 30px 18px}.mobile-menu .svg-plus{width:25px;height:25px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);fill:#fff;position:absolute;top:33px;right:25px;cursor:pointer}.mobile-menu>ul{border-top:1px solid #2f3438}.mobile-menu>ul>li{border-bottom:1px solid #2f3438}.mobile-menu>ul>li>a{display:block;padding-left:30px;line-height:45px;color:#fff;font-family:"Montserrat",sans-serif;font-size:.75em;text-transform:uppercase;position:relative}.mobile-menu>ul>li>a .svg-arrow{width:5px;height:9px;fill:#fff;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);position:absolute;top:18px;right:25px}.mobile-menu>ul>li>a:hover{background-color:#3a4045}.mobile-menu>ul>li ul{border-top:1px solid #2f3438;background-color:#202427;padding:10px 0;display:none}.mobile-menu>ul>li ul li.selected a{color:#00b0ff}.mobile-menu>ul>li ul li a{display:block;padding-left:40px;line-height:30px;color:#acbdc6;font-size:.75em}.mobile-menu>ul>li ul li a:hover{color:#00b0ff}.mobile-menu-cover{width:100%;height:100%;position:fixed;top:0;left:0;z-index:98999;visibility:hidden;background-color:transparent;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.mobile-menu-cover.visible{background-color:rgba(0,0,0,0.9);visibility:visible}#banner-wrap{background:url("/sites/bradspelaren/siteDependencies/westeros/images/covernologo.jpg") no-repeat center;background-size:cover}#banner-wrap-halloween{background:url('/sites/bradspelaren/siteDependencies/westeros/images/coverhalloween.jpg') no-repeat center;background-position:bottom;background-size:cover}#banner{min-height:443px;padding-top:70px;position:relative}#banner .main-promo{float:left;padding-left:70px}#banner .main-promo h2{font-size:1.4375em;line-height:50px;text-align:center}#banner .main-promo h2 span{font-size:3.47826em}#banner .main-promo p{width:465px;margin:10px 0 25px;color:#fff;font-weight:400;text-align:center}#banner .main-promo a.button{width:190px;margin:0 auto}#banner .speech-bubble{}.text-stroke label{text-shadow:-1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000}.text-stroke span{font-family:'Butcherman', cursive;color:#000;font-size:5em}label .button{background-color:#F28F00;border-bottom:#B16801;border:5px solid;border-color:#000;border-radius:30px;width:300px!important;height:100px!important;text-align:center;vertical-align:middle}label .button:hover{background-color:#F28F00!important}#banner img[alt="monster"]{-webkit-animation:movemonster 1.8s ease;animation:movemonster 1.8s ease}#banner #stars{position:absolute;top:0;right:0;width:510px;height:100%;overflow:hidden}#banner .star{position:absolute;background-position:50% 50%;background-repeat:no-repeat;opacity:0}#banner .star.small{width:35px;height:35px;top:258px;right:478px;background-image:url("/sites/bradspelaren/siteDependencies/westeros/images/star-small.png");-webkit-animation:movestar .6s linear forwards,rotatestar 1s ease-in-out;animation:movestar .6s linear forwards,rotatestar 1s ease-in-out;animation-delay:.6s}#banner .star.medium{width:53px;height:55px;top:80px;right:180px;background-image:url("/sites/bradspelaren/siteDependencies/westeros/images/star-medium.png");-webkit-animation:movestar .8s linear forwards,rotatestar 1s ease-in-out;animation:movestar .8s linear forwards,rotatestar 1s ease-in-out;animation-delay:.6s}#banner .star.large{width:70px;height:71px;top:240px;right:85px;background-image:url("/sites/bradspelaren/siteDependencies/westeros/images/star-large.png");-webkit-animation:movestar .8s linear forwards,rotatestar 1s ease-in-out;animation:movestar .8s linear forwards,rotatestar 1s ease-in-out;animation-delay:.6s}@-webkit-keyframes movestar{0%{top:205px;right:335px;opacity:0;transform:scale(0);-webkit-transform:scale(0)}100%{opacity:1;transform:scale(1);-webkit-transform:scale(1)}}@keyframes movestar{0%{top:205px;right:335px;opacity:0;transform:scale(0);-webkit-transform:scale(0)}100%{opacity:1;transform:scale(1);-webkit-transform:scale(1)}}@-webkit-keyframes rotatestar{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotatestar{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes movemonster{0%{opacity:0;transform:translate(0,434px) scale(0)}100%{opacity:1;transform:translate(0,0) scale(1)}}@keyframes movemonster{0%{opacity:0;transform:translate(0,-434px) scale(0)}100%{opacity:1;transform:translate(0,0) scale(1)}}@-webkit-keyframes popmsg{0%{opacity:0;transform:scale(0);-webkit-transform:scale(0)}100%{opacity:1;transform:scale(1);-webkit-transform:scale(1)}}@keyframes popmsg{0%{opacity:0;transform:scale(0);-webkit-transform:scale(0)}100%{opacity:1;transform:scale(1);-webkit-transform:scale(1)}}@media screen and (max-width:1260px){#main-menu>ul{height:50px}#main-menu, #menuplaceholder{height:50px!important}#main-menu-placeholder{height:50px}#main-menu img[alt="pull-icon"]{display:block}#mobile-search{display:block}#main-menu>ul>li{display:none}.mobile-menu::-webkit-scrollbar{-webkit-appearance:none}.mobile-menu::-webkit-scrollbar:vertical{width:12px}.mobile-menu::-webkit-scrollbar:horizontal{height:12px}.mobile-menu::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.5);border-radius:10px;border:2px solid #fff}.mobile-menu::-webkit-scrollbar-track{border-radius:10px;background-color:#fff}.mobile-menu.open{display:block}}@media screen and (max-width:1260px){#banner{min-height:410px}#banner .main-promo{float:none;padding-left:0}#banner .main-promo p{margin-left:auto;margin-right:auto}}@media screen and (max-width:620px){#banner{min-height:380px}#banner .main-promo h2{font-size:1em;line-height:40px}#banner .main-promo p{width:80%}}@media screen and (max-width:460px){#banner{padding-top:60px}#banner .main-promo h2{font-size:.8125em;line-height:35px}#banner .main-promo p{width:90%}}#advertising-wrap{background-color:#fff}#advertising{padding:30px 0 60px}#advertising .ad-box{margin-bottom:30px}#advertising .ad-box a{width:48.71795%}#advertising .ad-box a:first-child{float:left}#advertising .ad-box a:last-child{float:right}#advertising img{width:100%}#advertising.short{padding-top:0}#advertising.short .ad-box{margin-bottom:0}@media screen and (max-width:620px){#advertising{padding-bottom:30px}#advertising>a{display:none}#advertising .ad-box{margin-bottom:0}#advertising .ad-box a:first-child,#advertising .ad-box a:last-child{float:none}#advertising .ad-box a:first-child img{margin-bottom:15px}}.product-showcase-wrap{background-color:#fff}.product-showcase-side{float:left!important;width:23%;margin-left:2%;padding-bottom:20px}.product-showcase-side h3{margin-top:5px}.product-showcase{float:left!important;width:75%;margin:0;padding-bottom:20px;min-height:592px;position:relative}.product-showcase h3{margin-top:5px}.product-showcase ul.slide-controls{position:absolute;top:-5px;right:0}@media screen and (max-width:620px){.product-showcase-side{float:none;width:100%;margin-left:0;text-align:center}.product-showcase-side h3{text-align:center;margin-bottom:20px}.product-showcase{float:none;width:100%}.product-showcase h3{text-align:center;margin-bottom:20px}.product-showcase ul.slide-controls{position:static;margin:0 auto 20px}}#institutional-wrap{background-color:#fff}#institutional{min-height:340px;padding-bottom:100px}#institutional .bullets{margin-top:60px}#latest-blog-posts-wrap{background-color:#fff}#latest-blog-posts{min-height:612px;padding-bottom:60px;position:relative}#latest-blog-posts h3{margin-top:5px}#latest-blog-posts ul.slide-controls{position:absolute;top:-5px;right:0}@media screen and (max-width:620px){#latest-blog-posts h3{text-align:center;margin-bottom:20px}#latest-blog-posts ul.slide-controls{position:static;margin:0 auto 20px}}#billboard-wrap{background-color:#fff}#billboard{min-height:406px;padding-bottom:60px;overflow:hidden}#billboard .accordion{float:left;width:48.71795%}#billboard .sale-promo{float:right;width:570px;height:282px;background:url("/sites/bradspelaren/siteDependencies/westeros/images/sale-promo-bg.png") no-repeat 40px 90px;position:relative}#billboard .sale-promo img[alt="bunny-monster"]{position:absolute;bottom:0;right:112px}#billboard .sale-promo .speech-bubble{width:279px;height:272px;background:url("/sites/bradspelaren/siteDependencies/westeros/images/speech-bubble.png") no-repeat center}#billboard .sale-promo .speech-bubble h4{position:absolute;top:40px;left:21px;font-size:3.25em;-webkit-transform:rotate(-8deg);-ms-transform:rotate(-8deg);transform:rotate(-8deg)}#billboard .sale-promo .speech-bubble h4.remark{top:79px;left:71px;color:#ffd200;font-size:5.5em;-webkit-transform:rotate(-8.5deg);-ms-transform:rotate(-8.5deg);transform:rotate(-8.5deg)}#bubbles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.bubble{position:absolute;background-position:50% 50%;background-repeat:no-repeat}.bubble.small{width:13px;height:14px;left:220px;background-image:url("/sites/bradspelaren/siteDependencies/westeros/images/snowflakesmall.png");-webkit-animation:movebubble 6s linear infinite,sideWays 3s ease-in-out infinite alternate;animation:movebubble 6s linear infinite,sideWays 3s ease-in-out infinite alternate}.bubble.small.x1{left:425px;-webkit-animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate}.bubble.medium{width:22px;height:22px;left:450px;background-image:url("/sites/bradspelaren/siteDependencies/westeros/images/snowflakemedium.png");-webkit-animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate}.bubble.large{width:29px;height:29px;left:480px;background-image:url("/sites/bradspelaren/siteDependencies/westeros/images/snowflakebig.png");-webkit-animation:movebubble 7.5s linear infinite,sideWays 6s ease-in-out infinite alternate;animation:movebubble 7.5s linear infinite,sideWays 6s ease-in-out infinite alternate}#snowflakes{position:absolute;top:-20px;left:0;width:100%;height:100%;overflow:hidden}.snowflake{position:absolute;background-position:100% 100%;background-repeat:no-repeat}.snowflake.small{width:13px;height:14px;left:220px;background-image:url("/sites/bradspelaren/siteDependencies/westeros/images/snowflakesmall.png");-webkit-animation:movebubble 6s linear infinite,sideWays 3s ease-in-out infinite alternate;animation:movebubble 6s linear infinite,sideWays 3s ease-in-out infinite alternate}.snowflake.small.x1{left:25px;-webkit-animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate}.snowflake.small.x2{left:125px;-webkit-animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation-delay:1s}.snowflake.small.x3{left:225px;-webkit-animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation-delay:2s}.snowflake.small.x4{left:325px;-webkit-animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation-delay:3s}.snowflake.small.x5{left:425px;-webkit-animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation-delay:4s}.snowflake.small.x6{left:525px;-webkit-animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate}.snowflake.small.x7{left:625px;-webkit-animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation-delay:1s}.snowflake.small.x8{left:725px;-webkit-animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation-delay:2s}.snowflake.small.x9{left:825px;-webkit-animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation-delay:3s}.snowflake.small.x10{left:925px;-webkit-animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation-delay:4s}.snowflake.medium{width:22px;height:22px;left:150px;background-image:url("/sites/bradspelaren/siteDependencies/westeros/images/snowflakemedium.png");-webkit-animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate}.snowflake.medium.x1{width:22px;height:22px;left:250px;background-image:url("/sites/bradspelaren/siteDependencies/westeros/images/snowflakemedium.png");-webkit-animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation-delay:1.5s}.snowflake.medium.x2{width:22px;height:22px;left:350px;background-image:url("/sites/bradspelaren/siteDependencies/westeros/images/snowflakemedium.png");-webkit-animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation-delay:2.5s}.snowflake.medium.x3{width:22px;height:22px;left:450px;background-image:url("/sites/bradspelaren/siteDependencies/westeros/images/snowflakemedium.png");-webkit-animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation-delay:3.5s}.snowflake.medium.x4{width:22px;height:22px;left:550px;background-image:url("/sites/bradspelaren/siteDependencies/westeros/images/snowflakemedium.png");-webkit-animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation-delay:4.5s}.snowflake.medium.x5{width:22px;height:22px;left:650px;background-image:url("/sites/bradspelaren/siteDependencies/westeros/images/snowflakemedium.png");-webkit-animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation-delay:1.5s}.snowflake.medium.x6{width:22px;height:22px;left:750px;background-image:url("/sites/bradspelaren/siteDependencies/westeros/images/snowflakemedium.png");-webkit-animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation-delay:2.5s}.snowflake.medium.x7{width:22px;height:22px;left:850px;background-image:url("/sites/bradspelaren/siteDependencies/westeros/images/snowflakemedium.png");-webkit-animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation-delay:3.5s}.snowflake.medium.x8{width:22px;height:22px;left:950px;background-image:url("/sites/bradspelaren/siteDependencies/westeros/images/snowflakemedium.png");-webkit-animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation-delay:4.5s}.snowflake.large{width:29px;height:29px;left:480px;background-image:url("/sites/bradspelaren/siteDependencies/westeros/images/snowflakebig.png");-webkit-animation:movebubble 7.5s linear infinite,sideWays 6s ease-in-out infinite alternate;animation:movebubble 7.5s linear infinite,sideWays 6s ease-in-out infinite alternate}#bats{position:absolute;top:-20px;left:0;width:100%;height:100%;overflow:hidden}.bat{position:absolute;background-position:100% 100%;background-repeat:no-repeat}.bat.small{width:14px;height:14px;left:220px;background-image:url("/sites/bradspelaren/siteDependencies/halloween/bat1.gif");background-size:cover;-webkit-animation:movebubble 6s linear infinite,sideWays 3s ease-in-out infinite alternate;animation:movebubble 6s linear infinite,sideWays 3s ease-in-out infinite alternate}.bat.small.x1{left:25px;-webkit-animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate}.bat.small.x2{left:125px;-webkit-animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation-delay:1s}.bat.small.x3{left:225px;-webkit-animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation-delay:2s}.bat.small.x4{left:325px;-webkit-animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation-delay:3s}.bat.small.x5{left:425px;-webkit-animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation-delay:4s}.bat.small.x6{left:525px;-webkit-animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate}.bat.small.x7{left:625px;-webkit-animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation-delay:1s}.bat.small.x8{left:725px;-webkit-animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation-delay:2s}.bat.small.x9{left:825px;-webkit-animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation-delay:3s}.bat.small.x10{left:925px;-webkit-animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation-delay:4s}.bat.medium{width:44px;height:22px;left:150px;background-image:url("/sites/bradspelaren/siteDependencies/halloween/bat2.gif");background-size:cover;-webkit-animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate}.bat.medium.x1{left:250px;-webkit-animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation-delay:1.5s}.bat.medium.x2{left:350px;-webkit-animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation-delay:2.5s}.bat.medium.x3{left:450px;-webkit-animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation-delay:3.5s}.bat.medium.x4{left:550px;-webkit-animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation-delay:4.5s}.bat.medium.x5{left:650px;-webkit-animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation-delay:1.5s}.bat.medium.x6{left:750px;-webkit-animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation-delay:2.5s}.bat.medium.x7{left:850px;-webkit-animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation-delay:3.5s}.bat.medium.x8{left:950px;-webkit-animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation-delay:4.5s}.bat.large{width:75px;height:75px;left:880px;background-image:url("/sites/bradspelaren/siteDependencies/halloween/bat4.gif");background-size:cover;-webkit-animation:movebubble 7.5s linear infinite,sideWays 6s ease-in-out infinite alternate;animation:movebubble 7.5s linear infinite,sideWays 6s ease-in-out infinite alternate}#leafs{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.leaf{position:absolute;background-position:50% 50%;background-repeat:no-repeat}.leaf.small{width:13px;height:14px;left:220px;background-image:url("/sites/bradspelaren/siteDependencies/westeros/images/leafsmall.png");-webkit-animation:movebubble 6s linear infinite,sideWays 3s ease-in-out infinite alternate;animation:movebubble 6s linear infinite,sideWays 3s ease-in-out infinite alternate}.leaf.small.x1{left:425px;-webkit-animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;animation:movebubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate}.leaf.medium{width:22px;height:22px;left:450px;background-image:url("/sites/bradspelaren/siteDependencies/westeros/images/leafmedium.png");-webkit-animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate;animation:movebubble 6.5s linear infinite,sideWays 5s ease-in-out infinite alternate}.leaf.large{width:29px;height:29px;left:480px;background-image:url("/sites/bradspelaren/siteDependencies/westeros/images/leafbig.png");-webkit-animation:movebubble 7.5s linear infinite,sideWays 6s ease-in-out infinite alternate;animation:movebubble 7.5s linear infinite,sideWays 6s ease-in-out infinite alternate}@-webkit-keyframes movebubble{0%{bottom:100%;opacity:0}10%{opacity:0}20%{opacity:1}100%{bottom:10%;opacity:0}}@keyframes movebubble{0%{bottom:100%;opacity:0}10%{opacity:0}20%{opacity:1}100%{bottom:10%;opacity:0}}@-webkit-keyframes sideWays{0%{margin-left:0}100%{margin-left:50px}}@keyframes sideWays{0%{margin-left:0}100%{margin-left:50px}}@media screen and (max-width:1260px){#billboard .accordion{float:none;width:90%;margin:0 auto 50px}#billboard .sale-promo{float:none;margin:0 auto}}@media screen and (max-width:620px){#billboard .accordion{width:100%;margin-bottom:0}#billboard .sale-promo{display:none}}.accordion{border:1px solid #d5d5d5;border-top:0}.accordion>li>a{display:block;background-color:#fff;border-top:1px solid #d5d5d5;padding-left:14px;position:relative;cursor:pointer}.accordion>li>a h6{font-size:.875em;line-height:41px}.accordion>li>a .plus{width:12px;height:12px;position:absolute;top:15px;right:15px;pointer-events:none}.accordion>li>a .plus>rect{fill:#0ec3f7}.accordion>li.selected .vertical{display:none}.accordion .sub-items{display:none}.accordion .sub-items>li>p{padding:20px 15px 25px;border-top:1px solid #d5d5d5;background-color:#fff}.accordion .sub-items>li .currentcategory{margin-left:10px}.accordion .sub-items>li .currentcategory a{font-weight:700;font-size:.7em;color:#000}.accordion .sub-items>li>ul{margin:8px 0 20px;padding-left:15px}.accordion .sub-items>li>ul li{margin-bottom:14px}.accordion .sub-items>li>ul li a{display:block;color:#81929b;font-family:"Montserrat",sans-serif;font-size:.625em;text-transform:uppercase;font-weight:700;line-height:1em;cursor:pointer}.accordion .sub-items>li>ul li .svg-arrow{width:4px;height:7px;fill:#00b0ff;margin-right:5px}.accordion .sub-items>li>ul li:last-child{margin-bottom:0}.description-tab{margin:0 auto 36px;position:relative}.description-tab>li{float:left}.description-tab>li:last-child{border-right:1px solid #dedede}.description-tab>li>a{display:block;padding:0 30px;line-height:43px;border:1px solid #d5d5d5;border-bottom:0;color:#81929b;font-family:"Montserrat",sans-serif;font-size:.875em;font-weight:700;text-transform:uppercase;text-align:center;background-color:#fff;position:relative;-webkit-transition:all .3s ease;transition:all .3s ease}.description-tab li:last-child a{border-right:0}.description-tab>li.selected>a{color:#4e5c64}.description-tab>li>.item{width:100%;min-height:287px;padding:33px 30px;background-color:#fff;border:1px solid #d5d5d5;position:absolute;top:44px;left:0;z-index:0;display:none}.description-tab>li>.item.multiple{padding:0}.description-tab>li>.item p{margin-bottom:25px}.description-tab>li>.item p:last-child{margin-bottom:0}.description-tab>li>.item p span{font-weight:500}.description-tab>li>.item .sub-item{padding:0 30px;border-bottom:1px solid #d5d5d5}.description-tab>li>.item .sub-item:last-child{border-bottom:0}.description-tab>li>.item .sub-item h5{font-size:.875em;line-height:1.3em}.description-tab>li>.item .sub-item ul.rating{float:left}.description-tab>li>.item .sub-item.rate{height:80px}.description-tab>li>.item .sub-item.rate ul.rating{margin:28px 20px 0 0}.description-tab>li>.item .sub-item.rate h5{float:left;line-height:80px}.description-tab>li>.item .sub-item.rate h5 span{color:#00b0ff}.description-tab>li>.item .sub-item.review{padding-top:33px;padding-bottom:30px}.description-tab>li>.item .sub-item.review h5{margin-bottom:18px}.description-tab>li>.item .sub-item.review ul.rating{margin-right:10px}.description-tab>li>.item .sub-item.review .author{float:left;margin-bottom:15px;font-size:.75em;line-height:10px;font-weight:400}.description-tab>li>.item .sub-item.review .comment{clear:left}.description-tab>li>.item .sub-item.review-form{padding-top:33px;padding-bottom:35px}.description-tab>li>.item .sub-item.review-form h5{font-size:1.125em;margin-bottom:34px}.description-tab>li>.item .sub-item.review-form .featured-form{overflow:hidden}.description-tab>li>.item .sub-item.review-form .featured-form div.left{float:left;width:48.14815%}.description-tab>li>.item .sub-item.review-form .featured-form div.right{float:right;width:48.14815%}.description-tab>li>.item .sub-item.review-form .featured-form div input[type="text"]:last-child{margin-bottom:22px}.description-tab>li>.item .sub-item.review-form .featured-form div textarea{height:110px;margin-bottom:20px}.description-tab>li>.item .sub-item.review-form .featured-form div label{float:left}.description-tab>li>.item .sub-item.review-form .featured-form div:nth-last-child(2) label{margin:3px 10px 0 0}.description-tab>li>.item .sub-item.review-form .featured-form button{width:215px;margin:0}@media screen and (max-width:942px){.related-p{margin-top:-100px}}@media screen and (max-width:660px){.description-tab>li>.item .sub-item.review-form .featured-form div.left,.description-tab>li>.item .sub-item.review-form .featured-form div.right{float:none;width:100%}.description-tab>li>.item .sub-item.review-form .featured-form div ul.rating{margin-bottom:30px}.description-tab>li>.item .sub-item.review-form .featured-form button{float:none;clear:left;margin:0 auto}}@media screen and (max-width:460px){.description-tab>li{float:none}.description-tab>li:first-child a{border-right:1px solid #d5d5d5}.description-tab>li>.item{top:133px}.description-tab>li>.item .sub-item.rate ul.rating{float:none;margin-bottom:20px}.description-tab>li>.item .sub-item.rate h5{line-height:1em}.description-tab>li>.item .sub-item.review-form .featured-form div ul.rating{clear:left;margin-top:10px}}#brands-wrap{background-color:#fff}#brands{min-height:225px;padding-bottom:100px;position:relative}#brands h3{margin:5px 0 45px}#brands ul.slide-controls{position:absolute;top:-5px;right:0}ul.brands-list li{float:left;position:relative}ul.brands-list li a{display:block}ul.brands-list li a img{position:absolute;top:0;left:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}ul.brands-list li a img[alt="brand-over"]{opacity:0}ul.brands-list li a:hover img[alt="brand-over"]{opacity:1}ul.brands-list li:nth-child(1){margin-right:87px}ul.brands-list li:nth-child(1) a{width:168px;height:43px}ul.brands-list li:nth-child(2){margin-right:102px}ul.brands-list li:nth-child(2) a{width:161px;height:30px}ul.brands-list li:nth-child(3){margin-right:98px}ul.brands-list li:nth-child(3) a{width:154px;height:34px}ul.brands-list li:nth-child(4){margin-right:112px}ul.brands-list li:nth-child(4) a{width:136px;height:34px}ul.brands-list li:nth-child(5) a{width:150px;height:35px}@media screen and (max-width:620px){#brands h3{text-align:center;margin-bottom:20px}#brands ul.slide-controls{position:static;margin:0 auto 25px}}#section-nav-wrap{background-color:#fafafa}#section-nav{height:40px;padding-top:12px}#section-nav p{font-size:.6875em;font-weight:500}#section-nav p a{font-weight:500}#section-nav p a:hover{text-decoration:underline}#register-login-wrap{background-color:#fff}#register-login{padding:60px 0;overflow:hidden}#register-login .featured-form{float:left;width:48.71795%;overflow:hidden}#register-login .featured-form:last-child{float:right}#register-login .featured-form button.login{margin-top:15px;clear:both}.featured-form h3{padding-bottom:15px;margin-bottom:25px;border-bottom:1px solid #d5d5d5}.featured-form .rl-label{display:block;color:#4e5c64;font-size:.75em;margin-bottom:10px;cursor:auto}.featured-form .rl-label.required:after{content:'*';color:#00b0ff;margin-left:3px}.featured-form input[type="text"]{margin-bottom:22px}.featured-form input[type="text"]:last-child{margin-bottom:0}.featured-form textarea{color:#808080;font-family:"Roboto",sans-serif;font-size:12px}.featured-form .fp-msg{float:right;margin-top:7px}.featured-form button{float:right;margin-top:8px}.featured-form button.register{width:252px;background-color:#00dfb9;border-bottom-color:#00c2a1}.featured-form button.register:hover{background-color:#0ce6c1}.featured-form button.login{width:165px}@media screen and (max-width:1024px){#register-login .featured-form{float:none;width:100%}#register-login .featured-form:first-child{margin-bottom:40px}}@media screen and (max-width:620px){#register-login .featured-form label[for="remember"]{float:left}#register-login .featured-form .fp-msg{float:left;clear:left;margin:15px 0 20px}}@media screen and (max-width:460px){#register-login .featured-form .fp-msg{margin-bottom:35px}#register-login .featured-form button{float:none;margin:8px auto 0}}#shop-wrap{background-color:#fff}#shop{padding:60px 0 100px;overflow:hidden}#shop .shop-sidebar{float:right}#shop .shop-products{float:left}#shop.right .shop-sidebar{float:left}#shop.right .shop-products{float:right}.shop-sidebar{width:23.07692%;background-color:#fff}.shop-sidebar .sidebar-control{display:none;top:55px!important}.shop-sidebar .title{font-size:1.125em;margin:45px 0 20px}.shop-sidebar .title:nth-child(2){margin-top:0}.shop-sidebar .subtitle{font-size:.75em;line-height:16px;margin-bottom:18px}.shop-sidebar .accordion h6{font-size:.75em;line-height:38px;-webkit-transition:color .3s ease;transition:color .3s ease}.shop-sidebar .accordion h6:hover{color:#00b0ff}.shop-sidebar .accordion .plus{width:9px;height:9px}.shop-sidebar .accordion .plus>rect{fill:#0ec3f7}.shop-sidebar .westeros-form.price-range{overflow:visible;padding:20px 10px 0}.shop-sidebar .westeros-form.price-range button{margin-top:50px}.shop-sidebar .westeros-form.player-range{overflow:visible;padding:20px 10px 0}.shop-sidebar .westeros-form.player-range button{margin-top:50px}.shop-sidebar .westeros-form.duration-range{overflow:visible;padding:20px 10px 0}.shop-sidebar .westeros-form.duration-range button{margin-top:50px}.shop-sidebar .westeros-form.bggrating-range{overflow:visible;padding:20px 10px 0}.shop-sidebar .westeros-form.bggrating-range button{margin-top:50px}.shop-sidebar .westeros-form.stockquantity-range{overflow:visible;padding:20px 10px 0}.shop-sidebar .westeros-form.stockquantity-range button{margin-top:50px}.shop-sidebar .westeros-form label.select-block{width:100%;margin-bottom:15px}.shop-sidebar .westeros-form label.select-block.last{margin-bottom:25px}.shop-sidebar .westeros-form label.select-block select{width:100%;height:38px}.shop-sidebar .westeros-form label.select-block .svg-arrow{top:18px;right:15px}.shop-sidebar .westeros-form input[type="text"]{margin-bottom:25px}.shop-sidebar .westeros-form input[type="checkbox"]+label{display:block;margin-bottom:14px}.shop-sidebar .westeros-form input[type="radio"]+label{display:block;margin-bottom:14px}.shop-sidebar .westeros-form input[type="radio"]+label.last{margin-bottom:25px}.shop-sidebar .westeros-form .button.small{float:left;font-size:.625em;padding:0 15px;line-height:23px;letter-spacing:0;border-bottom-width:2px}.shop-sidebar .westeros-form .button.vote{margin-right:10px;background-color:#00acc1;border-bottom-color:#0092a2}.shop-sidebar .colorpicker{margin-left:2px}.shop-sidebar .colorpicker li{margin:0 20px 10px 0}.shop-sidebar .colorpicker li:last-child{margin-right:0}.shop-sidebar ul.product-preview{margin-bottom:45px}.shop-sidebar ul.product-preview>li .picture{width:70px;height:70px;padding:4px;background-color:#fff;border:1px solid #d5d5d5;position:absolute;top:0;left:0;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.shop-sidebar ul.product-preview>li .picture:hover{background-color:#00b0ff;border-color:#00b0ff}.shop-sidebar ul.product-preview>li .picture figure{width:60px;height:60px;border:0;position:static}.shop-sidebar ul.product-preview>li h6{color:#49555c}.shop-sidebar .fb-page{margin-bottom:45px}.shop-sidebar .cart-total{margin-bottom:20px}div.sidebar-control{width:40px;height:90px;padding:27px 0 0 5px;background-color:#00b0ff;box-shadow:2px 2px 4px 2px rgba(2,3,0,0.2);border-left:none;border-radius:4px;border-top-left-radius:0;border-bottom-left-radius:0;position:absolute;top:91px;left:0;z-index:1000;cursor:pointer;display:none}div.sidebar-control .svg-gear{width:20px;height:20px;fill:#fff}svg.sidebar-control{width:25px;height:25px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);fill:#4e5c64;position:absolute;top:33px;right:25px;z-index:9999;cursor:pointer}.shop-products{width:74.44444%}.shop-products.shop-cart .title{margin-bottom:20px}.shop-products .title{margin-bottom:0}.shop-products .title:first-child{margin-top:-6px}.shop-products .title.heading{margin-bottom:20px}.shop-products .subtitle{font-size:.75em}.shop-products .section-banner{margin-top:20px;padding-bottom:20px;border-bottom:1px solid #d5d5d5}.shop-products .filters{margin-bottom:20px}.shop-products ul.product-list .list-item{margin-bottom:20px}.shop-products ul.product-list .list-item:nth-child(3n+3){margin-right:0}.shop-products ul.product-list.list .list-item{width:100%}.shop-products .pager{margin:20px auto 0}.shop-products .pager ul{text-align:center;justify-content:center;margin-bottom:20px}.shop-products .product-quick-view.full{margin-bottom:40px}.shop-products ul.blog-post-preview .list-item{margin-bottom:20px}.shop-products ul.blog-post-preview .list-item:nth-child(3n+3){margin-right:0}.shop-products .blog-post{margin:20px 0 60px}.tags{overflow:hidden}.tags>li{user-select:none;float:left;margin:0 10px 10px 0;border:1px solid #d5d5d5;-webkit-transition:border-color .3s ease;transition:border-color .3s ease;cursor:pointer}.tags>li:last-child{margin-right:0}.tags>.checked{border-color:#00b0ff}.tags>.checked a{color:#fff!important;background-color:#00b0ff}.tags>li a{display:block;color:#81929b;font-family:"Montserrat",sans-serif;font-size:.625em;font-weight:700;text-transform:uppercase;line-height:18px;padding:0 15px;background-color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.filters{border-bottom:1px solid #d5d5d5;overflow:hidden}.filters .subtitle{float:left;line-height:20px;width:100%}.filters .information{width:40%}.filters .options{float:right;width:60%}.filters .options .westeros-form{float:left;margin-top:15px}.filters .options .westeros-form label.select-block select{margin-left:10px}.filters .options .westeros-form label[for="sort"]{margin-left:10px}.display{float:left;margin:15px 0 0 15px;overflow:hidden}.display>li{float:left;width:34px;height:30px;margin-right:10px;border:1px solid #d5d5d5;border-radius:2px;position:relative;cursor:pointer}.display>li:last-child{margin-right:0}.display>li svg{width:14px;height:14px;fill:#d5d5d5;position:absolute;top:7px;left:9px;-webkit-transition:all .4s ease;transition:all .4s ease}.display>li.selected svg{fill:#00b0ff}#pager{text-align:center}.page-item.selected{background-color:#00B0FF;border:1px solid #00B0FF!important}.page-item.selected a{color:#fff!important}.firstitem{border:0!important}.firstitem .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.lastitem{margin-right:3px!important;border:0!important}.lastitem .page-link{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.page-link{border:0;background-color:transparent}.page-link:hover{border:0;background-color:transparent}.pager{overflow:hidden}.pager li{display:inline-block;width:28px;height:30px;margin-right:10px;border:1px solid #d5d5d5;border-radius:2px;background-color:#fff}.pager li:first-child{border:0}.pager li:last-child{margin-right:0;border:0}.pager li a{display:block;text-align:center;line-height:28px;color:#81929b;font-family:"Montserrat",sans-serif;font-size:.6875em;-webkit-transition:all .3s ease;transition:all .3s ease;position:relative;padding:0}.pager li a:hover{color:#00b0ff}.pager li.selected a{color:#00b0ff;font-weight:700}.pager li .button{height:30px;border-bottom-width:2px;background-color:#00b0ff}.pager li .button:hover{background-color:#2abdff!important;text-decoration:none}.pager li .svg-arrow{width:5px;height:9px;fill:#fff;position:absolute;top:10px}.pager li .prev,.pager li .next{margin-top:0px}.pager li .prev .svg-arrow{left:11px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.pager li .next .svg-arrow{right:11px}.pager li .svg-doublearrow{width:9px;height:9px;fill:#fff;position:absolute;top:10px}.pager li .prev .svg-doublearrow{left:11px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.pager li .next .svg-doublearrow{right:8px}.shopping-cart{display:table;width:100%;border:1px solid #d5d5d5;margin-bottom:40px}.shopping-cart.order{border:0;border-top:1px solid #d5d5d5;margin-bottom:0}.shopping-cart.order .cell.cart-item{width:373px;height:100px}.shopping-cart.order .cell.cart-item .highlighted{color:#00b0ff;margin-bottom:8px}.shopping-cart.order .cell.cart-item:first-child{padding:20px 0 0 14px}.shopping-cart.order .cell.cart-item:first-child h3{margin-bottom:5px}.shopping-cart.order .cell.cart-item:first-child h6{margin-bottom:5px}.shopping-cart.summary .cell:last-child{padding-right:14px}.shopping-cart.summary .row:last-child p.highlighted{color:#00b0ff;font-size:1.125em}.shopping-cart.summary h3{margin-top:25px}.shopping-cart.summary p.highlighted{float:right;margin-top:25px}.shopping-cart .row{display:table-row}.shopping-cart .row:last-child .cell{border-bottom:0}.shopping-cart .row.header .cell{height:35px}.shopping-cart .row.header .cell:first-child{text-align:left;padding-left:15px}.shopping-cart .row.header .cell h5{line-height:35px}.shopping-cart .cell{display:table-cell;border-right:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5;vertical-align:top;text-align:center}.shopping-cart .cell.cart-item{width:353px;height:156px}.shopping-cart .cell.cart-item:first-child{text-align:left;padding:20px 0 0 145px;position:relative}.shopping-cart .cell.cart-item .product-picture{border:1px solid #d5d5d5;padding:3px;position:absolute;top:10px;left:15px}.shopping-cart .cell.cart-item .product-picture figure{width:107px;height:128px}.shopping-cart .cell.cart-item .highlighted{margin:0 0 10px;font-size:.5625em;letter-spacing:.08em}.shopping-cart .cell.cart-item h3{color:#49555c;font-size:1em}.shopping-cart .cell.cart-item h6{margin:3px 0 10px;color:#4e5c64;font-size:.625em}.shopping-cart .cell.cart-item h6 span{color:#81929b}.shopping-cart .cell.cart-summary{width:87.4424%;height:60px;padding-left:15px}.shopping-cart .cell.cart-summary h3{color:#49555c;font-size:1em;margin-top:25px;text-align:left}.shopping-cart .cell.cart-summary p.highlighted{margin-top:25px}.shopping-cart .cell.buttons{padding-top:28px}.shopping-cart .cell.buttons.small{width:158px}.shopping-cart .cell.buttons.big{width:282px}.shopping-cart .cell .highlighted{color:#49555c;margin-top:42px;font-size:.875em}.shopping-cart .cell .counter{margin:32px auto 0}.shopping-cart .cell .button.cart-add{float:right;width:190px;text-align:left;padding-left:50px;margin:0 15px 10px 0}.shopping-cart .cell .actions{float:right;margin-right:15px}.shopping-cart .cell .actions .button{float:left}.shopping-cart .cell .actions .button.wishlist{margin-right:10px;clear:both}.shopping-cart .cell .actions .button.cartadd{margin-right:10px;clear:both}.shopping-cart .cell .actions .button.no-stock{pointer-events:auto}.shopping-cart .cell .actions .button.no-stock .svg-plus{left:20px}.shopping-cart .cell:last-child{border-right:0}.cart-total{border:1px solid #d5d5d5;padding-top:14px}.cart-total .subtotal{overflow:hidden;clear:both;margin-bottom:15px;padding:0 14px}.cart-total .subtotal h5{font-size:.625em}.cart-total .subtotal h5:first-child{float:left;color:#81929b}.cart-total .subtotal h5:last-child{float:right}.cart-total .total{overflow:hidden;clear:both;border-top:1px solid #d5d5d5;padding:12px 14px 11px}.cart-total .total h5:first-child{float:left}.cart-total .total h5:last-child{float:right;color:#00b0ff;font-size:1.125em}.checkout-progress{border:1px solid #d5d5d5}.checkout-progress h5{border-bottom:1px solid #d5d5d5;padding-left:14px;line-height:33px;position:relative}.checkout-progress h5 svg{position:absolute;top:12px;right:15px}.checkout-progress h5 .svg-plus{width:11px;height:11px;fill:#d52929;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.checkout-progress h5 .svg-check{width:13px;height:10px;fill:#6cc729}.checkout-progress h5:last-child{border-bottom:0}#newFilter{visibility:hidden}@media screen and (max-width:1260px){#shop .shop-products ul.product-list.grid,#shop .shop-products ul.product-list.grid-v2{width:570px}#shop .shop-products ul.product-list.grid .list-item:nth-child(even),#shop .shop-products ul.product-list.grid-v2 .list-item:nth-child(even){margin-right:0}#shop .shop-products ul.product-list.grid .list-item:nth-child(odd),#shop .shop-products ul.product-list.grid-v2 .list-item:nth-child(odd){margin-right:30px}}@media screen and (max-width:1160px){#shop .shop-products{float:none;width:100%!important}#shop .shop-products ul.product-list.grid,#shop .shop-products ul.product-list.grid-v2{width:870px}#shop .shop-products ul.product-list.grid .list-item:nth-child(even),#shop .shop-products ul.product-list.grid-v2 .list-item:nth-child(even){margin-right:30px}#shop .shop-products ul.product-list.grid .list-item:nth-child(3n+3),#shop .shop-products ul.product-list.grid-v2 .list-item:nth-child(3n+3){margin-right:0}#shop.expandible-sidebar .shop-sidebar{width:280px;height:100%;padding:38px 7px 0;float:none;position:fixed;top:0;left:0;z-index:9998;overflow:auto;-webkit-transform:translate(-310px,0);-ms-transform:translate(-310px,0);transform:translate(-310px,0);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#shop.expandible-sidebar .shop-sidebar.open{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}#shop-wrap .sidebar-control{display:block}#shop.expandible-sidebar .sidebar-control{display:block}#shop .shop-sidebar.checkout-cart{width:100%!important;margin-bottom:40px}#shop .shop-sidebar.checkout-cart .button{float:none;width:250px;height:43px;margin:0 auto;font-size:.875em}}@media screen and (max-width:930px){#shop .shop-products ul.product-list.grid,#shop .shop-products ul.product-list.grid-v2{width:570px}#shop .shop-products ul.product-list.grid .list-item:nth-child(even),#shop .shop-products ul.product-list.grid-v2 .list-item:nth-child(even){margin-right:0}#shop .shop-products ul.product-list.grid .list-item:nth-child(odd),#shop .shop-products ul.product-list.grid-v2 .list-item:nth-child(odd){margin-right:30px}}@media screen and (max-width:860px){#shop .shop-products .product-list.list .list-item .actions figure{height:200px;line-height:200px;width:100%}#shop .shop-products .filters.single .options .westeros-form{margin-top:30px}#shop .shop-products .filters .options .westeros-form{margin-top:10px}#shop .shop-products .filters .options .westeros-form label{float:left;width:100%}#shop .shop-products .filters .options .westeros-form label select{margin-left:15px;width:68%}#shop .shop-products .filters .options .westeros-form label[for="sort"]{clear:left;margin:8px 0 0}#shop .shop-products .filters .options .westeros-form label[for="sort"] select{margin-left:2px}#shop .shop-products .display{margin:30px 0 0 50px}#shop .shop-products .product-list.list .list-item{height:250px;padding:150px 20px 80px}#shop .shop-products .product-list.list .list-item .actions{width:35%}#shop .shop-products .product-list.list .list-item .description{width:60%;position:absolute;top:0;right:0;height:100%;padding-top:20px}#shop .shop-products .product-list.list .list-item .description ul.rating{top:5px;right:20px}#shop .shop-products .product-list.list .list-item .description p.highlighted.category{position:absolute;top:5px;margin-bottom:0}#shop .shop-products .product-list.list .list-item .description p.highlighted.current{position:absolute;top:inherit;bottom:65px}#shop .shop-products .product-list.list .list-item .description p.nostock{position:absolute;top:inherit;bottom:45px;right:20px}#shop .shop-products .product-list.list .list-item .description p.highlighted.previous{position:absolute;top:inherit;right:20px;bottom:95px}#shop .shop-products .shopping-cart.like-cart .row .cell.buttons{padding:20px 10px}#shop .shop-products .shopping-cart.like-cart .row .cell.buttons .button.cart-add{float:none;margin:0 auto 10px}#shop .shop-products .shopping-cart .cell.cart-item{width:210px}#shop .shop-products .shopping-cart .cell.cart-item:first-child{padding-left:20px}#shop .shop-products .shopping-cart .cell.cart-item .product-picture{display:none}#shop .shop-products .shopping-cart .cell.buttons{width:100px}#shop .shop-products .shopping-cart .cell .actions{float:none;width:52px;margin:0 auto}#shop .shop-products .shopping-cart .cell .actions .button{float:none}#shop .shop-products .shopping-cart .cell .actions .button.wishlist{margin:0 0 10px 0}#shop .shop-products .shopping-cart .cell .actions .button.cartadd{margin:0 0 10px 0}#shop .shop-products .shopping-cart.order .cell.cart-item{width:210px}}@media screen and (max-width:660px){#newFilter{visibility:visible;display:none;height:70px;width:100%;position:fixed;bottom:0;left:0;background:#00b0ff;z-index:10000;text-align:center;line-height:70px;color:#fff}#newFilter h5{line-height:70px;color:#fff}#shop .shop-products ul.product-list.grid,#shop .shop-products ul.product-list.grid-v2{width:270px}#shop .shop-products ul.product-list.grid .list-item,#shop .shop-products ul.product-list.grid-v2 .list-item{margin-right:0}#shop .shop-products ul.product-list.list .cart-options{width:100%;position:absolute;bottom:5px;right:5px}#shop .shop-products ul.product-list.list .cart-options a.button.like{width:48%;padding-left:1%;float:left}#shop .shop-products ul.product-list.list .cart-options a.button.like .svg-like{margin-left:-8px}#shop .shop-products ul.product-list.list .cart-options a.button.like span{display:none}#shop .shop-products .filters{position:relative}#shop .shop-products .filters.single{height:120px}#shop .shop-products .filters.single .options .westeros-form{float:none;width:189px;margin:25px auto 0}#shop .shop-products .filters.single .subtitle{line-height:30px}#shop .shop-products .filters .subtitle{width:100%;text-align:center}#shop .shop-products .filters .information{float:none!important}#shop .shop-products .filters .options{float:none;width:276px;margin:0 auto;padding-bottom:20px}#shop .shop-products .filters .information{float:none;width:100%;margin:0 auto;padding-bottom:20px}#shop .shop-products .filters .information span{float:left;width:100%}#shop .shop-products .filters .options .westeros-form{margin-top:20px}#shop .shop-products .filters .options .display{margin:20px 5px 0 15px}#shop .shop-products .filters .options .display li{float:none;margin-right:0}#shop .shop-products .filters .options .display li:first-child{margin-bottom:8px}#shop .shop-products .shopping-cart.like-cart .row.header{display:none}#shop .shop-products .shopping-cart.like-cart .row:last-child .cell{border-bottom:1px solid #d5d5d5}#shop .shop-products .shopping-cart.like-cart .row:last-child .cell:last-child{border-bottom:0}#shop .shop-products .shopping-cart.like-cart .row .cell{display:block;width:100%;border-right:0;text-align:center}#shop .shop-products .shopping-cart.like-cart .row .cell.cart-item{padding:20px 0 0}#shop .shop-products .shopping-cart.like-cart .row .cell.buttons{padding:20px 0}#shop .shop-products .shopping-cart.like-cart .row .cell:nth-child(2){display:none}#shop .shop-products .shopping-cart.like-cart .row .cell .colorpicker{width:33px;margin:0 auto}#shop .shop-products .shopping-cart.like-cart .row .cell .highlighted:last-child{line-height:70px;margin:0}#shop .shop-products .shopping-cart.like-cart .row .cell .counter{margin:20px auto}#shop .shop-products .shopping-cart .cell:nth-child(2){display:none}#shop .shop-products .shopping-cart.order .row.header .cell{padding:3px;text-align:center}#shop .shop-products .shopping-cart.order .row .cell:nth-child(2),#shop .shop-products .shopping-cart.order .row .cell:nth-child(3){display:none}#shop .shop-products .shopping-cart.order .row .cell.cart-item{padding:20px 10px}#shop .shop-products .shopping-cart.order.summary .cell:nth-child(2),#shop .shop-products .shopping-cart.order.summary .cell:nth-child(3){display:table-cell}}@media screen and (max-width:460px){.list-item{text-align:center!important}ul.product-list.grid .list-item .description .listprice{text-align:center!important}#shop .shop-products ul.product-list.grid .list-item{margin-right:1%!important;width:49%;height:450px}#shop .shop-products ul.product-list.grid .list-item .actions figure{margin:0!important;width:100%;height:150px;line-height:150px}#shop .shop-products ul.product-list.grid{margin:0!important;width:100%}#shop .shop-products ul.product-list.grid .list-item .description .cart-options{width:100%}#shop .shop-products ul.product-list.grid .list-item .description .cart-options .like{width:48%;float:left}#shop .shop-products ul.product-list.grid .list-item .description h6{width:100%!important;text-align:center}#shop .shop-products ul.product-list.grid .list-item .description .pricediv{width:100%!important}#shop .shop-products ul.product-list.grid .list-item .actions div a.button.quick-view{height:28px;top:5px}#shop .shop-products ul.product-list.grid .list-item .actions div a.button.quick-view svg{top:8px}#shop .shop-products ul.product-list.grid .list-item .actions div a.full-view{height:28px;top:55px}#shop .shop-products ul.product-list.grid .list-item .actions div a.full-view svg{top:3px}#shop .shop-products ul.product-list.grid .list-item .actions div a.wishlist{height:28px;top:105px}#shop .shop-products ul.product-list.grid .list-item .actions div a.wishlist svg{top:5px}#shop .shop-products ul.product-list.grid .list-item .actions div a.cartadd{height:28px;top:105px}#shop .shop-products ul.product-list.grid .list-item .actions div a.cartadd svg{top:5px}#shop .shop-products ul.product-list.list .list-item .social{display:none}#shop .shop-products ul.product-list.list .list-item .cart-options{float:none}#shop .shop-products ul.product-list.list .list-item .description .long-description{margin-top:5px}#shop .shop-products ul.product-list.list .list-item .description ul.rating{top:5px;left:inherit}#shop .shop-products .checkout-button{width:250px;height:53px;font-size:1.125em}}#shop.wishlist .title{margin-bottom:20px}#shop.wishlist .slide-controls{margin:0 auto 20px;display:none}.owl-wishlist-list-container{display:none}.owl-wishlist-list{width:812px;margin:0 auto;overflow:hidden}.owl-wishlist-list .list-item{float:left;width:270px}.owl-wishlist-list .owl-item:last-child .wishlist-table{border-right:1px solid #d5d5d5}.owl-wishlist-list .wishlist-table{width:270px;border-right:0}.owl-wishlist-list .wishlist-table .cell{padding:15px 10px}.owl-wishlist-list .wishlist-table .cell:first-child{text-align:center;padding-left:10px}.owl-wishlist-list .wishlist-table .cell .product-photo{width:250px}.owl-wishlist-list .wishlist-table .cell .product-photo figure{width:230px}.wishlist-table{display:table;width:100%;border:1px solid #d5d5d5}.wishlist-table .product-photo,.wishlist-table .colorpicker,.wishlist-table .counter{margin:0 auto}.wishlist-table .row{display:table-row}.wishlist-table .row:last-child .cell{border-bottom:0}.wishlist-table .row.description .cell{padding:15px}.wishlist-table .cell{display:table-cell;width:25.64103%;padding:20px 0;border-right:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5;text-align:center}.wishlist-table .cell:first-child{width:23.07692%;padding-left:20px;vertical-align:top;text-align:left}.wishlist-table .cell:last-child{border-right:0}.wishlist-table .cell>h5{font-size:1em}.wishlist-table .cell>h5.size{color:#49555c}.wishlist-table .cell p.highlighted{margin-bottom:5px}.wishlist-table .cell p.highlighted.price{font-size:1.125em;margin:0}.wishlist-table .cell h6{color:#4e5c64;font-size:.625em}.wishlist-table .cell ul.rating{margin:0 auto 5px}.wishlist-table .cell .stock span{font-size:.75em;margin-left:3px}.wishlist-table .cell .cart-add{width:190px;padding-left:50px;text-align:left;margin:0 auto}.wishlist-table .cell .actions{width:115px;margin:0 auto}.wishlist-table .cell .actions .button{float:left;margin-right:11px}.wishlist-table .cell .actions .button:last-child{margin-right:0}.wishlist-table .cell .no-stock{pointer-events:auto}.wishlist-table .cell .no-stock svg{left:50%;margin-left:-6px}@media screen and (max-width:1260px){#shop.wishlist .slide-controls{display:block}#shop.wishlist>.wishlist-table{display:none}.owl-wishlist-list-container{display:block}}@media screen and (max-width:1024px){.owl-wishlist-list{width:542px}}@media screen and (max-width:660px){.owl-wishlist-list{width:272px}}.blog-post{border:1px solid #d5d5d5;padding:9px 9px 40px}.blog-post figure:first-child{width:100%;height:270px;margin-bottom:20px}.blog-post .content{padding:10px 15px 20px;overflow:hidden}.blog-post .content p.highlighted{font-size:.625em;letter-spacing:.08em;margin-bottom:8px}.blog-post .content h5{color:#49555c;font-size:1.875em;margin-bottom:12px}.blog-post .content h6{font-size:1em;margin-bottom:10px;padding-top:5px;line-height:1.3em}.blog-post .content p.paragraph{margin-bottom:30px}.blog-post .content p.paragraph.with-img{margin-bottom:40px}.blog-post .content p.paragraph:last-child{margin-bottom:15px}.blog-post .content img.left{float:left;margin-right:20px}.blog-post .content iframe{width:100%;height:305px;margin-bottom:40px}.blog-post .meta{overflow:hidden;margin-bottom:20px}.blog-post .meta p{float:left;margin-right:20px;font-size:.75em;line-height:1em;position:relative}.blog-post .meta .views{margin-right:39px}.blog-post .meta .views .svg-quickview{width:16px;height:9px;fill:#ffc300;margin-right:2px}.blog-post .meta .comments .svg-comment{width:12px;height:12px;fill:#18cab0;position:absolute;top:2px;left:-18px}.blog-post .share{padding-left:10px;margin-bottom:25px;overflow:hidden}.blog-post .share h6{font-size:.75em;margin-bottom:20px}.blog-post .share a.button{float:left;margin:0 10px 10px 0}.blog-post .share a.button.gplus:hover{background-color:#ec2349}.blog-post .share a.button.rss:hover{background-color:#ffaf3c}.blog-post .share a.button.dribble:hover{background-color:#f3378f}.blog-post .share a.button.vimeo:hover{background-color:#0ed3b4}.blog-post .share a.button.flickr:hover{background-color:#8e57b5}.blog-post .share a.button:last-child{margin-right:0}.blog-post .tag-list{padding-left:10px;overflow:hidden}.blog-post .tag-list h6{float:left;font-size:.75em;margin:10px 10px 0 0}.blog-post .tag-list .tags{float:left;margin-top:5px}.blog-post .tag-list .tags li{margin-bottom:10px}.comments .title:first-child,.comment-form .title:first-child{margin:0 0 25px}.comment-list li{min-height:130px;border:1px solid #d5d5d5;padding:20px 15px 25px 125px;margin-bottom:20px;position:relative}.comment-list li:last-child{margin-bottom:40px}.comment-list li .avatar{border:1px solid #d5d5d5;padding:4px;position:absolute;top:15px;left:10px}.comment-list li .avatar figure{width:90px;height:90px}.comment-list li p.highlighted{letter-spacing:.08em;margin-bottom:12px}.comment-list li h6{font-size:1em;margin-bottom:10px}.comment-list li .reply{color:gray;font-size:.75em;position:absolute;top:18px;right:15px}.comment-list li .reply .svg-reply{fill:#00b0ff;width:12px;height:14px;position:relative;top:3px}.comment-list li .reply:hover{color:#00b0ff}.comment-list li.response{margin-left:30px;margin-top:-10px}.comment-form{margin-top:60px}.comment-form .westeros-form>div{float:left;width:31.03448%;margin:0 3.44828% 20px 0}.comment-form .westeros-form>div.last{margin-right:0}.comment-form .westeros-form .rl-label{float:left}.comment-form .westeros-form textarea{height:110px;margin-bottom:20px}.comment-form .westeros-form button{width:235px;margin-top:0}.comment-form .westeros-form .avatar-selection{width:auto;overflow:hidden;margin-bottom:0}.comment-form .westeros-form .avatar-selection .avatar-list{float:left}.comment-form .westeros-form .avatar-selection .rl-label{margin:12px 10px 0 0}.comment-form .westeros-form .avatar-selection .radio{top:-12px;margin-right:2px}.comment-form .westeros-form .avatar-selection .picture{display:inline-block;width:36px;height:36px;padding:1px;border:1px solid #d5d5d5;margin-right:10px}.comment-form .westeros-form .avatar-selection .picture.av4{background:url("/sites/bradspelaren/siteDependencies/westeros/images/blog/avatar04-small.jpg") no-repeat center}.comment-form .westeros-form .avatar-selection .picture.av5{background:url("/sites/bradspelaren/siteDependencies/westeros/images/blog/avatar05-small.jpg") no-repeat center}.comment-form .westeros-form .avatar-selection .picture.av6{background:url("/sites/bradspelaren/siteDependencies/westeros/images/blog/avatar06-small.jpg") no-repeat center}@media screen and (max-width:1260px){#shop .shop-products ul.blog-post-preview.grid{width:570px}#shop .shop-products ul.blog-post-preview.grid .list-item:nth-child(even){margin-right:0}#shop .shop-products ul.blog-post-preview.grid .list-item:nth-child(odd){margin-right:30px}}@media screen and (max-width:1160px){#shop .shop-products ul.blog-post-preview.grid{width:870px}#shop .shop-products ul.blog-post-preview.grid .list-item:nth-child(even){margin-right:30px}#shop .shop-products ul.blog-post-preview.grid .list-item:nth-child(3n+3){margin-right:0}}@media screen and (max-width:930px){#shop .shop-products ul.blog-post-preview.grid{width:570px}#shop .shop-products ul.blog-post-preview.grid .list-item:nth-child(even){margin-right:0}#shop .shop-products ul.blog-post-preview.grid .list-item:nth-child(odd){margin-right:30px}}@media screen and (max-width:860px){#shop .blog-post-preview.list .list-item{height:auto;padding:185px 15px 45px}#shop .blog-post-preview.list .list-item figure{left:50%;margin-left:-125px}#shop .comment-form .westeros-form>div{float:none;width:100%;margin-right:0}#shop .comment-form .westeros-form button{float:none;margin:30px auto 0}}@media screen and (max-width:660px){#cartLi{height:50px!important;position:static!important}#accountLi{height:50px!important;display:block!important}.cart{width:90%;right:5%!important;top:50px!important}.finalcart{width:100%;right:0!important;top:0!important}#shop .shop-products ul.blog-post-preview.grid{width:270px}#shop .shop-products ul.blog-post-preview.grid .list-item{margin-right:0}#shop .blog-post .content img.left{float:none;width:100%;margin-right:0;margin-bottom:10px}}@media screen and (max-width:460px){#shop .comment-list li{padding:130px 15px 25px}#shop .comment-list li .avatar{left:50%;margin-left:-50px}#shop .comment-form .westeros-form .avatar-selection .rl-label{float:none;margin-bottom:20px}}.profile-info{margin:20px 0;border:1px solid #d5d5d5;border-top:0}.profile-info .profile-header{line-height:33px;border-top:1px solid #d5d5d5;position:relative;cursor:pointer}.profile-info .profile-header span{float:left;width:25px;height:25px;margin:4px 10px 0 7px;color:#fff;line-height:25px;text-align:center;background-color:#00b0ff;text-align:center}.profile-info .profile-header svg.plus{width:12px;height:12px;fill:#00b0ff;position:absolute;top:10px;right:14px}.profile-info .profile-header svg.plus .vertical{display:none}.profile-info .profile-data{border-top:1px solid #d5d5d5;padding:35px 30px 50px;overflow:hidden}.profile-info .profile-data.full{padding:0}.profile-info .profile-data .shopping-cart:first-child{border-top:0}.profile-info .profile-data .profile-column{width:45.4023%}.profile-info .profile-data .profile-column h5{font-size:1.125em;margin-bottom:20px}.profile-info .profile-data .profile-column .fp-msg{float:left;margin-bottom:8px}.profile-info .profile-data .profile-column p{float:left;margin:8px 0 10px}.profile-info .profile-data .profile-column .button.login{float:left}.profile-info .profile-data .profile-column:first-child{float:left}.profile-info .profile-data .profile-column:last-child{float:right}.profile-info .profile-data .westeros-form{overflow:hidden}.profile-info .profile-data .westeros-form>div{width:48.14815%;margin-bottom:25px}.profile-info .profile-data .westeros-form>div:nth-child(odd){float:left}.profile-info .profile-data .westeros-form>div:nth-child(even){float:right}.profile-info .profile-data .westeros-form>div:nth-last-child(1),.profile-info .profile-data .westeros-form>div:nth-last-child(2){margin-bottom:0}.profile-info .profile-data .westeros-form .full-input{width:100%;margin-bottom:10px}.profile-info .profile-data .westeros-form .full-input p{margin-bottom:10px}.profile-info .profile-data .westeros-form select{width:30.76923%;border:1px solid #d5d5d5;border-radius:2px;height:38px;padding:0 25px 0 6px;cursor:pointer;font-size:1.2em}.profile-info .profile-data .westeros-form select#country{width:100%}.profile-info .profile-data .westeros-form label[for="day"],.profile-info .profile-data .westeros-form label[for="month"],.profile-info .profile-data .westeros-form label[for="year"]{margin-right:3.07692%}.profile-info .profile-data .westeros-form label[for="day"]:last-child,.profile-info .profile-data .westeros-form label[for="month"]:last-child,.profile-info .profile-data .westeros-form label[for="year"]:last-child{margin-right:0}.profile-info .profile-data .westeros-form .svg-arrow.select-arrow{position:absolute;top:4px;right:12px}.profile-info .profile-data .westeros-form label[for="male"]{margin-right:15px}.profile-info .profile-data .westeros-form textarea{height:110px;margin-bottom:10px}.profile-info .profile-data .westeros-form .gender label:first-child{margin-bottom:18px}.profile-button{float:right;width:250px;cursor:pointer}.checkout-button{width:365px;height:70px;margin:30px auto 0;border-bottom-width:5px;font-size:1.5625em;cursor:pointer}@media screen and (max-width:1160px){.profile-button{float:none;margin:30px auto 0}}@media screen and (max-width:860px){.profile-info .profile-data .profile-column{float:none;width:100%}.profile-info .profile-data .profile-column:first-child{margin-bottom:40px}.profile-info .profile-data .profile-column .fp-msg{float:none}.profile-info .profile-data .profile-column .button.login{float:none}.profile-info .profile-data .westeros-form{float:none}.profile-info .profile-data .westeros-form>div{width:100%}.profile-info .profile-data .westeros-form>div:last-child{margin-top:25px}}@media screen and (max-width:460px){.profile-info .profile-data .westeros-form label[for="day"],.profile-info .profile-data .westeros-form label[for="month"],.profile-info .profile-data .westeros-form label[for="year"]{margin-right:2.5641%}.profile-info .profile-data .button.login{float:none;margin-left:auto;margin-right:auto}}#contact-wrap{background-color:#fff}#contact{padding:60px 0 50px;overflow:hidden;background:url("/sites/bradspelaren/siteDependencies/westeros/images/moustache-monster.png") no-repeat 0 60px}#map{height:400px}.contact-form{float:right;width:74.35897%}.contact-form h3.title{margin-top:-6px}.contact-form .contact-details{float:left;width:34.48276%;padding-right:30px}.contact-form .contact-details p:first-child{margin:-5px 0 30px}.contact-form .contact-details .contact-info{margin-bottom:30px}.contact-form .contact-details .contact-info li{margin-bottom:20px;padding-left:30px}.contact-form .contact-details .contact-info li:last-child{margin-bottom:0}.contact-form .contact-details .contact-info li p{font-size:.875em}.contact-form .contact-details .contact-info li p a{color:gray}.contact-form .contact-details .contact-info li p a:hover{color:#00b0ff}.contact-form .contact-details .contact-info li .svg-pin{width:14px;height:19px}.contact-form .contact-details .contact-info li .svg-phone{width:15px;height:20px}.contact-form .contact-details .contact-info li .svg-envelope{width:18px;height:12px}.contact-form .contact-details .social-links{width:240px;margin-top:15px}.contact-form .featured-form{float:right;width:65.51724%}.contact-form .featured-form textarea{height:110px}.contact-form .featured-form button{width:229px;margin-top:20px}@media screen and (max-width:1260px){#contact{background:0}.contact-form{float:none;width:100%}}@media screen and (max-width:860px){.contact-form .contact-details{float:none;width:100%;margin-bottom:40px}.contact-form .featured-form{float:none;width:100%}.contact-form .featured-form button{float:none;margin:20px auto 0}}#error404-wrap{background-color:#fff}#error404{padding:60px 0 100px;overflow:hidden}#error404 .error-description{float:left;margin-top:-18px}#error404 .error-description h1{margin-bottom:15px}#error404 .error-description h3{width:470px;margin-bottom:40px;color:#81929b;line-height:32px}#error404 .error-description .button{width:280px}#error404 .error-promo{float:right;width:660px;height:265px;background:url("/sites/bradspelaren/siteDependencies/westeros/images/moustache-sad-monster.png") no-repeat 140px 7px,url("/sites/bradspelaren/siteDependencies/westeros/images/electric-socket.png") no-repeat 445px 55px,url("/sites/bradspelaren/siteDependencies/westeros/images/spark.png") no-repeat 520px 70px,url("/sites/bradspelaren/siteDependencies/westeros/images/spark-small.png") no-repeat 425px 125px,url("/sites/bradspelaren/siteDependencies/westeros/images/error-promo-bg.png") no-repeat 0 10px;position:relative}#error404 .error-promo .error-pin{width:80px;height:101px;background:url("/sites/bradspelaren/siteDependencies/westeros/images/speech-bubble3.png") no-repeat center;padding:24px 7px 0;position:absolute;top:0;left:105px}#error404 .error-promo .error-pin h4{font-size:1.9375em;-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg)}#error404 .error-promo img[alt="smoke"]{position:absolute;top:26px;right:215px;-webkit-animation:smoke 2s ease-in-out infinite;animation:smoke 2s ease-in-out infinite}@-webkit-keyframes smoke{0%{opacity:0;-webkit-transform:translate(30px,30px);-ms-transform:translate(30px,30px);transform:translate(30px,30px)}50%{opacity:1}100%{opacity:0;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}}@keyframes smoke{0%{opacity:0;-webkit-transform:translate(30px,30px);-ms-transform:translate(30px,30px);transform:translate(30px,30px)}50%{opacity:1}100%{opacity:0;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}}@media screen and (max-width:1260px){#error404 .error-description{float:none;margin:0 auto 50px;text-align:center}#error404 .error-description h3{margin:0 auto 40px}#error404 .error-description .button{margin:0 auto}#error404 .error-promo{float:none;margin:0 auto}}@media screen and (max-width:680px){#error404{padding-bottom:40px}#error404 .error-description h1{font-size:4.375em}#error404 .error-description h3{width:80%;font-size:1.25em;line-height:24px}#error404 .error-description .button{width:270px}#error404 .error-promo{display:none}}#coming-soon-header-wrap{background-color:#fff}#coming-soon-header{height:135px;padding-top:45px}#coming-soon-header .logo{width:198px;height:45px;margin:0 auto}.westeros-separator{overflow:hidden}.westeros-separator li{float:left;width:12.5%;height:13px}.westeros-separator li:nth-child(1){background-color:#039be5}.westeros-separator li:nth-child(2){background-color:#26c6da}.westeros-separator li:nth-child(3){background-color:#1de9b6}.westeros-separator li:nth-child(4){background-color:#ffd600}.westeros-separator li:nth-child(5){background-color:#ff9100}.westeros-separator li:nth-child(6){background-color:#e53935}.westeros-separator li:nth-child(7){background-color:#ff4081}.westeros-separator li:nth-child(8){background-color:#ba68c8}.westeros-separator.small li{height:5px}#coming-soon-wrap{background:url("/sites/bradspelaren/siteDependencies/westeros/images/coming-soon-bg.jpg") no-repeat center;background-size:cover}#coming-soon{padding-top:135px;min-height:710px;background:url("/sites/bradspelaren/siteDependencies/westeros/images/bunny-big-monster.png") no-repeat 0 50px,url("/sites/bradspelaren/siteDependencies/westeros/images/moustache-small-monster.png") no-repeat 200px 235px;overflow:hidden}#coming-soon .coming-soon-msg{float:right;margin-right:70px}#coming-soon .coming-soon-msg h3{color:#fff;font-size:1.4375em;line-height:1.2em}#coming-soon .coming-soon-msg h2{font-size:5em}#coming-soon .xmcountdown{float:right;width:610px;margin-top:115px}#coming-soon .xmcountdown>div:nth-child(1){background:url("/sites/bradspelaren/siteDependencies/westeros/images/countdown/countdown-item1.png") no-repeat center}#coming-soon .xmcountdown>div:nth-child(1) .content{color:#039be5}#coming-soon .xmcountdown>div:nth-child(2){background:url("/sites/bradspelaren/siteDependencies/westeros/images/countdown/countdown-item2.png") no-repeat center}#coming-soon .xmcountdown>div:nth-child(2) .content{color:#1de9b6}#coming-soon .xmcountdown>div:nth-child(3){background:url("/sites/bradspelaren/siteDependencies/westeros/images/countdown/countdown-item3.png") no-repeat center}#coming-soon .xmcountdown>div:nth-child(3) .content{color:#ffd600}#coming-soon .xmcountdown>div:nth-child(4){background:url("/sites/bradspelaren/siteDependencies/westeros/images/countdown/countdown-item4.png") no-repeat center}#coming-soon .xmcountdown>div:nth-child(4) .content{color:#ff9100}#coming-soon .xmcountdown>div .content{font-family:"Montserrat",sans-serif;font-size:3em;font-weight:700;text-transform:uppercase}#coming-soon .xmcountdown>div .tag{width:100%;color:#fff;font-family:"Montserrat",sans-serif;font-size:1.125em;text-transform:uppercase;font-weight:700;text-align:center;position:absolute;top:-45px}#coming-soon-footer-wrap{background-color:#24292d}#coming-soon-footer{padding-top:40px;min-height:140px}#coming-soon-footer p{text-align:center}#coming-soon-footer p br{display:none}#coming-soon-footer p a{font-weight:300}#coming-soon-footer .social-links{width:282px;margin:0 auto 25px}@media screen and (max-width:1260px){#coming-soon{padding:100px 0 80px;background:0;min-height:auto}#coming-soon .coming-soon-msg{float:none;margin:0 auto;text-align:center}#coming-soon .coming-soon-msg h3{margin-bottom:5px}#coming-soon .xmcountdown{float:none;margin:115px auto 0}}@media screen and (max-width:860px){#coming-soon .coming-soon-msg h2{font-size:4.375em}}@media screen and (max-width:660px){#coming-soon .coming-soon-msg h3{font-size:1.125em}#coming-soon .coming-soon-msg h2{font-size:3.75em}#coming-soon .xmcountdown{width:130px}#coming-soon .xmcountdown>div{margin:0 0 80px 0}}@media screen and (max-width:460px){#coming-soon-footer p{height:70px}#coming-soon-footer p span{display:none}#coming-soon-footer p br{display:block}}footer p{color:#859299}#footer-top-wrap{background-color:#2f383d}#footer-top{min-height:400px;padding:55px 0 65px}#footer-top article{float:left;width:270px;margin-right:30px}#footer-top article:last-child{margin-right:0}#footer-top article>h6{color:#fff;font-size:1em;margin-bottom:25px}#footer-top article:first-child>h6{margin-bottom:20px}#footer-top article:nth-child(2)>h6{margin-bottom:10px}#footer-top article .logo{width:169px;height:38px;margin:25px 0 20px}#footer-top article .contact-info{clear:both}#footer-top article .payment-methods{margin-top:30px}.contact-info li{margin-bottom:15px;padding-left:25px;position:relative}.contact-info li:last-child{margin-bottom:0}.contact-info li p{font-size:.75em;line-height:1em}.contact-info li p a{color:#859299;font-weight:300}.contact-info li p a:hover{color:#00b0ff}.contact-info li svg{position:absolute;left:5px;fill:#00b0ff}.contact-info li .svg-pin{width:10px;height:15px;top:-1px}.contact-info li .svg-phone{width:11px;height:15px;top:-2px}.contact-info li .svg-envelope{width:14px;height:9px;top:2px}.payment-methods{width:221px;overflow:hidden}.payment-methods li{float:left;width:31px;height:21px;margin-right:7px}.payment-methods li:last-child{margin-right:0}#footer-menu{width:235px}#footer-menu li{border-bottom:1px solid #475055;position:relative}#footer-menu li a{color:#acbdc6;font-size:.875em;display:block;line-height:40px;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}#footer-menu li .svg-arrow{width:6px;height:10px;fill:#acbdc6;position:absolute;top:15px;right:0;pointer-events:none;-webkit-transition:fill .3s ease-in-out;transition:fill .3s ease-in-out}#footer-menu li:hover a{color:#0ec3f7}#footer-menu li:hover .svg-arrow{fill:#0ec3f7}#footer-menu li:last-child{border-bottom:0}#footer-bottom-wrap{background-color:#24292d}#footer-bottom{min-height:75px;overflow:hidden}#footer-bottom p{float:left;line-height:75px}#footer-bottom p br{display:none}#footer-bottom p a{font-weight:300}#footer-bottom .social-links{float:right;width:282px;margin-top:22px}.social-links{overflow:hidden}.social-links li{float:left;margin-right:12px}.social-links li:last-child{margin-right:0}.social-links li a{display:block;width:30px;height:30px;border-radius:50%;-webkit-transition:background-color .3s ease-in;transition:background-color .3s ease-in}.social-links li.fb:hover a,.social-links li.inst:hover a,.social-links li.youtube:hover a,.social-links li.twt:hover a,.social-links li.gplus:hover a,.social-links li.db:hover a,.social-links li.rss:hover a,.social-links li.vm:hover a,.social-links li.fk:hover a{background-color:#00b0ff}.social-links li.fb a{background:url("/sites/bradspelaren/siteDependencies/westeros/images/social/fb-brand.png") no-repeat center #355599}.social-links li.inst a{background:url("/sites/bradspelaren/siteDependencies/westeros/images/social/inst-brand.png") no-repeat center #c90072}.social-links li.youtube a{background:url("/sites/bradspelaren/siteDependencies/westeros/images/social/yt-brand.png") no-repeat center #FF0000}.social-links li.twt a{background:url("/sites/bradspelaren/siteDependencies/westeros/images/social/twt-brand.png") no-repeat center #0fccf4}.social-links li.gplus a{background:url("/sites/bradspelaren/siteDependencies/westeros/images/social/gplus-brand.png") no-repeat center #e0133a}.social-links li.db a{background:url("/sites/bradspelaren/siteDependencies/westeros/images/social/db-brand.png") no-repeat center #e92a83}.social-links li.rss a{background:url("/sites/bradspelaren/siteDependencies/westeros/images/social/rss-brand.png") no-repeat 50% 45% #ffa11b}.social-links li.vm a{background:url("/sites/bradspelaren/siteDependencies/westeros/images/social/vm-brand.png") no-repeat center #07c8aa}.social-links li.fk a{background:url("/sites/bradspelaren/siteDependencies/westeros/images/social/fk-brand.png") no-repeat center #834ca9}@media screen and (max-width:1260px){#footer-top{width:700px;padding-bottom:0}#footer-top article{margin:0 160px 40px 0}#footer-top article:nth-child(2n+2){margin-right:0}}@media screen and (max-width:860px){#footer-top{width:600px}#footer-top article{margin-right:60px}}@media screen and (max-width:740px){#footer-bottom{padding:25px 0 25px}#footer-bottom p{float:none;line-height:1em;height:40px;text-align:center}#footer-bottom ul.social-links{float:none;margin:0 auto}}@media screen and (max-width:680px){#footer-top{width:270px}#footer-top article{margin-right:0}}@media screen and (max-width:460px){#footer-bottom p{line-height:1.4em;height:55px}#footer-bottom p span{display:none}#footer-bottom p br{display:block}}@media screen and (max-width:375px){#logohideonxs{display:none}#logoshowonxs{display:inline-block}#logoshowonxs img{position:relative;width:100%;margin-left:auto;margin-right:auto}}
/*WesterosFontsCSS*/
 @font-face{font-family:'GoodDogPlain';font-style:normal;font-weight:normal;src:local('GoodDogPlain'), url('/sites/bradspelaren/siteDependencies/westeros/GOODDP__.woff') format('woff')}@font-face{font-family:'GoodDogCool';font-style:normal;font-weight:normal;src:local('GoodDogCool'), url('/sites/bradspelaren/siteDependencies/westeros/GOODDC__.woff') format('woff')}
/*RedactorCSS*/
@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.redactor-animate-hide{display:none!important}.redactor-fadeIn{opacity:0;animation:fadeIn .5s ease-in-out}.redactor-fadeOut{opacity:1;animation:fadeOut .5s ease-in-out}@font-face{font-family:Redactor;src:url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBkcAAAC8AAAAYGNtYXAXVtKwAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zuxdz/8AAAF4AAAkQGhlYWQPMte3AAAluAAAADZoaGVhB7gD6wAAJfAAAAAkaG10eK4BD60AACYUAAAAuGxvY2GyjqiGAAAmzAAAAF5tYXhwADkBcwAAJywAAAAgbmFtZVDOJQoAACdMAAABknBvc3QAAwAAAAAo4AAAACAAAwP0AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpKQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Sn//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAADAAAAgAQAAwAAEgAoADwAABMhMhYVMRUUBiMhIiY1MTU0NjMDITIWFTEVFAYjITgBMSImPQE0NjMxEyEyFhUxFRQGIzEhIiY1MTU0NjO7AooZIiIZ/XYZIiIZgAOKGSIiGfx2GCMiGYACihkiIhn9dhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADAAAAgAQAAwAAEwApAD4AABMhMhYVMRUUBiMhIiY1MTU0NjMxESEyFhUxFRQGIyE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzMTsCyhkiIhn9NhkiIhkDihkiIhn8dhgjIhkCyhkiIhn9NhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADAAAAgAQAAwAAEgAoADwAABMhMhYVMRUUBiMhIiY1MTU0NjMDITIWFTEVFAYjITgBMSImPQE0NjMxEyEyFhUxFRQGIzEhIiY1MTU0NjP7AsoZIiIZ/TYZIiIZwAOKGSIiGfx2GCMiGcACyhkiIhn9NhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADARkARwLnAwAAKwA0AFUAACU+ATU0JjUxNjQ1NCYvAT4BNzE8ATU0JicxLgEjKgEjMSIHETMyFjMyNjcHAzIVFCMiIzUzAzoBMzIWFyceARUcARU1HAEVFAYHFQ4BIyImIzMiJzUzAp8hJwEBSDcCJjABIRshUS0CBQI4iM8DBgMwWCQByWp3HxxGBwUJBRw0FgEQEhUSFjQcBAkEARcmQIAZSiwBBAEDBwM9XRABEEUrAQMBJj8WGBsG/U4BHxsBAhdPWqb+/w4OAQ4oFwIFAgECBQIZLA4BDQ8BA+MAAAIAwAAAA0ADgAAsADgAACUiJicxJwcOASM4ATkBKgEjIiYnNRE+ATM6ATMxIToBMzIWFzERDgEjKgEjMQERNz4BMzIWFzEXEQMACxMI2toIEwsBAgEYIgICIhgBAgECAAECARgiAgIiGAECAf5AmgcUCgsTCJsABwWOjgYGIBcBAxAYICEX/PAXIQMQ/ZhlBgYGBmUCaAAABQBAAAADwAOAABMAFwAnADcARwAAASEiBhUxERQWMzEhMjY1MRE0JiMRIREhBSEyFhUUBiMxISImNTQ2MxUhMhYVFAYjMSEiJjU0NjMVITIWFRQGIzEhIiY1NDYzA0D9gDVLSzUCgDVLSzX9gAKA/gABgBslJRv+gBslJRsBgBslJRv+gBslJRsBgBslJRv+gBslJRsDgEs1/YA1S0s1AoA1S/0AAoBAJRsbJSUbGyXAJRsbJSUbGyXAJRsbJSUbGyUAAAMAQAAAA8ADgAATABcAWQAAASEiBhUxERQWMzEhMjY1MRE0JiMRIREhAzEHDgEjOAE5ASoBIyImJzE0NjcxNyMwIjEiJicxNDY3MTc+ATM4ATkBOgEzMhYXMRQGBzEHMzAyMTIWFzEUBgcxA0D9gDVLSzUCgDVLSzX9gAKAiMAFEAkBAQEOFAIEBJTpAg4VAQQEwAUQCQEBAQ4UAgQElOkCDhUBBAQDgEs1/YA1S0s1AoA1S/0AAoD+reAGBxIOBQoErRIOBQoE4AYHEg4FCgStEg4FCgQAAAEAgAA8A4ADAQCDAAABIy4BJyMnLgEnFy4BJzUuATUwNDUxPAE1NDY3MT4BMzoBMzEeARcjHgEXIzcuASMqAQczKgEjIgYHMQ4BFRwBFTEcARUUFhc1HgEfAiEVIRceARUxHAEVFAYHMQ4BIyoBIzEuAScXLgEnFwceATM6ATMjMhYzMjY3MT4BNzEuAScXMwOA9BIoFwI5FSMRAQgOBQUFDw0NIxMCBAITJBECEB0NARscQiQHDgYBAgQCJkQaGR0PDRIxHQIv/p0BxAQJChIPESoYAQQBEyQRAhIhDgEiH0wpAgQDAQMHAyxOIB0iAQEIBwHTAYASHQsbChUNAQcSCgEKFw0BAQEBARQiDQsOAQYGBA4IURETARsYFz8lAQMBAQICHDUXARkmCwEWQAQOIREBAQEWJg4OEAEHBgEGEAsBVhUWAR0aF0QoFCYSAgAAAAACAEAAAAPAA4AAHQA9AAABBzMyFhUUBisBIiY1MTU0NjMyFhUxFTceARcVFDY/ASMiJjU0NjMxMzIWFTEVFAYjIiY1MTUHLgEnNTQGNwHA50cTGhoTsxMaGhMSG+YYIgYGeudHExoaE7MTGhoTEhvmGCIGBgYBQOYbEhMaGhOzExoaE0fnBSMXAQkP+uYbEhMaGhOzExoaE0fnBSMXAQkPBgAAAAMAQABAA8ADgAAbAB4AIgAAASMVMxEhETM1IyIGFTERFBYzMSEyNjUxETQmIwEHISczESMDQICA/YCAgDVLSzUCgDVLSzX+wIABAKpUVAKAgP7AAUCASzX+wDVLSzUBQDVLAQDaIP66AAAAAAMAQAAAA8ADgAADABcAHwAAATMnBwEhIgYVMREUFjMxITI2NTERNCYjAycjByMTMxMBuI1GRwGI/YA1S0s1AoA1S0s1sivIKHPoLuoBgdHRAf9LNf2ANUtLNQKANUv9QHNzAkD9wAAABAA/AMADvwL/AAcACgB5ALAAACUDIwMzNzMXJyM3AREwNDU0JicXLgEnMS4BJyMuASMqATkBOAExIgYHMwYHBgcGBxU+ATczPgEzMToBMzIWFzEeARUwFBUxFSMmIiMiBgczDgEVHAEVNRQwFRQWFyceARcxHgEXMx4BMzoBMzE4ATEyNjcjPgE3MRczJw4BDwEOAQcjMCIjIiYnMS4BJzEuASc1LgE1OAE5ATQwNTQ2NzE+ATcxPgE3Mz4BMzoBMzEzFQJA6i7pcynIK0mMRgKABgUBBQ8JChcNAQ0eDwECChMKAhMREBAPDA0fEQMOIBACBAIQHgwKC04DBwQfOBgBFBcEBAEECwcIEwoBCxoOAQIBEiIQAhMfDQE7Qg0eEQELGg4BAQEHDgYGCQQEBQICAQMCAwgGBg4IAQgUCwEBAVPAAj/9wXNzwNH+egEEAgEOGgwBDBMIBwwDBAQBAQIEAwQEBTsGCgQEBAsJChoPAgEhARIPDiwaAQICAQEBCxUKAQoRBwcLBAQFCAYIFg4zaAwWCAEGBwEDAgIGBAQIBQEECwUBAQcOBgYLBAUHAgMCQwAAAAAHAD8AQAPRA0AABwAKAA4AEgAWABoAHgAAJQMjAzM3MxcnIzclMxEjExcHJzcHFzcDNycHFyc3FwJA6i7pcynIK0mMRgHBQEAkLbUtrS21La0ttS2tLbUtwAI//cFzc8DR7/0AAvEttS21LbUt/dMttS21LbUtAAABAMAAQANAA0AAMgAAASEqASMiBgczDgEHMw4BBxUOARUcARUxFBYXNR4BFzEeARczHgEzOgEzMREzETMRMxEzA0D+YAIFAhgsFQIUJA8BDxYIBgcJBwgXDg4hEwEULRgCBAFcgFxoA0AHBgYUDAwdEQEPIhICBQITJBABER4MDRUHCAf+cwKr/VUCqwAAAAAC//EAswQEAtwABQALAAABLQEnCQEBDQEXCQEBn/8AAQBR/qMBXQEJAQD/AFABXf6jAQDIxk7+7P7rAdzIxk0BFAEUAAYAQABAA8ADQAADAB8AIgAlADgATAAAAREhEQU6ATMyFhcxDgEjKgEjMSoBIyImJzE+ATM6ATMHNxcxNxcBITIWFTEVFAYjISImNTE1NDYzESEyFhUxFRQGIzEhIiY1MTU0NjMBAAIA/qsBAgIVHgMDHhUCAgEBAwEVHwICHxUBAwFcTUh0bf22AwoZIiIZ/PYZIiIZAwoZIiIZ/PYZIiIZAoD+gAGAShwUFRsbFRQc9lBQgIACACIZChkiIhkKGSL9gCIZChkiIhkKGSIAAAAHAEAAgAPAAwAAEgApAD0AQQBeAGEAZAAAATMyFhUxFRQGKwEiJjUxNTQ2MxEzMhYVMRUUBiMxIzgBMSImPQE0NjMxASEyFhUxFRQGIzEhIiY1MTU0NjMDESERBTAyMzIWFzEOASMqATkBKgExIiYnMT4BMzAyMzEHNxcjNxcCu8oZIiIZyhkiIhnJGSIiGckYIyIZ/cADChkiIhn89hkiIhk7AcD+1gEBFB0BAR0UAQEBARQdAQEdFAEBUUNAA2hgAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiAgD+gAGAShwUFBwcFBQc9lBQgIAAAAAHAEAAgAPAAwAAEwAtAEEARQBaAF0AYAAAEzMyFhUxFRQGIzEjIiY1MTU0NjMRMzIWFTEVFDAxFAYjOAExIyImNTE1NDYzMREhMhYVMRUUBiMxISImNTE1NDYzAREhEQUwMjMyFhcxDgEjIiYnMT4BMzoBMwc3Fyc3F3vKGSIiGcoZIiIZyhkiIhnKGSIiGQMKGSIiGfz2GSIiGQGFAcD+1gEBFB0BAx0VFB0DAR0UAQEBUURABGVjAwAiGQoZIiIZChki/wAiGQkBGSIiGQoZIv8AIhkKGSIiGQoZIgIA/oABgEocFBQbGxQUHPZPUAGAgAAABAAAAAAEAAOAAAMAIAAjACYAABMRIREFOgEzMhYXMQ4BIyoBIzEqASMiJicxPgEzOgEzMQM3FzUbAQAEAP1UAQEBL0MBAUMvAQEBAQEBL0MBAUMvAQEBt5uR6NoDgPyAA4CsQS8vQUEvL0H9xbe7BAEn/tQAAAAABQAAAIAEAAMAABMAKgA+AEEARQAAEyEyFhUxFRQGIyEiJjUxNTQ2MzEBITIWFTEVFAYjMSE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzJwcRBzMVIzsDihkiIhn8dhkiIhkBwAHJGSIiGf43GCMiGQHKGSIiGf42GSIiGbvAgICAAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIaEBQIBAAAAAAgDAAAADgAOAACQASQAAJTEqASMiJy4BJyYnNDc+ATc2MzIXHgEXFhUxBgcOAQcGIyoBIzU6ATMyNz4BNzY3MTQnLgEnJiMiBw4BBwYVFhceARcWMzoBMzECIAEDAUc/P14bHAExMHw5OREROTl8MDEBHBtePz9HAQMBAQIBNS8vRxQVASYlXisqCgoqK14lJgEVFEcvLzUBAgEAGxpdPj5HR2BfrTw8PDytX2BHRz4+XRobVRQURi4vNTVKSYUvLy8vhUlKNTUvLkYUFAAAAAEBswBIAowC9gADAAAlEyMDAhN5X3pIAq79UgABAAABgQQAAgAAFQAAEyEyFhUxFRQGIyE4ATEiJj0BNDYzMTsDihkiIhn8dhgjIhkCACIZCRkiIhgKGSIAAAAAAwAAAL8EAALBADgAPAB5AAAlIiYnFzUzHgE7ATIWMzI2PwEuASMqASMzDgEHNyM1PgE7ATI2MzIXHgEXFhcVBgcOAQcGIyImIzMBIRUhJw4BBzcjFQ4BFRQWFzEVMx4BMzI2NwczFQ4BKwEiBiMiJy4BJyYnNTY3PgE3NjMyFjMjMhYXJxUjLgEnIwLcKUshAj0TKxcBAwkEQF4IAQhfQAQJBAEYLBQCPSBKKAEDCQU2MTBKFxcEBBcXSjAxNgUJBAH+kQEl/ttJFywUAjwSExMSPBMrFxgsFAI9IEooAQMJBTYxMEoXFwQEFxdKMDE2BQkEASlLIQI9EysXAcAUEgFbCAoBVD4BP1QBCgkBWxEUARQURS8vNQE2Ly9FFBQBAUCA0wEKCQEpES0ZGi0RKAgKCgkBWxEUARQURS8vNQE2Ly9FFBQBFBIBWwkJAQAABQAaAIAEAAMAABIAKAA8AEYAdAAAASEyFhUxFRQGIyEiJjUxNTQ2MxEhMhYVMRUUBiMhOAExIiY9ATQ2MzERITIWFTEVFAYjMSEiJjUxNTQ2MwM1Iw4BByMVNxUTNSM3PgE3MTY0NTQmJzEuASMiBiMzMCIxIgYHMQ4BBzEXPgE7ATIVDgEHMQcVATsCihkiIhn9dhkiIhkCihkiIhn9dhgjIhkCihkiIhn9dhkiIhm2EA4kFAEvVVYvCg0CAQsJCxkOAgICAQEKFAgIDQQbBRUMAR8CCwlJAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiAQjlEBsKJxyl/oAkRw4gEgEBAQwWBwgJAQUGBA4JFgsOGhAbC2kMAAUAAACABAADAAATACoAPgBBAEUAABMhMhYVMRUUBiMhIiY1MTU0NjMxASEyFhUxFRQGIzEhOAExIiY9ATQ2MzERITIWFTEVFAYjMSEiJjUxNTQ2MyUXERUzFSM7A4oZIiIZ/HYZIiIZAcAByRkiIhn+NxgjIhkByhkiIhn+NhkiIhn+BcCAgAMAIhkKGSIiGQoZIv8AIhkJGSIiGAoZIv8AIhkKGSIiGQoZIiGhAUCAQAAAAAYAAP/ABAADwAAdADsAPwBDAEcASwAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTE0Jy4BJyYjESInLgEnJjU0Nz4BNzYzMhceARcWFTEUBw4BBwYjAyEVIREhFSEbARcDNxMXAwIAal1eiygoKCiLXl1qal1eiygoKCiLXl1qUEVGaR4eHh5pRkVQUEVGaR4eHh5pRkVQwAGA/oABgP6AQEo2SkpKN0sDwCgoi15dampdXosoKCgoi15dampdXosoKPyAHh5pRkVQUEVGaR4eHh5pRkVQUEVGaR4eAUBAAQBA/tsB5Rv+GxsB5Rr+GgAAAAUAAACABAADAAATADMASABoAH8AABMhMhYVMRUUBiMhIiY1MTU0NjMxATMyMDEyFhU4ATkBFRQwMRQGIzgBMSMiJjUxNTQ2MzEBITIWFTEVFAYjMSEiJjUxNTQ2MzEBMzIwMTIWFTgBOQEVFDAxFAYjOAExIyImNTE1NDYzMTsBMhYVMRUUBiMxIzgBMSImPQE0NjMxOwOKGSIiGfx2GSIiGQEACQEZIiIZChkiIhn/AAOKGSIiGfx2GSIiGQHACQEZIiIZChkiIhnACRkiIhkJGCMiGQMAIhkKGSIiGQoZIv8AIhkJARkiIhkKGSL/ACIZChkiIhkKGSIBACIZCQEZIiIZChkiIhkJGSIiGAoZIgAAAAEAwACAA0ADAABHAAA3MDIxMjY1OAE5ATU0NjMxIQcOARUUFjMyNjcxNz4BNTQmLwEuASMiBhUUFh8BITgBMSIHDgEHBhU4ATkBFTgBMRQWMzgBOQHoARAYXUMBB4QGBhgQCA8FyAYGBgbIBQ8IEBgGBoT++DIrLEETExcRgBcRoEJehAUOCRAYBwXIBQ8ICA8FyAYGFxEIDgaEExJCKywyoBEXAAAAAAIAQAAAA4ADgAAeADwAAAEHMzIWFRQGKwEiJjUxNTQ2MzIWFTEVNx4BFxUUNgcBNyMiJjU0NjsBMhYVMRUUBiMiJj0BBy4BJzU0BjcDgOdHExoaE7MTGhoTEhvmGCIGBgb8wOdHExoaE7MTGhoTEhvmGCIGBgYDQOYbEhMaGhOzExoaE0fnBSMXAQkPBv0A5hsSExoaE7MTGhoTR+cFIxcBCQ8GAAAAAAEAgAA+A38DQADGAAAlIiMHPgE3Iz4BNzU+AT8BPgE1PAE1MTwBNTQmJxcuAScjLgEnIy4BIyoBIzEqASMiBgc3DgEHMQ4BDwEOARUcARU1FDAxFBYXNR4BFyceAR8BHgEfASciKwEVMBQxFBYXMR4BMzoBOQEhNS4BJxUuAS8BLgEnNS4BNTwBOQE8ATU0NjcVPgE3MT4BNzM+ATMyFhcjHgEXIx4BHwEeARUcARUxMBQVFAYHNw4BBzUOAQ8BDgEHIxUhOgExMjY3MT4BNTA0OQE1AvYXFy0ZLBQBFCIPDhcIAQcJEA8BDikYARk6IAIgSSYBAgEBAgEmSSICIjwZGSgOAQ4PCQgIFw8BDyITARMsFwItFxaKBgYFDwgBAQEZFSYQER4MAQwVBwcICwoJHBERJxYBFjEZGjEYAxgoEQESGwkBCQsIBwEIFA0MHhEBECUVAQEZAQEJDgYFBqgFCRgPDyQUARQuGAMXNhwBAQEBAQEmRyACITcXFiMMDQ0ODQENJBcXNx8CH0YmAQIBAQEdNxoCGi8UARUkDwEOGAkBBkABCA4FBQaRBA8MAQ0eEQESKBcCFjEaAQEBAwEcNBgBFicPDxcICAgICAcYDw8mFgEXNBwBAwEBARoyGAMYKhIBEh4MAQsPBI8GBQUOCAFAAAAAAAIBFQAWA+kCnQALAD0AACUnNyMHJyMXBzM3FwU1Izc+ATc1PAE1NCYnIy4BIyoBIzMqASMiBgc3DgEPARc+ATcxPgEzMTIVDgEHMQcVAsy7q111al2dq2FygAGBj1IQFQMQDQEPJxUCBAIBAQEBEB0NAQwRBAEgBQ0ICBMLOQMSD3PI8OWhoeXwq6uwLYAWNB0BAQMBEyEMCw0IBwEHFAwBGgkNBQUGMxowE7AKAAAAAgEVAMgD6QONAAsAPQAAJSc3IwcnIxcHMzcXATUjNz4BNzU8ATU0JicjLgEjKgEjMTAiIyIGBzMOAQcVFz4BNzE+ATcxMhUOAQc1BxUCzLurXXVqXZ2rYXKAAYGPUhAVAxANARAoFgEDAQIBEB0NAQwRBCAEDQgIFAo5AhMPcsjw5aGh5fCrqwFQLYAWNB0BAQMBEyEMDQ4IBwYUDAEaCA4FBQUBMxsvFAGxCgAAAAAGAEAAQAPAAwAAAwAHAAsADwATABcAABMhFSElIRUhBSEVISUhFSEFIRUhJSEVIUABov5eAd4Bov5e/iIBov5eAd4Bov5e/iIBov5eAd4Bov5eAwDAwMBAwMDAQMDAwAACAIAAQQOAA0AALgBfAAABMhYVMBQVFAYHNQchMhYVFAYjIRceARUcATkBFAYjIiYnNScuATU0NjcxNz4BMwExFx4BFRQGBzEHDgEjMSImNTA0MTQ2NzE3IQYmNTQ2MyEnLgE1PAE5ATQ2MzIWFxUBEBQcCAYOAiwUHBwU/dQOBwccFAsRBmAGCAgGYAYRCwIAYAcHBwdgBhELFBwIBg791hQcHBQCLA4HBxwUCxEGA0AmGgEBDBYKARMmGhomEwkWDAEBGiYKCAGACRcNDBcKgAgL/m2ACRcNDBcKgAgKJRsBDRYJEwEmGhomEwkWDAEBGiYKCAEAAAQBAACAAwEDAAADAAcACwAPAAABJzcXFzcnBwMHFzc3FwcnASkp6ynDKuwpwynrKcMq7CkCACfZJtom2ib+pibaJ9kn2ScAAAIA0P/AAxADDgA5AD0AAAEcARUUFhcxHgEzMjYzIzoBMzI2NxU+ATU8ATUVESMRHAEVFAYHMQ4BIyoBIzEqASMiJjU0NjUxESMDNSEVARIfGx5LKgUKBQEDBwMsTR8cIVgUERIxGwIEAgEEAzVLAVhCAkABTAMHAylJGhgcAR0aARtIKgMGAwEBwP5GAQQCGy8SERRLNQIDAgG2/Lc4OAABAMAAgANAAwAANgAAJSImNTE1NCYjMSEXHgEVFAYjIiYnMScuATU0Nj8BPgEzMhYVFAYHMQchMhceARcWFTEVFAYjMQMYEBdeQv73hAYGGBAIDwXIBgYGBsgFDwgQGAYGhAEIMissQRMTFxGAFxGgQl6EBQ4JEBgHBcgFDwgIDwXIBgYXEQgOBoQTE0EsLDGgERcABgAAAIAEAAMAABIAKAA8AFAAcACEAAATITIWFTEVFAYjISImNTE1NDYzESEyFhUxFRQGIyE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzIzMyFhUxFRQGIzEjIiY1MTU0NjMRMzIwMTIWFTgBOQEVFDAxFAYjOAExIyImNTE1NDYzMREzMhYVMRUUBiMxIyImNTE1NDYz+wLKGSIiGf02GSIiGQLKGSIiGf02GCMiGQLKGSIiGf02GSIiGcAKGSIiGQoZIiIZCQEZIiIZChkiIhkKGSIiGQoZIiIZAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIhkKGSIiGQoZIgEAIhkJARkiIhkKGSIBACIZChkiIhkKGSIAAAAAAwBeAE4DrwMdAKcBUgFwAAAlMzUjKgEjIiYnMS4BNTwBNTE0NzY1NjQ1NCYnFS4BJzE1PgE3MT4BNTwBJxU0JyY1PAE1NDY3MT4BMzIWMzEzNSMwIiMiBgczDgEHMQ4BDwEOARUcARU1FBcWFxYXFhUwFDEUBgcxDgEHMQ4BByMOASMqASMxFToBMzIWFyMeARcxHgEXFR4BFzEUBwYHBgcGFRwBFRQWFyceARcxHgEXMx4BMzoBMyMFMzoBMTI2NyM+ATcxPgE3MT4BNTQmNTE0JyYnJicmNTgBMTQ2NxU+ATcxPgE3NT4BMzAyMzE1KgExIiYnFy4BJzEuASc1LgE1OAE5ATQ3Njc2NzY3PAE1NCYnFS4BJzEuAS8BLgEjKgEjMSMVMzoBMzIWFzEeARUUBhUxFAcGFRwBFRQWFyMeARczFQ4BBzEOARUcARU1FBcWFRwBFRQGBzcOASMqASMxIxUlMzc2NzY3MxYXFh8BMyc3IwcGBwYHIyYnJi8BIxcBBC0TAQMCChIGBQYCAgEIBgcWDQ0WBwcHAQICBgUGEgoCAwETLQIBCxYKAQoQBgYKAgEDAwECAQEBAQECAgYEBAsGAQcQCAEBAQEBAQgRBwEHCwUDBgICAQECAQECAQEDBAEDCgYGEAkBCRYLAQIBAQHXLQEBDBYLAgoQBgcJAwMEAQEBAQIBAQIBAgYEBAsHBxAJAgEBAgkQCAEGCwUEBgIBAgECAQEBAQEEAwMJBwYQCQEJFgsBAQEtEwIDAQsRBwUGAQICBwcBCBUNAQ4VCAYHAgIFBgEHEQsBAwIT/mVcOgkJCAoDCwkKCjtgioJcNAgICAkDCwgJCTZgglE0CAcKFgwCBAIkISIoAgQDDx0NAQsPAwMDDwsMHRACBQIBKCIiJAEFAgwWCgYJATUDAwIKBwcSCQEMGg0BAgIBFxITEhESEhQBBgsFBgkEBQcDAwM6AwMDBwUECgUBBQsHFBESEhETExYBAgEOGwwBChIHBwkDAgMDAwIDCQcHEgoMGg4BAgEWExISERISFAYMBgEGCgQFBwIBAgM7AwMBAwcFBAoFAQQMBhUREhIRExMWAQIBDhoNAgsSBwYKAgECAzQIBwkXCwMEAiQhIigCBAMPHQ0KDwMDAw8LDB0QAgQDASgiISQCBAMMFgoBBwg0c2kSERIUFBIREmnj3WMQEBEUFBARD2TaAAAEAAAAQAQAA0AAIwA3AFwAXwAAASEiBw4BBwYVMREUFx4BFxYzMSEyNz4BNzY1MRE0Jy4BJyYjExQGIzEhIiY1MRE0NjMxITIWFTEFMQcOASMwIjkBKgEjIiYnMTU+ATM6ATMxMhYXIxceARUUBgcVJzcnAwD+ADUvLkYUFBQURi4vNQIANS8uRhQUFBRGLi81gEs1/gA1S0s1AgA1S/7pmgYNCAEBAgESGwICGxIBAgEIDgcBmgoNDQqACAsDQBQURi4vNf8ANS8uRhQUFBRGLi81AQA1Ly5GFBT+ADVLSzUBADVLSzWjVgMEGRKqEhkEBFUEEwwLEwQBHgUGAAAACgBAAAADwAOAAA8AJQAzAEEAUgBnAHgAjgCfALUAAAEjIiY1NDYzMTMyFhUUBiMnDgEjIiY1NDY3MTc+ATMyFhUUBgcxASImNTQ2MzIWFTEUBiM1IgYVFBYzMjY1MTQmIzUiJjUxNTQ2MzIWFTEVFAYjBycuATU0NjMyFh8BHgEVFAYjIiYnFxQGIzEjIiY1NDYzMTMyFhUHPgEzMhYVFAYHMQcOASMiJjU0NjcxJTIWFTEVFAYjIiY1MTU0NjM3Fx4BFRQGIyImJzEnLgE1NDYzMhYXA4hwFyEhF3AXISEXmggUCxchCAdQBxULFyEJB/7DRmJiRkZiYkYXISEXFyEhFxchIRcXISEX7k8HCSEXCxUHUAcIIRcLFAgOIRdwFyEhF3AXIQ4IFAsXIQgHUAcVCxchCQcBPRchIRcXISEX7k8HCCEXCxQHUAcIIRcLFAgBiCEXFyEhFxch1gcIIRcLFAhPBwkhFwsVB/5qYkZGYmJGRmLgIRcXISEXFyGoIRdwFyEhF3AXIUJQBxULFyEJB08IFAsXIQgHnhchIRcXISEXngcIIRcLFAhPBwkhFwsVBw4hF3AXISEXcBchQlAHFAsXIQgHTwgUCxchCAcAAAAAAQAAAAEAAIeeNh1fDzz1AAsEAAAAAADWD0mdAAAAANYPSZ3/8f/ABAQDwAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAP/x//wEBAABAAAAAAAAAAAAAAAAAAAALgQAAAAAAAAAAAAAAAIAAAAEAAAABAAAAAQAAAAEAAEZBAAAwAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAD8EAAA/BAAAwAQA//EEAABABAAAQAQAAEAEAAAABAAAAAQAAMAEAAGzBAAAAAQAAAAEAAAaBAAAAAQAAAAEAAAABAAAwAQAAEAEAACABAABFQQAARUEAABABAAAgAQAAQAEAADQBAAAwAQAAAAEAABeBAAAAAQAAEAAAAAAAAoAFAAeAGwAugEIAXgBxAImApIDPAOOA8QD+ATUBRAFWAV6BeIGYAbaBxYHcAfYB+YIBgiuCUAJmgoSCpwK8AtEDEAMmAzwDSANnA3ADhAOWg7wELYRNhIgAAAAAQAAAC4BcQAKAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAgAAAABAAAAAAACAAcAaQABAAAAAAADAAgAOQABAAAAAAAEAAgAfgABAAAAAAAFAAsAGAABAAAAAAAGAAgAUQABAAAAAAAKABoAlgADAAEECQABABAACAADAAEECQACAA4AcAADAAEECQADABAAQQADAAEECQAEABAAhgADAAEECQAFABYAIwADAAEECQAGABAAWQADAAEECQAKADQAsFJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMFJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclJlZ3VsYXIAUgBlAGcAdQBsAGEAclJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AckZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");font-weight:400;font-style:normal}[class*=" re-icon-"],[class^=re-icon-]{font-family:Redactor!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.re-icon-aligncenter:before{content:"\e900"}.re-icon-alignleft:before,.re-icon-alignment:before{content:"\e901"}.re-icon-alignright:before{content:"\e902"}.re-icon-bold:before{content:"\e903"}.re-icon-bookmark:before{content:"\e904"}.re-icon-clips:before{content:"\e905"}.re-icon-codesnippets:before{content:"\e906"}.re-icon-deleted:before{content:"\e907"}.re-icon-expand:before{content:"\e908"}.re-icon-file:before{content:"\e909"}.re-icon-fontcolor:before{content:"\e90a"}.re-icon-fontfamily:before{content:"\e90b"}.re-icon-fontsize:before{content:"\e90c"}.re-icon-format:before{content:"\e90d"}.re-icon-html:before{content:"\e90e"}.re-icon-imagecenter:before{content:"\e90f"}.re-icon-imageleft:before{content:"\e910"}.re-icon-imageright:before{content:"\e911"}.re-icon-image:before{content:"\e912"}.re-icon-indent:before{content:"\e913"}.re-icon-inline:before{content:"\e914"}.re-icon-italic:before{content:"\e915"}.re-icon-horizontalrule:before,.re-icon-line:before{content:"\e916"}.re-icon-link:before{content:"\e917"}.re-icon-ol:before,.re-icon-ordered:before{content:"\e918"}.re-icon-outdent:before{content:"\e919"}.re-icon-properties:before{content:"\e91a"}.re-icon-readmore:before{content:"\e91b"}.re-icon-redo:before{content:"\e91c"}.re-icon-retract:before{content:"\e91d"}.re-icon-specialcharacters:before{content:"\e91e"}.re-icon-sub:before{content:"\e91f"}.re-icon-sup:before{content:"\e920"}.re-icon-table:before{content:"\e921"}.re-icon-textdirection:before{content:"\e922"}.re-icon-toggle:before{content:"\e923"}.re-icon-underline:before{content:"\e924"}.re-icon-undo:before{content:"\e925"}.re-icon-lists:before,.re-icon-ul:before,.re-icon-unordered:before{content:"\e926"}.re-icon-variable:before{content:"\e927"}.re-icon-video:before{content:"\e928"}.re-icon-widget:before{content:"\e929"}.redactor-box,.redactor-box textarea{z-index:auto}.redactor-box{position:relative;box-sizing:border-box}.redactor-box.redactor-styles-on{margin:0;padding:0;background:#fff;border:1px solid rgba(0,0,0,.075);border-radius:3px;box-shadow:none}.redactor-box.redactor-inline{position:static}.redactor-focus.redactor-styles-on,.redactor-focus:focus.redactor-styles-on{border-color:#82b7ec!important}.redactor-over:hover.redactor-styles-on{border-color:#ee698a!important}.redactor-source-view,.redactor-source-view.redactor-styles-on{border-color:#000!important}.redactor-in{position:relative;overflow:auto;white-space:normal;box-sizing:border-box}.redactor-in:focus{outline:0}.redactor-inline .redactor-in{overflow:hidden}.redactor-in *,.redactor-read-only *{outline:0!important}.redactor-in blockquote:empty,.redactor-in h1:empty,.redactor-in h2:empty,.redactor-in h3:empty,.redactor-in h4:empty,.redactor-in h5 h6:empty,.redactor-in p:empty{min-height:1.5em}.redactor-in b:empty,.redactor-in em:empty,.redactor-in i:empty,.redactor-in ins:empty,.redactor-in span:empty,.redactor-in strong:empty,.redactor-in sub:empty,.redactor-in sup:empty,.redactor-in u:empty{display:inline-block;min-width:1px;min-height:1rem}.redactor-in table{empty-cells:show}.redactor-in li figure{width:auto;display:inline-block;margin:0;vertical-align:top}.redactor-in figcaption:focus,.redactor-in figure code:focus,.redactor-in figure pre:focus,.redactor-in table td:focus,.redactor-in table th:focus{outline:0}.redactor-in figure[data-redactor-type=line]{margin-top:1em;padding:6px 0;vertical-align:baseline}.redactor-in figure[data-redactor-type=line] hr{margin:0;height:3px;border:none;background:rgba(0,0,0,.1)}.redactor-component{position:relative}.redactor-component[data-redactor-type=video]:before,.redactor-component[data-redactor-type=widget]:before{width:100%;height:100%;content:"";display:block;position:absolute;z-index:1}.redactor-component[data-redactor-type=image],.redactor-component[data-redactor-type=widget]{}.redactor-component[data-redactor-type=variable]{white-space:nowrap;background:rgba(0,125,255,.75);color:#fff;display:inline-block;padding:3px 6px;line-height:1;border-radius:4px;cursor:pointer}.redactor-component-active{outline:5px solid rgba(0,125,255,.5)!important}.redactor-component-active[data-redactor-type=image]{outline:0!important}.redactor-component-active[data-redactor-type=image] img{outline:5px solid rgba(0,125,255,.5)!important}.redactor-component-active[data-redactor-type=variable]{outline:0!important;background:#ee698a}.redactor-component-active[data-redactor-type=video]{outline:0!important}.redactor-component-active[data-redactor-type=video] iframe{outline:5px solid rgba(0,125,255,.5)!important}.redactor-blur.redactor-styles-on .redactor-component-active{outline:5px solid #ddd!important}.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image]{outline:0!important}.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] img{outline:5px solid #ddd!important}.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video]{outline:0!important}.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] iframe{outline:5px solid #ddd!important}.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=variable]{outline:0!important;background:#ddd}.redactor-component-caret{position:absolute;left:-9999px}.redactor-textnodes-wrapper{display:inline-block}#redactor-image-resizer{position:absolute;z-index:1000;background-color:rgba(0,125,255,.9);width:13px;height:13px;border:1px solid #fff;cursor:move;cursor:nwse-resize}.redactor-file-item{display:inline-block;line-height:1;padding:4px 12px;border-radius:16px;border:1px solid rgba(0,0,0,.2)}.redactor-file-remover{margin-left:2px;position:relative;right:-3px;display:inline-block;padding:0 3px;cursor:pointer;opacity:.5}.redactor-file-remover:hover{opacity:1}#redactor-overlay{position:fixed;z-index:100051;top:0;left:0;right:0;bottom:0;background-color:rgba(16,16,18,.18)}#redactor-overlay>.redactor-close{position:fixed;top:1rem;right:1rem}.redactor-source,.redactor-source:focus,.redactor-source:hover{text-align:left;box-sizing:border-box;font-family:Consolas,Menlo,Monaco,"Courier New",monospace;width:100%;display:block;margin:0;border:none;box-shadow:none;border-radius:0;background:#252525;color:#ccc;font-size:15px;outline:0;padding:10px 18px 20px 18px;line-height:1.5;resize:vertical}.redactor-box[dir=rtl] .redactor-source{direction:ltr}.redactor-placeholder:before{position:absolute;content:attr(placeholder);color:rgba(0,0,0,.4);font-weight:400}.redactor-in figcaption[placeholder]:empty:before{content:attr(placeholder);color:rgba(0,0,0,.4);font-weight:400}.redactor-in figcaption[placeholder]:empty:focus:before{content:""}.redactor-statusbar{font-family:Consolas,Menlo,Monaco,"Courier New",monospace;margin:0;padding:8px 10px;position:relative;overflow:hidden;list-style:none;background:#f8f8f8;box-sizing:border-box;border:none}.redactor-statusbar li{float:left;font-size:12px;color:rgba(0,0,0,.5);padding:0 10px;line-height:16px;border-right:1px solid rgba(0,0,0,.1)}.redactor-statusbar li:last-child{border-right-color:transparent}.redactor-statusbar a{color:rgba(0,0,0,.5);text-decoration:underline}.redactor-statusbar a:hover{color:#f03c69;text-decoration:underline}.redactor-statusbar:empty{display:none}.redactor-toolbar-wrapper{position:relative}.redactor-air,.redactor-toolbar{z-index:100;font-family:"Trebuchet MS","Helvetica Neue",Helvetica,Tahoma,sans-serif;position:relative;margin:0!important;padding:0;list-style:none!important;line-height:1!important;background:0 0;border:none;box-sizing:border-box}.redactor-box.redactor-styles-on .redactor-toolbar{padding:18px 16px 0 16px}.redactor-air a,.redactor-toolbar a{display:inline-block!important;box-sizing:border-box;font-size:14px;text-align:center;padding:10px 15px 9px 15px;cursor:pointer;outline:0;border:none;vertical-align:middle;text-decoration:none;zoom:1;position:relative;color:rgba(0,0,0,.85);border-radius:2px;background:rgba(255,255,255,.97);box-shadow:0 1px 2px rgba(0,0,0,.22);margin-right:5px;margin-bottom:4px}.redactor-air a.re-button-icon,.redactor-toolbar a.re-button-icon{font-size:16px;padding:9px 15px 6px 15px}.redactor-air a:hover,.redactor-toolbar a:hover{outline:0;color:#fff;background:#449aef}.redactor-toolbar a.redactor-button-active{background:rgba(245,245,245,.95);color:rgba(0,0,0,.4)}.redactor-air a.redactor-button-disabled,.redactor-toolbar a.redactor-button-disabled{opacity:.3}.redactor-air a.redactor-button-disabled:hover,.redactor-toolbar a.redactor-button-disabled:hover{color:#333;outline:0;background-color:transparent!important;cursor:default}.redactor-source-view .redactor-toolbar{background:#252525}.redactor-source-view .redactor-toolbar a{background:#000;color:#fff}.redactor-source-view .redactor-toolbar a:hover{background:#449aef}.redactor-source-view .redactor-toolbar a.redactor-button-disabled:hover{color:#fff!important;background-color:#000!important}.re-button-tooltip{display:none;position:absolute;white-space:nowrap;top:0;z-index:1052;background:rgba(0,0,0,.9);border-radius:3px;padding:5px 9px;color:rgba(255,255,255,.8);font-size:12px;line-height:1;font-family:Consolas,Menlo,Monaco,"Courier New",monospace}.re-button-tooltip:after{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:none;border-bottom-color:rgba(0,0,0,.9);border-width:4px;margin-left:-4px}.redactor-toolbar-wrapper-air{position:absolute;z-index:100}.redactor-air{padding:6px 3px 2px 8px;max-width:576px;min-width:200px;border-radius:4px;background:rgba(0,0,0,.97)}.redactor-air a{background:rgba(37,37,37,.95);box-shadow:none;color:rgba(255,255,255,.9)}.redactor-air a:hover{background:#3d79f2}.redactor-air a.redactor-button-active{background-color:rgba(255,255,255,.15);color:#fff}.redactor-air a.redactor-button-disabled:hover{color:#fff}.redactor-air-helper{position:absolute;right:0;top:0;line-height:1;font-size:15px;color:#000;background:rgba(255,255,255,.85);border-bottom-left-radius:4px;padding:7px 10px 6px 10px;cursor:pointer}.redactor-air-helper:hover{background:#fff}.redactor-voice-label{display:none}.redactor-context-toolbar{position:absolute;top:0;left:0;z-index:100051;background-color:rgba(0,0,0,.95);color:#555;border-radius:4px;padding:6px 18px 7px 18px;line-height:1.5;font-family:Consolas,Menlo,Monaco,"Courier New",monospace}.redactor-context-toolbar a{font-size:12px;color:#ccc;text-decoration:none;display:inline-block;padding:2px 0 1px 12px}.redactor-context-toolbar a:first-child{padding-left:0}.redactor-context-toolbar a i{position:relative;top:3px;font-size:16px}.redactor-context-toolbar a:before{content:'';padding-left:10px;border-left:1px solid rgba(255,255,255,.3)}.redactor-context-toolbar a:hover{color:#fff}.redactor-context-toolbar a:first-child:before{padding-left:0;border-left:none}.redactor-context-toolbar[dir=rtl] a{padding:2px 12px 1px 0}.redactor-context-toolbar[dir=rtl] a:first-child{padding-right:0}.redactor-context-toolbar[dir=rtl] a:before{padding-left:0;padding-right:10px;border-right:1px solid rgba(255,255,255,.3);border-left:none}.redactor-context-toolbar[dir=rtl] a:first-child:before{padding-right:0;border-right:none}.redactor-dropdown{font-family:"Trebuchet MS","Helvetica Neue",Helvetica,Tahoma,sans-serif;display:none;position:absolute;z-index:100051;background-color:#fff;box-shadow:0 4px 14px rgba(0,0,0,.2);border-radius:2px;width:264px;max-height:250px;margin:0;margin-top:-1px;overflow:auto;font-size:15px;padding:0}.redactor-dropdown a span{display:inline-block;line-height:1;padding:2px 4px;border-radius:3px}.redactor-dropdown a{display:block;text-decoration:none;padding:10px 8px;white-space:nowrap;border-bottom:1px solid rgba(0,0,0,.05)}.redactor-dropdown a:last-child{border-bottom-color:transparent}.redactor-dropdown a{color:#000}.redactor-dropdown a:hover{color:#fff!important;background-color:#449aef!important}.redactor-dropdown a.redactor-dropdown-item-disabled{color:rgba(0,0,0,.4);background:#fff}.redactor-dropdown-cells{margin:10px auto}.redactor-dropdown-cells a,.redactor-dropdown-cells span{float:left;cursor:pointer;box-sizing:border-box;text-align:center;padding:0;margin:0;font-size:14px}.redactor-dropdown-selector{display:flex;text-align:center}.redactor-dropdown-selector span{flex-grow:1;font-size:12px;padding:8px;cursor:pointer}.redactor-dropdown-selector span:hover{background:#eee}.redactor-dropdown-selector span.active{cursor:text;color:rgba(0,0,0,.3);background:#eee}.redactor-dropdown-format .redactor-dropdown-item-blockquote{color:rgba(0,0,0,.4);font-style:italic}.redactor-dropdown-format .redactor-dropdown-item-pre{font-family:monospace,sans-serif}.redactor-dropdown-format .redactor-dropdown-item-h1{font-size:40px;font-weight:700;line-height:32px}.redactor-dropdown-format .redactor-dropdown-item-h2{font-size:32px;font-weight:700;line-height:32px}.redactor-dropdown-format .redactor-dropdown-item-h3{font-size:24px;font-weight:700;line-height:24px}.redactor-dropdown-format .redactor-dropdown-item-h4{font-size:21px;font-weight:700;line-height:24px}.redactor-dropdown-format .redactor-dropdown-item-h5{font-size:18px;font-weight:700;line-height:24px}.redactor-dropdown-format .redactor-dropdown-item-h6{font-size:14px;text-transform:uppercase;font-weight:700;line-height:24px}#redactor-modal{position:fixed;top:0;left:0;bottom:0;right:0;overflow-x:hidden;overflow-y:auto;z-index:100051;font-family:"Trebuchet MS","Helvetica Neue",Helvetica,Tahoma,sans-serif;line-height:24px}.redactor-modal{position:relative;margin:16px auto;padding:0;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.07),0 2px 15px rgba(80,80,80,.25);border-radius:3px;color:#000}.redactor-modal form{margin:0;padding:0;box-sizing:border-box}.redactor-modal input,.redactor-modal select,.redactor-modal textarea{box-sizing:border-box;display:block;width:100%;font-family:inherit;font-size:16px;height:40px;outline:0;vertical-align:middle;background-color:#fff;border:1px solid #cacfd4;border-radius:.1875em;box-shadow:none;padding:0 .5em}.redactor-modal textarea{padding:.5em;height:auto;line-height:1.5;vertical-align:top}.redactor-modal select{-webkit-appearance:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="#5e6c75" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');background-repeat:no-repeat;background-position:right .65em center;padding-right:28px}.redactor-modal select[multiple]{background-image:none;height:auto;padding:.5em .75em}.redactor-modal input[type=file]{width:auto;border:none;padding:0;height:auto;background:0 0;box-shadow:none;display:inline-block}.redactor-modal input[type=checkbox],.redactor-modal input[type=radio]{display:inline-block;width:auto;height:auto;padding:0;vertical-align:middle;position:relative;bottom:.15rem;font-size:115%;margin-right:3px}.redactor-modal .form-item{margin-bottom:20px}.redactor-modal .form-item:last-child{margin-bottom:0}.redactor-modal fieldset{border:1px solid rgba(0,0,0,.1);border-radius:3px;padding:16px;padding-bottom:20px;margin-bottom:20px}.redactor-modal fieldset .form-item{margin-bottom:12px}.redactor-modal label{display:block;color:#555;margin-bottom:.25em;font-size:14px}.redactor-modal label .desc,.redactor-modal label .error,.redactor-modal label .success{text-transform:none;font-weight:400}.redactor-modal label.checkbox{font-size:16px;line-height:1.5;cursor:pointer;color:inherit}.redactor-modal .form-checkboxes label.checkbox{display:inline-block;margin-right:1em}.redactor-modal input:hover,.redactor-modal select:hover,.redactor-modal textarea:hover{outline:0;background-color:#fff;border-color:#969fa9;box-shadow:none}.redactor-modal input:focus,.redactor-modal select:focus,.redactor-modal textarea:focus{transition:all linear .2s;outline:0;background-color:#fff;border-color:rgba(0,125,255,.5);box-shadow:0 0 3px rgba(0,125,255,.5)}.redactor-modal input.error,.redactor-modal select.error,.redactor-modal textarea.error{background-color:rgba(255,50,101,.1);border:1px solid #ff7f9e}.redactor-modal input.error:focus,.redactor-modal select.error:focus,.redactor-modal textarea.error:focus{border-color:#ff3265;box-shadow:0 0 1px #ff3265}.redactor-modal input.success,.redactor-modal select.success,.redactor-modal textarea.success{background-color:rgba(47,196,182,.1);border:1px solid #65dacf}.redactor-modal input.success:focus,.redactor-modal select.success:focus,.redactor-modal textarea.success:focus{border-color:#2fc4b6;box-shadow:0 0 1px #2fc4b6}.redactor-modal input.disabled,.redactor-modal input.disabled:hover,.redactor-modal input:disabled,.redactor-modal input:disabled:hover,.redactor-modal select.disabled,.redactor-modal select.disabled:hover,.redactor-modal select:disabled,.redactor-modal select:disabled:hover,.redactor-modal textarea.disabled,.redactor-modal textarea.disabled:hover,.redactor-modal textarea:disabled,.redactor-modal textarea:disabled:hover{resize:none;opacity:.6;cursor:default;font-style:italic;color:rgba(0,0,0,.5);border:1px solid #cacfd4;box-shadow:none;background-color:#fff}.redactor-modal .req{position:relative;top:1px;font-weight:700;color:#ff3265;font-size:110%}.redactor-modal .desc{color:rgba(51,51,51,.5);font-size:12px}.redactor-modal span.desc{margin-left:.25em}.redactor-modal div.desc{margin-top:.25em}.redactor-modal span.error,.redactor-modal span.success{font-size:12px;margin-left:.25em}.redactor-modal div.desc{margin-bottom:-.5em}.redactor-modal .redactor-close{position:absolute;top:16px;right:12px;font-size:30px;line-height:30px;padding:0 4px;color:#000;opacity:.3;cursor:pointer}.redactor-modal .redactor-close:hover{opacity:1}.redactor-modal .redactor-close:before{content:'\00d7'}.redactor-modal button{display:inline-flex;align-items:center;text-decoration:none;text-align:center;font-family:inherit;font-size:15px;font-weight:500;color:#007dff;background-color:#fff;border-radius:3px;border:2px solid #007dff;min-height:40px;outline:0;padding:.5em 1.25em;cursor:pointer;line-height:1.2;vertical-align:middle;-webkit-appearance:none}.redactor-modal button:hover{outline:0;text-decoration:none;background:0 0;color:rgba(0,125,255,.6);border-color:rgba(0,125,255,.5)}.redactor-modal button.redactor-button-secondary{border-color:#2a2e34;color:#2a2e34}.redactor-modal button.redactor-button-secondary:hover{color:rgba(42,46,52,.6);border-color:rgba(42,46,52,.5)}.redactor-modal button.redactor-button-danger,.redactor-modal button.redactor-button-unstyled{background:0 0;border-color:transparent;color:rgba(42,46,52,.6)}.redactor-modal button.redactor-button-danger:hover,.redactor-modal button.redactor-button-unstyled:hover{background:0 0;border-color:transparent;color:#ff3265;text-decoration:underline}.redactor-modal .redactor-modal-group:after{content:"";display:table;clear:both}.redactor-modal .redactor-modal-side{float:left;width:30%;margin-right:4%}.redactor-modal .redactor-modal-side img{max-width:100%;height:auto;display:block}.redactor-modal .redactor-modal-area{float:left;width:66%}.redactor-modal[dir=rtl] .redactor-close{left:12px;right:auto}.redactor-modal[dir=rtl] textarea{direction:ltr;text-align:left}.redactor-modal[dir=rtl] .redactor-modal-footer button.redactor-button-unstyled{float:left;margin-left:0}.redactor-modal-header{padding:20px;font-size:18px;line-height:24px;font-weight:700;color:#000;border-bottom:1px solid rgba(0,0,0,.05)}.redactor-modal-header:empty{display:none}.redactor-modal-body{padding:32px 48px;padding-bottom:40px}.redactor-modal-footer{padding:24px;border-top:1px solid rgba(0,0,0,.05);overflow:hidden}.redactor-modal-footer button{margin-right:4px}.redactor-modal-footer button.redactor-button-unstyled{margin-right:0;float:right}.redactor-modal-footer:empty{display:none}.redactor-modal-tabs{display:flex;border-bottom:2px solid rgba(0,0,0,.05);margin-bottom:1em}.redactor-modal-tabs a{font-size:15px;padding:2px 0;text-decoration:none;color:rgba(0,0,0,.5);border-bottom:2px solid transparent;margin-bottom:-2px;margin-right:14px}.redactor-modal-tabs a:hover{transition:all linear .2s}.redactor-modal-tabs a.active,.redactor-modal-tabs a:hover{font-weight:500;color:#007dff;border-bottom-color:#007dff}.redactor-styles{margin:0;padding:16px 18px;color:#444950;font-family:"Trebuchet MS","Helvetica Neue",Helvetica,Tahoma,sans-serif;font-size:1em;line-height:1.5;box-sizing:border-box}.redactor-styles *,.redactor-styles:after,.redactor-styles:before{box-sizing:inherit}.redactor-styles[dir=rtl]{direction:rtl;unicode-bidi:embed}.redactor-styles[dir=rtl] ol li,.redactor-styles[dir=rtl] ul li{text-align:right}.redactor-styles[dir=rtl] ol,.redactor-styles[dir=rtl] ol ol,.redactor-styles[dir=rtl] ol ul,.redactor-styles[dir=rtl] ul,.redactor-styles[dir=rtl] ul ol,.redactor-styles[dir=rtl] ul ul{margin:0 1.5em 0 0}.redactor-styles[dir=rtl] figcaption{text-align:right}.redactor-styles a,.redactor-styles a:hover{color:#3397ff}.redactor-styles address,.redactor-styles blockquote,.redactor-styles dl,.redactor-styles figure,.redactor-styles hr,.redactor-styles p,.redactor-styles pre,.redactor-styles table{padding:0;margin:0;margin-bottom:1em}.redactor-styles ol,.redactor-styles ul{padding:0}.redactor-styles ol,.redactor-styles ol ol,.redactor-styles ol ul,.redactor-styles ul,.redactor-styles ul ol,.redactor-styles ul ul{margin:0 0 0 1.5em}.redactor-styles ol li,.redactor-styles ul li{text-align:left}.redactor-styles ol ol li{list-style-type:lower-alpha}.redactor-styles ol ol ol li{list-style-type:lower-roman}.redactor-styles ol,.redactor-styles ul{margin-bottom:1em}.redactor-styles h1,.redactor-styles h2,.redactor-styles h3,.redactor-styles h4,.redactor-styles h5,.redactor-styles h6{font-weight:700;color:#2a2e34;text-rendering:optimizeLegibility;margin:0;padding:0;margin-bottom:.5em;line-height:1.2}.redactor-styles h1{font-size:2.0736em}.redactor-styles h2{font-size:1.728em}.redactor-styles h3{font-size:1.44em}.redactor-styles h4{font-size:1.2em}.redactor-styles h5{font-size:1em}.redactor-styles h6{font-size:.83333em;text-transform:uppercase;letter-spacing:.035em}.redactor-styles blockquote{font-style:italic;color:rgba(0,0,0,.5);border:none}.redactor-styles table{width:100%}.redactor-styles code,.redactor-styles kbd,.redactor-styles mark,.redactor-styles small,.redactor-styles time,.redactor-styles var{display:inline-block;font-family:Consolas,Menlo,Monaco,"Courier New",monospace;font-size:87.5%;line-height:1;color:rgba(68,73,80,.9)}.redactor-styles cite,.redactor-styles var{opacity:.6}.redactor-styles var{font-style:normal}.redactor-styles abbr,.redactor-styles dfn{text-transform:uppercase}.redactor-styles abbr[title],.redactor-styles dfn[title]{text-decoration:none;border-bottom:1px dotted rgba(0,0,0,.5);cursor:help}.redactor-styles code,.redactor-styles kbd{position:relative;top:-1px;padding:.25em;padding-bottom:.2em;border-radius:2px}.redactor-styles code{background-color:#eff1f2}.redactor-styles mark{border-radius:2px;padding:.125em .25em;background-color:#fdb833}.redactor-styles kbd{border:1px solid #e5e7e9}.redactor-styles sub,.redactor-styles sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.redactor-styles sub{bottom:-.25em}.redactor-styles sup{top:-.5em}.redactor-styles pre{font-family:Consolas,Menlo,Monaco,"Courier New",monospace;font-size:.9em}.redactor-styles pre,.redactor-styles pre code{background-color:#f6f7f8;padding:0;top:0;display:block;line-height:1.5;color:rgba(68,73,80,.85);overflow:none;white-space:pre-wrap}.redactor-styles pre{padding:1rem}.redactor-styles table{border-collapse:collapse;max-width:100%;width:100%}.redactor-styles table caption{text-transform:uppercase;padding:0;color:rgba(0,0,0,.5);font-size:11px}.redactor-styles table td,.redactor-styles table th{border:1px solid #eee;padding:16px;padding-bottom:15px}.redactor-styles table tfoot td,.redactor-styles table tfoot th{color:rgba(0,0,0,.5)}.redactor-styles audio,.redactor-styles embed,.redactor-styles img,.redactor-styles object,.redactor-styles video{max-width:100%}.redactor-styles embed,.redactor-styles img,.redactor-styles object,.redactor-styles video{height:auto!important}.redactor-styles img{vertical-align:middle;-ms-interpolation-mode:bicubic}.redactor-styles figcaption{display:block;opacity:.6;font-size:12px;font-style:italic;text-align:left}.upload-box{display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;border:5px dashed rgba(0,125,255,.15);position:relative;width:100%;min-height:220px;background:#fff;cursor:pointer;overflow:hidden;text-align:center}.upload-placeholder{font-size:15px;line-height:1.5;color:rgba(0,0,0,.3);font-style:italic}.upload-hover{background-color:rgba(0,125,255,.075)}.upload-error{background-color:rgba(255,50,101,.075)}.upload-box-hover{outline:5px dashed rgba(0,125,255,.3)}.upload-box-error{outline:5px dashed rgba(255,50,101,.3)}.redactor-structure div,.redactor-structure h1,.redactor-structure h2,.redactor-structure h3,.redactor-structure h4,.redactor-structure h5,.redactor-structure h6{position:relative}.redactor-structure div:before,.redactor-structure h1:before,.redactor-structure h2:before,.redactor-structure h3:before,.redactor-structure h4:before,.redactor-structure h5:before,.redactor-structure h6:before{width:24px;position:absolute;font-size:10px;font-weight:400;opacity:.3;left:-26px;top:50%;margin-top:-7px;text-align:right}.redactor-structure h1:before{content:"h1"}.redactor-structure h2:before{content:"h2"}.redactor-structure h3:before{content:"h3"}.redactor-structure h4:before{content:"h4"}.redactor-structure h5:before{content:"h5"}.redactor-structure h6:before{content:"h6"}.redactor-structure div:before{content:"div"}#redactor-progress{position:fixed;top:0;left:0;width:100%;z-index:1000000;height:10px}#redactor-progress span{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;display:block;width:100%;height:100%;background-color:#007dff;background-size:40px 40px}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.redactor-box-fullscreen{z-index:100051;position:fixed;top:0;left:0;width:100%}.redactor-box-fullscreen-target{position:absolute!important}.redactor-body-fullscreen .redactor-context-toolbar,.redactor-body-fullscreen .redactor-dropdown{z-index:1052}.redactor-body-fullscreen #redactor-overlay{z-index:1098}.redactor-body-fullscreen #redactor-modal{z-index:1099}
/*PrintCSS*/
.printModal{font-family:sans-serif;display:flex;text-align:center;font-weight:300;font-size:30px;left:0;top:0;position:absolute;color:#045fb4;width:100%;height:100%;background-color:hsla(0,0%,100%,.9)}.printClose{position:absolute;right:10px;top:10px}.printClose:before{content:"\00D7";font-family:Helvetica Neue,sans-serif;font-weight:100;line-height:1px;padding-top:.5em;display:block;font-size:2em;text-indent:1px;overflow:hidden;height:1.25em;width:1.25em;text-align:center;cursor:pointer}.printSpinner{margin-top:3px;margin-left:-40px;position:absolute;display:inline-block;width:25px;height:25px;border:2px solid #045fb4;border-radius:50%;animation:spin .75s linear infinite}.printSpinner:after,.printSpinner:before{left:-2px;top:-2px;display:none;position:absolute;content:"";width:inherit;height:inherit;border:inherit;border-radius:inherit}.printSpinner,.printSpinner:after,.printSpinner:before{display:inline-block;border-color:#045fb4 transparent transparent;animation-duration:1.2s}.printSpinner:before{transform:rotate(120deg)}.printSpinner:after{transform:rotate(240deg)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*Sitestyle*/
.pin.circle{width:69px;height:83px;bottom:0;left:0;background:url("/sites/bradspelaren/siteDependencies/westeros/images/discount-pin1.png") no-repeat center;padding-top:15px}p strong{font-weight:bold!important}.listprice p strong{font-weight:bold!important}.error{color:#ff0000;min-height:50px}/* * STYLE 5 */ #announcement{position:fixed;width:100%;height:80px;background:#2ABDFF;z-index:3000;bottom:0;display:none}#mainSearchcontainer::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#F5F5F5}#mainSearchcontainer::-webkit-scrollbar{width:10px;background-color:#F5F5F5}#mainSearchcontainer::-webkit-scrollbar-thumb{background-color:#0ae;background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent))}.page-link{cursor:pointer}#totalItems{position:absolute;background:#CA512B;border-radius:15px;height:30px;width:30px;top:-6px;right:-30px;color:#fff;line-height:30px;z-index:20000}.sidebarFixed{position:fixed!important;top:270px!important}.sticky{position:fixed!important;top:0;width:100%;z-index:2000}.sticky + #xcmsViewer{padding-top:50px}.loader{color:#2ABDFF;font-size:20px;margin:100px auto;width:1em;height:1em;border-radius:50%;position:relative;text-indent:-9999em;-webkit-animation:load4 1.3s infinite linear;animation:load4 1.3s infinite linear;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}@-webkit-keyframes load4{0%, 100%{box-shadow:0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0}12.5%{box-shadow:0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em}25%{box-shadow:0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em}37.5%{box-shadow:0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em}50%{box-shadow:0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em}62.5%{box-shadow:0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em}75%{box-shadow:0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0}87.5%{box-shadow:0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em}}@keyframes load4{0%, 100%{box-shadow:0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0}12.5%{box-shadow:0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em}25%{box-shadow:0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em}37.5%{box-shadow:0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em}50%{box-shadow:0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em}62.5%{box-shadow:0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em}75%{box-shadow:0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0}87.5%{box-shadow:0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em}}#klarnaLogo{width:250px;position:fixed;z-index:999999;bottom:0;right:0}.searchheadlinediv{float:left;width:20%}.searchinputdiv{float:right;width:80%}@media screen and (max-width:860px){.searchheadlinediv{float:left;width:30%}.searchinputdiv{float:right;width:70%}#shop .shop-products .filters .options .display{margin:20px 5px 0 15px}#shop .shop-products .filters .options .display li{float:none;margin-right:0}#shop .shop-products .filters .options .display li:first-child{margin-bottom:8px}}@media screen and (max-width:1024px){#klarnaLogo{width:100px}}#logosmallLi:hover{background:inherit!important}.logosmall{height:50px;margin-top:5px;position:absolute;opacity:0;transition:visibility 0s, opacity 0.5s linear}@media screen and (max-width:1260px){.logosmall{margin-top:0px;line-height:60px}}.sticky .logosmall{visibility:visible;opacity:1;transition:visibility 0s, opacity 0.5s linear}.helper{display:inline-block;height:100%;vertical-align:middle}#xcmsViewer{position:relative;z-index:1000}
