/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animated.repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animated.delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animated.delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animated.delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animated.delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animated.delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animated.faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animated.fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animated.slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animated.slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.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;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}.style_footer__1MpMF{position:relative;background:#173d7a;padding:20px 0}.style_footer__1MpMF .style_footerWrap__3jAxy{margin:0 auto;max-width:1480px;min-width:280px}@media only screen and (min-width:1399px){.style_footer__1MpMF .style_footerWrap__3jAxy{padding:0 40px}}@media only screen and (min-width:991px){.style_footer__1MpMF .style_footerWrap__3jAxy{padding:0 20px}}@media only screen and (max-width:991px){.style_footer__1MpMF .style_footerWrap__3jAxy{padding:0 20px}}.style_footer__1MpMF .style_footerGrid__1jJJ-{position:relative;display:flex;align-items:center;justify-content:space-between;margin:0 -20px}@media only screen and (max-width:991px){.style_footer__1MpMF .style_footerGrid__1jJJ-{flex-direction:column;justify-content:center}}.style_footer__1MpMF .style_footerItem__1pK5p{position:relative;display:block;padding:0 20px}@media only screen and (max-width:991px){.style_footer__1MpMF .style_footerItem__1pK5p+.style_footerItem__1pK5p{margin:10px 0 0}}.style_footer__1MpMF .style_footerCopy__3rOiR{position:relative;display:block;color:#fff;font-family:Manrope,sans-serif;font-weight:400;line-height:150%}@media only screen and (min-width:991px){.style_footer__1MpMF .style_footerCopy__3rOiR{font-size:14px}}@media only screen and (min-width:767px)and (max-width:991px){.style_footer__1MpMF .style_footerCopy__3rOiR{font-size:12px;text-align:center}}@media only screen and (max-width:767px){.style_footer__1MpMF .style_footerCopy__3rOiR{font-size:12px;text-align:center}}.style_footer__1MpMF .style_footerCopy__3rOiR span{display:inline-block}@media only screen and (max-width:991px){.style_footer__1MpMF .style_footerCopy__3rOiR span{display:block}}.style_footer__1MpMF .style_footerInfo__dN1q1{position:relative;display:block;color:#fff;font-family:Manrope,sans-serif;font-weight:400;line-height:150%}@media only screen and (min-width:991px){.style_footer__1MpMF .style_footerInfo__dN1q1{font-size:14px}}@media only screen and (min-width:767px)and (max-width:991px){.style_footer__1MpMF .style_footerInfo__dN1q1{font-size:12px;text-align:center}}@media only screen and (max-width:767px){.style_footer__1MpMF .style_footerInfo__dN1q1{font-size:12px;text-align:center}}.style_footer__1MpMF .style_footerInfo__dN1q1:hover{color:#3d5afe}.style_burger__1ME3V{cursor:pointer;margin:0 auto;position:relative;width:24px;height:15px}.style_burger__1ME3V:hover .style_itemBurger__1lCDN{border-top:3px solid #173d7a}.style_burger__1ME3V.style_active__2rm2W .style_itemBurger__1lCDN{border-top:3px solid #fff}.style_burger__1ME3V.style_active__2rm2W .style_itemBurgerTop__9elKL{-webkit-backface-visibility:hidden;backface-visibility:hidden;top:calc(50% - 1px);transform:rotate(45deg)}.style_burger__1ME3V.style_active__2rm2W .style_itemBurgerMiddle__1yjhK{opacity:0}.style_burger__1ME3V.style_active__2rm2W .style_itemBurgerBottom__1hXic{-webkit-backface-visibility:hidden;backface-visibility:hidden;top:calc(50% - 1px);transform:rotate(-405deg);width:24px}.style_itemBurger__1lCDN{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute;left:0;border-top:3px solid #3d5afe;width:24px;transition:all .3s ease;border-radius:50px}.style_itemBurgerTop__9elKL{top:0}.style_itemBurgerMiddle__1yjhK{top:6px}.style_itemBurgerBottom__1hXic{top:12px;width:18px}.style_btn__244eG{position:relative;display:flex;align-items:center}@media only screen and (max-width:991px){.style_btn__244eG{margin:0 -10px}}.style_btn__244eG .style_btnItem__328NG{position:relative}@media only screen and (max-width:991px){.style_btn__244eG .style_btnItem__328NG{padding:0 10px}.style_btn__244eG .style_btnItemBtn__35X0J{display:none}}.style_btn__244eG .style_btnItemBurger__Z_bct{display:none}@media only screen and (max-width:991px){.style_btn__244eG .style_btnItemBurger__Z_bct{display:block}}.style_logo__2AtQ9{position:relative;display:inline-flex;align-items:center;transition:opacity .3s ease;cursor:pointer}.style_logo__2AtQ9:hover{opacity:.7}@media only screen and (min-width:991px){.style_logo__2AtQ9 .style_logoImg__2BPXj{max-height:48px}}@media only screen and (min-width:767px)and (max-width:991px){.style_logo__2AtQ9 .style_logoImg__2BPXj{max-height:40px}}@media only screen and (max-width:767px){.style_logo__2AtQ9 .style_logoImg__2BPXj{max-height:35px}}.style_logo__2AtQ9 .style_logoName__lZSQC{position:relative;display:block;line-height:100%;color:#173d7a;font-weight:800;padding:0 0 0 15px}@media only screen and (min-width:1399px){.style_logo__2AtQ9 .style_logoName__lZSQC{font-size:22px}}@media only screen and (min-width:1199px)and (max-width:1399px){.style_logo__2AtQ9 .style_logoName__lZSQC{font-size:18px}}@media only screen and (min-width:991px)and (max-width:1199px){.style_logo__2AtQ9 .style_logoName__lZSQC{font-size:14px}}@media only screen and (min-width:767px)and (max-width:991px){.style_logo__2AtQ9 .style_logoName__lZSQC{font-size:14px}}@media only screen and (max-width:767px){.style_logo__2AtQ9 .style_logoName__lZSQC{font-size:12px}}.style_menu__3gpjA{position:relative;display:flex;align-items:center;margin:0 -40px}@media only screen and (min-width:1199px)and (max-width:1399px){.style_menu__3gpjA{margin:0 -30px}}@media only screen and (min-width:991px)and (max-width:1199px){.style_menu__3gpjA{margin:0 -15px}}.style_menu__3gpjA .style_menuItem__3P4b5{position:relative;display:block;padding:0 40px}@media only screen and (min-width:1199px)and (max-width:1399px){.style_menu__3gpjA .style_menuItem__3P4b5{padding:0 30px}}@media only screen and (min-width:991px)and (max-width:1199px){.style_menu__3gpjA .style_menuItem__3P4b5{padding:0 15px}}.style_menu__3gpjA a{position:relative;display:inline-block;font:700 14px/130% Manrope,sans-serif;color:#173d7a;transition:color .3s ease;white-space:nowrap;cursor:pointer}@media only screen and (min-width:991px)and (max-width:1199px){.style_menu__3gpjA a{font-size:14px}}.style_menu__3gpjA a.style_menuLinkActive__3BA24{color:#3d5afe;cursor:default}.style_menu__3gpjA a:hover{color:#3d5afe}.style_mobileMenu__2ZjnV{position:relative}.style_mobileMenu__2ZjnV .style_mobileMenuItem__33S5c{position:relative;padding:20px 0;text-align:left;border-bottom:1px solid #fff}.style_mobileMenu__2ZjnV .style_mobileMenuLink__1Mwp4{position:relative;display:inline-flex;height:100%;align-items:center;color:#fff;transition:color .3s ease;font:700 18px/130% Manrope,sans-serif;white-space:nowrap;cursor:pointer}.style_mobileMenu__2ZjnV .style_mobileMenuLink__1Mwp4.style_mobileMenuLinkActive__3hKKj{color:#173d7a;cursor:default}.style_mobileMenu__2ZjnV .style_mobileMenuLink__1Mwp4:hover{color:#173d7a}.style_logo__3KsYU{position:relative;display:inline-flex;align-items:center;transition:opacity .3s ease;cursor:pointer}.style_logo__3KsYU:hover{opacity:.7}@media only screen and (min-width:991px){.style_logo__3KsYU .style_logoImg__1BDPW{max-height:48px}}@media only screen and (min-width:767px)and (max-width:991px){.style_logo__3KsYU .style_logoImg__1BDPW{max-height:40px}}@media only screen and (max-width:767px){.style_logo__3KsYU .style_logoImg__1BDPW{max-height:35px}}.style_logo__3KsYU .style_logoName__1gAjH{position:relative;display:block;line-height:100%;color:#fff;font-weight:800;padding:0 0 0 15px}@media only screen and (min-width:1399px){.style_logo__3KsYU .style_logoName__1gAjH{font-size:22px}}@media only screen and (min-width:1199px)and (max-width:1399px){.style_logo__3KsYU .style_logoName__1gAjH{font-size:18px}}@media only screen and (min-width:991px)and (max-width:1199px){.style_logo__3KsYU .style_logoName__1gAjH{font-size:14px}}@media only screen and (min-width:767px)and (max-width:991px){.style_logo__3KsYU .style_logoName__1gAjH{font-size:14px}}@media only screen and (max-width:767px){.style_logo__3KsYU .style_logoName__1gAjH{font-size:12px}}.style_gridTop__3LQML{position:relative;display:flex;align-items:center;justify-content:space-between;margin:0 0 16px;height:90px;padding:20px 0}@media only screen and (max-width:991px){.style_gridTop__3LQML{margin:0 -10px}}@media only screen and (max-width:767px){.style_gridTop__3LQML{height:70px;padding:16px 0}}@media only screen and (max-width:575px){.style_gridTop__3LQML{height:60px;padding:10px 0;margin-bottom:16px}}.style_gridTop__3LQML .style_gridTopItem__3efLM{position:relative;display:flex;align-items:center}@media only screen and (max-width:991px){.style_gridTop__3LQML .style_gridTopItem__3efLM{padding:0 10px}}.style_header__18h94{position:absolute;top:0;right:0;left:0;width:100%;display:block;z-index:99}.style_header__18h94 .style_headerMain__2BKa1{position:relative;background:transparent;display:block;animation-name:style_opacityHeader__3HQQQ;animation-duration:.3s;animation-fill-mode:both;animation-timing-function:ease;overflow:hidden}@keyframes style_opacityHeader__3HQQQ{0%{opacity:0}to{opacity:1}}.style_header__18h94 .style_headerSticky__2Xm1B{background:#fff;position:absolute;top:-100px;right:0;left:0;opacity:0;display:none;overflow:hidden;box-shadow:0 2px 4px 0 rgba(53,54,56,.1)}.style_header__18h94 .style_headerWrap___E-7a{margin:0 auto;max-width:1480px;min-width:280px}@media only screen and (min-width:1399px){.style_header__18h94 .style_headerWrap___E-7a{padding:0 40px}}@media only screen and (min-width:991px){.style_header__18h94 .style_headerWrap___E-7a{padding:0 20px}}@media only screen and (max-width:991px){.style_header__18h94 .style_headerWrap___E-7a{padding:0 20px}}.style_header__18h94 .style_headerGridWrap__S5CiD{position:relative;display:block;margin:0 -20px}@media only screen and (min-width:1199px)and (max-width:1399px){.style_header__18h94 .style_headerGridWrap__S5CiD{margin:0 -20px}}@media only screen and (min-width:991px)and (max-width:1199px){.style_header__18h94 .style_headerGridWrap__S5CiD{margin:0 -15px}}@media only screen and (max-width:767px){.style_header__18h94 .style_headerGridWrap__S5CiD{margin:0 -10px}}.style_header__18h94 .style_headerGrid__2Sxn9{position:relative;display:flex;justify-content:space-between;align-items:center;padding:15px 0}@media only screen and (max-width:767px){.style_header__18h94 .style_headerGrid__2Sxn9{padding:12px 0}}@media only screen and (max-width:575px){.style_header__18h94 .style_headerGrid__2Sxn9{padding:10px 0}}.style_header__18h94 .style_headerItem__1SxSC{position:relative;padding:0 20px;display:flex;align-items:center}@media only screen and (min-width:1199px)and (max-width:1399px){.style_header__18h94 .style_headerItem__1SxSC{padding:0 20px}}@media only screen and (min-width:991px)and (max-width:1199px){.style_header__18h94 .style_headerItem__1SxSC{padding:0 15px}}@media only screen and (max-width:767px){.style_header__18h94 .style_headerItem__1SxSC{padding:0 10px}}@media only screen and (max-width:991px){.style_header__18h94 .style_headerItem__1SxSC.style_headerItemMenu__CvK9C{display:none}}.style_mobile__UzmUR{display:none}@media only screen and (max-width:991px){.style_mobile__UzmUR{display:block;position:fixed;background:#3d5afe;top:0;right:-100%;bottom:0;height:100%;width:100%;overflow-y:auto;padding:0 16px 40px;transition:right .3s ease;z-index:999}.style_mobile__UzmUR.style_active__oxQom{right:0}}.style_mobileGrid__2SbQx{position:relative;display:block}.style_mobileTop__2Ph4j{position:relative}.style_window__3R2Ha{position:relative;z-index:1}.style_window__3R2Ha .style_windowContainer__12H7A{position:relative;display:block}@media only screen and (min-width:991px){.style_window__3R2Ha .style_windowContainer__12H7A{padding:150px 0 130px}}@media only screen and (min-width:767px)and (max-width:991px){.style_window__3R2Ha .style_windowContainer__12H7A{padding:130px 0 100px}}@media only screen and (max-width:767px){.style_window__3R2Ha .style_windowContainer__12H7A{padding:110px 0 80px}}.style_window__3R2Ha .style_windowWrap__OPUrc{margin:0 auto;max-width:1480px;min-width:280px}@media only screen and (min-width:1399px){.style_window__3R2Ha .style_windowWrap__OPUrc{padding:0 40px}}@media only screen and (min-width:991px){.style_window__3R2Ha .style_windowWrap__OPUrc{padding:0 20px}}@media only screen and (max-width:991px){.style_window__3R2Ha .style_windowWrap__OPUrc{padding:0 20px}}.style_window__3R2Ha .style_windowGrid__1eG1Z{position:relative;display:flex;align-items:center;margin:0 -20px}@media only screen and (max-width:767px){.style_window__3R2Ha .style_windowGrid__1eG1Z{flex-direction:column}}.style_window__3R2Ha .style_windowItem__45E1p{position:relative;display:block;padding:0 20px}.style_window__3R2Ha .style_windowItem__45E1p.style_windowItemText__3wSgT{width:45.8333333333%}@media only screen and (max-width:767px){.style_window__3R2Ha .style_windowItem__45E1p.style_windowItemText__3wSgT{width:100%}}.style_window__3R2Ha .style_windowItem__45E1p.style_windowItemImg__1iY58{width:54.1666666667%}@media only screen and (max-width:767px){.style_window__3R2Ha .style_windowItem__45E1p.style_windowItemImg__1iY58{width:100%;order:-1;margin:0 0 40px}}.style_window__3R2Ha .style_windowItem__45E1p.style_windowItemImg__1iY58 svg{height:auto;display:block;margin:0 auto}@media only screen and (max-width:767px){.style_window__3R2Ha .style_windowItem__45E1p.style_windowItemImg__1iY58 svg{max-width:400px;width:100%}}.style_window__3R2Ha .style_windowText__1trCo{position:relative;display:block;color:#18191f;font-family:Manrope,sans-serif;font-weight:400;line-height:150%;letter-spacing:.03em}@media only screen and (min-width:1399px){.style_window__3R2Ha .style_windowText__1trCo{font-size:46px}}@media only screen and (min-width:1199px)and (max-width:1399px){.style_window__3R2Ha .style_windowText__1trCo{font-size:34px}}@media only screen and (min-width:991px)and (max-width:1199px){.style_window__3R2Ha .style_windowText__1trCo{font-size:32px}}@media only screen and (min-width:767px)and (max-width:991px){.style_window__3R2Ha .style_windowText__1trCo{font-size:24px}}@media only screen and (max-width:767px){.style_window__3R2Ha .style_windowText__1trCo{font-size:20px}}.style_window__3R2Ha .style_windowText__1trCo span{display:block;letter-spacing:0;line-height:100%;font-weight:800;color:#3d5afe;margin:10px 0 0}@media only screen and (min-width:1399px){.style_window__3R2Ha .style_windowText__1trCo span{font-size:76px}}@media only screen and (min-width:1199px)and (max-width:1399px){.style_window__3R2Ha .style_windowText__1trCo span{font-size:56px}}@media only screen and (min-width:991px)and (max-width:1199px){.style_window__3R2Ha .style_windowText__1trCo span{font-size:54px}}@media only screen and (min-width:767px)and (max-width:991px){.style_window__3R2Ha .style_windowText__1trCo span{font-size:36px}}@media only screen and (max-width:767px){.style_window__3R2Ha .style_windowText__1trCo span{font-size:32px}}.style_about__VzYMO{position:relative;padding:120px 0;background:#3d5afe;color:#fff}@media only screen and (min-width:991px){.style_about__VzYMO{padding:120px 0 80px}}@media only screen and (min-width:767px)and (max-width:991px){.style_about__VzYMO{padding:80px 0 40px}}@media only screen and (max-width:767px){.style_about__VzYMO{padding:40px 0 20px}}.style_about__VzYMO .style_aboutContainer__2e1c8{margin:0 auto;max-width:1480px;min-width:280px}@media only screen and (min-width:1399px){.style_about__VzYMO .style_aboutContainer__2e1c8{padding:0 40px}}@media only screen and (min-width:991px){.style_about__VzYMO .style_aboutContainer__2e1c8{padding:0 20px}}@media only screen and (max-width:991px){.style_about__VzYMO .style_aboutContainer__2e1c8{padding:0 20px}}.style_about__VzYMO .style_aboutTopText__2AdfU{position:relative;display:block;color:#fff;font-weight:400;font-family:Manrope,sans-serif;line-height:170%}@media only screen and (min-width:1399px){.style_about__VzYMO .style_aboutTopText__2AdfU{margin:0 0 40px;font-size:18px;max-width:66.6666666667%}}@media only screen and (min-width:1199px)and (max-width:1399px){.style_about__VzYMO .style_aboutTopText__2AdfU{margin:0 0 40px;font-size:18px;max-width:66.6666666667%}}@media only screen and (min-width:991px)and (max-width:1199px){.style_about__VzYMO .style_aboutTopText__2AdfU{margin:0 0 40px;font-size:16px;max-width:83.3333333333%}}@media only screen and (min-width:767px)and (max-width:991px){.style_about__VzYMO .style_aboutTopText__2AdfU{margin:0 0 40px;font-size:16px;max-width:83.3333333333%}}@media only screen and (max-width:767px){.style_about__VzYMO .style_aboutTopText__2AdfU{margin:0 0 20px;font-size:14px;max-width:100%}}.style_about__VzYMO .style_aboutGrid__3Tfe-{position:relative;margin:0 -20px;display:flex;flex-wrap:wrap}.style_about__VzYMO .style_aboutItem__27JsE{position:relative;display:block;padding:0 20px}@media only screen and (min-width:1399px){.style_about__VzYMO .style_aboutItem__27JsE{width:20%;margin:0 0 40px}}@media only screen and (min-width:1199px)and (max-width:1399px){.style_about__VzYMO .style_aboutItem__27JsE{width:20%;margin:0 0 40px}}@media only screen and (min-width:991px)and (max-width:1199px){.style_about__VzYMO .style_aboutItem__27JsE{width:20%;margin:0 0 40px}}@media only screen and (min-width:767px)and (max-width:991px){.style_about__VzYMO .style_aboutItem__27JsE{width:50%;margin:0 0 40px}}@media only screen and (max-width:767px){.style_about__VzYMO .style_aboutItem__27JsE{width:50%;margin:0 0 40px}}@media only screen and (max-width:575px){.style_about__VzYMO .style_aboutItem__27JsE{width:100%;margin:0 0 40px}}.style_about__VzYMO .style_aboutImg__2M4nq{position:relative;display:flex;align-items:center;height:40px}@media only screen and (min-width:991px){.style_about__VzYMO .style_aboutImg__2M4nq{margin:0 0 20px}}@media only screen and (min-width:767px)and (max-width:991px){.style_about__VzYMO .style_aboutImg__2M4nq{margin:0 0 20px}}@media only screen and (max-width:767px){.style_about__VzYMO .style_aboutImg__2M4nq{margin:0 0 10px}}.style_about__VzYMO .style_aboutName__3zoDo{position:relative;display:block;color:#fff;font-weight:600;font-family:Manrope,sans-serif;line-height:150%}@media only screen and (min-width:1399px){.style_about__VzYMO .style_aboutName__3zoDo{font-size:18px}}@media only screen and (min-width:1199px)and (max-width:1399px){.style_about__VzYMO .style_aboutName__3zoDo{font-size:16px}}@media only screen and (min-width:991px)and (max-width:1199px){.style_about__VzYMO .style_aboutName__3zoDo{font-size:16px}}@media only screen and (min-width:767px)and (max-width:991px){.style_about__VzYMO .style_aboutName__3zoDo{font-size:16px}}@media only screen and (max-width:767px){.style_about__VzYMO .style_aboutName__3zoDo{font-size:16px}}.style_advantages__GnT8T{position:relative;background:#f4f7fa;color:#3d5afe}@media only screen and (min-width:991px){.style_advantages__GnT8T{padding:120px 0 80px}}@media only screen and (min-width:767px)and (max-width:991px){.style_advantages__GnT8T{padding:80px 0 40px}}@media only screen and (max-width:767px){.style_advantages__GnT8T{padding:40px 0 20px}}.style_advantages__GnT8T .style_advantagesContainer__2bQ_L{margin:0 auto;max-width:1480px;min-width:280px}@media only screen and (min-width:1399px){.style_advantages__GnT8T .style_advantagesContainer__2bQ_L{padding:0 40px}}@media only screen and (min-width:991px){.style_advantages__GnT8T .style_advantagesContainer__2bQ_L{padding:0 20px}}@media only screen and (max-width:991px){.style_advantages__GnT8T .style_advantagesContainer__2bQ_L{padding:0 20px}}.style_advantages__GnT8T .style_advantagesTopText__Qb2lz{position:relative;display:block;color:#18191f;font-weight:400;font-family:Manrope,sans-serif;line-height:170%}@media only screen and (min-width:1399px){.style_advantages__GnT8T .style_advantagesTopText__Qb2lz{margin:0 0 40px;font-size:18px}}@media only screen and (min-width:1199px)and (max-width:1399px){.style_advantages__GnT8T .style_advantagesTopText__Qb2lz{margin:0 0 40px;font-size:18px}}@media only screen and (min-width:991px)and (max-width:1199px){.style_advantages__GnT8T .style_advantagesTopText__Qb2lz{margin:0 0 40px;font-size:16px}}@media only screen and (min-width:767px)and (max-width:991px){.style_advantages__GnT8T .style_advantagesTopText__Qb2lz{margin:0 0 40px;font-size:16px}}@media only screen and (max-width:767px){.style_advantages__GnT8T .style_advantagesTopText__Qb2lz{margin:0 0 20px;font-size:14px}}.style_advantages__GnT8T .style_advantagesGrid__1Uyxj{position:relative;margin:0 -20px;display:flex;flex-wrap:wrap}.style_advantages__GnT8T .style_advantagesItem__3IaS0{position:relative;display:block;padding:0 20px}@media only screen and (min-width:1399px){.style_advantages__GnT8T .style_advantagesItem__3IaS0{width:33.3333333333%;margin:0 0 40px}}@media only screen and (min-width:1199px)and (max-width:1399px){.style_advantages__GnT8T .style_advantagesItem__3IaS0{width:33.3333333333%;margin:0 0 40px}}@media only screen and (min-width:991px)and (max-width:1199px){.style_advantages__GnT8T .style_advantagesItem__3IaS0{width:50%;margin:0 0 40px}}@media only screen and (min-width:767px)and (max-width:991px){.style_advantages__GnT8T .style_advantagesItem__3IaS0{width:50%;margin:0 0 40px}}@media only screen and (max-width:767px){.style_advantages__GnT8T .style_advantagesItem__3IaS0{width:100%;margin:0 0 20px}}.style_advantages__GnT8T .style_advantagesItemWrap__1RWO0{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;height:100%;background:#fff;border-radius:8px}@media only screen and (min-width:991px){.style_advantages__GnT8T .style_advantagesItemWrap__1RWO0{padding:40px}}@media only screen and (min-width:767px)and (max-width:991px){.style_advantages__GnT8T .style_advantagesItemWrap__1RWO0{padding:40px 20px}}@media only screen and (max-width:767px){.style_advantages__GnT8T .style_advantagesItemWrap__1RWO0{padding:20px}}.style_advantages__GnT8T .style_advantagesImg__2opQ2{position:relative;display:flex;align-items:center;justify-content:center;width:100%}@media only screen and (min-width:991px){.style_advantages__GnT8T .style_advantagesImg__2opQ2{margin:0 0 40px;height:240px}}@media only screen and (min-width:767px)and (max-width:991px){.style_advantages__GnT8T .style_advantagesImg__2opQ2{margin:0 0 40px;height:200px}}@media only screen and (max-width:767px){.style_advantages__GnT8T .style_advantagesImg__2opQ2{margin:0 0 20px;height:180px}}@media only screen and (min-width:991px){.style_advantages__GnT8T .style_advantagesImg__2opQ2 img{max-height:220px}}@media only screen and (min-width:767px)and (max-width:991px){.style_advantages__GnT8T .style_advantagesImg__2opQ2 img{max-height:160px}}@media only screen and (max-width:767px){.style_advantages__GnT8T .style_advantagesImg__2opQ2 img{max-height:120px}}.style_advantages__GnT8T .style_advantagesTitle__3IXK1{position:relative;display:block;font-family:Manrope,sans-serif;color:#18191f;font-weight:600;line-height:130%;margin:0 0 15px}@media only screen and (min-width:1399px){.style_advantages__GnT8T .style_advantagesTitle__3IXK1{font-size:22px}}@media only screen and (min-width:1199px)and (max-width:1399px){.style_advantages__GnT8T .style_advantagesTitle__3IXK1{font-size:20px}}@media only screen and (min-width:991px)and (max-width:1199px){.style_advantages__GnT8T .style_advantagesTitle__3IXK1{font-size:18px}}@media only screen and (min-width:767px)and (max-width:991px){.style_advantages__GnT8T .style_advantagesTitle__3IXK1{font-size:18px}}@media only screen and (max-width:767px){.style_advantages__GnT8T .style_advantagesTitle__3IXK1{font-size:16px}}.style_advantages__GnT8T .style_advantagesText__3YiSg{position:relative;display:block;font-family:Manrope,sans-serif;color:#18191f;font-weight:400;line-height:150%;margin:0 0 15px}@media only screen and (min-width:1399px){.style_advantages__GnT8T .style_advantagesText__3YiSg{font-size:14px}}@media only screen and (min-width:1199px)and (max-width:1399px){.style_advantages__GnT8T .style_advantagesText__3YiSg{font-size:14px}}@media only screen and (min-width:991px)and (max-width:1199px){.style_advantages__GnT8T .style_advantagesText__3YiSg{font-size:12px}}@media only screen and (min-width:767px)and (max-width:991px){.style_advantages__GnT8T .style_advantagesText__3YiSg{font-size:12px}}@media only screen and (max-width:767px){.style_advantages__GnT8T .style_advantagesText__3YiSg{font-size:12px}}.style_tenders__2_Roy{position:relative;padding:120px 0;background:#fff;color:#3d5afe}@media only screen and (min-width:991px){.style_tenders__2_Roy{padding:120px 0}}@media only screen and (min-width:767px)and (max-width:991px){.style_tenders__2_Roy{padding:80px 0}}@media only screen and (max-width:767px){.style_tenders__2_Roy{padding:40px 0}}.style_tenders__2_Roy .style_tendersContainer__1pWcS{margin:0 auto;max-width:1480px;min-width:280px}@media only screen and (min-width:1399px){.style_tenders__2_Roy .style_tendersContainer__1pWcS{padding:0 40px}}@media only screen and (min-width:991px){.style_tenders__2_Roy .style_tendersContainer__1pWcS{padding:0 20px}}@media only screen and (max-width:991px){.style_tenders__2_Roy .style_tendersContainer__1pWcS{padding:0 20px}}.style_tenders__2_Roy .style_tendersTopText__3xazu{position:relative;display:block;color:#18191f;font-weight:400;font-family:Manrope,sans-serif;line-height:170%}@media only screen and (min-width:1399px){.style_tenders__2_Roy .style_tendersTopText__3xazu{margin:0 0 40px;font-size:18px}}@media only screen and (min-width:1199px)and (max-width:1399px){.style_tenders__2_Roy .style_tendersTopText__3xazu{margin:0 0 40px;font-size:18px}}@media only screen and (min-width:991px)and (max-width:1199px){.style_tenders__2_Roy .style_tendersTopText__3xazu{margin:0 0 40px;font-size:16px}}@media only screen and (min-width:767px)and (max-width:991px){.style_tenders__2_Roy .style_tendersTopText__3xazu{margin:0 0 40px;font-size:16px}}@media only screen and (max-width:767px){.style_tenders__2_Roy .style_tendersTopText__3xazu{margin:0 0 20px;font-size:14px}}.style_tenders__2_Roy .style_tendersGrid__3CWtB{position:relative;display:flex;margin:0 -20px}@media only screen and (max-width:767px){.style_tenders__2_Roy .style_tendersGrid__3CWtB{flex-wrap:wrap}}.style_tenders__2_Roy .style_tendersItem__2v50L{position:relative;display:block;padding:0 20px}@media only screen and (min-width:991px){.style_tenders__2_Roy .style_tendersItem__2v50L.style_tendersItemText__fo6nk{width:52.5%}}@media only screen and (min-width:767px)and (max-width:991px){.style_tenders__2_Roy .style_tendersItem__2v50L.style_tendersItemText__fo6nk{width:52.5%}}@media only screen and (max-width:767px){.style_tenders__2_Roy .style_tendersItem__2v50L.style_tendersItemText__fo6nk{width:100%}}.style_tenders__2_Roy .style_tendersItem__2v50L.style_tendersItemImg__3PtOM{display:flex;justify-content:center;align-items:flex-start}@media only screen and (min-width:991px){.style_tenders__2_Roy .style_tendersItem__2v50L.style_tendersItemImg__3PtOM{width:47.5%}}@media only screen and (min-width:767px)and (max-width:991px){.style_tenders__2_Roy .style_tendersItem__2v50L.style_tendersItemImg__3PtOM{width:47.5%}}@media only screen and (max-width:767px){.style_tenders__2_Roy .style_tendersItem__2v50L.style_tendersItemImg__3PtOM{width:100%;margin:40px 0 0}}.style_tenders__2_Roy .style_tendersItem__2v50L.style_tendersItemImg__3PtOM img{margin:0 0 0 -40px}@media only screen and (max-width:767px){.style_tenders__2_Roy .style_tendersItem__2v50L.style_tendersItemImg__3PtOM img{max-height:350px;margin:0 0 0 -20px}}.style_tenders__2_Roy .style_tendersEl__1P3Q_,.style_tenders__2_Roy .style_tendersList__2Bpl4{position:relative;display:block}@media only screen and (min-width:991px){.style_tenders__2_Roy .style_tendersEl__1P3Q_+.style_tendersEl__1P3Q_{margin:30px 0 0}}@media only screen and (min-width:767px)and (max-width:991px){.style_tenders__2_Roy .style_tendersEl__1P3Q_+.style_tendersEl__1P3Q_{margin:20px 0 0}}@media only screen and (max-width:767px){.style_tenders__2_Roy .style_tendersEl__1P3Q_+.style_tendersEl__1P3Q_{margin:20px 0 0}}.style_tenders__2_Roy .style_tendersElText__aabpQ{position:relative;display:block;padding:0 0 10px;color:#18191f;font-weight:400;font-family:Manrope,sans-serif;line-height:170%}@media only screen and (min-width:1399px){.style_tenders__2_Roy .style_tendersElText__aabpQ{font-size:20px}}@media only screen and (min-width:1199px)and (max-width:1399px){.style_tenders__2_Roy .style_tendersElText__aabpQ{font-size:18px}}@media only screen and (min-width:991px)and (max-width:1199px){.style_tenders__2_Roy .style_tendersElText__aabpQ{font-size:18px}}@media only screen and (min-width:767px)and (max-width:991px){.style_tenders__2_Roy .style_tendersElText__aabpQ{font-size:16px}}@media only screen and (max-width:767px){.style_tenders__2_Roy .style_tendersElText__aabpQ{font-size:14px}}.style_tenders__2_Roy .style_tendersElText__aabpQ:before{content:"";position:absolute;bottom:0;left:0;width:20px;height:4px;background:#3d5afe}.style_maps__3RCcG{padding:40px 0;position:relative;height:450px;background-color:#fff;width:100%}@media only screen and (max-width:767px){.style_maps__3RCcG{height:380px}}.style_maps__3RCcG .style_mapsBody__VdQp6{top:0;left:0;right:0;bottom:0;position:absolute;width:100%;height:100%}.style_contacts__2TlQT{position:relative;background:#f4f7fa;color:#3d5afe}@media only screen and (min-width:991px){.style_contacts__2TlQT{padding:120px 0 0}}@media only screen and (min-width:767px)and (max-width:991px){.style_contacts__2TlQT{padding:80px 0 0}}@media only screen and (max-width:767px){.style_contacts__2TlQT{padding:40px 0 0}}.style_contacts__2TlQT .style_contactsContainer__3_Lo1{margin:0 auto;max-width:1480px;min-width:280px}@media only screen and (min-width:1399px){.style_contacts__2TlQT .style_contactsContainer__3_Lo1{padding:0 40px}}@media only screen and (min-width:991px){.style_contacts__2TlQT .style_contactsContainer__3_Lo1{padding:0 20px}}@media only screen and (max-width:991px){.style_contacts__2TlQT .style_contactsContainer__3_Lo1{padding:0 20px}}.style_contacts__2TlQT .style_contactsGrid__1GDLM{position:relative;display:flex;margin:0 -20px}@media only screen and (min-width:991px){.style_contacts__2TlQT .style_contactsGrid__1GDLM{padding:0 0 120px}}@media only screen and (min-width:767px)and (max-width:991px){.style_contacts__2TlQT .style_contactsGrid__1GDLM{padding:0 0 80px;flex-wrap:wrap}}@media only screen and (max-width:767px){.style_contacts__2TlQT .style_contactsGrid__1GDLM{padding:0 0 40px;flex-wrap:wrap}}.style_contacts__2TlQT .style_contactsItem__WjX3F{position:relative;display:block;padding:0 20px;width:50%}@media only screen and (min-width:767px)and (max-width:991px){.style_contacts__2TlQT .style_contactsItem__WjX3F{width:100%}}@media only screen and (max-width:767px){.style_contacts__2TlQT .style_contactsItem__WjX3F{width:100%}}.style_contacts__2TlQT .style_contactsItem__WjX3F:first-child .style_contactsItemWrap__2u84c{padding:0 20px 0 0}@media only screen and (min-width:767px)and (max-width:991px){.style_contacts__2TlQT .style_contactsItem__WjX3F+.style_contactsItem__WjX3F{margin:40px 0 0}}@media only screen and (max-width:767px){.style_contacts__2TlQT .style_contactsItem__WjX3F+.style_contactsItem__WjX3F{margin:40px 0 0}}.style_contacts__2TlQT .style_contactsText__3bICI{position:relative;display:block;color:#18191f;font-weight:400;font-family:Manrope,sans-serif;line-height:170%}@media only screen and (min-width:1399px){.style_contacts__2TlQT .style_contactsText__3bICI{margin:0 0 80px;font-size:18px}}@media only screen and (min-width:1199px)and (max-width:1399px){.style_contacts__2TlQT .style_contactsText__3bICI{margin:0 0 80px;font-size:18px}}@media only screen and (min-width:991px)and (max-width:1199px){.style_contacts__2TlQT .style_contactsText__3bICI{margin:0 0 60px;font-size:16px}}@media only screen and (min-width:767px)and (max-width:991px){.style_contacts__2TlQT .style_contactsText__3bICI{margin:0 0 40px;font-size:16px}}@media only screen and (max-width:767px){.style_contacts__2TlQT .style_contactsText__3bICI{margin:0 0 20px;font-size:14px}}.style_contacts__2TlQT .style_contactsBtn__lUeA4,.style_contacts__2TlQT .style_contactsRow__3HOcR{position:relative;display:block}@media only screen and (min-width:991px){.style_contacts__2TlQT .style_contactsRow__3HOcR+.style_contactsRow__3HOcR{margin:32px 0 0}}@media only screen and (min-width:767px)and (max-width:991px){.style_contacts__2TlQT .style_contactsRow__3HOcR+.style_contactsRow__3HOcR{margin:20px 0 0}}@media only screen and (max-width:767px){.style_contacts__2TlQT .style_contactsRow__3HOcR+.style_contactsRow__3HOcR{margin:20px 0 0}}.style_contacts__2TlQT .style_contactsIcon__2FS0S{position:relative;display:block;margin:0 0 12px}.style_contacts__2TlQT .style_contactsDesc__12ULp{position:relative;display:block;color:#18191f;font-weight:400;font-family:Manrope,sans-serif;line-height:170%}@media only screen and (min-width:1399px){.style_contacts__2TlQT .style_contactsDesc__12ULp{font-size:24px}}@media only screen and (min-width:1199px)and (max-width:1399px){.style_contacts__2TlQT .style_contactsDesc__12ULp{font-size:22px}}@media only screen and (min-width:991px)and (max-width:1199px){.style_contacts__2TlQT .style_contactsDesc__12ULp{font-size:20px}}@media only screen and (min-width:767px)and (max-width:991px){.style_contacts__2TlQT .style_contactsDesc__12ULp{font-size:18px}}@media only screen and (max-width:767px){.style_contacts__2TlQT .style_contactsDesc__12ULp{font-size:16px}}.style_contacts__2TlQT a.style_contactsDesc__12ULp:hover{color:#3d5afe}.style_sections__1svTP{position:relative;display:block}.style_topBtn__3eBRN{position:fixed;z-index:90;bottom:-100px;right:20px;background:hsla(0,0%,100%,.7);height:60px;width:60px;border-radius:50%;overflow:hidden;cursor:pointer;transition:background .3s ease,bottom .3s ease-in-out;box-shadow:0 2px 4px 0 rgba(53,54,56,.1)}@media only screen and (max-width:767px){.style_topBtn__3eBRN{height:50px;width:50px}}.style_topBtn__3eBRN:hover{background:#fff}.style_topBtn__3eBRN:before{content:"";position:absolute;background-image:url(/_next/static/media/arrows.617eeb2cbb8bbe685e33db820efaf98a.svg);background-position:50% 50%;background-size:cover;background-repeat:no-repeat;height:32px;width:33px;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-90deg)}@media only screen and (max-width:767px){.style_topBtn__3eBRN:before{height:22px;width:23px}}