html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,button{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}
#app{position:relative;width:100%;height:100%;font-family:var(--font-main);font-size:var(--font-size-m);line-height:var(--line-height-main);color:var(--text-color-main)}main{display:block;overflow-x:hidden}:root{--bg-color-white: #FFF;--bg-color-grey: #F7F8FA;--text-color-main: #26374C;--text-color-main-active: #3A4E67;--text-color-secondary: #71859C;--text-color-secondary-darken: #667C99;--text-color-accent: #1BB6C1;--text-color-accent-hover: #2BCBD7;--text-color-accent-active: #43DCE7;--font-main: "Open Sans";--font-size-xs: 12px;--font-size-s: 14px;--font-size-m: 18px;--font-size-l: 24px;--font-size-xl: 36px;--font-size-xxl: 48px;--line-height-xs: 17px;--line-height-s: 20px;--line-height-m: 26px;--line-height-l: 32px;--line-height-xl: 44px;--line-height-xxl: 65px;--line-height-main: 1.55555556;--box-shadow-main: 0 18px 12px -13px rgba(38, 55, 77, 0.2);--box-shadow-hover: 0 18px 12px -13px rgba(38, 55, 77, 0.2);--box-shadow-active: 0 18px 12px -13px rgba(38, 55, 77, 0.2);--border-color-active: rgba(218, 223, 230, 0.7);--border-color-normal: rgba(218, 223, 230, 0.4)}
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0)}90%{transform:translate3d(0, -4px, 0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0)}90%{transform:translate3d(0, -4px, 0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.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)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.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{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0)}60%{opacity:1;transform:translate3d(25px, 0, 0)}75%{transform:translate3d(-10px, 0, 0)}90%{transform:translate3d(5px, 0, 0)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0)}60%{opacity:1;transform:translate3d(25px, 0, 0)}75%{transform:translate3d(-10px, 0, 0)}90%{transform:translate3d(5px, 0, 0)}to{transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0)}60%{opacity:1;transform:translate3d(-25px, 0, 0)}75%{transform:translate3d(10px, 0, 0)}90%{transform:translate3d(-5px, 0, 0)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0)}60%{opacity:1;transform:translate3d(-25px, 0, 0)}75%{transform:translate3d(10px, 0, 0)}90%{transform:translate3d(-5px, 0, 0)}to{transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0)}60%{opacity:1;transform:translate3d(0, -20px, 0)}75%{transform:translate3d(0, 10px, 0)}90%{transform:translate3d(0, -5px, 0)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0)}60%{opacity:1;transform:translate3d(0, -20px, 0)}75%{transform:translate3d(0, 10px, 0)}90%{transform:translate3d(0, -5px, 0)}to{transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0)}to{opacity:0;transform:translate3d(0, 2000px, 0)}}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0)}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0)}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0)}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0)}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0)}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;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;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;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;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedIn{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:translateZ(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0);transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0);transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media(prefers-reduced-motion: reduce),(print){.animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}}
.uk-banners-wrapper{position:-webkit-sticky;position:sticky;top:73px;z-index:1001;width:100%;background:#1bb6c1;border-bottom:1px solid #383838}@media(min-width: 768px){.uk-banners-wrapper{top:80px}}.uk-banners-wrapper .banner{width:100%;margin:0 auto;box-sizing:border-box;z-index:1001;left:0;text-align:center;display:flex;align-items:center;justify-content:center;padding:12px 16px}.uk-banners-wrapper .banner.divider{padding:0;height:1px;width:90%;border-bottom:1px dotted rgba(255,255,255,.2)}.uk-banners-wrapper .banner-text{font-size:14px !important;line-height:20px !important;text-align:center;color:#fff;font-weight:700;margin:0}.uk-banners-wrapper .banner-text .cex-ui-paragraph,.uk-banners-wrapper .banner-text .cex-ui-link{text-decoration:underline;font-weight:bold;color:#fff;white-space:nowrap;transition:color .3s ease}.uk-banners-wrapper .banner-text .timer{display:inline;color:#fff;font-size:14px;padding:0}.uk-banners-wrapper .banner-text .timer div{display:inline;color:#fff;font-size:14px}.uk-banners-wrapper .banner-text .timer .timer-block{padding:0;display:inline-flex;justify-content:flex-start}.uk-banners-wrapper .banner-text .timer .timer-block-number,.uk-banners-wrapper .banner-text .timer .timer-block-divider{font-size:14px !important;line-height:20px !important;text-align:center;color:#fff;margin:0}.uk-banners-wrapper .banner-text .timer-block{padding:0;display:inline-flex;justify-content:flex-start}.uk-banners-wrapper .banner-text .timer-block-number,.uk-banners-wrapper .banner-text .timer-block-divider{font-size:14px !important;line-height:20px !important;text-align:center;color:#fff;margin:0}.uk-banners-wrapper .banner-icon{display:inline;width:20px;min-width:20px;height:18px;margin-right:8px}
.timer-info-block{display:flex;flex-direction:column}.countdown-timer{margin-top:54px}.timer-block{display:flex;justify-content:space-between;padding:0 54px}.timer-block-number{font-size:56px;line-height:64px;text-align:center}.timer-block-description{font-size:var(--font-size-m);color:var(--text-color-secondary-darken);padding-top:1rem;text-align:center}.timer-block-divider{font-size:56px;line-height:64px;color:#bdc8d9}@media(max-width: 768px){.timer-info-block .timer-info-block-share{order:2}.timer-info-block .timer-info-block-time{order:1}.timer-info-block{margin-top:25px}.countdown-timer{max-width:400px;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:32px}.timer-block{padding:0}.timer-block-number{font-size:36px;line-height:44px}.timer-block-divider{font-size:36px;line-height:44px;color:#bdc8d9}.timer-block-description{font-size:var(--font-size-s)}}
.cex-app .top-section{background-color:#fbfbfb}.cex-app .top-section .cex-ui-section-content{display:flex;flex-direction:column;align-items:center;flex-wrap:wrap;justify-content:center;text-align:center}.cex-app .top-section__title{font-size:36px;line-height:44px;margin-bottom:16px;font-weight:600}.cex-app .top-section__title--accent{color:var(--text-color-accent)}.cex-app .top-section__text{margin-bottom:32px;color:var(--text-color-main)}.cex-app .top-section__button{width:256px;margin:0 auto 36px}.cex-app .top-section .trust-pilot{order:1}.cex-app .top-section .trust-pilot-rate{margin-top:16px;margin-bottom:12px;display:flex;justify-content:center;-moz-column-gap:2px;column-gap:2px}.cex-app .top-section .trust-pilot-rate img{width:24px;height:24px}.cex-app .top-section .trust-pilot-content a{font-weight:600;text-decoration:underline}.cex-app .top-section__picture img{width:100%;max-width:602px;display:block;margin:0 auto}@media(min-width: 768px){.cex-app .top-section__title{font-size:48px;line-height:56px}}@media(min-width: 1024px){.cex-app .top-section{padding-bottom:0}.cex-app .top-section .cex-ui-section-content{align-items:start;align-content:flex-start;height:642px;text-align:left}.cex-app .top-section__title{margin-bottom:24px;font-size:60px;line-height:68px}.cex-app .top-section__text{margin-bottom:40px}.cex-app .top-section__button{margin-left:0;margin-bottom:40px}.cex-app .top-section__picture img{max-width:678px;transform:translateX(-40px)}.cex-app .top-section .trust-pilot{order:initial}.cex-app .top-section .trust-pilot-rate{margin-top:0;justify-content:start}}
.cex-app .footer-section{background:linear-gradient(to bottom, white 0%, white 20%, #FBFBFB 20%, #FBFBFB 100%)}.cex-app .footer-section h2{font-size:28px;line-height:32px;text-align:center;margin:0 auto;margin-bottom:16px;font-weight:600}.cex-app .footer-section p{font-size:var(--font-size-m);line-height:var(--line-height-l);color:var(--text-color-main);text-align:center;margin-bottom:16px}.cex-app .footer-section h3{font-size:var(--font-size-l);line-height:var(--line-height-l);font-weight:600;text-align:center;margin-bottom:12px}.cex-app .crypto-experience{padding:80px 12px 80px 12px}.cex-app .crypto-experience-image{display:block}.cex-app .crypto-experience-image img{width:100%;max-width:572px;display:block;margin:0 auto}.cex-app .crypto-experience-sub-content{margin-top:24px;padding:16px;border:1px solid #dbe1ea;border-radius:16px}.cex-app .crypto-experience-sub-content p{margin-bottom:0}.cex-app .move-forward{margin-bottom:24px;display:block}.cex-app .move-forward-image{margin-top:24px}.cex-app .move-forward-image img{width:121%;margin-left:-10%}.cex-app .providing-access__text{max-width:920px;margin:0 auto;margin-bottom:40px}.cex-app .providing-access .providing-access-fun-fact{margin-top:62px;max-width:1440px}.cex-app .providing-access .providing-access-fun-fact-image{max-width:84px;margin:0 auto;border-radius:100%;background-color:#fff;transform:translateX(-50%) translateY(-96px);position:absolute;left:50%}.cex-app .providing-access .providing-access-fun-fact-image img{max-width:84px;margin:0 auto;display:block}.cex-app .providing-access .providing-access-fun-fact__link{color:var(--text-color-accent);text-decoration:underline;font-size:var(--font-size-l)}.cex-app .providing-access .providing-access-fun-fact-content{background-color:#fff;filter:drop-shadow(0px 8px 40px rgba(38, 55, 76, 0.08));border-radius:24px;padding:52px 16px 24px 16px}.cex-app .providing-access .providing-access-fun-fact-content p{max-width:567px;margin:0 auto}.cex-app .providing-access .providing-access-fun-fact-content p:last-child{margin-top:16px}@media(min-width: 576px){.cex-app .move-forward-image img{display:block;margin:0 auto;width:100%;max-width:375px}}@media(min-width: 768px){.cex-app .footer-section{background:linear-gradient(to bottom, white 0%, white 18%, #FBFBFB 18%, #FBFBFB 100%)}.cex-app .move-forward-image img{max-width:572px}.cex-app .crypto-experience-image img{max-width:804px}}@media(min-width: 1024px){.cex-app .footer-section h2{font-size:var(--font-size-xxl);line-height:var(--line-height-xxl);margin-bottom:24px}.cex-app .footer-section p{font-size:var(--font-size-l);line-height:var(--line-height-l)}.cex-app .footer-section .crypto-experience{padding-bottom:124px}.cex-app .footer-section .crypto-experience__text{margin-bottom:40px}.cex-app .footer-section .crypto-experience-sub-content{padding:24px 40px}.cex-app .footer-section .move-forward__text{margin-bottom:46px}.cex-app .footer-section .move-forward-image img{max-width:804px}.cex-app .providing-access .providing-access__text{margin-bottom:40px}.cex-app .providing-access .providing-access-fun-fact{margin-top:90px}.cex-app .providing-access .providing-access-fun-fact-image{max-width:112px;transform:translateX(-50%) translateY(-107px)}.cex-app .providing-access .providing-access-fun-fact-image img{max-width:112px}.cex-app .providing-access .providing-access-fun-fact-content{padding-bottom:48px}.cex-app .providing-access .providing-access-fun-fact-content .providing-access-fun-fact__title{font-size:var(--font-size-xl);line-height:var(--line-height-xl);margin-bottom:24px}.cex-app .providing-access .providing-access-fun-fact-content p{max-width:742px}}@media(min-width: 1200px){.cex-app .footer-section{background:linear-gradient(to bottom, white 0%, white 19%, #FBFBFB 19%, #FBFBFB 100%)}}
.cex-ui-section.info-overlay-dark{background-color:#fbfbfb;padding:0}.cex-ui-section.info-overlay-dark .cex-ui-section-content{background-color:#26374c;border-radius:24px;padding:40px 20px}.cex-ui-section.info-overlay-dark h3{color:#fff;text-align:center}.cex-ui-section.info-overlay-dark p{color:#a0a7b0;text-align:center;margin-bottom:40px;font-size:var(--font-size-m);line-height:var(--font-size-m)}.cex-ui-section.info-overlay-dark button{margin:0 auto}.cex-ui-section.info-overlay-dark em{font-style:italic}@media(min-width: 1024px){.cex-ui-section.info-overlay-dark .cex-ui-section-content{padding:72px 95px;max-width:1138px}.cex-ui-section.info-overlay-dark h3{font-size:var(--font-size-xl);line-height:var(--line-height-xl)}.cex-ui-section.info-overlay-dark p{font-size:var(--font-size-l);line-height:var(--line-height-l)}}
.nav-link{font-weight:400;font-size:var(--font-size-s);line-height:inherit;white-space:nowrap}.nav-link.link--with-icon img{margin-right:1rem}.nav-link.nav-link--single:not(:last-of-type){margin-right:2rem}.link{display:inline-block;color:var(--text-color-main);font-weight:400;white-space:nowrap;transition:color .3s ease}.link:hover,.link:focus{color:var(--text-color-accent)}.link--with-icon{display:flex;flex-flow:row nowrap;align-items:center}.link--with-icon img{width:auto;height:1.25rem;-o-object-fit:contain;object-fit:contain}.link.banner-link{position:relative;font-size:var(--font-size-xs);font-weight:bold;line-height:1;color:var(--text-color-main);transition:color .3s ease}.link.banner-link::after{content:"";width:10px;height:10px;display:block;position:absolute;top:calc(50% - 5px);left:calc(100% + 5px);border-top:none;border-left:none;border-right:2px solid var(--text-color-main);border-bottom:2px solid var(--text-color-main);transform:rotate(-45deg);transition:transform .3s ease}.link.banner-link:hover,.link.banner-link:focus{color:var(--text-color-accent-hover)}.link.banner-link:hover::after,.link.banner-link:focus::after{transform:translateX(5px) rotate(-45deg)}.link.banner-link:active{color:var(--text-color-accent-active)}.btn{padding:.3125rem .6875rem;font-weight:600;font-size:var(--font-size-s);line-height:20px;text-align:center;border-radius:6px;border:1.5px solid transparent;transition:all .3s ease}@media(min-width: 769px){.btn:hover{transform:translateY(-1px)}}.btn:active{box-shadow:var(--box-shadow-active)}.btn.btn--big{padding:1.0625rem 1.1875rem;font-size:var(--font-size-m);line-height:24px;font-weight:400;border-radius:12px}.btn.btn--primary{color:var(--bg-color-white);background-color:var(--text-color-accent);width:130px}.btn.btn--primary:hover{background-color:var(--text-color-accent-hover)}.btn.btn--primary:active{background-color:var(--text-color-accent-active)}.btn.btn--transparent{color:var(--text-color-main);border:1.5px solid #bdc8d9;width:86px}.btn.btn--transparent:hover{color:var(--bg-color-white);border:1.5px solid var(--text-color-main);background-color:var(--text-color-main)}.btn.btn--transparent:focus{color:var(--bg-color-white);border:1.5px solid var(--text-color-main-active);background-color:var(--text-color-main-active)}.btn.btn--transparent.btn--status{width:150px}.btn.btn--width-l{width:100%;max-width:256px}.btn.btn--width-m{width:100%;max-width:160px}.btn.btn--green{color:var(--bg-color-white);background-color:#0abf64}.btn.btn--green:hover,.btn.btn--green:focus{background-color:#0abf64}.btn.btn--green:active{background-color:#0abf64}@media(max-width: 425px){.btn.btn--primary{max-width:100%}}
.cex-app .fomo-section{background-color:#fbfbfb;padding-bottom:0}.cex-app .fomo-section__title{text-align:center}.cex-app .fomo-section__text{margin-bottom:24px;text-align:center}.cex-app .fomo-section .flow{display:flex;flex-direction:column;align-items:center}.cex-app .fomo-section .flow p:last-child{margin-bottom:0}.cex-app .fomo-section .flow-image img{max-width:419px}.cex-app .fomo-section .flow-content{background:#fff;border:1px solid #e5e9ed;border-radius:24px;padding:24px;position:relative}.cex-app .fomo-section .flow-content p{text-align:center}.cex-app .fomo-section .flow-content::after{content:url(https://static.cex.io/landings/media/flow_arrow.svg);width:88px;height:120px;position:absolute;left:50%;transform:translateX(-50%) translateY(16%)}.cex-app .fomo-section .fomo-description{margin-top:128px;display:flex;flex-wrap:wrap;justify-content:space-between}.cex-app .fomo-section .fomo-description__text{font-size:var(--font-size-m);line-height:var(--line-height-m)}.cex-app .fomo-section .fomo-description__title--new-line{display:block}.cex-app .fomo-section .fomo-description-image img{width:100%;display:block;margin:0 auto}.cex-app .fomo-section .fomo-description .plane img{max-width:273px}.cex-app .fomo-section .fomo-description .graphs img{max-width:296px}.cex-app .fomo-section .fomo-description .convert img{max-width:189px;padding-bottom:14px}.cex-app .fomo-section .fomo-description .rewards img{max-width:222px;padding-bottom:14px}.cex-app .fomo-section .fomo-description-wrapper{background:#fff;padding-top:24px;padding-right:24px;padding-left:24px;margin:0 auto;margin-bottom:24px;border-radius:24px;width:100%;box-shadow:0px 12px 80px rgba(38,55,76,.04);max-width:332px}.cex-app .fomo-section .fomo-description-wrapper:last-child{margin-bottom:0}.cex-app .get-app{width:100%;margin-top:24px;padding:50px 22px 24px 22px;border-radius:24px;box-shadow:0px 12px 80px rgba(38,55,76,.04);background:#fff}.cex-app .get-app-description{display:flex;flex-direction:column;align-items:center}.cex-app .get-app-description-icon-wrapper{padding:16px;border-radius:50%;border:1px solid #dbe1ea;margin-bottom:40px}.cex-app .get-app-description__icon{width:32px;height:32px}.cex-app .get-app-description-content h3{text-align:center;margin-bottom:12px}.cex-app .get-app-description-content p{text-align:center;max-width:279px;margin:0 auto;font-size:var(--font-size-m)}.cex-app .get-app-links{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:40px}.cex-app .get-app-links img{height:60px;margin-bottom:12px;margin-left:8px;margin-right:8px;cursor:pointer}@media(min-width: 768px){.cex-app .fomo-section .fomo-description-wrapper{max-width:none;margin:0 0 24px 0;width:49%;max-height:360px;overflow:hidden}.cex-app .fomo-section .fomo-description-wrapper .graphs img{position:relative;bottom:-17px}.cex-app .fomo-section .get-app{padding-top:24px}.cex-app .fomo-section .get-app-description-content p{max-width:none}}@media(min-width: 1024px){.cex-app .fomo-section{padding-top:104px}.cex-app .fomo-section .fomo-description{margin-top:30px}.cex-app .fomo-section .fomo-description-image img{margin-right:0}.cex-app .fomo-section .fomo-description .convert img{padding:0;max-width:207px;position:relative;bottom:42px}.cex-app .fomo-section .fomo-description .plane img{max-width:360px;position:relative;right:-56px;bottom:37px}.cex-app .fomo-section .fomo-description .graphs img{max-width:283px;position:relative;bottom:-14px;right:-30px}.cex-app .fomo-section .fomo-description .rewards img{position:relative;bottom:64px;right:-24px}.cex-app .fomo-section .fomo-description h3{font-size:var(--font-size-xl);line-height:var(--line-height-xl)}.cex-app .fomo-section .fomo-description__text--new-line{display:block}.cex-app .fomo-section .fomo-description-wrapper{max-width:557px;max-height:400px;padding:40px 40px 0 40px}.cex-app .fomo-section .flow{margin-top:48px;height:506px;flex-direction:row;justify-content:space-between;align-items:flex-start}.cex-app .fomo-section .flow-image img{width:95%;max-width:655px}.cex-app .fomo-section .flow-content{max-width:488px;padding:40px}.cex-app .fomo-section .flow-content::after{transform:translateX(-50%) translateY(13%);width:197px;height:247px}.cex-app .fomo-section .get-app{padding-top:48px;padding-bottom:48px}}
.cex-app .cex-ui-section{background-color:#fbfbfb}.cex-app .note-section{padding-bottom:0}.cex-app .note-section .cex-ui-section-content{max-width:90%;margin:0 auto;border-bottom:1px solid #dbe1ea;padding-bottom:40px}.cex-app .note-section p{font-size:var(--font-size-s);line-height:22px}.cex-app .note-section .autograph-name,.cex-app .note-section .autograph-position{display:block;text-align:right}.cex-app .note-section .autograph-name{font-weight:600}@media(min-width: 1024px){.cex-app .note-section .cex-ui-section-content{padding-bottom:80px;max-width:946px}.cex-app .note-section p{font-size:var(--font-size-m);line-height:28px}}
.app-list{list-style:none;padding-left:0;margin:0}.app-list-item{padding-bottom:0;padding-left:24px;margin-bottom:8px;position:relative;color:var(--text-color-secondary-darken)}.app-list-item::before{content:"";background-color:var(--text-color-accent);position:absolute;width:8px;height:8px;left:0;top:50%;transform:translateY(-50%);border-radius:50%;display:block}ol.app-list{list-style:decimal;padding-left:20px}ol .app-list-item{padding-left:12px}ol .app-list-item::before{content:none}
.question-block{max-width:768px;cursor:pointer;border-bottom:1px solid #dbe1ea}.question-block-answer{display:none;margin-bottom:32px}.question-block-answer.open{display:block}.question-block-title{padding-top:24px;padding-bottom:24px;margin:0;font-size:var(--font-size-l);line-height:var(--line-height-l);color:var(--text-color-main);font-weight:600;scroll-margin-top:100px}.question-block-title.open{color:var(--text-color-accent);transition:all .3s ease}.question-block:last-of-type{margin-bottom:48px}.question-block .toggle-block{display:flex;justify-content:space-between;align-items:center}.question-block .toggle{position:relative;margin-left:20px}.question-block .toggle::before,.question-block .toggle::after{content:"";width:16px;height:2px;border-radius:2px;background-color:var(--text-color-main);position:absolute;top:0;left:-16px}.question-block .toggle::after{transform:rotate(90deg);transition:transform .5s}.question-block .toggle.open::before,.question-block .toggle.open::after{background-color:var(--text-color-accent)}.question-block .toggle.open::after{transform:rotate(0)}@media(min-width: 768px){.question-block .toggle::before,.question-block .toggle::after{width:24px;left:-24px}}
.faq-section .cex-ui-section-content{display:flex;flex-direction:column;align-items:center}.faq-section .questions{width:100%;max-width:768px}.faq-section .questions ul{padding-bottom:8px}.faq-section .questions ul li{color:var(--text-color-secondary-darken);position:relative;padding-left:40px;padding-bottom:8px}.faq-section .questions ul li::before{content:"";background-color:var(--text-color-accent);position:absolute;width:8px;height:8px;left:16px;top:10px;border-radius:50%;display:block}.faq-section .questions ol{list-style-type:decimal;padding-left:30px}.faq-section .questions ol li{color:var(--text-color-secondary-darken);padding-bottom:8px;padding-left:10px}.faq-section .questions p{text-align:left;margin-bottom:16px}.faq-section .questions a{font-weight:600}.faq-section .show-more-btn{font-weight:600}
.cex-app .expensive{padding-bottom:80px}.cex-app .methods{padding-top:0;padding-bottom:80px}.cex-app .expensive-methods-section__title,.cex-app .expensive-methods-section__text{text-align:center}.cex-app .expensive-methods-section__text{margin-bottom:24px}.cex-app .expensive-methods-section-stepper-wrapper{position:relative;max-width:343px;margin:0 auto}.cex-app .expensive-methods-section-stepper-wrapper::before{content:"";position:absolute;height:calc(96% - 147px);border-left:1px dashed #000;top:max(10%, 78px);left:-4px}.cex-app .expensive-methods-section-stepper-block{border:1px solid #dbe1ea;border-radius:16px;padding:16px;margin-bottom:24px;margin-left:24px;position:relative}.cex-app .expensive-methods-section-stepper-block:last-child{margin-bottom:0}.cex-app .expensive-methods-section-stepper-block p{font-size:var(--font-size-m)}.cex-app .expensive-methods-section-stepper__link{font-weight:600}.cex-app .methods .expensive-methods-section-stepper-block p{margin-bottom:0}.cex-app .expensive .expensive-methods-section-stepper-block p:last-child{margin-bottom:0}.cex-app .expensive-methods-section-image{text-align:center}.cex-app .expensive-methods-section-image img{width:100%}.cex-app .expensive .expensive-methods-section-image{margin-bottom:24px}.cex-app .expensive .expensive-methods-section-image img{max-width:375px}.cex-app .arrow-right::before,.cex-app .arrow-down::before{content:"";display:block;position:absolute;left:-39px;top:calc(50% - 15px);border:2px solid #000;border-radius:50%;width:24px;height:24px;background-size:100% 100%;box-sizing:border-box;background-color:#fff;box-shadow:0 0 0 12px #fbfbfb}.cex-app .expensive .arrow-right::before,.cex-app .methods .arrow-right::before{background-image:url(https://profile.cex.io/static/resources/media/arrow-right.svg)}.cex-app .expensive .arrow-down::before,.cex-app .methods .arrow-down::before{background-image:url(https://profile.cex.io/static/resources/media/arrow-down.svg)}@media(min-width: 768px){.cex-app .expensive-methods-section-content-wrapper{display:flex;justify-content:space-between;align-items:center}.cex-app .methods .expensive-methods-section-image{order:2}.cex-app .expensive-methods-section-stepper-wrapper{width:45%;max-width:428px}.cex-app .expensive-methods-section-image{width:50%;text-align:left;margin-bottom:0}.cex-app .expensive-methods-section-image img{display:block;width:100%}.cex-app .expensive .expensive-methods-section-image img{max-width:580px}}@media(min-width: 1024px){.cex-app .expensive-methods-section__text{margin-bottom:57px}.cex-app .expensive-methods-section-stepper-wrapper{margin-right:0}.cex-app .expensive-methods-section-stepper-block{margin-bottom:40px;padding:24px 40px}}
.cex-app .simple-secure-section{padding-top:80px;background-color:#fbfbfb}.cex-app .simple{padding-bottom:80px}.cex-app .secure{padding-top:0}.cex-app .simple-secure-section__title{text-align:center;margin-bottom:56px}.cex-app .simple-secure-section-stepper-wrapper{display:flex;flex-direction:column;align-items:flex-end;margin:0 auto;position:relative;max-width:343px}.cex-app .simple-secure-section-stepper-wrapper::before{content:"";position:absolute;height:calc(100% - max(10%, 163px));border-left:1px dashed #000;top:max(10%, 70px);left:-1%}.cex-app .simple-secure-section-stepper-block p{margin-bottom:0}.cex-app .simple-secure-section-stepper-block{background-color:#fff;position:relative;border:1px solid #dbe1ea;border-radius:16px;padding:16px;margin-bottom:24px;margin-left:24px}.cex-app .simple-secure-section-stepper-block:last-child{margin-bottom:0}.cex-app .simple-secure-section-stepper-block p{font-size:var(--font-size-m)}.cex-app .simple-secure-section-stepper-block .simple-secure-section-stepper__link{font-weight:600;text-decoration:underline}.cex-app .simple-secure-section-stepper-block::before{content:"";display:block;position:absolute;left:-39px;top:calc(50% - 15px);border:2px solid #000;border-radius:50%;width:24px;height:24px;background-size:100% 100%;box-sizing:border-box;background-color:#fff;box-shadow:0 0 0 12px #fbfbfb}.cex-app .arrow-right::before{background-image:url(https://profile.cex.io/static/resources/media/arrow-right.svg)}.cex-app .arrow-down::before{background-image:url(https://profile.cex.io/static/resources/media/arrow-down.svg)}.cex-app .simple-secure-section-image{text-align:center;margin-bottom:12px}.cex-app .simple-secure-section-image img{width:100%}.cex-app .staking img{max-width:375px}.cex-app .security img{max-width:343px}@media(min-width: 768px){.cex-app .simple-secure-content-wrapper{display:flex;justify-content:space-between}.cex-app .secure .simple-secure-section-image{order:2}.cex-app .simple-secure-section-stepper-wrapper{width:60%}.cex-app .simple-secure-section-image{text-align:left}.cex-app .simple-secure-section-image img{width:100%}}@media(min-width: 1024px){.cex-app .simple{padding-top:144px;padding-bottom:62px}.cex-app .simple-secure-section-stepper-block{margin-bottom:40px;padding:24px 40px}.cex-app .simple-secure-section-stepper-wrapper{max-width:468px}.cex-app .simple .simple-secure-section-stepper-wrapper{margin-right:0;margin-left:69px}.cex-app .secure .simple-secure-section-stepper-wrapper{margin-left:0;margin-right:69px}.cex-app .simple-secure-content-wrapper{display:flex;align-items:center}.cex-app .simple-secure-section-image{margin-bottom:0}.cex-app .staking img{max-width:603px}.cex-app .security img{max-width:568px}}
.cex-app .global-community-section{padding-bottom:40px;padding-top:80px}.cex-app .global-community-section__title{text-align:center}.cex-app .global-community-section__text{text-align:center;margin-bottom:32px}.cex-app .global-community-section-wrapper{box-shadow:0px 12px 80px rgba(38,55,76,.04);border-radius:24px;padding:24px}.cex-app .global-community-section-image img{width:100%}.cex-app .global-community-section__border{width:100%;margin-top:16px;height:2px;background-image:linear-gradient(to right, #DBE1EA 0%, #DBE1EA 50%, transparent 50%);background-size:18px 2px;background-repeat:repeat-x}.cex-app .global-community-section-quote p{text-align:center;margin:16px auto;max-width:283px;font-size:var(--font-size-m);line-height:var(--line-height-m)}.cex-app .global-community-section-quote span{font-weight:600;width:100%;display:block;text-align:center;margin-bottom:40px}.cex-app .global-community-section-quote .rate{padding-top:32px;display:flex;justify-content:center}.cex-app .global-community-section-quote .rate img{width:32px;height:32px}.cex-app .global-community-section-quote button{margin:0 auto}@media(min-width: 768px){.cex-app .global-community-section-quote{max-width:450px;margin:0 auto}.cex-app .global-community-section-quote p{max-width:none}.cex-app .global-community-section__text{margin-bottom:48px}}@media(min-width: 1024px){.cex-app .global-community-section{padding-top:144px}.cex-app .global-community-section-wrapper{display:flex;justify-content:space-around;align-items:center;padding:0}.cex-app .global-community-section-image{max-width:628px;padding-bottom:0;padding-right:20px;padding:40px 20px 40px 40px}.cex-app .global-community-section-quote{padding:40px 40px 40px 20px}.cex-app .global-community-section__border{margin-top:0;height:440px;width:3px;background-image:repeating-linear-gradient(0deg, #DBE1EA, #DBE1EA 10px, transparent 10px, transparent 20px, #DBE1EA 20px);background-size:3px 100%}}
.cex-app .easy-start-section{padding-top:80px;padding-bottom:0}.cex-app .easy-start-section h2{text-align:center}.cex-app .easy-start-section__description{text-align:center}.cex-app .easy-start-section-block{margin-top:24px;position:relative}.cex-app .easy-start-section-block::before{content:"";position:absolute;height:calc(96% - 140px);border-left:1px dashed #000;top:max(10%, 70px);left:5px}.cex-app .easy-start-section-item{width:90%;padding:12px 24px 22px 24px;display:flex;border-radius:16px;box-shadow:0px 12px 80px rgba(38,55,76,.04);background-color:#fff;margin-bottom:24px;position:relative}.cex-app .easy-start-section-item:last-child{margin-bottom:0}.cex-app .easy-start-section-item .bold-text{font-weight:600}.cex-app .easy-start-section-item .new-line-text{display:block}.cex-app .easy-start-section .register,.cex-app .easy-start-section .verification,.cex-app .easy-start-section .tick{margin-left:32px}.cex-app .easy-start-section .register::before,.cex-app .easy-start-section .verification::before,.cex-app .easy-start-section .tick::before{content:"";display:block;position:absolute;left:-39px;top:calc(50% - 15px);border:2px solid #000;border-radius:50%;width:24px;height:24px;background-size:100% 100%;box-sizing:border-box;background-color:#fff;box-shadow:0 0 0 12px #fbfbfb}.cex-app .easy-start-section .register::before{background-image:url(https://profile.cex.io/static/resources/media/arrow-right.svg)}.cex-app .easy-start-section .verification::before{border:none;width:28px;height:28px;background-image:url(https://profile.cex.io/static/resources/media/time.svg)}.cex-app .easy-start-section .tick::before{background-image:url(https://profile.cex.io/static/resources/media/check.svg)}.cex-app .easy-start-section__image{width:64px;margin-right:24px}.cex-app .easy-start-section__image img{width:64px}.cex-app .easy-start-section-content{display:flex;flex-direction:column}@media(min-width: 1024px){.cex-app .easy-start-section{padding-top:144px}.cex-app .easy-start-section .easy-start-section-block{display:flex;justify-content:space-between;margin-top:80px}.cex-app .easy-start-section .easy-start-section-block::before{border-left:none;border-top:1px dashed #667e99;top:-30px;left:149px;width:calc(87% - 140px)}.cex-app .easy-start-section .easy-start-section-item{flex-direction:column;align-items:center;width:47%;max-width:521px;margin-bottom:0;padding-top:35px;padding-bottom:48px}.cex-app .easy-start-section .easy-start-section-item h3{text-align:center;font-size:var(--font-size-xl);line-height:var(--line-height-xl)}.cex-app .easy-start-section .easy-start-section-item p{text-align:center;margin-bottom:0}.cex-app .easy-start-section .easy-start-section-item__image{height:200px}.cex-app .easy-start-section .easy-start-section-item .easy-start-section-content{padding-top:24px}.cex-app .easy-start-section .easy-start-section-item:first-child,.cex-app .easy-start-section .easy-start-section-item:last-child{width:25%;max-width:285px}.cex-app .easy-start-section .easy-start-section__image{width:100%}.cex-app .easy-start-section .verification p{max-width:407px}.cex-app .easy-start-section .register .easy-start-section__image,.cex-app .easy-start-section .verification .easy-start-section__image,.cex-app .easy-start-section .tick .easy-start-section__image{margin-right:0}.cex-app .easy-start-section .register .easy-start-section__image img,.cex-app .easy-start-section .verification .easy-start-section__image img,.cex-app .easy-start-section .tick .easy-start-section__image img{display:block;margin:0 auto}.cex-app .easy-start-section .register::before,.cex-app .easy-start-section .verification::before,.cex-app .easy-start-section .tick::before{top:-42px;left:auto}.cex-app .easy-start-section .register{margin-left:0}.cex-app .easy-start-section .register .easy-start-section-item__image{padding-top:14px}.cex-app .easy-start-section .register .easy-start-section__image{width:135px}.cex-app .easy-start-section .verification .easy-start-section__image{width:163px}.cex-app .easy-start-section .tick .easy-start-section__image{width:148px}}
.qr-modal{width:480px;height:766px}.qr-modal svg{display:block;width:144px;height:144px;margin-left:auto;margin-right:auto;margin-top:104px}.qr-modal-title{margin-top:32px;margin-bottom:16px}.qr-modal-btn{margin:auto auto 0;width:384px}.ReactModal__Overlay.ReactModal__Overlay--after-open{z-index:1003}
.cex-app main h2{font-size:28px;line-height:32px;margin-bottom:16px;font-weight:600}.cex-app main h3{font-size:var(--font-size-l);line-height:var(--line-height-l);color:var(--text-color-main);font-weight:600;margin-bottom:16px}.cex-app main p{font-size:var(--font-size-m);line-height:var(--line-height-l);color:var(--text-color-main);margin-bottom:16px}.cex-app main .sticky-promo{padding:16px 0;display:flex;justify-content:space-around;align-items:center;border-radius:24px 24px 0 0;position:fixed;bottom:0;z-index:2;background-color:#fff;width:100%}.cex-app main .sticky-promo p{margin-bottom:0}.cex-app main .sticky-promo button{width:122px}@media(min-width: 768px){.cex-app main .sticky-promo{display:none}}@media(min-width: 1024px){.cex-app main h2{font-size:var(--font-size-xxl);line-height:56px}.cex-app main p{font-size:var(--font-size-l);line-height:32px}.cex-app main .faq-section p,.cex-app main .faq-section li{color:var(--text-color-main);font-size:18px;line-height:28px}}

/*# sourceMappingURL=CexAppAf.css.map*/