.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-30px)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-15px)}90%{transform:translateY(-4px)}}.bounce{transform-origin:bottom;animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scale(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{transform:scale(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translate(0,0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.swing{transform-origin:top;animation-name:swing}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale3d(.9,.9,.9)rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1)rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1)rotate(-3deg)}to{transform:scale(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate(-25%)rotate(-5deg)}30%{transform:translate(20%)rotate(3deg)}45%{transform:translate(-15%)rotate(-3deg)}60%{transform:translate(10%)rotate(2deg)}75%{transform:translate(-5%)rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{11.1%{transform:none}22.2%{transform:skew(-12.5deg)skewY(-12.5deg)}33.3%{transform:skew(6.25deg)skewY(6.25deg)}44.4%{transform:skew(-3.125deg)skewY(-3.125deg)}55.5%{transform:skew(1.5625deg)skewY(1.5625deg)}66.6%{transform:skew(-.78125deg)skewY(-.78125deg)}77.7%{transform:skew(.390625deg)skewY(.390625deg)}88.8%{transform:skew(-.195313deg)skewY(-.195313deg)}to{transform:none}}.jello{transform-origin:50%;animation-name:jello}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:translate(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:translate(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-20px)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-2000px)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(20px)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(2000px)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px)rotateY(-360deg)}40%{animation-timing-function:ease-out;transform:perspective(400px)translateZ(150px)rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px)translateZ(150px)rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px)scale3d(.95,.95,.95)}to{animation-timing-function:ease-in;transform:perspective(400px)}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateY(-20deg)}60%{opacity:1;transform:perspective(400px)rotateY(10deg)}80%{transform:perspective(400px)rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateY(-15deg)}to{opacity:0;transform:perspective(400px)rotateY(90deg)}}.flipOutY{animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedIn{0%{opacity:0;transform:translate(100%)skew(-30deg)}60%{opacity:1;transform:skew(20deg)}80%{opacity:1;transform:skew(-5deg)}to{opacity:1;transform:none}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{opacity:0;transform:translate(100%)skew(30deg)}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:50%;opacity:0;transform:rotate(-200deg)}to{transform-origin:50%;opacity:1;transform:none}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:0 100%;opacity:0;transform:rotate(-45deg)}to{transform-origin:0 100%;opacity:1;transform:none}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:100% 100%;opacity:0;transform:rotate(45deg)}to{transform-origin:100% 100%;opacity:1;transform:none}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:0 100%;opacity:0;transform:rotate(45deg)}to{transform-origin:0 100%;opacity:1;transform:none}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:100% 100%;opacity:0;transform:rotate(-90deg)}to{transform-origin:100% 100%;opacity:1;transform:none}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:50%;opacity:1}to{transform-origin:50%;opacity:0;transform:rotate(200deg)}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:0 100%;opacity:1}to{transform-origin:0 100%;opacity:0;transform:rotate(45deg)}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:100% 100%;opacity:1}to{transform-origin:100% 100%;opacity:0;transform:rotate(-45deg)}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:0 100%;opacity:1}to{transform-origin:0 100%;opacity:0;transform:rotate(-45deg)}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:100% 100%;opacity:1}to{transform-origin:100% 100%;opacity:0;transform:rotate(90deg)}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:0 0;animation-timing-function:ease-in-out}20%,60%{transform-origin:0 0;animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{transform-origin:0 0;opacity:1;animation-timing-function:ease-in-out;transform:rotate(60deg)}to{opacity:0;transform:translateY(700px)}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate(-100%)rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate(100%)rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInStable{0%{opacity:0;transform:scale3d(.3,.3,.3)}33.333%{opacity:1;transform:scale3d(1.1,1.1,1.1)}66.6667%{opacity:1;transform:scale(1)}}.zoomInStable{animation-name:zoomInStable}@keyframes zoomInDown{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(60px)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(10px)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(-10px)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(-60px)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(-60px)}to{opacity:0;transform-origin:bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(2000px)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(42px)}to{opacity:0;transform-origin:0;transform:scale(.1)translate(-2000px)}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(-42px)}to{opacity:0;transform-origin:100%;transform:scale(.1)translate(2000px)}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(60px)}to{opacity:0;transform-origin:bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(-2000px)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{visibility:visible;transform:translateY(-100%)}to{transform:translate(0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{visibility:visible;transform:translate(-100%)}to{transform:translate(0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{visibility:visible;transform:translate(100%)}to{transform:translate(0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{visibility:visible;transform:translateY(100%)}to{transform:translate(0,0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(100%)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-100%)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(100%)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-100%)}}.slideOutUp{animation-name:slideOutUp}@keyframes anime{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}
@keyframes rotateme{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rotateme{0%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes rotateme{0%{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@-o-keyframes rotateme{0%{-o-transform:rotate(0)}to{-o-transform:rotate(360deg)}}.rotate-me{-ms-animation-name:rotateme;-ms-animation-duration:24s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;animation-name:rotateme;animation-duration:24s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes textRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.text-rotate-box{animation:10s linear infinite alternate forwards textRotate}@keyframes shine{to{left:125%}}@keyframes circle{0%{opacity:1}40%{opacity:1}to{opacity:0;width:200%;height:200%}}@keyframes float-bob{0%{transform:translate(-100px)}50%{transform:translate(-10px)}to{transform:translate(-100px)}}.float-bob{-ms-animation-name:float-bob;-ms-animation-duration:7s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;animation-name:float-bob;animation-duration:7s;animation-timing-function:linear;animation-iteration-count:infinite}.zoominout{-ms-animation-name:zoomInOut;-ms-animation-duration:3s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:ease-in-out;animation-name:zoomInOut;animation-duration:3s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}@-webkit-keyframes zoomInOut{0%{opacity:0;transform:rotate(0)scale(.7)}50%{opacity:1;transform:rotate(180deg)scale(1)}to{opacity:0;transform:rotate(360deg)scale(.7)}}@keyframes banner-animate{0%{transform:translate(-1000px)}50%{transform:translate(-10px)}to{transform:translate(-1000px)}}.banner-animate{-ms-animation-name:banner-animate;-ms-animation-duration:70s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;animation-name:banner-animate;animation-duration:70s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes ripple{70%{box-shadow:0 0 0 40px #0aa5cd00}to{box-shadow:0 0 #0aa5cd00}}@keyframes float-bob-y{0%{transform:translateY(-20px)}50%{transform:translateY(-10px)}to{transform:translateY(-20px)}}.float-bob-y{animation-name:float-bob-y;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes footerTree{0%,to{transform:rotate(0)translate(0)}25%,75%{transform:rotate(5deg)translate(15px)}50%{transform:rotate(10deg)translate(30px)}}.footertree{animation:5s ease-in infinite footerTree}@keyframes rotateScale{0%{transform:rotate(0)scale(1)}to{transform:rotate(360deg)}}.rotatescale{-ms-animation-name:rotateScale;-ms-animation-duration:20s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;animation-name:rotateScale;animation-duration:20s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes shapeMover{0%,to{transform:perspective(400px)translateY(0)rotate(0)translateZ(0)translate(0)}50%{transform:perspective(400px)rotate(0)translateZ(20px)translateY(20px)translate(20px)}}@-webkit-keyframes shapeMover{0%,to{transform:perspective(400px)translateY(0)rotate(0)translateZ(0)translate(0)}50%{transform:perspective(400px)rotate(-45deg)translateZ(20px)translateY(20px)translate(20px)}}.shape-mover{perspective:100px;transform-origin:50%;animation-name:shapeMover;animation-duration:10s;animation-timing-function:linear;animation-iteration-count:infinite;animation-delay:2s}.zoom-fade{-ms-animation-name:zoom-fade;-ms-animation-duration:5s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;animation-name:zoom-fade;animation-duration:5s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes zoom-fade{0%{transform:scale(.9)translate(-50%)}50%{transform:scale(1)translate(-50%)}to{transform:scale(.9)translate(-50%)}}.zoom-fade-2{-ms-animation-name:zoom-fade-2;-ms-animation-duration:5s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;animation-name:zoom-fade-2;animation-duration:5s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes zoom-fade-2{0%{transform:scale(.9)translate(0%)translateY(0%)}50%{transform:scale(1)translate(0%)translateY(0%)}to{transform:scale(.9)translate(0%)translateY(0%)}}@keyframes ImgBounce{0%{transform:translateY(0)}to{transform:translateY(-30px)}}.img-bounce{animation:5s ease-in-out infinite alternate ImgBounce}@keyframes float-bob-x{0%{transform:translate(-30px)}50%{transform:translate(-10px)}to{transform:translate(-30px)}}.float-bob-x{animation-name:float-bob-x;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes float-bob-x-2{0%{transform:translate(-30px)translateY(-50%)}50%{transform:translate(-10px)translateY(-50%)}to{transform:translate(-30px)translateY(-50%)}}.float-bob-x-2{animation-name:float-bob-x-2;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes float-bob-y-2{0%{transform:translateY(-20px)rotate(90deg)}50%{transform:translateY(-10px)rotate(90deg)}to{transform:translateY(-20px)rotate(90deg)}}.float-bob-y-2{animation-name:float-bob-y-2;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes leftRight{0%{transform:translate(0)}50%{transform:translate(10px)}to{transform:translate(0)}}@keyframes topBottom{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes shapeTopBottom{0%{transform:rotate(45deg)translateY(0)}25%{transform:rotate(43deg)translateY(-20px)}50%{transform:rotate(45deg)translateY(-40px)}75%{transform:rotate(43deg)translateY(-20px)}to{transform:rotate(45deg)translateY(0)}}
@font-face{font-family:icomoon;src:url(../media/icomoon.12a97f72.eot);src:url(../media/icomoon.12a97f72.eot)format("embedded-opentype"),url(../media/icomoon.3cf4a8fd.ttf)format("truetype"),url(../media/icomoon.8cab5c1e.woff)format("woff"),url(../media/icomoon.da8585b4.svg)format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\ icon-]{speak:never;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:icomoon!important}.icon-information-technology:before{content:""}.icon-define:before{content:""}.icon-seminar:before{content:""}.icon-solution:before{content:""}.icon-it-processing:before{content:""}.icon-software-development:before{content:""}.icon-cybersecurity:before{content:""}.icon-emergency:before{content:""}.icon-encrypted:before{content:""}.icon-planning:before{content:""}.icon-cyber-threat:before{content:""}.icon-data-recovery:before{content:""}.icon-computer:before{content:""}.icon-data-security:before{content:""}.icon-data-management:before{content:""}.icon-computer-1:before{content:""}.icon-connected-cloudscape:before{content:""}.icon-infrastructure:before{content:""}.icon-talk:before{content:""}.icon-booking:before{content:""}.icon-computer-2:before{content:""}.icon-technology:before{content:""}.icon-efficiency:before{content:""}.icon-growth:before{content:""}.icon-technology-1:before{content:""}.icon-event:before{content:""}.icon-right-down:before{content:""}.icon-down-arrow:before{content:""}.icon-right:before{content:""}.icon-check:before{content:""}.icon-approved:before{content:""}.icon-dialog .path1:before{content:"";color:#bf6149}.icon-dialog .path2:before{content:"";color:#fff;margin-left:-1em}.icon-left-arrow:before{content:""}.icon-right-arrow:before{content:""}.icon-expand-arrows:before{content:""}.icon-double-quotes:before{content:""}.icon-star:before{content:""}.icon-star-1:before{content:""}.icon-dollar:before{content:""}.icon-remove:before{content:""}.icon-phone:before{content:""}.icon-envelope:before{content:""}.icon-pin:before{content:""}.icon-time:before{content:""}.icon-more:before{content:""}.icon-left-arrow-1:before{content:""}.icon-right-arrow-1:before{content:""}.icon-pinterest:before{content:""}.icon-linkedin:before{content:""}.icon-twitter:before{content:""}.icon-facebook:before{content:""}.icon-left:before{content:""}.icon-calendar:before{content:""}.icon-star-2:before{content:""}.icon-play-buttton:before{content:""}.icon-home:before{content:""}.icon-trophy:before{content:""}.icon-award:before{content:""}.icon-achievement:before{content:""}.icon-trophy-1:before{content:""}.icon-tag:before{content:""}.icon-add-plus-button:before{content:""}.icon-plus:before{content:""}.icon-checked:before{content:""}.icon-prev:before{content:""}.icon-next:before{content:""}.icon-speech-bubble:before{content:""}.icon-search:before{content:""}.icon-search-1:before{content:""}.icon-check-1:before{content:""}.icon-reply:before{content:""}.icon-reply-arrow:before{content:""}.icon-user:before{content:""}.icon-blog:before{content:""}.icon-write:before{content:""}.icon-resume:before{content:""}.icon-contact:before{content:""}.icon-live-chat:before{content:""}.icon-clock:before{content:""}.icon-location-pin:before{content:""}.icon-book:before{content:""}.icon-sparkle:before{content:""}.icon-stars:before{content:""}.icon-arrow-left:before{content:""}.icon-diamonds:before{content:""}.icon-badge:before{content:""}.icon-shopping-cart:before{content:""}.icon-zoom-in:before{content:""}.icon-heart:before{content:""}.icon-cross:before{content:""}.icon-plus1:before{content:""}.icon-minus:before{content:""}.icon-investment:before{content:""}.icon-money-bag:before{content:""}.icon-buddy:before{content:""}.icon-search1:before{content:""}.icon-share:before{content:""}.icon-planing:before{content:""}.icon-experience:before{content:""}.icon-user-experience:before{content:""}.icon-social-media:before{content:""}.icon-quote:before{content:""}.icon-budget:before{content:""}.icon-content-management:before{content:""}.icon-cooperation:before{content:""}.icon-profit:before{content:""}.icon-brain:before{content:""}.icon-talk1:before{content:""}.icon-financial-profit:before{content:""}.icon-efficacy:before{content:""}.icon-financial-profit-1 .path1:before{content:"";color:#ef314c}.icon-financial-profit-1 .path2:before{content:"";color:#bb193b;margin-left:-1em}.icon-financial-profit-1 .path3:before{content:"";color:#ffdc00;margin-left:-1em}.icon-financial-profit-1 .path4:before{content:"";color:#fec108;margin-left:-1em}.icon-financial-profit-1 .path5:before{content:"";color:#ffdc00;margin-left:-1em}.icon-financial-profit-1 .path6:before{content:"";color:#fec108;margin-left:-1em}.icon-financial-profit-1 .path7:before{content:"";color:#ffdc00;margin-left:-1em}.icon-financial-profit-1 .path8:before{content:"";color:#fec108;margin-left:-1em}.icon-financial-profit-1 .path9:before{content:"";color:#ffdc00;margin-left:-1em}.icon-financial-profit-1 .path10:before{content:"";color:#fec108;margin-left:-1em}.icon-financial-profit-1 .path11:before{content:"";color:#ffdc00;margin-left:-1em}.icon-financial-profit-1 .path12:before{content:"";color:#fec108;margin-left:-1em}.icon-financial-profit-1 .path13:before{content:"";color:#ffdc00;margin-left:-1em}.icon-financial-profit-1 .path14:before{content:"";color:#fec108;margin-left:-1em}.icon-financial-profit-1 .path15:before{content:"";color:#000;margin-left:-1em}.icon-financial-profit-1 .path16:before{content:"";color:#000;margin-left:-1em}.icon-financial-profit-1 .path17:before{content:"";color:#000;margin-left:-1em}.icon-financial-profit-1 .path18:before{content:"";color:#000;margin-left:-1em}.icon-financial-profit-1 .path19:before{content:"";color:#000;margin-left:-1em}.icon-financial-profit-1 .path20:before{content:"";color:#000;margin-left:-1em}.icon-financial-profit-1 .path21:before{content:"";color:#000;margin-left:-1em}.icon-promotion .path1:before{content:"";color:#00ccf2}.icon-promotion .path2:before{content:"";color:#00ccf2;margin-left:-1em}.icon-promotion .path3:before{content:"";color:#ffbe52;margin-left:-1em}.icon-promotion .path4:before{content:"";color:#ff6371;margin-left:-1em}.icon-promotion .path5:before{content:"";color:#fed2a4;margin-left:-1em}.icon-promotion .path6:before{content:"";color:#ff9357;margin-left:-1em}.icon-promotion .path7:before{content:"";color:#fff;margin-left:-1em}.icon-promotion .path8:before{content:"";color:#000;margin-left:-1em}.icon-promotion .path9:before{content:"";color:#000;margin-left:-1em}.icon-promotion .path10:before{content:"";color:#000;margin-left:-1em}.icon-cooperation-1 .path1:before{content:"";color:#ffe678}.icon-cooperation-1 .path2:before{content:"";color:#ffd248;margin-left:-1em}.icon-cooperation-1 .path3:before{content:"";color:#ffd248;margin-left:-1em}.icon-cooperation-1 .path4:before{content:"";color:#fcbe14;margin-left:-1em}.icon-cooperation-1 .path5:before{content:"";color:#ffe678;margin-left:-1em}.icon-cooperation-1 .path6:before{content:"";color:#ffd248;margin-left:-1em}.icon-cooperation-1 .path7:before{content:"";color:#6478ff;margin-left:-1em}.icon-cooperation-1 .path8:before{content:"";color:#6478ff;margin-left:-1em}.icon-cooperation-1 .path9:before{content:"";color:#fce2d4;margin-left:-1em}.icon-cooperation-1 .path10:before{content:"";color:#fcd8c0;margin-left:-1em}.icon-cooperation-1 .path11:before{content:"";color:#788cff;margin-left:-1em}.icon-cooperation-1 .path12:before{content:"";color:#6478ff;margin-left:-1em}.icon-cooperation-1 .path13:before{content:"";color:#f9ba8f;margin-left:-1em}.icon-cooperation-1 .path14:before{content:"";color:#fcd8c0;margin-left:-1em}.icon-cooperation-1 .path15:before{content:"";color:#fcd8c0;margin-left:-1em}.icon-cooperation-1 .path16:before{content:"";color:#fcd8c0;margin-left:-1em}.icon-cooperation-1 .path17:before{content:"";color:#fce2d4;margin-left:-1em}.icon-cooperation-1 .path18:before{content:"";color:#fce2d4;margin-left:-1em}.icon-cooperation-1 .path19:before{content:"";color:#fce2d4;margin-left:-1em}.icon-cooperation-1 .path20:before{content:"";color:#fccba9;margin-left:-1em}.icon-cooperation-1 .path21:before{content:"";color:#f9ba8f;margin-left:-1em}.icon-cooperation-1 .path22:before{content:"";color:#f9ba8f;margin-left:-1em}.icon-cooperation-1 .path23:before{content:"";color:#f9ba8f;margin-left:-1em}.icon-cooperation-1 .path24:before{content:"";color:#f9ba8f;margin-left:-1em}.icon-cooperation-1 .path25:before{content:"";color:#ffe678;margin-left:-1em}.icon-cooperation-1 .path26:before{content:"";color:#ffd248;margin-left:-1em}.icon-cooperation-1 .path27:before{content:"";color:#f9ac78;margin-left:-1em}.icon-cooperation-1 .path28:before{content:"";color:#fccba9;margin-left:-1em}.icon-cooperation-1 .path29:before{content:"";color:#fccba9;margin-left:-1em}.icon-cooperation-1 .path30:before{content:"";color:#fccba9;margin-left:-1em}.icon-cooperation-1 .path31:before{content:"";color:#f9ba8f;margin-left:-1em}.icon-cooperation-1 .path32:before{content:"";color:#fccba9;margin-left:-1em}.icon-cooperation-1 .path33:before{content:"";color:#000;margin-left:-1em}.icon-data-modelling .path1:before{content:"";color:#ffd15b}.icon-data-modelling .path2:before{content:"";color:#ffc344;margin-left:-1em}.icon-data-modelling .path3:before{content:"";color:#ffd15b;margin-left:-1em}.icon-data-modelling .path4:before{content:"";color:#ffc344;margin-left:-1em}.icon-data-modelling .path5:before{content:"";color:#ffd15b;margin-left:-1em}.icon-data-modelling .path6:before{content:"";color:#ffc344;margin-left:-1em}.icon-data-modelling .path7:before{content:"";color:#ffd15b;margin-left:-1em}.icon-data-modelling .path8:before{content:"";color:#ffc344;margin-left:-1em}.icon-data-modelling .path9:before{content:"";color:#f9f3f1;margin-left:-1em}.icon-data-modelling .path10:before{content:"";color:#f3eae6;margin-left:-1em}.icon-data-modelling .path11:before{content:"";color:#26a6fe;margin-left:-1em}.icon-data-modelling .path12:before{content:"";color:#0593fc;margin-left:-1em}.icon-data-modelling .path13:before{content:"";color:#ffe177;margin-left:-1em}.icon-data-modelling .path14:before{content:"";color:#ffd15b;margin-left:-1em}.icon-data-modelling .path15:before{content:"";color:#ffe177;margin-left:-1em}.icon-data-modelling .path16:before{content:"";color:#ffd15b;margin-left:-1em}.icon-data-modelling .path17:before{content:"";color:#ffe177;margin-left:-1em}.icon-data-modelling .path18:before{content:"";color:#ffd15b;margin-left:-1em}.icon-data-modelling .path19:before{content:"";color:#ffe177;margin-left:-1em}.icon-data-modelling .path20:before{content:"";color:#ffd15b;margin-left:-1em}.icon-data-modelling .path21:before{content:"";color:#000;margin-left:-1em}.icon-data-modelling .path22:before{content:"";color:#000;margin-left:-1em}.icon-data-modelling .path23:before{content:"";color:#000;margin-left:-1em}.icon-data-modelling .path24:before{content:"";color:#000;margin-left:-1em}.icon-data-modelling .path25:before{content:"";color:#000;margin-left:-1em}.icon-data-modelling .path26:before{content:"";color:#000;margin-left:-1em}.icon-data-modelling .path27:before{content:"";color:#000;margin-left:-1em}.icon-data-modelling .path28:before{content:"";color:#000;margin-left:-1em}.icon-data-modelling .path29:before{content:"";color:#000;margin-left:-1em}.icon-data-modelling .path30:before{content:"";color:#000;margin-left:-1em}.icon-data-modelling .path31:before{content:"";color:#000;margin-left:-1em}.icon-data-modelling .path32:before{content:"";color:#000;margin-left:-1em}.icon-data-modelling .path33:before{content:"";color:#000;margin-left:-1em}.icon-data-modelling .path34:before{content:"";color:#000;margin-left:-1em}.icon-data-modelling .path35:before{content:"";color:#000;margin-left:-1em}.icon-data-modelling .path36:before{content:"";color:#000;margin-left:-1em}.icon-data-modelling .path37:before{content:"";color:#000;margin-left:-1em}.icon-data-modelling .path38:before{content:"";color:#000;margin-left:-1em}.icon-data-modelling .path39:before{content:"";color:#000;margin-left:-1em}.icon-data-modelling .path40:before{content:"";color:#000;margin-left:-1em}.icon-data-modelling .path41:before{content:"";color:#000;margin-left:-1em}.icon-salary .path1:before{content:"";color:#eabc6b}.icon-salary .path2:before{content:"";color:#e8ae4d;margin-left:-1em}.icon-salary .path3:before{content:"";color:#ffe07d;margin-left:-1em}.icon-salary .path4:before{content:"";color:#ffddce;margin-left:-1em}.icon-salary .path5:before{content:"";color:#ffcbbe;margin-left:-1em}.icon-salary .path6:before{content:"";color:#f5dbcc;margin-left:-1em}.icon-salary .path7:before{content:"";color:#407093;margin-left:-1em}.icon-salary .path8:before{content:"";color:#000;margin-left:-1em}.icon-salary .path9:before{content:"";color:#000;margin-left:-1em}.icon-briefcase .path1:before{content:"";color:#e6e9ed}.icon-briefcase .path2:before{content:"";color:#fcd770;margin-left:-1em}.icon-briefcase .path3:before{content:"";color:#5cd6b3;margin-left:-1em}.icon-briefcase .path4:before{content:"";color:#ffc729;margin-left:-1em}.icon-briefcase .path5:before{content:"";color:#fcd770;margin-left:-1em}.icon-briefcase .path6:before{content:"";color:#b27946;margin-left:-1em}.icon-briefcase .path7:before{content:"";color:#b27946;margin-left:-1em}.icon-briefcase .path8:before{content:"";color:#cf9e76;margin-left:-1em}.icon-briefcase .path9:before{content:"";color:#fcd770;margin-left:-1em}.icon-briefcase .path10:before{content:"";color:#000;margin-left:-1em}.icon-briefcase .path11:before{content:"";color:#000;margin-left:-1em}.icon-briefcase .path12:before{content:"";color:#000;margin-left:-1em}.icon-briefcase .path13:before{content:"";color:#000;margin-left:-1em}.icon-briefcase .path14:before{content:"";color:#000;margin-left:-1em}.icon-briefcase .path15:before{content:"";color:#000;margin-left:-1em}.icon-briefcase .path16:before{content:"";color:#000;margin-left:-1em}.icon-briefcase .path17:before{content:"";color:#000;margin-left:-1em}.icon-briefcase .path18:before{content:"";color:#000;margin-left:-1em}.icon-briefcase .path19:before{content:"";color:#000;margin-left:-1em}.icon-briefcase .path20:before{content:"";color:#000;margin-left:-1em}.icon-briefcase .path21:before{content:"";color:#000;margin-left:-1em}.icon-briefcase .path22:before{content:"";color:#000;margin-left:-1em}.icon-briefcase .path23:before{content:"";color:#000;margin-left:-1em}.icon-revenue .path1:before{content:"";color:#ffc239}.icon-revenue .path2:before{content:"";color:#ffe693;margin-left:-1em}.icon-revenue .path3:before{content:"";color:#ffe693;margin-left:-1em}.icon-revenue .path4:before{content:"";color:#ffe693;margin-left:-1em}.icon-revenue .path5:before{content:"";color:#5490f5;margin-left:-1em}.icon-revenue .path6:before{content:"";color:#78b22a;margin-left:-1em}.icon-revenue .path7:before{content:"";color:#ffd55d;margin-left:-1em}.icon-revenue .path8:before{content:"";color:#ffd55d;margin-left:-1em}.icon-revenue .path9:before{content:"";color:#953528;margin-left:-1em}.icon-revenue .path10:before{content:"";color:#ffc239;margin-left:-1em}.icon-revenue .path11:before{content:"";color:#ffd55d;margin-left:-1em}.icon-revenue .path12:before{content:"";color:#94d531;margin-left:-1em}.icon-revenue .path13:before{content:"";color:#c64635;margin-left:-1em}.icon-revenue .path14:before{content:"";color:#81b4fc;margin-left:-1em}.icon-revenue .path15:before{content:"";color:#000;margin-left:-1em}.icon-revenue .path16:before{content:"";color:#000;margin-left:-1em}.icon-revenue .path17:before{content:"";color:#000;margin-left:-1em}.icon-revenue .path18:before{content:"";color:#000;margin-left:-1em}.icon-revenue .path19:before{content:"";color:#000;margin-left:-1em}.icon-revenue .path20:before{content:"";color:#000;margin-left:-1em}.icon-revenue .path21:before{content:"";color:#000;margin-left:-1em}.icon-revenue .path22:before{content:"";color:#000;margin-left:-1em}.icon-revenue .path23:before{content:"";color:#000;margin-left:-1em}.icon-revenue .path24:before{content:"";color:#000;margin-left:-1em}.icon-strategy .path1:before{content:"";color:#f9f6f6}.icon-strategy .path2:before{content:"";color:#ecdaec;margin-left:-1em}.icon-strategy .path3:before{content:"";color:#ffba57;margin-left:-1em}.icon-strategy .path4:before{content:"";color:#ffac3e;margin-left:-1em}.icon-strategy .path5:before{content:"";color:#e8834d;margin-left:-1em}.icon-strategy .path6:before{content:"";color:#d66e41;margin-left:-1em}.icon-strategy .path7:before{content:"";color:#e8834d;margin-left:-1em}.icon-strategy .path8:before{content:"";color:#d66e41;margin-left:-1em}.icon-strategy .path9:before{content:"";color:#e8834d;margin-left:-1em}.icon-strategy .path10:before{content:"";color:#d66e41;margin-left:-1em}.icon-strategy .path11:before{content:"";color:#ffba57;margin-left:-1em}.icon-strategy .path12:before{content:"";color:#ffac3e;margin-left:-1em}.icon-strategy .path13:before{content:"";color:#98db7c;margin-left:-1em}.icon-strategy .path14:before{content:"";color:#82d361;margin-left:-1em}.icon-strategy .path15:before{content:"";color:#ff4755;margin-left:-1em}.icon-strategy .path16:before{content:"";color:#fc2b3a;margin-left:-1em}.icon-strategy .path17:before{content:"";color:#000;margin-left:-1em}.icon-strategy .path18:before{content:"";color:#000;margin-left:-1em}.icon-strategy .path19:before{content:"";color:#000;margin-left:-1em}.icon-strategy .path20:before{content:"";color:#000;margin-left:-1em}.icon-strategy .path21:before{content:"";color:#000;margin-left:-1em}.icon-strategy .path22:before{content:"";color:#000;margin-left:-1em}.icon-strategy .path23:before{content:"";color:#000;margin-left:-1em}.icon-strategy .path24:before{content:"";color:#000;margin-left:-1em}.icon-strategy .path25:before{content:"";color:#000;margin-left:-1em}.icon-design-thinking .path1:before{content:"";color:#5cd6b3}.icon-design-thinking .path2:before{content:"";color:#5cd6b3;margin-left:-1em}.icon-design-thinking .path3:before{content:"";color:#ff826e;margin-left:-1em}.icon-design-thinking .path4:before{content:"";color:#ff826e;margin-left:-1em}.icon-design-thinking .path5:before{content:"";color:#aab2bd;margin-left:-1em}.icon-design-thinking .path6:before{content:"";color:#ccd1d9;margin-left:-1em}.icon-design-thinking .path7:before{content:"";color:#e6e9ed;margin-left:-1em}.icon-design-thinking .path8:before{content:"";color:#ffc729;margin-left:-1em}.icon-design-thinking .path9:before{content:"";color:#fcd770;margin-left:-1em}.icon-design-thinking .path10:before{content:"";color:#aab2bd;margin-left:-1em}.icon-design-thinking .path11:before{content:"";color:#ccd1d9;margin-left:-1em}.icon-design-thinking .path12:before{content:"";color:#ccd1d9;margin-left:-1em}.icon-design-thinking .path13:before{content:"";color:#ffeaa7;margin-left:-1em}.icon-design-thinking .path14:before{content:"";color:#e6e9ed;margin-left:-1em}.icon-design-thinking .path15:before{content:"";color:#000;margin-left:-1em}.icon-design-thinking .path16:before{content:"";color:#000;margin-left:-1em}.icon-man .path1:before{content:"";color:#e8916f}.icon-man .path2:before{content:"";color:#d98868;margin-left:-1em}.icon-man .path3:before{content:"";color:#d98868;margin-left:-1em}.icon-man .path4:before{content:"";color:#ebad88;margin-left:-1em}.icon-man .path5:before{content:"";color:#e8916f;margin-left:-1em}.icon-man .path6:before{content:"";color:#47d5e6;margin-left:-1em}.icon-man .path7:before{content:"";color:#22c0d4;margin-left:-1em}.icon-man .path8:before{content:"";color:#dcdfe8;margin-left:-1em}.icon-man .path9:before{content:"";color:#20b5c7;margin-left:-1em}.icon-man .path10:before{content:"";color:#20b5c7;margin-left:-1em}.icon-man .path11:before{content:"";color:#ffd659;margin-left:-1em}.icon-man .path12:before{content:"";color:#ffbd54;margin-left:-1em}.icon-man .path13:before{content:"";color:#d98868;margin-left:-1em}.icon-man .path14:before{content:"";color:#ebad88;margin-left:-1em}.icon-man .path15:before{content:"";color:#e8916f;margin-left:-1em}.icon-man .path16:before{content:"";color:#ff2c5c;margin-left:-1em}.icon-man .path17:before{content:"";color:#e62753;margin-left:-1em}.icon-man .path18:before{content:"";color:#dcdfe8;margin-left:-1em}.icon-man .path19:before{content:"";color:#d6244d;margin-left:-1em}.icon-man .path20:before{content:"";color:#d6244d;margin-left:-1em}.icon-man .path21:before{content:"";color:#ffd659;margin-left:-1em}.icon-man .path22:before{content:"";color:#ffbd54;margin-left:-1em}.icon-man .path23:before{content:"";color:#e8916f;margin-left:-1em}.icon-man .path24:before{content:"";color:#d98868;margin-left:-1em}.icon-man .path25:before{content:"";color:#d98868;margin-left:-1em}.icon-man .path26:before{content:"";color:#ebad88;margin-left:-1em}.icon-man .path27:before{content:"";color:#e8916f;margin-left:-1em}.icon-man .path28:before{content:"";color:#685c79;margin-left:-1em}.icon-man .path29:before{content:"";color:#594f69;margin-left:-1em}.icon-man .path30:before{content:"";color:#ffd659;margin-left:-1em}.icon-man .path31:before{content:"";color:#50475e;margin-left:-1em}.icon-man .path32:before{content:"";color:#50475e;margin-left:-1em}.icon-man .path33:before{content:"";color:#8c4a37;margin-left:-1em}.icon-man .path34:before{content:"";color:#804231;margin-left:-1em}.icon-man .path35:before{content:"";color:#000;margin-left:-1em}.icon-man .path36:before{content:"";color:#000;margin-left:-1em}.icon-man .path37:before{content:"";color:#000;margin-left:-1em}.icon-man .path38:before{content:"";color:#000;margin-left:-1em}.icon-hand .path1:before{content:"";color:#fed2a4}.icon-hand .path2:before{content:"";color:#ffe781;margin-left:-.998047em}.icon-hand .path3:before{content:"";color:#e87288;margin-left:-.998047em}.icon-hand .path4:before{content:"";color:#000;margin-left:-.998047em}.icon-hand .path5:before{content:"";color:#000;margin-left:-.998047em}.icon-hand .path6:before{content:"";color:#000;margin-left:-.998047em}.icon-hand .path7:before{content:"";color:#000;margin-left:-.998047em}.icon-united .path1:before{content:"";color:#fecbaa}.icon-united .path2:before{content:"";color:#fdd559;margin-left:-1em}.icon-united .path3:before{content:"";color:#fecbaa;margin-left:-1em}.icon-united .path4:before{content:"";color:#ff84a7;margin-left:-1em}.icon-united .path5:before{content:"";color:#fedfc5;margin-left:-1em}.icon-united .path6:before{content:"";color:#ffae85;margin-left:-1em}.icon-united .path7:before{content:"";color:#ffae85;margin-left:-1em}.icon-united .path8:before{content:"";color:#fedfc5;margin-left:-1em}.icon-united .path9:before{content:"";color:#fecbaa;margin-left:-1em}.icon-united .path10:before{content:"";color:#83d9ff;margin-left:-1em}.icon-united .path11:before{content:"";color:#000;margin-left:-1em}.icon-united .path12:before{content:"";color:#000;margin-left:-1em}.icon-united .path13:before{content:"";color:#000;margin-left:-1em}.icon-united .path14:before{content:"";color:#000;margin-left:-1em}.icon-united .path15:before{content:"";color:#000;margin-left:-1em}.icon-united .path16:before{content:"";color:#000;margin-left:-1em}.icon-united .path17:before{content:"";color:#000;margin-left:-1em}.icon-united .path18:before{content:"";color:#000;margin-left:-1em}.icon-united .path19:before{content:"";color:#000;margin-left:-1em}.icon-united .path20:before{content:"";color:#000;margin-left:-1em}.icon-united .path21:before{content:"";color:#000;margin-left:-1em}.icon-united .path22:before{content:"";color:#000;margin-left:-1em}.icon-united .path23:before{content:"";color:#000;margin-left:-1em}.icon-united .path24:before{content:"";color:#000;margin-left:-1em}.icon-united .path25:before{content:"";color:#000;margin-left:-1em}.icon-united .path26:before{content:"";color:#000;margin-left:-1em}.icon-united .path27:before{content:"";color:#000;margin-left:-1em}.icon-united .path28:before{content:"";color:#000;margin-left:-1em}.icon-united .path29:before{content:"";color:#000;margin-left:-1em}.icon-united .path30:before{content:"";color:#000;margin-left:-1em}.icon-united .path31:before{content:"";color:#000;margin-left:-1em}.icon-united .path32:before{content:"";color:#000;margin-left:-1em}.icon-united .path33:before{content:"";color:#000;margin-left:-1em}.icon-united .path34:before{content:"";color:#000;margin-left:-1em}.icon-united .path35:before{content:"";color:#000;margin-left:-1em}.icon-united .path36:before{content:"";color:#000;margin-left:-1em}.icon-united .path37:before{content:"";color:#000;margin-left:-1em}.icon-united .path38:before{content:"";color:#000;margin-left:-1em}.icon-process .path1:before{content:"";color:#f2af16}.icon-process .path2:before{content:"";color:#cb0950;margin-left:-1em}.icon-process .path3:before{content:"";color:#019fce;margin-left:-1em}.icon-process .path4:before{content:"";color:#00bfa9;margin-left:-1em}.icon-process .path5:before{content:"";color:#397399;margin-left:-1em}.icon-growth1 .path1:before{content:"";color:#ffd74a}.icon-growth1 .path2:before{content:"";color:#fdbf00;margin-left:-1em}.icon-growth1 .path3:before{content:"";color:#ff7816;margin-left:-1em}.icon-growth1 .path4:before{content:"";color:#127793;margin-left:-1em}.icon-growth1 .path5:before{content:"";color:#ff9f00;margin-left:-1em}.icon-growth1 .path6:before{content:"";color:#0d5e7b;margin-left:-1em}.icon-businessman .path1:before{content:"";color:#ffe257}.icon-businessman .path2:before{content:"";color:#ffe257;margin-left:-1em}.icon-businessman .path3:before{content:"";color:#ffe257;margin-left:-1em}.icon-businessman .path4:before{content:"";color:#f4a14e;margin-left:-1em}.icon-businessman .path5:before{content:"";color:#5c5e70;margin-left:-1em}.icon-businessman .path6:before{content:"";color:#3b3d4c;margin-left:-1em}.icon-businessman .path7:before{content:"";color:#5c5e70;margin-left:-1em}.icon-businessman .path8:before{content:"";color:#ffdc8d;margin-left:-1em}.icon-businessman .path9:before{content:"";color:#ffdc8d;margin-left:-1em}.icon-businessman .path10:before{content:"";color:#e8c57e;margin-left:-1em}.icon-businessman .path11:before{content:"";color:#5c5e70;margin-left:-1em}.icon-businessman .path12:before{content:"";color:#3b3d4c;margin-left:-1em}.icon-businessman .path13:before{content:"";color:#3b3d4c;margin-left:-1em}.icon-businessman .path14:before{content:"";color:#3b3d4c;margin-left:-1em}.icon-businessman .path15:before{content:"";color:#5c5e70;margin-left:-1em}.icon-businessman .path16:before{content:"";color:#3b3d4c;margin-left:-1em}.icon-businessman .path17:before{content:"";color:#5c5e70;margin-left:-1em}.icon-businessman .path18:before{content:"";color:#3b3d4c;margin-left:-1em}.icon-businessman .path19:before{content:"";color:#3b3d4c;margin-left:-1em}.icon-businessman .path20:before{content:"";color:#262833;margin-left:-1em}.icon-businessman .path21:before{content:"";color:#3b3d4c;margin-left:-1em}.icon-businessman .path22:before{content:"";color:#5c5e70;margin-left:-1em}.icon-businessman .path23:before{content:"";color:#bdd9e5;margin-left:-1em}.icon-businessman .path24:before{content:"";color:#ff75b1;margin-left:-1em}.icon-businessman .path25:before{content:"";color:#ff75b1;margin-left:-1em}.icon-businessman .path26:before{content:"";color:#3b3d4c;margin-left:-1em}.icon-businessman .path27:before{content:"";color:#262833;margin-left:-1em}.icon-businessman .path28:before{content:"";color:#262833;margin-left:-1em}.icon-businessman .path29:before{content:"";color:#f4a14e;margin-left:-1em}.icon-businessman .path30:before{content:"";color:#d87d2a;margin-left:-1em}.icon-businessman .path31:before{content:"";color:#e3f4fc;margin-left:-1em}.icon-businessman .path32:before{content:"";color:#e3f4fc;margin-left:-1em}.icon-businessman .path33:before{content:"";color:#262833;margin-left:-1em}.icon-businessman .path34:before{content:"";color:#262833;margin-left:-1em}.icon-businessman .path35:before{content:"";color:#ffdc8d;margin-left:-1em}.icon-businessman .path36:before{content:"";color:#ffdc8d;margin-left:-1em}.icon-coins .path1:before{content:"";color:#ff6b6b}.icon-coins .path2:before{content:"";color:#ff9d21;margin-left:-1em}.icon-coins .path3:before{content:"";color:#ff9d21;margin-left:-1em}.icon-coins .path4:before{content:"";color:#ffcb00;margin-left:-1em}.icon-coins .path5:before{content:"";color:#ff6b6b;margin-left:-1em}.icon-coins .path6:before{content:"";color:#ff1f3d;margin-left:-1em}.icon-coins .path7:before{content:"";color:#ffcb00;margin-left:-1em}.icon-coins .path8:before{content:"";color:#ff9d21;margin-left:-1em}.icon-coins .path9:before{content:"";color:#ffcb00;margin-left:-1em}.icon-coins .path10:before{content:"";color:#ffcb00;margin-left:-1em}.icon-coins .path11:before{content:"";color:#ffe705;margin-left:-1em}.icon-coins .path12:before{content:"";color:#ff9d21;margin-left:-1em}.icon-coins .path13:before{content:"";color:#ffcb00;margin-left:-1em}.icon-coins .path14:before{content:"";color:#ffcb00;margin-left:-1em}.icon-coins .path15:before{content:"";color:#ff9d21;margin-left:-1em}.icon-coins .path16:before{content:"";color:#ffe705;margin-left:-1em}.icon-coins .path17:before{content:"";color:#ffe705;margin-left:-1em}.icon-coins .path18:before{content:"";color:#ffcb00;margin-left:-1em}.icon-coins .path19:before{content:"";color:#ffcb00;margin-left:-1em}.icon-coins .path20:before{content:"";color:#ff9d21;margin-left:-1em}.icon-coins .path21:before{content:"";color:#ffe705;margin-left:-1em}.icon-coins .path22:before{content:"";color:#ffcb00;margin-left:-1em}.icon-coins .path23:before{content:"";color:#ffcb00;margin-left:-1em}.icon-coins .path24:before{content:"";color:#ffcb00;margin-left:-1em}.icon-coins .path25:before{content:"";color:#ff9d21;margin-left:-1em}
