/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/*!
 * 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{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;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}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-name:headShake;animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-animation-name:swing;animation-name:swing;-webkit-transform-origin:top center;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}@keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}@keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}@keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}@keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__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}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animate__animated.animate__flip{-webkit-animation-name:flip;animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}@keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
.tns-outer{padding:0!important}.tns-outer [hidden]{display:none!important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{transition:all 0s}.tns-slider>.tns-item{box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{clear:both;content:"";display:table}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-gallery,.tns-no-calc{left:0;position:relative}.tns-gallery{min-height:1px}.tns-gallery>.tns-item{left:-100%;position:absolute;transition:transform 0s,opacity 0s}.tns-gallery>.tns-slide-active{left:auto!important;position:relative}.tns-gallery>.tns-moving{transition:all .25s}.tns-autowidth{display:inline-block}.tns-lazy-img{opacity:.6;transition:opacity .6s}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{left:-10000em;position:absolute}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{filter:alpha(opacity=100);opacity:1;z-index:0}.tns-fadeOut,.tns-normal{filter:alpha(opacity=0);opacity:0;z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{height:10px;margin:0 auto;overflow:hidden;position:relative;width:310px}.tns-t-ct{position:absolute;right:0;width:2333.3333333%;width:2333.33333%;width:2333.3333333333%}.tns-t-ct:after{clear:both;content:"";display:table}.tns-t-ct>div{float:left;height:10px;width:1.4285714%;width:1.42857%;width:1.4285714286%}@font-face{font-display:swap;font-family:EMprint;font-style:normal;font-weight:300;src:url(../fonts/EMprint/EMprint-300.woff2) format("woff2"),url(../fonts/EMprint/EMprint-300.woff) format("woff")}@font-face{font-display:swap;font-family:EMprint;font-style:normal;font-weight:400;src:url(../fonts/EMprint/EMprint-400.woff2) format("woff2"),url(../fonts/EMprint/EMprint-400.woff) format("woff")}@font-face{font-display:swap;font-family:EMprint;font-style:normal;font-weight:600;src:url(../fonts/EMprint/EMprint-600.woff2) format("woff2"),url(../fonts/EMprint/EMprint-600.woff) format("woff")}@font-face{font-display:swap;font-family:EMprint;font-style:normal;font-weight:700;src:url(../fonts/EMprint/EMprint-700.woff2) format("woff2"),url(../fonts/EMprint/EMprint-700.woff) format("woff")}h1,h2,h3,h4,h5,h6,li,ol,ul{margin:0;padding:0}ol,ul{list-style:none}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;outline:none}::-moz-selection{background:#bdbfbf}::selection{background:#bdbfbf}.container{margin:0 auto;max-width:1680px;padding:0 40px;width:100%}@media screen and (max-width:1660px){.container{max-width:100vw;min-width:100%}}@media screen and (max-width:768px){.container{padding:0 20px}}html{max-width:100%;overflow-x:hidden;width:100%}.html--unscroll{max-height:100vh;overflow-y:hidden}*{box-sizing:border-box;margin:0;outline:none!important;padding:0}:root{--animate-duration:0.4s;--animation:ease-out}.body{align-items:column;color:#656666;display:flex;flex-direction:row;flex-wrap:wrap;font-family:EMprint,Open Sans,Arial,sans-serif;font-size:1.5rem;font-weight:400;justify-content:wrap;line-height:30px;margin:0 auto;min-height:100vh;min-width:100%}.main{flex:1 0 100%;max-width:100%}.row{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin:0 -10px}.section-title{color:#17181a;font-size:2.625rem;font-weight:400;line-height:50px}@media screen and (max-width:768px){.section-title{font-size:1.5625rem;font-weight:400;line-height:35px}}.section-title--color--light{color:#f0f7fc}.section-title--color--white{color:#fff}.section-title--color--blue{color:#0066b2}.section-title--size--lg{font-size:3.125rem;font-weight:400;line-height:60px}@media screen and (max-width:768px){.section-title--size--lg{font-size:1.5625rem;font-weight:400;line-height:35px}}.section-title--size--md{font-size:2.125rem;font-weight:400;line-height:40px}@media screen and (max-width:768px){.section-title--size--md{font-size:1.125rem;font-weight:400;line-height:25px}}.section-title--type--underline{display:inline-flex;margin-left:-7px;position:relative;text-decoration:none}@media screen and (max-width:768px){.section-title--type--underline{margin:0}}.section-title--type--underline:before{background:#0066b2;bottom:3px;content:"";display:block;height:2px;position:absolute;width:100%}@media screen and (max-width:768px){.section-title--type--underline:before{display:none}}.section-title--type--regard{position:relative}.section-title--type--regard:before{background:linear-gradient(143.65deg,#c7dbeb 21.25%,#accde6 49.82%,#8ab4d4 78.86%);border-radius:40px;content:"";display:block;height:485px;left:calc(100% + 10px);opacity:0;overflow:hidden;position:absolute;top:-100px;transition:all .5s linear;visibility:hidden;width:390px;z-index:2}@media screen and (max-width:768px){.section-title--type--regard:before{display:none}}.section-title--type--regard:after{background:url(../images/temp/regard.jpg) no-repeat 50%;background-size:cover;border-radius:20px;content:"";display:block;height:380px;left:calc(100% + 47px);opacity:0;overflow:hidden;position:absolute;top:-48px;transition:all .5s linear;visibility:hidden;width:315px;z-index:5}@media screen and (max-width:768px){.section-title--type--regard:after{display:none}}.section-title--type--regard:hover:after,.section-title--type--regard:hover:before{opacity:1;transition:all .5s linear;visibility:visible}.image{overflow:hidden}.image,.img{display:block;height:100%;width:100%}.img{-o-object-fit:cover;object-fit:cover}.link{display:block;text-decoration:none}.next,.prev{background:#e8ebed url(../images/icons/arrow.svg) no-repeat 50%;border-radius:50%;cursor:pointer;height:50px;outline:none;width:50px}@media screen and (max-width:768px){.next,.prev{background-color:#f7fafc;height:40px;width:40px}}.next:hover,.prev:hover{background:#f7fafc url(../images/icons/arrow-blue.svg) no-repeat 50%}.next:active,.next:focus,.prev:active,.prev:focus{background:#f5fbff url(../images/icons/arrow-blue.svg) no-repeat 50%}.next:disable,.prev:disable{background:#d4d7d9 url(../images/icons/arrow-disable.svg) no-repeat 50%}.prev{transform:rotate(180deg)}.tns-outer{align-items:column-reverse;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.tns-controls,.tns-liveregion,.tns-nav button{display:none}.form__error{bottom:75px;color:#ed1c2e;display:none;font-size:.9375rem;font-weight:400;line-height:20px;position:absolute;right:0}.form-group{margin-bottom:60px;min-width:305px}@media screen and (max-width:768px){.form-group{margin-bottom:35px;min-width:100%}}.form-group .btn,.input{border:none}.input{background:#f7fafc;border-radius:8px;font-size:1.125rem;font-weight:400;line-height:30px;max-height:70px;max-width:305px;padding:20px 30px;width:100%}@media screen and (max-width:768px){.input{font-size:1rem;font-weight:400;line-height:20px;max-height:60px;max-width:100%;min-width:100%;padding:20px}}.input:hover{box-shadow:0 0 10px #f7fafc}.input:hover,.input:hover+.label__text{color:#17181a}.input:-moz-placeholder-shown{font-size:0}.input:-ms-input-placeholder{font-size:0}.input:placeholder-shown{font-size:0}.input:not(:-moz-placeholder-shown)+.label__text{bottom:100px;font-size:.9375rem;font-weight:400;left:0;line-height:20px;position:relative}.input:not(:-ms-input-placeholder)+.label__text{bottom:100px;font-size:.9375rem;font-weight:400;left:0;line-height:20px;position:relative}.input:focus+.label__text,.input:not(:placeholder-shown)+.label__text{bottom:100px;font-size:.9375rem;font-weight:400;left:0;line-height:20px;position:relative}@media screen and (max-width:768px){.input:not(:-moz-placeholder-shown)+.label__text{bottom:85px;font-size:.75rem;font-weight:400;line-height:20px}.input:not(:-ms-input-placeholder)+.label__text{bottom:85px;font-size:.75rem;font-weight:400;line-height:20px}.input:focus+.label__text,.input:not(:placeholder-shown)+.label__text{bottom:85px;font-size:.75rem;font-weight:400;line-height:20px}}.input--invalid{border:1px solid #ed1c2e}.input--invalid~.form__error{display:block}.input:-webkit-autofill:active,.input:-webkit-autofill:focus,.input:-webkit-autofill:hover,.input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 35px #f7fafc!important}.label{display:block;font-size:1.125rem;font-weight:400;line-height:30px;max-height:70px;max-width:305px;position:relative;width:100%}@media screen and (max-width:768px){.label{font-size:1rem;font-weight:400;line-height:20px;max-height:60px;max-width:100%}}.label__text{bottom:20px;left:30px;position:absolute}@media screen and (max-width:768px){.label__text{left:20px}}.radio{opacity:0;position:absolute;z-index:-1}.radio-label{align-items:flex-start;cursor:pointer;display:flex;flex-direction:row;flex-wrap:wrap;font-size:1.125rem;font-weight:400;justify-content:flex-start;line-height:30px;margin-right:0;max-width:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:768px){.radio-label{font-size:1rem;font-weight:400;line-height:20px}}.radio-label:before{background:url(../images/icons/radio-empty.svg) no-repeat 50%;content:"";display:inline-block;height:24px;margin-right:10px;min-width:24px}@media screen and (max-width:768px){.radio-label:before{background-size:contain;height:16px;min-width:16px}}.radio:checked+.radio-label:before{background-image:url(../images/icons/radio.svg)}.about-slider{position:relative}.about-slider__controls{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;left:60px;position:absolute;right:60px;top:480px;z-index:10}@media screen and (max-width:768px){.about-slider__controls{bottom:40px;left:20px;right:20px;top:auto}}.about-slider__next,.about-slider__prev{height:40px;width:40px}@media screen and (max-width:768px){.about-slider__next,.about-slider__prev{background:#0066b2 url(../images/icons/arrow-white.svg) no-repeat 50%}}.about-slider__inner{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;height:1000px;justify-content:flex-start;min-width:100vw;overflow:hidden}@media screen and (max-width:768px){.about-slider__inner{height:auto}}.about-slider__item{background:#f7fafc;min-height:100%;padding:190px 0 0;width:100%}@media screen and (max-width:768px){.about-slider__item{padding:48px 0 110px}}.about-slider__item-inner{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;height:100%;justify-content:space-between;width:100%}.about-slider__info{flex:0 0 40%;margin-top:63px}@media screen and (max-width:768px){.about-slider__info{flex:0 0 100%;margin-top:0}}.about-slider__note{margin-top:37px}@media screen and (max-width:768px){.about-slider__note{margin-top:12px}}.about-slider__image{border-radius:40px;flex:0 0 57.8%;height:620px}@media screen and (max-width:768px){.about-slider__image{flex:0 0 100%;height:400px;margin-top:50px}}@media screen and (max-width:520px){.about-slider__image{height:280px}}.about-slider__img{-o-object-fit:contain;object-fit:contain}.accordion{border-top:2px solid}.accordion__item{border-bottom:2px solid;transition:all .4s ease-out}.accordion__item--active .accordion__title:after{transform:rotate(45deg)}.accordion__item--active .accordion__text{margin-bottom:31px;max-height:1000px;opacity:1;transition:all .4s ease-out}@media screen and (max-width:768px){.accordion__item--active .accordion__text{margin-bottom:17px}}.accordion__title{align-items:center;color:#f0f7fc;cursor:pointer;display:flex;flex-direction:nowrap;flex-wrap:row;font-size:2.125rem;font-weight:600;justify-content:space-between;line-height:40px;padding:31px 0}@media screen and (max-width:768px){.accordion__title{font-size:1.125rem;font-weight:400;line-height:25px;padding:17px 0}}.accordion__title:after{background:url(../images/icons/plus.svg) no-repeat 50%;content:"";display:block;height:32px;transform:rotate(0);transition:all .4s ease-out;width:32px}@media screen and (max-width:768px){.accordion__title:after{height:24px;min-width:24px;width:24px}}.accordion__text{color:#ced6db;max-height:0;opacity:0;transition:all .4s ease-out}@media screen and (max-width:768px){.accordion__text{font-size:1rem;font-weight:400;line-height:20px}}.button{align-items:center;background:linear-gradient(105.73deg,#0097d6 .63%,#0065b3);border-radius:8px;color:#f0f7fc;cursor:pointer;display:inline-flex;font-size:1.125rem;font-weight:400;height:70px;justify-content:center;line-height:30px;max-height:70px;max-width:100%;outline:0;overflow:hidden;padding:0 55px;text-align:center;text-decoration:none;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}@media screen and (max-width:768px){.button{font-size:1rem;font-weight:400;height:60px;line-height:20px;max-height:60px;min-width:100%}}.button:hover{background:linear-gradient(105.73deg,#00a9f0 .63%,#0073cc)}.button:active,.button:focus{background:linear-gradient(105.73deg,#00b4ff .63%,#0081e6)}.button:disabled{background:linear-gradient(105.73deg,#7ab4cc .63%,#7aa8cc);color:#d8dee3}.button--type--white{background:linear-gradient(104.79deg,#f7fafc 38.72%,#dcdee0 97.24%);color:#17181a}.button--type--white:hover{background:linear-gradient(85.46deg,#f7fafc 83.59%,#dcdee0 119.76%)}.button--type--white:active,.button--type--white:focus{background:#f7fafc}.button--type--back{background:transparent;border-radius:8px;color:#17181a;padding:0 50px}@media screen and (max-width:1200px){.button--type--back{font-size:1rem;font-weight:400;height:20px;line-height:20px;max-height:20px}}.button--type--back:hover{background:#f7fafc}@media screen and (max-width:1200px){.button--type--back:hover{background:transparent}}.button--type--back:active,.button--type--back:focus{background:#fff}@media screen and (max-width:1200px){.button--type--back:active,.button--type--back:focus{background:transparent}}.button--type--callme{background:#656666;border-radius:40px;color:#f0f7fc;height:60px;max-height:60px;padding:0 25px}@media screen and (max-width:768px){.button--type--callme{font-size:1rem;font-weight:400;height:50px;line-height:20px;max-height:50px}}.button--type--callme:before{background:url(../images/icons/phone.svg) no-repeat 50%;content:"";display:block;margin-right:10px;min-height:24px;min-width:24px}.button--type--callme:hover{background:#f7fafc;color:#0066b2}.button--type--callme:hover:before{background-image:url(../images/icons/phone-blue.svg)}.button--type--callme:active,.button--type--callme:focus{background:#fff;color:#0066b2}.button--type--callme:active:before,.button--type--callme:focus:before{background-image:url(../images/icons/phone-blue.svg)}.button-circle{background:#656666 no-repeat 50%;background-size:24px;border-radius:50%;height:60px;width:60px}@media screen and (max-width:768px){.button-circle{height:50px;width:50px}}.button-circle[data-type=instagram]{background-image:url(../images/icons/instagram.svg)}.button-circle[data-type=vk]{background-image:url(../images/icons/vk-white.png)}.button-circle[data-type=vk]:active,.button-circle[data-type=vk]:focus,.button-circle[data-type=vk]:hover{background-image:url(../images/icons/vk-blue.png);border:none}.button-circle--type--call{background:url(../images/icons/callcenter.svg) no-repeat 50%;border:2px solid #f7fafc;height:48px;width:48px}@media screen and (max-width:768px){.button-circle--type--call{height:40px;width:40px}}.button-circle--type--call:active,.button-circle--type--call:focus,.button-circle--type--call:hover{background-image:url(../images/icons/callcenter-blue.svg);border:none}.button-circle:hover{background-color:#f7fafc}.button-circle:active,.button-circle:focus{background-color:#fff}.features{background:linear-gradient(127.23deg,#3d3638 28.41%,#231f20 62.88%,#231f20 91.88%);padding:130px 0 125px}@media screen and (max-width:768px){.features{padding:44px 0 70px}}.features__row{align-items:stretch;margin-top:65px}.features__item{margin-bottom:20px}.features__button{display:none}@media screen and (max-width:768px){.features__button{display:inline-flex;margin-top:30px}}.feature{min-height:290px;padding:0 10px}@media screen and (max-width:768px){.feature{min-height:170px}}.feature:hover .feature__icon{height:0;opacity:0}@media screen and (max-width:768px){.feature:hover .feature__icon{height:30px;opacity:1}}.feature:hover .feature__desc{font-size:1.5rem;font-weight:400;line-height:30px;opacity:1;visibility:visible}.feature:hover.feature--color--blue .feature__content{background:linear-gradient(105.73deg,#0097d6 42.09%,#0065b3)}.feature:hover.feature--color--grey .feature__content{background:linear-gradient(118.5deg,#858282 23.67%,#575555 80%,#574d4e 98.32%,#574d4e 0)}.feature:hover.feature--color--cyan .feature__content{background:linear-gradient(143.82deg,#c7dbeb 55.82%,#accde6 69.89%,#8ab4d4 93.66%)}.feature:hover.feature--color--white .feature__content{background:linear-gradient(85.46deg,#f7fafc 83.59%,#dcdee0 119.76%)}.feature:hover.feature--color--yellow .feature__content{background:linear-gradient(236.55deg,#ebe7d3 44.64%,#e6e0c3 62.83%,#d4cc9f 90.23%)}.feature:hover.feature--color--red .feature__content{background:linear-gradient(180.34deg,#b02733 73.97%,#781a22 132.1%)}.feature--size--xs{flex:0 0 16.67%;text-decoration:none}@media screen and (max-width:1270px){.feature--size--xs{flex:0 0 50%}}@media screen and (max-width:768px){.feature--size--xs{display:none}}.feature--size--xs .feature__content{padding:0 35px}.feature--size--sm{flex:0 0 25%}@media screen and (max-width:1270px){.feature--size--sm{flex:0 0 50%}}@media screen and (max-width:768px){.feature--size--sm{flex:0 0 100%}}.feature--size--md{flex:0 0 33.3%}@media screen and (max-width:1270px){.feature--size--md{flex:0 0 50%}}@media screen and (max-width:768px){.feature--size--md{flex:0 0 100%}}.feature--size--lg{flex:0 0 41.665%}@media screen and (max-width:1270px){.feature--size--lg{flex:0 0 50%}}@media screen and (max-width:768px){.feature--size--lg{flex:0 0 100%}}.feature--color--blue .feature__content{background:linear-gradient(105.73deg,#0097d6 .63%,#0065b3)}.feature--color--blue .feature__desc{color:#ced6db}.feature--color--grey .feature__content{background:linear-gradient(118.5deg,#858282,#575555 64.67%,#574d4e 98.32%,#574d4e 0)}.feature--color--cyan .feature__content{background:linear-gradient(143.65deg,#c7dbeb 21.25%,#accde6 49.82%,#8ab4d4 78.86%)}.feature--color--cyan .feature__desc,.feature--color--cyan .feature__title{color:#17181a}.feature--color--white .feature__content{background:linear-gradient(106.76deg,#f7fafc 32.72%,#dcdee0 71.55%)}.feature--color--yellow .feature__content{background:linear-gradient(234.77deg,#ebe7d3 12.57%,#e6e0c3 40.62%,#d4cc9f 69.13%)}.feature--color--yellow .feature__desc,.feature--color--yellow .feature__title{color:#17181a}.feature--color--red .feature__content{background:linear-gradient(180deg,#b02733 55.9%,#781a22)}.feature__content{border-radius:40px;min-height:100%;padding:43px 40px 54px}@media screen and (max-width:768px){.feature__content{border-radius:20px;padding:26px 50px 31px 20px;position:relative}}.feature__title{color:#f0f7fc;font-size:2.125rem;font-weight:600;line-height:40px}@media screen and (max-width:768px){.feature__title{font-size:1.125rem;font-weight:400;line-height:25px}}.feature__icon{background:no-repeat 50%;display:block;height:60px;margin-top:17px;opacity:1;transition:opacity .4s ease-out;width:60px}@media screen and (max-width:768px){.feature__icon{background-size:contain;height:30px;margin-top:0;position:absolute;right:20px;top:25px;width:30px}}.feature__icon--type--price{background-image:url(../images/icons/price.svg)}.feature__icon--type--callcenter{background-image:url(../images/icons/callcenter-grey.svg)}.feature__icon--type--delivery{background-image:url(../images/icons/delivery.svg)}.feature__icon--type--oil{background-image:url(../images/icons/oil.svg)}.feature__icon--type--partners{background-image:url(../images/icons/partners.svg)}.feature__desc{color:#f0f7fc;font-size:0;font-weight:400;line-height:0px;margin-top:23px;opacity:0;transition:opacity .4s ease-out;visibility:hidden}@media screen and (max-width:768px){.feature__desc{display:block;font-size:1rem;font-weight:400;line-height:20px;margin-top:13px;opacity:1;visibility:visible;width:calc(100% + 15px)}}.feature__text{color:#17181a;font-size:1.5625rem;font-weight:400;line-height:35px;padding-top:123px;text-align:center;text-decoration:none}.footer{background:#231f20;flex:0 0 100%}.footer-top{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:70px 0 53px}@media screen and (max-width:768px){.footer-top{padding:20px 0 55px}}.footer-top__info{flex:0 0 60%}@media screen and (max-width:820px){.footer-top__info{flex:0 0 55%}}@media screen and (max-width:768px){.footer-top__info{flex:0 0 100%;order:1}}.footer-top__logo{max-width:460px;min-width:460px}@media screen and (max-width:768px){.footer-top__logo{display:none!important}}.footer-top__logo--type--mobile{display:none!important}@media screen and (max-width:768px){.footer-top__logo--type--mobile{display:block!important;margin-bottom:14px;max-width:230px;min-width:230px}}.footer-top__address{color:#f0f7fc;margin:22px 0 25px}@media screen and (max-width:768px){.footer-top__address{font-size:1.125rem;font-weight:400;line-height:25px;margin:51px 0 19px}}.footer-top__contacts{flex:0 0 32.5%}@media screen and (max-width:768px){.footer-top__contacts{flex:0 0 100%}}.footer-top__tel{color:#f0f7fc;font-size:2.125rem;font-weight:600;line-height:40px}@media screen and (max-width:768px){.footer-top__tel{font-size:1.5625rem;font-weight:400;line-height:35px}}.footer-top__email{color:#f0f7fc;display:block;font-size:1.5625rem;font-weight:400;line-height:35px;margin:21px 0 41px}@media screen and (max-width:768px){.footer-top__email{font-size:1.125rem;font-weight:400;line-height:25px;margin:12px 0 29px}}.footer-top__buttons{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;flex-wrap:nowrap;justify-content:flex-start}.footer-top__button{margin-right:20px}@media screen and (max-width:768px){.footer-top__button{max-width:208px;min-width:208px}}.footer-top-about{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;max-width:540px}.footer-top-about__col{flex:0 0 50%}@media screen and (max-width:400px){.footer-top-about__col{flex:0 0 100%}}.footer-top-about__text{color:#bdbfbf;font-size:1.0625rem;font-weight:400;line-height:25px;margin-bottom:15px}@media screen and (max-width:768px){.footer-top-about__text{font-size:.875rem;font-weight:400;line-height:20px}}.footer-bottom{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:28px 0}@media screen and (max-width:768px){.footer-bottom{padding:0 0 40px}}.footer-bottom__copy,.footer-bottom__policy{color:#bdbfbf;flex:0 0 32.5%;font-size:1.0625rem;font-weight:400;line-height:25px}@media screen and (max-width:768px){.footer-bottom__copy,.footer-bottom__policy{flex:0 0 100%;font-size:.875rem;font-weight:400;line-height:20px;margin-bottom:15px}}.header{flex:0 0 100%;height:140px;left:0;padding:20px 0;position:absolute;right:0;top:0;z-index:10}@media screen and (max-width:1220px){.header{position:relative}}@media screen and (max-width:768px){.header{height:80px;padding:15px 0;position:absolute}}@media screen and (max-width:1220px){.header--type--mobile{background:#fff;max-height:100vh;min-height:100vh;overflow-y:scroll;padding:0;position:fixed;width:100vw}.header--type--mobile .topnav__icon{background-color:#f7fafc;background-image:url(../images/icons/close-blue.svg);position:absolute;right:20px;top:20px;z-index:25}.header--type--mobile .topnav__list{align-items:flex-start;display:flex;flex-direction:column;padding:35px 15px}.header--type--mobile .topnav__bottom{display:flex}.header--type--mobile .topnav-list__link{color:#17181a;font-size:1.125rem;font-weight:400;line-height:25px;margin-bottom:30px;padding:0}.header--type--mobile .topnav-list__link:hover{color:#0066b2}.header--type--mobile .header__logo{display:none}.header--type--mobile .header__col{align-items:flex-start;flex:0 0 100%;flex-direction:column;margin-top:80px}.header--type--mobile .header__topnav{display:flex;flex-direction:column;min-height:calc(100vh - 80px);min-width:100%}.header--type--mobile .header-contacts{background:#0066b2;justify-content:space-between;left:0;order:-1;padding:20px 70px 20px 20px;position:absolute;right:0;top:0;z-index:20}.header--type--mobile .header-contacts__tel{border:none;border-radius:0;color:#f0f7fc;font-size:1.5625rem;font-weight:400;font-weight:600;line-height:35px;margin-right:0;min-height:auto;min-width:auto}.header--type--mobile .header-contacts__icon{display:block;max-height:40px;max-width:40px}}.header__inner{flex-direction:row;flex-wrap:wrap}.header__col,.header__inner{align-items:center;display:flex;justify-content:space-between}.header__col{flex:0 0 55%;flex-direction:row;flex-wrap:wrap}@media screen and (max-width:1400px){.header__col{flex:0 0 64%}}@media screen and (max-width:1220px){.header__col{flex:0 0 90px;justify-content:flex-end}.header__topnav{order:2}}.header-contacts{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end}.header-contacts__tel{color:#f7fafc;font-size:1.125rem;font-weight:400;font-weight:600;line-height:30px;margin-right:20px}@media screen and (max-width:1220px){.header-contacts__tel{background:url(../images/icons/phone-blue.svg) no-repeat 50%;border:2px solid #0066b2;border-radius:50%;font-size:0;margin-right:10px;min-height:40px;min-width:40px}.header-contacts__icon{display:none}}.history-slider{position:relative}.history-slider__controls{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;left:60px;position:absolute;right:60px;top:480px;z-index:10}@media screen and (max-width:768px){.history-slider__controls{bottom:65px;left:25px;right:25px;top:auto}}.history-slider__next,.history-slider__prev{height:40px;width:40px}@media screen and (max-width:768px){.history-slider__next,.history-slider__prev{background-color:#fff}}.history-slider__inner{max-height:1300px;min-width:100vw;overflow:hidden}@media screen and (max-width:1000px){.history-slider__inner{align-items:stretch;display:flex;max-height:none;min-height:auto}}.history-slider__item{min-height:100%;padding:130px 0 155px;width:100%}@media screen and (max-width:1000px){.history-slider__item{padding:130px 0 60px}}@media screen and (max-width:768px){.history-slider__item{padding:44px 0 55px}}.history-slider__item--color--blue{background:linear-gradient(105.73deg,#0085bd .63%,#004880)}.history-slider__item--color--red{background:linear-gradient(180deg,#963039 55.9%,#5e1e24)}.history-slider__item--color--grey{background:linear-gradient(118.5deg,#858282 23.67%,#575555 80%,#574d4e 98.32%,#574d4e 0)}.history-slider__item--color--cyan{background:linear-gradient(143.65deg,#c7dbeb 21.25%,#accde6 49.82%,#8ab4d4 78.86%)}.history-slider__item--color--yellow{background:linear-gradient(236.55deg,#ebe7d3 44.64%,#e6e0c3 62.83%,#d4cc9f 90.23%)}.history-slider__container{display:flex;flex-direction:column;height:100%}.history-slider__item-inner{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;height:100%;justify-content:space-between;margin-top:80px;width:100%}@media screen and (max-width:768px){.history-slider__item-inner{flex-grow:1;margin-top:26px}}.history-card{background:#fff;border-radius:40px;flex:0 0 57.8125%;padding:50px 135px 75px 50px}@media screen and (max-width:1200px){.history-card{flex:0 0 60%;padding:50px 50px 75px}}@media screen and (max-width:768px){.history-card{border-radius:20px;flex:0 0 100%;min-height:100%;padding:30px 20px 65px}}.history-card__top{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:50px 0 30px}@media screen and (max-width:768px){.history-card__top{margin:26px 0 13px}}.history-card__logo{height:80px;width:355px}@media screen and (max-width:768px){.history-card__logo{height:40px;width:175px}}.history-card__img{-o-object-fit:contain;object-fit:contain}@media screen and (max-width:768px){.history-card__title{font-size:1.125rem;font-weight:400;line-height:25px}}.history-card__text{color:#17181a;margin-bottom:36px}@media screen and (max-width:768px){.history-card__text{font-size:1rem;font-weight:400;line-height:20px;margin-bottom:16px}}.history-card__person{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.history-card__icon{border-radius:50%;display:block;height:100px;margin-right:20px;width:100px}@media screen and (max-width:768px){.history-card__icon{height:80px;margin-right:15px;width:80px}}.history-card__position{font-size:1.125rem;font-weight:400;line-height:30px;margin-bottom:3px}@media screen and (max-width:768px){.history-card__position{font-size:.75rem;font-weight:400;line-height:20px}}.history-card__name{color:#17181a}@media screen and (max-width:768px){.history-card__name{font-size:1rem;font-weight:400;line-height:20px}}.history-report{flex:0 0 38.125%}@media screen and (max-width:1200px){.history-report{flex:0 0 35%}}@media screen and (max-width:768px){.history-report{display:none}}.history-report__image{background:#fdfdfd;border-radius:40px;margin-bottom:17px;max-height:390px;max-width:290px;padding:19px}.history-report__link{color:#f0f7fc;display:block;max-width:290px;text-align:center}.history-report__link--type--mobile{display:none}@media screen and (max-width:768px){.history-report__link--type--mobile{color:#0066b2;display:block;font-size:.9375rem;font-weight:400;line-height:20px;max-width:none;text-align:right}}.history-picture{flex:0 0 38.125%}@media screen and (max-width:1200px){.history-picture{flex:0 0 35%}}@media screen and (max-width:768px){.history-picture{display:none}}.history-picture__image{border-radius:40px;max-height:365px;max-width:530px}.info{background:linear-gradient(127.23deg,#3d3638 28.41%,#231f20 62.88%,#231f20 91.88%);padding:130px 0 198px}@media screen and (max-width:768px){.info{padding:44px 0 69px}}.logo{display:block;flex:0 0 28.75%;height:100px;margin-left:-34.34px}@media screen and (max-width:1220px){.logo{min-width:460px}}@media screen and (max-width:820px){.logo{min-width:440px}}@media screen and (max-width:768px){.logo{flex:0 0 230px;height:50px;margin-left:-17px;min-width:230px}}@media screen and (max-width:360px){.logo{flex:0 0 200px;min-width:200px}}.logo__img{-o-object-fit:contain;object-fit:contain}.offers-slider{position:relative}.offers-slider__controls{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;left:50px;position:absolute;right:50px;top:460px;z-index:10}@media screen and (max-width:768px){.offers-slider__controls{left:10px;right:10px;top:180px}}.offers-slider__inner{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;height:1000px;justify-content:flex-start;min-width:100vw;overflow:hidden}@media screen and (max-width:1250px){.offers-slider__inner{height:auto;min-height:1000px}}@media screen and (max-width:768px){.offers-slider__inner{min-height:auto}}.offers-slider__item{min-height:100%;padding:228px 0 0;width:100%}@media screen and (max-width:1250px){.offers-slider__item{padding:228px 0 60px}}@media screen and (max-width:768px){.offers-slider__item{padding:100px 0 35px}}.offers-slider__item--color--yellow{background:linear-gradient(236.55deg,#ebe7d3 44.64%,#e6e0c3 62.83%,#d4cc9f 90.23%)}.offers-slider__item--color--yellow .offers-slider__title{max-width:620px}@media screen and (max-width:768px){.offers-slider__item--color--yellow .offers-slider__title{max-width:100%}}.offers-slider__item--color--yellow .offers-slider__image{margin-top:-76px;max-width:652px}@media screen and (max-width:1000px){.offers-slider__item--color--yellow .offers-slider__image{margin:0}}@media screen and (max-width:768px){.offers-slider__item--color--yellow .offers-slider__image{max-width:100%}}.offers-slider__item--color--cyan{background:linear-gradient(143.65deg,#c7dbeb 21.25%,#accde6 49.82%,#8ab4d4 78.86%)}@media screen and (max-width:900px){.offers-slider__item--color--cyan .offers-slider__title{font-size:2.5rem;font-weight:400;line-height:50px}}@media screen and (max-width:768px){.offers-slider__item--color--cyan .offers-slider__title{font-size:1.125rem;font-weight:400;line-height:25px}}.offers-slider__item--color--cyan .offers-slider__title--type--underline{color:#0098d7;text-decoration:underline;text-decoration-thickness:3px}@media screen and (max-width:768px){.offers-slider__item--color--cyan .offers-slider__title--type--underline{color:#17181a;text-decoration:none}}@media screen and (max-width:1250px){.offers-slider__item--color--cyan .offers-slider__image{margin-top:100px}}@media screen and (max-width:768px){.offers-slider__item--color--cyan .offers-slider__image{margin-top:-15px}}.offers-slider__item--color--blue{background:linear-gradient(105.73deg,#0097d6 .63%,#0065b3)}.offers-slider__item--color--blue .offers-slider__title{color:#fff}@media screen and (max-width:900px){.offers-slider__item--color--blue .offers-slider__title{font-size:2.5rem;font-weight:400;line-height:50px}}@media screen and (max-width:768px){.offers-slider__item--color--blue .offers-slider__title{font-size:1.125rem;font-weight:400;line-height:25px}}.offers-slider__item--color--blue .offers-slider__title--type--underline{color:#fed900;text-decoration:underline;text-decoration-thickness:3px}@media screen and (max-width:768px){.offers-slider__item--color--blue .offers-slider__title--type--underline{color:#fff;text-decoration:none}}@media screen and (max-width:1250px){.offers-slider__item--color--blue .offers-slider__image{margin-top:100px}}@media screen and (max-width:768px){.offers-slider__item--color--blue .offers-slider__image{margin-top:-15px}}.offers-slider__item--color--blue .offers-slider__text{color:#bdbfbf}.offers-slider__item-inner{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;height:100%;justify-content:flex-start;width:100%}.offers-slider__info{flex:0 0 50%}@media screen and (max-width:768px){.offers-slider__info{flex:0 0 100%;order:1}}.offers-slider__title--type--underline{color:#0098d7;text-decoration:underline;text-decoration-thickness:3px}@media screen and (max-width:768px){.offers-slider__title--type--underline{color:#17181a;text-decoration:none}}.offers-slider__title--type--nasos,.offers-slider__title--type--stand,.offers-slider__title--type--suit,.offers-slider__title--type--tag,.offers-slider__title--type--tap{position:relative}.offers-slider__title--type--nasos:hover:after,.offers-slider__title--type--stand:hover:after,.offers-slider__title--type--suit:hover:after,.offers-slider__title--type--tag:hover:after,.offers-slider__title--type--tap:hover:after{background:url(../images/temp/nasos.png) no-repeat 50%;content:"";display:block;height:350px;left:calc(100% + 10px);position:absolute;top:-150px;width:250px;z-index:2}@media screen and (max-width:768px){.offers-slider__title--type--nasos:hover:after,.offers-slider__title--type--stand:hover:after,.offers-slider__title--type--suit:hover:after,.offers-slider__title--type--tag:hover:after,.offers-slider__title--type--tap:hover:after{display:none}}.offers-slider__title--type--stand:hover:after{background-image:url(../images/temp/stand.png)}.offers-slider__title--type--tag:hover:after{background-image:url(../images/temp/tag.png)}.offers-slider__title--type--tap:hover:after{background-image:url(../images/temp/tap.png)}.offers-slider__title--type--suit:hover:after{background-image:url(../images/temp/suit.png)}.offers-slider__text{color:#656666;font-size:1.125rem;font-weight:400;line-height:30px;margin:47px 0 60px}@media screen and (max-width:768px){.offers-slider__text{font-size:1rem;font-weight:400;line-height:20px;margin:10px 0 26px}}.offers-slider__image{flex:0 0 50%}@media screen and (max-width:768px){.offers-slider__image{flex:0 0 100%}}.mp{background-color:rgba(0,0,0,.6);display:none;height:100%;left:0;overflow:auto;padding:80px 0 0;position:fixed;top:0;width:100%;z-index:100}@media screen and (max-width:768px){.mp{padding:0}}.mp--type--email .mp__form-group--type--email{display:block}.mp__content{background:linear-gradient(143.65deg,#c7dbeb 21.25%,#accde6 49.82%,#8ab4d4 78.86%);border-radius:40px;margin:auto;max-width:830px;padding:53px 95px 105px 70px;position:relative}@media screen and (max-width:768px){.mp__content{border-radius:20px;height:-webkit-max-content;height:-moz-max-content;height:max-content;margin:90px 20px 45px;max-width:100%;padding:31px 20px 49px;top:0}}.mp__title{margin-bottom:72px}@media screen and (max-width:768px){.mp__title{margin-bottom:39px}}.mp__close{background:url(../images/icons/close.svg) no-repeat 50%;border:2px solid #f7fafc;border-radius:50%;cursor:pointer;max-height:48px;max-width:48px;min-height:48px;min-width:48px;position:absolute;right:0;top:-78px}@media screen and (max-width:768px){.mp__close{max-height:40px;max-width:40px;min-height:40px;min-width:40px;top:-55px}}.mp__form{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.mp__form-group{flex:0 0 45.86%;min-width:45.86%}@media screen and (max-width:768px){.mp__form-group{flex:0 0 100%;min-width:100%}}.mp__form-group--type--email{display:none}.mp__input,.mp__label{max-width:100%}.mp__bottom{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.mp__button{flex:0 0 45.86%}@media screen and (max-width:768px){.mp__button{flex:0 0 100%;margin:5px 0 16px}}.mp__note{flex:0 0 45.86%;font-size:.9375rem;font-weight:400;line-height:20px}@media screen and (max-width:768px){.mp__note{flex:0 0 100%}}.mp__link{color:#656666}.products__inner{align-items:stretch;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start}.products__info{background:#f7fafc;flex:0 0 43.5%;padding:130px 124px 0 calc(50vw - 800px)}@media screen and (max-width:1660px){.products__info{padding-left:40px}}@media screen and (max-width:1450px){.products__info{padding-right:50px}}@media screen and (max-width:900px){.products__info{flex:0 0 40.5%;padding-right:25px}}@media screen and (max-width:768px){.products__info{flex:0 0 100%;padding:44px 20px 70px}}.products__subtitle{margin-top:17px}@media screen and (max-width:768px){.products__subtitle{font-size:1.125rem;font-weight:400;line-height:25px;margin-top:17px}}.products__nav{border-top:1px solid #ced6db;margin:48px 0 59px;max-width:520px}@media screen and (max-width:768px){.products__nav{border:none;margin:28px 0 50pxpx;max-width:100%}}.products__cards{flex:0 0 56.5%;max-height:1000px;min-height:1000px}@media screen and (max-width:900px){.products__cards{flex:0 0 58%}}@media screen and (max-width:768px){.products__cards{display:none}}.products-nav__item{align-items:center;border-bottom:1px solid #ced6db;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;padding:24px 20px 25px 0}@media screen and (max-width:768px){.products-nav__item{border:none;color:#0066b2;display:block;margin-bottom:44px;padding:0}}.products-nav__item--active .products-nav__title{color:#0066b2}.products-nav__item--active .products-nav__title:after{transform:translateX(0);transition:all .4s ease-out;visibility:visible}@media screen and (max-width:768px){.products-nav__item--active .products-nav__title:after{display:none}}.products-nav__item--active.products-nav__item--type--cars .products-nav__icon{background-image:url(../images/icons/auto.svg)}.products-nav__item--active.products-nav__item--type--trucks .products-nav__icon{background-image:url(../images/icons/truck.svg)}.products-nav__item--active.products-nav__item--type--oils .products-nav__icon{background-image:url(../images/icons/gear.svg)}.products-nav__item--type--cars .products-nav__icon{background-image:url(../images/icons/auto-grey.svg)}.products-nav__item--type--cars .products-nav__image{background:linear-gradient(143.65deg,#c7dbeb 21.25%,#accde6 49.82%,#8ab4d4 78.86%);padding-top:50px}.products-nav__item--type--trucks .products-nav__icon{background-image:url(../images/icons/truck-grey.svg)}.products-nav__item--type--trucks .products-nav__image{background:linear-gradient(118.5deg,#858282 23.67%,#575555 80%,#574d4e 98.32%,#574d4e 0)}.products-nav__item--type--oils .products-nav__icon{background-image:url(../images/icons/gear-grey.svg)}.products-nav__item--type--oils .products-nav__image{background:linear-gradient(105.73deg,#0097d6 .63%,#0065b3)}.products-nav__icon{background:no-repeat 50%;background-size:contain;height:50px;margin-right:25px;width:50px}@media screen and (max-width:768px){.products-nav__icon{display:none}}.products-nav__title{align-items:center;display:flex;flex-direction:row;flex-grow:1;flex-wrap:nowrap;font-size:1.5625rem;font-weight:400;justify-content:space-between;line-height:35px}.products-nav__title:after{background:url(../images/icons/arrow-blue.svg) no-repeat 50%;content:"";height:24px;transform:translateX(-300%);transition:all .4s ease-out;visibility:hidden;width:24px}@media screen and (max-width:768px){.products-nav__title{margin-bottom:16px}}.products-nav__image{border-radius:20px;display:none;height:300px;overflow:hidden;padding:15px 20px}@media screen and (max-width:768px){.products-nav__image{display:block}}.products-nav__img{-o-object-fit:contain;object-fit:contain}.products-card{display:none;padding:166px 0 95px 135px}@media screen and (max-width:1450px){.products-card{padding-left:50px;padding-left:25px;padding-right:15px}}@media screen and (max-width:850px){.products-card{max-width:95%}}.products-card--active{display:block}.products-card--active .products-card-size{opacity:1;transition:all .4s ease-out .5s;visibility:visible}.products-card--type--cars{background:linear-gradient(143.65deg,#c7dbeb 21.25%,#accde6 49.82%,#8ab4d4 78.86%);padding-top:166px}.products-card--type--cars .products-card__image{height:562px;margin:0 0 -43px -8px;width:692px}@media screen and (max-width:1450px){.products-card--type--cars .products-card__image{width:100%}}.products-card--type--trucks{background:linear-gradient(118.5deg,#858282 23.67%,#575555 80%,#574d4e 98.32%,#574d4e 0);padding-top:82px}.products-card--type--trucks .products-card__image{height:687px;margin:0 0 -84px -28px;width:732px}@media screen and (max-width:1450px){.products-card--type--trucks .products-card__image{width:100%}}.products-card--type--oils{background:linear-gradient(105.73deg,#0097d6 .63%,#0065b3);padding-top:68px}.products-card--type--oils .products-card__image{height:734px;margin:0 0 -117px -38px;width:810px}@media screen and (max-width:1450px){.products-card--type--oils .products-card__image{width:100%}}.products-card__img{-o-object-fit:contain;object-fit:contain}.products-card__info{background:linear-gradient(106.76deg,#f7fafc 32.72%,#dcdee0 71.55%);border-radius:40px;max-width:655px;padding:24px 61px 36px 34px;position:relative;z-index:5}@media screen and (max-width:1450px){.products-card__info{max-width:96%;padding:24px 35px 36px}}.products-card__text{color:#17181a;font-size:1.5625rem;font-weight:400;line-height:35px;margin:0 0 -10px 18px}.products-card-sizes{align-items:flex-end;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.products-card-size{max-width:62px;opacity:0;transition:all .4s ease-out .5s;visibility:hidden}.products-card-size__image{height:60px;margin-bottom:4px;width:60px}.products-card-size__image--size--lg{height:80px;width:50px}.products-card-size__image--size--xl{height:100px;width:62.5px}.products-card-size__text{font-size:1.125rem;font-weight:400;line-height:30px;text-align:center}.questions__row{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.questions__info{flex:0 0 35%}@media screen and (max-width:768px){.questions__info{flex:0 0 100%}}.questions__subtitle{color:#ced6db;margin-top:17px}@media screen and (max-width:768px){.questions__subtitle{font-size:1rem;font-weight:400;line-height:20px;margin-top:5px}}.questions__content{flex:0 0 57.8%;margin-top:40px}@media screen and (max-width:768px){.questions__content{flex:0 0 100%;margin-top:21px}}.reasons{background:linear-gradient(104.79deg,#f7fafc 38.72%,#dcdee0 97.24%);padding:130px 0 205px}@media screen and (max-width:1000px){.reasons{padding:70px 0 110px}}@media screen and (max-width:768px){.reasons{padding:44px 0 70px}}.reasons__list{margin:168px -10px 0}@media screen and (max-width:1000px){.reasons__list{margin:80px -10px 60px}}@media screen and (max-width:768px){.reasons__list{margin:31px -10px 34px}}.reasons__inner{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding-top:138px}@media screen and (max-width:1000px){.reasons__inner{padding-top:0}}.reasons__info{flex:0 0 44%}@media screen and (max-width:1000px){.reasons__info{flex:0 0 100%}}.reasons__title{color:#17181a;display:none;font-size:1.5625rem;font-weight:400;line-height:35px}@media screen and (max-width:1000px){.reasons__title{display:block}}.reasons__note{color:#17181a;font-size:1.875rem;font-weight:400;line-height:45px;margin:62px 0 53px}@media screen and (max-width:1000px){.reasons__note{font-size:1.125rem;font-weight:400;line-height:25px;margin:7px 0 29px}}.reasons__note--color--blue{color:#0066b2}@media screen and (max-width:1000px){.reasons__button{display:none}}.reasons__button--type--mobile{display:none}@media screen and (max-width:1000px){.reasons__button--type--mobile{display:inline-flex;margin-top:50px;min-width:100%}}.reasons__map{background:url(../images/temp/map.png) no-repeat 50%;background-size:contain;flex:0 0 45.5%;height:397px}@media screen and (max-width:1000px){.reasons__map{flex:0 0 100%;height:350px}}@media screen and (max-width:768px){.reasons__map{flex:0 0 100%;height:175px}}.reasons-list{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.reasons-item{flex:0 0 33.3%;padding:0 10px}@media screen and (max-width:1000px){.reasons-item{flex:0 0 100%;margin-bottom:34px}}.reasons-item__title{color:#0066b2;font-size:3.125rem;font-weight:400;line-height:60px;margin-bottom:19px}@media screen and (max-width:1000px){.reasons-item__title{font-size:1.875rem;font-weight:400;line-height:40px;margin-bottom:6px}}.reasons-item__text{max-width:385px}@media screen and (max-width:1000px){.reasons-item__text{font-size:1.125rem;font-weight:400;line-height:25px;max-width:100%}}.steps__list{margin:65px -10px 190px}@media screen and (max-width:768px){.steps__list{margin:26px -10px 54px}}.steps-list{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.step{flex:0 0 25%;height:370px;margin-bottom:20px;padding:0 10px}@media screen and (max-width:1200px){.step{flex:0 0 50%}}@media screen and (max-width:768px){.step{flex:0 0 100%;height:180px}}.step:hover__inner{background:linear-gradient(105.73deg,#0097d6 37.15%,#0065b3)}.step:hover .step__text{opacity:1;transition:opacity .4s ease-out}.step__inner{background:linear-gradient(105.73deg,#0097d6 .63%,#0065b3);border-radius:40px;height:100%;padding:43px 40px 35px;position:relative}@media screen and (max-width:768px){.step__inner{border-radius:20px;padding:26px 60px 20px 20px}}.step__title{color:#f0f7fc;font-size:2.125rem;font-weight:600;line-height:40px;margin-bottom:14px}@media screen and (max-width:768px){.step__title{font-size:1.125rem;font-weight:400;line-height:25px;margin-bottom:8px}}.step__text{color:#f0f7fc;font-size:1.125rem;font-weight:400;line-height:30px;opacity:0;transition:opacity .4s ease-out}@media screen and (max-width:768px){.step__text{color:#ced6db;font-size:1rem;font-weight:400;line-height:20px;opacity:1}}.step__icon{bottom:35px;height:60px;position:absolute;right:40px;width:60px;z-index:5}@media screen and (max-width:768px){.step__icon{background-size:contain;bottom:auto;height:30px;right:20px;top:20px;width:30px}}.test{background:linear-gradient(105.73deg,#0085bd .63%,#004880);padding:130px 0 160px}@media screen and (max-width:768px){.test{padding:44px 0 60px}}@media screen and (max-width:1200px){.test__label:first-child{margin-top:20px}.test__label:not(:last-child){margin-bottom:35px}}.test__inner{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.test__inner--active{display:flex}.test__info{flex:0 0 37.75%}@media screen and (max-width:1200px){.test__info{flex:0 0 100%}.test__title{margin-bottom:60px}}@media screen and (max-width:768px){.test__title{font-weight:600;margin-bottom:31px}}.test__content{--animate-duration:.7s;background:linear-gradient(143.65deg,#c7dbeb 21.25%,#accde6 49.82%,#8ab4d4 78.86%);border-radius:40px;display:none;flex:0 0 57.8125%;margin-top:-5px;padding:62px 60px 75px}@media screen and (max-width:1200px){.test__content{flex:0 0 100%;max-width:100%}}@media screen and (max-width:768px){.test__content{border-radius:20px;margin-top:0;min-height:500px;padding:25px 20px 50px}}.test__content--active{display:block}.test__content--type--final{padding:88px 60px 126px}@media screen and (max-width:768px){.test__content--type--final{padding:36px 20px 158px}}@media screen and (max-width:1200px){.test__content-inner{display:flex;flex-direction:column;min-height:425px}}.test__question{color:#17181a;font-size:1.5625rem;font-weight:400;line-height:35px;margin:35px 0 30px;position:relative}.test__question .form__error{bottom:0;display:inline-flex;left:0;position:relative;right:0;top:0}@media screen and (max-width:768px){.test__question{font-size:1.125rem;font-weight:400;line-height:25px;margin:25px 0 23px}}.test__buttons{margin-top:65px}@media screen and (max-width:1200px){.test__buttons{display:flex;flex-grow:1;margin-top:20px}}.test__buttons-inner{align-items:center;align-self:flex-end;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;width:100%}.test__back{margin-left:20px}@media screen and (max-width:1200px){.test__back{margin:24px auto 0}}.test__radio{flex:0 0 30%;margin-bottom:30px}@media screen and (max-width:768px){.test__radio{flex:0 0 50%;margin-bottom:20px}}@media screen and (max-width:480px){.test__radio{flex:0 0 100%}}.test__radio--size--lg{flex:0 0 40%}@media screen and (max-width:1200px){.test__radio--size--lg{flex:0 0 32%}}@media screen and (max-width:768px){.test__radio--size--lg{flex:0 0 50%}}@media screen and (max-width:480px){.test__radio--size--lg{flex:0 0 100%}}.test__form-group{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:56px -10px 80px;max-width:655px}@media screen and (max-width:768px){.test__form-group{margin:0 -10px 35px;max-width:100%}}.test__icon{background:url(../images/icons/final.png) no-repeat 50%;background-size:contain;margin:50px auto 0;max-height:172px;max-width:172px;min-height:172px;min-width:172px}@media screen and (max-width:1200px){.test__icon{flex:0 0 100%;margin:0 auto 60px}}@media screen and (max-width:768px){.test-nav__text{font-size:.75rem;font-weight:400;line-height:15px}}.test-nav__text--size--sm{font-size:1.125rem;font-weight:400;line-height:30px}.test-nav__text--color--blue{color:#0066b2}.test-radios{justify-content:flex-start}.test-radios,.topnav__inner{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap}.topnav__inner{justify-content:space-between}.topnav__list{margin:0 -15px}.topnav__icon{background:#0066b2 url(../images/icons/menu.svg) no-repeat 50%;border-radius:50%;display:none;min-height:40px;min-width:40px}@media screen and (max-width:1220px){.topnav__icon{display:block}}.topnav__bottom{display:none;flex-grow:1;margin-bottom:35px}.topnav__bottom-inner{align-items:center;align-self:flex-end;display:flex;flex:0 0 100%;justify-content:space-between}.topnav__email{color:#17181a;font-size:1.125rem;font-weight:400;line-height:25px}.topnav__button-circle{height:40px;width:40px}.topnav-list{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}@media screen and (max-width:1220px){.topnav-list{display:none}}.topnav-list__link{color:#f0f7fc;font-size:1.125rem;font-weight:400;line-height:30px;padding:10px 15px}.topnav-list__link:hover{color:#fff}@media screen and (max-width:768px){.welcome{background:#f7fafc;padding:80px 20px 50px}}.welcome__inner{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;flex-wrap:nowrap;justify-content:flex-start}@media screen and (max-width:768px){.welcome__inner{flex-wrap:wrap}}.welcome__info{background:#f7fafc;flex:0 0 43.5%;padding:228px 20px 0 calc(50vw - 800px)}@media screen and (max-width:1660px){.welcome__info{padding-left:40px}}@media screen and (max-width:1400px){.welcome__info{flex:0 0 35%}}@media screen and (max-width:1200px){.welcome__info{flex:0 0 45%;padding:140px 20px 0 40px}}@media screen and (max-width:768px){.welcome__info{flex:0 0 100%;order:1;padding:0}}.welcome__text{font-size:1.5625rem;font-weight:400;line-height:35px;margin:11px 0 51px}@media screen and (max-width:768px){.welcome__text{font-size:1.125rem;font-weight:400;line-height:25px;margin:7px 0 29px}}.welcome__image{background:linear-gradient(0deg,#0066b2,#0066b2),linear-gradient(77.63deg,#0098db .61%,#0065b3);flex:0 0 56.5%;max-height:1000px;min-height:1000px;padding:50px 0}@media screen and (max-width:1400px){.welcome__image{flex:0 0 65%}}@media screen and (max-width:1200px){.welcome__image{flex:0 0 55%;max-height:900px;min-height:900px}}@media screen and (max-width:1000px){.welcome__image{max-height:800px;min-height:800px}}@media screen and (max-width:768px){.welcome__image{border-radius:20px;flex:0 0 100%;max-height:350px;min-height:350px;overflow:hidden;padding:0}}@media screen and (max-width:520px){.welcome__image{margin-bottom:9px;max-height:285px;min-height:285px}}@media screen and (max-width:768px){.welcome__img{-o-object-fit:contain;object-fit:contain}}

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