@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}.flash{-webkit-animation-name:flash;animation-name:flash}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-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%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity: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%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;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%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{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%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}.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%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{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%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}.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%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{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%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}.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%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}.CodeMirror{font-family:monospace;height:300px;color:#000;direction:ltr}.CodeMirror-lines{padding:4px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor-mark{background-color:rgba(20,255,20,.5)}.cm-animate-fat-cursor,.cm-fat-cursor-mark{-webkit-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite}.cm-animate-fat-cursor{width:auto;border:0;background-color:#7e7}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:0;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-type,.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:none;position:relative}.CodeMirror-sizer{position:relative;border-right:30px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-30px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none!important;border:none!important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper ::selection{background-color:transparent}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;font-variant-ligatures:contextual}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.CodeMirror-rtl pre{direction:rtl}.CodeMirror-code{outline:none}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ffa;background-color:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:""}span.CodeMirror-selectedtext{background:none}.toast-center-center{top:50%;left:50%;transform:translate(-50%,-50%)}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}.toast-title{font-weight:700}.toast-message{word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0}.toast-container{pointer-events:none;position:fixed;z-index:999999}.toast-container *{box-sizing:border-box}.toast-container .ngx-toastr{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px 3px 3px 3px;background-position:15px;background-repeat:no-repeat;background-size:24px;box-shadow:0 0 12px #999;color:#fff}.toast-container .ngx-toastr:hover{box-shadow:0 0 12px #000;opacity:1;cursor:pointer}.toast-info{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E")}.toast-error{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E")}.toast-success{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E")}.toast-warning{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E")}.toast-container.toast-bottom-center .ngx-toastr,.toast-container.toast-top-center .ngx-toastr{width:300px;margin-left:auto;margin-right:auto}.toast-container.toast-bottom-full-width .ngx-toastr,.toast-container.toast-top-full-width .ngx-toastr{width:96%;margin-left:auto;margin-right:auto}.ngx-toastr{background-color:#030303;pointer-events:auto}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4}@media (max-width:240px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:11em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media (min-width:241px) and (max-width:480px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:18em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media (min-width:481px) and (max-width:768px){.toast-container .ngx-toastr.div{padding:15px 15px 15px 50px;width:25em}}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.owl-carousel{touch-action:manipulation}.inherit-color{color:inherit!important}ngx-monaco-editor{height:calc(100% - 100px);width:100%;padding:15px}.material-icons{font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
/*!
 * # Semantic UI 2.2.10 - Reset
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */input[type=email],input[type=password],input[type=search],input[type=text]{-webkit-appearance:none;-moz-appearance:none}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}[hidden],template{display:none}a{background:transparent}
/*!
 * # Semantic UI 2.2.10 - Site
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */body,html{height:100%}html{font-size:14px}body{padding:0;overflow-x:hidden;min-width:320px;background:#fff;color:rgba(0,0,0,.87);font-smoothing:antialiased}h1,h2,h3,h4,h5{line-height:1.28571429em;margin:calc(2rem - .14286em) 0 1rem;font-weight:700;padding:0}h1{min-height:1rem;font-size:2rem}h2{font-size:1.71428571rem}h3{font-size:1.28571429rem}h4{font-size:1.07142857rem}h5{font-size:1rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child{margin-bottom:0}p{margin:0 0 1em;line-height:1.4285em}p:first-child{margin-top:0}p:last-child{margin-bottom:0}a{color:#4183c4}a:hover{color:#1e70bf;text-decoration:none}::-webkit-selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}::-moz-selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}::selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}input::-webkit-selection,textarea::-webkit-selection{background-color:hsla(0,0%,39.2%,.4);color:rgba(0,0,0,.87)}input::-moz-selection,textarea::-moz-selection{background-color:hsla(0,0%,39.2%,.4);color:rgba(0,0,0,.87)}input::selection,textarea::selection{background-color:hsla(0,0%,39.2%,.4);color:rgba(0,0,0,.87)}
/*!
 * # Semantic UI 2.2.10 - Button
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.button{cursor:pointer;display:inline-block;min-height:1em;outline:none;border:none;vertical-align:baseline;background:#e0e1e2 none;color:rgba(0,0,0,.6);font-family:Open Sans,sans-serif;margin:0 .25em 0 0;padding:.78571429em 1.5em;text-transform:none;text-shadow:none;font-weight:700;line-height:1em;font-style:normal;text-align:center;text-decoration:none;border-radius:.28571429rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;will-change:"";-webkit-tap-highlight-color:transparent}.ui.button,.ui.button:hover{box-shadow:inset 0 0 0 1px transparent,inset 0 0 0 0 rgba(34,36,38,.15)}.ui.button:hover{background-color:#cacbcd;background-image:none;color:rgba(0,0,0,.8)}.ui.button:hover .icon{opacity:.85}.ui.button:focus{background-color:#cacbcd;color:rgba(0,0,0,.8);background-image:""!important;box-shadow:""!important}.ui.button:focus .icon{opacity:.85}.ui.active.button:active,.ui.button:active{background-color:#babbbc;background-image:"";color:rgba(0,0,0,.9);box-shadow:inset 0 0 0 1px transparent,none}.ui.active.button{box-shadow:inset 0 0 0 1px transparent}.ui.active.button,.ui.active.button:hover{color:rgba(0,0,0,.95)}.ui.active.button,.ui.active.button:active,.ui.active.button:hover{background-color:#c0c1c2;background-image:none}.ui.loading.loading.loading.loading.loading.loading.button{position:relative;cursor:default;text-shadow:none!important;color:transparent!important;opacity:1;pointer-events:auto;transition:all 0s linear,opacity .1s ease}.ui.loading.button:before{border-radius:500rem;border:.2em solid rgba(0,0,0,.15)}.ui.loading.button:after,.ui.loading.button:before{position:absolute;content:"";top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em}.ui.loading.button:after{-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border:.2em solid transparent;border-top-color:#fff;box-shadow:0 0 0 1px transparent}.ui.labeled.icon.loading.button .icon{background-color:transparent;box-shadow:none}@-webkit-keyframes button-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes button-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ui.basic.loading.button:not(.inverted):before{border-color:rgba(0,0,0,.1)}.ui.basic.loading.button:not(.inverted):after{border-top-color:#767676}.ui.button:disabled,.ui.buttons .disabled.button,.ui.disabled.active.button,.ui.disabled.button,.ui.disabled.button:hover{cursor:default;opacity:.45!important;background-image:none!important;box-shadow:none!important;pointer-events:none!important}.ui.basic.buttons .ui.disabled.button{border-color:rgba(34,36,38,.5)}.ui.animated.button{position:relative;overflow:hidden;padding-right:0!important;vertical-align:middle;z-index:1}.ui.animated.button .content{will-change:transform,opacity}.ui.animated.button .visible.content{position:relative;margin-right:1.5em}.ui.animated.button .hidden.content{position:absolute;width:100%}.ui.animated.button .hidden.content,.ui.animated.button .visible.content{transition:right .3s ease 0s}.ui.animated.button .visible.content{left:auto;right:0}.ui.animated.button .hidden.content{top:50%;left:auto;right:-100%;margin-top:-.5em}.ui.animated.button:focus .visible.content,.ui.animated.button:hover .visible.content{left:auto;right:200%}.ui.animated.button:focus .hidden.content,.ui.animated.button:hover .hidden.content{left:auto;right:0}.ui.vertical.animated.button .hidden.content,.ui.vertical.animated.button .visible.content{transition:top .3s ease,transform .3s ease}.ui.vertical.animated.button .visible.content{transform:translateY(0);right:auto}.ui.vertical.animated.button .hidden.content{top:-50%;left:0;right:auto}.ui.vertical.animated.button:focus .visible.content,.ui.vertical.animated.button:hover .visible.content{transform:translateY(200%);right:auto}.ui.vertical.animated.button:focus .hidden.content,.ui.vertical.animated.button:hover .hidden.content{top:50%;right:auto}.ui.fade.animated.button .hidden.content,.ui.fade.animated.button .visible.content{transition:opacity .3s ease,transform .3s ease}.ui.fade.animated.button .visible.content{left:auto;right:auto;opacity:1;transform:scale(1)}.ui.fade.animated.button .hidden.content{opacity:0;left:0;right:auto;transform:scale(1.5)}.ui.fade.animated.button:focus .visible.content,.ui.fade.animated.button:hover .visible.content{left:auto;right:auto;opacity:0;transform:scale(.75)}.ui.fade.animated.button:focus .hidden.content,.ui.fade.animated.button:hover .hidden.content{left:0;right:auto;opacity:1;transform:scale(1)}.ui.inverted.button{box-shadow:inset 0 0 0 2px #fff!important;background:transparent none;color:#fff;text-shadow:none!important}.ui.inverted.buttons .button{margin:0 0 0 -2px}.ui.inverted.buttons .button:first-child{margin-left:0}.ui.inverted.vertical.buttons .button{margin:0 0 -2px}.ui.inverted.vertical.buttons .button:first-child{margin-top:0}.ui.inverted.button.active,.ui.inverted.button:focus,.ui.inverted.button:hover{background:#fff;box-shadow:inset 0 0 0 2px #fff!important;color:rgba(0,0,0,.8)}.ui.inverted.button.active:focus{background:#dcddde;box-shadow:inset 0 0 0 2px #dcddde!important;color:rgba(0,0,0,.8)}.ui.labeled.button:not(.icon){display:inline-flex;flex-direction:row;background:none!important;padding:0!important;border:none!important;box-shadow:none!important}.ui.labeled.button>.button{margin:0}.ui.labeled.button>.label{display:flex;align-items:center;margin:0 0 0 -1px!important;padding:"";font-size:1em;border-color:rgba(34,36,38,.15)}.ui.labeled.button>.tag.label:before{width:1.85em;height:1.85em}.ui.labeled.button:not([class*="left labeled"])>.button{border-top-right-radius:0;border-bottom-right-radius:0}.ui.labeled.button:not([class*="left labeled"])>.label,.ui[class*="left labeled"].button>.button{border-top-left-radius:0;border-bottom-left-radius:0}.ui[class*="left labeled"].button>.label{border-top-right-radius:0;border-bottom-right-radius:0}.ui.facebook.button{background-color:#3b5998;color:#fff;text-shadow:none;background-image:none;box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.facebook.button:hover{background-color:#304d8a;color:#fff;text-shadow:none}.ui.facebook.button:active{background-color:#2d4373;color:#fff;text-shadow:none}.ui.twitter.button{background-color:#55acee;color:#fff;text-shadow:none;background-image:none;box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.twitter.button:hover{background-color:#35a2f4;color:#fff;text-shadow:none}.ui.twitter.button:active{background-color:#2795e9;color:#fff;text-shadow:none}.ui.google.plus.button{background-color:#dd4b39;color:#fff;text-shadow:none;background-image:none;box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.google.plus.button:hover{background-color:#e0321c;color:#fff;text-shadow:none}.ui.google.plus.button:active{background-color:#c23321;color:#fff;text-shadow:none}.ui.linkedin.button{background-color:#1f88be;color:#fff;text-shadow:none}.ui.linkedin.button:hover{background-color:#147baf;color:#fff;text-shadow:none}.ui.linkedin.button:active{background-color:#186992;color:#fff;text-shadow:none}.ui.youtube.button{background-color:#cc181e;color:#fff;text-shadow:none;background-image:none;box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.youtube.button:hover{background-color:#bd0d13;color:#fff;text-shadow:none}.ui.youtube.button:active{background-color:#9e1317;color:#fff;text-shadow:none}.ui.instagram.button{background-color:#49769c;color:#fff;text-shadow:none;background-image:none;box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.instagram.button:hover{background-color:#3d698e;color:#fff;text-shadow:none}.ui.instagram.button:active{background-color:#395c79;color:#fff;text-shadow:none}.ui.pinterest.button{background-color:#bd081c;color:#fff;text-shadow:none;background-image:none;box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.pinterest.button:hover{background-color:#ac0013;color:#fff;text-shadow:none}.ui.pinterest.button:active{background-color:#8c0615;color:#fff;text-shadow:none}.ui.vk.button{background-color:#4d7198;color:#fff;background-image:none;box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.vk.button:hover{background-color:#41648a;color:#fff}.ui.vk.button:active{background-color:#3c5876;color:#fff}.ui.button>.icon:not(.button){height:.85714286em;opacity:.8;transition:opacity .1s ease;vertical-align:"";color:""}.ui.button:not(.icon)>.icon:not(.button):not(.dropdown),.ui.button>.icon:not(.button){margin:0 .42857143em 0 -.21428571em}.ui.button:not(.icon)>.right.icon:not(.button):not(.dropdown){margin:0 -.21428571em 0 .42857143em}.ui[class*="left floated"].button,.ui[class*="left floated"].buttons{float:left;margin-left:0;margin-right:.25em}.ui[class*="right floated"].button,.ui[class*="right floated"].buttons{float:right;margin-right:0;margin-left:.25em}.ui.compact.button,.ui.compact.buttons .button{padding:.58928571em 1.125em}.ui.compact.icon.button,.ui.compact.icon.buttons .button{padding:.58928571em}.ui.compact.labeled.icon.button,.ui.compact.labeled.icon.buttons .button{padding:.58928571em 3.69642857em}.ui.mini.button,.ui.mini.buttons .button,.ui.mini.buttons .or{font-size:.78571429rem}.ui.tiny.button,.ui.tiny.buttons .button,.ui.tiny.buttons .or{font-size:.85714286rem}.ui.small.button,.ui.small.buttons .button,.ui.small.buttons .or{font-size:.92857143rem}.ui.button,.ui.buttons .button,.ui.buttons .or{font-size:1rem}.ui.large.button,.ui.large.buttons .button,.ui.large.buttons .or{font-size:1.14285714rem}.ui.big.button,.ui.big.buttons .button,.ui.big.buttons .or{font-size:1.28571429rem}.ui.huge.button,.ui.huge.buttons .button,.ui.huge.buttons .or{font-size:1.42857143rem}.ui.massive.button,.ui.massive.buttons .button,.ui.massive.buttons .or{font-size:1.71428571rem}.ui.icon.button,.ui.icon.buttons .button{padding:.78571429em}.ui.icon.button>.icon,.ui.icon.buttons .button>.icon{opacity:.9;margin:0!important;vertical-align:top}.ui.basic.button,.ui.basic.buttons .button{background:transparent none!important;color:rgba(0,0,0,.6)!important;font-weight:400;border-radius:.28571429rem;text-transform:none;text-shadow:none!important;box-shadow:inset 0 0 0 1px rgba(34,36,38,.15)}.ui.basic.buttons{box-shadow:none;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem}.ui.basic.buttons .button{border-radius:0}.ui.basic.button:focus,.ui.basic.button:hover,.ui.basic.buttons .button:focus,.ui.basic.buttons .button:hover{background:#fff!important;color:rgba(0,0,0,.8)!important;box-shadow:inset 0 0 0 1px rgba(34,36,38,.35),inset 0 0 0 0 rgba(34,36,38,.15)}.ui.basic.button:active,.ui.basic.buttons .button:active{background:#f8f8f8!important;color:rgba(0,0,0,.9)!important;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15),inset 0 1px 4px 0 rgba(34,36,38,.15)}.ui.basic.active.button,.ui.basic.buttons .active.button{background:rgba(0,0,0,.05)!important;box-shadow:""!important;color:rgba(0,0,0,.95)}.ui.basic.active.button:hover,.ui.basic.buttons .active.button:hover{background-color:rgba(0,0,0,.05)}.ui.basic.buttons .button:hover{box-shadow:inset 0 0 0 1px rgba(34,36,38,.35),inset inset 0 0 0 0 rgba(34,36,38,.15)}.ui.basic.buttons .button:active{box-shadow:inset 0 0 0 1px rgba(0,0,0,.15),inset inset 0 1px 4px 0 rgba(34,36,38,.15)}.ui.basic.buttons .active.button{box-shadow:""!important}.ui.basic.inverted.button,.ui.basic.inverted.buttons .button{background-color:transparent!important;color:#f9fafb!important;box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.5)!important}.ui.basic.inverted.button:focus,.ui.basic.inverted.button:hover,.ui.basic.inverted.buttons .button:focus,.ui.basic.inverted.buttons .button:hover{color:#fff!important;box-shadow:inset 0 0 0 2px #fff!important}.ui.basic.inverted.button:active,.ui.basic.inverted.buttons .button:active{background-color:hsla(0,0%,100%,.08)!important;color:#fff!important;box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.9)!important}.ui.basic.inverted.active.button,.ui.basic.inverted.buttons .active.button{background-color:hsla(0,0%,100%,.08);color:#fff;text-shadow:none;box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.7)}.ui.basic.inverted.active.button:hover,.ui.basic.inverted.buttons .active.button:hover{background-color:hsla(0,0%,100%,.15);box-shadow:inset 0 0 0 2px #fff!important}.ui.basic.buttons .button{border-left:1px solid rgba(34,36,38,.15);box-shadow:none}.ui.basic.vertical.buttons .button{border-left:none;border-left-width:0;border-top:1px solid rgba(34,36,38,.15)}.ui.basic.vertical.buttons .button:first-child{border-top-width:0}.ui.labeled.icon.button,.ui.labeled.icon.buttons .button{position:relative;padding-left:4.07142857em!important;padding-right:1.5em!important}.ui.labeled.icon.button>.icon,.ui.labeled.icon.buttons>.button>.icon{position:absolute;height:100%;line-height:1;border-radius:0;border-top-left-radius:inherit;border-bottom-left-radius:inherit;text-align:center;margin:0;width:2.57142857em;background-color:rgba(0,0,0,.05);color:"";box-shadow:inset -1px 0 0 0 transparent;top:0;left:0}.ui[class*="right labeled"].icon.button{padding-right:4.07142857em!important;padding-left:1.5em!important}.ui[class*="right labeled"].icon.button>.icon{left:auto;right:0;border-radius:0;border-top-right-radius:inherit;border-bottom-right-radius:inherit;box-shadow:inset 1px 0 0 0 transparent}.ui.labeled.icon.button>.icon:after,.ui.labeled.icon.button>.icon:before,.ui.labeled.icon.buttons>.button>.icon:after,.ui.labeled.icon.buttons>.button>.icon:before{display:block;position:absolute;width:100%;top:50%;text-align:center;transform:translateY(-50%)}.ui.labeled.icon.buttons .button>.icon{border-radius:0}.ui.labeled.icon.buttons .button:first-child>.icon{border-top-left-radius:.28571429rem;border-bottom-left-radius:.28571429rem}.ui.labeled.icon.buttons .button:last-child>.icon{border-top-right-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.vertical.labeled.icon.buttons .button:first-child>.icon{border-radius:0;border-top-left-radius:.28571429rem}.ui.vertical.labeled.icon.buttons .button:last-child>.icon{border-radius:0;border-bottom-left-radius:.28571429rem}.ui.fluid[class*="left labeled"].icon.button,.ui.fluid[class*="right labeled"].icon.button{padding-left:1.5em!important;padding-right:1.5em!important}.ui.button.toggle.active,.ui.buttons .button.toggle.active,.ui.toggle.buttons .active.button{background-color:#21ba45!important;box-shadow:none!important;text-shadow:none;color:#fff!important}.ui.button.toggle.active:hover{background-color:#16ab39!important;text-shadow:none;color:#fff!important}.ui.circular.button{border-radius:10em}.ui.circular.button>.icon{width:1em;vertical-align:baseline}.ui.buttons .or{position:relative;width:.3em;height:2.57142857em;z-index:3}.ui.buttons .or:before{position:absolute;text-align:center;border-radius:500rem;content:"or";top:50%;left:50%;background-color:#fff;text-shadow:none;margin-top:-.89285714em;margin-left:-.89285714em;width:1.78571429em;height:1.78571429em;line-height:1.78571429em;color:rgba(0,0,0,.4);font-style:normal;font-weight:700;box-shadow:inset 0 0 0 1px transparent}.ui.buttons .or[data-text]:before{content:attr(data-text)}.ui.fluid.buttons .or{width:0!important}.ui.fluid.buttons .or:after{display:none}.ui.attached.button{position:relative;display:block;margin:0;border-radius:0;box-shadow:0 0 0 1px rgba(34,36,38,.15)!important}.ui.attached.top.button{border-radius:.28571429rem .28571429rem 0 0}.ui.attached.bottom.button{border-radius:0 0 .28571429rem .28571429rem}.ui.left.attached.button{display:inline-block;border-left:none;text-align:right;padding-right:.75em;border-radius:.28571429rem 0 0 .28571429rem}.ui.right.attached.button{display:inline-block;text-align:left;padding-left:.75em;border-radius:0 .28571429rem .28571429rem 0}.ui.attached.buttons{position:relative;display:flex;border-radius:0;width:auto!important;z-index:2;margin-left:-1px;margin-right:-1px}.ui.attached.buttons .button{margin:0}.ui.attached.buttons .button:first-child,.ui.attached.buttons .button:last-child{border-radius:0}.ui[class*="top attached"].buttons{margin-bottom:-1px;border-radius:.28571429rem .28571429rem 0 0}.ui[class*="top attached"].buttons .button:first-child{border-radius:.28571429rem 0 0 0}.ui[class*="top attached"].buttons .button:last-child{border-radius:0 .28571429rem 0 0}.ui[class*="bottom attached"].buttons{margin-top:-1px;border-radius:0 0 .28571429rem .28571429rem}.ui[class*="bottom attached"].buttons .button:first-child{border-radius:0 0 0 .28571429rem}.ui[class*="bottom attached"].buttons .button:last-child{border-radius:0 0 .28571429rem 0}.ui[class*="left attached"].buttons{display:inline-flex;margin-right:0;margin-left:-1px;border-radius:0 .28571429rem .28571429rem 0}.ui[class*="left attached"].buttons .button:first-child{margin-left:-1px;border-radius:0 .28571429rem 0 0}.ui[class*="left attached"].buttons .button:last-child{margin-left:-1px;border-radius:0 0 .28571429rem 0}.ui[class*="right attached"].buttons{display:inline-flex;margin-left:0;margin-right:-1px;border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="right attached"].buttons .button:first-child{margin-left:-1px;border-radius:.28571429rem 0 0 0}.ui[class*="right attached"].buttons .button:last-child{margin-left:-1px;border-radius:0 0 0 .28571429rem}.ui.fluid.button,.ui.fluid.buttons{width:100%}.ui.fluid.button{display:block}.ui.two.buttons{width:100%}.ui.two.buttons>.button{width:50%}.ui.three.buttons{width:100%}.ui.three.buttons>.button{width:33.333%}.ui.four.buttons{width:100%}.ui.four.buttons>.button{width:25%}.ui.five.buttons{width:100%}.ui.five.buttons>.button{width:20%}.ui.six.buttons{width:100%}.ui.six.buttons>.button{width:16.666%}.ui.seven.buttons{width:100%}.ui.seven.buttons>.button{width:14.285%}.ui.eight.buttons{width:100%}.ui.eight.buttons>.button{width:12.5%}.ui.nine.buttons{width:100%}.ui.nine.buttons>.button{width:11.11%}.ui.ten.buttons{width:100%}.ui.ten.buttons>.button{width:10%}.ui.eleven.buttons{width:100%}.ui.eleven.buttons>.button{width:9.09%}.ui.twelve.buttons{width:100%}.ui.twelve.buttons>.button{width:8.3333%}.ui.fluid.vertical.buttons,.ui.fluid.vertical.buttons>.button{display:flex;width:auto}.ui.two.vertical.buttons>.button{height:50%}.ui.three.vertical.buttons>.button{height:33.333%}.ui.four.vertical.buttons>.button{height:25%}.ui.five.vertical.buttons>.button{height:20%}.ui.six.vertical.buttons>.button{height:16.666%}.ui.seven.vertical.buttons>.button{height:14.285%}.ui.eight.vertical.buttons>.button{height:12.5%}.ui.nine.vertical.buttons>.button{height:11.11%}.ui.ten.vertical.buttons>.button{height:10%}.ui.eleven.vertical.buttons>.button{height:9.09%}.ui.twelve.vertical.buttons>.button{height:8.3333%}.ui.black.button,.ui.black.buttons .button{background-color:#1b1c1d;color:#fff;text-shadow:none;background-image:none}.ui.black.button{box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.black.button:hover,.ui.black.buttons .button:hover{background-color:#27292a;color:#fff;text-shadow:none}.ui.black.button:focus,.ui.black.buttons .button:focus{background-color:#2f3032;color:#fff;text-shadow:none}.ui.black.button:active,.ui.black.buttons .button:active{background-color:#343637;color:#fff;text-shadow:none}.ui.black.active.button,.ui.black.button .active.button:active,.ui.black.buttons .active.button,.ui.black.buttons .active.button:active{background-color:#0f0f10;color:#fff;text-shadow:none}.ui.basic.black.button,.ui.basic.black.buttons .button{box-shadow:inset 0 0 0 1px #1b1c1d!important;color:#1b1c1d!important}.ui.basic.black.button:hover,.ui.basic.black.buttons .button:hover{background:transparent!important;box-shadow:inset 0 0 0 1px #27292a!important;color:#27292a!important}.ui.basic.black.button:focus,.ui.basic.black.buttons .button:focus{background:transparent!important;box-shadow:inset 0 0 0 1px #2f3032!important;color:#27292a!important}.ui.basic.black.active.button,.ui.basic.black.buttons .active.button{background:transparent!important;box-shadow:inset 0 0 0 1px #0f0f10!important;color:#343637!important}.ui.basic.black.button:active,.ui.basic.black.buttons .button:active{box-shadow:inset 0 0 0 1px #343637!important;color:#343637!important}.ui.buttons:not(.vertical)>.basic.black.button:not(:first-child){margin-left:-1px}.ui.inverted.black.button,.ui.inverted.black.buttons .button{background-color:transparent;box-shadow:inset 0 0 0 2px #d4d4d5!important;color:#fff}.ui.inverted.black.button.active,.ui.inverted.black.button:active,.ui.inverted.black.button:focus,.ui.inverted.black.button:hover,.ui.inverted.black.buttons .button.active,.ui.inverted.black.buttons .button:active,.ui.inverted.black.buttons .button:focus,.ui.inverted.black.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.black.active.button,.ui.inverted.black.button:active,.ui.inverted.black.button:focus,.ui.inverted.black.button:hover,.ui.inverted.black.buttons .active.button,.ui.inverted.black.buttons .button:active,.ui.inverted.black.buttons .button:focus,.ui.inverted.black.buttons .button:hover{background-color:#000}.ui.inverted.black.basic.button,.ui.inverted.black.basic.buttons .button,.ui.inverted.black.buttons .basic.button{background-color:transparent;box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.5)!important;color:#fff!important}.ui.inverted.black.basic.button:hover,.ui.inverted.black.basic.buttons .button:hover,.ui.inverted.black.buttons .basic.button:hover{box-shadow:inset 0 0 0 2px #000!important;color:#fff!important}.ui.inverted.black.basic.button:focus,.ui.inverted.black.basic.buttons .button:focus{box-shadow:inset 0 0 0 2px #000!important;color:#545454!important}.ui.inverted.black.basic.active.button,.ui.inverted.black.basic.button:active,.ui.inverted.black.basic.buttons .active.button,.ui.inverted.black.basic.buttons .button:active,.ui.inverted.black.buttons .basic.active.button,.ui.inverted.black.buttons .basic.button:active{box-shadow:inset 0 0 0 2px #000!important;color:#fff!important}.ui.grey.button,.ui.grey.buttons .button{background-color:#767676;color:#fff;text-shadow:none;background-image:none}.ui.grey.button{box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.grey.button:hover,.ui.grey.buttons .button:hover{background-color:#838383;color:#fff;text-shadow:none}.ui.grey.button:focus,.ui.grey.buttons .button:focus{background-color:#8a8a8a;color:#fff;text-shadow:none}.ui.grey.button:active,.ui.grey.buttons .button:active{background-color:#909090;color:#fff;text-shadow:none}.ui.grey.active.button,.ui.grey.button .active.button:active,.ui.grey.buttons .active.button,.ui.grey.buttons .active.button:active{background-color:#696969;color:#fff;text-shadow:none}.ui.basic.grey.button,.ui.basic.grey.buttons .button{box-shadow:inset 0 0 0 1px #767676!important;color:#767676!important}.ui.basic.grey.button:hover,.ui.basic.grey.buttons .button:hover{background:transparent!important;box-shadow:inset 0 0 0 1px #838383!important;color:#838383!important}.ui.basic.grey.button:focus,.ui.basic.grey.buttons .button:focus{background:transparent!important;box-shadow:inset 0 0 0 1px #8a8a8a!important;color:#838383!important}.ui.basic.grey.active.button,.ui.basic.grey.buttons .active.button{background:transparent!important;box-shadow:inset 0 0 0 1px #696969!important;color:#909090!important}.ui.basic.grey.button:active,.ui.basic.grey.buttons .button:active{box-shadow:inset 0 0 0 1px #909090!important;color:#909090!important}.ui.buttons:not(.vertical)>.basic.grey.button:not(:first-child){margin-left:-1px}.ui.inverted.grey.button,.ui.inverted.grey.buttons .button{background-color:transparent;box-shadow:inset 0 0 0 2px #d4d4d5!important;color:#fff}.ui.inverted.grey.button.active,.ui.inverted.grey.button:active,.ui.inverted.grey.button:focus,.ui.inverted.grey.button:hover,.ui.inverted.grey.buttons .button.active,.ui.inverted.grey.buttons .button:active,.ui.inverted.grey.buttons .button:focus,.ui.inverted.grey.buttons .button:hover{box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.grey.button:hover,.ui.inverted.grey.buttons .button:hover{background-color:#cfd0d2}.ui.inverted.grey.button:focus,.ui.inverted.grey.buttons .button:focus{background-color:#c7c9cb}.ui.inverted.grey.active.button,.ui.inverted.grey.buttons .active.button{background-color:#cfd0d2}.ui.inverted.grey.button:active,.ui.inverted.grey.buttons .button:active{background-color:#c2c4c5}.ui.inverted.grey.basic.button,.ui.inverted.grey.basic.buttons .button,.ui.inverted.grey.buttons .basic.button{background-color:transparent;box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.5)!important;color:#fff!important}.ui.inverted.grey.basic.button:hover,.ui.inverted.grey.basic.buttons .button:hover,.ui.inverted.grey.buttons .basic.button:hover{box-shadow:inset 0 0 0 2px #cfd0d2!important;color:#fff!important}.ui.inverted.grey.basic.button:focus,.ui.inverted.grey.basic.buttons .button:focus{box-shadow:inset 0 0 0 2px #c7c9cb!important;color:#dcddde!important}.ui.inverted.grey.basic.active.button,.ui.inverted.grey.basic.buttons .active.button,.ui.inverted.grey.buttons .basic.active.button{box-shadow:inset 0 0 0 2px #cfd0d2!important;color:#fff!important}.ui.inverted.grey.basic.button:active,.ui.inverted.grey.basic.buttons .button:active,.ui.inverted.grey.buttons .basic.button:active{box-shadow:inset 0 0 0 2px #c2c4c5!important;color:#fff!important}.ui.brown.button,.ui.brown.buttons .button{background-color:#a5673f;color:#fff;text-shadow:none;background-image:none}.ui.brown.button{box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.brown.button:hover,.ui.brown.buttons .button:hover{background-color:#975b33;color:#fff;text-shadow:none}.ui.brown.button:focus,.ui.brown.buttons .button:focus{background-color:#90532b;color:#fff;text-shadow:none}.ui.brown.button:active,.ui.brown.buttons .button:active{background-color:#805031;color:#fff;text-shadow:none}.ui.brown.active.button,.ui.brown.button .active.button:active,.ui.brown.buttons .active.button,.ui.brown.buttons .active.button:active{background-color:#995a31;color:#fff;text-shadow:none}.ui.basic.brown.button,.ui.basic.brown.buttons .button{box-shadow:inset 0 0 0 1px #a5673f!important;color:#a5673f!important}.ui.basic.brown.button:hover,.ui.basic.brown.buttons .button:hover{background:transparent!important;box-shadow:inset 0 0 0 1px #975b33!important;color:#975b33!important}.ui.basic.brown.button:focus,.ui.basic.brown.buttons .button:focus{background:transparent!important;box-shadow:inset 0 0 0 1px #90532b!important;color:#975b33!important}.ui.basic.brown.active.button,.ui.basic.brown.buttons .active.button{background:transparent!important;box-shadow:inset 0 0 0 1px #995a31!important;color:#805031!important}.ui.basic.brown.button:active,.ui.basic.brown.buttons .button:active{box-shadow:inset 0 0 0 1px #805031!important;color:#805031!important}.ui.buttons:not(.vertical)>.basic.brown.button:not(:first-child){margin-left:-1px}.ui.inverted.brown.button,.ui.inverted.brown.buttons .button{background-color:transparent;box-shadow:inset 0 0 0 2px #d67c1c!important;color:#d67c1c}.ui.inverted.brown.button.active,.ui.inverted.brown.button:active,.ui.inverted.brown.button:focus,.ui.inverted.brown.button:hover,.ui.inverted.brown.buttons .button.active,.ui.inverted.brown.buttons .button:active,.ui.inverted.brown.buttons .button:focus,.ui.inverted.brown.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.brown.button:hover,.ui.inverted.brown.buttons .button:hover{background-color:#c86f11}.ui.inverted.brown.button:focus,.ui.inverted.brown.buttons .button:focus{background-color:#c16808}.ui.inverted.brown.active.button,.ui.inverted.brown.buttons .active.button{background-color:#cc6f0d}.ui.inverted.brown.button:active,.ui.inverted.brown.buttons .button:active{background-color:#a96216}.ui.inverted.brown.basic.button,.ui.inverted.brown.basic.buttons .button,.ui.inverted.brown.buttons .basic.button{background-color:transparent;box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.5)!important;color:#fff!important}.ui.inverted.brown.basic.button:hover,.ui.inverted.brown.basic.buttons .button:hover,.ui.inverted.brown.buttons .basic.button:hover{box-shadow:inset 0 0 0 2px #c86f11!important;color:#d67c1c!important}.ui.inverted.brown.basic.button:focus,.ui.inverted.brown.basic.buttons .button:focus{box-shadow:inset 0 0 0 2px #c16808!important;color:#d67c1c!important}.ui.inverted.brown.basic.active.button,.ui.inverted.brown.basic.buttons .active.button,.ui.inverted.brown.buttons .basic.active.button{box-shadow:inset 0 0 0 2px #cc6f0d!important;color:#d67c1c!important}.ui.inverted.brown.basic.button:active,.ui.inverted.brown.basic.buttons .button:active,.ui.inverted.brown.buttons .basic.button:active{box-shadow:inset 0 0 0 2px #a96216!important;color:#d67c1c!important}.ui.blue.button,.ui.blue.buttons .button{background-color:#2185d0;color:#fff;text-shadow:none;background-image:none}.ui.blue.button{box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.blue.button:hover,.ui.blue.buttons .button:hover{background-color:#1678c2;color:#fff;text-shadow:none}.ui.blue.button:focus,.ui.blue.buttons .button:focus{background-color:#0d71bb;color:#fff;text-shadow:none}.ui.blue.button:active,.ui.blue.buttons .button:active{background-color:#1a69a4;color:#fff;text-shadow:none}.ui.blue.active.button,.ui.blue.button .active.button:active,.ui.blue.buttons .active.button,.ui.blue.buttons .active.button:active{background-color:#1279c6;color:#fff;text-shadow:none}.ui.basic.blue.button,.ui.basic.blue.buttons .button{box-shadow:inset 0 0 0 1px #2185d0!important;color:#2185d0!important}.ui.basic.blue.button:hover,.ui.basic.blue.buttons .button:hover{background:transparent!important;box-shadow:inset 0 0 0 1px #1678c2!important;color:#1678c2!important}.ui.basic.blue.button:focus,.ui.basic.blue.buttons .button:focus{background:transparent!important;box-shadow:inset 0 0 0 1px #0d71bb!important;color:#1678c2!important}.ui.basic.blue.active.button,.ui.basic.blue.buttons .active.button{background:transparent!important;box-shadow:inset 0 0 0 1px #1279c6!important;color:#1a69a4!important}.ui.basic.blue.button:active,.ui.basic.blue.buttons .button:active{box-shadow:inset 0 0 0 1px #1a69a4!important;color:#1a69a4!important}.ui.buttons:not(.vertical)>.basic.blue.button:not(:first-child){margin-left:-1px}.ui.inverted.blue.button,.ui.inverted.blue.buttons .button{background-color:transparent;box-shadow:inset 0 0 0 2px #54c8ff!important;color:#54c8ff}.ui.inverted.blue.button.active,.ui.inverted.blue.button:active,.ui.inverted.blue.button:focus,.ui.inverted.blue.button:hover,.ui.inverted.blue.buttons .button.active,.ui.inverted.blue.buttons .button:active,.ui.inverted.blue.buttons .button:focus,.ui.inverted.blue.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.blue.button:hover,.ui.inverted.blue.buttons .button:hover{background-color:#3ac0ff}.ui.inverted.blue.button:focus,.ui.inverted.blue.buttons .button:focus{background-color:#2bbbff}.ui.inverted.blue.active.button,.ui.inverted.blue.buttons .active.button{background-color:#3ac0ff}.ui.inverted.blue.button:active,.ui.inverted.blue.buttons .button:active{background-color:#21b8ff}.ui.inverted.blue.basic.button,.ui.inverted.blue.basic.buttons .button,.ui.inverted.blue.buttons .basic.button{background-color:transparent;box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.5)!important;color:#fff!important}.ui.inverted.blue.basic.button:hover,.ui.inverted.blue.basic.buttons .button:hover,.ui.inverted.blue.buttons .basic.button:hover{box-shadow:inset 0 0 0 2px #3ac0ff!important;color:#54c8ff!important}.ui.inverted.blue.basic.button:focus,.ui.inverted.blue.basic.buttons .button:focus{box-shadow:inset 0 0 0 2px #2bbbff!important;color:#54c8ff!important}.ui.inverted.blue.basic.active.button,.ui.inverted.blue.basic.buttons .active.button,.ui.inverted.blue.buttons .basic.active.button{box-shadow:inset 0 0 0 2px #3ac0ff!important;color:#54c8ff!important}.ui.inverted.blue.basic.button:active,.ui.inverted.blue.basic.buttons .button:active,.ui.inverted.blue.buttons .basic.button:active{box-shadow:inset 0 0 0 2px #21b8ff!important;color:#54c8ff!important}.ui.green.button,.ui.green.buttons .button{background-color:#21ba45;color:#fff;text-shadow:none;background-image:none}.ui.green.button{box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.green.button:hover,.ui.green.buttons .button:hover{background-color:#16ab39;color:#fff;text-shadow:none}.ui.green.button:focus,.ui.green.buttons .button:focus{background-color:#0ea432;color:#fff;text-shadow:none}.ui.green.button:active,.ui.green.buttons .button:active{background-color:#198f35;color:#fff;text-shadow:none}.ui.green.active.button,.ui.green.button .active.button:active,.ui.green.buttons .active.button,.ui.green.buttons .active.button:active{background-color:#13ae38;color:#fff;text-shadow:none}.ui.basic.green.button,.ui.basic.green.buttons .button{box-shadow:inset 0 0 0 1px #21ba45!important;color:#21ba45!important}.ui.basic.green.button:hover,.ui.basic.green.buttons .button:hover{background:transparent!important;box-shadow:inset 0 0 0 1px #16ab39!important;color:#16ab39!important}.ui.basic.green.button:focus,.ui.basic.green.buttons .button:focus{background:transparent!important;box-shadow:inset 0 0 0 1px #0ea432!important;color:#16ab39!important}.ui.basic.green.active.button,.ui.basic.green.buttons .active.button{background:transparent!important;box-shadow:inset 0 0 0 1px #13ae38!important;color:#198f35!important}.ui.basic.green.button:active,.ui.basic.green.buttons .button:active{box-shadow:inset 0 0 0 1px #198f35!important;color:#198f35!important}.ui.buttons:not(.vertical)>.basic.green.button:not(:first-child){margin-left:-1px}.ui.inverted.green.button,.ui.inverted.green.buttons .button{background-color:transparent;box-shadow:inset 0 0 0 2px #2ecc40!important;color:#2ecc40}.ui.inverted.green.button.active,.ui.inverted.green.button:active,.ui.inverted.green.button:focus,.ui.inverted.green.button:hover,.ui.inverted.green.buttons .button.active,.ui.inverted.green.buttons .button:active,.ui.inverted.green.buttons .button:focus,.ui.inverted.green.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.green.button:hover,.ui.inverted.green.buttons .button:hover{background-color:#22be34}.ui.inverted.green.button:focus,.ui.inverted.green.buttons .button:focus{background-color:#19b82b}.ui.inverted.green.active.button,.ui.inverted.green.buttons .active.button{background-color:#1fc231}.ui.inverted.green.button:active,.ui.inverted.green.buttons .button:active{background-color:#25a233}.ui.inverted.green.basic.button,.ui.inverted.green.basic.buttons .button,.ui.inverted.green.buttons .basic.button{background-color:transparent;box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.5)!important;color:#fff!important}.ui.inverted.green.basic.button:hover,.ui.inverted.green.basic.buttons .button:hover,.ui.inverted.green.buttons .basic.button:hover{box-shadow:inset 0 0 0 2px #22be34!important;color:#2ecc40!important}.ui.inverted.green.basic.button:focus,.ui.inverted.green.basic.buttons .button:focus{box-shadow:inset 0 0 0 2px #19b82b!important;color:#2ecc40!important}.ui.inverted.green.basic.active.button,.ui.inverted.green.basic.buttons .active.button,.ui.inverted.green.buttons .basic.active.button{box-shadow:inset 0 0 0 2px #1fc231!important;color:#2ecc40!important}.ui.inverted.green.basic.button:active,.ui.inverted.green.basic.buttons .button:active,.ui.inverted.green.buttons .basic.button:active{box-shadow:inset 0 0 0 2px #25a233!important;color:#2ecc40!important}.ui.orange.button,.ui.orange.buttons .button{background-color:#f2711c;color:#fff;text-shadow:none;background-image:none}.ui.orange.button{box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.orange.button:hover,.ui.orange.buttons .button:hover{background-color:#f26202;color:#fff;text-shadow:none}.ui.orange.button:focus,.ui.orange.buttons .button:focus{background-color:#e55b00;color:#fff;text-shadow:none}.ui.orange.button:active,.ui.orange.buttons .button:active{background-color:#cf590c;color:#fff;text-shadow:none}.ui.orange.active.button,.ui.orange.button .active.button:active,.ui.orange.buttons .active.button,.ui.orange.buttons .active.button:active{background-color:#f56100;color:#fff;text-shadow:none}.ui.basic.orange.button,.ui.basic.orange.buttons .button{box-shadow:inset 0 0 0 1px #f2711c!important;color:#f2711c!important}.ui.basic.orange.button:hover,.ui.basic.orange.buttons .button:hover{background:transparent!important;box-shadow:inset 0 0 0 1px #f26202!important;color:#f26202!important}.ui.basic.orange.button:focus,.ui.basic.orange.buttons .button:focus{background:transparent!important;box-shadow:inset 0 0 0 1px #e55b00!important;color:#f26202!important}.ui.basic.orange.active.button,.ui.basic.orange.buttons .active.button{background:transparent!important;box-shadow:inset 0 0 0 1px #f56100!important;color:#cf590c!important}.ui.basic.orange.button:active,.ui.basic.orange.buttons .button:active{box-shadow:inset 0 0 0 1px #cf590c!important;color:#cf590c!important}.ui.buttons:not(.vertical)>.basic.orange.button:not(:first-child){margin-left:-1px}.ui.inverted.orange.button,.ui.inverted.orange.buttons .button{background-color:transparent;box-shadow:inset 0 0 0 2px #ff851b!important;color:#ff851b}.ui.inverted.orange.button.active,.ui.inverted.orange.button:active,.ui.inverted.orange.button:focus,.ui.inverted.orange.button:hover,.ui.inverted.orange.buttons .button.active,.ui.inverted.orange.buttons .button:active,.ui.inverted.orange.buttons .button:focus,.ui.inverted.orange.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.orange.button:hover,.ui.inverted.orange.buttons .button:hover{background-color:#ff7701}.ui.inverted.orange.button:focus,.ui.inverted.orange.buttons .button:focus{background-color:#f17000}.ui.inverted.orange.active.button,.ui.inverted.orange.buttons .active.button{background-color:#ff7701}.ui.inverted.orange.button:active,.ui.inverted.orange.buttons .button:active{background-color:#e76b00}.ui.inverted.orange.basic.button,.ui.inverted.orange.basic.buttons .button,.ui.inverted.orange.buttons .basic.button{background-color:transparent;box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.5)!important;color:#fff!important}.ui.inverted.orange.basic.button:hover,.ui.inverted.orange.basic.buttons .button:hover,.ui.inverted.orange.buttons .basic.button:hover{box-shadow:inset 0 0 0 2px #ff7701!important;color:#ff851b!important}.ui.inverted.orange.basic.button:focus,.ui.inverted.orange.basic.buttons .button:focus{box-shadow:inset 0 0 0 2px #f17000!important;color:#ff851b!important}.ui.inverted.orange.basic.active.button,.ui.inverted.orange.basic.buttons .active.button,.ui.inverted.orange.buttons .basic.active.button{box-shadow:inset 0 0 0 2px #ff7701!important;color:#ff851b!important}.ui.inverted.orange.basic.button:active,.ui.inverted.orange.basic.buttons .button:active,.ui.inverted.orange.buttons .basic.button:active{box-shadow:inset 0 0 0 2px #e76b00!important;color:#ff851b!important}.ui.pink.button,.ui.pink.buttons .button{background-color:#e03997;color:#fff;text-shadow:none;background-image:none}.ui.pink.button{box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.pink.button:hover,.ui.pink.buttons .button:hover{background-color:#e61a8d;color:#fff;text-shadow:none}.ui.pink.button:focus,.ui.pink.buttons .button:focus{background-color:#e10f85;color:#fff;text-shadow:none}.ui.pink.button:active,.ui.pink.buttons .button:active{background-color:#c71f7e;color:#fff;text-shadow:none}.ui.pink.active.button,.ui.pink.button .active.button:active,.ui.pink.buttons .active.button,.ui.pink.buttons .active.button:active{background-color:#ea158d;color:#fff;text-shadow:none}.ui.basic.pink.button,.ui.basic.pink.buttons .button{box-shadow:inset 0 0 0 1px #e03997!important;color:#e03997!important}.ui.basic.pink.button:hover,.ui.basic.pink.buttons .button:hover{background:transparent!important;box-shadow:inset 0 0 0 1px #e61a8d!important;color:#e61a8d!important}.ui.basic.pink.button:focus,.ui.basic.pink.buttons .button:focus{background:transparent!important;box-shadow:inset 0 0 0 1px #e10f85!important;color:#e61a8d!important}.ui.basic.pink.active.button,.ui.basic.pink.buttons .active.button{background:transparent!important;box-shadow:inset 0 0 0 1px #ea158d!important;color:#c71f7e!important}.ui.basic.pink.button:active,.ui.basic.pink.buttons .button:active{box-shadow:inset 0 0 0 1px #c71f7e!important;color:#c71f7e!important}.ui.buttons:not(.vertical)>.basic.pink.button:not(:first-child){margin-left:-1px}.ui.inverted.pink.button,.ui.inverted.pink.buttons .button{background-color:transparent;box-shadow:inset 0 0 0 2px #ff8edf!important;color:#ff8edf}.ui.inverted.pink.button.active,.ui.inverted.pink.button:active,.ui.inverted.pink.button:focus,.ui.inverted.pink.button:hover,.ui.inverted.pink.buttons .button.active,.ui.inverted.pink.buttons .button:active,.ui.inverted.pink.buttons .button:focus,.ui.inverted.pink.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.pink.button:hover,.ui.inverted.pink.buttons .button:hover{background-color:#ff74d8}.ui.inverted.pink.button:focus,.ui.inverted.pink.buttons .button:focus{background-color:#ff65d3}.ui.inverted.pink.active.button,.ui.inverted.pink.buttons .active.button{background-color:#ff74d8}.ui.inverted.pink.button:active,.ui.inverted.pink.buttons .button:active{background-color:#ff5bd1}.ui.inverted.pink.basic.button,.ui.inverted.pink.basic.buttons .button,.ui.inverted.pink.buttons .basic.button{background-color:transparent;box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.5)!important;color:#fff!important}.ui.inverted.pink.basic.button:hover,.ui.inverted.pink.basic.buttons .button:hover,.ui.inverted.pink.buttons .basic.button:hover{box-shadow:inset 0 0 0 2px #ff74d8!important;color:#ff8edf!important}.ui.inverted.pink.basic.button:focus,.ui.inverted.pink.basic.buttons .button:focus{box-shadow:inset 0 0 0 2px #ff65d3!important;color:#ff8edf!important}.ui.inverted.pink.basic.active.button,.ui.inverted.pink.basic.buttons .active.button,.ui.inverted.pink.buttons .basic.active.button{box-shadow:inset 0 0 0 2px #ff74d8!important;color:#ff8edf!important}.ui.inverted.pink.basic.button:active,.ui.inverted.pink.basic.buttons .button:active,.ui.inverted.pink.buttons .basic.button:active{box-shadow:inset 0 0 0 2px #ff5bd1!important;color:#ff8edf!important}.ui.violet.button,.ui.violet.buttons .button{background-color:#6435c9;color:#fff;text-shadow:none;background-image:none}.ui.violet.button{box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.violet.button:hover,.ui.violet.buttons .button:hover{background-color:#5829bb;color:#fff;text-shadow:none}.ui.violet.button:focus,.ui.violet.buttons .button:focus{background-color:#4f20b5;color:#fff;text-shadow:none}.ui.violet.button:active,.ui.violet.buttons .button:active{background-color:#502aa1;color:#fff;text-shadow:none}.ui.violet.active.button,.ui.violet.button .active.button:active,.ui.violet.buttons .active.button,.ui.violet.buttons .active.button:active{background-color:#5626bf;color:#fff;text-shadow:none}.ui.basic.violet.button,.ui.basic.violet.buttons .button{box-shadow:inset 0 0 0 1px #6435c9!important;color:#6435c9!important}.ui.basic.violet.button:hover,.ui.basic.violet.buttons .button:hover{background:transparent!important;box-shadow:inset 0 0 0 1px #5829bb!important;color:#5829bb!important}.ui.basic.violet.button:focus,.ui.basic.violet.buttons .button:focus{background:transparent!important;box-shadow:inset 0 0 0 1px #4f20b5!important;color:#5829bb!important}.ui.basic.violet.active.button,.ui.basic.violet.buttons .active.button{background:transparent!important;box-shadow:inset 0 0 0 1px #5626bf!important;color:#502aa1!important}.ui.basic.violet.button:active,.ui.basic.violet.buttons .button:active{box-shadow:inset 0 0 0 1px #502aa1!important;color:#502aa1!important}.ui.buttons:not(.vertical)>.basic.violet.button:not(:first-child){margin-left:-1px}.ui.inverted.violet.button,.ui.inverted.violet.buttons .button{background-color:transparent;box-shadow:inset 0 0 0 2px #a291fb!important;color:#a291fb}.ui.inverted.violet.button.active,.ui.inverted.violet.button:active,.ui.inverted.violet.button:focus,.ui.inverted.violet.button:hover,.ui.inverted.violet.buttons .button.active,.ui.inverted.violet.buttons .button:active,.ui.inverted.violet.buttons .button:focus,.ui.inverted.violet.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.violet.button:hover,.ui.inverted.violet.buttons .button:hover{background-color:#8a73ff}.ui.inverted.violet.button:focus,.ui.inverted.violet.buttons .button:focus{background-color:#7d64ff}.ui.inverted.violet.active.button,.ui.inverted.violet.buttons .active.button{background-color:#8a73ff}.ui.inverted.violet.button:active,.ui.inverted.violet.buttons .button:active{background-color:#7860f9}.ui.inverted.violet.basic.button,.ui.inverted.violet.basic.buttons .button,.ui.inverted.violet.buttons .basic.button{background-color:transparent;box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.5)!important;color:#fff!important}.ui.inverted.violet.basic.button:hover,.ui.inverted.violet.basic.buttons .button:hover,.ui.inverted.violet.buttons .basic.button:hover{box-shadow:inset 0 0 0 2px #8a73ff!important;color:#a291fb!important}.ui.inverted.violet.basic.button:focus,.ui.inverted.violet.basic.buttons .button:focus{box-shadow:inset 0 0 0 2px #7d64ff!important;color:#a291fb!important}.ui.inverted.violet.basic.active.button,.ui.inverted.violet.basic.buttons .active.button,.ui.inverted.violet.buttons .basic.active.button{box-shadow:inset 0 0 0 2px #8a73ff!important;color:#a291fb!important}.ui.inverted.violet.basic.button:active,.ui.inverted.violet.basic.buttons .button:active,.ui.inverted.violet.buttons .basic.button:active{box-shadow:inset 0 0 0 2px #7860f9!important;color:#a291fb!important}.ui.purple.button,.ui.purple.buttons .button{background-color:#a333c8;color:#fff;text-shadow:none;background-image:none}.ui.purple.button{box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.purple.button:hover,.ui.purple.buttons .button:hover{background-color:#9627ba;color:#fff;text-shadow:none}.ui.purple.button:focus,.ui.purple.buttons .button:focus{background-color:#8f1eb4;color:#fff;text-shadow:none}.ui.purple.button:active,.ui.purple.buttons .button:active{background-color:#82299f;color:#fff;text-shadow:none}.ui.purple.active.button,.ui.purple.button .active.button:active,.ui.purple.buttons .active.button,.ui.purple.buttons .active.button:active{background-color:#9724be;color:#fff;text-shadow:none}.ui.basic.purple.button,.ui.basic.purple.buttons .button{box-shadow:inset 0 0 0 1px #a333c8!important;color:#a333c8!important}.ui.basic.purple.button:hover,.ui.basic.purple.buttons .button:hover{background:transparent!important;box-shadow:inset 0 0 0 1px #9627ba!important;color:#9627ba!important}.ui.basic.purple.button:focus,.ui.basic.purple.buttons .button:focus{background:transparent!important;box-shadow:inset 0 0 0 1px #8f1eb4!important;color:#9627ba!important}.ui.basic.purple.active.button,.ui.basic.purple.buttons .active.button{background:transparent!important;box-shadow:inset 0 0 0 1px #9724be!important;color:#82299f!important}.ui.basic.purple.button:active,.ui.basic.purple.buttons .button:active{box-shadow:inset 0 0 0 1px #82299f!important;color:#82299f!important}.ui.buttons:not(.vertical)>.basic.purple.button:not(:first-child){margin-left:-1px}.ui.inverted.purple.button,.ui.inverted.purple.buttons .button{background-color:transparent;box-shadow:inset 0 0 0 2px #dc73ff!important;color:#dc73ff}.ui.inverted.purple.button.active,.ui.inverted.purple.button:active,.ui.inverted.purple.button:focus,.ui.inverted.purple.button:hover,.ui.inverted.purple.buttons .button.active,.ui.inverted.purple.buttons .button:active,.ui.inverted.purple.buttons .button:focus,.ui.inverted.purple.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.purple.button:hover,.ui.inverted.purple.buttons .button:hover{background-color:#d65aff}.ui.inverted.purple.button:focus,.ui.inverted.purple.buttons .button:focus{background-color:#d24aff}.ui.inverted.purple.active.button,.ui.inverted.purple.buttons .active.button{background-color:#d65aff}.ui.inverted.purple.button:active,.ui.inverted.purple.buttons .button:active{background-color:#cf40ff}.ui.inverted.purple.basic.button,.ui.inverted.purple.basic.buttons .button,.ui.inverted.purple.buttons .basic.button{background-color:transparent;box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.5)!important;color:#fff!important}.ui.inverted.purple.basic.button:hover,.ui.inverted.purple.basic.buttons .button:hover,.ui.inverted.purple.buttons .basic.button:hover{box-shadow:inset 0 0 0 2px #d65aff!important;color:#dc73ff!important}.ui.inverted.purple.basic.button:focus,.ui.inverted.purple.basic.buttons .button:focus{box-shadow:inset 0 0 0 2px #d24aff!important;color:#dc73ff!important}.ui.inverted.purple.basic.active.button,.ui.inverted.purple.basic.buttons .active.button,.ui.inverted.purple.buttons .basic.active.button{box-shadow:inset 0 0 0 2px #d65aff!important;color:#dc73ff!important}.ui.inverted.purple.basic.button:active,.ui.inverted.purple.basic.buttons .button:active,.ui.inverted.purple.buttons .basic.button:active{box-shadow:inset 0 0 0 2px #cf40ff!important;color:#dc73ff!important}.ui.red.button,.ui.red.buttons .button{background-color:#db2828;color:#fff;text-shadow:none;background-image:none}.ui.red.button{box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.red.button:hover,.ui.red.buttons .button:hover{background-color:#d01919;color:#fff;text-shadow:none}.ui.red.button:focus,.ui.red.buttons .button:focus{background-color:#ca1010;color:#fff;text-shadow:none}.ui.red.button:active,.ui.red.buttons .button:active{background-color:#b21e1e;color:#fff;text-shadow:none}.ui.red.active.button,.ui.red.button .active.button:active,.ui.red.buttons .active.button,.ui.red.buttons .active.button:active{background-color:#d41515;color:#fff;text-shadow:none}.ui.basic.red.button,.ui.basic.red.buttons .button{box-shadow:inset 0 0 0 1px #db2828!important;color:#db2828!important}.ui.basic.red.button:hover,.ui.basic.red.buttons .button:hover{background:transparent!important;box-shadow:inset 0 0 0 1px #d01919!important;color:#d01919!important}.ui.basic.red.button:focus,.ui.basic.red.buttons .button:focus{background:transparent!important;box-shadow:inset 0 0 0 1px #ca1010!important;color:#d01919!important}.ui.basic.red.active.button,.ui.basic.red.buttons .active.button{background:transparent!important;box-shadow:inset 0 0 0 1px #d41515!important;color:#b21e1e!important}.ui.basic.red.button:active,.ui.basic.red.buttons .button:active{box-shadow:inset 0 0 0 1px #b21e1e!important;color:#b21e1e!important}.ui.buttons:not(.vertical)>.basic.red.button:not(:first-child){margin-left:-1px}.ui.inverted.red.button,.ui.inverted.red.buttons .button{background-color:transparent;box-shadow:inset 0 0 0 2px #ff695e!important;color:#ff695e}.ui.inverted.red.button.active,.ui.inverted.red.button:active,.ui.inverted.red.button:focus,.ui.inverted.red.button:hover,.ui.inverted.red.buttons .button.active,.ui.inverted.red.buttons .button:active,.ui.inverted.red.buttons .button:focus,.ui.inverted.red.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.red.button:hover,.ui.inverted.red.buttons .button:hover{background-color:#ff5144}.ui.inverted.red.button:focus,.ui.inverted.red.buttons .button:focus{background-color:#ff4335}.ui.inverted.red.active.button,.ui.inverted.red.buttons .active.button{background-color:#ff5144}.ui.inverted.red.button:active,.ui.inverted.red.buttons .button:active{background-color:#ff392b}.ui.inverted.red.basic.button,.ui.inverted.red.basic.buttons .button,.ui.inverted.red.buttons .basic.button{background-color:transparent;box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.5)!important;color:#fff!important}.ui.inverted.red.basic.button:hover,.ui.inverted.red.basic.buttons .button:hover,.ui.inverted.red.buttons .basic.button:hover{box-shadow:inset 0 0 0 2px #ff5144!important;color:#ff695e!important}.ui.inverted.red.basic.button:focus,.ui.inverted.red.basic.buttons .button:focus{box-shadow:inset 0 0 0 2px #ff4335!important;color:#ff695e!important}.ui.inverted.red.basic.active.button,.ui.inverted.red.basic.buttons .active.button,.ui.inverted.red.buttons .basic.active.button{box-shadow:inset 0 0 0 2px #ff5144!important;color:#ff695e!important}.ui.inverted.red.basic.button:active,.ui.inverted.red.basic.buttons .button:active,.ui.inverted.red.buttons .basic.button:active{box-shadow:inset 0 0 0 2px #ff392b!important;color:#ff695e!important}.ui.teal.button,.ui.teal.buttons .button{background-color:#00b5ad;color:#fff;text-shadow:none;background-image:none}.ui.teal.button{box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.teal.button:hover,.ui.teal.buttons .button:hover{background-color:#009c95;color:#fff;text-shadow:none}.ui.teal.button:focus,.ui.teal.buttons .button:focus{background-color:#008c86;color:#fff;text-shadow:none}.ui.teal.button:active,.ui.teal.buttons .button:active{background-color:#00827c;color:#fff;text-shadow:none}.ui.teal.active.button,.ui.teal.button .active.button:active,.ui.teal.buttons .active.button,.ui.teal.buttons .active.button:active{background-color:#009c95;color:#fff;text-shadow:none}.ui.basic.teal.button,.ui.basic.teal.buttons .button{box-shadow:inset 0 0 0 1px #00b5ad!important;color:#00b5ad!important}.ui.basic.teal.button:hover,.ui.basic.teal.buttons .button:hover{background:transparent!important;box-shadow:inset 0 0 0 1px #009c95!important;color:#009c95!important}.ui.basic.teal.button:focus,.ui.basic.teal.buttons .button:focus{background:transparent!important;box-shadow:inset 0 0 0 1px #008c86!important;color:#009c95!important}.ui.basic.teal.active.button,.ui.basic.teal.buttons .active.button{background:transparent!important;box-shadow:inset 0 0 0 1px #009c95!important;color:#00827c!important}.ui.basic.teal.button:active,.ui.basic.teal.buttons .button:active{box-shadow:inset 0 0 0 1px #00827c!important;color:#00827c!important}.ui.buttons:not(.vertical)>.basic.teal.button:not(:first-child){margin-left:-1px}.ui.inverted.teal.button,.ui.inverted.teal.buttons .button{background-color:transparent;box-shadow:inset 0 0 0 2px #6dffff!important;color:#6dffff}.ui.inverted.teal.button.active,.ui.inverted.teal.button:active,.ui.inverted.teal.button:focus,.ui.inverted.teal.button:hover,.ui.inverted.teal.buttons .button.active,.ui.inverted.teal.buttons .button:active,.ui.inverted.teal.buttons .button:focus,.ui.inverted.teal.buttons .button:hover{box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.teal.button:hover,.ui.inverted.teal.buttons .button:hover{background-color:#54ffff}.ui.inverted.teal.button:focus,.ui.inverted.teal.buttons .button:focus{background-color:#4ff}.ui.inverted.teal.active.button,.ui.inverted.teal.buttons .active.button{background-color:#54ffff}.ui.inverted.teal.button:active,.ui.inverted.teal.buttons .button:active{background-color:#3affff}.ui.inverted.teal.basic.button,.ui.inverted.teal.basic.buttons .button,.ui.inverted.teal.buttons .basic.button{background-color:transparent;box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.5)!important;color:#fff!important}.ui.inverted.teal.basic.button:hover,.ui.inverted.teal.basic.buttons .button:hover,.ui.inverted.teal.buttons .basic.button:hover{box-shadow:inset 0 0 0 2px #54ffff!important;color:#6dffff!important}.ui.inverted.teal.basic.button:focus,.ui.inverted.teal.basic.buttons .button:focus{box-shadow:inset 0 0 0 2px #4ff!important;color:#6dffff!important}.ui.inverted.teal.basic.active.button,.ui.inverted.teal.basic.buttons .active.button,.ui.inverted.teal.buttons .basic.active.button{box-shadow:inset 0 0 0 2px #54ffff!important;color:#6dffff!important}.ui.inverted.teal.basic.button:active,.ui.inverted.teal.basic.buttons .button:active,.ui.inverted.teal.buttons .basic.button:active{box-shadow:inset 0 0 0 2px #3affff!important;color:#6dffff!important}.ui.olive.button,.ui.olive.buttons .button{background-color:#b5cc18;color:#fff;text-shadow:none;background-image:none}.ui.olive.button{box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.olive.button:hover,.ui.olive.buttons .button:hover{background-color:#a7bd0d;color:#fff;text-shadow:none}.ui.olive.button:focus,.ui.olive.buttons .button:focus{background-color:#a0b605;color:#fff;text-shadow:none}.ui.olive.button:active,.ui.olive.buttons .button:active{background-color:#8d9e13;color:#fff;text-shadow:none}.ui.olive.active.button,.ui.olive.button .active.button:active,.ui.olive.buttons .active.button,.ui.olive.buttons .active.button:active{background-color:#aac109;color:#fff;text-shadow:none}.ui.basic.olive.button,.ui.basic.olive.buttons .button{box-shadow:inset 0 0 0 1px #b5cc18!important;color:#b5cc18!important}.ui.basic.olive.button:hover,.ui.basic.olive.buttons .button:hover{background:transparent!important;box-shadow:inset 0 0 0 1px #a7bd0d!important;color:#a7bd0d!important}.ui.basic.olive.button:focus,.ui.basic.olive.buttons .button:focus{background:transparent!important;box-shadow:inset 0 0 0 1px #a0b605!important;color:#a7bd0d!important}.ui.basic.olive.active.button,.ui.basic.olive.buttons .active.button{background:transparent!important;box-shadow:inset 0 0 0 1px #aac109!important;color:#8d9e13!important}.ui.basic.olive.button:active,.ui.basic.olive.buttons .button:active{box-shadow:inset 0 0 0 1px #8d9e13!important;color:#8d9e13!important}.ui.buttons:not(.vertical)>.basic.olive.button:not(:first-child){margin-left:-1px}.ui.inverted.olive.button,.ui.inverted.olive.buttons .button{background-color:transparent;box-shadow:inset 0 0 0 2px #d9e778!important;color:#d9e778}.ui.inverted.olive.button.active,.ui.inverted.olive.button:active,.ui.inverted.olive.button:focus,.ui.inverted.olive.button:hover,.ui.inverted.olive.buttons .button.active,.ui.inverted.olive.buttons .button:active,.ui.inverted.olive.buttons .button:focus,.ui.inverted.olive.buttons .button:hover{box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.olive.button:hover,.ui.inverted.olive.buttons .button:hover{background-color:#d8ea5c}.ui.inverted.olive.button:focus,.ui.inverted.olive.buttons .button:focus{background-color:#daef47}.ui.inverted.olive.active.button,.ui.inverted.olive.buttons .active.button{background-color:#daed59}.ui.inverted.olive.button:active,.ui.inverted.olive.buttons .button:active{background-color:#cddf4d}.ui.inverted.olive.basic.button,.ui.inverted.olive.basic.buttons .button,.ui.inverted.olive.buttons .basic.button{background-color:transparent;box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.5)!important;color:#fff!important}.ui.inverted.olive.basic.button:hover,.ui.inverted.olive.basic.buttons .button:hover,.ui.inverted.olive.buttons .basic.button:hover{box-shadow:inset 0 0 0 2px #d8ea5c!important;color:#d9e778!important}.ui.inverted.olive.basic.button:focus,.ui.inverted.olive.basic.buttons .button:focus{box-shadow:inset 0 0 0 2px #daef47!important;color:#d9e778!important}.ui.inverted.olive.basic.active.button,.ui.inverted.olive.basic.buttons .active.button,.ui.inverted.olive.buttons .basic.active.button{box-shadow:inset 0 0 0 2px #daed59!important;color:#d9e778!important}.ui.inverted.olive.basic.button:active,.ui.inverted.olive.basic.buttons .button:active,.ui.inverted.olive.buttons .basic.button:active{box-shadow:inset 0 0 0 2px #cddf4d!important;color:#d9e778!important}.ui.yellow.button,.ui.yellow.buttons .button{background-color:#fbbd08;color:#fff;text-shadow:none;background-image:none}.ui.yellow.button{box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.yellow.button:hover,.ui.yellow.buttons .button:hover{background-color:#eaae00;color:#fff;text-shadow:none}.ui.yellow.button:focus,.ui.yellow.buttons .button:focus{background-color:#daa300;color:#fff;text-shadow:none}.ui.yellow.button:active,.ui.yellow.buttons .button:active{background-color:#cd9903;color:#fff;text-shadow:none}.ui.yellow.active.button,.ui.yellow.button .active.button:active,.ui.yellow.buttons .active.button,.ui.yellow.buttons .active.button:active{background-color:#eaae00;color:#fff;text-shadow:none}.ui.basic.yellow.button,.ui.basic.yellow.buttons .button{box-shadow:inset 0 0 0 1px #fbbd08!important;color:#fbbd08!important}.ui.basic.yellow.button:hover,.ui.basic.yellow.buttons .button:hover{background:transparent!important;box-shadow:inset 0 0 0 1px #eaae00!important;color:#eaae00!important}.ui.basic.yellow.button:focus,.ui.basic.yellow.buttons .button:focus{background:transparent!important;box-shadow:inset 0 0 0 1px #daa300!important;color:#eaae00!important}.ui.basic.yellow.active.button,.ui.basic.yellow.buttons .active.button{background:transparent!important;box-shadow:inset 0 0 0 1px #eaae00!important;color:#cd9903!important}.ui.basic.yellow.button:active,.ui.basic.yellow.buttons .button:active{box-shadow:inset 0 0 0 1px #cd9903!important;color:#cd9903!important}.ui.buttons:not(.vertical)>.basic.yellow.button:not(:first-child){margin-left:-1px}.ui.inverted.yellow.button,.ui.inverted.yellow.buttons .button{background-color:transparent;box-shadow:inset 0 0 0 2px #ffe21f!important;color:#ffe21f}.ui.inverted.yellow.button.active,.ui.inverted.yellow.button:active,.ui.inverted.yellow.button:focus,.ui.inverted.yellow.button:hover,.ui.inverted.yellow.buttons .button.active,.ui.inverted.yellow.buttons .button:active,.ui.inverted.yellow.buttons .button:focus,.ui.inverted.yellow.buttons .button:hover{box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.yellow.button:hover,.ui.inverted.yellow.buttons .button:hover{background-color:#ffdf05}.ui.inverted.yellow.button:focus,.ui.inverted.yellow.buttons .button:focus{background-color:#f5d500}.ui.inverted.yellow.active.button,.ui.inverted.yellow.buttons .active.button{background-color:#ffdf05}.ui.inverted.yellow.button:active,.ui.inverted.yellow.buttons .button:active{background-color:#ebcd00}.ui.inverted.yellow.basic.button,.ui.inverted.yellow.basic.buttons .button,.ui.inverted.yellow.buttons .basic.button{background-color:transparent;box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.5)!important;color:#fff!important}.ui.inverted.yellow.basic.button:hover,.ui.inverted.yellow.basic.buttons .button:hover,.ui.inverted.yellow.buttons .basic.button:hover{box-shadow:inset 0 0 0 2px #ffdf05!important;color:#ffe21f!important}.ui.inverted.yellow.basic.button:focus,.ui.inverted.yellow.basic.buttons .button:focus{box-shadow:inset 0 0 0 2px #f5d500!important;color:#ffe21f!important}.ui.inverted.yellow.basic.active.button,.ui.inverted.yellow.basic.buttons .active.button,.ui.inverted.yellow.buttons .basic.active.button{box-shadow:inset 0 0 0 2px #ffdf05!important;color:#ffe21f!important}.ui.inverted.yellow.basic.button:active,.ui.inverted.yellow.basic.buttons .button:active,.ui.inverted.yellow.buttons .basic.button:active{box-shadow:inset 0 0 0 2px #ebcd00!important;color:#ffe21f!important}.ui.primary.button,.ui.primary.buttons .button{background-color:#2185d0;color:#fff;text-shadow:none;background-image:none}.ui.primary.button{box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.primary.button:hover,.ui.primary.buttons .button:hover{background-color:#1678c2;color:#fff;text-shadow:none}.ui.primary.button:focus,.ui.primary.buttons .button:focus{background-color:#0d71bb;color:#fff;text-shadow:none}.ui.primary.button:active,.ui.primary.buttons .button:active{background-color:#1a69a4;color:#fff;text-shadow:none}.ui.primary.active.button,.ui.primary.button .active.button:active,.ui.primary.buttons .active.button,.ui.primary.buttons .active.button:active{background-color:#1279c6;color:#fff;text-shadow:none}.ui.basic.primary.button,.ui.basic.primary.buttons .button{box-shadow:inset 0 0 0 1px #2185d0!important;color:#2185d0!important}.ui.basic.primary.button:hover,.ui.basic.primary.buttons .button:hover{background:transparent!important;box-shadow:inset 0 0 0 1px #1678c2!important;color:#1678c2!important}.ui.basic.primary.button:focus,.ui.basic.primary.buttons .button:focus{background:transparent!important;box-shadow:inset 0 0 0 1px #0d71bb!important;color:#1678c2!important}.ui.basic.primary.active.button,.ui.basic.primary.buttons .active.button{background:transparent!important;box-shadow:inset 0 0 0 1px #1279c6!important;color:#1a69a4!important}.ui.basic.primary.button:active,.ui.basic.primary.buttons .button:active{box-shadow:inset 0 0 0 1px #1a69a4!important;color:#1a69a4!important}.ui.secondary.button,.ui.secondary.buttons .button{background-color:#1b1c1d;color:#fff;text-shadow:none;background-image:none}.ui.secondary.button{box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.secondary.button:hover,.ui.secondary.buttons .button:hover{background-color:#27292a;color:#fff;text-shadow:none}.ui.secondary.button:focus,.ui.secondary.buttons .button:focus{background-color:#2e3032;color:#fff;text-shadow:none}.ui.secondary.button:active,.ui.secondary.buttons .button:active{background-color:#343637;color:#fff;text-shadow:none}.ui.secondary.active.button,.ui.secondary.button .active.button:active,.ui.secondary.buttons .active.button,.ui.secondary.buttons .active.button:active{background-color:#27292a;color:#fff;text-shadow:none}.ui.basic.secondary.button,.ui.basic.secondary.buttons .button{box-shadow:inset 0 0 0 1px #1b1c1d!important;color:#1b1c1d!important}.ui.basic.secondary.button:hover,.ui.basic.secondary.buttons .button:hover{background:transparent!important;box-shadow:inset 0 0 0 1px #27292a!important;color:#27292a!important}.ui.basic.secondary.button:focus,.ui.basic.secondary.buttons .button:focus{background:transparent!important;box-shadow:inset 0 0 0 1px #2e3032!important;color:#27292a!important}.ui.basic.secondary.active.button,.ui.basic.secondary.buttons .active.button{background:transparent!important;box-shadow:inset 0 0 0 1px #27292a!important;color:#343637!important}.ui.basic.secondary.button:active,.ui.basic.secondary.buttons .button:active{box-shadow:inset 0 0 0 1px #343637!important;color:#343637!important}.ui.positive.button,.ui.positive.buttons .button{background-color:#21ba45;color:#fff;text-shadow:none;background-image:none}.ui.positive.button{box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.positive.button:hover,.ui.positive.buttons .button:hover{background-color:#16ab39;color:#fff;text-shadow:none}.ui.positive.button:focus,.ui.positive.buttons .button:focus{background-color:#0ea432;color:#fff;text-shadow:none}.ui.positive.button:active,.ui.positive.buttons .button:active{background-color:#198f35;color:#fff;text-shadow:none}.ui.positive.active.button,.ui.positive.button .active.button:active,.ui.positive.buttons .active.button,.ui.positive.buttons .active.button:active{background-color:#13ae38;color:#fff;text-shadow:none}.ui.basic.positive.button,.ui.basic.positive.buttons .button{box-shadow:inset 0 0 0 1px #21ba45!important;color:#21ba45!important}.ui.basic.positive.button:hover,.ui.basic.positive.buttons .button:hover{background:transparent!important;box-shadow:inset 0 0 0 1px #16ab39!important;color:#16ab39!important}.ui.basic.positive.button:focus,.ui.basic.positive.buttons .button:focus{background:transparent!important;box-shadow:inset 0 0 0 1px #0ea432!important;color:#16ab39!important}.ui.basic.positive.active.button,.ui.basic.positive.buttons .active.button{background:transparent!important;box-shadow:inset 0 0 0 1px #13ae38!important;color:#198f35!important}.ui.basic.positive.button:active,.ui.basic.positive.buttons .button:active{box-shadow:inset 0 0 0 1px #198f35!important;color:#198f35!important}.ui.negative.button,.ui.negative.buttons .button{background-color:#db2828;color:#fff;text-shadow:none;background-image:none}.ui.negative.button{box-shadow:inset 0 0 0 0 rgba(34,36,38,.15)}.ui.negative.button:hover,.ui.negative.buttons .button:hover{background-color:#d01919;color:#fff;text-shadow:none}.ui.negative.button:focus,.ui.negative.buttons .button:focus{background-color:#ca1010;color:#fff;text-shadow:none}.ui.negative.button:active,.ui.negative.buttons .button:active{background-color:#b21e1e;color:#fff;text-shadow:none}.ui.negative.active.button,.ui.negative.button .active.button:active,.ui.negative.buttons .active.button,.ui.negative.buttons .active.button:active{background-color:#d41515;color:#fff;text-shadow:none}.ui.basic.negative.button,.ui.basic.negative.buttons .button{box-shadow:inset 0 0 0 1px #db2828!important;color:#db2828!important}.ui.basic.negative.button:hover,.ui.basic.negative.buttons .button:hover{background:transparent!important;box-shadow:inset 0 0 0 1px #d01919!important;color:#d01919!important}.ui.basic.negative.button:focus,.ui.basic.negative.buttons .button:focus{background:transparent!important;box-shadow:inset 0 0 0 1px #ca1010!important;color:#d01919!important}.ui.basic.negative.active.button,.ui.basic.negative.buttons .active.button{background:transparent!important;box-shadow:inset 0 0 0 1px #d41515!important;color:#b21e1e!important}.ui.basic.negative.button:active,.ui.basic.negative.buttons .button:active{box-shadow:inset 0 0 0 1px #b21e1e!important;color:#b21e1e!important}.ui.buttons:not(.vertical)>.basic.primary.button:not(:first-child){margin-left:-1px}.ui.buttons{display:inline-flex;flex-direction:row;font-size:0;vertical-align:baseline;margin:0 .25em 0 0}.ui.buttons:not(.basic):not(.inverted){box-shadow:none}.ui.buttons:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ui.buttons .button{flex:1 0 auto;border-radius:0;margin:0}.ui.buttons:not(.basic):not(.inverted)>.button,.ui.buttons>.ui.button:not(.basic):not(.inverted){box-shadow:inset 0 0 0 1px transparent,inset 0 0 0 0 rgba(34,36,38,.15)}.ui.buttons .button:first-child{border-left:none;margin-left:0;border-top-left-radius:.28571429rem;border-bottom-left-radius:.28571429rem}.ui.buttons .button:last-child{border-top-right-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.vertical.buttons{display:inline-flex;flex-direction:column}.ui.vertical.buttons .button{display:block;float:none;width:100%;margin:0;box-shadow:none;border-radius:0}.ui.vertical.buttons .button:first-child{border-top-left-radius:.28571429rem;border-top-right-radius:.28571429rem}.ui.vertical.buttons .button:last-child{margin-bottom:0;border-bottom-left-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.vertical.buttons .button:only-child{border-radius:.28571429rem}
/*!
 * # Semantic UI 2.2.10 - Container
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.container{display:block;max-width:100%!important}@media only screen and (max-width:767px){.ui.container{margin-left:1em!important;margin-right:1em!important}.ui.container,.ui.grid.container,.ui.relaxed.grid.container,.ui.very.relaxed.grid.container{width:auto!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.container{width:723px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(723px + 2rem)!important}.ui.relaxed.grid.container{width:calc(723px + 3rem)!important}.ui.very.relaxed.grid.container{width:calc(723px + 5rem)!important}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.container{width:933px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(933px + 2rem)!important}.ui.relaxed.grid.container{width:calc(933px + 3rem)!important}.ui.very.relaxed.grid.container{width:calc(933px + 5rem)!important}}@media only screen and (min-width:1200px){.ui.container{width:1127px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(1127px + 2rem)!important}.ui.relaxed.grid.container{width:calc(1127px + 3rem)!important}.ui.very.relaxed.grid.container{width:calc(1127px + 5rem)!important}}.ui.text.container{font-family:Open Sans,sans-serif;max-width:700px!important;line-height:1.5;font-size:1.14285714rem}.ui.fluid.container{width:100%}.ui[class*="left aligned"].container{text-align:left}.ui[class*="center aligned"].container{text-align:center}.ui[class*="right aligned"].container{text-align:right}.ui.justified.container{text-align:justify;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}
/*!
 * # Semantic UI 2.2.10 - Divider
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.divider{margin:1rem 0;line-height:1;height:0;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:rgba(0,0,0,.85);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.ui.divider:not(.vertical):not(.horizontal){border-top:1px solid rgba(34,36,38,.15);border-bottom:1px solid hsla(0,0%,100%,.1)}.ui.grid>.column+.divider,.ui.grid>.row>.column+.divider{left:auto}.ui.horizontal.divider{display:table;white-space:nowrap;height:auto;margin:"";line-height:1;text-align:center}.ui.horizontal.divider:after,.ui.horizontal.divider:before{content:"";display:table-cell;position:relative;top:50%;width:50%;background-repeat:no-repeat}.ui.horizontal.divider:before{background-position:right 1em top 50%}.ui.horizontal.divider:after{background-position:left 1em top 50%}.ui.vertical.divider{position:absolute;z-index:2;top:50%;left:50%;margin:0;padding:0;width:auto;height:50%;line-height:0;text-align:center;transform:translateX(-50%)}.ui.vertical.divider:after,.ui.vertical.divider:before{position:absolute;left:50%;content:"";z-index:3;border-left:1px solid rgba(34,36,38,.15);border-right:1px solid hsla(0,0%,100%,.1);width:0;height:calc(100% - 1rem)}.ui.vertical.divider:before{top:-100%}.ui.vertical.divider:after{top:auto;bottom:0}@media only screen and (max-width:767px){.ui.grid .stackable.row .ui.vertical.divider,.ui.stackable.grid .ui.vertical.divider{display:table;white-space:nowrap;height:auto;margin:"";overflow:hidden;line-height:1;text-align:center;position:static;top:0;left:0;transform:none}.ui.grid .stackable.row .ui.vertical.divider:after,.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:before{position:static;left:0;border-left:none;border-right:none;content:"";display:table-cell;position:relative;top:50%;width:50%;background-repeat:no-repeat}.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:before{background-position:right 1em top 50%}.ui.grid .stackable.row .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:after{background-position:left 1em top 50%}}.ui.divider>.icon{margin:0;font-size:1rem;height:1em;vertical-align:middle}.ui.hidden.divider{border-color:transparent!important}.ui.hidden.divider:after,.ui.hidden.divider:before{display:none}.ui.divider.inverted,.ui.horizontal.inverted.divider,.ui.vertical.inverted.divider{color:#fff}.ui.divider.inverted,.ui.divider.inverted:after,.ui.divider.inverted:before{border-color:rgba(34,36,38,.15) hsla(0,0%,100%,.15) hsla(0,0%,100%,.15) rgba(34,36,38,.15)!important}.ui.fitted.divider{margin:0}.ui.clearing.divider{clear:both}.ui.section.divider{margin-top:2rem;margin-bottom:2rem}.ui.divider{font-size:1rem}.ui.horizontal.divider:after,.ui.horizontal.divider:before{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC")}@media only screen and (max-width:767px){.ui.grid .stackable.row .ui.vertical.divider:after,.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:before{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC")}}
/*!
 * # Semantic UI 2.2.10 - Header
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.header{border:none;margin:calc(2rem - .14286em) 0 1rem;padding:0;font-family:Open Sans,sans-serif;font-weight:700;line-height:1.28571429em;text-transform:none;color:rgba(0,0,0,.87)}.ui.header:first-child{margin-top:-.14285714em}.ui.header:last-child{margin-bottom:0}.ui.header .sub.header{display:block;font-weight:400;padding:0;margin:0;line-height:1.2em;color:rgba(0,0,0,.6)}.ui.header>.icon{display:table-cell;opacity:1;font-size:1.5em;padding-top:.14285714em;vertical-align:middle}.ui.header .icon:only-child{display:inline-block;padding:0;margin-right:.75rem}.ui.header>.image:not(.icon),.ui.header>img{display:inline-block;margin-top:.14285714em;width:2.5em;height:auto;vertical-align:middle}.ui.header>.image:not(.icon):only-child,.ui.header>img:only-child{margin-right:.75rem}.ui.header .content{display:inline-block;vertical-align:top}.ui.header>.icon+.content,.ui.header>.image+.content,.ui.header>img+.content{padding-left:.75rem;vertical-align:middle}.ui.header>.icon+.content{display:table-cell}.ui.header .ui.label{font-size:"";margin-left:.5rem;vertical-align:middle}.ui.header+p{margin-top:0}h1.ui.header{font-size:2rem}h2.ui.header{font-size:1.71428571rem}h3.ui.header{font-size:1.28571429rem}h4.ui.header{font-size:1.07142857rem}h5.ui.header{font-size:1rem}h1.ui.header .sub.header,h2.ui.header .sub.header{font-size:1.14285714rem}h3.ui.header .sub.header,h4.ui.header .sub.header{font-size:1rem}h5.ui.header .sub.header{font-size:.92857143rem}.ui.huge.header{min-height:1em;font-size:2em}.ui.large.header{font-size:1.71428571em}.ui.medium.header{font-size:1.28571429em}.ui.small.header{font-size:1.07142857em}.ui.tiny.header{font-size:1em}.ui.huge.header .sub.header,.ui.large.header .sub.header{font-size:1.14285714rem}.ui.header .sub.header,.ui.small.header .sub.header{font-size:1rem}.ui.tiny.header .sub.header{font-size:.92857143rem}.ui.sub.header{padding:0;margin-bottom:.14285714rem;font-weight:700;text-transform:uppercase;color:""}.ui.small.sub.header{font-size:.78571429em}.ui.sub.header{font-size:.85714286em}.ui.large.sub.header{font-size:.92857143em}.ui.huge.sub.header{font-size:1em}.ui.icon.header{display:inline-block;text-align:center;margin:2rem 0 1rem}.ui.icon.header:after{content:"";display:block;height:0;clear:both;visibility:hidden}.ui.icon.header:first-child{margin-top:0}.ui.icon.header .icon{float:none;width:auto;height:auto;line-height:1;font-size:3em;margin:0 auto .5rem;opacity:1}.ui.icon.header .content,.ui.icon.header .icon{display:block;padding:0}.ui.icon.header .circular.icon,.ui.icon.header .square.icon{font-size:2em}.ui.block.icon.header .icon{margin-bottom:0}.ui.icon.header.aligned{margin-left:auto;margin-right:auto;display:block}.ui.disabled.header{opacity:.45}.ui.inverted.header{color:#fff}.ui.inverted.header .sub.header{color:hsla(0,0%,100%,.8)}.ui.inverted.attached.header{border-color:transparent}.ui.inverted.attached.header,.ui.inverted.block.header{background:#545454 linear-gradient(transparent,rgba(0,0,0,.05));box-shadow:none}.ui.inverted.block.header{border-bottom:none}.ui.red.header{color:#db2828!important}a.ui.red.header:hover{color:#d01919!important}.ui.red.dividing.header{border-bottom:2px solid #db2828}.ui.inverted.red.header{color:#ff695e!important}a.ui.inverted.red.header:hover{color:#ff5144!important}.ui.orange.header{color:#f2711c!important}a.ui.orange.header:hover{color:#f26202!important}.ui.orange.dividing.header{border-bottom:2px solid #f2711c}.ui.inverted.orange.header{color:#ff851b!important}a.ui.inverted.orange.header:hover{color:#ff7701!important}.ui.olive.header{color:#b5cc18!important}a.ui.olive.header:hover{color:#a7bd0d!important}.ui.olive.dividing.header{border-bottom:2px solid #b5cc18}.ui.inverted.olive.header{color:#d9e778!important}a.ui.inverted.olive.header:hover{color:#d8ea5c!important}.ui.yellow.header{color:#fbbd08!important}a.ui.yellow.header:hover{color:#eaae00!important}.ui.yellow.dividing.header{border-bottom:2px solid #fbbd08}.ui.inverted.yellow.header{color:#ffe21f!important}a.ui.inverted.yellow.header:hover{color:#ffdf05!important}.ui.green.header{color:#21ba45!important}a.ui.green.header:hover{color:#16ab39!important}.ui.green.dividing.header{border-bottom:2px solid #21ba45}.ui.inverted.green.header{color:#2ecc40!important}a.ui.inverted.green.header:hover{color:#22be34!important}.ui.teal.header{color:#00b5ad!important}a.ui.teal.header:hover{color:#009c95!important}.ui.teal.dividing.header{border-bottom:2px solid #00b5ad}.ui.inverted.teal.header{color:#6dffff!important}a.ui.inverted.teal.header:hover{color:#54ffff!important}.ui.blue.header{color:#2185d0!important}a.ui.blue.header:hover{color:#1678c2!important}.ui.blue.dividing.header{border-bottom:2px solid #2185d0}.ui.inverted.blue.header{color:#54c8ff!important}a.ui.inverted.blue.header:hover{color:#3ac0ff!important}.ui.violet.header{color:#6435c9!important}a.ui.violet.header:hover{color:#5829bb!important}.ui.violet.dividing.header{border-bottom:2px solid #6435c9}.ui.inverted.violet.header{color:#a291fb!important}a.ui.inverted.violet.header:hover{color:#8a73ff!important}.ui.purple.header{color:#a333c8!important}a.ui.purple.header:hover{color:#9627ba!important}.ui.purple.dividing.header{border-bottom:2px solid #a333c8}.ui.inverted.purple.header{color:#dc73ff!important}a.ui.inverted.purple.header:hover{color:#d65aff!important}.ui.pink.header{color:#e03997!important}a.ui.pink.header:hover{color:#e61a8d!important}.ui.pink.dividing.header{border-bottom:2px solid #e03997}.ui.inverted.pink.header{color:#ff8edf!important}a.ui.inverted.pink.header:hover{color:#ff74d8!important}.ui.brown.header{color:#a5673f!important}a.ui.brown.header:hover{color:#975b33!important}.ui.brown.dividing.header{border-bottom:2px solid #a5673f}.ui.inverted.brown.header{color:#d67c1c!important}a.ui.inverted.brown.header:hover{color:#c86f11!important}.ui.grey.header{color:#767676!important}a.ui.grey.header:hover{color:#838383!important}.ui.grey.dividing.header{border-bottom:2px solid #767676}.ui.inverted.grey.header{color:#dcddde!important}a.ui.inverted.grey.header:hover{color:#cfd0d2!important}.ui.left.aligned.header{text-align:left}.ui.right.aligned.header{text-align:right}.ui.center.aligned.header,.ui.centered.header{text-align:center}.ui.justified.header{text-align:justify}.ui.justified.header:after{display:inline-block;content:"";width:100%}.ui.floated.header,.ui[class*="left floated"].header{float:left;margin-top:0;margin-right:.5em}.ui[class*="right floated"].header{float:right;margin-top:0;margin-left:.5em}.ui.fitted.header{padding:0}.ui.dividing.header{border-bottom:1px solid rgba(34,36,38,.15)}.ui.dividing.header,.ui.dividing.header .sub.header{padding-bottom:.21428571rem}.ui.dividing.header .icon{margin-bottom:0}.ui.inverted.dividing.header{border-bottom-color:hsla(0,0%,100%,.1)}.ui.block.header{background:#f3f4f5;padding:.78571429rem 1rem;box-shadow:none;border:1px solid #d4d4d5;border-radius:.28571429rem}.ui.tiny.block.header{font-size:.85714286rem}.ui.small.block.header{font-size:.92857143rem}.ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1rem}.ui.large.block.header{font-size:1.14285714rem}.ui.huge.block.header{font-size:1.42857143rem}.ui.attached.header{background:#fff;padding:.78571429rem 1rem;margin-left:-1px;margin-right:-1px;box-shadow:none;border:1px solid #d4d4d5}.ui.attached.block.header{background:#f3f4f5}.ui.attached:not(.top):not(.bottom).header{margin-top:0;margin-bottom:0;border-top:none;border-radius:0}.ui.top.attached.header{margin-bottom:0;border-radius:.28571429rem .28571429rem 0 0}.ui.bottom.attached.header{margin-top:0;border-top:none;border-radius:0 0 .28571429rem .28571429rem}.ui.tiny.attached.header{font-size:.85714286em}.ui.small.attached.header{font-size:.92857143em}.ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1em}.ui.large.attached.header{font-size:1.14285714em}.ui.huge.attached.header{font-size:1.42857143em}.ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.28571429em}
/*!
 * # Semantic UI 2.2.10 - Icon
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */@font-face{font-family:Icons;src:url(icons.09b9015b1ecaf95655b1.eot);src:url(icons.09b9015b1ecaf95655b1.eot?#iefix) format("embedded-opentype"),url(icons.0317d582b93c20f68e05.woff2) format("woff2"),url(icons.f7f1738ca345185e0185.woff) format("woff"),url(icons.f0af1680f082547a7aae.ttf) format("truetype"),url(icons.ed6298903ae1554c7f3e.svg#icons) format("svg");font-style:normal;font-weight:400;font-variant:normal;text-decoration:inherit;text-transform:none}i.icon{display:inline-block;opacity:1;margin:0 .25rem 0 0;width:1.18em;height:1em;font-family:Icons;font-style:normal;font-weight:400;text-decoration:inherit;text-align:center;speak:none;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}i.icon:before{background:none!important}i.icon.loading{height:1em;line-height:1;-webkit-animation:icon-loading 2s linear infinite;animation:icon-loading 2s linear infinite}@-webkit-keyframes icon-loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes icon-loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}i.emphasized.icon,i.icon.active,i.icon.hover{opacity:1!important}i.disabled.icon{opacity:.45!important}i.fitted.icon{width:auto;margin:0}i.link.icon,i.link.icons{cursor:pointer;opacity:.8;transition:opacity .1s ease}i.link.icon:hover,i.link.icons:hover{opacity:1!important}i.circular.icon{border-radius:500em!important;line-height:1!important;padding:.5em!important;box-shadow:inset 0 0 0 .1em rgba(0,0,0,.1);width:2em!important;height:2em!important}i.circular.inverted.icon{border:none;box-shadow:none}i.flipped.icon,i.horizontally.flipped.icon{transform:scaleX(-1)}i.vertically.flipped.icon{transform:scaleY(-1)}i.clockwise.rotated.icon,i.right.rotated.icon,i.rotated.icon{transform:rotate(90deg)}i.counterclockwise.rotated.icon,i.left.rotated.icon{transform:rotate(-90deg)}i.bordered.icon{line-height:1;vertical-align:baseline;width:2em;height:2em;padding:.5em .41em!important;box-shadow:inset 0 0 0 .1em rgba(0,0,0,.1)}i.bordered.inverted.icon{border:none;box-shadow:none}i.inverted.bordered.icon,i.inverted.circular.icon{background-color:#1b1c1d!important;color:#fff!important}i.inverted.icon{color:#fff}i.red.icon{color:#db2828!important}i.inverted.red.icon{color:#ff695e!important}i.inverted.bordered.red.icon,i.inverted.circular.red.icon{background-color:#db2828!important;color:#fff!important}i.orange.icon{color:#f2711c!important}i.inverted.orange.icon{color:#ff851b!important}i.inverted.bordered.orange.icon,i.inverted.circular.orange.icon{background-color:#f2711c!important;color:#fff!important}i.yellow.icon{color:#fbbd08!important}i.inverted.yellow.icon{color:#ffe21f!important}i.inverted.bordered.yellow.icon,i.inverted.circular.yellow.icon{background-color:#fbbd08!important;color:#fff!important}i.olive.icon{color:#b5cc18!important}i.inverted.olive.icon{color:#d9e778!important}i.inverted.bordered.olive.icon,i.inverted.circular.olive.icon{background-color:#b5cc18!important;color:#fff!important}i.green.icon{color:#21ba45!important}i.inverted.green.icon{color:#2ecc40!important}i.inverted.bordered.green.icon,i.inverted.circular.green.icon{background-color:#21ba45!important;color:#fff!important}i.teal.icon{color:#00b5ad!important}i.inverted.teal.icon{color:#6dffff!important}i.inverted.bordered.teal.icon,i.inverted.circular.teal.icon{background-color:#00b5ad!important;color:#fff!important}i.blue.icon{color:#2185d0!important}i.inverted.blue.icon{color:#54c8ff!important}i.inverted.bordered.blue.icon,i.inverted.circular.blue.icon{background-color:#2185d0!important;color:#fff!important}i.violet.icon{color:#6435c9!important}i.inverted.violet.icon{color:#a291fb!important}i.inverted.bordered.violet.icon,i.inverted.circular.violet.icon{background-color:#6435c9!important;color:#fff!important}i.purple.icon{color:#a333c8!important}i.inverted.purple.icon{color:#dc73ff!important}i.inverted.bordered.purple.icon,i.inverted.circular.purple.icon{background-color:#a333c8!important;color:#fff!important}i.pink.icon{color:#e03997!important}i.inverted.pink.icon{color:#ff8edf!important}i.inverted.bordered.pink.icon,i.inverted.circular.pink.icon{background-color:#e03997!important;color:#fff!important}i.brown.icon{color:#a5673f!important}i.inverted.brown.icon{color:#d67c1c!important}i.inverted.bordered.brown.icon,i.inverted.circular.brown.icon{background-color:#a5673f!important;color:#fff!important}i.grey.icon{color:#767676!important}i.inverted.grey.icon{color:#dcddde!important}i.inverted.bordered.grey.icon,i.inverted.circular.grey.icon{background-color:#767676!important;color:#fff!important}i.black.icon{color:#1b1c1d!important}i.inverted.black.icon{color:#545454!important}i.inverted.bordered.black.icon,i.inverted.circular.black.icon{background-color:#1b1c1d!important;color:#fff!important}i.mini.icon,i.mini.icons{line-height:1;font-size:.4em}i.tiny.icon,i.tiny.icons{line-height:1;font-size:.5em}i.small.icon,i.small.icons{line-height:1;font-size:.75em}i.icon,i.icons{font-size:1em}i.large.icon,i.large.icons{line-height:1;vertical-align:middle;font-size:1.5em}i.big.icon,i.big.icons{line-height:1;vertical-align:middle;font-size:2em}i.huge.icon,i.huge.icons{line-height:1;vertical-align:middle;font-size:4em}i.massive.icon,i.massive.icons{line-height:1;vertical-align:middle;font-size:8em}i.icons{display:inline-block;position:relative;line-height:1}i.icons .icon{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);margin:0}i.icons .icon:first-child{position:static;width:auto;height:auto;vertical-align:top;transform:none;margin-right:.25rem}i.icons .corner.icon{top:auto;left:auto;right:0;bottom:0;transform:none;font-size:.45em;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}i.icons .inverted.corner.icon{text-shadow:-1px -1px 0 #1b1c1d,1px -1px 0 #1b1c1d,-1px 1px 0 #1b1c1d,1px 1px 0 #1b1c1d}i.icon.search:before{content:""}i.icon.mail.outline:before{content:""}i.icon.signal:before{content:""}i.icon.setting:before{content:""}i.icon.home:before{content:""}i.icon.inbox:before{content:""}i.icon.browser:before{content:""}i.icon.tag:before{content:""}i.icon.tags:before{content:""}i.icon.image:before{content:""}i.icon.calendar:before{content:""}i.icon.comment:before{content:""}i.icon.shop:before{content:""}i.icon.privacy:before{content:""}i.icon.settings:before{content:""}i.icon.comments:before{content:""}i.icon.external:before{content:""}i.icon.trophy:before{content:""}i.icon.payment:before{content:""}i.icon.feed:before{content:""}i.icon.alarm.outline:before{content:""}i.icon.tasks:before{content:""}i.icon.cloud:before{content:""}i.icon.lab:before{content:""}i.icon.mail:before{content:""}i.icon.dashboard:before{content:""}i.icon.comment.outline:before{content:""}i.icon.comments.outline:before{content:""}i.icon.sitemap:before{content:""}i.icon.idea:before{content:""}i.icon.alarm:before{content:""}i.icon.terminal:before{content:""}i.icon.code:before{content:""}i.icon.protect:before{content:""}i.icon.calendar.outline:before{content:""}i.icon.ticket:before{content:""}i.icon.external.square:before{content:""}i.icon.bug:before{content:""}i.icon.mail.square:before{content:""}i.icon.history:before{content:""}i.icon.options:before{content:""}i.icon.text.telephone:before{content:""}i.icon.find:before{content:""}i.icon.alarm.mute:before{content:""}i.icon.alarm.mute.outline:before{content:""}i.icon.copyright:before{content:""}i.icon.at:before{content:""}i.icon.eyedropper:before{content:""}i.icon.paint.brush:before{content:""}i.icon.heartbeat:before{content:""}i.icon.mouse.pointer:before{content:""}i.icon.hourglass.empty:before{content:""}i.icon.hourglass.start:before{content:""}i.icon.hourglass.half:before{content:""}i.icon.hourglass.end:before{content:""}i.icon.hourglass.full:before{content:""}i.icon.hand.pointer:before{content:""}i.icon.trademark:before{content:""}i.icon.registered:before{content:""}i.icon.creative.commons:before{content:""}i.icon.add.to.calendar:before{content:""}i.icon.remove.from.calendar:before{content:""}i.icon.delete.calendar:before{content:""}i.icon.checked.calendar:before{content:""}i.icon.industry:before{content:""}i.icon.shopping.bag:before{content:""}i.icon.shopping.basket:before{content:""}i.icon.hashtag:before{content:""}i.icon.percent:before{content:""}i.icon.handshake:before{content:""}i.icon.open.envelope:before{content:""}i.icon.open.envelope.outline:before{content:""}i.icon.address.book:before{content:""}i.icon.address.book.outline:before{content:""}i.icon.address.card:before{content:""}i.icon.address.card.outline:before{content:""}i.icon.id.badge:before{content:""}i.icon.id.card:before{content:""}i.icon.id.card.outline:before{content:""}i.icon.podcast:before{content:""}i.icon.window.maximize:before{content:""}i.icon.window.minimize:before{content:""}i.icon.window.restore:before{content:""}i.icon.window.close:before{content:""}i.icon.window.close.outline:before{content:""}i.icon.wait:before{content:""}i.icon.download:before{content:""}i.icon.repeat:before{content:""}i.icon.refresh:before{content:""}i.icon.lock:before{content:""}i.icon.bookmark:before{content:""}i.icon.print:before{content:""}i.icon.write:before{content:""}i.icon.adjust:before{content:""}i.icon.theme:before{content:""}i.icon.edit:before{content:""}i.icon.external.share:before{content:""}i.icon.ban:before{content:""}i.icon.mail.forward:before,i.icon.share:before{content:""}i.icon.expand:before{content:""}i.icon.compress:before{content:""}i.icon.unhide:before{content:""}i.icon.hide:before{content:""}i.icon.random:before{content:""}i.icon.retweet:before{content:""}i.icon.sign.out:before{content:""}i.icon.pin:before{content:""}i.icon.sign.in:before{content:""}i.icon.upload:before{content:""}i.icon.call:before{content:""}i.icon.remove.bookmark:before{content:""}i.icon.call.square:before{content:""}i.icon.unlock:before{content:""}i.icon.configure:before{content:""}i.icon.filter:before{content:""}i.icon.wizard:before{content:""}i.icon.undo:before{content:""}i.icon.exchange:before{content:""}i.icon.cloud.download:before{content:""}i.icon.cloud.upload:before{content:""}i.icon.reply:before{content:""}i.icon.reply.all:before{content:""}i.icon.erase:before{content:""}i.icon.unlock.alternate:before{content:""}i.icon.write.square:before{content:""}i.icon.share.square:before{content:""}i.icon.archive:before{content:""}i.icon.translate:before{content:""}i.icon.recycle:before{content:""}i.icon.send:before{content:""}i.icon.send.outline:before{content:""}i.icon.share.alternate:before{content:""}i.icon.share.alternate.square:before{content:""}i.icon.add.to.cart:before{content:""}i.icon.in.cart:before{content:""}i.icon.add.user:before{content:""}i.icon.remove.user:before{content:""}i.icon.object.group:before{content:""}i.icon.object.ungroup:before{content:""}i.icon.clone:before{content:""}i.icon.talk:before{content:""}i.icon.talk.outline:before{content:""}i.icon.help.circle:before{content:""}i.icon.info.circle:before{content:""}i.icon.warning.circle:before{content:""}i.icon.warning.sign:before{content:""}i.icon.announcement:before{content:""}i.icon.help:before{content:""}i.icon.info:before{content:""}i.icon.warning:before{content:""}i.icon.birthday:before{content:""}i.icon.help.circle.outline:before{content:""}i.icon.user:before{content:""}i.icon.users:before{content:""}i.icon.doctor:before{content:""}i.icon.handicap:before{content:""}i.icon.student:before{content:""}i.icon.child:before{content:""}i.icon.spy:before{content:""}i.icon.user.circle:before{content:""}i.icon.user.circle.outline:before{content:""}i.icon.user.outline:before{content:""}i.icon.female:before{content:""}i.icon.male:before{content:""}i.icon.woman:before{content:""}i.icon.man:before{content:""}i.icon.non.binary.transgender:before{content:""}i.icon.intergender:before{content:""}i.icon.transgender:before{content:""}i.icon.lesbian:before{content:""}i.icon.gay:before{content:""}i.icon.heterosexual:before{content:""}i.icon.other.gender:before{content:""}i.icon.other.gender.vertical:before{content:""}i.icon.other.gender.horizontal:before{content:""}i.icon.neuter:before{content:""}i.icon.genderless:before{content:""}i.icon.universal.access:before{content:""}i.icon.wheelchair:before{content:""}i.icon.blind:before{content:""}i.icon.audio.description:before{content:""}i.icon.volume.control.phone:before{content:""}i.icon.braille:before{content:""}i.icon.asl:before{content:""}i.icon.assistive.listening.systems:before{content:""}i.icon.deafness:before{content:""}i.icon.sign.language:before{content:""}i.icon.low.vision:before{content:""}i.icon.block.layout:before{content:""}i.icon.grid.layout:before{content:""}i.icon.list.layout:before{content:""}i.icon.zoom:before{content:""}i.icon.zoom.out:before{content:""}i.icon.resize.vertical:before{content:""}i.icon.resize.horizontal:before{content:""}i.icon.maximize:before{content:""}i.icon.crop:before{content:""}i.icon.cocktail:before{content:""}i.icon.road:before{content:""}i.icon.flag:before{content:""}i.icon.book:before{content:""}i.icon.gift:before{content:""}i.icon.leaf:before{content:""}i.icon.fire:before{content:""}i.icon.plane:before{content:""}i.icon.magnet:before{content:""}i.icon.lemon:before{content:""}i.icon.world:before{content:""}i.icon.travel:before{content:""}i.icon.shipping:before{content:""}i.icon.money:before{content:""}i.icon.legal:before{content:""}i.icon.lightning:before{content:""}i.icon.umbrella:before{content:""}i.icon.treatment:before{content:""}i.icon.suitcase:before{content:""}i.icon.bar:before{content:""}i.icon.flag.outline:before{content:""}i.icon.flag.checkered:before{content:""}i.icon.puzzle:before{content:""}i.icon.fire.extinguisher:before{content:""}i.icon.rocket:before{content:""}i.icon.anchor:before{content:""}i.icon.bullseye:before{content:""}i.icon.sun:before{content:""}i.icon.moon:before{content:""}i.icon.fax:before{content:""}i.icon.life.ring:before{content:""}i.icon.bomb:before{content:""}i.icon.soccer:before{content:""}i.icon.calculator:before{content:""}i.icon.diamond:before{content:""}i.icon.sticky.note:before{content:""}i.icon.sticky.note.outline:before{content:""}i.icon.law:before{content:""}i.icon.hand.peace:before{content:""}i.icon.hand.rock:before{content:""}i.icon.hand.paper:before{content:""}i.icon.hand.scissors:before{content:""}i.icon.hand.lizard:before{content:""}i.icon.hand.spock:before{content:""}i.icon.tv:before{content:""}i.icon.thermometer.full:before{content:""}i.icon.thermometer.three.quarters:before{content:""}i.icon.thermometer.half:before{content:""}i.icon.thermometer.quarter:before{content:""}i.icon.thermometer.empty:before{content:""}i.icon.shower:before{content:""}i.icon.bathtub:before{content:""}i.icon.snowflake:before{content:""}i.icon.crosshairs:before{content:""}i.icon.asterisk:before{content:""}i.icon.square.outline:before{content:""}i.icon.certificate:before{content:""}i.icon.square:before{content:""}i.icon.quote.left:before{content:""}i.icon.quote.right:before{content:""}i.icon.spinner:before{content:""}i.icon.circle:before{content:""}i.icon.ellipsis.horizontal:before{content:""}i.icon.ellipsis.vertical:before{content:""}i.icon.cube:before{content:""}i.icon.cubes:before{content:""}i.icon.circle.notched:before{content:""}i.icon.circle.thin:before{content:""}i.icon.checkmark:before{content:""}i.icon.remove:before{content:""}i.icon.checkmark.box:before{content:""}i.icon.move:before{content:""}i.icon.add.circle:before{content:""}i.icon.minus.circle:before{content:""}i.icon.remove.circle:before{content:""}i.icon.check.circle:before{content:""}i.icon.remove.circle.outline:before{content:""}i.icon.check.circle.outline:before{content:""}i.icon.plus:before{content:""}i.icon.minus:before{content:""}i.icon.add.square:before{content:""}i.icon.radio:before{content:""}i.icon.minus.square:before{content:""}i.icon.minus.square.outline:before{content:""}i.icon.check.square:before{content:""}i.icon.selected.radio:before{content:""}i.icon.plus.square.outline:before{content:""}i.icon.toggle.off:before{content:""}i.icon.toggle.on:before{content:""}i.icon.film:before{content:""}i.icon.sound:before{content:""}i.icon.photo:before{content:""}i.icon.bar.chart:before{content:""}i.icon.camera.retro:before{content:""}i.icon.newspaper:before{content:""}i.icon.area.chart:before{content:""}i.icon.pie.chart:before{content:""}i.icon.line.chart:before{content:""}i.icon.arrow.circle.outline.down:before{content:""}i.icon.arrow.circle.outline.up:before{content:""}i.icon.chevron.left:before{content:""}i.icon.chevron.right:before{content:""}i.icon.arrow.left:before{content:""}i.icon.arrow.right:before{content:""}i.icon.arrow.up:before{content:""}i.icon.arrow.down:before{content:""}i.icon.chevron.up:before{content:""}i.icon.chevron.down:before{content:""}i.icon.pointing.right:before{content:""}i.icon.pointing.left:before{content:""}i.icon.pointing.up:before{content:""}i.icon.pointing.down:before{content:""}i.icon.arrow.circle.left:before{content:""}i.icon.arrow.circle.right:before{content:""}i.icon.arrow.circle.up:before{content:""}i.icon.arrow.circle.down:before{content:""}i.icon.caret.down:before{content:""}i.icon.caret.up:before{content:""}i.icon.caret.left:before{content:""}i.icon.caret.right:before{content:""}i.icon.angle.double.left:before{content:""}i.icon.angle.double.right:before{content:""}i.icon.angle.double.up:before{content:""}i.icon.angle.double.down:before{content:""}i.icon.angle.left:before{content:""}i.icon.angle.right:before{content:""}i.icon.angle.up:before{content:""}i.icon.angle.down:before{content:""}i.icon.chevron.circle.left:before{content:""}i.icon.chevron.circle.right:before{content:""}i.icon.chevron.circle.up:before{content:""}i.icon.chevron.circle.down:before{content:""}i.icon.toggle.down:before{content:""}i.icon.toggle.up:before{content:""}i.icon.toggle.right:before{content:""}i.icon.long.arrow.down:before{content:""}i.icon.long.arrow.up:before{content:""}i.icon.long.arrow.left:before{content:""}i.icon.long.arrow.right:before{content:""}i.icon.arrow.circle.outline.right:before{content:""}i.icon.arrow.circle.outline.left:before{content:""}i.icon.toggle.left:before{content:""}i.icon.tablet:before{content:""}i.icon.mobile:before{content:""}i.icon.battery.full:before{content:""}i.icon.battery.high:before{content:""}i.icon.battery.medium:before{content:""}i.icon.battery.low:before{content:""}i.icon.battery.empty:before{content:""}i.icon.power:before{content:""}i.icon.trash.outline:before{content:""}i.icon.disk.outline:before{content:""}i.icon.desktop:before{content:""}i.icon.laptop:before{content:""}i.icon.game:before{content:""}i.icon.keyboard:before{content:""}i.icon.plug:before{content:""}i.icon.trash:before{content:""}i.icon.file.outline:before{content:""}i.icon.folder:before{content:""}i.icon.folder.open:before{content:""}i.icon.file.text.outline:before{content:""}i.icon.folder.outline:before{content:""}i.icon.folder.open.outline:before{content:""}i.icon.level.up:before{content:""}i.icon.level.down:before{content:""}i.icon.file:before{content:""}i.icon.file.text:before{content:""}i.icon.file.pdf.outline:before{content:""}i.icon.file.word.outline:before{content:""}i.icon.file.excel.outline:before{content:""}i.icon.file.powerpoint.outline:before{content:""}i.icon.file.image.outline:before{content:""}i.icon.file.archive.outline:before{content:""}i.icon.file.audio.outline:before{content:""}i.icon.file.video.outline:before{content:""}i.icon.file.code.outline:before{content:""}i.icon.qrcode:before{content:""}i.icon.barcode:before{content:""}i.icon.rss:before{content:""}i.icon.fork:before{content:""}i.icon.html5:before{content:""}i.icon.css3:before{content:""}i.icon.rss.square:before{content:""}i.icon.openid:before{content:""}i.icon.database:before{content:""}i.icon.wifi:before{content:""}i.icon.server:before{content:""}i.icon.usb:before{content:""}i.icon.bluetooth:before{content:""}i.icon.bluetooth.alternative:before{content:""}i.icon.microchip:before{content:""}i.icon.heart:before{content:""}i.icon.star:before{content:""}i.icon.empty.star:before{content:""}i.icon.thumbs.outline.up:before{content:""}i.icon.thumbs.outline.down:before{content:""}i.icon.star.half:before{content:""}i.icon.empty.heart:before{content:""}i.icon.smile:before{content:""}i.icon.frown:before{content:""}i.icon.meh:before{content:""}i.icon.star.half.empty:before{content:""}i.icon.thumbs.up:before{content:""}i.icon.thumbs.down:before{content:""}i.icon.music:before{content:""}i.icon.video.play.outline:before{content:""}i.icon.volume.off:before{content:""}i.icon.volume.down:before{content:""}i.icon.volume.up:before{content:""}i.icon.record:before{content:""}i.icon.step.backward:before{content:""}i.icon.fast.backward:before{content:""}i.icon.backward:before{content:""}i.icon.play:before{content:""}i.icon.pause:before{content:""}i.icon.stop:before{content:""}i.icon.forward:before{content:""}i.icon.fast.forward:before{content:""}i.icon.step.forward:before{content:""}i.icon.eject:before{content:""}i.icon.unmute:before{content:""}i.icon.mute:before{content:""}i.icon.video.play:before{content:""}i.icon.closed.captioning:before{content:""}i.icon.pause.circle:before{content:""}i.icon.pause.circle.outline:before{content:""}i.icon.stop.circle:before{content:""}i.icon.stop.circle.outline:before{content:""}i.icon.marker:before{content:""}i.icon.coffee:before{content:""}i.icon.food:before{content:""}i.icon.building.outline:before{content:""}i.icon.hospital:before{content:""}i.icon.emergency:before{content:""}i.icon.first.aid:before{content:""}i.icon.military:before{content:""}i.icon.h:before{content:""}i.icon.location.arrow:before{content:""}i.icon.compass:before{content:""}i.icon.space.shuttle:before{content:""}i.icon.university:before{content:""}i.icon.building:before{content:""}i.icon.paw:before{content:""}i.icon.spoon:before{content:""}i.icon.car:before{content:""}i.icon.taxi:before{content:""}i.icon.tree:before{content:""}i.icon.bicycle:before{content:""}i.icon.bus:before{content:""}i.icon.ship:before{content:""}i.icon.motorcycle:before{content:""}i.icon.street.view:before{content:""}i.icon.hotel:before{content:""}i.icon.train:before{content:""}i.icon.subway:before{content:""}i.icon.map.pin:before{content:""}i.icon.map.signs:before{content:""}i.icon.map.outline:before{content:""}i.icon.map:before{content:""}i.icon.table:before{content:""}i.icon.columns:before{content:""}i.icon.sort:before{content:""}i.icon.sort.descending:before{content:""}i.icon.sort.ascending:before{content:""}i.icon.sort.alphabet.ascending:before{content:""}i.icon.sort.alphabet.descending:before{content:""}i.icon.sort.content.ascending:before{content:""}i.icon.sort.content.descending:before{content:""}i.icon.sort.numeric.ascending:before{content:""}i.icon.sort.numeric.descending:before{content:""}i.icon.font:before{content:""}i.icon.bold:before{content:""}i.icon.italic:before{content:""}i.icon.text.height:before{content:""}i.icon.text.width:before{content:""}i.icon.align.left:before{content:""}i.icon.align.center:before{content:""}i.icon.align.right:before{content:""}i.icon.align.justify:before{content:""}i.icon.list:before{content:""}i.icon.outdent:before{content:""}i.icon.indent:before{content:""}i.icon.cut:before{content:""}i.icon.copy:before{content:""}i.icon.attach:before{content:""}i.icon.save:before{content:""}i.icon.content:before{content:""}i.icon.unordered.list:before{content:""}i.icon.ordered.list:before{content:""}i.icon.strikethrough:before{content:""}i.icon.underline:before{content:""}i.icon.paste:before{content:""}i.icon.unlinkify:before{content:""}i.icon.superscript:before{content:""}i.icon.subscript:before{content:""}i.icon.header:before{content:""}i.icon.paragraph:before{content:""}i.icon.text.cursor:before{content:""}i.icon.euro:before{content:""}i.icon.pound:before{content:""}i.icon.dollar:before{content:""}i.icon.rupee:before{content:""}i.icon.yen:before{content:""}i.icon.ruble:before{content:""}i.icon.won:before{content:""}i.icon.bitcoin:before{content:""}i.icon.lira:before{content:""}i.icon.shekel:before{content:""}i.icon.paypal:before{content:""}i.icon.google.wallet:before{content:""}i.icon.visa:before{content:""}i.icon.mastercard:before{content:""}i.icon.discover:before{content:""}i.icon.american.express:before{content:""}i.icon.paypal.card:before{content:""}i.icon.stripe:before{content:""}i.icon.japan.credit.bureau:before{content:""}i.icon.diners.club:before{content:""}i.icon.credit.card.alternative:before{content:""}i.icon.twitter.square:before{content:""}i.icon.facebook.square:before{content:""}i.icon.linkedin.square:before{content:""}i.icon.github.square:before{content:""}i.icon.twitter:before{content:""}i.icon.facebook.f:before{content:""}i.icon.github:before{content:""}i.icon.pinterest:before{content:""}i.icon.pinterest.square:before{content:""}i.icon.google.plus.square:before{content:""}i.icon.google.plus:before{content:""}i.icon.linkedin:before{content:""}i.icon.github.alternate:before{content:""}i.icon.maxcdn:before{content:""}i.icon.youtube.square:before{content:""}i.icon.youtube:before{content:""}i.icon.xing:before{content:""}i.icon.xing.square:before{content:""}i.icon.youtube.play:before{content:""}i.icon.dropbox:before{content:""}i.icon.stack.overflow:before{content:""}i.icon.instagram:before{content:""}i.icon.flickr:before{content:""}i.icon.adn:before{content:""}i.icon.bitbucket:before{content:""}i.icon.bitbucket.square:before{content:""}i.icon.tumblr:before{content:""}i.icon.tumblr.square:before{content:""}i.icon.apple:before{content:""}i.icon.windows:before{content:""}i.icon.android:before{content:""}i.icon.linux:before{content:""}i.icon.dribble:before{content:""}i.icon.skype:before{content:""}i.icon.foursquare:before{content:""}i.icon.trello:before{content:""}i.icon.gittip:before{content:""}i.icon.vk:before{content:""}i.icon.weibo:before{content:""}i.icon.renren:before{content:""}i.icon.pagelines:before{content:""}i.icon.stack.exchange:before{content:""}i.icon.vimeo.square:before{content:""}i.icon.slack:before{content:""}i.icon.wordpress:before{content:""}i.icon.yahoo:before{content:""}i.icon.google:before{content:""}i.icon.reddit:before{content:""}i.icon.reddit.square:before{content:""}i.icon.stumbleupon.circle:before{content:""}i.icon.stumbleupon:before{content:""}i.icon.delicious:before{content:""}i.icon.digg:before{content:""}i.icon.pied.piper:before{content:""}i.icon.pied.piper.alternate:before{content:""}i.icon.drupal:before{content:""}i.icon.joomla:before{content:""}i.icon.behance:before{content:""}i.icon.behance.square:before{content:""}i.icon.steam:before{content:""}i.icon.steam.square:before{content:""}i.icon.spotify:before{content:""}i.icon.deviantart:before{content:""}i.icon.soundcloud:before{content:""}i.icon.vine:before{content:""}i.icon.codepen:before{content:""}i.icon.jsfiddle:before{content:""}i.icon.rebel:before{content:""}i.icon.empire:before{content:""}i.icon.git.square:before{content:""}i.icon.git:before{content:""}i.icon.hacker.news:before{content:""}i.icon.tencent.weibo:before{content:""}i.icon.qq:before{content:""}i.icon.wechat:before{content:""}i.icon.slideshare:before{content:""}i.icon.twitch:before{content:""}i.icon.yelp:before{content:""}i.icon.lastfm:before{content:""}i.icon.lastfm.square:before{content:""}i.icon.ioxhost:before{content:""}i.icon.angellist:before{content:""}i.icon.meanpath:before{content:""}i.icon.buysellads:before{content:""}i.icon.connectdevelop:before{content:""}i.icon.dashcube:before{content:""}i.icon.forumbee:before{content:""}i.icon.leanpub:before{content:""}i.icon.sellsy:before{content:""}i.icon.shirtsinbulk:before{content:""}i.icon.simplybuilt:before{content:""}i.icon.skyatlas:before{content:""}i.icon.facebook:before{content:""}i.icon.pinterest:before{content:""}i.icon.whatsapp:before{content:""}i.icon.viacoin:before{content:""}i.icon.medium:before{content:""}i.icon.y.combinator:before{content:""}i.icon.optinmonster:before{content:""}i.icon.opencart:before{content:""}i.icon.expeditedssl:before{content:""}i.icon.gg:before{content:""}i.icon.gg.circle:before{content:""}i.icon.tripadvisor:before{content:""}i.icon.odnoklassniki:before{content:""}i.icon.odnoklassniki.square:before{content:""}i.icon.pocket:before{content:""}i.icon.wikipedia:before{content:""}i.icon.safari:before{content:""}i.icon.chrome:before{content:""}i.icon.firefox:before{content:""}i.icon.opera:before{content:""}i.icon.internet.explorer:before{content:""}i.icon.contao:before{content:""}i.icon.\35 00px:before{content:""}i.icon.amazon:before{content:""}i.icon.houzz:before{content:""}i.icon.vimeo:before{content:""}i.icon.black.tie:before{content:""}i.icon.fonticons:before{content:""}i.icon.reddit.alien:before{content:""}i.icon.microsoft.edge:before{content:""}i.icon.codiepie:before{content:""}i.icon.modx:before{content:""}i.icon.fort.awesome:before{content:""}i.icon.product.hunt:before{content:""}i.icon.mixcloud:before{content:""}i.icon.scribd:before{content:""}i.icon.gitlab:before{content:""}i.icon.wpbeginner:before{content:""}i.icon.wpforms:before{content:""}i.icon.envira.gallery:before{content:""}i.icon.glide:before{content:""}i.icon.glide.g:before{content:""}i.icon.viadeo:before{content:""}i.icon.viadeo.square:before{content:""}i.icon.snapchat:before{content:""}i.icon.snapchat.ghost:before{content:""}i.icon.snapchat.square:before{content:""}i.icon.pied.piper.hat:before{content:""}i.icon.first.order:before{content:""}i.icon.yoast:before{content:""}i.icon.themeisle:before{content:""}i.icon.google.plus.circle:before{content:""}i.icon.font.awesome:before{content:""}i.icon.linode:before{content:""}i.icon.quora:before{content:""}i.icon.free.code.camp:before{content:""}i.icon.telegram:before{content:""}i.icon.bandcamp:before{content:""}i.icon.grav:before{content:""}i.icon.etsy:before{content:""}i.icon.imdb:before{content:""}i.icon.ravelry:before{content:""}i.icon.eercast:before{content:""}i.icon.superpowers:before{content:""}i.icon.wpexplorer:before{content:""}i.icon.meetup:before{content:""}i.icon.like:before{content:""}i.icon.favorite:before{content:""}i.icon.video:before{content:""}i.icon.check:before{content:""}i.icon.cancel:before,i.icon.close:before,i.icon.delete:before,i.icon.x:before{content:""}i.icon.magnify:before,i.icon.zoom.in:before{content:""}i.icon.shutdown:before{content:""}i.icon.clock:before,i.icon.time:before{content:""}i.icon.play.circle.outline:before{content:""}i.icon.headphone:before{content:""}i.icon.camera:before{content:""}i.icon.video.camera:before{content:""}i.icon.picture:before{content:""}i.icon.compose:before,i.icon.pencil:before{content:""}i.icon.point:before{content:""}i.icon.tint:before{content:""}i.icon.signup:before{content:""}i.icon.plus.circle:before{content:""}i.icon.question.circle:before{content:""}i.icon.dont:before{content:""}i.icon.minimize:before{content:""}i.icon.add:before{content:""}i.icon.attention:before,i.icon.exclamation.circle:before{content:""}i.icon.eye:before{content:""}i.icon.exclamation.triangle:before{content:""}i.icon.shuffle:before{content:""}i.icon.chat:before{content:""}i.icon.cart:before,i.icon.shopping.cart:before{content:""}i.icon.bar.graph:before{content:""}i.icon.key:before{content:""}i.icon.cogs:before{content:""}i.icon.discussions:before{content:""}i.icon.like.outline:before{content:""}i.icon.dislike.outline:before{content:""}i.icon.heart.outline:before{content:""}i.icon.log.out:before{content:""}i.icon.thumb.tack:before{content:""}i.icon.winner:before{content:""}i.icon.phone:before{content:""}i.icon.bookmark.outline:before{content:""}i.icon.phone.square:before{content:""}i.icon.credit.card:before{content:""}i.icon.hdd.outline:before{content:""}i.icon.bullhorn:before{content:""}i.icon.bell.outline:before{content:""}i.icon.hand.outline.right:before{content:""}i.icon.hand.outline.left:before{content:""}i.icon.hand.outline.up:before{content:""}i.icon.hand.outline.down:before{content:""}i.icon.globe:before{content:""}i.icon.wrench:before{content:""}i.icon.briefcase:before{content:""}i.icon.group:before{content:""}i.icon.chain:before,i.icon.linkify:before{content:""}i.icon.flask:before{content:""}i.icon.bars:before,i.icon.sidebar:before{content:""}i.icon.list.ul:before{content:""}i.icon.list.ol:before,i.icon.numbered.list:before{content:""}i.icon.magic:before{content:""}i.icon.truck:before{content:""}i.icon.currency:before{content:""}i.icon.dropdown:before,i.icon.triangle.down:before{content:""}i.icon.triangle.up:before{content:""}i.icon.triangle.left:before{content:""}i.icon.triangle.right:before{content:""}i.icon.envelope:before{content:""}i.icon.conversation:before{content:""}i.icon.rain:before{content:""}i.icon.clipboard:before{content:""}i.icon.lightbulb:before{content:""}i.icon.bell:before{content:""}i.icon.ambulance:before{content:""}i.icon.medkit:before{content:""}i.icon.fighter.jet:before{content:""}i.icon.beer:before{content:""}i.icon.plus.square:before{content:""}i.icon.computer:before{content:""}i.icon.circle.outline:before{content:""}i.icon.gamepad:before{content:""}i.icon.star.half.full:before{content:""}i.icon.broken.chain:before{content:""}i.icon.question:before{content:""}i.icon.exclamation:before{content:""}i.icon.eraser:before{content:""}i.icon.microphone:before{content:""}i.icon.microphone.slash:before{content:""}i.icon.shield:before{content:""}i.icon.target:before{content:""}i.icon.play.circle:before{content:""}i.icon.pencil.square:before{content:""}i.icon.eur:before{content:""}i.icon.gbp:before{content:""}i.icon.usd:before{content:""}i.icon.inr:before{content:""}i.icon.cny:before,i.icon.jpy:before,i.icon.rmb:before{content:""}i.icon.rouble:before,i.icon.rub:before{content:""}i.icon.krw:before{content:""}i.icon.btc:before{content:""}i.icon.gratipay:before{content:""}i.icon.zip:before{content:""}i.icon.dot.circle.outline:before{content:""}i.icon.try:before{content:""}i.icon.graduation:before{content:""}i.icon.circle.outline:before{content:""}i.icon.sliders:before{content:""}i.icon.weixin:before{content:""}i.icon.teletype:before,i.icon.tty:before{content:""}i.icon.binoculars:before{content:""}i.icon.power.cord:before{content:""}i.icon.wi-fi:before{content:""}i.icon.visa.card:before{content:""}i.icon.mastercard.card:before{content:""}i.icon.discover.card:before{content:""}i.icon.american.express.card:before,i.icon.amex:before{content:""}i.icon.stripe.card:before{content:""}i.icon.bell.slash:before{content:""}i.icon.bell.slash.outline:before{content:""}i.icon.area.graph:before{content:""}i.icon.pie.graph:before{content:""}i.icon.line.graph:before{content:""}i.icon.cc:before{content:""}i.icon.ils:before,i.icon.sheqel:before{content:""}i.icon.plus.cart:before{content:""}i.icon.arrow.down.cart:before{content:""}i.icon.detective:before{content:""}i.icon.venus:before{content:""}i.icon.mars:before{content:""}i.icon.mercury:before{content:""}i.icon.intersex:before{content:""}i.icon.female.homosexual:before,i.icon.venus.double:before{content:""}i.icon.male.homosexual:before,i.icon.mars.double:before{content:""}i.icon.venus.mars:before{content:""}i.icon.mars.alternate:before,i.icon.mars.stroke:before{content:""}i.icon.mars.stroke.vertical:before,i.icon.mars.vertical:before{content:""}i.icon.mars.horizontal:before,i.icon.mars.stroke.horizontal:before{content:""}i.icon.asexual:before{content:""}i.icon.facebook.official:before{content:""}i.icon.user.plus:before{content:""}i.icon.user.cancel:before,i.icon.user.close:before,i.icon.user.delete:before,i.icon.user.times:before,i.icon.user.x:before{content:""}i.icon.bed:before{content:""}i.icon.yc:before,i.icon.ycombinator:before{content:""}i.icon.battery.four:before{content:""}i.icon.battery.three.quarters:before,i.icon.battery.three:before{content:""}i.icon.battery.half:before,i.icon.battery.two:before{content:""}i.icon.battery.one:before,i.icon.battery.quarter:before{content:""}i.icon.battery.zero:before{content:""}i.icon.i.cursor:before{content:""}i.icon.japan.credit.bureau.card:before,i.icon.jcb:before{content:""}i.icon.diners.club.card:before{content:""}i.icon.balance:before{content:""}i.icon.hourglass.outline:before,i.icon.hourglass.zero:before{content:""}i.icon.hourglass.one:before{content:""}i.icon.hourglass.two:before{content:""}i.icon.hourglass.three:before{content:""}i.icon.hourglass.four:before{content:""}i.icon.grab:before{content:""}i.icon.hand.victory:before{content:""}i.icon.tm:before{content:""}i.icon.r.circle:before{content:""}i.icon.television:before{content:""}i.icon.five.hundred.pixels:before{content:""}i.icon.calendar.plus:before{content:""}i.icon.calendar.minus:before{content:""}i.icon.calendar.times:before{content:""}i.icon.calendar.check:before{content:""}i.icon.factory:before{content:""}i.icon.commenting:before{content:""}i.icon.commenting.outline:before{content:""}i.icon.edge:before,i.icon.ms.edge:before{content:""}i.icon.wordpress.beginner:before{content:""}i.icon.wordpress.forms:before{content:""}i.icon.envira:before{content:""}i.icon.question.circle.outline:before{content:""}i.icon.ald:before,i.icon.als:before,i.icon.assistive.listening.devices:before{content:""}i.icon.asl.interpreting:before{content:""}i.icon.deaf:before{content:""}i.icon.american.sign.language.interpreting:before{content:""}i.icon.hard.of.hearing:before{content:""}i.icon.signing:before{content:""}i.icon.new.pied.piper:before{content:""}i.icon.theme.isle:before{content:""}i.icon.google.plus.official:before{content:""}i.icon.fa:before{content:""}i.icon.vcard:before{content:""}i.icon.vcard.outline:before{content:""}i.icon.drivers.license:before{content:""}i.icon.drivers.license.outline:before{content:""}i.icon.thermometer:before{content:""}i.icon.bath:before,i.icon.s15:before{content:""}i.icon.times.rectangle:before{content:""}i.icon.times.rectangle.outline:before{content:""}
/*!
 * # Semantic UI 2.2.10 - Image
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.image{position:relative;display:inline-block;vertical-align:middle;max-width:100%;background-color:transparent}img.ui.image{display:block}.ui.image img,.ui.image svg{display:block;max-width:100%;height:auto}.ui.hidden.image,.ui.hidden.images{display:none}.ui.hidden.transition.image,.ui.hidden.transition.images{display:block;visibility:hidden}.ui.disabled.image,.ui.disabled.images{cursor:default;opacity:.45}.ui.inline.image,.ui.inline.image img,.ui.inline.image svg{display:inline-block}.ui.top.aligned.image,.ui.top.aligned.image img,.ui.top.aligned.images .image,.ui.top.aligned.image svg{display:inline-block;vertical-align:top}.ui.middle.aligned.image,.ui.middle.aligned.image img,.ui.middle.aligned.images .image,.ui.middle.aligned.image svg{display:inline-block;vertical-align:middle}.ui.bottom.aligned.image,.ui.bottom.aligned.image img,.ui.bottom.aligned.images .image,.ui.bottom.aligned.image svg{display:inline-block;vertical-align:bottom}.ui.rounded.image,.ui.rounded.image>*,.ui.rounded.images .image,.ui.rounded.images .image>*{border-radius:.3125em}.ui.bordered.image img,.ui.bordered.images .image,.ui.bordered.images img,.ui.bordered.images svg,.ui.bordered.image svg,img.ui.bordered.image{border:1px solid rgba(0,0,0,.1)}.ui.circular.image,.ui.circular.images{overflow:hidden}.ui.circular.image,.ui.circular.image>*,.ui.circular.images .image,.ui.circular.images .image>*{border-radius:500rem}.ui.fluid.image,.ui.fluid.image img,.ui.fluid.images,.ui.fluid.images img,.ui.fluid.images svg,.ui.fluid.image svg{display:block;width:100%;height:auto}.ui.avatar.image,.ui.avatar.image img,.ui.avatar.images .image,.ui.avatar.images img,.ui.avatar.images svg,.ui.avatar.image svg{margin-right:.25em;display:inline-block;width:2em;height:2em;border-radius:500rem}.ui.spaced.image{display:inline-block!important;margin-left:.5em;margin-right:.5em}.ui[class*="left spaced"].image{margin-left:.5em;margin-right:0}.ui[class*="right spaced"].image{margin-left:0;margin-right:.5em}.ui.floated.image,.ui.floated.images{float:left;margin-right:1em;margin-bottom:1em}.ui.right.floated.image,.ui.right.floated.images{float:right;margin-right:0;margin-bottom:1em;margin-left:1em}.ui.floated.image:last-child,.ui.floated.images:last-child{margin-bottom:0}.ui.centered.image,.ui.centered.images{margin-left:auto;margin-right:auto}.ui.mini.image,.ui.mini.images .image,.ui.mini.images img,.ui.mini.images svg{width:35px;height:auto;font-size:.78571429rem}.ui.tiny.image,.ui.tiny.images .image,.ui.tiny.images img,.ui.tiny.images svg{width:80px;height:auto;font-size:.85714286rem}.ui.small.image,.ui.small.images .image,.ui.small.images img,.ui.small.images svg{width:150px;height:auto;font-size:.92857143rem}.ui.medium.image,.ui.medium.images .image,.ui.medium.images img,.ui.medium.images svg{width:300px;height:auto;font-size:1rem}.ui.large.image,.ui.large.images .image,.ui.large.images img,.ui.large.images svg{width:450px;height:auto;font-size:1.14285714rem}.ui.big.image,.ui.big.images .image,.ui.big.images img,.ui.big.images svg{width:600px;height:auto;font-size:1.28571429rem}.ui.huge.image,.ui.huge.images .image,.ui.huge.images img,.ui.huge.images svg{width:800px;height:auto;font-size:1.42857143rem}.ui.massive.image,.ui.massive.images .image,.ui.massive.images img,.ui.massive.images svg{width:960px;height:auto;font-size:1.71428571rem}.ui.images{font-size:0;margin:0 -.25rem}.ui.images .image,.ui.images img,.ui.images svg{display:inline-block;margin:0 .25rem .5rem}
/*!
 * # Semantic UI 2.2.10 - Input
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.input{position:relative;font-weight:400;font-style:normal;display:inline-flex;color:rgba(0,0,0,.87)}.ui.input input{margin:0;max-width:100%;flex:1 0 auto;outline:none;-webkit-tap-highlight-color:rgba(255,255,255,0);text-align:left;line-height:1.21428571em;font-family:Open Sans,sans-serif;padding:.67857143em 1em;background:#fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);border-radius:.28571429rem;transition:box-shadow .1s ease,border-color .1s ease;box-shadow:none}.ui.input input::-webkit-input-placeholder{color:hsla(0,0%,74.9%,.87)}.ui.input input::-moz-placeholder{color:hsla(0,0%,74.9%,.87)}.ui.input input:-ms-input-placeholder{color:hsla(0,0%,74.9%,.87)}.ui.disabled.input,.ui.input input[disabled]{opacity:.45}.ui.disabled.input input,.ui.input input[disabled]{pointer-events:none}.ui.input.down input,.ui.input input:active{border-color:rgba(0,0,0,.3);background:#fafafa;color:rgba(0,0,0,.87);box-shadow:none}.ui.loading.loading.input>i.icon:before{border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.loading.input>i.icon:after,.ui.loading.loading.input>i.icon:before{position:absolute;content:"";top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em}.ui.loading.loading.input>i.icon:after{-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border:.2em solid transparent;border-top-color:#767676;box-shadow:0 0 0 1px transparent}.ui.input.focus input,.ui.input input:focus{border-color:#85b7d9;background:#fff;color:rgba(0,0,0,.8);box-shadow:none}.ui.input.focus input::-webkit-input-placeholder,.ui.input input:focus::-webkit-input-placeholder{color:hsla(0,0%,45.1%,.87)}.ui.input.focus input::-moz-placeholder,.ui.input input:focus::-moz-placeholder{color:hsla(0,0%,45.1%,.87)}.ui.input.focus input:-ms-input-placeholder,.ui.input input:focus:-ms-input-placeholder{color:hsla(0,0%,45.1%,.87)}.ui.input.error input{background-color:#fff6f6;border-color:#e0b4b4;color:#9f3a38;box-shadow:none}.ui.input.error input::-webkit-input-placeholder{color:#e7bdbc}.ui.input.error input::-moz-placeholder{color:#e7bdbc}.ui.input.error input:-ms-input-placeholder{color:#e7bdbc!important}.ui.input.error input:focus::-webkit-input-placeholder{color:#da9796}.ui.input.error input:focus::-moz-placeholder{color:#da9796}.ui.input.error input:focus:-ms-input-placeholder{color:#da9796!important}.ui.transparent.input input{border-color:transparent!important;background-color:transparent!important;padding:0!important;box-shadow:none!important}.ui.transparent.icon.input>i.icon{width:1.1em}.ui.transparent.icon.input>input{padding-left:0!important;padding-right:2em!important}.ui.transparent[class*="left icon"].input>input{padding-left:2em!important;padding-right:0!important}.ui.transparent.inverted.input{color:#fff}.ui.transparent.inverted.input input{color:inherit}.ui.transparent.inverted.input input::-webkit-input-placeholder{color:hsla(0,0%,100%,.5)}.ui.transparent.inverted.input input::-moz-placeholder{color:hsla(0,0%,100%,.5)}.ui.transparent.inverted.input input:-ms-input-placeholder{color:hsla(0,0%,100%,.5)}.ui.icon.input>i.icon{cursor:default;position:absolute;line-height:1;text-align:center;top:0;right:0;margin:0;height:100%;width:2.67142857em;opacity:.5;border-radius:0 .28571429rem .28571429rem 0;transition:opacity .3s ease}.ui.icon.input>i.icon:not(.link){pointer-events:none}.ui.icon.input input{padding-right:2.67142857em!important}.ui.icon.input>i.icon:after,.ui.icon.input>i.icon:before{left:0;position:absolute;text-align:center;top:50%;width:100%;margin-top:-.5em}.ui.icon.input>i.link.icon{cursor:pointer}.ui.icon.input>i.circular.icon{top:.35em;right:.5em}.ui[class*="left icon"].input>i.icon{right:auto;left:1px;border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="left icon"].input>i.circular.icon{right:auto;left:.5em}.ui[class*="left icon"].input>input{padding-left:2.67142857em!important;padding-right:1em!important}.ui.icon.input>input:focus~i.icon{opacity:1}.ui.labeled.input>.label{flex:0 0 auto;margin:0;font-size:1em}.ui.labeled.input>.label:not(.corner){padding-top:.78571429em;padding-bottom:.78571429em}.ui.labeled.input:not([class*="corner labeled"]) .label:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.ui.labeled.input:not([class*="corner labeled"]) .label:first-child+input{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:transparent}.ui.labeled.input:not([class*="corner labeled"]) .label:first-child+input:focus{border-left-color:#85b7d9}.ui[class*="right labeled"].input input{border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-right-color:transparent!important}.ui[class*="right labeled"].input input+.label{border-top-left-radius:0;border-bottom-left-radius:0}.ui[class*="right labeled"].input input:focus{border-right-color:#85b7d9!important}.ui.labeled.input .corner.label{top:1px;right:1px;font-size:.64285714em;border-radius:0 .28571429rem 0 0}.ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input input{padding-right:2.5em!important}.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"])>input{padding-right:3.25em!important}.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"])>.icon{margin-right:1.25em}.ui[class*="left corner labeled"].labeled.input input{padding-left:2.5em!important}.ui[class*="left corner labeled"].icon.input>input{padding-left:3.25em!important}.ui[class*="left corner labeled"].icon.input>.icon{margin-left:1.25em}.ui.input>.ui.corner.label{top:1px;right:1px}.ui.input>.ui.left.corner.label{right:auto;left:1px}.ui.action.input>.button,.ui.action.input>.buttons{display:flex;align-items:center;flex:0 0 auto}.ui.action.input>.button,.ui.action.input>.buttons>.button{padding-top:.78571429em;padding-bottom:.78571429em;margin:0}.ui.action.input:not([class*="left action"])>input{border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-right-color:transparent!important}.ui.action.input:not([class*="left action"])>.button:not(:first-child),.ui.action.input:not([class*="left action"])>.buttons:not(:first-child)>.button,.ui.action.input:not([class*="left action"])>.dropdown:not(:first-child){border-radius:0}.ui.action.input:not([class*="left action"])>.button:last-child,.ui.action.input:not([class*="left action"])>.buttons:last-child>.button,.ui.action.input:not([class*="left action"])>.dropdown:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.action.input:not([class*="left action"]) input:focus{border-right-color:#85b7d9!important}.ui[class*="left action"].input>input{border-top-left-radius:0!important;border-bottom-left-radius:0!important;border-left-color:transparent!important}.ui[class*="left action"].input>.button,.ui[class*="left action"].input>.buttons>.button,.ui[class*="left action"].input>.dropdown{border-radius:0}.ui[class*="left action"].input>.button:first-child,.ui[class*="left action"].input>.buttons:first-child>.button,.ui[class*="left action"].input>.dropdown:first-child{border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="left action"].input>input:focus{border-left-color:#85b7d9!important}.ui.inverted.input input{border:none}.ui.fluid.input{display:flex}.ui.fluid.input>input{width:0!important}.ui.mini.input{font-size:.78571429em}.ui.small.input{font-size:.92857143em}.ui.input{font-size:1em}.ui.large.input{font-size:1.14285714em}.ui.big.input{font-size:1.28571429em}.ui.huge.input{font-size:1.42857143em}.ui.massive.input{font-size:1.71428571em}.ui.checkbox input.hidden+label{display:inline-block;vertical-align:middle;height:19px;line-height:21px;margin-right:14px}user agent stylesheet label{cursor:default}.ui.checkbox{position:relative;display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0;vertical-align:baseline;font-style:normal;min-height:17px;font-size:1rem;line-height:17px;min-width:17px}.ui.checkbox .box:before,.ui.checkbox label:before{top:0;left:0;width:17px;height:17px;border:1px solid #d4d4d5}.ui.checkbox input.hidden+label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui.checkbox+label:hover,.ui.checkbox label:hover{color:rgba(0,0,0,.8)}.ui.checkbox+label,.ui.checkbox label{color:rgba(0,0,0,.87);transition:color .1s ease}.ui.checkbox .box,.ui.checkbox label{cursor:auto;position:relative;display:block;padding-left:1.85714em;outline:0;font-size:1em}.ui.checkbox input:checked~.box:before,.ui.checkbox input:checked~label:before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox .box:active:before,.ui.checkbox label:active:before{background:#f9fafb;border-color:rgba(34,36,38,.35)}.ui.checkbox .box:hover:before,.ui.checkbox label:hover:before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox .box:before,.ui.checkbox label:before{position:absolute;top:0!important;left:0!important;width:17px!important;height:17px!important;content:"";background:#fff;border-radius:.21428571rem;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;border:1px solid #d4d4d5!important;transform:rotateX(0deg)!important}.ui.checkbox input:checked~.box:after,.ui.checkbox input:checked~label:after{content:"";font-family:fontawesome;opacity:1;color:rgba(0,0,0,.95)}.ui.checkbox .box:active:after,.ui.checkbox label:active:after{color:rgba(0,0,0,.95)}.ui.checkbox .box:after,.ui.checkbox label:after{font-family:Checkbox;position:absolute;font-size:14px;top:-1px!important;left:-1px!important;width:17px;height:17px;text-align:center;opacity:0;color:rgba(0,0,0,.87);transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;transform:scale(1)!important}
/*!
 * # Semantic UI 2.2.10 - Label
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.label{display:inline-block;line-height:1;vertical-align:baseline;margin:0 .14285714em;background-color:#e8e8e8;background-image:none;padding:.5833em .833em;color:rgba(0,0,0,.6);text-transform:none;font-weight:700;border:0 solid transparent;border-radius:.28571429rem;transition:background .1s ease}.ui.label:first-child{margin-left:0}.ui.label:last-child{margin-right:0}.ui.label>a,a.ui.label{cursor:pointer}.ui.label>a{color:inherit;opacity:.5;transition:opacity .1s ease}.ui.label>a:hover{opacity:1}.ui.label>img{width:auto!important;vertical-align:middle;height:2.1666em!important}.ui.label>.icon{width:auto;margin:0 .75em 0 0}.ui.label>.detail{display:inline-block;vertical-align:top;font-weight:700;margin-left:1em;opacity:.8}.ui.label>.detail .icon{margin:0 .25em 0 0}.ui.label>.close.icon,.ui.label>.delete.icon{cursor:pointer;margin-right:0;margin-left:.5em;font-size:.92857143em;opacity:.5;transition:background .1s ease}.ui.label>.delete.icon:hover{opacity:1}.ui.labels>.label{margin:0 .5em .5em 0}.ui.header>.ui.label{margin-top:-.29165em}.ui.attached.segment>.ui.top.left.attached.label,.ui.bottom.attached.segment>.ui.top.left.attached.label{border-top-left-radius:0}.ui.attached.segment>.ui.top.right.attached.label,.ui.bottom.attached.segment>.ui.top.right.attached.label{border-top-right-radius:0}.ui.top.attached.segment>.ui.bottom.left.attached.label{border-bottom-left-radius:0}.ui.top.attached.segment>.ui.bottom.right.attached.label{border-bottom-right-radius:0}.ui.top.attached.label+[class*="right floated"]+*,.ui.top.attached.label:first-child+:not(.attached){margin-top:2rem!important}.ui.bottom.attached.label:first-child~:last-child:not(.attached){margin-top:0;margin-bottom:2rem!important}.ui.image.label{width:auto!important;margin-top:0;margin-bottom:0;max-width:9999px;vertical-align:baseline;text-transform:none;background:#e8e8e8;padding:.5833em .833em .5833em .5em;border-radius:.28571429rem;box-shadow:none}.ui.image.label img{display:inline-block;vertical-align:top;height:2.1666em;margin:-.5833em .5em -.5833em -.5em;border-radius:.28571429rem 0 0 .28571429rem}.ui.image.label .detail{background:rgba(0,0,0,.1);margin:-.5833em -.833em -.5833em .5em;padding:.5833em .833em;border-radius:0 .28571429rem .28571429rem 0}.ui.tag.label,.ui.tag.labels .label{margin-left:1em;position:relative;padding-left:1.5em;padding-right:1.5em;border-radius:0 .28571429rem .28571429rem 0;transition:none}.ui.tag.label:before,.ui.tag.labels .label:before{position:absolute;transform:translateY(-50%) translateX(50%) rotate(-45deg);top:50%;right:100%;content:"";background-color:inherit;background-image:none;width:1.56em;height:1.56em;transition:none}.ui.tag.label:after,.ui.tag.labels .label:after{position:absolute;content:"";top:50%;left:-.25em;margin-top:-.25em;background-color:#fff!important;width:.5em;height:.5em;box-shadow:0 -1px 1px 0 rgba(0,0,0,.3);border-radius:500rem}.ui.corner.label{margin:0;padding:0;text-align:center;border-color:#e8e8e8;width:4em;height:4em;z-index:1}.ui.corner.label,.ui.corner.label:after{position:absolute;top:0;right:0;transition:border-color .1s ease;background-color:transparent!important}.ui.corner.label:after{content:"";z-index:-1;width:0;height:0;border-color:transparent;border-style:solid;border-width:0 4em 4em 0;border-right-color:inherit}.ui.corner.label .icon{cursor:default;position:relative;top:.64285714em;left:.78571429em;font-size:1.14285714em;margin:0}.ui.left.corner.label,.ui.left.corner.label:after{right:auto;left:0}.ui.left.corner.label:after{border-color:transparent;border-style:solid;border-width:4em 4em 0 0;border-top-color:inherit}.ui.left.corner.label .icon{left:-.78571429em}.ui.segment>.ui.corner.label{top:-1px;right:-1px}.ui.segment>.ui.left.corner.label{right:auto;left:-1px}.ui.ribbon.label{position:relative;margin:0;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;border-radius:0 .28571429rem .28571429rem 0;border-color:rgba(0,0,0,.15)}.ui.ribbon.label:after{position:absolute;content:"";top:100%;left:0;background-color:transparent!important;border-color:transparent;border-style:solid;border-width:0 1.2em 1.2em 0;border-right-color:inherit;width:0;height:0}.ui.ribbon.label{left:calc(-1rem - 1.2em);margin-right:-1.2em;padding-left:calc(1rem + 1.2em);padding-right:1.2em}.ui[class*="right ribbon"].label{left:calc(100% + 1rem + 1.2em);padding-left:1.2em;padding-right:calc(1rem + 1.2em);text-align:left;transform:translateX(-100%);border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="right ribbon"].label:after{left:auto;right:0;border-color:transparent;border-style:solid;border-width:1.2em 1.2em 0 0;border-top-color:inherit}.ui.card .image>.ribbon.label,.ui.image>.ribbon.label{position:absolute;top:1rem}.ui.card .image>.ui.ribbon.label,.ui.image>.ui.ribbon.label{left:calc(.05rem - 1.2em)}.ui.card .image>.ui[class*="right ribbon"].label,.ui.image>.ui[class*="right ribbon"].label{left:calc(100% + -.05rem + 1.2em);padding-left:.833em}.ui.table td>.ui.ribbon.label{left:-1.98571em}.ui.table td>.ui[class*="right ribbon"].label{left:calc(100% + 1.98571em);padding-left:.833em}.ui.attached.label,.ui[class*="top attached"].label{width:100%;position:absolute;margin:0;top:0;left:0;padding:.75em 1em;border-radius:.21428571rem .21428571rem 0 0}.ui[class*="bottom attached"].label{top:auto;bottom:0;border-radius:0 0 .21428571rem .21428571rem}.ui[class*="top left attached"].label{width:auto;margin-top:0!important;border-radius:.21428571rem 0 .28571429rem 0}.ui[class*="top right attached"].label{width:auto;left:auto;right:0;border-radius:0 .21428571rem 0 .28571429rem}.ui[class*="bottom left attached"].label{width:auto;top:auto;bottom:0;border-radius:0 .28571429rem 0 .21428571rem}.ui[class*="bottom right attached"].label{top:auto;bottom:0;left:auto;right:0;width:auto;border-radius:.28571429rem 0 .21428571rem 0}.ui.label.disabled{opacity:.5}a.ui.label:hover,a.ui.labels .label:hover{background-color:#e0e0e0;border-color:#e0e0e0;background-image:none;color:rgba(0,0,0,.8)}.ui.labels a.label:hover:before,a.ui.label:hover:before{color:rgba(0,0,0,.8)}.ui.active.label{border-color:#d0d0d0}.ui.active.label,.ui.active.label:before{background-color:#d0d0d0;background-image:none;color:rgba(0,0,0,.95)}a.ui.active.label:hover,a.ui.labels .active.label:hover{border-color:#c8c8c8}.ui.labels a.active.label:ActiveHover:before,a.ui.active.label:ActiveHover:before,a.ui.active.label:hover,a.ui.labels .active.label:hover{background-color:#c8c8c8;background-image:none;color:rgba(0,0,0,.95)}.ui.label.visible:not(.dropdown),.ui.labels.visible .label{display:inline-block!important}.ui.label.hidden,.ui.labels.hidden .label{display:none!important}.ui.red.label,.ui.red.labels .label{background-color:#db2828!important;border-color:#db2828!important;color:#fff!important}.ui.red.labels .label:hover,a.ui.red.label:hover{background-color:#d01919!important;border-color:#d01919!important;color:#fff!important}.ui.red.corner.label,.ui.red.corner.label:hover{background-color:transparent!important}.ui.red.ribbon.label{border-color:#b21e1e!important}.ui.basic.red.label{background-color:#fff!important;color:#db2828!important;border-color:#db2828!important}.ui.basic.red.labels a.label:hover,a.ui.basic.red.label:hover{background-color:#fff!important;color:#d01919!important;border-color:#d01919!important}.ui.orange.label,.ui.orange.labels .label{background-color:#f2711c!important;border-color:#f2711c!important;color:#fff!important}.ui.orange.labels .label:hover,a.ui.orange.label:hover{background-color:#f26202!important;border-color:#f26202!important;color:#fff!important}.ui.orange.corner.label,.ui.orange.corner.label:hover{background-color:transparent!important}.ui.orange.ribbon.label{border-color:#cf590c!important}.ui.basic.orange.label{background-color:#fff!important;color:#f2711c!important;border-color:#f2711c!important}.ui.basic.orange.labels a.label:hover,a.ui.basic.orange.label:hover{background-color:#fff!important;color:#f26202!important;border-color:#f26202!important}.ui.yellow.label,.ui.yellow.labels .label{background-color:#fbbd08!important;border-color:#fbbd08!important;color:#fff!important}.ui.yellow.labels .label:hover,a.ui.yellow.label:hover{background-color:#eaae00!important;border-color:#eaae00!important;color:#fff!important}.ui.yellow.corner.label,.ui.yellow.corner.label:hover{background-color:transparent!important}.ui.yellow.ribbon.label{border-color:#cd9903!important}.ui.basic.yellow.label{background-color:#fff!important;color:#fbbd08!important;border-color:#fbbd08!important}.ui.basic.yellow.labels a.label:hover,a.ui.basic.yellow.label:hover{background-color:#fff!important;color:#eaae00!important;border-color:#eaae00!important}.ui.olive.label,.ui.olive.labels .label{background-color:#b5cc18!important;border-color:#b5cc18!important;color:#fff!important}.ui.olive.labels .label:hover,a.ui.olive.label:hover{background-color:#a7bd0d!important;border-color:#a7bd0d!important;color:#fff!important}.ui.olive.corner.label,.ui.olive.corner.label:hover{background-color:transparent!important}.ui.olive.ribbon.label{border-color:#198f35!important}.ui.basic.olive.label{background-color:#fff!important;color:#b5cc18!important;border-color:#b5cc18!important}.ui.basic.olive.labels a.label:hover,a.ui.basic.olive.label:hover{background-color:#fff!important;color:#a7bd0d!important;border-color:#a7bd0d!important}.ui.green.label,.ui.green.labels .label{background-color:#21ba45!important;border-color:#21ba45!important;color:#fff!important}.ui.green.labels .label:hover,a.ui.green.label:hover{background-color:#16ab39!important;border-color:#16ab39!important;color:#fff!important}.ui.green.corner.label,.ui.green.corner.label:hover{background-color:transparent!important}.ui.green.ribbon.label{border-color:#198f35!important}.ui.basic.green.label{background-color:#fff!important;color:#21ba45!important;border-color:#21ba45!important}.ui.basic.green.labels a.label:hover,a.ui.basic.green.label:hover{background-color:#fff!important;color:#16ab39!important;border-color:#16ab39!important}.ui.teal.label,.ui.teal.labels .label{background-color:#00b5ad!important;border-color:#00b5ad!important;color:#fff!important}.ui.teal.labels .label:hover,a.ui.teal.label:hover{background-color:#009c95!important;border-color:#009c95!important;color:#fff!important}.ui.teal.corner.label,.ui.teal.corner.label:hover{background-color:transparent!important}.ui.teal.ribbon.label{border-color:#00827c!important}.ui.basic.teal.label{background-color:#fff!important;color:#00b5ad!important;border-color:#00b5ad!important}.ui.basic.teal.labels a.label:hover,a.ui.basic.teal.label:hover{background-color:#fff!important;color:#009c95!important;border-color:#009c95!important}.ui.blue.label,.ui.blue.labels .label{background-color:#2185d0!important;border-color:#2185d0!important;color:#fff!important}.ui.blue.labels .label:hover,a.ui.blue.label:hover{background-color:#1678c2!important;border-color:#1678c2!important;color:#fff!important}.ui.blue.corner.label,.ui.blue.corner.label:hover{background-color:transparent!important}.ui.blue.ribbon.label{border-color:#1a69a4!important}.ui.basic.blue.label{background-color:#fff!important;color:#2185d0!important;border-color:#2185d0!important}.ui.basic.blue.labels a.label:hover,a.ui.basic.blue.label:hover{background-color:#fff!important;color:#1678c2!important;border-color:#1678c2!important}.ui.violet.label,.ui.violet.labels .label{background-color:#6435c9!important;border-color:#6435c9!important;color:#fff!important}.ui.violet.labels .label:hover,a.ui.violet.label:hover{background-color:#5829bb!important;border-color:#5829bb!important;color:#fff!important}.ui.violet.corner.label,.ui.violet.corner.label:hover{background-color:transparent!important}.ui.violet.ribbon.label{border-color:#502aa1!important}.ui.basic.violet.label{background-color:#fff!important;color:#6435c9!important;border-color:#6435c9!important}.ui.basic.violet.labels a.label:hover,a.ui.basic.violet.label:hover{background-color:#fff!important;color:#5829bb!important;border-color:#5829bb!important}.ui.purple.label,.ui.purple.labels .label{background-color:#a333c8!important;border-color:#a333c8!important;color:#fff!important}.ui.purple.labels .label:hover,a.ui.purple.label:hover{background-color:#9627ba!important;border-color:#9627ba!important;color:#fff!important}.ui.purple.corner.label,.ui.purple.corner.label:hover{background-color:transparent!important}.ui.purple.ribbon.label{border-color:#82299f!important}.ui.basic.purple.label{background-color:#fff!important;color:#a333c8!important;border-color:#a333c8!important}.ui.basic.purple.labels a.label:hover,a.ui.basic.purple.label:hover{background-color:#fff!important;color:#9627ba!important;border-color:#9627ba!important}.ui.pink.label,.ui.pink.labels .label{background-color:#e03997!important;border-color:#e03997!important;color:#fff!important}.ui.pink.labels .label:hover,a.ui.pink.label:hover{background-color:#e61a8d!important;border-color:#e61a8d!important;color:#fff!important}.ui.pink.corner.label,.ui.pink.corner.label:hover{background-color:transparent!important}.ui.pink.ribbon.label{border-color:#c71f7e!important}.ui.basic.pink.label{background-color:#fff!important;color:#e03997!important;border-color:#e03997!important}.ui.basic.pink.labels a.label:hover,a.ui.basic.pink.label:hover{background-color:#fff!important;color:#e61a8d!important;border-color:#e61a8d!important}.ui.brown.label,.ui.brown.labels .label{background-color:#a5673f!important;border-color:#a5673f!important;color:#fff!important}.ui.brown.labels .label:hover,a.ui.brown.label:hover{background-color:#975b33!important;border-color:#975b33!important;color:#fff!important}.ui.brown.corner.label,.ui.brown.corner.label:hover{background-color:transparent!important}.ui.brown.ribbon.label{border-color:#805031!important}.ui.basic.brown.label{background-color:#fff!important;color:#a5673f!important;border-color:#a5673f!important}.ui.basic.brown.labels a.label:hover,a.ui.basic.brown.label:hover{background-color:#fff!important;color:#975b33!important;border-color:#975b33!important}.ui.grey.label,.ui.grey.labels .label{background-color:#767676!important;border-color:#767676!important;color:#fff!important}.ui.grey.labels .label:hover,a.ui.grey.label:hover{background-color:#838383!important;border-color:#838383!important;color:#fff!important}.ui.grey.corner.label,.ui.grey.corner.label:hover{background-color:transparent!important}.ui.grey.ribbon.label{border-color:#805031!important}.ui.basic.grey.label{background-color:#fff!important;color:#767676!important;border-color:#767676!important}.ui.basic.grey.labels a.label:hover,a.ui.basic.grey.label:hover{background-color:#fff!important;color:#838383!important;border-color:#838383!important}.ui.black.label,.ui.black.labels .label{background-color:#1b1c1d!important;border-color:#1b1c1d!important;color:#fff!important}.ui.black.labels .label:hover,a.ui.black.label:hover{background-color:#27292a!important;border-color:#27292a!important;color:#fff!important}.ui.black.corner.label,.ui.black.corner.label:hover{background-color:transparent!important}.ui.black.ribbon.label{border-color:#805031!important}.ui.basic.black.label{background-color:#fff!important;color:#1b1c1d!important;border-color:#1b1c1d!important}.ui.basic.black.labels a.label:hover,a.ui.basic.black.label:hover{background-color:#fff!important;color:#27292a!important;border-color:#27292a!important}.ui.basic.label{background:none #fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);box-shadow:none}a.ui.basic.label:hover{text-decoration:none;background:none #fff;color:#1e70bf;box-shadow:1px solid rgba(34,36,38,.15);box-shadow:none}.ui.basic.pointing.label:before{border-color:inherit}.ui.fluid.labels>.label,.ui.label.fluid{width:100%;box-sizing:border-box}.ui.inverted.label,.ui.inverted.labels .label{color:hsla(0,0%,100%,.9)!important}.ui.horizontal.label,.ui.horizontal.labels .label{margin:0 .5em 0 0;padding:.4em .833em;min-width:3em;text-align:center}.ui.circular.label,.ui.circular.labels .label{min-width:2em;min-height:2em;padding:.5em!important;line-height:1em;text-align:center;border-radius:500rem}.ui.empty.circular.label,.ui.empty.circular.labels .label{min-width:0;min-height:0;overflow:hidden;width:.5em;height:.5em;vertical-align:baseline}.ui.pointing.label{position:relative}.ui.attached.pointing.label{position:absolute}.ui.pointing.label:before{background-color:inherit;background-image:inherit;border:0 solid;border-color:inherit;position:absolute;content:"";transform:rotate(45deg);background-image:none;z-index:2;width:.6666em;height:.6666em;transition:background .1s ease}.ui.pointing.label,.ui[class*="pointing above"].label{margin-top:1em}.ui.pointing.label:before,.ui[class*="pointing above"].label:before{border-width:1px 0 0 1px;transform:translateX(-50%) translateY(-50%) rotate(45deg);top:0;left:50%}.ui[class*="bottom pointing"].label,.ui[class*="pointing below"].label{margin-top:0;margin-bottom:1em}.ui[class*="bottom pointing"].label:before,.ui[class*="pointing below"].label:before{border-width:0 1px 1px 0;top:auto;right:auto;transform:translateX(-50%) translateY(-50%) rotate(45deg);top:100%;left:50%}.ui[class*="left pointing"].label{margin-top:0;margin-left:.6666em}.ui[class*="left pointing"].label:before{border-width:0 0 1px 1px;transform:translateX(-50%) translateY(-50%) rotate(45deg);bottom:auto;right:auto;top:50%;left:0}.ui[class*="right pointing"].label{margin-top:0;margin-right:.6666em}.ui[class*="right pointing"].label:before{border-width:1px 1px 0 0;transform:translateX(50%) translateY(-50%) rotate(45deg);top:50%;right:0;bottom:auto;left:auto}.ui.basic.pointing.label:before,.ui.basic[class*="pointing above"].label:before{margin-top:-1px}.ui.basic[class*="bottom pointing"].label:before,.ui.basic[class*="pointing below"].label:before{bottom:auto;top:100%;margin-top:1px}.ui.basic[class*="left pointing"].label:before{top:50%;left:-1px}.ui.basic[class*="right pointing"].label:before{top:50%;right:-1px}.ui.floating.label{position:absolute;z-index:100;top:-1em;left:100%;margin:0 0 0 -1.5em!important}.ui.mini.label,.ui.mini.labels .label{font-size:.64285714rem}.ui.tiny.label,.ui.tiny.labels .label{font-size:.71428571rem}.ui.small.label,.ui.small.labels .label{font-size:.78571429rem}.ui.label,.ui.labels .label{font-size:.85714286rem}.ui.large.label,.ui.large.labels .label{font-size:1rem}.ui.big.label,.ui.big.labels .label{font-size:1.28571429rem}.ui.huge.label,.ui.huge.labels .label{font-size:1.42857143rem}.ui.massive.label,.ui.massive.labels .label{font-size:1.71428571rem}
/*!
 * # Semantic UI 2.2.10 - List
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.list,ol.ui.list,ul.ui.list{list-style-type:none;margin:1em 0;padding:0}.ui.list:first-child,ol.ui.list:first-child,ul.ui.list:first-child{margin-top:0;padding-top:0}.ui.list:last-child,ol.ui.list:last-child,ul.ui.list:last-child{margin-bottom:0;padding-bottom:0}.ui.list .list>.item,.ui.list>.item,ol.ui.list li,ul.ui.list li{display:list-item;table-layout:fixed;list-style-type:none;list-style-position:outside;padding:.21428571em 0;line-height:1.14285714em}.ui.list>.item:after,.ui.list>.list>.item,ol.ui.list>li:first-child:after,ul.ui.list>li:first-child:after{content:"";display:block;height:0;clear:both;visibility:hidden}.ui.list .list>.item:first-child,.ui.list>.item:first-child,ol.ui.list li:first-child,ul.ui.list li:first-child{padding-top:0}.ui.list .list>.item:last-child,.ui.list>.item:last-child,ol.ui.list li:last-child,ul.ui.list li:last-child{padding-bottom:0}.ui.list .list,ol.ui.list ol,ul.ui.list ul{clear:both;margin:0;padding:.75em 0 .25em .5em}.ui.list .list>.item,ol.ui.list ol li,ul.ui.list ul li{padding:.14285714em 0;line-height:inherit}.ui.list .list>.item>i.icon,.ui.list>.item>i.icon{display:table-cell;margin:0;padding-top:.07142857em;padding-right:.28571429em;vertical-align:top;transition:color .1s ease}.ui.list .list>.item>i.icon:only-child,.ui.list>.item>i.icon:only-child{display:inline-block;vertical-align:top}.ui.list .list>.item>.image,.ui.list>.item>.image{display:table-cell;background-color:transparent;margin:0;vertical-align:top}.ui.list .list>.item>.image:not(:only-child):not(img),.ui.list>.item>.image:not(:only-child):not(img){padding-right:.5em}.ui.list .list>.item>.image img,.ui.list>.item>.image img{vertical-align:top}.ui.list .list>.item>.image:only-child,.ui.list .list>.item>img.image,.ui.list>.item>.image:only-child,.ui.list>.item>img.image{display:inline-block}.ui.list .list>.item>.content,.ui.list>.item>.content{line-height:1.14285714em}.ui.list .list>.item>.icon+.content,.ui.list .list>.item>.image+.content,.ui.list>.item>.icon+.content,.ui.list>.item>.image+.content{display:table-cell;padding:0 0 0 .5em;vertical-align:top}.ui.list .list>.item>img.image+.content,.ui.list>.item>img.image+.content{display:inline-block}.ui.list .list>.item>.content>.list,.ui.list>.item>.content>.list{margin-left:0;padding-left:0}.ui.list .list>.item .header,.ui.list>.item .header{display:block;margin:0;font-family:Open Sans,sans-serif;font-weight:700;color:rgba(0,0,0,.87)}.ui.list .list>.item .description,.ui.list>.item .description{display:block;color:rgba(0,0,0,.7)}.ui.list .list>.item a,.ui.list>.item a{cursor:pointer}.ui.list .list>a.item,.ui.list>a.item{cursor:pointer;color:#4183c4}.ui.list .list>a.item:hover,.ui.list>a.item:hover{color:#1e70bf}.ui.list .list>a.item i.icon,.ui.list>a.item i.icon{color:rgba(0,0,0,.4)}.ui.list .list>.item a.header,.ui.list>.item a.header{cursor:pointer;color:#4183c4!important}.ui.list .list>.item a.header:hover,.ui.list>.item a.header:hover{color:#1e70bf!important}.ui[class*="left floated"].list{float:left}.ui[class*="right floated"].list{float:right}.ui.list .list>.item [class*="left floated"],.ui.list>.item [class*="left floated"]{float:left;margin:0 1em 0 0}.ui.list .list>.item [class*="right floated"],.ui.list>.item [class*="right floated"]{float:right;margin:0 0 0 1em}.ui.menu .ui.list .list>.item,.ui.menu .ui.list>.item{display:list-item;table-layout:fixed;background-color:transparent;list-style-type:none;list-style-position:outside;padding:.21428571em 0;line-height:1.14285714em}.ui.menu .ui.list .list>.item:before,.ui.menu .ui.list>.item:before{border:none;background:none}.ui.menu .ui.list .list>.item:first-child,.ui.menu .ui.list>.item:first-child{padding-top:0}.ui.menu .ui.list .list>.item:last-child,.ui.menu .ui.list>.item:last-child{padding-bottom:0}.ui.horizontal.list{display:inline-block;font-size:0}.ui.horizontal.list>.item{display:inline-block;margin-left:1em;font-size:1rem}.ui.horizontal.list:not(.celled)>.item:first-child{margin-left:0!important;padding-left:0!important}.ui.horizontal.list .list{padding-left:0;padding-bottom:0}.ui.horizontal.list .list>.item>.content,.ui.horizontal.list .list>.item>.icon,.ui.horizontal.list .list>.item>.image,.ui.horizontal.list>.item>.content,.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.image{vertical-align:middle}.ui.horizontal.list>.item:first-child,.ui.horizontal.list>.item:last-child{padding-top:.21428571em;padding-bottom:.21428571em}.ui.horizontal.list>.item>i.icon{margin:0;padding:0 .25em 0 0}.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.icon+.content{float:none;display:inline-block}.ui.list .list>.disabled.item,.ui.list>.disabled.item{pointer-events:none;color:rgba(40,40,40,.3)!important}.ui.inverted.list .list>.disabled.item,.ui.inverted.list>.disabled.item{color:hsla(0,0%,88.2%,.3)!important}.ui.list .list>a.item:hover .icon,.ui.list>a.item:hover .icon{color:rgba(0,0,0,.87)}.ui.inverted.list .list>a.item>.icon,.ui.inverted.list>a.item>.icon{color:hsla(0,0%,100%,.7)}.ui.inverted.list .list>.item .header,.ui.inverted.list>.item .header{color:hsla(0,0%,100%,.9)}.ui.inverted.list .list>.item .description,.ui.inverted.list>.item .description{color:hsla(0,0%,100%,.7)}.ui.inverted.list .list>a.item,.ui.inverted.list>a.item{cursor:pointer;color:hsla(0,0%,100%,.9)}.ui.inverted.list .list>a.item:hover,.ui.inverted.list>a.item:hover{color:#1e70bf}.ui.inverted.list .item a:not(.ui){color:hsla(0,0%,100%,.9)!important}.ui.inverted.list .item a:not(.ui):hover{color:#1e70bf!important}.ui.list [class*="top aligned"],.ui.list[class*="top aligned"] .content,.ui.list[class*="top aligned"] .image{vertical-align:top!important}.ui.list [class*="middle aligned"],.ui.list[class*="middle aligned"] .content,.ui.list[class*="middle aligned"] .image{vertical-align:middle!important}.ui.list [class*="bottom aligned"],.ui.list[class*="bottom aligned"] .content,.ui.list[class*="bottom aligned"] .image{vertical-align:bottom!important}.ui.link.list .item,.ui.link.list .item a:not(.ui),.ui.link.list a.item{color:rgba(0,0,0,.4);transition:color .1s ease}.ui.link.list .item a:not(.ui):hover,.ui.link.list a.item:hover{color:rgba(0,0,0,.8)}.ui.link.list .item a:not(.ui):active,.ui.link.list a.item:active{color:rgba(0,0,0,.9)}.ui.link.list .active.item,.ui.link.list .active.item a:not(.ui){color:rgba(0,0,0,.95)}.ui.inverted.link.list .item,.ui.inverted.link.list .item a:not(.ui),.ui.inverted.link.list a.item{color:hsla(0,0%,100%,.5)}.ui.inverted.link.list .active.item a:not(.ui),.ui.inverted.link.list .item a:not(.ui):active,.ui.inverted.link.list .item a:not(.ui):hover,.ui.inverted.link.list a.active.item,.ui.inverted.link.list a.item:active,.ui.inverted.link.list a.item:hover{color:#fff}.ui.selection.list .list>.item,.ui.selection.list>.item{cursor:pointer;background:transparent;padding:.5em;margin:0;color:rgba(0,0,0,.4);border-radius:.5em;transition:color .1s ease,padding-left .1s ease,background-color .1s ease}.ui.selection.list .list>.item:last-child,.ui.selection.list>.item:last-child{margin-bottom:0}.ui.selection.list.list>.item:hover,.ui.selection.list>.item:hover{background:rgba(0,0,0,.03);color:rgba(0,0,0,.8)}.ui.selection.list .list>.item:active,.ui.selection.list>.item:active{background:rgba(0,0,0,.05);color:rgba(0,0,0,.9)}.ui.selection.list .list>.item.active,.ui.selection.list>.item.active{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.inverted.selection.list>.item{background:transparent;color:hsla(0,0%,100%,.5)}.ui.inverted.selection.list>.item:hover{background:hsla(0,0%,100%,.02);color:#fff}.ui.inverted.selection.list>.item.active,.ui.inverted.selection.list>.item:active{background:hsla(0,0%,100%,.08);color:#fff}.ui.celled.selection.list .list>.item,.ui.celled.selection.list>.item,.ui.divided.selection.list .list>.item,.ui.divided.selection.list>.item{border-radius:0}.ui.animated.list>.item{transition:color .25s ease .1s,padding-left .25s ease .1s,background-color .25s ease .1s}.ui.animated.list:not(.horizontal)>.item:hover{padding-left:1em}.ui.fitted.list:not(.selection) .list>.item,.ui.fitted.list:not(.selection)>.item{padding-left:0;padding-right:0}.ui.fitted.selection.list .list>.item,.ui.fitted.selection.list>.item{margin-left:-.5em;margin-right:-.5em}.ui.bulleted.list,ul.ui.list{margin-left:1.25rem}.ui.bulleted.list .list>.item,.ui.bulleted.list>.item,ul.ui.list li{position:relative}.ui.bulleted.list .list>.item:before,.ui.bulleted.list>.item:before,ul.ui.list li:before{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;position:absolute;top:auto;left:auto;font-weight:400;margin-left:-1.25rem;content:"•";opacity:1;color:inherit;vertical-align:top}.ui.bulleted.list .list>a.item:before,.ui.bulleted.list>a.item:before,ul.ui.list li:before{color:rgba(0,0,0,.87)}.ui.bulleted.list .list,ul.ui.list ul{padding-left:1.25rem}.ui.horizontal.bulleted.list,ul.ui.horizontal.bulleted.list{margin-left:0}.ui.horizontal.bulleted.list>.item,ul.ui.horizontal.bulleted.list li{margin-left:1.75rem}.ui.horizontal.bulleted.list>.item:first-child,ul.ui.horizontal.bulleted.list li:first-child{margin-left:0}.ui.horizontal.bulleted.list>.item:before,ul.ui.horizontal.bulleted.list li:before{color:rgba(0,0,0,.87)}.ui.horizontal.bulleted.list>.item:first-child:before,ul.ui.horizontal.bulleted.list li:first-child:before{display:none}.ui.ordered.list,.ui.ordered.list .list,ol.ui.list,ol.ui.list ol{counter-reset:ordered;margin-left:1.25rem;list-style-type:none}.ui.ordered.list .list>.item,.ui.ordered.list>.item,ol.ui.list li{list-style-type:none;position:relative}.ui.ordered.list .list>.item:before,.ui.ordered.list>.item:before,ol.ui.list li:before{position:absolute;top:auto;left:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;margin-left:-1.25rem;counter-increment:ordered;content:counters(ordered,".") " ";text-align:right;color:rgba(0,0,0,.87);vertical-align:middle;opacity:.8}.ui.ordered.inverted.list .list>.item:before,.ui.ordered.inverted.list>.item:before,ol.ui.inverted.list li:before{color:hsla(0,0%,100%,.7)}.ui.ordered.list>.item[data-value],.ui.ordered.list>.list>.item[data-value]{content:attr(data-value)}ol.ui.list li[value]:before{content:attr(value)}.ui.ordered.list .list,ol.ui.list ol{margin-left:1em}.ui.ordered.list .list>.item:before,ol.ui.list ol li:before{margin-left:-2em}.ui.ordered.horizontal.list,ol.ui.horizontal.list{margin-left:0}.ui.ordered.horizontal.list .list>.item:before,.ui.ordered.horizontal.list>.item:before,ol.ui.horizontal.list li:before{position:static;margin:0 .5em 0 0}.ui.divided.list>.item{border-top:1px solid rgba(34,36,38,.15)}.ui.divided.list .item .list>.item,.ui.divided.list .list>.item,.ui.divided.list .list>.item:first-child,.ui.divided.list>.item:first-child{border-top:none}.ui.divided.list:not(.horizontal) .list>.item:first-child{border-top-width:1px}.ui.divided.bulleted.list .list,.ui.divided.bulleted.list:not(.horizontal){margin-left:0;padding-left:0}.ui.divided.bulleted.list>.item:not(.horizontal){padding-left:1.25rem}.ui.divided.ordered.list{margin-left:0}.ui.divided.ordered.list .list>.item,.ui.divided.ordered.list>.item{padding-left:1.25rem}.ui.divided.ordered.list .item .list{margin-left:0;margin-right:0;padding-bottom:.21428571em}.ui.divided.ordered.list .item .list>.item{padding-left:1em}.ui.divided.selection.list .list>.item,.ui.divided.selection.list>.item{margin:0;border-radius:0}.ui.divided.horizontal.list{margin-left:0}.ui.divided.horizontal.list>.item:not(:first-child){padding-left:.5em}.ui.divided.horizontal.list>.item:not(:last-child){padding-right:.5em}.ui.divided.horizontal.list>.item{border-top:none;border-left:1px solid rgba(34,36,38,.15);margin:0;line-height:.6}.ui.horizontal.divided.list>.item:first-child{border-left:none}.ui.divided.inverted.horizontal.list>.item,.ui.divided.inverted.list>.item,.ui.divided.inverted.list>.list{border-color:hsla(0,0%,100%,.1)}.ui.celled.list>.item,.ui.celled.list>.list{border-top:1px solid rgba(34,36,38,.15);padding-left:.5em;padding-right:.5em}.ui.celled.list>.item:last-child{border-bottom:1px solid rgba(34,36,38,.15)}.ui.celled.list>.item:first-child,.ui.celled.list>.item:last-child{padding-top:.21428571em;padding-bottom:.21428571em}.ui.celled.list .item .list>.item{border-width:0}.ui.celled.list .list>.item:first-child{border-top-width:0}.ui.celled.bulleted.list{margin-left:0}.ui.celled.bulleted.list .list>.item,.ui.celled.bulleted.list>.item{padding-left:1.25rem}.ui.celled.bulleted.list .item .list{margin-left:-1.25rem;margin-right:-1.25rem;padding-bottom:.21428571em}.ui.celled.ordered.list{margin-left:0}.ui.celled.ordered.list .list>.item,.ui.celled.ordered.list>.item{padding-left:1.25rem}.ui.celled.ordered.list .item .list{margin-left:0;margin-right:0;padding-bottom:.21428571em}.ui.celled.ordered.list .list>.item{padding-left:1em}.ui.horizontal.celled.list{margin-left:0}.ui.horizontal.celled.list .list>.item,.ui.horizontal.celled.list>.item{border-top:none;border-left:1px solid rgba(34,36,38,.15);margin:0;padding-left:.5em;padding-right:.5em;line-height:.6}.ui.horizontal.celled.list .list>.item:last-child,.ui.horizontal.celled.list>.item:last-child{border-bottom:none;border-right:1px solid rgba(34,36,38,.15)}.ui.celled.inverted.horizontal.list .list>.item,.ui.celled.inverted.horizontal.list>.item,.ui.celled.inverted.list>.item,.ui.celled.inverted.list>.list{border-color:1px solid hsla(0,0%,100%,.1)}.ui.relaxed.list:not(.horizontal)>.item:not(:first-child){padding-top:.42857143em}.ui.relaxed.list:not(.horizontal)>.item:not(:last-child){padding-bottom:.42857143em}.ui.horizontal.relaxed.list .list>.item:not(:first-child),.ui.horizontal.relaxed.list>.item:not(:first-child){padding-left:1rem}.ui.horizontal.relaxed.list .list>.item:not(:last-child),.ui.horizontal.relaxed.list>.item:not(:last-child){padding-right:1rem}.ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:first-child){padding-top:.85714286em}.ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:last-child){padding-bottom:.85714286em}.ui.horizontal[class*="very relaxed"].list .list>.item:not(:first-child),.ui.horizontal[class*="very relaxed"].list>.item:not(:first-child){padding-left:1.5rem}.ui.horizontal[class*="very relaxed"].list .list>.item:not(:last-child),.ui.horizontal[class*="very relaxed"].list>.item:not(:last-child){padding-right:1.5rem}.ui.mini.list{font-size:.78571429em}.ui.tiny.list{font-size:.85714286em}.ui.small.list{font-size:.92857143em}.ui.list{font-size:1em}.ui.large.list{font-size:1.14285714em}.ui.big.list{font-size:1.28571429em}.ui.huge.list{font-size:1.42857143em}.ui.massive.list{font-size:1.71428571em}.ui.mini.horizontal.list .list>.item,.ui.mini.horizontal.list>.item{font-size:.78571429rem}.ui.tiny.horizontal.list .list>.item,.ui.tiny.horizontal.list>.item{font-size:.85714286rem}.ui.small.horizontal.list .list>.item,.ui.small.horizontal.list>.item{font-size:.92857143rem}.ui.horizontal.list .list>.item,.ui.horizontal.list>.item{font-size:1rem}.ui.large.horizontal.list .list>.item,.ui.large.horizontal.list>.item{font-size:1.14285714rem}.ui.big.horizontal.list .list>.item,.ui.big.horizontal.list>.item{font-size:1.28571429rem}.ui.huge.horizontal.list .list>.item,.ui.huge.horizontal.list>.item{font-size:1.42857143rem}.ui.massive.horizontal.list .list>.item,.ui.massive.horizontal.list>.item{font-size:1.71428571rem}
/*!
 * # Semantic UI 2.2.10 - Segment
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.segment{position:relative;background:#fff;box-shadow:0 1px 2px 0 rgba(34,36,38,.15);margin:1rem 0;padding:1em;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.segment:first-child{margin-top:0}.ui.segment:last-child{margin-bottom:0}.ui.vertical.segment{margin:0;padding-left:0;padding-right:0;background:none transparent;border-radius:0;box-shadow:none;border:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.vertical.segment:last-child{border-bottom:none}.ui.inverted.segment>.ui.header{color:#fff}.ui[class*="bottom attached"].segment>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui[class*="top attached"].segment>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.grid>.row>.ui.segment.column,.ui.grid>.ui.segment.column,.ui.page.grid.segment{padding-top:2em;padding-bottom:2em}.ui.grid.segment{margin:1rem 0;border-radius:.28571429rem}.ui.basic.table.segment{background:#fff;border:1px solid rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.ui[class*="very basic"].table.segment{padding:1em}.ui.piled.segment,.ui.piled.segments{margin:3em 0;box-shadow:"";z-index:auto}.ui.piled.segment:first-child{margin-top:0}.ui.piled.segment:last-child{margin-bottom:0}.ui.piled.segment:after,.ui.piled.segment:before,.ui.piled.segments:after,.ui.piled.segments:before{background-color:#fff;visibility:visible;content:"";display:block;height:100%;left:0;position:absolute;width:100%;border:1px solid rgba(34,36,38,.15);box-shadow:""}.ui.piled.segment:before,.ui.piled.segments:before{transform:rotate(-1.2deg);top:0;z-index:-2}.ui.piled.segment:after,.ui.piled.segments:after{transform:rotate(1.2deg);top:0;z-index:-1}.ui[class*="top attached"].piled.segment{margin-top:3em;margin-bottom:0}.ui.piled.segment[class*="top attached"]:first-child{margin-top:0}.ui.piled.segment[class*="bottom attached"]{margin-top:0;margin-bottom:3em}.ui.piled.segment[class*="bottom attached"]:last-child{margin-bottom:0}.ui.stacked.segment{padding-bottom:1.4em}.ui.stacked.segment:after,.ui.stacked.segment:before,.ui.stacked.segments:after,.ui.stacked.segments:before{content:"";position:absolute;bottom:-3px;left:0;border-top:1px solid rgba(34,36,38,.15);background:rgba(0,0,0,.03);width:100%;height:6px;visibility:visible}.ui.stacked.segment:before,.ui.stacked.segments:before{display:none}.ui.tall.stacked.segment:before,.ui.tall.stacked.segments:before{display:block;bottom:0}.ui.stacked.inverted.segment:after,.ui.stacked.inverted.segment:before,.ui.stacked.inverted.segments:after,.ui.stacked.inverted.segments:before{background-color:rgba(0,0,0,.03);border-top:1px solid rgba(34,36,38,.35)}.ui.padded.segment{padding:1.5em}.ui[class*="very padded"].segment{padding:3em}.ui.padded.segment.vertical.segment,.ui[class*="very padded"].vertical.segment{padding-left:0;padding-right:0}.ui.compact.segment{display:table}.ui.compact.segments{display:inline-flex}.ui.compact.segments .segment,.ui.segments .compact.segment{display:block;flex:0 1 auto}.ui.circular.segment{display:table-cell;padding:2em;text-align:center;vertical-align:middle;border-radius:500em}.ui.raised.segment,.ui.raised.segments{box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.segments{flex-direction:column;position:relative;margin:1rem 0;border:1px solid rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);border-radius:.28571429rem}.ui.segments:first-child{margin-top:0}.ui.segments:last-child{margin-bottom:0}.ui.segments>.segment{top:0;bottom:0;border-radius:0;margin:0;width:auto;box-shadow:none;border:none;border-top:1px solid rgba(34,36,38,.15)}.ui.segments:not(.horizontal)>.segment:first-child{border-top:none;margin-top:0;bottom:0;margin-bottom:0;top:0;border-radius:.28571429rem .28571429rem 0 0}.ui.segments:not(.horizontal)>.segment:last-child{top:0;bottom:0;margin-top:0;margin-bottom:0;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;border-radius:0 0 .28571429rem .28571429rem}.ui.segments:not(.horizontal)>.segment:only-child{border-radius:.28571429rem}.ui.segments>.ui.segments{border-top:1px solid rgba(34,36,38,.15);margin:1rem}.ui.segments>.segments:first-child{border-top:none}.ui.segments>.segment+.segments:not(.horizontal){margin-top:0}.ui.horizontal.segments{display:flex;flex-direction:row;background-color:transparent;border-radius:0;padding:0;background-color:#fff;box-shadow:0 1px 2px 0 rgba(34,36,38,.15);margin:1rem 0;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.segments>.horizontal.segments{margin:0;background-color:transparent;border-radius:0;box-shadow:none;border:none;border-top:1px solid rgba(34,36,38,.15)}.ui.horizontal.segments>.segment{flex:1 1 auto;-ms-flex:1 1 0px;margin:0;min-width:0;background-color:transparent;border-radius:0;box-shadow:none;border:none;border-left:1px solid rgba(34,36,38,.15)}.ui.segments>.horizontal.segments:first-child{border-top:none}.ui.horizontal.segments>.segment:first-child{border-left:none}.ui.disabled.segment{opacity:.45;color:rgba(40,40,40,.3)}.ui.loading.segment{position:relative;cursor:default;pointer-events:none;text-shadow:none!important;color:transparent!important;transition:all 0s linear}.ui.loading.segment:before{position:absolute;content:"";top:0;left:0;background:hsla(0,0%,100%,.8);width:100%;height:100%;border-radius:.28571429rem;z-index:100}.ui.loading.segment:after{position:absolute;content:"";top:50%;left:50%;margin:-1.5em 0 0 -1.5em;width:3em;height:3em;-webkit-animation:segment-spin .6s linear;animation:segment-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border:.2em solid rgba(0,0,0,.1);border-top-color:#767676;box-shadow:0 0 0 1px transparent;visibility:visible;z-index:101}@-webkit-keyframes segment-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes segment-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ui.basic.segment{background:none transparent;box-shadow:none;border:none;border-radius:0}.ui.clearing.segment:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ui.red.segment:not(.inverted){border-top:2px solid #db2828}.ui.inverted.red.segment{background-color:#db2828!important;color:#fff!important}.ui.orange.segment:not(.inverted){border-top:2px solid #f2711c}.ui.inverted.orange.segment{background-color:#f2711c!important;color:#fff!important}.ui.yellow.segment:not(.inverted){border-top:2px solid #fbbd08}.ui.inverted.yellow.segment{background-color:#fbbd08!important;color:#fff!important}.ui.olive.segment:not(.inverted){border-top:2px solid #b5cc18}.ui.inverted.olive.segment{background-color:#b5cc18!important;color:#fff!important}.ui.green.segment:not(.inverted){border-top:2px solid #21ba45}.ui.inverted.green.segment{background-color:#21ba45!important;color:#fff!important}.ui.teal.segment:not(.inverted){border-top:2px solid #00b5ad}.ui.inverted.teal.segment{background-color:#00b5ad!important;color:#fff!important}.ui.blue.segment:not(.inverted){border-top:2px solid #2185d0}.ui.inverted.blue.segment{background-color:#2185d0!important;color:#fff!important}.ui.violet.segment:not(.inverted){border-top:2px solid #6435c9}.ui.inverted.violet.segment{background-color:#6435c9!important;color:#fff!important}.ui.purple.segment:not(.inverted){border-top:2px solid #a333c8}.ui.inverted.purple.segment{background-color:#a333c8!important;color:#fff!important}.ui.pink.segment:not(.inverted){border-top:2px solid #e03997}.ui.inverted.pink.segment{background-color:#e03997!important;color:#fff!important}.ui.brown.segment:not(.inverted){border-top:2px solid #a5673f}.ui.inverted.brown.segment{background-color:#a5673f!important;color:#fff!important}.ui.grey.segment:not(.inverted){border-top:2px solid #767676}.ui.inverted.grey.segment{background-color:#767676!important;color:#fff!important}.ui.black.segment:not(.inverted){border-top:2px solid #1b1c1d}.ui.inverted.black.segment{background-color:#1b1c1d!important;color:#fff!important}.ui[class*="left aligned"].segment{text-align:left}.ui[class*="right aligned"].segment{text-align:right}.ui[class*="center aligned"].segment{text-align:center}.ui.floated.segment,.ui[class*="left floated"].segment{float:left;margin-right:1em}.ui[class*="right floated"].segment{float:right;margin-left:1em}.ui.inverted.segment{border:none;box-shadow:none}.ui.inverted.segment,.ui.primary.inverted.segment{background:#1b1c1d;color:hsla(0,0%,100%,.9)}.ui.inverted.segment .segment{color:rgba(0,0,0,.87)}.ui.inverted.segment .inverted.segment{color:hsla(0,0%,100%,.9)}.ui.inverted.attached.segment{border-color:#555}.ui.secondary.segment{background:#f3f4f5;color:rgba(0,0,0,.6)}.ui.secondary.inverted.segment{background:#4c4f52 linear-gradient(hsla(0,0%,100%,.2),hsla(0,0%,100%,.2));color:hsla(0,0%,100%,.8)}.ui.tertiary.segment{background:#dcddde;color:rgba(0,0,0,.6)}.ui.tertiary.inverted.segment{background:#717579 linear-gradient(hsla(0,0%,100%,.35),hsla(0,0%,100%,.35));color:hsla(0,0%,100%,.8)}.ui.attached.segment{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(100% + 2px);box-shadow:none;border:1px solid #d4d4d5}.ui.attached:not(.message)+.ui.attached.segment:not(.top){border-top:none}.ui[class*="top attached"].segment{bottom:0;margin-bottom:0;top:0;margin-top:1rem;border-radius:.28571429rem .28571429rem 0 0}.ui.segment[class*="top attached"]:first-child{margin-top:0}.ui.segment[class*="bottom attached"]{bottom:0;margin-top:0;top:0;margin-bottom:1rem;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;border-radius:0 0 .28571429rem .28571429rem}.ui.segment[class*="bottom attached"]:last-child{margin-bottom:0}.ui.mini.segment,.ui.mini.segments .segment{font-size:.78571429rem}.ui.tiny.segment,.ui.tiny.segments .segment{font-size:.85714286rem}.ui.small.segment,.ui.small.segments .segment{font-size:.92857143rem}.ui.segment,.ui.segments .segment{font-size:1rem}.ui.large.segment,.ui.large.segments .segment{font-size:1.14285714rem}.ui.big.segment,.ui.big.segments .segment{font-size:1.28571429rem}.ui.huge.segment,.ui.huge.segments .segment{font-size:1.42857143rem}.ui.massive.segment,.ui.massive.segments .segment{font-size:1.71428571rem}
/*!
 * # Semantic UI 2.2.10 - Step
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.steps{display:inline-flex;flex-direction:row;align-items:stretch;margin:1em 0;background:"";box-shadow:none;line-height:1.14285714em;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.steps:first-child{margin-top:0}.ui.steps:last-child{margin-bottom:0}.ui.steps .step{position:relative;display:flex;flex:1 0 auto;flex-wrap:wrap;flex-direction:row;vertical-align:middle;align-items:center;justify-content:center;margin:0;padding:1.14285714em 2em;background:#fff;color:rgba(0,0,0,.87);box-shadow:none;border-radius:0;border:none;border-right:1px solid rgba(34,36,38,.15)}.ui.steps .step,.ui.steps .step:after{transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease}.ui.steps .step:after{display:none;position:absolute;z-index:2;content:"";top:50%;right:0;background-color:#fff;width:1.14285714em;height:1.14285714em;border:solid rgba(34,36,38,.15);border-width:0 1px 1px 0;transform:translateY(-50%) translateX(50%) rotate(-45deg)}.ui.steps .step:first-child{padding-left:2em;border-radius:.28571429rem 0 0 .28571429rem}.ui.steps .step:last-child{border-radius:0 .28571429rem .28571429rem 0;border-right:none;margin-right:0}.ui.steps .step:only-child{border-radius:.28571429rem}.ui.steps .step .title{font-family:Open Sans,sans-serif;font-size:1.14285714em;font-weight:700}.ui.steps .step>.title{width:100%}.ui.steps .step .description{font-weight:400;font-size:.92857143em;color:rgba(0,0,0,.87)}.ui.steps .step>.description{width:100%}.ui.steps .step .title~.description{margin-top:.25em}.ui.steps .step>.icon{line-height:1;font-size:2.5em;margin:0 1rem 0 0}.ui.steps .step>.icon,.ui.steps .step>.icon~.content{display:block;flex:0 1 auto;align-self:middle}.ui.steps .step>.icon~.content{flex-grow:1 0 auto}.ui.steps:not(.vertical) .step>.icon{width:auto}.ui.steps .link.step,.ui.steps a.step{cursor:pointer}.ui.ordered.steps{counter-reset:ordered}.ui.ordered.steps .step:before{position:static;text-align:center;content:counters(ordered,".");margin-right:1rem;font-size:2.5em;counter-increment:ordered;font-family:inherit;font-weight:700}.ui.ordered.steps .step:before,.ui.ordered.steps .step>*{display:block;align-self:middle}.ui.vertical.steps{display:inline-flex;flex-direction:column;overflow:visible}.ui.vertical.steps .step{justify-content:flex-start;border-radius:0;padding:1.14285714em 2em;border-right:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.vertical.steps .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.steps .step:last-child{border-bottom:none;border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.steps .step:only-child{border-radius:.28571429rem}.ui.vertical.steps .step:after{top:50%;right:0;border-width:0 1px 1px 0;display:none}.ui.vertical.steps .active.step:after{display:block}.ui.vertical.steps .step:last-child:after{display:none}.ui.vertical.steps .active.step:last-child:after{display:block}@media only screen and (max-width:767px){.ui.steps{display:inline-flex;overflow:visible;flex-direction:column}.ui.steps .step{width:100%!important;flex-direction:column;border-radius:0;padding:1.14285714em 2em}.ui.steps .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.steps .step:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.steps .step:after{display:none!important}.ui.steps .step .content{text-align:center}.ui.ordered.steps .step:before,.ui.steps .step>.icon{margin:0 0 1rem}}.ui.steps .link.step:hover,.ui.steps .link.step:hover:after,.ui.steps a.step:hover,.ui.steps a.step:hover:after{background:#f9fafb;color:rgba(0,0,0,.8)}.ui.steps .link.step:active,.ui.steps .link.step:active:after,.ui.steps a.step:active,.ui.steps a.step:active:after{background:#f3f4f5;color:rgba(0,0,0,.9)}.ui.steps .step.active{cursor:auto;background:#f3f4f5}.ui.steps .step.active:after{background:#f3f4f5}.ui.steps .step.active .title{color:#4183c4}.ui.ordered.steps .step.active:before,.ui.steps .active.step .icon{color:rgba(0,0,0,.85)}.ui.steps .active.step:after,.ui.steps .step:after{display:block}.ui.steps .active.step:last-child:after,.ui.steps .step:last-child:after{display:none}.ui.steps .link.active.step:hover,.ui.steps .link.active.step:hover:after,.ui.steps a.active.step:hover,.ui.steps a.active.step:hover:after{cursor:pointer;background:#dcddde;color:rgba(0,0,0,.87)}.ui.ordered.steps .step.completed:before,.ui.steps .step.completed>.icon:before{color:#21ba45}.ui.steps .disabled.step{cursor:auto;background:#fff;pointer-events:none}.ui.steps .disabled.step,.ui.steps .disabled.step .description,.ui.steps .disabled.step .title{color:rgba(40,40,40,.3)}.ui.steps .disabled.step:after{background:#fff}@media only screen and (max-width:991px){.ui[class*="tablet stackable"].steps{display:inline-flex;overflow:visible;flex-direction:column}.ui[class*="tablet stackable"].steps .step{flex-direction:column;border-radius:0;padding:1.14285714em 2em}.ui[class*="tablet stackable"].steps .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui[class*="tablet stackable"].steps .step:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui[class*="tablet stackable"].steps .step:after{display:none!important}.ui[class*="tablet stackable"].steps .step .content{text-align:center}.ui[class*="tablet stackable"].ordered.steps .step:before,.ui[class*="tablet stackable"].steps .step>.icon{margin:0 0 1rem}}.ui.fluid.steps{display:flex;width:100%}.ui.attached.steps{width:calc(100% + 2px)!important;margin:0 -1px;max-width:calc(100% + 2px);border-radius:.28571429rem .28571429rem 0 0}.ui.attached.steps .step:first-child{border-radius:.28571429rem 0 0 0}.ui.attached.steps .step:last-child{border-radius:0 .28571429rem 0 0}.ui.bottom.attached.steps{margin:0 -1px;border-radius:0 0 .28571429rem .28571429rem}.ui.bottom.attached.steps .step:first-child{border-radius:0 0 0 .28571429rem}.ui.bottom.attached.steps .step:last-child{border-radius:0 0 .28571429rem 0}.ui.eight.steps,.ui.five.steps,.ui.four.steps,.ui.one.steps,.ui.seven.steps,.ui.six.steps,.ui.three.steps,.ui.two.steps{width:100%}.ui.eight.steps>.step,.ui.five.steps>.step,.ui.four.steps>.step,.ui.one.steps>.step,.ui.seven.steps>.step,.ui.six.steps>.step,.ui.three.steps>.step,.ui.two.steps>.step{flex-wrap:nowrap}.ui.one.steps>.step{width:100%}.ui.two.steps>.step{width:50%}.ui.three.steps>.step{width:33.333%}.ui.four.steps>.step{width:25%}.ui.five.steps>.step{width:20%}.ui.six.steps>.step{width:16.666%}.ui.seven.steps>.step{width:14.285%}.ui.eight.steps>.step{width:12.5%}.ui.mini.step,.ui.mini.steps .step{font-size:.78571429rem}.ui.tiny.step,.ui.tiny.steps .step{font-size:.85714286rem}.ui.small.step,.ui.small.steps .step{font-size:.92857143rem}.ui.step,.ui.steps .step{font-size:1rem}.ui.large.step,.ui.large.steps .step{font-size:1.14285714rem}.ui.big.step,.ui.big.steps .step{font-size:1.28571429rem}.ui.huge.step,.ui.huge.steps .step{font-size:1.42857143rem}.ui.massive.step,.ui.massive.steps .step{font-size:1.71428571rem}@font-face{font-family:Step;src:url(data:application/x-font-ttf;charset=utf-8;;base64,AAEAAAAOAIAAAwBgT1MvMj3hSQEAAADsAAAAVmNtYXDQEhm3AAABRAAAAUpjdnQgBkn/lAAABuwAAAAcZnBnbYoKeDsAAAcIAAAJkWdhc3AAAAAQAAAG5AAAAAhnbHlm32cEdgAAApAAAAC2aGVhZAErPHsAAANIAAAANmhoZWEHUwNNAAADgAAAACRobXR4CykAAAAAA6QAAAAMbG9jYQA4AFsAAAOwAAAACG1heHAApgm8AAADuAAAACBuYW1lzJ0aHAAAA9gAAALNcG9zdK69QJgAAAaoAAAAO3ByZXCSoZr/AAAQnAAAAFYAAQO4AZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoAQNS/2oAWgMLAE8AAAABAAAAAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADoAf//AAAAAOgA//8AABgBAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAADpAKYABUAHEAZDwEAAQFCAAIBAmoAAQABagAAAGEUFxQDEisBFAcBBiInASY0PwE2Mh8BATYyHwEWA6QP/iAQLBD+6g8PTBAsEKQBbhAsEEwPAhYWEP4gDw8BFhAsEEwQEKUBbxAQTBAAAAH//f+xA18DCwAMABJADwABAQpDAAAACwBEFRMCESsBFA4BIi4CPgEyHgEDWXLG6MhuBnq89Lp+AV51xHR0xOrEdHTEAAAAAAEAAAABAADDeRpdXw889QALA+gAAAAAzzWYjQAAAADPNWBN//3/sQOkAwsAAAAIAAIAAAAAAAAAAQAAA1L/agBaA+gAAP/3A6QAAQAAAAAAAAAAAAAAAAAAAAMD6AAAA+gAAANZAAAAAAAAADgAWwABAAAAAwAWAAEAAAAAAAIABgATAG4AAAAtCZEAAAAAAAAAEgDeAAEAAAAAAAAANQAAAAEAAAAAAAEACAA1AAEAAAAAAAIABwA9AAEAAAAAAAMACABEAAEAAAAAAAQACABMAAEAAAAAAAUACwBUAAEAAAAAAAYACABfAAEAAAAAAAoAKwBnAAEAAAAAAAsAEwCSAAMAAQQJAAAAagClAAMAAQQJAAEAEAEPAAMAAQQJAAIADgEfAAMAAQQJAAMAEAEtAAMAAQQJAAQAEAE9AAMAAQQJAAUAFgFNAAMAAQQJAAYAEAFjAAMAAQQJAAoAVgFzAAMAAQQJAAsAJgHJQ29weXJpZ2h0IChDKSAyMDE0IGJ5IG9yaWdpbmFsIGF1dGhvcnMgQCBmb250ZWxsby5jb21mb250ZWxsb1JlZ3VsYXJmb250ZWxsb2ZvbnRlbGxvVmVyc2lvbiAxLjBmb250ZWxsb0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEMAbwBwAHkAcgBpAGcAaAB0ACAAKABDACkAIAAyADAAMQA0ACAAYgB5ACAAbwByAGkAZwBpAG4AYQBsACAAYQB1AHQAaABvAHIAcwAgAEAAIABmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQBmAG8AbgB0AGUAbABsAG8AUgBlAGcAdQBsAGEAcgBmAG8AbgB0AGUAbABsAG8AZgBvAG4AdABlAGwAbABvAFYAZQByAHMAaQBvAG4AIAAxAC4AMABmAG8AbgB0AGUAbABsAG8ARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAQIBAwljaGVja21hcmsGY2lyY2xlAAAAAAEAAf//AA8AAAAAAAAAAAAAAAAAAAAAADIAMgML/7EDC/+xsAAssCBgZi2wASwgZCCwwFCwBCZasARFW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCwCkVhZLAoUFghsApFILAwUFghsDBZGyCwwFBYIGYgiophILAKUFhgGyCwIFBYIbAKYBsgsDZQWCGwNmAbYFlZWRuwACtZWSOwAFBYZVlZLbACLCBFILAEJWFkILAFQ1BYsAUjQrAGI0IbISFZsAFgLbADLCMhIyEgZLEFYkIgsAYjQrIKAAIqISCwBkMgiiCKsAArsTAFJYpRWGBQG2FSWVgjWSEgsEBTWLAAKxshsEBZI7AAUFhlWS2wBCywB0MrsgACAENgQi2wBSywByNCIyCwACNCYbCAYrABYLAEKi2wBiwgIEUgsAJFY7ABRWJgRLABYC2wBywgIEUgsAArI7ECBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAgssQUFRbABYUQtsAkssAFgICCwCUNKsABQWCCwCSNCWbAKQ0qwAFJYILAKI0JZLbAKLCC4BABiILgEAGOKI2GwC0NgIIpgILALI0IjLbALLEtUWLEHAURZJLANZSN4LbAMLEtRWEtTWLEHAURZGyFZJLATZSN4LbANLLEADENVWLEMDEOwAWFCsAorWbAAQ7ACJUKxCQIlQrEKAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAJKiEjsAFhIIojYbAJKiEbsQEAQ2CwAiVCsAIlYbAJKiFZsAlDR7AKQ0dgsIBiILACRWOwAUViYLEAABMjRLABQ7AAPrIBAQFDYEItsA4ssQAFRVRYALAMI0IgYLABYbUNDQEACwBCQopgsQ0FK7BtKxsiWS2wDyyxAA4rLbAQLLEBDistsBEssQIOKy2wEiyxAw4rLbATLLEEDistsBQssQUOKy2wFSyxBg4rLbAWLLEHDistsBcssQgOKy2wGCyxCQ4rLbAZLLAIK7EABUVUWACwDCNCIGCwAWG1DQ0BAAsAQkKKYLENBSuwbSsbIlktsBossQAZKy2wGyyxARkrLbAcLLECGSstsB0ssQMZKy2wHiyxBBkrLbAfLLEFGSstsCAssQYZKy2wISyxBxkrLbAiLLEIGSstsCMssQkZKy2wJCwgPLABYC2wJSwgYLANYCBDI7ABYEOwAiVhsAFgsCQqIS2wJiywJSuwJSotsCcsICBHICCwAkVjsAFFYmAjYTgjIIpVWCBHICCwAkVjsAFFYmAjYTgbIVktsCgssQAFRVRYALABFrAnKrABFTAbIlktsCkssAgrsQAFRVRYALABFrAnKrABFTAbIlktsCosIDWwAWAtsCssALADRWOwAUVisAArsAJFY7ABRWKwACuwABa0AAAAAABEPiM4sSoBFSotsCwsIDwgRyCwAkVjsAFFYmCwAENhOC2wLSwuFzwtsC4sIDwgRyCwAkVjsAFFYmCwAENhsAFDYzgtsC8ssQIAFiUgLiBHsAAjQrACJUmKikcjRyNhIFhiGyFZsAEjQrIuAQEVFCotsDAssAAWsAQlsAQlRyNHI2GwBkUrZYouIyAgPIo4LbAxLLAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjILAIQyCKI0cjRyNhI0ZgsARDsIBiYCCwACsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsIBiYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsIBiYCMgsAArI7AEQ2CwACuwBSVhsAUlsIBisAQmYSCwBCVgZCOwAyVgZFBYIRsjIVkjICCwBCYjRmE4WS2wMiywABYgICCwBSYgLkcjRyNhIzw4LbAzLLAAFiCwCCNCICAgRiNHsAArI2E4LbA0LLAAFrADJbACJUcjRyNhsABUWC4gPCMhG7ACJbACJUcjRyNhILAFJbAEJUcjRyNhsAYlsAUlSbACJWGwAUVjIyBYYhshWWOwAUViYCMuIyAgPIo4IyFZLbA1LLAAFiCwCEMgLkcjRyNhIGCwIGBmsIBiIyAgPIo4LbA2LCMgLkawAiVGUlggPFkusSYBFCstsDcsIyAuRrACJUZQWCA8WS6xJgEUKy2wOCwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xJgEUKy2wOSywMCsjIC5GsAIlRlJYIDxZLrEmARQrLbA6LLAxK4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrEmARQrsARDLrAmKy2wOyywABawBCWwBCYgLkcjRyNhsAZFKyMgPCAuIzixJgEUKy2wPCyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwgGJgILAAKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwgGJhsAIlRmE4IyA8IzgbISAgRiNHsAArI2E4IVmxJgEUKy2wPSywMCsusSYBFCstsD4ssDErISMgIDywBCNCIzixJgEUK7AEQy6wJistsD8ssAAVIEewACNCsgABARUUEy6wLCotsEAssAAVIEewACNCsgABARUUEy6wLCotsEEssQABFBOwLSotsEIssC8qLbBDLLAAFkUjIC4gRoojYTixJgEUKy2wRCywCCNCsEMrLbBFLLIAADwrLbBGLLIAATwrLbBHLLIBADwrLbBILLIBATwrLbBJLLIAAD0rLbBKLLIAAT0rLbBLLLIBAD0rLbBMLLIBAT0rLbBNLLIAADkrLbBOLLIAATkrLbBPLLIBADkrLbBQLLIBATkrLbBRLLIAADsrLbBSLLIAATsrLbBTLLIBADsrLbBULLIBATsrLbBVLLIAAD4rLbBWLLIAAT4rLbBXLLIBAD4rLbBYLLIBAT4rLbBZLLIAADorLbBaLLIAATorLbBbLLIBADorLbBcLLIBATorLbBdLLAyKy6xJgEUKy2wXiywMiuwNistsF8ssDIrsDcrLbBgLLAAFrAyK7A4Ky2wYSywMysusSYBFCstsGIssDMrsDYrLbBjLLAzK7A3Ky2wZCywMyuwOCstsGUssDQrLrEmARQrLbBmLLA0K7A2Ky2wZyywNCuwNystsGgssDQrsDgrLbBpLLA1Ky6xJgEUKy2waiywNSuwNistsGsssDUrsDcrLbBsLLA1K7A4Ky2wbSwrsAhlsAMkUHiwARUwLQAAAEu4AMhSWLEBAY5ZuQgACABjILABI0SwAyNwsgQoCUVSRLIKAgcqsQYBRLEkAYhRWLBAiFixBgNEsSYBiFFYuAQAiFixBgFEWVlZWbgB/4WwBI2xBQBEAAA=) format("truetype"),url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAoUAA4AAAAAEPQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEQAAABWPeFJAWNtYXAAAAGIAAAAOgAAAUrQEhm3Y3Z0IAAAAcQAAAAUAAAAHAZJ/5RmcGdtAAAB2AAABPkAAAmRigp4O2dhc3AAAAbUAAAACAAAAAgAAAAQZ2x5ZgAABtwAAACuAAAAtt9nBHZoZWFkAAAHjAAAADUAAAA2ASs8e2hoZWEAAAfEAAAAIAAAACQHUwNNaG10eAAAB+QAAAAMAAAADAspAABsb2NhAAAH8AAAAAgAAAAIADgAW21heHAAAAf4AAAAIAAAACAApgm8bmFtZQAACBgAAAF3AAACzcydGhxwb3N0AAAJkAAAACoAAAA7rr1AmHByZXAAAAm8AAAAVgAAAFaSoZr/eJxjYGTewTiBgZWBg6mKaQ8DA0MPhGZ8wGDIyMTAwMTAysyAFQSkuaYwOLxgeMHIHPQ/iyGKmZvBHyjMCJIDAPe9C2B4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGF4w/v8PUvCCAURLMELVAwEjG8OIBwBk5AavAAB4nGNgQANGDEbM3P83gjAAELQD4XicnVXZdtNWFJU8ZHASOmSgoA7X3DhQ68qEKRgwaSrFdiEdHAitBB2kDHTkncc+62uOQrtWH/m07n09JLR0rbYsls++R1tn2DrnRhwjKn0aiGvUoZKXA6msPZZK90lc13Uvj5UMBnFdthJPSZuonSRKat3sUC7xWOsqWSdYJ+PlIFZPVZ5noAziFB5lSUQbRBuplyZJ4onjJ4kWZxAfJUkgJaMQp9LIUEI1GsRS1aFM6dCr1xNx00DKRqMedVhU90PFJ8c1p9SsA0YqVznCFevVRr4bpwMve5DEOsGzrYcxHnisfpQqkIqR6cg/dkpOlIaBVHHUoVbi6DCTX/eRTCrNQKaMYkWl7oG43f102xYxPXQ6vi5KlUaqurnOKJrt0fGogygP2cbppNzQ2fbw5RlTVKtdcbPtQGYNXErJbHSfRAAdJlLj6QFONZwCqRn1R8XZ588BEslclKo8VTKHegOZMzt7cTHtbiersnCknwcyb3Z2452HQ6dXh3/R+hdM4cxHj+Jifj5C+lBqfiJOJKVGWMzyp4YfcVcgQrkxiAsXyuBThDl0RdrZZl3jtTH2hs/5SqlhPQna6KP4fgr9TiQrHGdRo/VInM1j13Wt3GdQS7W7Fzsyr0OVIu7vCwuuM+eEYZ4WC1VfnvneBTT/Bohn/EDeNIVL+5YpSrRvm6JMu2iKCu0SVKVdNsUU7YoppmnPmmKG9h1TzNKeMzLj/8vc55H7HN7xkJv2XeSmfQ+5ad9HbtoPkJtWITdtHblpLyA3rUZu2lWjOnYEGgZpF1IVQdA0svph3Fab9UDWjDR8aWDyLmLI+upER521tcofxX914gsHcmmip7siF5viLq/bFj483e6rj5pG3bDV+MaR8jAeRnocmtBZ+c3hv+1N3S6a7jKqMugBFUwKwABl7UAC0zrbCaT1mqf48gdgXIZ4zkpDtVSfO4am7+V5X/exOfG+x+3GLrdcd3kJWdYNcmP28N9SZKrrH+UtrVQnR6wrJ49VaxhDKrwour6SlHu0tRu/KKmy8l6U1srnk5CbPYMbQlu27mGwI0xpyiUeXlOlKD3UUo6yQyxvKco84JSLC1qGxLgOdQ9qa8TpoXoYGwshhqG0vRBwSCldFd+0ynfxHqtr2Oj4xRXh6XpyEhGf4ir7UfBU10b96A7avGbdMoMpVaqn+4xPsa/b9lFZaaSOsxe3VAfXNOsaORXTT+Rr4HRvOGjdAz1UfDRBI1U1x+jGKGM0ljXl3wR0MVZ+w2jVYvs93E+dpFWsuUuY7JsT9+C0u/0q+7WcW0bW/dcGvW3kip8jMb8tCvw7B2K3ZA3UO5OBGAvIWdAYxhYmdxiug23EbfY/Jqf/34aFRXJXOxq7eerD1ZNRJXfZ8rjLTXZZ16M2R9VOGvsIjS0PN+bY4XIstsRgQbb+wf8x7gF3aVEC4NDIZZiI2nShnurh6h6rsW04VxIBds2x43QAegAuQd8cu9bzCYD13CPnLsB9cgh2yCH4lByCz8i5BfA5OQRfkEMwIIdgl5w7AA/IIXhIDsEeOQSPyNkE+JIcgq/IIYjJIUjIuQ3wmByCJ+QQfE0OwTdGrk5k/pYH2QD6zqKbQKmdGhzaOGRGrk3Y+zxY9oFFZB9aROqRkesT6lMeLPV7i0j9wSJSfzRyY0L9iQdL/dkiUn+xiNRnxpeZIymvDp7zjg7+BJfqrV4AAAAAAQAB//8AD3icY2BkAALmJUwzGEQZZBwk+RkZGBmdGJgYmbIYgMwsoGSiiLgIs5A2owg7I5uSOqOaiT2jmZE8I5gQY17C/09BQEfg3yt+fh8gvYQxD0j68DOJiQn8U+DnZxQDcQUEljLmCwBpBgbG/3//b2SOZ+Zm4GEQcuAH2sblDLSEm8FFVJhJEGgLH6OSHpMdo5EcI3Nk0bEXJ/LYqvZ82VXHGFd6pKTkyCsQwQAAq+QkqAAAeJxjYGRgYADiw5VSsfH8Nl8ZuJlfAEUYzpvO6IXQCb7///7fyLyEmRvI5WBgAokCAFb/DJAAAAB4nGNgZGBgDvqfxRDF/IKB4f935iUMQBEUwAwAi5YFpgPoAAAD6AAAA1kAAAAAAAAAOABbAAEAAAADABYAAQAAAAAAAgAGABMAbgAAAC0JkQAAAAB4nHWQy2rCQBSG//HSi0JbWui2sypKabxgN4IgWHTTbqS4LTHGJBIzMhkFX6Pv0IfpS/RZ+puMpShNmMx3vjlz5mQAXOMbAvnzxJGzwBmjnAs4Rc9ykf7Zcon8YrmMKt4sn9C/W67gAYHlKm7wwQqidM5ogU/LAlfi0nIBF+LOcpH+0XKJ3LNcxq14tXxC71muYCJSy1Xci6+BWm11FIRG1gZ12W62OnK6lYoqStxYumsTKp3KvpyrxPhxrBxPLfc89oN17Op9uJ8nvk4jlciW09yrkZ/42jX+bFc93QRtY+ZyrtVSDm2GXGm18D3jhMasuo3G3/MwgMIKW2hEvKoQBhI12jrnNppooUOaMkMyM8+KkMBFTONizR1htpIy7nPMGSW0PjNisgOP3+WRH5MC7o9ZRR+tHsYT0u6MKPOSfTns7jBrREqyTDezs9/eU2x4WpvWcNeuS511JTE8qCF5H7u1BY1H72S3Ymi7aPD95/9+AN1fhEsAeJxjYGKAAC4G7ICZgYGRiZGZMzkjNTk7N7Eomy05syg5J5WBAQBE1QZBAABLuADIUlixAQGOWbkIAAgAYyCwASNEsAMjcLIEKAlFUkSyCgIHKrEGAUSxJAGIUViwQIhYsQYDRLEmAYhRWLgEAIhYsQYBRFlZWVm4Af+FsASNsQUARAAA) format("woff")}.ui.ordered.steps .step.completed:before,.ui.steps .step.completed>.icon:before{font-family:Step;content:""}
/*!
 * # Semantic UI 2.2.10 - Form
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.form{position:relative;max-width:100%}.ui.form>p{margin:1em 0}.ui.form .field{clear:both;margin:0 0 1em}.ui.form .field:last-child,.ui.form .fields:last-child .field{margin-bottom:0}.ui.form .fields .field{clear:both;margin:0}.ui.form .field>label{display:block;margin:0 0 .28571429rem;color:rgba(0,0,0,.87);font-size:.92857143em;font-weight:700;text-transform:none}.ui.form input:not([type]),.ui.form input[type=date],.ui.form input[type=datetime-local],.ui.form input[type=email],.ui.form input[type=file],.ui.form input[type=number],.ui.form input[type=password],.ui.form input[type=search],.ui.form input[type=tel],.ui.form input[type=text],.ui.form input[type=time],.ui.form input[type=url],.ui.form textarea{width:100%;vertical-align:top}.ui.form ::-webkit-datetime-edit,.ui.form ::-webkit-inner-spin-button{height:1.21428571em}.ui.form input:not([type]),.ui.form input[type=date],.ui.form input[type=datetime-local],.ui.form input[type=email],.ui.form input[type=file],.ui.form input[type=number],.ui.form input[type=password],.ui.form input[type=search],.ui.form input[type=tel],.ui.form input[type=text],.ui.form input[type=time],.ui.form input[type=url]{font-family:Open Sans,sans-serif;margin:0;outline:none;-webkit-appearance:none;tap-highlight-color:hsla(0,0%,100%,0);line-height:1.21428571em;padding:.67857143em 1em;font-size:1em;background:#fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);border-radius:.28571429rem;box-shadow:inset 0 0 0 0 transparent;transition:color .1s ease,border-color .1s ease}.ui.form textarea{margin:0;-webkit-appearance:none;tap-highlight-color:hsla(0,0%,100%,0);padding:.78571429em 1em;background:#fff;border:1px solid rgba(34,36,38,.15);outline:none;color:rgba(0,0,0,.87);border-radius:.28571429rem;box-shadow:inset 0 0 0 0 transparent;transition:color .1s ease,border-color .1s ease;font-size:1em;line-height:1.2857;resize:vertical}.ui.form textarea:not([rows]){height:12em;min-height:8em;max-height:24em}.ui.form input[type=checkbox],.ui.form textarea{vertical-align:top}.ui.form input.attached{width:auto}.ui.form select{display:block;height:auto;width:100%;background:#fff;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;box-shadow:inset 0 0 0 0 transparent;padding:.62em 1em;color:rgba(0,0,0,.87);transition:color .1s ease,border-color .1s ease}.ui.form .field>.selection.dropdown{width:100%}.ui.form .field>.selection.dropdown>.dropdown.icon{float:right}.ui.form .inline.field>.selection.dropdown,.ui.form .inline.fields .field>.selection.dropdown{width:auto}.ui.form .inline.field>.selection.dropdown>.dropdown.icon,.ui.form .inline.fields .field>.selection.dropdown>.dropdown.icon{float:none}.ui.form .field .ui.input,.ui.form .fields .field .ui.input,.ui.form .wide.field .ui.input{width:100%}.ui.form .inline.field:not(.wide) .ui.input,.ui.form .inline.fields .field:not(.wide) .ui.input{width:auto;vertical-align:middle}.ui.form .field .ui.input input,.ui.form .fields .field .ui.input input{width:auto}.ui.form .eight.fields .ui.input input,.ui.form .five.fields .ui.input input,.ui.form .four.fields .ui.input input,.ui.form .nine.fields .ui.input input,.ui.form .seven.fields .ui.input input,.ui.form .six.fields .ui.input input,.ui.form .ten.fields .ui.input input,.ui.form .three.fields .ui.input input,.ui.form .two.fields .ui.input input,.ui.form .wide.field .ui.input input{flex:1 0 auto;width:0}.ui.form .error.message,.ui.form .success.message,.ui.form .warning.message{display:none}.ui.form .message:first-child{margin-top:0}.ui.form .field .prompt.label{white-space:normal;background:#fff!important;border:1px solid #e0b4b4!important;color:#9f3a38!important}.ui.form .inline.field .prompt,.ui.form .inline.fields .field .prompt{vertical-align:top;margin:-.25em 0 -.5em .5em}.ui.form .inline.field .prompt:before,.ui.form .inline.fields .field .prompt:before{border-width:0 0 1px 1px;bottom:auto;right:auto;top:50%;left:0}.ui.form .field.field input:-webkit-autofill{box-shadow:inset 0 0 0 100px ivory!important;border-color:#e5dfa1!important}.ui.form .field.field input:-webkit-autofill:focus{box-shadow:inset 0 0 0 100px ivory!important;border-color:#d5c315!important}.ui.form .error.error input:-webkit-autofill{box-shadow:inset 0 0 0 100px #fffaf0!important;border-color:#e0b4b4!important}.ui.form ::-webkit-input-placeholder{color:hsla(0,0%,74.9%,.87)}.ui.form :-ms-input-placeholder{color:hsla(0,0%,74.9%,.87)}.ui.form ::-moz-placeholder{color:hsla(0,0%,74.9%,.87)}.ui.form :focus::-webkit-input-placeholder{color:hsla(0,0%,45.1%,.87)}.ui.form :focus:-ms-input-placeholder{color:hsla(0,0%,45.1%,.87)}.ui.form :focus::-moz-placeholder{color:hsla(0,0%,45.1%,.87)}.ui.form .error ::-webkit-input-placeholder{color:#e7bdbc}.ui.form .error :-ms-input-placeholder{color:#e7bdbc!important}.ui.form .error ::-moz-placeholder{color:#e7bdbc}.ui.form .error :focus::-webkit-input-placeholder{color:#da9796}.ui.form .error :focus:-ms-input-placeholder{color:#da9796!important}.ui.form .error :focus::-moz-placeholder{color:#da9796}.ui.form input:not([type]):focus,.ui.form input[type=date]:focus,.ui.form input[type=datetime-local]:focus,.ui.form input[type=email]:focus,.ui.form input[type=file]:focus,.ui.form input[type=number]:focus,.ui.form input[type=password]:focus,.ui.form input[type=search]:focus,.ui.form input[type=tel]:focus,.ui.form input[type=text]:focus,.ui.form input[type=time]:focus,.ui.form input[type=url]:focus,.ui.form textarea:focus{color:rgba(0,0,0,.95);border-color:#85b7d9;border-radius:.28571429rem;background:#fff;box-shadow:inset 0 0 0 0 rgba(34,36,38,.35)}.ui.form textarea:focus{-webkit-appearance:none}.ui.form.success .success.message:not(:empty){display:block}.ui.form.success .compact.success.message:not(:empty){display:inline-block}.ui.form.success .icon.success.message:not(:empty){display:flex}.ui.form.warning .warning.message:not(:empty){display:block}.ui.form.warning .compact.warning.message:not(:empty){display:inline-block}.ui.form.warning .icon.warning.message:not(:empty){display:flex}.ui.form.error .error.message:not(:empty){display:block}.ui.form.error .compact.error.message:not(:empty){display:inline-block}.ui.form.error .icon.error.message:not(:empty){display:flex}.ui.form .field.error .input,.ui.form .field.error label,.ui.form .fields.error .field .input,.ui.form .fields.error .field label{color:#9f3a38}.ui.form .field.error .corner.label,.ui.form .fields.error .field .corner.label{border-color:#9f3a38;color:#fff}.ui.form .field.error input:not([type]),.ui.form .field.error input[type=date],.ui.form .field.error input[type=datetime-local],.ui.form .field.error input[type=email],.ui.form .field.error input[type=file],.ui.form .field.error input[type=number],.ui.form .field.error input[type=password],.ui.form .field.error input[type=search],.ui.form .field.error input[type=tel],.ui.form .field.error input[type=text],.ui.form .field.error input[type=time],.ui.form .field.error input[type=url],.ui.form .field.error select,.ui.form .field.error textarea,.ui.form .fields.error .field input:not([type]),.ui.form .fields.error .field input[type=date],.ui.form .fields.error .field input[type=datetime-local],.ui.form .fields.error .field input[type=email],.ui.form .fields.error .field input[type=file],.ui.form .fields.error .field input[type=number],.ui.form .fields.error .field input[type=password],.ui.form .fields.error .field input[type=search],.ui.form .fields.error .field input[type=tel],.ui.form .fields.error .field input[type=text],.ui.form .fields.error .field input[type=time],.ui.form .fields.error .field input[type=url],.ui.form .fields.error .field select,.ui.form .fields.error .field textarea{background:#fff6f6;border-color:#e0b4b4;color:#9f3a38;border-radius:"";box-shadow:none}.ui.form .field.error input:not([type]):focus,.ui.form .field.error input[type=date]:focus,.ui.form .field.error input[type=datetime-local]:focus,.ui.form .field.error input[type=email]:focus,.ui.form .field.error input[type=file]:focus,.ui.form .field.error input[type=number]:focus,.ui.form .field.error input[type=password]:focus,.ui.form .field.error input[type=search]:focus,.ui.form .field.error input[type=tel]:focus,.ui.form .field.error input[type=text]:focus,.ui.form .field.error input[type=time]:focus,.ui.form .field.error input[type=url]:focus,.ui.form .field.error select:focus,.ui.form .field.error textarea:focus{background:#fff6f6;border-color:#e0b4b4;color:#9f3a38;-webkit-appearance:none;box-shadow:none}.ui.form .field.error select{-webkit-appearance:menulist-button}.ui.form .field.error .ui.dropdown,.ui.form .field.error .ui.dropdown .item,.ui.form .field.error .ui.dropdown .text,.ui.form .fields.error .field .ui.dropdown,.ui.form .fields.error .field .ui.dropdown .item{background:#fff6f6;color:#9f3a38}.ui.form .field.error .ui.dropdown,.ui.form .field.error .ui.dropdown:hover,.ui.form .fields.error .field .ui.dropdown,.ui.form .fields.error .field .ui.dropdown:hover{border-color:#e0b4b4!important}.ui.form .field.error .ui.dropdown:hover .menu,.ui.form .fields.error .field .ui.dropdown:hover .menu{border-color:#e0b4b4}.ui.form .field.error .ui.multiple.selection.dropdown>.label,.ui.form .fields.error .field .ui.multiple.selection.dropdown>.label{background-color:#eacbcb;color:#9f3a38}.ui.form .field.error .ui.dropdown .menu .item:hover,.ui.form .field.error .ui.dropdown .menu .selected.item,.ui.form .fields.error .field .ui.dropdown .menu .item:hover,.ui.form .fields.error .field .ui.dropdown .menu .selected.item{background-color:#fbe7e7}.ui.form .field.error .ui.dropdown .menu .active.item,.ui.form .fields.error .field .ui.dropdown .menu .active.item{background-color:#fdcfcf!important}.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box,.ui.form .field.error .checkbox:not(.toggle):not(.slider) label,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label{color:#9f3a38}.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before,.ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before{background:#fff6f6;border-color:#e0b4b4}.ui.form .field.error .checkbox .box:after,.ui.form .field.error .checkbox label:after,.ui.form .fields.error .field .checkbox .box:after,.ui.form .fields.error .field .checkbox label:after{color:#9f3a38}.ui.form .disabled.field,.ui.form .disabled.fields .field,.ui.form .field :disabled{pointer-events:none;opacity:.45}.ui.form .field.disabled>label,.ui.form .fields.disabled>label{opacity:.45}.ui.form .field.disabled :disabled{opacity:1}.ui.loading.form{position:relative;cursor:default;pointer-events:none}.ui.loading.form:before{position:absolute;content:"";top:0;left:0;background:hsla(0,0%,100%,.8);width:100%;height:100%;z-index:100}.ui.loading.form:after{position:absolute;content:"";top:50%;left:50%;margin:-1.5em 0 0 -1.5em;width:3em;height:3em;-webkit-animation:form-spin .6s linear;animation:form-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border:.2em solid rgba(0,0,0,.1);border-top-color:#767676;box-shadow:0 0 0 1px transparent;visibility:visible;z-index:101}@-webkit-keyframes form-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes form-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ui.form .required.field>.checkbox:after,.ui.form .required.field>label:after,.ui.form .required.fields.grouped>label:after,.ui.form .required.fields:not(.grouped)>.field>.checkbox:after,.ui.form .required.fields:not(.grouped)>.field>label:after{margin:-.2em 0 0 .2em;content:"*";color:#db2828}.ui.form .required.field>label:after,.ui.form .required.fields.grouped>label:after,.ui.form .required.fields:not(.grouped)>.field>label:after{display:inline-block;vertical-align:top}.ui.form .required.field>.checkbox:after,.ui.form .required.fields:not(.grouped)>.field>.checkbox:after{position:absolute;top:0;left:100%}.ui.form .inverted.segment .ui.checkbox .box,.ui.form .inverted.segment .ui.checkbox label,.ui.form .inverted.segment label,.ui.inverted.form .inline.field>label,.ui.inverted.form .inline.field>p,.ui.inverted.form .inline.fields .field>label,.ui.inverted.form .inline.fields .field>p,.ui.inverted.form .inline.fields>label,.ui.inverted.form .ui.checkbox .box,.ui.inverted.form .ui.checkbox label,.ui.inverted.form label{color:hsla(0,0%,100%,.9)}.ui.inverted.form input:not([type]),.ui.inverted.form input[type=date],.ui.inverted.form input[type=datetime-local],.ui.inverted.form input[type=email],.ui.inverted.form input[type=file],.ui.inverted.form input[type=number],.ui.inverted.form input[type=password],.ui.inverted.form input[type=search],.ui.inverted.form input[type=tel],.ui.inverted.form input[type=text],.ui.inverted.form input[type=time],.ui.inverted.form input[type=url]{background:#fff;border-color:hsla(0,0%,100%,.1);color:rgba(0,0,0,.87);box-shadow:none}.ui.form .grouped.fields{display:block;margin:0 0 1em}.ui.form .grouped.fields:last-child{margin-bottom:0}.ui.form .grouped.fields>label{margin:0 0 .28571429rem;color:rgba(0,0,0,.87);font-size:.92857143em;font-weight:700;text-transform:none}.ui.form .grouped.fields .field,.ui.form .grouped.inline.fields .field{display:block;margin:.5em 0;padding:0}.ui.form .fields{display:flex;flex-direction:row;margin:0 -.5em 1em}.ui.form .fields>.field{flex:0 1 auto;padding-left:.5em;padding-right:.5em}.ui.form .fields>.field:first-child{border-left:none;box-shadow:none}.ui.form .two.fields>.field,.ui.form .two.fields>.fields{width:50%}.ui.form .three.fields>.field,.ui.form .three.fields>.fields{width:33.33333333%}.ui.form .four.fields>.field,.ui.form .four.fields>.fields{width:25%}.ui.form .five.fields>.field,.ui.form .five.fields>.fields{width:20%}.ui.form .six.fields>.field,.ui.form .six.fields>.fields{width:16.66666667%}.ui.form .seven.fields>.field,.ui.form .seven.fields>.fields{width:14.28571429%}.ui.form .eight.fields>.field,.ui.form .eight.fields>.fields{width:12.5%}.ui.form .nine.fields>.field,.ui.form .nine.fields>.fields{width:11.11111111%}.ui.form .ten.fields>.field,.ui.form .ten.fields>.fields{width:10%}@media only screen and (max-width:767px){.ui.form .fields{flex-wrap:wrap}.ui.form .eight.fields>.field,.ui.form .eight.fields>.fields,.ui.form .five.fields>.field,.ui.form .five.fields>.fields,.ui.form .four.fields>.field,.ui.form .four.fields>.fields,.ui.form .nine.fields>.field,.ui.form .nine.fields>.fields,.ui.form .seven.fields>.field,.ui.form .seven.fields>.fields,.ui.form .six.fields>.field,.ui.form .six.fields>.fields,.ui.form .ten.fields>.field,.ui.form .ten.fields>.fields,.ui.form .three.fields>.field,.ui.form .three.fields>.fields,.ui.form .two.fields>.field,.ui.form .two.fields>.fields,.ui.form [class*="equal width"].fields>.field,.ui[class*="equal width"].form .fields>.field{width:100%!important;margin:0 0 1em}}.ui.form .fields .wide.field{width:6.25%;padding-left:.5em;padding-right:.5em}.ui.form .one.wide.field{width:6.25%!important}.ui.form .two.wide.field{width:12.5%!important}.ui.form .three.wide.field{width:18.75%!important}.ui.form .four.wide.field{width:25%!important}.ui.form .five.wide.field{width:31.25%!important}.ui.form .six.wide.field{width:37.5%!important}.ui.form .seven.wide.field{width:43.75%!important}.ui.form .eight.wide.field{width:50%!important}.ui.form .nine.wide.field{width:56.25%!important}.ui.form .ten.wide.field{width:62.5%!important}.ui.form .eleven.wide.field{width:68.75%!important}.ui.form .twelve.wide.field{width:75%!important}.ui.form .thirteen.wide.field{width:81.25%!important}.ui.form .fourteen.wide.field{width:87.5%!important}.ui.form .fifteen.wide.field{width:93.75%!important}.ui.form .sixteen.wide.field{width:100%!important}@media only screen and (max-width:767px){.ui.form .fields>.eight.wide.field,.ui.form .fields>.eleven.wide.field,.ui.form .fields>.fifteen.wide.field,.ui.form .fields>.five.wide.field,.ui.form .fields>.four.wide.field,.ui.form .fields>.fourteen.wide.field,.ui.form .fields>.nine.wide.field,.ui.form .fields>.seven.wide.field,.ui.form .fields>.six.wide.field,.ui.form .fields>.sixteen.wide.field,.ui.form .fields>.ten.wide.field,.ui.form .fields>.thirteen.wide.field,.ui.form .fields>.three.wide.field,.ui.form .fields>.twelve.wide.field,.ui.form .fields>.two.wide.field,.ui.form .five.fields>.field,.ui.form .five.fields>.fields,.ui.form .four.fields>.field,.ui.form .four.fields>.fields,.ui.form .three.fields>.field,.ui.form .three.fields>.fields,.ui.form .two.fields>.field,.ui.form .two.fields>.fields{width:100%!important}.ui.form .fields{margin-bottom:0}}.ui.form [class*="equal width"].fields>.field,.ui[class*="equal width"].form .fields>.field{width:100%;flex:1 1 auto}.ui.form .inline.fields{margin:0 0 1em;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.ui.form .inline.fields .field{margin:0;padding:0 1em 0 0}.ui.form .inline.field>label,.ui.form .inline.field>p,.ui.form .inline.fields .field>label,.ui.form .inline.fields .field>p,.ui.form .inline.fields>label{display:inline-block;width:auto;margin-top:0;margin-bottom:0;vertical-align:baseline;font-size:.92857143em;font-weight:700;color:rgba(0,0,0,.87);text-transform:none}.ui.form .inline.fields>label{margin:.035714em 1em 0 0}.ui.form .inline.field>input,.ui.form .inline.field>select,.ui.form .inline.fields .field>input,.ui.form .inline.fields .field>select{display:inline-block;width:auto;margin-top:0;margin-bottom:0;vertical-align:middle;font-size:1em}.ui.form .inline.field>:first-child,.ui.form .inline.fields .field>:first-child{margin:0 .85714286em 0 0}.ui.form .inline.field>:only-child,.ui.form .inline.fields .field>:only-child{margin:0}.ui.form .inline.fields .wide.field{display:flex;align-items:center}.ui.form .inline.fields .wide.field>input,.ui.form .inline.fields .wide.field>select{width:100%}.ui.mini.form{font-size:.78571429rem}.ui.tiny.form{font-size:.85714286rem}.ui.small.form{font-size:.92857143rem}.ui.form{font-size:1rem}.ui.large.form{font-size:1.14285714rem}.ui.big.form{font-size:1.28571429rem}.ui.huge.form{font-size:1.42857143rem}.ui.massive.form{font-size:1.71428571rem}.ui.menu{display:flex;margin:1rem 0;font-family:Open Sans,sans-serif;background:#fff;font-weight:400;border:1px solid rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);border-radius:.28571429rem;min-height:2.85714286em}.ui.menu:after{content:"";display:block;height:0;clear:both;visibility:hidden}.ui.menu:first-child{margin-top:0}.ui.menu:last-child{margin-bottom:0}.ui.menu .menu{margin:0}.ui.menu:not(.vertical)>.menu{display:flex}.ui.menu:not(.vertical) .item{display:flex;align-items:center}.ui.menu .item{position:relative;vertical-align:middle;line-height:1;text-decoration:none;-webkit-tap-highlight-color:transparent;flex:0 0 auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:none;padding:.92857143em 1.14285714em;text-transform:none;color:rgba(0,0,0,.87);font-weight:400;transition:background .1s ease,box-shadow .1s ease,color .1s ease}.ui.menu>.item:first-child{border-radius:.28571429rem 0 0 .28571429rem}.ui.menu .item:before{position:absolute;content:"";top:0;right:0;height:100%;width:1px;background:rgba(34,36,38,.1)}.ui.menu .item>a:not(.ui),.ui.menu .item>p:only-child,.ui.menu .text.item>*{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;line-height:1.3}.ui.menu .item>p:first-child{margin-top:0}.ui.menu .item>p:last-child{margin-bottom:0}.ui.menu .item>i.icon{opacity:.9;float:none;margin:0 .35714286em 0 0}.ui.menu:not(.vertical) .item>.button{position:relative;top:0;margin:-.5em 0;padding-bottom:.78571429em;padding-top:.78571429em;font-size:1em}.ui.menu>.container,.ui.menu>.grid{display:flex;align-items:inherit;flex-direction:inherit}.ui.menu .item>.input{width:100%}.ui.menu:not(.vertical) .item>.input{position:relative;top:0;margin:-.5em 0}.ui.menu .item>.input input{font-size:1em;padding-top:.57142857em;padding-bottom:.57142857em}.ui.menu .header.item,.ui.vertical.menu .header.item{margin:0;background:"";text-transform:normal;font-weight:700}.ui.vertical.menu .item>.header:not(.ui){margin:0 0 .5em;font-size:1em;font-weight:700}.ui.menu .item>i.dropdown.icon{padding:0;float:right;margin:0 0 0 1em}.ui.menu .dropdown.item .menu{left:0;min-width:calc(100% - 1px);border-radius:0 0 .28571429rem .28571429rem;background:#fff;margin:0;box-shadow:0 1px 3px 0 rgba(0,0,0,.08);flex-direction:column!important}.ui.menu .ui.dropdown .menu>.item{margin:0;text-align:left;font-size:1em!important;padding:.78571429em 1.14285714em!important;background:transparent!important;color:rgba(0,0,0,.87)!important;text-transform:none!important;font-weight:400!important;box-shadow:none!important;transition:none!important}.ui.menu .ui.dropdown .menu>.item:hover,.ui.menu .ui.dropdown .menu>.selected.item{background:rgba(0,0,0,.05)!important;color:rgba(0,0,0,.95)!important}.ui.menu .ui.dropdown .menu>.active.item{background:rgba(0,0,0,.03)!important;font-weight:700!important;color:rgba(0,0,0,.95)!important}.ui.menu .ui.dropdown.item .menu .item:not(.filtered){display:block}.ui.menu .ui.dropdown .menu>.item .icon:not(.dropdown){display:inline-block;font-size:1em!important;float:none;margin:0 .75em 0 0}.ui.secondary.menu .dropdown.item>.menu,.ui.text.menu .dropdown.item>.menu{border-radius:.28571429rem;margin-top:.35714286em}.ui.menu .pointing.dropdown.item .menu{margin-top:.75em}.ui.inverted.menu .search.dropdown.item>.search,.ui.inverted.menu .search.dropdown.item>.text{color:hsla(0,0%,100%,.9)}.ui.vertical.menu .dropdown.item>.icon{float:right;content:"";margin-left:1em}.ui.vertical.menu .dropdown.item .menu{left:100%;min-width:0;margin:0;box-shadow:0 1px 3px 0 rgba(0,0,0,.08);border-radius:0 .28571429rem .28571429rem .28571429rem}.ui.vertical.menu .dropdown.item.upward .menu{bottom:0}.ui.vertical.menu .dropdown.item:not(.upward) .menu{top:0}.ui.vertical.menu .active.dropdown.item{border-top-right-radius:0;border-bottom-right-radius:0}.ui.vertical.menu .dropdown.active.item{box-shadow:none}.ui.item.menu .dropdown .menu .item{width:100%}.ui.menu .item>.label{background:#999;color:#fff;margin-left:1em;padding:.3em .78571429em}.ui.vertical.menu .item>.label{background:#999;color:#fff;margin-top:-.15em;margin-bottom:-.15em;padding:.3em .78571429em}.ui.menu .item>.floating.label{padding:.3em .78571429em}.ui.menu .item>img:not(.ui){display:inline-block;vertical-align:middle;margin:-.3em 0;width:2.5em}.ui.vertical.menu .item>img:not(.ui):only-child{display:block;max-width:100%;width:auto}.ui.vertical.sidebar.menu>.item:first-child:before{display:block!important}.ui.vertical.sidebar.menu>.item:before{top:auto;bottom:0}@media only screen and (max-width:767px){.ui.menu>.ui.container{width:100%!important;margin-left:0!important;margin-right:0!important}}@media only screen and (min-width:768px){.ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless)>.container>.item:not(.right):not(.borderless):first-child{border-left:1px solid rgba(34,36,38,.1)}}.ui.link.menu .item:hover,.ui.menu .dropdown.item:hover,.ui.menu .link.item:hover,.ui.menu a.item:hover{cursor:pointer;background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.link.menu .item:active,.ui.menu .link.item:active,.ui.menu a.item:active{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.menu .active.item{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);font-weight:400;box-shadow:none}.ui.menu .active.item>i.icon{opacity:1}.ui.menu .active.item:hover,.ui.vertical.menu .active.item:hover{background-color:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.menu .item.disabled,.ui.menu .item.disabled:hover{cursor:default;background-color:transparent!important;color:rgba(40,40,40,.3)}.ui.menu:not(.vertical) .left.item,.ui.menu:not(.vertical) .left.menu{display:flex;margin-right:auto!important}.ui.menu:not(.vertical) .right.item,.ui.menu:not(.vertical) .right.menu{display:flex;margin-left:auto!important}.ui.menu .right.item:before,.ui.menu .right.menu>.item:before{right:auto;left:0}.ui.vertical.menu{display:block;flex-direction:column;background:#fff;box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.ui.vertical.menu .item{display:block;background:none;border-top:none;border-right:none}.ui.vertical.menu>.item:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.menu>.item:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.menu .item>.label{float:right;text-align:center}.ui.vertical.menu .item>i.icon{width:1.18em;float:right;margin:0 0 0 .5em}.ui.vertical.menu .item>.label+i.icon{float:none;margin:0 .5em 0 0}.ui.vertical.menu .item:before{position:absolute;content:"";top:0;left:0;width:100%;height:1px;background:rgba(34,36,38,.1)}.ui.vertical.menu .item:first-child:before{display:none!important}.ui.vertical.menu .item>.menu{margin:.5em -1.14285714em 0}.ui.vertical.menu .menu .item{background:none;padding:.5em 1.33333333em;font-size:.85714286em;color:rgba(0,0,0,.5)}.ui.vertical.menu .item .menu .link.item:hover,.ui.vertical.menu .item .menu a.item:hover{color:rgba(0,0,0,.85)}.ui.vertical.menu .menu .item:before{display:none}.ui.vertical.menu .active.item{background:rgba(0,0,0,.05);border-radius:0;box-shadow:none}.ui.vertical.menu>.active.item:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.menu>.active.item:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.menu>.active.item:only-child{border-radius:.28571429rem}.ui.vertical.menu .active.item .menu .active.item{border-left:none}.ui.vertical.menu .item .menu .active.item{background-color:transparent;font-weight:700;color:rgba(0,0,0,.95)}.ui.tabular.menu{border-radius:0;box-shadow:none!important;background:none transparent;border:none;border-bottom:1px solid #d4d4d5}.ui.tabular.fluid.menu{width:calc(100% + 2px)!important}.ui.tabular.menu .item{background:transparent;border:1px solid transparent;border-top:2px solid transparent;border-bottom:none;padding:.92857143em 1.42857143em;color:rgba(0,0,0,.87)}.ui.tabular.menu .item:before{display:none}.ui.tabular.menu .item:hover{background-color:transparent;color:rgba(0,0,0,.8)}.ui.tabular.menu .active.item{background:none #fff;color:rgba(0,0,0,.95);border-top-width:1px;border-color:#d4d4d5;font-weight:700;margin-bottom:-1px;box-shadow:none;border-radius:.28571429rem .28571429rem 0 0!important}.ui.tabular.menu+.attached:not(.top).segment,.ui.tabular.menu+.attached:not(.top).segment+.attached:not(.top).segment{border-top:none;margin-left:0;margin-top:0;margin-right:0;width:100%}.top.attached.segment+.ui.bottom.tabular.menu{position:relative;width:calc(100% + 2px);left:-1px}.ui.bottom.tabular.menu{background:none transparent;border-radius:0;box-shadow:none!important;border-bottom:none;border-top:1px solid #d4d4d5}.ui.bottom.tabular.menu .item{background:none;border:1px solid transparent;border-top:none}.ui.bottom.tabular.menu .active.item{background:none #fff;color:rgba(0,0,0,.95);border-color:#d4d4d5;margin:-1px 0 0;border-radius:0 0 .28571429rem .28571429rem!important}.ui.vertical.tabular.menu{background:none transparent;border-radius:0;box-shadow:none!important;border-bottom:none;border-right:1px solid #d4d4d5}.ui.vertical.tabular.menu .item{background:none;border:1px solid transparent;border-right:none}.ui.vertical.tabular.menu .active.item{background:none #fff;color:rgba(0,0,0,.95);border-color:#d4d4d5;margin:0 -1px 0 0;border-radius:.28571429rem 0 0 .28571429rem!important}.ui.vertical.right.tabular.menu{background:none transparent;border-radius:0;box-shadow:none!important;border-bottom:none;border-right:none;border-left:1px solid #d4d4d5}.ui.vertical.right.tabular.menu .item{background:none;border:1px solid transparent;border-left:none}.ui.vertical.right.tabular.menu .active.item{background:none #fff;color:rgba(0,0,0,.95);border-color:#d4d4d5;margin:0 0 0 -1px;border-radius:0 .28571429rem .28571429rem 0!important}.ui.tabular.menu .active.dropdown.item{margin-bottom:0;border:1px solid transparent;border-top:2px solid transparent;border-bottom:none}.ui.pagination.menu{margin:0;display:inline-flex;vertical-align:middle}.ui.pagination.menu .item:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.pagination.menu .item:last-child:before{display:none}.ui.pagination.menu .item{min-width:3em;text-align:center}.ui.pagination.menu .icon.item i.icon{vertical-align:top}.ui.pagination.menu .active.item{border-top:none;padding-top:.92857143em;background-color:rgba(0,0,0,.05);color:rgba(0,0,0,.95);box-shadow:none}.ui.secondary.menu{background:none;margin-left:-.35714286em;margin-right:-.35714286em;border-radius:0;border:none;box-shadow:none}.ui.secondary.menu .item{align-self:center;box-shadow:none;border:none;padding:.78571429em .92857143em;margin:0 .35714286em;background:none;transition:color .1s ease;border-radius:.28571429rem}.ui.secondary.menu .item:before{display:none!important}.ui.secondary.menu .header.item{border-radius:0;border-right:none;background:none transparent}.ui.secondary.menu .item>img:not(.ui){margin:0}.ui.secondary.menu .dropdown.item:hover,.ui.secondary.menu .link.item:hover,.ui.secondary.menu a.item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.secondary.menu .active.item{border-radius:.28571429rem}.ui.secondary.menu .active.item,.ui.secondary.menu .active.item:hover{box-shadow:none;background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.secondary.inverted.menu .link.item,.ui.secondary.inverted.menu a.item{color:hsla(0,0%,100%,.7)!important}.ui.secondary.inverted.menu .dropdown.item:hover,.ui.secondary.inverted.menu .link.item:hover,.ui.secondary.inverted.menu a.item:hover{background:hsla(0,0%,100%,.08);color:#fff!important}.ui.secondary.inverted.menu .active.item{background:hsla(0,0%,100%,.15);color:#fff!important}.ui.secondary.item.menu{margin-left:0;margin-right:0}.ui.secondary.item.menu .item:last-child{margin-right:0}.ui.secondary.attached.menu{box-shadow:none}.ui.vertical.secondary.menu .item:not(.dropdown)>.menu{margin:0 -.92857143em}.ui.vertical.secondary.menu .item:not(.dropdown)>.menu>.item{margin:0;padding:.5em 1.33333333em}.ui.secondary.vertical.menu>.item{border:none;margin:0 0 .35714286em;border-radius:.28571429rem!important}.ui.secondary.vertical.menu>.header.item{border-radius:0}.ui.secondary.inverted.menu,.ui.vertical.secondary.menu .item>.menu .item{background-color:transparent}.ui.secondary.pointing.menu{margin-left:0;margin-right:0;border-bottom:2px solid rgba(34,36,38,.15)}.ui.secondary.pointing.menu .item{border-radius:0;align-self:flex-end;margin:0 0 -2px;padding:.85714286em 1.14285714em;border-bottom:2px solid transparent;transition:color .1s ease}.ui.secondary.pointing.menu .header.item{color:rgba(0,0,0,.85)!important}.ui.secondary.pointing.menu .text.item{box-shadow:none!important}.ui.secondary.pointing.menu .item:after{display:none}.ui.secondary.pointing.menu .dropdown.item:hover,.ui.secondary.pointing.menu .link.item:hover,.ui.secondary.pointing.menu a.item:hover{background-color:transparent;color:rgba(0,0,0,.87)}.ui.secondary.pointing.menu .dropdown.item:active,.ui.secondary.pointing.menu .link.item:active,.ui.secondary.pointing.menu a.item:active{background-color:transparent;border-color:rgba(34,36,38,.15)}.ui.secondary.pointing.menu .active.item{background-color:transparent;box-shadow:none;font-weight:700}.ui.secondary.pointing.menu .active.item,.ui.secondary.pointing.menu .active.item:hover{border-color:#1b1c1d;color:rgba(0,0,0,.95)}.ui.secondary.pointing.menu .active.dropdown.item{border-color:transparent}.ui.secondary.vertical.pointing.menu{border-bottom-width:0;border-right:2px solid rgba(34,36,38,.15)}.ui.secondary.vertical.pointing.menu .item{border-bottom:none;border-radius:0!important;margin:0 -2px 0 0;border-right:2px solid transparent}.ui.secondary.vertical.pointing.menu .active.item{border-color:#1b1c1d}.ui.secondary.inverted.pointing.menu{border-color:hsla(0,0%,100%,.1);border-width:2px;border-color:rgba(34,36,38,.15)}.ui.secondary.inverted.pointing.menu .item{color:hsla(0,0%,100%,.9)}.ui.secondary.inverted.pointing.menu .header.item{color:#fff!important}.ui.secondary.inverted.pointing.menu .link.item:hover,.ui.secondary.inverted.pointing.menu a.item:hover{color:rgba(0,0,0,.95)}.ui.secondary.inverted.pointing.menu .active.item{border-color:#fff;color:#fff}.ui.text.menu{background:none transparent;border-radius:0;box-shadow:none;border:none;margin:1em -.5em}.ui.text.menu .item{border-radius:0;box-shadow:none;align-self:center;margin:0;padding:.35714286em .5em;font-weight:400;color:rgba(0,0,0,.6);transition:opacity .1s ease}.ui.text.menu .item:before,.ui.text.menu .menu .item:before{display:none!important}.ui.text.menu .header.item{background-color:transparent;opacity:1;color:rgba(0,0,0,.85);font-size:.92857143em;text-transform:uppercase;font-weight:700}.ui.text.item.menu .item,.ui.text.menu .item>img:not(.ui){margin:0}.ui.vertical.text.menu{margin:1em 0}.ui.vertical.text.menu:first-child{margin-top:0}.ui.vertical.text.menu:last-child{margin-bottom:0}.ui.vertical.text.menu .item{margin:.57142857em 0;padding-left:0;padding-right:0}.ui.vertical.text.menu .item>i.icon{float:none;margin:0 .35714286em 0 0}.ui.vertical.text.menu .header.item{margin:.57142857em 0 .71428571em}.ui.vertical.text.menu .item:not(.dropdown)>.menu{margin:0}.ui.vertical.text.menu .item:not(.dropdown)>.menu>.item{margin:0;padding:.5em 0}.ui.text.menu .item:hover{opacity:1;background-color:transparent}.ui.text.menu .active.item{border:none;box-shadow:none;font-weight:400;color:rgba(0,0,0,.95)}.ui.text.menu .active.item,.ui.text.menu .active.item:hover{background-color:transparent}.ui.text.attached.menu,.ui.text.pointing.menu .active.item:after{box-shadow:none}.ui.inverted.text.menu,.ui.inverted.text.menu .active.item,.ui.inverted.text.menu .item,.ui.inverted.text.menu .item:hover{background-color:transparent!important}.ui.fluid.text.menu{margin-left:0;margin-right:0}.ui.vertical.icon.menu{display:inline-block;width:auto}.ui.icon.menu .item{height:auto;text-align:center;color:#1b1c1d}.ui.icon.menu .item>.icon:not(.dropdown){margin:0;opacity:1}.ui.icon.menu .icon:before{opacity:1}.ui.menu .icon.item>.icon{width:auto;margin:0 auto}.ui.vertical.icon.menu .item>.icon:not(.dropdown){display:block;opacity:1;margin:0 auto;float:none}.ui.inverted.icon.menu .item{color:#fff}.ui.labeled.icon.menu{text-align:center}.ui.labeled.icon.menu .item{min-width:6em;flex-direction:column}.ui.labeled.icon.menu .item>.icon:not(.dropdown){height:1em;display:block;font-size:1.71428571em!important;margin:0 auto .5rem!important}.ui.fluid.labeled.icon.menu>.item{min-width:0}@media only screen and (max-width:767px){.ui.stackable.menu{flex-direction:column}.ui.stackable.menu .item{width:100%!important}.ui.stackable.menu .item:before{position:absolute;content:"";top:auto;bottom:0;left:0;width:100%;height:1px;background:rgba(34,36,38,.1)}.ui.stackable.menu .left.item,.ui.stackable.menu .left.menu{margin-right:0!important}.ui.stackable.menu .right.item,.ui.stackable.menu .right.menu{margin-left:0!important}}.ui.menu .red.active.item,.ui.red.menu .active.item{border-color:#db2828!important;color:#db2828!important}.ui.menu .orange.active.item,.ui.orange.menu .active.item{border-color:#f2711c!important;color:#f2711c!important}.ui.menu .yellow.active.item,.ui.yellow.menu .active.item{border-color:#fbbd08!important;color:#fbbd08!important}.ui.menu .olive.active.item,.ui.olive.menu .active.item{border-color:#b5cc18!important;color:#b5cc18!important}.ui.green.menu .active.item,.ui.menu .green.active.item{border-color:#21ba45!important;color:#21ba45!important}.ui.menu .teal.active.item,.ui.teal.menu .active.item{border-color:#00b5ad!important;color:#00b5ad!important}.ui.blue.menu .active.item,.ui.menu .blue.active.item{border-color:#2185d0!important;color:#2185d0!important}.ui.menu .violet.active.item,.ui.violet.menu .active.item{border-color:#6435c9!important;color:#6435c9!important}.ui.menu .purple.active.item,.ui.purple.menu .active.item{border-color:#a333c8!important;color:#a333c8!important}.ui.menu .pink.active.item,.ui.pink.menu .active.item{border-color:#e03997!important;color:#e03997!important}.ui.brown.menu .active.item,.ui.menu .brown.active.item{border-color:#a5673f!important;color:#a5673f!important}.ui.grey.menu .active.item,.ui.menu .grey.active.item{border-color:#767676!important;color:#767676!important}.ui.inverted.menu{border:0 solid transparent;background:#1b1c1d;box-shadow:none}.ui.inverted.menu .item,.ui.inverted.menu .item>a:not(.ui){background:transparent;color:hsla(0,0%,100%,.9)}.ui.inverted.menu .item.menu{background:transparent}.ui.inverted.menu .item:before,.ui.vertical.inverted.menu .item:before{background:hsla(0,0%,100%,.08)}.ui.vertical.inverted.menu .menu .item,.ui.vertical.inverted.menu .menu .item a:not(.ui){color:hsla(0,0%,100%,.5)}.ui.inverted.menu .header.item{margin:0;background:transparent;box-shadow:none}.ui.inverted.menu .item.disabled,.ui.inverted.menu .item.disabled:hover{color:hsla(0,0%,88.2%,.3)}.ui.inverted.menu .dropdown.item:hover,.ui.inverted.menu .link.item:hover,.ui.inverted.menu a.item:hover,.ui.link.inverted.menu .item:hover{background:hsla(0,0%,100%,.08);color:#fff}.ui.vertical.inverted.menu .item .menu .link.item:hover,.ui.vertical.inverted.menu .item .menu a.item:hover{background:transparent;color:#fff}.ui.inverted.menu .link.item:active,.ui.inverted.menu a.item:active{background:hsla(0,0%,100%,.08);color:#fff}.ui.inverted.menu .active.item{background:hsla(0,0%,100%,.15);color:#fff!important}.ui.inverted.vertical.menu .item .menu .active.item{background:transparent;color:#fff}.ui.inverted.pointing.menu .active.item:after{background:#3d3e3f!important;margin:0!important;box-shadow:none!important;border:none!important}.ui.inverted.menu .active.item:hover{background:hsla(0,0%,100%,.15);color:#fff!important}.ui.inverted.pointing.menu .active.item:hover:after{background:#3d3e3f!important}.ui.floated.menu{float:left;margin:0 .5rem 0 0}.ui.floated.menu .item:last-child:before{display:none}.ui.right.floated.menu{float:right;margin:0 0 0 .5rem}.ui.inverted.menu .red.active.item,.ui.inverted.red.menu{background-color:#db2828}.ui.inverted.red.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.red.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .orange.active.item,.ui.inverted.orange.menu{background-color:#f2711c}.ui.inverted.orange.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.orange.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .yellow.active.item,.ui.inverted.yellow.menu{background-color:#fbbd08}.ui.inverted.yellow.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.yellow.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .olive.active.item,.ui.inverted.olive.menu{background-color:#b5cc18}.ui.inverted.olive.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.olive.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.green.menu,.ui.inverted.menu .green.active.item{background-color:#21ba45}.ui.inverted.green.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.green.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .teal.active.item,.ui.inverted.teal.menu{background-color:#00b5ad}.ui.inverted.teal.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.teal.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.blue.menu,.ui.inverted.menu .blue.active.item{background-color:#2185d0}.ui.inverted.blue.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.blue.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .violet.active.item,.ui.inverted.violet.menu{background-color:#6435c9}.ui.inverted.violet.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.violet.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .purple.active.item,.ui.inverted.purple.menu{background-color:#a333c8}.ui.inverted.purple.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.purple.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .pink.active.item,.ui.inverted.pink.menu{background-color:#e03997}.ui.inverted.pink.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.pink.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.brown.menu,.ui.inverted.menu .brown.active.item{background-color:#a5673f}.ui.inverted.brown.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.brown.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.grey.menu,.ui.inverted.menu .grey.active.item{background-color:#767676}.ui.inverted.grey.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.grey.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.fitted.menu .item,.ui.fitted.menu .item .menu .item,.ui.menu .fitted.item{padding:0}.ui.horizontally.fitted.menu .item,.ui.horizontally.fitted.menu .item .menu .item,.ui.menu .horizontally.fitted.item{padding-top:.92857143em;padding-bottom:.92857143em}.ui.menu .vertically.fitted.item,.ui.vertically.fitted.menu .item,.ui.vertically.fitted.menu .item .menu .item{padding-left:1.14285714em;padding-right:1.14285714em}.ui.borderless.menu .item .menu .item:before,.ui.borderless.menu .item:before,.ui.menu .borderless.item:before{background:none!important}.ui.compact.menu{display:inline-flex;margin:0;vertical-align:middle}.ui.compact.vertical.menu{display:inline-block}.ui.compact.menu .item:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.compact.menu .item:last-child:before{display:none}.ui.compact.vertical.menu{width:auto!important}.ui.compact.vertical.menu .item:last-child:before{display:block}.ui.menu.fluid,.ui.vertical.menu.fluid{width:100%!important}.ui.item.menu,.ui.item.menu .item{width:100%;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;text-align:center;justify-content:center}.ui.item.menu .item:last-child:before{display:none}.ui.menu.two.item .item{width:50%}.ui.menu.three.item .item{width:33.333%}.ui.menu.four.item .item{width:25%}.ui.menu.five.item .item{width:20%}.ui.menu.six.item .item{width:16.666%}.ui.menu.seven.item .item{width:14.285%}.ui.menu.eight.item .item{width:12.5%}.ui.menu.nine.item .item{width:11.11%}.ui.menu.ten.item .item{width:10%}.ui.menu.eleven.item .item{width:9.09%}.ui.menu.twelve.item .item{width:8.333%}.ui.menu.fixed{position:fixed;z-index:101;margin:0;width:100%}.ui.menu.fixed,.ui.menu.fixed .item:first-child,.ui.menu.fixed .item:last-child{border-radius:0!important}.ui.fixed.menu,.ui[class*="top fixed"].menu{top:0;left:0;right:auto;bottom:auto}.ui[class*="top fixed"].menu{border-top:none;border-left:none;border-right:none}.ui[class*="right fixed"].menu{border-top:none;border-bottom:none;border-right:none;top:0;right:0;left:auto;bottom:auto;width:auto;height:100%}.ui[class*="bottom fixed"].menu{border-bottom:none;border-left:none;border-right:none;bottom:0;left:0;top:auto;right:auto}.ui[class*="left fixed"].menu{border-top:none;border-bottom:none;border-left:none;top:0;left:0;right:auto;bottom:auto;width:auto;height:100%}.ui.fixed.menu+.ui.grid{padding-top:2.75rem}.ui.pointing.menu .item:after{visibility:hidden;position:absolute;content:"";top:100%;left:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);background:none;margin:.5px 0 0;width:.57142857em;height:.57142857em;border:1px solid #d4d4d5;border-top:none;border-left:none;z-index:2;transition:background .1s ease}.ui.vertical.pointing.menu .item:after{position:absolute;top:50%;right:0;bottom:auto;left:auto;transform:translateX(50%) translateY(-50%) rotate(45deg);margin:0 -.5px 0 0;border:1px solid #d4d4d5;border-bottom:none;border-left:none}.ui.pointing.menu .active.item:after{visibility:visible}.ui.pointing.menu .active.dropdown.item:after{visibility:hidden}.ui.pointing.menu .active.item .menu .active.item:after,.ui.pointing.menu .dropdown.active.item:after{display:none}.ui.pointing.menu .active.item:after,.ui.pointing.menu .active.item:hover:after,.ui.vertical.pointing.menu .active.item:after,.ui.vertical.pointing.menu .active.item:hover:after{background-color:#f2f2f2}.ui.vertical.pointing.menu .menu .active.item:after{background-color:#fff}.ui.attached.menu{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(100% + 2px);box-shadow:none}.ui.attached+.ui.attached.menu:not(.top){border-top:none}.ui[class*="top attached"].menu{bottom:0;margin-bottom:0;top:0;margin-top:1rem;border-radius:.28571429rem .28571429rem 0 0}.ui.menu[class*="top attached"]:first-child{margin-top:0}.ui[class*="bottom attached"].menu{bottom:0;margin-top:0;top:0;margin-bottom:1rem;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;border-radius:0 0 .28571429rem .28571429rem}.ui[class*="bottom attached"].menu:last-child{margin-bottom:0}.ui.top.attached.menu>.item:first-child{border-radius:.28571429rem 0 0 0}.ui.bottom.attached.menu>.item:first-child{border-radius:0 0 0 .28571429rem}.ui.attached.menu:not(.tabular){border:1px solid #d4d4d5}.ui.attached.inverted.menu{border:none}.ui.attached.tabular.menu{margin-left:0;margin-right:0;width:100%}.ui.mini.menu{font-size:.78571429rem}.ui.mini.vertical.menu{width:9rem}.ui.tiny.menu{font-size:.85714286rem}.ui.tiny.vertical.menu{width:11rem}.ui.small.menu{font-size:.92857143rem}.ui.small.vertical.menu{width:13rem}.ui.menu{font-size:1rem}.ui.vertical.menu{width:15rem}.ui.large.menu{font-size:1.07142857rem}.ui.large.vertical.menu{width:18rem}.ui.huge.menu{font-size:1.14285714rem}.ui.huge.vertical.menu{width:20rem}.ui.big.menu{font-size:1.21428571rem}.ui.big.vertical.menu{width:22rem}.ui.massive.menu{font-size:1.28571429rem}.ui.massive.vertical.menu{width:25rem}
/*!
 * # Semantic UI 2.2.10 - Item
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.card,.ui.cards>.card{max-width:100%;position:relative;display:flex;flex-direction:column;width:290px;min-height:0;background:#fff;padding:0;border:none;border-radius:.28571429rem;box-shadow:0 1px 3px 0 #d4d4d5,0 0 0 1px #d4d4d5;transition:box-shadow .1s ease,transform .1s ease;z-index:""}.ui.card{margin:1em 0}.ui.card a,.ui.cards>.card a{cursor:pointer}.ui.card:first-child{margin-top:0}.ui.card:last-child{margin-bottom:0}.ui.cards{display:flex;margin:-.875em -.5em;flex-wrap:wrap}.ui.cards>.card{display:flex;margin:.875em .5em;float:none}.ui.card:after,.ui.cards:after{display:block;content:" ";height:0;clear:both;overflow:hidden;visibility:hidden}.ui.cards~.ui.cards{margin-top:.875em}.ui.card>:first-child,.ui.cards>.card>:first-child{border-radius:.28571429rem .28571429rem 0 0!important;border-top:none!important}.ui.card>:last-child,.ui.cards>.card>:last-child{border-radius:0 0 .28571429rem .28571429rem!important}.ui.card>:only-child,.ui.cards>.card>:only-child{border-radius:.28571429rem!important}.ui.card>.image,.ui.cards>.card>.image{position:relative;display:block;flex:0 0 auto;padding:0;background:rgba(0,0,0,.05)}.ui.card>.image>img,.ui.cards>.card>.image>img{display:block;width:100%;height:auto;border-radius:inherit}.ui.card>.image:not(.ui)>img,.ui.cards>.card>.image:not(.ui)>img{border:none}.ui.card>.content,.ui.cards>.card>.content{flex-grow:1;border:none;border-top:1px solid rgba(34,36,38,.1);background:none;margin:0;padding:1em;box-shadow:none;font-size:1em;border-radius:0}.ui.card>.content:after,.ui.cards>.card>.content:after{display:block;content:" ";height:0;clear:both;overflow:hidden;visibility:hidden}.ui.card>.content>.header,.ui.cards>.card>.content>.header{display:block;margin:"";font-family:Open Sans,sans-serif;color:rgba(0,0,0,.85)}.ui.card>.content>.header:not(.ui),.ui.cards>.card>.content>.header:not(.ui){font-weight:700;font-size:1.28571429em;margin-top:-.21425em;line-height:1.28571429em}.ui.card>.content>.header+.description,.ui.card>.content>.meta+.description,.ui.cards>.card>.content>.header+.description,.ui.cards>.card>.content>.meta+.description{margin-top:.5em}.ui.card [class*="left floated"],.ui.cards>.card [class*="left floated"]{float:left}.ui.card [class*="right floated"],.ui.cards>.card [class*="right floated"]{float:right}.ui.card [class*="left aligned"],.ui.cards>.card [class*="left aligned"]{text-align:left}.ui.card [class*="center aligned"],.ui.cards>.card [class*="center aligned"]{text-align:center}.ui.card [class*="right aligned"],.ui.cards>.card [class*="right aligned"]{text-align:right}.ui.card .content img,.ui.cards>.card .content img{display:inline-block;vertical-align:middle;width:""}.ui.card .avatar img,.ui.card img.avatar,.ui.cards>.card .avatar img,.ui.cards>.card img.avatar{width:2em;height:2em;border-radius:500rem}.ui.card>.content>.description,.ui.cards>.card>.content>.description{clear:both;color:rgba(0,0,0,.68)}.ui.card>.content p,.ui.cards>.card>.content p{margin:0 0 .5em}.ui.card>.content p:last-child,.ui.cards>.card>.content p:last-child{margin-bottom:0}.ui.card .meta,.ui.cards>.card .meta{font-size:1em;color:rgba(0,0,0,.4)}.ui.card .meta *,.ui.cards>.card .meta *{margin-right:.3em}.ui.card .meta :last-child,.ui.cards>.card .meta :last-child{margin-right:0}.ui.card .meta [class*="right floated"],.ui.cards>.card .meta [class*="right floated"]{margin-right:0;margin-left:.3em}.ui.card>.content a:not(.ui),.ui.cards>.card>.content a:not(.ui){color:"";transition:color .1s ease}.ui.card>.content a:not(.ui):hover,.ui.cards>.card>.content a:not(.ui):hover{color:""}.ui.card>.content>a.header,.ui.cards>.card>.content>a.header{color:rgba(0,0,0,.85)}.ui.card>.content>a.header:hover,.ui.cards>.card>.content>a.header:hover{color:#1e70bf}.ui.card .meta>a:not(.ui),.ui.cards>.card .meta>a:not(.ui){color:rgba(0,0,0,.4)}.ui.card .meta>a:not(.ui):hover,.ui.cards>.card .meta>a:not(.ui):hover{color:rgba(0,0,0,.87)}.ui.card>.button,.ui.card>.buttons,.ui.cards>.card>.button,.ui.cards>.card>.buttons{margin:0 -1px;width:calc(100% + 2px)}.ui.card .dimmer,.ui.cards>.card .dimmer{background-color:"";z-index:10}.ui.card>.content .star.icon,.ui.cards>.card>.content .star.icon{cursor:pointer;opacity:.75;transition:color .1s ease}.ui.card>.content .star.icon:hover,.ui.cards>.card>.content .star.icon:hover{opacity:1;color:#ffb70a}.ui.card>.content .active.star.icon,.ui.cards>.card>.content .active.star.icon{color:#ffe623}.ui.card>.content .like.icon,.ui.cards>.card>.content .like.icon{cursor:pointer;opacity:.75;transition:color .1s ease}.ui.card>.content .like.icon:hover,.ui.cards>.card>.content .like.icon:hover{opacity:1;color:#ff2733}.ui.card>.content .active.like.icon,.ui.cards>.card>.content .active.like.icon{color:#ff2733}.ui.card>.extra,.ui.cards>.card>.extra{max-width:100%;min-height:0!important;flex-grow:0;border-top:1px solid rgba(0,0,0,.05)!important;position:static;background:none;width:auto;margin:0;padding:.75em 1em;top:0;left:0;color:rgba(0,0,0,.4);box-shadow:none;transition:color .1s ease}.ui.card>.extra a:not(.ui),.ui.cards>.card>.extra a:not(.ui){color:rgba(0,0,0,.4)}.ui.card>.extra a:not(.ui):hover,.ui.cards>.card>.extra a:not(.ui):hover{color:#1e70bf}.ui.link.cards .raised.card:hover,.ui.link.raised.card:hover,.ui.raised.cards a.card:hover,a.ui.raised.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.15),0 2px 10px 0 rgba(34,36,38,.25)}.ui.raised.card,.ui.raised.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.centered.cards{justify-content:center}.ui.centered.card{margin-left:auto;margin-right:auto}.ui.fluid.card{width:100%;max-width:9999px}.ui.cards a.card,.ui.link.card,.ui.link.cards .card,a.ui.card{transform:none}.ui.cards a.card:hover,.ui.link.card:hover,.ui.link.cards .card:hover,a.ui.card:hover{cursor:pointer;z-index:5;background:#fff;border:none;box-shadow:0 1px 3px 0 #bcbdbd,0 0 0 1px #d4d4d5;transform:translateY(-3px)}.ui.cards>.red.card,.ui.red.card,.ui.red.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #db2828,0 1px 3px 0 #d4d4d5}.ui.cards>.red.card:hover,.ui.red.card:hover,.ui.red.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #d01919,0 1px 3px 0 #bcbdbd}.ui.cards>.orange.card,.ui.orange.card,.ui.orange.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #f2711c,0 1px 3px 0 #d4d4d5}.ui.cards>.orange.card:hover,.ui.orange.card:hover,.ui.orange.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #f26202,0 1px 3px 0 #bcbdbd}.ui.cards>.yellow.card,.ui.yellow.card,.ui.yellow.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #fbbd08,0 1px 3px 0 #d4d4d5}.ui.cards>.yellow.card:hover,.ui.yellow.card:hover,.ui.yellow.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #eaae00,0 1px 3px 0 #bcbdbd}.ui.cards>.olive.card,.ui.olive.card,.ui.olive.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #b5cc18,0 1px 3px 0 #d4d4d5}.ui.cards>.olive.card:hover,.ui.olive.card:hover,.ui.olive.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a7bd0d,0 1px 3px 0 #bcbdbd}.ui.cards>.green.card,.ui.green.card,.ui.green.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #21ba45,0 1px 3px 0 #d4d4d5}.ui.cards>.green.card:hover,.ui.green.card:hover,.ui.green.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #16ab39,0 1px 3px 0 #bcbdbd}.ui.cards>.teal.card,.ui.teal.card,.ui.teal.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #00b5ad,0 1px 3px 0 #d4d4d5}.ui.cards>.teal.card:hover,.ui.teal.card:hover,.ui.teal.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #009c95,0 1px 3px 0 #bcbdbd}.ui.blue.card,.ui.blue.cards>.card,.ui.cards>.blue.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #2185d0,0 1px 3px 0 #d4d4d5}.ui.blue.card:hover,.ui.blue.cards>.card:hover,.ui.cards>.blue.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #1678c2,0 1px 3px 0 #bcbdbd}.ui.cards>.violet.card,.ui.violet.card,.ui.violet.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #6435c9,0 1px 3px 0 #d4d4d5}.ui.cards>.violet.card:hover,.ui.violet.card:hover,.ui.violet.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #5829bb,0 1px 3px 0 #bcbdbd}.ui.cards>.purple.card,.ui.purple.card,.ui.purple.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a333c8,0 1px 3px 0 #d4d4d5}.ui.cards>.purple.card:hover,.ui.purple.card:hover,.ui.purple.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #9627ba,0 1px 3px 0 #bcbdbd}.ui.cards>.pink.card,.ui.pink.card,.ui.pink.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #e03997,0 1px 3px 0 #d4d4d5}.ui.cards>.pink.card:hover,.ui.pink.card:hover,.ui.pink.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #e61a8d,0 1px 3px 0 #bcbdbd}.ui.brown.card,.ui.brown.cards>.card,.ui.cards>.brown.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a5673f,0 1px 3px 0 #d4d4d5}.ui.brown.card:hover,.ui.brown.cards>.card:hover,.ui.cards>.brown.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #975b33,0 1px 3px 0 #bcbdbd}.ui.cards>.grey.card,.ui.grey.card,.ui.grey.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #767676,0 1px 3px 0 #d4d4d5}.ui.cards>.grey.card:hover,.ui.grey.card:hover,.ui.grey.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #838383,0 1px 3px 0 #bcbdbd}.ui.black.card,.ui.black.cards>.card,.ui.cards>.black.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #1b1c1d,0 1px 3px 0 #d4d4d5}.ui.black.card:hover,.ui.black.cards>.card:hover,.ui.cards>.black.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #27292a,0 1px 3px 0 #bcbdbd}.ui.one.cards{margin-left:0;margin-right:0}.ui.one.cards>.card{width:100%}.ui.two.cards{margin-left:-1em;margin-right:-1em}.ui.two.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.three.cards{margin-left:-1em;margin-right:-1em}.ui.three.cards>.card{width:calc(33.33333% - 2em);margin-left:1em;margin-right:1em}.ui.four.cards{margin-left:-.75em;margin-right:-.75em}.ui.four.cards>.card{width:calc(25% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.five.cards{margin-left:-.75em;margin-right:-.75em}.ui.five.cards>.card{width:calc(20% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.six.cards{margin-left:-.75em;margin-right:-.75em}.ui.six.cards>.card{width:calc(16.66667% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.seven.cards{margin-left:-.5em;margin-right:-.5em}.ui.seven.cards>.card{width:calc(14.28571% - 1em);margin-left:.5em;margin-right:.5em}.ui.eight.cards{margin-left:-.5em;margin-right:-.5em}.ui.eight.cards>.card{width:calc(12.5% - 1em);margin-left:.5em;margin-right:.5em;font-size:11px}.ui.nine.cards{margin-left:-.5em;margin-right:-.5em}.ui.nine.cards>.card{width:calc(11.11111% - 1em);margin-left:.5em;margin-right:.5em;font-size:10px}.ui.ten.cards{margin-left:-.5em;margin-right:-.5em}.ui.ten.cards>.card{width:calc(10% - 1em);margin-left:.5em;margin-right:.5em}@media only screen and (max-width:767px){.ui.two.doubling.cards{margin-left:0;margin-right:0}.ui.two.doubling.cards>.card{width:100%;margin-left:0;margin-right:0}.ui.three.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.three.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.four.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.four.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.five.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.five.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.six.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.six.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.seven.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.seven.doubling.cards>.card{width:calc(33.33333% - 2em);margin-left:1em;margin-right:1em}.ui.eight.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.eight.doubling.cards>.card{width:calc(33.33333% - 2em);margin-left:1em;margin-right:1em}.ui.nine.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.nine.doubling.cards>.card{width:calc(33.33333% - 2em);margin-left:1em;margin-right:1em}.ui.ten.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.ten.doubling.cards>.card{width:calc(33.33333% - 2em);margin-left:1em;margin-right:1em}}@media only screen and (min-width:768px) and (max-width:991px){.ui.two.doubling.cards{margin-left:0;margin-right:0}.ui.two.doubling.cards>.card{width:100%;margin-left:0;margin-right:0}.ui.three.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.three.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.four.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.four.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.five.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.five.doubling.cards>.card{width:calc(33.33333% - 2em);margin-left:1em;margin-right:1em}.ui.six.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.six.doubling.cards>.card{width:calc(33.33333% - 2em);margin-left:1em;margin-right:1em}.ui.eight.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.eight.doubling.cards>.card{width:calc(33.33333% - 2em);margin-left:1em;margin-right:1em}.ui.eight.doubling.cards{margin-left:-.75em;margin-right:-.75em}.ui.eight.doubling.cards>.card{width:calc(25% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.nine.doubling.cards{margin-left:-.75em;margin-right:-.75em}.ui.nine.doubling.cards>.card{width:calc(25% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.ten.doubling.cards{margin-left:-.75em;margin-right:-.75em}.ui.ten.doubling.cards>.card{width:calc(20% - 1.5em);margin-left:.75em;margin-right:.75em}}@media only screen and (max-width:767px){.ui.stackable.cards{display:block!important}.ui.stackable.cards .card:first-child{margin-top:0!important}.ui.stackable.cards>.card{display:block!important;height:auto!important;margin:1em;padding:0!important;width:calc(100% - 2em)!important}}.ui.cards>.card{font-size:1em}
/*!
 * # Semantic UI 2.2.10 - Comment
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.comments{margin:1.5em 0;max-width:650px}.ui.comments:first-child{margin-top:0}.ui.comments:last-child{margin-bottom:0}.ui.comments .comment{position:relative;background:none;margin:.5em 0 0;padding:.5em 0 0;border:none;line-height:1.2}.ui.comments .comment:first-child{margin-top:0;padding-top:0}.ui.comments .comment .comments{margin:0 0 .5em .5em;padding:1em 0 1em 1em}.ui.comments .comment .comments:before{position:absolute;top:0;left:0}.ui.comments .comment .comments .comment{border:none;background:none}.ui.comments .comment .avatar{display:block;width:2.5em;height:auto;float:left;margin:.2em 0 0}.ui.comments .comment .avatar img,.ui.comments .comment img.avatar{display:block;margin:0 auto;width:100%;height:100%;border-radius:.25rem}.ui.comments .comment>.content{display:block}.ui.comments .comment>.avatar~.content{margin-left:3.5em}.ui.comments .comment .author{font-size:1em;color:rgba(0,0,0,.87);font-weight:700}.ui.comments .comment a.author{cursor:pointer}.ui.comments .comment a.author:hover{color:#1e70bf}.ui.comments .comment .metadata{display:inline-block;margin-left:.5em;color:rgba(0,0,0,.4);font-size:.875em}.ui.comments .comment .metadata>*{display:inline-block;margin:0 .5em 0 0}.ui.comments .comment .metadata>:last-child{margin-right:0}.ui.comments .comment .text{margin:.25em 0 .5em;font-size:1em;word-wrap:break-word;color:rgba(0,0,0,.87);line-height:1.3}.ui.comments .comment .actions{font-size:.875em}.ui.comments .comment .actions a{cursor:pointer;display:inline-block;margin:0 .75em 0 0;color:rgba(0,0,0,.4)}.ui.comments .comment .actions a:last-child{margin-right:0}.ui.comments .comment .actions a.active,.ui.comments .comment .actions a:hover{color:rgba(0,0,0,.8)}.ui.comments>.reply.form{margin-top:1em}.ui.comments .comment .reply.form{width:100%;margin-top:1em}.ui.comments .reply.form textarea{font-size:1em;height:12em}.ui.collapsed.comments,.ui.comments .collapsed.comment,.ui.comments .collapsed.comments{display:none}.ui.threaded.comments .comment .comments{margin:-1.5em 0 -1em 1.25em;padding:3em 0 2em 2.25em;box-shadow:-1px 0 0 rgba(34,36,38,.15)}.ui.minimal.comments .comment .actions{opacity:0;position:absolute;top:0;right:0;left:auto;transition:opacity .2s ease;transition-delay:.1s}.ui.minimal.comments .comment>.content:hover>.actions{opacity:1}.ui.mini.comments{font-size:.78571429rem}.ui.tiny.comments{font-size:.85714286rem}.ui.small.comments{font-size:.92857143rem}.ui.comments{font-size:1rem}.ui.large.comments{font-size:1.14285714rem}.ui.big.comments{font-size:1.28571429rem}.ui.huge.comments{font-size:1.42857143rem}.ui.massive.comments{font-size:1.71428571rem}
/*!
 * # Semantic UI 2.2.10 - Feed
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.feed{margin:1em 0}.ui.feed:first-child{margin-top:0}.ui.feed:last-child{margin-bottom:0}.ui.feed>.event{display:flex;flex-direction:row;width:100%;padding:.21428571rem 0;margin:0;background:none;border-top:none}.ui.feed>.event:first-child{border-top:0;padding-top:0}.ui.feed>.event:last-child{padding-bottom:0}.ui.feed>.event>.label{display:block;flex:0 0 auto;width:2.5em;height:auto;align-self:stretch;text-align:left}.ui.feed>.event>.label .icon{opacity:1;font-size:1.5em;width:100%;padding:.25em;background:none;border:none;border-radius:none;color:rgba(0,0,0,.6)}.ui.feed>.event>.label img{width:100%;height:auto;border-radius:500rem}.ui.feed>.event>.label+.content{margin:.5em 0 .35714286em 1.14285714em}.ui.feed>.event>.content{display:block;flex:1 1 auto;align-self:stretch;text-align:left;word-wrap:break-word}.ui.feed>.event:last-child>.content{padding-bottom:0}.ui.feed>.event>.content a{cursor:pointer}.ui.feed>.event>.content .date{margin:-.5rem 0 0;padding:0;font-weight:400;font-size:1em;font-style:normal;color:rgba(0,0,0,.4)}.ui.feed>.event>.content .summary{margin:0;font-size:1em;font-weight:700;color:rgba(0,0,0,.87)}.ui.feed>.event>.content .summary img{display:inline-block;width:auto;height:10em;margin:-.25em .25em 0 0;border-radius:.25em;vertical-align:middle}.ui.feed>.event>.content .user{display:inline-block;font-weight:700;margin-right:0;vertical-align:baseline}.ui.feed>.event>.content .user img{margin:-.25em .25em 0 0;width:auto;height:10em;vertical-align:middle}.ui.feed>.event>.content .summary>.date{display:inline-block;float:none;font-weight:400;font-size:.85714286em;font-style:normal;margin:0 0 0 .5em;padding:0;color:rgba(0,0,0,.4)}.ui.feed>.event>.content .extra{margin:.5em 0 0;background:none;padding:0;color:rgba(0,0,0,.87)}.ui.feed>.event>.content .extra.images img{display:inline-block;margin:0 .25em 0 0;width:6em}.ui.feed>.event>.content .extra.text{padding:0;border-left:none;font-size:1em;max-width:500px;line-height:1.4285em}.ui.feed>.event>.content .meta{display:inline-block;font-size:.85714286em;margin:.5em 0 0;background:none;border:none;border-radius:0;box-shadow:none;padding:0;color:rgba(0,0,0,.6)}.ui.feed>.event>.content .meta>*{position:relative;margin-left:.75em}.ui.feed>.event>.content .meta>:after{content:"";color:rgba(0,0,0,.2);top:0;left:-1em;opacity:1;position:absolute;vertical-align:top}.ui.feed>.event>.content .meta .like{color:"";transition:color .2s ease}.ui.feed>.event>.content .meta .like:hover .icon{color:#ff2733}.ui.feed>.event>.content .meta .active.like .icon{color:#ef404a}.ui.feed>.event>.content .meta>:first-child{margin-left:0}.ui.feed>.event>.content .meta>:first-child:after{display:none}.ui.feed>.event>.content .meta>.icon,.ui.feed>.event>.content .meta a{cursor:pointer;opacity:1;color:rgba(0,0,0,.5);transition:color .1s ease}.ui.feed>.event>.content .meta>.icon:hover,.ui.feed>.event>.content .meta a:hover,.ui.feed>.event>.content .meta a:hover .icon{color:rgba(0,0,0,.95)}.ui.small.feed{font-size:.92857143rem}.ui.feed{font-size:1rem}.ui.large.feed{font-size:1.14285714rem}
/*!
 * # Semantic UI 2.2.10 - Item
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.items>.item{display:flex;margin:1em 0;width:100%;min-height:0;background:transparent;padding:0;border:none;border-radius:0;box-shadow:none;transition:box-shadow .1s ease;z-index:""}.ui.items>.item a{cursor:pointer}.ui.items{margin:1.5em 0}.ui.items:first-child{margin-top:0!important}.ui.items:last-child{margin-bottom:0!important}.ui.items>.item:after{display:block;content:" ";height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item:first-child{margin-top:0}.ui.items>.item:last-child{margin-bottom:0}.ui.items>.item>.image{position:relative;flex:0 0 auto;display:block;float:none;margin:0;padding:0;max-height:"";align-self:top}.ui.items>.item>.image>img{display:block;width:100%;height:auto;border-radius:.125rem;border:none}.ui.items>.item>.image:only-child>img{border-radius:0}.ui.items>.item>.content{display:block;flex:1 1 auto;background:none;margin:0;padding:0;box-shadow:none;font-size:1em;border:none;border-radius:0}.ui.items>.item>.content:after{display:block;content:" ";height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item>.image+.content{min-width:0;width:auto;display:block;margin-left:0;align-self:top;padding-left:1.5em}.ui.items>.item>.content>.header{display:inline-block;margin:-.21425em 0 0;font-family:Open Sans,sans-serif;font-weight:700;color:rgba(0,0,0,.85)}.ui.items>.item>.content>.header:not(.ui){font-size:1.28571429em}.ui.items>.item [class*="left floated"]{float:left}.ui.items>.item [class*="right floated"]{float:right}.ui.items>.item .content img{align-self:middle;width:""}.ui.items>.item .avatar img,.ui.items>.item img.avatar{width:"";height:"";border-radius:500rem}.ui.items>.item>.content>.description{margin-top:.6em;max-width:auto;font-size:1em;line-height:1.4285em;color:rgba(0,0,0,.87)}.ui.items>.item>.content p{margin:0 0 .5em}.ui.items>.item>.content p:last-child{margin-bottom:0}.ui.items>.item .meta{margin:.5em 0;font-size:1em;line-height:1em;color:rgba(0,0,0,.6)}.ui.items>.item .meta *{margin-right:.3em}.ui.items>.item .meta :last-child{margin-right:0}.ui.items>.item .meta [class*="right floated"]{margin-right:0;margin-left:.3em}.ui.items>.item>.content a:not(.ui){color:"";transition:color .1s ease}.ui.items>.item>.content a:not(.ui):hover{color:""}.ui.items>.item>.content>a.header{color:rgba(0,0,0,.85)}.ui.items>.item>.content>a.header:hover{color:#1e70bf}.ui.items>.item .meta>a:not(.ui){color:rgba(0,0,0,.4)}.ui.items>.item .meta>a:not(.ui):hover{color:rgba(0,0,0,.87)}.ui.items>.item>.content .favorite.icon{cursor:pointer;opacity:.75;transition:color .1s ease}.ui.items>.item>.content .favorite.icon:hover{opacity:1;color:#ffb70a}.ui.items>.item>.content .active.favorite.icon{color:#ffe623}.ui.items>.item>.content .like.icon{cursor:pointer;opacity:.75;transition:color .1s ease}.ui.items>.item>.content .like.icon:hover{opacity:1;color:#ff2733}.ui.items>.item>.content .active.like.icon{color:#ff2733}.ui.items>.item .extra{display:block;position:relative;background:none;margin:.5rem 0 0;width:100%;padding:0;top:0;left:0;color:rgba(0,0,0,.4);box-shadow:none;transition:color .1s ease;border-top:none}.ui.items>.item .extra>*{margin:.25rem .5rem .25rem 0}.ui.items>.item .extra>[class*="right floated"]{margin:.25rem 0 .25rem .5rem}.ui.items>.item .extra:after{display:block;content:" ";height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item>.image:not(.ui){width:175px}@media only screen and (min-width:768px) and (max-width:991px){.ui.items>.item{margin:1em 0}.ui.items>.item>.image:not(.ui){width:150px}.ui.items>.item>.image+.content{display:block;padding:0 0 0 1em}}@media only screen and (max-width:767px){.ui.items:not(.unstackable)>.item{flex-direction:column;margin:2em 0}.ui.items:not(.unstackable)>.item>.image{display:block;margin-left:auto;margin-right:auto}.ui.items:not(.unstackable)>.item>.image,.ui.items:not(.unstackable)>.item>.image>img{max-width:100%!important;width:auto!important;max-height:250px!important}.ui.items:not(.unstackable)>.item>.image+.content{display:block;padding:1.5em 0 0}}.ui.items>.item>.image+[class*="top aligned"].content{align-self:flex-start}.ui.items>.item>.image+[class*="middle aligned"].content{align-self:center}.ui.items>.item>.image+[class*="bottom aligned"].content{align-self:flex-end}.ui.relaxed.items>.item{margin:1.5em 0}.ui[class*="very relaxed"].items>.item{margin:2em 0}.ui.divided.items>.item{border-top:1px solid rgba(34,36,38,.15);margin:0;padding:1em 0}.ui.divided.items>.item:first-child{border-top:none;margin-top:0!important;padding-top:0!important}.ui.divided.items>.item:last-child{margin-bottom:0!important;padding-bottom:0!important}.ui.relaxed.divided.items>.item{margin:0;padding:1.5em 0}.ui[class*="very relaxed"].divided.items>.item{margin:0;padding:2em 0}.ui.items a.item:hover,.ui.link.items>.item:hover{cursor:pointer}.ui.items a.item:hover .content .header,.ui.link.items>.item:hover .content .header{color:#1e70bf}.ui.items>.item{font-size:1em}@media only screen and (max-width:767px){.ui.unstackable.items>.item>.image,.ui.unstackable.items>.item>.image>img{width:125px!important}}
/*!
 * # Semantic UI 2.2.10 - Statistic
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.statistic{display:inline-flex;flex-direction:column;margin:1em 0;max-width:auto}.ui.statistic+.ui.statistic{margin:0 0 0 1.5em}.ui.statistic:first-child{margin-top:0}.ui.statistic:last-child{margin-bottom:0}.ui.statistics{align-items:flex-start;flex-wrap:wrap}.ui.statistics>.statistic{display:inline-flex;flex:0 1 auto;flex-direction:column;margin:0 1.5em 2em;max-width:auto}.ui.statistics{display:flex;margin:1em -1.5em -2em}.ui.statistics:after{display:block;content:" ";height:0;clear:both;overflow:hidden;visibility:hidden}.ui.statistics:first-child{margin-top:0}.ui.statistics:last-child{margin-bottom:0}.ui.statistic>.value,.ui.statistics .statistic>.value{font-family:Open Sans,sans-serif;font-size:4rem;font-weight:400;line-height:1em;color:#1b1c1d;text-transform:uppercase;text-align:center}.ui.statistic>.label,.ui.statistics .statistic>.label{font-family:Open Sans,sans-serif;font-size:1em;font-weight:700;color:rgba(0,0,0,.87);text-transform:uppercase;text-align:center}.ui.statistic>.label~.value,.ui.statistic>.value~.label,.ui.statistics .statistic>.label~.value,.ui.statistics .statistic>.value~.label{margin-top:0}.ui.statistic>.value .icon,.ui.statistics .statistic>.value .icon{opacity:1;width:auto;margin:0}.ui.statistic>.text.value,.ui.statistics .statistic>.text.value{line-height:1em;min-height:2em;font-weight:700;text-align:center}.ui.statistic>.text.value+.label,.ui.statistics .statistic>.text.value+.label{text-align:center}.ui.statistic>.value img,.ui.statistics .statistic>.value img{max-height:3rem;vertical-align:baseline}.ui.ten.statistics{margin:0 0 -2em}.ui.ten.statistics .statistic{min-width:10%;margin:0 0 2em}.ui.nine.statistics{margin:0 0 -2em}.ui.nine.statistics .statistic{min-width:11.11111111%;margin:0 0 2em}.ui.eight.statistics{margin:0 0 -2em}.ui.eight.statistics .statistic{min-width:12.5%;margin:0 0 2em}.ui.seven.statistics{margin:0 0 -2em}.ui.seven.statistics .statistic{min-width:14.28571429%;margin:0 0 2em}.ui.six.statistics{margin:0 0 -2em}.ui.six.statistics .statistic{min-width:16.66666667%;margin:0 0 2em}.ui.five.statistics{margin:0 0 -2em}.ui.five.statistics .statistic{min-width:20%;margin:0 0 2em}.ui.four.statistics{margin:0 0 -2em}.ui.four.statistics .statistic{min-width:25%;margin:0 0 2em}.ui.three.statistics{margin:0 0 -2em}.ui.three.statistics .statistic{min-width:33.33333333%;margin:0 0 2em}.ui.two.statistics{margin:0 0 -2em}.ui.two.statistics .statistic{min-width:50%;margin:0 0 2em}.ui.one.statistics{margin:0 0 -2em}.ui.one.statistics .statistic{min-width:100%;margin:0 0 2em}.ui.horizontal.statistic{flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.ui.horizontal.statistics{flex-direction:column;margin:0;max-width:none}.ui.horizontal.statistics .statistic{flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center;max-width:none;margin:1em 0}.ui.horizontal.statistic>.text.value,.ui.horizontal.statistics>.statistic>.text.value{min-height:0!important}.ui.horizontal.statistic>.value .icon,.ui.horizontal.statistics .statistic>.value .icon{width:1.18em}.ui.horizontal.statistic>.value,.ui.horizontal.statistics .statistic>.value{display:inline-block;vertical-align:middle}.ui.horizontal.statistic>.label,.ui.horizontal.statistics .statistic>.label{display:inline-block;vertical-align:middle;margin:0 0 0 .75em}.ui.red.statistic>.value,.ui.red.statistics .statistic>.value,.ui.statistics .red.statistic>.value{color:#db2828}.ui.orange.statistic>.value,.ui.orange.statistics .statistic>.value,.ui.statistics .orange.statistic>.value{color:#f2711c}.ui.statistics .yellow.statistic>.value,.ui.yellow.statistic>.value,.ui.yellow.statistics .statistic>.value{color:#fbbd08}.ui.olive.statistic>.value,.ui.olive.statistics .statistic>.value,.ui.statistics .olive.statistic>.value{color:#b5cc18}.ui.green.statistic>.value,.ui.green.statistics .statistic>.value,.ui.statistics .green.statistic>.value{color:#21ba45}.ui.statistics .teal.statistic>.value,.ui.teal.statistic>.value,.ui.teal.statistics .statistic>.value{color:#00b5ad}.ui.blue.statistic>.value,.ui.blue.statistics .statistic>.value,.ui.statistics .blue.statistic>.value{color:#2185d0}.ui.statistics .violet.statistic>.value,.ui.violet.statistic>.value,.ui.violet.statistics .statistic>.value{color:#6435c9}.ui.purple.statistic>.value,.ui.purple.statistics .statistic>.value,.ui.statistics .purple.statistic>.value{color:#a333c8}.ui.pink.statistic>.value,.ui.pink.statistics .statistic>.value,.ui.statistics .pink.statistic>.value{color:#e03997}.ui.brown.statistic>.value,.ui.brown.statistics .statistic>.value,.ui.statistics .brown.statistic>.value{color:#a5673f}.ui.grey.statistic>.value,.ui.grey.statistics .statistic>.value,.ui.statistics .grey.statistic>.value{color:#767676}.ui.inverted.statistic .value,.ui.inverted.statistics .statistic>.value{color:#fff}.ui.inverted.statistic .label,.ui.inverted.statistics .statistic>.label{color:hsla(0,0%,100%,.9)}.ui.inverted.red.statistic>.value,.ui.inverted.red.statistics .statistic>.value,.ui.statistics .inverted.red.statistic>.value{color:#ff695e}.ui.inverted.orange.statistic>.value,.ui.inverted.orange.statistics .statistic>.value,.ui.statistics .inverted.orange.statistic>.value{color:#ff851b}.ui.inverted.yellow.statistic>.value,.ui.inverted.yellow.statistics .statistic>.value,.ui.statistics .inverted.yellow.statistic>.value{color:#ffe21f}.ui.inverted.olive.statistic>.value,.ui.inverted.olive.statistics .statistic>.value,.ui.statistics .inverted.olive.statistic>.value{color:#d9e778}.ui.inverted.green.statistic>.value,.ui.inverted.green.statistics .statistic>.value,.ui.statistics .inverted.green.statistic>.value{color:#2ecc40}.ui.inverted.teal.statistic>.value,.ui.inverted.teal.statistics .statistic>.value,.ui.statistics .inverted.teal.statistic>.value{color:#6dffff}.ui.inverted.blue.statistic>.value,.ui.inverted.blue.statistics .statistic>.value,.ui.statistics .inverted.blue.statistic>.value{color:#54c8ff}.ui.inverted.violet.statistic>.value,.ui.inverted.violet.statistics .statistic>.value,.ui.statistics .inverted.violet.statistic>.value{color:#a291fb}.ui.inverted.purple.statistic>.value,.ui.inverted.purple.statistics .statistic>.value,.ui.statistics .inverted.purple.statistic>.value{color:#dc73ff}.ui.inverted.pink.statistic>.value,.ui.inverted.pink.statistics .statistic>.value,.ui.statistics .inverted.pink.statistic>.value{color:#ff8edf}.ui.inverted.brown.statistic>.value,.ui.inverted.brown.statistics .statistic>.value,.ui.statistics .inverted.brown.statistic>.value{color:#d67c1c}.ui.inverted.grey.statistic>.value,.ui.inverted.grey.statistics .statistic>.value,.ui.statistics .inverted.grey.statistic>.value{color:#dcddde}.ui[class*="left floated"].statistic{float:left;margin:0 2em 1em 0}.ui[class*="right floated"].statistic{float:right;margin:0 0 1em 2em}.ui.floated.statistic:last-child{margin-bottom:0}.ui.mini.horizontal.statistic>.value,.ui.mini.horizontal.statistics .statistic>.value,.ui.mini.statistic>.value,.ui.mini.statistics .statistic>.value{font-size:1.5rem!important}.ui.mini.statistic>.text.value,.ui.mini.statistics .statistic>.text.value{font-size:1rem!important}.ui.tiny.horizontal.statistic>.value,.ui.tiny.horizontal.statistics .statistic>.value,.ui.tiny.statistic>.value,.ui.tiny.statistics .statistic>.value{font-size:2rem!important}.ui.tiny.statistic>.text.value,.ui.tiny.statistics .statistic>.text.value{font-size:1rem!important}.ui.small.statistic>.value,.ui.small.statistics .statistic>.value{font-size:3rem!important}.ui.small.horizontal.statistic>.value,.ui.small.horizontal.statistics .statistic>.value{font-size:2rem!important}.ui.small.statistic>.text.value,.ui.small.statistics .statistic>.text.value{font-size:1rem!important}.ui.statistic>.value,.ui.statistics .statistic>.value{font-size:4rem!important}.ui.horizontal.statistic>.value,.ui.horizontal.statistics .statistic>.value{font-size:3rem!important}.ui.statistic>.text.value,.ui.statistics .statistic>.text.value{font-size:2rem!important}.ui.large.statistic>.value,.ui.large.statistics .statistic>.value{font-size:5rem!important}.ui.large.horizontal.statistic>.value,.ui.large.horizontal.statistics .statistic>.value{font-size:4rem!important}.ui.large.statistic>.text.value,.ui.large.statistics .statistic>.text.value{font-size:2.5rem!important}.ui.huge.statistic>.value,.ui.huge.statistics .statistic>.value{font-size:6rem!important}.ui.huge.horizontal.statistic>.value,.ui.huge.horizontal.statistics .statistic>.value{font-size:5rem!important}.ui.huge.statistic>.text.value,.ui.huge.statistics .statistic>.text.value{font-size:2.5rem!important}
/*!
 * # Semantic UI 2.2.10 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.dropdown{cursor:pointer;position:relative;display:inline-block;outline:none;text-align:left;transition:box-shadow .1s ease,width .1s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.ui.dropdown .menu{cursor:auto;position:absolute;display:none;outline:none;top:100%;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;margin:0;padding:0;background:#fff;font-size:1em;text-shadow:none;text-align:left;box-shadow:0 2px 3px 0 rgba(34,36,38,.15);border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;transition:opacity .1s ease;z-index:11;will-change:transform,opacity}.ui.dropdown .menu>*{white-space:nowrap}.ui.dropdown>input:not(.search):first-child,.ui.dropdown>select{display:none!important}.ui.dropdown>.dropdown.icon{position:relative;font-size:.85714286em;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon{width:auto;float:right;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon+.text{margin-right:1em}.ui.dropdown>.text{display:inline-block;transition:none}.ui.dropdown .menu>.item{position:relative;cursor:pointer;display:block;height:auto;text-align:left;border:none;line-height:1em;color:rgba(0,0,0,.87);padding:.78571429rem 1.14285714rem!important;font-size:1rem;text-transform:none;font-weight:400;box-shadow:none;-webkit-touch-callout:none}.ui.dropdown .menu>.item:first-child{border-top-width:0}.ui.dropdown .menu .item>[class*="right floated"],.ui.dropdown>.text>[class*="right floated"]{float:right!important;margin-right:0!important;margin-left:1em!important}.ui.dropdown .menu .item>[class*="left floated"],.ui.dropdown>.text>[class*="left floated"]{float:left!important;margin-left:0!important;margin-right:1em!important}.ui.dropdown .menu .item>.flag.floated,.ui.dropdown .menu .item>.icon.floated,.ui.dropdown .menu .item>.image.floated,.ui.dropdown .menu .item>img.floated{margin-top:0}.ui.dropdown .menu>.header{margin:1rem 0 .75rem;padding:0 1.14285714rem;color:rgba(0,0,0,.85);font-size:.78571429em;font-weight:700;text-transform:uppercase}.ui.dropdown .menu>.divider{border-top:1px solid rgba(34,36,38,.1);height:0;margin:.5em 0}.ui.dropdown .menu>.input{width:auto;display:flex;margin:1.14285714rem .78571429rem;min-width:10rem}.ui.dropdown .menu>.header+.input{margin-top:0}.ui.dropdown .menu>.input:not(.transparent) input{padding:.5em 1em}.ui.dropdown .menu>.input:not(.transparent) .button,.ui.dropdown .menu>.input:not(.transparent) .icon,.ui.dropdown .menu>.input:not(.transparent) .label{padding-top:.5em;padding-bottom:.5em}.ui.dropdown .menu>.item>.description,.ui.dropdown>.text>.description{float:right;margin:0 0 0 1em;color:rgba(0,0,0,.4)}.ui.dropdown .menu>.message{padding:.78571429rem 1.14285714rem;font-weight:400}.ui.dropdown .menu>.message:not(.ui){color:rgba(0,0,0,.4)}.ui.dropdown .menu .menu{top:0!important;left:100%!important;right:auto!important;margin:0 0 0 -.5em!important;border-radius:.28571429rem!important;z-index:21!important}.ui.dropdown .menu .menu:after{display:none}.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img{margin-top:0}.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img{margin-left:0;float:none;margin-right:.78571429rem}.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.image,.ui.dropdown>.text>img{display:inline-block;vertical-align:middle;width:auto;max-height:2em}.ui.dropdown .ui.menu>.item:before,.ui.menu .ui.dropdown .menu>.item:before{display:none}.ui.menu .ui.dropdown .menu .active.item{border-left:none}.ui.buttons>.ui.dropdown:last-child .menu,.ui.menu .right.dropdown.item .menu,.ui.menu .right.menu .dropdown:last-child .menu{left:auto;right:0}.ui.label.dropdown .menu{min-width:100%}.ui.dropdown.icon.button>.dropdown.icon{margin:0}.ui.button.dropdown .menu{min-width:100%}.ui.selection.dropdown{cursor:pointer;word-wrap:break-word;line-height:1em;white-space:normal;outline:0;transform:rotate(0deg);min-width:14em;min-height:2.71428571em;background:#fff;display:inline-block;padding:.78571429em 2.1em .78571429em 1em;color:rgba(0,0,0,.87);box-shadow:none;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;transition:box-shadow .1s ease,width .1s ease}.ui.selection.dropdown.active,.ui.selection.dropdown.visible{z-index:10}select.ui.dropdown{height:38px;padding:.5em;border:1px solid rgba(34,36,38,.15);visibility:visible}.ui.selection.dropdown>.delete.icon,.ui.selection.dropdown>.dropdown.icon,.ui.selection.dropdown>.search.icon{cursor:pointer;position:absolute;width:auto;height:auto;line-height:1.21428571em;top:.78571429em;right:1em;z-index:3;margin:-.78571429em;padding:.78571429em;opacity:.8;transition:opacity .1s ease}.ui.compact.selection.dropdown{min-width:0}.ui.selection.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;border-top-width:0!important;width:auto;outline:none;margin:0 -1px;min-width:calc(100% + 2px);width:calc(100% + 2px);border-radius:0 0 .28571429rem .28571429rem;box-shadow:0 2px 3px 0 rgba(34,36,38,.15);transition:opacity .1s ease}.ui.selection.dropdown .menu:after,.ui.selection.dropdown .menu:before{display:none}.ui.selection.dropdown .menu>.message{padding:.78571429rem 1.14285714rem}@media only screen and (max-width:767px){.ui.selection.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){.ui.selection.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){.ui.selection.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){.ui.selection.dropdown .menu{max-height:21.37142857rem}}.ui.selection.dropdown .menu>.item{border-top:1px solid #fafafa;padding:.78571429rem 1.14285714rem!important;white-space:normal;word-wrap:normal}.ui.selection.dropdown .menu>.hidden.addition.item{display:none}.ui.selection.dropdown:hover{border-color:rgba(34,36,38,.35);box-shadow:none}.ui.selection.active.dropdown,.ui.selection.active.dropdown .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.dropdown:focus{border-color:#96c8da;box-shadow:none}.ui.selection.dropdown:focus .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.visible.dropdown>.text:not(.default){font-weight:400;color:rgba(0,0,0,.8)}.ui.selection.active.dropdown:hover,.ui.selection.active.dropdown:hover .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.active.selection.dropdown>.dropdown.icon,.ui.visible.selection.dropdown>.dropdown.icon{opacity:1;z-index:3}.ui.active.selection.dropdown{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.active.empty.selection.dropdown{border-radius:.28571429rem!important;box-shadow:none!important}.ui.active.empty.selection.dropdown .menu{border:none!important;box-shadow:none!important}.ui.search.dropdown{min-width:""}.ui.search.dropdown>input.search{background:none transparent!important;border:none!important;box-shadow:none!important;cursor:text;top:0;left:1px;width:100%;outline:none;-webkit-tap-highlight-color:rgba(255,255,255,0);padding:inherit;position:absolute;z-index:2}.ui.search.dropdown>.text{cursor:text;position:relative;left:1px;z-index:3}.ui.search.selection.dropdown>input.search,.ui.search.selection.dropdown>span.sizer{line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em}.ui.search.selection.dropdown>span.sizer{display:none;white-space:pre}.ui.search.dropdown.active>input.search,.ui.search.dropdown.visible>input.search{cursor:auto}.ui.search.dropdown.active>.text,.ui.search.dropdown.visible>.text{pointer-events:none}.ui.active.search.dropdown input.search:focus+.text .flag,.ui.active.search.dropdown input.search:focus+.text .icon{opacity:.45}.ui.active.search.dropdown input.search:focus+.text{color:hsla(0,0%,45.1%,.87)!important}.ui.search.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch}@media only screen and (max-width:767px){.ui.search.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){.ui.search.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){.ui.search.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){.ui.search.dropdown .menu{max-height:21.37142857rem}}.ui.multiple.dropdown{padding:.22619048em 2.1em .22619048em .35714286em}.ui.multiple.dropdown .menu{cursor:auto}.ui.multiple.search.dropdown,.ui.multiple.search.dropdown>input.search{cursor:text}.ui.multiple.dropdown>.label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;vertical-align:top;white-space:normal;font-size:1em;padding:.35714286em .78571429em;margin:.14285714rem .28571429rem .14285714rem 0;box-shadow:inset 0 0 0 1px rgba(34,36,38,.15)}.ui.multiple.dropdown .dropdown.icon{margin:"";padding:""}.ui.multiple.dropdown>.text{position:static;padding:0;max-width:100%;margin:.45238095em 0 .45238095em .64285714em;line-height:1.21428571em}.ui.multiple.dropdown>.label~input.search{margin-left:.14285714em!important}.ui.multiple.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>.text{display:inline-block;position:absolute;top:0;left:0;padding:inherit;margin:.45238095em 0 .45238095em .64285714em;line-height:1.21428571em}.ui.multiple.search.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>input.search{position:static;padding:0;max-width:100%;margin:.45238095em 0 .45238095em .64285714em;width:2.2em;line-height:1.21428571em}.ui.inline.dropdown{cursor:pointer;display:inline-block;color:inherit}.ui.inline.dropdown .dropdown.icon{margin:0 .5em 0 .21428571em;vertical-align:baseline}.ui.inline.dropdown>.text{font-weight:700}.ui.inline.dropdown .menu{cursor:auto;margin-top:.21428571em;border-radius:.28571429rem}.ui.dropdown .menu .active.item{background:transparent;font-weight:700;color:rgba(0,0,0,.95);box-shadow:none;z-index:12}.ui.dropdown .menu>.item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);z-index:13}.ui.loading.dropdown>i.icon{height:1em!important;padding:1.14285714em 1.07142857em!important}.ui.loading.dropdown>i.icon:before{border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.dropdown>i.icon:after,.ui.loading.dropdown>i.icon:before{position:absolute;content:"";top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em}.ui.loading.dropdown>i.icon:after{box-shadow:0 0 0 1px transparent;-webkit-animation:dropdown-spin .6s linear;animation:dropdown-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border:.2em solid transparent;border-top-color:#767676}.ui.loading.dropdown.button>i.icon:after,.ui.loading.dropdown.button>i.icon:before{display:none}@-webkit-keyframes dropdown-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes dropdown-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ui.default.dropdown:not(.button)>.text,.ui.dropdown:not(.button)>.default.text{color:hsla(0,0%,74.9%,.87)}.ui.default.dropdown:not(.button)>input:focus+.text,.ui.dropdown:not(.button)>input:focus+.default.text{color:hsla(0,0%,45.1%,.87)}.ui.loading.dropdown>.text{transition:none}.ui.dropdown .loading.menu{display:block;visibility:hidden;z-index:-1}.ui.dropdown .menu .selected.item,.ui.dropdown.selected{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.dropdown>.filtered.text{visibility:hidden}.ui.dropdown .filtered.item{display:none!important}.ui.dropdown.error,.ui.dropdown.error>.default.text,.ui.dropdown.error>.text{color:#9f3a38}.ui.selection.dropdown.error{background:#fff6f6;border-color:#e0b4b4}.ui.dropdown.error>.menu,.ui.dropdown.error>.menu .menu,.ui.selection.dropdown.error:hover{border-color:#e0b4b4}.ui.dropdown.error>.menu>.item{color:#9f3a38}.ui.multiple.selection.error.dropdown>.label{border-color:#e0b4b4}.ui.dropdown.error>.menu>.item:hover{background-color:#fff2f2}.ui.dropdown.error>.menu .active.item{background-color:#fdcfcf}.ui.disabled.dropdown,.ui.dropdown .menu>.disabled.item{cursor:default;pointer-events:none;opacity:.45}.ui.dropdown .menu{left:0}.ui.dropdown .menu .right.menu,.ui.dropdown .right.menu>.menu{left:100%!important;right:auto!important;border-radius:.28571429rem!important}.ui.dropdown .menu .left.menu,.ui.dropdown>.left.menu .menu{left:auto!important;right:100%!important;border-radius:.28571429rem!important}.ui.dropdown .item .left.dropdown.icon,.ui.dropdown .left.menu .item .dropdown.icon{width:auto;float:left;margin:0 .78571429rem 0 0}.ui.dropdown .item .left.dropdown.icon+.text,.ui.dropdown .left.menu .item .dropdown.icon+.text{margin-left:1em}.ui.upward.dropdown>.menu{top:auto;bottom:100%;box-shadow:0 0 3px 0 rgba(0,0,0,.08);border-radius:.28571429rem .28571429rem 0 0}.ui.dropdown .upward.menu{top:auto!important;bottom:0!important}.ui.simple.upward.active.dropdown,.ui.simple.upward.dropdown:hover{border-radius:.28571429rem .28571429rem 0 0!important}.ui.upward.dropdown.button:not(.pointing):not(.floating).active{border-radius:.28571429rem .28571429rem 0 0}.ui.upward.selection.dropdown .menu{border-top-width:1px!important;border-bottom-width:0!important;box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.upward.selection.dropdown:hover{box-shadow:0 0 2px 0 rgba(0,0,0,.05)}.ui.active.upward.selection.dropdown,.ui.upward.selection.dropdown.visible{border-radius:0 0 .28571429rem .28571429rem!important}.ui.upward.selection.dropdown.visible{box-shadow:0 0 3px 0 rgba(0,0,0,.08)}.ui.upward.active.selection.dropdown:hover{box-shadow:0 0 3px 0 rgba(0,0,0,.05)}.ui.upward.active.selection.dropdown:hover .menu{box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto}.ui.scrolling.dropdown .menu{overflow-x:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch}.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{overflow-y:auto;min-width:100%!important;width:auto!important}.ui.dropdown .scrolling.menu{position:static;box-shadow:none!important;border-radius:0!important;margin:0!important;border:none;border-top:1px solid rgba(34,36,38,.15)}.ui.dropdown .scrolling.menu .item:first-child,.ui.dropdown .scrolling.menu>.item.item.item,.ui.scrolling.dropdown .menu .item.item.item,.ui.scrolling.dropdown .menu .item:first-child{border-top:none}.ui.dropdown>.animating.menu .scrolling.menu,.ui.dropdown>.visible.menu .scrolling.menu{display:block}@media (-ms-high-contrast:none){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{min-width:calc(100% - 17px)}}@media only screen and (max-width:767px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:10.28571429rem}}@media only screen and (min-width:768px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:15.42857143rem}}@media only screen and (min-width:992px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:20.57142857rem}}@media only screen and (min-width:1920px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:20.57142857rem}}.ui.simple.dropdown .menu:after,.ui.simple.dropdown .menu:before{display:none}.ui.simple.dropdown .menu{position:absolute;display:block;overflow:hidden;top:-9999px!important;opacity:0;width:0;height:0;transition:opacity .1s ease}.ui.simple.active.dropdown,.ui.simple.dropdown:hover{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.simple.active.dropdown>.menu,.ui.simple.dropdown:hover>.menu{overflow:visible;width:auto;height:auto;top:100%!important;opacity:1}.ui.simple.dropdown:hover>.menu>.item:hover>.menu,.ui.simple.dropdown>.menu>.item:active>.menu{overflow:visible;width:auto;height:auto;top:0!important;left:100%!important;opacity:1}.ui.simple.disabled.dropdown:hover .menu{display:none;height:0;width:0;overflow:hidden}.ui.simple.visible.dropdown>.menu{display:block}.ui.fluid.dropdown{display:block;width:100%;min-width:0}.ui.fluid.dropdown>.dropdown.icon{float:right}.ui.floating.dropdown .menu{left:0;right:auto;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)!important;border-radius:.28571429rem!important}.ui.floating.dropdown>.menu{margin-top:.5em!important;border-radius:.28571429rem!important}.ui.pointing.dropdown>.menu{top:100%;margin-top:.78571429rem;border-radius:.28571429rem}.ui.pointing.dropdown>.menu:after{display:block;position:absolute;pointer-events:none;content:"";visibility:visible;transform:rotate(45deg);width:.5em;height:.5em;box-shadow:-1px -1px 0 1px rgba(34,36,38,.15);background:#fff;z-index:2;top:-.25em;left:50%;margin:0 0 0 -.25em}.ui.top.left.pointing.dropdown>.menu{top:100%;bottom:auto;left:0;right:auto;margin:1em 0 0}.ui.top.left.pointing.dropdown>.menu:after{top:-.25em;left:1em;right:auto;margin:0;transform:rotate(45deg)}.ui.top.right.pointing.dropdown>.menu{top:100%;bottom:auto;right:0;left:auto;margin:1em 0 0}.ui.top.right.pointing.dropdown>.menu:after{top:-.25em;left:auto;right:1em;margin:0;transform:rotate(45deg)}.ui.left.pointing.dropdown>.menu{top:0;left:100%;right:auto;margin:0 0 0 1em}.ui.left.pointing.dropdown>.menu:after{top:1em;left:-.25em;margin:0;transform:rotate(-45deg)}.ui.right.pointing.dropdown>.menu{top:0;left:auto;right:100%;margin:0 1em 0 0}.ui.right.pointing.dropdown>.menu:after{top:1em;left:auto;right:-.25em;margin:0;transform:rotate(135deg)}.ui.bottom.pointing.dropdown>.menu{top:auto;bottom:100%;left:0;right:auto;margin:0 0 1em}.ui.bottom.pointing.dropdown>.menu:after{top:auto;bottom:-.25em;right:auto;margin:0;transform:rotate(-135deg)}.ui.bottom.pointing.dropdown>.menu .menu{top:auto!important;bottom:0!important}.ui.bottom.left.pointing.dropdown>.menu{left:0;right:auto}.ui.bottom.left.pointing.dropdown>.menu:after{left:1em;right:auto}.ui.bottom.right.pointing.dropdown>.menu{right:0;left:auto}.ui.bottom.right.pointing.dropdown>.menu:after{left:auto;right:1em}.ui.upward.pointing.dropdown>.menu,.ui.upward.top.pointing.dropdown>.menu{top:auto;bottom:100%;margin:0 0 .78571429rem;border-radius:.28571429rem}.ui.upward.pointing.dropdown>.menu:after,.ui.upward.top.pointing.dropdown>.menu:after{top:100%;bottom:auto;box-shadow:1px 1px 0 1px rgba(34,36,38,.15);margin:-.25em 0 0}.ui.upward.right.pointing.dropdown:not(.top):not(.bottom)>.menu{top:auto;bottom:0;margin:0 1em 0 0}.ui.upward.right.pointing.dropdown:not(.top):not(.bottom)>.menu:after{top:auto;bottom:0;margin:0 0 1em;box-shadow:-1px -1px 0 1px rgba(34,36,38,.15)}.ui.upward.left.pointing.dropdown:not(.top):not(.bottom)>.menu{top:auto;bottom:0;margin:0 0 0 1em}.ui.upward.left.pointing.dropdown:not(.top):not(.bottom)>.menu:after{top:auto;bottom:0;margin:0 0 1em;box-shadow:-1px -1px 0 1px rgba(34,36,38,.15)}@font-face{font-family:Dropdown;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype"),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff");font-weight:400;font-style:normal}.ui.dropdown>.dropdown.icon{font-family:Dropdown;line-height:1;height:1em;width:1.23em;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center;width:auto}.ui.dropdown>.dropdown.icon:before{content:""}.ui.dropdown .menu .item .dropdown.icon:before{content:""}.ui.dropdown .item .left.dropdown.icon:before,.ui.dropdown .left.menu .item .dropdown.icon:before{content:""}.ui.vertical.menu .dropdown.item>.dropdown.icon:before{content:""}
/*!
 * # Semantic UI 2.2.10 - Popup
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.popup{display:none;position:absolute;top:0;right:0;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;z-index:1900;border:1px solid #d4d4d5;line-height:1.4285em;max-width:250px;background:#fff;padding:.833em 1em;font-weight:400;font-style:normal;color:rgba(0,0,0,.87);border-radius:.28571429rem;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.popup>.header{padding:0;font-family:Open Sans,sans-serif;font-size:1.14285714em;line-height:1.2;font-weight:700}.ui.popup>.header+.content{padding-top:.5em}.ui.popup:before{position:absolute;content:"";width:.71428571em;height:.71428571em;background:#fff;transform:rotate(45deg);z-index:2;box-shadow:1px 1px 0 0 #bababc}[data-tooltip]{position:relative}[data-tooltip]:before{content:"";width:.71428571em;height:.71428571em;transform:rotate(45deg);z-index:2;box-shadow:1px 1px 0 0 #bababc}[data-tooltip]:after,[data-tooltip]:before{pointer-events:none;position:absolute;font-size:1rem;background:#fff}[data-tooltip]:after{content:attr(data-tooltip);text-transform:none;text-align:left;white-space:nowrap;border:1px solid #d4d4d5;line-height:1.4285em;max-width:none;padding:.833em 1em;font-weight:400;font-style:normal;color:rgba(0,0,0,.87);border-radius:.28571429rem;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);z-index:1}[data-tooltip]:not([data-position]):before{top:auto;right:auto;bottom:100%;left:50%;background:#fff;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-tooltip]:not([data-position]):after{left:50%;transform:translateX(-50%);bottom:100%;margin-bottom:.5em}[data-tooltip]:after,[data-tooltip]:before{pointer-events:none;visibility:hidden}[data-tooltip]:before{opacity:0;transform:rotate(45deg) scale(0)!important;transform-origin:center top;transition:all .1s ease}[data-tooltip]:after{opacity:1;transform-origin:center bottom;transition:all .1s ease}[data-tooltip]:hover:after,[data-tooltip]:hover:before{visibility:visible;pointer-events:auto}[data-tooltip]:hover:before{transform:rotate(45deg) scale(1)!important;opacity:1}[data-tooltip]:after,[data-tooltip][data-position="bottom center"]:after,[data-tooltip][data-position="top center"]:after{transform:translateX(-50%) scale(0)!important}[data-tooltip]:hover:after,[data-tooltip][data-position="bottom center"]:hover:after{transform:translateX(-50%) scale(1)!important}[data-tooltip][data-position="left center"]:after,[data-tooltip][data-position="right center"]:after{transform:translateY(-50%) scale(0)!important}[data-tooltip][data-position="left center"]:hover:after,[data-tooltip][data-position="right center"]:hover:after{transform:translateY(-50%) scale(1)!important}[data-tooltip][data-position="bottom left"]:after,[data-tooltip][data-position="bottom right"]:after,[data-tooltip][data-position="top left"]:after,[data-tooltip][data-position="top right"]:after{transform:scale(0)!important}[data-tooltip][data-position="bottom left"]:hover:after,[data-tooltip][data-position="bottom right"]:hover:after,[data-tooltip][data-position="top left"]:hover:after,[data-tooltip][data-position="top right"]:hover:after{transform:scale(1)!important}[data-tooltip][data-inverted]:before{box-shadow:none!important;background:#1b1c1d}[data-tooltip][data-inverted]:after{background:#1b1c1d;color:#fff;border:none;box-shadow:none}[data-tooltip][data-inverted]:after .header{background-color:none;color:#fff}[data-position="top center"][data-tooltip]:after{top:auto;right:auto;left:50%;bottom:100%;transform:translateX(-50%);margin-bottom:.5em}[data-position="top center"][data-tooltip]:before{top:auto;right:auto;bottom:100%;left:50%;background:#fff;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-position="top left"][data-tooltip]:after{top:auto;right:auto;left:0;bottom:100%;margin-bottom:.5em}[data-position="top left"][data-tooltip]:before{top:auto;right:auto;bottom:100%;left:1em;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-position="top right"][data-tooltip]:after{top:auto;left:auto;right:0;bottom:100%;margin-bottom:.5em}[data-position="top right"][data-tooltip]:before{top:auto;left:auto;bottom:100%;right:1em;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-position="bottom center"][data-tooltip]:after{bottom:auto;right:auto;left:50%;top:100%;transform:translateX(-50%);margin-top:.5em}[data-position="bottom center"][data-tooltip]:before{bottom:auto;right:auto;top:100%;left:50%;margin-left:-.07142857rem;margin-top:.14285714rem}[data-position="bottom left"][data-tooltip]:after{left:0;top:100%;margin-top:.5em}[data-position="bottom left"][data-tooltip]:before{bottom:auto;right:auto;top:100%;left:1em;margin-left:-.07142857rem;margin-top:.14285714rem}[data-position="bottom right"][data-tooltip]:after{right:0;top:100%;margin-top:.5em}[data-position="bottom right"][data-tooltip]:before{bottom:auto;left:auto;top:100%;right:1em;margin-left:-.14285714rem;margin-top:.07142857rem}[data-position="left center"][data-tooltip]:after{right:100%;top:50%;margin-right:.5em;transform:translateY(-50%)}[data-position="left center"][data-tooltip]:before{right:100%;top:50%;margin-top:-.14285714rem;margin-right:-.07142857rem}[data-position="right center"][data-tooltip]:after{left:100%;top:50%;margin-left:.5em;transform:translateY(-50%)}[data-position="right center"][data-tooltip]:before{left:100%;top:50%;margin-top:-.07142857rem;margin-left:.14285714rem}[data-position~=bottom][data-tooltip]:before{background:#fff;box-shadow:-1px -1px 0 0 #bababc}[data-position="left center"][data-tooltip]:before{background:#fff;box-shadow:1px -1px 0 0 #bababc}[data-position="right center"][data-tooltip]:before{background:#fff;box-shadow:-1px 1px 0 0 #bababc}[data-position~=top][data-tooltip]:before{background:#fff}[data-inverted][data-position~=bottom][data-tooltip]:before{background:#1b1c1d;box-shadow:-1px -1px 0 0 #bababc}[data-inverted][data-position="left center"][data-tooltip]:before{background:#1b1c1d;box-shadow:1px -1px 0 0 #bababc}[data-inverted][data-position="right center"][data-tooltip]:before{background:#1b1c1d;box-shadow:-1px 1px 0 0 #bababc}[data-inverted][data-position~=top][data-tooltip]:before{background:#1b1c1d}[data-position~=bottom][data-tooltip]:before{transform-origin:center bottom}[data-position~=bottom][data-tooltip]:after{transform-origin:center top}[data-position="left center"][data-tooltip]:before{transform-origin:top center}[data-position="left center"][data-tooltip]:after,[data-position="right center"][data-tooltip]:before{transform-origin:right center}[data-position="right center"][data-tooltip]:after{transform-origin:left center}.ui.popup{margin:0}.ui.top.popup{margin:0 0 .71428571em}.ui.top.left.popup{transform-origin:left bottom}.ui.top.center.popup{transform-origin:center bottom}.ui.top.right.popup{transform-origin:right bottom}.ui.left.center.popup{margin:0 .71428571em 0 0;transform-origin:right 50%}.ui.right.center.popup{margin:0 0 0 .71428571em;transform-origin:left 50%}.ui.bottom.popup{margin:.71428571em 0 0}.ui.bottom.left.popup{transform-origin:left top}.ui.bottom.center.popup{transform-origin:center top}.ui.bottom.right.popup{transform-origin:right top}.ui.bottom.center.popup:before{margin-left:-.30714286em;top:-.30714286em;left:50%;right:auto;bottom:auto;box-shadow:-1px -1px 0 0 #bababc}.ui.bottom.left.popup{margin-left:0}.ui.bottom.left.popup:before{top:-.30714286em;left:1em;right:auto;bottom:auto;margin-left:0;box-shadow:-1px -1px 0 0 #bababc}.ui.bottom.right.popup{margin-right:0}.ui.bottom.right.popup:before{top:-.30714286em;right:1em;bottom:auto;left:auto;margin-left:0;box-shadow:-1px -1px 0 0 #bababc}.ui.top.center.popup:before{top:auto;right:auto;bottom:-.30714286em;left:50%;margin-left:-.30714286em}.ui.top.left.popup{margin-left:0}.ui.top.left.popup:before{bottom:-.30714286em;left:1em;top:auto;right:auto;margin-left:0}.ui.top.right.popup{margin-right:0}.ui.top.right.popup:before{bottom:-.30714286em;right:1em;top:auto;left:auto;margin-left:0}.ui.left.center.popup:before{top:50%;right:-.30714286em;bottom:auto;left:auto;margin-top:-.30714286em;box-shadow:1px -1px 0 0 #bababc}.ui.right.center.popup:before{top:50%;left:-.30714286em;bottom:auto;right:auto;margin-top:-.30714286em;box-shadow:-1px 1px 0 0 #bababc}.ui.bottom.popup:before,.ui.left.center.popup:before,.ui.right.center.popup:before,.ui.top.popup:before{background:#fff}.ui.inverted.bottom.popup:before,.ui.inverted.left.center.popup:before,.ui.inverted.right.center.popup:before,.ui.inverted.top.popup:before{background:#1b1c1d}.ui.popup>.ui.grid:not(.padded){width:calc(100% + 1.75rem);margin:-.7rem -.875rem}.ui.loading.popup{display:block;visibility:hidden;z-index:-1}.ui.animating.popup,.ui.visible.popup{display:block}.ui.visible.popup{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.ui.basic.popup:before{display:none}.ui.wide.popup{max-width:350px}.ui[class*="very wide"].popup{max-width:550px}@media only screen and (max-width:767px){.ui.wide.popup,.ui[class*="very wide"].popup{max-width:250px}}.ui.fluid.popup{width:100%;max-width:none}.ui.inverted.popup{background:#1b1c1d;color:#fff;border:none;box-shadow:none}.ui.inverted.popup .header{background-color:none;color:#fff}.ui.inverted.popup:before{background-color:#1b1c1d;box-shadow:none!important}.ui.flowing.popup{max-width:none}.ui.mini.popup{font-size:.78571429rem}.ui.tiny.popup{font-size:.85714286rem}.ui.small.popup{font-size:.92857143rem}.ui.popup{font-size:1rem}.ui.large.popup{font-size:1.14285714rem}.ui.huge.popup{font-size:1.42857143rem}
/*!
 * # Semantic UI 2.2.10 - Progress Bar
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.progress{position:relative;display:block;max-width:100%;border:none;margin:1em 0 2.5em;box-shadow:none;background:rgba(0,0,0,.1);padding:0;border-radius:.28571429rem}.ui.progress:first-child{margin:0 0 2.5em}.ui.progress:last-child{margin:0 0 1.5em}.ui.progress .bar{display:block;line-height:1;position:relative;width:0;min-width:2em;background:#888;border-radius:.28571429rem;transition:width .1s ease,background-color .1s ease}.ui.progress .bar>.progress{white-space:nowrap;width:auto;font-size:.92857143em;top:50%;right:.5em;left:auto;color:hsla(0,0%,100%,.7);margin-top:-.5em;text-align:left}.ui.progress .bar>.progress,.ui.progress>.label{position:absolute;bottom:auto;text-shadow:none;font-weight:700}.ui.progress>.label{width:100%;font-size:1em;top:100%;right:auto;left:0;color:rgba(0,0,0,.87);margin-top:.2em;text-align:center;transition:color .4s ease}.ui.indicating.progress[data-percent^="1"] .bar,.ui.indicating.progress[data-percent^="2"] .bar{background-color:#d95c5c}.ui.indicating.progress[data-percent^="3"] .bar{background-color:#efbc72}.ui.indicating.progress[data-percent^="4"] .bar,.ui.indicating.progress[data-percent^="5"] .bar{background-color:#e6bb48}.ui.indicating.progress[data-percent^="6"] .bar{background-color:#ddc928}.ui.indicating.progress[data-percent^="7"] .bar,.ui.indicating.progress[data-percent^="8"] .bar{background-color:#b4d95c}.ui.indicating.progress[data-percent^="9"] .bar,.ui.indicating.progress[data-percent^="100"] .bar{background-color:#66da81}.ui.indicating.progress[data-percent^="1"] .label,.ui.indicating.progress[data-percent^="2"] .label,.ui.indicating.progress[data-percent^="3"] .label,.ui.indicating.progress[data-percent^="4"] .label,.ui.indicating.progress[data-percent^="5"] .label,.ui.indicating.progress[data-percent^="6"] .label,.ui.indicating.progress[data-percent^="7"] .label,.ui.indicating.progress[data-percent^="8"] .label,.ui.indicating.progress[data-percent^="9"] .label,.ui.indicating.progress[data-percent^="100"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent="1"] .bar,.ui.indicating.progress[data-percent="2"] .bar,.ui.indicating.progress[data-percent="3"] .bar,.ui.indicating.progress[data-percent="4"] .bar,.ui.indicating.progress[data-percent="5"] .bar,.ui.indicating.progress[data-percent="6"] .bar,.ui.indicating.progress[data-percent="7"] .bar,.ui.indicating.progress[data-percent="8"] .bar,.ui.indicating.progress[data-percent="9"] .bar{background-color:#d95c5c}.ui.indicating.progress[data-percent="1"] .label,.ui.indicating.progress[data-percent="2"] .label,.ui.indicating.progress[data-percent="3"] .label,.ui.indicating.progress[data-percent="4"] .label,.ui.indicating.progress[data-percent="5"] .label,.ui.indicating.progress[data-percent="6"] .label,.ui.indicating.progress[data-percent="7"] .label,.ui.indicating.progress[data-percent="8"] .label,.ui.indicating.progress[data-percent="9"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress.success .label{color:#1a531b}.ui.progress.success .bar{background-color:#21ba45!important}.ui.progress.success .bar,.ui.progress.success .bar:after{-webkit-animation:none!important;animation:none!important}.ui.progress.success>.label{color:#1a531b}.ui.progress.warning .bar{background-color:#f2c037!important}.ui.progress.warning .bar,.ui.progress.warning .bar:after{-webkit-animation:none!important;animation:none!important}.ui.progress.warning>.label{color:#794b02}.ui.progress.error .bar{background-color:#db2828!important}.ui.progress.error .bar,.ui.progress.error .bar:after{-webkit-animation:none!important;animation:none!important}.ui.progress.error>.label{color:#912d2b}.ui.active.progress .bar{position:relative;min-width:2em}.ui.active.progress .bar:after{content:"";opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;border-radius:.28571429rem;-webkit-animation:progress-active 2s ease infinite;animation:progress-active 2s ease infinite}@-webkit-keyframes progress-active{0%{opacity:.3;width:0}to{opacity:0;width:100%}}@keyframes progress-active{0%{opacity:.3;width:0}to{opacity:0;width:100%}}.ui.disabled.progress{opacity:.35}.ui.disabled.progress .bar,.ui.disabled.progress .bar:after{-webkit-animation:none!important;animation:none!important}.ui.inverted.progress{background:hsla(0,0%,100%,.08);border:none}.ui.inverted.progress .bar{background:#888}.ui.inverted.progress .bar>.progress{color:#f9fafb}.ui.inverted.progress>.label{color:#fff}.ui.inverted.progress.success>.label{color:#21ba45}.ui.inverted.progress.warning>.label{color:#f2c037}.ui.inverted.progress.error>.label{color:#db2828}.ui.progress.attached{background:transparent;position:relative;border:none;margin:0}.ui.progress.attached,.ui.progress.attached .bar{display:block;height:.2rem;padding:0;overflow:hidden;border-radius:0 0 .28571429rem .28571429rem}.ui.progress.attached .bar{border-radius:0}.ui.progress.top.attached,.ui.progress.top.attached .bar{top:0;border-radius:.28571429rem .28571429rem 0 0}.ui.progress.top.attached .bar{border-radius:0}.ui.card>.ui.attached.progress,.ui.segment>.ui.attached.progress{position:absolute;top:auto;left:0;bottom:100%;width:100%}.ui.card>.ui.bottom.attached.progress,.ui.segment>.ui.bottom.attached.progress{top:100%;bottom:auto}.ui.red.progress .bar{background-color:#db2828}.ui.red.inverted.progress .bar{background-color:#ff695e}.ui.orange.progress .bar{background-color:#f2711c}.ui.orange.inverted.progress .bar{background-color:#ff851b}.ui.yellow.progress .bar{background-color:#fbbd08}.ui.yellow.inverted.progress .bar{background-color:#ffe21f}.ui.olive.progress .bar{background-color:#b5cc18}.ui.olive.inverted.progress .bar{background-color:#d9e778}.ui.green.progress .bar{background-color:#21ba45}.ui.green.inverted.progress .bar{background-color:#2ecc40}.ui.teal.progress .bar{background-color:#00b5ad}.ui.teal.inverted.progress .bar{background-color:#6dffff}.ui.blue.progress .bar{background-color:#2185d0}.ui.blue.inverted.progress .bar{background-color:#54c8ff}.ui.violet.progress .bar{background-color:#6435c9}.ui.violet.inverted.progress .bar{background-color:#a291fb}.ui.purple.progress .bar{background-color:#a333c8}.ui.purple.inverted.progress .bar{background-color:#dc73ff}.ui.pink.progress .bar{background-color:#e03997}.ui.pink.inverted.progress .bar{background-color:#ff8edf}.ui.brown.progress .bar{background-color:#a5673f}.ui.brown.inverted.progress .bar{background-color:#d67c1c}.ui.grey.progress .bar{background-color:#767676}.ui.grey.inverted.progress .bar{background-color:#dcddde}.ui.black.progress .bar{background-color:#1b1c1d}.ui.black.inverted.progress .bar{background-color:#545454}.ui.tiny.progress{font-size:.85714286rem}.ui.tiny.progress .bar{height:.5em}.ui.small.progress{font-size:.92857143rem}.ui.small.progress .bar{height:1em}.ui.progress{font-size:1rem}.ui.progress .bar{height:1.75em}.ui.large.progress{font-size:1.14285714rem}.ui.large.progress .bar{height:2.5em}.ui.big.progress{font-size:1.28571429rem}.ui.big.progress .bar{height:3.5em}
/*!
 * # Semantic UI 2.2.10 - Rating
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.rating{display:inline-flex;white-space:nowrap;vertical-align:baseline}.ui.rating:last-child{margin-right:0}.ui.rating .icon{padding:0;margin:0;flex:1 0 auto;cursor:pointer;width:1.25em;height:auto;transition:opacity .1s ease,background .1s ease,text-shadow .1s ease,color .1s ease;background:transparent;color:rgba(0,0,0,.15)}.ui.rating .active.icon{background:transparent;color:rgba(0,0,0,.85)}.ui.rating .icon.selected,.ui.rating .icon.selected.active{background:transparent;color:rgba(0,0,0,.87)}.ui.star.rating .icon{width:1.25em;height:auto;background:transparent;color:rgba(0,0,0,.15);text-shadow:none}.ui.star.rating .active.icon{background:transparent!important}.ui.star.rating .icon.selected,.ui.star.rating .icon.selected.active{background:transparent!important;color:#fc0!important}.ui.heart.rating .icon{width:1.4em;height:auto;background:transparent;color:rgba(0,0,0,.15);text-shadow:none!important}.ui.heart.rating .active.icon{background:transparent!important;color:#ff6d75!important;text-shadow:0 -1px 0 #cd0707,-1px 0 0 #cd0707,0 1px 0 #cd0707,1px 0 0 #cd0707!important}.ui.heart.rating .icon.selected,.ui.heart.rating .icon.selected.active{background:transparent!important;color:#ff3000!important;text-shadow:0 -1px 0 #aa0101,-1px 0 0 #aa0101,0 1px 0 #aa0101,1px 0 0 #aa0101!important}.ui.disabled.rating .icon{cursor:default}.ui.rating .icon.selected,.ui.rating.selected .active.icon,.ui.rating.selected .icon.selected{opacity:1}.ui.mini.rating{font-size:.78571429rem}.ui.tiny.rating{font-size:.85714286rem}.ui.small.rating{font-size:.92857143rem}.ui.rating{font-size:1rem}.ui.large.rating{font-size:1.14285714rem}.ui.huge.rating{font-size:1.42857143rem}.ui.massive.rating{font-size:2rem}@font-face{font-family:Rating;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjCBsAAAC8AAAAYGNtYXCj2pm8AAABHAAAAKRnYXNwAAAAEAAAAcAAAAAIZ2x5ZlJbXMYAAAHIAAARnGhlYWQBGAe5AAATZAAAADZoaGVhA+IB/QAAE5wAAAAkaG10eCzgAEMAABPAAAAAcGxvY2EwXCxOAAAUMAAAADptYXhwACIAnAAAFGwAAAAgbmFtZfC1n04AABSMAAABPHBvc3QAAwAAAAAVyAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADxZQHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEAJAAAAAgACAABAAAAAEAIOYF8AbwDfAj8C7wbvBw8Irwl/Cc8SPxZf/9//8AAAAAACDmAPAE8AzwI/Au8G7wcPCH8JfwnPEj8WT//f//AAH/4xoEEAYQAQ/sD+IPow+iD4wPgA98DvYOtgADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAAP/tAgAB0wAKABUAAAEvAQ8BFwc3Fyc3BQc3Jz8BHwEHFycCALFPT7GAHp6eHoD/AHAWW304OH1bFnABGRqgoBp8sFNTsHyyOnxYEnFxElh8OgAAAAACAAD/7QIAAdMACgASAAABLwEPARcHNxcnNwUxER8BBxcnAgCxT0+xgB6enh6A/wA4fVsWcAEZGqCgGnywU1OwfLIBHXESWHw6AAAAAQAA/+0CAAHTAAoAAAEvAQ8BFwc3Fyc3AgCxT0+xgB6enh6AARkaoKAafLBTU7B8AAAAAAEAAAAAAgABwAArAAABFA4CBzEHDgMjIi4CLwEuAzU0PgIzMh4CFz4DMzIeAhUCAAcMEgugBgwMDAYGDAwMBqALEgwHFyg2HhAfGxkKChkbHxAeNigXAS0QHxsZCqAGCwkGBQkLBqAKGRsfEB42KBcHDBILCxIMBxcoNh4AAAAAAgAAAAACAAHAACsAWAAAATQuAiMiDgIHLgMjIg4CFRQeAhcxFx4DMzI+Aj8BPgM1DwEiFCIGMTAmIjQjJy4DNTQ+AjMyHgIfATc+AzMyHgIVFA4CBwIAFyg2HhAfGxkKChkbHxAeNigXBwwSC6AGDAwMBgYMDAwGoAsSDAdbogEBAQEBAaIGCgcEDRceEQkREA4GLy8GDhARCREeFw0EBwoGAS0eNigXBwwSCwsSDAcXKDYeEB8bGQqgBgsJBgUJCwagChkbHxA+ogEBAQGiBg4QEQkRHhcNBAcKBjQ0BgoHBA0XHhEJERAOBgABAAAAAAIAAcAAMQAAARQOAgcxBw4DIyIuAi8BLgM1ND4CMzIeAhcHFwc3Jzc+AzMyHgIVAgAHDBILoAYMDAwGBgwMDAagCxIMBxcoNh4KFRMSCC9wQLBwJwUJCgkFHjYoFwEtEB8bGQqgBgsJBgUJCwagChkbHxAeNigXAwUIBUtAoMBAOwECAQEXKDYeAAABAAAAAAIAAbcAKgAAEzQ3NjMyFxYXFhcWFzY3Njc2NzYzMhcWFRQPAQYjIi8BJicmJyYnJicmNQAkJUARExIQEAsMCgoMCxAQEhMRQCUkQbIGBwcGsgMFBQsKCQkGBwExPyMkBgYLCgkKCgoKCQoLBgYkIz8/QawFBawCBgUNDg4OFRQTAAAAAQAAAA0B2wHSACYAABM0PwI2FzYfAhYVFA8BFxQVFAcGByYvAQcGByYnJjU0PwEnJjUAEI9BBQkIBkCPEAdoGQMDBgUGgIEGBQYDAwEYaAcBIwsCFoEMAQEMgRYCCwYIZJABBQUFAwEBAkVFAgEBAwUFAwOQZAkFAAAAAAIAAAANAdsB0gAkAC4AABM0PwI2FzYfAhYVFA8BFxQVFAcmLwEHBgcmJyY1ND8BJyY1HwEHNxcnNy8BBwAQj0EFCQgGQI8QB2gZDAUGgIEGBQYDAwEYaAc/WBVsaxRXeDY2ASMLAhaBDAEBDIEWAgsGCGSQAQUNAQECRUUCAQEDBQUDA5BkCQURVXg4OHhVEW5uAAABACMAKQHdAXwAGgAANzQ/ATYXNh8BNzYXNh8BFhUUDwEGByYvASY1IwgmCAwLCFS8CAsMCCYICPUIDAsIjgjSCwkmCQEBCVS7CQEBCSYJCg0H9gcBAQePBwwAAAEAHwAfAXMBcwAsAAA3ND8BJyY1ND8BNjMyHwE3NjMyHwEWFRQPARcWFRQPAQYjIi8BBwYjIi8BJjUfCFRUCAgnCAwLCFRUCAwLCCcICFRUCAgnCAsMCFRUCAsMCCcIYgsIVFQIDAsIJwgIVFQICCcICwwIVFQICwwIJwgIVFQICCcIDAAAAAACAAAAJQFJAbcAHwArAAA3NTQ3NjsBNTQ3NjMyFxYdATMyFxYdARQHBiMhIicmNTczNTQnJiMiBwYdAQAICAsKJSY1NCYmCQsICAgIC/7tCwgIW5MWFR4fFRZApQsICDc0JiYmJjQ3CAgLpQsICAgIC8A3HhYVFRYeNwAAAQAAAAcBbgG3ACEAADcRNDc2NzYzITIXFhcWFREUBwYHBiMiLwEHBiMiJyYnJjUABgUKBgYBLAYGCgUGBgUKBQcOCn5+Cg4GBgoFBicBcAoICAMDAwMICAr+kAoICAQCCXl5CQIECAgKAAAAAwAAACUCAAFuABgAMQBKAAA3NDc2NzYzMhcWFxYVFAcGBwYjIicmJyY1MxYXFjMyNzY3JicWFRQHBiMiJyY1NDcGBzcUFxYzMjc2NTQ3NjMyNzY1NCcmIyIHBhUABihDREtLREMoBgYoQ0RLS0RDKAYlJjk5Q0M5OSYrQREmJTU1JSYRQSuEBAQGBgQEEREZBgQEBAQGJBkayQoKQSgoKChBCgoKCkEoJycoQQoKOiMjIyM6RCEeIjUmJSUmNSIeIUQlBgQEBAQGGBIRBAQGBgQEGhojAAAABQAAAAkCAAGJACwAOABRAGgAcAAANzQ3Njc2MzIXNzYzMhcWFxYXFhcWFxYVFDEGBwYPAQYjIicmNTQ3JicmJyY1MxYXNyYnJjU0NwYHNxQXFjMyNzY1NDc2MzI3NjU0JyYjIgcGFRc3Njc2NyYnNxYXFhcWFRQHBgcGBwYjPwEWFRQHBgcABitBQU0ZGhADBQEEBAUFBAUEBQEEHjw8Hg4DBQQiBQ0pIyIZBiUvSxYZDg4RQSuEBAQGBgQEEREZBgQEBAQGJBkaVxU9MzQiIDASGxkZEAYGCxQrODk/LlACFxYlyQsJQycnBRwEAgEDAwIDAwIBAwUCNmxsNhkFFAMFBBUTHh8nCQtKISgSHBsfIh4hRCUGBAQEBAYYEhEEBAYGBAQaGiPJJQUiIjYzISASGhkbCgoKChIXMRsbUZANCyghIA8AAAMAAAAAAbcB2wA5AEoAlAAANzU0NzY7ATY3Njc2NzY3Njc2MzIXFhcWFRQHMzIXFhUUBxYVFAcUFRQHFgcGKwEiJyYnJisBIicmNTcUFxYzMjc2NTQnJiMiBwYVFzMyFxYXFhcWFxYXFhcWOwEyNTQnNjc2NTQnNjU0JyYnNjc2NTQnJisBNDc2NTQnJiMGBwYHBgcGBwYHBgcGBwYHBgcGBwYrARUACwoQTgodEQ4GBAMFBgwLDxgTEwoKDjMdFhYOAgoRARkZKCUbGxsjIQZSEAoLJQUFCAcGBQUGBwgFBUkJBAUFBAQHBwMDBwcCPCUjNwIJBQUFDwMDBAkGBgsLDmUODgoJGwgDAwYFDAYQAQUGAwQGBgYFBgUGBgQJSbcPCwsGJhUPCBERExMMCgkJFBQhGxwWFR4ZFQoKFhMGBh0WKBcXBgcMDAoLDxIHBQYGBQcIBQYGBQgSAQEBAQICAQEDAgEULwgIBQoLCgsJDhQHCQkEAQ0NCg8LCxAdHREcDQ4IEBETEw0GFAEHBwUECAgFBQUFAgO3AAADAAD/2wG3AbcAPABNAJkAADc1NDc2OwEyNzY3NjsBMhcWBxUWFRQVFhUUBxYVFAcGKwEWFRQHBgcGIyInJicmJyYnJicmJyYnIyInJjU3FBcWMzI3NjU0JyYjIgcGFRczMhcWFxYXFhcWFxYXFhcWFxYXFhcWFzI3NjU0JyY1MzI3NjU0JyYjNjc2NTQnNjU0JyYnNjU0JyYrASIHIgcGBwYHBgcGIwYrARUACwoQUgYhJRsbHiAoGRkBEQoCDhYWHTMOCgoTExgPCwoFBgIBBAMFDhEdCk4QCgslBQUIBwYFBQYHCAUFSQkEBgYFBgUGBgYEAwYFARAGDAUGAwMIGwkKDg5lDgsLBgYJBAMDDwUFBQkCDg4ZJSU8AgcHAwMHBwQEBQUECbe3DwsKDAwHBhcWJwIWHQYGExYKChUZHhYVHRoiExQJCgsJDg4MDAwNBg4WJQcLCw+kBwUGBgUHCAUGBgUIpAMCBQYFBQcIBAUHBwITBwwTExERBw0OHBEdHRALCw8KDQ0FCQkHFA4JCwoLCgUICBgMCxUDAgEBAgMBAQG3AAAAAQAAAA0A7gHSABQAABM0PwI2FxEHBgcmJyY1ND8BJyY1ABCPQQUJgQYFBgMDARhoBwEjCwIWgQwB/oNFAgEBAwUFAwOQZAkFAAAAAAIAAAAAAgABtwAqAFkAABM0NzYzMhcWFxYXFhc2NzY3Njc2MzIXFhUUDwEGIyIvASYnJicmJyYnJjUzFB8BNzY1NCcmJyYnJicmIyIHBgcGBwYHBiMiJyYnJicmJyYjIgcGBwYHBgcGFQAkJUARExIQEAsMCgoMCxAQEhMRQCUkQbIGBwcGsgMFBQsKCQkGByU1pqY1BgYJCg4NDg0PDhIRDg8KCgcFCQkFBwoKDw4REg4PDQ4NDgoJBgYBMT8jJAYGCwoJCgoKCgkKCwYGJCM/P0GsBQWsAgYFDQ4ODhUUEzA1oJ82MBcSEgoLBgcCAgcHCwsKCQgHBwgJCgsLBwcCAgcGCwoSEhcAAAACAAAABwFuAbcAIQAoAAA3ETQ3Njc2MyEyFxYXFhURFAcGBwYjIi8BBwYjIicmJyY1PwEfAREhEQAGBQoGBgEsBgYKBQYGBQoFBw4Kfn4KDgYGCgUGJZIZef7cJwFwCggIAwMDAwgICv6QCggIBAIJeXkJAgQICAoIjRl0AWP+nQAAAAABAAAAJQHbAbcAMgAANzU0NzY7ATU0NzYzMhcWHQEUBwYrASInJj0BNCcmIyIHBh0BMzIXFh0BFAcGIyEiJyY1AAgIC8AmJjQ1JiUFBQgSCAUFFhUfHhUWHAsICAgIC/7tCwgIQKULCAg3NSUmJiU1SQgFBgYFCEkeFhUVFh43CAgLpQsICAgICwAAAAIAAQANAdsB0gAiAC0AABM2PwI2MzIfAhYXFg8BFxYHBiMiLwEHBiMiJyY/AScmNx8CLwE/AS8CEwEDDJBABggJBUGODgIDCmcYAgQCCAMIf4IFBgYEAgEZaQgC7hBbEgINSnkILgEBJggCFYILC4IVAggICWWPCgUFA0REAwUFCo9lCQipCTBmEw1HEhFc/u0AAAADAAAAAAHJAbcAFAAlAHkAADc1NDc2OwEyFxYdARQHBisBIicmNTcUFxYzMjc2NTQnJiMiBwYVFzU0NzYzNjc2NzY3Njc2NzY3Njc2NzY3NjMyFxYXFhcWFxYXFhUUFRQHBgcGBxQHBgcGBzMyFxYVFAcWFRYHFgcGBxYHBgcjIicmJyYnJiciJyY1AAUGB1MHBQYGBQdTBwYFJQUFCAcGBQUGBwgFBWQFBQgGDw8OFAkFBAQBAQMCAQIEBAYFBw4KCgcHBQQCAwEBAgMDAgYCAgIBAU8XEBAQBQEOBQUECwMREiYlExYXDAwWJAoHBQY3twcGBQUGB7cIBQUFBQgkBwYFBQYHCAUGBgUIJLcHBQYBEBATGQkFCQgGBQwLBgcICQUGAwMFBAcHBgYICQQEBwsLCwYGCgIDBAMCBBEQFhkSDAoVEhAREAsgFBUBBAUEBAcMAQUFCAAAAAADAAD/2wHJAZIAFAAlAHkAADcUFxYXNxY3Nj0BNCcmBycGBwYdATc0NzY3FhcWFRQHBicGJyY1FzU0NzY3Fjc2NzY3NjcXNhcWBxYXFgcWBxQHFhUUBwYHJxYXFhcWFRYXFhcWFRQVFAcGBwYHBgcGBwYnBicmJyYnJicmJyYnJicmJyYnJiciJyY1AAUGB1MHBQYGBQdTBwYFJQUFCAcGBQUGBwgFBWQGBQcKJBYMDBcWEyUmEhEDCwQFBQ4BBRAQEBdPAQECAgIGAgMDAgEBAwIEBQcHCgoOBwUGBAQCAQIDAQEEBAUJFA4PDwYIBQWlBwYFAQEBBwQJtQkEBwEBAQUGB7eTBwYEAQEEBgcJBAYBAQYECZS4BwYEAgENBwUCBgMBAQEXEyEJEhAREBcIDhAaFhEPAQEFAgQCBQELBQcKDAkIBAUHCgUGBwgDBgIEAQEHBQkIBwUMCwcECgcGCRoREQ8CBgQIAAAAAQAAAAEAAJth57dfDzz1AAsCAAAAAADP/GODAAAAAM/8Y4MAAP/bAgAB2wAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAACAAABAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAEAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAdwAAAHcAAACAAAjAZMAHwFJAAABbgAAAgAAAAIAAAACAAAAAgAAAAEAAAACAAAAAW4AAAHcAAAB3AABAdwAAAHcAAAAAAAAAAoAFAAeAEoAcACKAMoBQAGIAcwCCgJUAoICxgMEAzoDpgRKBRgF7AYSBpgG2gcgB2oIGAjOAAAAAQAAABwAmgAFAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAwAAAABAAAAAAACAA4AQAABAAAAAAADAAwAIgABAAAAAAAEAAwATgABAAAAAAAFABYADAABAAAAAAAGAAYALgABAAAAAAAKADQAWgADAAEECQABAAwAAAADAAEECQACAA4AQAADAAEECQADAAwAIgADAAEECQAEAAwATgADAAEECQAFABYADAADAAEECQAGAAwANAADAAEECQAKADQAWgByAGEAdABpAG4AZwBWAGUAcgBzAGkAbwBuACAAMQAuADAAcgBhAHQAaQBuAGdyYXRpbmcAcgBhAHQAaQBuAGcAUgBlAGcAdQBsAGEAcgByAGEAdABpAG4AZwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("truetype"),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AABcUAAoAAAAAFswAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAEuEAABLho6TvIE9TLzIAABPYAAAAYAAAAGAIIwgbY21hcAAAFDgAAACkAAAApKPambxnYXNwAAAU3AAAAAgAAAAIAAAAEGhlYWQAABTkAAAANgAAADYBGAe5aGhlYQAAFRwAAAAkAAAAJAPiAf1obXR4AAAVQAAAAHAAAABwLOAAQ21heHAAABWwAAAABgAAAAYAHFAAbmFtZQAAFbgAAAE8AAABPPC1n05wb3N0AAAW9AAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLZviU+HQFHQAAAP0PHQAAAQIRHQAAAAkdAAAS2BIAHQEBBw0PERQZHiMoLTI3PEFGS1BVWl9kaW5zeH2Ch4xyYXRpbmdyYXRpbmd1MHUxdTIwdUU2MDB1RTYwMXVFNjAydUU2MDN1RTYwNHVFNjA1dUYwMDR1RjAwNXVGMDA2dUYwMEN1RjAwRHVGMDIzdUYwMkV1RjA2RXVGMDcwdUYwODd1RjA4OHVGMDg5dUYwOEF1RjA5N3VGMDlDdUYxMjN1RjE2NHVGMTY1AAACAYkAGgAcAgABAAQABwAKAA0AVgCWAL0BAgGMAeQCbwLwA4cD5QR0BQMFdgZgB8MJkQtxC7oM2Q1jDggOmRAYEZr8lA78lA78lA77lA74lPetFftFpTz3NDz7NPtFcfcU+xBt+0T3Mt73Mjht90T3FPcQBfuU+0YV+wRRofcQMOP3EZ3D9wXD+wX3EXkwM6H7EPsExQUO+JT3rRX7RaU89zQ8+zT7RXH3FPsQbftE9zLe9zI4bfdE9xT3EAX7lPtGFYuLi/exw/sF9xF5MDOh+xD7BMUFDviU960V+0WlPPc0PPs0+0Vx9xT7EG37RPcy3vcyOG33RPcU9xAFDviU98EVi2B4ZG5wCIuL+zT7NAV7e3t7e4t7i3ube5sI+zT3NAVupniyi7aL3M3N3Iu2i7J4pm6mqLKetovci81JizoIDviU98EVi9xJzTqLYItkeHBucKhknmCLOotJSYs6i2CeZKhwCIuL9zT7NAWbe5t7m4ubi5ubm5sI9zT3NAWopp6yi7YIME0V+zb7NgWKioqKiouKi4qMiowI+zb3NgV6m4Ghi6OLubCwuYuji6GBm3oIule6vwWbnKGVo4u5i7Bmi12Lc4F1ensIDviU98EVi2B4ZG5wCIuL+zT7NAV7e3t7e4t7i3ube5sI+zT3NAVupniyi7aL3M3N3Iuni6WDoX4IXED3BEtL+zT3RPdU+wTLssYFl46YjZiL3IvNSYs6CA6L98UVi7WXrKOio6Otl7aLlouXiZiHl4eWhZaEloSUhZKFk4SShZKEkpKSkZOSkpGUkZaSCJaSlpGXj5iPl42Wi7aLrX+jc6N0l2qLYYthdWBgYAj7RvtABYeIh4mGi4aLh42Hjgj7RvdABYmNiY2Hj4iOhpGDlISUhZWFlIWVhpaHmYaYiZiLmAgOZ4v3txWLkpCPlo0I9yOgzPcWBY6SkI+Ri5CLkIePhAjL+xb3I3YFlomQh4uEi4aJh4aGCCMmpPsjBYuKi4mLiIuHioiJiImIiIqHi4iLh4yHjQj7FM/7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOZ4v3txWLkpCPlo0I9yOgzPcWBY6SkI+Ri5CLkIePhAjL+xb3I3YFlomQh4uEi4aJh4aGCCMmpPsjBYuKi4mLiIuCh4aDi4iLh4yHjQj7FM/7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwjKeRXjN3b7DfcAxPZSd/cN4t/7DJ1V9wFV+wEFDq73ZhWLk42RkZEIsbIFkZCRjpOLkouSiJCGCN8291D3UAWQkJKOkouTi5GIkYYIsWQFkYaNhIuEi4OJhYWFCPuJ+4kFhYWFiYOLhIuEjYaRCPsi9yIFhZCJkouSCA77AartFYuSjpKQkAjf3zffBYaQiJKLk4uSjpKQkAiysgWRkJGOk4uSi5KIkIYI3zff3wWQkJKOk4uSi5KIkIYIsmQFkIaOhIuEi4OIhIaGCDc33zcFkIaOhIuEi4OIhYaFCGRkBYaGhIiEi4OLhI6GkAg33zc3BYaGhIiEi4OLhY6FkAhksgWGkYiRi5MIDvtLi8sVi/c5BYuSjpKQkJCQko6SiwiVi4vCBYuul6mkpKSkqpiui66LqX6kcqRymG2LaAiLVJSLBZKLkoiQhpCGjoSLhAiL+zkFi4OIhYaGhoWEiYSLCPuniwWEi4SNhpGGkIiRi5MI5vdUFfcni4vCBYufhJx8mn2ZepJ3i3aLeoR9fX18g3qLdwiLVAUO+yaLshWL+AQFi5GNkY+RjpCQj5KNj42PjI+LCPfAiwWPi4+Kj4mRiZCHj4aPhY2Fi4UIi/wEBYuEiYWHhoeGhoeFiIiKhoqHi4GLhI6EkQj7EvcN+xL7DQWEhYOIgouHi4eLh42EjoaPiJCHkImRi5IIDov3XRWLko2Rj5Kltq+vuKW4pbuZvYu9i7t9uHG4ca9npWCPhI2Fi4SLhYmEh4RxYGdoXnAIXnFbflmLWYtbmF6lXqZnrnG2h5KJkouRCLCLFaRkq2yxdLF0tH+4i7iLtJexorGiq6qksm64Z61goZZ3kXaLdItnfm1ycnJybX9oiwhoi22XcqRypH6pi6+LopGglp9gdWdpbl4I9xiwFYuHjIiOiI6IjoqPi4+LjoyOjo2OjY6Lj4ubkJmXl5eWmZGbi4+LjoyOjo2OjY6LjwiLj4mOiY6IjYiNh4tzi3eCenp6eoJ3i3MIDov3XRWLko2Sj5GouK+utqW3pbqYvouci5yJnIgIm6cFjY6NjI+LjIuNi42JjYqOio+JjomOiY6KjomOiY6JjoqNioyKjomMiYuHi4qLiouLCHdnbVVjQ2NDbVV3Zwh9cgWJiIiJiIuJi36SdJiIjYmOi46LjY+UlJlvl3KcdJ90oHeie6WHkYmSi5IIsIsVqlq0Z711CKGzBXqXfpqCnoKdhp6LoIuikaCWn2B1Z2luXgj3GLAVi4eMiI6IjoiOio+Lj4uOjI6OjY6NjouPi5uQmZeXl5aZkZuLj4uOjI6OjY6NjouPCIuPiY6JjoiNiI2Hi3OLd4J6enp6gneLcwji+10VoLAFtI+wmK2hrqKnqKKvdq1wp2uhCJ2rBZ1/nHycepx6mHqWeY+EjYWLhIuEiYWHhIR/gH1+fG9qaXJmeWV5Y4Jhiwi53BXb9yQFjIKMg4uEi3CDc3x1fHV3fHOBCA6L1BWL90sFi5WPlJKSkpKTj5aLCNmLBZKPmJqepJaZlZeVlY+Qj5ONl42WjpeOmI+YkZWTk5OSk46Vi5uLmYiYhZiFlIGSfgiSfo55i3WLeYd5gXgIvosFn4uchJl8mn2Seot3i3qGfIJ9jYSLhYuEi3yIfoR+i4eLh4uHi3eGen99i3CDdnt8CHt8dYNwiwhmiwV5i3mNeY95kHeRc5N1k36Ph4sIOYsFgIuDjoSShJKHlIuVCLCdFYuGjIePiI+Hj4mQi5CLj42Pj46OjY+LkIuQiZCIjoePh42Gi4aLh4mHh4eIioaLhgjUeRWUiwWNi46Lj4qOi4+KjYqOi4+Kj4mQio6KjYqNio+Kj4mQio6KjIqzfquEpIsIrosFr4uemouri5CKkYqQkY6QkI6SjpKNkouSi5KJkoiRlZWQlouYi5CKkImRiZGJj4iOCJGMkI+PlI+UjZKLkouViJODk4SSgo+CiwgmiwWLlpCalJ6UnpCbi5aLnoiYhJSFlH+QeYuGhoeDiYCJf4h/h3+IfoWBg4KHh4SCgH4Ii4qIiYiGh4aIh4mIiIiIh4eGh4aHh4eHiIiHiIeHiIiHiIeKh4mIioiLCIKLi/tLBQ6L90sVi/dLBYuVj5OSk5KSk46WiwjdiwWPi5iPoZOkk6CRnZCdj56Nn4sIq4sFpougg5x8m3yTd4txCIuJBZd8kHuLd4uHi4eLh5J+jn6LfIuEi4SJhZR9kHyLeot3hHp8fH19eoR3iwhYiwWVeI95i3mLdIh6hH6EfoKBfoV+hX2He4uBi4OPg5KFkYaTh5SHlYiTipOKk4qTiJMIiZSIkYiPgZSBl4CaeKR+moSPCD2LBYCLg4+EkoSSh5SLlQiw9zgVi4aMh4+Ij4ePiZCLkIuPjY+Pjo6Nj4uQi5CJkIiOh4+HjYaLhouHiYeHh4iKhouGCNT7OBWUiwWOi46Kj4mPio+IjoiPh4+IjoePiI+Hj4aPho6HjoiNiI6Hj4aOho6Ii4qWfpKDj4YIk4ORgY5+j36OgI1/jYCPg5CGnYuXj5GUkpSOmYuei5aGmoKfgp6GmouWCPCLBZSLlI+SkpOTjpOLlYuSiZKHlIeUho+Fi46PjY+NkY2RjJCLkIuYhpaBlY6RjZKLkgiLkomSiJKIkoaQhY6MkIyRi5CLm4aXgpOBkn6Pe4sIZosFcotrhGN9iouIioaJh4qHiomKiYqIioaKh4mHioiKiYuHioiLh4qIi4mLCIKLi/tLBQ77lIv3txWLkpCPlo0I9yOgzPcWBY6SkI+RiwiL/BL7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOi/fFFYu1l6yjoqOjrZe2i5aLl4mYh5eHloWWhJaElIWShZOEkoWShJKSkpGTkpKRlJGWkgiWkpaRl4+Yj5eNlou2i61/o3OjdJdqi2GLYXVgYGAI+0b7QAWHiIeJhouGi4eNh44I+0b3QAWJjYmNh4+IjoaRg5SElIWVhZSFlYaWh5mGmImYi5gIsIsVi2ucaa9oCPc6+zT3OvczBa+vnK2Lq4ubiZiHl4eXhpSFkoSSg5GCj4KQgo2CjYONgYuBi4KLgIl/hoCGgIWChAiBg4OFhISEhYaFhoaIhoaJhYuFi4aNiJCGkIaRhJGEkoORgZOCkoCRgJB/kICNgosIgYuBi4OJgomCiYKGgoeDhYSEhYSGgod/h3+Jfot7CA77JouyFYv4BAWLkY2Rj5GOkJCPko2PjY+Mj4sI98CLBY+Lj4qPiZGJkIePho+FjYWLhQiL/AQFi4SJhYeGh4aGh4WIiIqGioeLgYuEjoSRCPsS9w37EvsNBYSFg4iCi4eLh4uHjYSOho+IkIeQiZGLkgiwkxX3JvchpHL3DfsIi/f3+7iLi/v3BQ5ni8sVi/c5BYuSjpKQkJCQko6Siwj3VIuLwgWLrpippKSkpKmYrouvi6l+pHKkcpdti2gIi0IFi4aKhoeIh4eHiYaLCHmLBYaLh42Hj4eOipCLkAiL1AWLn4OcfZp9mXqSdot3i3qEfX18fIR6i3cIi1SniwWSi5KIkIaQho6Ei4QIi/s5BYuDiIWGhoaFhImEiwj7p4sFhIuEjYaRhpCIkYuTCA5njPe6FYyQkI6UjQj3I6DM9xYFj5KPj5GLkIuQh4+ECMv7FvcjdgWUiZCIjYaNhoiFhYUIIyak+yMFjIWKhomHiYiIiYaLiIuHjIeNCPsUz/sVRwWHiYeKiIuHi4eNiY6Jj4uQjJEIo/cjI/AFhZGJkY2QCPeB+z0VnILlW3rxiJ6ZmNTS+wydgpxe54v7pwUOZ4vCFYv3SwWLkI2Pjo+Pjo+NkIsI3osFkIuPiY6Ij4eNh4uGCIv7SwWLhomHh4eIh4eKhosIOIsFhouHjIePiI+Jj4uQCLCvFYuGjIePh46IkImQi5CLj42Pjo6PjY+LkIuQiZCIjoePh42Gi4aLhomIh4eIioaLhgjvZxWL90sFi5CNj46Oj4+PjZCLj4ySkJWWlZaVl5SXmJuVl5GRjo6OkI6RjZCNkIyPjI6MkY2TCIySjJGMj4yPjZCOkY6RjpCPjo6Pj42Qi5SLk4qSiZKJkYiPiJCIjoiPho6GjYeMhwiNh4yGjIaMhYuHi4iLiIuHi4eLg4uEiYSJhImFiYeJh4mFh4WLioqJiomJiIqJiokIi4qKiIqJCNqLBZqLmIWWgJaAkH+LfIt6hn2Af46DjYSLhIt9h36Cf4+Bi3+HgImAhYKEhI12hnmAfgh/fXiDcosIZosFfot+jHyOfI5/joOOg41/j32Qc5N8j4SMhouHjYiOh4+Jj4uQCA5ni/c5FYuGjYaOiI+Hj4mQiwjeiwWQi4+Njo+Pjo2Qi5AIi/dKBYuQiZCHjoiPh42Giwg4iwWGi4eJh4eIiImGi4YIi/tKBbD3JhWLkIyPj4+OjpCNkIuQi4+Jj4iOh42Hi4aLhomHiIeHh4eKhouGi4aMiI+Hj4qPi5AI7/snFYv3SwWLkI2Qj46Oj4+NkIuSi5qPo5OZkJePk46TjZeOmo6ajpiMmIsIsIsFpIueg5d9ln6Qeol1koSRgo2Aj4CLgIeAlH+Pfot9i4WJhIiCloCQfIt7i3yFfoGACICAfoZ8iwg8iwWMiIyJi4mMiYyJjYmMiIyKi4mPhI2GjYeNh42GjYOMhIyEi4SLhouHi4iLiYuGioYIioWKhomHioeJh4iGh4eIh4aIh4iFiISJhImDioKLhouHjYiPh4+Ij4iRiJGJkIqPCIqPipGKkomTipGKj4qOiZCJkYiQiJCIjoWSgZZ+nIKXgZaBloGWhJGHi4aLh42HjwiIjomQi48IDviUFPiUFYsMCgAAAAADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAPFlAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAkAAAACAAIAAEAAAAAQAg5gXwBvAN8CPwLvBu8HDwivCX8JzxI/Fl//3//wAAAAAAIOYA8ATwDPAj8C7wbvBw8Ifwl/Cc8SPxZP/9//8AAf/jGgQQBhABD+wP4g+jD6IPjA+AD3wO9g62AAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAAJrVlLJfDzz1AAsCAAAAAADP/GODAAAAAM/8Y4MAAP/bAgAB2wAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAACAAABAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAEAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAdwAAAHcAAACAAAjAZMAHwFJAAABbgAAAgAAAAIAAAACAAAAAgAAAAEAAAACAAAAAW4AAAHcAAAB3AABAdwAAAHcAAAAAFAAABwAAAAAAA4ArgABAAAAAAABAAwAAAABAAAAAAACAA4AQAABAAAAAAADAAwAIgABAAAAAAAEAAwATgABAAAAAAAFABYADAABAAAAAAAGAAYALgABAAAAAAAKADQAWgADAAEECQABAAwAAAADAAEECQACAA4AQAADAAEECQADAAwAIgADAAEECQAEAAwATgADAAEECQAFABYADAADAAEECQAGAAwANAADAAEECQAKADQAWgByAGEAdABpAG4AZwBWAGUAcgBzAGkAbwBuACAAMQAuADAAcgBhAHQAaQBuAGdyYXRpbmcAcgBhAHQAaQBuAGcAUgBlAGcAdQBsAGEAcgByAGEAdABpAG4AZwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");font-weight:400;font-style:normal}.ui.rating .icon{font-family:Rating;line-height:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center}.ui.rating .active.icon:before,.ui.rating .icon:before,.ui.star.rating .active.icon:before,.ui.star.rating .icon:before{content:""}.ui.star.rating .partial.icon:before{content:""}.ui.star.rating .partial.icon{content:""}.ui.heart.rating .active.icon:before,.ui.heart.rating .icon:before{content:""}
/*!
 * # Semantic UI 2.2.10 - Search
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.search{position:relative}.ui.search>.prompt{margin:0;outline:none;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,255,255,0);text-shadow:none;font-style:normal;font-weight:400;line-height:1.21428571em;padding:.67857143em 1em;font-size:1em;background:#fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);box-shadow:inset 0 0 0 0 transparent;transition:background-color .1s ease,color .1s ease,box-shadow .1s ease,border-color .1s ease}.ui.search .prompt{border-radius:500rem}.ui.search .prompt~.search.icon{cursor:pointer}.ui.search>.results{display:none;position:absolute;top:100%;left:0;transform-origin:center top;white-space:normal;background:#fff;margin-top:.5em;width:18em;border-radius:.28571429rem;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);border:1px solid #d4d4d5;z-index:998}.ui.search>.results>:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.search>.results>:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.search>.results .result{cursor:pointer;display:block;overflow:hidden;font-size:1em;padding:.85714286em 1.14285714em;color:rgba(0,0,0,.87);line-height:1.33;border-bottom:1px solid rgba(34,36,38,.1)}.ui.search>.results .result:last-child{border-bottom:none!important}.ui.search>.results .result .image{float:right;overflow:hidden;background:none;width:5em;height:3em;border-radius:.25em}.ui.search>.results .result .image img{display:block;width:auto;height:100%}.ui.search>.results .result .image+.content{margin:0 6em 0 0}.ui.search>.results .result .title{margin:-.14285714em 0 0;font-family:Open Sans,sans-serif;font-weight:700;font-size:1em;color:rgba(0,0,0,.85)}.ui.search>.results .result .description{margin-top:0;font-size:.92857143em;color:rgba(0,0,0,.4)}.ui.search>.results .result .price{float:right;color:#21ba45}.ui.search>.results>.message{padding:1em}.ui.search>.results>.message .header{font-family:Open Sans,sans-serif;font-size:1rem;font-weight:700;color:rgba(0,0,0,.87)}.ui.search>.results>.message .description{margin-top:.25rem;font-size:1em;color:rgba(0,0,0,.87)}.ui.search>.results>.action{display:block;border-top:none;background:#f3f4f5;padding:.92857143em 1em;color:rgba(0,0,0,.87);font-weight:700;text-align:center}.ui.search>.prompt:focus{border-color:rgba(34,36,38,.35);background:#fff;color:rgba(0,0,0,.95)}.ui.loading.search .input>i.icon:before{border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.search .input>i.icon:after,.ui.loading.search .input>i.icon:before{position:absolute;content:"";top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em}.ui.loading.search .input>i.icon:after{-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border:.2em solid transparent;border-top-color:#767676;box-shadow:0 0 0 1px transparent}.ui.category.search>.results .category .result:hover,.ui.search>.results .result:hover{background:#f9fafb}.ui.search .action:hover{background:#e0e0e0}.ui.category.search>.results .category.active{background:#f3f4f5}.ui.category.search>.results .category.active>.name{color:rgba(0,0,0,.87)}.ui.category.search>.results .category .result.active,.ui.search>.results .result.active{position:relative;border-left-color:rgba(34,36,38,.1);background:#f3f4f5;box-shadow:none}.ui.search>.results .result.active .description,.ui.search>.results .result.active .title{color:rgba(0,0,0,.85)}.ui.search.selection .prompt{border-radius:.28571429rem}.ui.search.selection>.icon.input>.remove.icon{pointer-events:none;position:absolute;left:auto;opacity:0;color:"";top:0;right:0;transition:color .1s ease,opacity .1s ease}.ui.search.selection>.icon.input>.active.remove.icon{cursor:pointer;opacity:.8;pointer-events:auto}.ui.search.selection>.icon.input:not([class*="left icon"])>.icon~.remove.icon{right:1.85714em}.ui.search.selection>.icon.input>.remove.icon:hover{opacity:1;color:#db2828}.ui.category.search .results{width:28em}.ui.category.search>.results .category{background:#f3f4f5;box-shadow:none;border-bottom:1px solid rgba(34,36,38,.1);transition:background .1s ease,border-color .1s ease}.ui.category.search>.results .category:last-child{border-bottom:none}.ui.category.search>.results .category:first-child .name+.result{border-radius:0 .28571429rem 0 0}.ui.category.search>.results .category:last-child .result:last-child{border-radius:0 0 .28571429rem 0}.ui.category.search>.results .category .result{background:#fff;margin-left:100px;border-left:1px solid rgba(34,36,38,.15);border-bottom:1px solid rgba(34,36,38,.1);transition:background .1s ease,border-color .1s ease;padding:.85714286em 1.14285714em}.ui.category.search>.results .category:last-child .result:last-child{border-bottom:none}.ui.category.search>.results .category>.name{width:100px;background:transparent;font-family:Open Sans,sans-serif;font-size:1em;float:1em;float:left;padding:.4em 1em;font-weight:700;color:rgba(0,0,0,.4)}.ui[class*="left aligned"].search>.results{right:auto;left:0}.ui[class*="right aligned"].search>.results{right:0;left:auto}.ui.fluid.search .results{width:100%}.ui.mini.search{font-size:.78571429em}.ui.small.search{font-size:.92857143em}.ui.search{font-size:1em}.ui.large.search{font-size:1.14285714em}.ui.big.search{font-size:1.28571429em}.ui.huge.search{font-size:1.42857143em}.ui.massive.search{font-size:1.71428571em}
/*!
 * # Semantic UI 2.2.10 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.transition{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animating.transition{-webkit-backface-visibility:hidden;backface-visibility:hidden;visibility:visible!important}.loading.transition{position:absolute;top:-99999px;left:-99999px}.hidden.transition{display:none;visibility:hidden}.visible.transition{display:block!important;visibility:visible!important}.disabled.transition{-webkit-animation-play-state:paused;animation-play-state:paused}.looping.transition{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.transition.browse{-webkit-animation-duration:.5s;animation-duration:.5s}.transition.browse.in{-webkit-animation-name:browseIn;animation-name:browseIn}.transition.browse.left.out,.transition.browse.out{-webkit-animation-name:browseOutLeft;animation-name:browseOutLeft}.transition.browse.right.out{-webkit-animation-name:browseOutRight;animation-name:browseOutRight}@-webkit-keyframes browseIn{0%{transform:scale(.8) translateZ(0);z-index:-1}10%{transform:scale(.8) translateZ(0);z-index:-1;opacity:.7}80%{transform:scale(1.05) translateZ(0);opacity:1;z-index:999}to{transform:scale(1) translateZ(0);z-index:999}}@keyframes browseIn{0%{transform:scale(.8) translateZ(0);z-index:-1}10%{transform:scale(.8) translateZ(0);z-index:-1;opacity:.7}80%{transform:scale(1.05) translateZ(0);opacity:1;z-index:999}to{transform:scale(1) translateZ(0);z-index:999}}@-webkit-keyframes browseOutLeft{0%{z-index:999;transform:translateX(0) rotateY(0deg) rotateX(0deg)}50%{z-index:-1;transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}to{z-index:-1;transform:translateX(0) rotateY(0deg) rotateX(0deg) translateZ(-10px);opacity:0}}@keyframes browseOutLeft{0%{z-index:999;transform:translateX(0) rotateY(0deg) rotateX(0deg)}50%{z-index:-1;transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}to{z-index:-1;transform:translateX(0) rotateY(0deg) rotateX(0deg) translateZ(-10px);opacity:0}}@-webkit-keyframes browseOutRight{0%{z-index:999;transform:translateX(0) rotateY(0deg) rotateX(0deg)}50%{z-index:1;transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}to{z-index:1;transform:translateX(0) rotateY(0deg) rotateX(0deg) translateZ(-10px);opacity:0}}@keyframes browseOutRight{0%{z-index:999;transform:translateX(0) rotateY(0deg) rotateX(0deg)}50%{z-index:1;transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}to{z-index:1;transform:translateX(0) rotateY(0deg) rotateX(0deg) translateZ(-10px);opacity:0}}.drop.transition{transform-origin:top center;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:cubic-bezier(.34,1.61,.7,1);animation-timing-function:cubic-bezier(.34,1.61,.7,1)}.drop.transition.in{-webkit-animation-name:dropIn;animation-name:dropIn}.drop.transition.out{-webkit-animation-name:dropOut;animation-name:dropOut}@-webkit-keyframes dropIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes dropIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@-webkit-keyframes dropOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}@keyframes dropOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}.transition.fade.in{-webkit-animation-name:fadeIn;animation-name:fadeIn}.transition[class*="fade up"].in{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.transition[class*="fade down"].in{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.transition[class*="fade left"].in{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.transition[class*="fade right"].in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.transition.fade.out{-webkit-animation-name:fadeOut;animation-name:fadeOut}.transition[class*="fade up"].out{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}.transition[class*="fade down"].out{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}.transition[class*="fade left"].out{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}.transition[class*="fade right"].out{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translateY(10%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10%)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translateY(-10%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10%)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translateX(-10%)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(-10%)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(5%)}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(5%)}}@-webkit-keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-5%)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-5%)}}@-webkit-keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(5%)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(5%)}}@-webkit-keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-5%)}}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-5%)}}.flip.transition.in,.flip.transition.out{-webkit-animation-duration:.6s;animation-duration:.6s}.horizontal.flip.transition.in{-webkit-animation-name:horizontalFlipIn;animation-name:horizontalFlipIn}.horizontal.flip.transition.out{-webkit-animation-name:horizontalFlipOut;animation-name:horizontalFlipOut}.vertical.flip.transition.in{-webkit-animation-name:verticalFlipIn;animation-name:verticalFlipIn}.vertical.flip.transition.out{-webkit-animation-name:verticalFlipOut;animation-name:verticalFlipOut}@-webkit-keyframes horizontalFlipIn{0%{transform:perspective(2000px) rotateY(-90deg);opacity:0}to{transform:perspective(2000px) rotateY(0deg);opacity:1}}@keyframes horizontalFlipIn{0%{transform:perspective(2000px) rotateY(-90deg);opacity:0}to{transform:perspective(2000px) rotateY(0deg);opacity:1}}@-webkit-keyframes verticalFlipIn{0%{transform:perspective(2000px) rotateX(-90deg);opacity:0}to{transform:perspective(2000px) rotateX(0deg);opacity:1}}@keyframes verticalFlipIn{0%{transform:perspective(2000px) rotateX(-90deg);opacity:0}to{transform:perspective(2000px) rotateX(0deg);opacity:1}}@-webkit-keyframes horizontalFlipOut{0%{transform:perspective(2000px) rotateY(0deg);opacity:1}to{transform:perspective(2000px) rotateY(90deg);opacity:0}}@keyframes horizontalFlipOut{0%{transform:perspective(2000px) rotateY(0deg);opacity:1}to{transform:perspective(2000px) rotateY(90deg);opacity:0}}@-webkit-keyframes verticalFlipOut{0%{transform:perspective(2000px) rotateX(0deg);opacity:1}to{transform:perspective(2000px) rotateX(-90deg);opacity:0}}@keyframes verticalFlipOut{0%{transform:perspective(2000px) rotateX(0deg);opacity:1}to{transform:perspective(2000px) rotateX(-90deg);opacity:0}}.scale.transition.in{-webkit-animation-name:scaleIn;animation-name:scaleIn}.scale.transition.out{-webkit-animation-name:scaleOut;animation-name:scaleOut}@-webkit-keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@-webkit-keyframes scaleOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@keyframes scaleOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.transition.fly{-webkit-animation-duration:.6s;animation-duration:.6s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.transition.fly.in{-webkit-animation-name:flyIn;animation-name:flyIn}.transition[class*="fly up"].in{-webkit-animation-name:flyInUp;animation-name:flyInUp}.transition[class*="fly down"].in{-webkit-animation-name:flyInDown;animation-name:flyInDown}.transition[class*="fly left"].in{-webkit-animation-name:flyInLeft;animation-name:flyInLeft}.transition[class*="fly right"].in{-webkit-animation-name:flyInRight;animation-name:flyInRight}.transition.fly.out{-webkit-animation-name:flyOut;animation-name:flyOut}.transition[class*="fly up"].out{-webkit-animation-name:flyOutUp;animation-name:flyOutUp}.transition[class*="fly down"].out{-webkit-animation-name:flyOutDown;animation-name:flyOutDown}.transition[class*="fly left"].out{-webkit-animation-name:flyOutLeft;animation-name:flyOutLeft}.transition[class*="fly right"].out{-webkit-animation-name:flyOutRight;animation-name:flyOutRight}@-webkit-keyframes flyIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes flyIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@-webkit-keyframes flyInUp{0%{opacity:0;transform:translate3d(0,1500px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes flyInUp{0%{opacity:0;transform:translate3d(0,1500px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@-webkit-keyframes flyInDown{0%{opacity:0;transform:translate3d(0,-1500px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes flyInDown{0%{opacity:0;transform:translate3d(0,-1500px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@-webkit-keyframes flyInLeft{0%{opacity:0;transform:translate3d(1500px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes flyInLeft{0%{opacity:0;transform:translate3d(1500px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@-webkit-keyframes flyInRight{0%{opacity:0;transform:translate3d(-1500px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes flyInRight{0%{opacity:0;transform:translate3d(-1500px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@-webkit-keyframes flyOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes flyOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@-webkit-keyframes flyOutUp{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes flyOutUp{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}@-webkit-keyframes flyOutDown{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes flyOutDown{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@-webkit-keyframes flyOutRight{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes flyOutRight{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@-webkit-keyframes flyOutLeft{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes flyOutLeft{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.transition.slide.in,.transition[class*="slide down"].in{-webkit-animation-name:slideInY;animation-name:slideInY;transform-origin:top center}.transition[class*="slide up"].in{-webkit-animation-name:slideInY;animation-name:slideInY;transform-origin:bottom center}.transition[class*="slide left"].in{-webkit-animation-name:slideInX;animation-name:slideInX;transform-origin:center right}.transition[class*="slide right"].in{-webkit-animation-name:slideInX;animation-name:slideInX;transform-origin:center left}.transition.slide.out,.transition[class*="slide down"].out{-webkit-animation-name:slideOutY;animation-name:slideOutY;transform-origin:top center}.transition[class*="slide up"].out{-webkit-animation-name:slideOutY;animation-name:slideOutY;transform-origin:bottom center}.transition[class*="slide left"].out{-webkit-animation-name:slideOutX;animation-name:slideOutX;transform-origin:center right}.transition[class*="slide right"].out{-webkit-animation-name:slideOutX;animation-name:slideOutX;transform-origin:center left}@-webkit-keyframes slideInY{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}@keyframes slideInY{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}@-webkit-keyframes slideInX{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes slideInX{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@-webkit-keyframes slideOutY{0%{opacity:1;transform:scaleY(1)}to{opacity:0;transform:scaleY(0)}}@keyframes slideOutY{0%{opacity:1;transform:scaleY(1)}to{opacity:0;transform:scaleY(0)}}@-webkit-keyframes slideOutX{0%{opacity:1;transform:scaleX(1)}to{opacity:0;transform:scaleX(0)}}@keyframes slideOutX{0%{opacity:1;transform:scaleX(1)}to{opacity:0;transform:scaleX(0)}}.transition.swing{-webkit-animation-duration:.8s;animation-duration:.8s}.transition[class*="swing down"].in{-webkit-animation-name:swingInX;animation-name:swingInX;transform-origin:top center}.transition[class*="swing up"].in{-webkit-animation-name:swingInX;animation-name:swingInX;transform-origin:bottom center}.transition[class*="swing left"].in{-webkit-animation-name:swingInY;animation-name:swingInY;transform-origin:center right}.transition[class*="swing right"].in{-webkit-animation-name:swingInY;animation-name:swingInY;transform-origin:center left}.transition.swing.out,.transition[class*="swing down"].out{-webkit-animation-name:swingOutX;animation-name:swingOutX;transform-origin:top center}.transition[class*="swing up"].out{-webkit-animation-name:swingOutX;animation-name:swingOutX;transform-origin:bottom center}.transition[class*="swing left"].out{-webkit-animation-name:swingOutY;animation-name:swingOutY;transform-origin:center right}.transition[class*="swing right"].out{-webkit-animation-name:swingOutY;animation-name:swingOutY;transform-origin:center left}@-webkit-keyframes swingInX{0%{transform:perspective(1000px) rotateX(90deg);opacity:0}40%{transform:perspective(1000px) rotateX(-30deg);opacity:1}60%{transform:perspective(1000px) rotateX(15deg)}80%{transform:perspective(1000px) rotateX(-7.5deg)}to{transform:perspective(1000px) rotateX(0deg)}}@keyframes swingInX{0%{transform:perspective(1000px) rotateX(90deg);opacity:0}40%{transform:perspective(1000px) rotateX(-30deg);opacity:1}60%{transform:perspective(1000px) rotateX(15deg)}80%{transform:perspective(1000px) rotateX(-7.5deg)}to{transform:perspective(1000px) rotateX(0deg)}}@-webkit-keyframes swingInY{0%{transform:perspective(1000px) rotateY(-90deg);opacity:0}40%{transform:perspective(1000px) rotateY(30deg);opacity:1}60%{transform:perspective(1000px) rotateY(-17.5deg)}80%{transform:perspective(1000px) rotateY(7.5deg)}to{transform:perspective(1000px) rotateY(0deg)}}@keyframes swingInY{0%{transform:perspective(1000px) rotateY(-90deg);opacity:0}40%{transform:perspective(1000px) rotateY(30deg);opacity:1}60%{transform:perspective(1000px) rotateY(-17.5deg)}80%{transform:perspective(1000px) rotateY(7.5deg)}to{transform:perspective(1000px) rotateY(0deg)}}@-webkit-keyframes swingOutX{0%{transform:perspective(1000px) rotateX(0deg)}40%{transform:perspective(1000px) rotateX(-7.5deg)}60%{transform:perspective(1000px) rotateX(17.5deg)}80%{transform:perspective(1000px) rotateX(-30deg);opacity:1}to{transform:perspective(1000px) rotateX(90deg);opacity:0}}@keyframes swingOutX{0%{transform:perspective(1000px) rotateX(0deg)}40%{transform:perspective(1000px) rotateX(-7.5deg)}60%{transform:perspective(1000px) rotateX(17.5deg)}80%{transform:perspective(1000px) rotateX(-30deg);opacity:1}to{transform:perspective(1000px) rotateX(90deg);opacity:0}}@-webkit-keyframes swingOutY{0%{transform:perspective(1000px) rotateY(0deg)}40%{transform:perspective(1000px) rotateY(7.5deg)}60%{transform:perspective(1000px) rotateY(-10deg)}80%{transform:perspective(1000px) rotateY(30deg);opacity:1}to{transform:perspective(1000px) rotateY(-90deg);opacity:0}}@keyframes swingOutY{0%{transform:perspective(1000px) rotateY(0deg)}40%{transform:perspective(1000px) rotateY(7.5deg)}60%{transform:perspective(1000px) rotateY(-10deg)}80%{transform:perspective(1000px) rotateY(30deg);opacity:1}to{transform:perspective(1000px) rotateY(-90deg);opacity:0}}.flash.transition{-webkit-animation-name:flash;animation-name:flash}.flash.transition,.shake.transition{-webkit-animation-duration:.75s;animation-duration:.75s}.shake.transition{-webkit-animation-name:shake;animation-name:shake}.bounce.transition{-webkit-animation-name:bounce;animation-name:bounce}.bounce.transition,.tada.transition{-webkit-animation-duration:.75s;animation-duration:.75s}.tada.transition{-webkit-animation-name:tada;animation-name:tada}.pulse.transition{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:pulse;animation-name:pulse}.jiggle.transition{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:jiggle;animation-name:jiggle}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@-webkit-keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}@-webkit-keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@-webkit-keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}@-webkit-keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(.9);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(.9);opacity:.7}to{transform:scale(1);opacity:1}}@-webkit-keyframes jiggle{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes jiggle{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.materialize-red{background-color:#e51c23!important}.materialize-red-hover:hover{color:#e51c23!important;background:#fff!important}.materialize-red-svg .one{stop-color:#e51c23!important}.materialize-red-bg-hover:hover{background:#e51c23!important;color:#fff!important}.materialize-red-border-indicator .border-color:after{border-color:#e51c23!important}.materialize-red-border-after:after{background:#e51c23!important}.materialize-red-parent .text-color{color:#e51c23!important}.materialize-red-parent .border-color{border-color:#e51c23!important}.materialize-red-text{color:#e51c23!important}.materialize-red-border{border-color:#e51c23!important}.materialize-red-opacity{background-color:rgba(229,28,35,.25)!important}.materialize-red-shadow,.materialize-red-shadow-hover:hover{box-shadow:0 0 0 4px rgba(229,28,35,.4)!important}.materialize-red.lighten-5{background-color:#fdeaeb!important}.materialize-red-text.text-lighten-5{color:#fdeaeb!important}.materialize-red-border.border-lighten-5{border-color:#fdeaeb!important}.materialize-red.lighten-4{background-color:#f8c1c3!important}.materialize-red-text.text-lighten-4{color:#f8c1c3!important}.materialize-red-border.border-lighten-4{border-color:#f8c1c3!important}.materialize-red.lighten-3{background-color:#f3989b!important}.materialize-red-text.text-lighten-3{color:#f3989b!important}.materialize-red-border.border-lighten-3{border-color:#f3989b!important}.materialize-red.lighten-2{background-color:#ee6e73!important}.materialize-red-text.text-lighten-2{color:#ee6e73!important}.materialize-red-border.border-lighten-2{border-color:#ee6e73!important}.materialize-red.lighten-1{background-color:#ea454b!important}.materialize-red-text.text-lighten-1{color:#ea454b!important}.materialize-red-border.border-lighten-1{border-color:#ea454b!important}.materialize-red.darken-1{background-color:#d0181e!important}.materialize-red-text.text-darken-1{color:#d0181e!important}.materialize-red-border.border-darken-1{border-color:#d0181e!important}.materialize-red.darken-2{background-color:#b9151b!important}.materialize-red-text.text-darken-2{color:#b9151b!important}.materialize-red-border.border-darken-2{border-color:#b9151b!important}.materialize-red.darken-3{background-color:#a21318!important}.materialize-red-text.text-darken-3{color:#a21318!important}.materialize-red-border.border-darken-3{border-color:#a21318!important}.materialize-red.darken-4{background-color:#8b1014!important}.materialize-red-text.text-darken-4{color:#8b1014!important}.materialize-red-border.border-darken-4{border-color:#8b1014!important}.red{background-color:#e81c0d!important}.red-hover:hover{color:#e81c0d!important;background:#fff!important}.red-svg .one{stop-color:#e81c0d!important}.red-bg-hover:hover{background:#e81c0d!important;color:#fff!important}.red-border-indicator .border-color:after{border-color:#e81c0d!important}.red-border-after:after{background:#e81c0d!important}.red-parent .text-color{color:#e81c0d!important}.red-parent .border-color{border-color:#e81c0d!important}.red-text{color:#e81c0d!important}.red-border{border-color:#e81c0d!important}.red-opacity{background-color:rgba(232,28,13,.25)!important}.red-shadow,.red-shadow-hover:hover{box-shadow:0 0 0 4px rgba(232,28,13,.4)!important}.red.lighten-5{background-color:#ffebee!important}.red-text.text-lighten-5{color:#ffebee!important}.red-border.border-lighten-5{border-color:#ffebee!important}.red.lighten-4{background-color:#ffcdd2!important}.red-text.text-lighten-4{color:#ffcdd2!important}.red-border.border-lighten-4{border-color:#ffcdd2!important}.red.lighten-3{background-color:#ef9a9a!important}.red-text.text-lighten-3{color:#ef9a9a!important}.red-border.border-lighten-3{border-color:#ef9a9a!important}.red.lighten-2{background-color:#e57373!important}.red-text.text-lighten-2{color:#e57373!important}.red-border.border-lighten-2{border-color:#e57373!important}.red.lighten-1{background-color:#ef5350!important}.red-text.text-lighten-1{color:#ef5350!important}.red-border.border-lighten-1{border-color:#ef5350!important}.red.darken-1{background-color:#e62523!important}.red-text.text-darken-1{color:#e62523!important}.red-border.border-darken-1{border-color:#e62523!important}.red.darken-2{background-color:#d32f2f!important}.red-text.text-darken-2{color:#d32f2f!important}.red-border.border-darken-2{border-color:#d32f2f!important}.red.darken-3{background-color:#c62828!important}.red-text.text-darken-3{color:#c62828!important}.red-border.border-darken-3{border-color:#c62828!important}.red.darken-4{background-color:#b71c1c!important}.red-text.text-darken-4{color:#b71c1c!important}.red-border.border-darken-4{border-color:#b71c1c!important}.red.accent-1{background-color:#ff8a80!important}.red-text.text-accent-1{color:#ff8a80!important}.red-border.border-accent-1{border-color:#ff8a80!important}.red.accent-2{background-color:#ff5252!important}.red-text.text-accent-2{color:#ff5252!important}.red-border.border-accent-2{border-color:#ff5252!important}.red.accent-3{background-color:#ff1744!important}.red-text.text-accent-3{color:#ff1744!important}.red-border.border-accent-3{border-color:#ff1744!important}.red.accent-4{background-color:#d50000!important}.red-text.text-accent-4{color:#d50000!important}.red-border.border-accent-4{border-color:#d50000!important}.pink{background-color:#df165a!important}.pink-hover:hover{color:#df165a!important;background:#fff!important}.pink-svg .one{stop-color:#df165a!important}.pink-bg-hover:hover{background:#df165a!important;color:#fff!important}.pink-border-indicator .border-color:after{border-color:#df165a!important}.pink-border-after:after{background:#df165a!important}.pink-parent .text-color{color:#df165a!important}.pink-parent .border-color{border-color:#df165a!important}.pink-text{color:#df165a!important}.pink-border{border-color:#df165a!important}.pink-opacity{background-color:rgba(223,22,90,.25)!important}.pink-shadow,.pink-shadow-hover:hover{box-shadow:0 0 0 4px rgba(223,22,90,.4)!important}.pink.lighten-5{background-color:#fce4ec!important}.pink-text.text-lighten-5{color:#fce4ec!important}.pink-border.border-lighten-5{border-color:#fce4ec!important}.pink.lighten-4{background-color:#f8bbd0!important}.pink-text.text-lighten-4{color:#f8bbd0!important}.pink-border.border-lighten-4{border-color:#f8bbd0!important}.pink.lighten-3{background-color:#f48fb1!important}.pink-text.text-lighten-3{color:#f48fb1!important}.pink-border.border-lighten-3{border-color:#f48fb1!important}.pink.lighten-2{background-color:#f06292!important}.pink-text.text-lighten-2{color:#f06292!important}.pink-border.border-lighten-2{border-color:#f06292!important}.pink.lighten-1{background-color:#ec407a!important}.pink-text.text-lighten-1{color:#ec407a!important}.pink-border.border-lighten-1{border-color:#ec407a!important}.pink.darken-1{background-color:#d81b60!important}.pink-text.text-darken-1{color:#d81b60!important}.pink-border.border-darken-1{border-color:#d81b60!important}.pink.darken-2{background-color:#c2185b!important}.pink-text.text-darken-2{color:#c2185b!important}.pink-border.border-darken-2{border-color:#c2185b!important}.pink.darken-3{background-color:#ad1457!important}.pink-text.text-darken-3{color:#ad1457!important}.pink-border.border-darken-3{border-color:#ad1457!important}.pink.darken-4{background-color:#880e4f!important}.pink-text.text-darken-4{color:#880e4f!important}.pink-border.border-darken-4{border-color:#880e4f!important}.pink.accent-1{background-color:#ff80ab!important}.pink-text.text-accent-1{color:#ff80ab!important}.pink-border.border-accent-1{border-color:#ff80ab!important}.pink.accent-2{background-color:#ff4081!important}.pink-text.text-accent-2{color:#ff4081!important}.pink-border.border-accent-2{border-color:#ff4081!important}.pink.accent-3{background-color:#f50057!important}.pink-text.text-accent-3{color:#f50057!important}.pink-border.border-accent-3{border-color:#f50057!important}.pink.accent-4{background-color:#c51162!important}.pink-text.text-accent-4{color:#c51162!important}.pink-border.border-accent-4{border-color:#c51162!important}.purple{background-color:#9c27b0!important}.purple-hover:hover{color:#9c27b0!important;background:#fff!important}.purple-svg .one{stop-color:#9c27b0!important}.purple-bg-hover:hover{background:#9c27b0!important;color:#fff!important}.purple-border-indicator .border-color:after{border-color:#9c27b0!important}.purple-border-after:after{background:#9c27b0!important}.purple-parent .text-color{color:#9c27b0!important}.purple-parent .border-color{border-color:#9c27b0!important}.purple-text{color:#9c27b0!important}.purple-border{border-color:#9c27b0!important}.purple-opacity{background-color:rgba(156,39,176,.25)!important}.purple-shadow,.purple-shadow-hover:hover{box-shadow:0 0 0 4px rgba(156,39,176,.4)!important}.purple.lighten-5{background-color:#f3e5f5!important}.purple-text.text-lighten-5{color:#f3e5f5!important}.purple-border.border-lighten-5{border-color:#f3e5f5!important}.purple.lighten-4{background-color:#e1bee7!important}.purple-text.text-lighten-4{color:#e1bee7!important}.purple-border.border-lighten-4{border-color:#e1bee7!important}.purple.lighten-3{background-color:#ce93d8!important}.purple-text.text-lighten-3{color:#ce93d8!important}.purple-border.border-lighten-3{border-color:#ce93d8!important}.purple.lighten-2{background-color:#ba68c8!important}.purple-text.text-lighten-2{color:#ba68c8!important}.purple-border.border-lighten-2{border-color:#ba68c8!important}.purple.lighten-1{background-color:#ab47bc!important}.purple-text.text-lighten-1{color:#ab47bc!important}.purple-border.border-lighten-1{border-color:#ab47bc!important}.purple.darken-1{background-color:#8e24aa!important}.purple-text.text-darken-1{color:#8e24aa!important}.purple-border.border-darken-1{border-color:#8e24aa!important}.purple.darken-2{background-color:#7b1fa2!important}.purple-text.text-darken-2{color:#7b1fa2!important}.purple-border.border-darken-2{border-color:#7b1fa2!important}.purple.darken-3{background-color:#6a1b9a!important}.purple-text.text-darken-3{color:#6a1b9a!important}.purple-border.border-darken-3{border-color:#6a1b9a!important}.purple.darken-4{background-color:#4a148c!important}.purple-text.text-darken-4{color:#4a148c!important}.purple-border.border-darken-4{border-color:#4a148c!important}.purple.accent-1{background-color:#ea80fc!important}.purple-text.text-accent-1{color:#ea80fc!important}.purple-border.border-accent-1{border-color:#ea80fc!important}.purple.accent-2{background-color:#e040fb!important}.purple-text.text-accent-2{color:#e040fb!important}.purple-border.border-accent-2{border-color:#e040fb!important}.purple.accent-3{background-color:#d500f9!important}.purple-text.text-accent-3{color:#d500f9!important}.purple-border.border-accent-3{border-color:#d500f9!important}.purple.accent-4{background-color:#a0f!important}.purple-text.text-accent-4{color:#a0f!important}.purple-border.border-accent-4{border-color:#a0f!important}.deep-purple{background-color:#673ab7!important}.deep-purple-hover:hover{color:#673ab7!important;background:#fff!important}.deep-purple-svg .one{stop-color:#673ab7!important}.deep-purple-bg-hover:hover{background:#673ab7!important;color:#fff!important}.deep-purple-border-indicator .border-color:after{border-color:#673ab7!important}.deep-purple-border-after:after{background:#673ab7!important}.deep-purple-parent .text-color{color:#673ab7!important}.deep-purple-parent .border-color{border-color:#673ab7!important}.deep-purple-text{color:#673ab7!important}.deep-purple-border{border-color:#673ab7!important}.deep-purple-opacity{background-color:rgba(103,58,183,.25)!important}.deep-purple-shadow,.deep-purple-shadow-hover:hover{box-shadow:0 0 0 4px rgba(103,58,183,.4)!important}.deep-purple.lighten-5{background-color:#ede7f6!important}.deep-purple-text.text-lighten-5{color:#ede7f6!important}.deep-purple-border.border-lighten-5{border-color:#ede7f6!important}.deep-purple.lighten-4{background-color:#d1c4e9!important}.deep-purple-text.text-lighten-4{color:#d1c4e9!important}.deep-purple-border.border-lighten-4{border-color:#d1c4e9!important}.deep-purple.lighten-3{background-color:#b39ddb!important}.deep-purple-text.text-lighten-3{color:#b39ddb!important}.deep-purple-border.border-lighten-3{border-color:#b39ddb!important}.deep-purple.lighten-2{background-color:#9575cd!important}.deep-purple-text.text-lighten-2{color:#9575cd!important}.deep-purple-border.border-lighten-2{border-color:#9575cd!important}.deep-purple.lighten-1{background-color:#7e57c2!important}.deep-purple-text.text-lighten-1{color:#7e57c2!important}.deep-purple-border.border-lighten-1{border-color:#7e57c2!important}.deep-purple.darken-1{background-color:#5e35b1!important}.deep-purple-text.text-darken-1{color:#5e35b1!important}.deep-purple-border.border-darken-1{border-color:#5e35b1!important}.deep-purple.darken-2{background-color:#512da8!important}.deep-purple-text.text-darken-2{color:#512da8!important}.deep-purple-border.border-darken-2{border-color:#512da8!important}.deep-purple.darken-3{background-color:#4527a0!important}.deep-purple-text.text-darken-3{color:#4527a0!important}.deep-purple-border.border-darken-3{border-color:#4527a0!important}.deep-purple.darken-4{background-color:#311b92!important}.deep-purple-text.text-darken-4{color:#311b92!important}.deep-purple-border.border-darken-4{border-color:#311b92!important}.deep-purple.accent-1{background-color:#b388ff!important}.deep-purple-text.text-accent-1{color:#b388ff!important}.deep-purple-border.border-accent-1{border-color:#b388ff!important}.deep-purple.accent-2{background-color:#7c4dff!important}.deep-purple-text.text-accent-2{color:#7c4dff!important}.deep-purple-border.border-accent-2{border-color:#7c4dff!important}.deep-purple.accent-3{background-color:#651fff!important}.deep-purple-text.text-accent-3{color:#651fff!important}.deep-purple-border.border-accent-3{border-color:#651fff!important}.deep-purple.accent-4{background-color:#6200ea!important}.deep-purple-text.text-accent-4{color:#6200ea!important}.deep-purple-border.border-accent-4{border-color:#6200ea!important}.indigo{background-color:#3f51b5!important}.indigo-hover:hover{color:#3f51b5!important;background:#fff!important}.indigo-svg .one{stop-color:#3f51b5!important}.indigo-bg-hover:hover{background:#3f51b5!important;color:#fff!important}.indigo-border-indicator .border-color:after{border-color:#3f51b5!important}.indigo-border-after:after{background:#3f51b5!important}.indigo-parent .text-color{color:#3f51b5!important}.indigo-parent .border-color{border-color:#3f51b5!important}.indigo-text{color:#3f51b5!important}.indigo-border{border-color:#3f51b5!important}.indigo-opacity{background-color:rgba(63,81,181,.25)!important}.indigo-shadow,.indigo-shadow-hover:hover{box-shadow:0 0 0 4px rgba(63,81,181,.4)!important}.indigo.lighten-5{background-color:#e8eaf6!important}.indigo-text.text-lighten-5{color:#e8eaf6!important}.indigo-border.border-lighten-5{border-color:#e8eaf6!important}.indigo.lighten-4{background-color:#c5cae9!important}.indigo-text.text-lighten-4{color:#c5cae9!important}.indigo-border.border-lighten-4{border-color:#c5cae9!important}.indigo.lighten-3{background-color:#9fa8da!important}.indigo-text.text-lighten-3{color:#9fa8da!important}.indigo-border.border-lighten-3{border-color:#9fa8da!important}.indigo.lighten-2{background-color:#7986cb!important}.indigo-text.text-lighten-2{color:#7986cb!important}.indigo-border.border-lighten-2{border-color:#7986cb!important}.indigo.lighten-1{background-color:#5c6bc0!important}.indigo-text.text-lighten-1{color:#5c6bc0!important}.indigo-border.border-lighten-1{border-color:#5c6bc0!important}.indigo.darken-1{background-color:#3949ab!important}.indigo-text.text-darken-1{color:#3949ab!important}.indigo-border.border-darken-1{border-color:#3949ab!important}.indigo.darken-2{background-color:#303f9f!important}.indigo-text.text-darken-2{color:#303f9f!important}.indigo-border.border-darken-2{border-color:#303f9f!important}.indigo.darken-3{background-color:#283593!important}.indigo-text.text-darken-3{color:#283593!important}.indigo-border.border-darken-3{border-color:#283593!important}.indigo.darken-4{background-color:#1a237e!important}.indigo-text.text-darken-4{color:#1a237e!important}.indigo-border.border-darken-4{border-color:#1a237e!important}.indigo.accent-1{background-color:#8c9eff!important}.indigo-text.text-accent-1{color:#8c9eff!important}.indigo-border.border-accent-1{border-color:#8c9eff!important}.indigo.accent-2{background-color:#536dfe!important}.indigo-text.text-accent-2{color:#536dfe!important}.indigo-border.border-accent-2{border-color:#536dfe!important}.indigo.accent-3{background-color:#3d5afe!important}.indigo-text.text-accent-3{color:#3d5afe!important}.indigo-border.border-accent-3{border-color:#3d5afe!important}.indigo.accent-4{background-color:#304ffe!important}.indigo-text.text-accent-4{color:#304ffe!important}.indigo-border.border-accent-4{border-color:#304ffe!important}.blue{background-color:#176ede!important}.blue-hover:hover{color:#176ede!important;background:#fff!important}.blue-svg .one{stop-color:#176ede!important}.blue-bg-hover:hover{background:#176ede!important;color:#fff!important}.blue-border-indicator .border-color:after{border-color:#176ede!important}.blue-border-after:after{background:#176ede!important}.blue-parent .text-color{color:#176ede!important}.blue-parent .border-color{border-color:#176ede!important}.blue-text{color:#176ede!important}.blue-border{border-color:#176ede!important}.blue-opacity{background-color:rgba(23,110,222,.25)!important}.blue-shadow,.blue-shadow-hover:hover{box-shadow:0 0 0 4px rgba(23,110,222,.4)!important}.blue.lighten-5{background-color:#88bbeb!important}.blue-text.text-lighten-5{color:#88bbeb!important}.blue-border.border-lighten-5{border-color:#88bbeb!important}.blue.lighten-4{background-color:#bbdefb!important}.blue-text.text-lighten-4{color:#bbdefb!important}.blue-border.border-lighten-4{border-color:#bbdefb!important}.blue.lighten-3{background-color:#58a0e2!important}.blue-text.text-lighten-3{color:#58a0e2!important}.blue-border.border-lighten-3{border-color:#58a0e2!important}.blue.lighten-2{background-color:#4092de!important}.blue-text.text-lighten-2{color:#4092de!important}.blue-border.border-lighten-2{border-color:#4092de!important}.blue.lighten-1{background-color:#2885da!important}.blue-text.text-lighten-1{color:#2885da!important}.blue-border.border-lighten-1{border-color:#2885da!important}.blue.darken-1{background-color:#1e88e5!important}.blue-text.text-darken-1{color:#1e88e5!important}.blue-border.border-darken-1{border-color:#1e88e5!important}.blue.darken-2{background-color:#1976d2!important}.blue-text.text-darken-2{color:#1976d2!important}.blue-border.border-darken-2{border-color:#1976d2!important}.blue.darken-3{background-color:#1565c0!important}.blue-text.text-darken-3{color:#1565c0!important}.blue-border.border-darken-3{border-color:#1565c0!important}.blue.darken-4{background-color:#0d47a1!important}.blue-text.text-darken-4{color:#0d47a1!important}.blue-border.border-darken-4{border-color:#0d47a1!important}.blue.accent-1{background-color:#82b1ff!important}.blue-text.text-accent-1{color:#82b1ff!important}.blue-border.border-accent-1{border-color:#82b1ff!important}.blue.accent-2{background-color:#448aff!important}.blue-text.text-accent-2{color:#448aff!important}.blue-border.border-accent-2{border-color:#448aff!important}.blue.accent-3{background-color:#2979ff!important}.blue-text.text-accent-3{color:#2979ff!important}.blue-border.border-accent-3{border-color:#2979ff!important}.blue.accent-4{background-color:#2962ff!important}.blue-text.text-accent-4{color:#2962ff!important}.blue-border.border-accent-4{border-color:#2962ff!important}.light-blue{background-color:#039de3!important}.light-blue-hover:hover{color:#039de3!important;background:#fff!important}.light-blue-svg .one{stop-color:#039de3!important}.light-blue-bg-hover:hover{background:#039de3!important;color:#fff!important}.light-blue-border-indicator .border-color:after{border-color:#039de3!important}.light-blue-border-after:after{background:#039de3!important}.light-blue-parent .text-color{color:#039de3!important}.light-blue-parent .border-color{border-color:#039de3!important}.light-blue-text{color:#039de3!important}.light-blue-border{border-color:#039de3!important}.light-blue-opacity{background-color:rgba(3,157,227,.25)!important}.light-blue-shadow,.light-blue-shadow-hover:hover{box-shadow:0 0 0 4px rgba(3,157,227,.4)!important}.light-blue.lighten-5{background-color:#e1f5fe!important}.light-blue-text.text-lighten-5{color:#e1f5fe!important}.light-blue-border.border-lighten-5{border-color:#e1f5fe!important}.light-blue.lighten-4{background-color:#b3e5fc!important}.light-blue-text.text-lighten-4{color:#b3e5fc!important}.light-blue-border.border-lighten-4{border-color:#b3e5fc!important}.light-blue.lighten-3{background-color:#81d4fa!important}.light-blue-text.text-lighten-3{color:#81d4fa!important}.light-blue-border.border-lighten-3{border-color:#81d4fa!important}.light-blue.lighten-2{background-color:#4fc3f7!important}.light-blue-text.text-lighten-2{color:#4fc3f7!important}.light-blue-border.border-lighten-2{border-color:#4fc3f7!important}.light-blue.lighten-1{background-color:#29b6f6!important}.light-blue-text.text-lighten-1{color:#29b6f6!important}.light-blue-border.border-lighten-1{border-color:#29b6f6!important}.light-blue.darken-1{background-color:#039be5!important}.light-blue-text.text-darken-1{color:#039be5!important}.light-blue-border.border-darken-1{border-color:#039be5!important}.light-blue.darken-2{background-color:#0288d1!important}.light-blue-text.text-darken-2{color:#0288d1!important}.light-blue-border.border-darken-2{border-color:#0288d1!important}.light-blue.darken-3{background-color:#0277bd!important}.light-blue-text.text-darken-3{color:#0277bd!important}.light-blue-border.border-darken-3{border-color:#0277bd!important}.light-blue.darken-4{background-color:#01579b!important}.light-blue-text.text-darken-4{color:#01579b!important}.light-blue-border.border-darken-4{border-color:#01579b!important}.light-blue.accent-1{background-color:#80d8ff!important}.light-blue-text.text-accent-1{color:#80d8ff!important}.light-blue-border.border-accent-1{border-color:#80d8ff!important}.light-blue.accent-2{background-color:#40c4ff!important}.light-blue-text.text-accent-2{color:#40c4ff!important}.light-blue-border.border-accent-2{border-color:#40c4ff!important}.light-blue.accent-3{background-color:#00b0ff!important}.light-blue-text.text-accent-3{color:#00b0ff!important}.light-blue-border.border-accent-3{border-color:#00b0ff!important}.light-blue.accent-4{background-color:#0091ea!important}.light-blue-text.text-accent-4{color:#0091ea!important}.light-blue-border.border-accent-4{border-color:#0091ea!important}.cyan{background-color:#0d7e91!important}.cyan-hover:hover{color:#0d7e91!important;background:#fff!important}.cyan-svg .one{stop-color:#0d7e91!important}.cyan-bg-hover:hover{background:#0d7e91!important;color:#fff!important}.cyan-border-indicator .border-color:after{border-color:#0d7e91!important}.cyan-border-after:after{background:#0d7e91!important}.cyan-parent .text-color{color:#0d7e91!important}.cyan-parent .border-color{border-color:#0d7e91!important}.cyan-text{color:#0d7e91!important}.cyan-border{border-color:#0d7e91!important}.cyan-opacity{background-color:rgba(13,126,145,.25)!important}.cyan-shadow,.cyan-shadow-hover:hover{box-shadow:0 0 0 4px rgba(13,126,145,.4)!important}.cyan.lighten-5{background-color:#e0f7fa!important}.cyan-text.text-lighten-5{color:#e0f7fa!important}.cyan-border.border-lighten-5{border-color:#e0f7fa!important}.cyan.lighten-4{background-color:#b2ebf2!important}.cyan-text.text-lighten-4{color:#b2ebf2!important}.cyan-border.border-lighten-4{border-color:#b2ebf2!important}.cyan.lighten-3{background-color:#80deea!important}.cyan-text.text-lighten-3{color:#80deea!important}.cyan-border.border-lighten-3{border-color:#80deea!important}.cyan.lighten-2{background-color:#4dd0e1!important}.cyan-text.text-lighten-2{color:#4dd0e1!important}.cyan-border.border-lighten-2{border-color:#4dd0e1!important}.cyan.lighten-1{background-color:#26c6da!important}.cyan-text.text-lighten-1{color:#26c6da!important}.cyan-border.border-lighten-1{border-color:#26c6da!important}.cyan.darken-1{background-color:#00acc1!important}.cyan-text.text-darken-1{color:#00acc1!important}.cyan-border.border-darken-1{border-color:#00acc1!important}.cyan.darken-2{background-color:#0097a7!important}.cyan-text.text-darken-2{color:#0097a7!important}.cyan-border.border-darken-2{border-color:#0097a7!important}.cyan.darken-3{background-color:#00838f!important}.cyan-text.text-darken-3{color:#00838f!important}.cyan-border.border-darken-3{border-color:#00838f!important}.cyan.darken-4{background-color:#006064!important}.cyan-text.text-darken-4{color:#006064!important}.cyan-border.border-darken-4{border-color:#006064!important}.cyan.accent-1{background-color:#84ffff!important}.cyan-text.text-accent-1{color:#84ffff!important}.cyan-border.border-accent-1{border-color:#84ffff!important}.cyan.accent-2{background-color:#18ffff!important}.cyan-text.text-accent-2{color:#18ffff!important}.cyan-border.border-accent-2{border-color:#18ffff!important}.cyan.accent-3{background-color:#00e5ff!important}.cyan-text.text-accent-3{color:#00e5ff!important}.cyan-border.border-accent-3{border-color:#00e5ff!important}.cyan.accent-4{background-color:#00b8d4!important}.cyan-text.text-accent-4{color:#00b8d4!important}.cyan-border.border-accent-4{border-color:#00b8d4!important}.teal{background-color:#008576!important}.teal-hover:hover{color:#008576!important;background:#fff!important}.teal-svg .one{stop-color:#008576!important}.teal-bg-hover:hover{background:#008576!important;color:#fff!important}.teal-border-indicator .border-color:after{border-color:#008576!important}.teal-border-after:after{background:#008576!important}.teal-parent .text-color{color:#008576!important}.teal-parent .border-color{border-color:#008576!important}.teal-text{color:#008576!important}.teal-border{border-color:#008576!important}.teal-opacity{background-color:rgba(0,133,118,.25)!important}.teal-shadow,.teal-shadow-hover:hover{box-shadow:0 0 0 4px rgba(0,133,118,.4)!important}.teal.lighten-5{background-color:#e0f2f1!important}.teal-text.text-lighten-5{color:#e0f2f1!important}.teal-border.border-lighten-5{border-color:#e0f2f1!important}.teal.lighten-4{background-color:#b2dfdb!important}.teal-text.text-lighten-4{color:#b2dfdb!important}.teal-border.border-lighten-4{border-color:#b2dfdb!important}.teal.lighten-3{background-color:#80cbc4!important}.teal-text.text-lighten-3{color:#80cbc4!important}.teal-border.border-lighten-3{border-color:#80cbc4!important}.teal.lighten-2{background-color:#4db6ac!important}.teal-text.text-lighten-2{color:#4db6ac!important}.teal-border.border-lighten-2{border-color:#4db6ac!important}.teal.lighten-1{background-color:#26a69a!important}.teal-text.text-lighten-1{color:#26a69a!important}.teal-border.border-lighten-1{border-color:#26a69a!important}.teal.darken-1{background-color:#00897b!important}.teal-text.text-darken-1{color:#00897b!important}.teal-border.border-darken-1{border-color:#00897b!important}.teal.darken-2{background-color:#00796b!important}.teal-text.text-darken-2{color:#00796b!important}.teal-border.border-darken-2{border-color:#00796b!important}.teal.darken-3{background-color:#00695c!important}.teal-text.text-darken-3{color:#00695c!important}.teal-border.border-darken-3{border-color:#00695c!important}.teal.darken-4{background-color:#004d40!important}.teal-text.text-darken-4{color:#004d40!important}.teal-border.border-darken-4{border-color:#004d40!important}.teal.accent-1{background-color:#a7ffeb!important}.teal-text.text-accent-1{color:#a7ffeb!important}.teal-border.border-accent-1{border-color:#a7ffeb!important}.teal.accent-2{background-color:#64ffda!important}.teal-text.text-accent-2{color:#64ffda!important}.teal-border.border-accent-2{border-color:#64ffda!important}.teal.accent-3{background-color:#1de9b6!important}.teal-text.text-accent-3{color:#1de9b6!important}.teal-border.border-accent-3{border-color:#1de9b6!important}.teal.accent-4{background-color:#00bfa5!important}.teal-text.text-accent-4{color:#00bfa5!important}.teal-border.border-accent-4{border-color:#00bfa5!important}.green{background-color:#38843b!important}.green-hover:hover{color:#38843b!important;background:#fff!important}.green-svg .one{stop-color:#38843b!important}.green-bg-hover:hover{background:#38843b!important;color:#fff!important}.green-border-indicator .border-color:after{border-color:#38843b!important}.green-border-after:after{background:#38843b!important}.green-parent .text-color{color:#38843b!important}.green-parent .border-color{border-color:#38843b!important}.green-text{color:#38843b!important}.green-border{border-color:#38843b!important}.green-opacity{background-color:rgba(56,132,59,.25)!important}.green-shadow,.green-shadow-hover:hover{box-shadow:0 0 0 4px rgba(56,132,59,.4)!important}.green.lighten-5{background-color:#e8f5e9!important}.green-text.text-lighten-5{color:#e8f5e9!important}.green-border.border-lighten-5{border-color:#e8f5e9!important}.green.lighten-4{background-color:#c8e6c9!important}.green-text.text-lighten-4{color:#c8e6c9!important}.green-border.border-lighten-4{border-color:#c8e6c9!important}.green.lighten-3{background-color:#a5d6a7!important}.green-text.text-lighten-3{color:#a5d6a7!important}.green-border.border-lighten-3{border-color:#a5d6a7!important}.green.lighten-2{background-color:#81c784!important}.green-text.text-lighten-2{color:#81c784!important}.green-border.border-lighten-2{border-color:#81c784!important}.green.lighten-1{background-color:#66bb6a!important}.green-text.text-lighten-1{color:#66bb6a!important}.green-border.border-lighten-1{border-color:#66bb6a!important}.green.darken-1{background-color:#43a047!important}.green-text.text-darken-1{color:#43a047!important}.green-border.border-darken-1{border-color:#43a047!important}.green.darken-2{background-color:#388e3c!important}.green-text.text-darken-2{color:#388e3c!important}.green-border.border-darken-2{border-color:#388e3c!important}.green.darken-3{background-color:#2e7d32!important}.green-text.text-darken-3{color:#2e7d32!important}.green-border.border-darken-3{border-color:#2e7d32!important}.green.darken-4{background-color:#1b5e20!important}.green-text.text-darken-4{color:#1b5e20!important}.green-border.border-darken-4{border-color:#1b5e20!important}.green.accent-1{background-color:#b9f6ca!important}.green-text.text-accent-1{color:#b9f6ca!important}.green-border.border-accent-1{border-color:#b9f6ca!important}.green.accent-2{background-color:#69f0ae!important}.green-text.text-accent-2{color:#69f0ae!important}.green-border.border-accent-2{border-color:#69f0ae!important}.green.accent-3{background-color:#00e676!important}.green-text.text-accent-3{color:#00e676!important}.green-border.border-accent-3{border-color:#00e676!important}.green.accent-4{background-color:#00c853!important}.green-text.text-accent-4{color:#00c853!important}.green-border.border-accent-4{border-color:#00c853!important}.light-green{background-color:#6fa036!important}.light-green-hover:hover{color:#6fa036!important;background:#fff!important}.light-green-svg .one{stop-color:#6fa036!important}.light-green-bg-hover:hover{background:#6fa036!important;color:#fff!important}.light-green-border-indicator .border-color:after{border-color:#6fa036!important}.light-green-border-after:after{background:#6fa036!important}.light-green-parent .text-color{color:#6fa036!important}.light-green-parent .border-color{border-color:#6fa036!important}.light-green-text{color:#6fa036!important}.light-green-border{border-color:#6fa036!important}.light-green-opacity{background-color:rgba(111,160,54,.25)!important}.light-green-shadow,.light-green-shadow-hover:hover{box-shadow:0 0 0 4px rgba(111,160,54,.4)!important}.light-green.lighten-5{background-color:#f1f8e9!important}.light-green-text.text-lighten-5{color:#f1f8e9!important}.light-green-border.border-lighten-5{border-color:#f1f8e9!important}.light-green.lighten-4{background-color:#dcedc8!important}.light-green-text.text-lighten-4{color:#dcedc8!important}.light-green-border.border-lighten-4{border-color:#dcedc8!important}.light-green.lighten-3{background-color:#c5e1a5!important}.light-green-text.text-lighten-3{color:#c5e1a5!important}.light-green-border.border-lighten-3{border-color:#c5e1a5!important}.light-green.lighten-2{background-color:#aed581!important}.light-green-text.text-lighten-2{color:#aed581!important}.light-green-border.border-lighten-2{border-color:#aed581!important}.light-green.lighten-1{background-color:#9ccc65!important}.light-green-text.text-lighten-1{color:#9ccc65!important}.light-green-border.border-lighten-1{border-color:#9ccc65!important}.light-green.darken-1{background-color:#7cb342!important}.light-green-text.text-darken-1{color:#7cb342!important}.light-green-border.border-darken-1{border-color:#7cb342!important}.light-green.darken-2{background-color:#689f38!important}.light-green-text.text-darken-2{color:#689f38!important}.light-green-border.border-darken-2{border-color:#689f38!important}.light-green.darken-3{background-color:#558b2f!important}.light-green-text.text-darken-3{color:#558b2f!important}.light-green-border.border-darken-3{border-color:#558b2f!important}.light-green.darken-4{background-color:#33691e!important}.light-green-text.text-darken-4{color:#33691e!important}.light-green-border.border-darken-4{border-color:#33691e!important}.light-green.accent-1{background-color:#ccff90!important}.light-green-text.text-accent-1{color:#ccff90!important}.light-green-border.border-accent-1{border-color:#ccff90!important}.light-green.accent-2{background-color:#b2ff59!important}.light-green-text.text-accent-2{color:#b2ff59!important}.light-green-border.border-accent-2{border-color:#b2ff59!important}.light-green.accent-3{background-color:#76ff03!important}.light-green-text.text-accent-3{color:#76ff03!important}.light-green-border.border-accent-3{border-color:#76ff03!important}.light-green.accent-4{background-color:#64dd17!important}.light-green-text.text-accent-4{color:#64dd17!important}.light-green-border.border-accent-4{border-color:#64dd17!important}.lime{background-color:#8e9b17!important}.lime-hover:hover{color:#8e9b17!important;background:#fff!important}.lime-svg .one{stop-color:#8e9b17!important}.lime-bg-hover:hover{background:#8e9b17!important;color:#fff!important}.lime-border-indicator .border-color:after{border-color:#8e9b17!important}.lime-border-after:after{background:#8e9b17!important}.lime-parent .text-color{color:#8e9b17!important}.lime-parent .border-color{border-color:#8e9b17!important}.lime-text{color:#8e9b17!important}.lime-border{border-color:#8e9b17!important}.lime-opacity{background-color:rgba(142,155,23,.25)!important}.lime-shadow,.lime-shadow-hover:hover{box-shadow:0 0 0 4px rgba(142,155,23,.4)!important}.lime.lighten-5{background-color:#f9fbe7!important}.lime-text.text-lighten-5{color:#f9fbe7!important}.lime-border.border-lighten-5{border-color:#f9fbe7!important}.lime.lighten-4{background-color:#f0f4c3!important}.lime-text.text-lighten-4{color:#f0f4c3!important}.lime-border.border-lighten-4{border-color:#f0f4c3!important}.lime.lighten-3{background-color:#e6ee9c!important}.lime-text.text-lighten-3{color:#e6ee9c!important}.lime-border.border-lighten-3{border-color:#e6ee9c!important}.lime.lighten-2{background-color:#dce775!important}.lime-text.text-lighten-2{color:#dce775!important}.lime-border.border-lighten-2{border-color:#dce775!important}.lime.lighten-1{background-color:#d4e157!important}.lime-text.text-lighten-1{color:#d4e157!important}.lime-border.border-lighten-1{border-color:#d4e157!important}.lime.darken-1{background-color:#c0ca33!important}.lime-text.text-darken-1{color:#c0ca33!important}.lime-border.border-darken-1{border-color:#c0ca33!important}.lime.darken-2{background-color:#afb42b!important}.lime-text.text-darken-2{color:#afb42b!important}.lime-border.border-darken-2{border-color:#afb42b!important}.lime.darken-3{background-color:#9e9d24!important}.lime-text.text-darken-3{color:#9e9d24!important}.lime-border.border-darken-3{border-color:#9e9d24!important}.lime.darken-4{background-color:#827717!important}.lime-text.text-darken-4{color:#827717!important}.lime-border.border-darken-4{border-color:#827717!important}.lime.accent-1{background-color:#f4ff81!important}.lime-text.text-accent-1{color:#f4ff81!important}.lime-border.border-accent-1{border-color:#f4ff81!important}.lime.accent-2{background-color:#eeff41!important}.lime-text.text-accent-2{color:#eeff41!important}.lime-border.border-accent-2{border-color:#eeff41!important}.lime.accent-3{background-color:#c6ff00!important}.lime-text.text-accent-3{color:#c6ff00!important}.lime-border.border-accent-3{border-color:#c6ff00!important}.lime.accent-4{background-color:#aeea00!important}.lime-text.text-accent-4{color:#aeea00!important}.lime-border.border-accent-4{border-color:#aeea00!important}.yellow{background-color:#dac816!important}.yellow-hover:hover{color:#dac816!important;background:#fff!important}.yellow-svg .one{stop-color:#dac816!important}.yellow-bg-hover:hover{background:#dac816!important;color:#fff!important}.yellow-border-indicator .border-color:after{border-color:#dac816!important}.yellow-border-after:after{background:#dac816!important}.yellow-parent .text-color{color:#dac816!important}.yellow-parent .border-color{border-color:#dac816!important}.yellow-text{color:#dac816!important}.yellow-border{border-color:#dac816!important}.yellow-opacity{background-color:rgba(218,200,22,.25)!important}.yellow-shadow,.yellow-shadow-hover:hover{box-shadow:0 0 0 4px rgba(218,200,22,.4)!important}.yellow.lighten-5{background-color:#fffde7!important}.yellow-text.text-lighten-5{color:#fffde7!important}.yellow-border.border-lighten-5{border-color:#fffde7!important}.yellow.lighten-4{background-color:#fff9c4!important}.yellow-text.text-lighten-4{color:#fff9c4!important}.yellow-border.border-lighten-4{border-color:#fff9c4!important}.yellow.lighten-3{background-color:#fff59d!important}.yellow-text.text-lighten-3{color:#fff59d!important}.yellow-border.border-lighten-3{border-color:#fff59d!important}.yellow.lighten-2{background-color:#fff176!important}.yellow-text.text-lighten-2{color:#fff176!important}.yellow-border.border-lighten-2{border-color:#fff176!important}.yellow.lighten-1{background-color:#ffee58!important}.yellow-text.text-lighten-1{color:#ffee58!important}.yellow-border.border-lighten-1{border-color:#ffee58!important}.yellow.darken-1{background-color:#fdd835!important}.yellow-text.text-darken-1{color:#fdd835!important}.yellow-border.border-darken-1{border-color:#fdd835!important}.yellow.darken-2{background-color:#fbc02d!important}.yellow-text.text-darken-2{color:#fbc02d!important}.yellow-border.border-darken-2{border-color:#fbc02d!important}.yellow.darken-3{background-color:#f9a825!important}.yellow-text.text-darken-3{color:#f9a825!important}.yellow-border.border-darken-3{border-color:#f9a825!important}.yellow.darken-4{background-color:#f57f17!important}.yellow-text.text-darken-4{color:#f57f17!important}.yellow-border.border-darken-4{border-color:#f57f17!important}.yellow.accent-1{background-color:#ffff8d!important}.yellow-text.text-accent-1{color:#ffff8d!important}.yellow-border.border-accent-1{border-color:#ffff8d!important}.yellow.accent-2{background-color:#ff0!important}.yellow-text.text-accent-2{color:#ff0!important}.yellow-border.border-accent-2{border-color:#ff0!important}.yellow.accent-3{background-color:#ffea00!important}.yellow-text.text-accent-3{color:#ffea00!important}.yellow-border.border-accent-3{border-color:#ffea00!important}.yellow.accent-4{background-color:#ffd600!important}.yellow-text.text-accent-4{color:#ffd600!important}.yellow-border.border-accent-4{border-color:#ffd600!important}.amber{background-color:#c28900!important}.amber-hover:hover{color:#c28900!important;background:#fff!important}.amber-svg .one{stop-color:#c28900!important}.amber-bg-hover:hover{background:#c28900!important;color:#fff!important}.amber-border-indicator .border-color:after{border-color:#c28900!important}.amber-border-after:after{background:#c28900!important}.amber-parent .text-color{color:#c28900!important}.amber-parent .border-color{border-color:#c28900!important}.amber-text{color:#c28900!important}.amber-border{border-color:#c28900!important}.amber-opacity{background-color:rgba(194,137,0,.25)!important}.amber-shadow,.amber-shadow-hover:hover{box-shadow:0 0 0 4px rgba(194,137,0,.4)!important}.amber.lighten-5{background-color:#fff8e1!important}.amber-text.text-lighten-5{color:#fff8e1!important}.amber-border.border-lighten-5{border-color:#fff8e1!important}.amber.lighten-4{background-color:#ffecb3!important}.amber-text.text-lighten-4{color:#ffecb3!important}.amber-border.border-lighten-4{border-color:#ffecb3!important}.amber.lighten-3{background-color:#ffe082!important}.amber-text.text-lighten-3{color:#ffe082!important}.amber-border.border-lighten-3{border-color:#ffe082!important}.amber.lighten-2{background-color:#ffd54f!important}.amber-text.text-lighten-2{color:#ffd54f!important}.amber-border.border-lighten-2{border-color:#ffd54f!important}.amber.lighten-1{background-color:#ffca28!important}.amber-text.text-lighten-1{color:#ffca28!important}.amber-border.border-lighten-1{border-color:#ffca28!important}.amber.darken-1{background-color:#ffb300!important}.amber-text.text-darken-1{color:#ffb300!important}.amber-border.border-darken-1{border-color:#ffb300!important}.amber.darken-2{background-color:#ffa000!important}.amber-text.text-darken-2{color:#ffa000!important}.amber-border.border-darken-2{border-color:#ffa000!important}.amber.darken-3{background-color:#ff8f00!important}.amber-text.text-darken-3{color:#ff8f00!important}.amber-border.border-darken-3{border-color:#ff8f00!important}.amber.darken-4{background-color:#ff6f00!important}.amber-text.text-darken-4{color:#ff6f00!important}.amber-border.border-darken-4{border-color:#ff6f00!important}.amber.accent-1{background-color:#ffe57f!important}.amber-text.text-accent-1{color:#ffe57f!important}.amber-border.border-accent-1{border-color:#ffe57f!important}.amber.accent-2{background-color:#ffd740!important}.amber-text.text-accent-2{color:#ffd740!important}.amber-border.border-accent-2{border-color:#ffd740!important}.amber.accent-3{background-color:#ffc400!important}.amber-text.text-accent-3{color:#ffc400!important}.amber-border.border-accent-3{border-color:#ffc400!important}.amber.accent-4{background-color:#ffab00!important}.amber-text.text-accent-4{color:#ffab00!important}.amber-border.border-accent-4{border-color:#ffab00!important}.orange{background-color:#d68000!important}.orange-hover:hover{color:#d68000!important;background:#fff!important}.orange-svg .one{stop-color:#d68000!important}.orange-bg-hover:hover{background:#d68000!important;color:#fff!important}.orange-border-indicator .border-color:after{border-color:#d68000!important}.orange-border-after:after{background:#d68000!important}.orange-parent .text-color{color:#d68000!important}.orange-parent .border-color{border-color:#d68000!important}.orange-text{color:#d68000!important}.orange-border{border-color:#d68000!important}.orange-opacity{background-color:rgba(214,128,0,.25)!important}.orange-shadow,.orange-shadow-hover:hover{box-shadow:0 0 0 4px rgba(214,128,0,.4)!important}.orange.lighten-5{background-color:#fff3e0!important}.orange-text.text-lighten-5{color:#fff3e0!important}.orange-border.border-lighten-5{border-color:#fff3e0!important}.orange.lighten-4{background-color:#ffe0b2!important}.orange-text.text-lighten-4{color:#ffe0b2!important}.orange-border.border-lighten-4{border-color:#ffe0b2!important}.orange.lighten-3{background-color:#ffcc80!important}.orange-text.text-lighten-3{color:#ffcc80!important}.orange-border.border-lighten-3{border-color:#ffcc80!important}.orange.lighten-2{background-color:#ffb74d!important}.orange-text.text-lighten-2{color:#ffb74d!important}.orange-border.border-lighten-2{border-color:#ffb74d!important}.orange.lighten-1{background-color:#ffa726!important}.orange-text.text-lighten-1{color:#ffa726!important}.orange-border.border-lighten-1{border-color:#ffa726!important}.orange.darken-1{background-color:#bd5600!important}.orange-text.text-darken-1{color:#bd5600!important}.orange-border.border-darken-1{border-color:#bd5600!important}.orange.darken-2{background-color:#f57c00!important}.orange-text.text-darken-2{color:#f57c00!important}.orange-border.border-darken-2{border-color:#f57c00!important}.orange.darken-3{background-color:#ef6c00!important}.orange-text.text-darken-3{color:#ef6c00!important}.orange-border.border-darken-3{border-color:#ef6c00!important}.orange.darken-4{background-color:#e65100!important}.orange-text.text-darken-4{color:#e65100!important}.orange-border.border-darken-4{border-color:#e65100!important}.orange.accent-1{background-color:#ffd180!important}.orange-text.text-accent-1{color:#ffd180!important}.orange-border.border-accent-1{border-color:#ffd180!important}.orange.accent-2{background-color:#ffab40!important}.orange-text.text-accent-2{color:#ffab40!important}.orange-border.border-accent-2{border-color:#ffab40!important}.orange.accent-3{background-color:#ff9100!important}.orange-text.text-accent-3{color:#ff9100!important}.orange-border.border-accent-3{border-color:#ff9100!important}.orange.accent-4{background-color:#ff6d00!important}.orange-text.text-accent-4{color:#ff6d00!important}.orange-border.border-accent-4{border-color:#ff6d00!important}.deep-orange{background-color:#d63500!important}.deep-orange-hover:hover{color:#d63500!important;background:#fff!important}.deep-orange-svg .one{stop-color:#d63500!important}.deep-orange-bg-hover:hover{background:#d63500!important;color:#fff!important}.deep-orange-border-indicator .border-color:after{border-color:#d63500!important}.deep-orange-border-after:after{background:#d63500!important}.deep-orange-parent .text-color{color:#d63500!important}.deep-orange-parent .border-color{border-color:#d63500!important}.deep-orange-text{color:#d63500!important}.deep-orange-border{border-color:#d63500!important}.deep-orange-opacity{background-color:rgba(214,53,0,.25)!important}.deep-orange-shadow,.deep-orange-shadow-hover:hover{box-shadow:0 0 0 4px rgba(214,53,0,.4)!important}.deep-orange.lighten-5{background-color:#fbe9e7!important}.deep-orange-text.text-lighten-5{color:#fbe9e7!important}.deep-orange-border.border-lighten-5{border-color:#fbe9e7!important}.deep-orange.lighten-4{background-color:#ffccbc!important}.deep-orange-text.text-lighten-4{color:#ffccbc!important}.deep-orange-border.border-lighten-4{border-color:#ffccbc!important}.deep-orange.lighten-3{background-color:#ffab91!important}.deep-orange-text.text-lighten-3{color:#ffab91!important}.deep-orange-border.border-lighten-3{border-color:#ffab91!important}.deep-orange.lighten-2{background-color:#ff8a65!important}.deep-orange-text.text-lighten-2{color:#ff8a65!important}.deep-orange-border.border-lighten-2{border-color:#ff8a65!important}.deep-orange.lighten-1{background-color:#ff7043!important}.deep-orange-text.text-lighten-1{color:#ff7043!important}.deep-orange-border.border-lighten-1{border-color:#ff7043!important}.deep-orange.darken-1{background-color:#f4511e!important}.deep-orange-text.text-darken-1{color:#f4511e!important}.deep-orange-border.border-darken-1{border-color:#f4511e!important}.deep-orange.darken-2{background-color:#e64a19!important}.deep-orange-text.text-darken-2{color:#e64a19!important}.deep-orange-border.border-darken-2{border-color:#e64a19!important}.deep-orange.darken-3{background-color:#d84315!important}.deep-orange-text.text-darken-3{color:#d84315!important}.deep-orange-border.border-darken-3{border-color:#d84315!important}.deep-orange.darken-4{background-color:#bf360c!important}.deep-orange-text.text-darken-4{color:#bf360c!important}.deep-orange-border.border-darken-4{border-color:#bf360c!important}.deep-orange.accent-1{background-color:#ff9e80!important}.deep-orange-text.text-accent-1{color:#ff9e80!important}.deep-orange-border.border-accent-1{border-color:#ff9e80!important}.deep-orange.accent-2{background-color:#ff6e40!important}.deep-orange-text.text-accent-2{color:#ff6e40!important}.deep-orange-border.border-accent-2{border-color:#ff6e40!important}.deep-orange.accent-3{background-color:#ff3d00!important}.deep-orange-text.text-accent-3{color:#ff3d00!important}.deep-orange-border.border-accent-3{border-color:#ff3d00!important}.deep-orange.accent-4{background-color:#dd2c00!important}.deep-orange-text.text-accent-4{color:#dd2c00!important}.deep-orange-border.border-accent-4{border-color:#dd2c00!important}.brown{background-color:#795548!important}.brown-hover:hover{color:#795548!important;background:#fff!important}.brown-svg .one{stop-color:#795548!important}.brown-bg-hover:hover{background:#795548!important;color:#fff!important}.brown-border-indicator .border-color:after{border-color:#795548!important}.brown-border-after:after{background:#795548!important}.brown-parent .text-color{color:#795548!important}.brown-parent .border-color{border-color:#795548!important}.brown-text{color:#795548!important}.brown-border{border-color:#795548!important}.brown-opacity{background-color:rgba(121,85,72,.25)!important}.brown-shadow,.brown-shadow-hover:hover{box-shadow:0 0 0 4px rgba(121,85,72,.4)!important}.brown.lighten-5{background-color:#efebe9!important}.brown-text.text-lighten-5{color:#efebe9!important}.brown-border.border-lighten-5{border-color:#efebe9!important}.brown.lighten-4{background-color:#d7ccc8!important}.brown-text.text-lighten-4{color:#d7ccc8!important}.brown-border.border-lighten-4{border-color:#d7ccc8!important}.brown.lighten-3{background-color:#bcaaa4!important}.brown-text.text-lighten-3{color:#bcaaa4!important}.brown-border.border-lighten-3{border-color:#bcaaa4!important}.brown.lighten-2{background-color:#a1887f!important}.brown-text.text-lighten-2{color:#a1887f!important}.brown-border.border-lighten-2{border-color:#a1887f!important}.brown.lighten-1{background-color:#8d6e63!important}.brown-text.text-lighten-1{color:#8d6e63!important}.brown-border.border-lighten-1{border-color:#8d6e63!important}.brown.darken-1{background-color:#6d4c41!important}.brown-text.text-darken-1{color:#6d4c41!important}.brown-border.border-darken-1{border-color:#6d4c41!important}.brown.darken-2{background-color:#5d4037!important}.brown-text.text-darken-2{color:#5d4037!important}.brown-border.border-darken-2{border-color:#5d4037!important}.brown.darken-3{background-color:#4e342e!important}.brown-text.text-darken-3{color:#4e342e!important}.brown-border.border-darken-3{border-color:#4e342e!important}.brown.darken-4{background-color:#3e2723!important}.brown-text.text-darken-4{color:#3e2723!important}.brown-border.border-darken-4{border-color:#3e2723!important}.blue-grey{background-color:#60788b!important}.blue-grey-hover:hover{color:#60788b!important;background:#fff!important}.blue-grey-svg .one{stop-color:#60788b!important}.blue-grey-bg-hover:hover{background:#60788b!important;color:#fff!important}.blue-grey-border-indicator .border-color:after{border-color:#60788b!important}.blue-grey-border-after:after{background:#60788b!important}.blue-grey-parent .text-color{color:#60788b!important}.blue-grey-parent .border-color{border-color:#60788b!important}.blue-grey-text{color:#60788b!important}.blue-grey-border{border-color:#60788b!important}.blue-grey-opacity{background-color:rgba(96,120,139,.25)!important}.blue-grey-shadow,.blue-grey-shadow-hover:hover{box-shadow:0 0 0 4px rgba(96,120,139,.4)!important}.blue-grey.lighten-5{background-color:#eceff1!important}.blue-grey-text.text-lighten-5{color:#eceff1!important}.blue-grey-border.border-lighten-5{border-color:#eceff1!important}.blue-grey.lighten-4{background-color:#cfd8dc!important}.blue-grey-text.text-lighten-4{color:#cfd8dc!important}.blue-grey-border.border-lighten-4{border-color:#cfd8dc!important}.blue-grey.lighten-3{background-color:#b0bec5!important}.blue-grey-text.text-lighten-3{color:#b0bec5!important}.blue-grey-border.border-lighten-3{border-color:#b0bec5!important}.blue-grey.lighten-2{background-color:#90a4ae!important}.blue-grey-text.text-lighten-2{color:#90a4ae!important}.blue-grey-border.border-lighten-2{border-color:#90a4ae!important}.blue-grey.lighten-1{background-color:#78909c!important}.blue-grey-text.text-lighten-1{color:#78909c!important}.blue-grey-border.border-lighten-1{border-color:#78909c!important}.blue-grey.darken-1{background-color:#546e7a!important}.blue-grey-text.text-darken-1{color:#546e7a!important}.blue-grey-border.border-darken-1{border-color:#546e7a!important}.blue-grey.darken-2{background-color:#455a64!important}.blue-grey-text.text-darken-2{color:#455a64!important}.blue-grey-border.border-darken-2{border-color:#455a64!important}.blue-grey.darken-3{background-color:#37474f!important}.blue-grey-text.text-darken-3{color:#37474f!important}.blue-grey-border.border-darken-3{border-color:#37474f!important}.blue-grey.darken-4{background-color:#263238!important}.blue-grey-text.text-darken-4{color:#263238!important}.blue-grey-border.border-darken-4{border-color:#263238!important}.grey{background-color:#757575!important}.grey-hover:hover{color:#757575!important;background:#fff!important}.grey-svg .one{stop-color:#757575!important}.grey-bg-hover:hover{background:#757575!important;color:#fff!important}.grey-border-indicator .border-color:after{border-color:#757575!important}.grey-border-after:after{background:#757575!important}.grey-parent .text-color{color:#757575!important}.grey-parent .border-color{border-color:#757575!important}.grey-text{color:#757575!important}.grey-border{border-color:#757575!important}.grey-opacity{background-color:hsla(0,0%,45.9%,.25)!important}.grey-shadow,.grey-shadow-hover:hover{box-shadow:0 0 0 4px hsla(0,0%,45.9%,.4)!important}.grey.lighten-5{background-color:#fafafa!important}.grey-text.text-lighten-5{color:#fafafa!important}.grey-border.border-lighten-5{border-color:#fafafa!important}.grey.lighten-4{background-color:#f5f5f5!important}.grey-text.text-lighten-4{color:#f5f5f5!important}.grey-border.border-lighten-4{border-color:#f5f5f5!important}.grey.lighten-3{background-color:#eee!important}.grey-text.text-lighten-3{color:#eee!important}.grey-border.border-lighten-3{border-color:#eee!important}.grey.lighten-2{background-color:#e0e0e0!important}.grey-text.text-lighten-2{color:#e0e0e0!important}.grey-border.border-lighten-2{border-color:#e0e0e0!important}.grey.lighten-1{background-color:#bdbdbd!important}.grey-text.text-lighten-1{color:#bdbdbd!important}.grey-border.border-lighten-1{border-color:#bdbdbd!important}.grey.darken-1{background-color:#757575!important}.grey-text.text-darken-1{color:#757575!important}.grey-border.border-darken-1{border-color:#757575!important}.grey.darken-2{background-color:#616161!important}.grey-text.text-darken-2{color:#616161!important}.grey-border.border-darken-2{border-color:#616161!important}.grey.darken-3{background-color:#424242!important}.grey-text.text-darken-3{color:#424242!important}.grey-border.border-darken-3{border-color:#424242!important}.grey.darken-4{background-color:#212121!important}.grey-text.text-darken-4{color:#212121!important}.grey-border.border-darken-4{border-color:#212121!important}.black{background-color:#000!important}.black-opacity{background-color:rgba(0,0,0,.16)!important}.black-opacity .text-color{color:#000!important}.black-opacity .border-color{border-color:#000!important}.black-text{color:#000!important}.black-border{border-color:#000!important}.white{background-color:#fff!important}.white-opacity{background-color:hsla(0,0%,100%,.16)!important}.white-opacity .text-color{color:#fff!important}.white-opacity .border-color{border-color:#fff!important}.white-text{color:#fff!important}.white-border{border-color:#fff!important}.transparent{background-color:transparent!important}.transparent-opacity{background-color:rgba(0,0,0,.16)!important}.transparent-opacity .text-color{color:transparent!important}.transparent-opacity .border-color{border-color:transparent!important}.transparent-text{color:transparent!important}.transparent-border{border-color:transparent!important}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none!important}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}ul:not(.browser-default){padding-left:0;list-style-type:none}ul:not(.browser-default) li{list-style-type:none}a{color:#039be5;-webkit-tap-highlight-color:transparent}.valign-wrapper{display:flex;align-items:center}.valign-wrapper .valign{display:block}.z-depth-0{box-shadow:none!important}.btn,.btn-floating,.btn-large,.btn-small,.card,.card-panel,.dropdown-content,.z-depth-1{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2)}.btn-floating:hover,.btn-large:hover,.btn-small:hover,.btn:hover,.z-depth-1-half{box-shadow:0 3px 3px 0 rgba(0,0,0,.14),0 1px 7px 0 rgba(0,0,0,.12),0 3px 1px -1px rgba(0,0,0,.2)}.z-depth-2{box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.3)}.z-depth-3{box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.3)}.modal,.z-depth-4{box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.3)}.z-depth-5{box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.3)}.hoverable{transition:box-shadow .25s;box-shadow:0}.hoverable:hover{transition:box-shadow .25s;box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.divider{height:1px;overflow:hidden;background-color:#e0e0e0}blockquote{margin:20px 0;padding-left:1.5rem;border-left:5px solid #1e88e5}i{line-height:inherit}i.left{float:left;margin-right:15px}i.right{float:right;margin-left:15px}i.tiny{font-size:1rem}i.small{font-size:2rem}i.medium{font-size:4rem}i.large{font-size:6rem}img.responsive-img,video.responsive-video{max-width:100%;height:auto}.pagination li{display:inline-block;border-radius:2px;text-align:center;vertical-align:top;height:30px}.pagination li a{color:#444;display:inline-block;font-size:1.2rem;padding:0 10px;line-height:30px}.pagination li.active a{color:#fff}.pagination li.active{background-color:#1e88e5}.pagination li.disabled a{cursor:default;color:#999}.pagination li i{font-size:2rem}.pagination li.pages ul li{display:inline-block;float:none}@media only screen and (max-width:992px){.pagination{width:100%}.pagination li.next,.pagination li.prev{width:10%}.pagination li.pages{width:80%;overflow:hidden;white-space:nowrap}}.breadcrumb{font-size:18px;color:hsla(0,0%,100%,.7)}.breadcrumb [class*=mdi-],.breadcrumb [class^=mdi-],.breadcrumb i,.breadcrumb i.material-icons{display:inline-block;float:left;font-size:24px}.breadcrumb:before{content:"";color:hsla(0,0%,100%,.7);vertical-align:top;display:inline-block;font-family:Material Icons;font-weight:400;font-style:normal;font-size:25px;margin:0 10px 0 8px;-webkit-font-smoothing:antialiased}.breadcrumb:first-child:before{display:none}.breadcrumb:last-child{color:#fff}.parallax-container{position:relative;overflow:hidden;height:500px}.parallax{top:0;left:0;right:0;z-index:-1}.parallax,.parallax img{position:absolute;bottom:0}.parallax img{display:none;left:50%;min-width:100%;min-height:100%;transform:translateZ(0);transform:translateX(-50%)}.pin-bottom,.pin-top{position:relative}.pinned{position:fixed!important}.fade-in,ul.staggered-list li{opacity:0}.fade-in{transform-origin:0 50%}@media only screen and (max-width:600px){.hide-on-small-and-down,.hide-on-small-only{display:none!important}}@media only screen and (max-width:992px){.hide-on-med-and-down{display:none!important}}@media only screen and (min-width:601px){.hide-on-med-and-up{display:none!important}}@media only screen and (min-width:600px) and (max-width:992px){.hide-on-med-only{display:none!important}}@media only screen and (min-width:993px){.hide-on-large-only{display:none!important}}@media only screen and (min-width:993px){.show-on-large{display:block!important}}@media only screen and (min-width:600px) and (max-width:992px){.show-on-medium{display:block!important}}@media only screen and (max-width:600px){.show-on-small{display:block!important}}@media only screen and (min-width:601px){.show-on-medium-and-up{display:block!important}}@media only screen and (max-width:992px){.show-on-medium-and-down{display:block!important}}@media only screen and (max-width:600px){.center-on-small-only{text-align:center}}footer.page-footer{padding-top:20px;background-color:#1e88e5}footer.page-footer .footer-copyright{overflow:hidden;min-height:50px;display:flex;align-items:center;padding:10px 0;color:hsla(0,0%,100%,.8);background-color:rgba(51,51,51,.08)}table,td,th{border:none}table{width:100%;display:table}table.bordered>tbody>tr,table.bordered>thead>tr{border-bottom:1px solid #d0d0d0}table.striped>tbody>tr:nth-child(odd){background-color:#f2f2f2}table.striped>tbody>tr>td{border-radius:0}table.highlight>tbody>tr{transition:background-color .25s ease}table.highlight>tbody>tr:hover{background-color:#f2f2f2}table.centered tbody tr td,table.centered thead tr th{text-align:center}thead{border-bottom:1px solid #d0d0d0}td,th{padding:15px 5px;display:table-cell;text-align:left;vertical-align:middle;border-radius:2px}@media only screen and (max-width:992px){table.responsive-table{width:100%;border-collapse:collapse;border-spacing:0;display:block;position:relative}table.responsive-table td:empty:before{content:" "}table.responsive-table td,table.responsive-table th{margin:0;vertical-align:top}table.responsive-table th{text-align:left}table.responsive-table thead{display:block;float:left}table.responsive-table thead tr{display:block;padding:0 10px 0 0}table.responsive-table thead tr th:before{content:" "}table.responsive-table tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap}table.responsive-table tbody tr{display:inline-block;vertical-align:top}table.responsive-table th{display:block;text-align:right}table.responsive-table td{display:block;min-height:1.25em;text-align:left}table.responsive-table tr{padding:0 10px}table.responsive-table thead{border:0;border-right:1px solid #d0d0d0}table.responsive-table.bordered th{border-bottom:0;border-left:0}table.responsive-table.bordered td{border-left:0;border-right:0;border-bottom:0}table.responsive-table.bordered tr{border:0}table.responsive-table.bordered tbody tr{border-right:1px solid #d0d0d0}}.collection{margin:.5rem 0 1rem;border:1px solid #e0e0e0;border-radius:2px;overflow:hidden;position:relative}.collection .collection-item{background-color:#fff;line-height:1.5rem;padding:10px 20px;margin:0;border-bottom:1px solid #e0e0e0}.collection .collection-item.avatar{min-height:84px;padding-left:72px;position:relative}.collection .collection-item.avatar .circle{position:absolute;width:42px;height:42px;overflow:hidden;left:15px;display:inline-block;vertical-align:middle}.collection .collection-item.avatar i.circle{font-size:18px;line-height:42px;color:#fff;background-color:#999;text-align:center}.collection .collection-item.avatar .title{font-size:16px}.collection .collection-item.avatar p{margin:0}.collection .collection-item.avatar .secondary-content{position:absolute;top:16px;right:16px}.collection .collection-item:last-child{border-bottom:none}.collection .collection-item.active{background-color:#2885da;color:#fff}.collection .collection-item.active .secondary-content{color:#fff}.collection a.collection-item{display:block;transition:.25s;color:#2885da}.collection a.collection-item:not(.active):hover{background-color:#ddd}.collection.with-header .collection-header{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:10px 20px}.collection.with-header .collection-item{padding-left:30px}.collection.with-header .collection-item.avatar{padding-left:72px}.secondary-content{float:right;color:#2885da}.collapsible .collection{margin:0;border:none}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-container embed,.video-container iframe,.video-container object{position:absolute;top:0;left:0;width:100%;height:100%}.progress{position:relative;height:4px;display:block;width:100%;background-color:#d6e8f8;border-radius:2px;margin:.5rem 0 1rem;overflow:hidden}.progress .determinate{position:absolute;top:0;left:0;bottom:0;transition:width .3s linear}.progress .determinate,.progress .indeterminate{background-color:#2885da}.progress .indeterminate:before{-webkit-animation:indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite;animation:indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.progress .indeterminate:after,.progress .indeterminate:before{content:"";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right}.progress .indeterminate:after{-webkit-animation:indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation:indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;-webkit-animation-delay:1.15s;animation-delay:1.15s}@-webkit-keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@-webkit-keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}.hide{display:none!important}.left-align{text-align:left}.right-align{text-align:right}.center,.center-align{text-align:center}.left{float:left!important}.right{float:right!important}.no-select,input[type=range],input[type=range]+.thumb{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.circle{border-radius:50%}.center-block{display:block;margin-left:auto;margin-right:auto}.truncate{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.no-padding{padding:0!important}.primary{background-color:#1e88e5!important}.secondary{background-color:#2885da!important}.primary-text{color:#1e88e5!important}span.badge{min-width:3rem;padding:0 6px;margin-left:14px;text-align:center;font-size:1rem;line-height:22px;height:22px;color:#757575;float:right;box-sizing:border-box}span.badge.new{font-weight:300;font-size:.8rem;color:#fff;background-color:#2885da;border-radius:2px}span.badge.new:after{content:" new"}span.badge[data-badge-caption]:after{content:" " attr(data-badge-caption)}nav ul a span.badge{display:inline-block;float:none;margin-left:4px;line-height:22px;height:22px}.collection-item span.badge{margin-top:calc(.75rem - 11px)}.collapsible span.badge{margin-top:calc(1.5rem - 11px)}.side-nav span.badge{margin-top:13px}.material-icons{text-rendering:optimizeLegibility;font-feature-settings:"liga"}.container{margin:0 auto;max-width:1280px;width:90%}@media only screen and (min-width:601px){.container{width:85%}}@media only screen and (min-width:993px){.container{width:70%}}.container .row{margin-left:-.75rem;margin-right:-.75rem}.section{padding-top:1rem;padding-bottom:1rem}.section.no-pad{padding:0}.section.no-pad-bot{padding-bottom:0}.section.no-pad-top{padding-top:0}.row{margin-left:auto;margin-right:auto;margin-bottom:20px}.row:after{content:"";display:table;clear:both}.row .col{float:left;box-sizing:border-box;padding:0 .75rem;min-height:1px}.row .col[class*=pull-],.row .col[class*=push-]{position:relative}.row .col.s1{width:8.3333333333%}.row .col.s1,.row .col.s2{margin-left:auto;left:auto;right:auto}.row .col.s2{width:16.6666666667%}.row .col.s3{width:25%}.row .col.s3,.row .col.s4{margin-left:auto;left:auto;right:auto}.row .col.s4{width:33.3333333333%}.row .col.s5{width:41.6666666667%}.row .col.s5,.row .col.s6{margin-left:auto;left:auto;right:auto}.row .col.s6{width:50%}.row .col.s7{width:58.3333333333%}.row .col.s7,.row .col.s8{margin-left:auto;left:auto;right:auto}.row .col.s8{width:66.6666666667%}.row .col.s9{width:75%}.row .col.s9,.row .col.s10{margin-left:auto;left:auto;right:auto}.row .col.s10{width:83.3333333333%}.row .col.s11{width:91.6666666667%}.row .col.s11,.row .col.s12{margin-left:auto;left:auto;right:auto}.row .col.s12{width:100%}.row .col.offset-s1{margin-left:8.3333333333%}.row .col.pull-s1{right:8.3333333333%}.row .col.push-s1{left:8.3333333333%}.row .col.offset-s2{margin-left:16.6666666667%}.row .col.pull-s2{right:16.6666666667%}.row .col.push-s2{left:16.6666666667%}.row .col.offset-s3{margin-left:25%}.row .col.pull-s3{right:25%}.row .col.push-s3{left:25%}.row .col.offset-s4{margin-left:33.3333333333%}.row .col.pull-s4{right:33.3333333333%}.row .col.push-s4{left:33.3333333333%}.row .col.offset-s5{margin-left:41.6666666667%}.row .col.pull-s5{right:41.6666666667%}.row .col.push-s5{left:41.6666666667%}.row .col.offset-s6{margin-left:50%}.row .col.pull-s6{right:50%}.row .col.push-s6{left:50%}.row .col.offset-s7{margin-left:58.3333333333%}.row .col.pull-s7{right:58.3333333333%}.row .col.push-s7{left:58.3333333333%}.row .col.offset-s8{margin-left:66.6666666667%}.row .col.pull-s8{right:66.6666666667%}.row .col.push-s8{left:66.6666666667%}.row .col.offset-s9{margin-left:75%}.row .col.pull-s9{right:75%}.row .col.push-s9{left:75%}.row .col.offset-s10{margin-left:83.3333333333%}.row .col.pull-s10{right:83.3333333333%}.row .col.push-s10{left:83.3333333333%}.row .col.offset-s11{margin-left:91.6666666667%}.row .col.pull-s11{right:91.6666666667%}.row .col.push-s11{left:91.6666666667%}.row .col.offset-s12{margin-left:100%}.row .col.pull-s12{right:100%}.row .col.push-s12{left:100%}@media only screen and (min-width:601px){.row .col.m1{width:8.3333333333%}.row .col.m1,.row .col.m2{margin-left:auto;left:auto;right:auto}.row .col.m2{width:16.6666666667%}.row .col.m3{width:25%}.row .col.m3,.row .col.m4{margin-left:auto;left:auto;right:auto}.row .col.m4{width:33.3333333333%}.row .col.m5{width:41.6666666667%}.row .col.m5,.row .col.m6{margin-left:auto;left:auto;right:auto}.row .col.m6{width:50%}.row .col.m7{width:58.3333333333%}.row .col.m7,.row .col.m8{margin-left:auto;left:auto;right:auto}.row .col.m8{width:66.6666666667%}.row .col.m9{width:75%}.row .col.m9,.row .col.m10{margin-left:auto;left:auto;right:auto}.row .col.m10{width:83.3333333333%}.row .col.m11{width:91.6666666667%}.row .col.m11,.row .col.m12{margin-left:auto;left:auto;right:auto}.row .col.m12{width:100%}.row .col.offset-m1{margin-left:8.3333333333%}.row .col.pull-m1{right:8.3333333333%}.row .col.push-m1{left:8.3333333333%}.row .col.offset-m2{margin-left:16.6666666667%}.row .col.pull-m2{right:16.6666666667%}.row .col.push-m2{left:16.6666666667%}.row .col.offset-m3{margin-left:25%}.row .col.pull-m3{right:25%}.row .col.push-m3{left:25%}.row .col.offset-m4{margin-left:33.3333333333%}.row .col.pull-m4{right:33.3333333333%}.row .col.push-m4{left:33.3333333333%}.row .col.offset-m5{margin-left:41.6666666667%}.row .col.pull-m5{right:41.6666666667%}.row .col.push-m5{left:41.6666666667%}.row .col.offset-m6{margin-left:50%}.row .col.pull-m6{right:50%}.row .col.push-m6{left:50%}.row .col.offset-m7{margin-left:58.3333333333%}.row .col.pull-m7{right:58.3333333333%}.row .col.push-m7{left:58.3333333333%}.row .col.offset-m8{margin-left:66.6666666667%}.row .col.pull-m8{right:66.6666666667%}.row .col.push-m8{left:66.6666666667%}.row .col.offset-m9{margin-left:75%}.row .col.pull-m9{right:75%}.row .col.push-m9{left:75%}.row .col.offset-m10{margin-left:83.3333333333%}.row .col.pull-m10{right:83.3333333333%}.row .col.push-m10{left:83.3333333333%}.row .col.offset-m11{margin-left:91.6666666667%}.row .col.pull-m11{right:91.6666666667%}.row .col.push-m11{left:91.6666666667%}.row .col.offset-m12{margin-left:100%}.row .col.pull-m12{right:100%}.row .col.push-m12{left:100%}}@media only screen and (min-width:993px){.row .col.l1{width:8.3333333333%}.row .col.l1,.row .col.l2{margin-left:auto;left:auto;right:auto}.row .col.l2{width:16.6666666667%}.row .col.l3{width:25%}.row .col.l3,.row .col.l4{margin-left:auto;left:auto;right:auto}.row .col.l4{width:33.3333333333%}.row .col.l5{width:41.6666666667%}.row .col.l5,.row .col.l6{margin-left:auto;left:auto;right:auto}.row .col.l6{width:50%}.row .col.l7{width:58.3333333333%}.row .col.l7,.row .col.l8{margin-left:auto;left:auto;right:auto}.row .col.l8{width:66.6666666667%}.row .col.l9{width:75%}.row .col.l9,.row .col.l10{margin-left:auto;left:auto;right:auto}.row .col.l10{width:83.3333333333%}.row .col.l11{width:91.6666666667%}.row .col.l11,.row .col.l12{margin-left:auto;left:auto;right:auto}.row .col.l12{width:100%}.row .col.offset-l1{margin-left:8.3333333333%}.row .col.pull-l1{right:8.3333333333%}.row .col.push-l1{left:8.3333333333%}.row .col.offset-l2{margin-left:16.6666666667%}.row .col.pull-l2{right:16.6666666667%}.row .col.push-l2{left:16.6666666667%}.row .col.offset-l3{margin-left:25%}.row .col.pull-l3{right:25%}.row .col.push-l3{left:25%}.row .col.offset-l4{margin-left:33.3333333333%}.row .col.pull-l4{right:33.3333333333%}.row .col.push-l4{left:33.3333333333%}.row .col.offset-l5{margin-left:41.6666666667%}.row .col.pull-l5{right:41.6666666667%}.row .col.push-l5{left:41.6666666667%}.row .col.offset-l6{margin-left:50%}.row .col.pull-l6{right:50%}.row .col.push-l6{left:50%}.row .col.offset-l7{margin-left:58.3333333333%}.row .col.pull-l7{right:58.3333333333%}.row .col.push-l7{left:58.3333333333%}.row .col.offset-l8{margin-left:66.6666666667%}.row .col.pull-l8{right:66.6666666667%}.row .col.push-l8{left:66.6666666667%}.row .col.offset-l9{margin-left:75%}.row .col.pull-l9{right:75%}.row .col.push-l9{left:75%}.row .col.offset-l10{margin-left:83.3333333333%}.row .col.pull-l10{right:83.3333333333%}.row .col.push-l10{left:83.3333333333%}.row .col.offset-l11{margin-left:91.6666666667%}.row .col.pull-l11{right:91.6666666667%}.row .col.push-l11{left:91.6666666667%}.row .col.offset-l12{margin-left:100%}.row .col.pull-l12{right:100%}.row .col.push-l12{left:100%}}a{text-decoration:none}html{line-height:1.5;font-family:Open Sans,sans-serif;color:rgba(0,0,0,.87)}@media only screen and (min-width:0){html{font-size:13px}}@media only screen and (min-width:992px){html{font-size:13px}}@media only screen and (min-width:1200px){html{font-size:14px}}h1,h2,h3,h4,h5,h6{font-weight:300;line-height:1.1}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:inherit}h1{font-size:4.2rem;margin:2.1rem 0 1.68rem}h1,h2{color:#1e88e5;line-height:110%}h2{font-size:3.56rem;margin:1.78rem 0 1.424rem}h3{font-size:2.92rem;margin:1.46rem 0 1.168rem}h3,h4{color:#1e88e5;line-height:110%}h4{font-size:2.28rem;margin:1.14rem 0 .912rem}h5{font-size:1.64rem;margin:.82rem 0 .656rem}h5,h6{color:#1e88e5;line-height:110%}h6{font-size:1rem;margin:.5rem 0 .4rem}.primary-color-text{color:#1e88e5!important}em{font-style:italic}strong{font-weight:500}small{font-size:75%}.light,footer.page-footer .footer-copyright{font-weight:300}.thin{font-weight:200}.flow-text{font-weight:300}@media only screen and (min-width:360px){.flow-text{font-size:1.2rem}}@media only screen and (min-width:390px){.flow-text{font-size:1.224rem}}@media only screen and (min-width:420px){.flow-text{font-size:1.248rem}}@media only screen and (min-width:450px){.flow-text{font-size:1.272rem}}@media only screen and (min-width:480px){.flow-text{font-size:1.296rem}}@media only screen and (min-width:510px){.flow-text{font-size:1.32rem}}@media only screen and (min-width:540px){.flow-text{font-size:1.344rem}}@media only screen and (min-width:570px){.flow-text{font-size:1.368rem}}@media only screen and (min-width:600px){.flow-text{font-size:1.392rem}}@media only screen and (min-width:630px){.flow-text{font-size:1.416rem}}@media only screen and (min-width:660px){.flow-text{font-size:1.44rem}}@media only screen and (min-width:690px){.flow-text{font-size:1.464rem}}@media only screen and (min-width:720px){.flow-text{font-size:1.488rem}}@media only screen and (min-width:750px){.flow-text{font-size:1.512rem}}@media only screen and (min-width:780px){.flow-text{font-size:1.536rem}}@media only screen and (min-width:810px){.flow-text{font-size:1.56rem}}@media only screen and (min-width:840px){.flow-text{font-size:1.584rem}}@media only screen and (min-width:870px){.flow-text{font-size:1.608rem}}@media only screen and (min-width:900px){.flow-text{font-size:1.632rem}}@media only screen and (min-width:930px){.flow-text{font-size:1.656rem}}@media only screen and (min-width:960px){.flow-text{font-size:1.68rem}}@media only screen and (max-width:360px){.flow-text{font-size:1.2rem}}.scale-transition{transition:transform .3s cubic-bezier(.53,.01,.36,1.63)!important}.scale-transition.scale-out{transform:scale(0);transition:transform .2s!important}.scale-transition.scale-in{transform:scale(1)}.card-panel{padding:24px}.card,.card-panel{transition:box-shadow .25s;margin:.5rem 0 1rem;border-radius:2px;background-color:#fff}.card{position:relative}.card .card-title{font-size:16px;font-weight:300}.card .card-title.activator{cursor:pointer}.card.large,.card.medium,.card.small{position:relative}.card.large .card-image,.card.medium .card-image,.card.small .card-image{max-height:60%;overflow:hidden}.card.large .card-image+.card-content,.card.medium .card-image+.card-content,.card.small .card-image+.card-content{max-height:40%}.card.large .card-content,.card.medium .card-content,.card.small .card-content{max-height:100%;overflow:hidden}.card.large .card-action,.card.medium .card-action,.card.small .card-action{position:absolute;bottom:0;left:0;right:0}.card.small{height:300px}.card.medium{height:400px}.card.large{height:500px}.card.horizontal{display:flex}.card.horizontal.large .card-image,.card.horizontal.medium .card-image,.card.horizontal.small .card-image{height:100%;max-height:none;overflow:visible}.card.horizontal.large .card-image img,.card.horizontal.medium .card-image img,.card.horizontal.small .card-image img{height:100%}.card.horizontal .card-image{max-width:50%}.card.horizontal .card-image img{border-radius:2px 0 0 2px;max-width:100%;width:auto}.card.horizontal .card-stacked{display:flex;flex-direction:column;flex:1;position:relative}.card.horizontal .card-stacked .card-content{flex-grow:1}.card.sticky-action .card-action{z-index:2}.card.sticky-action .card-reveal{z-index:1;padding-bottom:64px}.card .card-image{position:relative}.card .card-image img{display:block;border-radius:2px 2px 0 0;position:relative;left:0;right:0;top:0;bottom:0;width:100%}.card .card-image .card-title{color:#fff;position:absolute;bottom:0;left:0;max-width:100%;padding:24px}.card .card-content{padding:24px;border-radius:0 0 2px 2px}.card .card-content p{margin:0;color:inherit}.card .card-content .card-title{display:block;line-height:17px;margin-bottom:6px}.card .card-content .card-title i{line-height:17px}.card .card-action{position:relative;background-color:inherit;border-top:1px solid hsla(0,0%,62.7%,.2);padding:16px 24px}.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating){color:#ffab40;margin-right:24px;transition:color .3s ease;text-transform:uppercase}.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating):hover{color:#ffd8a6}.card .card-reveal{padding:24px;position:absolute;background-color:#fff;width:100%;overflow-y:auto;left:0;top:100%;height:100%;z-index:3;display:none}.card .card-reveal .card-title{cursor:pointer;display:block}.tabs{position:relative;overflow-x:auto;overflow-y:hidden;height:48px;width:100%;background-color:#fff;margin:0 auto;white-space:nowrap}.tabs.tabs-transparent{background-color:transparent}.tabs.tabs-transparent .tab.disabled a,.tabs.tabs-transparent .tab.disabled a:hover,.tabs.tabs-transparent .tab a{color:hsla(0,0%,100%,.7)}.tabs.tabs-transparent .tab a.active,.tabs.tabs-transparent .tab a:hover{color:#fff}.tabs.tabs-transparent .indicator{background-color:#fff}.tabs.tabs-fixed-width{display:flex}.tabs.tabs-fixed-width .tab{flex-grow:1}.tabs .tab{display:inline-block;text-align:center;line-height:48px;height:48px;padding:0;margin:0;text-transform:uppercase}.tabs .tab a{color:rgba(30,136,229,.7);display:block;width:100%;height:100%;padding:0 24px;font-size:14px;text-overflow:ellipsis;overflow:hidden;transition:color .28s ease}.tabs .tab a.active,.tabs .tab a:hover{background-color:transparent;color:#1e88e5}.tabs .tab.disabled a,.tabs .tab.disabled a:hover{color:rgba(30,136,229,.7);cursor:default}.tabs .indicator{position:absolute;bottom:0;height:2px;background-color:#63aced;will-change:left,right}@media only screen and (max-width:992px){.tabs{display:flex}.tabs .tab{flex-grow:1}.tabs .tab a{padding:0 12px}}.material-tooltip{padding:10px 8px;font-size:1rem;z-index:2000;background-color:transparent;border-radius:2px;color:#fff;min-height:36px;line-height:120%;text-align:center;max-width:calc(100% - 4px);overflow:hidden;left:0;top:0;pointer-events:none}.backdrop,.material-tooltip{opacity:0;position:absolute;visibility:hidden}.backdrop{height:7px;width:14px;border-radius:0 0 50% 50%;background-color:#323232;z-index:-1;transform-origin:50% 0}.btn,.btn-flat,.btn-large,.btn-small{border:none;border-radius:2px;display:inline-block;height:36px;line-height:36px;padding:0 2rem;text-transform:uppercase;vertical-align:middle;-webkit-tap-highlight-color:transparent}.btn-flat.disabled,.btn-flat:disabled,.btn-flat[disabled],.btn-floating.disabled,.btn-floating:disabled,.btn-floating[disabled],.btn-large.disabled,.btn-large:disabled,.btn-large[disabled],.btn-small:disabled,.btn.disabled,.btn:disabled,.btn[disabled],.disabled.btn-small,[disabled].btn-small{pointer-events:none;background-color:#dfdfdf!important;box-shadow:none;color:#9f9f9f!important;cursor:default}.btn-flat.disabled:hover,.btn-flat:disabled:hover,.btn-flat[disabled]:hover,.btn-floating.disabled:hover,.btn-floating:disabled:hover,.btn-floating[disabled]:hover,.btn-large.disabled:hover,.btn-large:disabled:hover,.btn-large[disabled]:hover,.btn-small:disabled:hover,.btn.disabled:hover,.btn:disabled:hover,.btn[disabled]:hover,.disabled.btn-small:hover,[disabled].btn-small:hover{background-color:#dfdfdf!important;color:#9f9f9f!important}.btn,.btn-flat,.btn-floating,.btn-large,.btn-small{outline:0}.btn-flat i,.btn-floating i,.btn-large i,.btn-small i,.btn i{font-size:1.3rem;line-height:inherit}.btn-floating:focus,.btn-large:focus,.btn-small:focus,.btn:focus{background-color:#1e6bb1}.btn,.btn-large,.btn-small{text-decoration:none;color:#fff;background-color:#2885da;text-align:center;letter-spacing:.5px;transition:.2s ease-out;cursor:pointer}.btn-large:hover,.btn-small:hover,.btn:hover{background-color:#3e91de}.btn-floating{display:inline-block;color:#fff;position:relative;overflow:hidden;z-index:1;width:40px;height:40px;line-height:40px;padding:0;border-radius:50%;transition:.3s;cursor:pointer;vertical-align:middle}.btn-floating,.btn-floating:hover{background-color:#2885da}.btn-floating:before{border-radius:0}.btn-floating.btn-large{width:56px;height:56px}.btn-floating.btn-large i{line-height:56px}.btn-floating.halfway-fab{position:absolute;right:24px;bottom:0;transform:translateY(50%)}.btn-floating.halfway-fab.left{right:auto;left:24px}.btn-floating i{width:inherit;display:inline-block;text-align:center;color:#fff;font-size:1.6rem;line-height:40px}button.btn-floating{border:none}.fixed-action-btn{position:fixed;right:23px;bottom:23px;padding-top:15px;margin-bottom:0;z-index:998}.fixed-action-btn.active ul{visibility:visible}.fixed-action-btn.horizontal{padding:0 0 0 15px}.fixed-action-btn.horizontal ul{text-align:right;right:64px;top:50%;transform:translateY(-50%);height:100%;left:auto;width:500px}.fixed-action-btn.horizontal ul li{display:inline-block;margin:15px 15px 0 0}.fixed-action-btn.toolbar{padding:0;height:56px}.fixed-action-btn.toolbar.active>a i{opacity:0}.fixed-action-btn.toolbar ul{display:flex;top:0;bottom:0}.fixed-action-btn.toolbar ul li{flex:1;display:inline-block;margin:0;height:100%;transition:none}.fixed-action-btn.toolbar ul li a{display:block;overflow:hidden;position:relative;width:100%;height:100%;background-color:transparent;box-shadow:none;color:#fff;line-height:56px;z-index:1}.fixed-action-btn.toolbar ul li a i{line-height:inherit}.fixed-action-btn ul{left:0;right:0;text-align:center;position:absolute;bottom:64px;margin:0;visibility:hidden}.fixed-action-btn ul li{margin-bottom:15px}.fixed-action-btn ul a.btn-floating{opacity:0}.fixed-action-btn .fab-backdrop{position:absolute;top:0;left:0;z-index:-1;width:40px;height:40px;background-color:#2885da;border-radius:50%;transform:scale(0)}.btn-flat{box-shadow:none;color:#343434;cursor:pointer;transition:background-color .2s}.btn-flat,.btn-flat:active,.btn-flat:focus{background-color:transparent}.btn-flat:focus,.btn-flat:hover{background-color:rgba(0,0,0,.1);box-shadow:none}.btn-flat:active{background-color:rgba(0,0,0,.2)}.btn-flat.disabled{background-color:transparent!important;color:#b3b3b3!important;cursor:default}.btn-large{height:54px;line-height:54px}.btn-large i{font-size:1.6rem}.btn-small{height:28.8px;line-height:28.8px}.btn-small i{font-size:1.6rem}.btn-block{display:block}.dropdown-content{background-color:#fff;margin:0;display:none;min-width:100px;max-height:650px;overflow-y:auto;opacity:0;position:absolute;z-index:999;will-change:width,height}.dropdown-content li{clear:both;color:rgba(0,0,0,.87);cursor:pointer;min-height:50px;line-height:1.5rem;width:100%;text-align:left;text-transform:none}.dropdown-content li.active,.dropdown-content li.selected,.dropdown-content li:hover{background-color:#eee}.dropdown-content li.active.selected{background-color:#e1e1e1}.dropdown-content li.divider{min-height:0;height:1px}.dropdown-content li>a,.dropdown-content li>span{font-size:16px;color:#2885da;display:block;line-height:22px;padding:14px 16px}.dropdown-content li>span>label{top:1px;left:0;height:18px}.dropdown-content li>a>i{height:inherit;line-height:inherit}.input-field.col .dropdown-content [type=checkbox]+label{top:1px;left:0;height:18px}
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */.waves-effect{position:relative;cursor:pointer;display:inline-block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;vertical-align:middle;z-index:1;transition:.3s ease-out}.waves-effect .waves-ripple{position:absolute;border-radius:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;opacity:0;background:rgba(0,0,0,.2);transition:all .7s ease-out;transition-property:transform,opacity;transform:scale(0);pointer-events:none}.waves-effect.waves-light .waves-ripple{background-color:hsla(0,0%,100%,.45)}.waves-effect.waves-red .waves-ripple{background-color:rgba(244,67,54,.7)}.waves-effect.waves-yellow .waves-ripple{background-color:rgba(255,235,59,.7)}.waves-effect.waves-orange .waves-ripple{background-color:rgba(255,152,0,.7)}.waves-effect.waves-purple .waves-ripple{background-color:rgba(156,39,176,.7)}.waves-effect.waves-green .waves-ripple{background-color:rgba(76,175,80,.7)}.waves-effect.waves-teal .waves-ripple{background-color:rgba(0,150,136,.7)}.waves-effect input[type=button],.waves-effect input[type=reset],.waves-effect input[type=submit]{border:0;font-style:normal;font-size:inherit;text-transform:inherit;background:none}.waves-effect img{position:relative;z-index:-1}.waves-notransition{transition:none!important}.waves-circle{transform:translateZ(0);-webkit-mask-image:-webkit-radial-gradient(circle,#fff 100%,#000 0)}.waves-input-wrapper{border-radius:.2em;vertical-align:bottom}.waves-input-wrapper .waves-button-input{position:relative;top:0;left:0;z-index:1}.waves-circle{text-align:center;width:2.5em;height:2.5em;line-height:2.5em;border-radius:50%;-webkit-mask-image:none}.waves-block{display:block}.waves-effect .waves-ripple{z-index:-1}.modal{display:none;position:fixed;left:0;right:0;background-color:#fafafa;padding:0;max-height:70%;width:55%;margin:auto;overflow-y:auto;border-radius:2px;will-change:top,opacity}@media only screen and (max-width:992px){.modal{width:80%}}.modal h1,.modal h2,.modal h3,.modal h4{margin-top:0}.modal .modal-content{padding:24px}.modal .modal-close{cursor:pointer}.modal .modal-footer{border-radius:0 0 2px 2px;background-color:#fafafa;padding:4px 6px;height:56px;width:100%}.modal .modal-footer .btn,.modal .modal-footer .btn-flat,.modal .modal-footer .btn-large,.modal .modal-footer .btn-small{float:right;margin:6px 0}.modal-overlay{position:fixed;z-index:999;top:-100px;left:0;bottom:0;right:0;height:125%;width:100%;background:#000;display:none;will-change:opacity}.modal.modal-fixed-footer{padding:0;height:70%}.modal.modal-fixed-footer .modal-content{position:absolute;height:calc(100% - 56px);max-height:100%;width:100%;overflow-y:auto}.modal.modal-fixed-footer .modal-footer{border-top:1px solid rgba(0,0,0,.1);position:absolute;bottom:0}.modal.bottom-sheet{top:auto;bottom:-100%;margin:0;width:100%;max-height:45%;border-radius:0;will-change:bottom,opacity}.chip{display:inline-block;height:32px;font-size:13px;font-weight:500;color:rgba(0,0,0,.6);line-height:32px;padding:0 12px;border-radius:16px;background-color:#e4e4e4;margin-bottom:5px;margin-right:5px}.chip img{float:left;margin:0 8px 0 -12px;height:32px;width:32px;border-radius:50%}.chip .close{cursor:pointer;float:right;font-size:16px;line-height:32px;padding-left:8px}.chips{border:none;border-bottom:1px solid #9e9e9e;box-shadow:none;margin:0 0 20px;min-height:45px;outline:none;transition:all .3s}.chips.focus{border-bottom:1px solid #26a69a;box-shadow:0 1px 0 0 #26a69a}.chips:hover{cursor:text}.chips .chip.selected{background-color:#26a69a;color:#fff}.chips .input{background:none;border:0;color:rgba(0,0,0,.6);display:inline-block;font-size:1rem;height:3rem;line-height:32px;outline:0;margin:0;padding:0!important;width:120px!important}.chips .input:focus{border:0!important;box-shadow:none!important}.prefix~.chips{margin-left:3rem;width:92%;width:calc(100% - 3rem)}.chips:empty~label{font-size:.8rem;transform:translateY(-140%)}select:focus{outline:1px solid #f5f9fd}button:focus{outline:none;background-color:#398fdd}label{font-size:.8rem;color:#757575}::-webkit-input-placeholder{color:#a8a8a8}:-moz-placeholder,::-moz-placeholder{color:#a8a8a8}:-ms-input-placeholder{color:#a8a8a8}input:not([type]),input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],textarea.materialize-textarea{background-color:transparent;border:none;border-bottom:1px solid #757575;border-radius:0;outline:none;height:3rem;width:100%;font-size:1rem;margin:0 0 20px;padding:0;box-shadow:none;box-sizing:content-box;transition:all .3s}input:not([type]):disabled,input:not([type])[readonly=readonly],input[type=date]:disabled,input[type=date][readonly=readonly],input[type=datetime-local]:disabled,input[type=datetime-local][readonly=readonly],input[type=datetime]:disabled,input[type=datetime][readonly=readonly],input[type=email]:disabled,input[type=email][readonly=readonly],input[type=number]:disabled,input[type=number][readonly=readonly],input[type=password]:disabled,input[type=password][readonly=readonly],input[type=search]:disabled,input[type=search][readonly=readonly],input[type=tel]:disabled,input[type=tel][readonly=readonly],input[type=text]:disabled,input[type=text][readonly=readonly],input[type=time]:disabled,input[type=time][readonly=readonly],input[type=url]:disabled,input[type=url][readonly=readonly],textarea.materialize-textarea:disabled,textarea.materialize-textarea[readonly=readonly]{color:rgba(0,0,0,.26);border-bottom:1px dotted rgba(0,0,0,.26)}input:not([type]):disabled+label,input:not([type])[readonly=readonly]+label,input[type=date]:disabled+label,input[type=date][readonly=readonly]+label,input[type=datetime-local]:disabled+label,input[type=datetime-local][readonly=readonly]+label,input[type=datetime]:disabled+label,input[type=datetime][readonly=readonly]+label,input[type=email]:disabled+label,input[type=email][readonly=readonly]+label,input[type=number]:disabled+label,input[type=number][readonly=readonly]+label,input[type=password]:disabled+label,input[type=password][readonly=readonly]+label,input[type=search]:disabled+label,input[type=search][readonly=readonly]+label,input[type=tel]:disabled+label,input[type=tel][readonly=readonly]+label,input[type=text]:disabled+label,input[type=text][readonly=readonly]+label,input[type=time]:disabled+label,input[type=time][readonly=readonly]+label,input[type=url]:disabled+label,input[type=url][readonly=readonly]+label,textarea.materialize-textarea:disabled+label,textarea.materialize-textarea[readonly=readonly]+label{color:rgba(0,0,0,.26)}input:not([type]):focus:not([readonly]),input[type=date]:focus:not([readonly]),input[type=datetime-local]:focus:not([readonly]),input[type=datetime]:focus:not([readonly]),input[type=email]:focus:not([readonly]),input[type=number]:focus:not([readonly]),input[type=password]:focus:not([readonly]),input[type=search]:focus:not([readonly]),input[type=tel]:focus:not([readonly]),input[type=text]:focus:not([readonly]),input[type=time]:focus:not([readonly]),input[type=url]:focus:not([readonly]),textarea.materialize-textarea:focus:not([readonly]){border-bottom:1px solid #2885da;box-shadow:0 1px 0 0 #2885da}input:not([type]):focus:not([readonly])+label,input[type=date]:focus:not([readonly])+label,input[type=datetime-local]:focus:not([readonly])+label,input[type=datetime]:focus:not([readonly])+label,input[type=email]:focus:not([readonly])+label,input[type=number]:focus:not([readonly])+label,input[type=password]:focus:not([readonly])+label,input[type=search]:focus:not([readonly])+label,input[type=tel]:focus:not([readonly])+label,input[type=text]:focus:not([readonly])+label,input[type=time]:focus:not([readonly])+label,input[type=url]:focus:not([readonly])+label,textarea.materialize-textarea:focus:not([readonly])+label{color:#2885da}input:not([type]).valid,input:not([type]):focus.valid,input[type=date].valid,input[type=date]:focus.valid,input[type=datetime-local].valid,input[type=datetime-local]:focus.valid,input[type=datetime].valid,input[type=datetime]:focus.valid,input[type=email].valid,input[type=email]:focus.valid,input[type=number].valid,input[type=number]:focus.valid,input[type=password].valid,input[type=password]:focus.valid,input[type=search].valid,input[type=search]:focus.valid,input[type=tel].valid,input[type=tel]:focus.valid,input[type=text].valid,input[type=text]:focus.valid,input[type=time].valid,input[type=time]:focus.valid,input[type=url].valid,input[type=url]:focus.valid,textarea.materialize-textarea.valid,textarea.materialize-textarea:focus.valid{border-bottom:1px solid #38843b;box-shadow:0 1px 0 0 #38843b}input:not([type]).valid+label:after,input:not([type]):focus.valid+label:after,input[type=date].valid+label:after,input[type=date]:focus.valid+label:after,input[type=datetime-local].valid+label:after,input[type=datetime-local]:focus.valid+label:after,input[type=datetime].valid+label:after,input[type=datetime]:focus.valid+label:after,input[type=email].valid+label:after,input[type=email]:focus.valid+label:after,input[type=number].valid+label:after,input[type=number]:focus.valid+label:after,input[type=password].valid+label:after,input[type=password]:focus.valid+label:after,input[type=search].valid+label:after,input[type=search]:focus.valid+label:after,input[type=tel].valid+label:after,input[type=tel]:focus.valid+label:after,input[type=text].valid+label:after,input[type=text]:focus.valid+label:after,input[type=time].valid+label:after,input[type=time]:focus.valid+label:after,input[type=url].valid+label:after,input[type=url]:focus.valid+label:after,textarea.materialize-textarea.valid+label:after,textarea.materialize-textarea:focus.valid+label:after{content:attr(data-success);color:#38843b;opacity:1}input:not([type]).invalid,input:not([type]):focus.invalid,input[type=date].invalid,input[type=date]:focus.invalid,input[type=datetime-local].invalid,input[type=datetime-local]:focus.invalid,input[type=datetime].invalid,input[type=datetime]:focus.invalid,input[type=email].invalid,input[type=email]:focus.invalid,input[type=number].invalid,input[type=number]:focus.invalid,input[type=password].invalid,input[type=password]:focus.invalid,input[type=search].invalid,input[type=search]:focus.invalid,input[type=tel].invalid,input[type=tel]:focus.invalid,input[type=text].invalid,input[type=text]:focus.invalid,input[type=time].invalid,input[type=time]:focus.invalid,input[type=url].invalid,input[type=url]:focus.invalid,textarea.materialize-textarea.invalid,textarea.materialize-textarea:focus.invalid{border-bottom:1px solid #e81c0d;box-shadow:0 1px 0 0 #e81c0d}input:not([type]).invalid+label:after,input:not([type]):focus.invalid+label:after,input[type=date].invalid+label:after,input[type=date]:focus.invalid+label:after,input[type=datetime-local].invalid+label:after,input[type=datetime-local]:focus.invalid+label:after,input[type=datetime].invalid+label:after,input[type=datetime]:focus.invalid+label:after,input[type=email].invalid+label:after,input[type=email]:focus.invalid+label:after,input[type=number].invalid+label:after,input[type=number]:focus.invalid+label:after,input[type=password].invalid+label:after,input[type=password]:focus.invalid+label:after,input[type=search].invalid+label:after,input[type=search]:focus.invalid+label:after,input[type=tel].invalid+label:after,input[type=tel]:focus.invalid+label:after,input[type=text].invalid+label:after,input[type=text]:focus.invalid+label:after,input[type=time].invalid+label:after,input[type=time]:focus.invalid+label:after,input[type=url].invalid+label:after,input[type=url]:focus.invalid+label:after,textarea.materialize-textarea.invalid+label:after,textarea.materialize-textarea:focus.invalid+label:after{content:attr(data-error);color:#e81c0d;opacity:1}input:not([type]).validate+label,input[type=date].validate+label,input[type=datetime-local].validate+label,input[type=datetime].validate+label,input[type=email].validate+label,input[type=number].validate+label,input[type=password].validate+label,input[type=search].validate+label,input[type=tel].validate+label,input[type=text].validate+label,input[type=time].validate+label,input[type=url].validate+label,textarea.materialize-textarea.validate+label{width:100%;pointer-events:none}input:not([type])+label:after,input[type=date]+label:after,input[type=datetime-local]+label:after,input[type=datetime]+label:after,input[type=email]+label:after,input[type=number]+label:after,input[type=password]+label:after,input[type=search]+label:after,input[type=tel]+label:after,input[type=text]+label:after,input[type=time]+label:after,input[type=url]+label:after,textarea.materialize-textarea+label:after{display:block;content:"";position:absolute;top:60px;opacity:0;transition:opacity .2s ease-out,color .2s ease-out}.input-field{position:relative;margin-top:1rem}.input-field.inline{display:inline-block;vertical-align:middle;margin-left:5px}.input-field.inline .select-dropdown,.input-field.inline input{margin-bottom:1rem}.input-field.col label{left:.75rem}.input-field.col .prefix~.validate~label,.input-field.col .prefix~label{width:calc(100% - 4.5rem)}.input-field label{color:#757575;position:absolute;top:.8rem;left:0;font-size:1rem;cursor:text;transition:.2s ease-out}.input-field label:not(.label-icon).active{font-size:.8rem;transform:translateY(-140%)}.input-field .prefix{position:absolute;width:3rem;font-size:2rem;transition:color .2s}.input-field .prefix.active{color:#2885da}.input-field .prefix~.autocomplete-content,.input-field .prefix~.validate~label,.input-field .prefix~input,.input-field .prefix~label,.input-field .prefix~textarea{margin-left:3rem;width:92%;width:calc(100% - 3rem)}.input-field .prefix~label{margin-left:3rem}@media only screen and (max-width:992px){.input-field .prefix~input{width:86%;width:calc(100% - 3rem)}}@media only screen and (max-width:600px){.input-field .prefix~input{width:80%;width:calc(100% - 3rem)}}.input-field input[type=search]{display:block;line-height:inherit;padding-left:4rem;width:calc(100% - 4rem)}.input-field input[type=search]:focus{background-color:#fff;border:0;box-shadow:none;color:#444}.input-field input[type=search]:focus+label i,.input-field input[type=search]:focus~.material-icons,.input-field input[type=search]:focus~.mdi-navigation-close{color:#444}.input-field input[type=search]+label{left:1rem}.input-field input[type=search]~.material-icons,.input-field input[type=search]~.mdi-navigation-close{position:absolute;top:0;right:1rem;color:transparent;cursor:pointer;font-size:2rem;transition:color .3s}textarea{width:100%;height:3rem;background-color:transparent}textarea.materialize-textarea{overflow-y:hidden;padding:.8rem 0 1.6rem;resize:none;min-height:3rem}.hiddendiv{display:none;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;padding-top:1.2rem}.autocomplete-content{margin-top:-15px;display:block;opacity:1;position:static}.autocomplete-content li .highlight{color:#444}.autocomplete-content li img{height:40px;width:40px;margin:5px 15px}[type=radio]:checked,[type=radio]:not(:checked){position:absolute;left:-9999px;opacity:0}[type=radio]:checked+label,[type=radio]:not(:checked)+label{position:relative;padding-left:35px;cursor:pointer;display:inline-block;height:25px;line-height:25px;font-size:1rem;transition:.28s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[type=radio]+label:after,[type=radio]+label:before{content:"";position:absolute;left:0;top:0;margin:4px;width:16px;height:16px;z-index:0;transition:.28s ease}[type=radio].with-gap:checked+label:after,[type=radio].with-gap:checked+label:before,[type=radio]:checked+label:after,[type=radio]:checked+label:before,[type=radio]:not(:checked)+label:after,[type=radio]:not(:checked)+label:before{border-radius:50%}[type=radio]:not(:checked)+label:after,[type=radio]:not(:checked)+label:before{border:2px solid #5a5a5a}[type=radio]:not(:checked)+label:after{transform:scale(0)}[type=radio]:checked+label:before{border:2px solid transparent}[type=radio].with-gap:checked+label:after,[type=radio].with-gap:checked+label:before,[type=radio]:checked+label:after{border:2px solid #2885da}[type=radio].with-gap:checked+label:after,[type=radio]:checked+label:after{background-color:#2885da}[type=radio]:checked+label:after{transform:scale(1.02)}[type=radio].with-gap:checked+label:after{transform:scale(.5)}[type=radio].tabbed:focus+label:before{box-shadow:0 0 0 10px rgba(0,0,0,.1)}[type=radio].with-gap:disabled:checked+label:before{border:2px solid rgba(0,0,0,.26)}[type=radio].with-gap:disabled:checked+label:after{border:none;background-color:rgba(0,0,0,.26)}[type=radio]:disabled:checked+label:before,[type=radio]:disabled:not(:checked)+label:before{background-color:transparent;border-color:rgba(0,0,0,.26)}[type=radio]:disabled+label{color:rgba(0,0,0,.26)}[type=radio]:disabled:not(:checked)+label:before{border-color:rgba(0,0,0,.26)}[type=radio]:disabled:checked+label:after{background-color:rgba(0,0,0,.26);border-color:#bdbdbd}form p{margin-bottom:10px;text-align:left}form p:last-child{margin-bottom:0}[type=checkbox]:checked,[type=checkbox]:not(:checked){position:absolute;left:-9999px;opacity:0}[type=checkbox]+label{position:relative;padding-left:35px;cursor:pointer;display:inline-block;height:25px;line-height:25px;font-size:1rem;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}[type=checkbox]+label:before,[type=checkbox]:not(.filled-in)+label:after{content:"";position:absolute;top:0;left:0;width:18px;height:18px;z-index:0;border:2px solid #5a5a5a;border-radius:1px;margin-top:2px;transition:.2s}[type=checkbox]:not(.filled-in)+label:after{border:0;transform:scale(0)}[type=checkbox]:not(:checked):disabled+label:before{border:none;background-color:rgba(0,0,0,.26)}[type=checkbox].tabbed:focus+label:after{transform:scale(1);border:0;border-radius:50%;box-shadow:0 0 0 10px rgba(0,0,0,.1);background-color:rgba(0,0,0,.1)}[type=checkbox]:checked+label:before{top:-4px;left:-5px;width:12px;height:22px;border-color:transparent #2885da #2885da transparent;border-style:solid;border-width:2px;transform:rotate(40deg);-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-origin:100% 100%}[type=checkbox]:checked:disabled+label:before{border-right:2px solid rgba(0,0,0,.26);border-bottom:2px solid rgba(0,0,0,.26)}[type=checkbox]:indeterminate+label:before{top:-11px;left:-12px;width:10px;height:22px;border:none;border-right:2px solid #2885da;transform:rotate(90deg);-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-origin:100% 100%}[type=checkbox]:indeterminate:disabled+label:before{border-right:2px solid rgba(0,0,0,.26);background-color:transparent}[type=checkbox].filled-in+label:after{border-radius:2px}[type=checkbox].filled-in+label:after,[type=checkbox].filled-in+label:before{content:"";left:0;position:absolute;transition:border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;z-index:1}[type=checkbox].filled-in:not(:checked)+label:before{width:0;height:0;border:3px solid transparent;left:6px;top:10px;transform:rotate(37deg);transform-origin:100% 100%}[type=checkbox].filled-in:not(:checked)+label:after{height:20px;width:20px;background-color:transparent;border:2px solid #5a5a5a;top:0;z-index:0}[type=checkbox].filled-in:checked+label:before{top:0;left:1px;width:8px;height:13px;border-color:transparent #fff #fff transparent;border-style:solid;border-width:2px;transform:rotate(37deg);transform-origin:100% 100%}[type=checkbox].filled-in:checked+label:after{top:0;width:20px;height:20px;border:2px solid #2885da;background-color:#2885da;z-index:0}[type=checkbox].filled-in.tabbed:focus+label:after{border-radius:2px;border-color:#5a5a5a;background-color:rgba(0,0,0,.1)}[type=checkbox].filled-in.tabbed:checked:focus+label:after{border-radius:2px;background-color:#2885da;border-color:#2885da}[type=checkbox].filled-in:disabled:not(:checked)+label:before{background-color:transparent;border:2px solid transparent}[type=checkbox].filled-in:disabled:not(:checked)+label:after{border-color:transparent;background-color:#bdbdbd}[type=checkbox].filled-in:disabled:checked+label:before{background-color:transparent}[type=checkbox].filled-in:disabled:checked+label:after{background-color:#bdbdbd;border-color:#bdbdbd}.switch,.switch *{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.switch label{cursor:pointer}.switch label input[type=checkbox]{opacity:0;width:0;height:0}.switch label input[type=checkbox]:checked+.lever{background-color:#a4c2dd}.switch label input[type=checkbox]:checked+.lever:after{background-color:#2885da;left:24px}.switch label .lever{content:"";display:inline-block;position:relative;width:40px;height:15px;background-color:#818181;border-radius:15px;transition:background .3s ease;vertical-align:middle;margin:0 16px}.switch label .lever:after{content:"";position:absolute;display:inline-block;width:21px;height:21px;background-color:#f1f1f1;border-radius:21px;box-shadow:0 1px 3px 1px rgba(0,0,0,.4);left:-5px;top:-3px;transition:left .3s ease,background .3s ease,box-shadow .1s ease}input[type=checkbox]:checked:not(:disabled).tabbed:focus~.lever:after,input[type=checkbox]:checked:not(:disabled)~.lever:active:after{box-shadow:0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(40,133,218,.1)}input[type=checkbox]:not(:disabled).tabbed:focus~.lever:after,input[type=checkbox]:not(:disabled)~.lever:active:after{box-shadow:0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(0,0,0,.08)}.switch input[type=checkbox][disabled]+.lever{cursor:default}.switch label input[type=checkbox][disabled]+.lever:after,.switch label input[type=checkbox][disabled]:checked+.lever:after{background-color:#bdbdbd}select{display:none}select.browser-default{display:block}select{background-color:hsla(0,0%,100%,.9);width:100%;padding:5px;border:1px solid #f2f2f2;border-radius:2px;height:3rem}.select-label{position:absolute}.select-wrapper{position:relative}.select-wrapper input.select-dropdown{position:relative;cursor:pointer;background-color:transparent;border:none;border-bottom:1px solid #757575;outline:none;height:3rem;line-height:3rem;width:100%;font-size:1rem;margin:0 0 20px;padding:0;display:block}.select-wrapper span.caret{color:initial;position:absolute;right:0;top:0;bottom:0;height:10px;margin:auto 0;font-size:10px;line-height:10px}.select-wrapper span.caret.disabled{color:rgba(0,0,0,.26)}.select-wrapper+label{position:absolute;top:-14px;font-size:.8rem}select:disabled{color:rgba(0,0,0,.3)}.select-wrapper input.select-dropdown:disabled{color:rgba(0,0,0,.3);cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;border-bottom:1px solid rgba(0,0,0,.3)}.select-wrapper i{color:rgba(0,0,0,.3)}.select-dropdown li.disabled,.select-dropdown li.disabled>span,.select-dropdown li.optgroup{color:rgba(0,0,0,.3);background-color:transparent}.prefix~.select-wrapper{margin-left:3rem;width:92%;width:calc(100% - 3rem)}.prefix~label{margin-left:3rem}.select-dropdown li img{height:40px;width:40px;margin:5px 15px;float:right}.select-dropdown li.optgroup{border-top:1px solid #eee}.select-dropdown li.optgroup.selected>span{color:rgba(0,0,0,.7)}.select-dropdown li.optgroup>span{color:rgba(0,0,0,.4)}.select-dropdown li.optgroup~li.optgroup-option{padding-left:1rem}.file-field{position:relative}.file-field .file-path-wrapper{overflow:hidden;padding-left:10px}.file-field input.file-path{width:100%}.file-field .btn,.file-field .btn-large,.file-field .btn-small{float:left;height:3rem;line-height:3rem}.file-field span{cursor:pointer}.file-field input[type=file]{position:absolute;top:0;right:0;left:0;bottom:0;width:100%;margin:0;padding:0;font-size:20px;cursor:pointer;opacity:0;filter:alpha(opacity=0)}.range-field{position:relative}input[type=range],input[type=range]+.thumb{cursor:pointer}input[type=range]{position:relative;background-color:transparent;border:none;outline:none;width:100%;margin:15px 0;padding:0}input[type=range]:focus{outline:none}input[type=range]+.thumb{position:absolute;border:none;height:0;width:0;border-radius:50%;background-color:#2885da;top:10px;margin-left:-6px;transform-origin:50% 50%;transform:rotate(-45deg)}input[type=range]+.thumb .value{display:block;width:30px;text-align:center;color:#2885da;font-size:0;transform:rotate(45deg)}input[type=range]+.thumb.active{border-radius:50% 50% 50% 0}input[type=range]+.thumb.active .value{color:#fff;margin-left:-1px;margin-top:8px;font-size:10px}input[type=range]{-webkit-appearance:none}input[type=range]::-webkit-slider-runnable-track{height:3px;background:#c2c0c2;border:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;border:none;height:14px;width:14px;border-radius:50%;background-color:#2885da;transform-origin:50% 50%;margin:-5px 0 0;-webkit-transition:.3s;transition:.3s}input[type=range]:focus::-webkit-slider-runnable-track{background:#ccc}input[type=range]{border:1px solid #fff}input[type=range]::-moz-range-track{height:3px;background:#ddd;border:none}input[type=range]::-moz-range-thumb{border:none;height:14px;width:14px;border-radius:50%;background:#2885da;margin-top:-5px}input[type=range]:-moz-focusring{outline:1px solid #fff;outline-offset:-1px}input[type=range]:focus::-moz-range-track{background:#ccc}input[type=range]::-ms-track{height:3px;background:transparent;border-color:transparent;border-width:6px 0;color:transparent}input[type=range]::-ms-fill-lower{background:#777}input[type=range]::-ms-fill-upper{background:#ddd}input[type=range]::-ms-thumb{border:none;height:14px;width:14px;border-radius:50%;background:#2885da}input[type=range]:focus::-ms-fill-lower{background:#888}input[type=range]:focus::-ms-fill-upper{background:#ccc}.preloader-wrapper{display:inline-block;position:relative;width:48px;height:48px}.preloader-wrapper.small{width:36px;height:36px}.preloader-wrapper.big{width:64px;height:64px}.preloader-wrapper.active{-webkit-animation:container-rotate 1568ms linear infinite;animation:container-rotate 1568ms linear infinite}@-webkit-keyframes container-rotate{to{-webkit-transform:rotate(1turn)}}@keyframes container-rotate{to{transform:rotate(1turn)}}.spinner-layer{position:absolute;width:100%;height:100%;opacity:0;border-color:#2885da}.spinner-blue,.spinner-blue-only{border-color:#4285f4}.spinner-red,.spinner-red-only{border-color:#db4437}.spinner-yellow,.spinner-yellow-only{border-color:#f4b400}.spinner-green,.spinner-green-only{border-color:#0f9d58}.active .spinner-layer.spinner-blue{-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,blue-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,blue-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both}.active .spinner-layer.spinner-red{-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,red-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,red-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both}.active .spinner-layer.spinner-yellow{-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,yellow-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,yellow-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both}.active .spinner-layer.spinner-green{-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,green-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,green-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both}.active .spinner-layer,.active .spinner-layer.spinner-blue-only,.active .spinner-layer.spinner-green-only,.active .spinner-layer.spinner-red-only,.active .spinner-layer.spinner-yellow-only{opacity:1;-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both;animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both}@-webkit-keyframes fill-unfill-rotate{12.5%{-webkit-transform:rotate(135deg)}25%{-webkit-transform:rotate(270deg)}37.5%{-webkit-transform:rotate(405deg)}50%{-webkit-transform:rotate(540deg)}62.5%{-webkit-transform:rotate(675deg)}75%{-webkit-transform:rotate(810deg)}87.5%{-webkit-transform:rotate(945deg)}to{-webkit-transform:rotate(3turn)}}@keyframes fill-unfill-rotate{12.5%{transform:rotate(135deg)}25%{transform:rotate(270deg)}37.5%{transform:rotate(405deg)}50%{transform:rotate(540deg)}62.5%{transform:rotate(675deg)}75%{transform:rotate(810deg)}87.5%{transform:rotate(945deg)}to{transform:rotate(3turn)}}@-webkit-keyframes blue-fade-in-out{0%{opacity:1}25%{opacity:1}26%{opacity:0}89%{opacity:0}90%{opacity:1}to{opacity:1}}@keyframes blue-fade-in-out{0%{opacity:1}25%{opacity:1}26%{opacity:0}89%{opacity:0}90%{opacity:1}to{opacity:1}}@-webkit-keyframes red-fade-in-out{0%{opacity:0}15%{opacity:0}25%{opacity:1}50%{opacity:1}51%{opacity:0}}@keyframes red-fade-in-out{0%{opacity:0}15%{opacity:0}25%{opacity:1}50%{opacity:1}51%{opacity:0}}@-webkit-keyframes yellow-fade-in-out{0%{opacity:0}40%{opacity:0}50%{opacity:1}75%{opacity:1}76%{opacity:0}}@keyframes yellow-fade-in-out{0%{opacity:0}40%{opacity:0}50%{opacity:1}75%{opacity:1}76%{opacity:0}}@-webkit-keyframes green-fade-in-out{0%{opacity:0}65%{opacity:0}75%{opacity:1}90%{opacity:1}to{opacity:0}}@keyframes green-fade-in-out{0%{opacity:0}65%{opacity:0}75%{opacity:1}90%{opacity:1}to{opacity:0}}.gap-patch{position:absolute;top:0;left:45%;width:10%;height:100%;overflow:hidden;border-color:inherit}.gap-patch .circle{width:1000%;left:-450%}.circle-clipper{display:inline-block;position:relative;width:50%;height:100%;overflow:hidden;border-color:inherit}.circle-clipper .circle{width:200%;height:100%;border:3px solid;border-color:inherit;border-bottom-color:transparent!important;border-radius:50%;-webkit-animation:none;animation:none;position:absolute;top:0;right:0;bottom:0}.circle-clipper.left .circle{left:0;border-right-color:transparent!important;transform:rotate(129deg)}.circle-clipper.right .circle{left:-100%;border-left-color:transparent!important;transform:rotate(-129deg)}.active .circle-clipper.left .circle{-webkit-animation:left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;animation:left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both}.active .circle-clipper.right .circle{-webkit-animation:right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;animation:right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both}@-webkit-keyframes left-spin{0%{-webkit-transform:rotate(130deg)}50%{-webkit-transform:rotate(-5deg)}to{-webkit-transform:rotate(130deg)}}@keyframes left-spin{0%{transform:rotate(130deg)}50%{transform:rotate(-5deg)}to{transform:rotate(130deg)}}@-webkit-keyframes right-spin{0%{-webkit-transform:rotate(-130deg)}50%{-webkit-transform:rotate(5deg)}to{-webkit-transform:rotate(-130deg)}}@keyframes right-spin{0%{transform:rotate(-130deg)}50%{transform:rotate(5deg)}to{transform:rotate(-130deg)}}#spinnerContainer.cooldown{-webkit-animation:container-rotate 1568ms linear infinite,fade-out .4s cubic-bezier(.4,0,.2,1);animation:container-rotate 1568ms linear infinite,fade-out .4s cubic-bezier(.4,0,.2,1)}@-webkit-keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.tap-target-wrapper{width:800px;height:800px;position:fixed;z-index:1000;visibility:hidden;transition:visibility 0s .3s}.tap-target-wrapper.open{visibility:visible;transition:visibility 0s}.tap-target-wrapper.open .tap-target{transform:scale(1);opacity:.95;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.tap-target-wrapper.open .tap-target-wave:before{transform:scale(1)}.tap-target-wrapper.open .tap-target-wave:after{visibility:visible;-webkit-animation:pulse-animation 1s cubic-bezier(.24,0,.38,1) infinite;animation:pulse-animation 1s cubic-bezier(.24,0,.38,1) infinite;transition:opacity .3s,transform .3s,visibility 0s 1s}.tap-target{position:absolute;font-size:1rem;border-radius:50%;background-color:#1e88e5;box-shadow:0 20px 20px 0 rgba(0,0,0,.14),0 10px 50px 0 rgba(0,0,0,.12),0 30px 10px -20px rgba(0,0,0,.2);width:100%;height:100%;opacity:0;transform:scale(0);transition:transform .3s ease-in-out,opacity .3s ease-in-out}.tap-target-content{position:relative;display:table-cell}.tap-target-wave{position:absolute;border-radius:50%;z-index:10001}.tap-target-wave:after,.tap-target-wave:before{content:"";display:block;position:absolute;width:100%;height:100%;border-radius:50%;background-color:#fff}.tap-target-wave:before{transform:scale(0);transition:transform .3s}.tap-target-wave:after{visibility:hidden;transition:opacity .3s,transform .3s,visibility 0s;z-index:-1}.tap-target-origin{top:50%;left:50%;transform:translate(-50%,-50%);z-index:10002;position:absolute!important}.tap-target-origin:not(.btn):not(.btn-large):not(.btn-small),.tap-target-origin:not(.btn):not(.btn-large):not(.btn-small):hover{background:none}@media only screen and (max-width:600px){.tap-target,.tap-target-wrapper{width:600px;height:600px}}.mat-select-panel{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background:#fff}.mat-option.mat-active,.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled),.mat-option:hover:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#3f51b5}.mat-select-trigger{height:43px!important;box-sizing:border-box;padding:0;transition:.3s;border-bottom:1px solid #757575}.mat-select-trigger.full-border,mat-selct.full-border .mat-select-trigger{border:1px solid #ccc;height:48px!important;border-radius:4px;margin:10px 0}mat-selct.full-border.height-small{color:#fff}mat-selct.full-border.height-small .mat-select-trigger{height:32px!important}.mat-select-value{vertical-align:middle}.mat-datetimepicker-calendar-header,.mat-datetimepicker-clock-cell.mat-datetimepicker-clock-cell-selected,.mat-datetimepicker-clock-center,.mat-datetimepicker-clock-hand{background:#176ede}.mat-datepicker-content{display:block;border-radius:4px;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#fff;color:rgba(0,0,0,.87)}.mat-calendar-body-cell-content{color:rgba(0,0,0,.87);border-color:transparent}.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.38)}.cdk-overlay-pane{max-height:none!important;position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%}.mat-datepicker-dialog{max-width:345px!important;margin:auto}.mat-datepicker-dialog .mat-dialog-container{overflow:visible}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.mat-datepicker-content .time-container{padding-top:0!important}.mat-calendar-controls{margin-top:0!important}.ngx-mat-timepicker table{width:100%!important}.ngx-mat-timepicker form .table .tbody tr td{padding:0}.ngx-mat-timepicker form .table .tbody tr td .mat-form-field{width:40px!important;max-width:none!important}.mat-calendar-body-selected{background-color:#176ede;color:#fff}.mat-calendar-body-disabled{cursor:default}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){color:rgba(0,0,0,.38)}.mat-datepicker-content .mat-calendar{width:296px!important;height:auto!important}.mat-datepicker-content-touch{margin:0}.mat-datepicker-content .actions{justify-content:space-between!important;padding:0!important;background:#f3f3f3}.mat-datepicker-content .actions .mat-icon-button{width:50%;position:relative;border-radius:0}.mat-datepicker-content .actions .mat-icon-button .mat-button-wrapper{display:flex;align-items:center;justify-content:center}.mat-datepicker-content .actions .mat-icon-button .mat-icon{display:none!important}.mat-datepicker-content .actions .mat-icon-button:first-child:before{content:"Close"}.mat-datepicker-content .actions .mat-icon-button:last-child:before{content:"Save"}.mat-datepicker-content .actions .mat-icon-button:hover{background:rgba(0,0,0,.04)}.mat-button.mat-accent[disabled],.mat-button.mat-primary[disabled],.mat-button.mat-warn[disabled],.mat-button[disabled][disabled],.mat-icon-button.mat-accent[disabled],.mat-icon-button.mat-primary[disabled],.mat-icon-button.mat-warn[disabled],.mat-icon-button[disabled][disabled],.mat-stroked-button.mat-accent[disabled],.mat-stroked-button.mat-primary[disabled],.mat-stroked-button.mat-warn[disabled],.mat-stroked-button[disabled][disabled]{color:rgba(0,0,0,.26)}.mat-button[disabled],.mat-flat-button[disabled],.mat-icon-button[disabled],.mat-stroked-button[disabled]{cursor:default}.cdk-global-overlay-wrapper,.cdk-overlay-container{pointer-events:auto}.cdk-global-overlay-wrapper{background:rgba(0,0,0,.37)}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-global-overlay-wrapper,.cdk-overlay-container{pointer-events:none;top:0;left:0;height:100%;width:100%}.mat-select-panel-wrap .mat-option-disabled{opacity:.5}.mat-select-panel-wrap .mat-option-disabled .mat-pseudo-checkbox-disabled{opacity:0;display:none}.mat-option.mat-option-multiple.selected .mat-pseudo-checkbox{border:none}.mat-option.mat-option-multiple.selected .mat-pseudo-checkbox:after{top:2.4px;left:1px;width:8px;height:3px;border-left:2px solid;transform:rotate(-45deg);opacity:1;box-sizing:content-box}.cdk-live-announcer-element{display:none}.mat-select.no-border .mat-select-trigger{border:none!important}.mat-select.full-border .mat-select-trigger{border:1px solid #ccc!important;border-radius:4px;padding:0 10px}.mat-select.small-height .mat-select-trigger{height:37px!important}.mat-select.auto-height .mat-select-trigger{height:auto!important}.mat-option .copy-url{float:right;font-size:12px;color:#fff;background:#176ede;padding:0 6px;border-radius:3px;margin-top:11px;line-height:20px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.auto-height{height:auto!important}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translateZ(0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:50%;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}html.lb-disable-scrolling{overflow:hidden;position:fixed;height:100vh;width:100vw}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:400}.no-float{float:none!important}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.skeuomorphism{border-radius:6px;box-shadow:0 2px 5px rgba(0,0,0,.1);background:#fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;*zoom:1;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(https://d8it4huxumps7.cloudfront.net/images/d2c-icons/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:none;background-image:url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(https://d8it4huxumps7.cloudfront.net/images/d2c-icons/prev.png) left 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(https://d8it4huxumps7.cloudfront.net/images/d2c-icons/next.png) right 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;*zoom:1;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(https://d8it4huxumps7.cloudfront.net/images/d2c-icons/close.png) 100% 0 no-repeat;text-align:right;outline:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:.7;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}body,html{font-family:Open Sans,sans-serif}a{color:#176ede}.loading-bar{display:inline-block;width:5px;height:22px;border-radius:4px;margin:0 1px;-webkit-animation:loading 1s ease-in-out infinite;animation:loading 1s ease-in-out infinite;background:#333}.loading-bar:first-child{background-color:#3498db;-webkit-animation-delay:0s;animation-delay:0s}.loading-bar:nth-child(2){background-color:#c0392b;-webkit-animation-delay:.09s;animation-delay:.09s}.loading-bar:nth-child(3){background-color:#f1c40f;-webkit-animation-delay:.18s;animation-delay:.18s}.loading-bar:nth-child(4){background-color:#27ae60;-webkit-animation-delay:.27s;animation-delay:.27s}@-webkit-keyframes loading{0%{-webkit-transform:scale(1)}20%{-webkit-transform:scaleY(2.2)}40%{-webkit-transform:scale(1)}}@keyframes loading{0%{transform:scale(1)}20%{transform:scaleY(2.2)}40%{transform:scale(1)}}.competitions-bg{background-color:#8739d5!important}.competitions-text{color:#8739d5!important}.quizzes-bg{background-color:#8c5f12!important}.quizzes-text{color:#8c5f12!important}.hackathons-bg{background-color:#187765!important}.hackathons-text{color:#187765!important}.scholarships-bg{background-color:#c92c4b!important}.scholarships-text{color:#c92c4b!important}.internships-bg{background-color:#186e8b!important}.internships-text{color:#186e8b!important}.jobs-bg{background-color:#186e8b!important}.jobs-text{color:#186e8b!important}.workshops-bg{background-color:#8739d5!important}.workshops-text{color:#8739d5!important}.cultural-bg{background-color:#1a7a68!important}.cultural-text{color:#1a7a68!important}.festivals-bg{background-color:#8c5f12!important}.festivals-text{color:#8c5f12!important}.articles-bg{background-color:#d53958!important}.articles-text{color:#d53958!important}.red-dark{background-color:#b71c1c!important}.red-dark-svg .two{stop-color:#b71c1c!important}.red-dark-text{color:#b71c1c!important}.red-dark-text.text-lighten-3{color:#ec8080!important}.red-dark-border{border-color:#b71c1c!important}.red-dark-border.border-darken-1{border-color:#8b1515!important}.red-dark-border.border-lighten-4{border-color:#f2adad!important}.red-dark-border-after:after,.red-dark-border-indicator .border-color:after{border-color:#b71c1c!important}.red-dark-hover:hover,.red-dark-parent .text-color{color:#b71c1c!important}.red-dark-parent .border-color{border-color:#b71c1c!important}.red-dark-border-after:after{background:#b71c1c!important}.red-dark-opacity{background-color:rgba(183,28,28,.25)!important}.red-dark-shadow{box-shadow:0 0 0 4px rgba(183,28,28,.4)!important}.pink-dark{background-color:#880e4f!important}.pink-dark-svg .two{stop-color:#880e4f!important}.pink-dark-text{color:#880e4f!important}.pink-dark-text.text-lighten-3{color:#ec439d!important}.pink-dark-border{border-color:#880e4f!important}.pink-dark-border.border-darken-1{border-color:#5a0934!important}.pink-dark-border.border-lighten-4{border-color:#f072b5!important}.pink-dark-border-after:after,.pink-dark-border-indicator .border-color:after{border-color:#880e4f!important}.pink-dark-hover:hover,.pink-dark-parent .text-color{color:#880e4f!important}.pink-dark-parent .border-color{border-color:#880e4f!important}.pink-dark-border-after:after{background:#880e4f!important}.pink-dark-opacity{background-color:rgba(136,14,79,.25)!important}.pink-dark-shadow{box-shadow:0 0 0 4px rgba(136,14,79,.4)!important}.purple-dark{background-color:#4a148c!important}.purple-dark-svg .two{stop-color:#4a148c!important}.purple-dark-text{color:#4a148c!important}.purple-dark-text.text-lighten-3{color:#9553e6!important}.purple-dark-border{border-color:#4a148c!important}.purple-dark-border.border-darken-1{border-color:#320e5f!important}.purple-dark-border.border-lighten-4{border-color:#b17fed!important}.purple-dark-border-after:after,.purple-dark-border-indicator .border-color:after{border-color:#4a148c!important}.purple-dark-hover:hover,.purple-dark-parent .text-color{color:#4a148c!important}.purple-dark-parent .border-color{border-color:#4a148c!important}.purple-dark-border-after:after{background:#4a148c!important}.purple-dark-opacity{background-color:rgba(74,20,140,.25)!important}.purple-dark-shadow{box-shadow:0 0 0 4px rgba(74,20,140,.4)!important}.deep-purple-dark{background-color:#6200ea!important}.deep-purple-dark-svg .two{stop-color:#6200ea!important}.deep-purple-dark-text{color:#6200ea!important}.deep-purple-dark-text.text-lighten-3{color:#b884ff!important}.deep-purple-dark-border{border-color:#6200ea!important}.deep-purple-dark-border.border-darken-1{border-color:#4d00b7!important}.deep-purple-dark-border.border-lighten-4{border-color:#d5b7ff!important}.deep-purple-dark-border-after:after,.deep-purple-dark-border-indicator .border-color:after{border-color:#6200ea!important}.deep-purple-dark-hover:hover,.deep-purple-dark-parent .text-color{color:#6200ea!important}.deep-purple-dark-parent .border-color{border-color:#6200ea!important}.deep-purple-dark-border-after:after{background:#6200ea!important}.deep-purple-dark-opacity{background-color:rgba(98,0,234,.25)!important}.deep-purple-dark-shadow{box-shadow:0 0 0 4px rgba(98,0,234,.4)!important}.indigo-dark{background-color:#1a237e!important}.indigo-dark-svg .two{stop-color:#1a237e!important}.indigo-dark-text{color:#1a237e!important}.indigo-dark-text.text-lighten-3{color:#5561dc!important}.indigo-dark-border{border-color:#1a237e!important}.indigo-dark-border.border-darken-1{border-color:#111754!important}.indigo-dark-border.border-lighten-4{border-color:#7f88e5!important}.indigo-dark-border-after:after,.indigo-dark-border-indicator .border-color:after{border-color:#1a237e!important}.indigo-dark-hover:hover,.indigo-dark-parent .text-color{color:#1a237e!important}.indigo-dark-parent .border-color{border-color:#1a237e!important}.indigo-dark-border-after:after{background:#1a237e!important}.indigo-dark-opacity{background-color:rgba(26,35,126,.25)!important}.indigo-dark-shadow{box-shadow:0 0 0 4px rgba(26,35,126,.4)!important}.blue-dark{background-color:#0d47a1!important}.blue-dark-svg .two{stop-color:#0d47a1!important}.blue-dark-text{color:#0d47a1!important}.blue-dark-text.text-lighten-3{color:#5693f1!important}.blue-dark-border{border-color:#0d47a1!important}.blue-dark-border.border-darken-1{border-color:#093272!important}.blue-dark-border.border-lighten-4{border-color:#85b1f5!important}.blue-dark-border-after:after,.blue-dark-border-indicator .border-color:after{border-color:#0d47a1!important}.blue-dark-hover:hover,.blue-dark-parent .text-color{color:#0d47a1!important}.blue-dark-parent .border-color{border-color:#0d47a1!important}.blue-dark-border-after:after{background:#0d47a1!important}.blue-dark-opacity{background-color:rgba(13,71,161,.25)!important}.blue-dark-shadow{box-shadow:0 0 0 4px rgba(13,71,161,.4)!important}.light-blue-dark{background-color:#2962ff!important}.light-blue-dark-svg .two{stop-color:#2962ff!important}.light-blue-dark-text{color:#2962ff!important}.light-blue-dark-text.text-lighten-3{color:#c2d2ff!important}.light-blue-dark-border{border-color:#2962ff!important}.light-blue-dark-border.border-darken-1{border-color:#0041f5!important}.light-blue-dark-border.border-lighten-4{border-color:#f5f8ff!important}.light-blue-dark-border-after:after,.light-blue-dark-border-indicator .border-color:after{border-color:#2962ff!important}.light-blue-dark-hover:hover,.light-blue-dark-parent .text-color{color:#2962ff!important}.light-blue-dark-parent .border-color{border-color:#2962ff!important}.light-blue-dark-border-after:after{background:#2962ff!important}.light-blue-dark-opacity{background-color:rgba(41,98,255,.25)!important}.light-blue-dark-shadow{box-shadow:0 0 0 4px rgba(41,98,255,.4)!important}.cyan-dark{background-color:#006064!important}.cyan-dark-svg .two{stop-color:#006064!important}.cyan-dark-text{color:#006064!important}.cyan-dark-text.text-lighten-3{color:#00f3fd!important}.cyan-dark-border{border-color:#006064!important}.cyan-dark-border.border-darken-1{border-color:#002f31!important}.cyan-dark-border.border-lighten-4{border-color:#31f7ff!important}.cyan-dark-border-after:after,.cyan-dark-border-indicator .border-color:after{border-color:#006064!important}.cyan-dark-hover:hover,.cyan-dark-parent .text-color{color:#006064!important}.cyan-dark-parent .border-color{border-color:#006064!important}.cyan-dark-border-after:after{background:#006064!important}.cyan-dark-opacity{background-color:rgba(0,96,100,.25)!important}.cyan-dark-shadow{box-shadow:0 0 0 4px rgba(0,96,100,.4)!important}.teal-dark{background-color:#004d40!important}.teal-dark-svg .two{stop-color:#004d40!important}.teal-dark-text{color:#004d40!important}.teal-dark-text.text-lighten-3{color:#00e6bf!important}.teal-dark-border{border-color:#004d40!important}.teal-dark-border.border-darken-1{border-color:#001a16!important}.teal-dark-border.border-lighten-4{border-color:#1affd8!important}.teal-dark-border-after:after,.teal-dark-border-indicator .border-color:after{border-color:#004d40!important}.teal-dark-hover:hover,.teal-dark-parent .text-color{color:#004d40!important}.teal-dark-parent .border-color{border-color:#004d40!important}.teal-dark-border-after:after{background:#004d40!important}.teal-dark-opacity{background-color:rgba(0,77,64,.25)!important}.teal-dark-shadow{box-shadow:0 0 0 4px rgba(0,77,64,.4)!important}.green-light{background-color:#008541!important}.green-light-svg .two{stop-color:#008541!important}.green-light-text{color:#008541!important}.green-light-text.text-lighten-3{color:#1fff8c!important}.green-light-border{border-color:#008541!important}.green-light-border.border-darken-1{border-color:#005228!important}.green-light-border.border-lighten-4{border-color:#52ffa7!important}.green-light-border-after:after,.green-light-border-indicator .border-color:after{border-color:#008541!important}.green-light-hover:hover,.green-light-parent .text-color{color:#008541!important}.green-light-parent .border-color{border-color:#008541!important}.green-light-border-after:after{background:#008541!important}.green-light-opacity{background-color:rgba(0,133,65,.25)!important}.green-light-shadow{box-shadow:0 0 0 4px rgba(0,133,65,.4)!important}.lime-light{background-color:#008538!important}.lime-light-svg .two{stop-color:#008538!important}.lime-light-text{color:#008538!important}.lime-light-text.text-lighten-3{color:#1fff7d!important}.lime-light-border{border-color:#008538!important}.lime-light-border.border-darken-1{border-color:#005223!important}.lime-light-border.border-lighten-4{border-color:#52ff9b!important}.lime-light-border-after:after,.lime-light-border-indicator .border-color:after{border-color:#008538!important}.lime-light-hover:hover,.lime-light-parent .text-color{color:#008538!important}.lime-light-parent .border-color{border-color:#008538!important}.lime-light-border-after:after{background:#008538!important}.lime-light-opacity{background-color:rgba(0,133,56,.25)!important}.lime-light-shadow{box-shadow:0 0 0 4px rgba(0,133,56,.4)!important}.green-dark{background-color:#1b5e20!important}.green-dark-svg .two{stop-color:#1b5e20!important}.green-dark-text{color:#1b5e20!important}.green-dark-text.text-lighten-3{color:#48ca51!important}.green-dark-border{border-color:#1b5e20!important}.green-dark-border.border-darken-1{border-color:#103613!important}.green-dark-border.border-lighten-4{border-color:#6fd677!important}.green-dark-border-after:after,.green-dark-border-indicator .border-color:after{border-color:#1b5e20!important}.green-dark-hover:hover,.green-dark-parent .text-color{color:#1b5e20!important}.green-dark-parent .border-color{border-color:#1b5e20!important}.green-dark-border-after:after{background:#1b5e20!important}.green-dark-opacity{background-color:rgba(27,94,32,.25)!important}.green-dark-shadow{box-shadow:0 0 0 4px rgba(27,94,32,.4)!important}.lime-dark{background-color:#5b8000!important}.lime-dark-svg .two{stop-color:#5b8000!important}.lime-dark-text{color:#5b8000!important}.lime-dark-text.text-lighten-3{color:#bdff1a!important}.lime-dark-border{border-color:#5b8000!important}.lime-dark-border.border-darken-1{border-color:#374d00!important}.lime-dark-border.border-lighten-4{border-color:#ccff4d!important}.lime-dark-border-after:after,.lime-dark-border-indicator .border-color:after{border-color:#5b8000!important}.lime-dark-hover:hover,.lime-dark-parent .text-color{color:#5b8000!important}.lime-dark-parent .border-color{border-color:#5b8000!important}.lime-dark-border-after:after{background:#5b8000!important}.lime-dark-opacity{background-color:rgba(91,128,0,.25)!important}.lime-dark-shadow{box-shadow:0 0 0 4px rgba(91,128,0,.4)!important}.yellow-dark{background-color:#e0bc00!important}.yellow-dark-svg .two{stop-color:#e0bc00!important}.yellow-dark-text{color:#e0bc00!important}.yellow-dark-text.text-lighten-3{color:#ffea7a!important}.yellow-dark-border{border-color:#e0bc00!important}.yellow-dark-border.border-darken-1{border-color:#ad9100!important}.yellow-dark-border.border-lighten-4{border-color:#fff2ad!important}.yellow-dark-border-after:after,.yellow-dark-border-indicator .border-color:after{border-color:#e0bc00!important}.yellow-dark-hover:hover,.yellow-dark-parent .text-color{color:#e0bc00!important}.yellow-dark-parent .border-color{border-color:#e0bc00!important}.yellow-dark-border-after:after{background:#e0bc00!important}.yellow-dark-opacity{background-color:rgba(224,188,0,.25)!important}.yellow-dark-shadow{box-shadow:0 0 0 4px rgba(224,188,0,.4)!important}.amber-dark{background-color:#eb0000!important}.amber-dark-svg .two{stop-color:#eb0000!important}.amber-dark-text{color:#eb0000!important}.amber-dark-text.text-lighten-3{color:#ff8585!important}.amber-dark-border{border-color:#eb0000!important}.amber-dark-border.border-darken-1{border-color:#b80000!important}.amber-dark-border.border-lighten-4{border-color:#ffb8b8!important}.amber-dark-border-after:after,.amber-dark-border-indicator .border-color:after{border-color:#eb0000!important}.amber-dark-hover:hover,.amber-dark-parent .text-color{color:#eb0000!important}.amber-dark-parent .border-color{border-color:#eb0000!important}.amber-dark-border-after:after{background:#eb0000!important}.amber-dark-opacity{background-color:rgba(235,0,0,.25)!important}.amber-dark-shadow{box-shadow:0 0 0 4px rgba(235,0,0,.4)!important}.dark-orange{background-color:#d33d0d!important}.dark-orange-svg .two{stop-color:#d33d0d!important}.dark-orange-text{color:#d33d0d!important}.dark-orange-text.text-lighten-3{color:#f79e82!important}.dark-orange-border{border-color:#d33d0d!important}.dark-orange-border.border-darken-1{border-color:#a32f0a!important}.dark-orange-border.border-lighten-4{border-color:#fac3b2!important}.dark-orange-border-after:after,.dark-orange-border-indicator .border-color:after{border-color:#d33d0d!important}.dark-orange-hover:hover,.dark-orange-parent .text-color{color:#d33d0d!important}.dark-orange-parent .border-color{border-color:#d33d0d!important}.dark-orange-border-after:after{background:#d33d0d!important}.dark-orange-opacity{background-color:rgba(211,61,13,.25)!important}.dark-orange-shadow{box-shadow:0 0 0 4px rgba(211,61,13,.4)!important}ngx-gallery-preview{background:rgba(0,0,0,.89)!important;z-index:99999!important}ngx-gallery-preview .ngx-gallery-icon .ngx-gallery-icon-content{background:transparent!important}.ngx-gallery-icon .ngx-gallery-icon-content{background:rgba(0,0,0,.68);height:32px;width:32px;line-height:30px;text-align:center;border-radius:50%}.ngx-gallery-image-size-cover .ngx-gallery-image{border-radius:5px}.ngx-gallery-arrow.ngx-gallery-disabled{display:none!important}.ngx-gallery-thumbnail{border:4px solid hsla(0,0%,81.6%,.74);transition:.4s;border-radius:4px}.ngx-gallery-thumbnail:hover{border:4px solid hsla(0,0%,42.4%,.7)}.cdk-overlay-container{z-index:99999999}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.5)}.owl-dt-control-period-button .owl-dt-control-button-content{font-weight:500;border:1px solid #eee}.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-weekdays th{font-size:.9em;font-weight:500}.owl-dt-calendar-table thead{border-bottom:none}.owl-dt-calendar-table .owl-dt-calendar-cell-content{font-size:1em}.owl-dt-calendar-table .owl-dt-calendar-cell-selected{background-color:#176ede}.owl-dt-control-arrow-button:hover{background:rgba(0,0,0,.1)}.owl-dt-control-arrow-button svg{width:60%;height:60%}.owl-dt-container-control-button{color:#176ede}.owl-dt-container-buttons{height:3rem}.owl-dt-container-buttons button:first-child span{color:#ef9a9a}.owl-dt-timer-content .owl-dt-timer-input{font-size:1.2em;margin:0;height:auto}.owl-dt-inline-container,.owl-dt-popup-container{width:22.5em}.owl-dt-inline-container .owl-dt-calendar,.owl-dt-popup-container .owl-dt-calendar{height:25.25em}@media (max-width:600px){.owl-dt-container-buttons{background:#fff;position:relative}}a{transition:.3s}.table-wrapper{max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch}.d2c-popover{position:relative}.d2c-popover:after{position:absolute;content:attr(data-title);background:#414141;font-size:11px;text-transform:uppercase;font-weight:700;color:#fff;left:50%;transform:scale(0) translateX(-50%);bottom:-10px;font-family:Open Sans,sans-serif;border-radius:2px;box-shadow:1px 1px 4px rgba(0,0,0,.5);line-height:22px;opacity:0;padding:0 10px;visibility:hidden;white-space:nowrap;transition:.15s;transform-origin:0}.d2c-popover:hover:after{opacity:1;visibility:visible;transform:scale(1) translateX(-50%);bottom:-33px}.d2c-popover.to-top:after{bottom:auto!important;top:10px}.d2c-popover.to-top:hover:after{top:-30px}.d2c-popover.to-left:after{right:0;left:auto;width:220px}.d2c-popover.to-left:hover:after{bottom:0;right:-55px;text-align:center;padding:10px}@media (max-width:768px){.d2c-popover:after{content:none}}.top-0{top:0!important}.decoration-underline{text-decoration:underline}.title-tooltip{position:relative}.title-tooltip:after{content:attr(data-title);position:absolute;width:320px;left:50%;margin-left:-160px;background:#333;color:#fff;visibility:hidden;opacity:0;transition:transform .4s ease-out;top:-18px;font-size:12px;padding:7px;border-radius:3px;line-height:16px;transform:scale(0)}.title-tooltip:hover:after{visibility:visible;opacity:1;transform:scale(1)}.d2c-flash{position:relative}.d2c-flash:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.8;background:url(https://d8it4huxumps7.cloudfront.net/images/d2c-logo/d2c-flashes.gif) no-repeat}.viewport-height{min-height:90vh;min-height:calc(100vh - 53px)}.blured-logo{position:absolute;opacity:.15;-webkit-filter:blur(6px);filter:blur(6px);top:0;left:0;height:100%!important;width:100%;z-index:-1}.opp-logo{z-index:9;height:inherit;width:inherit;overflow:hidden}.opp-logo,.opp-logo d2c-img{display:flex;align-items:center;justify-content:center}.opp-logo d2c-img{height:100%;width:100%}.opp-logo.absolute{left:5px;bottom:5px;position:absolute;background:hsla(0,0%,100%,.83);border-radius:3px;height:auto;width:auto;padding:0;overflow:visible}.opp-logo.absolute .blured-logo{display:none}.opp-logo.absolute img.logo-attach{max-width:130px!important;max-height:72px!important;box-shadow:3px 4px 18px 0 rgba(0,0,0,.45);border-radius:4px!important}@media (min-width:1024px){.waves-effect:not(.no-hover){transition:.3s;position:relative;overflow:hidden}.waves-effect:not(.no-hover):after{content:"";position:absolute;z-index:-1;transition:all .3s;width:0;height:100%;top:0;left:0;background:#176ede}.waves-effect:not(.no-hover):hover{color:#fff!important}.waves-effect:not(.no-hover):hover:after{width:100%}}.waves-effect.blue.darken-2:after{background:#176ede!important}.waves-effect.orange:after{background:rgba(0,0,0,.2)!important}.waves-effect.grey.darken-2:after{background:#3d3d3d!important}.waves-effect.green.darken-1:after{background:#2a882e!important}.d2c-progressbar{margin-bottom:0;background:#e5e5e5!important;max-width:100%}.d2c-progressbar,.d2c-progressbar .d2c-tiny{height:6px;border-radius:6px}.waves-effect.orange:after{background:hsla(0,0%,100%,.2)!important}.waves-effect.red:after{background:rgba(0,0,0,.1)!important}.waves-effect.yellow:after{background:rgba(255,14,14,.2)!important}.waves-effect.btn-flat:after,.waves-effect.light-green.darken-3:after{background:hsla(0,0%,100%,.2)!important}.waves-effect.d2c-bg:after{background:hsla(0,0%,100%,.16)!important}.waves-effect.d2c-bg:hover{color:#fff!important}.waves-effect.green:after,.waves-effect.indigo:after,.waves-effect.lime:after,.waves-effect.purple:after,.waves-effect.red:after{background:hsla(0,0%,100%,.2)!important}.waves-effect.btn.eh:after,.waves-effect.eh.btn-large:after,.waves-effect.eh.btn-small:after{background:#1976d2!important}input:-moz-read-only{caret-color:transparent}input:read-only{caret-color:transparent}.h-scroll{overflow-y:auto}.v-scroll{white-space:nowrap;overflow-x:auto;width:100%}.touch-scroll{-webkit-overflow-scrolling:touch}.font-normal{font-style:normal}input:-webkit-autofill{background:none!important}.b-radius-3{border-radius:3px}.b-radius-4{border-radius:4px}.transform-capitalize{text-transform:capitalize}.transform-uppercase{text-transform:uppercase}.transform-none{text-transform:none}.custom-toast{background:#fff;color:#333;max-width:600px;display:flex;align-items:flex-start;padding:10px}.custom-toast img{height:36px;border-radius:50%;margin-right:10px}.custom-toast span{font-weight:600;display:block;font-size:12px;line-height:16px}.custom-toast p{color:#333;font-size:14px;margin-top:3px;line-height:18px}.d2c-badge{font-weight:300;font-size:.8rem;color:#fff;background-color:#176ede;border-radius:2px;padding:2px 6px}.btn-border{background:none;padding:10px 15px;border:1px solid;border-radius:3px}.btn-border.border2{border-width:2px}.btn-border.border4{border-width:4px}.btn-border.border5{border-width:5px}.btn-border:disabled{color:#aaa!important;background:#f3f3f3}.btn-border.small{padding:3px 12px}.embed-responsive{max-width:100%!important;display:block}.d-none{display:none!important}.index-9{z-index:9!important}button,button:focus,button:hover{border:none;background:none}@media (max-width:600px){.no-padding-phone{padding:0!important}}.fixed-bg-full,.modal-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.3)}.fix-center-box{position:fixed;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);background:#fff;border-radius:4px;z-index:999;box-shadow:2px 2px 7px 3px rgba(0,0,0,.15)}.btn-floating{margin-left:5px}.control-label{position:relative}.control-label.required:after,label.required:after{color:#d00;content:"*";position:absolute;margin-left:5px;top:0;right:-10px}body{counter-reset:section}body.body{overflow:visible}body.block-scroll{overflow:hidden}body.block-scroll .top-main-menu.zIndex{z-index:99999}body.hide-scroll{overflow:hidden}@media (max-width:600px){body.hide-scroll{overflow:visible}}#outerContainer #mainContainer div.toolbar,#toolbarViewer{display:none!important}#outerContainer #mainContainer #viewerContainer{top:0!important}.custom-select-form{margin-top:0}.custom-select-form label{position:static;display:block;margin-bottom:10px;font-size:11px}.custom-select-form .ui.dropdown{width:100%;border-bottom:1px solid #9e9e9e;padding-bottom:8px}.custom-select-form .ui.dropdown .dropdown.icon{position:absolute;right:9px;top:9px}.custom-select-form .ui.dropdown .menu{width:100%;border-radius:0}.custom-select-form.full-border .ui.dropdown{border:1px solid #9e9e9e;padding:4px;min-width:150px}.full-width{width:100%!important}.l-border{border-left:3px solid #176ede;padding-left:12px}.modal-overlay{z-index:99999!important}.modal{z-index:999999!important;display:block;top:15%}.modal.bottom-sheet{top:0;bottom:0!important}.modal-bg{background:rgba(0,0,0,.5);z-index:999999}.overflow-hidden{overflow:hidden}.valign-wrapper{width:100%}.custom-header-back-btn{display:none;background:#dfdfdf;color:#666;float:left;cursor:pointer;transition:.4s;height:36px;width:36px;text-align:center;line-height:36px;border-radius:50%;margin-right:12px}.custom-header-back-btn span{font-size:18px}.custom-header-back-btn:hover{background:#bbb;color:#fff}@media (max-width:600px){.custom-header-back-btn{height:30px;width:30px;text-align:center;line-height:39px;border-radius:50%;margin-top:3px}}.color,.d2c-color{color:#176ede!important}.color.d2c-hover:hover,.d2c-color.d2c-hover:hover{color:#0d4082!important}.color-bg,.d2c-bg{background:#176ede!important}.btn,.btn-large,.btn-small{text-transform:none}.ui.star.rating .active.icon{text-shadow:none!important;color:#f1c217!important}.owl-carousel.owl-drag .owl-item img{max-height:227px}.input-field label.has-value{font-size:.8rem;transform:translateY(-140%);left:.75rem;color:#9e9e9e;position:absolute;top:.8rem;cursor:text;transition:.2s ease-out}.btn-sm{font-size:13px!important;padding:0 10px!important;line-height:29px!important;border-radius:3px!important;cursor:pointer;font-weight:600}.btn-sm i{float:none!important;vertical-align:top;font-size:14px!important;margin:0}.btn-sm.danger:hover{color:#fff!important;background:#f44336!important}.absolute-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.position-relative{position:relative}.f-weight-600{font-weight:600!important}.f-weight-500{font-weight:500!important}.f-weight-400{font-weight:400!important}.font-10,.font-11,.font-12{font-size:12px!important}.font-13,.fonts-13{font-size:13px!important}.font-14{font-size:14px!important}.font-15{font-size:15px!important}.font-16{font-size:16px!important}.font-18{font-size:18px!important}.position-static{position:static!important}.border{border:1px solid #e3e3e3}.border-top{border-top:1px solid #e3e3e3}.border-bottom{border-bottom:1px solid #e3e3e3}.border-left{border-left:1px solid #e3e3e3}.border-right{border-right:1px solid #e3e3e3}.no-border{border:none!important}.br-5{border-radius:5px!important}.blur-img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-size:cover;opacity:.6}@media (min-width:768px){::-webkit-scrollbar{width:.3em;height:.3em}::-webkit-scrollbar-thumb{background:#787878;border-radius:20px}::-webkit-scrollbar-track{background:#d7d7d7;border-radius:20px}body{scrollbar-face-color:#787878;scrollbar-track-color:#d7d7d7}scrollbar{-moz-appearance:none!important;width:.3em;height:.3em;scrollbar-width:thin}.scrollbar-thumb{background:#787878}.scrollbar-thumb,.scrollbar-track{border-radius:20px;scrollbar-width:thin}.scrollbar-track{background:#d7d7d7}body{scrollbar-width:thin}scrollbarbutton,scrollcorner,thumb{-moz-appearance:none!important}scrollcorner{resize:both}scrollbar[orient=vertical]{color:silver}}.scroll-width{scrollbar-width:thin}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}body{display:flex;min-height:100vh;flex-direction:column}*{outline:0}:ng-deep [data-tooltip]:after,:ng-deep [data-tooltip]:hover:before{content:none!important}[type=checkbox].filled-in+label{line-height:16px}[type=checkbox].filled-in:checked+label:before{width:7px;height:11px}[type=checkbox].filled-in:checked+label:after,[type=checkbox].filled-in:not(:checked)+label:after{width:17px;height:17px}main{flex:1 0 auto;min-height:90vh}.container{width:85%;max-width:1600px}.d2c-container{width:auto;max-width:1180px;margin:0 auto}@media (max-width:1280px){.d2c-container{max-width:90%}}@media (max-width:1199px){.d2c-container{padding:0 30px;max-width:100%}}@media (max-width:800px){.d2c-container{padding:0 15px}}.scroll_to_top{position:fixed;bottom:12px;right:15px;z-index:99999;height:36px;width:36px;border-radius:50%;line-height:36px;color:#fff;text-align:center;font-size:24px;cursor:pointer;transition:.4s;display:none;box-shadow:0 0 10px rgba(0,0,0,.3)}.scroll_to_top.in{display:block}.max-width{max-width:100%}.section{padding:0}.btn-large:hover,.btn-small:hover,.btn:hover{color:#fff}[ng-reflect-router-link],[routerlink]{cursor:pointer}.ui.search>.results{width:40em;right:0;left:auto}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.cursor-text{cursor:text!important}.error{font-size:12px!important;position:absolute;bottom:0;left:10px}.error,.input-error,label.invalid{color:#f44336!important}label.invalid{font-size:12px!important;font-weight:500!important}.error.position{position:absolute;bottom:0;left:10px}.overlay,.parallax-container{width:100%}.d-block{display:block}.inline-block,.v-align{display:inline-block}.v-align{vertical-align:middle}.btn-v-align{line-height:36px;display:inline-block;vertical-align:top}.no-padding{padding-right:0!important}.no-padding,.no-padding-left{padding-left:0!important}.no-padding-right{padding-right:0!important}.clearfix{clear:both}.clearfix:after,.clearfix:before{display:table;content:" "}.clearfix:after{clear:both}.hide-on-desktop{display:none}.left-0{left:0!important}.m-10{margin-left:-10px;margin-right:-10px}.m-12{margin-left:-12px!important;margin-right:-12px!important}.mtb-10{margin-top:10px;margin-bottom:10px}.p-0{padding:0!important}.m-0{margin:0!important}.p-10,.plr-10{padding-left:10px!important;padding-right:10px!important}.p-20,.plr-20{padding-left:20px!important;padding-right:20px!important}.pa-10{padding:10px!important}.pa-20{padding:20px!important}.pl-0{padding-left:0!important}.pl-5{padding-left:3px!important}.pl-10{padding-left:10px!important}.pl-20{padding-left:20px!important}.pl-15{padding-left:15px!important}.pl-25{padding-left:25px!important}.pl-35{padding-left:35px!important}.powered-by{display:flex;align-items:center;justify-content:center;background:#000;color:#aaa;font-size:19px;font-weight:500;padding:10px 0;border-top:1px solid #333}.powered-by img{opacity:.8;margin-left:12px}.admin-pl-90{padding-left:90px!important}@media (max-width:600px){.admin-pl-90{padding-left:0!important}}.admin-pl-100{padding-left:100px!important}@media (max-width:600px){.admin-pl-100{padding-left:0!important}}.pr-5{padding-right:5px!important}.pr-10{padding-right:10px!important}.pr-15,.pr-20{padding-right:15px!important}.pr-35{padding-right:35px!important}.p-5{padding-left:3px!important;padding-right:3px!important}.p-12{padding-left:12px!important;padding-right:12px!important}.pr-0{padding-right:0!important}.pb-10{padding-bottom:10px!important}.pb-15{padding-bottom:15px!important}.pb-20{padding-bottom:20px!important}.pb-30{padding-bottom:30px!important}.pb-0{padding-bottom:0!important}.pt-0{padding-top:0!important}.pt-5{padding-top:5px!important}.pt-10{padding-top:10px!important}.pt-25{padding-top:25px!important}.pt-20{padding-top:20px!important}.pt-30{padding-top:30px!important}.pt-15{padding-top:15px!important}.ptb-10{padding-top:10px!important;padding-bottom:10px!important}.mt-30{margin-top:30px!important}.mt-0{margin-top:0!important}.mt-2{margin-top:2px!important}.mt-35{margin-top:35px!important}.mt-25{margin-top:25px!important}.mt-20{margin-top:20px!important}.mt-15{margin-top:15px!important}.mt-10{margin-top:10px!important}.mt-5{margin-top:5px!important}.mt-7{margin-top:7px!important}.mb-30{margin-bottom:30px!important}.mb-20{margin-bottom:20px!important}.mb-15{margin-bottom:15px!important}.mb-0{margin-bottom:0!important}.mb-10{margin-bottom:10px!important}.mb-5{margin-bottom:5px!important}.overlay{height:100%}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.ml-5{margin-left:5px!important}.ml-10{margin-left:10px!important}.ml-15{margin-left:15px!important}.ml-20{margin-left:20px!important}.ml-30{margin-left:30px!important}.mr-5{margin-right:5px!important}.mr-10{margin-right:10px!important}.mr-15{margin-right:15px!important}.mr-20{margin-right:20px!important}.mr-25{margin-right:25px!important}.mr-30{margin-right:30px!important}.mlr-12{margin-left:12px!important;margin-right:12px!important}.disable-selection{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.editor_wrapper .row{margin-bottom:0!important}.CodeMirror{height:100%}.alert-danger{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb;padding:12px!important;border-radius:.25rem;text-align:center;justify-content:center}.alert-danger.height-small{padding:8px 12px!important;font-size:12px;color:#721c24!important}.alert-danger.with-icon{padding:5px 12px!important;text-align:left}.alert-danger.with-icon i{font-size:40px;float:left}.alert-danger.with-icon p{display:flex;align-items:center;padding-left:12px;height:38px}@media (max-width:600px){.alert-danger.with-icon{text-align:left!important}}.alert-success{color:#155724;background-color:#d4edda;border:1px solid #c3e6cb;padding:12px 0!important;border-radius:.25rem;text-align:center;justify-content:center}.alert-success.with-icon{padding:5px 12px!important}.alert-success.with-icon i{font-size:25px;float:left;width:37px;height:37px;border-radius:50%;border:2px solid #155724;line-height:32px}.alert-success.with-icon p{display:flex;align-items:center;padding-left:12px;height:38px}@media (max-width:600px){.alert-success.with-icon{text-align:left!important}}.alert-success.with-icon.small-icon{padding:10px 12px!important}.alert-success.with-icon.small-icon i{font-size:18px;width:32px;height:32px;line-height:30px}.alert-success.with-icon.small-icon p{height:32px}.alert-success.height-small{padding:8px 12px!important;font-size:13px}.alert-warning{color:#31708f;background:#e7f1fb;border:1px solid rgba(16,119,214,.12);padding:12px 0!important;border-radius:.25rem;text-align:center}.alert-warning.with-icon{padding:5px 12px!important}.alert-warning.with-icon i{font-size:40px;float:left}.alert-warning.with-icon p{display:flex;align-items:center;padding-left:12px;height:38px}@media (max-width:600px){.alert-warning.with-icon{text-align:left!important}}.alert-warning.height-small{padding:8px 12px!important;font-size:13px}.alert-info{color:#856404;background-color:#fff3cd;border:1px solid #ffeeba;border-radius:.25rem;text-align:center;position:relative;padding:12px 20px 12px 12px!important;justify-content:center}.alert-info span.close-alert{position:absolute;top:4px;right:6px;cursor:pointer}.alert-info.with-icon{padding:5px 12px!important;text-align:center}.alert-info.with-icon i{font-size:28px;margin-top:4px;float:left}.alert-info.with-icon p{display:flex;align-items:center;padding-left:12px;height:38px}@media (max-width:600px){.alert-info.with-icon{text-align:left!important}}.alert-info.with-icon.small-icon{padding:10px 12px!important}.alert-info.with-icon.small-icon i{font-size:18px;width:32px;height:32px;line-height:30px;border-radius:50%;border:2px solid #856404;line-height:28px}.alert-info.with-icon.small-icon p{height:32px}.alert-info.height-small{padding:8px 12px!important;font-size:13px}.form_label{width:30%;float:left;font-weight:400}.form_fields{width:70%;float:right}.inline p{display:inline-block;padding:0;margin:0}.form-field-group{margin:15px 0;font-size:13px}#new-orgasation-modal{max-height:100%;overflow:visible}@media only screen and (min-width:993px){#toast-container{top:10%;right:2%;max-width:86%;min-width:22%}#toast-container.toast-bottom-right{top:auto;bottom:10%}}#toast-container{z-index:9999999;pointer-events:auto;display:flex;flex-direction:column;align-items:flex-end}@media (max-width:600px){#toast-container{top:auto;bottom:0;left:0;align-items:flex-start!important}#toast-container .d2c-toast{width:100%;border-radius:0}#toast-container .d2c-toast .toast-close-button{right:0;top:0;padding:10px}}.toast{font-size:1.1rem;font-weight:500;letter-spacing:.2px;top:23px;right:0;float:none;justify-content:normal;word-break:break-word}.autocomplete-content{max-height:250px!important}.autocomplete-content li{border-bottom:none!important}input:not([type]).d2c-error,input:not([type]):focus.d2c-error,input[type=date].d2c-error,input[type=date]:focus.d2c-error,input[type=datetime-local].d2c-error,input[type=datetime-local]:focus.d2c-error,input[type=datetime].d2c-error,input[type=datetime]:focus.d2c-error,input[type=email].d2c-error,input[type=email]:focus.d2c-error,input[type=number].d2c-error,input[type=number]:focus.d2c-error,input[type=password].d2c-error,input[type=password]:focus.d2c-error,input[type=search].d2c-error,input[type=search]:focus.d2c-error,input[type=tel].d2c-error,input[type=tel]:focus.d2c-error,input[type=text].d2c-error,input[type=text]:focus.d2c-error,input[type=time].d2c-error,input[type=time]:focus.d2c-error,input[type=url].d2c-error,input[type=url]:focus.d2c-error,textarea.materialize-textarea.d2c-error,textarea.materialize-textarea:focus.d2c-error{border-bottom:1px solid #f44336;box-shadow:0 1px 0 0 #f44336}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.d2cFadeUp{position:relative;-webkit-animation-name:d2cFadeUp;animation-name:d2cFadeUp;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1)}@-webkit-keyframes d2cFadeUp{0%{margin-top:8%;opacity:0}to{margin-top:0;opacity:1}}@keyframes d2cFadeUp{0%{margin-top:8%;opacity:0}to{margin-top:0;opacity:1}}.break-word{word-break:break-word}.pre-line{white-space:pre-line}.no-wrap{white-space:nowrap}.d2c-checkbox [type=checkbox]+label{display:block;padding:10px 10px 10px 37px;height:auto;border:1px solid #e3e3e3;border-radius:4px;font-weight:500;box-shadow:1px 1px 0 rgba(0,0,0,.04)}.d2c-checkbox [type=checkbox]:not(:checked)+label:after{top:9px!important;left:10px!important;border-width:1px}.d2c-checkbox [type=checkbox]:not(:checked)+label:before{left:11px;top:14px}.d2c-checkbox [type=checkbox]:checked+label{color:#fff!important;background:rgba(19,180,17,.41)}.d2c-checkbox [type=checkbox]:checked+label:before{top:9px;left:11px}.d2c-checkbox [type=checkbox]:checked+label:after{left:5px;background:#13b211;border-color:hsla(0,0%,100%,.52);top:4px;width:28px!important;height:28px!important}.team{background:#fcfcfc!important}.time div{position:relative;margin-top:5px}.time div:last-child{margin-bottom:35px}.thumb.active{display:none!important}.lightboxOverlay{opacity:.95;z-index:999999}.lightbox{z-index:9999999;position:fixed;top:50px!important}.fixed-full{position:fixed;top:0;left:0;width:100%;height:100%}.lb-data .lb-close{position:absolute;top:-25px;right:25px}.lb-data .lb-details{width:100%;float:left;text-align:left;line-height:1.1em;margin-top:5px}.lb-data .lb-caption{float:left;width:100%;text-align:center;font-size:14px;font-weight:400;line-height:1.5em}.lb-data .lb-number{position:absolute;z-index:999;top:10px;padding:10px;background:rgba(29,27,27,.3);width:115px;text-align:center;color:#fff;font-weight:600;margin-left:5px}@media (max-width:600px){.lightbox{top:0!important;height:100%;display:flex;align-items:center;justify-content:center;text-align:center}.lightbox .lb-data .lb-close{position:absolute;top:12px;right:12px;opacity:1;background-size:24px}.lightbox .lb-dataContainer{position:absolute;top:0;left:0;right:0;text-align:center;width:100%!important}.lightbox .lb-data .lb-number{margin:auto;right:0;left:0}.lightbox .lb-nav a{opacity:1!important}}@media (min-width:601px){.show-600{display:none}}@media (min-width:769px){.show-768{display:none}}@media (max-width:600px){.hide-600{display:none!important}}@media (max-width:768px){.hide-768{display:none!important}}.show-in-small{display:none!important}@media (max-width:600px){.show-in-small{display:inline-block!important}}:ng-deep .owl-carousel button,:ng-deep .owl-carousel div{border:none;background:none;padding:0}.pagination .item i{margin:0!important}.single-wrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.double-wrap{display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;-webkit-box-orient:vertical}img[alt*=Dare2Compete]{color:transparent;font-size:12px}.colored-icon .bg-1{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1{color:rgba(0,0,0,.85)!important}.colored-icon .bg-2{background:rgba(113,51,114,.85)!important;color:#fff!important}.colored-icon .color-2{color:rgba(113,51,114,.85)!important}.colored-icon .bg-3{background:rgba(21,191,31,.85)!important;color:#fff!important}.colored-icon .color-3{color:rgba(21,191,31,.85)!important}.colored-icon .bg-4{background:rgba(9,90,41,.85)!important;color:#fff!important}.colored-icon .color-4{color:rgba(9,90,41,.85)!important}.colored-icon .bg-5{background:rgba(5,63,109,.85)!important;color:#fff!important}.colored-icon .color-5{color:rgba(5,63,109,.85)!important}.colored-icon .bg-6{background:rgba(213,45,156,.85)!important;color:#fff!important}.colored-icon .color-6{color:rgba(213,45,156,.85)!important}.colored-icon .bg-7{background:rgba(21,57,59,.85)!important;color:#fff!important}.colored-icon .color-7{color:rgba(21,57,59,.85)!important}.colored-icon .bg-8{background:rgba(16,90,62,.85)!important;color:#fff!important}.colored-icon .color-8{color:rgba(16,90,62,.85)!important}.colored-icon .bg-9{background:rgba(73,29,104,.85)!important;color:#fff!important}.colored-icon .color-9{color:rgba(73,29,104,.85)!important}.colored-icon .bg-10{background:rgba(18,9,139,.85)!important;color:#fff!important}.colored-icon .color-10{color:rgba(18,9,139,.85)!important}.colored-icon .bg-11{background:rgba(48,27,108,.85)!important;color:#fff!important}.colored-icon .color-11{color:rgba(48,27,108,.85)!important}.colored-icon .bg-12{background:rgba(58,124,106,.85)!important;color:#fff!important}.colored-icon .color-12{color:rgba(58,124,106,.85)!important}.colored-icon .bg-13{background:rgba(56,100,18,.85)!important;color:#fff!important}.colored-icon .color-13{color:rgba(56,100,18,.85)!important}.colored-icon .bg-14{background:rgba(99,203,125,.85)!important;color:#fff!important}.colored-icon .color-14{color:rgba(99,203,125,.85)!important}.colored-icon .bg-15{background:rgba(27,3,21,.85)!important;color:#fff!important}.colored-icon .color-15{color:rgba(27,3,21,.85)!important}.colored-icon .bg-16{background:rgba(93,94,29,.85)!important;color:#fff!important}.colored-icon .color-16{color:rgba(93,94,29,.85)!important}.colored-icon .bg-17{background:rgba(46,81,91,.85)!important;color:#fff!important}.colored-icon .color-17{color:rgba(46,81,91,.85)!important}.colored-icon .bg-18{background:rgba(48,28,110,.85)!important;color:#fff!important}.colored-icon .color-18{color:rgba(48,28,110,.85)!important}.colored-icon .bg-19{background:rgba(101,2,85,.85)!important;color:#fff!important}.colored-icon .color-19{color:rgba(101,2,85,.85)!important}.colored-icon .bg-20{background:rgba(49,59,106,.85)!important;color:#fff!important}.colored-icon .color-20{color:rgba(49,59,106,.85)!important}.colored-icon .bg-21{background:rgba(70,78,32,.85)!important;color:#fff!important}.colored-icon .color-21{color:rgba(70,78,32,.85)!important}.colored-icon .bg-22{background:rgba(111,118,184,.85)!important;color:#fff!important}.colored-icon .color-22{color:rgba(111,118,184,.85)!important}.colored-icon .bg-23{background:rgba(54,54,70,.85)!important;color:#fff!important}.colored-icon .color-23{color:rgba(54,54,70,.85)!important}.colored-icon .bg-24{background:rgba(38,152,167,.85)!important;color:#fff!important}.colored-icon .color-24{color:rgba(38,152,167,.85)!important}.colored-icon .bg-25{background:rgba(187,34,27,.85)!important;color:#fff!important}.colored-icon .color-25{color:rgba(187,34,27,.85)!important}.colored-icon .bg-26{background:rgba(17,200,150,.85)!important;color:#fff!important}.colored-icon .color-26{color:rgba(17,200,150,.85)!important}.colored-icon .bg-27{background:rgba(85,85,135,.85)!important;color:#fff!important}.colored-icon .color-27{color:rgba(85,85,135,.85)!important}.colored-icon .bg-28{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-28{color:rgba(0,0,0,.85)!important}.colored-icon .bg-29{background:rgba(223,69,58,.85)!important;color:#fff!important}.colored-icon .color-29{color:rgba(223,69,58,.85)!important}.colored-icon .bg-30{background:rgba(175,199,24,.85)!important;color:#fff!important}.colored-icon .color-30{color:rgba(175,199,24,.85)!important}.colored-icon .bg-31{background:rgba(30,76,40,.85)!important;color:#fff!important}.colored-icon .color-31{color:rgba(30,76,40,.85)!important}.colored-icon .bg-32{background:rgba(106,35,162,.85)!important;color:#fff!important}.colored-icon .color-32{color:rgba(106,35,162,.85)!important}.colored-icon .bg-33{background:rgba(162,157,63,.85)!important;color:#fff!important}.colored-icon .color-33{color:rgba(162,157,63,.85)!important}.colored-icon .bg-34{background:rgba(51,83,91,.85)!important;color:#fff!important}.colored-icon .color-34{color:rgba(51,83,91,.85)!important}.colored-icon .bg-35{background:rgba(135,144,5,.85)!important;color:#fff!important}.colored-icon .color-35{color:rgba(135,144,5,.85)!important}.colored-icon .bg-36{background:rgba(99,108,103,.85)!important;color:#fff!important}.colored-icon .color-36{color:rgba(99,108,103,.85)!important}.colored-icon .bg-37{background:rgba(1,14,71,.85)!important;color:#fff!important}.colored-icon .color-37{color:rgba(1,14,71,.85)!important}.colored-icon .bg-38{background:rgba(127,13,101,.85)!important;color:#fff!important}.colored-icon .color-38{color:rgba(127,13,101,.85)!important}.colored-icon .bg-39{background:rgba(64,129,62,.85)!important;color:#fff!important}.colored-icon .color-39{color:rgba(64,129,62,.85)!important}.colored-icon .bg-40{background:rgba(39,194,112,.85)!important;color:#fff!important}.colored-icon .color-40{color:rgba(39,194,112,.85)!important}.colored-icon .bg-41{background:rgba(8,88,39,.85)!important;color:#fff!important}.colored-icon .color-41{color:rgba(8,88,39,.85)!important}.colored-icon .bg-42{background:rgba(47,45,21,.85)!important;color:#fff!important}.colored-icon .color-42{color:rgba(47,45,21,.85)!important}.colored-icon .bg-43{background:rgba(39,19,84,.85)!important;color:#fff!important}.colored-icon .color-43{color:rgba(39,19,84,.85)!important}.colored-icon .bg-44{background:rgba(21,126,41,.85)!important;color:#fff!important}.colored-icon .color-44{color:rgba(21,126,41,.85)!important}.colored-icon .bg-45{background:rgba(106,2,58,.85)!important;color:#fff!important}.colored-icon .color-45{color:rgba(106,2,58,.85)!important}.colored-icon .bg-46{background:rgba(127,33,34,.85)!important;color:#fff!important}.colored-icon .color-46{color:rgba(127,33,34,.85)!important}.colored-icon .bg-47{background:rgba(24,62,123,.85)!important;color:#fff!important}.colored-icon .color-47{color:rgba(24,62,123,.85)!important}.colored-icon .bg-48{background:rgba(18,143,14,.85)!important;color:#fff!important}.colored-icon .color-48{color:rgba(18,143,14,.85)!important}.colored-icon .bg-49{background:rgba(14,58,70,.85)!important;color:#fff!important}.colored-icon .color-49{color:rgba(14,58,70,.85)!important}.colored-icon .bg-50{background:rgba(49,79,123,.85)!important;color:#fff!important}.colored-icon .color-50{color:rgba(49,79,123,.85)!important}.colored-icon .bg-51{background:rgba(7,192,2,.85)!important;color:#fff!important}.colored-icon .color-51{color:rgba(7,192,2,.85)!important}.colored-icon .bg-52{background:rgba(255,44,137,.85)!important;color:#fff!important}.colored-icon .color-52{color:rgba(255,44,137,.85)!important}.colored-icon .bg-53{background:rgba(144,62,77,.85)!important;color:#fff!important}.colored-icon .color-53{color:rgba(144,62,77,.85)!important}.colored-icon .bg-54{background:rgba(77,113,12,.85)!important;color:#fff!important}.colored-icon .color-54{color:rgba(77,113,12,.85)!important}.colored-icon .bg-55{background:rgba(101,18,69,.85)!important;color:#fff!important}.colored-icon .color-55{color:rgba(101,18,69,.85)!important}.colored-icon .bg-56{background:rgba(22,27,27,.85)!important;color:#fff!important}.colored-icon .color-56{color:rgba(22,27,27,.85)!important}.colored-icon .bg-57{background:rgba(24,31,41,.85)!important;color:#fff!important}.colored-icon .color-57{color:rgba(24,31,41,.85)!important}.colored-icon .bg-58{background:rgba(179,246,78,.85)!important;color:#fff!important}.colored-icon .color-58{color:rgba(179,246,78,.85)!important}.colored-icon .bg-59{background:rgba(4,2,1,.85)!important;color:#fff!important}.colored-icon .color-59{color:rgba(4,2,1,.85)!important}.colored-icon .bg-60{background:rgba(111,123,140,.85)!important;color:#fff!important}.colored-icon .color-60{color:rgba(111,123,140,.85)!important}.colored-icon .bg-61{background:rgba(255,1,135,.85)!important;color:#fff!important}.colored-icon .color-61{color:rgba(255,1,135,.85)!important}.colored-icon .bg-62{background:rgba(96,30,152,.85)!important;color:#fff!important}.colored-icon .color-62{color:rgba(96,30,152,.85)!important}.colored-icon .bg-63{background:rgba(184,4,16,.85)!important;color:#fff!important}.colored-icon .color-63{color:rgba(184,4,16,.85)!important}.colored-icon .bg-64{background:rgba(26,0,7,.85)!important;color:#fff!important}.colored-icon .color-64{color:rgba(26,0,7,.85)!important}.colored-icon .bg-65{background:rgba(21,22,25,.85)!important;color:#fff!important}.colored-icon .color-65{color:rgba(21,22,25,.85)!important}.colored-icon .bg-66{background:rgba(9,57,22,.85)!important;color:#fff!important}.colored-icon .color-66{color:rgba(9,57,22,.85)!important}.colored-icon .bg-67{background:rgba(24,33,1,.85)!important;color:#fff!important}.colored-icon .color-67{color:rgba(24,33,1,.85)!important}.colored-icon .bg-68{background:rgba(33,89,20,.85)!important;color:#fff!important}.colored-icon .color-68{color:rgba(33,89,20,.85)!important}.colored-icon .bg-69{background:rgba(65,123,24,.85)!important;color:#fff!important}.colored-icon .color-69{color:rgba(65,123,24,.85)!important}.colored-icon .bg-70{background:rgba(135,157,14,.85)!important;color:#fff!important}.colored-icon .color-70{color:rgba(135,157,14,.85)!important}.colored-icon .bg-71{background:rgba(59,51,73,.85)!important;color:#fff!important}.colored-icon .color-71{color:rgba(59,51,73,.85)!important}.colored-icon .bg-72{background:rgba(66,8,33,.85)!important;color:#fff!important}.colored-icon .color-72{color:rgba(66,8,33,.85)!important}.colored-icon .bg-73{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-73{color:rgba(0,0,0,.85)!important}.colored-icon .bg-74{background:rgba(77,132,18,.85)!important;color:#fff!important}.colored-icon .color-74{color:rgba(77,132,18,.85)!important}.colored-icon .bg-75{background:rgba(141,12,43,.85)!important;color:#fff!important}.colored-icon .color-75{color:rgba(141,12,43,.85)!important}.colored-icon .bg-76{background:rgba(28,14,34,.85)!important;color:#fff!important}.colored-icon .color-76{color:rgba(28,14,34,.85)!important}.colored-icon .bg-77{background:rgba(1,2,4,.85)!important;color:#fff!important}.colored-icon .color-77{color:rgba(1,2,4,.85)!important}.colored-icon .bg-78{background:rgba(111,24,106,.85)!important;color:#fff!important}.colored-icon .color-78{color:rgba(111,24,106,.85)!important}.colored-icon .bg-79{background:rgba(196,44,179,.85)!important;color:#fff!important}.colored-icon .color-79{color:rgba(196,44,179,.85)!important}.colored-icon .bg-80{background:rgba(28,80,83,.85)!important;color:#fff!important}.colored-icon .color-80{color:rgba(28,80,83,.85)!important}.colored-icon .bg-81{background:rgba(146,15,112,.85)!important;color:#fff!important}.colored-icon .color-81{color:rgba(146,15,112,.85)!important}.colored-icon .bg-82{background:rgba(23,8,32,.85)!important;color:#fff!important}.colored-icon .color-82{color:rgba(23,8,32,.85)!important}.colored-icon .bg-83{background:rgba(150,143,23,.85)!important;color:#fff!important}.colored-icon .color-83{color:rgba(150,143,23,.85)!important}.colored-icon .bg-84{background:rgba(221,177,9,.85)!important;color:#fff!important}.colored-icon .color-84{color:rgba(221,177,9,.85)!important}.colored-icon .bg-85{background:rgba(69,68,73,.85)!important;color:#fff!important}.colored-icon .color-85{color:rgba(69,68,73,.85)!important}.colored-icon .bg-86{background:rgba(22,3,23,.85)!important;color:#fff!important}.colored-icon .color-86{color:rgba(22,3,23,.85)!important}.colored-icon .bg-87{background:rgba(62,114,79,.85)!important;color:#fff!important}.colored-icon .color-87{color:rgba(62,114,79,.85)!important}.colored-icon .bg-88{background:rgba(23,15,1,.85)!important;color:#fff!important}.colored-icon .color-88{color:rgba(23,15,1,.85)!important}.colored-icon .bg-89{background:rgba(18,23,9,.85)!important;color:#fff!important}.colored-icon .color-89{color:rgba(18,23,9,.85)!important}.colored-icon .bg-90{background:rgba(42,20,6,.85)!important;color:#fff!important}.colored-icon .color-90{color:rgba(42,20,6,.85)!important}.colored-icon .bg-91{background:rgba(3,2,7,.85)!important;color:#fff!important}.colored-icon .color-91{color:rgba(3,2,7,.85)!important}.colored-icon .bg-92{background:rgba(0,70,90,.85)!important;color:#fff!important}.colored-icon .color-92{color:rgba(0,70,90,.85)!important}.colored-icon .bg-93{background:rgba(29,43,30,.85)!important;color:#fff!important}.colored-icon .color-93{color:rgba(29,43,30,.85)!important}.colored-icon .bg-94{background:rgba(69,50,189,.85)!important;color:#fff!important}.colored-icon .color-94{color:rgba(69,50,189,.85)!important}.colored-icon .bg-95{background:rgba(107,12,132,.85)!important;color:#fff!important}.colored-icon .color-95{color:rgba(107,12,132,.85)!important}.colored-icon .bg-96{background:rgba(49,54,47,.85)!important;color:#fff!important}.colored-icon .color-96{color:rgba(49,54,47,.85)!important}.colored-icon .bg-97{background:rgba(21,16,13,.85)!important;color:#fff!important}.colored-icon .color-97{color:rgba(21,16,13,.85)!important}.colored-icon .bg-98{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-98{color:rgba(0,0,0,.85)!important}.colored-icon .bg-99{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-99{color:rgba(0,0,0,.85)!important}.colored-icon .bg-100{background:rgba(65,41,148,.85)!important;color:#fff!important}.colored-icon .color-100{color:rgba(65,41,148,.85)!important}.colored-icon .bg-101{background:rgba(119,35,86,.85)!important;color:#fff!important}.colored-icon .color-101{color:rgba(119,35,86,.85)!important}.colored-icon .bg-102{background:rgba(11,20,15,.85)!important;color:#fff!important}.colored-icon .color-102{color:rgba(11,20,15,.85)!important}.colored-icon .bg-103{background:rgba(236,47,7,.85)!important;color:#fff!important}.colored-icon .color-103{color:rgba(236,47,7,.85)!important}.colored-icon .bg-104{background:rgba(114,154,7,.85)!important;color:#fff!important}.colored-icon .color-104{color:rgba(114,154,7,.85)!important}.colored-icon .bg-105{background:rgba(96,19,81,.85)!important;color:#fff!important}.colored-icon .color-105{color:rgba(96,19,81,.85)!important}.colored-icon .bg-106{background:rgba(68,145,133,.85)!important;color:#fff!important}.colored-icon .color-106{color:rgba(68,145,133,.85)!important}.colored-icon .bg-107{background:rgba(33,168,45,.85)!important;color:#fff!important}.colored-icon .color-107{color:rgba(33,168,45,.85)!important}.colored-icon .bg-108{background:rgba(19,39,83,.85)!important;color:#fff!important}.colored-icon .color-108{color:rgba(19,39,83,.85)!important}.colored-icon .bg-109{background:rgba(0,9,5,.85)!important;color:#fff!important}.colored-icon .color-109{color:rgba(0,9,5,.85)!important}.colored-icon .bg-110{background:rgba(7,51,30,.85)!important;color:#fff!important}.colored-icon .color-110{color:rgba(7,51,30,.85)!important}.colored-icon .bg-111{background:rgba(80,115,55,.85)!important;color:#fff!important}.colored-icon .color-111{color:rgba(80,115,55,.85)!important}.colored-icon .bg-112{background:rgba(153,45,12,.85)!important;color:#fff!important}.colored-icon .color-112{color:rgba(153,45,12,.85)!important}.colored-icon .bg-113{background:rgba(5,6,50,.85)!important;color:#fff!important}.colored-icon .color-113{color:rgba(5,6,50,.85)!important}.colored-icon .bg-114{background:rgba(53,9,41,.85)!important;color:#fff!important}.colored-icon .color-114{color:rgba(53,9,41,.85)!important}.colored-icon .bg-115{background:rgba(42,73,21,.85)!important;color:#fff!important}.colored-icon .color-115{color:rgba(42,73,21,.85)!important}.colored-icon .bg-116{background:rgba(46,108,25,.85)!important;color:#fff!important}.colored-icon .color-116{color:rgba(46,108,25,.85)!important}.colored-icon .bg-117{background:rgba(74,39,70,.85)!important;color:#fff!important}.colored-icon .color-117{color:rgba(74,39,70,.85)!important}.colored-icon .bg-118{background:rgba(48,57,89,.85)!important;color:#fff!important}.colored-icon .color-118{color:rgba(48,57,89,.85)!important}.colored-icon .bg-119{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-119{color:rgba(0,0,0,.85)!important}.colored-icon .bg-120{background:rgba(75,18,33,.85)!important;color:#fff!important}.colored-icon .color-120{color:rgba(75,18,33,.85)!important}.colored-icon .bg-121{background:rgba(3,47,26,.85)!important;color:#fff!important}.colored-icon .color-121{color:rgba(3,47,26,.85)!important}.colored-icon .bg-122{background:rgba(75,84,54,.85)!important;color:#fff!important}.colored-icon .color-122{color:rgba(75,84,54,.85)!important}.colored-icon .bg-123{background:rgba(4,67,131,.85)!important;color:#fff!important}.colored-icon .color-123{color:rgba(4,67,131,.85)!important}.colored-icon .bg-124{background:rgba(145,204,97,.85)!important;color:#fff!important}.colored-icon .color-124{color:rgba(145,204,97,.85)!important}.colored-icon .bg-125{background:rgba(32,105,41,.85)!important;color:#fff!important}.colored-icon .color-125{color:rgba(32,105,41,.85)!important}.colored-icon .bg-126{background:rgba(16,15,21,.85)!important;color:#fff!important}.colored-icon .color-126{color:rgba(16,15,21,.85)!important}.colored-icon .bg-127{background:rgba(96,114,45,.85)!important;color:#fff!important}.colored-icon .color-127{color:rgba(96,114,45,.85)!important}.colored-icon .bg-128{background:rgba(74,110,134,.85)!important;color:#fff!important}.colored-icon .color-128{color:rgba(74,110,134,.85)!important}.colored-icon .bg-129{background:rgba(89,30,22,.85)!important;color:#fff!important}.colored-icon .color-129{color:rgba(89,30,22,.85)!important}.colored-icon .bg-130{background:rgba(156,148,29,.85)!important;color:#fff!important}.colored-icon .color-130{color:rgba(156,148,29,.85)!important}.colored-icon .bg-131{background:rgba(50,112,69,.85)!important;color:#fff!important}.colored-icon .color-131{color:rgba(50,112,69,.85)!important}.colored-icon .bg-132{background:rgba(33,34,33,.85)!important;color:#fff!important}.colored-icon .color-132{color:rgba(33,34,33,.85)!important}.colored-icon .bg-133{background:rgba(69,112,5,.85)!important;color:#fff!important}.colored-icon .color-133{color:rgba(69,112,5,.85)!important}.colored-icon .bg-134{background:rgba(37,29,28,.85)!important;color:#fff!important}.colored-icon .color-134{color:rgba(37,29,28,.85)!important}.colored-icon .bg-135{background:rgba(46,124,141,.85)!important;color:#fff!important}.colored-icon .color-135{color:rgba(46,124,141,.85)!important}.colored-icon .bg-136{background:rgba(94,27,109,.85)!important;color:#fff!important}.colored-icon .color-136{color:rgba(94,27,109,.85)!important}.colored-icon .bg-137{background:rgba(117,0,117,.85)!important;color:#fff!important}.colored-icon .color-137{color:rgba(117,0,117,.85)!important}.colored-icon .bg-138{background:rgba(27,60,25,.85)!important;color:#fff!important}.colored-icon .color-138{color:rgba(27,60,25,.85)!important}.colored-icon .bg-139{background:rgba(164,0,168,.85)!important;color:#fff!important}.colored-icon .color-139{color:rgba(164,0,168,.85)!important}.colored-icon .bg-140{background:rgba(96,102,28,.85)!important;color:#fff!important}.colored-icon .color-140{color:rgba(96,102,28,.85)!important}.colored-icon .bg-141{background:rgba(43,74,33,.85)!important;color:#fff!important}.colored-icon .color-141{color:rgba(43,74,33,.85)!important}.colored-icon .bg-142{background:rgba(7,33,20,.85)!important;color:#fff!important}.colored-icon .color-142{color:rgba(7,33,20,.85)!important}.colored-icon .bg-143{background:rgba(0,1,0,.85)!important;color:#fff!important}.colored-icon .color-143{color:rgba(0,1,0,.85)!important}.colored-icon .bg-144{background:rgba(167,30,54,.85)!important;color:#fff!important}.colored-icon .color-144{color:rgba(167,30,54,.85)!important}.colored-icon .bg-145{background:rgba(93,9,65,.85)!important;color:#fff!important}.colored-icon .color-145{color:rgba(93,9,65,.85)!important}.colored-icon .bg-146{background:rgba(49,54,55,.85)!important;color:#fff!important}.colored-icon .color-146{color:rgba(49,54,55,.85)!important}.colored-icon .bg-147{background:rgba(122,76,149,.85)!important;color:#fff!important}.colored-icon .color-147{color:rgba(122,76,149,.85)!important}.colored-icon .bg-148{background:rgba(71,55,30,.85)!important;color:#fff!important}.colored-icon .color-148{color:rgba(71,55,30,.85)!important}.colored-icon .bg-149{background:rgba(82,40,78,.85)!important;color:#fff!important}.colored-icon .color-149{color:rgba(82,40,78,.85)!important}.colored-icon .bg-150{background:rgba(182,127,30,.85)!important;color:#fff!important}.colored-icon .color-150{color:rgba(182,127,30,.85)!important}.colored-icon .bg-151{background:rgba(40,175,123,.85)!important;color:#fff!important}.colored-icon .color-151{color:rgba(40,175,123,.85)!important}.colored-icon .bg-152{background:rgba(69,26,12,.85)!important;color:#fff!important}.colored-icon .color-152{color:rgba(69,26,12,.85)!important}.colored-icon .bg-153{background:rgba(19,54,42,.85)!important;color:#fff!important}.colored-icon .color-153{color:rgba(19,54,42,.85)!important}.colored-icon .bg-154{background:rgba(50,2,88,.85)!important;color:#fff!important}.colored-icon .color-154{color:rgba(50,2,88,.85)!important}.colored-icon .bg-155{background:rgba(137,3,62,.85)!important;color:#fff!important}.colored-icon .color-155{color:rgba(137,3,62,.85)!important}.colored-icon .bg-156{background:rgba(12,18,57,.85)!important;color:#fff!important}.colored-icon .color-156{color:rgba(12,18,57,.85)!important}.colored-icon .bg-157{background:rgba(31,89,32,.85)!important;color:#fff!important}.colored-icon .color-157{color:rgba(31,89,32,.85)!important}.colored-icon .bg-158{background:rgba(119,33,3,.85)!important;color:#fff!important}.colored-icon .color-158{color:rgba(119,33,3,.85)!important}.colored-icon .bg-159{background:rgba(88,78,117,.85)!important;color:#fff!important}.colored-icon .color-159{color:rgba(88,78,117,.85)!important}.colored-icon .bg-160{background:rgba(98,7,119,.85)!important;color:#fff!important}.colored-icon .color-160{color:rgba(98,7,119,.85)!important}.colored-icon .bg-161{background:rgba(227,35,29,.85)!important;color:#fff!important}.colored-icon .color-161{color:rgba(227,35,29,.85)!important}.colored-icon .bg-162{background:rgba(111,79,7,.85)!important;color:#fff!important}.colored-icon .color-162{color:rgba(111,79,7,.85)!important}.colored-icon .bg-163{background:rgba(19,83,103,.85)!important;color:#fff!important}.colored-icon .color-163{color:rgba(19,83,103,.85)!important}.colored-icon .bg-164{background:rgba(5,125,134,.85)!important;color:#fff!important}.colored-icon .color-164{color:rgba(5,125,134,.85)!important}.colored-icon .bg-165{background:rgba(35,27,30,.85)!important;color:#fff!important}.colored-icon .color-165{color:rgba(35,27,30,.85)!important}.colored-icon .bg-166{background:rgba(49,125,58,.85)!important;color:#fff!important}.colored-icon .color-166{color:rgba(49,125,58,.85)!important}.colored-icon .bg-167{background:rgba(26,47,97,.85)!important;color:#fff!important}.colored-icon .color-167{color:rgba(26,47,97,.85)!important}.colored-icon .bg-168{background:rgba(87,54,30,.85)!important;color:#fff!important}.colored-icon .color-168{color:rgba(87,54,30,.85)!important}.colored-icon .bg-169{background:rgba(43,154,158,.85)!important;color:#fff!important}.colored-icon .color-169{color:rgba(43,154,158,.85)!important}.colored-icon .bg-170{background:rgba(83,35,10,.85)!important;color:#fff!important}.colored-icon .color-170{color:rgba(83,35,10,.85)!important}.colored-icon .bg-171{background:rgba(68,155,58,.85)!important;color:#fff!important}.colored-icon .color-171{color:rgba(68,155,58,.85)!important}.colored-icon .bg-172{background:rgba(67,45,82,.85)!important;color:#fff!important}.colored-icon .color-172{color:rgba(67,45,82,.85)!important}.colored-icon .bg-173{background:rgba(10,7,12,.85)!important;color:#fff!important}.colored-icon .color-173{color:rgba(10,7,12,.85)!important}.colored-icon .bg-174{background:rgba(192,40,81,.85)!important;color:#fff!important}.colored-icon .color-174{color:rgba(192,40,81,.85)!important}.colored-icon .bg-175{background:rgba(61,42,23,.85)!important;color:#fff!important}.colored-icon .color-175{color:rgba(61,42,23,.85)!important}.colored-icon .bg-176{background:rgba(90,76,35,.85)!important;color:#fff!important}.colored-icon .color-176{color:rgba(90,76,35,.85)!important}.colored-icon .bg-177{background:rgba(38,103,120,.85)!important;color:#fff!important}.colored-icon .color-177{color:rgba(38,103,120,.85)!important}.colored-icon .bg-178{background:rgba(185,82,8,.85)!important;color:#fff!important}.colored-icon .color-178{color:rgba(185,82,8,.85)!important}.colored-icon .bg-179{background:rgba(28,124,28,.85)!important;color:#fff!important}.colored-icon .color-179{color:rgba(28,124,28,.85)!important}.colored-icon .bg-180{background:rgba(229,5,66,.85)!important;color:#fff!important}.colored-icon .color-180{color:rgba(229,5,66,.85)!important}.colored-icon .bg-181{background:rgba(101,98,15,.85)!important;color:#fff!important}.colored-icon .color-181{color:rgba(101,98,15,.85)!important}.colored-icon .bg-182{background:rgba(108,215,19,.85)!important;color:#fff!important}.colored-icon .color-182{color:rgba(108,215,19,.85)!important}.colored-icon .bg-183{background:rgba(65,44,72,.85)!important;color:#fff!important}.colored-icon .color-183{color:rgba(65,44,72,.85)!important}.colored-icon .bg-184{background:rgba(119,92,1,.85)!important;color:#fff!important}.colored-icon .color-184{color:rgba(119,92,1,.85)!important}.colored-icon .bg-185{background:rgba(78,49,77,.85)!important;color:#fff!important}.colored-icon .color-185{color:rgba(78,49,77,.85)!important}.colored-icon .bg-186{background:rgba(94,7,147,.85)!important;color:#fff!important}.colored-icon .color-186{color:rgba(94,7,147,.85)!important}.colored-icon .bg-187{background:rgba(11,1,62,.85)!important;color:#fff!important}.colored-icon .color-187{color:rgba(11,1,62,.85)!important}.colored-icon .bg-188{background:rgba(77,18,152,.85)!important;color:#fff!important}.colored-icon .color-188{color:rgba(77,18,152,.85)!important}.colored-icon .bg-189{background:rgba(105,24,83,.85)!important;color:#fff!important}.colored-icon .color-189{color:rgba(105,24,83,.85)!important}.colored-icon .bg-190{background:rgba(62,33,84,.85)!important;color:#fff!important}.colored-icon .color-190{color:rgba(62,33,84,.85)!important}.colored-icon .bg-191{background:rgba(60,86,6,.85)!important;color:#fff!important}.colored-icon .color-191{color:rgba(60,86,6,.85)!important}.colored-icon .bg-192{background:rgba(7,2,129,.85)!important;color:#fff!important}.colored-icon .color-192{color:rgba(7,2,129,.85)!important}.colored-icon .bg-193{background:rgba(217,29,149,.85)!important;color:#fff!important}.colored-icon .color-193{color:rgba(217,29,149,.85)!important}.colored-icon .bg-194{background:rgba(24,201,158,.85)!important;color:#fff!important}.colored-icon .color-194{color:rgba(24,201,158,.85)!important}.colored-icon .bg-195{background:rgba(95,92,20,.85)!important;color:#fff!important}.colored-icon .color-195{color:rgba(95,92,20,.85)!important}.colored-icon .bg-196{background:rgba(144,212,41,.85)!important;color:#fff!important}.colored-icon .color-196{color:rgba(144,212,41,.85)!important}.colored-icon .bg-197{background:rgba(114,16,62,.85)!important;color:#fff!important}.colored-icon .color-197{color:rgba(114,16,62,.85)!important}.colored-icon .bg-198{background:rgba(19,22,47,.85)!important;color:#fff!important}.colored-icon .color-198{color:rgba(19,22,47,.85)!important}.colored-icon .bg-199{background:rgba(80,49,95,.85)!important;color:#fff!important}.colored-icon .color-199{color:rgba(80,49,95,.85)!important}.colored-icon .bg-200{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-200{color:rgba(0,0,0,.85)!important}.colored-icon .bg-201{background:rgba(172,20,8,.85)!important;color:#fff!important}.colored-icon .color-201{color:rgba(172,20,8,.85)!important}.colored-icon .bg-202{background:rgba(81,86,46,.85)!important;color:#fff!important}.colored-icon .color-202{color:rgba(81,86,46,.85)!important}.colored-icon .bg-203{background:rgba(15,72,62,.85)!important;color:#fff!important}.colored-icon .color-203{color:rgba(15,72,62,.85)!important}.colored-icon .bg-204{background:rgba(19,224,180,.85)!important;color:#fff!important}.colored-icon .color-204{color:rgba(19,224,180,.85)!important}.colored-icon .bg-205{background:rgba(5,8,11,.85)!important;color:#fff!important}.colored-icon .color-205{color:rgba(5,8,11,.85)!important}.colored-icon .bg-206{background:rgba(44,6,26,.85)!important;color:#fff!important}.colored-icon .color-206{color:rgba(44,6,26,.85)!important}.colored-icon .bg-207{background:rgba(129,11,80,.85)!important;color:#fff!important}.colored-icon .color-207{color:rgba(129,11,80,.85)!important}.colored-icon .bg-208{background:rgba(89,188,10,.85)!important;color:#fff!important}.colored-icon .color-208{color:rgba(89,188,10,.85)!important}.colored-icon .bg-209{background:rgba(25,108,42,.85)!important;color:#fff!important}.colored-icon .color-209{color:rgba(25,108,42,.85)!important}.colored-icon .bg-210{background:rgba(16,137,251,.85)!important;color:#fff!important}.colored-icon .color-210{color:rgba(16,137,251,.85)!important}.colored-icon .bg-211{background:rgba(91,34,106,.85)!important;color:#fff!important}.colored-icon .color-211{color:rgba(91,34,106,.85)!important}.colored-icon .bg-212{background:rgba(113,83,1,.85)!important;color:#fff!important}.colored-icon .color-212{color:rgba(113,83,1,.85)!important}.colored-icon .bg-213{background:rgba(35,44,138,.85)!important;color:#fff!important}.colored-icon .color-213{color:rgba(35,44,138,.85)!important}.colored-icon .bg-214{background:rgba(86,93,37,.85)!important;color:#fff!important}.colored-icon .color-214{color:rgba(86,93,37,.85)!important}.colored-icon .bg-215{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-215{color:rgba(0,0,0,.85)!important}.colored-icon .bg-216{background:rgba(4,69,18,.85)!important;color:#fff!important}.colored-icon .color-216{color:rgba(4,69,18,.85)!important}.colored-icon .bg-217{background:rgba(85,98,27,.85)!important;color:#fff!important}.colored-icon .color-217{color:rgba(85,98,27,.85)!important}.colored-icon .bg-218{background:rgba(158,4,170,.85)!important;color:#fff!important}.colored-icon .color-218{color:rgba(158,4,170,.85)!important}.colored-icon .bg-219{background:rgba(9,84,92,.85)!important;color:#fff!important}.colored-icon .color-219{color:rgba(9,84,92,.85)!important}.colored-icon .bg-220{background:rgba(29,53,51,.85)!important;color:#fff!important}.colored-icon .color-220{color:rgba(29,53,51,.85)!important}.colored-icon .bg-221{background:rgba(176,185,12,.85)!important;color:#fff!important}.colored-icon .color-221{color:rgba(176,185,12,.85)!important}.colored-icon .bg-222{background:rgba(35,8,43,.85)!important;color:#fff!important}.colored-icon .color-222{color:rgba(35,8,43,.85)!important}.colored-icon .bg-223{background:rgba(89,44,99,.85)!important;color:#fff!important}.colored-icon .color-223{color:rgba(89,44,99,.85)!important}.colored-icon .bg-224{background:rgba(8,68,64,.85)!important;color:#fff!important}.colored-icon .color-224{color:rgba(8,68,64,.85)!important}.colored-icon .bg-225{background:rgba(127,23,186,.85)!important;color:#fff!important}.colored-icon .color-225{color:rgba(127,23,186,.85)!important}.colored-icon .bg-226{background:rgba(65,128,16,.85)!important;color:#fff!important}.colored-icon .color-226{color:rgba(65,128,16,.85)!important}.colored-icon .bg-227{background:rgba(63,129,135,.85)!important;color:#fff!important}.colored-icon .color-227{color:rgba(63,129,135,.85)!important}.colored-icon .bg-228{background:rgba(125,158,16,.85)!important;color:#fff!important}.colored-icon .color-228{color:rgba(125,158,16,.85)!important}.colored-icon .bg-229{background:rgba(0,82,101,.85)!important;color:#fff!important}.colored-icon .color-229{color:rgba(0,82,101,.85)!important}.colored-icon .bg-230{background:rgba(138,11,63,.85)!important;color:#fff!important}.colored-icon .color-230{color:rgba(138,11,63,.85)!important}.colored-icon .bg-231{background:rgba(1,7,5,.85)!important;color:#fff!important}.colored-icon .color-231{color:rgba(1,7,5,.85)!important}.colored-icon .bg-232{background:rgba(7,28,10,.85)!important;color:#fff!important}.colored-icon .color-232{color:rgba(7,28,10,.85)!important}.colored-icon .bg-233{background:rgba(79,20,64,.85)!important;color:#fff!important}.colored-icon .color-233{color:rgba(79,20,64,.85)!important}.colored-icon .bg-234{background:rgba(91,25,18,.85)!important;color:#fff!important}.colored-icon .color-234{color:rgba(91,25,18,.85)!important}.colored-icon .bg-235{background:rgba(17,18,5,.85)!important;color:#fff!important}.colored-icon .color-235{color:rgba(17,18,5,.85)!important}.colored-icon .bg-236{background:rgba(70,30,1,.85)!important;color:#fff!important}.colored-icon .color-236{color:rgba(70,30,1,.85)!important}.colored-icon .bg-237{background:rgba(2,231,240,.85)!important;color:#fff!important}.colored-icon .color-237{color:rgba(2,231,240,.85)!important}.colored-icon .bg-238{background:rgba(117,63,46,.85)!important;color:#fff!important}.colored-icon .color-238{color:rgba(117,63,46,.85)!important}.colored-icon .bg-239{background:rgba(51,28,70,.85)!important;color:#fff!important}.colored-icon .color-239{color:rgba(51,28,70,.85)!important}.colored-icon .bg-240{background:rgba(128,186,125,.85)!important;color:#fff!important}.colored-icon .color-240{color:rgba(128,186,125,.85)!important}.colored-icon .bg-241{background:rgba(10,47,42,.85)!important;color:#fff!important}.colored-icon .color-241{color:rgba(10,47,42,.85)!important}.colored-icon .bg-242{background:rgba(213,139,10,.85)!important;color:#fff!important}.colored-icon .color-242{color:rgba(213,139,10,.85)!important}.colored-icon .bg-243{background:rgba(67,1,24,.85)!important;color:#fff!important}.colored-icon .color-243{color:rgba(67,1,24,.85)!important}.colored-icon .bg-244{background:rgba(32,136,115,.85)!important;color:#fff!important}.colored-icon .color-244{color:rgba(32,136,115,.85)!important}.colored-icon .bg-245{background:rgba(80,41,87,.85)!important;color:#fff!important}.colored-icon .color-245{color:rgba(80,41,87,.85)!important}.colored-icon .bg-246{background:rgba(64,25,67,.85)!important;color:#fff!important}.colored-icon .color-246{color:rgba(64,25,67,.85)!important}.colored-icon .bg-247{background:rgba(81,70,22,.85)!important;color:#fff!important}.colored-icon .color-247{color:rgba(81,70,22,.85)!important}.colored-icon .bg-248{background:rgba(81,12,42,.85)!important;color:#fff!important}.colored-icon .color-248{color:rgba(81,12,42,.85)!important}.colored-icon .bg-249{background:rgba(4,78,58,.85)!important;color:#fff!important}.colored-icon .color-249{color:rgba(4,78,58,.85)!important}.colored-icon .bg-250{background:rgba(18,4,103,.85)!important;color:#fff!important}.colored-icon .color-250{color:rgba(18,4,103,.85)!important}.colored-icon .bg-251{background:rgba(25,40,10,.85)!important;color:#fff!important}.colored-icon .color-251{color:rgba(25,40,10,.85)!important}.colored-icon .bg-252{background:rgba(100,59,96,.85)!important;color:#fff!important}.colored-icon .color-252{color:rgba(100,59,96,.85)!important}.colored-icon .bg-253{background:rgba(195,170,69,.85)!important;color:#fff!important}.colored-icon .color-253{color:rgba(195,170,69,.85)!important}.colored-icon .bg-254{background:rgba(170,67,75,.85)!important;color:#fff!important}.colored-icon .color-254{color:rgba(170,67,75,.85)!important}.colored-icon .bg-255{background:rgba(15,29,12,.85)!important;color:#fff!important}.colored-icon .color-255{color:rgba(15,29,12,.85)!important}.colored-icon .bg-256{background:rgba(166,6,21,.85)!important;color:#fff!important}.colored-icon .color-256{color:rgba(166,6,21,.85)!important}.colored-icon .bg-257{background:rgba(10,138,7,.85)!important;color:#fff!important}.colored-icon .color-257{color:rgba(10,138,7,.85)!important}.colored-icon .bg-258{background:rgba(134,34,25,.85)!important;color:#fff!important}.colored-icon .color-258{color:rgba(134,34,25,.85)!important}.colored-icon .bg-259{background:rgba(72,77,40,.85)!important;color:#fff!important}.colored-icon .color-259{color:rgba(72,77,40,.85)!important}.colored-icon .bg-260{background:rgba(12,35,122,.85)!important;color:#fff!important}.colored-icon .color-260{color:rgba(12,35,122,.85)!important}.colored-icon .bg-261{background:rgba(3,12,10,.85)!important;color:#fff!important}.colored-icon .color-261{color:rgba(3,12,10,.85)!important}.colored-icon .bg-262{background:rgba(18,52,20,.85)!important;color:#fff!important}.colored-icon .color-262{color:rgba(18,52,20,.85)!important}.colored-icon .bg-263{background:rgba(2,17,2,.85)!important;color:#fff!important}.colored-icon .color-263{color:rgba(2,17,2,.85)!important}.colored-icon .bg-264{background:rgba(166,2,140,.85)!important;color:#fff!important}.colored-icon .color-264{color:rgba(166,2,140,.85)!important}.colored-icon .bg-265{background:rgba(77,1,53,.85)!important;color:#fff!important}.colored-icon .color-265{color:rgba(77,1,53,.85)!important}.colored-icon .bg-266{background:rgba(4,125,82,.85)!important;color:#fff!important}.colored-icon .color-266{color:rgba(4,125,82,.85)!important}.colored-icon .bg-267{background:rgba(141,134,23,.85)!important;color:#fff!important}.colored-icon .color-267{color:rgba(141,134,23,.85)!important}.colored-icon .bg-268{background:rgba(141,85,44,.85)!important;color:#fff!important}.colored-icon .color-268{color:rgba(141,85,44,.85)!important}.colored-icon .bg-269{background:rgba(42,19,8,.85)!important;color:#fff!important}.colored-icon .color-269{color:rgba(42,19,8,.85)!important}.colored-icon .bg-270{background:rgba(2,143,33,.85)!important;color:#fff!important}.colored-icon .color-270{color:rgba(2,143,33,.85)!important}.colored-icon .bg-271{background:rgba(7,5,8,.85)!important;color:#fff!important}.colored-icon .color-271{color:rgba(7,5,8,.85)!important}.colored-icon .bg-272{background:rgba(19,9,11,.85)!important;color:#fff!important}.colored-icon .color-272{color:rgba(19,9,11,.85)!important}.colored-icon .bg-273{background:rgba(33,17,6,.85)!important;color:#fff!important}.colored-icon .color-273{color:rgba(33,17,6,.85)!important}.colored-icon .bg-274{background:rgba(61,44,62,.85)!important;color:#fff!important}.colored-icon .color-274{color:rgba(61,44,62,.85)!important}.colored-icon .bg-275{background:rgba(50,4,47,.85)!important;color:#fff!important}.colored-icon .color-275{color:rgba(50,4,47,.85)!important}.colored-icon .bg-276{background:rgba(198,59,34,.85)!important;color:#fff!important}.colored-icon .color-276{color:rgba(198,59,34,.85)!important}.colored-icon .bg-277{background:rgba(63,77,12,.85)!important;color:#fff!important}.colored-icon .color-277{color:rgba(63,77,12,.85)!important}.colored-icon .bg-278{background:rgba(62,221,233,.85)!important;color:#fff!important}.colored-icon .color-278{color:rgba(62,221,233,.85)!important}.colored-icon .bg-279{background:rgba(23,42,72,.85)!important;color:#fff!important}.colored-icon .color-279{color:rgba(23,42,72,.85)!important}.colored-icon .bg-280{background:rgba(28,130,40,.85)!important;color:#fff!important}.colored-icon .color-280{color:rgba(28,130,40,.85)!important}.colored-icon .bg-281{background:rgba(54,50,43,.85)!important;color:#fff!important}.colored-icon .color-281{color:rgba(54,50,43,.85)!important}.colored-icon .bg-282{background:rgba(154,207,37,.85)!important;color:#fff!important}.colored-icon .color-282{color:rgba(154,207,37,.85)!important}.colored-icon .bg-283{background:rgba(31,8,38,.85)!important;color:#fff!important}.colored-icon .color-283{color:rgba(31,8,38,.85)!important}.colored-icon .bg-284{background:rgba(97,92,16,.85)!important;color:#fff!important}.colored-icon .color-284{color:rgba(97,92,16,.85)!important}.colored-icon .bg-285{background:rgba(47,52,19,.85)!important;color:#fff!important}.colored-icon .color-285{color:rgba(47,52,19,.85)!important}.colored-icon .bg-286{background:rgba(7,10,18,.85)!important;color:#fff!important}.colored-icon .color-286{color:rgba(7,10,18,.85)!important}.colored-icon .bg-287{background:rgba(168,39,87,.85)!important;color:#fff!important}.colored-icon .color-287{color:rgba(168,39,87,.85)!important}.colored-icon .bg-288{background:rgba(95,173,225,.85)!important;color:#fff!important}.colored-icon .color-288{color:rgba(95,173,225,.85)!important}.colored-icon .bg-289{background:rgba(39,98,33,.85)!important;color:#fff!important}.colored-icon .color-289{color:rgba(39,98,33,.85)!important}.colored-icon .bg-290{background:rgba(2,1,0,.85)!important;color:#fff!important}.colored-icon .color-290{color:rgba(2,1,0,.85)!important}.colored-icon .bg-291{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-291{color:rgba(0,0,0,.85)!important}.colored-icon .bg-292{background:rgba(67,12,100,.85)!important;color:#fff!important}.colored-icon .color-292{color:rgba(67,12,100,.85)!important}.colored-icon .bg-293{background:rgba(58,33,140,.85)!important;color:#fff!important}.colored-icon .color-293{color:rgba(58,33,140,.85)!important}.colored-icon .bg-294{background:rgba(54,22,26,.85)!important;color:#fff!important}.colored-icon .color-294{color:rgba(54,22,26,.85)!important}.colored-icon .bg-295{background:rgba(40,63,11,.85)!important;color:#fff!important}.colored-icon .color-295{color:rgba(40,63,11,.85)!important}.colored-icon .bg-296{background:rgba(0,14,68,.85)!important;color:#fff!important}.colored-icon .color-296{color:rgba(0,14,68,.85)!important}.colored-icon .bg-297{background:rgba(114,3,37,.85)!important;color:#fff!important}.colored-icon .color-297{color:rgba(114,3,37,.85)!important}.colored-icon .bg-298{background:rgba(52,57,8,.85)!important;color:#fff!important}.colored-icon .color-298{color:rgba(52,57,8,.85)!important}.colored-icon .bg-299{background:rgba(69,202,241,.85)!important;color:#fff!important}.colored-icon .color-299{color:rgba(69,202,241,.85)!important}.colored-icon .bg-300{background:rgba(10,15,8,.85)!important;color:#fff!important}.colored-icon .color-300{color:rgba(10,15,8,.85)!important}.colored-icon .bg-301{background:rgba(90,136,112,.85)!important;color:#fff!important}.colored-icon .color-301{color:rgba(90,136,112,.85)!important}.colored-icon .bg-302{background:rgba(55,68,19,.85)!important;color:#fff!important}.colored-icon .color-302{color:rgba(55,68,19,.85)!important}.colored-icon .bg-303{background:rgba(17,56,15,.85)!important;color:#fff!important}.colored-icon .color-303{color:rgba(17,56,15,.85)!important}.colored-icon .bg-304{background:rgba(30,17,122,.85)!important;color:#fff!important}.colored-icon .color-304{color:rgba(30,17,122,.85)!important}.colored-icon .bg-305{background:rgba(70,208,148,.85)!important;color:#fff!important}.colored-icon .color-305{color:rgba(70,208,148,.85)!important}.colored-icon .bg-306{background:rgba(29,102,19,.85)!important;color:#fff!important}.colored-icon .color-306{color:rgba(29,102,19,.85)!important}.colored-icon .bg-307{background:rgba(46,77,128,.85)!important;color:#fff!important}.colored-icon .color-307{color:rgba(46,77,128,.85)!important}.colored-icon .bg-308{background:rgba(11,5,1,.85)!important;color:#fff!important}.colored-icon .color-308{color:rgba(11,5,1,.85)!important}.colored-icon .bg-309{background:rgba(232,33,17,.85)!important;color:#fff!important}.colored-icon .color-309{color:rgba(232,33,17,.85)!important}.colored-icon .bg-310{background:rgba(83,182,0,.85)!important;color:#fff!important}.colored-icon .color-310{color:rgba(83,182,0,.85)!important}.colored-icon .bg-311{background:rgba(82,4,53,.85)!important;color:#fff!important}.colored-icon .color-311{color:rgba(82,4,53,.85)!important}.colored-icon .bg-312{background:rgba(7,49,64,.85)!important;color:#fff!important}.colored-icon .color-312{color:rgba(7,49,64,.85)!important}.colored-icon .bg-313{background:rgba(4,2,12,.85)!important;color:#fff!important}.colored-icon .color-313{color:rgba(4,2,12,.85)!important}.colored-icon .bg-314{background:rgba(84,95,105,.85)!important;color:#fff!important}.colored-icon .color-314{color:rgba(84,95,105,.85)!important}.colored-icon .bg-315{background:rgba(171,48,119,.85)!important;color:#fff!important}.colored-icon .color-315{color:rgba(171,48,119,.85)!important}.colored-icon .bg-316{background:rgba(16,73,31,.85)!important;color:#fff!important}.colored-icon .color-316{color:rgba(16,73,31,.85)!important}.colored-icon .bg-317{background:rgba(4,3,1,.85)!important;color:#fff!important}.colored-icon .color-317{color:rgba(4,3,1,.85)!important}.colored-icon .bg-318{background:rgba(21,1,16,.85)!important;color:#fff!important}.colored-icon .color-318{color:rgba(21,1,16,.85)!important}.colored-icon .bg-319{background:rgba(82,22,80,.85)!important;color:#fff!important}.colored-icon .color-319{color:rgba(82,22,80,.85)!important}.colored-icon .bg-320{background:rgba(123,0,85,.85)!important;color:#fff!important}.colored-icon .color-320{color:rgba(123,0,85,.85)!important}.colored-icon .bg-321{background:rgba(120,22,69,.85)!important;color:#fff!important}.colored-icon .color-321{color:rgba(120,22,69,.85)!important}.colored-icon .bg-322{background:rgba(70,64,39,.85)!important;color:#fff!important}.colored-icon .color-322{color:rgba(70,64,39,.85)!important}.colored-icon .bg-323{background:rgba(36,71,4,.85)!important;color:#fff!important}.colored-icon .color-323{color:rgba(36,71,4,.85)!important}.colored-icon .bg-324{background:rgba(251,26,66,.85)!important;color:#fff!important}.colored-icon .color-324{color:rgba(251,26,66,.85)!important}.colored-icon .bg-325{background:rgba(127,46,1,.85)!important;color:#fff!important}.colored-icon .color-325{color:rgba(127,46,1,.85)!important}.colored-icon .bg-326{background:rgba(16,4,40,.85)!important;color:#fff!important}.colored-icon .color-326{color:rgba(16,4,40,.85)!important}.colored-icon .bg-327{background:rgba(18,7,1,.85)!important;color:#fff!important}.colored-icon .color-327{color:rgba(18,7,1,.85)!important}.colored-icon .bg-328{background:rgba(119,98,37,.85)!important;color:#fff!important}.colored-icon .color-328{color:rgba(119,98,37,.85)!important}.colored-icon .bg-329{background:rgba(12,40,176,.85)!important;color:#fff!important}.colored-icon .color-329{color:rgba(12,40,176,.85)!important}.colored-icon .bg-330{background:rgba(119,22,172,.85)!important;color:#fff!important}.colored-icon .color-330{color:rgba(119,22,172,.85)!important}.colored-icon .bg-331{background:rgba(79,101,198,.85)!important;color:#fff!important}.colored-icon .color-331{color:rgba(79,101,198,.85)!important}.colored-icon .bg-332{background:rgba(10,29,10,.85)!important;color:#fff!important}.colored-icon .color-332{color:rgba(10,29,10,.85)!important}.colored-icon .bg-333{background:rgba(48,68,78,.85)!important;color:#fff!important}.colored-icon .color-333{color:rgba(48,68,78,.85)!important}.colored-icon .bg-334{background:rgba(1,159,114,.85)!important;color:#fff!important}.colored-icon .color-334{color:rgba(1,159,114,.85)!important}.colored-icon .bg-335{background:rgba(17,2,27,.85)!important;color:#fff!important}.colored-icon .color-335{color:rgba(17,2,27,.85)!important}.colored-icon .bg-336{background:rgba(216,173,10,.85)!important;color:#fff!important}.colored-icon .color-336{color:rgba(216,173,10,.85)!important}.colored-icon .bg-337{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-337{color:rgba(0,0,0,.85)!important}.colored-icon .bg-338{background:rgba(56,87,5,.85)!important;color:#fff!important}.colored-icon .color-338{color:rgba(56,87,5,.85)!important}.colored-icon .bg-339{background:rgba(17,52,154,.85)!important;color:#fff!important}.colored-icon .color-339{color:rgba(17,52,154,.85)!important}.colored-icon .bg-340{background:rgba(31,152,124,.85)!important;color:#fff!important}.colored-icon .color-340{color:rgba(31,152,124,.85)!important}.colored-icon .bg-341{background:rgba(128,93,94,.85)!important;color:#fff!important}.colored-icon .color-341{color:rgba(128,93,94,.85)!important}.colored-icon .bg-342{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-342{color:rgba(0,0,0,.85)!important}.colored-icon .bg-343{background:rgba(139,158,62,.85)!important;color:#fff!important}.colored-icon .color-343{color:rgba(139,158,62,.85)!important}.colored-icon .bg-344{background:rgba(10,2,3,.85)!important;color:#fff!important}.colored-icon .color-344{color:rgba(10,2,3,.85)!important}.colored-icon .bg-345{background:rgba(214,13,62,.85)!important;color:#fff!important}.colored-icon .color-345{color:rgba(214,13,62,.85)!important}.colored-icon .bg-346{background:rgba(102,107,34,.85)!important;color:#fff!important}.colored-icon .color-346{color:rgba(102,107,34,.85)!important}.colored-icon .bg-347{background:rgba(135,90,44,.85)!important;color:#fff!important}.colored-icon .color-347{color:rgba(135,90,44,.85)!important}.colored-icon .bg-348{background:rgba(84,143,24,.85)!important;color:#fff!important}.colored-icon .color-348{color:rgba(84,143,24,.85)!important}.colored-icon .bg-349{background:rgba(15,10,22,.85)!important;color:#fff!important}.colored-icon .color-349{color:rgba(15,10,22,.85)!important}.colored-icon .bg-350{background:rgba(30,77,17,.85)!important;color:#fff!important}.colored-icon .color-350{color:rgba(30,77,17,.85)!important}.colored-icon .bg-351{background:rgba(73,156,44,.85)!important;color:#fff!important}.colored-icon .color-351{color:rgba(73,156,44,.85)!important}.colored-icon .bg-352{background:rgba(48,76,43,.85)!important;color:#fff!important}.colored-icon .color-352{color:rgba(48,76,43,.85)!important}.colored-icon .bg-353{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-353{color:rgba(0,0,0,.85)!important}.colored-icon .bg-354{background:rgba(43,132,126,.85)!important;color:#fff!important}.colored-icon .color-354{color:rgba(43,132,126,.85)!important}.colored-icon .bg-355{background:rgba(104,208,1,.85)!important;color:#fff!important}.colored-icon .color-355{color:rgba(104,208,1,.85)!important}.colored-icon .bg-356{background:rgba(9,17,253,.85)!important;color:#fff!important}.colored-icon .color-356{color:rgba(9,17,253,.85)!important}.colored-icon .bg-357{background:rgba(178,1,10,.85)!important;color:#fff!important}.colored-icon .color-357{color:rgba(178,1,10,.85)!important}.colored-icon .bg-358{background:rgba(124,180,3,.85)!important;color:#fff!important}.colored-icon .color-358{color:rgba(124,180,3,.85)!important}.colored-icon .bg-359{background:rgba(74,9,84,.85)!important;color:#fff!important}.colored-icon .color-359{color:rgba(74,9,84,.85)!important}.colored-icon .bg-360{background:rgba(27,1,147,.85)!important;color:#fff!important}.colored-icon .color-360{color:rgba(27,1,147,.85)!important}.colored-icon .bg-361{background:rgba(150,144,63,.85)!important;color:#fff!important}.colored-icon .color-361{color:rgba(150,144,63,.85)!important}.colored-icon .bg-362{background:rgba(139,20,10,.85)!important;color:#fff!important}.colored-icon .color-362{color:rgba(139,20,10,.85)!important}.colored-icon .bg-363{background:rgba(174,172,31,.85)!important;color:#fff!important}.colored-icon .color-363{color:rgba(174,172,31,.85)!important}.colored-icon .bg-364{background:rgba(26,1,91,.85)!important;color:#fff!important}.colored-icon .color-364{color:rgba(26,1,91,.85)!important}.colored-icon .bg-365{background:rgba(10,5,3,.85)!important;color:#fff!important}.colored-icon .color-365{color:rgba(10,5,3,.85)!important}.colored-icon .bg-366{background:rgba(13,21,15,.85)!important;color:#fff!important}.colored-icon .color-366{color:rgba(13,21,15,.85)!important}.colored-icon .bg-367{background:rgba(66,36,65,.85)!important;color:#fff!important}.colored-icon .color-367{color:rgba(66,36,65,.85)!important}.colored-icon .bg-368{background:rgba(42,1,42,.85)!important;color:#fff!important}.colored-icon .color-368{color:rgba(42,1,42,.85)!important}.colored-icon .bg-369{background:rgba(121,97,27,.85)!important;color:#fff!important}.colored-icon .color-369{color:rgba(121,97,27,.85)!important}.colored-icon .bg-370{background:rgba(93,34,64,.85)!important;color:#fff!important}.colored-icon .color-370{color:rgba(93,34,64,.85)!important}.colored-icon .bg-371{background:rgba(29,223,101,.85)!important;color:#fff!important}.colored-icon .color-371{color:rgba(29,223,101,.85)!important}.colored-icon .bg-372{background:rgba(163,21,0,.85)!important;color:#fff!important}.colored-icon .color-372{color:rgba(163,21,0,.85)!important}.colored-icon .bg-373{background:rgba(69,216,131,.85)!important;color:#fff!important}.colored-icon .color-373{color:rgba(69,216,131,.85)!important}.colored-icon .bg-374{background:rgba(61,128,36,.85)!important;color:#fff!important}.colored-icon .color-374{color:rgba(61,128,36,.85)!important}.colored-icon .bg-375{background:rgba(33,133,49,.85)!important;color:#fff!important}.colored-icon .color-375{color:rgba(33,133,49,.85)!important}.colored-icon .bg-376{background:rgba(30,215,108,.85)!important;color:#fff!important}.colored-icon .color-376{color:rgba(30,215,108,.85)!important}.colored-icon .bg-377{background:rgba(140,207,5,.85)!important;color:#fff!important}.colored-icon .color-377{color:rgba(140,207,5,.85)!important}.colored-icon .bg-378{background:rgba(3,122,170,.85)!important;color:#fff!important}.colored-icon .color-378{color:rgba(3,122,170,.85)!important}.colored-icon .bg-379{background:rgba(42,20,62,.85)!important;color:#fff!important}.colored-icon .color-379{color:rgba(42,20,62,.85)!important}.colored-icon .bg-380{background:rgba(94,61,50,.85)!important;color:#fff!important}.colored-icon .color-380{color:rgba(94,61,50,.85)!important}.colored-icon .bg-381{background:rgba(49,175,22,.85)!important;color:#fff!important}.colored-icon .color-381{color:rgba(49,175,22,.85)!important}.colored-icon .bg-382{background:rgba(70,110,52,.85)!important;color:#fff!important}.colored-icon .color-382{color:rgba(70,110,52,.85)!important}.colored-icon .bg-383{background:rgba(116,10,62,.85)!important;color:#fff!important}.colored-icon .color-383{color:rgba(116,10,62,.85)!important}.colored-icon .bg-384{background:rgba(7,119,63,.85)!important;color:#fff!important}.colored-icon .color-384{color:rgba(7,119,63,.85)!important}.colored-icon .bg-385{background:rgba(85,129,11,.85)!important;color:#fff!important}.colored-icon .color-385{color:rgba(85,129,11,.85)!important}.colored-icon .bg-386{background:rgba(84,29,62,.85)!important;color:#fff!important}.colored-icon .color-386{color:rgba(84,29,62,.85)!important}.colored-icon .bg-387{background:rgba(59,4,137,.85)!important;color:#fff!important}.colored-icon .color-387{color:rgba(59,4,137,.85)!important}.colored-icon .bg-388{background:rgba(74,3,31,.85)!important;color:#fff!important}.colored-icon .color-388{color:rgba(74,3,31,.85)!important}.colored-icon .bg-389{background:rgba(33,158,93,.85)!important;color:#fff!important}.colored-icon .color-389{color:rgba(33,158,93,.85)!important}.colored-icon .bg-390{background:rgba(73,2,83,.85)!important;color:#fff!important}.colored-icon .color-390{color:rgba(73,2,83,.85)!important}.colored-icon .bg-391{background:rgba(84,71,26,.85)!important;color:#fff!important}.colored-icon .color-391{color:rgba(84,71,26,.85)!important}.colored-icon .bg-392{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-392{color:rgba(0,0,0,.85)!important}.colored-icon .bg-393{background:rgba(37,24,84,.85)!important;color:#fff!important}.colored-icon .color-393{color:rgba(37,24,84,.85)!important}.colored-icon .bg-394{background:rgba(146,50,43,.85)!important;color:#fff!important}.colored-icon .color-394{color:rgba(146,50,43,.85)!important}.colored-icon .bg-395{background:rgba(128,9,53,.85)!important;color:#fff!important}.colored-icon .color-395{color:rgba(128,9,53,.85)!important}.colored-icon .bg-396{background:rgba(33,24,184,.85)!important;color:#fff!important}.colored-icon .color-396{color:rgba(33,24,184,.85)!important}.colored-icon .bg-397{background:rgba(128,85,49,.85)!important;color:#fff!important}.colored-icon .color-397{color:rgba(128,85,49,.85)!important}.colored-icon .bg-398{background:rgba(28,86,100,.85)!important;color:#fff!important}.colored-icon .color-398{color:rgba(28,86,100,.85)!important}.colored-icon .bg-399{background:rgba(20,120,50,.85)!important;color:#fff!important}.colored-icon .color-399{color:rgba(20,120,50,.85)!important}.colored-icon .bg-400{background:rgba(81,10,22,.85)!important;color:#fff!important}.colored-icon .color-400{color:rgba(81,10,22,.85)!important}.colored-icon .bg-401{background:rgba(47,118,31,.85)!important;color:#fff!important}.colored-icon .color-401{color:rgba(47,118,31,.85)!important}.colored-icon .bg-402{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-402{color:rgba(0,0,0,.85)!important}.colored-icon .bg-403{background:rgba(10,149,125,.85)!important;color:#fff!important}.colored-icon .color-403{color:rgba(10,149,125,.85)!important}.colored-icon .bg-404{background:rgba(29,162,139,.85)!important;color:#fff!important}.colored-icon .color-404{color:rgba(29,162,139,.85)!important}.colored-icon .bg-405{background:rgba(50,39,76,.85)!important;color:#fff!important}.colored-icon .color-405{color:rgba(50,39,76,.85)!important}.colored-icon .bg-406{background:rgba(103,27,17,.85)!important;color:#fff!important}.colored-icon .color-406{color:rgba(103,27,17,.85)!important}.colored-icon .bg-407{background:rgba(12,55,105,.85)!important;color:#fff!important}.colored-icon .color-407{color:rgba(12,55,105,.85)!important}.colored-icon .bg-408{background:rgba(109,135,133,.85)!important;color:#fff!important}.colored-icon .color-408{color:rgba(109,135,133,.85)!important}.colored-icon .bg-409{background:rgba(43,2,184,.85)!important;color:#fff!important}.colored-icon .color-409{color:rgba(43,2,184,.85)!important}.colored-icon .bg-410{background:rgba(10,139,25,.85)!important;color:#fff!important}.colored-icon .color-410{color:rgba(10,139,25,.85)!important}.colored-icon .bg-411{background:rgba(170,0,158,.85)!important;color:#fff!important}.colored-icon .color-411{color:rgba(170,0,158,.85)!important}.colored-icon .bg-412{background:rgba(174,6,4,.85)!important;color:#fff!important}.colored-icon .color-412{color:rgba(174,6,4,.85)!important}.colored-icon .bg-413{background:rgba(18,168,77,.85)!important;color:#fff!important}.colored-icon .color-413{color:rgba(18,168,77,.85)!important}.colored-icon .bg-414{background:rgba(47,95,136,.85)!important;color:#fff!important}.colored-icon .color-414{color:rgba(47,95,136,.85)!important}.colored-icon .bg-415{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-415{color:rgba(0,0,0,.85)!important}.colored-icon .bg-416{background:rgba(26,60,57,.85)!important;color:#fff!important}.colored-icon .color-416{color:rgba(26,60,57,.85)!important}.colored-icon .bg-417{background:rgba(9,20,14,.85)!important;color:#fff!important}.colored-icon .color-417{color:rgba(9,20,14,.85)!important}.colored-icon .bg-418{background:rgba(84,9,144,.85)!important;color:#fff!important}.colored-icon .color-418{color:rgba(84,9,144,.85)!important}.colored-icon .bg-419{background:rgba(45,86,94,.85)!important;color:#fff!important}.colored-icon .color-419{color:rgba(45,86,94,.85)!important}.colored-icon .bg-420{background:rgba(20,22,65,.85)!important;color:#fff!important}.colored-icon .color-420{color:rgba(20,22,65,.85)!important}.colored-icon .bg-421{background:rgba(45,29,84,.85)!important;color:#fff!important}.colored-icon .color-421{color:rgba(45,29,84,.85)!important}.colored-icon .bg-422{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-422{color:rgba(0,0,0,.85)!important}.colored-icon .bg-423{background:rgba(42,46,38,.85)!important;color:#fff!important}.colored-icon .color-423{color:rgba(42,46,38,.85)!important}.colored-icon .bg-424{background:rgba(71,29,36,.85)!important;color:#fff!important}.colored-icon .color-424{color:rgba(71,29,36,.85)!important}.colored-icon .bg-425{background:rgba(19,85,86,.85)!important;color:#fff!important}.colored-icon .color-425{color:rgba(19,85,86,.85)!important}.colored-icon .bg-426{background:rgba(55,103,18,.85)!important;color:#fff!important}.colored-icon .color-426{color:rgba(55,103,18,.85)!important}.colored-icon .bg-427{background:rgba(3,190,96,.85)!important;color:#fff!important}.colored-icon .color-427{color:rgba(3,190,96,.85)!important}.colored-icon .bg-428{background:rgba(91,119,4,.85)!important;color:#fff!important}.colored-icon .color-428{color:rgba(91,119,4,.85)!important}.colored-icon .bg-429{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-429{color:rgba(0,0,0,.85)!important}.colored-icon .bg-430{background:rgba(173,12,140,.85)!important;color:#fff!important}.colored-icon .color-430{color:rgba(173,12,140,.85)!important}.colored-icon .bg-431{background:rgba(154,65,3,.85)!important;color:#fff!important}.colored-icon .color-431{color:rgba(154,65,3,.85)!important}.colored-icon .bg-432{background:rgba(121,213,53,.85)!important;color:#fff!important}.colored-icon .color-432{color:rgba(121,213,53,.85)!important}.colored-icon .bg-433{background:rgba(123,199,7,.85)!important;color:#fff!important}.colored-icon .color-433{color:rgba(123,199,7,.85)!important}.colored-icon .bg-434{background:rgba(5,6,115,.85)!important;color:#fff!important}.colored-icon .color-434{color:rgba(5,6,115,.85)!important}.colored-icon .bg-435{background:rgba(78,35,99,.85)!important;color:#fff!important}.colored-icon .color-435{color:rgba(78,35,99,.85)!important}.colored-icon .bg-436{background:rgba(1,129,38,.85)!important;color:#fff!important}.colored-icon .color-436{color:rgba(1,129,38,.85)!important}.colored-icon .bg-437{background:rgba(35,223,234,.85)!important;color:#fff!important}.colored-icon .color-437{color:rgba(35,223,234,.85)!important}.colored-icon .bg-438{background:rgba(125,140,146,.85)!important;color:#fff!important}.colored-icon .color-438{color:rgba(125,140,146,.85)!important}.colored-icon .bg-439{background:rgba(11,109,92,.85)!important;color:#fff!important}.colored-icon .color-439{color:rgba(11,109,92,.85)!important}.colored-icon .bg-440{background:rgba(45,45,140,.85)!important;color:#fff!important}.colored-icon .color-440{color:rgba(45,45,140,.85)!important}.colored-icon .bg-441{background:rgba(37,62,75,.85)!important;color:#fff!important}.colored-icon .color-441{color:rgba(37,62,75,.85)!important}.colored-icon .bg-442{background:rgba(21,14,122,.85)!important;color:#fff!important}.colored-icon .color-442{color:rgba(21,14,122,.85)!important}.colored-icon .bg-443{background:rgba(10,54,16,.85)!important;color:#fff!important}.colored-icon .color-443{color:rgba(10,54,16,.85)!important}.colored-icon .bg-444{background:rgba(62,93,31,.85)!important;color:#fff!important}.colored-icon .color-444{color:rgba(62,93,31,.85)!important}.colored-icon .bg-445{background:rgba(220,11,44,.85)!important;color:#fff!important}.colored-icon .color-445{color:rgba(220,11,44,.85)!important}.colored-icon .bg-446{background:rgba(43,10,61,.85)!important;color:#fff!important}.colored-icon .color-446{color:rgba(43,10,61,.85)!important}.colored-icon .bg-447{background:rgba(6,40,24,.85)!important;color:#fff!important}.colored-icon .color-447{color:rgba(6,40,24,.85)!important}.colored-icon .bg-448{background:rgba(39,5,76,.85)!important;color:#fff!important}.colored-icon .color-448{color:rgba(39,5,76,.85)!important}.colored-icon .bg-449{background:rgba(11,14,31,.85)!important;color:#fff!important}.colored-icon .color-449{color:rgba(11,14,31,.85)!important}.colored-icon .bg-450{background:rgba(31,62,6,.85)!important;color:#fff!important}.colored-icon .color-450{color:rgba(31,62,6,.85)!important}.colored-icon .bg-451{background:rgba(82,24,121,.85)!important;color:#fff!important}.colored-icon .color-451{color:rgba(82,24,121,.85)!important}.colored-icon .bg-452{background:rgba(63,76,49,.85)!important;color:#fff!important}.colored-icon .color-452{color:rgba(63,76,49,.85)!important}.colored-icon .bg-453{background:rgba(5,98,6,.85)!important;color:#fff!important}.colored-icon .color-453{color:rgba(5,98,6,.85)!important}.colored-icon .bg-454{background:rgba(76,7,112,.85)!important;color:#fff!important}.colored-icon .color-454{color:rgba(76,7,112,.85)!important}.colored-icon .bg-455{background:rgba(118,18,4,.85)!important;color:#fff!important}.colored-icon .color-455{color:rgba(118,18,4,.85)!important}.colored-icon .bg-456{background:rgba(1,33,41,.85)!important;color:#fff!important}.colored-icon .color-456{color:rgba(1,33,41,.85)!important}.colored-icon .bg-457{background:rgba(35,11,36,.85)!important;color:#fff!important}.colored-icon .color-457{color:rgba(35,11,36,.85)!important}.colored-icon .bg-458{background:rgba(11,12,84,.85)!important;color:#fff!important}.colored-icon .color-458{color:rgba(11,12,84,.85)!important}.colored-icon .bg-459{background:rgba(9,1,42,.85)!important;color:#fff!important}.colored-icon .color-459{color:rgba(9,1,42,.85)!important}.colored-icon .bg-460{background:rgba(4,13,78,.85)!important;color:#fff!important}.colored-icon .color-460{color:rgba(4,13,78,.85)!important}.colored-icon .bg-461{background:rgba(77,5,28,.85)!important;color:#fff!important}.colored-icon .color-461{color:rgba(77,5,28,.85)!important}.colored-icon .bg-462{background:rgba(18,85,243,.85)!important;color:#fff!important}.colored-icon .color-462{color:rgba(18,85,243,.85)!important}.colored-icon .bg-463{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-463{color:rgba(0,0,0,.85)!important}.colored-icon .bg-464{background:rgba(53,75,115,.85)!important;color:#fff!important}.colored-icon .color-464{color:rgba(53,75,115,.85)!important}.colored-icon .bg-465{background:rgba(16,35,42,.85)!important;color:#fff!important}.colored-icon .color-465{color:rgba(16,35,42,.85)!important}.colored-icon .bg-466{background:rgba(43,6,39,.85)!important;color:#fff!important}.colored-icon .color-466{color:rgba(43,6,39,.85)!important}.colored-icon .bg-467{background:rgba(15,104,43,.85)!important;color:#fff!important}.colored-icon .color-467{color:rgba(15,104,43,.85)!important}.colored-icon .bg-468{background:rgba(123,32,75,.85)!important;color:#fff!important}.colored-icon .color-468{color:rgba(123,32,75,.85)!important}.colored-icon .bg-469{background:rgba(8,4,3,.85)!important;color:#fff!important}.colored-icon .color-469{color:rgba(8,4,3,.85)!important}.colored-icon .bg-470{background:rgba(100,194,8,.85)!important;color:#fff!important}.colored-icon .color-470{color:rgba(100,194,8,.85)!important}.colored-icon .bg-471{background:rgba(7,116,201,.85)!important;color:#fff!important}.colored-icon .color-471{color:rgba(7,116,201,.85)!important}.colored-icon .bg-472{background:rgba(14,4,84,.85)!important;color:#fff!important}.colored-icon .color-472{color:rgba(14,4,84,.85)!important}.colored-icon .bg-473{background:rgba(74,25,51,.85)!important;color:#fff!important}.colored-icon .color-473{color:rgba(74,25,51,.85)!important}.colored-icon .bg-474{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-474{color:rgba(0,0,0,.85)!important}.colored-icon .bg-475{background:rgba(54,16,62,.85)!important;color:#fff!important}.colored-icon .color-475{color:rgba(54,16,62,.85)!important}.colored-icon .bg-476{background:rgba(17,105,98,.85)!important;color:#fff!important}.colored-icon .color-476{color:rgba(17,105,98,.85)!important}.colored-icon .bg-477{background:rgba(74,61,85,.85)!important;color:#fff!important}.colored-icon .color-477{color:rgba(74,61,85,.85)!important}.colored-icon .bg-478{background:rgba(12,34,15,.85)!important;color:#fff!important}.colored-icon .color-478{color:rgba(12,34,15,.85)!important}.colored-icon .bg-479{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-479{color:rgba(0,0,0,.85)!important}.colored-icon .bg-480{background:rgba(61,132,6,.85)!important;color:#fff!important}.colored-icon .color-480{color:rgba(61,132,6,.85)!important}.colored-icon .bg-481{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-481{color:rgba(0,0,0,.85)!important}.colored-icon .bg-482{background:rgba(92,64,5,.85)!important;color:#fff!important}.colored-icon .color-482{color:rgba(92,64,5,.85)!important}.colored-icon .bg-483{background:rgba(223,19,159,.85)!important;color:#fff!important}.colored-icon .color-483{color:rgba(223,19,159,.85)!important}.colored-icon .bg-484{background:rgba(13,185,143,.85)!important;color:#fff!important}.colored-icon .color-484{color:rgba(13,185,143,.85)!important}.colored-icon .bg-485{background:rgba(174,33,17,.85)!important;color:#fff!important}.colored-icon .color-485{color:rgba(174,33,17,.85)!important}.colored-icon .bg-486{background:rgba(158,135,50,.85)!important;color:#fff!important}.colored-icon .color-486{color:rgba(158,135,50,.85)!important}.colored-icon .bg-487{background:rgba(70,103,110,.85)!important;color:#fff!important}.colored-icon .color-487{color:rgba(70,103,110,.85)!important}.colored-icon .bg-488{background:rgba(5,13,183,.85)!important;color:#fff!important}.colored-icon .color-488{color:rgba(5,13,183,.85)!important}.colored-icon .bg-489{background:rgba(2,2,7,.85)!important;color:#fff!important}.colored-icon .color-489{color:rgba(2,2,7,.85)!important}.colored-icon .bg-490{background:rgba(31,69,71,.85)!important;color:#fff!important}.colored-icon .color-490{color:rgba(31,69,71,.85)!important}.colored-icon .bg-491{background:rgba(110,3,50,.85)!important;color:#fff!important}.colored-icon .color-491{color:rgba(110,3,50,.85)!important}.colored-icon .bg-492{background:rgba(39,29,77,.85)!important;color:#fff!important}.colored-icon .color-492{color:rgba(39,29,77,.85)!important}.colored-icon .bg-493{background:rgba(151,7,103,.85)!important;color:#fff!important}.colored-icon .color-493{color:rgba(151,7,103,.85)!important}.colored-icon .bg-494{background:rgba(10,91,19,.85)!important;color:#fff!important}.colored-icon .color-494{color:rgba(10,91,19,.85)!important}.colored-icon .bg-495{background:rgba(136,134,153,.85)!important;color:#fff!important}.colored-icon .color-495{color:rgba(136,134,153,.85)!important}.colored-icon .bg-496{background:rgba(49,91,53,.85)!important;color:#fff!important}.colored-icon .color-496{color:rgba(49,91,53,.85)!important}.colored-icon .bg-497{background:rgba(1,4,2,.85)!important;color:#fff!important}.colored-icon .color-497{color:rgba(1,4,2,.85)!important}.colored-icon .bg-498{background:rgba(23,6,4,.85)!important;color:#fff!important}.colored-icon .color-498{color:rgba(23,6,4,.85)!important}.colored-icon .bg-499{background:rgba(191,20,89,.85)!important;color:#fff!important}.colored-icon .color-499{color:rgba(191,20,89,.85)!important}.colored-icon .bg-500{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-500{color:rgba(0,0,0,.85)!important}.colored-icon .bg-501{background:rgba(11,51,110,.85)!important;color:#fff!important}.colored-icon .color-501{color:rgba(11,51,110,.85)!important}.colored-icon .bg-502{background:rgba(61,140,3,.85)!important;color:#fff!important}.colored-icon .color-502{color:rgba(61,140,3,.85)!important}.colored-icon .bg-503{background:rgba(158,59,137,.85)!important;color:#fff!important}.colored-icon .color-503{color:rgba(158,59,137,.85)!important}.colored-icon .bg-504{background:rgba(48,184,140,.85)!important;color:#fff!important}.colored-icon .color-504{color:rgba(48,184,140,.85)!important}.colored-icon .bg-505{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-505{color:rgba(0,0,0,.85)!important}.colored-icon .bg-506{background:rgba(45,5,106,.85)!important;color:#fff!important}.colored-icon .color-506{color:rgba(45,5,106,.85)!important}.colored-icon .bg-507{background:rgba(177,143,11,.85)!important;color:#fff!important}.colored-icon .color-507{color:rgba(177,143,11,.85)!important}.colored-icon .bg-508{background:rgba(20,19,0,.85)!important;color:#fff!important}.colored-icon .color-508{color:rgba(20,19,0,.85)!important}.colored-icon .bg-509{background:rgba(68,76,173,.85)!important;color:#fff!important}.colored-icon .color-509{color:rgba(68,76,173,.85)!important}.colored-icon .bg-510{background:rgba(4,8,4,.85)!important;color:#fff!important}.colored-icon .color-510{color:rgba(4,8,4,.85)!important}.colored-icon .bg-511{background:rgba(82,13,46,.85)!important;color:#fff!important}.colored-icon .color-511{color:rgba(82,13,46,.85)!important}.colored-icon .bg-512{background:rgba(97,4,40,.85)!important;color:#fff!important}.colored-icon .color-512{color:rgba(97,4,40,.85)!important}.colored-icon .bg-513{background:rgba(77,211,93,.85)!important;color:#fff!important}.colored-icon .color-513{color:rgba(77,211,93,.85)!important}.colored-icon .bg-514{background:rgba(54,73,81,.85)!important;color:#fff!important}.colored-icon .color-514{color:rgba(54,73,81,.85)!important}.colored-icon .bg-515{background:rgba(5,4,1,.85)!important;color:#fff!important}.colored-icon .color-515{color:rgba(5,4,1,.85)!important}.colored-icon .bg-516{background:rgba(14,11,52,.85)!important;color:#fff!important}.colored-icon .color-516{color:rgba(14,11,52,.85)!important}.colored-icon .bg-517{background:rgba(86,36,115,.85)!important;color:#fff!important}.colored-icon .color-517{color:rgba(86,36,115,.85)!important}.colored-icon .bg-518{background:rgba(57,49,16,.85)!important;color:#fff!important}.colored-icon .color-518{color:rgba(57,49,16,.85)!important}.colored-icon .bg-519{background:rgba(226,110,6,.85)!important;color:#fff!important}.colored-icon .color-519{color:rgba(226,110,6,.85)!important}.colored-icon .bg-520{background:rgba(16,6,2,.85)!important;color:#fff!important}.colored-icon .color-520{color:rgba(16,6,2,.85)!important}.colored-icon .bg-521{background:rgba(142,103,223,.85)!important;color:#fff!important}.colored-icon .color-521{color:rgba(142,103,223,.85)!important}.colored-icon .bg-522{background:rgba(27,35,7,.85)!important;color:#fff!important}.colored-icon .color-522{color:rgba(27,35,7,.85)!important}.colored-icon .bg-523{background:rgba(43,32,42,.85)!important;color:#fff!important}.colored-icon .color-523{color:rgba(43,32,42,.85)!important}.colored-icon .bg-524{background:rgba(17,90,81,.85)!important;color:#fff!important}.colored-icon .color-524{color:rgba(17,90,81,.85)!important}.colored-icon .bg-525{background:rgba(5,68,41,.85)!important;color:#fff!important}.colored-icon .color-525{color:rgba(5,68,41,.85)!important}.colored-icon .bg-526{background:rgba(1,34,91,.85)!important;color:#fff!important}.colored-icon .color-526{color:rgba(1,34,91,.85)!important}.colored-icon .bg-527{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-527{color:rgba(0,0,0,.85)!important}.colored-icon .bg-528{background:rgba(69,28,182,.85)!important;color:#fff!important}.colored-icon .color-528{color:rgba(69,28,182,.85)!important}.colored-icon .bg-529{background:rgba(93,4,21,.85)!important;color:#fff!important}.colored-icon .color-529{color:rgba(93,4,21,.85)!important}.colored-icon .bg-530{background:rgba(129,106,4,.85)!important;color:#fff!important}.colored-icon .color-530{color:rgba(129,106,4,.85)!important}.colored-icon .bg-531{background:rgba(143,1,89,.85)!important;color:#fff!important}.colored-icon .color-531{color:rgba(143,1,89,.85)!important}.colored-icon .bg-532{background:rgba(79,112,35,.85)!important;color:#fff!important}.colored-icon .color-532{color:rgba(79,112,35,.85)!important}.colored-icon .bg-533{background:rgba(3,54,9,.85)!important;color:#fff!important}.colored-icon .color-533{color:rgba(3,54,9,.85)!important}.colored-icon .bg-534{background:rgba(62,9,73,.85)!important;color:#fff!important}.colored-icon .color-534{color:rgba(62,9,73,.85)!important}.colored-icon .bg-535{background:rgba(42,164,98,.85)!important;color:#fff!important}.colored-icon .color-535{color:rgba(42,164,98,.85)!important}.colored-icon .bg-536{background:rgba(100,6,118,.85)!important;color:#fff!important}.colored-icon .color-536{color:rgba(100,6,118,.85)!important}.colored-icon .bg-537{background:rgba(195,9,130,.85)!important;color:#fff!important}.colored-icon .color-537{color:rgba(195,9,130,.85)!important}.colored-icon .bg-538{background:rgba(70,98,26,.85)!important;color:#fff!important}.colored-icon .color-538{color:rgba(70,98,26,.85)!important}.colored-icon .bg-539{background:rgba(6,16,13,.85)!important;color:#fff!important}.colored-icon .color-539{color:rgba(6,16,13,.85)!important}.colored-icon .bg-540{background:rgba(116,176,45,.85)!important;color:#fff!important}.colored-icon .color-540{color:rgba(116,176,45,.85)!important}.colored-icon .bg-541{background:rgba(58,56,59,.85)!important;color:#fff!important}.colored-icon .color-541{color:rgba(58,56,59,.85)!important}.colored-icon .bg-542{background:rgba(74,23,13,.85)!important;color:#fff!important}.colored-icon .color-542{color:rgba(74,23,13,.85)!important}.colored-icon .bg-543{background:rgba(93,83,56,.85)!important;color:#fff!important}.colored-icon .color-543{color:rgba(93,83,56,.85)!important}.colored-icon .bg-544{background:rgba(42,95,42,.85)!important;color:#fff!important}.colored-icon .color-544{color:rgba(42,95,42,.85)!important}.colored-icon .bg-545{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-545{color:rgba(0,0,0,.85)!important}.colored-icon .bg-546{background:rgba(86,15,56,.85)!important;color:#fff!important}.colored-icon .color-546{color:rgba(86,15,56,.85)!important}.colored-icon .bg-547{background:rgba(52,70,43,.85)!important;color:#fff!important}.colored-icon .color-547{color:rgba(52,70,43,.85)!important}.colored-icon .bg-548{background:rgba(41,54,12,.85)!important;color:#fff!important}.colored-icon .color-548{color:rgba(41,54,12,.85)!important}.colored-icon .bg-549{background:rgba(62,54,101,.85)!important;color:#fff!important}.colored-icon .color-549{color:rgba(62,54,101,.85)!important}.colored-icon .bg-550{background:rgba(98,33,48,.85)!important;color:#fff!important}.colored-icon .color-550{color:rgba(98,33,48,.85)!important}.colored-icon .bg-551{background:rgba(145,2,117,.85)!important;color:#fff!important}.colored-icon .color-551{color:rgba(145,2,117,.85)!important}.colored-icon .bg-552{background:rgba(11,158,26,.85)!important;color:#fff!important}.colored-icon .color-552{color:rgba(11,158,26,.85)!important}.colored-icon .bg-553{background:rgba(11,249,62,.85)!important;color:#fff!important}.colored-icon .color-553{color:rgba(11,249,62,.85)!important}.colored-icon .bg-554{background:rgba(157,61,67,.85)!important;color:#fff!important}.colored-icon .color-554{color:rgba(157,61,67,.85)!important}.colored-icon .bg-555{background:rgba(22,32,110,.85)!important;color:#fff!important}.colored-icon .color-555{color:rgba(22,32,110,.85)!important}.colored-icon .bg-556{background:rgba(108,116,74,.85)!important;color:#fff!important}.colored-icon .color-556{color:rgba(108,116,74,.85)!important}.colored-icon .bg-557{background:rgba(11,27,55,.85)!important;color:#fff!important}.colored-icon .color-557{color:rgba(11,27,55,.85)!important}.colored-icon .bg-558{background:rgba(138,18,146,.85)!important;color:#fff!important}.colored-icon .color-558{color:rgba(138,18,146,.85)!important}.colored-icon .bg-559{background:rgba(105,108,52,.85)!important;color:#fff!important}.colored-icon .color-559{color:rgba(105,108,52,.85)!important}.colored-icon .bg-560{background:rgba(247,58,220,.85)!important;color:#fff!important}.colored-icon .color-560{color:rgba(247,58,220,.85)!important}.colored-icon .bg-561{background:rgba(175,50,82,.85)!important;color:#fff!important}.colored-icon .color-561{color:rgba(175,50,82,.85)!important}.colored-icon .bg-562{background:rgba(112,165,25,.85)!important;color:#fff!important}.colored-icon .color-562{color:rgba(112,165,25,.85)!important}.colored-icon .bg-563{background:rgba(37,69,122,.85)!important;color:#fff!important}.colored-icon .color-563{color:rgba(37,69,122,.85)!important}.colored-icon .bg-564{background:rgba(90,16,15,.85)!important;color:#fff!important}.colored-icon .color-564{color:rgba(90,16,15,.85)!important}.colored-icon .bg-565{background:rgba(36,20,37,.85)!important;color:#fff!important}.colored-icon .color-565{color:rgba(36,20,37,.85)!important}.colored-icon .bg-566{background:rgba(101,166,103,.85)!important;color:#fff!important}.colored-icon .color-566{color:rgba(101,166,103,.85)!important}.colored-icon .bg-567{background:rgba(31,98,166,.85)!important;color:#fff!important}.colored-icon .color-567{color:rgba(31,98,166,.85)!important}.colored-icon .bg-568{background:rgba(20,20,61,.85)!important;color:#fff!important}.colored-icon .color-568{color:rgba(20,20,61,.85)!important}.colored-icon .bg-569{background:rgba(3,65,127,.85)!important;color:#fff!important}.colored-icon .color-569{color:rgba(3,65,127,.85)!important}.colored-icon .bg-570{background:rgba(146,114,93,.85)!important;color:#fff!important}.colored-icon .color-570{color:rgba(146,114,93,.85)!important}.colored-icon .bg-571{background:rgba(151,131,50,.85)!important;color:#fff!important}.colored-icon .color-571{color:rgba(151,131,50,.85)!important}.colored-icon .bg-572{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-572{color:rgba(0,0,0,.85)!important}.colored-icon .bg-573{background:rgba(126,170,184,.85)!important;color:#fff!important}.colored-icon .color-573{color:rgba(126,170,184,.85)!important}.colored-icon .bg-574{background:rgba(51,10,81,.85)!important;color:#fff!important}.colored-icon .color-574{color:rgba(51,10,81,.85)!important}.colored-icon .bg-575{background:rgba(136,71,20,.85)!important;color:#fff!important}.colored-icon .color-575{color:rgba(136,71,20,.85)!important}.colored-icon .bg-576{background:rgba(109,110,101,.85)!important;color:#fff!important}.colored-icon .color-576{color:rgba(109,110,101,.85)!important}.colored-icon .bg-577{background:rgba(115,77,5,.85)!important;color:#fff!important}.colored-icon .color-577{color:rgba(115,77,5,.85)!important}.colored-icon .bg-578{background:rgba(14,34,22,.85)!important;color:#fff!important}.colored-icon .color-578{color:rgba(14,34,22,.85)!important}.colored-icon .bg-579{background:rgba(7,157,189,.85)!important;color:#fff!important}.colored-icon .color-579{color:rgba(7,157,189,.85)!important}.colored-icon .bg-580{background:rgba(6,112,27,.85)!important;color:#fff!important}.colored-icon .color-580{color:rgba(6,112,27,.85)!important}.colored-icon .bg-581{background:rgba(98,49,100,.85)!important;color:#fff!important}.colored-icon .color-581{color:rgba(98,49,100,.85)!important}.colored-icon .bg-582{background:rgba(4,178,33,.85)!important;color:#fff!important}.colored-icon .color-582{color:rgba(4,178,33,.85)!important}.colored-icon .bg-583{background:rgba(74,68,40,.85)!important;color:#fff!important}.colored-icon .color-583{color:rgba(74,68,40,.85)!important}.colored-icon .bg-584{background:rgba(13,21,162,.85)!important;color:#fff!important}.colored-icon .color-584{color:rgba(13,21,162,.85)!important}.colored-icon .bg-585{background:rgba(20,90,106,.85)!important;color:#fff!important}.colored-icon .color-585{color:rgba(20,90,106,.85)!important}.colored-icon .bg-586{background:rgba(13,12,19,.85)!important;color:#fff!important}.colored-icon .color-586{color:rgba(13,12,19,.85)!important}.colored-icon .bg-587{background:rgba(74,14,8,.85)!important;color:#fff!important}.colored-icon .color-587{color:rgba(74,14,8,.85)!important}.colored-icon .bg-588{background:rgba(72,159,12,.85)!important;color:#fff!important}.colored-icon .color-588{color:rgba(72,159,12,.85)!important}.colored-icon .bg-589{background:rgba(46,10,29,.85)!important;color:#fff!important}.colored-icon .color-589{color:rgba(46,10,29,.85)!important}.colored-icon .bg-590{background:rgba(83,128,16,.85)!important;color:#fff!important}.colored-icon .color-590{color:rgba(83,128,16,.85)!important}.colored-icon .bg-591{background:rgba(10,6,82,.85)!important;color:#fff!important}.colored-icon .color-591{color:rgba(10,6,82,.85)!important}.colored-icon .bg-592{background:rgba(3,2,1,.85)!important;color:#fff!important}.colored-icon .color-592{color:rgba(3,2,1,.85)!important}.colored-icon .bg-593{background:rgba(84,85,7,.85)!important;color:#fff!important}.colored-icon .color-593{color:rgba(84,85,7,.85)!important}.colored-icon .bg-594{background:rgba(118,12,9,.85)!important;color:#fff!important}.colored-icon .color-594{color:rgba(118,12,9,.85)!important}.colored-icon .bg-595{background:rgba(148,62,3,.85)!important;color:#fff!important}.colored-icon .color-595{color:rgba(148,62,3,.85)!important}.colored-icon .bg-596{background:rgba(65,13,69,.85)!important;color:#fff!important}.colored-icon .color-596{color:rgba(65,13,69,.85)!important}.colored-icon .bg-597{background:rgba(133,39,30,.85)!important;color:#fff!important}.colored-icon .color-597{color:rgba(133,39,30,.85)!important}.colored-icon .bg-598{background:rgba(99,81,196,.85)!important;color:#fff!important}.colored-icon .color-598{color:rgba(99,81,196,.85)!important}.colored-icon .bg-599{background:rgba(75,44,57,.85)!important;color:#fff!important}.colored-icon .color-599{color:rgba(75,44,57,.85)!important}.colored-icon .bg-600{background:rgba(122,88,16,.85)!important;color:#fff!important}.colored-icon .color-600{color:rgba(122,88,16,.85)!important}.colored-icon .bg-601{background:rgba(70,106,66,.85)!important;color:#fff!important}.colored-icon .color-601{color:rgba(70,106,66,.85)!important}.colored-icon .bg-602{background:rgba(30,5,12,.85)!important;color:#fff!important}.colored-icon .color-602{color:rgba(30,5,12,.85)!important}.colored-icon .bg-603{background:rgba(98,72,37,.85)!important;color:#fff!important}.colored-icon .color-603{color:rgba(98,72,37,.85)!important}.colored-icon .bg-604{background:rgba(94,5,5,.85)!important;color:#fff!important}.colored-icon .color-604{color:rgba(94,5,5,.85)!important}.colored-icon .bg-605{background:rgba(38,64,46,.85)!important;color:#fff!important}.colored-icon .color-605{color:rgba(38,64,46,.85)!important}.colored-icon .bg-606{background:rgba(244,35,175,.85)!important;color:#fff!important}.colored-icon .color-606{color:rgba(244,35,175,.85)!important}.colored-icon .bg-607{background:rgba(48,72,29,.85)!important;color:#fff!important}.colored-icon .color-607{color:rgba(48,72,29,.85)!important}.colored-icon .bg-608{background:rgba(3,0,3,.85)!important;color:#fff!important}.colored-icon .color-608{color:rgba(3,0,3,.85)!important}.colored-icon .bg-609{background:rgba(110,163,57,.85)!important;color:#fff!important}.colored-icon .color-609{color:rgba(110,163,57,.85)!important}.colored-icon .bg-610{background:rgba(229,82,47,.85)!important;color:#fff!important}.colored-icon .color-610{color:rgba(229,82,47,.85)!important}.colored-icon .bg-611{background:rgba(33,6,33,.85)!important;color:#fff!important}.colored-icon .color-611{color:rgba(33,6,33,.85)!important}.colored-icon .bg-612{background:rgba(11,7,66,.85)!important;color:#fff!important}.colored-icon .color-612{color:rgba(11,7,66,.85)!important}.colored-icon .bg-613{background:rgba(33,26,22,.85)!important;color:#fff!important}.colored-icon .color-613{color:rgba(33,26,22,.85)!important}.colored-icon .bg-614{background:rgba(14,8,32,.85)!important;color:#fff!important}.colored-icon .color-614{color:rgba(14,8,32,.85)!important}.colored-icon .bg-615{background:rgba(211,222,86,.85)!important;color:#fff!important}.colored-icon .color-615{color:rgba(211,222,86,.85)!important}.colored-icon .bg-616{background:rgba(15,16,7,.85)!important;color:#fff!important}.colored-icon .color-616{color:rgba(15,16,7,.85)!important}.colored-icon .bg-617{background:rgba(102,21,94,.85)!important;color:#fff!important}.colored-icon .color-617{color:rgba(102,21,94,.85)!important}.colored-icon .bg-618{background:rgba(83,25,117,.85)!important;color:#fff!important}.colored-icon .color-618{color:rgba(83,25,117,.85)!important}.colored-icon .bg-619{background:rgba(34,100,24,.85)!important;color:#fff!important}.colored-icon .color-619{color:rgba(34,100,24,.85)!important}.colored-icon .bg-620{background:rgba(117,81,11,.85)!important;color:#fff!important}.colored-icon .color-620{color:rgba(117,81,11,.85)!important}.colored-icon .bg-621{background:rgba(166,13,18,.85)!important;color:#fff!important}.colored-icon .color-621{color:rgba(166,13,18,.85)!important}.colored-icon .bg-622{background:rgba(99,90,35,.85)!important;color:#fff!important}.colored-icon .color-622{color:rgba(99,90,35,.85)!important}.colored-icon .bg-623{background:rgba(144,1,13,.85)!important;color:#fff!important}.colored-icon .color-623{color:rgba(144,1,13,.85)!important}.colored-icon .bg-624{background:rgba(209,111,157,.85)!important;color:#fff!important}.colored-icon .color-624{color:rgba(209,111,157,.85)!important}.colored-icon .bg-625{background:rgba(80,159,9,.85)!important;color:#fff!important}.colored-icon .color-625{color:rgba(80,159,9,.85)!important}.colored-icon .bg-626{background:rgba(1,55,19,.85)!important;color:#fff!important}.colored-icon .color-626{color:rgba(1,55,19,.85)!important}.colored-icon .bg-627{background:rgba(4,1,12,.85)!important;color:#fff!important}.colored-icon .color-627{color:rgba(4,1,12,.85)!important}.colored-icon .bg-628{background:rgba(203,32,128,.85)!important;color:#fff!important}.colored-icon .color-628{color:rgba(203,32,128,.85)!important}.colored-icon .bg-629{background:rgba(37,90,52,.85)!important;color:#fff!important}.colored-icon .color-629{color:rgba(37,90,52,.85)!important}.colored-icon .bg-630{background:rgba(21,1,1,.85)!important;color:#fff!important}.colored-icon .color-630{color:rgba(21,1,1,.85)!important}.colored-icon .bg-631{background:rgba(1,41,7,.85)!important;color:#fff!important}.colored-icon .color-631{color:rgba(1,41,7,.85)!important}.colored-icon .bg-632{background:rgba(87,61,102,.85)!important;color:#fff!important}.colored-icon .color-632{color:rgba(87,61,102,.85)!important}.colored-icon .bg-633{background:rgba(10,3,11,.85)!important;color:#fff!important}.colored-icon .color-633{color:rgba(10,3,11,.85)!important}.colored-icon .bg-634{background:rgba(19,63,51,.85)!important;color:#fff!important}.colored-icon .color-634{color:rgba(19,63,51,.85)!important}.colored-icon .bg-635{background:rgba(95,21,26,.85)!important;color:#fff!important}.colored-icon .color-635{color:rgba(95,21,26,.85)!important}.colored-icon .bg-636{background:rgba(15,207,61,.85)!important;color:#fff!important}.colored-icon .color-636{color:rgba(15,207,61,.85)!important}.colored-icon .bg-637{background:rgba(50,165,9,.85)!important;color:#fff!important}.colored-icon .color-637{color:rgba(50,165,9,.85)!important}.colored-icon .bg-638{background:rgba(180,185,43,.85)!important;color:#fff!important}.colored-icon .color-638{color:rgba(180,185,43,.85)!important}.colored-icon .bg-639{background:rgba(229,131,62,.85)!important;color:#fff!important}.colored-icon .color-639{color:rgba(229,131,62,.85)!important}.colored-icon .bg-640{background:rgba(72,228,37,.85)!important;color:#fff!important}.colored-icon .color-640{color:rgba(72,228,37,.85)!important}.colored-icon .bg-641{background:rgba(0,180,96,.85)!important;color:#fff!important}.colored-icon .color-641{color:rgba(0,180,96,.85)!important}.colored-icon .bg-642{background:rgba(33,104,53,.85)!important;color:#fff!important}.colored-icon .color-642{color:rgba(33,104,53,.85)!important}.colored-icon .bg-643{background:rgba(152,14,147,.85)!important;color:#fff!important}.colored-icon .color-643{color:rgba(152,14,147,.85)!important}.colored-icon .bg-644{background:rgba(9,11,2,.85)!important;color:#fff!important}.colored-icon .color-644{color:rgba(9,11,2,.85)!important}.colored-icon .bg-645{background:rgba(91,64,17,.85)!important;color:#fff!important}.colored-icon .color-645{color:rgba(91,64,17,.85)!important}.colored-icon .bg-646{background:rgba(10,108,144,.85)!important;color:#fff!important}.colored-icon .color-646{color:rgba(10,108,144,.85)!important}.colored-icon .bg-647{background:rgba(27,11,67,.85)!important;color:#fff!important}.colored-icon .color-647{color:rgba(27,11,67,.85)!important}.colored-icon .bg-648{background:rgba(29,30,193,.85)!important;color:#fff!important}.colored-icon .color-648{color:rgba(29,30,193,.85)!important}.colored-icon .bg-649{background:rgba(126,15,145,.85)!important;color:#fff!important}.colored-icon .color-649{color:rgba(126,15,145,.85)!important}.colored-icon .bg-650{background:rgba(88,3,121,.85)!important;color:#fff!important}.colored-icon .color-650{color:rgba(88,3,121,.85)!important}.colored-icon .bg-651{background:rgba(8,8,0,.85)!important;color:#fff!important}.colored-icon .color-651{color:rgba(8,8,0,.85)!important}.colored-icon .bg-652{background:rgba(129,54,67,.85)!important;color:#fff!important}.colored-icon .color-652{color:rgba(129,54,67,.85)!important}.colored-icon .bg-653{background:rgba(19,10,226,.85)!important;color:#fff!important}.colored-icon .color-653{color:rgba(19,10,226,.85)!important}.colored-icon .bg-654{background:rgba(13,84,32,.85)!important;color:#fff!important}.colored-icon .color-654{color:rgba(13,84,32,.85)!important}.colored-icon .bg-655{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-655{color:rgba(0,0,0,.85)!important}.colored-icon .bg-656{background:rgba(58,16,69,.85)!important;color:#fff!important}.colored-icon .color-656{color:rgba(58,16,69,.85)!important}.colored-icon .bg-657{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-657{color:rgba(0,0,0,.85)!important}.colored-icon .bg-658{background:rgba(74,84,12,.85)!important;color:#fff!important}.colored-icon .color-658{color:rgba(74,84,12,.85)!important}.colored-icon .bg-659{background:rgba(34,125,49,.85)!important;color:#fff!important}.colored-icon .color-659{color:rgba(34,125,49,.85)!important}.colored-icon .bg-660{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-660{color:rgba(0,0,0,.85)!important}.colored-icon .bg-661{background:rgba(199,170,75,.85)!important;color:#fff!important}.colored-icon .color-661{color:rgba(199,170,75,.85)!important}.colored-icon .bg-662{background:rgba(227,86,108,.85)!important;color:#fff!important}.colored-icon .color-662{color:rgba(227,86,108,.85)!important}.colored-icon .bg-663{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-663{color:rgba(0,0,0,.85)!important}.colored-icon .bg-664{background:rgba(13,126,116,.85)!important;color:#fff!important}.colored-icon .color-664{color:rgba(13,126,116,.85)!important}.colored-icon .bg-665{background:rgba(81,25,99,.85)!important;color:#fff!important}.colored-icon .color-665{color:rgba(81,25,99,.85)!important}.colored-icon .bg-666{background:rgba(68,46,43,.85)!important;color:#fff!important}.colored-icon .color-666{color:rgba(68,46,43,.85)!important}.colored-icon .bg-667{background:rgba(3,115,11,.85)!important;color:#fff!important}.colored-icon .color-667{color:rgba(3,115,11,.85)!important}.colored-icon .bg-668{background:rgba(236,64,242,.85)!important;color:#fff!important}.colored-icon .color-668{color:rgba(236,64,242,.85)!important}.colored-icon .bg-669{background:rgba(177,20,4,.85)!important;color:#fff!important}.colored-icon .color-669{color:rgba(177,20,4,.85)!important}.colored-icon .bg-670{background:rgba(175,180,70,.85)!important;color:#fff!important}.colored-icon .color-670{color:rgba(175,180,70,.85)!important}.colored-icon .bg-671{background:rgba(83,102,10,.85)!important;color:#fff!important}.colored-icon .color-671{color:rgba(83,102,10,.85)!important}.colored-icon .bg-672{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-672{color:rgba(0,0,0,.85)!important}.colored-icon .bg-673{background:rgba(4,24,96,.85)!important;color:#fff!important}.colored-icon .color-673{color:rgba(4,24,96,.85)!important}.colored-icon .bg-674{background:rgba(58,42,246,.85)!important;color:#fff!important}.colored-icon .color-674{color:rgba(58,42,246,.85)!important}.colored-icon .bg-675{background:rgba(151,110,136,.85)!important;color:#fff!important}.colored-icon .color-675{color:rgba(151,110,136,.85)!important}.colored-icon .bg-676{background:rgba(169,16,151,.85)!important;color:#fff!important}.colored-icon .color-676{color:rgba(169,16,151,.85)!important}.colored-icon .bg-677{background:rgba(3,78,51,.85)!important;color:#fff!important}.colored-icon .color-677{color:rgba(3,78,51,.85)!important}.colored-icon .bg-678{background:rgba(42,2,49,.85)!important;color:#fff!important}.colored-icon .color-678{color:rgba(42,2,49,.85)!important}.colored-icon .bg-679{background:rgba(119,146,66,.85)!important;color:#fff!important}.colored-icon .color-679{color:rgba(119,146,66,.85)!important}.colored-icon .bg-680{background:rgba(69,9,16,.85)!important;color:#fff!important}.colored-icon .color-680{color:rgba(69,9,16,.85)!important}.colored-icon .bg-681{background:rgba(138,18,174,.85)!important;color:#fff!important}.colored-icon .color-681{color:rgba(138,18,174,.85)!important}.colored-icon .bg-682{background:rgba(193,31,71,.85)!important;color:#fff!important}.colored-icon .color-682{color:rgba(193,31,71,.85)!important}.colored-icon .bg-683{background:rgba(145,63,42,.85)!important;color:#fff!important}.colored-icon .color-683{color:rgba(145,63,42,.85)!important}.colored-icon .bg-684{background:rgba(9,34,12,.85)!important;color:#fff!important}.colored-icon .color-684{color:rgba(9,34,12,.85)!important}.colored-icon .bg-685{background:rgba(44,74,24,.85)!important;color:#fff!important}.colored-icon .color-685{color:rgba(44,74,24,.85)!important}.colored-icon .bg-686{background:rgba(56,54,6,.85)!important;color:#fff!important}.colored-icon .color-686{color:rgba(56,54,6,.85)!important}.colored-icon .bg-687{background:rgba(3,60,32,.85)!important;color:#fff!important}.colored-icon .color-687{color:rgba(3,60,32,.85)!important}.colored-icon .bg-688{background:rgba(203,23,186,.85)!important;color:#fff!important}.colored-icon .color-688{color:rgba(203,23,186,.85)!important}.colored-icon .bg-689{background:rgba(51,60,72,.85)!important;color:#fff!important}.colored-icon .color-689{color:rgba(51,60,72,.85)!important}.colored-icon .bg-690{background:rgba(149,32,190,.85)!important;color:#fff!important}.colored-icon .color-690{color:rgba(149,32,190,.85)!important}.colored-icon .bg-691{background:rgba(65,4,113,.85)!important;color:#fff!important}.colored-icon .color-691{color:rgba(65,4,113,.85)!important}.colored-icon .bg-692{background:rgba(217,9,40,.85)!important;color:#fff!important}.colored-icon .color-692{color:rgba(217,9,40,.85)!important}.colored-icon .bg-693{background:rgba(123,91,102,.85)!important;color:#fff!important}.colored-icon .color-693{color:rgba(123,91,102,.85)!important}.colored-icon .bg-694{background:rgba(14,21,18,.85)!important;color:#fff!important}.colored-icon .color-694{color:rgba(14,21,18,.85)!important}.colored-icon .bg-695{background:rgba(242,142,56,.85)!important;color:#fff!important}.colored-icon .color-695{color:rgba(242,142,56,.85)!important}.colored-icon .bg-696{background:rgba(35,4,40,.85)!important;color:#fff!important}.colored-icon .color-696{color:rgba(35,4,40,.85)!important}.colored-icon .bg-697{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-697{color:rgba(0,0,0,.85)!important}.colored-icon .bg-698{background:rgba(160,253,5,.85)!important;color:#fff!important}.colored-icon .color-698{color:rgba(160,253,5,.85)!important}.colored-icon .bg-699{background:rgba(22,194,217,.85)!important;color:#fff!important}.colored-icon .color-699{color:rgba(22,194,217,.85)!important}.colored-icon .bg-700{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-700{color:rgba(0,0,0,.85)!important}.colored-icon .bg-701{background:rgba(8,105,79,.85)!important;color:#fff!important}.colored-icon .color-701{color:rgba(8,105,79,.85)!important}.colored-icon .bg-702{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-702{color:rgba(0,0,0,.85)!important}.colored-icon .bg-703{background:rgba(223,234,15,.85)!important;color:#fff!important}.colored-icon .color-703{color:rgba(223,234,15,.85)!important}.colored-icon .bg-704{background:rgba(59,6,124,.85)!important;color:#fff!important}.colored-icon .color-704{color:rgba(59,6,124,.85)!important}.colored-icon .bg-705{background:rgba(25,120,0,.85)!important;color:#fff!important}.colored-icon .color-705{color:rgba(25,120,0,.85)!important}.colored-icon .bg-706{background:rgba(46,76,209,.85)!important;color:#fff!important}.colored-icon .color-706{color:rgba(46,76,209,.85)!important}.colored-icon .bg-707{background:rgba(119,9,126,.85)!important;color:#fff!important}.colored-icon .color-707{color:rgba(119,9,126,.85)!important}.colored-icon .bg-708{background:rgba(175,155,7,.85)!important;color:#fff!important}.colored-icon .color-708{color:rgba(175,155,7,.85)!important}.colored-icon .bg-709{background:rgba(24,12,14,.85)!important;color:#fff!important}.colored-icon .color-709{color:rgba(24,12,14,.85)!important}.colored-icon .bg-710{background:rgba(37,36,21,.85)!important;color:#fff!important}.colored-icon .color-710{color:rgba(37,36,21,.85)!important}.colored-icon .bg-711{background:rgba(73,87,8,.85)!important;color:#fff!important}.colored-icon .color-711{color:rgba(73,87,8,.85)!important}.colored-icon .bg-712{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-712{color:rgba(0,0,0,.85)!important}.colored-icon .bg-713{background:rgba(23,31,146,.85)!important;color:#fff!important}.colored-icon .color-713{color:rgba(23,31,146,.85)!important}.colored-icon .bg-714{background:rgba(118,111,65,.85)!important;color:#fff!important}.colored-icon .color-714{color:rgba(118,111,65,.85)!important}.colored-icon .bg-715{background:rgba(1,163,23,.85)!important;color:#fff!important}.colored-icon .color-715{color:rgba(1,163,23,.85)!important}.colored-icon .bg-716{background:rgba(182,100,36,.85)!important;color:#fff!important}.colored-icon .color-716{color:rgba(182,100,36,.85)!important}.colored-icon .bg-717{background:rgba(103,89,89,.85)!important;color:#fff!important}.colored-icon .color-717{color:rgba(103,89,89,.85)!important}.colored-icon .bg-718{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-718{color:rgba(0,0,0,.85)!important}.colored-icon .bg-719{background:rgba(10,29,92,.85)!important;color:#fff!important}.colored-icon .color-719{color:rgba(10,29,92,.85)!important}.colored-icon .bg-720{background:rgba(111,62,215,.85)!important;color:#fff!important}.colored-icon .color-720{color:rgba(111,62,215,.85)!important}.colored-icon .bg-721{background:rgba(96,62,67,.85)!important;color:#fff!important}.colored-icon .color-721{color:rgba(96,62,67,.85)!important}.colored-icon .bg-722{background:rgba(31,26,43,.85)!important;color:#fff!important}.colored-icon .color-722{color:rgba(31,26,43,.85)!important}.colored-icon .bg-723{background:rgba(63,3,31,.85)!important;color:#fff!important}.colored-icon .color-723{color:rgba(63,3,31,.85)!important}.colored-icon .bg-724{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-724{color:rgba(0,0,0,.85)!important}.colored-icon .bg-725{background:rgba(37,18,88,.85)!important;color:#fff!important}.colored-icon .color-725{color:rgba(37,18,88,.85)!important}.colored-icon .bg-726{background:rgba(44,9,61,.85)!important;color:#fff!important}.colored-icon .color-726{color:rgba(44,9,61,.85)!important}.colored-icon .bg-727{background:rgba(5,26,25,.85)!important;color:#fff!important}.colored-icon .color-727{color:rgba(5,26,25,.85)!important}.colored-icon .bg-728{background:rgba(29,6,6,.85)!important;color:#fff!important}.colored-icon .color-728{color:rgba(29,6,6,.85)!important}.colored-icon .bg-729{background:rgba(90,11,92,.85)!important;color:#fff!important}.colored-icon .color-729{color:rgba(90,11,92,.85)!important}.colored-icon .bg-730{background:rgba(47,58,24,.85)!important;color:#fff!important}.colored-icon .color-730{color:rgba(47,58,24,.85)!important}.colored-icon .bg-731{background:rgba(12,96,29,.85)!important;color:#fff!important}.colored-icon .color-731{color:rgba(12,96,29,.85)!important}.colored-icon .bg-732{background:rgba(118,145,26,.85)!important;color:#fff!important}.colored-icon .color-732{color:rgba(118,145,26,.85)!important}.colored-icon .bg-733{background:rgba(177,77,0,.85)!important;color:#fff!important}.colored-icon .color-733{color:rgba(177,77,0,.85)!important}.colored-icon .bg-734{background:rgba(116,63,88,.85)!important;color:#fff!important}.colored-icon .color-734{color:rgba(116,63,88,.85)!important}.colored-icon .bg-735{background:rgba(19,172,79,.85)!important;color:#fff!important}.colored-icon .color-735{color:rgba(19,172,79,.85)!important}.colored-icon .bg-736{background:rgba(103,76,168,.85)!important;color:#fff!important}.colored-icon .color-736{color:rgba(103,76,168,.85)!important}.colored-icon .bg-737{background:rgba(3,4,3,.85)!important;color:#fff!important}.colored-icon .color-737{color:rgba(3,4,3,.85)!important}.colored-icon .bg-738{background:rgba(66,159,6,.85)!important;color:#fff!important}.colored-icon .color-738{color:rgba(66,159,6,.85)!important}.colored-icon .bg-739{background:rgba(56,92,92,.85)!important;color:#fff!important}.colored-icon .color-739{color:rgba(56,92,92,.85)!important}.colored-icon .bg-740{background:rgba(170,45,115,.85)!important;color:#fff!important}.colored-icon .color-740{color:rgba(170,45,115,.85)!important}.colored-icon .bg-741{background:rgba(22,20,45,.85)!important;color:#fff!important}.colored-icon .color-741{color:rgba(22,20,45,.85)!important}.colored-icon .bg-742{background:rgba(49,30,127,.85)!important;color:#fff!important}.colored-icon .color-742{color:rgba(49,30,127,.85)!important}.colored-icon .bg-743{background:rgba(17,66,116,.85)!important;color:#fff!important}.colored-icon .color-743{color:rgba(17,66,116,.85)!important}.colored-icon .bg-744{background:rgba(135,102,73,.85)!important;color:#fff!important}.colored-icon .color-744{color:rgba(135,102,73,.85)!important}.colored-icon .bg-745{background:rgba(148,28,137,.85)!important;color:#fff!important}.colored-icon .color-745{color:rgba(148,28,137,.85)!important}.colored-icon .bg-746{background:rgba(71,77,21,.85)!important;color:#fff!important}.colored-icon .color-746{color:rgba(71,77,21,.85)!important}.colored-icon .bg-747{background:rgba(10,127,16,.85)!important;color:#fff!important}.colored-icon .color-747{color:rgba(10,127,16,.85)!important}.colored-icon .bg-748{background:rgba(203,64,5,.85)!important;color:#fff!important}.colored-icon .color-748{color:rgba(203,64,5,.85)!important}.colored-icon .bg-749{background:rgba(91,10,5,.85)!important;color:#fff!important}.colored-icon .color-749{color:rgba(91,10,5,.85)!important}.colored-icon .bg-750{background:rgba(2,1,1,.85)!important;color:#fff!important}.colored-icon .color-750{color:rgba(2,1,1,.85)!important}.colored-icon .bg-751{background:rgba(84,50,56,.85)!important;color:#fff!important}.colored-icon .color-751{color:rgba(84,50,56,.85)!important}.colored-icon .bg-752{background:rgba(33,1,200,.85)!important;color:#fff!important}.colored-icon .color-752{color:rgba(33,1,200,.85)!important}.colored-icon .bg-753{background:rgba(144,43,129,.85)!important;color:#fff!important}.colored-icon .color-753{color:rgba(144,43,129,.85)!important}.colored-icon .bg-754{background:rgba(55,27,62,.85)!important;color:#fff!important}.colored-icon .color-754{color:rgba(55,27,62,.85)!important}.colored-icon .bg-755{background:rgba(67,133,12,.85)!important;color:#fff!important}.colored-icon .color-755{color:rgba(67,133,12,.85)!important}.colored-icon .bg-756{background:rgba(23,124,30,.85)!important;color:#fff!important}.colored-icon .color-756{color:rgba(23,124,30,.85)!important}.colored-icon .bg-757{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-757{color:rgba(0,0,0,.85)!important}.colored-icon .bg-758{background:rgba(75,122,59,.85)!important;color:#fff!important}.colored-icon .color-758{color:rgba(75,122,59,.85)!important}.colored-icon .bg-759{background:rgba(30,38,90,.85)!important;color:#fff!important}.colored-icon .color-759{color:rgba(30,38,90,.85)!important}.colored-icon .bg-760{background:rgba(39,11,110,.85)!important;color:#fff!important}.colored-icon .color-760{color:rgba(39,11,110,.85)!important}.colored-icon .bg-761{background:rgba(14,37,123,.85)!important;color:#fff!important}.colored-icon .color-761{color:rgba(14,37,123,.85)!important}.colored-icon .bg-762{background:rgba(66,39,125,.85)!important;color:#fff!important}.colored-icon .color-762{color:rgba(66,39,125,.85)!important}.colored-icon .bg-763{background:rgba(13,66,125,.85)!important;color:#fff!important}.colored-icon .color-763{color:rgba(13,66,125,.85)!important}.colored-icon .bg-764{background:rgba(119,149,3,.85)!important;color:#fff!important}.colored-icon .color-764{color:rgba(119,149,3,.85)!important}.colored-icon .bg-765{background:rgba(60,157,146,.85)!important;color:#fff!important}.colored-icon .color-765{color:rgba(60,157,146,.85)!important}.colored-icon .bg-766{background:rgba(107,224,145,.85)!important;color:#fff!important}.colored-icon .color-766{color:rgba(107,224,145,.85)!important}.colored-icon .bg-767{background:rgba(28,34,2,.85)!important;color:#fff!important}.colored-icon .color-767{color:rgba(28,34,2,.85)!important}.colored-icon .bg-768{background:rgba(73,4,39,.85)!important;color:#fff!important}.colored-icon .color-768{color:rgba(73,4,39,.85)!important}.colored-icon .bg-769{background:rgba(176,74,80,.85)!important;color:#fff!important}.colored-icon .color-769{color:rgba(176,74,80,.85)!important}.colored-icon .bg-770{background:rgba(147,118,6,.85)!important;color:#fff!important}.colored-icon .color-770{color:rgba(147,118,6,.85)!important}.colored-icon .bg-771{background:rgba(1,44,33,.85)!important;color:#fff!important}.colored-icon .color-771{color:rgba(1,44,33,.85)!important}.colored-icon .bg-772{background:rgba(189,15,24,.85)!important;color:#fff!important}.colored-icon .color-772{color:rgba(189,15,24,.85)!important}.colored-icon .bg-773{background:rgba(15,10,15,.85)!important;color:#fff!important}.colored-icon .color-773{color:rgba(15,10,15,.85)!important}.colored-icon .bg-774{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-774{color:rgba(0,0,0,.85)!important}.colored-icon .bg-775{background:rgba(6,18,11,.85)!important;color:#fff!important}.colored-icon .color-775{color:rgba(6,18,11,.85)!important}.colored-icon .bg-776{background:rgba(120,33,24,.85)!important;color:#fff!important}.colored-icon .color-776{color:rgba(120,33,24,.85)!important}.colored-icon .bg-777{background:rgba(228,164,78,.85)!important;color:#fff!important}.colored-icon .color-777{color:rgba(228,164,78,.85)!important}.colored-icon .bg-778{background:rgba(102,77,21,.85)!important;color:#fff!important}.colored-icon .color-778{color:rgba(102,77,21,.85)!important}.colored-icon .bg-779{background:rgba(20,6,12,.85)!important;color:#fff!important}.colored-icon .color-779{color:rgba(20,6,12,.85)!important}.colored-icon .bg-780{background:rgba(75,47,37,.85)!important;color:#fff!important}.colored-icon .color-780{color:rgba(75,47,37,.85)!important}.colored-icon .bg-781{background:rgba(0,1,1,.85)!important;color:#fff!important}.colored-icon .color-781{color:rgba(0,1,1,.85)!important}.colored-icon .bg-782{background:rgba(24,45,12,.85)!important;color:#fff!important}.colored-icon .color-782{color:rgba(24,45,12,.85)!important}.colored-icon .bg-783{background:rgba(12,61,123,.85)!important;color:#fff!important}.colored-icon .color-783{color:rgba(12,61,123,.85)!important}.colored-icon .bg-784{background:rgba(9,194,66,.85)!important;color:#fff!important}.colored-icon .color-784{color:rgba(9,194,66,.85)!important}.colored-icon .bg-785{background:rgba(19,159,8,.85)!important;color:#fff!important}.colored-icon .color-785{color:rgba(19,159,8,.85)!important}.colored-icon .bg-786{background:rgba(215,10,95,.85)!important;color:#fff!important}.colored-icon .color-786{color:rgba(215,10,95,.85)!important}.colored-icon .bg-787{background:rgba(147,22,62,.85)!important;color:#fff!important}.colored-icon .color-787{color:rgba(147,22,62,.85)!important}.colored-icon .bg-788{background:rgba(150,12,142,.85)!important;color:#fff!important}.colored-icon .color-788{color:rgba(150,12,142,.85)!important}.colored-icon .bg-789{background:rgba(28,74,13,.85)!important;color:#fff!important}.colored-icon .color-789{color:rgba(28,74,13,.85)!important}.colored-icon .bg-790{background:rgba(26,143,123,.85)!important;color:#fff!important}.colored-icon .color-790{color:rgba(26,143,123,.85)!important}.colored-icon .bg-791{background:rgba(36,45,38,.85)!important;color:#fff!important}.colored-icon .color-791{color:rgba(36,45,38,.85)!important}.colored-icon .bg-792{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-792{color:rgba(0,0,0,.85)!important}.colored-icon .bg-793{background:rgba(144,1,59,.85)!important;color:#fff!important}.colored-icon .color-793{color:rgba(144,1,59,.85)!important}.colored-icon .bg-794{background:rgba(19,13,100,.85)!important;color:#fff!important}.colored-icon .color-794{color:rgba(19,13,100,.85)!important}.colored-icon .bg-795{background:rgba(12,149,188,.85)!important;color:#fff!important}.colored-icon .color-795{color:rgba(12,149,188,.85)!important}.colored-icon .bg-796{background:rgba(133,9,73,.85)!important;color:#fff!important}.colored-icon .color-796{color:rgba(133,9,73,.85)!important}.colored-icon .bg-797{background:rgba(186,88,97,.85)!important;color:#fff!important}.colored-icon .color-797{color:rgba(186,88,97,.85)!important}.colored-icon .bg-798{background:rgba(55,5,92,.85)!important;color:#fff!important}.colored-icon .color-798{color:rgba(55,5,92,.85)!important}.colored-icon .bg-799{background:rgba(86,27,60,.85)!important;color:#fff!important}.colored-icon .color-799{color:rgba(86,27,60,.85)!important}.colored-icon .bg-800{background:rgba(155,129,157,.85)!important;color:#fff!important}.colored-icon .color-800{color:rgba(155,129,157,.85)!important}.colored-icon .bg-801{background:rgba(25,184,30,.85)!important;color:#fff!important}.colored-icon .color-801{color:rgba(25,184,30,.85)!important}.colored-icon .bg-802{background:rgba(0,1,1,.85)!important;color:#fff!important}.colored-icon .color-802{color:rgba(0,1,1,.85)!important}.colored-icon .bg-803{background:rgba(10,9,58,.85)!important;color:#fff!important}.colored-icon .color-803{color:rgba(10,9,58,.85)!important}.colored-icon .bg-804{background:rgba(60,24,57,.85)!important;color:#fff!important}.colored-icon .color-804{color:rgba(60,24,57,.85)!important}.colored-icon .bg-805{background:rgba(2,2,5,.85)!important;color:#fff!important}.colored-icon .color-805{color:rgba(2,2,5,.85)!important}.colored-icon .bg-806{background:rgba(37,117,108,.85)!important;color:#fff!important}.colored-icon .color-806{color:rgba(37,117,108,.85)!important}.colored-icon .bg-807{background:rgba(75,28,40,.85)!important;color:#fff!important}.colored-icon .color-807{color:rgba(75,28,40,.85)!important}.colored-icon .bg-808{background:rgba(125,58,37,.85)!important;color:#fff!important}.colored-icon .color-808{color:rgba(125,58,37,.85)!important}.colored-icon .bg-809{background:rgba(69,104,58,.85)!important;color:#fff!important}.colored-icon .color-809{color:rgba(69,104,58,.85)!important}.colored-icon .bg-810{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-810{color:rgba(0,0,0,.85)!important}.colored-icon .bg-811{background:rgba(91,131,154,.85)!important;color:#fff!important}.colored-icon .color-811{color:rgba(91,131,154,.85)!important}.colored-icon .bg-812{background:rgba(7,38,15,.85)!important;color:#fff!important}.colored-icon .color-812{color:rgba(7,38,15,.85)!important}.colored-icon .bg-813{background:rgba(200,144,44,.85)!important;color:#fff!important}.colored-icon .color-813{color:rgba(200,144,44,.85)!important}.colored-icon .bg-814{background:rgba(119,28,79,.85)!important;color:#fff!important}.colored-icon .color-814{color:rgba(119,28,79,.85)!important}.colored-icon .bg-815{background:rgba(4,111,160,.85)!important;color:#fff!important}.colored-icon .color-815{color:rgba(4,111,160,.85)!important}.colored-icon .bg-816{background:rgba(67,43,16,.85)!important;color:#fff!important}.colored-icon .color-816{color:rgba(67,43,16,.85)!important}.colored-icon .bg-817{background:rgba(163,46,81,.85)!important;color:#fff!important}.colored-icon .color-817{color:rgba(163,46,81,.85)!important}.colored-icon .bg-818{background:rgba(202,125,2,.85)!important;color:#fff!important}.colored-icon .color-818{color:rgba(202,125,2,.85)!important}.colored-icon .bg-819{background:rgba(0,1,6,.85)!important;color:#fff!important}.colored-icon .color-819{color:rgba(0,1,6,.85)!important}.colored-icon .bg-820{background:rgba(7,10,1,.85)!important;color:#fff!important}.colored-icon .color-820{color:rgba(7,10,1,.85)!important}.colored-icon .bg-821{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-821{color:rgba(0,0,0,.85)!important}.colored-icon .bg-822{background:rgba(90,115,17,.85)!important;color:#fff!important}.colored-icon .color-822{color:rgba(90,115,17,.85)!important}.colored-icon .bg-823{background:rgba(49,28,55,.85)!important;color:#fff!important}.colored-icon .color-823{color:rgba(49,28,55,.85)!important}.colored-icon .bg-824{background:rgba(8,106,54,.85)!important;color:#fff!important}.colored-icon .color-824{color:rgba(8,106,54,.85)!important}.colored-icon .bg-825{background:rgba(136,150,13,.85)!important;color:#fff!important}.colored-icon .color-825{color:rgba(136,150,13,.85)!important}.colored-icon .bg-826{background:rgba(117,3,73,.85)!important;color:#fff!important}.colored-icon .color-826{color:rgba(117,3,73,.85)!important}.colored-icon .bg-827{background:rgba(55,9,68,.85)!important;color:#fff!important}.colored-icon .color-827{color:rgba(55,9,68,.85)!important}.colored-icon .bg-828{background:rgba(19,67,21,.85)!important;color:#fff!important}.colored-icon .color-828{color:rgba(19,67,21,.85)!important}.colored-icon .bg-829{background:rgba(1,4,1,.85)!important;color:#fff!important}.colored-icon .color-829{color:rgba(1,4,1,.85)!important}.colored-icon .bg-830{background:rgba(8,3,1,.85)!important;color:#fff!important}.colored-icon .color-830{color:rgba(8,3,1,.85)!important}.colored-icon .bg-831{background:rgba(4,5,22,.85)!important;color:#fff!important}.colored-icon .color-831{color:rgba(4,5,22,.85)!important}.colored-icon .bg-832{background:rgba(50,15,93,.85)!important;color:#fff!important}.colored-icon .color-832{color:rgba(50,15,93,.85)!important}.colored-icon .bg-833{background:rgba(21,41,79,.85)!important;color:#fff!important}.colored-icon .color-833{color:rgba(21,41,79,.85)!important}.colored-icon .bg-834{background:rgba(243,77,225,.85)!important;color:#fff!important}.colored-icon .color-834{color:rgba(243,77,225,.85)!important}.colored-icon .bg-835{background:rgba(46,134,80,.85)!important;color:#fff!important}.colored-icon .color-835{color:rgba(46,134,80,.85)!important}.colored-icon .bg-836{background:rgba(11,98,121,.85)!important;color:#fff!important}.colored-icon .color-836{color:rgba(11,98,121,.85)!important}.colored-icon .bg-837{background:rgba(92,103,27,.85)!important;color:#fff!important}.colored-icon .color-837{color:rgba(92,103,27,.85)!important}.colored-icon .bg-838{background:rgba(9,152,32,.85)!important;color:#fff!important}.colored-icon .color-838{color:rgba(9,152,32,.85)!important}.colored-icon .bg-839{background:rgba(20,8,246,.85)!important;color:#fff!important}.colored-icon .color-839{color:rgba(20,8,246,.85)!important}.colored-icon .bg-840{background:rgba(10,24,21,.85)!important;color:#fff!important}.colored-icon .color-840{color:rgba(10,24,21,.85)!important}.colored-icon .bg-841{background:rgba(92,92,31,.85)!important;color:#fff!important}.colored-icon .color-841{color:rgba(92,92,31,.85)!important}.colored-icon .bg-842{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-842{color:rgba(0,0,0,.85)!important}.colored-icon .bg-843{background:rgba(32,33,29,.85)!important;color:#fff!important}.colored-icon .color-843{color:rgba(32,33,29,.85)!important}.colored-icon .bg-844{background:rgba(8,130,140,.85)!important;color:#fff!important}.colored-icon .color-844{color:rgba(8,130,140,.85)!important}.colored-icon .bg-845{background:rgba(5,54,148,.85)!important;color:#fff!important}.colored-icon .color-845{color:rgba(5,54,148,.85)!important}.colored-icon .bg-846{background:rgba(240,183,36,.85)!important;color:#fff!important}.colored-icon .color-846{color:rgba(240,183,36,.85)!important}.colored-icon .bg-847{background:rgba(44,91,87,.85)!important;color:#fff!important}.colored-icon .color-847{color:rgba(44,91,87,.85)!important}.colored-icon .bg-848{background:rgba(116,160,114,.85)!important;color:#fff!important}.colored-icon .color-848{color:rgba(116,160,114,.85)!important}.colored-icon .bg-849{background:rgba(16,14,98,.85)!important;color:#fff!important}.colored-icon .color-849{color:rgba(16,14,98,.85)!important}.colored-icon .bg-850{background:rgba(21,47,15,.85)!important;color:#fff!important}.colored-icon .color-850{color:rgba(21,47,15,.85)!important}.colored-icon .bg-851{background:rgba(44,1,20,.85)!important;color:#fff!important}.colored-icon .color-851{color:rgba(44,1,20,.85)!important}.colored-icon .bg-852{background:rgba(41,38,37,.85)!important;color:#fff!important}.colored-icon .color-852{color:rgba(41,38,37,.85)!important}.colored-icon .bg-853{background:rgba(1,85,71,.85)!important;color:#fff!important}.colored-icon .color-853{color:rgba(1,85,71,.85)!important}.colored-icon .bg-854{background:rgba(15,8,104,.85)!important;color:#fff!important}.colored-icon .color-854{color:rgba(15,8,104,.85)!important}.colored-icon .bg-855{background:rgba(93,63,32,.85)!important;color:#fff!important}.colored-icon .color-855{color:rgba(93,63,32,.85)!important}.colored-icon .bg-856{background:rgba(73,48,3,.85)!important;color:#fff!important}.colored-icon .color-856{color:rgba(73,48,3,.85)!important}.colored-icon .bg-857{background:rgba(7,124,6,.85)!important;color:#fff!important}.colored-icon .color-857{color:rgba(7,124,6,.85)!important}.colored-icon .bg-858{background:rgba(41,1,48,.85)!important;color:#fff!important}.colored-icon .color-858{color:rgba(41,1,48,.85)!important}.colored-icon .bg-859{background:rgba(46,115,80,.85)!important;color:#fff!important}.colored-icon .color-859{color:rgba(46,115,80,.85)!important}.colored-icon .bg-860{background:rgba(238,99,29,.85)!important;color:#fff!important}.colored-icon .color-860{color:rgba(238,99,29,.85)!important}.colored-icon .bg-861{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-861{color:rgba(0,0,0,.85)!important}.colored-icon .bg-862{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-862{color:rgba(0,0,0,.85)!important}.colored-icon .bg-863{background:rgba(2,1,4,.85)!important;color:#fff!important}.colored-icon .color-863{color:rgba(2,1,4,.85)!important}.colored-icon .bg-864{background:rgba(5,107,172,.85)!important;color:#fff!important}.colored-icon .color-864{color:rgba(5,107,172,.85)!important}.colored-icon .bg-865{background:rgba(49,96,18,.85)!important;color:#fff!important}.colored-icon .color-865{color:rgba(49,96,18,.85)!important}.colored-icon .bg-866{background:rgba(54,33,12,.85)!important;color:#fff!important}.colored-icon .color-866{color:rgba(54,33,12,.85)!important}.colored-icon .bg-867{background:rgba(3,188,5,.85)!important;color:#fff!important}.colored-icon .color-867{color:rgba(3,188,5,.85)!important}.colored-icon .bg-868{background:rgba(207,30,225,.85)!important;color:#fff!important}.colored-icon .color-868{color:rgba(207,30,225,.85)!important}.colored-icon .bg-869{background:rgba(138,6,2,.85)!important;color:#fff!important}.colored-icon .color-869{color:rgba(138,6,2,.85)!important}.colored-icon .bg-870{background:rgba(93,55,21,.85)!important;color:#fff!important}.colored-icon .color-870{color:rgba(93,55,21,.85)!important}.colored-icon .bg-871{background:rgba(107,81,10,.85)!important;color:#fff!important}.colored-icon .color-871{color:rgba(107,81,10,.85)!important}.colored-icon .bg-872{background:rgba(72,5,109,.85)!important;color:#fff!important}.colored-icon .color-872{color:rgba(72,5,109,.85)!important}.colored-icon .bg-873{background:rgba(13,101,15,.85)!important;color:#fff!important}.colored-icon .color-873{color:rgba(13,101,15,.85)!important}.colored-icon .bg-874{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-874{color:rgba(0,0,0,.85)!important}.colored-icon .bg-875{background:rgba(197,62,219,.85)!important;color:#fff!important}.colored-icon .color-875{color:rgba(197,62,219,.85)!important}.colored-icon .bg-876{background:rgba(66,2,10,.85)!important;color:#fff!important}.colored-icon .color-876{color:rgba(66,2,10,.85)!important}.colored-icon .bg-877{background:rgba(9,53,53,.85)!important;color:#fff!important}.colored-icon .color-877{color:rgba(9,53,53,.85)!important}.colored-icon .bg-878{background:rgba(75,62,102,.85)!important;color:#fff!important}.colored-icon .color-878{color:rgba(75,62,102,.85)!important}.colored-icon .bg-879{background:rgba(22,84,101,.85)!important;color:#fff!important}.colored-icon .color-879{color:rgba(22,84,101,.85)!important}.colored-icon .bg-880{background:rgba(36,202,1,.85)!important;color:#fff!important}.colored-icon .color-880{color:rgba(36,202,1,.85)!important}.colored-icon .bg-881{background:rgba(39,70,86,.85)!important;color:#fff!important}.colored-icon .color-881{color:rgba(39,70,86,.85)!important}.colored-icon .bg-882{background:rgba(2,153,55,.85)!important;color:#fff!important}.colored-icon .color-882{color:rgba(2,153,55,.85)!important}.colored-icon .bg-883{background:rgba(177,34,4,.85)!important;color:#fff!important}.colored-icon .color-883{color:rgba(177,34,4,.85)!important}.colored-icon .bg-884{background:rgba(34,125,40,.85)!important;color:#fff!important}.colored-icon .color-884{color:rgba(34,125,40,.85)!important}.colored-icon .bg-885{background:rgba(207,2,133,.85)!important;color:#fff!important}.colored-icon .color-885{color:rgba(207,2,133,.85)!important}.colored-icon .bg-886{background:rgba(7,141,73,.85)!important;color:#fff!important}.colored-icon .color-886{color:rgba(7,141,73,.85)!important}.colored-icon .bg-887{background:rgba(17,4,83,.85)!important;color:#fff!important}.colored-icon .color-887{color:rgba(17,4,83,.85)!important}.colored-icon .bg-888{background:rgba(156,67,63,.85)!important;color:#fff!important}.colored-icon .color-888{color:rgba(156,67,63,.85)!important}.colored-icon .bg-889{background:rgba(72,13,75,.85)!important;color:#fff!important}.colored-icon .color-889{color:rgba(72,13,75,.85)!important}.colored-icon .bg-890{background:rgba(15,17,43,.85)!important;color:#fff!important}.colored-icon .color-890{color:rgba(15,17,43,.85)!important}.colored-icon .bg-891{background:rgba(3,66,93,.85)!important;color:#fff!important}.colored-icon .color-891{color:rgba(3,66,93,.85)!important}.colored-icon .bg-892{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-892{color:rgba(0,0,0,.85)!important}.colored-icon .bg-893{background:rgba(6,77,246,.85)!important;color:#fff!important}.colored-icon .color-893{color:rgba(6,77,246,.85)!important}.colored-icon .bg-894{background:rgba(2,90,124,.85)!important;color:#fff!important}.colored-icon .color-894{color:rgba(2,90,124,.85)!important}.colored-icon .bg-895{background:rgba(109,25,57,.85)!important;color:#fff!important}.colored-icon .color-895{color:rgba(109,25,57,.85)!important}.colored-icon .bg-896{background:rgba(77,11,29,.85)!important;color:#fff!important}.colored-icon .color-896{color:rgba(77,11,29,.85)!important}.colored-icon .bg-897{background:rgba(10,1,15,.85)!important;color:#fff!important}.colored-icon .color-897{color:rgba(10,1,15,.85)!important}.colored-icon .bg-898{background:rgba(24,132,51,.85)!important;color:#fff!important}.colored-icon .color-898{color:rgba(24,132,51,.85)!important}.colored-icon .bg-899{background:rgba(19,33,81,.85)!important;color:#fff!important}.colored-icon .color-899{color:rgba(19,33,81,.85)!important}.colored-icon .bg-900{background:rgba(233,0,76,.85)!important;color:#fff!important}.colored-icon .color-900{color:rgba(233,0,76,.85)!important}.colored-icon .bg-901{background:rgba(76,76,21,.85)!important;color:#fff!important}.colored-icon .color-901{color:rgba(76,76,21,.85)!important}.colored-icon .bg-902{background:rgba(10,46,13,.85)!important;color:#fff!important}.colored-icon .color-902{color:rgba(10,46,13,.85)!important}.colored-icon .bg-903{background:rgba(116,160,67,.85)!important;color:#fff!important}.colored-icon .color-903{color:rgba(116,160,67,.85)!important}.colored-icon .bg-904{background:rgba(58,127,189,.85)!important;color:#fff!important}.colored-icon .color-904{color:rgba(58,127,189,.85)!important}.colored-icon .bg-905{background:rgba(44,145,149,.85)!important;color:#fff!important}.colored-icon .color-905{color:rgba(44,145,149,.85)!important}.colored-icon .bg-906{background:rgba(13,36,91,.85)!important;color:#fff!important}.colored-icon .color-906{color:rgba(13,36,91,.85)!important}.colored-icon .bg-907{background:rgba(22,27,30,.85)!important;color:#fff!important}.colored-icon .color-907{color:rgba(22,27,30,.85)!important}.colored-icon .bg-908{background:rgba(14,217,211,.85)!important;color:#fff!important}.colored-icon .color-908{color:rgba(14,217,211,.85)!important}.colored-icon .bg-909{background:rgba(58,37,1,.85)!important;color:#fff!important}.colored-icon .color-909{color:rgba(58,37,1,.85)!important}.colored-icon .bg-910{background:rgba(10,41,25,.85)!important;color:#fff!important}.colored-icon .color-910{color:rgba(10,41,25,.85)!important}.colored-icon .bg-911{background:rgba(129,4,210,.85)!important;color:#fff!important}.colored-icon .color-911{color:rgba(129,4,210,.85)!important}.colored-icon .bg-912{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-912{color:rgba(0,0,0,.85)!important}.colored-icon .bg-913{background:rgba(205,167,46,.85)!important;color:#fff!important}.colored-icon .color-913{color:rgba(205,167,46,.85)!important}.colored-icon .bg-914{background:rgba(38,170,116,.85)!important;color:#fff!important}.colored-icon .color-914{color:rgba(38,170,116,.85)!important}.colored-icon .bg-915{background:rgba(171,100,15,.85)!important;color:#fff!important}.colored-icon .color-915{color:rgba(171,100,15,.85)!important}.colored-icon .bg-916{background:rgba(64,75,89,.85)!important;color:#fff!important}.colored-icon .color-916{color:rgba(64,75,89,.85)!important}.colored-icon .bg-917{background:rgba(149,74,3,.85)!important;color:#fff!important}.colored-icon .color-917{color:rgba(149,74,3,.85)!important}.colored-icon .bg-918{background:rgba(199,229,41,.85)!important;color:#fff!important}.colored-icon .color-918{color:rgba(199,229,41,.85)!important}.colored-icon .bg-919{background:rgba(18,134,12,.85)!important;color:#fff!important}.colored-icon .color-919{color:rgba(18,134,12,.85)!important}.colored-icon .bg-920{background:rgba(29,183,19,.85)!important;color:#fff!important}.colored-icon .color-920{color:rgba(29,183,19,.85)!important}.colored-icon .bg-921{background:rgba(56,20,167,.85)!important;color:#fff!important}.colored-icon .color-921{color:rgba(56,20,167,.85)!important}.colored-icon .bg-922{background:rgba(123,61,98,.85)!important;color:#fff!important}.colored-icon .color-922{color:rgba(123,61,98,.85)!important}.colored-icon .bg-923{background:rgba(1,2,43,.85)!important;color:#fff!important}.colored-icon .color-923{color:rgba(1,2,43,.85)!important}.colored-icon .bg-924{background:rgba(147,33,8,.85)!important;color:#fff!important}.colored-icon .color-924{color:rgba(147,33,8,.85)!important}.colored-icon .bg-925{background:rgba(2,82,146,.85)!important;color:#fff!important}.colored-icon .color-925{color:rgba(2,82,146,.85)!important}.colored-icon .bg-926{background:rgba(142,8,73,.85)!important;color:#fff!important}.colored-icon .color-926{color:rgba(142,8,73,.85)!important}.colored-icon .bg-927{background:rgba(19,146,123,.85)!important;color:#fff!important}.colored-icon .color-927{color:rgba(19,146,123,.85)!important}.colored-icon .bg-928{background:rgba(42,15,97,.85)!important;color:#fff!important}.colored-icon .color-928{color:rgba(42,15,97,.85)!important}.colored-icon .bg-929{background:rgba(64,0,155,.85)!important;color:#fff!important}.colored-icon .color-929{color:rgba(64,0,155,.85)!important}.colored-icon .bg-930{background:rgba(123,58,24,.85)!important;color:#fff!important}.colored-icon .color-930{color:rgba(123,58,24,.85)!important}.colored-icon .bg-931{background:rgba(110,86,16,.85)!important;color:#fff!important}.colored-icon .color-931{color:rgba(110,86,16,.85)!important}.colored-icon .bg-932{background:rgba(66,29,44,.85)!important;color:#fff!important}.colored-icon .color-932{color:rgba(66,29,44,.85)!important}.colored-icon .bg-933{background:rgba(80,14,79,.85)!important;color:#fff!important}.colored-icon .color-933{color:rgba(80,14,79,.85)!important}.colored-icon .bg-934{background:rgba(139,10,89,.85)!important;color:#fff!important}.colored-icon .color-934{color:rgba(139,10,89,.85)!important}.colored-icon .bg-935{background:rgba(163,198,49,.85)!important;color:#fff!important}.colored-icon .color-935{color:rgba(163,198,49,.85)!important}.colored-icon .bg-936{background:rgba(6,6,3,.85)!important;color:#fff!important}.colored-icon .color-936{color:rgba(6,6,3,.85)!important}.colored-icon .bg-937{background:rgba(208,143,5,.85)!important;color:#fff!important}.colored-icon .color-937{color:rgba(208,143,5,.85)!important}.colored-icon .bg-938{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-938{color:rgba(0,0,0,.85)!important}.colored-icon .bg-939{background:rgba(89,23,26,.85)!important;color:#fff!important}.colored-icon .color-939{color:rgba(89,23,26,.85)!important}.colored-icon .bg-940{background:rgba(203,44,169,.85)!important;color:#fff!important}.colored-icon .color-940{color:rgba(203,44,169,.85)!important}.colored-icon .bg-941{background:rgba(22,68,5,.85)!important;color:#fff!important}.colored-icon .color-941{color:rgba(22,68,5,.85)!important}.colored-icon .bg-942{background:rgba(1,18,76,.85)!important;color:#fff!important}.colored-icon .color-942{color:rgba(1,18,76,.85)!important}.colored-icon .bg-943{background:rgba(78,79,64,.85)!important;color:#fff!important}.colored-icon .color-943{color:rgba(78,79,64,.85)!important}.colored-icon .bg-944{background:rgba(71,11,46,.85)!important;color:#fff!important}.colored-icon .color-944{color:rgba(71,11,46,.85)!important}.colored-icon .bg-945{background:rgba(182,252,68,.85)!important;color:#fff!important}.colored-icon .color-945{color:rgba(182,252,68,.85)!important}.colored-icon .bg-946{background:rgba(69,28,4,.85)!important;color:#fff!important}.colored-icon .color-946{color:rgba(69,28,4,.85)!important}.colored-icon .bg-947{background:rgba(57,108,66,.85)!important;color:#fff!important}.colored-icon .color-947{color:rgba(57,108,66,.85)!important}.colored-icon .bg-948{background:rgba(1,110,211,.85)!important;color:#fff!important}.colored-icon .color-948{color:rgba(1,110,211,.85)!important}.colored-icon .bg-949{background:rgba(75,101,88,.85)!important;color:#fff!important}.colored-icon .color-949{color:rgba(75,101,88,.85)!important}.colored-icon .bg-950{background:rgba(23,49,10,.85)!important;color:#fff!important}.colored-icon .color-950{color:rgba(23,49,10,.85)!important}.colored-icon .bg-951{background:rgba(22,224,204,.85)!important;color:#fff!important}.colored-icon .color-951{color:rgba(22,224,204,.85)!important}.colored-icon .bg-952{background:rgba(76,109,19,.85)!important;color:#fff!important}.colored-icon .color-952{color:rgba(76,109,19,.85)!important}.colored-icon .bg-953{background:rgba(200,22,226,.85)!important;color:#fff!important}.colored-icon .color-953{color:rgba(200,22,226,.85)!important}.colored-icon .bg-954{background:rgba(94,94,13,.85)!important;color:#fff!important}.colored-icon .color-954{color:rgba(94,94,13,.85)!important}.colored-icon .bg-955{background:rgba(3,4,0,.85)!important;color:#fff!important}.colored-icon .color-955{color:rgba(3,4,0,.85)!important}.colored-icon .bg-956{background:rgba(20,8,12,.85)!important;color:#fff!important}.colored-icon .color-956{color:rgba(20,8,12,.85)!important}.colored-icon .bg-957{background:rgba(0,177,128,.85)!important;color:#fff!important}.colored-icon .color-957{color:rgba(0,177,128,.85)!important}.colored-icon .bg-958{background:rgba(157,65,105,.85)!important;color:#fff!important}.colored-icon .color-958{color:rgba(157,65,105,.85)!important}.colored-icon .bg-959{background:rgba(54,5,123,.85)!important;color:#fff!important}.colored-icon .color-959{color:rgba(54,5,123,.85)!important}.colored-icon .bg-960{background:rgba(37,73,39,.85)!important;color:#fff!important}.colored-icon .color-960{color:rgba(37,73,39,.85)!important}.colored-icon .bg-961{background:rgba(19,31,116,.85)!important;color:#fff!important}.colored-icon .color-961{color:rgba(19,31,116,.85)!important}.colored-icon .bg-962{background:rgba(153,67,162,.85)!important;color:#fff!important}.colored-icon .color-962{color:rgba(153,67,162,.85)!important}.colored-icon .bg-963{background:rgba(1,26,65,.85)!important;color:#fff!important}.colored-icon .color-963{color:rgba(1,26,65,.85)!important}.colored-icon .bg-964{background:rgba(128,69,203,.85)!important;color:#fff!important}.colored-icon .color-964{color:rgba(128,69,203,.85)!important}.colored-icon .bg-965{background:rgba(14,42,105,.85)!important;color:#fff!important}.colored-icon .color-965{color:rgba(14,42,105,.85)!important}.colored-icon .bg-966{background:rgba(3,55,112,.85)!important;color:#fff!important}.colored-icon .color-966{color:rgba(3,55,112,.85)!important}.colored-icon .bg-967{background:rgba(9,2,3,.85)!important;color:#fff!important}.colored-icon .color-967{color:rgba(9,2,3,.85)!important}.colored-icon .bg-968{background:rgba(38,158,64,.85)!important;color:#fff!important}.colored-icon .color-968{color:rgba(38,158,64,.85)!important}.colored-icon .bg-969{background:rgba(56,108,148,.85)!important;color:#fff!important}.colored-icon .color-969{color:rgba(56,108,148,.85)!important}.colored-icon .bg-970{background:rgba(103,220,148,.85)!important;color:#fff!important}.colored-icon .color-970{color:rgba(103,220,148,.85)!important}.colored-icon .bg-971{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-971{color:rgba(0,0,0,.85)!important}.colored-icon .bg-972{background:rgba(57,10,48,.85)!important;color:#fff!important}.colored-icon .color-972{color:rgba(57,10,48,.85)!important}.colored-icon .bg-973{background:rgba(163,3,231,.85)!important;color:#fff!important}.colored-icon .color-973{color:rgba(163,3,231,.85)!important}.colored-icon .bg-974{background:rgba(36,230,136,.85)!important;color:#fff!important}.colored-icon .color-974{color:rgba(36,230,136,.85)!important}.colored-icon .bg-975{background:rgba(16,137,40,.85)!important;color:#fff!important}.colored-icon .color-975{color:rgba(16,137,40,.85)!important}.colored-icon .bg-976{background:rgba(69,33,22,.85)!important;color:#fff!important}.colored-icon .color-976{color:rgba(69,33,22,.85)!important}.colored-icon .bg-977{background:rgba(26,56,61,.85)!important;color:#fff!important}.colored-icon .color-977{color:rgba(26,56,61,.85)!important}.colored-icon .bg-978{background:rgba(125,95,222,.85)!important;color:#fff!important}.colored-icon .color-978{color:rgba(125,95,222,.85)!important}.colored-icon .bg-979{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-979{color:rgba(0,0,0,.85)!important}.colored-icon .bg-980{background:rgba(50,148,5,.85)!important;color:#fff!important}.colored-icon .color-980{color:rgba(50,148,5,.85)!important}.colored-icon .bg-981{background:rgba(83,20,37,.85)!important;color:#fff!important}.colored-icon .color-981{color:rgba(83,20,37,.85)!important}.colored-icon .bg-982{background:rgba(127,183,73,.85)!important;color:#fff!important}.colored-icon .color-982{color:rgba(127,183,73,.85)!important}.colored-icon .bg-983{background:rgba(23,58,79,.85)!important;color:#fff!important}.colored-icon .color-983{color:rgba(23,58,79,.85)!important}.colored-icon .bg-984{background:rgba(98,154,169,.85)!important;color:#fff!important}.colored-icon .color-984{color:rgba(98,154,169,.85)!important}.colored-icon .bg-985{background:rgba(135,115,33,.85)!important;color:#fff!important}.colored-icon .color-985{color:rgba(135,115,33,.85)!important}.colored-icon .bg-986{background:rgba(142,49,72,.85)!important;color:#fff!important}.colored-icon .color-986{color:rgba(142,49,72,.85)!important}.colored-icon .bg-987{background:rgba(110,2,82,.85)!important;color:#fff!important}.colored-icon .color-987{color:rgba(110,2,82,.85)!important}.colored-icon .bg-988{background:rgba(45,176,6,.85)!important;color:#fff!important}.colored-icon .color-988{color:rgba(45,176,6,.85)!important}.colored-icon .bg-989{background:rgba(82,149,10,.85)!important;color:#fff!important}.colored-icon .color-989{color:rgba(82,149,10,.85)!important}.colored-icon .bg-990{background:rgba(149,203,29,.85)!important;color:#fff!important}.colored-icon .color-990{color:rgba(149,203,29,.85)!important}.colored-icon .bg-991{background:rgba(31,16,92,.85)!important;color:#fff!important}.colored-icon .color-991{color:rgba(31,16,92,.85)!important}.colored-icon .bg-992{background:rgba(63,71,16,.85)!important;color:#fff!important}.colored-icon .color-992{color:rgba(63,71,16,.85)!important}.colored-icon .bg-993{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-993{color:rgba(0,0,0,.85)!important}.colored-icon .bg-994{background:rgba(141,59,82,.85)!important;color:#fff!important}.colored-icon .color-994{color:rgba(141,59,82,.85)!important}.colored-icon .bg-995{background:rgba(29,35,112,.85)!important;color:#fff!important}.colored-icon .color-995{color:rgba(29,35,112,.85)!important}.colored-icon .bg-996{background:rgba(69,124,41,.85)!important;color:#fff!important}.colored-icon .color-996{color:rgba(69,124,41,.85)!important}.colored-icon .bg-997{background:rgba(120,16,26,.85)!important;color:#fff!important}.colored-icon .color-997{color:rgba(120,16,26,.85)!important}.colored-icon .bg-998{background:rgba(44,38,22,.85)!important;color:#fff!important}.colored-icon .color-998{color:rgba(44,38,22,.85)!important}.colored-icon .bg-999{background:rgba(10,18,81,.85)!important;color:#fff!important}.colored-icon .color-999{color:rgba(10,18,81,.85)!important}.colored-icon .bg-1000{background:rgba(53,65,66,.85)!important;color:#fff!important}.colored-icon .color-1000{color:rgba(53,65,66,.85)!important}.colored-icon .bg-1001{background:rgba(167,97,42,.85)!important;color:#fff!important}.colored-icon .color-1001{color:rgba(167,97,42,.85)!important}.colored-icon .bg-1002{background:rgba(1,128,149,.85)!important;color:#fff!important}.colored-icon .color-1002{color:rgba(1,128,149,.85)!important}.colored-icon .bg-1003{background:rgba(132,46,99,.85)!important;color:#fff!important}.colored-icon .color-1003{color:rgba(132,46,99,.85)!important}.colored-icon .bg-1004{background:rgba(18,95,41,.85)!important;color:#fff!important}.colored-icon .color-1004{color:rgba(18,95,41,.85)!important}.colored-icon .bg-1005{background:rgba(96,74,8,.85)!important;color:#fff!important}.colored-icon .color-1005{color:rgba(96,74,8,.85)!important}.colored-icon .bg-1006{background:rgba(226,90,28,.85)!important;color:#fff!important}.colored-icon .color-1006{color:rgba(226,90,28,.85)!important}.colored-icon .bg-1007{background:rgba(22,61,1,.85)!important;color:#fff!important}.colored-icon .color-1007{color:rgba(22,61,1,.85)!important}.colored-icon .bg-1008{background:rgba(37,59,33,.85)!important;color:#fff!important}.colored-icon .color-1008{color:rgba(37,59,33,.85)!important}.colored-icon .bg-1009{background:rgba(11,64,234,.85)!important;color:#fff!important}.colored-icon .color-1009{color:rgba(11,64,234,.85)!important}.colored-icon .bg-1010{background:rgba(1,12,186,.85)!important;color:#fff!important}.colored-icon .color-1010{color:rgba(1,12,186,.85)!important}.colored-icon .bg-1011{background:rgba(130,159,35,.85)!important;color:#fff!important}.colored-icon .color-1011{color:rgba(130,159,35,.85)!important}.colored-icon .bg-1012{background:rgba(88,120,43,.85)!important;color:#fff!important}.colored-icon .color-1012{color:rgba(88,120,43,.85)!important}.colored-icon .bg-1013{background:rgba(44,14,21,.85)!important;color:#fff!important}.colored-icon .color-1013{color:rgba(44,14,21,.85)!important}.colored-icon .bg-1014{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1014{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1015{background:rgba(21,9,12,.85)!important;color:#fff!important}.colored-icon .color-1015{color:rgba(21,9,12,.85)!important}.colored-icon .bg-1016{background:rgba(50,39,16,.85)!important;color:#fff!important}.colored-icon .color-1016{color:rgba(50,39,16,.85)!important}.colored-icon .bg-1017{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1017{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1018{background:rgba(41,51,7,.85)!important;color:#fff!important}.colored-icon .color-1018{color:rgba(41,51,7,.85)!important}.colored-icon .bg-1019{background:rgba(4,66,50,.85)!important;color:#fff!important}.colored-icon .color-1019{color:rgba(4,66,50,.85)!important}.colored-icon .bg-1020{background:rgba(53,127,46,.85)!important;color:#fff!important}.colored-icon .color-1020{color:rgba(53,127,46,.85)!important}.colored-icon .bg-1021{background:rgba(1,48,69,.85)!important;color:#fff!important}.colored-icon .color-1021{color:rgba(1,48,69,.85)!important}.colored-icon .bg-1022{background:rgba(195,150,19,.85)!important;color:#fff!important}.colored-icon .color-1022{color:rgba(195,150,19,.85)!important}.colored-icon .bg-1023{background:rgba(7,38,29,.85)!important;color:#fff!important}.colored-icon .color-1023{color:rgba(7,38,29,.85)!important}.colored-icon .bg-1024{background:rgba(69,103,57,.85)!important;color:#fff!important}.colored-icon .color-1024{color:rgba(69,103,57,.85)!important}.colored-icon .bg-1025{background:rgba(231,89,76,.85)!important;color:#fff!important}.colored-icon .color-1025{color:rgba(231,89,76,.85)!important}.colored-icon .bg-1026{background:rgba(18,3,25,.85)!important;color:#fff!important}.colored-icon .color-1026{color:rgba(18,3,25,.85)!important}.colored-icon .bg-1027{background:rgba(151,58,121,.85)!important;color:#fff!important}.colored-icon .color-1027{color:rgba(151,58,121,.85)!important}.colored-icon .bg-1028{background:rgba(22,4,54,.85)!important;color:#fff!important}.colored-icon .color-1028{color:rgba(22,4,54,.85)!important}.colored-icon .bg-1029{background:rgba(12,70,96,.85)!important;color:#fff!important}.colored-icon .color-1029{color:rgba(12,70,96,.85)!important}.colored-icon .bg-1030{background:rgba(31,71,63,.85)!important;color:#fff!important}.colored-icon .color-1030{color:rgba(31,71,63,.85)!important}.colored-icon .bg-1031{background:rgba(108,21,154,.85)!important;color:#fff!important}.colored-icon .color-1031{color:rgba(108,21,154,.85)!important}.colored-icon .bg-1032{background:rgba(51,31,60,.85)!important;color:#fff!important}.colored-icon .color-1032{color:rgba(51,31,60,.85)!important}.colored-icon .bg-1033{background:rgba(86,79,20,.85)!important;color:#fff!important}.colored-icon .color-1033{color:rgba(86,79,20,.85)!important}.colored-icon .bg-1034{background:rgba(1,50,20,.85)!important;color:#fff!important}.colored-icon .color-1034{color:rgba(1,50,20,.85)!important}.colored-icon .bg-1035{background:rgba(64,12,124,.85)!important;color:#fff!important}.colored-icon .color-1035{color:rgba(64,12,124,.85)!important}.colored-icon .bg-1036{background:rgba(15,0,47,.85)!important;color:#fff!important}.colored-icon .color-1036{color:rgba(15,0,47,.85)!important}.colored-icon .bg-1037{background:rgba(23,93,1,.85)!important;color:#fff!important}.colored-icon .color-1037{color:rgba(23,93,1,.85)!important}.colored-icon .bg-1038{background:rgba(25,16,50,.85)!important;color:#fff!important}.colored-icon .color-1038{color:rgba(25,16,50,.85)!important}.colored-icon .bg-1039{background:rgba(90,36,71,.85)!important;color:#fff!important}.colored-icon .color-1039{color:rgba(90,36,71,.85)!important}.colored-icon .bg-1040{background:rgba(69,4,16,.85)!important;color:#fff!important}.colored-icon .color-1040{color:rgba(69,4,16,.85)!important}.colored-icon .bg-1041{background:rgba(4,24,9,.85)!important;color:#fff!important}.colored-icon .color-1041{color:rgba(4,24,9,.85)!important}.colored-icon .bg-1042{background:rgba(216,84,3,.85)!important;color:#fff!important}.colored-icon .color-1042{color:rgba(216,84,3,.85)!important}.colored-icon .bg-1043{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1043{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1044{background:rgba(21,3,3,.85)!important;color:#fff!important}.colored-icon .color-1044{color:rgba(21,3,3,.85)!important}.colored-icon .bg-1045{background:rgba(61,39,84,.85)!important;color:#fff!important}.colored-icon .color-1045{color:rgba(61,39,84,.85)!important}.colored-icon .bg-1046{background:rgba(62,66,29,.85)!important;color:#fff!important}.colored-icon .color-1046{color:rgba(62,66,29,.85)!important}.colored-icon .bg-1047{background:rgba(110,73,99,.85)!important;color:#fff!important}.colored-icon .color-1047{color:rgba(110,73,99,.85)!important}.colored-icon .bg-1048{background:rgba(56,23,46,.85)!important;color:#fff!important}.colored-icon .color-1048{color:rgba(56,23,46,.85)!important}.colored-icon .bg-1049{background:rgba(57,149,29,.85)!important;color:#fff!important}.colored-icon .color-1049{color:rgba(57,149,29,.85)!important}.colored-icon .bg-1050{background:rgba(12,32,42,.85)!important;color:#fff!important}.colored-icon .color-1050{color:rgba(12,32,42,.85)!important}.colored-icon .bg-1051{background:rgba(10,149,28,.85)!important;color:#fff!important}.colored-icon .color-1051{color:rgba(10,149,28,.85)!important}.colored-icon .bg-1052{background:rgba(28,78,64,.85)!important;color:#fff!important}.colored-icon .color-1052{color:rgba(28,78,64,.85)!important}.colored-icon .bg-1053{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1053{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1054{background:rgba(5,87,187,.85)!important;color:#fff!important}.colored-icon .color-1054{color:rgba(5,87,187,.85)!important}.colored-icon .bg-1055{background:rgba(124,17,207,.85)!important;color:#fff!important}.colored-icon .color-1055{color:rgba(124,17,207,.85)!important}.colored-icon .bg-1056{background:rgba(223,82,8,.85)!important;color:#fff!important}.colored-icon .color-1056{color:rgba(223,82,8,.85)!important}.colored-icon .bg-1057{background:rgba(6,135,48,.85)!important;color:#fff!important}.colored-icon .color-1057{color:rgba(6,135,48,.85)!important}.colored-icon .bg-1058{background:rgba(36,13,56,.85)!important;color:#fff!important}.colored-icon .color-1058{color:rgba(36,13,56,.85)!important}.colored-icon .bg-1059{background:rgba(22,21,94,.85)!important;color:#fff!important}.colored-icon .color-1059{color:rgba(22,21,94,.85)!important}.colored-icon .bg-1060{background:rgba(83,21,107,.85)!important;color:#fff!important}.colored-icon .color-1060{color:rgba(83,21,107,.85)!important}.colored-icon .bg-1061{background:rgba(13,13,48,.85)!important;color:#fff!important}.colored-icon .color-1061{color:rgba(13,13,48,.85)!important}.colored-icon .bg-1062{background:rgba(111,4,224,.85)!important;color:#fff!important}.colored-icon .color-1062{color:rgba(111,4,224,.85)!important}.colored-icon .bg-1063{background:rgba(4,215,92,.85)!important;color:#fff!important}.colored-icon .color-1063{color:rgba(4,215,92,.85)!important}.colored-icon .bg-1064{background:rgba(3,1,3,.85)!important;color:#fff!important}.colored-icon .color-1064{color:rgba(3,1,3,.85)!important}.colored-icon .bg-1065{background:rgba(76,84,177,.85)!important;color:#fff!important}.colored-icon .color-1065{color:rgba(76,84,177,.85)!important}.colored-icon .bg-1066{background:rgba(186,36,238,.85)!important;color:#fff!important}.colored-icon .color-1066{color:rgba(186,36,238,.85)!important}.colored-icon .bg-1067{background:rgba(24,150,8,.85)!important;color:#fff!important}.colored-icon .color-1067{color:rgba(24,150,8,.85)!important}.colored-icon .bg-1068{background:rgba(154,156,88,.85)!important;color:#fff!important}.colored-icon .color-1068{color:rgba(154,156,88,.85)!important}.colored-icon .bg-1069{background:rgba(60,37,157,.85)!important;color:#fff!important}.colored-icon .color-1069{color:rgba(60,37,157,.85)!important}.colored-icon .bg-1070{background:rgba(33,244,48,.85)!important;color:#fff!important}.colored-icon .color-1070{color:rgba(33,244,48,.85)!important}.colored-icon .bg-1071{background:rgba(44,1,63,.85)!important;color:#fff!important}.colored-icon .color-1071{color:rgba(44,1,63,.85)!important}.colored-icon .bg-1072{background:rgba(15,56,97,.85)!important;color:#fff!important}.colored-icon .color-1072{color:rgba(15,56,97,.85)!important}.colored-icon .bg-1073{background:rgba(47,19,48,.85)!important;color:#fff!important}.colored-icon .color-1073{color:rgba(47,19,48,.85)!important}.colored-icon .bg-1074{background:rgba(63,68,84,.85)!important;color:#fff!important}.colored-icon .color-1074{color:rgba(63,68,84,.85)!important}.colored-icon .bg-1075{background:rgba(75,101,42,.85)!important;color:#fff!important}.colored-icon .color-1075{color:rgba(75,101,42,.85)!important}.colored-icon .bg-1076{background:rgba(11,1,6,.85)!important;color:#fff!important}.colored-icon .color-1076{color:rgba(11,1,6,.85)!important}.colored-icon .bg-1077{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1077{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1078{background:rgba(8,34,26,.85)!important;color:#fff!important}.colored-icon .color-1078{color:rgba(8,34,26,.85)!important}.colored-icon .bg-1079{background:rgba(81,53,23,.85)!important;color:#fff!important}.colored-icon .color-1079{color:rgba(81,53,23,.85)!important}.colored-icon .bg-1080{background:rgba(87,21,67,.85)!important;color:#fff!important}.colored-icon .color-1080{color:rgba(87,21,67,.85)!important}.colored-icon .bg-1081{background:rgba(37,37,66,.85)!important;color:#fff!important}.colored-icon .color-1081{color:rgba(37,37,66,.85)!important}.colored-icon .bg-1082{background:rgba(173,29,127,.85)!important;color:#fff!important}.colored-icon .color-1082{color:rgba(173,29,127,.85)!important}.colored-icon .bg-1083{background:rgba(63,73,66,.85)!important;color:#fff!important}.colored-icon .color-1083{color:rgba(63,73,66,.85)!important}.colored-icon .bg-1084{background:rgba(31,18,39,.85)!important;color:#fff!important}.colored-icon .color-1084{color:rgba(31,18,39,.85)!important}.colored-icon .bg-1085{background:rgba(1,149,50,.85)!important;color:#fff!important}.colored-icon .color-1085{color:rgba(1,149,50,.85)!important}.colored-icon .bg-1086{background:rgba(19,91,109,.85)!important;color:#fff!important}.colored-icon .color-1086{color:rgba(19,91,109,.85)!important}.colored-icon .bg-1087{background:rgba(176,151,36,.85)!important;color:#fff!important}.colored-icon .color-1087{color:rgba(176,151,36,.85)!important}.colored-icon .bg-1088{background:rgba(5,6,10,.85)!important;color:#fff!important}.colored-icon .color-1088{color:rgba(5,6,10,.85)!important}.colored-icon .bg-1089{background:rgba(98,71,51,.85)!important;color:#fff!important}.colored-icon .color-1089{color:rgba(98,71,51,.85)!important}.colored-icon .bg-1090{background:rgba(9,2,5,.85)!important;color:#fff!important}.colored-icon .color-1090{color:rgba(9,2,5,.85)!important}.colored-icon .bg-1091{background:rgba(250,108,4,.85)!important;color:#fff!important}.colored-icon .color-1091{color:rgba(250,108,4,.85)!important}.colored-icon .bg-1092{background:rgba(6,29,22,.85)!important;color:#fff!important}.colored-icon .color-1092{color:rgba(6,29,22,.85)!important}.colored-icon .bg-1093{background:rgba(98,72,13,.85)!important;color:#fff!important}.colored-icon .color-1093{color:rgba(98,72,13,.85)!important}.colored-icon .bg-1094{background:rgba(25,102,60,.85)!important;color:#fff!important}.colored-icon .color-1094{color:rgba(25,102,60,.85)!important}.colored-icon .bg-1095{background:rgba(156,156,56,.85)!important;color:#fff!important}.colored-icon .color-1095{color:rgba(156,156,56,.85)!important}.colored-icon .bg-1096{background:rgba(128,250,31,.85)!important;color:#fff!important}.colored-icon .color-1096{color:rgba(128,250,31,.85)!important}.colored-icon .bg-1097{background:rgba(68,28,68,.85)!important;color:#fff!important}.colored-icon .color-1097{color:rgba(68,28,68,.85)!important}.colored-icon .bg-1098{background:rgba(29,15,93,.85)!important;color:#fff!important}.colored-icon .color-1098{color:rgba(29,15,93,.85)!important}.colored-icon .bg-1099{background:rgba(47,54,123,.85)!important;color:#fff!important}.colored-icon .color-1099{color:rgba(47,54,123,.85)!important}.colored-icon .bg-1100{background:rgba(227,48,159,.85)!important;color:#fff!important}.colored-icon .color-1100{color:rgba(227,48,159,.85)!important}.colored-icon .bg-1101{background:rgba(44,98,145,.85)!important;color:#fff!important}.colored-icon .color-1101{color:rgba(44,98,145,.85)!important}.colored-icon .bg-1102{background:rgba(103,127,2,.85)!important;color:#fff!important}.colored-icon .color-1102{color:rgba(103,127,2,.85)!important}.colored-icon .bg-1103{background:rgba(49,26,72,.85)!important;color:#fff!important}.colored-icon .color-1103{color:rgba(49,26,72,.85)!important}.colored-icon .bg-1104{background:rgba(107,185,234,.85)!important;color:#fff!important}.colored-icon .color-1104{color:rgba(107,185,234,.85)!important}.colored-icon .bg-1105{background:rgba(14,6,71,.85)!important;color:#fff!important}.colored-icon .color-1105{color:rgba(14,6,71,.85)!important}.colored-icon .bg-1106{background:rgba(20,69,100,.85)!important;color:#fff!important}.colored-icon .color-1106{color:rgba(20,69,100,.85)!important}.colored-icon .bg-1107{background:rgba(50,50,6,.85)!important;color:#fff!important}.colored-icon .color-1107{color:rgba(50,50,6,.85)!important}.colored-icon .bg-1108{background:rgba(122,36,104,.85)!important;color:#fff!important}.colored-icon .color-1108{color:rgba(122,36,104,.85)!important}.colored-icon .bg-1109{background:rgba(127,3,34,.85)!important;color:#fff!important}.colored-icon .color-1109{color:rgba(127,3,34,.85)!important}.colored-icon .bg-1110{background:rgba(2,3,19,.85)!important;color:#fff!important}.colored-icon .color-1110{color:rgba(2,3,19,.85)!important}.colored-icon .bg-1111{background:rgba(145,16,32,.85)!important;color:#fff!important}.colored-icon .color-1111{color:rgba(145,16,32,.85)!important}.colored-icon .bg-1112{background:rgba(36,47,22,.85)!important;color:#fff!important}.colored-icon .color-1112{color:rgba(36,47,22,.85)!important}.colored-icon .bg-1113{background:rgba(70,159,178,.85)!important;color:#fff!important}.colored-icon .color-1113{color:rgba(70,159,178,.85)!important}.colored-icon .bg-1114{background:rgba(87,23,7,.85)!important;color:#fff!important}.colored-icon .color-1114{color:rgba(87,23,7,.85)!important}.colored-icon .bg-1115{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1115{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1116{background:rgba(11,21,40,.85)!important;color:#fff!important}.colored-icon .color-1116{color:rgba(11,21,40,.85)!important}.colored-icon .bg-1117{background:rgba(7,136,179,.85)!important;color:#fff!important}.colored-icon .color-1117{color:rgba(7,136,179,.85)!important}.colored-icon .bg-1118{background:rgba(93,31,161,.85)!important;color:#fff!important}.colored-icon .color-1118{color:rgba(93,31,161,.85)!important}.colored-icon .bg-1119{background:rgba(66,71,9,.85)!important;color:#fff!important}.colored-icon .color-1119{color:rgba(66,71,9,.85)!important}.colored-icon .bg-1120{background:rgba(6,7,103,.85)!important;color:#fff!important}.colored-icon .color-1120{color:rgba(6,7,103,.85)!important}.colored-icon .bg-1121{background:rgba(18,61,191,.85)!important;color:#fff!important}.colored-icon .color-1121{color:rgba(18,61,191,.85)!important}.colored-icon .bg-1122{background:rgba(100,37,8,.85)!important;color:#fff!important}.colored-icon .color-1122{color:rgba(100,37,8,.85)!important}.colored-icon .bg-1123{background:rgba(86,64,165,.85)!important;color:#fff!important}.colored-icon .color-1123{color:rgba(86,64,165,.85)!important}.colored-icon .bg-1124{background:rgba(124,0,124,.85)!important;color:#fff!important}.colored-icon .color-1124{color:rgba(124,0,124,.85)!important}.colored-icon .bg-1125{background:rgba(225,213,43,.85)!important;color:#fff!important}.colored-icon .color-1125{color:rgba(225,213,43,.85)!important}.colored-icon .bg-1126{background:rgba(117,19,188,.85)!important;color:#fff!important}.colored-icon .color-1126{color:rgba(117,19,188,.85)!important}.colored-icon .bg-1127{background:rgba(30,126,172,.85)!important;color:#fff!important}.colored-icon .color-1127{color:rgba(30,126,172,.85)!important}.colored-icon .bg-1128{background:rgba(17,24,27,.85)!important;color:#fff!important}.colored-icon .color-1128{color:rgba(17,24,27,.85)!important}.colored-icon .bg-1129{background:rgba(184,1,13,.85)!important;color:#fff!important}.colored-icon .color-1129{color:rgba(184,1,13,.85)!important}.colored-icon .bg-1130{background:rgba(96,21,39,.85)!important;color:#fff!important}.colored-icon .color-1130{color:rgba(96,21,39,.85)!important}.colored-icon .bg-1131{background:rgba(73,86,14,.85)!important;color:#fff!important}.colored-icon .color-1131{color:rgba(73,86,14,.85)!important}.colored-icon .bg-1132{background:rgba(30,112,87,.85)!important;color:#fff!important}.colored-icon .color-1132{color:rgba(30,112,87,.85)!important}.colored-icon .bg-1133{background:rgba(148,149,50,.85)!important;color:#fff!important}.colored-icon .color-1133{color:rgba(148,149,50,.85)!important}.colored-icon .bg-1134{background:rgba(10,34,82,.85)!important;color:#fff!important}.colored-icon .color-1134{color:rgba(10,34,82,.85)!important}.colored-icon .bg-1135{background:rgba(179,121,10,.85)!important;color:#fff!important}.colored-icon .color-1135{color:rgba(179,121,10,.85)!important}.colored-icon .bg-1136{background:rgba(103,61,50,.85)!important;color:#fff!important}.colored-icon .color-1136{color:rgba(103,61,50,.85)!important}.colored-icon .bg-1137{background:rgba(152,220,25,.85)!important;color:#fff!important}.colored-icon .color-1137{color:rgba(152,220,25,.85)!important}.colored-icon .bg-1138{background:rgba(36,38,27,.85)!important;color:#fff!important}.colored-icon .color-1138{color:rgba(36,38,27,.85)!important}.colored-icon .bg-1139{background:rgba(11,16,96,.85)!important;color:#fff!important}.colored-icon .color-1139{color:rgba(11,16,96,.85)!important}.colored-icon .bg-1140{background:rgba(21,175,143,.85)!important;color:#fff!important}.colored-icon .color-1140{color:rgba(21,175,143,.85)!important}.colored-icon .bg-1141{background:rgba(49,36,20,.85)!important;color:#fff!important}.colored-icon .color-1141{color:rgba(49,36,20,.85)!important}.colored-icon .bg-1142{background:rgba(27,10,54,.85)!important;color:#fff!important}.colored-icon .color-1142{color:rgba(27,10,54,.85)!important}.colored-icon .bg-1143{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1143{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1144{background:rgba(37,109,41,.85)!important;color:#fff!important}.colored-icon .color-1144{color:rgba(37,109,41,.85)!important}.colored-icon .bg-1145{background:rgba(36,45,189,.85)!important;color:#fff!important}.colored-icon .color-1145{color:rgba(36,45,189,.85)!important}.colored-icon .bg-1146{background:rgba(5,134,11,.85)!important;color:#fff!important}.colored-icon .color-1146{color:rgba(5,134,11,.85)!important}.colored-icon .bg-1147{background:rgba(91,106,67,.85)!important;color:#fff!important}.colored-icon .color-1147{color:rgba(91,106,67,.85)!important}.colored-icon .bg-1148{background:rgba(98,7,68,.85)!important;color:#fff!important}.colored-icon .color-1148{color:rgba(98,7,68,.85)!important}.colored-icon .bg-1149{background:rgba(90,5,24,.85)!important;color:#fff!important}.colored-icon .color-1149{color:rgba(90,5,24,.85)!important}.colored-icon .bg-1150{background:rgba(209,0,144,.85)!important;color:#fff!important}.colored-icon .color-1150{color:rgba(209,0,144,.85)!important}.colored-icon .bg-1151{background:rgba(82,31,20,.85)!important;color:#fff!important}.colored-icon .color-1151{color:rgba(82,31,20,.85)!important}.colored-icon .bg-1152{background:rgba(18,78,34,.85)!important;color:#fff!important}.colored-icon .color-1152{color:rgba(18,78,34,.85)!important}.colored-icon .bg-1153{background:rgba(2,68,16,.85)!important;color:#fff!important}.colored-icon .color-1153{color:rgba(2,68,16,.85)!important}.colored-icon .bg-1154{background:rgba(129,79,86,.85)!important;color:#fff!important}.colored-icon .color-1154{color:rgba(129,79,86,.85)!important}.colored-icon .bg-1155{background:rgba(49,23,50,.85)!important;color:#fff!important}.colored-icon .color-1155{color:rgba(49,23,50,.85)!important}.colored-icon .bg-1156{background:rgba(61,118,25,.85)!important;color:#fff!important}.colored-icon .color-1156{color:rgba(61,118,25,.85)!important}.colored-icon .bg-1157{background:rgba(78,82,70,.85)!important;color:#fff!important}.colored-icon .color-1157{color:rgba(78,82,70,.85)!important}.colored-icon .bg-1158{background:rgba(128,8,111,.85)!important;color:#fff!important}.colored-icon .color-1158{color:rgba(128,8,111,.85)!important}.colored-icon .bg-1159{background:rgba(157,23,198,.85)!important;color:#fff!important}.colored-icon .color-1159{color:rgba(157,23,198,.85)!important}.colored-icon .bg-1160{background:rgba(131,47,74,.85)!important;color:#fff!important}.colored-icon .color-1160{color:rgba(131,47,74,.85)!important}.colored-icon .bg-1161{background:rgba(52,8,3,.85)!important;color:#fff!important}.colored-icon .color-1161{color:rgba(52,8,3,.85)!important}.colored-icon .bg-1162{background:rgba(71,30,48,.85)!important;color:#fff!important}.colored-icon .color-1162{color:rgba(71,30,48,.85)!important}.colored-icon .bg-1163{background:rgba(27,45,105,.85)!important;color:#fff!important}.colored-icon .color-1163{color:rgba(27,45,105,.85)!important}.colored-icon .bg-1164{background:rgba(0,12,10,.85)!important;color:#fff!important}.colored-icon .color-1164{color:rgba(0,12,10,.85)!important}.colored-icon .bg-1165{background:rgba(125,68,160,.85)!important;color:#fff!important}.colored-icon .color-1165{color:rgba(125,68,160,.85)!important}.colored-icon .bg-1166{background:rgba(7,176,159,.85)!important;color:#fff!important}.colored-icon .color-1166{color:rgba(7,176,159,.85)!important}.colored-icon .bg-1167{background:rgba(100,141,38,.85)!important;color:#fff!important}.colored-icon .color-1167{color:rgba(100,141,38,.85)!important}.colored-icon .bg-1168{background:rgba(7,90,52,.85)!important;color:#fff!important}.colored-icon .color-1168{color:rgba(7,90,52,.85)!important}.colored-icon .bg-1169{background:rgba(106,9,47,.85)!important;color:#fff!important}.colored-icon .color-1169{color:rgba(106,9,47,.85)!important}.colored-icon .bg-1170{background:rgba(190,18,43,.85)!important;color:#fff!important}.colored-icon .color-1170{color:rgba(190,18,43,.85)!important}.colored-icon .bg-1171{background:rgba(54,71,11,.85)!important;color:#fff!important}.colored-icon .color-1171{color:rgba(54,71,11,.85)!important}.colored-icon .bg-1172{background:rgba(127,101,214,.85)!important;color:#fff!important}.colored-icon .color-1172{color:rgba(127,101,214,.85)!important}.colored-icon .bg-1173{background:rgba(45,248,43,.85)!important;color:#fff!important}.colored-icon .color-1173{color:rgba(45,248,43,.85)!important}.colored-icon .bg-1174{background:rgba(165,18,63,.85)!important;color:#fff!important}.colored-icon .color-1174{color:rgba(165,18,63,.85)!important}.colored-icon .bg-1175{background:rgba(127,75,28,.85)!important;color:#fff!important}.colored-icon .color-1175{color:rgba(127,75,28,.85)!important}.colored-icon .bg-1176{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1176{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1177{background:rgba(118,87,18,.85)!important;color:#fff!important}.colored-icon .color-1177{color:rgba(118,87,18,.85)!important}.colored-icon .bg-1178{background:rgba(57,69,74,.85)!important;color:#fff!important}.colored-icon .color-1178{color:rgba(57,69,74,.85)!important}.colored-icon .bg-1179{background:rgba(16,71,26,.85)!important;color:#fff!important}.colored-icon .color-1179{color:rgba(16,71,26,.85)!important}.colored-icon .bg-1180{background:rgba(38,6,54,.85)!important;color:#fff!important}.colored-icon .color-1180{color:rgba(38,6,54,.85)!important}.colored-icon .bg-1181{background:rgba(25,35,48,.85)!important;color:#fff!important}.colored-icon .color-1181{color:rgba(25,35,48,.85)!important}.colored-icon .bg-1182{background:rgba(211,186,47,.85)!important;color:#fff!important}.colored-icon .color-1182{color:rgba(211,186,47,.85)!important}.colored-icon .bg-1183{background:rgba(5,11,37,.85)!important;color:#fff!important}.colored-icon .color-1183{color:rgba(5,11,37,.85)!important}.colored-icon .bg-1184{background:rgba(171,13,154,.85)!important;color:#fff!important}.colored-icon .color-1184{color:rgba(171,13,154,.85)!important}.colored-icon .bg-1185{background:rgba(7,5,1,.85)!important;color:#fff!important}.colored-icon .color-1185{color:rgba(7,5,1,.85)!important}.colored-icon .bg-1186{background:rgba(81,15,110,.85)!important;color:#fff!important}.colored-icon .color-1186{color:rgba(81,15,110,.85)!important}.colored-icon .bg-1187{background:rgba(40,13,49,.85)!important;color:#fff!important}.colored-icon .color-1187{color:rgba(40,13,49,.85)!important}.colored-icon .bg-1188{background:rgba(82,28,8,.85)!important;color:#fff!important}.colored-icon .color-1188{color:rgba(82,28,8,.85)!important}.colored-icon .bg-1189{background:rgba(0,51,27,.85)!important;color:#fff!important}.colored-icon .color-1189{color:rgba(0,51,27,.85)!important}.colored-icon .bg-1190{background:rgba(27,131,80,.85)!important;color:#fff!important}.colored-icon .color-1190{color:rgba(27,131,80,.85)!important}.colored-icon .bg-1191{background:rgba(92,123,85,.85)!important;color:#fff!important}.colored-icon .color-1191{color:rgba(92,123,85,.85)!important}.colored-icon .bg-1192{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1192{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1193{background:rgba(17,90,16,.85)!important;color:#fff!important}.colored-icon .color-1193{color:rgba(17,90,16,.85)!important}.colored-icon .bg-1194{background:rgba(4,1,18,.85)!important;color:#fff!important}.colored-icon .color-1194{color:rgba(4,1,18,.85)!important}.colored-icon .bg-1195{background:rgba(57,8,55,.85)!important;color:#fff!important}.colored-icon .color-1195{color:rgba(57,8,55,.85)!important}.colored-icon .bg-1196{background:rgba(36,45,57,.85)!important;color:#fff!important}.colored-icon .color-1196{color:rgba(36,45,57,.85)!important}.colored-icon .bg-1197{background:rgba(62,71,9,.85)!important;color:#fff!important}.colored-icon .color-1197{color:rgba(62,71,9,.85)!important}.colored-icon .bg-1198{background:rgba(69,65,7,.85)!important;color:#fff!important}.colored-icon .color-1198{color:rgba(69,65,7,.85)!important}.colored-icon .bg-1199{background:rgba(66,26,88,.85)!important;color:#fff!important}.colored-icon .color-1199{color:rgba(66,26,88,.85)!important}.colored-icon .bg-1200{background:rgba(59,186,13,.85)!important;color:#fff!important}.colored-icon .color-1200{color:rgba(59,186,13,.85)!important}.colored-icon .bg-1201{background:rgba(5,0,6,.85)!important;color:#fff!important}.colored-icon .color-1201{color:rgba(5,0,6,.85)!important}.colored-icon .bg-1202{background:rgba(159,111,40,.85)!important;color:#fff!important}.colored-icon .color-1202{color:rgba(159,111,40,.85)!important}.colored-icon .bg-1203{background:rgba(24,94,8,.85)!important;color:#fff!important}.colored-icon .color-1203{color:rgba(24,94,8,.85)!important}.colored-icon .bg-1204{background:rgba(16,0,5,.85)!important;color:#fff!important}.colored-icon .color-1204{color:rgba(16,0,5,.85)!important}.colored-icon .bg-1205{background:rgba(23,13,2,.85)!important;color:#fff!important}.colored-icon .color-1205{color:rgba(23,13,2,.85)!important}.colored-icon .bg-1206{background:rgba(30,53,102,.85)!important;color:#fff!important}.colored-icon .color-1206{color:rgba(30,53,102,.85)!important}.colored-icon .bg-1207{background:rgba(1,181,211,.85)!important;color:#fff!important}.colored-icon .color-1207{color:rgba(1,181,211,.85)!important}.colored-icon .bg-1208{background:rgba(54,5,78,.85)!important;color:#fff!important}.colored-icon .color-1208{color:rgba(54,5,78,.85)!important}.colored-icon .bg-1209{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1209{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1210{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1210{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1211{background:rgba(2,39,116,.85)!important;color:#fff!important}.colored-icon .color-1211{color:rgba(2,39,116,.85)!important}.colored-icon .bg-1212{background:rgba(18,45,175,.85)!important;color:#fff!important}.colored-icon .color-1212{color:rgba(18,45,175,.85)!important}.colored-icon .bg-1213{background:rgba(15,249,64,.85)!important;color:#fff!important}.colored-icon .color-1213{color:rgba(15,249,64,.85)!important}.colored-icon .bg-1214{background:rgba(107,29,119,.85)!important;color:#fff!important}.colored-icon .color-1214{color:rgba(107,29,119,.85)!important}.colored-icon .bg-1215{background:rgba(25,140,56,.85)!important;color:#fff!important}.colored-icon .color-1215{color:rgba(25,140,56,.85)!important}.colored-icon .bg-1216{background:rgba(249,111,14,.85)!important;color:#fff!important}.colored-icon .color-1216{color:rgba(249,111,14,.85)!important}.colored-icon .bg-1217{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1217{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1218{background:rgba(33,119,109,.85)!important;color:#fff!important}.colored-icon .color-1218{color:rgba(33,119,109,.85)!important}.colored-icon .bg-1219{background:rgba(101,65,71,.85)!important;color:#fff!important}.colored-icon .color-1219{color:rgba(101,65,71,.85)!important}.colored-icon .bg-1220{background:rgba(136,9,101,.85)!important;color:#fff!important}.colored-icon .color-1220{color:rgba(136,9,101,.85)!important}.colored-icon .bg-1221{background:rgba(166,36,147,.85)!important;color:#fff!important}.colored-icon .color-1221{color:rgba(166,36,147,.85)!important}.colored-icon .bg-1222{background:rgba(5,11,7,.85)!important;color:#fff!important}.colored-icon .color-1222{color:rgba(5,11,7,.85)!important}.colored-icon .bg-1223{background:rgba(155,55,132,.85)!important;color:#fff!important}.colored-icon .color-1223{color:rgba(155,55,132,.85)!important}.colored-icon .bg-1224{background:rgba(128,173,29,.85)!important;color:#fff!important}.colored-icon .color-1224{color:rgba(128,173,29,.85)!important}.colored-icon .bg-1225{background:rgba(34,72,43,.85)!important;color:#fff!important}.colored-icon .color-1225{color:rgba(34,72,43,.85)!important}.colored-icon .bg-1226{background:rgba(66,35,195,.85)!important;color:#fff!important}.colored-icon .color-1226{color:rgba(66,35,195,.85)!important}.colored-icon .bg-1227{background:rgba(64,103,5,.85)!important;color:#fff!important}.colored-icon .color-1227{color:rgba(64,103,5,.85)!important}.colored-icon .bg-1228{background:rgba(153,9,151,.85)!important;color:#fff!important}.colored-icon .color-1228{color:rgba(153,9,151,.85)!important}.colored-icon .bg-1229{background:rgba(22,103,21,.85)!important;color:#fff!important}.colored-icon .color-1229{color:rgba(22,103,21,.85)!important}.colored-icon .bg-1230{background:rgba(42,54,2,.85)!important;color:#fff!important}.colored-icon .color-1230{color:rgba(42,54,2,.85)!important}.colored-icon .bg-1231{background:rgba(5,56,59,.85)!important;color:#fff!important}.colored-icon .color-1231{color:rgba(5,56,59,.85)!important}.colored-icon .bg-1232{background:rgba(112,131,16,.85)!important;color:#fff!important}.colored-icon .color-1232{color:rgba(112,131,16,.85)!important}.colored-icon .bg-1233{background:rgba(32,38,14,.85)!important;color:#fff!important}.colored-icon .color-1233{color:rgba(32,38,14,.85)!important}.colored-icon .bg-1234{background:rgba(18,73,177,.85)!important;color:#fff!important}.colored-icon .color-1234{color:rgba(18,73,177,.85)!important}.colored-icon .bg-1235{background:rgba(66,73,56,.85)!important;color:#fff!important}.colored-icon .color-1235{color:rgba(66,73,56,.85)!important}.colored-icon .bg-1236{background:rgba(38,18,31,.85)!important;color:#fff!important}.colored-icon .color-1236{color:rgba(38,18,31,.85)!important}.colored-icon .bg-1237{background:rgba(63,39,48,.85)!important;color:#fff!important}.colored-icon .color-1237{color:rgba(63,39,48,.85)!important}.colored-icon .bg-1238{background:rgba(117,11,111,.85)!important;color:#fff!important}.colored-icon .color-1238{color:rgba(117,11,111,.85)!important}.colored-icon .bg-1239{background:rgba(62,91,2,.85)!important;color:#fff!important}.colored-icon .color-1239{color:rgba(62,91,2,.85)!important}.colored-icon .bg-1240{background:rgba(145,82,7,.85)!important;color:#fff!important}.colored-icon .color-1240{color:rgba(145,82,7,.85)!important}.colored-icon .bg-1241{background:rgba(167,173,7,.85)!important;color:#fff!important}.colored-icon .color-1241{color:rgba(167,173,7,.85)!important}.colored-icon .bg-1242{background:rgba(21,21,9,.85)!important;color:#fff!important}.colored-icon .color-1242{color:rgba(21,21,9,.85)!important}.colored-icon .bg-1243{background:rgba(11,22,159,.85)!important;color:#fff!important}.colored-icon .color-1243{color:rgba(11,22,159,.85)!important}.colored-icon .bg-1244{background:rgba(0,5,5,.85)!important;color:#fff!important}.colored-icon .color-1244{color:rgba(0,5,5,.85)!important}.colored-icon .bg-1245{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1245{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1246{background:rgba(43,42,35,.85)!important;color:#fff!important}.colored-icon .color-1246{color:rgba(43,42,35,.85)!important}.colored-icon .bg-1247{background:rgba(92,129,41,.85)!important;color:#fff!important}.colored-icon .color-1247{color:rgba(92,129,41,.85)!important}.colored-icon .bg-1248{background:rgba(37,20,95,.85)!important;color:#fff!important}.colored-icon .color-1248{color:rgba(37,20,95,.85)!important}.colored-icon .bg-1249{background:rgba(24,0,19,.85)!important;color:#fff!important}.colored-icon .color-1249{color:rgba(24,0,19,.85)!important}.colored-icon .bg-1250{background:rgba(42,33,55,.85)!important;color:#fff!important}.colored-icon .color-1250{color:rgba(42,33,55,.85)!important}.colored-icon .bg-1251{background:rgba(98,23,57,.85)!important;color:#fff!important}.colored-icon .color-1251{color:rgba(98,23,57,.85)!important}.colored-icon .bg-1252{background:rgba(112,131,16,.85)!important;color:#fff!important}.colored-icon .color-1252{color:rgba(112,131,16,.85)!important}.colored-icon .bg-1253{background:rgba(144,7,212,.85)!important;color:#fff!important}.colored-icon .color-1253{color:rgba(144,7,212,.85)!important}.colored-icon .bg-1254{background:rgba(65,22,116,.85)!important;color:#fff!important}.colored-icon .color-1254{color:rgba(65,22,116,.85)!important}.colored-icon .bg-1255{background:rgba(64,26,69,.85)!important;color:#fff!important}.colored-icon .color-1255{color:rgba(64,26,69,.85)!important}.colored-icon .bg-1256{background:rgba(45,116,35,.85)!important;color:#fff!important}.colored-icon .color-1256{color:rgba(45,116,35,.85)!important}.colored-icon .bg-1257{background:rgba(5,20,11,.85)!important;color:#fff!important}.colored-icon .color-1257{color:rgba(5,20,11,.85)!important}.colored-icon .bg-1258{background:rgba(44,233,207,.85)!important;color:#fff!important}.colored-icon .color-1258{color:rgba(44,233,207,.85)!important}.colored-icon .bg-1259{background:rgba(171,6,156,.85)!important;color:#fff!important}.colored-icon .color-1259{color:rgba(171,6,156,.85)!important}.colored-icon .bg-1260{background:rgba(125,69,226,.85)!important;color:#fff!important}.colored-icon .color-1260{color:rgba(125,69,226,.85)!important}.colored-icon .bg-1261{background:rgba(86,21,49,.85)!important;color:#fff!important}.colored-icon .color-1261{color:rgba(86,21,49,.85)!important}.colored-icon .bg-1262{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1262{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1263{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1263{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1264{background:rgba(105,118,83,.85)!important;color:#fff!important}.colored-icon .color-1264{color:rgba(105,118,83,.85)!important}.colored-icon .bg-1265{background:rgba(10,2,20,.85)!important;color:#fff!important}.colored-icon .color-1265{color:rgba(10,2,20,.85)!important}.colored-icon .bg-1266{background:rgba(2,134,78,.85)!important;color:#fff!important}.colored-icon .color-1266{color:rgba(2,134,78,.85)!important}.colored-icon .bg-1267{background:rgba(193,32,212,.85)!important;color:#fff!important}.colored-icon .color-1267{color:rgba(193,32,212,.85)!important}.colored-icon .bg-1268{background:rgba(12,24,109,.85)!important;color:#fff!important}.colored-icon .color-1268{color:rgba(12,24,109,.85)!important}.colored-icon .bg-1269{background:rgba(76,141,38,.85)!important;color:#fff!important}.colored-icon .color-1269{color:rgba(76,141,38,.85)!important}.colored-icon .bg-1270{background:rgba(16,79,65,.85)!important;color:#fff!important}.colored-icon .color-1270{color:rgba(16,79,65,.85)!important}.colored-icon .bg-1271{background:rgba(55,44,106,.85)!important;color:#fff!important}.colored-icon .color-1271{color:rgba(55,44,106,.85)!important}.colored-icon .bg-1272{background:rgba(2,31,27,.85)!important;color:#fff!important}.colored-icon .color-1272{color:rgba(2,31,27,.85)!important}.colored-icon .bg-1273{background:rgba(115,43,189,.85)!important;color:#fff!important}.colored-icon .color-1273{color:rgba(115,43,189,.85)!important}.colored-icon .bg-1274{background:rgba(68,92,108,.85)!important;color:#fff!important}.colored-icon .color-1274{color:rgba(68,92,108,.85)!important}.colored-icon .bg-1275{background:rgba(1,71,49,.85)!important;color:#fff!important}.colored-icon .color-1275{color:rgba(1,71,49,.85)!important}.colored-icon .bg-1276{background:rgba(224,27,65,.85)!important;color:#fff!important}.colored-icon .color-1276{color:rgba(224,27,65,.85)!important}.colored-icon .bg-1277{background:rgba(84,37,42,.85)!important;color:#fff!important}.colored-icon .color-1277{color:rgba(84,37,42,.85)!important}.colored-icon .bg-1278{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1278{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1279{background:rgba(108,75,189,.85)!important;color:#fff!important}.colored-icon .color-1279{color:rgba(108,75,189,.85)!important}.colored-icon .bg-1280{background:rgba(89,99,27,.85)!important;color:#fff!important}.colored-icon .color-1280{color:rgba(89,99,27,.85)!important}.colored-icon .bg-1281{background:rgba(180,228,90,.85)!important;color:#fff!important}.colored-icon .color-1281{color:rgba(180,228,90,.85)!important}.colored-icon .bg-1282{background:rgba(142,24,117,.85)!important;color:#fff!important}.colored-icon .color-1282{color:rgba(142,24,117,.85)!important}.colored-icon .bg-1283{background:rgba(91,111,223,.85)!important;color:#fff!important}.colored-icon .color-1283{color:rgba(91,111,223,.85)!important}.colored-icon .bg-1284{background:rgba(217,121,9,.85)!important;color:#fff!important}.colored-icon .color-1284{color:rgba(217,121,9,.85)!important}.colored-icon .bg-1285{background:rgba(64,2,131,.85)!important;color:#fff!important}.colored-icon .color-1285{color:rgba(64,2,131,.85)!important}.colored-icon .bg-1286{background:rgba(14,35,63,.85)!important;color:#fff!important}.colored-icon .color-1286{color:rgba(14,35,63,.85)!important}.colored-icon .bg-1287{background:rgba(98,94,46,.85)!important;color:#fff!important}.colored-icon .color-1287{color:rgba(98,94,46,.85)!important}.colored-icon .bg-1288{background:rgba(32,34,87,.85)!important;color:#fff!important}.colored-icon .color-1288{color:rgba(32,34,87,.85)!important}.colored-icon .bg-1289{background:rgba(31,220,232,.85)!important;color:#fff!important}.colored-icon .color-1289{color:rgba(31,220,232,.85)!important}.colored-icon .bg-1290{background:rgba(61,115,5,.85)!important;color:#fff!important}.colored-icon .color-1290{color:rgba(61,115,5,.85)!important}.colored-icon .bg-1291{background:rgba(12,5,2,.85)!important;color:#fff!important}.colored-icon .color-1291{color:rgba(12,5,2,.85)!important}.colored-icon .bg-1292{background:rgba(29,22,29,.85)!important;color:#fff!important}.colored-icon .color-1292{color:rgba(29,22,29,.85)!important}.colored-icon .bg-1293{background:rgba(24,139,103,.85)!important;color:#fff!important}.colored-icon .color-1293{color:rgba(24,139,103,.85)!important}.colored-icon .bg-1294{background:rgba(65,52,69,.85)!important;color:#fff!important}.colored-icon .color-1294{color:rgba(65,52,69,.85)!important}.colored-icon .bg-1295{background:rgba(143,97,149,.85)!important;color:#fff!important}.colored-icon .color-1295{color:rgba(143,97,149,.85)!important}.colored-icon .bg-1296{background:rgba(119,18,23,.85)!important;color:#fff!important}.colored-icon .color-1296{color:rgba(119,18,23,.85)!important}.colored-icon .bg-1297{background:rgba(97,93,56,.85)!important;color:#fff!important}.colored-icon .color-1297{color:rgba(97,93,56,.85)!important}.colored-icon .bg-1298{background:rgba(5,211,87,.85)!important;color:#fff!important}.colored-icon .color-1298{color:rgba(5,211,87,.85)!important}.colored-icon .bg-1299{background:rgba(84,42,69,.85)!important;color:#fff!important}.colored-icon .color-1299{color:rgba(84,42,69,.85)!important}.colored-icon .bg-1300{background:rgba(196,0,132,.85)!important;color:#fff!important}.colored-icon .color-1300{color:rgba(196,0,132,.85)!important}.colored-icon .bg-1301{background:rgba(81,39,45,.85)!important;color:#fff!important}.colored-icon .color-1301{color:rgba(81,39,45,.85)!important}.colored-icon .bg-1302{background:rgba(15,164,205,.85)!important;color:#fff!important}.colored-icon .color-1302{color:rgba(15,164,205,.85)!important}.colored-icon .bg-1303{background:rgba(135,195,30,.85)!important;color:#fff!important}.colored-icon .color-1303{color:rgba(135,195,30,.85)!important}.colored-icon .bg-1304{background:rgba(85,19,129,.85)!important;color:#fff!important}.colored-icon .color-1304{color:rgba(85,19,129,.85)!important}.colored-icon .bg-1305{background:rgba(39,5,19,.85)!important;color:#fff!important}.colored-icon .color-1305{color:rgba(39,5,19,.85)!important}.colored-icon .bg-1306{background:rgba(61,59,5,.85)!important;color:#fff!important}.colored-icon .color-1306{color:rgba(61,59,5,.85)!important}.colored-icon .bg-1307{background:rgba(3,152,117,.85)!important;color:#fff!important}.colored-icon .color-1307{color:rgba(3,152,117,.85)!important}.colored-icon .bg-1308{background:rgba(33,19,166,.85)!important;color:#fff!important}.colored-icon .color-1308{color:rgba(33,19,166,.85)!important}.colored-icon .bg-1309{background:rgba(110,127,167,.85)!important;color:#fff!important}.colored-icon .color-1309{color:rgba(110,127,167,.85)!important}.colored-icon .bg-1310{background:rgba(76,58,42,.85)!important;color:#fff!important}.colored-icon .color-1310{color:rgba(76,58,42,.85)!important}.colored-icon .bg-1311{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1311{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1312{background:rgba(159,5,0,.85)!important;color:#fff!important}.colored-icon .color-1312{color:rgba(159,5,0,.85)!important}.colored-icon .bg-1313{background:rgba(44,92,200,.85)!important;color:#fff!important}.colored-icon .color-1313{color:rgba(44,92,200,.85)!important}.colored-icon .bg-1314{background:rgba(59,59,37,.85)!important;color:#fff!important}.colored-icon .color-1314{color:rgba(59,59,37,.85)!important}.colored-icon .bg-1315{background:rgba(20,100,80,.85)!important;color:#fff!important}.colored-icon .color-1315{color:rgba(20,100,80,.85)!important}.colored-icon .bg-1316{background:rgba(31,74,146,.85)!important;color:#fff!important}.colored-icon .color-1316{color:rgba(31,74,146,.85)!important}.colored-icon .bg-1317{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1317{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1318{background:rgba(39,102,198,.85)!important;color:#fff!important}.colored-icon .color-1318{color:rgba(39,102,198,.85)!important}.colored-icon .bg-1319{background:rgba(34,52,82,.85)!important;color:#fff!important}.colored-icon .color-1319{color:rgba(34,52,82,.85)!important}.colored-icon .bg-1320{background:rgba(33,121,2,.85)!important;color:#fff!important}.colored-icon .color-1320{color:rgba(33,121,2,.85)!important}.colored-icon .bg-1321{background:rgba(24,2,181,.85)!important;color:#fff!important}.colored-icon .color-1321{color:rgba(24,2,181,.85)!important}.colored-icon .bg-1322{background:rgba(15,54,49,.85)!important;color:#fff!important}.colored-icon .color-1322{color:rgba(15,54,49,.85)!important}.colored-icon .bg-1323{background:rgba(108,12,28,.85)!important;color:#fff!important}.colored-icon .color-1323{color:rgba(108,12,28,.85)!important}.colored-icon .bg-1324{background:rgba(156,124,59,.85)!important;color:#fff!important}.colored-icon .color-1324{color:rgba(156,124,59,.85)!important}.colored-icon .bg-1325{background:rgba(8,122,137,.85)!important;color:#fff!important}.colored-icon .color-1325{color:rgba(8,122,137,.85)!important}.colored-icon .bg-1326{background:rgba(10,51,62,.85)!important;color:#fff!important}.colored-icon .color-1326{color:rgba(10,51,62,.85)!important}.colored-icon .bg-1327{background:rgba(170,53,34,.85)!important;color:#fff!important}.colored-icon .color-1327{color:rgba(170,53,34,.85)!important}.colored-icon .bg-1328{background:rgba(80,5,52,.85)!important;color:#fff!important}.colored-icon .color-1328{color:rgba(80,5,52,.85)!important}.colored-icon .bg-1329{background:rgba(31,34,25,.85)!important;color:#fff!important}.colored-icon .color-1329{color:rgba(31,34,25,.85)!important}.colored-icon .bg-1330{background:rgba(205,7,0,.85)!important;color:#fff!important}.colored-icon .color-1330{color:rgba(205,7,0,.85)!important}.colored-icon .bg-1331{background:rgba(141,186,16,.85)!important;color:#fff!important}.colored-icon .color-1331{color:rgba(141,186,16,.85)!important}.colored-icon .bg-1332{background:rgba(0,124,37,.85)!important;color:#fff!important}.colored-icon .color-1332{color:rgba(0,124,37,.85)!important}.colored-icon .bg-1333{background:rgba(62,66,71,.85)!important;color:#fff!important}.colored-icon .color-1333{color:rgba(62,66,71,.85)!important}.colored-icon .bg-1334{background:rgba(134,0,108,.85)!important;color:#fff!important}.colored-icon .color-1334{color:rgba(134,0,108,.85)!important}.colored-icon .bg-1335{background:rgba(96,18,99,.85)!important;color:#fff!important}.colored-icon .color-1335{color:rgba(96,18,99,.85)!important}.colored-icon .bg-1336{background:rgba(123,44,62,.85)!important;color:#fff!important}.colored-icon .color-1336{color:rgba(123,44,62,.85)!important}.colored-icon .bg-1337{background:rgba(35,91,103,.85)!important;color:#fff!important}.colored-icon .color-1337{color:rgba(35,91,103,.85)!important}.colored-icon .bg-1338{background:rgba(98,149,10,.85)!important;color:#fff!important}.colored-icon .color-1338{color:rgba(98,149,10,.85)!important}.colored-icon .bg-1339{background:rgba(141,104,54,.85)!important;color:#fff!important}.colored-icon .color-1339{color:rgba(141,104,54,.85)!important}.colored-icon .bg-1340{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1340{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1341{background:rgba(245,18,86,.85)!important;color:#fff!important}.colored-icon .color-1341{color:rgba(245,18,86,.85)!important}.colored-icon .bg-1342{background:rgba(154,15,114,.85)!important;color:#fff!important}.colored-icon .color-1342{color:rgba(154,15,114,.85)!important}.colored-icon .bg-1343{background:rgba(68,15,24,.85)!important;color:#fff!important}.colored-icon .color-1343{color:rgba(68,15,24,.85)!important}.colored-icon .bg-1344{background:rgba(59,71,19,.85)!important;color:#fff!important}.colored-icon .color-1344{color:rgba(59,71,19,.85)!important}.colored-icon .bg-1345{background:rgba(3,94,27,.85)!important;color:#fff!important}.colored-icon .color-1345{color:rgba(3,94,27,.85)!important}.colored-icon .bg-1346{background:rgba(96,68,244,.85)!important;color:#fff!important}.colored-icon .color-1346{color:rgba(96,68,244,.85)!important}.colored-icon .bg-1347{background:rgba(30,187,40,.85)!important;color:#fff!important}.colored-icon .color-1347{color:rgba(30,187,40,.85)!important}.colored-icon .bg-1348{background:rgba(18,115,100,.85)!important;color:#fff!important}.colored-icon .color-1348{color:rgba(18,115,100,.85)!important}.colored-icon .bg-1349{background:rgba(224,58,0,.85)!important;color:#fff!important}.colored-icon .color-1349{color:rgba(224,58,0,.85)!important}.colored-icon .bg-1350{background:rgba(192,180,50,.85)!important;color:#fff!important}.colored-icon .color-1350{color:rgba(192,180,50,.85)!important}.colored-icon .bg-1351{background:rgba(1,63,59,.85)!important;color:#fff!important}.colored-icon .color-1351{color:rgba(1,63,59,.85)!important}.colored-icon .bg-1352{background:rgba(50,174,4,.85)!important;color:#fff!important}.colored-icon .color-1352{color:rgba(50,174,4,.85)!important}.colored-icon .bg-1353{background:rgba(12,165,14,.85)!important;color:#fff!important}.colored-icon .color-1353{color:rgba(12,165,14,.85)!important}.colored-icon .bg-1354{background:rgba(153,76,1,.85)!important;color:#fff!important}.colored-icon .color-1354{color:rgba(153,76,1,.85)!important}.colored-icon .bg-1355{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1355{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1356{background:rgba(72,4,98,.85)!important;color:#fff!important}.colored-icon .color-1356{color:rgba(72,4,98,.85)!important}.colored-icon .bg-1357{background:rgba(65,47,26,.85)!important;color:#fff!important}.colored-icon .color-1357{color:rgba(65,47,26,.85)!important}.colored-icon .bg-1358{background:rgba(89,60,4,.85)!important;color:#fff!important}.colored-icon .color-1358{color:rgba(89,60,4,.85)!important}.colored-icon .bg-1359{background:rgba(139,170,66,.85)!important;color:#fff!important}.colored-icon .color-1359{color:rgba(139,170,66,.85)!important}.colored-icon .bg-1360{background:rgba(22,78,48,.85)!important;color:#fff!important}.colored-icon .color-1360{color:rgba(22,78,48,.85)!important}.colored-icon .bg-1361{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1361{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1362{background:rgba(39,34,125,.85)!important;color:#fff!important}.colored-icon .color-1362{color:rgba(39,34,125,.85)!important}.colored-icon .bg-1363{background:rgba(165,41,111,.85)!important;color:#fff!important}.colored-icon .color-1363{color:rgba(165,41,111,.85)!important}.colored-icon .bg-1364{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1364{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1365{background:rgba(80,131,110,.85)!important;color:#fff!important}.colored-icon .color-1365{color:rgba(80,131,110,.85)!important}.colored-icon .bg-1366{background:rgba(120,42,105,.85)!important;color:#fff!important}.colored-icon .color-1366{color:rgba(120,42,105,.85)!important}.colored-icon .bg-1367{background:rgba(88,53,76,.85)!important;color:#fff!important}.colored-icon .color-1367{color:rgba(88,53,76,.85)!important}.colored-icon .bg-1368{background:rgba(53,63,138,.85)!important;color:#fff!important}.colored-icon .color-1368{color:rgba(53,63,138,.85)!important}.colored-icon .bg-1369{background:rgba(14,2,108,.85)!important;color:#fff!important}.colored-icon .color-1369{color:rgba(14,2,108,.85)!important}.colored-icon .bg-1370{background:rgba(38,56,27,.85)!important;color:#fff!important}.colored-icon .color-1370{color:rgba(38,56,27,.85)!important}.colored-icon .bg-1371{background:rgba(92,139,2,.85)!important;color:#fff!important}.colored-icon .color-1371{color:rgba(92,139,2,.85)!important}.colored-icon .bg-1372{background:rgba(12,40,29,.85)!important;color:#fff!important}.colored-icon .color-1372{color:rgba(12,40,29,.85)!important}.colored-icon .bg-1373{background:rgba(131,14,64,.85)!important;color:#fff!important}.colored-icon .color-1373{color:rgba(131,14,64,.85)!important}.colored-icon .bg-1374{background:rgba(3,136,169,.85)!important;color:#fff!important}.colored-icon .color-1374{color:rgba(3,136,169,.85)!important}.colored-icon .bg-1375{background:rgba(39,115,82,.85)!important;color:#fff!important}.colored-icon .color-1375{color:rgba(39,115,82,.85)!important}.colored-icon .bg-1376{background:rgba(55,55,10,.85)!important;color:#fff!important}.colored-icon .color-1376{color:rgba(55,55,10,.85)!important}.colored-icon .bg-1377{background:rgba(144,154,51,.85)!important;color:#fff!important}.colored-icon .color-1377{color:rgba(144,154,51,.85)!important}.colored-icon .bg-1378{background:rgba(63,32,72,.85)!important;color:#fff!important}.colored-icon .color-1378{color:rgba(63,32,72,.85)!important}.colored-icon .bg-1379{background:rgba(191,17,205,.85)!important;color:#fff!important}.colored-icon .color-1379{color:rgba(191,17,205,.85)!important}.colored-icon .bg-1380{background:rgba(98,44,32,.85)!important;color:#fff!important}.colored-icon .color-1380{color:rgba(98,44,32,.85)!important}.colored-icon .bg-1381{background:rgba(48,9,207,.85)!important;color:#fff!important}.colored-icon .color-1381{color:rgba(48,9,207,.85)!important}.colored-icon .bg-1382{background:rgba(32,3,30,.85)!important;color:#fff!important}.colored-icon .color-1382{color:rgba(32,3,30,.85)!important}.colored-icon .bg-1383{background:rgba(47,76,61,.85)!important;color:#fff!important}.colored-icon .color-1383{color:rgba(47,76,61,.85)!important}.colored-icon .bg-1384{background:rgba(7,48,47,.85)!important;color:#fff!important}.colored-icon .color-1384{color:rgba(7,48,47,.85)!important}.colored-icon .bg-1385{background:rgba(98,180,41,.85)!important;color:#fff!important}.colored-icon .color-1385{color:rgba(98,180,41,.85)!important}.colored-icon .bg-1386{background:rgba(91,93,33,.85)!important;color:#fff!important}.colored-icon .color-1386{color:rgba(91,93,33,.85)!important}.colored-icon .bg-1387{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1387{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1388{background:rgba(75,49,64,.85)!important;color:#fff!important}.colored-icon .color-1388{color:rgba(75,49,64,.85)!important}.colored-icon .bg-1389{background:rgba(2,2,3,.85)!important;color:#fff!important}.colored-icon .color-1389{color:rgba(2,2,3,.85)!important}.colored-icon .bg-1390{background:rgba(4,64,104,.85)!important;color:#fff!important}.colored-icon .color-1390{color:rgba(4,64,104,.85)!important}.colored-icon .bg-1391{background:rgba(209,6,15,.85)!important;color:#fff!important}.colored-icon .color-1391{color:rgba(209,6,15,.85)!important}.colored-icon .bg-1392{background:rgba(120,3,134,.85)!important;color:#fff!important}.colored-icon .color-1392{color:rgba(120,3,134,.85)!important}.colored-icon .bg-1393{background:rgba(11,57,65,.85)!important;color:#fff!important}.colored-icon .color-1393{color:rgba(11,57,65,.85)!important}.colored-icon .bg-1394{background:rgba(4,18,39,.85)!important;color:#fff!important}.colored-icon .color-1394{color:rgba(4,18,39,.85)!important}.colored-icon .bg-1395{background:rgba(75,13,126,.85)!important;color:#fff!important}.colored-icon .color-1395{color:rgba(75,13,126,.85)!important}.colored-icon .bg-1396{background:rgba(7,111,1,.85)!important;color:#fff!important}.colored-icon .color-1396{color:rgba(7,111,1,.85)!important}.colored-icon .bg-1397{background:rgba(97,86,33,.85)!important;color:#fff!important}.colored-icon .color-1397{color:rgba(97,86,33,.85)!important}.colored-icon .bg-1398{background:rgba(32,132,1,.85)!important;color:#fff!important}.colored-icon .color-1398{color:rgba(32,132,1,.85)!important}.colored-icon .bg-1399{background:rgba(39,24,140,.85)!important;color:#fff!important}.colored-icon .color-1399{color:rgba(39,24,140,.85)!important}.colored-icon .bg-1400{background:rgba(47,21,2,.85)!important;color:#fff!important}.colored-icon .color-1400{color:rgba(47,21,2,.85)!important}.colored-icon .bg-1401{background:rgba(43,72,70,.85)!important;color:#fff!important}.colored-icon .color-1401{color:rgba(43,72,70,.85)!important}.colored-icon .bg-1402{background:rgba(29,55,32,.85)!important;color:#fff!important}.colored-icon .color-1402{color:rgba(29,55,32,.85)!important}.colored-icon .bg-1403{background:rgba(24,155,180,.85)!important;color:#fff!important}.colored-icon .color-1403{color:rgba(24,155,180,.85)!important}.colored-icon .bg-1404{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1404{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1405{background:rgba(0,1,2,.85)!important;color:#fff!important}.colored-icon .color-1405{color:rgba(0,1,2,.85)!important}.colored-icon .bg-1406{background:rgba(65,5,41,.85)!important;color:#fff!important}.colored-icon .color-1406{color:rgba(65,5,41,.85)!important}.colored-icon .bg-1407{background:rgba(2,133,79,.85)!important;color:#fff!important}.colored-icon .color-1407{color:rgba(2,133,79,.85)!important}.colored-icon .bg-1408{background:rgba(38,119,13,.85)!important;color:#fff!important}.colored-icon .color-1408{color:rgba(38,119,13,.85)!important}.colored-icon .bg-1409{background:rgba(203,34,10,.85)!important;color:#fff!important}.colored-icon .color-1409{color:rgba(203,34,10,.85)!important}.colored-icon .bg-1410{background:rgba(133,45,191,.85)!important;color:#fff!important}.colored-icon .color-1410{color:rgba(133,45,191,.85)!important}.colored-icon .bg-1411{background:rgba(68,15,59,.85)!important;color:#fff!important}.colored-icon .color-1411{color:rgba(68,15,59,.85)!important}.colored-icon .bg-1412{background:rgba(40,140,46,.85)!important;color:#fff!important}.colored-icon .color-1412{color:rgba(40,140,46,.85)!important}.colored-icon .bg-1413{background:rgba(131,23,144,.85)!important;color:#fff!important}.colored-icon .color-1413{color:rgba(131,23,144,.85)!important}.colored-icon .bg-1414{background:rgba(42,78,141,.85)!important;color:#fff!important}.colored-icon .color-1414{color:rgba(42,78,141,.85)!important}.colored-icon .bg-1415{background:rgba(31,50,13,.85)!important;color:#fff!important}.colored-icon .color-1415{color:rgba(31,50,13,.85)!important}.colored-icon .bg-1416{background:rgba(234,11,85,.85)!important;color:#fff!important}.colored-icon .color-1416{color:rgba(234,11,85,.85)!important}.colored-icon .bg-1417{background:rgba(8,1,6,.85)!important;color:#fff!important}.colored-icon .color-1417{color:rgba(8,1,6,.85)!important}.colored-icon .bg-1418{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1418{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1419{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1419{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1420{background:rgba(61,1,9,.85)!important;color:#fff!important}.colored-icon .color-1420{color:rgba(61,1,9,.85)!important}.colored-icon .bg-1421{background:rgba(17,76,38,.85)!important;color:#fff!important}.colored-icon .color-1421{color:rgba(17,76,38,.85)!important}.colored-icon .bg-1422{background:rgba(176,110,54,.85)!important;color:#fff!important}.colored-icon .color-1422{color:rgba(176,110,54,.85)!important}.colored-icon .bg-1423{background:rgba(152,188,131,.85)!important;color:#fff!important}.colored-icon .color-1423{color:rgba(152,188,131,.85)!important}.colored-icon .bg-1424{background:rgba(119,10,28,.85)!important;color:#fff!important}.colored-icon .color-1424{color:rgba(119,10,28,.85)!important}.colored-icon .bg-1425{background:rgba(7,15,66,.85)!important;color:#fff!important}.colored-icon .color-1425{color:rgba(7,15,66,.85)!important}.colored-icon .bg-1426{background:rgba(35,3,31,.85)!important;color:#fff!important}.colored-icon .color-1426{color:rgba(35,3,31,.85)!important}.colored-icon .bg-1427{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1427{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1428{background:rgba(69,11,83,.85)!important;color:#fff!important}.colored-icon .color-1428{color:rgba(69,11,83,.85)!important}.colored-icon .bg-1429{background:rgba(91,18,97,.85)!important;color:#fff!important}.colored-icon .color-1429{color:rgba(91,18,97,.85)!important}.colored-icon .bg-1430{background:rgba(72,18,36,.85)!important;color:#fff!important}.colored-icon .color-1430{color:rgba(72,18,36,.85)!important}.colored-icon .bg-1431{background:rgba(19,146,82,.85)!important;color:#fff!important}.colored-icon .color-1431{color:rgba(19,146,82,.85)!important}.colored-icon .bg-1432{background:rgba(61,28,46,.85)!important;color:#fff!important}.colored-icon .color-1432{color:rgba(61,28,46,.85)!important}.colored-icon .bg-1433{background:rgba(127,20,12,.85)!important;color:#fff!important}.colored-icon .color-1433{color:rgba(127,20,12,.85)!important}.colored-icon .bg-1434{background:rgba(86,98,86,.85)!important;color:#fff!important}.colored-icon .color-1434{color:rgba(86,98,86,.85)!important}.colored-icon .bg-1435{background:rgba(1,0,7,.85)!important;color:#fff!important}.colored-icon .color-1435{color:rgba(1,0,7,.85)!important}.colored-icon .bg-1436{background:rgba(18,111,205,.85)!important;color:#fff!important}.colored-icon .color-1436{color:rgba(18,111,205,.85)!important}.colored-icon .bg-1437{background:rgba(213,27,65,.85)!important;color:#fff!important}.colored-icon .color-1437{color:rgba(213,27,65,.85)!important}.colored-icon .bg-1438{background:rgba(121,30,82,.85)!important;color:#fff!important}.colored-icon .color-1438{color:rgba(121,30,82,.85)!important}.colored-icon .bg-1439{background:rgba(53,80,4,.85)!important;color:#fff!important}.colored-icon .color-1439{color:rgba(53,80,4,.85)!important}.colored-icon .bg-1440{background:rgba(5,162,97,.85)!important;color:#fff!important}.colored-icon .color-1440{color:rgba(5,162,97,.85)!important}.colored-icon .bg-1441{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1441{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1442{background:rgba(29,160,160,.85)!important;color:#fff!important}.colored-icon .color-1442{color:rgba(29,160,160,.85)!important}.colored-icon .bg-1443{background:rgba(55,34,6,.85)!important;color:#fff!important}.colored-icon .color-1443{color:rgba(55,34,6,.85)!important}.colored-icon .bg-1444{background:rgba(157,163,60,.85)!important;color:#fff!important}.colored-icon .color-1444{color:rgba(157,163,60,.85)!important}.colored-icon .bg-1445{background:rgba(26,105,39,.85)!important;color:#fff!important}.colored-icon .color-1445{color:rgba(26,105,39,.85)!important}.colored-icon .bg-1446{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1446{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1447{background:rgba(115,10,45,.85)!important;color:#fff!important}.colored-icon .color-1447{color:rgba(115,10,45,.85)!important}.colored-icon .bg-1448{background:rgba(46,94,84,.85)!important;color:#fff!important}.colored-icon .color-1448{color:rgba(46,94,84,.85)!important}.colored-icon .bg-1449{background:rgba(138,173,135,.85)!important;color:#fff!important}.colored-icon .color-1449{color:rgba(138,173,135,.85)!important}.colored-icon .bg-1450{background:rgba(7,135,122,.85)!important;color:#fff!important}.colored-icon .color-1450{color:rgba(7,135,122,.85)!important}.colored-icon .bg-1451{background:rgba(88,80,7,.85)!important;color:#fff!important}.colored-icon .color-1451{color:rgba(88,80,7,.85)!important}.colored-icon .bg-1452{background:rgba(65,25,70,.85)!important;color:#fff!important}.colored-icon .color-1452{color:rgba(65,25,70,.85)!important}.colored-icon .bg-1453{background:rgba(38,47,67,.85)!important;color:#fff!important}.colored-icon .color-1453{color:rgba(38,47,67,.85)!important}.colored-icon .bg-1454{background:rgba(8,29,33,.85)!important;color:#fff!important}.colored-icon .color-1454{color:rgba(8,29,33,.85)!important}.colored-icon .bg-1455{background:rgba(88,73,64,.85)!important;color:#fff!important}.colored-icon .color-1455{color:rgba(88,73,64,.85)!important}.colored-icon .bg-1456{background:rgba(116,74,128,.85)!important;color:#fff!important}.colored-icon .color-1456{color:rgba(116,74,128,.85)!important}.colored-icon .bg-1457{background:rgba(4,16,3,.85)!important;color:#fff!important}.colored-icon .color-1457{color:rgba(4,16,3,.85)!important}.colored-icon .bg-1458{background:rgba(79,109,165,.85)!important;color:#fff!important}.colored-icon .color-1458{color:rgba(79,109,165,.85)!important}.colored-icon .bg-1459{background:rgba(139,70,7,.85)!important;color:#fff!important}.colored-icon .color-1459{color:rgba(139,70,7,.85)!important}.colored-icon .bg-1460{background:rgba(212,237,84,.85)!important;color:#fff!important}.colored-icon .color-1460{color:rgba(212,237,84,.85)!important}.colored-icon .bg-1461{background:rgba(112,6,59,.85)!important;color:#fff!important}.colored-icon .color-1461{color:rgba(112,6,59,.85)!important}.colored-icon .bg-1462{background:rgba(94,43,16,.85)!important;color:#fff!important}.colored-icon .color-1462{color:rgba(94,43,16,.85)!important}.colored-icon .bg-1463{background:rgba(83,65,16,.85)!important;color:#fff!important}.colored-icon .color-1463{color:rgba(83,65,16,.85)!important}.colored-icon .bg-1464{background:rgba(123,80,5,.85)!important;color:#fff!important}.colored-icon .color-1464{color:rgba(123,80,5,.85)!important}.colored-icon .bg-1465{background:rgba(31,36,97,.85)!important;color:#fff!important}.colored-icon .color-1465{color:rgba(31,36,97,.85)!important}.colored-icon .bg-1466{background:rgba(63,29,15,.85)!important;color:#fff!important}.colored-icon .color-1466{color:rgba(63,29,15,.85)!important}.colored-icon .bg-1467{background:rgba(36,36,84,.85)!important;color:#fff!important}.colored-icon .color-1467{color:rgba(36,36,84,.85)!important}.colored-icon .bg-1468{background:rgba(31,30,22,.85)!important;color:#fff!important}.colored-icon .color-1468{color:rgba(31,30,22,.85)!important}.colored-icon .bg-1469{background:rgba(7,74,90,.85)!important;color:#fff!important}.colored-icon .color-1469{color:rgba(7,74,90,.85)!important}.colored-icon .bg-1470{background:rgba(37,71,36,.85)!important;color:#fff!important}.colored-icon .color-1470{color:rgba(37,71,36,.85)!important}.colored-icon .bg-1471{background:rgba(50,181,45,.85)!important;color:#fff!important}.colored-icon .color-1471{color:rgba(50,181,45,.85)!important}.colored-icon .bg-1472{background:rgba(53,37,5,.85)!important;color:#fff!important}.colored-icon .color-1472{color:rgba(53,37,5,.85)!important}.colored-icon .bg-1473{background:rgba(68,50,61,.85)!important;color:#fff!important}.colored-icon .color-1473{color:rgba(68,50,61,.85)!important}.colored-icon .bg-1474{background:rgba(143,74,22,.85)!important;color:#fff!important}.colored-icon .color-1474{color:rgba(143,74,22,.85)!important}.colored-icon .bg-1475{background:rgba(255,130,28,.85)!important;color:#fff!important}.colored-icon .color-1475{color:rgba(255,130,28,.85)!important}.colored-icon .bg-1476{background:rgba(7,6,7,.85)!important;color:#fff!important}.colored-icon .color-1476{color:rgba(7,6,7,.85)!important}.colored-icon .bg-1477{background:rgba(30,18,88,.85)!important;color:#fff!important}.colored-icon .color-1477{color:rgba(30,18,88,.85)!important}.colored-icon .bg-1478{background:rgba(18,12,40,.85)!important;color:#fff!important}.colored-icon .color-1478{color:rgba(18,12,40,.85)!important}.colored-icon .bg-1479{background:rgba(57,29,17,.85)!important;color:#fff!important}.colored-icon .color-1479{color:rgba(57,29,17,.85)!important}.colored-icon .bg-1480{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1480{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1481{background:rgba(0,97,29,.85)!important;color:#fff!important}.colored-icon .color-1481{color:rgba(0,97,29,.85)!important}.colored-icon .bg-1482{background:rgba(16,63,155,.85)!important;color:#fff!important}.colored-icon .color-1482{color:rgba(16,63,155,.85)!important}.colored-icon .bg-1483{background:rgba(3,57,21,.85)!important;color:#fff!important}.colored-icon .color-1483{color:rgba(3,57,21,.85)!important}.colored-icon .bg-1484{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1484{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1485{background:rgba(116,163,80,.85)!important;color:#fff!important}.colored-icon .color-1485{color:rgba(116,163,80,.85)!important}.colored-icon .bg-1486{background:rgba(70,0,91,.85)!important;color:#fff!important}.colored-icon .color-1486{color:rgba(70,0,91,.85)!important}.colored-icon .bg-1487{background:rgba(61,113,212,.85)!important;color:#fff!important}.colored-icon .color-1487{color:rgba(61,113,212,.85)!important}.colored-icon .bg-1488{background:rgba(185,147,157,.85)!important;color:#fff!important}.colored-icon .color-1488{color:rgba(185,147,157,.85)!important}.colored-icon .bg-1489{background:rgba(63,60,50,.85)!important;color:#fff!important}.colored-icon .color-1489{color:rgba(63,60,50,.85)!important}.colored-icon .bg-1490{background:rgba(105,43,108,.85)!important;color:#fff!important}.colored-icon .color-1490{color:rgba(105,43,108,.85)!important}.colored-icon .bg-1491{background:rgba(126,13,153,.85)!important;color:#fff!important}.colored-icon .color-1491{color:rgba(126,13,153,.85)!important}.colored-icon .bg-1492{background:rgba(70,68,17,.85)!important;color:#fff!important}.colored-icon .color-1492{color:rgba(70,68,17,.85)!important}.colored-icon .bg-1493{background:rgba(31,119,79,.85)!important;color:#fff!important}.colored-icon .color-1493{color:rgba(31,119,79,.85)!important}.colored-icon .bg-1494{background:rgba(3,102,9,.85)!important;color:#fff!important}.colored-icon .color-1494{color:rgba(3,102,9,.85)!important}.colored-icon .bg-1495{background:rgba(4,0,0,.85)!important;color:#fff!important}.colored-icon .color-1495{color:rgba(4,0,0,.85)!important}.colored-icon .bg-1496{background:rgba(4,85,146,.85)!important;color:#fff!important}.colored-icon .color-1496{color:rgba(4,85,146,.85)!important}.colored-icon .bg-1497{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1497{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1498{background:rgba(0,0,0,.85)!important;color:#fff!important}.colored-icon .color-1498{color:rgba(0,0,0,.85)!important}.colored-icon .bg-1499{background:rgba(60,43,44,.85)!important;color:#fff!important}.colored-icon .color-1499{color:rgba(60,43,44,.85)!important}.colored-icon .bg-1500{background:rgba(18,112,221,.85)!important;color:#fff!important}.colored-icon .color-1500{color:rgba(18,112,221,.85)!important}.multi-round-table .round-1 span{background:#176ede}.multi-round-table .round-1 span:after{border-top-color:#176ede!important}.multi-round-table .round-2 span{background:#ffab40}.multi-round-table .round-2 span:after{border-top-color:#ffab40!important}.multi-round-table .round-3 span{background:#a5d6a7}.multi-round-table .round-3 span:after{border-top-color:#a5d6a7!important}.multi-round-table .round-4 span{background:#ba68c8}.multi-round-table .round-4 span:after{border-top-color:#ba68c8!important}.multi-round-table .round-5 span{background:#d4e157}.multi-round-table .round-5 span:after{border-top-color:#d4e157!important}.multi-round-table .round-6 span{background:#ffab91}.multi-round-table .round-6 span:after{border-top-color:#ffab91!important}.multi-round-table .round-7 span{background:#26a69a}.multi-round-table .round-7 span:after{border-top-color:#26a69a!important}.multi-round-table .round-8 span{background:#ff5252}.multi-round-table .round-8 span:after{border-top-color:#ff5252!important}.multi-round-table .round-9 span{background:#3f51b5}.multi-round-table .round-9 span:after{border-top-color:#3f51b5!important}.multi-round-table .round-10 span{background:#fff59d}.multi-round-table .round-10 span:after{border-top-color:#fff59d!important}.multi-round-table th[class*=round-] span{height:35px;width:35px;display:inline-block;border-radius:50%;line-height:36px;color:#fff;font-weight:500;font-size:16px;position:relative;margin-bottom:2px}.multi-round-table th[class*=round-] span:after{position:absolute;content:"";border-left:6px solid transparent;border-right:6px solid transparent;border-top:10px solid transparent;bottom:-5px;left:50%;margin-left:-6px}.custom-footer{background:#161e2c;padding:10px 0;text-align:center}.custom-footer .footer-logo{padding-right:20px;border-right:1px solid #bebebe;margin-right:15px}.custom-footer .footer-logo img{height:32px;display:block;margin:2px 0}.custom-footer .powered-by{text-transform:uppercase;margin-right:10px;vertical-align:text-bottom;color:#a8a8a8}.custom-footer .footer-copyright{margin-top:0;color:#e3e3e3;text-align:left}.custom-footer .footer-copyright p{display:inline-block;margin:0 10px 0 0}.custom-footer .footer-copyright p a{color:#fff;text-decoration:underline}@media (max-width:600px){.custom-footer .footer-copyright{display:none!important}}@media (max-width:950px){.custom-footer .footer-copyright p{display:block;margin:0}.custom-footer .footer-copyright p:last-child{margin-top:3px}}@media (max-width:600px){.custom-footer{padding:5px 0}.custom-footer .footer-logo{border-right:none;padding-right:0;margin-right:0}.custom-footer a{display:inline-block;vertical-align:middle}.custom-footer a img{height:32px}}.custom-responsive th{font-weight:500!important}.custom-responsive .color-rank{height:40px;width:40px;color:#fff;line-height:40px;text-align:center;border-radius:50%;display:inline-block;background:#176ede}.custom-responsive .user-detail{padding-left:50px}.custom-responsive .user-detail p.organisation{font-size:13px;margin:0;color:#8e8e8e}.custom-responsive tbody tr td{position:relative}.custom-responsive tbody tr:hover{background:#fafafa!important}@media (max-width:768px){.custom-responsive{overflow:hidden;width:900px!important}.custom-responsive .organisation,.custom-responsive .trim_letter{display:none}}.d2c-card{padding:12px;background:#fff;border-radius:5px;box-shadow:1px 0 35px 5px rgba(0,0,0,.09)}.my_actions .ui.multiple.search.dropdown>input.search{transition:0s ease-out}.common-section{margin-bottom:50px;text-align:center}.common-section h3{font-size:1.8em;line-height:normal;color:#333;text-align:center;margin:auto;font-weight:600;position:relative;display:inline-block;padding-bottom:10px}.common-section h3:after{content:"";position:absolute;bottom:0;width:100px;height:2px;background:#333;left:0;right:0;margin:auto}.common-section .rating-bar{margin-top:30px;display:flex}.common-section .rating-bar .rating-inner{flex-grow:1;flex-basis:0;margin:0 8px}.common-section .rating-bar .rating-inner input[type=checkbox]{display:none}.common-section .rating-bar .rating-inner label{padding:10px;display:flex;width:100%;height:100px;justify-content:center;align-items:center;background:#eef4fc;border-radius:5px;flex-direction:column;color:#176ede;transition:.2s;font-size:17px;border:1px solid #e1edfd}.common-section .rating-bar .rating-inner label.bga{background:#dbeaff}.common-section .rating-bar .rating-inner label strong{font-weight:600;margin-top:5px}.common-section .rating-bar .rating-inner label:after,.common-section .rating-bar .rating-inner label:before{content:none!important}.common-section .rating-bar .rating-inner label:hover{box-shadow:1px 1px 1px rgba(94,186,227,.34)}.common-section .rating-bar .rating-inner label .box-checked{font-size:3em;font-family:Material Icons;font-weight:400}@media (max-width:768px){.common-section .rating-bar .rating-inner label .box-checked{font-size:2.2em}}.common-section .rating-bar .rating-inner label span{display:none}.common-section .rating-bar .rating-inner label.do-well-star,.common-section .rating-bar .rating-inner label.recommend-star{height:70px}@media (max-width:768px){.common-section .rating-bar .rating-inner label.do-well-star,.common-section .rating-bar .rating-inner label.recommend-star{height:60px}}.common-section .rating-bar .rating-inner label.do-well-star .fa.fa-check,.common-section .rating-bar .rating-inner label.recommend-star .fa.fa-check{display:none;font-size:1.4em}.common-section .rating-bar .rating-inner label.do-well-star span,.common-section .rating-bar .rating-inner label.recommend-star span{display:block}.common-section .rating-bar .rating-inner label.do-well-star{height:100px}.common-section .rating-bar .rating-inner input[type=radio]:checked+label{background:#176ede;color:#fff;box-shadow:1px 1px 1px rgba(94,186,227,.34)}.common-section .rating-bar .rating-inner input[type=radio]:checked+label.one-star{background:#e81417}.common-section .rating-bar .rating-inner input[type=radio]:checked+label.two-star{background:#fd4e53}.common-section .rating-bar .rating-inner input[type=radio]:checked+label.three-star{background:#ffbf00}.common-section .rating-bar .rating-inner input[type=radio]:checked+label.four-star{background:#6eba63}.common-section .rating-bar .rating-inner input[type=radio]:checked+label.five-star{background:#42a259}.common-section .rating-bar .rating-inner input[type=radio]:checked+label.do-well-star .fa.fa-check,.common-section .rating-bar .rating-inner input[type=radio]:checked+label.recommend-star .fa.fa-check{display:block}.common-section .rating-bar .rating-inner input[type=radio]:checked+label.do-well-star span,.common-section .rating-bar .rating-inner input[type=radio]:checked+label.recommend-star span{display:none}.common-section .rating-bar .rating-inner input[type=radio]:checked+label.do-well-star span{font-size:14px;margin-top:10px;display:block}@media (max-width:768px){.common-section{margin-bottom:20px}.common-section h3{padding-bottom:0}.common-section h3:after{display:none}.common-section .rating-bar{margin-top:15px;flex-wrap:wrap}.common-section .rating-bar .rating-inner{flex-basis:auto;margin:1%;width:35.33%}.common-section .rating-bar .rating-inner:first-child{width:100%}.common-section .rating-bar .rating-inner label{padding:5px;height:85px;font-size:16px}.common-section .rating-bar .rating-inner label strong{margin-top:4px}}.comment-box textarea{border:2px solid #e3e3e3;min-height:120px;padding:15px;border-radius:5px;color:#333;font-size:16px}@media (max-width:600px){.comment-box textarea{min-height:90px;padding:10px}}.d2c_btn{background:#176ede;color:#fff;display:inline-flex;padding:6px 20px;align-items:center;border-radius:3px}.d2c_btn:after{background:rgba(0,0,0,.15)!important}.d-flex{display:flex}.i-flex{display:inline-flex}.d2c-toast{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 35px 15px 50px;min-width:300px;border-radius:3px 3px 3px 3px;background-position:15px;background-repeat:no-repeat;background-size:24px;box-shadow:0 0 12px #999;color:#fff;width:auto;max-width:100%}.d2c-toast.toast-success{background-size:18px}.d2c-toast.info{background-color:#2f96b4}.d2c-toast.progressbar{background-color:#000;background-image:url(https://d8it4huxumps7.cloudfront.net/uploads/images/progress-loader.svg);background-size:25px}.toast-close-button{position:absolute;right:10px;top:10px;float:right;font-size:20px;font-weight:700;color:#fff;text-shadow:0 1px 0 #fff}.d-flex-between{display:flex;justify-content:space-between}.align-center{display:flex;align-items:center}.align-item-start{align-items:flex-start}.vertical-align{display:flex;align-items:center;justify-content:center}.mce-last:not(.mce-first) .mce-flow-layout-item>*{display:none!important}.justify-content-center{justify-content:center!important}.justify-space-between{justify-content:space-between}.justify-flex-start{justify-content:flex-start!important}.justify-flex-end{justify-content:flex-end}.align-items-center{align-items:center}.flex-grow{flex-grow:1}.flex-wrap{flex-wrap:wrap}@media (max-width:768px){.recommend-section .rating-bar .rating-inner{width:23%}}.d2c-progress{height:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.d2c-progress .d2c-progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#333;text-align:right;background-color:#176ede;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);transition:width .6s ease;-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:40px 40px}@-webkit-keyframes progress-bar-stripes{0%{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{0%{background-position:0 0}to{background-position:40px 0}}.toast-check{height:32px;width:32px;line-height:28px;border:1.7px solid;border-radius:50%;text-align:center;margin-right:12px;font-size:19px}.fa{font-family:FontAwesome!important}.owl-dots{position:absolute;width:100%;text-align:center;bottom:0}.owl-dots .owl-dot{padding:4px 2px;margin:0 2px;display:inline-block}.owl-dots .owl-dot span{height:6px;cursor:pointer;width:6px;padding:0;display:inline-block;border-radius:4px;background:rgba(0,0,0,.3);transition:.5s}.owl-dots .owl-dot.active span{background:#525252;width:28px}.owl-dots .owl-dot:focus{background:none!important}.animation-duration{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.data-delay-1{-webkit-animation-delay:.05s;animation-delay:.05s}.animated.data-delay-2{-webkit-animation-delay:.1s;animation-delay:.1s}.animated.data-delay-3{-webkit-animation-delay:.15s;animation-delay:.15s}.animated.data-delay-4{-webkit-animation-delay:.2s;animation-delay:.2s}.animated.data-delay-5{-webkit-animation-delay:.25s;animation-delay:.25s}.animated.data-delay-6{-webkit-animation-delay:.3s;animation-delay:.3s}.animated.data-delay-7{-webkit-animation-delay:.35s;animation-delay:.35s}.animated.data-delay-8{-webkit-animation-delay:.4s;animation-delay:.4s}.animated.data-delay-9{-webkit-animation-delay:.45s;animation-delay:.45s}.animated.data-delay-10{-webkit-animation-delay:.5s;animation-delay:.5s}.tesetcase-status{display:inline-block;height:28px;width:28px;color:#fff;border-radius:50%;font-size:18px;line-height:28px;position:relative}.tesetcase-status.pending{position:relative}.tesetcase-status.pending:after{content:"";position:absolute;top:5%;left:5%;width:90%;height:90%;border-top:2px solid #848484;border-radius:50%;border-right:2px solid #848484;border-bottom:2px solid transparent;-webkit-animation:move 1s linear infinite forwards;animation:move 1s linear infinite forwards}@-webkit-keyframes move{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes move{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.circle_hover{transition:transform .1s ease-out,background .2s;position:relative}.circle_hover img{transition:transform .3s ease-in}.circle_hover:after{position:absolute;width:85%;height:85%;border-radius:50%;content:"";box-sizing:content-box;top:0;left:0;padding:0;box-shadow:0 0 0 2px hsla(0,0%,100%,.1);opacity:0;margin:auto;right:0;bottom:0}@-webkit-keyframes meEffect{0%{opacity:.3}40%{opacity:.5;box-shadow:0 0 0 2px hsla(0,0%,100%,.1),0 0 2px 2px rgba(0,0,0,.2),0 0 0 2px hsla(0,0%,100%,.5)}to{box-shadow:0 0 0 2px hsla(0,0%,100%,.1),0 0 2px 2px rgba(0,0,0,.2),0 0 0 2px hsla(0,0%,100%,.5);-webkit-transform:scale(1.5);opacity:0}}@keyframes meEffect{0%{opacity:.3}40%{opacity:.5;box-shadow:0 0 0 2px hsla(0,0%,100%,.1),0 0 2px 2px rgba(0,0,0,.2),0 0 0 2px hsla(0,0%,100%,.5)}to{box-shadow:0 0 0 2px hsla(0,0%,100%,.1),0 0 2px 2px rgba(0,0,0,.2),0 0 0 2px hsla(0,0%,100%,.5);transform:scale(1.5);opacity:0}}.d2c-shadow{border-radius:5px;box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);padding:12px}.force-invalid{border-bottom:1px solid #f44336!important;box-shadow:0 1px 0 0 #f44336!important}@media (max-width:600px){.cf-outer-div{top:0!important;z-index:99999!important}.frame-close{top:-2px!important}}.country-selector{opacity:1!important;height:100%!important}.ngx-mat-tel-input-container{height:50px;border-radius:8px;margin-bottom:0;box-sizing:border-box;box-shadow:none;border:1px solid #9e9e9e;color:#176ede;font-size:14px;font-weight:600}.mat-menu-content{overflow:auto}.mat-menu-panel{background:#fff;max-height:400px!important;box-shadow:0 2px 12px 4px rgba(0,0,0,.12);width:280px}input.country-search{box-sizing:border-box;margin-bottom:0}.country-list-button{padding:10px 12px!important;font-size:14px!important;transition:.4s!important}.country-list-button:hover{background-color:#f3f3f3}.mat-divider{border-color:#ccc}.icon-wrapper{padding-right:15px!important}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:999999999999}.ngx-mat-tel-input-container input:not(.country-search){padding:0 6px 0 100px;height:50px}.ngx-mat-tel-input-container input:not(.country-search):active,.ngx-mat-tel-input-container input:not(.country-search):focus,.ngx-mat-tel-input-container input:not(.country-search):hover{border:0!important;box-shadow:none!important}