/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__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)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__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)}}.animate__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)}}.animate__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)}}.animate__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)}}.animate__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)}}.animate__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)}}.animate__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)}}.animate__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)}}.animate__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)}}.animate__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}}.animate__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}}.animate__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}}.animate__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}}.animate__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}}.animate__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}}.animate__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}}.animate__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}}.animate__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)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.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)}}.animate__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)}}.animate__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)}}.animate__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)}}.animate__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)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.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)}}.animate__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)}}.animate__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)}}.animate__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)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__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}}.animate__animated.animate__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)}}.animate__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)}}.animate__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}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.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}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.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)}}.animate__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)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__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}}.animate__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)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__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)}}.animate__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)}}.animate__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)}}.animate__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)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__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)}}.animate__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)}}.animate__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)}}.animate__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)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}html{color:#f4f4f4}body{font-family:poppins,century-gothic,sans-serif;line-height:120%;letter-spacing:-.04em;font-size:20px}body *{line-height:inherit}.highlight{position:relative;z-index:1}.highlight:after{content:"";position:absolute;bottom:.07em;z-index:-1;height:.48em;width:100%;left:0;background:linear-gradient(89.97deg,#00a99d .03%,rgba(0,169,157,0) 99.98%)}.main-title,.second-large-title{font-size:60px;line-height:120%;font-weight:900;letter-spacing:-.02em}.second-title{font-size:40px;font-weight:750}.second-title,.third-title{line-height:120%;letter-spacing:-.04em}.third-title{font-size:32px;font-weight:500}.fourth-title{font-size:24px;line-height:30px;font-weight:400}p{line-height:140%}br{line-height:0;height:0;display:block}.hidden{opacity:0!important}.constant-small-width{width:1200px;max-width:100%;margin:0 auto;padding:0 60px}.constant-medium-width{width:1300px}.constant-medium-width,.constant-width{max-width:100%;margin:0 auto;padding:0 60px}.constant-width{width:1450px}.constant-large-width{width:1300px;max-width:100%;margin:0 auto;padding:0 20px}.constant-largest-width{width:1450px;max-width:100%;margin:0 auto;padding:0 20px}@media only screen and (max-width:767px){body{line-height:1;font-size:max(3vw,15px)}.main-title,.second-large-title{font-size:max(7vw,24px);line-height:140%}.second-title{font-size:max(6vw,20px);font-weight:750}.third-title{font-size:max(4vw,18px)}.fourth-title,.third-title{line-height:6vw;font-weight:500}.fourth-title{font-size:max(3vw,15px);margin:10px 0}.constant-large-width,.constant-largest-width,.constant-medium-width,.constant-width{padding:15px}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}button{background:transparent}html{box-sizing:border-box}html *{box-sizing:inherit}a,html *{color:inherit}a{text-decoration:none}a:hover{color:inherit}a:focus,button:focus,input:focus,li:focus,textarea:focus{outline:0}button{border:0;background-color:transparent;cursor:pointer}button:focus{outline:0!important}ul{list-style:none}.layout{background:#06131e;min-height:100vh}.layout.noLayout .footer,.layout.noLayout .header{display:none}.layout.noLayout .page{padding-top:20px}.layout.noLayout .layout-inner{min-height:100vh}.layout.noLayout .banner,.layout.noLayout .branches-menu-container{display:none}.layout-inner{position:relative;max-width:100%;overflow:hidden;min-height:calc(100vh - 42 px100px)}.up-button{position:fixed;left:20px;bottom:20px;z-index:500;padding:5px}.page{padding-top:70px}html{scroll-behavior:smooth}.header{position:fixed;z-index:200;width:100%;background:#0a2133}.header.opacity{transition:background .5s ease-in-out;background:linear-gradient(180deg,#0a2133,rgba(10,33,51,0))}.header-inner{display:flex;align-items:center;justify-content:space-between;height:70px}.header-logo{width:-moz-min-content;width:min-content;height:60px}.header-logo-img{position:relative;height:100%;cursor:pointer}.header-nav{width:75%;align-items:center;justify-content:right}.header-menu,.header-nav{display:flex}.header-menu-item{position:relative;font-size:20px;font-weight:500;margin-left:50px;text-align:center;padding:0}.header-menu-item:last-child{margin-right:0}.header-menu-item:after{content:"";width:0;margin:0 auto;position:absolute;top:100%;left:-2px}.header-menu-item:hover:after{width:100%;transition:width .4s ease-in-out;border:1px solid #01988f;box-shadow:0 2px 2px #01988f;filter:blur(1.2px)}.start-button-mobile{display:none}.start-button{height:50px;min-width:160px;width:auto;padding:0 10px;text-align:center;line-height:50px;background:linear-gradient(90deg,#00a99d,#0a2133);border-radius:16px;white-space:nowrap;font-weight:500;font-size:20px;color:#fff;filter:drop-shadow(0 0 5px rgba(0,169,157,.75))}.header-more{font-size:40px;width:100px;height:60px}.header-extended-menu{display:none;position:absolute;top:99%;max-width:100%;left:0;right:0;justify-content:center;padding:50px;background:rgba(6,19,30,.9);box-shadow:4px 10px 15px -5px rgba(0,169,157,.5);border-radius:0 0 24px 24px}.header-extended-menu.open{display:block}.header-extended-menu li{margin-top:30px;text-align:center;font-weight:100}.header-extended-menu-inner{display:flex;justify-content:space-around;width:1200px;max-width:100%;margin:0 auto}.header-hamburger,.header-mobile-menu{display:none}.header-mobile-menu-item .third-title{font-size:24px}.header-mobile-menu-item a{font-size:16px}@media only screen and (max-width:1200px){.header-menu-item{margin-left:20px}}@media only screen and (max-width:1000px){.header-inner{padding:0 15px}.header-logo{height:45px}}@media only screen and (max-width:900px){.header-nav{flex:1 1}.header-menu{flex:1 1;justify-content:space-around}.header-menu-item{margin-left:0}.header-more{width:40px}.start-button{display:none}.start-button-mobile{display:block;margin-top:20px;margin-left:auto;height:50px;padding:0 10px;text-align:center;line-height:50px;background:linear-gradient(90deg,#00a99d,#0a2133);border-radius:16px;white-space:nowrap;font-weight:500;font-size:20px;color:#fff;width:100%;max-width:120px;filter:drop-shadow(0 0 5px rgba(0,169,157,.75))}}@media only screen and (max-width:767px){.header-inner{padding:0 5px;height:90px;justify-content:space-between}.header-logo img{width:auto}.header-hamburger{display:block}.header-hamburger i{position:relative;top:-4px}.header-nav{display:none}.header-extended-menu.open{transition:background .5s ease-in-out}.mobile-language-select-container{padding:20px}.mobile-language-select-container .third-title{position:relative;font-size:24px;display:inline-block;margin-bottom:10px}.mobile-language-select-container .third-title i{position:relative;top:-5px;margin-right:10px}.mobile-language-select-container .third-title:after{content:"";margin:0 auto;position:absolute;top:100%;left:0;right:0;width:100%;transition:width .4s ease-in-out;border:2px solid #01988f;box-shadow:0 2px 6px #01988f;filter:blur(1px)}.mobile-lang-select li{margin-bottom:10px}.mobile-lang-select li .lang-select-icon{margin-right:10px}body.header-mobile-open{overflow:hidden}body.header-mobile-open:after{content:"";position:fixed;z-index:700;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.7)}.header-mobile-menu{display:none;position:fixed;z-index:2000;top:0;right:0;bottom:0;overflow:hidden;height:100%;width:min(300px,70vw);justify-content:center;background:#1f2a34;box-shadow:-2px 0 4px #00a99d;border-radius:16px 0 0 16px}.header-mobile-menu.open{display:block}.header-mobile-menu-close{height:70px;justify-content:flex-end;align-items:center;display:flex}.header-mobile-menu-close img{width:40px}.header-mobile-nav{height:calc(100vh - 300px);padding-right:30px;overflow:auto}.header-mobile-menu-list{text-align:right}.header-mobile-menu-item{margin-top:20px}.header-mobile-menu-item .third-title{position:relative;display:inline-block}.header-mobile-menu-item .third-title:after{content:"";width:0;margin:0 auto;position:absolute;top:100%;right:15px}.header-mobile-menu-item.open .third-title:after{width:calc(100% - 10px);transition:width .4s ease-in-out;border:2px solid #01988f;box-shadow:0 2px 6px #01988f;filter:blur(1px)}.header-mobile-menu-item.open ul{display:block}.header-mobile-menu-item ul{display:none}.header-mobile-menu-item ul li{margin-top:30px;font-size:max(14px,3vw);padding-right:20px}.header-mobile-menu-item ul li:last-child{margin-bottom:30px}.header-mobile-menu-item .sh{position:relative;top:-1vw}}.lang-select{position:relative;width:100px;margin-left:10px;cursor:pointer}.lang-select .lang-select-button{text-align:left}.lang-select:hover .lang-select-list{width:100px;display:block;border-radius:0 0 16px 16px}.lang-select-list,.lang-select:hover .lang-select-button{background:#06131e}.lang-select-list{display:none;position:absolute;top:99%;left:0;right:0}.lang-select-list .lang-select-item{margin:10px}.lang-select-icon{display:inline-block;overflow:hidden;width:25px;height:25px;line-height:25px;border-radius:50%;margin-right:10px}.lang-select-button{width:100px;height:70px;padding-left:20px;line-height:70px}.lang-select-button>i{position:relative;top:5px}.lang-select-item{margin:15px 0 0}.lang-select-link{margin-top:20px}.lang-select-item-text{font-weight:600;font-size:24px;line-height:120%}.footer{position:relative;height:42 px;padding:50px 0 0;background-size:cover;background-repeat:no-repeat;color:#f4f4f4}.footer:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#06131e,rgba(0,0,0,.65))}.footer h3{font-size:18px;font-weight:700;padding:15px 0}.footer li{font-size:14px}.footer p{font-size:18px}.footer .badge{margin-top:10px}.footer .badge:first-child{margin-top:20px}.footer .badge img{height:45px}.footer-inner{position:relative;width:1000px;max-width:100%;margin:0 auto;padding:0 50px;z-index:10;display:flex;justify-content:space-around;align-items:stretch}.footer-inner>div{padding:10px}.footer-site-map{flex:1 1}.footer-site-map>h3{text-align:center;border-bottom:1px solid hsla(0,0%,100%,.3);padding:0 0 15px;margin-bottom:0;margin-top:5px}.footer-site-map-list{display:flex;justify-content:space-between}.footer-site-map-list li{margin-bottom:20px;font-weight:200}.footer-site-map-list li>a{font-size:14px;font-weight:300}.footer-site-map-list li:last-child{margin-bottom:0}.footer-language{margin-left:100px}.footer-language li{text-align:center}.footer-language>h3{text-align:center;border-bottom:1px solid hsla(0,0%,100%,.3);padding:0 0 15px;margin-bottom:0;margin-top:5px}.footer-logo{margin-top:11px;height:54px}.footer-right{width:320px;direction:rtl}.footer-right-inner{direction:ltr;width:200px}.footer-right-inner .fourth-title{font-size:14px;font-weight:300}.footer-right-inner .social-media{margin-top:10px;width:100%;margin-bottom:40px}.footer-right-inner .social-media .fi{font-size:45px}.footer-right-inner .social-media .fi.fi-linkedin{position:relative;top:-4px;left:-2px;font-size:55px}.footer-right-inner .social-media-item{padding:0 5px;margin-right:5px;margin-left:5px}.footer-right-inner .badge{margin-top:5px}.footer-right-inner .badge img{height:55px}.footer-right-address{font-size:12px!important;font-weight:300!important;line-height:14px}.footer-right-address strong{font-weight:600!important}.footer-bottom{position:relative;z-index:10;height:107px;align-items:center;display:flex;width:1000px;max-width:100%;margin:0 auto;padding:0 50px}.footer-bottom .sh{margin-right:6px}.footer-bottom p{font-weight:275;margin-bottom:14px;padding-bottom:1px;border-bottom:1px solid hsla(0,0%,100%,.3)}.footer-bottom a,.footer-bottom p{font-size:12px;line-height:120%;letter-spacing:-.04em;color:#f4f4f4}.footer-bottom a{vertical-align:top;font-weight:300;text-transform:capitalize}@media only screen and (max-width:1000px)and (min-width:767px){.footer{height:auto}.footer-inner{flex-direction:column;padding:0 15px;justify-content:center}.footer-left{display:flex;width:auto}.footer-left .footer-logo{margin-right:10px}.footer-left h3{margin-left:10px;display:none}.footer-site-map{width:90vw}.footer-right{align-self:center}.footer-right-inner{display:flex;width:100%;align-items:center;justify-content:space-around}.footer-language,.footer-right-address{display:none}}@media only screen and (max-width:767px){.footer{height:auto;margin-top:10vw}.footer-language,.footer-right-address{display:none}.footer-inner{flex-direction:column;justify-content:center;padding:0 15px}.footer-inner>div{padding:0 10px}.footer-left{padding:0;width:100%;text-align:center}.footer-left p{font-size:14px}.footer-left p,.footer-site-map{margin-top:10px}.footer-right{width:100%;align-self:center}.footer-right-inner{width:100%;text-align:center;align-items:center}.footer-right-inner,.footer-right-inner .social-media{justify-content:center}.footer-right-inner .footer-social-media{padding:0;width:100%}.footer-right-inner .footer-social-media-inner{display:flex;justify-content:space-around}}@media only screen and (max-width:475px){.footer-site-map{width:100%}.footer-site-map-list{flex-direction:column;align-items:center}.footer-site-map-list>div{margin-right:0!important;margin-left:0!important}.footer-site-map-list>div ul li{text-align:center;margin-bottom:20px}.footer-social-media-inner{flex-direction:column}.footer-social-media-inner>*{margin-bottom:20px}.footer-bottom{padding:10px}.footer-bottom .sh{display:block!important;min-width:68px!important}}.fi.fi-btc:before{font-family:fonticon;content:""}.fi.fi-down-caret:before{font-family:fonticon;content:""}.fi.fi-down:before{font-family:fonticon;content:""}.fi.fi-ethereum:before{font-family:fonticon;content:""}.fi.fi-facebook:before{font-family:fonticon;content:""}.fi.fi-infinite:before{font-family:fonticon;content:""}.fi.fi-instagram:before{font-family:fonticon;content:""}.fi.fi-left:before{font-family:fonticon;content:""}.fi.fi-linkedin:before{font-family:fonticon;content:""}.fi.fi-litecoin:before{font-family:fonticon;content:""}.fi.fi-monero:before{font-family:fonticon;content:""}.fi.fi-phone:before{font-family:fonticon;content:""}.fi.fi-pin:before{font-family:fonticon;content:""}.fi.fi-right-caret-two:before{font-family:fonticon;content:""}.fi.fi-right-caret:before{font-family:fonticon;content:""}.fi.fi-right:before{font-family:fonticon;content:""}.fi.fi-tether:before{font-family:fonticon;content:""}.fi.fi-twitter:before{font-family:fonticon;content:""}.fi.fi-zcash:before{font-family:fonticon;content:""}@font-face{font-family:fonticon;font-display:swap;src:url(/assets/fonts/font-icon/fonticon.ttf?s=1_0_0) format("truetype"),url(/assets/fonts/font-icon/fonticon.woff?s=1_0_0) format("woff")}.fi{font-family:fonticon,serif;width:30px;display:inline;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sh.sh-address{background-position:0 0;width:82px;height:111px}.sh.sh-address,.sh.sh-clock-small{background-image:url(/assets/images/sprite.png);background-image:url(/assets/images/sprite.png?a=4)!important;display:inline-block;vertical-align:sub}.sh.sh-clock-small{background-position:-267px -151px;width:36px;height:36px}.sh.sh-clock-two{background-position:-85px 0;width:90px;height:90px}.sh.sh-clock,.sh.sh-clock-two{background-image:url(/assets/images/sprite.png);background-image:url(/assets/images/sprite.png?a=4)!important;display:inline-block;vertical-align:sub}.sh.sh-clock{background-position:0 -188px;width:61px;height:61px}.sh.sh-english{background-position:-178px -86px;width:25px;height:25px}.sh.sh-english,.sh.sh-flag-placeholder{background-image:url(/assets/images/sprite.png);background-image:url(/assets/images/sprite.png?a=4)!important;display:inline-block;vertical-align:sub}.sh.sh-flag-placeholder{background-position:-169px -188px;width:24px;height:24px}.sh.sh-hamburger{background-image:url(/assets/images/sprite.png);background-position:-267px -227px;width:20px;height:18px;background-image:url(/assets/images/sprite.png?a=4)!important;display:inline-block;vertical-align:sub}.sh.sh-left-filled-caret{background-position:-304px -190px}.sh.sh-left-filled-caret,.sh.sh-left-open-caret{background-image:url(/assets/images/sprite.png);width:12px;height:14px;background-image:url(/assets/images/sprite.png?a=4)!important;display:inline-block;vertical-align:sub}.sh.sh-left-open-caret{background-position:-304px -207px}.sh.sh-location-small{background-position:-267px -106px;width:34px;height:42px}.sh.sh-location-small,.sh.sh-map-pin{background-image:url(/assets/images/sprite.png);background-image:url(/assets/images/sprite.png?a=4)!important;display:inline-block;vertical-align:sub}.sh.sh-map-pin{background-position:0 -114px;width:56px;height:71px}.sh.sh-nc{background-position:-188px -114px;width:68px;height:46px}.sh.sh-nc,.sh.sh-negative{background-image:url(/assets/images/sprite.png);background-image:url(/assets/images/sprite.png?a=4)!important;display:inline-block;vertical-align:sub}.sh.sh-negative{background-position:-85px -93px;width:21px;height:12px}.sh.sh-phone-small{background-position:-132px -188px;width:34px;height:33px}.sh.sh-phone-small,.sh.sh-phone-two{background-image:url(/assets/images/sprite.png);background-image:url(/assets/images/sprite.png?a=4)!important;display:inline-block;vertical-align:sub}.sh.sh-phone-two{background-position:-178px 0;width:86px;height:83px}.sh.sh-phone{background-position:-59px -114px;width:66px;height:60px}.sh.sh-phone,.sh.sh-pin{background-image:url(/assets/images/sprite.png);background-image:url(/assets/images/sprite.png?a=4)!important;display:inline-block;vertical-align:sub}.sh.sh-pin{background-position:-290px -227px;width:16px;height:16px}.sh.sh-play{background-position:-64px -188px;width:65px;height:45px}.sh.sh-play,.sh.sh-positive{background-image:url(/assets/images/sprite.png);background-image:url(/assets/images/sprite.png?a=4)!important;display:inline-block;vertical-align:sub}.sh.sh-positive{background-position:-109px -93px;width:21px;height:12px}.sh.sh-right-two{background-image:url(/assets/images/sprite.png);background-position:-304px -106px;width:10px;height:28px;background-image:url(/assets/images/sprite.png?a=4)!important;display:inline-block;vertical-align:sub}.sh.sh-russian{background-position:-206px -86px}.sh.sh-russian,.sh.sh-turkish{background-image:url(/assets/images/sprite.png);width:25px;height:25px;background-image:url(/assets/images/sprite.png?a=4)!important;display:inline-block;vertical-align:sub}.sh.sh-turkish{background-position:-234px -86px}.sh.sh-up-button-active{background-position:-267px 0}.sh.sh-up-button,.sh.sh-up-button-active{background-image:url(/assets/images/sprite.png);width:50px;height:50px;background-image:url(/assets/images/sprite.png?a=4)!important;display:inline-block;vertical-align:sub}.sh.sh-up-button{background-position:-267px -53px}.sh.sh-whatsapp-small{background-position:-267px -190px;width:34px;height:34px}.sh.sh-whatsapp,.sh.sh-whatsapp-small{background-image:url(/assets/images/sprite.png);background-image:url(/assets/images/sprite.png?a=4)!important;display:inline-block;vertical-align:sub}.sh.sh-whatsapp{background-position:-128px -114px;width:57px;height:57px}.home-app-presentation{display:flex;padding-bottom:25px;align-items:center}.home-app-presentation>.second-title{font-weight:500;display:none;text-align:center}.home-app-presentation-img{max-width:651px;width:50%;height:auto}.home-app-presentation-side{padding-top:73px;text-align:center;max-width:500px}.home-app-presentation-side .second-title{font-weight:500}.home-app-presentation-side .third-title{margin-top:30px;font-weight:300}.home-app-presentation-badges{margin-top:20px}.home-app-presentation-badges .badge{width:200px;margin:0 auto}.home-app-presentation-badges .badge img{width:200px}@media only screen and (max-width:1000px){.home-app-presentation{padding-top:45px;flex-direction:column}.home-app-presentation>.second-title{display:block}.home-app-presentation .home-app-presentation-img{max-width:651px;width:100%;height:auto}.home-app-presentation .home-app-presentation-side{padding-top:0}.home-app-presentation .home-app-presentation-side .third-title{margin:15px 0 40px}.home-app-presentation .home-app-presentation-side .second-title{display:none}}path[name=Ankara].active,path[name=Antalya].active,path[name=Bursa].active,path[name=Muğla].active,path[name=İstanbul].active,path[name=İzmir].active{stroke:rgba(234,134,50,.5);cursor:pointer}.map{left:50%;top:50%;transform:translate(-50%,-50%) translateZ(0);overflow:visible;filter:drop-shadow(0 0 30px rgba(0,169,157,.3));will-change:filter;page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.map,.map-point{position:absolute}.map-point{z-index:100;width:15px;height:15px;display:inline-block;cursor:pointer}.map-point .img{position:relative;display:none;width:-moz-max-content;width:max-content;transform:scaleZ(0) scale(.5);transition-property:transform;transition-duration:.5s;transition-timing-function:ease-in-out!important;transform-origin:top left}.map-point .img img{display:block;height:auto}.map-point.active.ready .img{transform:scale(.6)}.map-point.active .img{display:block}.map-point .second-title{position:absolute}.map-point .second-title .highlight:after{background:#f7931e}.map-point .second-title .sub{position:absolute;top:45px;color:#f4f4f4;font-size:25px}@media only screen and (max-width:767px){.map-point .second-title{font-size:55px}.map-point .second-title .sub{font-size:40px}}.calculator{display:block;width:488px;height:449px;margin:0 auto;padding:30px 0;background:linear-gradient(152.13deg,hsla(0,0%,100%,.28) 11%,hsla(0,0%,100%,.07) 89.88%);box-shadow:0 4px 24px -1px rgba(6,19,30,.2);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border-radius:16px;font-style:normal;font-weight:300;font-size:14px;color:#06131e}.calculator,.calculator h3{line-height:120%;letter-spacing:-.04em}.calculator h3{text-align:center;color:#f4f4f4;font-weight:700;font-size:24px}.calculator-inner{padding:0 20px}.calculator-box{padding:10px}.calculator-label{display:block;color:#f4f4f4!important;margin-bottom:5px}.calculator-input{width:100%;height:50px;display:flex;align-items:center;background-color:#f4f4f4;box-shadow:0 0 6px 1px rgba(10,33,51,.2),inset 0 0 8px 3px rgba(6,19,30,.2);border-radius:16px}.calculator-input input{width:100%;height:100%;color:#06131e;background-color:transparent;border:0;padding:5px 20px;font-size:20px}.calculator-input.calculator-input-value{background-color:#fff}.calculator-input.calculator-input-buy{border-radius:16px}.calculator-dropdown{position:relative;min-width:102px;height:100%}.calculator-dropdown button{height:100%;width:100%;display:flex;position:relative;justify-content:flex-end;align-items:center;padding-right:15px}.calculator-dropdown button .fi.fi-down{font-size:7px;width:5px}.calculator-dropdown button .currency-icon{font-size:17px}.calculator-dropdown button .currency-icon span{font-size:20px;font-weight:500}.calculator-dropdown:hover button{z-index:222;background:#f4f4f4;box-shadow:0 2px 6px rgba(0,0,0,.2),inset 0 0 8px 1px rgba(6,19,30,.2);border-radius:16px}.calculator-dropdown:hover ul{display:block}.calculator-dropdown ul{display:none;padding-top:20px;position:absolute;z-index:100;top:calc(100% - 24px);width:102px;right:0;background-color:#f4f4f4;text-align:center;cursor:pointer;border-radius:0 0 16px 16px;box-shadow:0 1px 6px rgba(10,33,51,.2);overflow:hidden}.calculator-dropdown ul li{padding:15px 0;color:#06131e;display:flex;justify-content:space-around;font-style:normal;font-weight:900;font-size:14px;line-height:120%}.calculator-dropdown ul li i{font-size:20px}.calculator-dropdown ul li span{position:relative;right:2px;font-weight:600;font-size:18px}.calculator-dropdown ul li:last-child{padding-bottom:15px}.calculator-dropdown ul li:hover{background-color:#eaeaea}@media only screen and (max-width:550px){.calculator{padding-bottom:20px;width:calc(100% - 30px);margin:0 15px}}.home-contact{width:100%;margin-bottom:30px}.home-contact-inner{background:linear-gradient(308.74deg,#0a1a26 1.55%,#163442 96.27%);box-shadow:0 0 30px 2px #00a6a9;border-radius:16px;padding-top:40px;padding-bottom:40px}.home-contact-inner .second-title{font-weight:900;margin-bottom:20px;position:relative;display:inline-block}.home-contact-grid{display:flex;justify-content:space-evenly;align-items:flex-start;flex-wrap:wrap;padding:20px 15px}.home-contact-grid>*{width:40%}.home-contact-info-inner{width:350px;margin:30px auto 0;white-space:nowrap;max-width:100%}.home-contact-info-inner .third-title{font-weight:500;font-size:20px}.home-contact-info-inner>span{display:inline-block;width:75px;text-align:left;vertical-align:top;font-size:20px}.home-contact-info-inner>div{display:inline-block;white-space:pre-wrap;word-break:break-word;padding-left:10px;max-width:calc(100% - 5px)}.home-contact-info-inner>div p{font-size:20px;word-break:break-word;white-space:pre-wrap;font-weight:300}.home-contact-info-inner .social-media-item{margin-right:20px}.social-media-container>*{text-align:center}.social-media-container .social-media{justify-content:space-between;margin:15px auto;width:320px;max-width:100%}.social-media-container .social-media .fi{font-size:50px}.social-media-container .social-media .fi.fi-linkedin{font-size:60px;position:relative;top:-5px}.home-contact-button{display:inline-block;margin-top:20px;height:46px;text-align:center;line-height:46px;font-weight:600;background:linear-gradient(90deg,#00a99d,#0a2133);border-radius:16px;padding:0 20px}@media only screen and (min-width:767px)and (max-width:1000px){.home-contact-grid>*{width:45%;padding-left:10px;padding-right:10px}.home-contact-info span{width:auto}}@media only screen and (max-width:767px){.home-contact-grid{flex-direction:column;padding:0 15px}.home-contact-grid>*{padding:0 15px;width:100%}.home-contact-info-inner>div{max-width:100%}.home-contact-info-inner>span{width:40px;margin-right:0}.home-contact-info-inner>span .fi{font-size:45px}.home-contact-info-inner>span .fi.fi-phone{font-size:40px}.home-contact-info-inner>span .fi.fi-clock,.home-contact-info-inner>span .fi.fi-envelope{font-size:30px}.home-contact-info-inner>span .fi.fi-whatsapp{font-size:45px}.home-contact-info-inner>div{width:63vw;display:inline-block;padding-left:10px}.home-contact-info-inner>div,.home-contact-info-inner>div p{white-space:pre-wrap;word-break:break-word}.home-contact-info-inner .social-media{margin-top:15px}.home-contact-info-inner .social-media .fi{font-size:40px}.home-contact-info-inner .social-media .fi.fi-linkedin{font-size:50px;position:relative;top:-5px}.home-contact-info-inner .social-media-item{margin-right:20px}.home-contact-info-inner.whatsapp a{display:block}.home-contact-button{margin:20px 0;width:max(50%,160px);white-space:nowrap}.social-media-container{margin:20px 0}.social-media-container .social-media{justify-content:center}.social-media-container .social-media .fi{font-size:45px}.social-media-container .social-media .fi.fi-linkedin{font-size:55px;position:relative;top:-5px}.social-media-container .social-media-item{padding:0 5px;margin-right:5px;margin-left:5px}}.banner{position:relative;z-index:2;width:1450px;overflow:hidden;max-width:100%;margin:0 auto;padding:50px 60px}.banner a,.banner span{font-weight:100;font-size:18px!important;line-height:120%}.banner i{padding:0 10px;vertical-align:middle;font-size:10px;color:#00a99d;font-style:normal}.banner .page-breadcrumb{display:flex;width:100vw;max-width:100%}@media only screen and (max-width:767px){.banner{padding:35px 15px 15px}.banner .page-breadcrumb{flex-wrap:wrap}}.office-carousel-out{position:relative;text-align:center}.office-carousel-out h2{display:inline-block;font-weight:900!important}.office-carousel-out h2.highlight-small:after{bottom:4px}.office-carousel{position:relative;overflow:hidden;opacity:0;transition:opacity .2s ease-in-out .5s}.office-carousel.ready{opacity:1}.office-carousel.ready .office-carousel-item{transition:transform .5s ease-in,opacity .1s ease-in}.office-carousel.ready .office-carousel-item:not(.is-selected){transform:scale(.9)}.office-carousel.ready .office-carousel-item.is-selected{z-index:10}.office-carousel .embla-button{position:absolute;z-index:100;top:50%;transform:translateY(-50%);font-size:70px}.office-carousel .embla-button.prev{left:22%}.office-carousel .embla-button.next{right:22%}.office-carousel-container{display:flex;margin:20px 0}.office-carousel-item{position:relative;min-width:50%;-webkit-backface-visibility:hidden;backface-visibility:hidden;padding:10px}.office-carousel-item-img{display:flex;align-items:center;justify-content:center;height:350px}.office-carousel-item-img .lazyload-wrapper{display:inline-block;height:350px;max-height:100%}.office-carousel-item-img img{width:auto;display:block;margin:0 auto;max-height:100%;border-radius:16px;height:auto;max-width:100%}@media only screen and (max-width:767px){.office-carousel-out{padding:0!important}.office-carousel-container{margin-left:0}.office-carousel{margin-top:20px}.office-carousel-item{min-width:100%}.office-carousel-item img{width:calc(100vw - 40px)}.office-carousel-item-img{height:auto}.office-carousel-item-img .lazyload-wrapper{height:auto;max-height:100%}.office-carousel.ready .office-carousel-item:not(.is-selected){transform:scale(1)}.office-carousel .embla-button{font-size:40px}.office-carousel .embla-button.prev{left:-5px}.office-carousel .embla-button.next{right:-5px}.office-carousel-item{padding:0}}@media only screen and (max-width:500px){.office-carousel-container{margin-left:0}.office-carousel-item{transform:none!important;margin:0 20px}}.about-video{overflow:hidden;border-radius:0 0 16px 16px;z-index:2}.about-video,.about-video .constant-width{position:relative;height:677px}.about-video.bg{background-image:url(https://cdn.nakitcoins.com/images/background/video-background.png);background-size:cover;background-position:50%;background-repeat:no-repeat}.about-video.bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0a2133,rgba(10,33,51,0))}.about-video-logo{position:absolute;bottom:60px;left:60px;z-index:2}.about-video-logo img{height:80px;position:relative;top:10px}.about-video-logo h2{margin:0}.about-video-start{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;cursor:pointer}.about-video-start:hover{transition:transform .1s ease-in-out;transform:translate(-50%,-50%) scale(1.05)}.about-video-title{line-height:120%;margin-bottom:30px}.about-video-title.highlight-small:after{content:"";position:absolute;bottom:4px;z-index:-1;height:20px;width:100%;left:0;background:linear-gradient(89.97deg,#00a99d .03%,rgba(0,169,157,0) 99.98%)}@media only screen and (max-width:767px){.about-video{height:400px;border-radius:0}.about-video .constant-width{height:400px}.about-video-logo{left:15px}}@media only screen and (max-width:550px){.about-video-title{margin-bottom:10px}.about-video-logo{display:none}}.social-media{display:flex}.social-media-item{margin-right:10px}.social-media-item .fi{color:#00a99d}.exchange-list-row{display:flex;height:132px;background:linear-gradient(90.31deg,#0a2133,rgba(0,169,157,.4) 109.8%);border-radius:16px;margin-bottom:30px;padding:0 10px;align-items:center}.exchange-list-cell{position:relative;font-size:18px;padding:10px 5px;text-align:center;white-space:nowrap;flex:1 1}.exchange-list-cell h4{font-size:inherit;font-weight:900}.exchange-list-cell h4:first-child{margin-bottom:15px}.exchange-list-cell.charts{width:200px;justify-content:flex-start}.exchange-list-cell.charts img{position:relative;top:4px}.exchange-list-cell.currency{flex:0 1;text-align:center}.exchange-list-cell.currency img{position:relative;top:5px;height:80px}.exchange-list-cell.pairs{flex:3 1;text-align:left}.exchange-list-cell.pairs h4:first-child span{font-weight:300}.exchange-list-cell.pairs .percentage{position:absolute;left:20px}.exchange-list-cell .percentage .sh{position:relative;top:-8px;margin-left:5px}.exchange-list-cell.buy,.exchange-list-cell.charts img,.exchange-list-cell.market,.exchange-list-cell.sell{width:150px}@media only screen and (max-width:1100px){.exchange .exchange-list-cell.charts{display:none}}.exchange-grid{display:grid;grid-template-columns:repeat(auto-fit,min(320px,100vw - 30px));justify-content:space-around;grid-column-gap:20px;grid-row-gap:20px}.exchange-grid h4{font-weight:600;font-size:14px;white-space:nowrap}.exchange-box{width:100%;background:linear-gradient(90.31deg,#0a2133,rgba(0,169,157,.4) 109.8%);padding:20px;border-radius:16px}.exchange-box-line{display:flex}.exchange-box-line img{position:relative;top:4px;height:30px;margin-right:20px}.exchange-box-inner{display:grid;padding:25px 0;grid-template-columns:30% 30%;justify-content:space-evenly;grid-column-gap:25px;grid-row-gap:25px}.exchange-box-item{font-size:12px}.exchange-box-item:nth-child(2n){direction:rtl}.exchange-box-item-inner{direction:ltr;width:-moz-min-content;width:min-content}.exchange-box-charts{width:100%;padding:10px 0}.exchange-box-charts img{width:100%}.widget-title{font-weight:700;font-size:24px;line-height:29px;margin-bottom:8px;color:#fff;text-align:center}.widget-inner{margin:0 auto}.widget-inner.glass{background:linear-gradient(152.13deg,hsla(0,0%,100%,.28) 11%,hsla(0,0%,100%,.07) 89.88%);border:1.5px solid hsla(0,0%,49%,.2);box-shadow:0 4px 24px -1px rgba(6,19,30,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:8px 20px 20px}.crypto-meter{width:480px;padding-bottom:30px;display:block;margin:0 auto;max-width:100%}.crypto-meter>.third-title{text-align:center}.crypto-meter-inner{width:min(350px,90%);margin:35px auto 0;position:relative}.crypto-meter-area{width:100%;height:auto}.crypto-meter-circle{position:absolute;z-index:10;width:50px;bottom:10px;left:50%;transform:translateX(-50%)}.crypto-meter-pin{position:absolute;z-index:9;left:calc(50% - 7px);transform-origin:bottom;transition:transform 1s cubic-bezier(.85,1.3,.12,-.46);bottom:35px;width:14px;border-radius:24px;height:130px;background:#acacac;box-shadow:-1px 15px 20px hsla(0,0%,67%,.4)}.crypto-meter-label{position:absolute;font-weight:300;font-size:16px;line-height:20px;text-align:right;color:#fff;width:50px}.crypto-meter-label.number{top:-5px;left:50%;transform:translate(-50%,50px);font-weight:700;font-size:16px;line-height:24px;text-align:center;color:#fff}.crypto-meter-label.strong-sell{bottom:75px;left:-75px}.crypto-meter-label.sell{top:25px;left:-25px}.crypto-meter-label.neutral{bottom:calc(100% + 6px);left:calc(50% - 30px)}.crypto-meter-label.buy{text-align:left;top:25px;right:-25px}.crypto-meter-label.strong-buy{text-align:left;bottom:75px;right:-75px}.crypto-meter-label.main-buy,.crypto-meter-label.main-sell{bottom:-25px;font-weight:600;font-size:20px;line-height:24px;text-align:center}.crypto-meter-label.main-buy{right:0}.crypto-meter-label.main-sell{left:0}@media only screen and (max-width:550px){.crypto-meter-label.strong-buy,.crypto-meter-label.strong-sell{display:none}.crypto-meter-pin{height:90px}}.home-presentation-first{flex:1 1;max-width:100%;position:relative;padding-top:50px;width:100%;height:780px;background-size:cover;background-position:100% 0;background-repeat:no-repeat;color:#f4f4f4}.home-presentation-first:before{content:"";position:absolute;top:0;right:0;left:0;bottom:0;z-index:1;background:linear-gradient(90deg,#0a2133,hsla(0,0%,100%,0) 50%,hsla(0,0%,100%,0))}.home-presentation-first-inner{padding-top:70px;padding-bottom:70px}.home-presentation-second{padding-top:80px;height:780px;overflow:hidden;max-width:100%;background:#06131e}.home-presentation-second .home-presentation-map{position:relative}.home-presentation-second h2{display:inline-block;font-size:60px}.home-presentation-second .map{top:120px;left:55%;transform:translateX(-50%)}.home-presentation-first-items{position:relative;z-index:2;margin-top:100px}.home-presentation-first-items li{position:relative;margin:20px 0;letter-spacing:-.02em;font-size:30px}.home-presentation-first-items li .fi{padding-right:10px;color:#00a99d}@media only screen and (max-width:1000px){.home-presentation-first-inner{padding:70px 15px}}@media only screen and (min-width:767px){.home-presentation-first{background-image:url(https://cdn.nakitcoins.com/images/presentation/main-presentation.png)}}@media only screen and (max-width:767px){.home-presentation-first{background-image:url(https://cdn.nakitcoins.com/images/presentation/main-mobile-presentation.png);height:auto}.home-presentation-first-inner{padding:40px 15px 20px}.home-presentation-first-items{margin:20px 0}.home-presentation-first-items li{margin:15px 0;font-size:4vw}}.home-app{background-image:url(https://cdn.nakitcoins.com/images/background/app-background.png);background-size:contain;background-repeat:no-repeat;background-position:20%;padding:100px 0}.home-app-inner{position:relative;height:550px}.home-app-title{text-align:center}.home-app-content{display:flex;justify-content:center;align-items:flex-end}.home-app-right{position:relative;text-align:center;align-self:center}.home-app-right .badge-android{margin-top:20px}.home-app-right .badge{margin-bottom:10px}.home-app-right .badge img{height:60px}.home-app-right h3{font-weight:300}.home-app-img{position:relative;top:-50px;right:30px}.home-app-img img{height:550px}.home-cryptos{padding:30px 0;background-color:#06131e;box-shadow:0 0 20px #00a99d}.home-cryptos-inner{display:flex;align-items:center;justify-content:space-between}.home-cryptos-icons img{height:420px}.home-cryptos-texts{display:flex;align-items:center}.home-cryptos-texts .fi{position:relative;display:block;text-shadow:-10px 0 22px #01a99e;margin-right:20px;font-size:200px;width:350px}.home-cryptos-texts .second-large-title{font-weight:500}@media only screen and (max-width:1200px){.home-cryptos-inner{flex-direction:column}}@media only screen and (max-width:500px){.home-cryptos-icons img{position:relative;left:20px;width:100%;height:auto}.home-cryptos-texts{margin:30px 0;flex-direction:column;align-items:center;justify-content:center}.home-cryptos-texts .fi{font-size:150px;width:100%}}.home-map-loading{display:flex;align-items:center;justify-content:center}.home-map{overflow:hidden}.home-map .home-banner-link{margin-top:30px;margin-bottom:40px}.home-map .inner-map{position:relative;height:520px;width:100%}.home-map .inner-map i{color:#ea8632}.home-map .second-large-title{align-self:flex-start;margin-bottom:30px}.home-map-inner{display:flex;margin-top:30px;align-items:center;justify-content:center;flex-direction:column}.home-map-inner h2{text-align:left}.home-map-static{display:block}.home-map-static img{width:100%;transform:scale(1.2)}@media only screen and (max-width:767px){.home-map .inner-map{height:300px}.home-map .home-banner-link{margin-top:5px;margin-bottom:20px}}@media only screen and (max-width:500px){.home-map{padding-top:20px}.home-map .second-large-title{margin-bottom:30px}}.home-fees{width:100%;background-size:cover;box-shadow:0 0 20px #00a99d;padding:12px 0 40px;color:#f4f4f4}.home-fees .second-title{text-align:center;line-height:54px;margin-bottom:30px}.home-faq{background-color:#06131e}.home-faq .fi-down-caret{font-size:12px}.home-faq .fi{display:inline-block;width:30px}.home-faq-titles{margin-top:18px}.home-faq-title{display:flex;align-items:flex-end}.home-faq-title img{position:relative;top:-35px;height:250px}.home-faq-questions-bg{height:350px;width:1000px;background:url(https://cdn.nakitcoins.com/images/background/question-background.png);background-size:700px auto;background-position:30px -90px}.home-faq-title-item{margin-bottom:16px}.home-faq-title-item:hover>button{background-color:#fff;box-shadow:0 0 20px 2px rgba(0,169,157,.8)}.home-faq-title-item:hover>button i{color:#00a99d}.home-faq-title-item.open>button{background-color:#fff;box-shadow:0 0 20px 2px rgba(0,169,157,.8)}.home-faq-title-item.open>button i{color:#00a99d}.home-faq-title-item.open .home-faq-questions{display:block}.home-faq-title-item>button{position:relative;z-index:10;font-size:20px;line-height:28px;width:100%;text-align:left;padding-left:20px;background:hsla(0,0%,96%,.8);color:#06131e;height:80px;border-radius:16px;cursor:pointer;font-weight:500}.home-faq-questions{display:none;position:relative;z-index:5;top:-30px;padding:50px 20px 20px;background:linear-gradient(180deg,rgba(6,19,30,.4) 11.96%,hsla(0,0%,96%,.2));border-radius:16px}.home-faq-question{position:relative;margin-top:16px;cursor:pointer}.home-faq-question:hover>button{color:#fff}.home-faq-question.open>button:after{width:calc(100% - 40px);transition:width .4s ease-in-out;border:1px solid #01988f;box-shadow:0 2px 2px #01988f;opacity:1;filter:blur(1.2px)}.home-faq-question.open>button i{color:#00a99d}.home-faq-question.open p{display:block}.home-faq-question>button{position:relative;display:inline-block;font-weight:400;font-size:18px;line-height:28px}.home-faq-question>button:after{content:"";width:0;margin:0 auto;opacity:0;position:absolute;top:100%;left:28px}.home-faq-question p{display:none;padding:20px 0 0 30px;font-size:18px;position:relative;left:-1px;font-weight:100;line-height:28px}@media only screen and (min-width:1100px){.faq .home-faq-questions-bg{position:relative;height:500px;margin-top:-200px;background-position:-60px 0}}@media only screen and (max-width:767px){.home-faq .fi{width:20px}.home-faq .fi-down-caret{font-size:8px}.home-faq-title img{position:relative;top:-10px;height:30vw}.home-faq-title-item>button{font-size:14px;line-height:120%;padding-left:10px;height:56px}.home-faq-title-item ul li{margin-top:10px}.home-faq-title-item ul li button{text-align:left}.home-faq-questions-bg{height:40vw;background-size:300px auto;background-position:-375px 0}}.home-banner{background:#00a99d;padding:15px 0}.home-banner.about-banner{position:relative;background:#06131e;overflow:hidden}.home-banner.about-banner .home-banner-inner{position:relative;z-index:3;width:1450px}.home-banner.about-banner .home-banner-inner:after{content:"";position:absolute;z-index:1;background-image:url(https://cdn.nakitcoins.com/images/background/banner.png);background-size:contain;background-repeat:no-repeat;background-position:-50px;top:0;right:0;bottom:0;left:0}.home-banner.about-banner .home-banner-inner .home-banner-text{position:relative;z-index:42}.home-banner.about-banner .home-banner-icon img{width:unset;height:auto;max-width:30vw}.home-banner.start-banner .home-banner-icon{direction:rtl}.home-banner p{position:relative;z-index:24;font-weight:100}.home-banner .second-title span{display:block}.home-banner-text-inner{display:inline-block;width:-moz-fit-content;width:fit-content}.home-banner-text-inner>*{display:block}.home-banner-text-inner h2,.home-banner-text-inner h3{display:inline-flex;overflow-wrap:break-word;width:inherit}.home-banner-inner{display:flex;justify-content:space-between;height:300px;align-items:center}.home-banner-inner .second-large-title{margin:0 0 5px}.home-banner-inner p{margin-bottom:5px}.home-banner-inner h3{font-weight:100}.home-banner-icon{flex:1 1;margin-right:20px}.home-banner-icon img{width:min(max(14vw,250px),250px);max-width:20vw}.home-banner-text{flex:4 1}.home-banner-link{text-align:center;padding-top:10px}.home-banner-link a{position:relative;display:inline-block;font-size:24px;font-weight:600;letter-spacing:-4%}.home-banner-link a:hover{transition:transform .1s ease-in-out;transform:scale(1.05)}.home-banner-link a .sh{position:relative;top:0}.home-banner-button{text-align:center}.home-banner-button a{display:inline-block;line-height:64px;height:64px;margin:20px auto 0;padding:0 30px;font-size:1.2em;font-weight:600;border-radius:16px;background:#0a2133}.home-banner-button a:hover{transition:transform .1s ease-in-out;transform:scale(1.05)}@media only screen and (max-width:1000px){.home-banner{padding-bottom:20px}.home-banner .second-title{font-size:5vw;line-height:120%}.home-banner .second-title span{display:inline}.home-banner .third-title{font-size:4vw}.home-banner-inner{padding-top:20px;padding-bottom:10px;height:auto}.about-banner .home-banner-inner:after{content:none!important}.about-banner .home-banner-icon img{transform:scale(1.5)}.home-banner-icon{flex:unset;margin-right:25px}.home-banner-icon img{width:20vw}.home-banner-text{flex:unset}.home-banner-link{padding-top:0;font-size:4vw}.home-banner-link .sh{left:1vw}.home-banner-button a{font-size:4vw;line-height:min(10vw,50px);height:min(10vw,50px)}}@media only screen and (max-width:450px){.home-banner-icon{display:none}}.home .home-contact{margin-top:100px}#home-about-section{min-height:677px}#home-map-section{min-height:847px}@media only screen and (max-width:767px){#home-map-section{min-height:500px}.home .home-contact{margin-top:0}#home-about-section{min-height:400px}}.about{background:#06131e}.about h2{display:inline-block}.about>p{margin:150px 0}.about .office-carousel-out{margin-bottom:30px}.about-video-out{margin-top:40px;min-height:677px}.about-inner{background-image:url(https://cdn.nakitcoins.com/images/background/about.png);background-size:contain;background-position:0 -5px;background-repeat:no-repeat}.about-simple-explanation{text-align:right}.about-simple-explanation .highlight-line{padding-right:8px}.about-who>p{font-weight:300;margin-bottom:10px!important}.about-who>p strong{display:block}.about-who-inner{position:relative;top:75px;padding-bottom:60px}.about-who-inner h1,.about-who-inner h2{position:relative;z-index:1}.about-who-inner p{margin:130px 0 50px;font-weight:100;font-size:32px}.about-chain{position:absolute;z-index:0;right:-30px;top:-200px;width:600px}.about-paragraph{margin-bottom:30px}.about-numbers{margin:60px 0;background-image:url(https://cdn.nakitcoins.com/images/background/about.png);background-size:100% auto;background-position:100% 50px}.about-numbers-grid{padding:100px 0 50px;display:grid;grid-row-gap:100px;grid-column-gap:5vw;grid-template-columns:388px 388px;align-items:center;justify-content:center}.about-number-inner{width:-moz-min-content;width:min-content;display:flex;align-items:flex-end;justify-content:flex-start;overflow:visible}.about-number-inner>span{display:block!important;font-size:120px;height:130px;line-height:130px;font-weight:900;color:#f4f4f4;text-shadow:-5px 0 24px rgba(0,169,157,.6);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.about-number-inner h3{position:relative;font-size:32px;line-height:120%;top:-11px!important;font-weight:500}@media only screen and (max-width:1050px){.about-numbers-grid{grid-column-gap:0;grid-template-columns:388px 388px}.about-who-inner img{right:-50px;width:500px}}@media only screen and (max-width:767px){.about .office-carousel-out,.about .office-carousel-out h2{margin-bottom:0!important}.about-video-out{min-height:400px}.about-who-inner .second-title{margin-top:15px}.about-who-inner p{font-size:max(4vw,18px);margin:10vw 0 20vw}.about-who-inner img{right:-100px;width:400px}.about-numbers{padding:0}.about-numbers-grid{grid-column-gap:0;grid-template-columns:200px 200px;grid-row-gap:10vw;padding:30px 0 0}.about-number-inner{margin-top:0}.about-number-inner>span{display:block!important;font-size:60px;height:100px;padding-left:15px;line-height:130px;font-weight:900;padding-right:10px;color:#f4f4f4;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.about-number-inner .third-title{position:relative;font-size:15px!important;top:-7px;font-weight:500}}@media only screen and (max-width:450px){.about-who-inner img{right:-200px;top:-150px;width:400px}}@media only screen and (max-width:400px){.about-numbers-grid{display:flex;flex-direction:column}}.rates-grid{display:grid;grid-template-columns:1fr 532px;grid-column-gap:60px;width:1300px;max-width:100%;margin:0 auto;padding:0 60px}.rate-item{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding:15px 30px;background:linear-gradient(90.31deg,#0a2133,rgba(0,169,157,.35));border-radius:16px}.rate-item strong{font-weight:700;font-size:20px}.rate-item>*{display:inline-block;vertical-align:middle}.rate-item-currency{width:82px;height:80px;margin-right:30px;text-align:center}.rate-item-currency img{display:block}.rate-item-currency img.eth{position:relative;top:-8px;left:10px}.rate-item-pair{margin-right:25px}.rate-item-pair h4{margin-bottom:12px;font-weight:100;font-size:16px}.rate-item-pair .rate-item-pair-percentage{font-weight:300;font-size:20px}.rate-item-pair .rate-item-pair-percentage i{position:relative;top:-5px;left:3px}.rate-item-pair>*{display:block;white-space:nowrap}.rate-item-market{font-size:20px;margin-right:25px}.rate-item-market h4{margin-bottom:12px}.rate-item-chart{font-size:20px}.rate-item-chart h4{margin-bottom:12px}.rate-item-chart img{display:block;height:30px}.image-chart{transform:scaleX(-1)}.rates-paragraph{margin:16px 0 40px;font-weight:300;font-size:16px;line-height:20px;text-align:center}@media only screen and (max-width:1250px){.rates .rates-grid{grid-column-gap:20px}}@media only screen and (max-width:1100px){.rates .rates-grid{display:block;padding:0 max(5vw,12px)}.rates .rate-item-chart{display:block}.rates .rates-list .widget-inner{display:grid;grid-column-gap:2vw;grid-template-columns:1fr 1fr}.rates .rate-item-chart{text-align:center;width:auto;margin:13px auto}.rates .rate-item-chart img{margin:0 auto;height:auto;width:160px}.rates .rate-item{display:block;padding:12px 30px}.rates .rate-item>*{display:block}.rates .rate-item-mobile-row{display:flex;align-items:center;justify-content:space-around}.rates .rate-item-mobile-row:first-child{margin-bottom:15px;justify-content:flex-start}.rates .rate-item-mobile-row>*{padding:0 20px}.rates .rate-item-pair{margin-right:0;width:auto}.rates .rate-item-pair h4{line-height:30px;margin:0;letter-spacing:.3px}.rates .rate-item-pair h4 strong{margin-right:5px}.rates .rate-item-market h4{line-height:30px;margin:0}.rates .rate-item-currency{width:auto;height:30px;margin-right:0}.rates .rate-item-currency img{width:auto;height:30px}.rates .rate-item-currency img.eth{position:relative;top:-4px;left:5px}.rates .rates-grid .widget{margin-top:16px}}@media only screen and (max-width:600px){.rates .rates-list .widget-inner{display:block}}.screen .rates-grid{padding:30px}.screen .rate-item:nth-child(8),.screen .rate-item:nth-child(9){display:none}.screen-vertical{padding-top:55px}.screen-vertical .rates-grid{display:block;width:max(80vw,700px);margin:0 auto}.screen-vertical .rates-grid>.widget{margin:24px 0}.screen-vertical .rates-list .widget-title{display:none}.screen-vertical .rate-item{display:flex;justify-content:space-between;height:110px;align-items:center;margin-bottom:12px;padding-right:5vw}.screen-vertical .rate-item:nth-child(n+8){display:none}.screen-vertical .rate-item>*{flex:1 1}.screen-vertical .rate-item>.rate-item-currency{width:60px;display:flex;align-items:center;justify-content:center;flex:0 1}.screen-vertical .rate-item>.rate-item-currency img.eth{width:auto;height:55px}.screen-vertical .rate-item>.rate-item-currency img{width:55px;height:auto}.branches{position:relative}.branches-container{margin-top:40px}.branches-map{position:relative;flex:4 1;height:500px}.branches-map i{color:#ea8632}.branches-menu-container{position:relative;padding:0 40px;width:100%;margin:10px auto 20px}.branches-menu-container .left-arrow{display:block;width:50px;position:absolute;left:0;top:50%;transform:translateY(-50%)}.branches-menu-container .left-arrow i{font-size:50px}.branches-menu-container .right-arrow{display:block;width:50px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.branches-menu-container .right-arrow i{font-size:50px}.branches-menu{overflow:hidden}.branches-menu-inner{margin:0 auto;display:flex;justify-content:flex-start;padding:0 50px}.branches-menu-inner>li{flex:0 0 33%;white-space:nowrap;text-align:center;margin:10px 20px;transition:transform .5s ease-in-out;cursor:pointer}.branches-menu-inner>li.active{z-index:10222222}.branches-menu-inner>li.active h2{position:relative;transform:scale(1.3);color:#ea8632}.branches-menu-inner>li.active .sub{color:#f4f4f4}.branches-menu-inner>li h2{position:relative;padding-bottom:20px;font-weight:500;letter-spacing:-.04em;color:#f4f4f4}.branches-menu-inner>li h2,.sub{transition:color .5s ease-in-out;display:inline-block;line-height:120%}.sub{position:absolute;bottom:.5em;right:0;text-align:right;font-weight:400;font-size:max(.4em,12px);color:#ea8632}@media only screen and (max-width:900px){.map{left:500px}}@media only screen and (max-width:767px){.branches-container{flex-direction:column;padding:0}.branches-menu-container{padding:0;margin:20px 0}.branches-menu-inner{width:100%;margin:0;padding:0}.branches-menu-inner>li{display:flex;flex:0 0 100%;min-width:0;align-items:center;justify-content:center;margin:20px 0}.branches-menu-inner>li h2{padding-left:0}.branches-map{height:300px;position:relative}.map{top:-50px;left:0;position:relative;transform:scale(.56) translate(-160px)}}@media only screen and (max-width:400px){.branches-menu-inner{margin:10px 0;width:unset}.branches-menu-inner>li{padding:0 15px;flex:0 0 100%;margin:0}.branches-menu-inner>li h2{padding-left:0}}.branch-inner.constant-width{width:1300px}.branch-details{margin-top:50px;display:flex}.branch-map{flex:1 1;max-width:100%;height:471px;background:#c4c4c4;border-radius:16px;overflow:hidden}.branch-info{position:relative;top:20px;width:320px}.branch-info li{position:relative;margin-bottom:70px}.branch-info li *{position:relative;z-index:2}.branch-info li .sh{position:absolute;top:-45px;left:-50px;font-size:150px;z-index:1;color:rgba(0,169,157,.25)}.branch-info li .sh.fi-phone{font-size:100px;top:-30px;left:-75px}.branch-info li .sh.fi-clock{font-size:100px;top:-25px;left:-70px}.branch-info h4{font-weight:500;font-size:24px}.branch-info p{font-size:18px;font-weight:300}.branch-info strong{margin-right:5px}@media only screen and (max-width:767px){.branch-inner.constant-width{padding:0 5px}.branch-details{flex-direction:column;padding:20px 0}.branch-info{margin-bottom:100px}.branch-info li{position:relative;margin-bottom:20px;padding:10px 30px}.branch-info li .sh{position:absolute;top:-30px;left:-20px;z-index:1;color:rgba(0,169,157,.25);transform:scale(.6)}.branch-info h4{font-weight:500;font-size:24px}.branch-info p{font-size:18px;font-weight:300}}.blog-thumbnails{display:grid;margin-top:20px;padding:30px 50px;width:100%;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-column-gap:20px;justify-content:space-around}.blog-thumbnail{border-radius:16px;overflow:hidden;min-width:300px;width:min(450px,50vw)}.blog-thumbnail:hover .blog-thumbnail-img:after{content:none;background:none}.blog-thumbnail .blog-thumbnail-img{position:relative;white-space:nowrap;font-size:0;display:flex}.blog-thumbnail .blog-thumbnail-img img{width:100%}.blog-thumbnail .blog-thumbnail-img:after{content:"";position:absolute;border-radius:16px 16px 0 0;top:0;right:0;left:0;bottom:0;background:rgba(0,169,157,.3);z-index:10}.blog-thumbnail-inner{background:#f4f4f4;color:#06131e;padding:10px 20px}.blog-thumbnail-inner i{font-weight:100;font-size:16px;line-height:24px;font-style:normal}.blog-thumbnail-inner h3{margin-top:20px;color:#06131e}.blog-thumbnail-inner p{margin-top:5px;line-height:120%;font-weight:100;color:#06131e}.blog-thumbnail-inner a{font-weight:300;font-size:16px;line-height:120%;letter-spacing:-.04em;background:linear-gradient(90.08deg,#06131e .1%,#00a99d 99.96%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.blog-thumbnail-link{width:100%;text-align:right;font-weight:300}.blog-thumbnail-link a{position:relative;color:#06131e!important;z-index:12220}.blog-thumbnail-link i{position:relative;top:5px;transform:scale(.7)}@media only screen and (max-width:767px){.blog-thumbnail{width:100%}}@media only screen and (max-width:450px){.blog-thumbnail{width:100%}.blog-thumbnails{grid-template-columns:1fr}}.blog{background-image:url(https://cdn.nakitcoins.com/images/background/blog-background.png);background-size:100%;background-position:0 200px;background-repeat:no-repeat}.blog-inner h1{display:inline-block;font-weight:700;font-size:32px;line-height:120%;margin:30px 0}.blog-inner h1.highlight:after{bottom:0;height:20px}.blog-inner p{font-weight:100;font-size:20px}.blog-main-img{width:100%;height:auto;border-radius:16px}.blog-article{font-weight:400;font-size:20px;line-height:120%;letter-spacing:-.04em}.blog-article>*{margin:20px 0}.blog-article em,.blog-article i{font-style:normal}.blog-article ul li:before{content:"▶";position:relative;top:-2px;font-size:10px;margin-right:5px;color:#00a99d}@media only screen and (max-width:767px){.blog-inner h1{font-size:max(4vw,18px);line-height:6vw;font-weight:500}.blog-inner h1.highlight:after{bottom:-2px;height:12px}.blog-inner p{margin:0;font-size:max(3vw,15px)}}.fees-section{margin-top:40px;margin-bottom:40px}.fees .widget-inner{display:flex;justify-content:space-between;width:532px;max-width:100%}.fees-title{font-size:20px;font-weight:700;line-height:24px;margin-bottom:20px;text-align:center}.fees-title.amount{padding-left:27px;text-align:left}.fees-range-column{flex:1 1;margin-right:16px}.fees-value-column{margin-left:24px}.fees-value-column .fee-text{text-align:center}.fees-value-column-inner{padding:0 17px;border:1.5px solid hsla(0,0%,49%,.2);box-shadow:0 4px 24px -1px rgba(6,19,30,.2);background:linear-gradient(152.13deg,hsla(0,0%,100%,.28) 11%,hsla(0,0%,100%,.07) 89.88%);width:100px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:8px}.fees-value-column-inner>:not(.fees-value-column-inner>:last-child){border-bottom:1px solid hsla(0,0%,93%,.1)}.fee-text{display:block;padding:14px 0;line-height:24px;font-size:20px}.fee-level-text,.fee-text{text-align:left;font-weight:600}.fee-level-text{position:relative;top:3px;margin-right:17px;vertical-align:super;font-size:12px;line-height:15px;color:#fff;opacity:.49}.fee-level-text sub{font-size:10px;padding-left:2px}.fee-range-char{padding:0 5px}.fees-range-row:not(.fees-range-row:last-child,.fees-value-row:last-child),.fees-value-row:not(.fees-range-row:last-child,.fees-value-row:last-child){border-bottom:1px solid hsla(0,0%,93%,.1)}@media only screen and (max-width:767px){.fees-value-column{margin-left:8px}.fees-value-column-inner{width:73px;padding:0 4px}}@media only screen and (max-width:500px){.fees-range-column{margin-right:0}.fees-value-column{margin-left:8px}.fees-value-column-inner{width:60px;padding:0 4px}.fee-text,.fees-title{font-size:15px}.fees .widget-inner.glass{padding:8px}}@media only screen and (max-width:375px){.fees-value-column-inner{width:50px;padding:0 2px}.fees-title{font-size:15px}.fee-text{font-size:14px}.fees .widget-inner.glass{padding:8px}}.app{padding-bottom:100px}.app-presentation,.app>.main-title{text-align:center}.app-presentation>.third-title{position:relative;top:40px;font-weight:600;margin-bottom:46px}.app-presentation>.third-title span{font-weight:300}.app-presentation-badges .badge{margin-top:10px}.app-presentation-img{position:relative;top:-30px;width:900px;max-width:100%}.app-presentation-relative{position:relative;top:-100px}.app-presentation-relative>.fourth-title{font-weight:300;text-align:center;color:#f4f4f4;margin-bottom:20px}.app-main{display:flex}.app-main-question{height:350px;position:relative;top:-50px}.app-main-side{margin-left:30px}.app-main-side h2{display:inline-block}.app-main-side .fourth-title{font-weight:300;margin-top:20px}.download-box{position:relative;top:-30px;padding:30px;width:608px;text-align:center;max-width:100%;margin:0 auto;background:#06131e;box-shadow:0 0 15px rgba(0,169,157,.7);border-radius:16px}.download-box .third-title{display:inline-block;margin-bottom:15px}.download-box-banners{display:flex;justify-content:space-around;margin-top:35px}@media only screen and (max-width:1300px){.app-presentation>.third-title{top:0;margin:20px 0}.app-presentation-img{top:0}.app-main-side{margin-left:0;margin-top:20px}.app-main-side .second-title{display:inline-block;max-width:300px;word-wrap:break-word;font-size:32px}.app-presentation-relative{top:0;margin-top:30px}.app-main-question{display:none}.download-box{margin-top:50px;top:0}.download-box-banners{flex-direction:column}.download-box-banners img{width:200px}}@keyframes loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.loading-icon{width:60px;height:60px;border-radius:50%;animation-name:loading;animation-iteration-count:infinite;animation-duration:1s}.contract{text-align:left}.contract h1{margin-bottom:24px;margin-top:100px;text-align:center}.contract h1,.contract h2{font-weight:600;font-size:16px;line-height:120%;letter-spacing:-.04em;text-transform:capitalize}.contract h2{text-align:left;margin-top:24px}.contract p{font-size:14px;font-weight:275;line-height:130%;letter-spacing:-.04em}.contract strong{font-weight:600}