@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-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)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-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)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{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 shake{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)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-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)}}.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;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)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;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)}}.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)}}.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)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;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)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-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%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;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%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity: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%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;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%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;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%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}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%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}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%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}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%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}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%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.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%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;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;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;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)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;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;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;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)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-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)}}.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)}}.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)}}.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)}}.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}}.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}}.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}}.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}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0;text-align:center;z-index:99996}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-44px;z-index:-1}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-caption{padding:12px}.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#000;opacity:.7}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:38px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close-btn-in .mfp-close{transition: .3s;color:#111}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
button.mfp-close {
	text-indent: -9999px; overflow: hidden; font-size: 0; color: transparent;
	background: url(../images/common/close.svg) no-repeat; width: 25px; height: 25px;
	top: 22px; right: 25px; opacity: 1; background-size: 100% 100%;
}
@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	-webkit-box-sizing: content-box;
	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%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url("../images/general/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("../fonts/slick.eot");
	src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: relative;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
	-webkit-transition-duration: 50ms;
	-o-transition-duration: 50ms;
	transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
	-webkit-transition-delay: 50ms;
	-o-transition-delay: 50ms;
	transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
	-webkit-transition-duration: .1s;
	-o-transition-duration: .1s;
	transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
	-webkit-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
	-webkit-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
	-webkit-transition-delay: .25s;
	-o-transition-delay: .25s;
	transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
	-webkit-transition-delay: .35s;
	-o-transition-delay: .35s;
	transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
	-webkit-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
	-webkit-transition-duration: .45s;
	-o-transition-duration: .45s;
	transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
	-webkit-transition-delay: .45s;
	-o-transition-delay: .45s;
	transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
	-webkit-transition-duration: .55s;
	-o-transition-duration: .55s;
	transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
	-webkit-transition-delay: .55s;
	-o-transition-delay: .55s;
	transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
	-webkit-transition-duration: .6s;
	-o-transition-duration: .6s;
	transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
	-webkit-transition-duration: .65s;
	-o-transition-duration: .65s;
	transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
	-webkit-transition-delay: .65s;
	-o-transition-delay: .65s;
	transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
	-webkit-transition-duration: .7s;
	-o-transition-duration: .7s;
	transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
	-webkit-transition-duration: .75s;
	-o-transition-duration: .75s;
	transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
	-webkit-transition-delay: .75s;
	-o-transition-delay: .75s;
	transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
	-webkit-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
	-webkit-transition-duration: .85s;
	-o-transition-duration: .85s;
	transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
	-webkit-transition-delay: .85s;
	-o-transition-delay: .85s;
	transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
	-webkit-transition-duration: .9s;
	-o-transition-duration: .9s;
	transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
	-webkit-transition-delay: .9s;
	-o-transition-delay: .9s;
	transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
	-webkit-transition-duration: .95s;
	-o-transition-duration: .95s;
	transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
	-webkit-transition-delay: .95s;
	-o-transition-delay: .95s;
	transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
	-webkit-transition-duration: 1.05s;
	-o-transition-duration: 1.05s;
	transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.05s;
	-o-transition-delay: 1.05s;
	transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
	-webkit-transition-duration: 1.1s;
	-o-transition-duration: 1.1s;
	transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.1s;
	-o-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
	-webkit-transition-duration: 1.15s;
	-o-transition-duration: 1.15s;
	transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.15s;
	-o-transition-delay: 1.15s;
	transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
	-webkit-transition-duration: 1.2s;
	-o-transition-duration: 1.2s;
	transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
	-webkit-transition-duration: 1.25s;
	-o-transition-duration: 1.25s;
	transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.25s;
	-o-transition-delay: 1.25s;
	transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
	-webkit-transition-duration: 1.3s;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.3s;
	-o-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
	-webkit-transition-duration: 1.35s;
	-o-transition-duration: 1.35s;
	transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.35s;
	-o-transition-delay: 1.35s;
	transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
	-webkit-transition-duration: 1.4s;
	-o-transition-duration: 1.4s;
	transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
	-webkit-transition-duration: 1.45s;
	-o-transition-duration: 1.45s;
	transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.45s;
	-o-transition-delay: 1.45s;
	transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
	-webkit-transition-duration: 1.5s;
	-o-transition-duration: 1.5s;
	transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.5s;
	-o-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
	-webkit-transition-duration: 1.55s;
	-o-transition-duration: 1.55s;
	transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.55s;
	-o-transition-delay: 1.55s;
	transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
	-webkit-transition-duration: 1.6s;
	-o-transition-duration: 1.6s;
	transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.6s;
	-o-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
	-webkit-transition-duration: 1.65s;
	-o-transition-duration: 1.65s;
	transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.65s;
	-o-transition-delay: 1.65s;
	transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
	-webkit-transition-duration: 1.7s;
	-o-transition-duration: 1.7s;
	transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.7s;
	-o-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
	-webkit-transition-duration: 1.75s;
	-o-transition-duration: 1.75s;
	transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.75s;
	-o-transition-delay: 1.75s;
	transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
	-webkit-transition-duration: 1.8s;
	-o-transition-duration: 1.8s;
	transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.8s;
	-o-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
	-webkit-transition-duration: 1.85s;
	-o-transition-duration: 1.85s;
	transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.85s;
	-o-transition-delay: 1.85s;
	transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
	-webkit-transition-duration: 1.9s;
	-o-transition-duration: 1.9s;
	transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.9s;
	-o-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
	-webkit-transition-duration: 1.95s;
	-o-transition-duration: 1.95s;
	transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.95s;
	-o-transition-delay: 1.95s;
	transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
	-webkit-transition-duration: 2s;
	-o-transition-duration: 2s;
	transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
	-webkit-transition-delay: 2s;
	-o-transition-delay: 2s;
	transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
	-webkit-transition-duration: 2.05s;
	-o-transition-duration: 2.05s;
	transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.05s;
	-o-transition-delay: 2.05s;
	transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
	-webkit-transition-duration: 2.1s;
	-o-transition-duration: 2.1s;
	transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.1s;
	-o-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
	-webkit-transition-duration: 2.15s;
	-o-transition-duration: 2.15s;
	transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.15s;
	-o-transition-delay: 2.15s;
	transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
	-webkit-transition-duration: 2.2s;
	-o-transition-duration: 2.2s;
	transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.2s;
	-o-transition-delay: 2.2s;
	transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
	-webkit-transition-duration: 2.25s;
	-o-transition-duration: 2.25s;
	transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.25s;
	-o-transition-delay: 2.25s;
	transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
	-webkit-transition-duration: 2.3s;
	-o-transition-duration: 2.3s;
	transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.3s;
	-o-transition-delay: 2.3s;
	transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
	-webkit-transition-duration: 2.35s;
	-o-transition-duration: 2.35s;
	transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.35s;
	-o-transition-delay: 2.35s;
	transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
	-webkit-transition-duration: 2.4s;
	-o-transition-duration: 2.4s;
	transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.4s;
	-o-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
	-webkit-transition-duration: 2.45s;
	-o-transition-duration: 2.45s;
	transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.45s;
	-o-transition-delay: 2.45s;
	transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
	-webkit-transition-duration: 2.5s;
	-o-transition-duration: 2.5s;
	transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.5s;
	-o-transition-delay: 2.5s;
	transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
	-webkit-transition-duration: 2.55s;
	-o-transition-duration: 2.55s;
	transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.55s;
	-o-transition-delay: 2.55s;
	transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
	-webkit-transition-duration: 2.6s;
	-o-transition-duration: 2.6s;
	transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.6s;
	-o-transition-delay: 2.6s;
	transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
	-webkit-transition-duration: 2.65s;
	-o-transition-duration: 2.65s;
	transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.65s;
	-o-transition-delay: 2.65s;
	transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
	-webkit-transition-duration: 2.7s;
	-o-transition-duration: 2.7s;
	transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.7s;
	-o-transition-delay: 2.7s;
	transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
	-webkit-transition-duration: 2.75s;
	-o-transition-duration: 2.75s;
	transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.75s;
	-o-transition-delay: 2.75s;
	transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
	-webkit-transition-duration: 2.8s;
	-o-transition-duration: 2.8s;
	transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.8s;
	-o-transition-delay: 2.8s;
	transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
	-webkit-transition-duration: 2.85s;
	-o-transition-duration: 2.85s;
	transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.85s;
	-o-transition-delay: 2.85s;
	transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
	-webkit-transition-duration: 2.9s;
	-o-transition-duration: 2.9s;
	transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.9s;
	-o-transition-delay: 2.9s;
	transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
	-webkit-transition-duration: 2.95s;
	-o-transition-duration: 2.95s;
	transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.95s;
	-o-transition-delay: 2.95s;
	transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
	-webkit-transition-duration: 3s;
	-o-transition-duration: 3s;
	transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
	-webkit-transition-delay: 3s;
	-o-transition-delay: 3s;
	transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
	-o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
	transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
	-webkit-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
	-o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
	transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
	-o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
	transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	-o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
	opacity: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

[data-aos=fade-up] {
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
	-webkit-transform: translate3d(-100px, 0, 0);
	transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
	-webkit-transform: translate3d(100px, 0, 0);
	transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
	-webkit-transform: translate3d(-100px, 100px, 0);
	transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
	-webkit-transform: translate3d(100px, 100px, 0);
	transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
	-webkit-transform: translate3d(-100px, -100px, 0);
	transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
	-webkit-transform: translate3d(100px, -100px, 0);
	transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
	opacity: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
	opacity: 1;
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}

[data-aos=zoom-in-up] {
	-webkit-transform: translate3d(0, 100px, 0) scale(0.6);
	transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
	-webkit-transform: translate3d(0, -100px, 0) scale(0.6);
	transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
	-webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
	transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
	-webkit-transform: translate3d(100px, 0, 0) scale(0.6);
	transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

[data-aos=zoom-out-up] {
	-webkit-transform: translate3d(0, 100px, 0) scale(1.2);
	transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
	-webkit-transform: translate3d(0, -100px, 0) scale(1.2);
	transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
	-webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
	transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
	-webkit-transform: translate3d(100px, 0, 0) scale(1.2);
	transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

[data-aos=slide-up] {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
	-webkit-transform: perspective(2500px) rotateY(-100deg);
	transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
	-webkit-transform: perspective(2500px) rotateY(0);
	transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
	-webkit-transform: perspective(2500px) rotateY(100deg);
	transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
	-webkit-transform: perspective(2500px) rotateY(0);
	transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
	-webkit-transform: perspective(2500px) rotateX(-100deg);
	transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
	-webkit-transform: perspective(2500px) rotateX(0);
	transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
	-webkit-transform: perspective(2500px) rotateX(100deg);
	transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
	-webkit-transform: perspective(2500px) rotateX(0);
	transform: perspective(2500px) rotateX(0);
}

@-webkit-keyframes button-top-bottom {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) translateY(0px) rotate(90deg) scale(1, 1);
		transform: translateX(0px) translateY(0px) rotate(90deg) scale(1, 1);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
	50% {
		opacity: 1;
		-webkit-transform: translateX(0px) translateY(10px) rotate(90deg) scale(1, 1);
		transform: translateX(0px) translateY(10px) rotate(90deg) scale(1, 1);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) translateY(0px) rotate(90deg) scale(1, 1);
		transform: translateX(0px) translateY(0px) rotate(90deg) scale(1, 1);
	}
}

@keyframes button-top-bottom {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) translateY(0px) rotate(90deg) scale(1, 1);
		transform: translateX(0px) translateY(0px) rotate(90deg) scale(1, 1);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
	50% {
		opacity: 1;
		-webkit-transform: translateX(0px) translateY(10px) rotate(90deg) scale(1, 1);
		transform: translateX(0px) translateY(10px) rotate(90deg) scale(1, 1);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) translateY(0px) rotate(90deg) scale(1, 1);
		transform: translateX(0px) translateY(0px) rotate(90deg) scale(1, 1);
	}
}

@-webkit-keyframes button-left-right {
	0% {
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
		opacity: 0;
	}
	10% {
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
		opacity: 0;
	}
	20% {
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
		opacity: 1;
	}
	70% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
	80% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
	81% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 0;
	}
}

@keyframes button-left-right {
	0% {
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
		opacity: 0;
	}
	10% {
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
		opacity: 0;
	}
	20% {
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
		opacity: 1;
	}
	70% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
	80% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
	81% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 0;
	}
}

@-webkit-keyframes pulse-button {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
	50% {
		opacity: 1;
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1.03, 1.03);
		transform: translateX(0px) translateY(0px) rotate(0deg) scale(1.03, 1.03);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
	}
}

@keyframes pulse-button {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
	50% {
		opacity: 1;
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1.03, 1.03);
		transform: translateX(0px) translateY(0px) rotate(0deg) scale(1.03, 1.03);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
	}
}

@-webkit-keyframes zoom-button-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1.03, 1.03);
		transform: translateX(0px) translateY(0px) rotate(0deg) scale(1.03, 1.03);
	}
	100% {
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		opacity: 1;
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
	}
}

@keyframes zoom-button-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1.03, 1.03);
		transform: translateX(0px) translateY(0px) rotate(0deg) scale(1.03, 1.03);
	}
	100% {
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		opacity: 1;
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
	}
}

@-webkit-keyframes zoom-button-in {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1.03, 1.03);
		transform: translateX(0px) translateY(0px) rotate(0deg) scale(1.03, 1.03);
	}
}

@keyframes zoom-button-in {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1.03, 1.03);
		transform: translateX(0px) translateY(0px) rotate(0deg) scale(1.03, 1.03);
	}
}

@-webkit-keyframes t-arrow-bottom {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-7px);
		transform: translateY(-7px);
	}
	55% {
		-webkit-transform: translateY(-7px);
		transform: translateY(-7px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes t-arrow-bottom {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-7px);
		transform: translateY(-7px);
	}
	55% {
		-webkit-transform: translateY(-7px);
		transform: translateY(-7px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	font-size: 14px;
	font-size: 62.5%;
	height: 100%;
	min-height: 100%;
	font-family: 'Nunito', sans-serif;
	font-size: 50px;
}

body {
	font-size: 16px;
	height: 100%;
	min-height: 100%;
}

.hide-scroll {
	overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

ul,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

p {
	margin: 0;
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
	vertical-align: middle;
}

textarea {
	resize: none;
}

section {
	position: relative;
}

input,
select,
button {
	outline: none;
}

b,
strong {
	font-weight: bold;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page-title-background {
	position: relative;
	outline: none;
	border: none;
	display: inline-block;
	background-color: #aed659;
	border-radius: 10px;
	padding: 19px 36px;
}

.page-title-background::after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: -2px;
	left: -2px;
	height: 100%;
	width: calc(100% + 4px);
	border-radius: inherit;
	background: -webkit-gradient(linear, left top, right bottom, from(#aed659), to(#ffffff));
	background: linear-gradient(to bottom, #aed659, #ffffff);
}

@media (min-width: 320px) and (max-width: 959px) {
	nav.header__navbar.navbar {
		min-width: 185px;
	}

	.page-title-background:not(.page-title-background-main-page) {
		padding: 4px 21px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.page-title-background:not(.page-title-background-main-page) {
		padding: 4px 36px;
	}
}

.wrapper {
	height: 100%;
}

@media (min-width: 320px) and (max-width: 479px) {
	.wrapper {
		padding-top: 0;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.wrapper {
		padding-top: 0;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.wrapper {
		padding-top: 0;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.wrapper {
		padding-top: 0;
	}
}

.content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

@media only screen and (max-width: 767px) {
	.content {
		padding-top: initial !important;
	}
}

.container {
	margin: 0 auto;
	max-width: 1160px;
	width: 100%;
}

@media (min-width: 320px) and (max-width: 479px) {
	.container {
		max-width: 300px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.container {
		max-width: 460px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.container {
		max-width: 620px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.container {
		max-width: 940px;
	}
}

.absolute-link {
	transition: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	cursor: pointer;
}

.title-border {
	color: #aecb23;
	font-size: 38px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.title-border {
		font-weight: 800;
	}
}

@media (min-width: 320px) and (max-width: 639px) {
	.title-border {
		font-size: 26px;
		line-height: 1.47;
		background-size: calc(100% - calc(var(--underline-cap-width) * var(--underline-width-scale) * 1)) calc(var(--underline-width) * 0.5px), auto calc(var(--underline-width) * 0.5px), auto calc(var(--underline-width) * 0.5px) !important;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.title-border {
		font-size: 32px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.title-border {
		font-size: 36px;
	}
}

:root {
	--underline-intrinsic-width: 8;
	--underline-width: 5;
	--underline-color: #ff6d1c;
	--underline-cap-width: 3px;
	--underline-offset-y: 0px;
	--cap-image-left: url(../images/content/main/left.svg);
	--cap-image-right: url(../images/content/main/right.svg);
}

.title-border {
	display: inline;
	--underline-width-scale: calc(var(--underline-width) / var(--underline-intrinsic-width));
	padding: 0 calc(var(--underline-padding-x) + calc(var(--underline-cap-width) * var(--underline-width-scale)));
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, left top, left bottom, from(var(--underline-color)), to(var(--underline-color))), var(--cap-image-left), var(--cap-image-right);
	background-image: -o-linear-gradient(top, var(--underline-color), var(--underline-color)), var(--cap-image-left), var(--cap-image-right);
	background-image: linear-gradient(180deg, var(--underline-color), var(--underline-color)), var(--cap-image-left), var(--cap-image-right);
	background-position-x: calc(var(--underline-cap-width) * var(--underline-width-scale)), 0, 100%;
	background-position-y: calc(100% - var(--underline-offset-y) * -1);
	background-size: calc(100% - calc(var(--underline-cap-width) * var(--underline-width-scale) * 2)) calc(var(--underline-width) * 1px), auto calc(var(--underline-width) * 1px), auto calc(var(--underline-width) * 1px);
}

.about-us-page .content {
	overflow: hidden;
}

.button-orange a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0.5px;
	border-width: 2px;
	border-radius: 30px;
	background-color: #ff6600;
	color: #ffffff;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.button-orange a {
		font-weight: 800;
	}
}

.button-white a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: 'Nunito', sans-serif;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.5px;
	border-width: 2px;
	border-radius: 30px;
	background-position: center center;
	border-color: #ffffff;
	border-style: solid;
	text-transform: uppercase;
}

.button-green {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.button-green a {
	color: #ffffff;
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
	border-width: 1px;
	border-radius: 30px;
	background-color: #aecb23;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(174, 203, 35, 0.4);
	box-shadow: 0px 0px 40px 0px rgba(174, 203, 35, 0.4);
}

.button-green a:hover {
	background-color: #a1bf1c;
}

@media (min-width: 320px) and (max-width: 959px) {
	.button-green a {
		font-size: 14px;
	}
}

@media (min-width: 480px) and (max-width: 1199px) {
	.button-green a {
		font-size: 15px;
		-webkit-box-shadow: 0px 0px 30px 0px rgba(174, 203, 35, 0.4);
		box-shadow: 0px 0px 30px 0px rgba(174, 203, 35, 0.4);
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.button-green a {
		padding: 13px 20px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.button-green a {
		padding: 10px 19px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.button-green a {
		padding: 10px 24px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.button-green a {
		padding: 12px 28px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.button-green a {
		padding: 14px 28px;
	}
}

.facebook-comments {
	margin-bottom: 70px;
}

.facebook-comments .container {
	max-width: 760px;
}

/*Footer*/
.footer {
	z-index: 2;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #41557D;
	padding-top: 41px;
	padding-bottom: 46px;
}

@media (min-width: 320px) and (max-width: 959px) {
	.footer {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}

.footer .container {
	column-gap: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 320px) and (max-width: 479px) {
	.footer .container {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.footer .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.footer .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
}

.footer__block-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
}

@media (min-width: 320px) and (max-width: 479px) {
	.footer__block-logo {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.footer__block-logo {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 50%;
	}
}

@media (min-width: 480px) and (max-width: 1199px) {
	.footer__block-logo {
		max-width: 140px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.footer__logo {
	width: 110px;
	margin-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.footer__logo {
		width: 30px;
		margin-right: 10px;
		margin-bottom: 0;
	}
}

@media (min-width: 480px) and (max-width: 1199px) {
	.footer__logo {
		width: 70px;
	}
}

.footer__logo a {
	text-decoration: none;
}

.footer__logo a img {
	display: block;
	width: 100%;
}

.footer__copyright {
	color: #ffffff;
	font-size: 18px;
	font-family: "Futura PT", Arial, sans-serif;
	font-weight: 500;
}

.footer__actions {
	font-family: "Futura PT", Arial, sans-serif;
	display: flex;
	column-gap: 20px;
    align-items: center;
}

.footer__actions.footer__action-mobile {
	display: none;
}

@media (min-width: 320px) and (max-width: 479px) {
	.footer__contact-us {
		margin-bottom: 25px;
	}
}

.footer__title {
	text-transform: uppercase;
    color: #ffffff;
    font-size: 26px;
    font-family: 'Futura PT', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 0.35;
	margin-bottom: 20px;
	margin-top: 17px;
}

.footer__phone a {
	font-size: 14px;
	font-family: 'Nunito', sans-serif;
	line-height: 2;
	font-weight: 400;
	color: white;
	text-decoration: none;
}

@media (min-width: 320px) and (max-width: 959px) {
	.footer__phone a {
		font-size: 12px;
		line-height: 1.8;
	}
}

.footer__text {
	font-size: 14px;
	font-family: 'Nunito', sans-serif;
	line-height: 2;
	font-weight: 400;
	color: white;
}

@media (min-width: 320px) and (max-width: 959px) {
	.footer__text {
		font-size: 12px;
		line-height: 1.8;
	}
}

.footer__email a {
	font-size: 14px;
	font-family: 'Nunito', sans-serif;
	line-height: 2;
	font-weight: 400;
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #4c70b8;
	-webkit-box-shadow: inset 0px 0px 0px 0px #4c70b8;
	box-shadow: inset 0px 0px 0px 0px #4c70b8;
}

@media (min-width: 320px) and (max-width: 959px) {
	.footer__email a {
		font-size: 12px;
		line-height: 1.8;
	}
}

.footer .menu-640 {
	display: none;
}

@media (min-width: 640px) and (max-width: 959px) {
	.footer .menu-640 {
		display: block;
	}
}

@media (min-width: 320px) and (max-width: 639px) {
	.footer__menu {
		display: none;
	}
}

@media (min-width: 480px) and (max-width: 1199px) {
	.footer__menu {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.footer__category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 57%;
}

@media (min-width: 320px) and (max-width: 479px) {
	.footer__category {
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.footer__category {
		width: 100%;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin-bottom: 20px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.footer__category {
		width: 75%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}

	.footer__category > div {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.footer__follow-us {
		margin-bottom: 25px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.footer__follow-us {
		width: 50%;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.footer__follow-us {
		margin-bottom: 20px;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.footer__buttons {
		width: 100%;
		margin-bottom: 25px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align: center;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.footer__buttons {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 50%;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.footer__buttons {
		display: none;
	}
}

@media (min-width: 480px) and (max-width: 1199px) {
	.footer__buttons {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.footer__buttons {
		max-width: 150px;
	}
}

.footer__desc {
	max-width: 160px;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.8;
	font-weight: 800;
	margin-bottom: 12px;
	margin-top: 38px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.footer__desc {
		font-size: 14px;
		line-height: 1.7;
		max-width: 220px;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 25px;
		line-height: 1.7;
	}
}

@media (min-width: 480px) and (max-width: 1199px) {
	.footer__desc {
		max-width: 210px;
		margin-top: 0;
	}
}

@media (min-width: 480px) and (max-width: 959px) {
	.footer__desc {
		font-size: 12px;
	}
}

.footer__button-orange {
	margin-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.footer__button-orange {
		display: inline-block;
		margin-right: 15px;
	}
}

.footer__button-orange a {
	width: 160px;
	height: 40px;
	color: #ffffff;
	font-size: 11px;
	line-height: 1;
	-webkit-animation: zoom-button-out 0.2s linear forwards;
	animation: zoom-button-out 0.2s linear forwards;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

@media (min-width: 320px) and (max-width: 479px) {
	.footer__button-orange a {
		margin: 0 auto;
		width: 140px;
		height: 30px;
	}
}

@media (min-width: 320px) and (max-width: 639px) {
	.footer__button-orange a {
		height: 30px;
	}
}

@media (min-width: 320px) and (max-width: 959px) {
	.footer__button-orange a {
		font-size: 9px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.footer__button-orange a {
		width: 130px;
		height: 34px;
	}
}

.footer__button-orange a:hover {
	-webkit-animation: zoom-button-in 0.2s linear forwards;
	animation: zoom-button-in 0.2s linear forwards;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.footer__actions.terms-of-condition a {
	color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.footer__actions.terms-of-condition a:hover {
	color: #ff6d1c;
}

.footer__label-white {
	font-size: 18px;
	font-weight: 500;
}

.footer__button-white a {
	font-size: 18px;
	display: block;
	padding: 5px 30px;
	color: #ffffff;
    font-family: 'Futura PT', Arial, sans-serif;
    line-height: 1;
    font-weight: 500;
    border-width: 1px;
    border-radius: 30px;
    background-position: center center;
    border-color: #ffffff;
    border-style: solid;
	-webkit-animation: zoom-button-out 0.2s linear forwards;
	animation: zoom-button-out 0.2s linear forwards;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.footer__button-white a:hover {
	-webkit-animation: zoom-button-in 0.2s linear forwards;
	animation: zoom-button-in 0.2s linear forwards;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.footer .navbar__item a {
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
    font-family: 'Futura PT', Arial, sans-serif;
	font-weight: 500;
}

@media (min-width: 320px) and (max-width: 959px) {
	.footer .navbar__item a {
		font-size: 12px;
		line-height: 1.8;
	}
}

/*Header*/
.header {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.04);
	background-color: #ffffff;
	color: #1c2b47;
    font-size: 16px;
	font-family: "Futura PT", Arial, sans-serif;
	width: 100%;
	padding: 0 20px;
}

.burger-show {
	display: none;
}

.mobile-menu-logo {
	width: 100% !important;
	display: none;
}

.mobile-menu-logo img{
	width: 100% !important;
}

.header .header__inner {
	max-width: 1160px;
	margin: 0 auto;
}

.join-button a {
	color: #ffffff;
    font-size: 20px;
	font-family: "Futura PT", Arial, sans-serif;
    line-height: 1;
    font-weight: 500;
    border-width: 0px;
    border-radius: 30px;
    background-color: #ff6d1c;
	padding: 6px 30px;
}

.header .header__inner {
	display: flex;
	justify-content: space-between;
    align-items: center;
}

.header__overlay {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	background-color: #1c2b47;
	opacity: 0.60;
	z-index: 33;
}

.header__logo {
	width: 129px;
}

.header__logo a img{
	width: 100%;
}

.header__navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: auto;
	padding: 0px 70px;
}

@media (min-width: 320px) and (max-width: 1200px) {
	.header__navigation {
		padding: 0px 30px;
	}
}

.header__menu {
	width: 100%;
}

@media (min-width: 320px) and (max-width: 979px) {
	.header__menu {
		padding: 42px 25px 25px;
		background: #ffffff;
		position: absolute;
		top: 0;
		width: 0;
		height: 100vh;
		text-align: center;
		-webkit-transition: width .7s ease, right .7s ease;
		-o-transition: width .7s ease, right .7s ease;
		transition: width .7s ease, right .7s ease;
		z-index: 33;
		max-width: 275px;
		right: -50px;
	}

	.burger-login a {
		position: absolute;
		bottom: 0;
		color: #ffffff !important;
		background-color: #ff6d1c;
		border-radius: 30px !important;
		padding: 10px 30px
	}

	.burger-hide {
		display: none;
	}

	.burger-show {
		display: block;
	}

	.mobile-menu-logo {
		display: block;
	}
}

@media (min-width: 980px) and (max-width: 1199px) {
	.header__menu {
		/* max-width: 426px; */
		margin-right: 15px;
	}
}

.header__menu-title {
	display: none;
}

@media (min-width: 320px) and (max-width: 979px) {
	.header__menu-title {
		color: #ff6d1c;
		font-size: 28px;
		font-weight: 700;
		letter-spacing: 0.5px;
		font-family: 'Nunito', sans-serif;
		text-transform: uppercase;
		text-align: left;
		margin-bottom: 22px;
		display: block;
	}
}

.header__navbar {
	font-size: 0;
}

.header__mobile-menu {
	display: none;
}

@media (min-width: 320px) and (max-width: 979px) {
	.header__mobile-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		position: relative;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.header__lang {
	position: relative;
}

.header__active-lang {
	margin-right: 20px;
	margin-left: 20px;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	z-index: 9;
	position: relative;
}

@media (min-width: 320px) and (max-width: 479px) {
	.header__active-lang {
		height: 50px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.header__active-lang {
		height: 55px;
	}
}

@media (min-width: 640px) and (max-width: 979px) {
	.header__active-lang {
		height: 60px;
	}
}

.header__active-lang a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	color: #aecb23;
	font-size: 14px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.6;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

@media (min-width: 320px) and (max-width: 479px) {
	.header__active-lang a {
		font-size: 11px;
	}
}

@media (min-width: 980px) and (max-width: 1199px) {
	.header__active-lang a {
		font-size: 12px;
		line-height: 1.55;
	}
}

.header__active-lang a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	margin-left: 8px;
	margin-top: 3px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-color: #aecb23 transparent transparent transparent;
	border-top-color: inherit;
}

.header__drop-down {
	background-color: #ffffff;
	text-align: center;
	padding: 18px 20px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 80px;
	left: -20px;
	display: none;
	opacity: 0;
	z-index: 10;
	width: 100px;
	-webkit-transition: opacity 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-o-transition: opacity 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: opacity 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

@media (min-width: 320px) and (max-width: 479px) {
	.header__drop-down {
		top: 50px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.header__drop-down {
		top: 55px;
	}
}

@media (min-width: 640px) and (max-width: 979px) {
	.header__drop-down {
		top: 60px;
	}
}

.header__drop-down:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	border-bottom-color: #ffffff;
	top: -20px;
}

.header__drop-down li {
	margin-bottom: 12px;
}

.header__drop-down li a {
	font-size: 14px;
	line-height: 1.35;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	color: #222;
}

.header__drop-down li a:hover {
	color: #ff6d1c;
}

.header__button-orange a {
	width: 120px;
	height: 40px;
	font-size: 15px;
	color: #ffffff;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(250, 118, 42, 0.5);
	box-shadow: 0px 5px 15px 0px rgba(250, 118, 42, 0.5);
}

@media (min-width: 320px) and (max-width: 639px) {
	.header__button-orange a {
		height: 30px;
		font-size: 11px;
		letter-spacing: 0.5px;
		width: 80px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

@media (min-width: 320px) and (max-width: 979px) {
	.header__button-orange a {
		margin-right: 15px;
	}
}

@media (min-width: 640px) and (max-width: 979px) {
	.header__button-orange a {
		height: 34px;
		font-size: 14px;
		letter-spacing: 0.5px;
		width: 90px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

@media (min-width: 980px) and (max-width: 1199px) {
	.header__button-orange a {
		width: 90px;
		height: 40px;
		font-size: 15px;
	}
}

.header__button-orange a:hover {
	background-color: #fa8a2f;
}

.header .navbar__list {
	display: flex;
	justify-content: space-between;
}

@media (min-width: 320px) and (max-width: 979px) {
	.header .navbar__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (min-width: 320px) and (max-width: 979px) {
	.header .navbar__item {
		margin-bottom: 15px;
	}
}

.header .navbar__item a {
	text-decoration: none;
	color: #1c2b47;
    font-size: 16px;
	font-weight: 500;
	border-width: 1px;
	border-radius: 30px;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

@media (min-width: 320px) and (max-width: 979px) {
	.header .navbar__item a {
		font-size: 20px;
		color: #1c2b47;
		font-weight: 400;
		margin-bottom: 20px;
	}
}

.header .navbar__item a:hover {
	color: #ff6d1c;
}

.join-button-mobile {
	display: none;
}

.join-button-desktop {
	display: block;
}

@media (min-width: 320px) and (max-width: 979px) {
	.rtl .header .hamburger-menu {
		right: 10px !important;
	}
	.header .hamburger-menu {
		position: absolute;
		top: -13px;
		right: 0px;
		width: 24px;
		height: 39px;
		cursor: pointer;
		z-index: 34;
	}

	.header__navigation {
		padding: 0px 10px;
	}

	.join-button a {
		padding: 2px 20px;
	}

	.join-button-desktop {
		display: none;
	}

	.join-button-mobile {
		display: block;
	}

	.header .bar,
	.header .bar:after,
	.header .bar:before {
		width: 24px;
		height: 3px;
	}

	.header .bar {
		position: relative;
		-webkit-transform: translateY(25px);
		-ms-transform: translateY(25px);
		transform: translateY(25px);
		background: #000;
		border-radius: 3px;
		-webkit-transition: all 0ms 300ms;
		-o-transition: all 0ms 300ms;
		transition: all 0ms 300ms;
	}

	.header .bar.animate {
		background: rgba(255, 255, 255, 0);
	}

	.header .bar:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 8px;
		background: #000;
		border-radius: 3px;
		-webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
		transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
		-o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
		transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
		transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
	}

	.header .bar:after {
		content: "";
		position: absolute;
		left: 0;
		top: 8px;
		background: #000;
		border-radius: 3px;
		-webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
		transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
		-o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
		transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
		transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
	}

	.header .bar.animate:after {
		background: #000;
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
		transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
		-o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
		transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
		transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
	}

	.header .bar.animate:before {
		background: #000;
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
		transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
		-o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
		transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
		transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
	}

	.header .show {
		width: 100vw;
		right: 0;
	}

	.header .hide {
		width: 0;
		-webkit-transition: width .6s ease, right .6s ease;
		-o-transition: width .6s ease, right .6s ease;
		transition: width .6s ease, right .6s ease;
	}
}

.header .show-ov {
	display: block;
}

.header .hide-ov {
	display: none;
}

.header__lang:hover .header__drop-down {
	display: block;
	opacity: 1;
}

.mfp-zoom-out-cur {
	overflow: hidden;
}

.full-screen-window {
	background-color: #fff;
	opacity: 1;
}

.full-screen-window .mfp-close {
	color: #000;
	font-size: 46px;
	opacity: 1;
}

.full-screen-window .mfp-figure:after {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.full-screen-window .mfp-bottom-bar {
	display: none;
}

.full-screen-window .mfp-arrow-left:after {
	margin-left: 36px;
}

.full-screen-window .mfp-arrow-left:before {
	border-right: 27px solid #000;
	opacity: 1;
}

.full-screen-window .mfp-arrow-right:after {
	margin-left: 34px;
}

.full-screen-window .mfp-arrow-right:before {
	border-left: 27px solid #000;
	opacity: 1;
}

.full-screen-window .mfp-figure:after {
	display: none;
}

/*Main-Block*/
.main-block {
	position: relative;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

@media (min-width: 480px) and (max-width: 639px) {
	.main-block {
		min-height: 640px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.main-block {
		min-height: 650px;
	}
}

.main-block__backgraund {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -30px;
}

@media (min-width: 320px) and (max-width: 639px) {
	.main-block__backgraund {
		width: 100%;
		height: 100vh;
		left: 0px;
		top: 0px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.main-block__backgraund {
		min-height: 640px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.main-block__backgraund {
		min-height: 650px;
	}
}

@media (min-width: 1440px) and (max-width: 9999px) {
	.main-block__backgraund {
		top: -30px;
		bottom: 0px;
	}
}

.main-block__backgraund img {
	width: 100%;
	display: block;
	border-color: transparent;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	position: absolute;
	height: 100%;
}

@media (min-width: 1024px) and (max-width: 9999px) {
	.main-block__backgraund img {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		height: 100%;
	}
}

@media screen and (min-width: 1024px) and (max-width: 9999px) and (-ms-high-contrast: active), (min-width: 1024px) and (max-width: 9999px) and (-ms-high-contrast: none) {
	.main-block__backgraund img {
		height: auto;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.main-block__backgraund img {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		-o-object-position: right top;
		object-position: right top;
	}
}

.main-block__poster {
	z-index: 3;
	position: relative;
	height: 416px;
	width: 624px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.main-block__poster {
		-webkit-transform: translate3d(-20px, 0px, 0px);
		transform: translate3d(-20px, 0px, 0px);
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.main-block__poster {
		padding-left: 10px;
		position: absolute;
		left: -96px;
		max-width: 424px;
		height: 220px;
		bottom: 40px;
	}

	.page-title-background-main-page {
		padding-left: 130px;
		padding-right: 15px;
	}

	.product__title {
		margin-bottom: 30px !important;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.main-block__poster {
		position: absolute;
		left: 70px;
		max-width: 260px;
		height: 342px;
		bottom: 70px;
	}

	.page-title-background-main-page {
		padding-left: 20px;
		padding-right: 15px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.main-block__poster {
		position: absolute;
		left: -26px;
		max-width: 460px;
		height: 306px;
		bottom: 22%;
	}

	.page-title-background-main-page {
		padding-left: 100px;
		padding-right: 15px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.main-block__poster {
		left: 10px;
		max-width: 504px;
		height: 336px;
	}

	.page-title-background-main-page {
		padding-left: 35px;
		padding-right: 35px;
	}
}

@media (min-width: 1440px) and (max-width: 9999px) {
	.main-block__poster {
		margin-top: -70px;
	}
}

.main-block__title {
	color: #ffffff;
	font-size: 55px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.main-block__title {
		-webkit-transform: translate3d(-20px, 0px, 0px);
		transform: translate3d(-20px, 0px, 0px);
		font-weight: 800;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.main-block__title {
		font-size: 26px;
		line-height: 1.25;
		margin-bottom: 0;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.main-block__title {
		font-size: 32px;
		line-height: 1.2;
		margin-bottom: 5px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.main-block__title {
		font-size: 32px;
		line-height: 1.25;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.main-block__title {
		font-size: 40px;
		line-height: 1.25;
		margin-bottom: 5px;
	}
}

.main-block__title img {
	border-radius: 10px;
	margin-left: 15px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-color: transparent;
	border-style: solid;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.4);
	width: 62px;
	height: 47px;
	margin-bottom: 10px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.main-block__title img {
		-webkit-transform: translate3d(-20px, 0px, 0px);
		transform: translate3d(-20px, 0px, 0px);
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.main-block__title img {
		width: 30px;
		height: 22px;
		margin-bottom: 3px;
		border-radius: 5px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.main-block__title img {
		width: 30px;
		height: 28px;
		margin-bottom: 5px;
		border-radius: 5px;
		display: none;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.main-block__title img {
		width: 36px;
		height: 26px;
		border-radius: 5px;
		margin-bottom: 5px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.main-block__title img {
		width: 47px;
		height: 34px;
		margin-bottom: 7px;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.main-block__desc {
		-webkit-transform: translate3d(-20px, 0px, 0px);
		transform: translate3d(-20px, 0px, 0px);
	}
}

.main-block__desc h1 {
	color: #ffffff;
	font-size: 24px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.5;
	font-weight: 400;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
	margin-bottom: 40px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.main-block__desc h1 {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 5px;
	}
}

@media (min-width: 480px) and (max-width: 959px) {
	.main-block__desc h1 {
		font-size: 19px;
		line-height: 1.4;
		margin-bottom: 30px;
		max-width: 300px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.main-block__desc h1 {
		font-size: 21px;
		line-height: 1.4;
		max-width: 390px;
		margin-bottom: 25px;
	}
}

.main-block__button-orange {
	margin-bottom: 25px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 480px) and (max-width: 639px) {
	.main-block__button-orange {
		margin-bottom: 0;
	}
}

.main-block__button-orange span {
	padding-left: 3px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.main-block__button-orange {
		margin-bottom: 0;
	}

	.main-block__button-orange span {
		display: none;
	}
}

@media (min-width: 480px) and (max-width: 959px) {
	.main-block__button-orange span {
		display: none;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.main-block__button-orange {
		-webkit-transform: translate3d(-20px, 0px, 0px);
		transform: translate3d(-20px, 0px, 0px);
	}
}

.main-block__button-orange a {
	color: #ffffff;
	font-size: 16px;
	width: 300px;
	height: 60px;
	font-weight: 600;
	background-color: #ff6600;
	background-position: center center;
	border-color: #ffffff;
	border-style: solid;
	-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	-o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 50px 0px rgba(255, 255, 255, 0.6);
}

@media (min-width: 980px) and (max-width: 9999px) {
	.main-block__button-orange a {
		font-weight: 800;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.main-block__button-orange a {
		font-size: 12px;
		width: 180px;
		height: 36px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.main-block__button-orange a {
		font-size: 12px;
		width: 180px;
		height: 36px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.main-block__button-orange a {
		font-size: 14px;
		width: 220px;
		height: 40px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.main-block__button-orange a {
		width: 280px;
		height: 50px;
		font-size: 15px;
	}
}

.main-block__button-orange a:hover {
	background-color: #fa8a2f;
}

.main-block__border {
	display: none;
	position: absolute;
	width: 80px;
	height: 2px;
	background-color: #ffffff;
	right: 0;
}

@media (min-width: 640px) and (max-width: 959px) {
	.main-block__border {
		width: 32%;
	}
}

@media (min-width: 320px) and (max-width: 959px) {
	.main-block__border {
		display: block;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.main-block__border {
		display: none;
	}
}

.main-block .flag-max-640 {
	display: none;
	width: 38px;
	height: 28px;
	border-radius: 5px;
	margin-left: 15px;
}

@media (min-width: 480px) and (max-width: 639px) {
	.main-block .flag-max-640 {
		display: inline-block;
		vertical-align: middle;
	}
}

/*product*/
.product {
	position: relative;
	margin-bottom: 125px;
	padding-top: 170px;
}

@media (min-width: 320px) and (max-width: 959px) {
	.product {
		margin-bottom: 80px;
		padding-top: 70px;
	}
}

.product__bg {
	position: absolute;
	top: -95px;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 442px;
}

@media (min-width: 1440px) and (max-width: 9999px) {
	.product__bg {
		top: -150px;
	}
}

.product__bg img {
	width: 100%;
	display: block;
}

@media (min-width: 320px) and (max-width: 959px) {
	.product__bg {
		display: none;
	}
}

.product .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
	z-index: 1;
}

@media (min-width: 320px) and (max-width: 639px) {
	.product .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse wrap;
		flex-flow: column-reverse wrap;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.product .container > div {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 48%;
		flex: 0 1 48%;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.product .container > div {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 49%;
		flex: 0 1 49%;
	}
}

.product .zoom-pictures {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 55%;
	flex: 0 1 55%;
	max-width: 620px;
	height: 100%;
	width: 100%;
	max-height: 600px;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px 0px white;
	box-shadow: 0px 0px 40px 0px white;
}

@media (min-width: 320px) and (max-width: 479px) {
	.product .zoom-pictures {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
	}
}

.product .zoom-pictures__made-in {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: -25px;
	height: 118px;
	left: 20px;
	width: 118px;
	-webkit-transform: rotate(350deg);
	-ms-transform: rotate(350deg);
	transform: rotate(350deg);
	background: url("../images/content/main/made-in.svg") no-repeat center center;
	background-size: contain;
}

@media (min-width: 320px) and (max-width: 959px) {
	.product .zoom-pictures__made-in {
		height: 90px;
		width: 90px;
		left: 45px;
		top: -15px;
	}
}

.product .zoom-pictures__made-in p {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

@media (min-width: 320px) and (max-width: 959px) {
	.product .zoom-pictures__made-in p {
		font-size: 14px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.product .zoom-pictures {
		margin-top: 45px;
	}
}

.product .zoom-pictures .popup-link {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.product .zoom-pictures__img {
	display: block;
	width: 100%;
	border-radius: 10px;
}

.product .zoom-pictures__text {
	color: #aecb23;
	font-size: 24px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.35;
	font-weight: 700;
	position: absolute;
	top: 17px;
	z-index: 2;
	left: 155px;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.product .zoom-pictures__text {
		font-weight: 800;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.product .zoom-pictures__text {
		font-size: 17px;
		position: relative;
		text-align: center;
		left: 0;
		margin: 0 auto;
		top: -50px;
	}

	.product .zoom-pictures__text br {
		display: none;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.product .zoom-pictures__text {
		font-size: 20px;
		left: 80px;
	}

	.product .zoom-pictures__made-in + .zoom-pictures__text {
		left: 155px;
		max-width: 200px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.product .zoom-pictures__text {
		font-size: 18px;
		top: 5px;
		left: 45px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.product .zoom-pictures__text {
		bottom: 27px;
		top: auto;
	}

	.product .zoom-pictures__text br {
		display: none;
	}
}

.product__content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 43%;
	flex: 0 1 43%;
	max-width: 480px;
}

@media (min-width: 960px) and (max-width: 1199px) {
	.product__content {
		margin-top: -97px;
	}
}

.product__title {
	position: relative;
	display: table;
	margin-bottom: 50px;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.product__title {
		-webkit-transform: translate3d(-20px, 0px, 0px);
		transform: translate3d(-20px, 0px, 0px);
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.product__title h2 {
		font-weight: 800;
	}
}

.product__desc {
	color: #1c2b47;
	font-size: 24px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 17px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.product__desc {
		font-size: 17px;
		margin-bottom: 20px;
	}
}

@media (min-width: 480px) and (max-width: 959px) {
	.product__desc {
		font-size: 20px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.product__desc {
		font-size: 22px;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.product__desc b {
		font-weight: 800;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.product .hide-table {
		display: none;
	}
}

.product .show-table {
	display: none;
}

@media (min-width: 640px) and (max-width: 959px) {
	.product .show-table {
		display: block;
	}
}

.mfp-close {
	cursor: pointer;
}

/*work-it*/
.work-it {
	margin-bottom: 230px;
	position: relative;
}

@media (min-width: 320px) and (max-width: 639px) {
	.work-it {
		margin-bottom: 100px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.work-it {
		margin-bottom: 180px;
	}
}

.work-it__title {
	position: relative;
	display: table;
	margin: 0 auto;
	margin-bottom: 100px;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.work-it__title {
		-webkit-transform: translate3d(-20px, 0px, 0px);
		transform: translate3d(-20px, 0px, 0px);
	}
}

@media (min-width: 320px) and (max-width: 639px) {
	.work-it__title {
		margin-bottom: 50px;
	}
}

.work-it__title img {
	width: 150px;
	height: 110px;
	position: absolute;
	left: -142px;
	top: -66px;
	-webkit-transform: rotate(21deg) !important;
	-ms-transform: rotate(21deg) !important;
	transform: rotate(21deg) !important;
}

@media (min-width: 320px) and (max-width: 479px) {
	.work-it__title img {
		display: none;
	}
}

.work-it__rows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 320px) and (max-width: 639px) {
	.work-it__rows {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.work-it__rows {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.work-it__rows {
		margin-bottom: 70px;
	}
}

.work-it__button-orange a {
	margin: 0 auto;
	width: 250px;
	height: 50px;
	color: #ffffff;
	font-size: 16px;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(255, 102, 0, 0.3);
	box-shadow: 0px 10px 20px 0px rgba(255, 102, 0, 0.3);
	-webkit-animation: pulse-button 1.8s infinite linear;
	animation: pulse-button 1.8s infinite linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media (min-width: 320px) and (max-width: 639px) {
	.work-it__button-orange a {
		-webkit-animation: none;
		animation: none;
		-webkit-box-shadow: 0px 5px 20px 0px rgba(255, 102, 0, 0.3);
		box-shadow: 0px 5px 20px 0px rgba(255, 102, 0, 0.3);
		width: 200px;
		height: 40px;
		font-size: 13px;
	}
}

.work-it__button-orange a:hover {
	background-color: #fa8a2f;
}

.work-it .row {
	max-width: 330px;
	margin-bottom: 105px;
	width: 100%;
}

@media (min-width: 320px) and (max-width: 479px) {
	.work-it .row {
		max-width: 303px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
}

@media (min-width: 480px) and (max-width: 959px) {
	.work-it .row {
		max-width: 100%;
		margin-bottom: 50px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.work-it .row:first-of-type {
		max-width: 262px;
	}

	.work-it .row:last-of-type {
		max-width: 242px;
	}
}

.work-it .row__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 30px;
}

@media (min-width: 320px) and (max-width: 639px) {
	.work-it .row__title {
		margin-bottom: 10px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.work-it .row__title {
		margin-bottom: 22px;
	}
}

.work-it .row .icon-clock img {
	height: 60px;
	width: 60px;
}

.work-it .row .icon-box img {
	height: 62px;
	width: 62px;
}

.work-it .row .icon-heart img {
	height: 58px;
	width: 58px;
}

.work-it .row__icon {
	margin-right: 20px;
	max-height: 62px;
	max-width: 62px;
}

.work-it .row__icon img {
	display: block;
	height: 62px;
	width: 62px;
	opacity: 0.8;
}

.work-it .row__desc {
	color: #1c2b47;
	font-size: 22px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.5;
	font-weight: 400;
}

@media (min-width: 320px) and (max-width: 479px) {
	.work-it .row__desc {
		font-size: 16px;
		line-height: 1.6;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.work-it .row__desc {
		font-size: 18px;
	}
}

@media (min-width: 640px) and (max-width: 1199px) {
	.work-it .row__desc {
		font-size: 20px;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.work-it .row__desc b {
		font-weight: 800;
	}
}

.work-it .row__desc a {
	color: #1c2b47;
	margin-right: 5px;
	text-decoration: none;
	border-bottom: 1px solid #aecb23;
	-webkit-box-shadow: inset 0px -1px 0px 0px #aecb23;
	box-shadow: inset 0px -1px 0px 0px #aecb23;
}

.work-it .row__title-text {
	font-weight: 700;
	color: #1c2b47;
	font-size: 28px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.3;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.work-it .row__title-text {
		font-weight: 800;
	}
}

@media (min-width: 320px) and (max-width: 639px) {
	.work-it .row__title-text {
		font-size: 20px;
	}
}

@media (min-width: 320px) and (max-width: 1199px) {
	.work-it .row__title-text {
		font-size: 22px;
		line-height: 1.3;
	}
}

/*Video-Block*/
.video-block {
	margin-bottom: 200px;
}

@media (min-width: 320px) and (max-width: 959px) {
	.video-block {
		margin-bottom: 100px;
	}
}

.video-block .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

@media (min-width: 320px) and (max-width: 639px) {
	.video-block .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
	}
}

.video-block__text {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 45%;
	flex: 0 1 45%;
}

@media (min-width: 640px) and (max-width: 959px) {
	.video-block__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		margin-bottom: 15px;
	}
}

.video-block__title {
	margin-bottom: 50px;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.video-block__title {
		-webkit-transform: translate3d(-20px, 0px, 0px);
		transform: translate3d(-20px, 0px, 0px);
	}
}

@media (min-width: 320px) and (max-width: 639px) {
	.video-block__title {
		text-align: center;
	}
}

.video-block .absolute-link:hover {
	background-color: #aecb23;
	opacity: 0.2;
}

.video-block__desc {
	color: #1c2b47;
	font-size: 24px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 20px;
	max-width: 444px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.video-block__desc {
		font-size: 17px;
		line-height: 1.6;
	}
}

@media (min-width: 480px) and (max-width: 959px) {
	.video-block__desc {
		font-size: 20px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.video-block__desc {
		max-width: 542px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.video-block__desc {
		font-size: 22px;
	}
}

.video-block__iframe {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 52%;
	flex: 0 1 52%;
}

@media (min-width: 640px) and (max-width: 959px) {
	.video-block__iframe {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-flow: row-reverse wrap;
		flex-flow: row-reverse wrap;
	}
}

.video-block__button-video {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 600px;
	max-height: 400px;
	height: 100%;
}

@media (min-width: 320px) and (max-width: 479px) {
	.video-block__button-video {
		max-height: 200px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.video-block__button-video {
		max-height: 292px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.video-block__button-video {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 60%;
		flex: 1 0 60%;
		max-width: 358px;
		max-height: 235px;
	}
}

.video-block .button-video__overlay {
	height: 100%;
}

.video-block .button-video__overlay img {
	height: 100%;
	width: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}

.video-block .button-video__play {
	position: absolute;
	right: 17px;
	bottom: 9px;
	z-index: 2;
}

.video-block .button-video__play img {
	width: 42px;
	height: 42px;
	display: block;
}

@media (min-width: 640px) and (max-width: 959px) {
	.video-block__quate {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 39%;
		flex: 1 0 39%;
		max-width: 240px;
	}
}

.video-block__quate em {
	color: #616b7f;
	font-size: 18px;
	font-family: 'Georgia', serif;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: 0.5px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.video-block__quate em {
		font-size: 13px;
		line-height: 1.6;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.video-block__quate em {
		font-size: 15px;
		line-height: 1.6;
	}
}

.video-block__author-quate {
	color: #1c2b47;
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.5px;
	opacity: 0.6;
	margin-top: 15px;
}

@media (min-width: 640px) and (max-width: 959px) {
	.video-block__author-quate {
		font-size: 13px;
	}
}

/*Slider-block*/
.slider-block {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 120px;
	overflow: hidden;
}

@media (min-width: 320px) and (max-width: 959px) {
	.slider-block {
		padding-bottom: 0;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.product .zoom-pictures__text {
		max-width: 200px;
	}

	.slider-block {
		overflow: hidden;
	}
}

@media (min-width: 320px) and (max-width: 639px) {
	.slider-block .container {
		max-width: 940px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.slider-block .container {
		max-width: 640px;
	}
}

@media (min-width: 960px) and (max-width: 9999px) {
	.slider-block .container {
		max-width: 760px;
	}
}

.slider-block .slick-list {
	overflow: inherit;
}

@media (min-width: 320px) and (max-width: 639px) {
	.slider-block {
		margin-bottom: 100px;
	}
}

.slider-block__title {
	margin-bottom: 100px;
	text-align: center;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.slider-block__title {
		-webkit-transform: translate3d(-20px, 0px, 0px);
		transform: translate3d(-20px, 0px, 0px);
	}
}

@media (min-width: 320px) and (max-width: 639px) {
	.slider-block__title {
		margin-bottom: 50px;
	}
}

.slider-block__slide {
	margin-bottom: 150px !important;
}

@media (min-width: 320px) and (max-width: 639px) {
	.slider-block__slide {
		margin-bottom: 55px !important;
	}
}

.slider-block__images {
	opacity: 0.3;
	-webkit-transition: opacity ease-in-out .3s;
	-o-transition: opacity ease-in-out .3s;
	transition: opacity ease-in-out .3s;
}

.slider-block .slick-active {
	opacity: 1;
}

.slider-block .slick-dots li button:before {
	font-size: 8px;
	color: #eee;
	-webkit-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	opacity: 1;
}

.slider-block .slick-dots li.slick-active button:before {
	color: #aecb23;
}

.slider-block .control-c {
	position: absolute;
	z-index: 100;
	width: 22px;
	height: 41px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (min-width: 320px) and (max-width: 639px) {
	.slider-block .control-c {
		width: 10px;
	}
}

.slider-block .control-c:before {
	display: none;
}

.slider-block .control-c img {
	width: 22px;
}

@media (min-width: 320px) and (max-width: 639px) {
	.slider-block .control-c img {
		width: 10px;
	}
}

.slider-block .control-c.prev {
	left: 50px;
	right: auto;
}

@media (min-width: 320px) and (max-width: 639px) {
	.slider-block .control-c.prev {
		left: 10px;
	}
}

.slider-block .control-c.next {
	right: 25px;
	left: auto;
}

@media (min-width: 320px) and (max-width: 639px) {
	.slider-block .control-c.next {
		right: 10px;
	}
}

.slider-block .slick-list {
	padding: 0 10% 0 0;
}

@media (min-width: 320px) and (max-width: 959px) {
	.slider-block .slick-list {
		padding: 0 !important;
	}
}

.slider-block__images img {
	display: block;
	width: auto;
	height: 70vh;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}

@media (min-width: 320px) and (max-width: 639px) {
	.slider-block__images img {
		height: auto;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.slider-block__images img {
		height: auto;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.slider-block__images img {
		height: auto;
	}
}

.slider-block__button-orange a {
	margin: 0 auto;
	width: 250px;
	height: 50px;
	color: #ffffff;
	font-size: 16px;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(255, 102, 0, 0.3);
	box-shadow: 0px 10px 20px 0px rgba(255, 102, 0, 0.3);
	-webkit-animation: pulse-button 1.8s infinite linear;
	animation: pulse-button 1.8s infinite linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slider-block__button-orange a:hover {
	background-color: #fa8a2f;
}

@media (min-width: 320px) and (max-width: 479px) {
	.slider-block__button-orange a {
		font-size: 13px;
		-webkit-animation: none;
		animation: none;
		width: 190px;
		height: 40px;
		background-color: #ff6600;
		-webkit-box-shadow: 0px 5px 20px 0px rgba(255, 102, 0, 0.3);
		box-shadow: 0px 5px 20px 0px rgba(255, 102, 0, 0.3);
	}
}

.main-slider {
	padding-bottom: 190px;
}

@media (min-width: 320px) and (max-width: 639px) {
	.main-slider {
		padding-bottom: 10px;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.main-slider {
		padding-bottom: 150px;
	}
}

@media (min-width: 320px) and (max-width: 600px) {
	.slick-track {
		max-height: 300px;
	}
}

@media (min-width: 320px) and (max-width: 600px) {
	.main-slider {
		padding-bottom: 50px;
	}
}

@media (min-width: 960px) and (max-width: 9999px) {
	.main-slider .container {
		max-width: 980px;
	}
}

.main-slider .slick-list {
	overflow: visible;
}

.slider-testimonials .button-orange a {
	width: 290px;
}

@media (min-width: 640px) and (max-width: 959px) {
	.main-slider .slider-block__images img {
		height: 400px;
		max-width: 600px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.main-slider .slider-block__images img {
		height: 460px;
		max-width: 700px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.main-slider .slider-block__images img {
		max-width: 880px;
	}
}

@media (min-width: 1200px) and (max-width: 1439px) {
	.slider-testimonials .control-c.next {
		right: 0;
	}

	.slider-testimonials .control-c.prev {
		left: 20px;
	}
}

@media (min-width: 1440px) and (max-width: 9999px) {
	.slider-testimonials .control-c.next {
		right: -15px;
	}

	.slider-testimonials .control-c.prev {
		left: 5px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.slider-testimonials .container {
		overflow: hidden;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.slider-testimonials .slider-block__images img {
		height: 600px;
		max-width: 600px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.slider-testimonials .slider-block__images img {
		max-width: 540px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.slider-testimonials .slider-block__images img {
		max-width: 660px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.slider-block .control-c.next {
		right: -25px;
		left: auto;
	}

	.slider-block .control-c.prev {
		left: 0px;
		right: auto;
	}
}

/*Gratitude*/
.gratitude {
	position: relative;
	margin-bottom: 160px;
}

@media (min-width: 320px) and (max-width: 639px) {
	.gratitude {
		margin-bottom: 110px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.gratitude {
		margin-bottom: 55px;
	}
}

.gratitude__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.gratitude__bg img {
	width: 100%;
	display: block;
}

@media (min-width: 320px) and (max-width: 639px) {
	.gratitude {
		margin-bottom: 0px;
	}
}

.gratitude__title {
	margin-bottom: 90px;
	text-align: center;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.gratitude__title {
		-webkit-transform: translate3d(-20px, 0px, 0px);
		transform: translate3d(-20px, 0px, 0px);
	}
}

@media (min-width: 320px) and (max-width: 639px) {
	.gratitude__title {
		margin-bottom: 50px;
	}
}

.gratitude__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-bottom: 30px;
}

@media (min-width: 320px) and (max-width: 639px) {
	.gratitude__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.gratitude__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
	}
}

.gratitude .item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 49%;
	flex: 0 1 49%;
	max-width: 550px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 75px;
}

@media (min-width: 320px) and (max-width: 639px) {
	.gratitude .item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		margin-bottom: 40px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.gratitude .item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		margin: 0 auto;
		margin-bottom: 40px;
		max-width: 100%;
	}
}

@media (min-width: 320px) and (max-width: 639px) {
	.gratitude .item__pictures {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 20px;
	}
}

.gratitude .item__pictures .img-prof {
	width: 120px;
	margin-right: 40px;
	height: 120px;
	background-size: cover;
	background-position: center center;
	border-radius: 50%;
	-webkit-box-shadow: 0px 3px 30px 0px rgba(174, 203, 35, 0.9);
	box-shadow: 0px 3px 30px 0px rgba(174, 203, 35, 0.9);
}

@media (min-width: 320px) and (max-width: 639px) {
	.gratitude .item__pictures .img-prof {
		width: 60px;
		height: 60px;
		margin-right: 20px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.gratitude .item__pictures .img-prof {
		width: 110px;
		height: 110px;
	}
}

.gratitude .text {
	max-width: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 480px) and (max-width: 639px) {
	.gratitude .text {
		max-width: 100%;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.gratitude .text {
		max-width: 480px;
	}
}

.gratitude .text__desc {
	color: #000000;
	font-size: 18px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.65;
	font-weight: 400;
	max-width: 470px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.gratitude .text__desc {
		font-size: 16px;
		line-height: 1.45;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.gratitude .text__desc {
		font-size: 16px;
		line-height: 1.5;
	}
}

.gratitude .text__author {
	margin-top: 10px;
	color: #000000;
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.55;
	font-weight: 700;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.gratitude .text__author {
		font-weight: 800;
	}
}

@media (min-width: 320px) and (max-width: 639px) {
	.gratitude .text__author {
		display: none;
	}
}

.gratitude .text .author-phone {
	display: none;
}

@media (min-width: 320px) and (max-width: 639px) {
	.gratitude .text .author-phone {
		display: block;
		font-size: 14px;
	}
}

.gratitude .text__company {
	color: #6e6e6e;
	font-size: 14px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.55;
	font-weight: 400;
	margin-top: 5px;
}

@media (min-width: 320px) and (max-width: 639px) {
	.gratitude .text__company {
		display: none;
	}
}

.gratitude .author-phone {
	display: none;
}

@media (min-width: 320px) and (max-width: 639px) {
	.gratitude .author-phone {
		display: block;
		font-size: 14px;
	}
}

.gratitude .company-phone {
	display: none;
}

@media (min-width: 320px) and (max-width: 639px) {
	.gratitude .company-phone {
		display: block;
	}
}

.gratitude__button-orange a {
	width: 220px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	-webkit-animation: pulse-button 1.8s infinite linear;
	animation: pulse-button 1.8s infinite linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(255, 102, 0, 0.6);
	box-shadow: 0px 0px 40px 0px rgba(255, 102, 0, 0.6);
}

.gratitude__button-orange a:hover {
	background-color: #fa8a2f;
}

@media (min-width: 320px) and (max-width: 479px) {
	.gratitude__button-orange a {
		width: 190px;
		height: 40px;
		font-size: 13px;
		-webkit-animation: none;
		animation: none;
		margin-bottom: 80px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.gratitude__button-orange a {
		font-size: 13px;
		width: 200px;
		height: 40px;
		-webkit-animation: none;
		animation: none;
		margin-bottom: 80px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.gratitude__button-orange a {
		font-size: 14px;
		line-height: 0;
		letter-spacing: 0.5px;
		-webkit-animation: none;
		animation: none;
		width: 210px;
		height: 40px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.gratitude__button-orange a {
		width: 213px;
		height: 45px;
		-webkit-animation: none;
		animation: none;
		font-size: 15px;
	}
}

.gratitude--custom {
	padding-top: 110px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.gratitude--custom {
		padding-top: 60px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.gratitude--custom {
		padding-top: 70px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.gratitude--custom {
		padding-top: 100px;
	}
}

/*Feedback*/
.feedback {
	position: relative;
	padding-bottom: 182px;
}

@media (min-width: 320px) and (max-width: 639px) {
	.feedback {
		padding-bottom: 120px;
	}
}

.feedback__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 643px;
	z-index: -1;
}

.feedback__bg img {
	display: block;
	width: 100%;
	height: 100%;
}

.feedback__title {
	margin-bottom: 90px;
	text-align: center;
}

@media (min-width: 320px) and (max-width: 639px) {
	.feedback__title {
		margin-bottom: 50px;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.feedback__title {
		-webkit-transform: translate3d(-20px, 0px, 0px);
		transform: translate3d(-20px, 0px, 0px);
	}
}

.feedback__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-bottom: 15px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.feedback__items {
		margin-bottom: 0;
	}
}

@media (min-width: 320px) and (max-width: 639px) {
	.feedback__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.feedback__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
	}
}

.feedback__button-orange {
	position: absolute;
	bottom: -22px;
	z-index: 10;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.feedback__button-orange a {
	width: 120px;
	height: 50px;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

@media (min-width: 320px) and (max-width: 959px) {
	.feedback__button-orange a {
		font-size: 14px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.feedback__button-orange a {
		font-size: 15px;
	}
}

.feedback__button-orange a:hover {
	background-color: #fa8a2f;
}

.feedback .item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 49%;
	flex: 0 1 49%;
	max-width: 550px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 60px;
}

@media (min-width: 320px) and (max-width: 639px) {
	.feedback .item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		max-width: 100%;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.feedback .item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: 100%;
		margin-bottom: 40px;
	}
}

@media (min-width: 320px) and (max-width: 639px) {
	.feedback .item__pictures {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 20px;
	}
}

.feedback .item__pictures .img-prof {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 3px 30px 0px rgba(255, 109, 28, 0.7);
	box-shadow: 0px 3px 30px 0px rgba(255, 109, 28, 0.7);
	margin-right: 40px;
	background-size: cover;
	background-position: center center;
}

@media (min-width: 320px) and (max-width: 639px) {
	.feedback .item__pictures .img-prof {
		max-width: 60px;
		height: 60px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.feedback .item__pictures .img-prof {
		width: 110px;
		height: 110px;
	}
}

.feedback .text {
	max-width: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 480px) and (max-width: 959px) {
	.feedback .text {
		max-width: 100%;
	}
}

.feedback .text__desc {
	color: #1c2b47;
	font-size: 18px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.65;
	font-weight: 400;
}

@media (min-width: 320px) and (max-width: 959px) {
	.feedback .text__desc {
		font-size: 16px;
		line-height: 1.45;
	}
}

.feedback .text__author {
	margin-top: 5px;
	color: #000000;
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.55;
	font-weight: 700;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.feedback .text__author {
		font-weight: 800;
	}
}

@media (min-width: 320px) and (max-width: 639px) {
	.feedback .text__author {
		display: none;
	}
}

.feedback .author-phone {
	display: none;
}

@media (min-width: 320px) and (max-width: 639px) {
	.feedback .author-phone {
		display: block;
	}
}

.feedback .block-centre {
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
	height: 210px;
	position: relative;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 30px 0px #d1d1d1;
	box-shadow: 0px 0px 30px 0px #d1d1d1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 4px solid #aecb23;
}

@media (min-width: 320px) and (max-width: 479px) {
	.feedback .block-centre {
		border-width: 2px;
	}
}

@media (min-width: 320px) and (max-width: 639px) {
	.feedback .block-centre {
		height: 170px;
		max-width: 340px;
	}
}

.feedback .block-centre__icon-block {
	position: absolute;
	top: -22px;
	margin: 0 auto;
	right: 0;
	left: 0;
	text-align: center;
}

.feedback .block-centre__icon-block img {
	width: 50px;
	height: 44px;
}

.feedback .block-centre__title-block {
	color: #1c2b47;
	font-size: 28px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.3;
	font-weight: 700;
	max-width: 320px;
	text-align: center;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.feedback .block-centre__title-block {
		font-weight: 800;
		max-width: 410px;
	}
}

@media (min-width: 320px) and (max-width: 639px) {
	.feedback .block-centre__title-block {
		font-size: 18px;
		max-width: 220px;
	}
}

.feedback .button-green {
	display: none;
}

@media (min-width: 320px) and (max-width: 479px) {
	.feedback .button-green {
		margin-right: auto;
		margin-left: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 151px;
		height: 40px;
		margin-bottom: 60px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		color: #ffffff;
		font-size: 16px;
		font-family: 'Nunito', sans-serif;
		line-height: 1;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 0.5px;
		border-width: 1px;
		border-radius: 30px;
		background-color: #aecb23;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-box-shadow: 0px 0px 40px 0px rgba(174, 203, 35, 0.4);
		box-shadow: 0px 0px 40px 0px rgba(174, 203, 35, 0.4);
	}

	.feedback .button-green:hover {
		background-color: #a1bf1c;
	}
}

.feedback--module {
	padding-bottom: 0;
}

.feedback--under-page {
	padding-bottom: 70px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.feedback--under-page {
		padding-bottom: 0;
	}
}

.facebook-feedback .facebook-feedback-container {
	max-width: 1040px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 70px;
}

@media (min-width: 320px) and (max-width: 959px) {
	.facebook-feedback .facebook-feedback-container {
		max-width: 620px;
	}
}

.facebook-feedback .desktop-facebook {
	display: block;
}

@media (min-width: 320px) and (max-width: 959px) {
	.facebook-feedback .desktop-facebook {
		display: none;
	}
}

.facebook-feedback .mobile-facebook {
	display: none;
}

@media (min-width: 320px) and (max-width: 959px) {
	.facebook-feedback .mobile-facebook {
		display: block;
	}
}

.feedback__items .feedback .item:nth-of-type(n+6) {
	display: none;
}

.packages-examples {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 215px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.packages-examples {
		margin-bottom: 100px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.packages-examples {
		margin-bottom: 120px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.packages-examples {
		margin-bottom: 140px;
	}
}

.packages-examples .container {
	position: relative;
}

.packages-examples__title {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 70px;
}

.packages-examples__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 320px) and (max-width: 959px) {
	.packages-examples__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.packages-examples .carousel-image {
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.packages-examples .carousel-image {
		width: 110%;
		margin-left: -40px;
		margin-right: -40px;
		border-radius: 70px;
	}
}

@media (min-width: 320px) and (max-width: 959px) {
	.packages-examples .carousel-image {
		-o-object-fit: contain;
		object-fit: contain;
	}
}

.packages-examples .carousel-link {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.packages-examples .desktop-slider {
	display: block;
}

@media (min-width: 320px) and (max-width: 479px) {
	.packages-examples .desktop-slider {
		display: none;
	}
}

.packages-examples .mobile-slider {
	display: block;
}

@media (min-width: 480px) and (max-width: 9999px) {
	.packages-examples .mobile-slider {
		display: none;
	}
}

.packages-examples .mfp-img:nth-of-type(even) {
	display: none;
}

.packages-examples .slick-next:before {
	position: absolute;
	content: '';
	left: 2px;
	top: -1px;
	width: 18px;
	height: 18px;
	border: solid #377A1C;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.packages-examples .slick-prev:before {
	position: absolute;
	content: '';
	left: 2px;
	top: -1px;
	width: 18px;
	height: 18px;
	border: solid #377A1C;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.packages-examples .slick-prev {
	left: 45%;
}

@media (min-width: 320px) and (max-width: 479px) {
	.packages-examples .slick-prev {
		left: 35%;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.packages-examples .slick-prev {
		left: 40%;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.packages-examples .slick-prev {
		left: 44%;
	}
}

.packages-examples .slick-next {
	right: 45%;
}

@media (min-width: 320px) and (max-width: 479px) {
	.packages-examples .slick-next {
		right: 35%;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.packages-examples .slick-next {
		right: 40%;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.packages-examples .slick-next {
		right: 44%;
	}
}

.packages-examples .slick-prev, .packages-examples .slick-next {
	position: absolute;
	bottom: -70px;
	margin: 0 auto;
	z-index: 99;
	top: auto;
}

@media (min-width: 320px) and (max-width: 479px) {
	.packages-examples .slick-prev, .packages-examples .slick-next {
		bottom: -60px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.packages-examples .slick-prev, .packages-examples .slick-next {
		bottom: -60px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.packages-examples .slick-prev, .packages-examples .slick-next {
		bottom: -60px;
	}
}

.packages-examples .slick-prev img, .packages-examples .slick-next img {
	display: none;
}

.packages-examples .carousel {
	max-width: 758px;
	max-height: 468px;
	width: 100%;
}

@media (min-width: 320px) and (max-width: 479px) {
	.packages-examples .carousel {
		max-width: 300px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.packages-examples .carousel {
		max-width: 460px;
	}
}

@media (min-width: 640px) and (max-width: 1199px) {
	.packages-examples .carousel {
		max-width: 620px;
	}
}

@media (min-width: 1200px) {
	.packages-examples .carousel {
		height: 100vh;
	}
}

.packages-examples__slider {
	border: 1px solid #70C04B;
	border-radius: 10px;
}

.packages-examples__desc {
	max-width: 360px;
}

@media (min-width: 320px) and (max-width: 959px) {
	.packages-examples__desc {
		margin-top: 70px;
		max-width: 100%;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.packages-examples__desc {
		max-width: 300px;
	}
}

.packages-examples__desc p {
	color: #000000;
	font-size: 18px;
	line-height: 1.65;
	font-weight: 400;
}

@media (min-width: 320px) and (max-width: 479px) {
	.packages-examples__desc p {
		font-size: 16px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.packages-examples__desc p {
		font-size: 16px;
		line-height: 1.45;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.packages-examples__desc p {
		font-size: 16px;
	}
}

.packages-examples .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.packages-examples .slick-track .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
}

.slick-cloned {
	display: none;
}

.slick-list,
.slick-track {
	height: 100%;
}

.slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slick-track .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
}

.main-underline-block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 95px;
	width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.main-underline-block .container {
		margin: 0;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.main-underline-block {
		height: 435px;
	}
}

.main-underline-block__overlay {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(43, 19, 0, 0.5)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(43, 19, 0, 0.5));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(43, 19, 0, 0.5));
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

@media (min-width: 320px) and (max-width: 479px) {
	.main-underline-block {
		margin-bottom: 50px;
		height: 220px;
		padding-top: 30px;
		overflow: hidden;
	}
}

@media (min-width: 480px) and (max-width: 959px) {
	.main-underline-block {
		margin-bottom: 50px;
		height: 240px;
		overflow: hidden;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.main-underline-block {
		height: 230px;
	}
}

.main-underline-block .container {
	z-index: 2;
}

@media (min-width: 320px) and (max-width: 479px) {
	.main-underline-block .container {
		max-width: 320px;
	}
}

@media (min-width: 320px) and (max-width: 1199px) {
	.main-underline-block__bg {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.main-underline-block__bg {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
		float: left;
		background-size: cover;
		height: 435px;
	}
}

.main-underline-block__bg img {
	width: 100%;
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.main-underline-block__bg img {
		/*display: none;*/
	}
}

.main-underline-block__button-bottom {
	cursor: pointer;
	text-align: center;
	-webkit-animation: t-arrow-bottom 1.7s infinite ease;
	animation: t-arrow-bottom 1.7s infinite ease;
}

@media (min-width: 320px) and (max-width: 959px) {
	.main-underline-block__button-bottom {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 30px;
	}

	.main-underline-block__button-bottom svg {
		width: 26px;
		height: 13px;
	}
}

.main-underline-block__title {
	margin-bottom: 15px;
	text-align: center;
}

@media (min-width: 640px) and (max-width: 959px) {
	.main-underline-block__title {
		margin-top: 40px;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.main-underline-block__title {
		-webkit-transform: translate3d(0px, 0px, 0px) !important;
		transform: translate3d(0px, 0px, 0px) !important;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.main-underline-block__title {
		margin-top: 95px;
	}
}

.main-underline-block__title h1 {
	color: #ffffff;
	font-size: 60px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	display: table;
	margin: 0 auto;
}

@media (min-width: 320px) and (max-width: 479px) {
	.main-underline-block__title h1 {
		font-size: 26px;
		line-height: 1.25;
		padding: 5px 17px;
		text-align: center;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.main-underline-block__title h1 {
		font-size: 32px;
		line-height: 1.2;
		padding: 8px 28px;
		text-align: center;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.main-underline-block__title h1 {
		font-size: 32px;
		text-align: center;
		padding: 10px 37px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.main-underline-block__title h1 {
		font-size: 40px;
		line-height: 1.25;
		padding: 10px 37px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.main-underline-block__title h1 {
		padding: 16px 45px;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.main-underline-block__title h1 {
		font-weight: 800;
	}
}

.main-underline-block__desc {
	color: #ffffff;
	font-size: 24px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.5;
	font-weight: 500;
}

@media (min-width: 320px) and (max-width: 479px) {
	.main-underline-block__desc {
		line-height: 1.4;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.main-underline-block__desc {
		-webkit-transform: translate3d(0, 0px, 0px);
		transform: translate3d(0, 0px, 0px);
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.main-underline-block__desc {
		font-size: 16px;
		text-align: center;
		max-width: 290px;
		margin: 0 auto;
	}

	.main-underline-block__desc br {
		display: none;
	}
}

@media (min-width: 480px) and (max-width: 959px) {
	.main-underline-block__desc {
		font-size: 19px;
		text-align: center;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.main-underline-block__desc {
		max-width: 350px;
		margin: 0 auto;
	}

	.main-underline-block__desc br {
		display: none;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.main-underline-block__desc {
		font-size: 21px;
		line-height: 1.4;
		margin: 0 auto;
		text-align: center;
		max-width: 390px;
	}

	.main-underline-block__desc br {
		display: none;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.main-underline-block__desc {
		margin: 0 auto;
		text-align: center;
		max-width: 670px;
	}
}

.main-underline-block .packages--overlay {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 71, 82, 0.4)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 71, 82, 0.4));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 71, 82, 0.4));
}

.about-us .main-underline-block__overlay {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(43, 19, 0, 0.6)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(43, 19, 0, 0.6));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(43, 19, 0, 0.6));
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.about-us .main-underline-block__bg {
		background: url("../images/content/about-us/about-us-bg.jpg") no-repeat top left fixed;
		background-size: cover;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.about-us .main-underline-block__bg img {
		-o-object-position: left -160px;
		object-position: left -160px;
	}
}

@media (min-width: 320px) and (max-width: 639px) {
	.about-us .main-underline-block__bg img {
		-o-object-position: left -47px;
		object-position: left -47px;
		height: 121%;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.about-us .main-underline-block__bg img {
		-o-object-position: left -75px;
		object-position: left -75px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.about-us .main-underline-block__desc {
		max-width: 580px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.about-us .main-underline-block__desc {
		max-width: 460px;
		line-height: 1.4;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.how-it-work {
		height: 198px;
	}
}

@media (max-width: 959px) and (min-width: 480px) {
	.how-it-work {
		height: 220px;
	}
}

@media (max-width: 959px) and (min-width: 640px) {
	.how-it-work .main-underline-block__desc {
		max-width: 375px;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.how-it-work .main-underline-block__desc {
		max-width: 610px;
	}
}

.how-it-work .main-underline-block__title h1 {
	padding: 15px 40px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.how-it-work .main-underline-block__title h1 {
		padding: 9px 21px;
	}
}

@media (max-width: 959px) and (min-width: 640px) {
	.how-it-work .main-underline-block__title h1 {
		padding: 11px 37px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.how-it-work .main-underline-block__desc {
		max-width: 470px;
	}
}

@media (max-width: 1199px) and (min-width: 960px) {
	.how-it-work .main-underline-block {
		margin-top: 45px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.how-it-work .main-underline-block__title {
		margin-top: 95px;
	}
}

.how-it-work .main-underline-block__overlay {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 43, 29, 0.1)), to(rgba(41, 28, 0, 0.6)));
	background-image: -o-linear-gradient(top, rgba(0, 43, 29, 0.1), rgba(41, 28, 0, 0.6));
	background-image: linear-gradient(to bottom, rgba(0, 43, 29, 0.1), rgba(41, 28, 0, 0.6));
}

@media (min-width: 320px) and (max-width: 479px) {
	.how-it-work .main-underline-block__overlay {
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(41, 20, 0, 0.6)));
		background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(41, 20, 0, 0.6));
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(41, 20, 0, 0.6));
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.how-it-work .main-underline-block__bg {
		background: url("../images/content/how-it-work/main-bg.jpg") no-repeat left top fixed;
		background-size: cover;
	}
}

@media (min-width: 640px) and (max-width: 1199px) {
	.how-it-work .main-underline-block__bg img {
		-o-object-position: bottom center;
		object-position: bottom center;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.how-it-work .main-underline-block__bg img {
		-o-object-position: left -50px;
		object-position: left -50px;
		height: 52vh;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.who-we-help {
		height: 180px;
		padding-top: 20px;
	}

	.who-we-help .main-underline-block__bg img {
		-o-object-position: left -60px;
		object-position: left -60px;
	}
}

.who-we-help .main-underline-block__overlay {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(41, 30, 0, 0.8)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(41, 30, 0, 0.8));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(41, 30, 0, 0.8));
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.who-we-help .main-underline-block__bg {
		background: url("../images/content/who-we-help/main-bg.jpg") no-repeat center left fixed;
		background-size: cover;
	}
}

@media (max-width: 9999px) and (min-width: 1200px) {
	.who-we-help .main-underline-block__desc {
		max-width: 600px;
	}

	.who-we-help .main-underline-block__title {
		margin-top: 95px;
	}

	.who-we-help .main-underline-block__title h1 {
		padding: 16px 35px;
	}
}

.our-packages {
	margin-bottom: 75px;
}

.our-packages .main-underline-block__title {
	margin-top: 84px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.our-packages {
		height: 180px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.our-packages .main-underline-block__desc {
		max-width: 357px;
		margin-left: auto;
		margin-right: auto;
	}

	.our-packages .main-underline-block__desc br {
		display: none;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.our-packages .main-underline-block__title h1 {
		padding: 22px 32px;
	}
}

.our-packages .main-underline-block__overlay {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 71, 82, 0.4)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 71, 82, 0.4));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 71, 82, 0.4));
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.our-packages .main-underline-block__bg {
		background: url("../images/content/our-packages/our-packages-bg.jpg") no-repeat top left fixed;
		background-position: left top;
		background-size: cover;
	}
}

.testimonials {
	margin-bottom: 60px;
}

@media (min-width: 320px) and (max-width: 639px) {
	.testimonials {
		height: 180px;
		padding-top: 0;
		margin-bottom: 2px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.testimonials {
		height: 220px;
		margin-bottom: 30px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.testimonials {
		margin-bottom: 25px;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.testimonials .main-underline-block__title h1 {
		padding: 9px 30px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.testimonials .main-underline-block__title {
		margin-top: 58px;
	}

	.testimonials .main-underline-block__title h1 {
		padding: 16px 60px;
	}
}

.testimonials .main-underline-block__overlay {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 17, 48, 0.6)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 17, 48, 0.6));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 17, 48, 0.6));
}

@media (min-width: 320px) and (max-width: 479px) {
	.testimonials .main-underline-block__overlay {
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(48, 23, 0, 0.4)));
		background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(48, 23, 0, 0.4));
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(48, 23, 0, 0.4));
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.testimonials .main-underline-block__overlay {
		height: 220px;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(48, 23, 0, 0.6)));
		background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(48, 23, 0, 0.6));
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(48, 23, 0, 0.6));
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.testimonials .main-underline-block__bg {
		background: url("../images/content/testimonials/testimonials-bg.jpg") no-repeat left -170px fixed;
		background-size: cover;
	}
}

.blog {
	margin-bottom: 47px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.blog {
		height: 180px;
		padding-top: 0;
	}
}

.blog .main-underline-block__overlay {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 0, 0, 0)), to(rgba(14, 71, 22, 0.5)));
	background-image: -o-linear-gradient(top, rgba(64, 0, 0, 0), rgba(14, 71, 22, 0.5));
	background-image: linear-gradient(to bottom, rgba(64, 0, 0, 0), rgba(14, 71, 22, 0.5));
}

@media (min-width: 320px) and (max-width: 639px) {
	.blog .main-underline-block__overlay {
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(54, 0, 64, 0.1)), to(rgba(48, 23, 0, 0.4)));
		background-image: -o-linear-gradient(top, rgba(54, 0, 64, 0.1), rgba(48, 23, 0, 0.4));
		background-image: linear-gradient(to bottom, rgba(54, 0, 64, 0.1), rgba(48, 23, 0, 0.4));
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.blog .main-underline-block__overlay {
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(54, 0, 64, 0)), to(rgba(48, 23, 0, 0.5)));
		background-image: -o-linear-gradient(top, rgba(54, 0, 64, 0), rgba(48, 23, 0, 0.5));
		background-image: linear-gradient(to bottom, rgba(54, 0, 64, 0), rgba(48, 23, 0, 0.5));
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.blog .main-underline-block__title {
		margin-top: 62px;
	}

	.blog .main-underline-block__title h1 {
		padding: 16px 58px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.blog .main-underline-block__bg {
		background: url("../images/content/blog/main-blog.jpg") no-repeat top left fixed;
		background-size: cover;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.faq {
		height: 190px;
		padding-top: 14px;
	}
}

.faq .main-underline-block__overlay {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 41, 25, 0.5)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 41, 25, 0.5));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 41, 25, 0.5));
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.faq .main-underline-block__title {
		margin-top: 56px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.faq .main-underline-block__bg {
		background: url("../images/content/faq/faq-main.jpg") no-repeat top left fixed;
		background-size: cover;
	}
}

@media (min-width: 320px) and (max-width: 959px) {
	.privacy-policy {

	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.privacy-policy {
		height: 339px;
	}
}

.privacy-policy .main-underline-block__overlay {
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.privacy-policy .main-underline-block__bg {
		background: url("../images/content/privacy-policy/main-privacy-policy.jpg") no-repeat top left fixed;
		background-size: cover;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) and (min-width: 1200px) and (max-width: 9999px) {
	.privacy-policy .main-underline-block__bg {
		height: 339px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) and (min-width: 320px) and (max-width: 959px) {
	.privacy-policy .main-underline-block__bg {
		height: 330px;
	}
}

.privacy-policy .main-underline-block__title h1 {
	font-weight: 200;
}

.privacy-policy .main-underline-block__button-bottom {
	display: none;
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.privacy-policy .main-underline-block__title h1 {
		font-size: 50px;
		line-height: 1.17;
		letter-spacing: .5px;
	}
}

.who-we-help-user .main-underline-block__overlay {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(24, 0, 54, 0.4)));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(24, 0, 54, 0.4));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(24, 0, 54, 0.4));
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.who-we-help-user .main-underline-block__bg {
		background: url("../images/content/user/user-bg.jpg") no-repeat top left fixed;
		background-size: cover;
	}
}

.organization {
	padding-bottom: 70px;
	position: relative;
	margin-bottom: 80px;
}

@media (min-width: 320px) and (max-width: 639px) {
	.organization {
		margin-bottom: 0px;
		overflow-y: initial;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.organization {
		padding-bottom: 0;
		margin-bottom: 100px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.organization {
		padding-bottom: 40px;
		margin-bottom: 50px;
	}
}

.organization__bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	display: none;
}

@media (min-width: 320px) and (max-width: 959px) {
	.organization__bg {
		display: block;
	}
}

.organization__bg img {
	display: block;
	width: 100%;
}

.organization .position-one {
	width: 1209.6px;
	top: 214px;
}

@media (min-width: 320px) and (max-width: 639px) {
	.organization .position-one {
		top: 43%;
		left: -20%;
	}
}

.organization .position-two {
	width: 1209.6px;
	top: 230px;
	left: -31%;
}

@media (min-width: 320px) and (max-width: 639px) {
	.organization .position-two {
		top: 42%;
		left: -35%;
	}
}

.organization .position-tree {
	width: 1209.6px;
	top: 200px;
	left: -56%;
}

@media (min-width: 320px) and (max-width: 639px) {
	.organization .position-tree {
		top: 35%;
		left: -23%;
	}
}

.organization .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

@media (min-width: 960px) and (max-width: 9999px) {
	.organization .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.organization .container > div:first-of-type {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 52%;
		flex: 0 1 52%;
		max-width: 603px;
	}

	.organization .container > div:first-of-type img {
		margin-left: -25px;
	}

	.organization .container > div:last-of-type {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 47%;
		flex: 0 1 47%;
		margin-top: 21px;
	}
}

@media (min-width: 960px) and (max-width: 9999px) and (min-width: 640px) and (max-width: 959px) {
	.organization .container > div:last-of-type {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 60%;
		flex: 0 1 60%;
	}
}

@media (min-width: 960px) and (max-width: 9999px) {
	.organization .container > div:last-of-type img {
		margin-right: -25px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.organization .container > div:first-of-type {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 40%;
		flex: 0 1 40%;
		max-width: 370px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.organization .container > div:last-of-type {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 60%;
		flex: 0 1 60%;
		max-width: 560px;
	}
}

@media (min-width: 960px) and (max-width: 9999px) {
	.organization .direction-right {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-flow: row-reverse wrap;
		flex-flow: row-reverse wrap;
	}

	.organization .direction-right img {
		margin-right: -30px;
		margin-left: 30px !important;
	}
}

.organization__pictures {
	max-width: 250px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 320px) and (max-width: 479px) {
	.organization__pictures {
		max-width: 260px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.organization__pictures {
		max-width: 440px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.organization__pictures {
		max-width: 603px;
	}
}

.organization__pictures img {
	display: block;
	width: 100%;
}

@media (min-width: 960px) and (max-width: 1199px) {
	.organization__content {
		max-width: 480px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.organization__content {
		max-width: 573px;
	}
}

.organization__desc {
	color: #1c2b47;
	font-size: 24px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 30px;
}

.organization__desc:first-of-type {
	margin-bottom: 36px;
}

.organization__desc b {
	font-weight: 800;
}

@media (min-width: 320px) and (max-width: 479px) {
	.organization__desc {
		font-size: 17px;
	}
}

@media (min-width: 480px) and (max-width: 959px) {
	.organization__desc {
		font-size: 20px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.organization__desc {
		font-size: 22px;
	}
}

.organization__button-green {
	text-align: center;
	margin-top: 40px;
}

@media (min-width: 320px) and (max-width: 959px) {
	.organization__button-green a {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 9999px) and (min-width: 1200px) {
	.organization__button-green a {
		padding: 17px 28px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.organization__button-green {
		text-align: left;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.organization__button-green {
		text-align: left;
	}
}

.organization__button-orange a {
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.organization__button-orange a:hover {
	background-color: #fa8a2f;
}

@media (min-width: 320px) and (max-width: 959px) {
	.organization__button-orange a {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.organization__button-orange a {
		font-size: 14px;
		width: 180px;
		height: 40px;
		margin: 0 auto;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.organization__button-orange a {
		font-size: 14px;
		width: 190px;
		height: 40px;
		margin: 0 auto;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.organization__button-orange a {
		font-size: 14px;
		width: 190px;
		height: 40px;
		margin: 0 auto;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.organization__button-orange a {
		width: 200px;
		height: 45px;
		font-size: 15px;
		-webkit-box-shadow: 0px 0px 30px 0px rgba(255, 102, 0, 0.4);
		box-shadow: 0px 0px 30px 0px rgba(255, 102, 0, 0.4);
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.organization__button-orange a {
		width: 220px;
		height: 50px;
		-webkit-box-shadow: 0px 0px 30px 0px rgba(255, 102, 0, 0.4);
		box-shadow: 0px 0px 30px 0px rgba(255, 102, 0, 0.4);
	}
}

.founder {
	position: relative;
}

@media (min-width: 960px) and (max-width: 1199px) {
	.founder {
		margin-bottom: 50px;
	}
}

@media (min-width: 960px) and (max-width: 9999px) {
	.founder {
		padding-top: 100px;
	}
}

.founder__bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

@media (min-width: 960px) and (max-width: 9999px) {
	.founder__bg {
		display: block;
	}
}

.founder__bg img {
	width: 100%;
	display: block;
}

.founder__title {
	position: relative;
	display: table;
	margin-bottom: 50px;
}

@media (min-width: 480px) and (max-width: 9999px) {
	.founder__title {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.founder__title {
		margin-bottom: 90px;
	}
}

@media (min-width: 480px) and (max-width: 959px) {
	.founder__person-block {
		position: relative;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.founder__person-block {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.founder__person-block {
		max-width: 760px;
		margin: 0 auto;
		position: relative;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.founder__person-block .founder__pictures {
		max-width: 420px;
		max-height: 420px;
		height: 100%;
	}

	.founder__person-block .founder__pictures img {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.founder__pictures {
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(105, 105, 105, 0.3);
	box-shadow: 0px 10px 30px 0px rgba(105, 105, 105, 0.3);
	overflow: hidden;
	margin-bottom: 40px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.founder__pictures {
		max-height: 190px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.founder__pictures {
		max-height: 292px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.founder__pictures {
		max-height: 350px;
	}
}

.founder__pictures img {
	display: block;
	width: 100%;
}

@media (min-width: 480px) and (max-width: 959px) {
	.founder__about {
		position: absolute;
		top: 0;
		max-width: 135px;
		right: 10px;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.founder__about {
		margin-bottom: 20px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.founder__about {
		position: absolute;
		top: 0;
		max-width: 163px;
		right: 40px;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.founder__name {
	color: #ffffff;
	font-size: 28px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.5;
	font-weight: 400;
}

@media (min-width: 320px) and (max-width: 479px) {
	.founder__name {
		font-weight: 800;
		color: #1c2b47;
		font-size: 17px;
		line-height: 1.6;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.founder__name {
		font-size: 20px;
		font-weight: 800;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.founder__name {
		color: #ffffff;
		font-size: 20px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.founder__name {
		color: #1c2b47;
		font-size: 22px;
		font-weight: 800;
		margin-bottom: 2px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.founder__name {
		font-weight: 800;
	}
}

.founder__position {
	color: #ffffff;
	font-size: 22px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.4;
	font-weight: 300;
}

@media (min-width: 320px) and (max-width: 479px) {
	.founder__position {
		color: #1c2b47;
		font-size: 17px;
		line-height: 1.6;
		margin-bottom: 30px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.founder__position {
		font-size: 18px;
		line-height: 1.25;
		margin-bottom: 30px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.founder__position {
		color: #ffffff;
		font-size: 18px;
		line-height: 1.3;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.founder__position {
		color: #1c2b47;
		font-size: 20px;
	}
}

.founder__desc {
	color: #1c2b47;
	font-size: 24px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.55;
	font-weight: 400;
	max-width: 563px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.founder__desc {
		font-size: 17px;
		line-height: 1.6;
		margin-bottom: 40px;
	}
}

@media (min-width: 480px) and (max-width: 959px) {
	.founder__desc {
		font-size: 20px;
		margin-bottom: 40px;
		max-width: 620px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.founder__desc {
		font-size: 22px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.founder .item-640 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.founder .item-640 .founder__pictures {
		max-width: 234px;
		max-height: 168px;
		margin-bottom: 20px;
	}

	.founder .item-640 .founder__desc {
		max-width: 363px;
		margin-bottom: 10px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.founder .hide-640 {
		display: none;
	}
}

.founder .hide-all {
	display: none;
}

@media (min-width: 640px) and (max-width: 1199px) {
	.founder .hide-all {
		display: block;
	}
}

.founder .show-640-1200 {
	display: none;
}

@media (min-width: 640px) and (max-width: 1199px) {
	.founder .show-640-1200 {
		display: block;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.founder .hide-980 {
		display: none;
	}
}

.founder .show-980 {
	display: none;
}

@media (min-width: 960px) and (max-width: 1199px) {
	.founder .show-980 {
		display: block;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.founder__desktop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-bottom: 80px;
	}

	.founder__desktop > div:first-of-type {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 45%;
		flex: 0 1 45%;
	}

	.founder__desktop > div:last-of-type {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.founder .two-rows {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-flow: row-reverse wrap;
		flex-flow: row-reverse wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.founder .two-rows > div:first-of-type {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 45%;
		flex: 0 1 45%;
		max-width: 315px;
	}

	.founder .two-rows > div:last-of-type {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 64%;
		flex: 0 1 64%;
		max-width: 585px;
	}

	.founder .two-rows .founder__desc {
		margin-bottom: 27px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.founder__galery {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		height: 100%;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.founder__galery {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.founder__galery > div {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 31.9%;
		flex: 0 1 31.9%;
		max-width: 370px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.founder .show-1200 {
		display: block;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.founder .right-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 70px;
	}

	.founder .right-text > div {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 49%;
		flex: 0 1 49%;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.founder .hide-1200 {
		display: none;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.founder__multi-desc {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 70px;
	}

	.founder__multi-desc > div {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 49%;
		flex: 0 1 49%;
	}
}

.founder__button-orange {
	display: none;
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.founder__button-orange {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.founder__button-orange a {
		width: 240px;
		height: 50px;
		color: #ffffff;
		-webkit-box-shadow: 0px 0px 40px 0px rgba(255, 102, 0, 0.4);
		box-shadow: 0px 0px 40px 0px rgba(255, 102, 0, 0.4);
	}
}

.founder .only-1200 {
	display: none;
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.founder .only-1200 {
		display: block;
	}
}

.video-iframe {
	position: relative;
	margin-bottom: 100px;
	max-height: 430px;
}

@media (min-width: 320px) and (max-width: 1199px) {
	.video-iframe {
		max-height: 573px;
	}
}

.video-iframe__video {
	margin: 0 auto;
	max-width: 760px;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

@media (min-width: 320px) and (max-width: 979px) {
	.video-iframe__video {
		margin-bottom: 50px;
	}
}

.video-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 430px;
}

.video-iframe__button-orange {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 320px) and (max-width: 1199px) {
	.video-iframe__button-orange {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.video-iframe__button-orange a {
	color: #ffffff;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(255, 102, 0, 0.4);
	box-shadow: 0px 0px 40px 0px rgba(255, 102, 0, 0.4);
}

@media (min-width: 320px) and (max-width: 479px) {
	.video-iframe__button-orange {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.video-iframe__button-orange a {
		width: 210px;
		height: 40px;
		font-size: 14px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.video-iframe__button-orange {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.video-iframe__button-orange a {
		font-size: 14px;
		width: 200px;
		height: 40px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.video-iframe__button-orange {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.video-iframe__button-orange a {
		font-size: 14px;
		width: 210px;
		height: 40px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.video-iframe__button-orange a {
		font-size: 15px;
		width: 220px;
		height: 45px;
	}
}

.all-blogs {
	margin-bottom: 70px;
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.all-blogs {
		margin-bottom: 170px;
	}
}

@media (min-width: 320px) and (max-width: 959px) {
	.all-blogs .container {
		max-width: 100%;
	}
}

.all-blogs__menu {
	margin-bottom: 30px;
}

@media (min-width: 320px) and (max-width: 959px) {
	.all-blogs__menu {
		max-width: 300px;
		margin: 0 auto;
	}
}

.all-blogs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

@media (min-width: 960px) and (max-width: 9999px) {
	.all-blogs__item {
		padding: 0 25px;
	}
}

@media (min-width: 320px) and (max-width: 959px) {
	.all-blogs__item:after {
		content: '/';
		color: #858585;
		font-size: 16px;
		line-height: 24px;
		font-weight: 700;
		font-family: 'Nunito', sans-serif;
		text-transform: uppercase;
		margin-left: 5px;
		margin-right: 5px;
	}
}

.all-blogs__item:last-of-type:after {
	content: '';
}

.all-blogs__item a {
	color: #aecb23;
	text-decoration: none;
	-webkit-box-shadow: inset 0px 0px 0px 0px;
	box-shadow: inset 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
	text-transform: uppercase;
}

.all-blogs__item a:hover {
	color: #ff6d1c;
}

@media (min-width: 480px) and (max-width: 639px) {
	.all-blogs__item a {
		font-size: 14px;
		line-height: 1.45;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.all-blogs__item a {
		font-size: 16px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.all-blogs__item a {
		font-size: 16px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.all-blogs__item a {
		font-size: 18px;
		font-weight: 800;
	}
}

.all-blogs .active a {
	color: #ff6d1c;
	text-decoration: none;
	border-bottom: 1px solid #ff6d1c;
	-webkit-box-shadow: inset 0px -1px 0px 0px #ff6d1c;
	box-shadow: inset 0px -1px 0px 0px #ff6d1c;
}

.all-blogs__next-button {
	margin-bottom: 50px;
	text-align: right;
	margin-right: 30px;
}

@media (min-width: 960px) and (max-width: 9999px) {
	.all-blogs__next-button {
		display: none;
	}
}

.all-blogs__next-button svg {
	width: 22px;
	-webkit-animation: button-left-right 1.5s infinite;
	animation: button-left-right 1.5s infinite;
}

@media (min-width: 960px) and (max-width: 9999px) {
	.all-blogs__blog {
		margin-bottom: 110px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.all-blogs__blog > div {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(33.3% - 20px);
		flex: 0 1 calc(33.3% - 20px);
		width: calc(33.3% - 20px);
		margin: 20px 10px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.all-blogs__blog > div {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(33.3% - 40px);
		flex: 0 1 calc(33.3% - 40px);
		width: calc(33.3% - 40px);
		margin: 20px;
	}
}

@media (min-width: 320px) and (max-width: 959px) {
	.all-blogs .blog {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow-x: scroll;
		padding-top: 2px;
		-webkit-overflow-scrolling: touch;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 100px;
		height: auto;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.all-blogs .blog {
		margin-left: 20px;
	}
}

@media (min-width: 960px) and (max-width: 9999px) {
	.all-blogs .blog {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.all-blogs .blog {
		margin-left: -25px;
		margin-right: -25px;
	}
}

.all-blogs .blog__content {
	background-color: #f7f7f7;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	position: relative;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.all-blogs .blog__content {
		-webkit-transform: translate(0, 100px);
		-ms-transform: translate(0, 100px);
		transform: translate(0, 100px);
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.all-blogs .blog__content {
		margin: 20px;
		min-width: 70%;
		max-width: 70%;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.all-blogs .blog__content {
		margin: 20px;
		min-width: 63.5%;
		max-width: 63.5%;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.all-blogs .blog__content {
		margin: 20px;
		min-width: 34%;
		max-width: 34%;
	}
}

@media (min-width: 320px) and (max-width: 9999px) {
	.all-blogs .blog__pictures {
		position: relative;
		width: 100%;
	}

	.all-blogs .blog__pictures img {
		display: block;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.all-blogs .blog__pictures {
		padding-bottom: 67.5%;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.all-blogs .blog__pictures {
		padding-bottom: 67.5%;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.all-blogs .blog__pictures {
		padding-bottom: 67.5%;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.all-blogs .blog__pictures {
		min-height: 208px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.all-blogs .blog__pictures {
		min-height: 250px;
	}
}

.all-blogs .blog__text {
	padding: 27px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	opacity: 0.8;
}

.all-blogs .blog__desc {
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 14px;
	line-height: 1.55;
	margin-top: 8px;
	text-transform: initial;
	margin-bottom: 40px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.all-blogs .blog__desc {
		font-size: 16px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.all-blogs .blog__desc {
		font-size: 12px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.all-blogs .blog__desc {
		font-size: 12px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.all-blogs .blog__desc {
		font-size: 12px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.all-blogs .blog__desc {
		font-size: 16px;
		color: #1c2b47;
		font-weight: 100;
	}
}

.all-blogs .blog_title {
	font-size: 20px;
	line-height: 1.35;
	color: #000;
	font-weight: 800;
	font-family: 'Nunito', sans-serif;
	text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 479px) {
	.all-blogs .blog_title {
		color: #1c2b47;
		font-size: 18px;
		font-family: 'Nunito', sans-serif;
		text-transform: uppercase;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.all-blogs .blog_title {
		font-size: 16px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.all-blogs .blog_title {
		font-size: 18px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.all-blogs .blog_title {
		font-size: 18px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.all-blogs .blog_title {
		font-size: 18px;
		font-weight: 800;
	}
}

.all-blogs__button-orange a {
	width: 130px;
	height: 50px;
	font-size: 16px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(255, 102, 0, 0.4);
	box-shadow: 0px 0px 40px 0px rgba(255, 102, 0, 0.4);
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.all-blogs__button-orange a:hover {
	background-color: #fa8a2f;
}

@media (min-width: 320px) and (max-width: 479px) {
	.all-blogs__button-orange a {
		font-size: 14px;
		width: 110px;
		height: 40px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.all-blogs__button-orange a {
		font-size: 14px;
		width: 110px;
		height: 40px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.all-blogs__button-orange a {
		width: 110px;
		height: 40px;
		font-size: 14px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.all-blogs__button-orange a {
		width: 120px;
		height: 45px;
		font-size: 15px;
	}
}

.all-blogs .button-green a {
	z-index: 3;
}

@media (min-width: 960px) and (max-width: 9999px) {
	.all-blogs .button-green a {
		font-size: 13px;
		padding: 11px 15px;
	}
}

.all-blogs .button-green a:hover {
	background-color: #a1bf1c;
}

@media only screen and (max-width: 959px) {
	.all-blogs .blog__desc {
		margin-bottom: 15px;
	}
}

.all-blogs .blog__content:hover {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}

.questions {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 95px;
}

@media (min-width: 320px) and (max-width: 959px) {
	.questions {
		margin-bottom: 60px;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.questions .container {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.questions .container {
		max-width: 600px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.questions .container {
		max-width: 760px;
	}
}

.questions__desc {
	color: #1c2b47;
	font-size: 24px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 50px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.questions__desc {
		max-width: 390px;
		margin-left: auto;
		margin-right: auto;
		font-size: 17px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.questions__desc {
		max-width: 390px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.questions__desc {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.questions__desc {
		max-width: 600px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.questions__desc {
		margin-bottom: 100px;
	}
}

.questions__desc a {
	color: #f06887;
	font-weight: 700;
	border-bottom: 1px solid #f06887;
	-webkit-box-shadow: #f06887 0px -1px 0px 0px inset;
	box-shadow: #f06887 0px -1px 0px 0px inset;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.questions__desc a {
		font-weight: 800;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.questions__desc {
		font-size: 17px;
	}
}

@media (min-width: 480px) and (max-width: 959px) {
	.questions__desc {
		font-size: 20px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.questions__desc {
		font-size: 22px;
	}
}

.questions__accordion {
	margin-bottom: 90px;
}

.questions__button-green {
	padding-bottom: 10px;
}

.questions__button-green a {
	font-size: 14px;
}

@media (min-width: 320px) and (max-width: 9999px) {
	.questions__button-green a {
		margin-left: auto;
		margin-right: auto;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 13px 26px;
	}
}

.accordion__card {
	border-bottom: 1px solid #eee;
}

.accordion__card:first-of-type {
	border-top: 1px solid #eee;
}

.accordion__title {
	position: relative;
	cursor: pointer;
	padding: 27px 50px 27px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 320px) and (max-width: 639px) {
	.accordion__title {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.accordion__text {
	font-size: 24px;
	line-height: 1;
	color: #1c2b47;
	font-weight: 800;
	font-family: 'Nunito', sans-serif;
}

.accordion__button-bg {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	border-radius: 100px;
	z-index: -1;
}

.accordion__arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	top: 50%;
}

.accordion__arrow svg {
	-webkit-transition: all ease-out .4s;
	-o-transition: all ease-out .4s;
	transition: all ease-out .4s;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	width: 24px;
	height: 24px;
}

.accordion .open-accordion .accordion__arrow svg {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	transition: all ease-in .3s;
}

.accordion .open-accordion .accordion__button-bg {
	background-color: #fafafa;
}

.accordion__content {
	display: block;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height .4s ease-out;
	-o-transition: max-height .4s ease-out;
	transition: max-height .4s ease-out;
}

.accordion .toggle {
	max-height: 600px;
	-webkit-transition: max-height .7s ease-in;
	-o-transition: max-height .7s ease-in;
	transition: max-height .7s ease-in;
}

.accordion__desc {
	color: #1c2b47;
	font-size: 18px;
	line-height: 1.55;
	font-weight: 300;
	font-family: 'Nunito', sans-serif;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.accordion__desc {
		margin-bottom: 15px;
		line-height: 1.45;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.accordion__desc {
		margin-bottom: 15px;
		line-height: 1.45;
	}
}

.accordion__desc a {
	border-bottom: 1px solid #f06887;
	-webkit-box-shadow: #f06887 0px -1px 0px 0px inset;
	box-shadow: #f06887 0px -1px 0px 0px inset;
	color: #f06887;
	font-weight: 700;
}

.accordion__desc b {
	font-weight: 700;
}

.questions--faq .accordion__card {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

@media (min-width: 980px) and (max-width: 9999px) {
	font-weight: 800;
}

.questions__our-packages {
	margin-bottom: 190px;
}

@media (min-width: 320px) and (max-width: 639px) {
	.questions__our-packages {
		margin-bottom: 90px;
	}
}

@media (min-width: 640px) and (max-width: 1199px) {
	.questions__our-packages {
		margin-bottom: 150px;
	}
}

.questions__our-packages .container {
	max-width: 760px;
}

.join-us-block {
	position: relative;
	padding-bottom: 40px;
}

@media (min-width: 960px) and (max-width: 9999px) {
	.join-us-block {
		padding-bottom: 225px;
		margin-bottom: 30px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.join-us-block {
		margin-bottom: 60px;
	}
}

.join-us-block__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 643px;
	z-index: -1;
}

.join-us-block__bg img {
	width: 100%;
	display: block;
}

.join-us-block .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.join-us-block .block-centre {
	position: relative;
	padding: 30px 15px 45px 15px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.8);
	max-width: 375px;
}

@media (min-width: 960px) and (max-width: 1199px) {
	.join-us-block .block-centre {
		padding: 40px 45px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.join-us-block .block-centre {
		max-width: 500px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.join-us-block .block-centre {
		max-width: 560px;
		padding: 65px 30px;
		padding-bottom: 60px;
	}
}

.join-us-block .block-centre__overlay {
	border-radius: 10px;
	background-color: #ffffff;
	opacity: 0.9;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

@media (min-width: 320px) and (max-width: 959px) {
	.join-us-block .block-centre__overlay {
		opacity: 0.9;
	}
}

.join-us-block .block-centre__content {
	border: 4px solid #aecb23;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	position: relative;
}

@media (min-width: 320px) and (max-width: 479px) {
	.join-us-block .block-centre__content {
		border-width: 2px;
	}
}

.join-us-block .block-centre__title {
	margin-bottom: 20px;
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.join-us-block .block-centre__title {
		max-width: 450px;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.join-us-block .block-centre__title {
		margin-bottom: 10px;
	}
}

.join-us-block .block-centre__title h3 {
	color: #1c2b47;
	font-size: 28px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.2;
	font-weight: 800;
}

@media (min-width: 320px) and (max-width: 479px) {
	.join-us-block .block-centre__title h3 {
		font-size: 18px;
	}
}

@media (min-width: 480px) and (max-width: 1199px) {
	.join-us-block .block-centre__title h3 {
		font-size: 22px;
		line-height: 1.3;
	}
}

.join-us-block .block-centre__button-orange {
	font-size: 16px;
	position: absolute;
	bottom: -20px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.join-us-block .block-centre__button-orange {
		bottom: -25px;
	}
}

.join-us-block .block-centre__button-orange a {
	-webkit-box-shadow: 0px 0px 40px 0px rgba(255, 102, 0, 0.4);
	box-shadow: 0px 0px 40px 0px rgba(255, 102, 0, 0.4);
	margin: 0 auto;
	width: 120px;
	height: 50px;
	font-size: 16px;
	-webkit-animation: zoom-button-out 0.2s linear forwards;
	animation: zoom-button-out 0.2s linear forwards;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

@media (min-width: 320px) and (max-width: 959px) {
	.join-us-block .block-centre__button-orange a {
		width: 105px;
		height: 40px;
		font-size: 14px;
	}
}

.join-us-block .block-centre__button-orange a:hover {
	background-color: #fa8a2f;
	-webkit-animation: zoom-button-in 0.2s linear forwards;
	animation: zoom-button-in 0.2s linear forwards;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media (min-width: 960px) and (max-width: 1199px) {
	.join-us-block .block-centre__button-orange a {
		font-size: 15px;
	}
}

body.faq-page .wrapper {
	padding-top: 0px;
}

body.faq-page .wrapper .main-underline-block {
	height: 450px;
}

@media only screen and (max-width: 1199px) {
	body.faq-page .wrapper .main-underline-block {
		height: 290px;
		margin-top: 0px;
	}
}

@media only screen and (max-width: 959px) {
	body.faq-page .wrapper .main-underline-block {
		height: 270px;
	}
}

@media only screen and (max-width: 639px) {
	body.faq-page .wrapper .main-underline-block {
		height: 287px;
	}
}

@media only screen and (max-width: 479px) {
	body.faq-page .wrapper .main-underline-block {
		height: 240px;
	}
}

body.faq-page .wrapper .main-underline-block__bg {
	height: 450px;
	background-position: center center;
}

@media only screen and (max-width: 1199px) {
	body.faq-page .wrapper .main-underline-block__bg {
		height: 290px;
	}
}

@media only screen and (max-width: 959px) {
	body.faq-page .wrapper .main-underline-block__bg {
		height: 270px;
	}
}

@media only screen and (max-width: 639px) {
	body.faq-page .wrapper .main-underline-block__bg {
		height: 287px;
	}
}

@media only screen and (max-width: 479px) {
	body.faq-page .wrapper .main-underline-block__bg {
		height: 240px;
	}
}

body.faq-page .wrapper .main-underline-block__bg img {
	display: block;
}

@media only screen and (max-width: 1199px) {
	body.faq-page .wrapper .main-underline-block__bg img {
		-o-object-position: center center;
		object-position: center center;
	}
}

body.faq-page .wrapper .main-underline-block__title {
	margin-top: 72px;
}

@media only screen and (max-width: 1199px) {
	body.faq-page .wrapper .main-underline-block__title {
		margin-top: 26px;
	}
}

@media only screen and (max-width: 959px) {
	body.faq-page .wrapper .main-underline-block__title {
		margin-top: 69px;
	}
}

@media only screen and (max-width: 639px) {
	body.faq-page .wrapper .main-underline-block__title {
		margin-top: 120px;
	}
}

@media only screen and (max-width: 479px) {
	body.faq-page .wrapper .main-underline-block__title {
		margin-top: 61px;
	}
}

body.faq-page .wrapper .main-underline-block__title h1 {
	padding: 18px 35px;
	line-height: 1;
}

@media only screen and (max-width: 1199px) {
	body.faq-page .wrapper .main-underline-block__title h1 {
		font-size: 40px;
		line-height: 1.25;
		padding: 10px 47px 6px;
	}
}

@media only screen and (max-width: 959px) {
	body.faq-page .wrapper .main-underline-block__title h1 {
		font-size: 32px;
		line-height: 1;
		padding: 12px 15px 10px;
		width: 100%;
	}
}

@media only screen and (max-width: 639px) {
	body.faq-page .wrapper .main-underline-block__title h1 {
		max-width: 375px;
		font-size: 32px;
		line-height: 1.3;
		padding: 10px 25px 5px;
	}
}

@media only screen and (max-width: 479px) {
	body.faq-page .wrapper .main-underline-block__title h1 {
		font-size: 26px;
		line-height: 1.25;
		max-width: 295px;
		padding: 8px 10px 5px;
	}
}

body.faq-page .wrapper .main-underline-block__title h1 p {
	background: -webkit-gradient(linear, left top, right top, from(#7a9700), to(#b2d600));
	background: -o-linear-gradient(left, #7a9700 0%, #b2d600 100%);
	background: linear-gradient(90deg, #7a9700 0%, #b2d600 100%);
	border-radius: 0px 38px;
	-webkit-box-shadow: 0px 0px 8px 0px #7a9700;
	box-shadow: 0px 0px 8px 0px #7a9700;
}

@media only screen and (max-width: 1199px) {
	body.faq-page .wrapper .main-underline-block__title h1 p {
		border-radius: 0px 30px;
	}
}

body.faq-page .wrapper .main-underline-block__title h1 p img {
	display: none;
}

body.faq-page .wrapper .main-underline-block__desc {
	position: relative;
	top: 15px;
}

@media only screen and (max-width: 1199px) {
	body.faq-page .wrapper .main-underline-block__desc {
		top: 19px;
	}
}

@media only screen and (max-width: 959px) {
	body.faq-page .wrapper .main-underline-block__desc {
		top: 9px;
	}
}

@media only screen and (max-width: 639px) {
	body.faq-page .wrapper .main-underline-block__desc {
		top: -3px;
	}
}

body.faq-page .questions {
	margin-bottom: 0px;
}

body.faq-page .questions .questions__accordion {
	margin-bottom: 0px;
}

body.faq-page .join-us-block__bg {
	top: 0px;
	overflow: hidden;
}

body.faq-page .join-us-block__bg img {
	-o-object-position: center center;
	object-position: center center;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	min-width: 100%;
	width: auto;
}

body.faq-page .join-us-block {
	margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
	body.faq-page .join-us-block {
		padding-bottom: 168px;
	}
}

@media only screen and (max-width: 959px) {
	body.faq-page .join-us-block {
		padding-bottom: 68px;
	}
}

@media only screen and (max-width: 639px) {
	body.faq-page .join-us-block {
		padding-bottom: 30px;
	}
}

body.faq-page .join-us-block .block-centre {
	padding-top: 103px;
}

@media only screen and (max-width: 1199px) {
	body.faq-page .join-us-block .block-centre {
		padding-top: 66px;
		max-width: 520px;
	}
}

@media only screen and (max-width: 959px) {
	body.faq-page .join-us-block .block-centre {
		padding-top: 55px;
		max-width: 370px;
	}
}

@media only screen and (max-width: 639px) {
	body.faq-page .join-us-block .block-centre {
		padding-top: 20px;
		margin-bottom: 20px;
		max-width: 346px;
	}
}

body.faq-page .join-us-block .block-centre__content {
	padding-top: 14px;
}

@media only screen and (max-width: 1199px) {
	body.faq-page .join-us-block .block-centre__content {
		padding-top: 26px;
	}
}

@media only screen and (max-width: 959px) {
	body.faq-page .join-us-block .block-centre__content {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 959px) {
	body.faq-page .join-us-block .block-centre__content .block-centre__title {
		margin-bottom: 11px;
	}
}

body.faq-page .join-us-block .block-centre__button-orange {
	bottom: -28px;
}

@media only screen and (max-width: 959px) {
	body.faq-page .join-us-block .block-centre__button-orange {
		bottom: -23px;
	}
}

.quotes-block {
	margin-bottom: 90px;
}

.quotes-block__content {
	position: relative;
}

@media (min-width: 960px) and (max-width: 1199px) {
	.quotes-block__content {
		max-width: 740px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.quotes-block__content {
		max-width: 840px;
		margin-left: auto;
		margin-right: auto;
	}
}

.quotes-block__pictures {
	margin-left: -25px;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.quotes-block__pictures {
		-webkit-transform: translate3d(-50px, 0px, 0px);
		transform: translate3d(-50px, 0px, 0px);
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.quotes-block__pictures {
		max-width: 290px;
		-webkit-transition: none 0s ease 0s;
		-o-transition: none 0s ease 0s;
		transition: none 0s ease 0s;
	}
}

@media (min-width: 480px) and (max-width: 959px) {
	.quotes-block__pictures {
		margin-left: -30px;
		max-width: 360px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.quotes-block__pictures {
		max-width: 430px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.quotes-block__pictures {
		max-width: 495px;
	}
}

.quotes-block__pictures img {
	width: 100%;
	display: block;
}

.quotes-block__text {
	padding: 25px;
	top: 0;
	position: absolute;
	border-radius: 10px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.8);
}

@media (min-width: 980px) and (max-width: 9999px) {
	.quotes-block__text {
		-webkit-transform: translate3d(70px, 0px, 0px);
		transform: translate3d(70px, 0px, 0px);
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.quotes-block__text {
		top: 50%;
		left: 28%;
		min-width: 228px;
		padding: 10px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.quotes-block__text {
		top: 41%;
		left: 34%;
		min-width: 308px;
		padding: 10px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.quotes-block__text {
		top: 37%;
		left: 34%;
		min-width: 308px;
		padding: 10px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.quotes-block__text {
		top: 25%;
		left: 40%;
		min-width: 308px;
		max-width: 442px;
		padding-right: 0;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.quotes-block__text {
		top: 15%;
		left: 41%;
		min-width: 308px;
		max-width: 476px;
		padding-right: 0;
	}
}

.quotes-block__desc {
	color: #1c2b47;
	font-size: 28px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.55;
	font-weight: 500;
	margin-bottom: 3px;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.quotes-block__desc {
		-webkit-transform: translate3d(50px, 0px, 0px);
		transform: translate3d(50px, 0px, 0px);
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.quotes-block__desc {
		font-size: 16px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.quotes-block__desc {
		font-size: 22px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.quotes-block__desc {
		font-size: 22px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.quotes-block__desc {
		font-size: 26px;
	}
}

.quotes-block__address {
	color: #7c8494;
	font-size: 22px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.55;
	font-weight: 500;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.quotes-block__address {
		-webkit-transform: translate3d(50px, 0px, 0px);
		transform: translate3d(50px, 0px, 0px);
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.quotes-block__address {
		font-size: 14px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.quotes-block__address {
		font-size: 18px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.quotes-block__address {
		font-size: 18px;
	}
}

.quotes-block__symbol {
	position: absolute;
	right: 0;
	bottom: 12px;
	color: #aecb23;
	font-size: 300px;
	font-family: 'Nunito', sans-serif;
	line-height: 0.65;
	font-weight: 500;
	opacity: 0.15;
}

@media (min-width: 320px) and (max-width: 479px) {
	.quotes-block__symbol {
		font-size: 150px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.quotes-block__symbol {
		font-size: 230px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.quotes-block__symbol {
		font-size: 230px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.quotes-block__symbol {
		font-size: 250px;
	}
}

@media only screen and (max-width: 1199px) {
	.slider-testimonials .container {
		width: 620px !important;
	}
}

@media only screen and (max-width: 979px) {
	.slider-testimonials .container {
		width: 100% !important;
		max-width: unset !important;
		overflow: hidden;
	}
}

@media only screen and (max-width: 959px) {
	.slider-testimonials .container {
		max-width: 640px !important;
	}
}

@media only screen and (max-width: 1199px) {
	.slider-testimonials .slider-block__slide {
		height: 515px !important;
	}
}

@media only screen and (max-width: 979px) {
	.slider-testimonials .slider-block__slide {
		height: auto !important;
	}
}

@media only screen and (max-width: 1199px) {
	.slider-testimonials .slider-block__slide .control-c.prev {
		left: 0px !important;
	}
}

@media only screen and (max-width: 979px) {
	.slider-testimonials .slider-block__slide .control-c.prev {
		left: 60px !important;
	}
}

@media only screen and (max-width: 959px) {
	.slider-testimonials .slider-block__slide .control-c.prev {
		left: 35px !important;
	}
}

@media only screen and (max-width: 1199px) {
	.slider-testimonials .slider-block__slide .control-c.next {
		right: -20px !important;
	}
}

@media only screen and (max-width: 959px) {
	.slider-testimonials .slider-block__slide .control-c.next {
		right: 35px !important;
	}
}

@media only screen and (max-width: 959px) {
	.slider-testimonials .slider-block__slide .control-c.next {
		right: 10px !important;
	}
}

@media only screen and (max-width: 979px) {
	.slider-testimonials .slider-block__slide .slider-block__images img {
		max-width: 100%;
	}
}

.poster {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 140px;
}

@media (min-width: 320px) and (max-width: 1199px) {
	.poster .container {
		max-width: 940px;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.poster {
		margin-bottom: 50px;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.poster__pictures {
		-webkit-transform: translate(0, 100px);
		-ms-transform: translate(0, 100px);
		transform: translate(0, 100px);
	}
}

.poster__pictures img {
	width: 100%;
	display: block;
}

.all-packages {
	position: relative;
}

.all-packages__title {
	margin-bottom: 55px;
	text-align: center;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.all-packages__title {
		-webkit-transform: translate3d(-20px, 0px, 0px);
		transform: translate3d(-20px, 0px, 0px);
	}
}

.all-packages__desc {
	color: #1c2b47;
	font-size: 24px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.5;
	font-weight: 400;
	max-width: 960px;
	margin-bottom: 50px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.all-packages__desc {
		font-size: 17px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.all-packages__desc {
		font-size: 20px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.all-packages__desc {
		font-size: 20px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.all-packages__desc {
		font-size: 22px;
		max-width: 780px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.all-packages__desc {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.all-packages__package {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.all-packages__package > div {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 49%;
		flex: 0 1 49%;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.all-packages__package {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.all-packages__package > div {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 49%;
		flex: 0 1 49%;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.all-packages__package {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.all-packages__package > div {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 24%;
		flex: 0 1 24%;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.all-packages__package {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.all-packages__package > div {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 24%;
		flex: 0 1 24%;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.all-packages .package__content {
		-webkit-transform: translate(0, 100px);
		-ms-transform: translate(0, 100px);
		transform: translate(0, 100px);
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.all-packages .package__content {
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.all-packages .package__content {
		max-width: 220px;
		margin-bottom: 40px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.all-packages .package__content {
		max-width: 220px;
		margin-bottom: 40px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.all-packages .package__content {
		max-width: 220px;
		margin-bottom: 90px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.all-packages .package__content {
		max-width: 260px;
		margin-bottom: 90px;
		margin-left: auto;
		margin-right: auto;
	}
}

.all-packages .package__pictures {
	margin-bottom: 15px;
	width: 100%;
	max-width: 100%;
}

.all-packages .package__pictures img {
	width: 100%;
	display: block;
}

.all-packages .package__title {
	font-family: 'Nunito', sans-serif;
	color: #1c2b47;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.35;
	text-transform: uppercase;
	margin-bottom: 4px;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.all-packages .package__title {
		font-weight: 800;
	}
}

@media (min-width: 320px) and (max-width: 639px) {
	.all-packages .package__title {
		font-size: 18px;
	}
}

@media (min-width: 640px) and (max-width: 1199px) {
	.all-packages .package__title {
		font-size: 20px;
	}
}

.all-packages .package__desc {
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	color: #1c2b47;
	font-size: 16px;
	opacity: 0.8;
	margin-bottom: 18px;
	line-height: 1.55;
}

.announcement {
	position: relative;
	margin-bottom: 50px;
}

.announcement .container {
	position: relative;
	padding-top: 160px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.announcement .container {
		padding-top: 60px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.announcement .container {
		padding-top: 100px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.announcement .container {
		padding-top: 130px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.announcement .container {
		padding-top: 210px;
	}
}

.announcement__bg {
	position: absolute;
	left: -15px;
	right: -15px;
	top: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
}

@media (min-width: 480px) and (max-width: 639px) {
	.announcement__bg {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.announcement__bg {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 960px) and (max-width: 9999px) {
	.announcement__bg {
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
		left: -90px;
	}
}

.announcement__bg img {
	width: 100%;
	display: block;
}

.announcement__desc {
	padding: 10px;
	-webkit-box-shadow: 0px 0px 100px 0px #f2f2f2;
	box-shadow: 0px 0px 100px 0px #f2f2f2;
	border-radius: 10px;
	background-color: #ffffff;
	color: #1c2b47;
	font-size: 28px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.55;
	font-weight: 500;
	max-width: 698px;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.announcement__desc {
		-webkit-transform: translate3d(0px, 70px, 0px);
		transform: translate3d(0px, 70px, 0px);
	}
}

.announcement__desc b {
	font-weight: 700;
	padding-left: 4px;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.announcement__desc b {
		font-weight: 800;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.announcement__desc span {
		-webkit-transform: translate3d(50px, 0px, 0px);
		transform: translate3d(50px, 0px, 0px);
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.announcement__desc {
		padding: 20px;
		-webkit-box-shadow: 0px 0px 50px 0px #f2f2f2;
		box-shadow: 0px 0px 50px 0px #f2f2f2;
		max-width: 279px;
		margin-left: auto;
		margin-right: auto;
		font-size: 18px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.announcement__desc {
		-webkit-box-shadow: 0px 0px 50px 0px #f2f2f2;
		box-shadow: 0px 0px 50px 0px #f2f2f2;
		font-size: 22px;
		max-width: 366px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.announcement__desc {
		-webkit-box-shadow: 0px 0px 80px 0px #f2f2f2;
		box-shadow: 0px 0px 80px 0px #f2f2f2;
		font-size: 22px;
		max-width: 557px;
		margin-left: auto;
		margin-right: auto;
		padding: 20px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.announcement__desc {
		font-size: 26px;
		max-width: 732px;
		margin-left: auto;
		margin-right: auto;
		padding: 20px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.announcement__desc {
		padding: 24px;
		margin-left: auto;
		margin-right: 115px;
	}
}

.video-product {
	position: relative;
}

@media (min-width: 320px) and (max-width: 639px) {
	.video-product {
		margin-bottom: 90px;
		padding-bottom: 60px;
		padding-top: 60px;
	}
}

@media (min-width: 640px) and (max-width: 9999px) {
	.video-product {
		margin-bottom: 75px;
		padding-bottom: 107px;
		padding-top: 120px;
	}
}

.video-product .container {
	position: relative;
}

.video-product__wave-1 {
	position: absolute;
	z-index: -1;
	left: -80px;
	top: -25px;
	opacity: 0.3 !important;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.video-product__wave-1 {
		-webkit-transform: translate3d(-30px, 0px, 0px);
		transform: translate3d(-30px, 0px, 0px);
	}
}

@media (min-width: 320px) and (max-width: 959px) {
	.video-product__wave-1 {
		display: none;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.video-product__wave-1 {
		left: -166px;
		top: -25px;
	}
}

.video-product__wave-1 img {
	display: block;
	width: 300px;
	height: 81px;
	-webkit-transform: rotate(169deg);
	-ms-transform: rotate(169deg);
	transform: rotate(169deg);
}

.video-product__wave-2 {
	position: absolute;
	z-index: -1;
	right: 150px;
	top: -20px;
	opacity: 0.3 !important;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.video-product__wave-2 {
		-webkit-transform: translate3d(-55px, 0px, 0px);
		transform: translate3d(-55px, 0px, 0px);
	}
}

@media (min-width: 320px) and (max-width: 959px) {
	.video-product__wave-2 {
		display: none;
	}
}

.video-product__wave-2 img {
	display: block;
	width: 100px;
	height: 27px;
	-webkit-transform: rotate(169deg);
	-ms-transform: rotate(169deg);
	transform: rotate(169deg);
}

.video-product__wave-3 {
	position: absolute;
	z-index: -1;
	right: -130px;
	top: 90px;
	opacity: 0.3 !important;
}

@media (min-width: 320px) and (max-width: 959px) {
	.video-product__wave-3 {
		display: none;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.video-product__wave-3 {
		-webkit-transform: translate3d(-45px, 0px, 0px);
		transform: translate3d(-45px, 0px, 0px);
	}
}

.video-product__wave-3 img {
	display: block;
	width: 300px;
	height: 81px;
	-webkit-transform: rotate(169deg);
	-ms-transform: rotate(169deg);
	transform: rotate(169deg);
}

.video-product__wave-4 {
	position: absolute;
	z-index: -1;
	left: -90px;
	top: 50%;
	opacity: 0.3 !important;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.video-product__wave-4 {
		-webkit-transform: translate3d(-20px, 0px, 0px);
		transform: translate3d(-20px, 0px, 0px);
	}
}

@media (min-width: 320px) and (max-width: 959px) {
	.video-product__wave-4 {
		display: none;
	}
}

.video-product__wave-4 img {
	display: block;
	width: 70px;
	height: 19px;
	-webkit-transform: rotate(169deg);
	-ms-transform: rotate(169deg);
	transform: rotate(169deg);
}

.video-product__wave-5 {
	position: absolute;
	z-index: -1;
	right: -90px;
	bottom: 50px;
	opacity: 0.3 !important;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.video-product__wave-5 {
		-webkit-transform: translate3d(-10px, 0px, 0px);
		transform: translate3d(-10px, 0px, 0px);
	}
}

@media (min-width: 320px) and (max-width: 959px) {
	.video-product__wave-5 {
		display: none;
	}
}

.video-product__wave-5 img {
	display: block;
	width: 70px;
	height: 19px;
	-webkit-transform: rotate(169deg);
	-ms-transform: rotate(169deg);
	transform: rotate(169deg);
}

.video-product__wave-6 {
	position: absolute;
	z-index: -1;
	left: -40px;
	bottom: 10px;
	opacity: 0.3 !important;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.video-product__wave-6 {
		-webkit-transform: translate3d(-30px, 0px, 0px);
		transform: translate3d(-30px, 0px, 0px);
	}
}

@media (min-width: 320px) and (max-width: 959px) {
	.video-product__wave-6 {
		display: none;
	}
}

.video-product__wave-6 img {
	display: block;
	width: 160px;
	height: 43px;
	-webkit-transform: rotate(169deg);
	-ms-transform: rotate(169deg);
	transform: rotate(169deg);
}

.video-product__bg-top {
	position: absolute;
	top: 0;
	z-index: -1;
	left: 0;
	right: 0;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.video-product__bg-top {
		-webkit-transform: translate3d(0px, 130px, 0px);
		transform: translate3d(0px, 130px, 0px);
	}
}

.video-product__bg-top img {
	width: 100%;
	display: block;
}

.video-product__bg-bottom {
	position: absolute;
	bottom: 0;
	z-index: -1;
	left: 0;
	right: 0;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.video-product__bg-bottom {
		-webkit-transform: translate3d(0px, 130px, 0px);
		transform: translate3d(0px, 130px, 0px);
	}
}

.video-product__bg-bottom img {
	width: 100%;
	display: block;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (min-width: 640px) and (max-width: 959px) {
	.video-product__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 960px) and (max-width: 9999px) {
	.video-product__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
	}
}

.video-product__video {
	margin: 0 auto;
	max-height: 425px;
	max-width: 760px;
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

@media (min-width: 640px) and (max-width: 959px) {
	.video-product__video {
		padding-bottom: 52%;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.video-product__video {
		padding-bottom: 44%;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.video-product__video {
		padding-bottom: 35%;
	}
}

.video-product__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 320px) and (max-width: 959px) {
	.video-product__video {
		margin-bottom: 50px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.video-product__video {
		margin-bottom: 90px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.video-product__video {
		margin-bottom: 90px;
	}
}

.video-product__desc {
	color: #1c2b47;
	font-size: 28px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.55;
	font-weight: 500;
	margin-bottom: 50px;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.video-product__desc {
		-webkit-transform: translate3d(-50px, 0px, 0px);
		transform: translate3d(-50px, 0px, 0px);
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.video-product__desc {
		font-size: 18px;
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.video-product__desc {
		max-width: 400px;
		font-size: 22px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.video-product__desc {
		max-width: 300px;
		font-size: 22px;
		margin-bottom: 0;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.video-product__desc {
		max-width: 580px;
		font-size: 26px;
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.video-product__desc {
		margin-bottom: 0;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.video-product__button-orange {
		-webkit-transform: translate3d(100px, 0px, 0px);
		transform: translate3d(100px, 0px, 0px);
	}
}

.video-product__button-orange a {
	width: 130px;
	height: 50px;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(255, 102, 0, 0.4);
	box-shadow: 0px 0px 40px 0px rgba(255, 102, 0, 0.4);
}

.video-product__button-orange a:hover {
	background-color: #fa8a2f;
}

@media (min-width: 320px) and (max-width: 479px) {
	.video-product__button-orange a {
		width: 130px;
		height: 40px;
		font-size: 14px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.video-product__button-orange a {
		width: 120px;
		height: 40px;
		font-size: 14px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.video-product__button-orange a {
		width: 130px;
		height: 40px;
		font-size: 14px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.video-product__button-orange a {
		width: 130px;
		height: 45px;
		font-size: 15px;
	}
}

@media only screen and (max-width: 959px) {
	.our-packages {
		height: 220px;
	}
}

@media only screen and (max-width: 479px) {
	.our-packages {
		height: 180px;
		padding-top: 20px;
	}
}

.our-packages .main-underline-block__title {
	margin-top: 87px;
	margin-bottom: 8px;
}

@media only screen and (max-width: 1199px) {
	.our-packages .main-underline-block__title {
		margin-top: 0px;
		margin-bottom: 18px;
	}
}

@media only screen and (max-width: 959px) {
	.our-packages .main-underline-block__title {
		margin-top: 40px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 959px) {
	.our-packages .main-underline-block__title {
		margin-top: 67px;
	}
}

@media only screen and (max-width: 479px) {
	.our-packages .main-underline-block__title {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 479px) {
	.our-packages .main-underline-block__title {
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 1199px) {
	.our-packages .main-underline-block__title h1 {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 959px) {
	.our-packages .main-underline-block__title h1 {
		padding-top: 11px;
		padding-bottom: 11px;
	}
}

.our-packages .main-underline-block__desc {
	max-width: 490px;
}

@media only screen and (max-width: 1199px) {
	.our-packages .main-underline-block__desc {
		max-width: 440px;
	}
}

@media only screen and (max-width: 959px) {
	.our-packages .main-underline-block__desc {
		max-width: 350px;
	}
}

@media only screen and (max-width: 639px) {
	.our-packages .main-underline-block__desc {
		max-width: 380px;
	}
}

@media only screen and (max-width: 479px) {
	.our-packages .main-underline-block__desc {
		max-width: 300px;
	}
}

.questions__our-packages .container {
	max-width: 620px;
}

@media only screen and (max-width: 959px) {
	.questions__our-packages .container {
		max-width: 600px;
	}
}

@media only screen and (max-width: 639px) {
	.questions__our-packages .container {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 639px) {
	.questions__our-packages .container .accordion__title {
		padding-top: 15px;
		padding-bottom: 14px;
	}
}

/*presentation-block*/
.presentation-block {
	margin-bottom: 70px;
	overflow: hidden;
}

@media (min-width: 320px) and (max-width: 959px) {
	.presentation-block {
		margin-bottom: 40px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.presentation-block {
		padding-top: 70px;
	}
}

.presentation-block .absolute-link:hover {
	background-color: #aecb23;
	opacity: 0.2;
}

.presentation-block__iframe {
	position: relative;
	padding-bottom: 70px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 320px) and (max-width: 479px) {
	.presentation-block__iframe {
		max-height: 172px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.presentation-block__iframe {
		max-height: 265px;
		max-width: 460px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.presentation-block__iframe {
		max-width: 618px;
		max-height: 355px;
		padding-bottom: 80px;
	}
}

@media (min-width: 960px) and (max-width: 9999px) {
	.presentation-block__iframe {
		padding-bottom: 0;
		max-width: 758px;
		max-height: 435px;
	}
}

.presentation-block__animation-pic-1 {
	position: absolute;
	bottom: 18px;
	right: 15%;
	width: 120px;
	-webkit-transform: rotate(125deg);
	-ms-transform: rotate(125deg);
	transform: rotate(125deg);
}

@media (min-width: 480px) and (max-width: 639px) {
	.presentation-block__animation-pic-1 {
		width: 160px;
		bottom: 3px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.presentation-block__animation-pic-1 {
		width: 200px;
		bottom: 0;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.presentation-block__animation-pic-1 {
		width: 200px;
		height: 131px;
		right: -132px;
		top: -40px;
		-webkit-transform: rotate(265deg);
		-ms-transform: rotate(265deg);
		transform: rotate(265deg);
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.presentation-block__animation-pic-1 {
		width: 200px;
		height: 131px;
		right: -260px;
		top: 40px;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.presentation-block__animation-pic-1 {
		-webkit-transform: translate3d(-80px, 0px, 0px);
		transform: translate3d(-80px, 0px, 0px);
	}
}

.presentation-block__animation-pic-1 img {
	width: 100%;
	display: block;
}

.presentation-block__animation-pic-2 {
	position: absolute;
	display: none;
	bottom: 0;
}

@media (min-width: 960px) and (max-width: 1199px) {
	.presentation-block__animation-pic-2 {
		display: block;
		width: 200px;
		left: -115px;
		height: 248px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.presentation-block__animation-pic-2 {
		display: block;
		width: 230px;
		left: -205px;
		height: 286px;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.presentation-block__animation-pic-2 {
		-webkit-transform: translate3d(50px, 0px, 0px);
		transform: translate3d(50px, 0px, 0px);
	}
}

.presentation-block__animation-pic-2 img {
	width: 100%;
	display: block;
}

.presentation-block__animation-pic-3 {
	position: absolute;
	display: none;
	bottom: 0;
}

@media (min-width: 960px) and (max-width: 1199px) {
	.presentation-block__animation-pic-3 {
		display: block;
		width: 240px;
		right: -190px;
		height: 240px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.presentation-block__animation-pic-3 {
		display: block;
		width: 270px;
		right: -265px;
		height: 270px;
		bottom: -10px;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.presentation-block__animation-pic-3 {
		-webkit-transform: translate3d(-50px, 0px, 0px);
		transform: translate3d(-50px, 0px, 0px);
	}
}

.presentation-block__animation-pic-3 img {
	width: 100%;
	display: block;
}

.presentation-block__button-video {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
	max-width: 758px;
	max-height: 435px;
	height: 100%;
}

@media (min-width: 320px) and (max-width: 479px) {
	.presentation-block__button-video {
		max-height: 172px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.presentation-block__button-video {
		max-height: 265px;
		max-width: 460px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.presentation-block__button-video {
		max-width: 618px;
		max-height: 355px;
	}
}

.presentation-block .button-video {
	margin-left: auto;
	margin-right: auto;
}

.presentation-block .button-video__overlay {
	height: 100%;
}

.presentation-block .button-video__overlay img {
	height: 100%;
	width: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}

.presentation-block .button-video__play {
	position: absolute;
	right: 40px;
	bottom: 35px;
	z-index: 2;
	background: #ffffff;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 960px) and (max-width: 1199px) {
	.presentation-block .button-video__play {
		width: 35px;
		height: 35px;
		right: 33px;
		bottom: 23px;
	}
}

.presentation-block .button-video__play img {
	width: 16px;
	height: 16px;
	display: block;
}

.all-article {
	margin-bottom: 70px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.all-article .container {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.all-article__article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width: 320px) and (max-width: 479px) {
	.all-article__article {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
	}
}

@media (min-width: 480px) and (max-width: 1199px) {
	.all-article__article {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.all-article__article > div {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(50% - 20px);
		flex: 0 1 calc(50% - 20px);
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.all-article__article {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.all-article__article > div {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(50% - 40px);
		flex: 0 1 calc(50% - 40px);
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.all-article__article {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media (min-width: 960px) and (max-width: 9999px) {
	.all-article .article {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
}

.all-article .article__content {
	background-color: #f7f7f7;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	min-height: 560px;
	max-height: 560px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

@media (min-width: 320px) and (max-width: 479px) {
	.all-article .article__content {
		min-height: auto;
	}
}

.all-article .article__content:hover {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 320px) and (max-width: 959px) {
	.all-article .article__content {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.all-article .article__content {
		margin: 10px;
		width: calc(50% - 20px);
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.all-article .article__content {
		margin: 20px;
		width: calc(50% - 40px);
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.all-article .article__content {
		-webkit-transform: translate(0, 100px);
		-ms-transform: translate(0, 100px);
		transform: translate(0, 100px);
	}
}

.all-article .article__pictures {
	position: relative;
	width: 100%;
	padding-bottom: 55%;
	max-height: 300px;
	overflow: hidden;
}

.all-article .article__pictures img {
	display: block;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (min-width: 320px) and (max-width: 479px) {
	.all-article .article__pictures {
		padding-bottom: 58%;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.all-article .article__pictures {
		padding-bottom: 54%;
	}
}

@media (min-width: 640px) and (max-width: 1199px) {
	.all-article .article__pictures {
		padding-bottom: 55%;
	}
}

.all-article .article__text {
	padding: 27px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.all-article .article__company-name {
	color: #7c8494;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Nunito', sans-serif;
	font-weight: 800;
	letter-spacing: 2.5px;
	margin-bottom: 8px;
}

.all-article .article__title {
	font-size: 24px;
	line-height: 1.35;
	color: #1c2b47;
	font-weight: 800;
	font-family: 'Nunito', sans-serif;
	text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 479px) {
	.all-article .article__title {
		font-size: 20px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.all-article .article__title {
		font-size: 20px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.all-article .article__title {
		font-size: 22px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.all-article .article__title {
		font-size: 22px;
	}
}

.all-article .article__desc {
	margin-top: 8px;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	color: #1c2b47;
	font-size: 16px;
	line-height: 1.55;
	text-transform: initial;
	margin-bottom: 30px;
}

.all-article .button-green a {
	z-index: 3;
}

@media (min-width: 960px) and (max-width: 9999px) {
	.all-article .button-green a {
		font-size: 13px;
		padding: 11px 15px;
	}
}

.all-article .button-green a:hover {
	background-color: #a1bf1c;
}

.announcement-join {
	position: relative;
	margin-bottom: 50px;
}

.announcement-join .container {
	position: relative;
	padding-top: 200px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.announcement-join .container {
		padding-top: 60px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.announcement-join .container {
		padding-top: 100px;
	}
}

.announcement-join__bg {
	position: absolute;
	left: -15px;
	right: -15px;
	top: 0;
	bottom: 0;
	z-index: -1;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

@media (min-width: 480px) and (max-width: 639px) {
	.announcement-join__bg {
		max-width: 480px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.announcement-join__bg {
		max-width: 600px;
	}
}

@media (min-width: 960px) and (max-width: 9999px) {
	.announcement-join__bg {
		max-width: 720px;
	}
}

.announcement-join__bg img {
	width: 100%;
	display: block;
}

.announcement-join__block {
	padding: 10px;
	-webkit-box-shadow: 0px 0px 100px 0px #f2f2f2;
	box-shadow: 0px 0px 100px 0px #f2f2f2;
	border-radius: 10px;
	background-color: #ffffff;
	max-width: 529px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 320px) and (max-width: 479px) {
	.announcement-join__block {
		-webkit-box-shadow: 0px 0px 50px 0px #f2f2f2;
		box-shadow: 0px 0px 50px 0px #f2f2f2;
		max-width: 216px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.announcement-join__block {
		-webkit-box-shadow: 0px 0px 50px 0px #f2f2f2;
		box-shadow: 0px 0px 50px 0px #f2f2f2;
		font-size: 22px;
		max-width: 406px;
		padding: 20px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.announcement-join__block {
		-webkit-box-shadow: 0px 0px 80px 0px #f2f2f2;
		box-shadow: 0px 0px 80px 0px #f2f2f2;
		max-width: 414px;
		padding: 20px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.announcement-join__block {
		max-width: 500px;
		padding: 28px 30px 28px 30px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.announcement-join__block {
		padding: 28px 30px 28px 30px;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.announcement-join__block {
		-webkit-transform: translate3d(0px, 70px, 0px);
		transform: translate3d(0px, 70px, 0px);
	}
}

.announcement-join__title {
	color: #1c2b47;
	font-size: 28px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.55;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.announcement-join__title {
		font-weight: 800;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.announcement-join__title {
		font-size: 18px;
		max-width: 200px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.announcement-join__title {
		font-size: 22px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.announcement-join__title {
		font-size: 22px;
		margin-bottom: 20px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.announcement-join__title {
		font-size: 26px;
		margin-bottom: 15px;
	}
}

.announcement-join__text {
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 480px) and (max-width: 9999px) {
	.announcement-join__text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.announcement-join__desc {
	color: #1c2b47;
	font-size: 24px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.55;
	font-weight: 500;
}

@media (min-width: 320px) and (max-width: 479px) {
	.announcement-join__desc {
		font-size: 18px;
		text-align: center;
		margin-bottom: 20px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.announcement-join__desc {
		font-size: 22px;
		max-width: 230px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.announcement-join__desc {
		font-size: 22px;
		max-width: 230px;
		margin-right: 10px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.announcement-join__desc {
		font-size: 26px;
		max-width: 275px;
	}
}

.announcement-join__button-orange a {
	font-size: 15px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(255, 102, 0, 0.6);
	box-shadow: 0px 0px 30px 0px rgba(255, 102, 0, 0.6);
	width: 130px;
	height: 50px;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.announcement-join__button-orange a:hover {
	background-color: #fa8a2f;
}

@media (min-width: 320px) and (max-width: 479px) {
	.announcement-join__button-orange a {
		font-size: 14px;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.6);
		box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.6);
		margin-left: auto;
		margin-right: auto;
		width: 100px;
		height: 40px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.announcement-join__button-orange a {
		font-size: 14px;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.6);
		box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.6);
		width: 100px;
		height: 40px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.announcement-join__button-orange a {
		font-size: 14px;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.6);
		box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.6);
		width: 100px;
		height: 40px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.announcement-join__button-orange a {
		width: 140px;
		height: 45px;
	}
}

.about-help {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 100px;
	padding-top: 60px;
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.about-help {
		padding-top: 100px;
		margin-bottom: 150px;
	}
}

.about-help__top-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.about-help__top-bg img {
	display: block;
	width: 100%;
}

@media (min-width: 980px) and (max-width: 1199px) {
	.about-help .container {
		max-width: 100%;
	}
}

.about-help__title {
	margin-bottom: 50px;
	text-align: center;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.about-help__title {
		-webkit-transform: translate3d(-20px, 0px, 0px);
		transform: translate3d(-20px, 0px, 0px);
	}
}

.about-help__desc {
	color: #1c2b47;
	font-size: 24px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 50px;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 320px) and (max-width: 479px) {
	.about-help__desc {
		font-size: 17px;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.about-help__desc {
		font-size: 20px;
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.about-help__desc {
		font-size: 20px;
		max-width: 630px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.about-help__desc {
		max-width: 780px;
		margin-left: auto;
		margin-right: auto;
		font-size: 22px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.about-help__desc {
		margin-bottom: 80px;
	}
}

.about-help__accordion {
	margin-bottom: 60px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.about-help__accordion {
		margin-bottom: 50px;
	}
}

@media (min-width: 320px) and (max-width: 9999px) {
	.about-help__button-green a {
		margin-left: auto;
		margin-right: auto;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 13px 19px;
	}
}

.about-help__button-orange {
	margin-top: 90px;
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.about-help__button-orange {
		margin-top: 140px;
	}
}

.about-help__button-orange a {
	width: 290px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	-webkit-animation: pulse-button 1.8s infinite linear;
	animation: pulse-button 1.8s infinite linear;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(255, 102, 0, 0.6);
	box-shadow: 0px 0px 40px 0px rgba(255, 102, 0, 0.6);
}

.about-help__button-orange a:hover {
	background-color: #fa8a2f;
}

@media (min-width: 320px) and (max-width: 479px) {
	.about-help__button-orange a {
		width: 220px;
		height: 40px;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.6);
		box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.6);
		font-size: 13px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.about-help__button-orange a {
		font-size: 13px;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.6);
		box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.6);
		width: 240px;
		height: 40px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.about-help__button-orange a {
		font-size: 14px;
		line-height: 0;
		letter-spacing: 0.5px;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.6);
		box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.6);
		width: 240px;
		height: 40px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.about-help__button-orange a {
		font-size: 15px;
		width: 263px;
		height: 45px;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.6);
		box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.6);
		margin-top: 120px;
	}
}

.about-help__map {
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
	height: 0;
	min-height: 500px;
	margin-bottom: 50px;
	max-height: 680px;
}

@media (min-width: 320px) and (max-width: 979px) {
	.about-help__map {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.about-help__map {
		padding-bottom: 82%;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.about-help__map {
		padding-bottom: 59%;
	}
}

.about-help__map iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.about-help__attention-title {
	font-weight: 700;
	color: #787b80;
	font-size: 18px;
	line-height: 1.55;
	-webkit-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	transition: none 0s ease 0s;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.about-help__attention-title {
		font-weight: 800;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.about-help__attention-title {
		max-width: 620px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.about-help__attention-title {
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
	}
}

.about-help__attention-desc {
	color: #787b80;
	font-size: 18px;
	line-height: 1.55;
	font-weight: 500;
	margin-bottom: 50px;
}

@media (min-width: 960px) and (max-width: 1199px) {
	.about-help__attention-desc {
		max-width: 620px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.about-help__attention-desc {
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.about-help .accordion {
		max-width: 620px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.about-help .accordion {
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
	}
}

.about-help .accordion__card {
	border-bottom: 1px solid #eee;
}

.about-help .accordion__card:first-of-type {
	border-top: 1px solid #eee;
}

.about-help .accordion__title {
	position: relative;
	cursor: pointer;
	padding: 27px 50px 27px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 320px) and (max-width: 639px) {
	.about-help .accordion__title {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.about-help .accordion__text {
	font-size: 24px;
	line-height: 1;
	color: #1c2b47;
	font-weight: 800;
	font-family: 'Nunito', sans-serif;
}

.about-help .accordion__button-bg {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	border-radius: 100px;
	z-index: -1;
}

.about-help .accordion__arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	top: 50%;
}

.about-help .accordion__arrow svg {
	-webkit-transition: all ease-out .4s;
	-o-transition: all ease-out .4s;
	transition: all ease-out .4s;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	width: 24px;
	height: 24px;
}

.about-help .accordion .open-accordion .accordion__arrow svg {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	transition: all ease-in .3s;
}

.about-help .accordion .open-accordion .accordion__button-bg {
	background-color: #fafafa;
}

.about-help .accordion__content {
	display: block;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height .4s ease-out;
	-o-transition: max-height .4s ease-out;
	transition: max-height .4s ease-out;
}

.about-help .accordion .toggle {
	max-height: 600px;
	-webkit-transition: max-height .7s ease-in;
	-o-transition: max-height .7s ease-in;
	transition: max-height .7s ease-in;
}

.about-help .accordion__desc {
	color: #1c2b47;
	font-size: 18px;
	line-height: 1.55;
	font-weight: 300;
	font-family: 'Nunito', sans-serif;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.about-help .accordion__desc {
		margin-bottom: 15px;
		line-height: 1.45;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.about-help .accordion__desc {
		margin-bottom: 15px;
		line-height: 1.45;
	}
}

.about-help .accordion__desc a {
	border-bottom: 1px solid #f06887;
	-webkit-box-shadow: #f06887 0px -1px 0px 0px inset;
	box-shadow: #f06887 0px -1px 0px 0px inset;
	color: #f06887;
	text-decoration: none;
}

.about-help .accordion__desc b {
	font-weight: 700;
}

/*video-presentation*/
.video-presentation {
	margin-bottom: 90px;
	overflow: hidden;
}

@media (min-width: 320px) and (max-width: 959px) {
	.video-presentation {
		margin-bottom: 60px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.video-presentation {
		padding-top: 70px;
		padding-bottom: 40px;
		margin-top: -30px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.video-presentation {
		padding-top: 30px;
		padding-bottom: 40px;
		margin-top: -30px;
	}
}

.video-presentation .absolute-link:hover {
	background-color: #aecb23;
	opacity: 0.2;
}

.video-presentation__iframe {
	position: relative;
	padding-bottom: 70px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 320px) and (max-width: 479px) {
	.video-presentation__iframe {
		max-height: 172px;
		padding-bottom: 0;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.video-presentation__iframe {
		max-height: 265px;
		max-width: 460px;
		padding-bottom: 0;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.video-presentation__iframe {
		max-width: 618px;
		max-height: 355px;
		padding-bottom: 80px;
	}
}

@media (min-width: 960px) and (max-width: 9999px) {
	.video-presentation__iframe {
		padding-bottom: 0;
		max-width: 758px;
		max-height: 435px;
	}
}

.video-presentation__animation-pic-1 {
	position: absolute;
	-webkit-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	transition: none 0s ease 0s;
	display: none;
	opacity: 0.3 !important;
}

@media (min-width: 960px) and (max-width: 1199px) {
	.video-presentation__animation-pic-1 {
		width: 300px;
		height: 81px;
		left: -80px;
		top: -30px;
		display: block;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.video-presentation__animation-pic-1 {
		width: 300px;
		height: 81px;
		left: -150px;
		top: -8px;
		display: block;
		-webkit-transform: rotate(169deg);
		-ms-transform: rotate(169deg);
		transform: rotate(169deg);
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.video-presentation__animation-pic-1 {
		-webkit-transform: translate3d(-30px, 0px, 0px);
		transform: translate3d(-30px, 0px, 0px);
	}
}

.video-presentation__animation-pic-1 img {
	width: 100%;
	display: block;
}

.video-presentation__animation-pic-2 {
	position: absolute;
	display: none;
	opacity: 0.3 !important;
}

@media (min-width: 960px) and (max-width: 1199px) {
	.video-presentation__animation-pic-2 {
		display: block;
		width: 100px;
		right: 15px;
		height: 27px;
		top: -40px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.video-presentation__animation-pic-2 {
		top: -20px;
		width: 100px;
		right: 205px;
		display: block;
		height: 27px;
		-webkit-transform: rotate(169deg);
		-ms-transform: rotate(169deg);
		transform: rotate(169deg);
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.video-presentation__animation-pic-2 {
		-webkit-transform: translate3d(-55px, 0px, 0px);
		transform: translate3d(-55px, 0px, 0px);
	}
}

.video-presentation__animation-pic-2 img {
	width: 100%;
	display: block;
}

.video-presentation__animation-pic-3 {
	position: absolute;
	display: none;
	opacity: 0.3 !important;
}

@media (min-width: 960px) and (max-width: 1199px) {
	.video-presentation__animation-pic-3 {
		display: block;
		width: 300px;
		right: -90px;
		height: 81px;
		top: 130px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.video-presentation__animation-pic-3 {
		display: block;
		width: 300px;
		right: -130px;
		height: 81px;
		top: 85px;
		-webkit-transform: rotate(169deg);
		-ms-transform: rotate(169deg);
		transform: rotate(169deg);
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.video-presentation__animation-pic-3 {
		-webkit-transform: translate3d(-45px, 0px, 0px);
		transform: translate3d(-45px, 0px, 0px);
	}
}

.video-presentation__animation-pic-3 img {
	width: 100%;
	display: block;
}

.video-presentation__animation-pic-4 {
	position: absolute;
	display: none;
	opacity: 0.3 !important;
}

@media (min-width: 960px) and (max-width: 1199px) {
	.video-presentation__animation-pic-4 {
		display: block;
		width: 30px;
		right: -80px;
		height: 8px;
		top: 50%;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.video-presentation__animation-pic-4 {
		display: block;
		width: 30px;
		right: -144px;
		height: 8px;
		top: 212px;
		-webkit-transform: rotate(169deg);
		-ms-transform: rotate(169deg);
		transform: rotate(169deg);
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.video-presentation__animation-pic-4 {
		-webkit-transform: translate3d(-50px, 0px, 0px);
		transform: translate3d(-50px, 0px, 0px);
	}
}

.video-presentation__animation-pic-4 img {
	width: 100%;
	display: block;
}

.video-presentation__animation-pic-5 {
	position: absolute;
	display: none;
	opacity: 0.3 !important;
}

@media (min-width: 960px) and (max-width: 1199px) {
	.video-presentation__animation-pic-5 {
		display: block;
		width: 70px;
		left: -40px;
		height: 19px;
		top: 50%;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.video-presentation__animation-pic-5 {
		display: block;
		width: 70px;
		left: -80px;
		height: 19px;
		top: 212px;
		-webkit-transform: rotate(169deg);
		-ms-transform: rotate(169deg);
		transform: rotate(169deg);
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.video-presentation__animation-pic-5 {
		-webkit-transform: translate3d(-50px, 0px, 0px);
		transform: translate3d(-50px, 0px, 0px);
	}
}

.video-presentation__animation-pic-5 img {
	width: 100%;
	display: block;
}

.video-presentation__animation-pic-6 {
	position: absolute;
	display: none;
	bottom: 0;
	opacity: 0.3 !important;
}

@media (min-width: 960px) and (max-width: 1199px) {
	.video-presentation__animation-pic-6 {
		display: block;
		width: 70px;
		right: -85px;
		height: 19px;
		bottom: 35px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.video-presentation__animation-pic-6 {
		display: block;
		width: 70px;
		right: -110px;
		height: 19px;
		-webkit-transform: rotate(169deg);
		-ms-transform: rotate(169deg);
		transform: rotate(169deg);
		bottom: 50px;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.video-presentation__animation-pic-6 {
		-webkit-transform: translate3d(-10px, 0px, 0px);
		transform: translate3d(-10px, 0px, 0px);
	}
}

.video-presentation__animation-pic-6 img {
	width: 100%;
	display: block;
}

.video-presentation__animation-pic-7 {
	position: absolute;
	display: none;
	opacity: 0.3 !important;
}

@media (min-width: 960px) and (max-width: 1199px) {
	.video-presentation__animation-pic-7 {
		display: block;
		width: 160px;
		left: -85px;
		height: 43px;
		bottom: -40px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.video-presentation__animation-pic-7 {
		display: block;
		width: 160px;
		left: -50px;
		height: 43px;
		-webkit-transform: rotate(169deg);
		-ms-transform: rotate(169deg);
		transform: rotate(169deg);
		bottom: 8px;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.video-presentation__animation-pic-7 {
		-webkit-transform: translate3d(-50px, 0px, 0px);
		transform: translate3d(-50px, 0px, 0px);
	}
}

.video-presentation__animation-pic-7 img {
	width: 100%;
	display: block;
}

.video-presentation__button-video {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
	max-width: 758px;
	max-height: 435px;
	height: 100%;
}

@media (min-width: 320px) and (max-width: 479px) {
	.video-presentation__button-video {
		max-height: 172px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.video-presentation__button-video {
		max-height: 265px;
		max-width: 460px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.video-presentation__button-video {
		max-width: 618px;
		max-height: 355px;
	}
}

.video-presentation .button-video {
	margin-left: auto;
	margin-right: auto;
}

.video-presentation .button-video__overlay {
	height: 100%;
}

.video-presentation .button-video__overlay img {
	height: 100%;
	width: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}

.video-presentation .button-video__play {
	position: absolute;
	right: 17px;
	bottom: 9px;
	z-index: 2;
	background: #ffffff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 960px) and (max-width: 1199px) {
	.video-presentation .button-video__play {
		width: 35px;
		height: 35px;
		right: 33px;
		bottom: 23px;
	}
}

.video-presentation .button-video__play img {
	width: 16px;
	height: 16px;
	display: block;
}

.why-important {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 640px) and (max-width: 959px) {
	.why-important {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.why-important {
		padding-top: 90px;
		padding-bottom: 90px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.why-important {
		padding-top: 120px;
		padding-bottom: 45px;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.why-important {
		margin-bottom: 95px;
	}
}

.why-important__bg-top {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	right: 0;
}

.why-important__bg-top img {
	display: block;
	width: 100%;
}

.why-important__bg-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	right: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.why-important__bg-bottom img {
	display: block;
	width: 100%;
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.why-important__content-block {
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
}

.why-important__button-orange {
	position: relative;
	z-index: 9;
}

.why-important__button-orange a {
	width: 130px;
	height: 50px;
	font-size: 16px;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(255, 102, 0, 0.4);
	box-shadow: 0px 0px 40px 0px rgba(255, 102, 0, 0.4);
	margin-left: auto;
	margin-right: auto;
}

.why-important__button-orange a:hover {
	background-color: #fa8a2f;
}

@media (min-width: 320px) and (max-width: 479px) {
	.why-important__button-orange a {
		width: 110px;
		height: 40px;
		font-size: 14px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.why-important__button-orange a {
		width: 110px;
		height: 40px;
		font-size: 14px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.why-important__button-orange a {
		width: 110px;
		height: 40px;
		font-size: 14px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.why-important__button-orange a {
		font-size: 15px;
		width: 120px;
		height: 45px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.why-important__button-orange a {
		margin-bottom: 60px;
	}
}

.why-important .content-block {
	margin-bottom: 60px;
}

@media (min-width: 960px) and (max-width: 9999px) {
	.why-important .content-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 960px) and (max-width: 9999px) {
	.why-important .content-block__text {
		background-color: #ffffff;
		padding: 25px;
		border-radius: 10px;
		-webkit-box-shadow: 0px 0px 50px 0px whitesmoke;
		box-shadow: 0px 0px 50px 0px whitesmoke;
		max-width: 510px;
		margin-left: -125px;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.why-important .content-block__text {
		-webkit-transform: translate3d(-30px, 0px, 0px);
		transform: translate3d(-30px, 0px, 0px);
	}
}

.why-important .content-block__pictures {
	border-radius: 10px;
	background-color: #ffffff;
	overflow: hidden;
	display: block;
	-webkit-box-shadow: 0px 0px 50px 0px #cccccc;
	box-shadow: 0px 0px 50px 0px #cccccc;
	margin-bottom: 15px;
	max-width: 583px;
	max-height: 388px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.why-important .content-block__pictures {
		max-width: 300px;
		max-height: 185px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.why-important .content-block__pictures {
		max-width: 460px;
		max-height: 274px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.why-important .content-block__pictures {
		max-width: 620px;
		max-height: 370px;
		margin-bottom: 33px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.why-important .content-block__pictures {
		max-width: 556px;
		max-height: 370px;
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.why-important .content-block__pictures {
		margin-bottom: 0;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.why-important .content-block__pictures {
		-webkit-transform: translate3d(30px, 0px, 0px);
		transform: translate3d(30px, 0px, 0px);
	}
}

.why-important .content-block__pictures img {
	display: block;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

@media (min-width: 960px) and (max-width: 1199px) {
	.why-important .content-block__pictures img {
		min-height: 370px;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.why-important .content-block__title {
		-webkit-transform: translate3d(-30px, 0px, 0px);
		transform: translate3d(-30px, 0px, 0px);
	}
}

.why-important .content-block__title h3 {
	color: #aecb23;
	font-size: 28px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.45;
	font-weight: 700;
}

@media (min-width: 320px) and (max-width: 479px) {
	.why-important .content-block__title h3 {
		font-size: 20px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.why-important .content-block__title h3 {
		font-size: 26px;
		line-height: 1.3;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.why-important .content-block__title h3 {
		font-size: 26px;
		line-height: 1.3;
		margin-bottom: 15px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.why-important .content-block__title h3 {
		font-size: 26px;
		line-height: 1.3;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.why-important .content-block__title h3 {
		font-weight: 800;
	}
}

.why-important .content-block__desc {
	color: #1c2b47;
	font-size: 22px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.65;
	font-weight: 400;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.why-important .content-block__desc {
		-webkit-transform: translate3d(-30px, 0px, 0px);
		transform: translate3d(-30px, 0px, 0px);
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.why-important .content-block__desc {
		font-size: 17px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.why-important .content-block__desc {
		font-size: 20px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.why-important .content-block__desc {
		font-size: 20px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.why-important .content-block__desc {
		font-size: 22px;
	}
}

.why-important .section-centre {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 100px 0px #f2f2f2;
	box-shadow: 0px 0px 100px 0px #f2f2f2;
	margin-bottom: 58px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

@media (min-width: 320px) and (max-width: 479px) {
	.why-important .section-centre {
		max-width: 237px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.why-important .section-centre {
		-webkit-box-shadow: 0px 0px 50px 0px #f2f2f2;
		box-shadow: 0px 0px 50px 0px #f2f2f2;
		max-width: 420px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.why-important .section-centre {
		margin-top: 70px;
		-webkit-box-shadow: 0px 0px 80px 0px #f2f2f2;
		box-shadow: 0px 0px 80px 0px #f2f2f2;
		max-width: 420px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.why-important .section-centre {
		margin-top: 90px;
		max-width: 820px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.why-important .section-centre {
		margin-top: 140px;
		max-width: 914px;
		max-height: 88px;
	}
}

.why-important .section-centre:after {
	position: absolute;
	top: 35px;
	color: #aecb23;
	font-size: 300px;
	font-family: 'Nunito', sans-serif;
	line-height: 0.3;
	font-weight: 500;
	opacity: 0.15;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: -1;
	content: "„";
}

@media (min-width: 320px) and (max-width: 479px) {
	.why-important .section-centre:after {
		font-size: 150px;
		opacity: 0.15;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.why-important .section-centre:after {
		font-size: 250px;
		opacity: 0.15;
		top: 30px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.why-important .section-centre:after {
		font-size: 250px;
		opacity: 0.15;
		top: 30px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.why-important .section-centre:after {
		font-size: 250px;
		opacity: 0.15;
		top: 25px;
	}
}

.why-important .section-centre__title {
	color: #ff6d1c;
	font-size: 40px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.3;
	font-weight: 800;
	text-align: center;
	background: #ffffff;
	padding: 10px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.why-important .section-centre__title {
		font-size: 26px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.why-important .section-centre__title {
		font-size: 32px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.why-important .section-centre__title {
		font-size: 32px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.why-important .section-centre__title {
		font-size: 36px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.why-important .section-centre__title {
		padding: 17px;
	}
}

@media (min-width: 960px) and (max-width: 9999px) {
	.why-important .content-block--left {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-flow: row-reverse wrap;
		flex-flow: row-reverse wrap;
	}

	.why-important .content-block--left .content-block__text {
		margin-right: -125px;
	}
}

.money-tree {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width: 320px) and (max-width: 639px) {
	.money-tree {
		padding-top: 50px;
	}
}

.money-tree .container {
	max-width: 100%;
}

.money-tree__title {
	padding-bottom: 15px;
	max-width: 558px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 320px) and (max-width: 479px) {
	.money-tree__title {
		max-width: 300px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.money-tree__title {
		max-width: 438px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.money-tree__title {
		max-width: 438px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.money-tree__title {
		max-width: 431px;
	}
}

.money-tree__title h3 {
	text-align: center;
	color: #1c2b47;
	font-size: 28px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.3;
	font-weight: 700;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.money-tree__title h3 {
		font-weight: 800;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.money-tree__title h3 {
		font-size: 20px;
	}
}

@media (min-width: 480px) and (max-width: 1199px) {
	.money-tree__title h3 {
		font-size: 22px;
		line-height: 1.3;
	}
}

.money-tree__pictures {
	margin-left: auto;
	margin-right: auto;
	max-width: 1060px;
	padding-top: 45px;
}

@media (min-width: 320px) and (max-width: 479px) {
	.money-tree__pictures {
		padding-bottom: 0;
		padding-top: 15px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.money-tree__pictures {
		max-width: 860px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.money-tree__pictures {
		max-width: 860px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.money-tree__pictures {
		max-width: 860px;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.money-tree__pictures {
		-webkit-transform: translate(0, 100px);
		-ms-transform: translate(0, 100px);
		transform: translate(0, 100px);
	}
}

.money-tree__pictures img {
	display: block;
	width: 100%;
}

.admin-content__title {
	text-transform: uppercase;
	font-size: 20px;
	text-align: left;
	font-family: 'Roboto';
	font-weight: 700;
	margin-bottom: 40px;
}

.admin-content__desc {
	font-size: 20px;
	text-align: left;
	font-family: 'Nunito', sans-serif;
	line-height: 1.5;
	margin-bottom: 40px;
	font-weight: normal;
}

.admin-content__desc a {
	color: #1c2b47;
	margin-right: 5px;
	text-decoration: none;
	border-bottom: 1px solid #aecb23;
	-webkit-box-shadow: inset 0px -1px 0px 0px #aecb23;
	box-shadow: inset 0px -1px 0px 0px #aecb23;
}

.content-block-blog {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 75px;
	margin-bottom: 130px;
}

.content-block-blog .t-align_center {
	text-align: center;
}

@media (min-width: 320px) and (max-width: 639px) {
	.content-block-blog {
		margin-bottom: 80px;
	}
}

@media only screen and (max-width: 959px) {
	.content-block-blog {
		padding-top: 84px;
	}
}

.content-block-blog .container {
	max-width: 760px;
}

@media (min-width: 320px) and (max-width: 959px) {
	.content-block-blog h1 {
		font-size: 30px !important;
	}

	.content-block-blog .container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.content-block-blog h1 {
	text-align: center;
	padding: 88px 0 0;
	margin: 0;
	font-weight: bold;
	font-size: 44px;
	line-height: 140%;
	font-family: 'Nunito', Arial, sans-serif;
	color: #1C2B47;
	max-width: 760px;
}

.content-block-blog .microdata p {
	font-size: 14px;
	line-height: 19px;
	color: #1C2B47;
	text-align: center;
	line-height: 21px;
	margin: 50px 0 80px;
}

.content-block-blog p,
.content-block-blog ul li,
.content-block-blog ol li {
	font-size: 20px;
	line-height: 27px;
	color: #1C2B47;
	max-width: 760px;
	font-family: 'Nunito', Arial, sans-serif;
	margin: 0 0 26px;
}

@media (min-width: 320px) and (max-width: 639px) {
	.content-block-blog p,
	.content-block-blog ul li,
	.content-block-blog ol li {
		font-size: 16px;
		line-height: 1.45;
	}
}

.content-block-blog p img,
.content-block-blog ul li img,
.content-block-blog ol li img {
	max-width: 760px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 35px;
}

.content-block-blog ul {
	list-style-type: disc;
	padding-left: 20px;
}

.content-block-blog ul li {
	list-style-type: disc;
}

.content-block-blog ol {
	list-style-type: decimal;
	padding-left: 20px;
}

.content-block-blog ol li {
	list-style-type: decimal;
}

.content-block-blog iframe {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.content-block-blog img {
	width: auto;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 35px;
}
.content-block-blog a {
	border-bottom: 2px solid #ff7733;
	color: #ff7733;
}

.content-block-blog a.orange_button {
	color: #fff;
}

.content-block-blog__button-orange {
	margin-top: 70px;
}

.content-block-blog__button-orange a {
	margin: 0 auto;
	width: 250px;
	height: 50px;
	color: #ffffff;
	font-size: 16px;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(255, 102, 0, 0.3);
	box-shadow: 0px 10px 20px 0px rgba(255, 102, 0, 0.3);
	-webkit-animation: pulse-button 1.8s infinite linear;
	animation: pulse-button 1.8s infinite linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media (min-width: 320px) and (max-width: 639px) {
	.content-block-blog__button-orange a {
		-webkit-animation: none;
		animation: none;
		-webkit-box-shadow: 0px 5px 20px 0px rgba(255, 102, 0, 0.3);
		box-shadow: 0px 5px 20px 0px rgba(255, 102, 0, 0.3);
		width: 200px;
		height: 40px;
		font-size: 13px;
	}
}

.content-block-blog__button-orange a:hover {
	background-color: #fa8a2f;
}

.content-block-blog ul li {
	font-size: 18px;
	line-height: 1.55;
	max-width: 760px;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	color: #000;
	margin-bottom: 15px;
}

@media (min-width: 320px) and (max-width: 639px) {
	.content-block-blog ul li {
		font-size: 16px;
		line-height: 1.45;
	}
}

@media only screen and (max-width: 959px) {
	.facebook-comments .container {
		padding: 0px 12px;
	}
}

.page-not-found {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.page-not-found .container {
		margin: 0;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.story-user {
		margin-top: 70px;
	}

	.content-block-blog h1 {
		margin-top: 30px;
	}

	.page-not-found {
		height: 567px;
	}
}

.page-not-found__overlay {
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

@media (min-width: 320px) and (max-width: 1199px) {
	.user-desc .content-block__icon {
		top: -34px;
		width: 35px;
	}

	.page-not-found {
		height: 100vh;
	}
}

.page-not-found .container {
	z-index: 2;
}

@media (min-width: 320px) and (max-width: 479px) {
	.page-not-found .container {
		max-width: 320px;
	}
}

@media (min-width: 320px) and (max-width: 1199px) {
	.page-not-found__bg {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.page-not-found__bg {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
		float: left;
		background-size: cover;
		height: 567px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.page-not-found__bg {
		background: url("../images/content/404/main-404.jpg") no-repeat top center fixed;
		background-size: cover;
	}
}

.page-not-found__bg img {
	width: 100%;
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.page-not-found__bg img {
		display: none;
	}
}

.page-not-found__title {
	margin-bottom: 15px;
	text-align: center;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.page-not-found__title {
		-webkit-transform: translate3d(-20px, 0px, 0px) !important;
		transform: translate3d(-20px, 0px, 0px) !important;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.page-not-found__title {
		margin-top: 65px;
	}
}

.page-not-found__title h1 {
	color: #ffffff;
	font-size: 62px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.3;
	font-weight: 800;
	letter-spacing: 1px;
	position: relative;
	display: table;
	margin: 0 auto;
}

@media (min-width: 320px) and (max-width: 639px) {
	.page-not-found__title h1 {
		font-size: 30px;
		line-height: 1.17;
		letter-spacing: .5px;
		padding: 84px 20px;
		text-align: center;
	}
}

@media (min-width: 640px) and (max-width: 1199px) {
	.page-not-found__title h1 {
		font-size: 62px;
		text-align: center;
		padding: 70px 20px;
		line-height: 1.2;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.page-not-found__title h1 {
		padding: 16px 45px;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.page-not-found__title h1 {
		font-weight: 800;
	}
}

.page-not-found__title h1 a {
	color: #ff8562;
	text-decoration: underline;
}

.page-not-found__under-title {
	text-align: center;
	font-family: 'Nunito', sans-serif;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	font-size: 14px;
}

@media (min-width: 320px) and (max-width: 639px) {
	.page-not-found__under-title {
		font-size: 10px;
		margin-bottom: 10px;
	}
}

.user-video {
	position: relative;
	margin-bottom: 100px;
}

.user-video__border {
	background-color: #ffffff;
	padding: 10px;
	-webkit-box-shadow: 0px 8px 40px 0px rgba(105, 105, 105, 0.2);
	box-shadow: 0px 8px 40px 0px rgba(105, 105, 105, 0.2);
	max-width: 760px;
	max-height: 425px;
	position: relative;
	margin-left: auto;
	padding-top: 35.7%;
	margin-right: auto;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

@media (min-width: 320px) and (max-width: 959px) {
	.user-video__border {
		padding-top: 100%;
	}
}

.user-video__border iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
}

.story-user {
	position: relative;
	margin-bottom: 150px;
}

@media (min-width: 320px) and (max-width: 639px) {
	.story-user {
		margin-bottom: 80px;
	}
}

.story-user__main-article {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.story-user__main-article p {
	color: #1c2b47;
	padding-bottom: 20px;
	font-size: 20px;
	line-height: 1.55;
	opacity: .8;
	float: none;
}

@media (min-width: 320px) and (max-width: 639px) {
	.story-user__main-article p {
		font-size: 12px;
		line-height: 1.45;
	}
}

.story-user__main-article .quete {
	float: right;
	margin: 0;
	padding: 6px 0 20px 30px;
	max-width: 471px;
	display: inline;
	margin-right: -166px;
	position: relative;
}

@media (min-width: 320px) and (max-width: 959px) {
	.story-user__main-article .quete {
		float: none;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.story-user__main-article .quete {
		float: none;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.story-user__main-article .quete {
		max-width: 460px;
		margin-right: -122px;
	}
}

.story-user__main-article .quete__text {
	font-size: 32px;
	line-height: 1.35;
	font-weight: 300;
	color: #000;
}

@media (min-width: 320px) and (max-width: 639px) {
	.story-user__main-article .quete__text {
		font-size: 22px;
	}
}

.story-user__main-article .quete__line {
	width: 100%;
	max-width: 240px;
	height: 1px;
	background-color: #000;
	margin-bottom: 24px;
}

.story-user__content {
	width: 100%;
	text-align: justify;
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-gap: 40px;
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
}

@media (min-width: 320px) and (max-width: 959px) {
	.story-user__content {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-gap: 0;
		-moz-column-gap: 0;
		-webkit-column-gap: 0;
	}
}

.story-user__content h2 {
	color: #1c2b47;
	font-size: 32px;
	padding-bottom: 34px;
	font-weight: 800;
}

@media (min-width: 320px) and (max-width: 639px) {
	.story-user__content h2 {
		font-size: 30px;
	}
}

.story-user__content .data {
	opacity: .5;
	margin-top: -18px;
	padding-bottom: 26px;
	font-size: 16px;
	line-height: 1.55;
	font-weight: 300;
	color: #000;
}

@media (min-width: 320px) and (max-width: 639px) {
	.story-user__content .data {
		font-size: 12px;
		line-height: 1.45;
	}
}

.story-user__content p {
	color: #1c2b47;
	padding-bottom: 20px;
	padding-top: 10px;
	font-size: 20px;
	line-height: 1.55;
	opacity: .8;
}

@media (min-width: 320px) and (max-width: 639px) {
	.story-user__content p {
		font-size: 12px;
		line-height: 1.45;
	}
}

.story-user__photos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}

@media (min-width: 320px) and (max-width: 959px) {
	.story-user__photos {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
	}
}

.story-user__photos .zoom-pictures {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 55%;
	flex: 0 1 55%;
	height: 100%;
	width: 100%;
	max-width: 570px;
	max-height: 370px;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 40px 0px rgba(105, 105, 105, 0.5);
	box-shadow: 0px 10px 40px 0px rgba(105, 105, 105, 0.5);
}

@media (min-width: 320px) and (max-width: 959px) {
	.story-user__photos .zoom-pictures {
		margin-bottom: 15px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.story-user__photos .zoom-pictures {
		max-width: 460px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.story-user__photos .zoom-pictures {
		margin-top: 45px;
	}
}

.story-user__photos .zoom-pictures .popup-link {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
	width: 100%;
	height: 370px;
	display: block;
}

.story-user__photos .zoom-pictures__img {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

.story-user__photos .zoom-pictures__text {
	color: #aecb23;
	font-size: 24px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.35;
	font-weight: 600;
	position: absolute;
	top: 20px;
	z-index: 2;
	left: 120px;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.story-user__photos .zoom-pictures__text {
		font-weight: 800;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.story-user__photos .zoom-pictures__text {
		font-size: 17px;
		left: 60px;
		top: 0;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.story-user__photos .zoom-pictures__text {
		font-size: 20px;
		left: 80px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.story-user__photos .zoom-pictures__text {
		font-size: 18px;
		top: 5px;
		left: 45px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.story-user__photos .zoom-pictures__text {
		bottom: 27px;
		top: auto;
	}

	.story-user__photos .zoom-pictures__text br {
		display: none;
	}
}

.story-user__article {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.story-user__article p {
	color: #1c2b47;
	padding-bottom: 20px;
	font-size: 20px;
	line-height: 1.55;
	opacity: .8;
}

@media (min-width: 320px) and (max-width: 639px) {
	.story-user__article p {
		font-size: 12px;
		line-height: 1.45;
	}
}

.story-user__button-orange {
	margin-top: 70px;
}

.story-user__button-orange {
	text-align: center;
}

.story-user__button-orange a {
	width: auto;
	display: inline-block;
	line-height: normal;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	-webkit-animation: pulse-button 1.8s infinite linear;
	animation: pulse-button 1.8s infinite linear;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(255, 102, 0, 0.6);
	box-shadow: 0px 0px 40px 0px rgba(255, 102, 0, 0.6);
}

.story-user__button-orange a:hover {
	background-color: #fa8a2f;
}

@media (min-width: 320px) and (max-width: 479px) {
	.story-user__button-orange a {
		-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.6);
		box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.6);
		font-size: 13px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.story-user__button-orange a {
		font-size: 13px;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.6);
		box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.6);
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.story-user__button-orange a {
		font-size: 14px;
		letter-spacing: 0.5px;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.6);
		box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.6);
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.story-user__button-orange a {
		font-size: 15px;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.6);
		box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.6);
	}
}

.user-desc {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 60px;
	margin-bottom: 50px;
}

.user-desc__bg-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	right: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.user-desc__bg-bottom img {
	display: block;
	width: 100%;
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.user-desc__content-block {
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
}

.user-desc__button-orange {
	position: relative;
	z-index: 9;
}

.user-desc__button-orange a {
	width: 130px;
	height: 50px;
	font-size: 16px;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(255, 102, 0, 0.4);
	box-shadow: 0px 0px 40px 0px rgba(255, 102, 0, 0.4);
	margin-left: auto;
	margin-right: auto;
}

.user-desc__button-orange a:hover {
	background-color: #fa8a2f;
}

@media (min-width: 320px) and (max-width: 479px) {
	.user-desc__button-orange a {
		width: 110px;
		height: 40px;
		font-size: 14px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.user-desc__button-orange a {
		width: 110px;
		height: 40px;
		font-size: 14px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.user-desc__button-orange a {
		width: 110px;
		height: 40px;
		font-size: 14px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.user-desc__button-orange a {
		font-size: 15px;
		width: 120px;
		height: 45px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.user-desc__button-orange a {
		margin-bottom: 60px;
	}
}

.user-desc .content-block {
	margin-bottom: 20px;
}

@media (min-width: 640px) and (max-width: 959px) {
	.user-desc .content-block {
		position: relative;
	}
}

@media (min-width: 960px) and (max-width: 9999px) {
	.user-desc .content-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.user-desc .content-block__icon {
	width: 55px;
	position: absolute;
	-webkit-transform: rotate(9deg);
	-ms-transform: rotate(9deg);
	transform: rotate(9deg);
}

.user-desc .content-block__icon img {
	display: block;
	width: 100%;
}

.user-desc .content-block__text {
	position: relative;
}

@media (min-width: 640px) and (max-width: 959px) {
	.user-desc .content-block__text {
		position: absolute;
		top: 17%;
	}
}

@media (min-width: 320px) and (max-width: 639px) {
	.user-desc .content-block__text {
		background-color: #ffffff;
		padding: 25px;
		border-radius: 10px;
		-webkit-box-shadow: 0px 0px 50px 0px whitesmoke;
		box-shadow: 0px 0px 50px 0px whitesmoke;
		max-width: 100%;
		margin-left: 0;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.user-desc .content-block__text {
		background-color: #ffffff;
		padding: 25px;
		border-radius: 10px;
		-webkit-box-shadow: 0px 0px 50px 0px whitesmoke;
		box-shadow: 0px 0px 50px 0px whitesmoke;
		max-width: 270px;
		margin-left: -10px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.user-desc .content-block__text {
		background-color: #ffffff;
		padding: 25px;
		border-radius: 10px;
		-webkit-box-shadow: 0px 0px 50px 0px whitesmoke;
		box-shadow: 0px 0px 50px 0px whitesmoke;
		max-width: 540px;
		margin-left: -125px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.user-desc .content-block__text {
		margin-left: -170px;
		background-color: #ffffff;
		padding: 25px;
		border-radius: 10px;
		-webkit-box-shadow: 0px 0px 50px 0px whitesmoke;
		box-shadow: 0px 0px 50px 0px whitesmoke;
		max-width: 520px;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.user-desc .content-block__text {
		-webkit-transform: translate3d(-30px, 0px, 0px);
		transform: translate3d(-30px, 0px, 0px);
	}
}

.user-desc .content-block .zoom-pictures {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 63%;
	flex: 0 1 63%;
	max-width: 600px;
	height: 100%;
	width: 100%;
	max-height: 400px;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px 0px white;
	box-shadow: 0px 0px 40px 0px white;
}

@media (min-width: 320px) and (max-width: 639px) {
	.user-desc .content-block .zoom-pictures {
		margin-bottom: 35px;
	}
}

.user-desc .content-block .zoom-pictures .popup-link {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.user-desc .content-block .zoom-pictures__img {
	display: block;
	width: 100%;
}

.user-desc .content-block__desc {
	color: #1c2b47;
	font-size: 22px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.65;
	font-weight: 400;
}

@media (min-width: 320px) and (max-width: 479px) {
	.user-desc .content-block__desc {
		font-size: 17px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.user-desc .content-block__desc {
		font-size: 20px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.user-desc .content-block__desc {
		font-size: 20px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.user-desc .content-block__desc {
		font-size: 22px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.user-desc .content-block--left .content-block__text {
		margin-right: -10px;
		right: 0;
	}
}

@media (min-width: 960px) and (max-width: 9999px) {
	.user-desc .content-block--left {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-flow: row-reverse wrap;
		flex-flow: row-reverse wrap;
	}

	.user-desc .content-block--left .content-block__text {
		margin-right: -125px;
	}

	.user-desc .content-block--left .content-block__icon {
		width: 55px;
		position: absolute;
		-webkit-transform: rotate(-9deg);
		-ms-transform: rotate(-9deg);
		transform: rotate(-9deg);
	}

	.user-desc .content-block--left .content-block__icon img {
		display: block;
		width: 100%;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.user-desc .content-block--left .content-block__text {
		margin-right: -170px;
	}
}

.icon__top-left {
	top: -44px;
	left: 15px;
}

.icon__top-right {
	top: -44px;
	right: 15px;
}

.icon__bottom-left {
	bottom: -38px;
	left: 15px;
}

.icon__bottom-right {
	right: 15px;
	bottom: -38px;
}

.video-story {
	position: relative;
	margin-bottom: 120px;
}

@media (min-width: 320px) and (max-width: 959px) {
	.video-story {
		margin-bottom: 80px;
	}
}

.video-story .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 320px) and (max-width: 959px) {
	.video-story .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.video-story__desc {
	max-width: 460px;
}

@media (min-width: 320px) and (max-width: 959px) {
	.video-story__desc {
		max-width: 100%;
	}
}

.video-story__desc p {
	color: #1c2b47;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 400;
}

.video-story__border {
	background-color: #ffffff;
	padding: 10px;
	-webkit-box-shadow: 0px 8px 40px 0px rgba(105, 105, 105, 0.2);
	box-shadow: 0px 8px 40px 0px rgba(105, 105, 105, 0.2);
	max-width: 660px;
	max-height: 250px;
	padding-top: 30%;
	position: relative;
	padding-top: 35.7%;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

@media (min-width: 320px) and (max-width: 959px) {
	.video-story__border {
		padding-top: 55%;
		margin-bottom: 30px;
	}
}

.video-story__border iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
}

.user-review {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 60px;
}

@media (min-width: 320px) and (max-width: 639px) {
	.user-review {
		margin-bottom: 210px;
	}
}

.user-review .content-block {
	max-width: 760px;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

@media (min-width: 960px) and (max-width: 1199px) {
	.user-review .content-block {
		max-width: 620px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.user-review .content-block {
		max-width: 960px;
	}
}

.user-review .content-block__text {
	position: absolute;
	background-color: #ffffff;
	padding: 20px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 50px 0px whitesmoke;
	box-shadow: 0px 0px 50px 0px whitesmoke;
	max-width: 100%;
}

@media (min-width: 320px) and (max-width: 639px) {
	.user-review .content-block__text {
		margin: 0 auto;
		right: 0;
		left: 0;
		top: auto;
		padding: 10px 18px;
		bottom: -100px;
		max-width: 262px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.user-review .content-block__text {
		max-width: 270px;
		top: 20px;
		left: 20px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.user-review .content-block__text {
		padding: 18px 20px;
		max-width: 410px;
		left: -100px;
		top: 30px;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.user-review .content-block__text {
		padding: 18px 20px;
		max-width: 410px;
		left: -8px;
		top: 60px;
	}
}

.user-review .content-block__text p {
	color: #1c2b47;
	font-size: 28px;
	line-height: 1.55;
	font-weight: 500;
	font-weight: 400;
}

@media (min-width: 320px) and (max-width: 479px) {
	.user-review .content-block__text p {
		font-size: 17px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.user-review .content-block__text p {
		font-size: 20px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.user-review .content-block__text p {
		font-size: 20px;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.user-review .content-block__text p {
		font-size: 22px;
	}
}

@media (min-width: 980px) and (max-width: 9999px) {
	.user-review .content-block__text {
		-webkit-transform: translate3d(-30px, 0px, 0px);
		transform: translate3d(-30px, 0px, 0px);
	}
}

.user-review .content-block .zoom-pictures {
	position: relative;
	max-width: 760px;
	height: 100%;
	width: 100%;
	max-height: 503px;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px 0px white;
	box-shadow: 0px 0px 40px 0px white;
	margin: 0 auto;
}

.user-review .content-block .zoom-pictures .popup-link {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.user-review .content-block .zoom-pictures__img {
	display: block;
	width: 100%;
	border-radius: 10px;
	height: 100%;
}

span.bread-separator {
	margin-left: 5px;
	margin-right: 5px;
	color: #ccc;
}

.breadcrumbs {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 21px;
}

.breadcrumbs a {
	border-bottom: 1px solid #ff7733c7;
	color: #ff7733c7;
}

.breadcrumbs span.post.post-post.current-item {
	color: #90949c;
}

#footer {
	z-index: 2;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #2e3e61;
	padding-top: 35px;
	padding-bottom: 20px;
	color: #fff;
	font-family: "Futura PT", Arial, sans-serif;
}

.support-email-wrapper a {
	border-bottom: 1px solid rgb(76, 112, 184);
	display: inline-block !important;
}

.footer__actions-mobile {
	display: none;
}

@media screen and (max-width: 1199px) {
	#footer .footer-menu .footer__menu-list .menu__item,
	#footer .footer-menu .footer__menu-list .menu__item a {
		font-size: 16px !important;
	}

	#footer .footer-menu .footer__menu-list .menu__item {
		margin-bottom: 10px !important;
	}

	#footer {
		padding-top: 15px;
	}

	#footer .right-wrapper {
		column-gap: 25px !important;
	}
}

@media screen and (max-width: 959px) {
	.footer-logo-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	#footer .footer__company-info .about__company-text p {
		font-size: 16px !important;
		margin-bottom: 4px !important;
	}

	#footer .right-wrapper {
		width: 100%;
		justify-content: space-between !important;
	}

	.footer__actions.footer__action-mobile {
		display: block;
	}
	.footer__actions.footer__actions-desktop {
		display: none !important;
	}

	.footer__cards {
		width: 100% !important;
		justify-content: space-between;
	}

	.footer__bottom {
		flex-wrap: wrap;
	}

	.terms-of-condition {
		justify-content: space-between;
		width: 100%;
		margin-bottom: 15px;
	}
	.footer__copyright {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.footer__copyright {
		font-size: 16px !important;
	}

	.footer__button-white a {
		padding: 5px 18px !important;
	}

	.footer__actions {
		column-gap: 15px !important;
	}
	.year-site {
		color: #a3a3a3;
	}

	.footer__actions-mobile {
		display: flex;
	}
}

@media only screen and (max-width: 650px) {
	#footer .footer-logo-wrapper .footer-logo img {
		width: 120px !important;
	}

	#footer .footer__company-info .about__company-text p {
		font-size: 15px;
	}

	.right-wrapper {
		flex-direction: row-reverse;
	}

	.footer__title {
		font-size: 22px;
	}

	#footer .footer__bottom-wrapper {
		margin-top: 20px !important;
	}

	.footer__actions.terms-of-condition a {
		font-size: 14px;
	}

	.footer__copyright {
		flex-wrap: wrap-reverse !important;
	}

	.footer__actions {
		width: 100% !important;
		justify-content: space-between;
	}

	.year-site {
		text-align: center;
		width: 100%;
		margin-top: 10px;
	}

	#footer .footer-menu .footer__menu-list .menu__item, #footer .footer-menu .footer__menu-list .menu__item a {
		font-size: 16px !important;
	}
}

@media only screen and (max-width: 479px) {
	.right-wrapper {
		flex-wrap: wrap;
		flex-direction: unset !important;
	}

	.footer__label-white,
	.footer__button-white a {
		font-size: 14px !important;
	}

	.footer__actions {
		flex-wrap: wrap;
		row-gap: 10px;
	}

	.footer__button-white a {
		padding: 5px 14px !important;
	}
}

#footer .right-wrapper {
	display: flex;
	column-gap: 65px;
}

#footer .social-wrapper img {
	width: 17px;
	margin-right: 5px;
}

#footer .footer-top-wrapper {
	display: flex;
    justify-content: space-between;
}

#footer .footer-logo-wrapper .footer-logo img {
	width: 190px;
}

#footer .footer-menu .footer__menu-list .menu__item {
	margin-bottom: 15px;
}

#footer .footer-menu .footer__menu-list .menu__item, 
#footer .footer-menu .footer__menu-list .menu__item a {
	color: white;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
}

#footer .footer-menu .footer__menu-list .menu__item a:hover,
#footer .footer-menu .footer__menu-list a.menu__item:hover {
	color: #ff6d1c;
}

#footer .footer__contact-us .footer__menu-list {
	margin-top: 20px;
}

#footer .footer__company-info .about__company-logo img {
	width: 71px;
	margin-bottom: 15px;
}

#footer .footer__company-info .about__company-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#footer .footer__company-info .about__company-text p {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

#footer .footer__company-info .footer__company-info-wrapper {
	display: flex;
}

#footer .footer__company-info-line {
	background-color: #BBC6DB;
	height: 1px;
	opacity: 0.3;
	border-radius: 5px;
	margin: 17px 0px;
	width: 100%;
}

#footer .footer__bottom-wrapper {
	width: 100%;
	margin-top: 40px;
}

#footer .footer__bottom-wrapper .footer__bottom {
	display: flex;
	justify-content: space-between;
}

#footer .footer__cards {
	display: flex;
	max-width: 100%;
}

#footer .footer__cards img {
	margin-right: 15px;
}

#footer .footer__cards img:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 479px) {
	#footer .footer .container {
		padding-left: 20px;
		padding-right: 20px;
		max-width: unset;
	}

	#footer .footer__contact-us {
		order: 5;
		margin-bottom: 0;
		width: 100%;
	}

	#footer .footer__company-info-line {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	#footer .footer__company-info {
		order: 4;
	}

	#footer .footer__company-info .about__company-text p {
		font-size: 14px;
		color: white;
		margin-bottom: 10px;
	}

	#footer .footer-logo-wrapper {
		order: 3;
		width: 100%;
		display: flex;
		align-items: center;
		margin-top: 20px;
		flex-wrap: wrap;
	}

	#footer .footer-logo-wrapper .footer-logo {
		width: 40%;
	}

	#footer .footer-logo-wrapper .footer-logo img {
		width: 90px;
	}

	#footer .footer-logo-wrapper .footer__company-info-line {
		display: block;
	}

	#footer .footer__cards img {
		margin-right: 0;
		height: 15px;
	}

	#footer .footer__bottom .footer__cards {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	#footer .footer__bottom-terms {
		margin-top: 25px;
	}

	#footer .footer__bottom-terms p {
		font-size: 14px;
		line-height: 100%;
		display: flex;
		align-items: center;
		text-align: center;
		color: #FFFFFF;
		opacity: 0.5;
		justify-content: center;
	}

	#footer .footer__bottom-terms a {
		font-size: 14px;
		line-height: 100%;
		display: flex;
		align-items: center;
		text-align: center;
		color: #FFFFFF;
		text-decoration: underline;
	}

	#footer .secure-payments {
		display: flex;
		justify-content: center;
		margin-top: 15px;
	}

	#footer .secure-payments img {
		height: 30px;
	}

	#footer .footer__bottom-terms.footer_copyright {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 650px) {
	#footer .footer__company-info {
		margin-top: 20px;
	}
}

.mb0 {
	margin-bottom: 0px !important;
}

.orange_button {
	box-shadow: 0px 0px 30px 0px rgba(255, 102, 0, 0.4);
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0.5px;
	border-width: 2px;
	border-radius: 30px;
	background-color: #ff6600;
	color: #ffffff;
	font-size: 16px;
	padding: 13px 25px;
	transition: background-color 0.2s linear !important;
}

.orange_button:hover {
	background-color: #fa8a2f;
}

.green_button {
	padding: 14px 28px;
	color: #ffffff;
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
	border-width: 1px;
	border-radius: 30px;
	background-color: #aecb23;
	box-shadow: 0px 0px 40px 0px rgba(174, 203, 35, 0.4);
	transition: background-color 0.2s linear !important;
}

.green_button:hover {
	background-color: #a1bf1c;
}

.product__desc,
.video-block__desc {
	margin-bottom: 0px;
}

.product__desc p {
	margin-bottom: 17px;
}

.video-block__desc p {
	margin-bottom: 20px;
}

.product__desc strong {
	font-weight: 800;
}

.what_is_bds_text_under_photo p {
	color: #1c2b47;
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.5px;
}

.what_is_bds_text_under_photo p:not(:last-child) {
	margin-bottom: 15px;
}

.what_is_bds_text_under_photo p em {
	opacity: 1;
}

.organization__desc {
	margin-bottom: 0px !important;
}

.organization__desc p {
	margin-bottom: 36px;
}

.organization__desc .orange_button {
	position: relative;
	top: -6px;
	font-weight: 800;
}

.organization__desc b, .organization__desc strong {
	font-weight: 800;
}

.organization__desc .green_button {
	padding-top: 11px;
	padding-bottom: 11px;
	position: relative;
	top: 5px;
}

.organization__desc .orange_button {
	padding-left: 29px;
	padding-right: 29px;
}

.announcement__desc b, .announcement__desc strong {
	font-weight: 700 !important;
}

.admin-content__desc h2 {
	text-transform: uppercase;
	font-size: 20px;
	text-align: left;
	font-family: "Roboto";
	font-weight: 700;
	margin-bottom: 40px;
}

.admin-content__desc p {
	margin-bottom: 40px;
}

.admin-content__desc p b,
.admin-content__desc p strong {
	font-weight: bolder;
}

.wpm-language-switcher img {
	display: none !important;
}

.wpm-language-switcher [data-lang] {
	font-size: 14px;
	line-height: 1.35;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	color: #222;
}

.gratitude__button-orange a,
.why-important__button-orange a,
.announcement-join__button-orange a,
.about-help__button-orange a,
.video-product__button-orange a,
.slider-block__button-orange a,
.gratitude__button-orange a,
.feedback__button-green.button-green,
.all-blogs__button-orange a {
	transition: background-color 0.3s linear !important;
	cursor: pointer;
}

body.blog-recipes header {
	box-shadow: 0px 0px 30px 0px rgba(143, 143, 143, 0.3);
}

body.blog-recipes .content-block-blog {
	padding-top: 80px;
}

body.blog-recipes .content-block-blog .container {
	max-width: 760px;
}

body.blog-recipes .content-block-blog .container h2 {
	font-weight: 400;
	font-size: 42px;
	line-height: 1.55;
	font-family: 'Nunito', Arial, sans-serif;
	color: #000;
}

body.blog-recipes .feature-image {
	width: 100%;
	height: auto;
	max-width: unset;
}

.work-it .row__desc a {
	margin-right: 0px;
}

.hidden {
	display: none !important;
}

.mfp-fade.mfp-wrap .mfp-content {
	transform: translateY(50%);
}

.mfp-fade.mfp-bg, .mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
	transform: translateY(50%);
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	transform: translateY(0%);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

@media (max-width: 959px) and (min-width: 640px) {
	.work-it__button-orange a, .slider-block__button-orange a {
		width: 200px;
		height: 40px;
		font-size: 14px;
	}

	.feedback .block-centre {
		max-width: 350px;
		height: 200px;
	}

	.feedback .block-centre__title-block {
		font-size: 22px;
		line-height: 1.3;
		font-weight: 700;
		width: 270px;
	}

	.feedback__button-orange a {
		width: 110px;
		height: 40px;
		font-size: 14px;
	}

	.product .zoom-pictures__text {
		font-size: 17px;
		position: relative;
		text-align: center;
		white-space: nowrap;
		left: 0;
		margin: 0 auto;
		top: 280px;
	}

	.product .zoom-pictures__text br {
		display: none;
	}

	.work-it__rows {
		margin-bottom: 100px;
	}

	.work-it {
		margin-bottom: 210px;
	}

	.slider-block__slide {
		margin-bottom: 170px !important;
	}

	.main-slider {
		padding-bottom: 200px;
	}
}

@media (max-width: 1199px) and (min-width: 960px) {
	.product .zoom-pictures__text {
		bottom: 27px;
		top: auto;
		left: 100px;
	}

	.packages-examples .carousel-image {
		object-fit: contain !important;
	}

}

.content-block-blog p img {
	margin-bottom: 35px;
	margin-top: 35px;
}

.content-block-blog .tilda {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 100%;
	line-height: 52px;
	font-size: 48px;
}

.content-block-blog .black_line {
	background-image: linear-gradient(90deg, transparent, black, transparent);
	border: 0;
	height: 1px;
}

.content-block-blog p {
	font-size: 20px;
}

.post-type-archive-meet-the-pioneers .all-article .article__text {
	justify-content: start;
}

.post-type-archive-meet-the-pioneers .all-article .article__title {
	flex: 2;
}

.user-desc .content-block__icon {
	width: 47px;
}

@media (max-width: 639px) and (min-width: 320px) {
	.story-user__content h2 {
		text-align: left;
		line-height: 1.23;
		font-weight: 600;
	}

	.story-user .container {
		max-width: 335px;
	}

	.story-user__content p {
		font-size: 15px;
	}
}

.all-article .article__content {
	max-height: unset;
	height: unset;
}

.all-article .article {
	align-items: stretch;
}

.video-story__desc p {
	font-size: 22px;
	line-height: 1.5;
	font-weight: 400;
}

@media (max-width: 479px) and (min-width: 320px) {
	.about-us .main-underline-block__title h1 {
		white-space: nowrap;
	}
}

.main-block__backgraund {
	background-image: url("../images/content/main/main-4000w.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (max-width: 639px) and (min-width: 320px) {
	.product__content {
		margin-bottom: 30px;
	}

	._orientationLeft_0bcb.wrap_9175 {
		right: 0 !important;
		left: auto !important;
	}

	._orientationLeft_0bcb .button_7d44 {
		margin-right: 20px !important;
		margin-left: 0 !important;
	}

	.main-block__backgraund {
		background-image: url("../images/content/main/main-480w.jpg");
	}

	.main-block__poster {
		bottom: 150px;
	}
}

.cookie-modal {
	z-index: 9999;
	position: fixed;
	right: 30px;
	bottom: 30px;
	max-width: 340px;
	display: none;
}

.cookie-wrapper {
	max-width: 340px;
	border-radius: 5px;
	padding: 20px 30px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
	position: relative;
}

.t-align_center {
	text-align: center;
}

.cookie-title {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.55;
	font-family: 'Nunito', Arial, sans-serif;
	font-weight: 600;
	color: #000;
}

.cookie-btn {
	font-family: 'Nunito', Arial, sans-serif;
	border: 0 none;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	font-weight: 700;
	background-image: none;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 24px;
	padding-right: 24px;
	height: 35px;
	font-size: 13px;
	color: #ffffff;
	background-color: #000000;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.cookie-close-icon {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	padding: 5px;
	-webkit-transition: opacity ease-in-out .3s;
	-o-transition: opacity ease-in-out .3s;
	width: 22px;
}

.cookie-btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}


.stages__main-title {
	text-align: center;
}

.stages {
	position: relative;
	max-width: 920px;
	font-family: 'Nunito';
	margin: 175px auto 175px auto;
}

@media screen and (max-width: 920px) {
	.stages {
		padding: 0 5px;
		margin-top: 120px;
	}
}

@media screen and (max-width: 700px) {
	.stages {
		margin-top: 135px;
	}
}

.stages__desk {
	width: 100%;
}

@media screen and (max-width: 700px) {
	.stages__desk {
		display: none;
	}
}

.stages__mob {
	display: none;
}

@media screen and (max-width: 700px) {
	.stages__mob {
		display: block;
		width: 100%;
	}
}

.stages__item {
	position: absolute;
	width: 400px;
	top: -18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 920px) {
	.stages__item {
		width: 330px;
	}
}

@media screen and (max-width: 700px) {
	.stages__item {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		left: 10px;
		background: #FFFFFF;
		-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
		-webkit-border-radius: 10px;
		border-radius: 10px;
		padding: 16px;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.stages__item:nth-child(odd) {
	left: 30px;
}

@media screen and (max-width: 700px) {
	.stages__item:nth-child(odd) {
		left: 15px;
	}
}

.stages__item:nth-child(even) {
	right: 30px;
}

@media screen and (max-width: 700px) {
	.stages__item:nth-child(even) {
		left: unset;
		left: 15px;
	}
}

@media screen and (max-width: 700px) {
	.stages__item:nth-child(3) {
		top: -50px;
	}
}

@media screen and (max-width: 700px) {
	.stages__item:nth-child(4) {
		top: 15.4%;
	}
}

.stages__item:nth-child(5) {
	top: 44.9%;
}

@media screen and (max-width: 700px) {
	.stages__item:nth-child(5) {
		top: 58.6%;
	}
}

.stages__item:nth-child(6) {
	top: 44.9%;
}

@media screen and (max-width: 700px) {
	.stages__item:nth-child(6) {
		top: 34.5%;
	}
}

.stages__item:nth-child(7) {
	top: 94.7%;
}

@media screen and (max-width: 700px) {
	.stages__item:nth-child(7) {
		top: 73.9%;
	}
}

.stages__item:nth-child(8) {
	top: 94.7%;
}

@media screen and (max-width: 700px) {
	.stages__item:nth-child(8) {
		top: 94.2%;
	}
}

.stages__icon {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -87px;
}

@media screen and (max-width: 920px) {
	.stages__icon {
		top: -70px;
	}
}

@media screen and (max-width: 700px) {
	.stages__icon {
		width: 40px;
		top: -56px;
	}
}

.stages__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 11px 21px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #1c2b47;
	font-weight: 700;
	font-size: 26px;
	line-height: 100%;
}

@media screen and (max-width: 920px) {
	.stages__title {
		font-size: 22px;
	}
}

@media screen and (max-width: 700px) {
	.stages__title {
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		font-size: 20px;
	}
}

.stages__title-num {
	color: #F58140;
	margin-right: 5px;
}

.stages__text {
	padding-top: 16px;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	text-align: center;
	color: #1C2B47;
}

@media screen and (max-width: 920px) {
	.stages__text {
		font-size: 18px;
	}
}

@media screen and (max-width: 700px) {
	.stages__text {
		text-align: left;
		padding-top: 10px;
		font-size: 16px;
	}
}

.stages__box-centre .box-centre__icon {
	width: 60px;
	height: 60px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 320px) and (max-width: 479px) {
	.stages__box-centre .box-centre__icon {
		display: none;
	}
}

.stages__box-centre .box-centre__icon img {
	width: 100%;
	display: block;
}

.stages__box-centre .box-centre__title {
	color: #1c2b47;
	font-size: 26px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	max-width: 491px;
}

@media (min-width: 980px) and (max-width: 9999px) {
	.stages__box-centre .box-centre__title {
		font-weight: 800;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.stages__box-centre .box-centre__title {
		max-width: 278px;
		font-size: 20px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.stages__box-centre .box-centre__title {
		font-size: 20px;
		max-width: 348px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.stages__box-centre .box-centre__title {
		max-width: 530px;
		font-size: 22px;
		line-height: 1.3;
		opacity: 1;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.stages__box-centre .box-centre__title {
		font-size: 22px;
		line-height: 1.3;
		opacity: 1;
		max-width: 491px;
	}
}

.stages__box-centre .box-centre__button-orange a {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(255, 102, 0, 0.4);
	box-shadow: 0px 0px 30px 0px rgba(255, 102, 0, 0.4);
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.stages__box-centre .box-centre__button-orange a:hover {
	background-color: #fa8a2f;
}

@media (min-width: 320px) and (max-width: 479px) {
	.stages__box-centre .box-centre__button-orange a {
		font-size: 14px;
		width: 180px;
		height: 40px;
		margin: 0 auto;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.5);
		box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.5);
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.stages__box-centre .box-centre__button-orange a {
		font-size: 14px;
		width: 190px;
		height: 40px;
		margin: 0 auto;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.5);
		box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.5);
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	.stages__box-centre .box-centre__button-orange a {
		font-size: 14px;
		width: 190px;
		height: 40px;
		margin: 0 auto;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.5);
		box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.5);
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.stages__box-centre .box-centre__button-orange a {
		width: 200px;
		height: 45px;
		font-size: 15px;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) and (max-width: 9999px) {
	.stages__box-centre .box-centre__button-orange a {
		width: 220px;
		height: 50px;
		margin: 0 auto;
	}
}

.stages__box-centre .box-centre__title p {
	margin-bottom: 30px;
}

.stages__box-centre .orange_button {
	line-height: 1;
	padding-top: 17px;
	padding-bottom: 17px;
	min-width: 220px;
	text-align: center;
}

.media-partners {
	background-color: #f8e0e2;
	padding: 37px 60px;
	border-radius: 10px;
	justify-content: space-between;
	gap: 35px;
	margin-bottom: 150px;
	display: flex;
}

@media (max-width: 1199px) {
	.media-partners {
		flex-wrap: wrap;
	}

	.media-partners .media-partners-title {
		flex: 100%;
	}
}

@media (min-width: 320px) and (max-width: 480px) {
	.media-partners {
		padding: 10px;
	}
}


.media-partners .media-partners-title {
	font-weight: 800;
	color: #1c2b47;
	font-size: 38px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.3;
}

.media-partners .media-partner-item {
	text-align: center;
}

@media (min-width: 320px) and (max-width: 639px) {
	.media-partners .media-partner-item {
		text-align: left;
	}
}

.media-partners .media-partner-logo {
	max-height: 72px;
}

.media-partners .media-partner-name {
	margin-top: 12px;
	font-weight: 400;
	color: #1c2b47;
	font-size: 15px;
	font-family: 'Nunito', sans-serif;
	line-height: 1.3;
}

div#titlediv {
	display: none !important;
}

@media screen and (max-width: 700px) {
	.stages {
		display: flex;
		flex-direction: column;
		margin: auto auto 175px auto;
	}

	.stages__mob {
		display: none;
	}

	.stages__item {
		margin-top: 85px;
		width: 94%;
		margin-left: 3%;
		position: relative;
		top: auto !important;
		left: auto !important;
		right: auto !important;
	}

	.stages__item img {
		position: absolute;
		margin-top: -75px;
		top: auto;
	}

	.stages__item:before,
	.stages__item:after {
		content: '';
		height: 198px;
		width: 14px;
		position: absolute;
		z-index: 0;
	}

	.stages__item:before {
		right: -14px;
	}

	.stages__item:after {
		left: -14px;
	}

	.stages__item:nth-child(4):before,
	.stages__item:nth-child(5):before,
	.stages__item:nth-child(8):before {
		top: -140px;
	}

	.stages__item:nth-child(4):after,
	.stages__item:nth-child(5):after {
		bottom: -140px;
	}

	.stages__item:nth-child(4):before {
		background: url('../images/content/how-it-work/stepsMobRightTop.png');
	}

	.stages__item:nth-child(4):after {
		background: url('../images/content/how-it-work/stepsMobLeftTop.png');
		height: 204px;
	}

	.stages__item:nth-child(5):before {
		background: url('../images/content/how-it-work/stepsMobRightCenter.png');
		height: 206px;
	}

	.stages__item:nth-child(5):after {
		background: url('../images/content/how-it-work/stepsMobLeftBottom.png');
		height: 206px;
	}

	.stages__item:nth-child(8):before {
		background: url('../images/content/how-it-work/stepsMobRightBottom.png');
	}

	.stages__item:nth-child(3) {
		order: 1;
	}

	.stages__item:nth-child(4) {
		order: 2;
	}

	.stages__item:nth-child(5) {
		order: 4;
	}

	.stages__item:nth-child(6) {
		order: 3;
	}

	.stages__item:nth-child(7) {
		order: 5;
	}

	.stages__item:nth-child(8) {
		order: 6;
	}
}

/* Homepage Marketing Block */
.msb {
	padding: 135px 0 36px 0;
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	color: #1c2b47;
	line-height: 1.5;
}

@media screen and (max-width: 1160px) {
	.msb {
		padding: 32px 15px;
	}
}

.msb__inner {
	background: #FFFFFF;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	max-width: 1160px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 23px 11px;
	margin: auto;
	position: relative;
}

@media screen and (max-width: 765px) {
	.msb__inner {
		-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
		-webkit-border-radius: 10px;
		border-radius: 10px;
		padding: 20px 0 25px 0;
		display: block;
	}
}

.msb__img {
	margin-right: 136px;
}

@media screen and (max-width: 1199px) {
	.msb__img {
		margin-right: 45px;
	}
}

.msb__img img {
	width: 534px;
}

@media screen and (max-width: 1100px) {
	.msb__img img {
		width: 445px;
	}
}

@media screen and (max-width: 840px) {
	.msb__img img {
		width: 355px;
	}
}

@media screen and (max-width: 765px) {
	.msb__img {
		display: none;
	}
}

@media screen and (max-width: 765px) {
	.msb__info {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
}

.msb__title {
	color: #aecb23;
	font-weight: 800;
	font-size: 38px;
	line-height: 52px;
	text-transform: uppercase;
}

@media screen and (max-width: 1100px) {
	.msb__title {
		font-weight: 900;
		font-size: 26px;
		line-height: 26px;
	}
}

@media screen and (max-width: 765px) {
	.msb__title {
		padding: 0 21px;
	}
}

.msb__line {
	background: #FF6E1A;
	-webkit-border-radius: 27px;
	border-radius: 27px;
	margin: -5px 0 50px 0;
	width: 281px;
	height: 5px;
}

@media screen and (max-width: 1100px) {
	.msb__line {
		width: 198px;
		height: 3px;
		margin: 3px 0 30px 0;
	}
}

.msb__desc {
	font-size: 24px;
	line-height: 33px;
}

@media screen and (max-width: 1100px) {
	.msb__desc {
		font-size: 17px;
		line-height: 22px;
	}
}

@media screen and (max-width: 765px) {
	.msb__desc {
		padding: 0 15px;
	}
}

.msb__price {
	padding: 25px 0 18px 0;
	font-weight: 700;
	font-size: 30px;
	line-height: 41px;
}

@media screen and (max-width: 1100px) {
	.msb__price {
		font-size: 25px;
		line-height: 25px;
		padding: 22px 0;
	}
}

a.msb__btn {
	margin: 0;
}

.msb__btn:hover {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #ff5e01;
}

@media screen and (max-width: 1100px) {
	.msb__btn {
		font-size: 16px;
		line-height: 22px;
	}
}

.msb__bottom {
	padding-top: 37px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.msb__icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	line-height: 28px;
	margin-right: 11px;
}

.msb__icon img {
	margin-right: 5px;
}

.msb__icon:last-child {
	margin-right: 0;
}

@media screen and (max-width: 1100px) {
	.msb__icon {
		font-size: 13px;
		line-height: 17px;
	}
}

.msb__img--m {
	display: none;
}

@media screen and (max-width: 765px) {
	.msb__img--m {
		display: block;
		width: 100%;
		margin-top: 24px;
	}
}

.msb__bottom--m {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 22px;
}

.msb__bottom--m .msb__icon {
	display: block;
	text-align: center;
	margin: 0;
}

.msb__bottom--m .msb__icon img {
	margin: 0 auto 11px auto;
	height: 25px;
	width: auto;
	opacity: 0.7;
}

.msb__bottom--m .msb__icon div {
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
}

@media screen and (max-width: 350px) {
	.msb__bottom--m .msb__icon div {
		font-size: 16px;
		line-height: 16px;
	}
}

.msb__icon--center {
	margin: 0 30px !important;
}

@media screen and (max-width: 350px) {
	.msb__icon--center {
		margin: 0 15px !important;
	}
}

.msb_desktop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 970px) {
	.msb_desktop {
		display: none;
	}
}

.mobile_msb {
	display: none;
}

@media screen and (max-width: 970px) {
	.mobile_msb {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.article [data-js-article-hidden] {
	display: none;
}

[data-js-article-read-more] {
	background: #fff;
	margin: 10px auto 0;
}

[data-js-article-read-more] svg {
	width: 40px;
}

[data-js-article-read-more] div {
	color: #000 !important;
}

.packages-block__button-orange {
	margin: 0 auto 90px;
}

@media (max-width: 960px) {
	.packages-block__button-orange {
		margin-bottom: 50px;
	}
}

@media (max-width: 480px) {
	.packages-block__button-orange {
		margin-bottom: 40px;
	}
}

.packages-block__button-orange a, .common-orange-cta a {
	margin: 0 auto;
	width: 270px;
	height: 50px;
	color: #ffffff;
	font-size: 16px;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	box-shadow: 0px 10px 20px 0px rgba(255, 102, 0, 0.3);
	animation: pulse-button 1.8s infinite linear;
	backface-visibility: hidden;
}

@media (min-width: 320px) and (max-width: 639px) {
	.packages-block__button-orange a, .common-orange-cta a {
		animation: none;
		box-shadow: 0px 5px 20px 0px rgba(255, 102, 0, 0.3);
		width: 220px;
		height: 40px;
		font-size: 13px;
	}
}

.packages-block__button-orange a:hover, .common-orange-cta a:hover {
	background-color: #fa8a2f;
}

.clearFix {
	clear: both;
}

.desktop {
	display: block;
}

@media screen and (max-width: 1110px) {
	.desktop {
		display: none;
	}
}

.mobile {
	display: none;
}

@media screen and (max-width: 1110px) {
	.mobile {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.aboutWrap {
	position: relative;
	overflow: hidden;
	font-family: 'Nunito', sans-serif;
}

.aboutWrap__bg {
	position: absolute;
	z-index: 0;
}

@media screen and (max-width: 500px) {
	.aboutWrap__bg {
		display: none;
	}
}

.aboutWrap__bgM {
	position: absolute;
	z-index: 0;
	display: none;
}

@media screen and (max-width: 500px) {
	.aboutWrap__bgM {
		display: block;
	}
}

.aboutWrap .bg-1 {
	top: 428px;
	left: 0;
	opacity: 0.7;
}

.aboutWrap .bg-2 {
	top: 1303px;
	left: 0;
	width: 100%;
	opacity: 0.6;
}

.aboutWrap .bg-3 {
	left: 0;
	top: 2882px;
	opacity: 0.5;
}

.aboutWrap .bg-4 {
	right: 0;
	top: 2525px;
	opacity: 0.6;
}

.aboutWrap .bg-1m {
	opacity: 0.6;
	top: -117px;
	right: 0;
}

.aboutWrap .bg-2m {
	opacity: 0.6;
	top: 540px;
	left: 0;
	width: 100%;
}

.aboutWrap .bg-3m {
	opacity: 0.5;
	top: 2170px;
	left: 0;
	width: 100%;
}

.about {
	width: 1110px;
	margin: auto;
	color: #1C2B47;
	position: relative;
	z-index: 1;
}

.about h3 {
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0.02em;
	color: #AED659;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	margin: 0;
	text-transform: uppercase;
}

.about h3:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 3px;
	background: #F86262;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

@media screen and (max-width: 1110px) {
	.about {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.about h3 {
		font-size: 22px;
	}
}

.about-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 130px 0 187px 0;
}

.about-main__img-holder {
	position: relative;
	margin-right: 95px;
}

.about-main__img-holder .img {
	width: 475px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

@media screen and (max-width: 1110px) {
	.about-main__img-holder .img {
		width: 100%;
	}
}

.about-main__img-holder .heart {
	position: absolute;
	bottom: -45px;
	right: -45px;
}

@media screen and (max-width: 1110px) {
	.about-main__img-holder .heart {
		width: 35.8%;
		bottom: -25.6%;
		right: -5px;
	}
}

@media screen and (max-width: 1110px) {
	.about-main__img-holder {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		margin: 0;
	}
}

.about-main__text-holder h3 {
	margin-bottom: 41px;
}

.about-main__text-holder p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 145%;
}

.about-main__text-holder p b {
	font-weight: 700;
}

@media screen and (max-width: 1110px) {
	.about-main__text-holder {
		width: 100%;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		padding-bottom: 32px;
	}
}

@media screen and (max-width: 500px) {
	.about-main__text-holder h3 {
		margin-bottom: 31px;
	}

	.about-main__text-holder p {
		font-size: 16px;
	}
}

@media screen and (max-width: 1110px) {
	.about-main {
		padding: 32px 15px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.about-prod {
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}

@media screen and (max-width: 1110px) {
	.about-prod {
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0 15px;
	}
}

.about-prod__text-holder {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 145%;
	padding: 40px 0 40px 40px;
	margin-right: 95px;
	width: 436px;
}

@media screen and (max-width: 1110px) {
	.about-prod__text-holder {
		padding: 15% 0 32px 0;
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.about-prod__text-holder {
		font-size: 16px;
	}
}

.about-prod__img-holder {
	position: absolute;
	width: 473px;
	height: 452px;
	top: 50%;
	right: 65px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 1110px) {
	.about-prod__img-holder {
		position: relative;
		top: initial;
		right: initial;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 100%;
		height: auto;
	}
}

.about-prod__img-holder .prod {
	width: 100%;
	height: auto;
}

.about-prod__img-holder .fromDecor {
	position: absolute;
	bottom: 105px;
	right: -26px;
	z-index: 1;
}

@media screen and (max-width: 1110px) {
	.about-prod__img-holder .fromDecor {
		right: initial;
		left: 0;
		bottom: 8%;
		width: 31%;
	}
}

.memberBtn {
	display: block;
	margin: 156px auto 120px auto;
	width: 220px;
	height: 50px;
	background: #F58140;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-style: normal;
	font-weight: 900;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-transform: uppercase;
	text-decoration: none;
}

.memberBtn:hover {
	background: #f47128;
}

@media screen and (max-width: 1110px) {
	.memberBtn {
		margin: 40px auto 56px auto;
	}
}

.about-office {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 0 116px 0;
}

@media screen and (max-width: 1110px) {
	.about-office {
		padding-bottom: 10%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.about-office__text-holder {
	width: 350px;
	margin-right: 34px;
}

@media screen and (max-width: 1110px) {
	.about-office__text-holder {
		width: 100%;
		margin-right: 0;
		padding: 0 15px 40px 15px;
	}
}

.about-office__text-holder h3 {
	margin-bottom: 41px;
}

.about-office__text-holder p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 145%;
}

@media screen and (max-width: 500px) {
	.about-office__text-holder h3 {
		margin-bottom: 31px;
	}

	.about-office__text-holder p {
		font-size: 16px;
	}
}

.about-office__img-holder {
	position: relative;
}

.about-office__img-holder img {
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.about-office__img-holder .big {
	width: 726px;
	height: auto;
}

.about-office__img-holder .small {
	position: absolute;
	right: 67px;
	bottom: -112px;
	border: 5px solid #FFFFFF;
	width: 313px;
	height: auto;
}

@media screen and (max-width: 1110px) {
	.about-office__img-holder {
		width: -webkit-calc(100% + 30px);
		width: calc(100% + 30px);
		margin-left: -15px;
	}

	.about-office__img-holder .big {
		width: 100%;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.about-office__img-holder .small {
		right: 15px;
		bottom: -41%;
		width: 50%;
		border: 3px solid #FFFFFF;
	}
}

.mapWrap {
	width: 100%;
	padding: 116px 0;
}

@media screen and (max-width: 1110px) {
	.mapWrap {
		padding: 24px 15px 147px 15px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.mapWrap__holder {
	border: 1px solid #BBC6DB;
	-webkit-box-shadow: 0px 0px 120px 50px #FFFFFF;
	box-shadow: 0px 0px 120px 50px #FFFFFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.mapWrap__holder img {
	display: block;
	width: 100%;
}

@media screen and (max-width: 1110px) {
	.mapWrap__holder {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		position: relative;
		z-index: 0;
	}
}

.mapWrap__text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: Nunito;
	font-style: normal;
	font-size: 20px;
	line-height: 120%;
	padding-top: 32px;
}

.mapWrap__text .title {
	font-weight: 800;
	text-transform: uppercase;
	margin-right: 14px;
	letter-spacing: 0.03em;
}

@media screen and (max-width: 1110px) {
	.mapWrap__text {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		position: relative;
		z-index: 1;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.mapWrap__text .title {
		width: 100%;
		margin: 0 0 8px 0;
	}

	.mapWrap__text .address {
		width: 100%;
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 500px) {
	.mapWrap__text {
		font-size: 16px;
	}
}

.about-warehouse {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 116px 0 95px 0;
}

@media screen and (max-width: 1110px) {
	.about-warehouse {
		padding: 160px 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 500px) {
	.about-warehouse {
		padding: 95px 0 60px 0;
	}
}

.about-warehouse__img-holder {
	position: relative;
	margin-right: 95px;
}

.about-warehouse__img-holder img {
	border: 5px solid #FFFFFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.about-warehouse__img-holder .big {
	width: 635px;
	height: auto;
	position: relative;
	z-index: 0;
}

.about-warehouse__img-holder .top {
	position: absolute;
	width: 346px;
	left: 190px;
	top: -111px;
	z-index: 1;
}

.about-warehouse__img-holder .bottom {
	position: absolute;
	width: 224px;
	left: 111px;
	bottom: -75px;
	z-index: 1;
}

@media screen and (max-width: 1110px) {
	.about-warehouse__img-holder {
		width: 100%;
		margin: 0;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.about-warehouse__img-holder img {
		border: 3px solid #FFFFFF;
	}

	.about-warehouse__img-holder .big {
		width: 100%;
		border: none;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.about-warehouse__img-holder .top {
		width: 53%;
		left: initial;
		right: 15px;
		top: -32.8%;
	}

	.about-warehouse__img-holder .bottom {
		width: 53%;
		left: 20px;
		bottom: -37.5%;
	}
}

.about-warehouse__text-holder {
	width: 380px;
}

.about-warehouse__text-holder h3 {
	margin-bottom: 41px;
}

.about-warehouse__text-holder p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 145%;
}

@media screen and (max-width: 1110px) {
	.about-warehouse__text-holder {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		width: 100%;
		padding: 0 15px 190px 15px;
	}
}

@media screen and (max-width: 500px) {
	.about-warehouse__text-holder {
		padding-bottom: 105px;
	}

	.about-warehouse__text-holder h3 {
		margin-bottom: 31px;
	}

	.about-warehouse__text-holder p {
		font-size: 16px;
	}
}

.about-team {
	padding: 100px 0 210px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media screen and (max-width: 1110px) {
	.about-team {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 100px 0 24px 0;
	}
}

.about-team__text-holder {
	width: 380px;
	margin-right: 95px;
}

.about-team__text-holder h3 {
	margin-bottom: 41px;
}

.about-team__text-holder p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 145%;
}

@media screen and (max-width: 1110px) {
	.about-team__text-holder {
		width: 100%;
		margin: 0 0 32px 0;
		padding: 0 15px;
	}
}

@media screen and (max-width: 500px) {
	.about-team__text-holder h3 {
		margin-bottom: 31px;
	}

	.about-team__text-holder p {
		font-size: 16px;
	}
}

.about-team__img-holder img {
	width: 635px;
	height: auto;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

@media screen and (max-width: 1110px) {
	.about-team__img-holder {
		width: 100%;
	}

	.about-team__img-holder img {
		width: 100%;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
}

.about-banner {
	width: 100%;
	background: url("../images/content/about-us/1-min.jpg") no-repeat top center;
	background-size: cover;
	padding: 110px 0 76px 0;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 760px) {
	.about-banner {
		padding: 64px 0 32px 0;
	}
}

@media screen and (max-width: 500px) {
	.about-banner {
		padding: 32px 0 16px 0;
	}
}

.about-banner__btn {
	text-align: center;
	font-style: normal;
	font-weight: 900;
	font-size: 60px;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	margin: 0 auto 24px auto;
}

.about-banner__btn br {
	display: none;
}

@media screen and (max-width: 760px) {
	.about-banner__btn {
		font-size: 45px;
	}

	.about-banner__btn br {
		display: block;
	}
}

@media screen and (max-width: 500px) {
	.about-banner__btn {
		font-size: 32px;
	}
}

.about-banner__btn-inner {
	text-transform: uppercase;
}

@media screen and (max-width: 500px) {
	.about-banner__btn-inner {
		padding: 18px 0;
	}
}

.about-banner__text {
	width: 650px;
	margin: auto;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
}

@media screen and (max-width: 760px) {
	.about-banner__text {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
	}
}

@media screen and (max-width: 500px) {
	.about-banner__text {
		font-size: 18px;
	}
}

.about .about-office p,
.about .about-warehouse p {
	margin-bottom: 20px;
}


.about .mapWrap__holder {
	overflow: hidden;
	width: 100%;
}

.about .mapWrap__holder iframe {
	width: 100%;
	border: unset;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
progress {
	vertical-align: baseline;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline-width: 0;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: inherit;
	font-weight: bolder;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
mark {
	background-color: #ff0;
	color: #000;
}
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;
}
svg:not(:root) {
	overflow: hidden;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
button, input, select, textarea {
	font: inherit;
}
optgroup {
	font-weight: 700;
}
button, input, select {
	overflow: visible;
}
button, input, select, textarea {
	margin: 0;
}
button, select {
	text-transform: none;
}
[type=button], [type=reset], [type=submit], button {
	cursor: pointer;
}
[disabled] {
	cursor: default;
}
[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button;
	appearance: button;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
button:-moz-focusring, input:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
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;
	appearance: textfield;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}

.contact-input {
	margin: 0;
	font-family: 'Nunito',Arial,sans-serif;
	padding: 0 20px;
	line-height: 1.33;
	width: 100%;
	outline: none;
	border-radius: 0;
	color:#204052;
	border:2px solid #55aadb;
	background-color:#fff;
	font-size:16px;
	font-weight:400;
	height:50px;
}

.contact-select__wrapper {
	position: relative;
	margin-bottom:25px;
}

.contact-checkbox__control .contact-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.contact-input-block {
	position: relative;
	overflow: hidden;
}

.checkbox-block {
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
}

.contact-checkbox__control .contact-checkbox:checked~.contact-checkbox__indicator {
	opacity: 1;
}
.contact-checkbox__indicator {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	width: 20px;
	border: 2px solid #000;
	box-sizing: border-box;
	margin-right: 10px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	opacity: .6;
}

.contact-checkbox__indicator:after {
	content: '';
	position: absolute;
	display: none;
	left: 6px;
	top: 2px;
	width: 3px;
	height: 8px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.contact-checkbox__control {
	color:#204052;
	font-size:14px;
	font-weight:400;
	font-family: Montserrat, serif;
}

.contact-checkbox__indicator {
	border-color:#204052;
}

.contact-checkbox__labeltext {
	display:inline;
}

.contact-checkbox__labeltext span {
	color: rgb(32, 64, 82);
}

.contact-checkbox__labeltext a {
	color:#473d33!important;
	text-decoration: none;
	border-bottom: 1px solid rgb(252, 73, 127);
	box-shadow: inset 0 -0 0 0 rgb(252, 73, 127);
	-webkit-box-shadow: inset 0 -0 0 0 rgb(252, 73, 127);
	-moz-box-shadow: inset 0 -0 0 0 rgb(252, 73, 127);
}

.contact-checkbox__control .contact-checkbox:checked~.contact-checkbox__indicator:after {
	display: block;
	box-sizing: content-box;
}

.contact-submit {
	text-align: center;
	border: 0 none;
	white-space: nowrap;
	cursor: pointer;
	box-sizing: border-box;
	outline: none;
	box-shadow: 0 3px 0 0 #738dbf;
	color:#fff;
	background: #ffbc00 none;
	border-radius:50px;
	font-family: Montserrat, serif;
	font-weight:700;
	font-size:14px;
	width:180px;
	height:45px;
	margin: 0 auto;
	padding:0 15px;
	display:block;
}

[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

.contact-select {
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0 45px 0 20px;
	font-family: 'Nunito',Arial,sans-serif;
	line-height: 1.33;
	outline: 0;
	border-radius: 0;
	appearance: none;
	color:#204052;
	border:2px solid #6ba7db;
	background-color:#fff;
	font-size:16px;
	font-weight:400;
	height:50px;
}

.contact-select__wrapper:after {
	content: ' ';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none;
}

.form_wrapper {
	width: 100%;
	margin: 20px 0 0;
	background-color: #88c284;
	text-align: center;
}

.form_wrapper .inner {
	border-radius: 10px;
	width: 90%;
	position: relative;
	max-width: 500px;
	background: #fff;
	margin: 80px 0;
	padding: 30px 20px;
	display: inline-block;
	box-shadow: 0 10px 50px 0 rgba(255,255,255,0.5);
	box-sizing: border-box;
}

.form_wrapper .inner .title {
	margin-bottom: 45px;
	text-align: center;
}

.contact-input-group_ph {
	margin-bottom:25px;
}

#form_title_text {
	font-size: 17px;
	position: relative;
	display: block;
	color: #55aadb;
	font-family: 'Montserrat',Arial,sans-serif;
	line-height: 1.45;
	font-weight: 700;
	letter-spacing: 1px;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

#form_title_text:before {
	content: '';
	background-color: #55aadb;
	height: 2px;
	width: calc(100% + 40px);
	display: block;
	position: absolute;
	left: -20px;
	bottom: -15px;
}

form.contact-form {
	width:100%;
	max-width: 400px;
	text-align: left;
	display: inline-block;
}

@media only screen and (min-width: 500px){
	#form_title_text {
		font-size: 30px;
	}
}

.contact-text {
	margin: 0;
	font-family: 'Nunito',Arial,sans-serif;
	line-height: 1.33;
	width: 100%;
	outline: none;
	border-radius: 0;
	color: #204052;
	border: 2px solid #55aadb;
	background-color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 15px;
}

form .alert {
	margin: 0;
	font-family: 'Nunito',Arial,sans-serif;
	padding: 0 20px;
	line-height: 1.33;
	width: 100%;
	outline: none;
	border-radius: 0;
	color: #55db5e;
	border: 3px solid #55db5e;
	background-color: #fff;
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	height: 50px;
}

body.page-template-page-donation-landing,
body.page-template-page-donation,
body.page-template-page-donation-form {
	position: relative;
	background: #fff;
	font-size: 20px;
	color: #473d33;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'Nunito', sans-serif;
}
body.page-template-page-donation-landing {
	font-size: 16px;
}
.responsive-image {
	max-width: 100%;
}
.video-responsive {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow:hidden;
}
.video-responsive iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}
input, textarea, select, button {
	border: none;
	resize: none;
	display: block;
}
input[type="text"],
input[type="tel"],
input[type="mail"] {
	background: #fff;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
button[type="submit"] {
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}
::-moz-placeholder {
	opacity: 1;
}
::-webkit-input-placeholder {
	opacity: 1;
}
::-ms-placeholder {
	opacity: 1;
}
::placeholder {
	opacity: 1;
}
label {
	cursor: pointer;
}
ul, ul li {
	list-style: none;
}
a {
	transition: all 300ms ease;
	text-decoration: none;
	color: #2E72A4;
}
.page-template-page-donation p {
	margin-top: 20px;
	line-height: 1.55;
}
.page-template-page-donation-landing p {
	margin-top: 25px;
	line-height: 1.55;
}
.donation-landing p {
	margin-top: 25px;
	line-height: 1.7;
	font-weight: 400;
}
.italic {
	font-style: italic;
}
.semibold {
	font-weight: 600 !important;
}
.sbold {
	font-weight: 700;
}
.hidden {
	display: none;
}
.viewport-wrapper {
	position: relative;
	min-width: 300px;
	overflow: hidden;
}
.viewport-wrapper.overflow {
	width: 100%;
	height: 100vh;
	-webkit-overflow-scrolling: touch;
}
.page-template-page-donation-landing .wrapper,
.page-template-page-donation .wrapper  {
	margin: 0 auto;
	min-width: 300px;
	max-width: 1200px;
	padding: 0 15px;
	width: 100%;
}
.d-flex {
	display: flex; flex-wrap: wrap;
}
.j-between {
	justify-content: space-between;
}
.j-center {
	justify-content: center;
}
.j-end {
	justify-content: flex-end;
}
.a-start {
	align-items: flex-start;
}
.a-center {
	align-items: center;
}
.a-end {
	align-items: flex-end;
}
.bt-menu {
	position: relative;
	z-index: 10;
	cursor: pointer;
	width: 24px;
	height: 16px;
	display: flex;
	align-items: center;
	display: none;
}
.bt-menu span {
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	transition: .3s;
}
.bt-menu.close span {
	background: transparent;
}
.bt-menu span:before,
.bt-menu span:after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	transition: .3s;
}
.bt-menu span:after {
	top: calc(100% - 2px);
}
.bt-menu.close span:before {
	top: 0;
	transform: rotate(45deg);
}
.bt-menu.close span:after {
	top: 0;
	transform: rotate(-45deg);
}
.bt-yellow {
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 300px;
	height: 60px;
	line-height: 60px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 1px;
	border-width: 1px;
	border-radius: 30px;
	background-color: #ffa652;
	transition: background-color 0s ease-in-out, color 0s ease-in-out, border-color 0s ease-in-out;
	background-color: #f2a33d;
	transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	box-shadow: 0px 3px 0px 0px rgba(255,255,255,1);
}
.shadow-green {
	box-shadow: 0px 3px 0px 0px rgba(67,166,60,1);
}
.donation-main .bt-yellow:hover {
	background-color: #ffa652;
}
.donation-landing .bt-yellow {
	font-weight: 700;
	background-color: #ffbc00;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
	box-shadow: 0px 3px 0px 0px rgba(115,141,191,1);
}
.bt-link {
	font-size: 18px;
	font-family: 'Nunito',Arial,sans-serif;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 1.5px;
	display: inline-block;
	border-bottom: 1px solid;
}
.donation-landing .bt-link {
	font-weight: 600;
}
.nice-select {
	position: relative;
	width: 100%;
}
.nice-select .current {
	position: relative;
	cursor: pointer;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nice-select .current::after {
	content: '';
	display: block;
	border-bottom: 1px solid #268256;
	border-right: 1px solid #268256;
	transform: rotate(45deg);
	position: absolute;
	top: 17px;
	right: 14px;
	width: 10px;
	height: 10px;
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1) translateY(0);
}
.nice-select.open {
	z-index: 20;
}
.nice-select .list {
	background-color: #fff;
	border: solid 1px #c8cbcc;
	border-top: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	transform-origin: 50% 0;
	transform: scale(0.75) translateY(-21px);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}
.nice-select .option {
	cursor: pointer;
	transition: all 0.2s;
	display: block;
	margin: 0;
	padding: 0;
	padding: 4px 0;
}
.nice-title {
	position: relative;
	padding: 5px 80px 3px;
	z-index: 2;
	color: #ffffff;
	font-size: 40px;
	line-height: 1.3;
	font-weight: 800;
	letter-spacing: 0.5px;
	background: rgba(107,167,219,0.8);
	opacity: 0.8;
	box-shadow: 0px 0px 0px 0px rgba(39,86,194,1);
	text-align: center;
}
.nice-title:before {
	content: '';
	display: block;
	background: url(../images/common/shadow.svg) repeat-y;
	width: 375px;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
}
.nice-title:after {
	content: '';
	display: block;
	background: url(../images/common/shadow.svg) repeat-y;
	width: 375px;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	transform: rotate(180deg);
}
.nice-title span {
	position: relative;
	z-index: 2;
	display: inline-block;
}
.nice-title span:after {
	content: '';
	display: block;
	background: url(../images/common/arrow.svg) no-repeat;
	width: 86px;
	height: 130px;
	position: absolute;
	left: -100px;
	bottom: 13px;
}
.nice-title .arrow-2:after {
	background: url(../images/common/arrow2.svg);
	width: 137px;
	height: 130px;
	left: auto;
	right: -137px;
}
.donation-landing .video-block {
	position: relative;
	z-index: 2;
	padding-bottom: 130px;
}
.donation-field-error {
	display: none;
}
.donation_field_error {
	border-color: #a00!important;
	background: #ffbea9!important;
}
.donation-form-error {
	border: 1px solid #a00;
	background: #ffbea9;
	padding: 15px 10px;
	font-size: 18px;
	display: none;
	color: #a00;
	margin-top: 15px;
	border-radius: 10px;
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	max-height: 300px;
	overflow: hidden;
	overflow-y: auto;
	padding-bottom: 20px;
}
select.custom-select {
	border: 1px solid #268256;
	height: 50px;
	width: 100%;
	line-height: 48px;
	border-radius: 3px;
	padding: 0 18px;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

.item-list {
	display: flex;
	flex-wrap: wrap;
	margin: 60px -20px 0;
}
.item-list .item {
	padding: 40px 20px 0;
	width: 33.333%;
}
.donation-main .item-list .item {
	text-align: center;
	display: flex;
	flex-direction: column;
}
.item-list .photo {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 260px;
	border-radius: 10px;
	box-shadow: 0px -5px 30px 0px rgba(199,219,201,0.7);
}
.donation-main .item-list .photo {
	overflow: hidden;
}
.item-list .photo img {
	width: 100%;
	min-height: 260px;
	object-fit: cover;
	border-radius: 10px;
}
.item-list .photo:after {
	content: '';
	display: block;
	border-radius: 10px;
	opacity: 0.5;
	background-color: #25731e;
	width: 240px;
	height: 20px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.donation-main .item-list .photo:after {
	bottom: -7px;
}
.item-list p {
	margin-top: 25px;
	font-size: 16px;
	line-height: 1.7;
}
.donation-main .item-list p {
	margin: 25px 0;
	line-height: 1.6;
}
.form {
	position: relative;
	margin: 0 auto;
	max-width: 440px;
	padding: 33px 40px 0;
}
.donation-landing .form {
	background: #FFFFFF;
	box-shadow: 0px 3px 0px rgba(47, 106, 139, 0.2);
	border-radius: 10px;
	padding: 33px 40px 46px;
}
.form .icon {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -26px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.form .icon svg,
.form .icon img {
	width: 52%;
}
.donation-landing .form .icon svg,
.donation-landing .form .icon img {
	height: 52%;
}
.form .title {
	padding-bottom: 12px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 33px;
}
.form-item {
	margin-top: 12px;
}
.form-item .label {
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
}
.form-item input {
	padding: 0 12px;
	width: 100%;
	height: 40px;
	border: 1px solid #BBC6DB;
	border-radius: 10px;
	font-size: 16px;
	line-height: 22px;
	color: #1C2B47;
}
.form-item .custom-select {
	padding: 0 8px;
	width: 100%;
	height: 40px;
	border: 1px solid #BBC6DB;
	border-radius: 10px;
	font-size: 16px;
	line-height: 22px;
	color: #1C2B47;
	background: #fff url(../images/common/chevron2.svg) no-repeat;
	background-position-y: 50%;
	background-position-x: calc(100% - 15px);
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	cursor: pointer;
}
.form .agree {
	margin-top: 30px;
	padding-left: 30px;
	font-size: 15px;
	line-height: 20px;
}
.form .agree label {
	position: static;
	display: inline;
	padding: 0;
}
.form .agree .checkbox-custom {
	width: 20px;
	height: 20px;
	border-radius: 3px;
	top: 50%;
	transform: translateY(-50%);
}
.form .agree .checkbox-custom::before {
	font-size: 10px;
}
.form .agree a {
	color: #1C2B47;
	border-bottom: 1px solid #EE7537;
}
.donation-main .form .agree a {
	position: relative;
	z-index: 10;
}
.form .agree a:hover {
	border-bottom-color: transparent;
}
.form .button {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}




.checkbox-item {
	position: relative;
	margin-top: 10px;
	font-size: 16px;
	line-height: 22px;
}
.checkbox-item label {
	position: relative;
	display: inline-block;
	padding-left: 28px;
}
.checkbox-item input {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	width: 100%; height: 100%;
	cursor: pointer;
	z-index: 2;
	opacity: 0;
}
.checkbox-custom {
	position: absolute;
	left: 0; top: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	border: 1px solid rgba(106,124,159,0.7);
	border-radius: 3px;
}
input:checked + .checkbox-custom:before {
	opacity: 1;
}
.start-block {
	position: relative;
	background: url(../images/common/bkg1.jpg) 50% 0 no-repeat;
	background-size: cover;
	padding-bottom: 30px;
	min-height: 100vh;
	color: #fff;
	display: flex;
	align-items: center;
}
.start-block .content {
	position: relative;
	z-index: 2;
	width: 48%;
	padding-top: 20%;
	padding-bottom: 20%;
	visibility: hidden;
}
.start-block .img {
	width: 52%;
	position: relative;
	visibility: hidden;
	padding-top: 10%;
}
.start-block .img img {
	max-width: 100%;
}
.start-block .title {
	position: relative;
	z-index: 2;
	line-height: 1.3;
	font-weight: 800;
	letter-spacing: 1.5px;
	font-size: 39px;
}
.start-block .title H1 {
	font-size: 68px;
	font-weight: 800;
	margin: 0;
}
.start-block .title:after {
	content: '';
	display: block;
	width: 296px;
	height: 1px;
	z-index: -1;
	position: absolute;
	right: 0;
	bottom: 25px;
	background: #fff;
}
.start-block p {
	margin-top: 20px;
	font-size: 24px;
}
.start-block .bt-link {
	color: #fff;
}
.start-block .buttons {
	margin-top: 50px;
}
.start-block .bt-yellow {
	width: 100%;
	max-width: 340px;
}
.start-block .caption {
	position: absolute;
	right: 45px;
	bottom: 60px;
	width: 250px;
	padding: 10px 10px 10px 45px;
	border-radius: 10px;
	background-color: #ffffff;
	width: 250px;
	box-shadow: 0px 10px 40px 0px rgba(255,255,255,0.6);
	font-size: 16px;
	line-height: 1.35;
	color: #473d33;
}
.start-block .caption .total {
	width: 130px;
	height: 130px;
	padding-top: 10px;
	position: absolute;
	left: -100px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #ffffff;
	box-shadow: 0px 10px 40px 0px rgba(214,214,214,0.6);
	color: #6ba7db;
	font-size: 22px;
	line-height: 1.2;
	text-align: center;
}
.start-block .caption .total strong {
	display: block;
	font-weight: 800;
	font-size: 60px;
}
.destination-block {
	position: relative;
	padding: 155px 0 0;
}
.destination-block .wrapper {
	position: relative;
	min-height: 720px;
	padding: 125px 0 0 638px !important;
}
.destination-block .img {
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 0px 10px 30px 0px rgba(66,107,187,0.2);
	border-radius: 10px;
	border: solid 10px #fff;
	width: 300px;
}
.destination-block .img.v2 {
	width: 330px;
	top: 150px;
	left: 270px;
	z-index: 5;
}
.destination-block .img.v3 {
	width: 440px;
	left: 62px;
	top: 316px;
}
.destination-block .img img {
	width: 100%;
}
.destination-block .img .caption {
	position: absolute;
}
.destination-block .img .caption {
	position: absolute;
	right: 0;
	bottom: 0;
	border-top-left-radius: 10px;
	background-color: #ffffff;
	padding: 6px 12px 0;
	color: #56b04f;
	line-height: 1.2;
	font-weight: 800;
}
.destination-block .img .top-left {
	bottom: auto;
	right: auto;
	top: 0;
	left: 0;
	border-radius: 0 10px 0 0;
	padding-top: 0px;
	padding-bottom: 6px;
}
.destination-block .nice-title {
	position: absolute;
	top: 35px;
	left: 315px;
	right: 15px;
	padding-right: 130px;
	padding-left: 0;
	text-align: right;
}
.benefit-block {
	position: relative;
	background: url(../images/common/wave.jpg) 50% 0 no-repeat;
	padding-top: 160px;
}
.benefit-block .content {
	width: 50%;
}
.benefit-block .content p {
	max-width: 460px;
}
.benefit-block .gallery {
	width: 50%;
	position: relative;
	z-index: 2;
}
.benefit-block .gallery a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px -15px 30px 0px rgba(208,218,237,0.5);
	border-radius: 10px;
	background-color: #fff;
	padding: 30px 20px;
}
.benefit-block .gallery img {
	max-width: 100%;
	width: 100%
}
.benefit-block .nice-title {
	margin-bottom: 55px;
	padding-left: 44px;
	padding-right: 0;
	text-align: left;
}
.benefit-block .bt-yellow {
	margin-top: 40px;
	max-width: 230px;
}
.benefit-block .image-for-mobile {
	display: none;
}
.step-block {
	padding-top: 200px;
}
.step-item {
	position: relative;
	margin-top: 100px;
	max-width: 33.333%;
	padding: 0 20px;
}
.step-item .head {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}
.step-item .head .number {
	margin-right: 23px;
	font-weight: 800;
	opacity: 0.6;
	color: #3ba364;
	font-size: 120px;
	line-height: 1;
}
.step-item .head .title {
	font-size: 20px;
	font-weight: 800;
}
.step-item p {
	max-width: 310px;
	margin: 20px auto 0;
	text-align: center;
	position: relative;
}
.step-item:nth-child(1) .head .number {
	opacity: .3;
}
.step-item:nth-child(3) .head .number {
	opacity: .9;
}
.step-item:nth-child(1) .arrow-1 {
	background: url(../images/common/arrow3.svg);
	width: 120px;
	height: 23px;
	background-size: 100% 100%;
	position: absolute;
	left: -120px;
	top: 10px;
}
.step-item:nth-child(1) .arrow-2 {
	background: url(../images/common/arrow4.svg);
	width: 120px;
	height: 27px;
	background-size: 100% 100%;
	position: absolute;
	left: 90%;
	bottom: -40px;
}
.step-item:nth-child(2) .arrow-1 {
	background: url(../images/common/arrow5.svg);
	width: 120px;
	height: 27px;
	background-size: 100% 100%;
	position: absolute;
	top: -30px;
	left: 90%;
}
.step-item:nth-child(3) .arrow-1 {
	background: url(../images/common/arrow6.svg);
	width: 120px;
	height: 24px;
	background-size: 100% 100%;
	position: absolute;
	top: 70px;
	right: -112px;
}
.people-block {
	padding: 170px 0 100px;
	position: relative;
	z-index: 2;
}
.people-block:after {
	content: '';
	display: block;
	background: url(../images/common/wave.jpg) no-repeat;
	width: 1920px;
	height: 347px;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	transform: rotate(180deg);
	bottom: 0;
	z-index: -1;
}
.people-block .line {
	margin-top: 60px;
	position: relative;
	height: 1px;
	background: rgba(37,115,30,0.4)
}
.people-block .line:before {
	content: '';
	display: block;
	background: url(../images/common/shadow.svg) no-repeat;
	width: 375px;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
}
.people-block .line:after {
	content: '';
	display: block;
	background: url(../images/common/shadow.svg) no-repeat;
	width: 375px;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	transform: rotate(180deg);
}
.board-wrapper {
	position: relative;
	max-width: 760px;
	margin: 60px auto 0;
}
.board-wrapper:after {
	content: '';
	display: block;
	width: 260px;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 47px;
	background-color: #88c284;
}
.board-wrapper:before {
	content: '';
	display: block;
	background: url(../images/common/shadow.svg) repeat-y;
	width: 260px;
	position: absolute;
	right: 0;
	bottom: 47px;
	height: 3px;
	transform: rotate(180deg);
	z-index: 2;
}
.board-wrapper .img {
	max-width: 460px;
	box-shadow: 0px -5px 30px 0px rgba(199,219,201,0.7);
	border-radius: 10px;
	overflow: hidden;
}
.board-wrapper .img img {
	max-width: 100%;
}
.board-wrapper .caption {
	border-radius: 10px;
	background-color: #88c284;
	box-shadow: 0px -5px 30px 0px rgba(199,219,201,0.7);
	position: absolute;
	top: 35px;
	right: 0;
	width: 340px;
	padding: 20px;
	color: #ffffff;
	font-size: 28px;
	line-height: 1.35;
	font-weight: 800;
}
.donation-main .checkbox-custom:before {
	content: '';
	display: block;
	transition: .3s;
	opacity: 0;
	box-sizing: border-box;
	width: 5px; height: 10px;
	border-bottom: solid 2px #000;
	border-right: solid 2px #000;
	transform: rotate(45deg);
}
.donation-main .form-block {
	margin-top: 20px;
	padding: 40px 0 220px;
	position: relative;
	z-index: 2;
}
.donation-main .form-block:after {
	content: '';
	display: block;
	background: url(../images/common/wave.jpg) no-repeat;
	width: 1920px;
	height: 347px;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	transform: rotate(180deg);
	bottom: 0;
	z-index: -1;
}
.donation-main .item-list .title {
	margin-top: 30px;
	font-size: 24px;
	line-height: 1.35;
	font-weight: 800;
	color: #473d33;
}
.donation-main .item-list .bt-yellow {
	max-width: 150px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin: auto auto 0;
	text-transform: uppercase;
	box-shadow: 0px 3px 0px 0px rgba(37,115,30,0.7);
}
.faq-block {
	padding: 40px 0 150px;
}
.faq-list {
	padding-top: 66px;
	margin: 0 auto;
	max-width: 760px;
}
.faq-item {
	margin-top: 10px;
	background-color: #f5f5f5;
}
.faq-item .head {
	position: relative;
	padding: 25px 30px;
	cursor: pointer;
	font-size: 22px;
	font-weight: 800;
}
.faq-item .head:after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/common/plus.svg) 50% 50% no-repeat;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -20px;
	border-radius: 50%;
	transition: all ease-out .4s;
}
.faq-item .text {
	padding: 0px 30px;
	font-size: 16px;
	line-height: 1.55;
	max-height: 0px;
	overflow: hidden;
	transition: all .4s ease-out;
}
.faq-item .text .p30 {
	padding-bottom: 30px;
}
.faq-item .text a {
	font-weight: 800;
	color: rgb(248, 98, 98);
	border-bottom: 2px solid;
}
.faq-item.open .head:after {
	transform: rotate(45deg);
	transition: all ease-out .4s;
}
.faq-item.open .text {
	max-height: 200px;
	transition: all .7s ease-out;
}

@media (max-width: 1200px) {
	.start-block .title::after {
		display: none;
	}
}
@media (max-width: 1023px) {
	.start-block {
		padding: 120px 0;
	}
	.start-block .content {
		padding-top: 0;
	}
	.start-block .title {
		font-size: 30px;
	}
	.start-block .title H1 {
		font-size: 50px;
		margin: 0;
	}
	.start-block p {
		font-size: 18px;
	}
	.start-block .buttons {
		display: block;
		text-align: center;
	}
	.start-block .bt-yellow {
		display: block;
		margin: 0 auto 15px;
	}
	.start-block .img {
		padding-bottom: 80px;
	}
	.start-block .caption {
		right: 0;
	}
	.destination-block .nice-title {
		padding-left: 40px;
		padding-right: 40px;
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		text-align: center;
	}
	.destination-block .content {
		width: 100%;
		padding: 0 0 0;
	}

	.benefit-block {
		padding-top: 180px;
	}
	.benefit-block .nice-title {
		margin-bottom: 0;
		padding-left: 40px;
		padding-right: 40px;
		text-align: center;
		position: absolute;
		left: 15px;
		right: 15px;
		top: 80px;
	}
	.step-item {
		width: 100%;
		max-width: 100%;
		margin-top: 35px;
	}
	.step-item p {
		font-size: 16px;
	}
	.step-item .arrow-1,
	.step-item .arrow-2 {
		display: none;
	}
	.step-item:nth-child(1) p::after {
		content: '';
		display: block;
		background: url(../images/common/arrow5.svg);
		width: 70px;
		height: 15px;
		background-size: 100% 100%;
		position: absolute;
		transform: rotate(90deg);
		top: 70px;
		left: 90%;
	}
	.step-item:nth-child(2) p:after {
		content: '';
		display: block;
		background: url(../images/common/arrow4.svg);
		width: 70px;
		height: 15px;
		background-size: 100% 100%;
		position: absolute;
		right: 90%;
		bottom: 0px;
		transform: rotate(90deg);
	}
	.nice-title {
		padding: 5px 55px 3px;
		font-size: 38px;
	}
	.destination-block .wrapper {
		padding: 0 15px;
	}
	.destination-block .img,
	.destination-block .img.v2,
	.destination-block .img.v3 {
		position: relative;
		width: 100%;
		padding: 133.333% 0 0;
		left: auto;
		top: auto;
		bottom: auto;
		margin: 15px 0 0;
		border: 0;
		border-radius: 10px;
		overflow: hidden;
		padding: 0;
	}
	.destination-block .img img {
		width: 100%;
		height: 260px;
		object-fit: cover;
	}
	.destination-block .img .caption {
		right: auto;
		left: 0;
		bottom: 0;
		border-radius: 10px;
		padding: 6px 12px;
		margin: 5px;
	}
	.destination-block .img .top-left {
		top: auto;
	}
}
@media (max-width: 800px) {
	.item-list {
		justify-content: center;
	}
	.item-list .item {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.start-block {
		padding-bottom: 80px;
		min-height: 0;
	}
	.start-block .content {
		width: 100%;
		position: static;
	}
	.start-block .img {
		margin-top: -50px;
		width: 100%;
	}
	.destination-block {
		padding: 75px 0 0;
	}
	.start-block .buttons {
		position: absolute;
		left: 0;
		bottom: 110px;
		width: 100%;
		padding: 0 15px;
	}
	.start-block .bt-link {
		display: none;
	}
	.donation-main .form-block {
		padding: 40px 0 0;
	}
	.step-block .nice-title {
		text-transform: capitalize;
	}
}
@media (max-width: 660px) {
	body.donation-body {
		font-size: 18px;
	}
	.nice-title {
		padding-left: 0;
		padding-right: 0;
		font-size: 25px;
		width: 100%;
	}
	.nice-title span::after {
		display: none;
	}
	.benefit-block {
		background: 0;
		padding-top: 130px;
	}
	.benefit-block .content {
		width: 100%;
		margin-top: 0;
		order: 2;
	}
	.benefit-block .gallery {
		width: 100%;
		margin-top: 0;
		display: none;
	}
	.benefit-block .bt-yellow {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.benefit-block .gallery > a {
		display: none;
	}
	.benefit-block .gallery .hidden {
		display: block !important;
	}
	.benefit-block .image-for-mobile {
		display: block;
		max-width: 100%;
	}
	.step-block {
		padding-top: 90px;
	}
	.step-item + .step-item {
		margin-top: 15px;
	}
	.step-item .head .number {
		margin-right: 14px;
		font-size: 90px;
	}
	.step-item .head .title {
		max-width: 140px;
	}
	.step-item:nth-child(2) p::after {
		right: 85%;
		bottom: -49px;
	}
	.people-block {
		padding: 90px 0 60px;
	}
	.people-block .nice-title {
		padding-left: 70px;
		padding-right: 70px;
	}
	.donation-main .item-list .item {
		text-align: left;
	}
	.donation-main .item-list p {
		margin: 10px 0 15px;
		line-height: 1.6;
	}
	.donation-main .item-list .bt-yellow {
		max-width: 100%;
		width: 100%;
	}
	.board-wrapper {
		max-width: 460px;
		border-radius: 10px;
		box-shadow: 0px -5px 30px 0px rgba(199,219,201,0.7);
	}
	.board-wrapper:before,
	.board-wrapper:after {
		display: none;
	}
	.board-wrapper .img {
		max-width: 460px;
		box-shadow: none;
		border-radius: 10px;
	}
	.board-wrapper .caption {
		width: 240px;
		font-size: 18px;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
		padding: 12px;
		top: auto;
		bottom: -46px;
	}
	.faq-item {
		border-radius: 10px;
	}
	.faq-item .head {
		padding-left: 20px;
		padding-right: 50px;
		font-size: 18px;
	}
	.faq-item .head::after {
		width: 30px;
		height: 30px;
		right: 10px;
		margin-top: -15px;
		background-size: 60% auto;
	}
	.faq-item .text {
		padding-left: 20px;
	}
	.faq-block {
		padding-bottom: 70px;
	}
	.start-block  {
		padding: 80px 0 0;
	}
	.start-block .title {
		font-size: 20px;
	}
	.start-block .title H1 {
		font-size: 30px;
		margin: 0;
	}
	.start-block .caption {
		background-color: rgba(87,147,199,0.9);
		box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.6);
		padding: 9px 12px;
		width: 200px;
		bottom: 130px;
		font-size: 13px;
		color: #fff;
	}
	.start-block .caption .total {
		width: 75px;
		height: 75px;
		padding-top: 6px;
		left: auto;
		right: 0;
		top: -130px;
		transform: translateY(0%);
		font-size: 22px;
		line-height: 1.1;
		font-size: 17px;
	}
	.start-block .caption .total strong {
		display: block;
		font-weight: 800;
		font-size: 36px;
	}
	.start-block .buttons {
		bottom: 20px;
	}
	.destination-block .img .caption {
		margin: 5px;
		border-radius: 10px;
		padding: 5px 12px;
		font-size: 14px;
	}
	.donation-main .form {
		padding: 33px 0 46px;
	}
	.item-list {
		margin: 20px -20px 0;
	}
	.item-list .item {
		width: 100%;
	}
	.bt-yellow {
		height: 50px;
		line-height: 50px;
	}
}
@media (max-width: 350px) {
	.start-block p {
		margin-top: 10px;
		font-size: 16px;
	}
	.start-block .caption .total {
		top: -100px;
	}
	.people-block .nice-title {
		padding-left: 20px;
		padding-right: 20px;
	}
	.donation-main .form .title {
		margin: 0 -15px;
	}
}

/*---------------------------------------------------

footer

---------------------------------------------------*/
.footer-global {
	font-family: "Montserrat", Arial, sans-serif;
	color: #202327;
	font-weight: 500;
  }
  .footer-global a {
	display: block;
	text-decoration: none;
	color: #202327;
  }
  .footer__top {
	background: #f4f5f6;
  }
  @media screen and (max-width: 970px) {
	.footer__top-item {
	  width: 50%;
	}
  }
  @media screen and (max-width: 600px) {
	.footer__top-item {
	  width: 100%;
	}
  }
  .footer__inner {
	width: 1160px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  @media screen and (max-width: 1161px) {
	.footer__inner {
	  width: 100%;
	}
  }
  .footer__inner-top {
	padding: 37px 0 75px 0;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
  }
  @media screen and (max-width: 1161px) {
	.footer__inner-top {
	  padding: 37px 30px 75px 30px;
	}
  }
  @media screen and (max-width: 970px) {
	.footer__inner-top {
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}
  }
  @media screen and (max-width: 600px) {
	.footer__inner-top {
	  -ms-flex-wrap: nowrap;
		  flex-wrap: nowrap;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  padding: 22px 0 32px 0;
	}
  }
  .footer__inner-bottom {
	padding: 14px 0;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  @media screen and (max-width: 1161px) {
	.footer__inner-bottom {
	  padding: 14px 30px;
	}
  }
  @media screen and (max-width: 970px) {
	.footer__inner-bottom {
	  -webkit-box-align: start;
		  -ms-flex-align: start;
			  align-items: flex-start;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
  }
  @media screen and (max-width: 600px) {
	.footer__inner-bottom {
	  -webkit-box-pack: start;
		  -ms-flex-pack: start;
			  justify-content: flex-start;
	  background: #f4f5f6;
	  padding: 0 30px 23px 30px;
	}
  }
  .footer__copy {
	display: none;
  }
  @media screen and (max-width: 600px) {
	.footer__copy {
	  display: block;
	  text-align: center;
	  font-size: 13px;
	  line-height: 1;
	  color: rgba(32, 35, 39, 0.4);
	  padding: 17px 0;
	  background: #ffffff;
	}
  }
  .footer-global__bottom {
	background: #ffffff;
  }
  .footer__logo {
	width: 165px;
  }
  .footer__logo img {
	width: 100%;
  }
  @media screen and (max-width: 600px) {
	.footer__logo {
	  margin: auto;
	}
  }
  .footer__soc-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding: 25px 0;
  }
  @media screen and (max-width: 600px) {
	.footer__soc-holder {
	  width: 100%;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  padding: 24px 0 35px 0;
	}
  }
  .footer__soc-item {
	width: 43px;
	height: 43px;
	border-radius: 6px;
	background: #ffffff;
	position: relative;
	margin-right: 10px;
  }
  .footer__soc-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
  }
  @media screen and (max-width: 600px) {
	.footer__soc-item {
	  margin-right: 14px;
	  width: 51px;
	  height: 51px;
	}
	.footer__soc-item:last-child {
	  margin-right: 0;
	}
  }
  .footer__fb {
	width: 21px;
  }
  @media screen and (max-width: 600px) {
	.footer__fb {
	  width: 26px;
	}
  }
  .footer__yt {
	width: 24px;
  }
  @media screen and (max-width: 600px) {
	.footer__yt {
	  width: 29px;
	}
  }
  .footer__tw {
	width: 21px;
  }
  @media screen and (max-width: 600px) {
	.footer__tw {
	  width: 26px;
	}
  }
  .footer__in {
	width: 19px;
  }
  @media screen and (max-width: 600px) {
	.footer__in {
	  width: 23px;
	}
  }
  .footer__pin {
	width: 21px;
  }
  @media screen and (max-width: 600px) {
	.footer__pin {
	  width: 25px;
	}
  }
  .footer__top-copy {
	font-size: 13px;
	line-height: 1;
	color: rgba(32, 35, 39, 0.4);
  }
  @media screen and (max-width: 600px) {
	.footer__top-copy {
	  display: none;
	}
  }
  .footer__top-c {
	padding-top: 15px;
  }
  @media screen and (max-width: 600px) {
	.footer__top-c {
	  padding: 50px 30px 34px 30px;
	}
  }
  .footer__contacts {
	display: none;
  }
  @media screen and (max-width: 600px) {
	.footer__contacts {
	  display: block;
	  font-weight: 600;
	  font-size: 13px;
	  line-height: 1;
	  color: rgba(32, 35, 39, 0.4);
	  letter-spacing: 0.13px;
	  text-transform: uppercase;
	  padding-bottom: 25px;
	}
  }
  .footer__phone {
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
	margin-bottom: 25px;
  }
  .footer__c-text {
	font-size: 15px;
	line-height: 1;
	margin-bottom: 25px;
  }
  .footer__support {
	color: #8AB72B !important;
	text-decoration: underline !important;
	font-size: 15px;
	line-height: 1;
  }
  @media screen and (max-width: 970px) {
	.footer__top-r {
	  padding-top: 30px;
	  width: 100%;
	}
  }
  @media screen and (max-width: 600px) {
	.footer__top-r {
	  padding: 0;
	}
  }
  .footer__about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .footer__about img {
	width: 77px;
	margin-right: 15px;
  }
  @media screen and (max-width: 600px) {
	.footer__about {
	  padding: 22px 30px;
	  background: rgba(217, 217, 217, 0.3);
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  -webkit-box-align: start;
		  -ms-flex-align: start;
			  align-items: flex-start;
	}
	.footer__about img {
	  width: 67px;
	  margin: 0 0 10px 0;
	}
  }
  .footer__about-title {
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 10px;
  }
  @media screen and (max-width: 600px) {
	.footer__about-title {
	  font-size: 13px;
	  line-height: 19px;
	}
  }
  .footer__about-desc {
	color: rgba(32, 35, 39, 0.4);
	font-size: 13px;
	line-height: 19px;
  }
  .footer__about-desc div {
	padding-top: 10px;
  }
  .footer__buttons--d {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  @media screen and (max-width: 600px) {
	.footer__buttons--d {
	  display: none;
	}
  }
  .footer__buttons--m {
	display: none;
  }
  @media screen and (max-width: 600px) {
	.footer__buttons--m {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	}
  }
  .footer__buttons {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding-top: 40px;
  }
  @media screen and (max-width: 600px) {
	.footer__buttons {
	  padding: 0;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	}
  }
  .footer__become {
	font-weight: 600;
	font-size: 13px;
	line-height: 24px;
	color: #ffffff !important;
	padding: 6px 17px;
	border-radius: 8px;
	background: #fe8a20;
	margin-right: 15px;
  }
  @media screen and (max-width: 600px) {
	.footer__become {
	  margin-right: 10px;
	  padding: 10px 17px;
	}
  }
  .footer__update {
	font-weight: 600;
	font-size: 13px;
	line-height: 24px;
	padding: 5px 15px 4px 15px;
	border-radius: 8px;
	border: 2px solid #202327;
  }
  @media screen and (max-width: 600px) {
	.footer__update {
	  padding: 8px 15px;
	}
  }
  .footer__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 1;
	text-decoration: underline !important;
  }
  .footer__links a {
	margin-right: 25px;
  }
  .footer__links a:last-child {
	margin-right: 0;
  }
  @media screen and (max-width: 600px) {
	.footer__links {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  -webkit-box-align: start;
		  -ms-flex-align: start;
			  align-items: flex-start;
	  font-size: 15px;
	}
	.footer__links a {
	  margin: 0 0 30px 0;
	}
	.footer__links a:last-child {
	  margin: 0;
	}
  }
  .footer__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .footer__icons img {
	margin-right: 20px;
  }
  .footer__icons img:last-child {
	margin-right: 0;
  }
  @media screen and (max-width: 970px) {
	.footer__icons {
	  padding-top: 20px;
	}
  }
  @media screen and (max-width: 600px) {
	.footer__icons {
	  padding-top: 55px;
	}
	.footer__icons img {
	  margin-right: 10px;
	}
	.footer__icons img:last-child {
	  margin-right: 0;
	}
  }
.lh-landing-to-top {
	position: fixed;
	z-index: 1000;
	bottom: 30px;
	left: 30px;
	width: 50px;
	height: auto;
	cursor: pointer;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden; }

.lh-landing-to-top--visible {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 1;
	visibility: visible; }

.no-scroll {
	overflow: hidden; }

.lh-landing-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 18px 30px;
	background: #ffffff; }
@media screen and (max-width: 950px) {
	.lh-landing-header {
		padding: 5px 15px; } }
@media screen and (max-width: 500px) {
	.lh-landing-header {
		padding: 10px; } }
.lh-landing-header__logo img {
	width: 130px;
	height: auto; }
@media screen and (max-width: 950px) {
	.lh-landing-header__logo img {
		width: 120px; } }
@media screen and (max-width: 500px) {
	.lh-landing-header__logo img {
		width: 84px; } }
.lh-landing-header__btn {
	-webkit-box-shadow: 0px 3px 0px 0px #2999f5;
	box-shadow: 0px 3px 0px 0px #2999f5;
	color: #2999f5;
	font-size: 16px;
	font-family: 'Montserrat',Arial,sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #2999f5;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #fcf9f9;
	cursor: pointer;
	padding: 13px 26px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease; }
.lh-landing-header__btn:hover {
	border-color: #1173c2;
	color: #1173c2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease; }
@media screen and (max-width: 950px) {
	.lh-landing-header__btn {
		color: #f9fbfc;
		font-size: 16px;
		background-color: #2999f5;
		-webkit-box-shadow: 0px 0px 0px 0px #2999f5;
		box-shadow: 0px 0px 0px 0px #2999f5;
		padding: 7px 19px; } }
@media screen and (max-width: 500px) {
	.lh-landing-header__btn {
		font-size: 12px;
		padding: 6px 14px; } }

.lh-landing-subheader {
	position: relative;
	padding-top: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden; }
@media screen and (max-width: 960px) {
	.lh-landing-subheader {
		padding-bottom: 20px; } }
.lh-landing-subheader__bg {
	position: absolute;
	z-index: 0;
	top: -88px;
	left: 0;
	opacity: .5;
	width: 100%; }
.lh-landing-subheader__text-block {
	position: relative;
	z-index: 1;
	padding-right: 20px; }
@media screen and (max-width: 960px) {
	.lh-landing-subheader__text-block {
		padding-right: 0; } }
@media screen and (max-width: 479px) {
	.lh-landing-subheader__text-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0; } }
.lh-landing-subheader__flag {
	width: 80px;
	height: auto;
	margin: auto;
	padding-bottom: 48px; }
@media screen and (max-width: 1200px) {
	.lh-landing-subheader__flag {
		width: 70px;
		padding-bottom: 28px; } }
@media screen and (max-width: 639px) {
	.lh-landing-subheader__flag {
		width: 60px;
		padding-bottom: 15px; } }
@media screen and (max-width: 479px) {
	.lh-landing-subheader__flag {
		display: none; } }
.lh-landing-subheader__mob-flag {
	display: none; }
@media screen and (max-width: 479px) {
	.lh-landing-subheader__mob-flag {
		display: block;
		position: absolute;
		top: 16%;
		right: 19%;
		width: 80px;
		height: auto; } }
@media screen and (max-width: 376px) {
	.lh-landing-subheader__mob-flag {
		top: 11%;
		right: 9%; } }
.lh-landing-subheader__title {
	color: #000000;
	font-size: 56px;
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px; }
@media screen and (max-width: 1200px) {
	.lh-landing-subheader__title {
		font-size: 40px;
		line-height: 1.25;
		padding-bottom: 10px; } }
@media screen and (max-width: 960px) {
	.lh-landing-subheader__title {
		font-size: 50px;
		line-height: 1.15;
		padding-bottom: 0;
		position: relative;
		z-index: 1;} }
@media screen and (max-width: 639px) {
	.lh-landing-subheader__title {
		font-size: 32px;
		line-height: 1.2; } }
@media screen and (max-width: 479px) {
	.lh-landing-subheader__title {
		font-size: 30px;
		line-height: 1.25;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		text-align: left;
		padding-bottom: 15px;
		width: 310px;
		position: relative;
		z-index: 1; } }
.lh-landing-subheader__desc {
	color: #000000;
	font-size: 31px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 30px; }
@media screen and (max-width: 1200px) {
	.lh-landing-subheader__desc {
		font-size: 24px;
		line-height: 1.25; } }
@media screen and (max-width: 960px) {
	.lh-landing-subheader__desc {
		font-size: 34px; } }
@media screen and (max-width: 639px) {
	.lh-landing-subheader__desc {
		font-size: 22px;
		line-height: 1.2; } }
@media screen and (max-width: 479px) {
	.lh-landing-subheader__desc {
		font-size: 16px;
		line-height: 1.45;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		text-align: left;
		width: 310px;
		position: relative;
		z-index: 1; } }
.lh-landing-subheader__btn {
	color: #f9fbfc;
	font-size: 18px;
	font-family: 'Montserrat',Arial,sans-serif;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
	border: 3px solid #0b7cd9;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #2999f5;
	-webkit-box-shadow: 0px 3px 0px 0px #0b7cd9;
	box-shadow: 0px 3px 0px 0px #0b7cd9;
	cursor: pointer;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	padding: 23px 35px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease; }
.lh-landing-subheader__btn:hover {
	background: #0984e3;
	-webkit-transition: all .3s ease;
	transition: all .3s ease; }
@media screen and (max-width: 1200px) {
	.lh-landing-subheader__btn {
		padding: 23px 30px; } }
@media screen and (max-width: 960px) {
	.lh-landing-subheader__btn {
		padding: 18px 35px; } }
@media screen and (max-width: 639px) {
	.lh-landing-subheader__btn {
		font-size: 13px;
		padding: 15px 31px; } }
@media screen and (max-width: 479px) {
	.lh-landing-subheader__btn {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
		position: relative;
		z-index: 1;
		margin-top: -30px;
		font-size: 16px;
		border-width: 2px;
		padding: 20px; } }
@media screen and (max-width: 376px) {
	.lh-landing-subheader__btn {
		margin-top: -30px; } }
.lh-landing-subheader__prod {
	position: relative;
	z-index: 1; }
@media screen and (max-width: 960px) {
	.lh-landing-subheader__prod {
		display: none; } }
.lh-landing-subheader__box {
	width: 650px;
	height: auto; }
@media screen and (max-width: 1200px) {
	.lh-landing-subheader__box {
		width: 479px; } }
.lh-landing-subheader__decor {
	position: absolute;
	right: 36px;
	bottom: 89px;
	width: 120px;
	height: auto; }
@media screen and (max-width: 1200px) {
	.lh-landing-subheader__decor {
		width: 71px;
		right: 19px;
		bottom: 113px; } }
.lh-landing-subheader__mob {
	display: none;
	position: relative;
	margin-top: -20px; }
@media screen and (max-width: 960px) {
	.lh-landing-subheader__mob {
		display: block; } }
@media screen and (max-width: 639px) {
	.lh-landing-subheader__mob {
		margin-top: 0; } }
@media screen and (max-width: 479px) {
	.lh-landing-subheader__mob {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		position: relative;
		z-index: 0;
		margin-top: -20px; } }
@media screen and (max-width: 376px) {
	.lh-landing-subheader__mob {
		margin-top: -5px; } }
.lh-landing-subheader__mob-box {
	width: 349px;
	height: auto;
	margin: auto; }
@media screen and (max-width: 639px) {
	.lh-landing-subheader__mob-box {
		width: 300px; } }
@media screen and (max-width: 479px) {
	.lh-landing-subheader__mob-box {
		display: none; } }
.lh-landing-subheader__mob-box2 {
	display: none;
	margin: auto; }
@media screen and (max-width: 479px) {
	.lh-landing-subheader__mob-box2 {
		display: block;
		width: 120%;
		margin-left: -10%;
		height: auto;} }
.lh-landing-subheader__mob-decor {
	position: absolute;
	bottom: 78px;
	right: 78px;
	width: 71px;
	height: auto; }
@media screen and (max-width: 639px) {
	.lh-landing-subheader__mob-decor {
		bottom: 65px;
		right: 10px; } }
@media screen and (max-width: 479px) {
	.lh-landing-subheader__mob-decor {
		width: 60px;
		bottom: 44%;
		right: 27%; } }
@media screen and (max-width: 376px) {
	.lh-landing-subheader__mob-decor {
		right: 23%; } }

.lh-landing-premium {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1160px;
	padding: 100px 0 80px 0;
	margin: auto; }
@media screen and (max-width: 1199px) {
	.lh-landing-premium {
		max-width: 980px; } }
@media screen and (max-width: 981px) {
	.lh-landing-premium {
		max-width: 500px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 50px 0 80px 0; } }
@media screen and (max-width: 501px) {
	.lh-landing-premium {
		padding: 0 0 80px 0; } }
.lh-landing-premium__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 302px; }
@media screen and (max-width: 1199px) {
	.lh-landing-premium__item {
		width: 275px; } }
@media screen and (max-width: 981px) {
	.lh-landing-premium__item {
		width: 232px;
		margin-bottom: 20px; }
	.lh-landing-premium__item:first-child {
		margin-right: 35px; } }
@media screen and (max-width: 501px) {
	.lh-landing-premium__item {
		display: none; } }
.lh-landing-premium__item img {
	width: 36px;
	height: auto; }
@media screen and (max-width: 1199px) {
	.lh-landing-premium__item img {
		width: 28px; } }
@media screen and (max-width: 981px) {
	.lh-landing-premium__item img {
		width: 24px; } }
.lh-landing-premium__item-text {
	color: #000000;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 500;
	text-align: center; }
@media screen and (max-width: 1199px) {
	.lh-landing-premium__item-text {
		font-size: 18px; } }
.lh-landing-premium__mob {
	display: none; }
@media screen and (max-width: 501px) {
	.lh-landing-premium__mob {
		display: block;
		color: #000000;
		font-size: 14px;
		line-height: 1.3;
		text-align: center; } }

.lh-landing-more {
	position: relative;
	padding: 80px 0 120px 0; }
@media screen and (max-width: 981px) {
	.lh-landing-more {
		padding: 0 0 60px 0; } }
.lh-landing-more__decor {
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: -75px;
	width: 452px;
	-webkit-transform: rotate(73deg);
	-ms-transform: rotate(73deg);
	transform: rotate(73deg); }
@media screen and (max-width: 1250px) {
	.lh-landing-more__decor {
		bottom: 50px;
		width: 400px; } }
@media screen and (max-width: 981px) {
	.lh-landing-more__decor {
		display: none; } }
.lh-landing-more__inner {
	max-width: 1160px;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 1; }
@media screen and (max-width: 1199px) {
	.lh-landing-more__inner {
		max-width: 980px; } }
@media screen and (max-width: 981px) {
	.lh-landing-more__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		max-width: 600px; } }
@media screen and (max-width: 639px) {
	.lh-landing-more__inner {
		max-width: 100%;
		padding: 0 24px; } }
.lh-landing-more__title {
	color: #000000;
	font-size: 56px;
	line-height: 1.35;
	font-weight: 700;
	text-transform: uppercase; }
@media screen and (max-width: 1199px) {
	.lh-landing-more__title {
		font-size: 50px; } }
@media screen and (max-width: 981px) {
	.lh-landing-more__title {
		font-size: 36px;
		padding-bottom: 30px; } }
.lh-landing-more__text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #000000;
	font-size: 20px;
	line-height: 1.55;
	font-weight: 400; }
.lh-landing-more__text b {
	font-weight: 500; }
@media screen and (max-width: 1199px) {
	.lh-landing-more__text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column; } }
@media screen and (max-width: 981px) {
	.lh-landing-more__text {
		font-size: 18px; } }
.lh-landing-more__column {
	width: 260px; }
.lh-landing-more__column p {
	margin-bottom: 25px;
}
.lh-landing-more__column p:last-of-type {
	margin-bottom: 0;
}
.lh-landing-more__column:first-child {
	padding-right: 35px;
	width: 365px; }
@media screen and (max-width: 1199px) {
	.lh-landing-more__column {
		width: 540px;
		padding: 0; }
	.lh-landing-more__column:first-child {
		width: 540px;
		padding-bottom: 25px; } }
@media screen and (max-width: 981px) {
	.lh-landing-more__column {
		width: 100%; }
	.lh-landing-more__column:first-child {
		width: 100%; } }
.lh-landing-more__btn-holder {
	padding-top: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; }
@media screen and (max-width: 1199px) {
	.lh-landing-more__btn-holder {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start; } }
@media screen and (max-width: 560px) {
	.lh-landing-more__btn-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column; } }
.lh-landing-more__btn {
	color: #f9fbfc;
	font-size: 18px;
	font-family: 'Montserrat',Arial,sans-serif;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
	border: 3px solid #0b7cd9;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #2999f5;
	-webkit-box-shadow: 0px 3px 0px 0px #0b7cd9;
	box-shadow: 0px 3px 0px 0px #0b7cd9;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	padding: 23px 48px;
	text-align: center; }
.lh-landing-more__btn:hover {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #0984e3; }
@media screen and (max-width: 560px) {
	.lh-landing-more__btn {
		width: 100%;
		padding: 20px 0; } }
@media screen and (max-width: 360px) {
	.lh-landing-more__btn {
		font-size: 16px;
		border-width: 2px; } }
.lh-landing-more__btn-text {
	color: #eb5757;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	text-align: center;
	width: 230px;
	padding-top: 25px; }
@media screen and (max-width: 1199px) {
	.lh-landing-more__btn-text {
		text-align: left;
		padding: 0 0 0 25px; } }
@media screen and (max-width: 560px) {
	.lh-landing-more__btn-text {
		width: 100%;
		padding: 20px 0 0 0;
		font-size: 16px;
		line-height: 1.4;
		text-align: center; } }

.lh-landing-subscribers {
	overflow: hidden;
	position: relative;
	padding-bottom: 175px; }
@media screen and (max-width: 479px) {
	.lh-landing-subscribers {
		padding-bottom: 60px; } }
.lh-landing-subscribers__title {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	text-transform: uppercase;
	color: #eb5757;
	font-size: 32px;
	line-height: 1.35;
	font-weight: 700;
	text-align: center;
	margin: auto;
	padding-bottom: 80px; }
@media screen and (max-width: 500px) {
	.lh-landing-subscribers__title {
		font-size: 22px;
		line-height: 1.45;
		text-align: left;
		padding-bottom: 30px; } }
@media screen and (max-width: 321px) {
	.lh-landing-subscribers__title {
		font-size: 20px; } }
.lh-landing-subscribers__title-img {
	position: absolute;
	top: 4px;
	right: -70px;
	width: 60px;
	height: auto; }
@media screen and (max-width: 500px) {
	.lh-landing-subscribers__title-img {
		width: 40px;
		right: -45px; } }
.lh-landing-subscribers__slider .slick-list {
	overflow: visible; }
.lh-landing-subscribers__slider .slick-active {
	opacity: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease; }
.lh-landing-subscribers__slider .slick-dots {
	position: static;
	font-size: 0;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 25px; }
.lh-landing-subscribers__slider .slick-dots button {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	border: none;
	outline: none;
	background: #eee;
	margin: 0 5px;
	padding: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease; }
.lh-landing-subscribers__slider .slick-dots button::before {
	display: none;
}
.lh-landing-subscribers__slider .slick-dots button:hover {
	background: #222222;
	-webkit-transition: all .3s ease;
	transition: all .3s ease; }
@media screen and (max-width: 479px) {
	.lh-landing-subscribers__slider .slick-dots button:hover {
		background: #2999f5; } }
.lh-landing-subscribers__slider .slick-dots .slick-active button {
	background: #222222;
	-webkit-transition: all .3s ease;
	transition: all .3s ease; }
@media screen and (max-width: 479px) {
	.lh-landing-subscribers__slider .slick-dots .slick-active button {
		background: #2999f5; } }
.lh-landing-subscribers__slide {
	opacity: .3;
	-webkit-transition: all .3s ease;
	transition: all .3s ease; }
.lh-landing-subscribers__slide img {
	width: 550px;
	height: auto;
	margin: auto;
	object-fit: contain;}
@media screen and (max-width: 1068px) {
	.lh-landing-subscribers__slide img {
		width: 500px;
	}
}
@media screen and (max-width: 720px) {
	.lh-landing-subscribers__slide img {
		width: 90%;
		object-fit: contain;
		height: auto;} }
.lh-landing-subscribers__container {
	width: 720px;
	margin: auto; }
@media screen and (max-width: 720px) {
	.lh-landing-subscribers__container {
		width: 100%; } }
.lh-landing-subscribers__controls {
	position: absolute;
	top: 50%;
	width: 720px;
	margin: auto;
	z-index: 1; }
@media screen and (max-width: 720px) {
	.lh-landing-subscribers__controls {
		width: 100%; } }
@media screen and (max-width: 500px) {
	.lh-landing-subscribers__controls {
		top: 40%; } }
.lh-landing-subscribers__control {
	width: 29px;
	height: auto;
	cursor: pointer;
	position: absolute;
	top: 0; }
@media screen and (max-width: 720px) {
	.lh-landing-subscribers__control {
		width: 15px; } }
.lh-landing-subscribers__control-l {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	left: 0; }
@media screen and (max-width: 720px) {
	.lh-landing-subscribers__control-l {
		left: 3%; } }
.lh-landing-subscribers__control-r {
	right: 0; }
@media screen and (max-width: 720px) {
	.lh-landing-subscribers__control-r {
		right: 3%; } }

.lh-landing-featured {
	position: relative;
	padding-bottom: 200px; }
@media screen and (max-width: 959px) {
	.lh-landing-featured {
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf0f8), to(rgba(235, 240, 248, 0)));
		background-image: -webkit-linear-gradient(top, #ebf0f8, rgba(235, 240, 248, 0));
		background-image: linear-gradient(to bottom, #ebf0f8, rgba(235, 240, 248, 0));
		padding-top: 70px;
		padding-bottom: 100px;
		overflow: hidden; } }
@media screen and (max-width: 479px) {
	.lh-landing-featured {
		background: none;
		padding-top: 0; } }
.lh-landing-featured__title {
	color: #000000;
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	text-align: center; }
@media screen and (max-width: 959px) {
	.lh-landing-featured__title {
		font-size: 24px; } }
.lh-landing-featured__star-holder {
	position: relative; }
.lh-landing-featured__star {
	width: 290px;
	height: auto;
	position: absolute;
	top: -55px;
	z-index: 0;
	opacity: .4; }
@media screen and (max-width: 479px) {
	.lh-landing-featured__star {
		display: none; } }
.lh-landing-featured__star-l {
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
	left: 15%; }
@media screen and (max-width: 959px) {
	.lh-landing-featured__star-l {
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
		top: -65px;
		opacity: 1;
		width: 110px; } }
.lh-landing-featured__star-r {
	-webkit-transform: rotate(170deg);
	-ms-transform: rotate(170deg);
	transform: rotate(170deg);
	right: 15%; }
@media screen and (max-width: 959px) {
	.lh-landing-featured__star-r {
		display: none; } }
.lh-landing-featured__slider {
	padding-top: 60px; }
@media screen and (max-width: 959px) {
	.lh-landing-featured__slider {
		padding-top: 35px; } }
@media screen and (max-width: 479px) {
	.lh-landing-featured__slider {
		width: 200%; } }
.lh-landing-featured__slide img {
	width: 100%;
	object-fit: contain; }
.lh-landing-featured__btn {
	color: #f9fbfc;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
	border: 3px solid #0b7cd9;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #2999f5;
	-webkit-box-shadow: 0px 3px 0px 0px #0b7cd9;
	box-shadow: 0px 3px 0px 0px #0b7cd9;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 23px 36px;
	margin: 80px auto 0 auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer; }
.lh-landing-featured__btn:hover {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #0984e3; }
@media screen and (max-width: 959px) {
	.lh-landing-featured__btn {
		padding: 18px;
		letter-spacing: 0.5px;
		margin-top: 40px; } }
@media screen and (max-width: 639px) {
	.lh-landing-featured__btn {
		font-size: 13px;
		padding: 15px 37px; } }
@media screen and (max-width: 479px) {
	.lh-landing-featured__btn {
		font-size: 16px;
		padding: 19px 86px; } }

.lh-landing-work {
	position: relative;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 100px; }
@media screen and (max-width: 639px) {
	.lh-landing-work {
		padding-top: 0; } }
@media screen and (max-width: 479px) {
	.lh-landing-work {
		padding-bottom: 50px; } }
.lh-landing-work__title {
	color: #000000;
	font-size: 56px;
	line-height: 1.35;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 160px; }
@media screen and (max-width: 1199px) {
	.lh-landing-work__title {
		font-size: 50px;
		padding-bottom: 80px; } }
@media screen and (max-width: 959px) {
	.lh-landing-work__title {
		font-size: 36px;
		width: 620px;
		margin: auto;
		text-align: left;
		position: relative;
		z-index: 1;
		padding-bottom: 40px; }
	.lh-landing-work__title br {
		display: none; } }
@media screen and (max-width: 639px) {
	.lh-landing-work__title {
		font-size: 32px;
		width: 460px; } }
@media screen and (max-width: 479px) {
	.lh-landing-work__title {
		text-align: center;
		width: 100%;
		padding: 0 24px 30px 24px; }
	.lh-landing-work__title br {
		display: block; } }
.lh-landing-work__decor {
	width: 546px;
	position: absolute;
	top: -150px;
	left: -159px;
	z-index: 0; }
@media screen and (max-width: 1199px) {
	.lh-landing-work__decor {
		left: -110px;
		top: -95px;
		width: 378px; } }
@media screen and (max-width: 959px) {
	.lh-landing-work__decor {
		left: unset;
		right: -216px;
		top: -95px;
		-webkit-transform: rotate(352deg);
		-ms-transform: rotate(352deg);
		transform: rotate(352deg); } }
@media screen and (max-width: 639px) {
	.lh-landing-work__decor {
		display: none; } }
.lh-landing-work__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1; }
@media screen and (max-width: 959px) {
	.lh-landing-work__list {
		width: 620px;
		margin: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column; } }
@media screen and (max-width: 639px) {
	.lh-landing-work__list {
		width: 460px; } }
@media screen and (max-width: 479px) {
	.lh-landing-work__list {
		width: 100%;
		padding: 0 24px; } }
.lh-landing-work__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-bottom: 38px;
	position: relative; }
@media screen and (max-width: 959px) {
	.lh-landing-work__header {
		padding-bottom: 15px; } }
.lh-landing-work__arrow {
	position: absolute;
	width: 108px;
	height: auto;
	-webkit-transform: rotate(345deg);
	-ms-transform: rotate(345deg);
	transform: rotate(345deg);
	top: -55px;
	right: -20px; }
@media screen and (max-width: 1199px) {
	.lh-landing-work__arrow {
		top: -40px;
		right: -30px; } }
@media screen and (max-width: 959px) {
	.lh-landing-work__arrow {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		top: 157px;
		right: 37px;
		width: 103px; } }
@media screen and (max-width: 639px) {
	.lh-landing-work__arrow {
		top: 180px;
		right: 20px; } }
@media screen and (max-width: 479px) {
	.lh-landing-work__arrow {
		display: none; } }
.lh-landing-work__header-ico {
	width: 72px;
	height: auto;
	margin-right: 25px; }
@media screen and (max-width: 959px) {
	.lh-landing-work__header-ico {
		width: 60px; } }
.lh-landing-work__header-text {
	color: #000000;
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700; }
@media screen and (max-width: 1199px) {
	.lh-landing-work__header-text {
		font-size: 22px;
		line-height: 1.3; } }
@media screen and (max-width: 479px) {
	.lh-landing-work__header-text {
		font-size: 20px; } }
.lh-landing-work__item-text {
	color: #000000;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400; }
@media screen and (max-width: 959px) {
	.lh-landing-work__item-text {
		width: 83%; } }
@media screen and (max-width: 479px) {
	.lh-landing-work__item-text {
		font-size: 16px;
		line-height: 1.6;
		width: 100%; } }
.lh-landing-work__item {
	width: 350px; }
.lh-landing-work__item:nth-child(2) {
	margin: 0 52px; }
@media screen and (max-width: 1199px) {
	.lh-landing-work__item {
		width: 300px; }
	.lh-landing-work__item:nth-child(2) {
		margin: 0 20px; } }
@media screen and (max-width: 959px) {
	.lh-landing-work__item {
		width: 100%; }
	.lh-landing-work__item:nth-child(2) {
		margin: 40px 0; } }

.lh-landing-give {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #ebf0f8;
	max-width: 1160px;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 38px 35px 38px 100px; }
@media screen and (max-width: 1199px) {
	.lh-landing-give {
		max-width: 940px;
		padding-left: 60px; } }
@media screen and (max-width: 959px) {
	.lh-landing-give {
		max-width: 620px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center; } }
@media screen and (max-width: 639px) {
	.lh-landing-give {
		max-width: 460px;
		padding-left: 30px;
		padding-right: 30px; } }
@media screen and (max-width: 470px) {
	.lh-landing-give {
		max-width: 94%;
		padding-left: 15px;
		padding-right: 15px; } }
.lh-landing-give__title-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between; }
@media screen and (max-width: 959px) {
	.lh-landing-give__title-block {
		padding-bottom: 40px; } }
.lh-landing-give__title {
	color: #000000;
	font-size: 56px;
	line-height: 1.35;
	font-weight: 700;
	text-transform: uppercase; }
@media screen and (max-width: 1199px) {
	.lh-landing-give__title {
		font-size: 50px; } }
@media screen and (max-width: 959px) {
	.lh-landing-give__title {
		font-size: 36px; }
	.lh-landing-give__title br {
		display: none; } }
@media screen and (max-width: 639px) {
	.lh-landing-give__title {
		font-size: 32px; } }
.lh-landing-give__arrows {
	margin: 0 45px 0 70px; }
.lh-landing-give__arrows img {
	width: 110px;
	height: auto; }
.lh-landing-give__arrows img:nth-child(2) {
	margin: 35px 0 35px 30px; }
@media screen and (max-width: 959px) {
	.lh-landing-give__arrows img {
		width: 116px;
		display: none; }
	.lh-landing-give__arrows .give-mob {
		display: block;
		-webkit-transform: rotate(340deg);
		-ms-transform: rotate(340deg);
		transform: rotate(340deg);
		margin-left: -15px; } }
@media screen and (max-width: 639px) {
	.lh-landing-give__arrows {
		margin: 0 0 0 35px; }
	.lh-landing-give__arrows .give-mob {
		-webkit-transform: rotate(350deg);
		-ms-transform: rotate(350deg);
		transform: rotate(350deg);
		width: 104px; } }
@media screen and (max-width: 470px) {
	.lh-landing-give__arrows .give-mob {
		width: 75px; } }
.lh-landing-give__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; }
.lh-landing-give__item:nth-child(2) {
	margin: 28px 0; }
@media screen and (max-width: 1199px) {
	.lh-landing-give__item:nth-child(2) {
		margin: 20px 0; } }
.lh-landing-give__item img {
	width: 40px;
	height: auto;
	margin-right: 15px; }
@media screen and (max-width: 959px) {
	.lh-landing-give__item img {
		width: 36px; } }
@media screen and (max-width: 639px) {
	.lh-landing-give__item img {
		width: 48px; } }
@media screen and (max-width: 470px) {
	.lh-landing-give__item img {
		width: 40px; } }
.lh-landing-give__item-text {
	color: #000000;
	font-size: 24px;
	line-height: 1.45;
	font-weight: 400; }
@media screen and (max-width: 1199px) {
	.lh-landing-give__item-text {
		font-size: 20px; } }
@media screen and (max-width: 959px) {
	.lh-landing-give__item-text {
		font-size: 20px; } }
@media screen and (max-width: 639px) {
	.lh-landing-give__item-text {
		font-size: 18px; } }
@media screen and (max-width: 470px) {
	.lh-landing-give__item-text {
		font-size: 17px; }
	.lh-landing-give__item-text br {
		display: none; } }

.lh-landing-get {
	position: relative;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #ebf0f8;
	max-width: 1160px;
	margin: 30px auto 100px auto;
	padding: 63px 100px 28px 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between; }
@media screen and (max-width: 1199px) {
	.lh-landing-get {
		max-width: 940px;
		padding-right: 50px;
		margin-bottom: 20px; } }
@media screen and (max-width: 959px) {
	.lh-landing-get {
		max-width: 620px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 70px 60px 30px 60px; } }
@media screen and (max-width: 639px) {
	.lh-landing-get {
		max-width: 460px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 50px;
		padding-bottom: 0;
		overflow: hidden;
		margin-bottom: 0; } }
@media screen and (max-width: 470px) {
	.lh-landing-get {
		max-width: 94%;
		padding-left: 15px;
		padding-right: 15px; } }
.lh-landing-get__decor {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0; }
@media screen and (max-width: 639px) {
	.lh-landing-get__decor {
		width: 500%; } }
.lh-landing-get__title-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	position: relative;
	z-index: 1; }
@media screen and (max-width: 959px) {
	.lh-landing-get__title-block {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		padding-bottom: 40px; } }
.lh-landing-get__title {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	color: #000000;
	font-size: 56px;
	line-height: 1.35;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center; }
@media screen and (max-width: 1199px) {
	.lh-landing-get__title {
		font-size: 50px; } }
@media screen and (max-width: 959px) {
	.lh-landing-get__title {
		font-size: 36px;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1; }
	.lh-landing-get__title br {
		display: none; } }
@media screen and (max-width: 639px) {
	.lh-landing-get__title {
		font-size: 32px; } }
.lh-landing-get__arrow {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	padding-right: 55px; }
@media screen and (max-width: 1199px) {
	.lh-landing-get__arrow {
		display: none; } }
.lh-landing-get__arrow-mob {
	display: none;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	padding-right: 40px; }
@media screen and (max-width: 959px) {
	.lh-landing-get__arrow-mob {
		-webkit-transform: rotate(150deg);
		-ms-transform: rotate(150deg);
		transform: rotate(150deg);
		display: block; } }
@media screen and (max-width: 470px) {
	.lh-landing-get__arrow-mob {
		width: 110px;
		padding-right: 30px; } }
.lh-landing-get__list {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 690px;
	position: relative;
	z-index: 1; }
@media screen and (max-width: 959px) {
	.lh-landing-get__list {
		width: 100%; } }
.lh-landing-get__item {
	width: 33.333%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px; }
.lh-landing-get__item img {
	width: 52px;
	height: auto;
	margin-right: 15px; }
@media screen and (max-width: 959px) {
	.lh-landing-get__item {
		width: 50%; } }
@media screen and (max-width: 639px) {
	.lh-landing-get__item {
		width: 26%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.lh-landing-get__item img {
		margin: 0 auto 20px auto; } }
@media screen and (max-width: 470px) {
	.lh-landing-get__item img {
		margin-bottom: 10px; } }
.lh-landing-get__text {
	color: #000000;
	font-size: 20px;
	line-height: 1.45;
	font-weight: 500; }
@media screen and (max-width: 639px) {
	.lh-landing-get__text {
		text-align: center;
		font-size: 18px;
		line-height: 1.3; } }
@media screen and (max-width: 470px) {
	.lh-landing-get__text {
		font-size: 13px;
		line-height: 1.2; } }
.lh-landing-get__item-last img {
	display: none; }
@media screen and (max-width: 959px) {
	.lh-landing-get__item-last {
		display: none; } }
@media screen and (max-width: 639px) {
	.lh-landing-get__item-last {
		display: block; } }
@media screen and (max-width: 470px) {
	.lh-landing-get__item-last {
		position: relative; }
	.lh-landing-get__item-last img {
		display: block;
		position: absolute;
		z-index: 0;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 80px;
		height: auto; } }
.lh-landing-get__text-last {
	color: #eb5757;
	font-size: 20px;
	line-height: 1.45;
	font-weight: 700;
	letter-spacing: 2px; }
.lh-landing-get__text-last br {
	display: none; }
@media screen and (max-width: 639px) {
	.lh-landing-get__text-last {
		text-align: center; }
	.lh-landing-get__text-last br {
		display: block; } }
@media screen and (max-width: 470px) {
	.lh-landing-get__text-last {
		position: relative;
		z-index: 1;
		font-size: 12px;
		line-height: 1.25;
		letter-spacing: 0.5px; } }

.lh-landing-package {
	overflow: hidden;
	position: relative;
	padding-bottom: 145px; }
@media screen and (max-width: 479px) {
	.lh-landing-package {
		padding-bottom: 60px; } }
.lh-landing-package__slider .slick-list {
	overflow: visible; }
.lh-landing-package__slider .slick-active {
	opacity: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease; }
.lh-landing-package__slide {
	opacity: .3;
	-webkit-transition: all .3s ease;
	transition: all .3s ease; }
.lh-landing-package__slide img {
	width: 660px;
	margin: auto;
	object-fit: contain; }
@media screen and (max-width: 720px) {
	.lh-landing-package__slide img {
		width: 90%;
		height: auto; } }
.lh-landing-package__container {
	width: 720px;
	margin: auto; }
@media screen and (max-width: 720px) {
	.lh-landing-package__container {
		width: 100%; } }
.lh-landing-package__controls {
	position: absolute;
	top: 40%;
	width: 720px;
	margin: auto;
	z-index: 1; }
@media screen and (max-width: 720px) {
	.lh-landing-package__controls {
		width: 100%; } }
.lh-landing-package__control {
	width: 29px;
	height: auto;
	cursor: pointer;
	position: absolute;
	top: 0; }
@media screen and (max-width: 720px) {
	.lh-landing-package__control {
		width: 15px; } }
.lh-landing-package__control-l {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	left: 0; }
@media screen and (max-width: 720px) {
	.lh-landing-package__control-l {
		left: 3%; } }
.lh-landing-package__control-r {
	right: 0; }
@media screen and (max-width: 720px) {
	.lh-landing-package__control-r {
		right: 3%; } }

.lh-landing-form {
	padding-bottom: 130px; }
@media screen and (max-width: 1199px) {
	.lh-landing-form {
		padding-bottom: 65px; } }
@media screen and (max-width: 639px) {
	.lh-landing-form {
		padding-bottom: 40px; } }
.lh-landing-form__title {
	text-align: center;
	color: #0077ff;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
	padding-bottom: 15px; }
@media screen and (max-width: 639px) {
	.lh-landing-form__title {
		font-size: 30px;
		padding-bottom: 10px; } }
.lh-landing-form__desc {
	color: #000000;
	font-size: 22px;
	line-height: 1.55;
	font-weight: 700;
	padding-bottom: 40px;
	text-align: center; }
@media screen and (max-width: 639px) {
	.lh-landing-form__desc {
		font-size: 18px;
		padding-bottom: 30px; } }
.lh-landing-form__body {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	max-width: 500px;
	background: #ebf0f8;
	margin: auto;
	padding: 45px 35px 10px 35px; }
@media screen and (max-width: 639px) {
	.lh-landing-form__body {
		max-width: 100%;
		-webkit-border-radius: unset;
		border-radius: unset; } }
.lh-landing-form__field {
	display: block;
	width: 100%;
	color: #204052;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #2040524f;
	background: #fff;
	font-size: 16px;
	line-height: 1.33;
	padding: 0 20px;
	font-weight: 400;
	height: 50px;
	margin-bottom: 25px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer; }
.lh-landing-form__select-wrap {
	position: relative; }
.lh-landing-form__select-wrap:after {
	content: ' ';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none; }
.lh-landing-form__decor-checkbox {
	height: 20px;
	width: 20px;
	border: 2px solid #204052;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 10px;
	opacity: .6;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	cursor: pointer; }
.lh-landing-form__label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; }
.lh-landing-form__label input {
	position: absolute;
	z-index: -1;
	opacity: 0; }
.lh-landing-form__label input:checked ~ .lh-landing-form__decor-checkbox {
	opacity: 1; }
.lh-landing-form__label input:checked ~ .lh-landing-form__decor-checkbox:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 2px;
	width: 3px;
	height: 8px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); }
.lh-landing-form__text-block {
	cursor: pointer;
	color: #204052;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400; }
.lh-landing-form__text-block span {
	color: #473d33;
	text-decoration: none;
	border-bottom: 1px solid #f00;
	-webkit-box-shadow: inset 0px 0px 0px 0px #fc497f;
	box-shadow: inset 0px 0px 0px 0px #fc497f; }
@media screen and (max-width: 440px) {
	.lh-landing-form__text-block {
		font-size: 13px;
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px); } }
.lh-landing-form__submit {
	outline: none;
	color: #f9fbfc;
	font-size: 18px;
	font-family: 'Montserrat',Arial,sans-serif;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
	border: 2px solid #0b7cd9;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #2999f5;
	-webkit-box-shadow: 0px 3px 0px 0px #0b7cd9;
	box-shadow: 0px 3px 0px 0px #0b7cd9;
	width: 204px;
	height: 60px;
	display: block;
	margin: 30px auto 0 auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease; }
.lh-landing-form__submit:hover {
	background: #0b7cd9;
	-webkit-transition: all .3s ease;
	transition: all .3s ease; }
@media screen and (max-width: 639px) {
	.lh-landing-form__submit {
		width: 144px; } }

.lh-landing-producer {
	position: relative;
	padding-top: 87px;
	padding-bottom: 90px; }
@media screen and (max-width: 1199px) {
	.lh-landing-producer {
		padding-top: 60px;
		padding-bottom: 45px; } }
@media screen and (max-width: 680px) {
	.lh-landing-producer {
		padding-top: 20px;
		padding-bottom: 15px;
		overflow: hidden; } }
.lh-landing-producer__text-block {
	position: relative;
	z-index: 3;
	padding-left: 82px;
	max-width: 1160px;
	margin: auto; }
@media screen and (max-width: 1199px) {
	.lh-landing-producer__text-block {
		max-width: 940px;
		padding-left: 55px; } }
@media screen and (max-width: 959px) {
	.lh-landing-producer__text-block {
		max-width: 620px;
		padding-left: 0; } }
@media screen and (max-width: 639px) {
	.lh-landing-producer__text-block {
		max-width: 460px; } }
@media screen and (max-width: 470px) {
	.lh-landing-producer__text-block {
		max-width: 94%; } }
.lh-landing-producer__decor {
	position: absolute;
	top: 13px;
	left: 0;
	width: 48px;
	height: auto; }
@media screen and (max-width: 1199px) {
	.lh-landing-producer__decor {
		width: 40px; } }
@media screen and (max-width: 959px) {
	.lh-landing-producer__decor {
		display: none; } }
.lh-landing-producer__desc {
	color: #000000;
	font-size: 18px;
	line-height: 1.55;
	font-weight: 500;
	position: relative; }
.lh-landing-producer__desc span {
	opacity: .5;
	display: inline-block; }
.lh-landing-producer__desc span br {
	display: none; }
.lh-landing-producer__desc img {
	display: none;
	width: 34px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0; }
@media screen and (max-width: 959px) {
	.lh-landing-producer__desc {
		font-size: 16px;
		line-height: 1;
		padding-left: 50px; }
	.lh-landing-producer__desc img {
		display: block; }
	.lh-landing-producer__desc span br {
		display: block; } }
@media screen and (max-width: 680px) {
	.lh-landing-producer__desc {
		line-height: 1.1; } }
@media screen and (max-width: 479px) {
	.lh-landing-producer__desc {
		font-size: 14px;
		padding-left: 35px; }
	.lh-landing-producer__desc img {
		width: 28px; } }
.lh-landing-producer__title {
	color: #000000;
	font-size: 40px;
	line-height: 1.45;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding-bottom: 40px; }
.lh-landing-producer__title .mob {
	display: none; }
.lh-landing-producer__title span {
	text-decoration: underline;
	-webkit-text-decoration-color: #000;
	-moz-text-decoration-color: #000;
	text-decoration-color: #000; }
.lh-landing-producer__title .red {
	color: #9e1515; }
.lh-landing-producer__title .green {
	color: #117a61; }
@media screen and (max-width: 1199px) {
	.lh-landing-producer__title {
		font-size: 36px;
		padding-bottom: 20px; } }
@media screen and (max-width: 959px) {
	.lh-landing-producer__title {
		font-size: 30px;
		padding-bottom: 40px; }
	.lh-landing-producer__title br {
		display: none; }
	.lh-landing-producer__title .mob {
		display: block; } }
@media screen and (max-width: 680px) {
	.lh-landing-producer__title {
		font-size: 28px; } }
@media screen and (max-width: 479px) {
	.lh-landing-producer__title {
		font-size: 18px; } }
.lh-landing-producer__photo {
	position: absolute;
	z-index: 1;
	width: 664px;
	bottom: 0;
	right: 15%; }
@media screen and (max-width: 1199px) {
	.lh-landing-producer__photo {
		width: 502px;
		right: 6%;
		height: auto; } }
@media screen and (max-width: 680px) {
	.lh-landing-producer__photo {
		width: 419px;
		right: -17%; } }
@media screen and (max-width: 479px) {
	.lh-landing-producer__photo {
		width: 315px;
		right: -10%; } }
@media screen and (max-width: 330px) {
	.lh-landing-producer__photo {
		width: 315px;
		right: -21%; } }
.lh-landing-producer__bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2; }

.lh-landing-producers {
	overflow: hidden;
	position: relative;
	padding-bottom: 130px;
	padding-top: 115px;
	background: #ebf0f8; }
@media screen and (max-width: 959px) {
	.lh-landing-producers {
		padding-bottom: 60px;
		padding-top: 55px; } }
.lh-landing-producers__title {
	color: #000000;
	font-size: 56px;
	line-height: 1.35;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 70px; }
@media screen and (max-width: 1199px) {
	.lh-landing-producers__title {
		font-size: 50px; } }
@media screen and (max-width: 959px) {
	.lh-landing-producers__title {
		font-size: 36px; } }
@media screen and (max-width: 639px) {
	.lh-landing-producers__title {
		font-size: 32px; } }
@media screen and (max-width: 480px) {
	.lh-landing-producers__title {
		padding-bottom: 35px; } }
.lh-landing-producers__slider .slick-dots {
	font-size: 0;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: static;
	padding-top: 25px; }
.lh-landing-producers__slider .slick-dots button {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	border: none;
	outline: none;
	background: #d6d6d6;
	margin: 0 5px;
	padding: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease; }
.lh-landing-producers__slider .slick-dots button:hover {
	background: #2999f5;
	-webkit-transition: all .3s ease;
	transition: all .3s ease; }
.lh-landing-producers__slider .slick-dots .slick-active button {
	background: #2999f5; }
.lh-landing-producers__slider .slick-dots button::before {
	display: none;
}
.lh-landing-producers__slide .mob {
	display: none; }
.lh-landing-producers__slide img {
	width: 960px;
	margin: auto; }
@media screen and (max-width: 1080px) {
	.lh-landing-producers__slide img {
		width: 90%;
		height: auto;
		object-fit: contain;} }
@media screen and (max-width: 480px) {
	.lh-landing-producers__slide img {
		display: none; }
	.lh-landing-producers__slide .mob {
		display: block;
		height: auto;
		object-fit: contain; } }
.lh-landing-producers__container {
	width: 1078px;
	margin: auto; }
@media screen and (max-width: 1080px) {
	.lh-landing-producers__container {
		width: 100%; } }
.lh-landing-producers__controls {
	position: absolute;
	top: 57%;
	width: 1078px;
	margin: auto;
	z-index: 1; }
@media screen and (max-width: 1080px) {
	.lh-landing-producers__controls {
		width: 100%; } }
@media screen and (max-width: 720px) {
	.lh-landing-producers__controls {
		top: 60%; } }
@media screen and (max-width: 480px) {
	.lh-landing-producers__controls {
		top: 57%; } }
.lh-landing-producers__control {
	width: 29px;
	height: auto;
	cursor: pointer;
	position: absolute;
	top: 0; }
@media screen and (max-width: 720px) {
	.lh-landing-producers__control {
		width: 15px; } }
.lh-landing-producers__control-l {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	left: 0; }
@media screen and (max-width: 720px) {
	.lh-landing-producers__control-l {
		left: 1%; } }
@media screen and (max-width: 480px) {
	.lh-landing-producers__control-l {
		left: 3%; } }
.lh-landing-producers__control-r {
	right: 0; }
@media screen and (max-width: 720px) {
	.lh-landing-producers__control-r {
		right: 1%; } }
@media screen and (max-width: 480px) {
	.lh-landing-producers__control-r {
		right: 3%; } }

.lh-landing-community {
	max-width: 1160px;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 120px 0 240px 0; }
@media screen and (max-width: 1199px) {
	.lh-landing-community {
		max-width: 940px; } }
@media screen and (max-width: 959px) {
	.lh-landing-community {
		max-width: 620px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column; } }
@media screen and (max-width: 639px) {
	.lh-landing-community {
		max-width: 460px;
		padding: 30px 0 80px 0; } }
@media screen and (max-width: 470px) {
	.lh-landing-community {
		max-width: 94%; } }
.lh-landing-community__title {
	color: #000000;
	font-size: 56px;
	line-height: 1.35;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 60px; }
@media screen and (max-width: 1199px) {
	.lh-landing-community__title {
		font-size: 50px; } }
@media screen and (max-width: 959px) {
	.lh-landing-community__title {
		font-size: 36px; } }
@media screen and (max-width: 639px) {
	.lh-landing-community__title {
		font-size: 32px;
		padding-bottom: 30px; } }
.lh-landing-community__column {
	width: -webkit-calc(100% - 500px);
	width: calc(100% - 500px); }
@media screen and (max-width: 1199px) {
	.lh-landing-community__column {
		width: unset; } }
.lh-landing-community__column:first-child {
	width: 460px;
	padding-right: 40px; }
@media screen and (max-width: 1199px) {
	.lh-landing-community__column:first-child {
		width: unset; } }
@media screen and (max-width: 959px) {
	.lh-landing-community__column:first-child {
		padding-right: 0; } }
.lh-landing-community__img1 {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 300px;
	height: auto; }
.lh-landing-community__img2 {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: absolute;
	left: 20px;
	bottom: -140px;
	width: 410px;
	height: auto; }
@media screen and (max-width: 1199px) {
	.lh-landing-community__img2 {
		display: none; } }
.lh-landing-community__img2-mob {
	display: none;
	-webkit-border-radius: 8px;
	border-radius: 8px; }
@media screen and (max-width: 639px) {
	.lh-landing-community__img2-mob {
		display: block;
		width: 100%;
		margin: 20px 0;
		height: auto;
		object-fit: contain; } }
.lh-landing-community__img3 {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 660px;
	height: auto; }
@media screen and (max-width: 1199px) {
	.lh-landing-community__img3 {
		width: 100%;
		height: auto;
		object-fit: contain; } }
.lh-landing-community__star {
	position: absolute;
	width: 180px;
	height: auto;
	top: 0;
	right: 0;
	-webkit-transform: translate(45%, -45%);
	-ms-transform: translate(45%, -45%);
	transform: translate(45%, -45%); }
@media screen and (max-width: 959px) {
	.lh-landing-community__star {
		width: 150px;
	} }
@media screen and (max-width: 768px) {
	.lh-landing-community__star {
		max-width: 100px;
		-webkit-transform: translate(10%, -45%);
		-ms-transform: translate(10%, -45%);
		transform: translate(10%, -45%);
	} }
@media screen and (max-width: 639px) {
	.lh-landing-community__star {
		display: none; } }
.lh-landing-community__img-holder {
	position: relative; }
@media screen and (max-width: 959px) {
	.lh-landing-community__img-holder {
		display: none; } }
.lh-landing-community__img3-holder {
	position: relative;
	margin-bottom: 45px; }
@media screen and (max-width: 639px) {
	.lh-landing-community__img3-holder {
		margin-bottom: 20px; } }
.lh-landing-community__text-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; }
@media screen and (max-width: 639px) {
	.lh-landing-community__text-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column; } }
.lh-landing-community__text {
	width: 50%;
	padding-right: 30px;
	color: #000000;
	font-size: 20px;
	line-height: 1.55;
	font-weight: 400; }
@media screen and (max-width: 639px) {
	.lh-landing-community__text {
		width: 100%;
		padding: 0;
		font-size: 18px; }
	.lh-landing-community__text:first-child {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2; }
	.lh-landing-community__text:last-child {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1; } }
.lh-landing-community__btn {
	color: #f9fbfc;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
	border: 2px solid #0b7cd9;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #2999f5;
	-webkit-box-shadow: 0px 3px 0px 0px #0b7cd9;
	box-shadow: 0px 3px 0px 0px #0b7cd9;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 24px 37px;
	margin-top: 30px;
	cursor: pointer; }
.lh-landing-community__btn:hover {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #0984e3; }
@media screen and (max-width: 639px) {
	.lh-landing-community__btn {
		font-size: 13px;
		padding: 16px 34px;
		margin: 40px auto 0 auto; } }
@media screen and (max-width: 480px) {
	.lh-landing-community__btn {
		font-size: 16px;
		padding: 20px 84px; } }
@media screen and (max-width: 320px) {
	.lh-landing-community__btn {
		padding: 20px 80px; } }

.lh-landing-team {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1160px;
	margin: auto; }
@media screen and (max-width: 1199px) {
	.lh-landing-team {
		max-width: 940px; } }
@media screen and (max-width: 959px) {
	.lh-landing-team {
		max-width: 620px; } }
@media screen and (max-width: 639px) {
	.lh-landing-team {
		max-width: 460px;
		padding: 0 0 80px 0; } }
@media screen and (max-width: 470px) {
	.lh-landing-team {
		max-width: 94%; } }
.lh-landing-team__img-mob {
	display: none;
	width: 100%;
	height: auto;
	-webkit-border-radius: 8px;
	border-radius: 8px; }
@media screen and (max-width: 959px) {
	.lh-landing-team__img-mob {
		display: block;
		margin: 20px 0; } }
.lh-landing-team__title {
	color: #000000;
	font-size: 56px;
	line-height: 1.35;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 40px; }
@media screen and (max-width: 959px) {
	.lh-landing-team__title {
		font-size: 36px; } }
@media screen and (max-width: 639px) {
	.lh-landing-team__title {
		font-size: 32px;
		padding-bottom: 30px; } }
.lh-landing-team__text {
	padding-bottom: 30px;
	color: #000000;
	font-size: 20px;
	line-height: 1.55;
	font-weight: 400; }
@media screen and (max-width: 959px) {
	.lh-landing-team__text {
		font-size: 18px;
		padding: 0; } }
.lh-landing-team__text-block {
	padding-right: 130px; }
@media screen and (max-width: 1199px) {
	.lh-landing-team__text-block {
		padding-right: 10px; } }
@media screen and (max-width: 959px) {
	.lh-landing-team__text-block {
		padding-right: 0; } }
.lh-landing-team__img-holder {
	position: relative; }
@media screen and (max-width: 959px) {
	.lh-landing-team__img-holder {
		display: none; } }
.lh-landing-team__img-holder img {
	-webkit-border-radius: 8px;
	border-radius: 8px; }
.lh-landing-team__img1 {
	width: 560px;
	height: auto; }
@media screen and (max-width: 1199px) {
	.lh-landing-team__img1 {
		width: 460px; } }
.lh-landing-team__img2 {
	position: absolute;
	border: 5px solid #fff;
	width: 270px;
	height: auto;
	top: -70px;
	right: 30px; }
@media screen and (max-width: 1199px) {
	.lh-landing-team__img2 {
		width: 250px;
		border-width: 3px;
		top: -110px;
		right: 20px; } }

.lh-landing-office {
	max-width: 1160px;
	margin: auto; }
.lh-landing-office img {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 5px solid #fff; }
@media screen and (max-width: 959px) {
	.lh-landing-office img {
		border: none; } }
@media screen and (max-width: 1199px) {
	.lh-landing-office {
		max-width: 940px; } }
@media screen and (max-width: 959px) {
	.lh-landing-office {
		max-width: 620px;
		padding: 30px 0 0 0; } }
@media screen and (max-width: 639px) {
	.lh-landing-office {
		max-width: 460px; } }
@media screen and (max-width: 470px) {
	.lh-landing-office {
		max-width: 94%; } }
.lh-landing-office__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	z-index: 4; }
.lh-landing-office__img1 {
	width: 560px;
	height: auto;
	margin-right: 40px; }
@media screen and (max-width: 1199px) {
	.lh-landing-office__img1 {
		width: 420px;
		margin-right: 20px; } }
@media screen and (max-width: 959px) {
	.lh-landing-office__img1 {
		display: none; } }
.lh-landing-office__title {
	color: #000000;
	font-size: 56px;
	line-height: 1.35;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 40px; }
@media screen and (max-width: 959px) {
	.lh-landing-office__title {
		font-size: 36px;
		padding-bottom: 30px; } }
@media screen and (max-width: 639px) {
	.lh-landing-office__title {
		font-size: 32px; } }
.lh-landing-office__text {
	color: #000000;
	font-size: 20px;
	line-height: 1.55;
	font-weight: 400;
	padding-bottom: 35px; }
.lh-landing-office__text:last-child {
	padding-left: 75px; }
@media screen and (max-width: 1199px) {
	.lh-landing-office__text:last-child {
		padding-left: 0; } }
@media screen and (max-width: 959px) {
	.lh-landing-office__text {
		padding-bottom: 20px;
		font-size: 18px; } }
.lh-landing-office__bottom {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	-ms-flex-pack: end;
	justify-content: end; }
@media screen and (max-width: 1199px) {
	.lh-landing-office__bottom {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center; } }
.lh-landing-office__img2 {
	width: 460px;
	height: auto;
	margin-right: 45px;
	position: relative;
	z-index: 0; }
@media screen and (max-width: 1199px) {
	.lh-landing-office__img2 {
		width: 335px; } }
@media screen and (max-width: 959px) {
	.lh-landing-office__img2 {
		width: 100%;
		margin: 0; } }
.lh-landing-office__img2-mob {
	width: 100%;
	height: auto;
	margin-top: 20px;
	display: none; }
@media screen and (max-width: 959px) {
	.lh-landing-office__img2-mob {
		display: block; } }
.lh-landing-office__img3 {
	position: relative;
	z-index: 2;
	width: 560px;
	height: auto; }
@media screen and (max-width: 959px) {
	.lh-landing-office__img3 {
		display: none; } }
.lh-landing-office a {
	width: 200px;
	height: 200px;
	position: absolute;
	top: -110px;
	right: 42%;
	z-index: 5;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff; }
@media screen and (max-width: 1199px) {
	.lh-landing-office a {
		right: 55%; } }
@media screen and (max-width: 959px) {
	.lh-landing-office a {
		top: unset;
		bottom: 0;
		right: 50%;
		-webkit-transform: translate(50%, 50%);
		-ms-transform: translate(50%, 50%);
		transform: translate(50%, 50%);
		width: 180px;
		height: 180px; } }
@media screen and (max-width: 639px) {
	.lh-landing-office a {
		width: 150px;
		height: 150px; } }
@media screen and (max-width: 470px) {
	.lh-landing-office a {
		width: 130px;
		height: 130px; } }
.lh-landing-office__decor-img1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 130px;
	height: auto; }
@media screen and (max-width: 959px) {
	.lh-landing-office__decor-img1 {
		width: 70%; } }
.lh-landing-office__decor-img2 {
	width: 260px;
	height: auto;
	position: absolute;
	bottom: -83px;
	right: 40%;
	z-index: 1; }
@media screen and (max-width: 1199px) {
	.lh-landing-office__decor-img2 {
		right: 55%; } }
@media screen and (max-width: 959px) {
	.lh-landing-office__decor-img2 {
		display: none; } }

.lh-landing-delivery {
	max-width: 1160px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 175px auto 125px auto; }
@media screen and (max-width: 1199px) {
	.lh-landing-delivery {
		max-width: 940px; } }
@media screen and (max-width: 959px) {
	.lh-landing-delivery {
		max-width: 620px;
		margin: 150px auto 40px auto;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap; } }
@media screen and (max-width: 639px) {
	.lh-landing-delivery {
		max-width: 460px; } }
@media screen and (max-width: 480px) {
	.lh-landing-delivery {
		max-width: 94%;
		margin: 120px auto 40px auto; } }
.lh-landing-delivery__item {
	color: #000000;
	font-size: 18px;
	line-height: 1.55;
	font-weight: 500;
	width: 33.333%;
	text-align: center; }
@media screen and (max-width: 959px) {
	.lh-landing-delivery__item {
		width: 50%; } }
@media screen and (max-width: 639px) {
	.lh-landing-delivery__item {
		font-size: 16px; } }
@media screen and (max-width: 480px) {
	.lh-landing-delivery__item {
		width: 100%;
		padding: 30px 0; } }
.lh-landing-delivery__item:nth-child(2) {
	position: relative; }
.lh-landing-delivery__item:nth-child(2) .line {
	height: 100px;
	width: 1px;
	position: absolute;
	background: #eb5757;
	top: -25px;
	z-index: 1; }
@media screen and (max-width: 639px) {
	.lh-landing-delivery__item:nth-child(2) .line {
		height: 80px;
		top: -20px; } }
@media screen and (max-width: 480px) {
	.lh-landing-delivery__item:nth-child(2) .line {
		width: 100px;
		height: 1px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%); } }
.lh-landing-delivery__item:nth-child(2) .line-l {
	left: 0; }
@media screen and (max-width: 480px) {
	.lh-landing-delivery__item:nth-child(2) .line-l {
		top: 0;
		left: 50%; } }
.lh-landing-delivery__item:nth-child(2) .line-r {
	right: 0; }
@media screen and (max-width: 959px) {
	.lh-landing-delivery__item:nth-child(2) .line-r {
		display: none; } }
@media screen and (max-width: 480px) {
	.lh-landing-delivery__item:nth-child(2) .line-r {
		display: block;
		bottom: 0;
		right: unset;
		top: unset; } }
.lh-landing-delivery__item:last-child {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end; }
.lh-landing-delivery__item:last-child img {
	width: 130px;
	height: auto; }
.lh-landing-delivery__item:last-child img:first-child {
	margin-right: 20px; }
.lh-landing-footer__phones p {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
@media screen and (max-width: 1199px) {
	.lh-landing-delivery__item:last-child img {
		width: 110px; }
	.lh-landing-delivery__item:last-child img:first-child {
		margin-right: 10px; } }
@media screen and (max-width: 639px) {
	.lh-landing-delivery__item:last-child img {
		width: 100px; } }
@media screen and (max-width: 959px) {
	.lh-landing-delivery__item:last-child {
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 50px; } }
@media screen and (max-width: 639px) {
	.lh-landing-delivery__item:last-child {
		padding-top: 30px; } }

.lh-landing-footer {
	background: #ebf0f8;
	border-top: 1px solid #d0d9eb;
	padding: 50px 0; }
@media screen and (max-width: 500px) {
	.lh-landing-footer {
		padding: 30px 0; } }
.lh-landing-footer__inner {
	max-width: 1160px;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between; }
@media screen and (max-width: 1199px) {
	.lh-landing-footer__inner {
		max-width: 940px;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start; } }
@media screen and (max-width: 959px) {
	.lh-landing-footer__inner {
		max-width: 620px; } }
@media screen and (max-width: 639px) {
	.lh-landing-footer__inner {
		max-width: 460px; } }
@media screen and (max-width: 500px) {
	.lh-landing-footer__inner {
		max-width: 94%; } }
.lh-landing-footer * {
	color: #000000;
	font-size: 16px;
	line-height: 2;
	font-weight: 400; }
@media screen and (max-width: 639px) {
	.lh-landing-footer * {
		font-size: 14px;
		line-height: 1.8; } }
.lh-landing-footer a {
	text-decoration: none;
	color: #000000; }
.lh-landing-footer__logo img {
	width: 80px;
	height: auto; }
@media screen and (max-width: 639px) {
	.lh-landing-footer__inner {
		flex-wrap: wrap;
	}
	.lh-landing-footer__logo {
		margin-right: 15px;
	}
	.lh-landing-footer__logo img {
		width: 60px;
	}
	.lh-landing-footer__phones p {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		align-items: center;
		white-space: nowrap;
	}
	.lh-landing-footer__info {
		width: calc(100% - 80px);
		margin-right:0;
	}
	.lh-landing-footer__phones p span::after {
		display: inline;
		content: '/';
		margin-right: 5px;
		margin-left: 5px;
		white-space: nowrap;
	}
	.lh-landing-footer__phones p span:last-of-type::after {
		display: none;
	}
	.lh-landing-footer__phones p br {
		display: none;
	}
	.lh-landing-footer__time {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-start;
	}
	.lh-landing-footer__time div,
	.lh-landing-footer__time span {
		white-space: nowrap;
	}
	.lh-landing-footer__time div::after,
	.lh-landing-footer__time span::after {
		display: inline;
		content: '/';
		margin-right: 5px;
		margin-left: 5px;
	}
	.lh-landing-footer__end {
		width: calc(100% - 80px);
		margin-left: auto;
		margin-top: 20px;
	}
	.lh-landing-footer__btn-wrap {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	.lh-landing-footer__btn {
		max-width: 180px;
		margin-right:15px;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}
	.lh-landing-footer__time div:last-of-type::after,
	.lh-landing-footer__time span:last-of-type::after {
		display: none;
	} }
@media screen and (max-width: 500px) {
	.lh-landing-footer__logo {
		display: block;
		/*margin-bottom: 20px;*/ } }
.lh-landing-footer__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between; }
@media screen and (max-width: 1199px) {
	.lh-landing-footer__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start; } }
@media screen and (max-width: 500px) {
	.lh-landing-footer__info {
		/*padding-bottom: 20px;*/ } }
.lh-landing-footer__end {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between; }
@media screen and (max-width: 1199px) {
	.lh-landing-footer__end {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start; } }
.lh-landing-footer__phones {
	margin-right: 80px; }
@media screen and (max-width: 1199px) {
	.lh-landing-footer__phones {
		margin-right: 0; } }
@media screen and (max-width: 959px) {
	.lh-landing-footer__phones {
		padding-bottom: 20px; } }
@media screen and (max-width: 500px) {
	.lh-landing-footer__phones {
		padding-bottom: 0; } }
.lh-landing-footer__email {
	margin-right: 80px; }
@media screen and (max-width: 1199px) {
	.lh-landing-footer__email {
		margin-right: 0; } }
@media screen and (max-width: 959px) {
	.lh-landing-footer__email {
		padding-bottom: 20px; } }
.lh-landing-footer__copy {
	display: none;
	color: #000000;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 400;
	opacity: 0.7; }
@media screen and (max-width: 639px) {
	.lh-landing-footer__copy {
		display: block;
		padding-top: 30px; } }
.lh-landing-footer__btn {
	color: #ffffff;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.5px;
	border: 2px solid #2999f5;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #2999f5;
	padding: 20px 15px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease; }
.lh-landing-footer__btn:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: all .3s ease;
	transition: all .3s ease; }

.lh-landing-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9999999;
	opacity: 0;
	visibility: hidden; }
.lh-landing-popup__close {
	position: fixed;
	top: 20px;
	right: 30px;
	cursor: pointer;
	width: 23px;
	height: auto; }
@media screen and (max-width: 765px) {
	.lh-landing-popup__close {
		top: 10px;
		right: 6px; } }
.lh-landing-popup__inner {
	margin: 100vh auto 65px auto;
	background: #fbfbf9;
	padding: 40px 45px;
	width: 760px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #000000;
	font-size: 16px; }
.lh-landing-popup__inner b {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.17; }
@media screen and (max-width: 765px) {
	.lh-landing-popup__inner b {
		font-size: 30px; } }
.lh-landing-popup__inner p {
	font-size: 16px;
	line-height: 1.55; }
.lh-landing-popup__inner a {
	text-decoration: none;
	color: #1155cc;
	display: inline-block; }
@media screen and (max-width: 765px) {
	.lh-landing-popup__inner {
		width: 85%;
		padding: 30px 25px; } }

.lh-landing-popup--show {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 1;
	visibility: visible; }
.lh-landing-popup--show .lh-landing-popup__inner {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin: 65px auto; }

@media (min-width: 320px) and (max-width: 600px) {
	.lh-landing-subscribers__slider .slick-track,
	.lh-landing-package__slider .slick-track,
	.lh-landing-producers__slider .slick-track {
		max-height: unset;
	}
}
.lh-landing-producers__slider .slick-dots li,
.lh-landing-subscribers__slider .slick-dots li {
	width: auto;
	height: auto;
}
.lh-landing-producers__slider.slick-dotted.slick-slider,
.lh-landing-subscribers__slider.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.lh-landing-footer__logo--mob {
	display: none;
}
@media (max-width: 460px) {
	.lh-landing-footer__inner {
		width: 100%;
		max-width: 320px;
		padding: 0 10px;
		margin: 0 auto;
	}
	.lh-landing-footer__logo {
		display: none;
	}
	.lh-landing-footer__info {
		width: 100%;
	}
	.lh-landing-footer__end {
		width: 100%;
	}
	.lh-landing-footer__phones p {
		flex-direction: column;
	}
	.lh-landing-footer__phones p span {
		margin-bottom: 15px;
	}
	.lh-landing-footer__phones p span::after {
		display: none;
	}
	.lh-landing-footer__time {
		flex-direction: column;
		align-items: flex-start;
	}
	.lh-landing-footer__time div,
	.lh-landing-footer__time span {
		margin-bottom: 15px;
	}
	.lh-landing-footer__end {
		margin-top: 0;
	}
	.lh-landing-footer__time div::after, .lh-landing-footer__time span::after {
		display: none;
	}
	.lh-landing-footer__email span,
	.lh-landing-footer__email div {
		margin-bottom: 15px;
		display: block;
	}
	.lh-landing-footer__email {
		padding-bottom: 0;
		width: 100%;
	}
	.lh-landing-footer__copy {
		padding-top: 15px;
	}
	.lh-landing-footer__btn {
		width: 100%;
		max-width: unset;
		margin-right: 0;
		order: 0;
		margin-bottom: 15px;
	}
	.lh-landing-footer__btn-wrap {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.lh-landing-footer__logo--mob {
		display: block;
		width: calc(40% - 10px);
		order: 1;
		max-width: 50px;
		height: auto;
		margin-right: 10px;
	}
	.lh-landing-footer__logo--mob img {
		display: block;
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	.lh-landing-footer__copy {
		width: 60%;
		order: 2;
	}
}
body.page-template-page-landing .zsiq_floatmain #titlediv {
	display: none;
}
body.page-template-page-landing {
	position: static;
}

.video-content__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.video-content__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.page-template-page-video .zsiq_floatmain {
	display: none;
}

body.page-template-page-video .wrapper {
	padding-top: 0;
}

body.page-template-page-video .video-content {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

body.page-template-page-video .video-content__inner {
	width: 100%;
}

body.page-template-page-video .video-content__inner p {
	max-width: 100% !important;
}

body.page-template-page-video .needsclick {
	display: none !important;
}

body.page-template-page-video .video-content__inner iframe {
	width: 100%;
	height: 100vh;
}
form input[type=checkbox].big.has-error {
	outline: 3px solid #a00;
}

form .error_form {
	border: 1px solid #a00;
	background: #ffbea9;
	padding: 15px 10px 15px;
	margin-bottom: 15px;
	font-size: 18px;
}

form .error_form p {
	color: #a00;
	text-align: center;
}

form .error_form label.error {
	text-transform: none;
	font-style: normal;
	display: block;
}

form .check label {
	color: #a00;
}

form label.error {
	color: #a00;
	font-style: italic;
	font-size: 14px;
}

form input:not([type=checkbox]).has-error {
	border: 2px solid #a00 !important;
}

#form-donation .error_form {
	margin-top: 25px;
}

.lh-landing-form__body .error_form {
	margin-top: 30px;
}

input[type=checkbox].has-error ~ .t-checkbox__indicator,
input[type=checkbox].has-error ~ .checkbox-custom {
	border: 2px solid #a00 !important;
}
