@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */ul{list-style:disc}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{animation-name:swing;transform-origin:top center}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-45px,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(45px,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,45px,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,45px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95)}to{animation-timing-function:ease-in;transform:perspective(400px)}}.animated.flip{animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}@keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes lightSpeedIn{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{opacity:1;transform:skewX(-5deg)}to{opacity:1;transform:none}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center}to{opacity:1;transform:none;transform-origin:center}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{opacity:1;transform:none;transform-origin:left bottom}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{opacity:1;transform:none;transform-origin:right bottom}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{opacity:1;transform:none;transform-origin:left bottom}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{opacity:1;transform:none;transform-origin:right bottom}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1;transform-origin:center}to{opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{opacity:0;transform:translate3d(0,700px,0)}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{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{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{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{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{animation-name:slideOutUp}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.slick-track{display:block;left:0;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.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{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url() 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;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")}.slick-next,.slick-prev{background:transparent;border:none;color:transparent;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;outline:none;padding:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);width:20px}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.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:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{cursor:pointer;display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li button{background:#d6d6d6;border:0;border-radius:35px;color:transparent;cursor:pointer;display:block;font-size:0;height:10px;line-height:0;outline:none;padding:0;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;width:10px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";display:none;font-family:slick;font-size:12px;height:10px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:10px}.magazi-carousel .slick-dots li.slick-active button{background-color:#232323;width:40px}.slick-next:before{background-image:url(https://6825594.fs1.hubspotusercontent-na1.net/hubfs/6825594/2020-june/Right%20Arrow.png)}.slick-prev:before{background-image:url(https://6825594.fs1.hubspotusercontent-na1.net/hubfs/6825594/2020-june/Left%20Arrow.png)}.slick-prev{left:50px;z-index:99}.slick-next{right:50px;z-index:99}.slick-next:before,.slick-prev:before{background-repeat:no-repeat;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.slick-next,.slick-prev{height:140px;margin-top:-50px;transform:translateY(-50%);width:52px}@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");@font-face{font-family:Avenir Black;src:url(https://6825594.fs1.hubspotusercontent-na1.net/hubfs/6825594/2020-june/Linotype%20-%20AvenirLTPro-Black.otf)}@font-face{font-family:Avenir Book;src:url(https://6825594.fs1.hubspotusercontent-na1.net/hubfs/6825594/2020-june/Linotype%20-%20AvenirLTPro-Book.otf)}@font-face{font-family:Avenir Bold;src:url(https://6825594.fs1.hubspotusercontent-na1.net/hubfs/6825594/2020-june/Linotype%20-%20AvenirLTPro-Heavy.otf)}@font-face{font-family:Avenir Medium;src:url(https://6825594.fs1.hubspotusercontent-na1.net/hubfs/6825594/2020-june/Linotype%20-%20AvenirLTPro-Medium.otf)}@font-face{font-family:Avenir Light;src:url(https://6825594.fs1.hubspotusercontent-na1.net/hubfs/6825594/2020-june/Linotype%20-%20AvenirLTPro-Light.otf)}@font-face{font-family:AvenirLT-Black;src:url(//6825594.fs1.hubspotusercontent-na1.net/hubfs/6825594/Cyclomedia_April2020/Fonts/3AD762_2_0.woff) format("woff")}@font-face{font-family:AvenirLT-Roman;src:url(//6825594.fs1.hubspotusercontent-na1.net/hubfs/6825594/Cyclomedia_April2020/Fonts/3AD762_1_0.woff) format("woff")}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{background-color:#fff;font-family:AvenirLT-Roman,Arial,sans-serif;font-weight:400;line-height:1;overflow-x:hidden}ul{list-style:none}a:hover{color:inherit;text-decoration:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}button{cursor:pointer}button:focus{outline:none}table{border-collapse:collapse;border-spacing:0}*{margin:0;padding:0}a:focus{text-decoration:none}a:focus,button,input,textarea{outline:none}section{display:block;position:relative}img{display:inline-block;height:auto;vertical-align:middle}p{font-family:Avenir Black,sans-serif;font-size:16px;line-height:30px}a{color:inherit;display:inline-block;text-decoration:none;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}h1,h2,h3,strong{font-weight:700}.container{margin:0 auto;max-width:100%;max-width:1260px;padding:0 20px}.clearfix{clear:both}.header-content{align-items:center;background-color:#fff;display:flex;flex-wrap:wrap;height:100px}.logo{flex:0 0 25%}.logo a{display:inline-block;width:85%}.logo a img{max-width:150px}nav ul{display:flex;flex-wrap:wrap}nav ul li{margin-right:0}nav ul li a{color:#1606b4;display:inline-block;font-family:Avenir Bold;font-size:16px;font-weight:600;padding:42px 15px;text-transform:capitalize}nav ul li a:hover{background:#1606b4;color:#fd9e3a;color:#fff}.btn-default{background-color:#ff8200;border-radius:5px;color:#fff;font-weight:600;height:50px;line-height:50px;margin-left:auto;padding:0 35px}.btn-default:hover{color:#fff}nav{height:100%}.banner-section{background-repeat:no-repeat;background-size:cover;padding:180px 0}.banner-section .container{margin:0 auto;max-width:70%;padding:0}.banner-text{background-color:rgba(240,240,251,.9);box-shadow:0 3px 46px #00000040;box-sizing:border-box;display:inline-block;max-width:600px;padding:50px 30px}.banner-text>h1,.banner-text>h2{color:#1606b4;font-family:Avenir Black;font-size:50px;letter-spacing:0;line-height:66px;margin-bottom:30px;text-align:center}.banner-text>h1 strong{color:#49d900}.banner-bd{display:table}.bann-txt,.banner-bd>img{display:table-cell}.bann-txt{padding-left:20px;vertical-align:middle;width:100%}.bann-txt>h3{color:#0da500;font-family:Avenir Black;font-size:27px;line-height:32px;margin-bottom:15px}.bann-txt p{color:#0006b4;font-family:AvenirLT-Roman,Arial,sans-serif;font-size:14px;line-height:22px;padding-right:0;text-transform:uppercase}.scroll-down{bottom:50px;left:50%;position:absolute;transform:translateX(-50%);z-index:99}.scroll-down img{transition:all .4s ease-in-out}.scroll-down.hide img{transform:scale(0)}.about-us-section{background-image:url(../images/texture.png);background-position:100%;background-repeat:no-repeat;padding:100px 0}.about-text{max-width:50%}.about-text>h2{color:#1606b4;font-family:Avenir Black;font-size:31px;line-height:42px;margin-bottom:25px}.about-text p{color:#707070;font-family:Avenir Book;font-size:18px;font-weight:400;line-height:32px;margin-bottom:40px}.sign-img{margin-top:40px}.about-text strong{color:#1606b4;display:block;font-family:Avenir Medium;font-size:18px;line-height:27px;margin-top:40px}.blog-section{padding:60px 0}.blog-items{float:left;width:100%}.blog-item{float:left;margin-right:20px;overflow:hidden;width:calc(33.33333% - 20px)}.blog-item,.blog-thumbnail{position:relative}.blog-thumbnail>img{transition:all .4s ease-in-out;width:100%}.blog-item:hover .blog-thumbnail img{transform:scale(1.2) translateX(30px)}.blog-info{background-color:rgba(22,6,180,.79);bottom:0;box-sizing:border-box;left:0;min-height:50%;padding:20px 30px;position:absolute;transition:all .4s ease-in-out;width:100%}.blog-item:hover .blog-info{opacity:1;transform:translateY(0);visibility:visible}.blog-info>h3{color:#fff;font-family:Avenir Black;font-size:31px;line-height:42px;margin-bottom:5px}.blog-info p{color:#fff;font-family:Avenir Medium;font-size:18px;line-height:25px;margin-bottom:20px;padding-right:50px}.blog-info>a{border:2px solid #fff;border-radius:10px;color:#fff;display:inline-block;font-family:Avenir Black;height:50px;line-height:50px;padding:0 30px}.smt-section{padding:100px 0}.section-title{margin:0 auto 100px;max-width:80%;text-align:center}.section-title h2{color:#1606b4;font-family:Avenir Black;font-size:31px;line-height:42px;margin-bottom:10px}.section-title p{color:#1606b4;font-family:Avenir Medium;font-size:18px;line-height:25px;margin:0 auto;max-width:70%}.full-view-img>img{width:100%}.full-view-img iframe{height:784px;overflow:hidden;width:100%}header{background:#fff;position:fixed;width:100%;z-index:999}.cta_module{padding:80px 0}.cta_module .container{align-items:center;display:flex;flex-wrap:wrap}.cta_module .left_cta,.cta_module .right_cta{width:20%}.cta_module .right_cta{text-align:right}.cta_module .left_cta a,.cta_module .right_cta a{background-color:#ff8200;border-radius:5px;color:#fff;font-weight:600;height:50px;line-height:50px;margin-left:auto;padding:0 35px}.cta_module .left_text,.cta_module .right_text{width:80%}.cta_module .left_text p,.cta_module .right_text p{color:#707070;font-family:Avenir Book;font-size:18px;font-weight:400;line-height:32px}@media (max-width:767px){.cta_module .left_cta,.cta_module .right_cta{text-align:center;width:100%}.cta_module .left_text,.cta_module .right_text{margin:20px 0;text-align:center;width:100%}}footer{background-color:#1606b4;padding:100px 0 70px}.ft-links{float:left;max-width:30%}.ft-links p{color:#fff;font-family:Avenir Medium;font-size:18px;line-height:27px}.ft-links p strong{display:block;font-family:Avenir Bold;font-weight:500;margin-top:30px}.ft-logo{float:right;margin-top:70px}.ft-logo img{width:250px}.menu-btn{display:none;float:right;height:50px;position:relative;text-align:center;width:50px;z-index:9999999}.menu-btn>a{display:inline-block;float:right;margin-top:15px;width:27px}.menu-btn>a span{background-color:#181819;display:block;height:3px;margin-bottom:5px;transition:all .4s ease-in-out;width:100%}.menu-btn>a span:last-child{margin-bottom:0}.menu-btn.active>a span.bar1{-webkit-transform:translateY(8px) rotate(-45deg);-ms-transform:translateY(8px) rotate(-45deg);transform:translateY(8px) rotate(-45deg)}.menu-btn.active>a span.bar2{opacity:0;-webkit-transform:scaleX(2);-ms-transform:scaleX(2);transform:scaleX(2);visibility:hidden}.menu-btn.active>a span.bar3{-webkit-transform:translateY(-8px) rotate(-135deg);-ms-transform:translateY(-8px) rotate(-135deg);transform:translateY(-8px) rotate(-135deg)}.side-menu{background-color:#1606b4;box-sizing:border-box;height:100%;left:0;opacity:0;overflow:auto;position:fixed;top:0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);transition:all .4s ease-in-out;visibility:hidden;width:367px;z-index:999}.side-menu.active{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);visibility:visible}.side-menu ul{padding:100px 50px}.side-menu ul li{margin-bottom:30px}.side-menu ul li a{color:#fff;font-size:20px}.banner-secetion-style2{background-position:0 -100%;background-repeat:no-repeat;background-size:contain;margin-bottom:30px;padding-bottom:175px;padding-top:50px}.banner-secetion-style2 .container-fluid{align-items:center;display:flex;flex-wrap:wrap;max-width:100%;padding:0}.banner-hd{box-sizing:border-box;flex:0 0 43%;max-width:43%;padding-left:100px}.banner-hd>h2{color:#1606b4;font-family:Avenir Black;font-size:75px;line-height:102px}.banner-img{flex:0 0 57%;max-width:57%}.banner-img>img{width:100%}.sec-block{padding:120px 0}.sec-block .section-title p{font-weight:500;max-width:100%}.cr-img{text-align:center}.cr-img>img{max-width:100%}.slider-section{padding:170px 0 250px}.slider-slide{position:relative}.slider-slide>img{width:100%}.slide-caption{background-color:rgba(22,6,180,.79);bottom:0;box-sizing:border-box;left:0;padding:10px 25px;position:absolute;width:100%}.slide-caption h3{color:#fff;font-family:Avenir Medium;font-size:18px;font-weight:500;line-height:25px}.slick-dots{bottom:-40px;text-align:left;transform:inherit}.slick-dots li button{background-color:#707070;height:15px;transition:all .4s ease-in-out;width:15px}.slick-dots li.slick-active button{background-color:#49da02}.slick-dots li{margin-left:0;margin-right:5px}.slick-dots li:first-child{margin-left:0}.video-section{background-color:#f0f0fb;padding-bottom:70px}.video-section-content{align-items:center;display:flex;flex-wrap:wrap}.video-text{box-sizing:border-box;flex:0 0 45%;max-width:45%;padding-right:200px}.video-text span{color:#0da500;display:block;font-weight:600;margin-bottom:10px}.video-text span,.video-text>h2{font-family:Avenir Black;font-size:31px;line-height:42px}.video-text>h2{color:#1606b4}.video-img{display:block;flex:0 0 55%;max-width:55%;position:relative;top:-80px}.video-img:before{background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";cursor:pointer;height:100%;left:0;opacity:1;position:absolute;top:0;transition:all .4s ease-in-out;visibility:visible;width:100%}.video-img.hide:before{opacity:0;visibility:hidden}.video-img iframe{height:524px;width:100%}.video-img>a{display:block}.video-img>a img{width:100%}.section_title{display:table;margin:0 auto 180px;width:100%}.section_title>img{display:table-cell;position:relative}.section_title .section-title{display:table-cell;padding-left:50px;text-align:left;vertical-align:middle;width:100%}.section_title .section-title h2{font-size:50px;line-height:68px;margin-bottom:10px}.section_title .section-title p{font-size:28px;font-weight:500;line-height:38px;max-width:100%}.strz-section{display:flex;flex-wrap:wrap;padding:50px 0}.divider{padding:100px 0}.divider .line{border-bottom:1px solid #5ede20}.strees-section .strz-section:first-child{border-bottom:0;padding-top:0}.str-img{flex:0 0 60%;max-width:60%;position:relative}.str-img>img{box-sizing:border-box;padding-left:85px;padding-right:69px;width:100%}.str-caption{background-color:#f0f0fb;left:0;padding:50px 40px;position:absolute;top:-50px;width:400px}.str-caption>h3{color:#1606b4;font-family:Avenir Black;font-size:27px;line-height:32px;margin-bottom:15px}.str-caption p{color:#1606b4;font-family:Avenir Book;font-size:18px;line-height:24px}.str-info{box-sizing:border-box;flex:0 0 40%;max-width:40%;padding-left:40px}.str-info p{box-sizing:border-box;color:#707070;font-family:Avenir Book;font-size:16px;line-height:31px;padding-right:150px}.str-info>h2{color:#1606b4;font-family:Avenir Black;font-size:31px;line-height:42px;margin-bottom:30px}.strees-section .strz-section:nth-child(2n) .str-info p{padding-right:30px}.data-extract-section{background-image:url(https://6825594.fs1.hubspotusercontent-na1.net/hubfs/6825594/2020-june/texture-bg2.png);background-repeat:no-repeat;padding-bottom:150px}.data-extract-section .section-title{max-width:100%}.data-extract-section .section-title p{font-size:28px;line-height:38px;max-width:73%}.bulleted-section{float:left;width:100%}.bullet-list{float:left;margin-right:100px;width:calc(33.33333% - 100px)}.bullet-list>h3{color:#1606b4;font-family:Avenir Black;font-size:25px;line-height:34px;margin-bottom:40px}.bullet-list ul{max-width:300px}.bullet-list ul li{margin-bottom:40px}.bullet-list ul li:before{background-color:#49da02;border-radius:30px;content:"";height:13px;left:0;position:absolute;top:10px;width:13px}.bullet-list ul li{color:#707070;display:block;font-family:Avenir Book;font-size:20px;font-weight:400;line-height:32px;padding-left:40px;position:relative}.custom-container{margin:0 auto;max-width:1100px}.testimonial-section{background-color:#f0f0fb;padding:90px 0 70px;text-align:center}.testimonial-section .container{margin:0 auto;max-width:1400px}.testimonial-section p{color:#1606b4;font-size:35px;font-weight:700;line-height:48px;margin-bottom:40px}.testimonial-section h3{color:#0da500;font-family:Avenir Black;font-size:25px;line-height:34px}.smart-examples{padding:120px 0}.video-section.style2{margin-top:250px}.main-banner-section{background-image:url(https://6825594.fs1.hubspotusercontent-na1.net/hubfs/6825594/2020-june/texture-bg2.png);background-repeat:no-repeat;background-size:cover;padding:200px 0}.main-banner-text{position:relative;text-align:center}.main-banner-text h2{color:#1606b4;font-family:Avenir Black;font-size:75px;line-height:102px;margin-bottom:120px}.main-banner-text>h3{color:#1606b4;font-family:Avenir Black;font-size:50px;line-height:68px;margin-bottom:25px}.main-banner-text p{color:#1606b4;font-family:Avenir Medium;font-size:28px;font-weight:600;line-height:38px;margin:0 auto;max-width:75%}.contact-section{background-color:#f0f0fb;padding:70px 0 100px}.contact-section .container{margin:0 auto;max-width:812px}form label span{color:#1606b4;display:block;display:inline-block;font-family:Avenir Black;font-size:14px;font-weight:600;line-height:32px}form input[type=email],form input[type=tel],form input[type=text],form select{border:1px solid #c4c4c7;border-radius:4px;box-shadow:inset 0 0 1px #c4c4c7;box-sizing:border-box;height:45px;padding:0 20px;width:100%;width:100%!important}form input[type=checkbox]{height:23px;margin-right:20px;margin-top:4px;width:23px}form fieldset{margin-top:20px!important;max-width:100%!important}form textarea{background-color:#fff;border:1px solid #c4c4c7;border-radius:4px;box-shadow:inset 0 0 1px #c4c4c7;box-sizing:border-box;height:125px;padding:20px;width:100%;width:100%!important}form .hs-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-color:#ff8200;border:0;border-radius:4px;color:#fff;cursor:pointer;font-family:AvenirLT-Black,Arial,sans-serif;font-size:16px;font-weight:700;margin:20px 0 0;padding:.8125rem 1.875rem;-webkit-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}form .hs-button:hover{background-color:#ff9b33;color:#fff}form label.hs-error-msg{color:red;display:inline-block;margin:10px 0 0}form .hs-form-field{margin:0 0 24px}.containerr input{height:0;opacity:0;width:0}.checkmark,.containerr input{cursor:pointer;position:absolute}.checkmark{background-color:#fff;border:1px solid #c4c4c7;border-radius:4px;display:inline-block;height:21px;left:0;top:0;width:21px}.containerr input:checked~.checkmark{background-color:#2196f3;border-color:transparent}.text_image_right{padding:50px 0}.text_image_right .container{align-items:center;display:flex;flex-wrap:wrap}.text_image_right .left{box-sizing:border-box;padding:20px;text-align:left;width:50%}.text_image_right .left h2{color:#1606b4;font-family:Avenir Black;font-size:31px;line-height:42px;margin-bottom:10px}.text_image_right .left p{color:#707070;font-family:Avenir Book;font-size:18px;font-weight:400;line-height:32px;margin-bottom:40px}.text_image_right .right{width:50%}.text_image_right .right img{width:100%}.richtext_module{float:left;width:100%}.richtext_module ul li strong{display:inline-block;font-size:20px;line-height:normal;margin:0 0 20px}.richtext_module ul li p{margin:0 0 10px}.richtext_module ul{box-sizing:border-box;width:50%}.richtext_module_content div{display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:left;-webkit-justify-content:left}.newStyle *{box-sizing:border-box}.newStyle .btn-default:hover{background:#ff9b33}.newStyle h2,.newStyle h2 strong{font-family:AvenirLT-Black,Arial,sans-serif}.newStyle h2,.newStyle table td{color:#1606b4}.newStyle .richtext_module_content p{color:#0006b4}.newStyle em{line-height:1.6}.newStyle .text_column .content h2,.newStyle h2{font-size:36px;font-weight:700;line-height:1.2;margin-bottom:20px}.newStyle #hs_cos_wrapper_widget_1626405154041 h2,.newStyle #hs_cos_wrapper_widget_1635955260859_ h2,.newStyle #hs_cos_wrapper_widget_1635957723063 h2,body.newStyle #hs_cos_wrapper_widget_1635955011026 h2{font-size:3.75rem!important;line-height:1.12!important}.newStyle .text_column .content h3,.newStyle h3{font-size:2.25rem;line-height:1.12}.newStyle strong{font-family:AvenirLT-Black,Arial,sans-serif}.newStyle form input[type=checkbox]{margin-top:2px}.newStyle #hs_cos_wrapper_widget_1635955011026 h1,.newStyle #hs_cos_wrapper_widget_1635955011026 h2,.newStyle #hs_cos_wrapper_widget_1635955011026 h3,.newStyle #hs_cos_wrapper_widget_1635955011026 h4,.newStyle #hs_cos_wrapper_widget_1635955011026 h5,.newStyle #hs_cos_wrapper_widget_1635955011026 h6,.newStyle #hs_cos_wrapper_widget_1635955260859 h1,.newStyle #hs_cos_wrapper_widget_1635955260859 h2,.newStyle #hs_cos_wrapper_widget_1635955260859 h3,.newStyle #hs_cos_wrapper_widget_1635955260859 h4,.newStyle #hs_cos_wrapper_widget_1635955260859 h5,.newStyle #hs_cos_wrapper_widget_1635955260859 h6,.newStyle #hs_cos_wrapper_widget_1635957723063 h1,.newStyle #hs_cos_wrapper_widget_1635957723063 h2,.newStyle #hs_cos_wrapper_widget_1635957723063 h3,.newStyle #hs_cos_wrapper_widget_1635957723063 h4,.newStyle #hs_cos_wrapper_widget_1635957723063 h5,.newStyle #hs_cos_wrapper_widget_1635957723063 h6,.newStyle .btn-default{font-family:Avenir Black!important}.newStyle #featured-project ul li{padding-left:15px;position:relative}.newStyle #featured-project ul li:before{background:#0006b4;content:"";height:5px;left:0;position:absolute;top:11px;width:5px}.newStyle #featured-project ul li:first-child{margin-bottom:15px;padding-left:0}.newStyle #featured-project ul li:first-child:before{opacity:0}.newStyle #featured-project ul li:first-child:after{border-bottom:1px solid #0006b4;bottom:5px;content:"";height:1px;left:0;position:absolute;width:80px}.newStyle #featured-project li,.newStyle #featured-project p,.newStyle .text_column ul li{font-size:1.25rem;line-height:1.6}.newStyle #featured-project *{color:#0006b4}.newStyle .bann-txt p{font-family:Avenir Book;line-height:24px}.newStyle .banner-section .container{max-width:1260px;padding:0 40px}.newStyle .contact-section .hs-button{font-family:Avenir Black,sans-serif}.newStyle .text_column .content p{color:#0006b4;font-family:AvenirLT-Roman;font-size:18px;font-weight:400;line-height:1.6;margin-bottom:20px}.newStyle .text_column .content .item_content{padding:0}.newStyle .banner-bd img{margin-right:20px}.newStyle .banner-bd .bann-txt{padding-left:0}.newStyle #hs_cos_wrapper_widget_1635955260859{padding-bottom:10px!important;padding-top:50px!important}.newStyle .testimonial-section .container{max-width:940px}.newStyle .testimonial-section p{font-family:AvenirLT-Roman,Arial,sans-serif;font-size:24px;font-weight:400;line-height:32px;margin-bottom:15px}.newStyle .testimonial-section h3{color:#0da500;font-family:Avenir Black;font-size:16px;line-height:24px}.newStyle .text_column ul{float:left;list-style:disc;padding:15px 0 25px 20px;width:100%}.newStyle .text_column ul li{color:#0006b4;float:left;font-size:18px;line-height:28px;margin:5px 0;width:100%}.newStyle .addContent ul{color:#0006b4;line-height:24px;list-style:square;padding-left:20px}.span12.widget-span.widget-type-custom_widget{min-height:auto}@media (max-width:1640px){.container{padding:0 40px}.logo{flex:0 0 25%}.main-banner-text h2{font-size:60px;margin-bottom:100px}.banner-hd>h2{font-size:56px;line-height:72px}.banner-hd{padding-left:40px}.section_title .section-title h2{font-size:36px;line-height:58px}.section_title .section-title p{font-size:24px}.str-info p{font-size:16px;line-height:31px;padding-right:0}.strees-section .strz-section:first-child{padding-bottom:0}.data-extract-section .section-title p{font-size:24px;line-height:35px}.slider-section.v2{padding-bottom:120px}.video-section.style2{margin-top:160px}}@media (max-width:1366px){header .container{padding:0 20px}nav ul li a{font-size:17px}nav ul li{margin-right:40px}nav ul li:last-child{margin-right:0}.logo img{position:relative}.banner-section .container{max-width:1000px;padding:0 15px}.ft-links{max-width:50%}.section-title p{max-width:100%}.banner-hd{padding-left:20px}.sec-block .section-title p{max-width:80%}.slider-section{padding:60px 0 250px}.cr-img{margin-bottom:-70px}.video-text{padding-right:0}.sec-block .section_title .section-title p{max-width:100%}.str-info>h2{font-size:26px}.str-info{padding-left:0}.strees-section .strz-section .str-info p{font-size:16px;line-height:31px}.data-extract-section .section-title p{font-size:20px;line-height:33px}.newStyle .header-content .logo+nav{flex:0 0 60%}.newStyle nav ul li{margin-right:0}.newStyle nav ul li a{font-size:16px}.newStyle #hs_cos_wrapper_widget_1628270640534{margin-top:0!important;padding-left:15px!important;padding-right:15px!important}}@media (max-width:1200px){header .btn-default,nav{display:none}.menu-btn{display:block;margin-left:auto}.header-content{height:100px}.about-text{max-width:560px}.about-text p{font-size:18px;line-height:32px}.section-title p{max-width:100%}.ft-links{max-width:50%}.main-banner-section{padding:140px 0}.sec-block{padding:100px 0}.slider-section{padding:60px 0 180px}.section_title .section-title h2{font-size:26px;line-height:42px}.sec-block .section_title .section-title p{font-size:20px}.str-img>img{padding:0}.str-img,.str-info{flex:0 0 50%;max-width:50%}.str-info{padding-right:20px}.strz-section{padding:110px 0}.custom-container{box-sizing:border-box;padding:0 40px}.bullet-list{margin-right:30px;width:calc(33.33333% - 30px)}.data-extract-section{padding-bottom:80px}.testimonial-section p{font-size:26px;line-height:42px}.scroll-down{display:none}.banner-secetion-style2{padding-bottom:0}.main-banner-text h2{font-size:48px;margin-bottom:50px}.main-banner-text>h3{font-size:40px}.main-banner-section{padding:110px 0 140px}header{position:static}.richtext_module ul{margin:0 0 20px;width:100%}}@media (max-width:1100px){.banner-text{display:block;margin:0 auto}}@media (max-width:991px){.blog-item{margin-bottom:30px;width:calc(50% - 20px)}.smt-section{padding:0 0 100px}.ft-links{max-width:400px}.ft-logo{max-width:40%}.ft-logo img{width:100%}.main-banner-text h2{line-height:60px;margin-bottom:70px}.main-banner-text>h3{font-size:44px}.main-banner-text p{max-width:100%}.main-banner-section{padding:100px 0 110px}.banner-hd,.banner-img{flex:0 0 100%;max-width:100%}.banner-secetion-style2{padding-bottom:60px}.video-text>h2{font-size:24px;line-height:36px}.video-text span{font-size:24px;margin-bottom:0}.video-section{padding-bottom:40px}.banner-hd>h2{font-size:48px;line-height:62px}.str-caption{display:none}.strees-section .strz-section:first-child .str-info{padding-left:30px}.data-extract-section .section-title p{max-width:100%}.bullet-list>h3{font-size:19px}.bullet-list ul li{font-size:16px;line-height:26px}.slider-section.v2{padding-bottom:80px}.video-text{margin-bottom:60px}.video-img,.video-text{flex:0 0 100%;max-width:100%}.video-img{top:0}.video-section{padding:80px 0}.banner-hd{position:absolute;text-align:center;width:100%}.banner-hd h2{color:#fff}.banner-secetion-style2{padding-bottom:0}.section_title{margin-bottom:100px}.video-section.style2{margin-top:50px}.banner-img:before{background:rgba(0,0,0,.5);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.banner-img{position:relative}.banner-hd{z-index:9}.cr-img{margin-bottom:-100px}.slider-section{padding:60px 0 100px}.newStyle #hs_cos_wrapper_widget_1635955011026{padding-left:0!important;padding-right:0!important}}@media (max-width:768px){.banner-section{padding:150px 0}.bann-txt p{padding-right:0}.about-us-section{padding:100px 0 40px}.blog-item{margin-right:0;width:100%}.section-title{max-width:100%}footer{padding:70px 0;text-align:center}.ft-links{margin-bottom:30px}.ft-links,.ft-logo{float:none;max-width:100%}.ft-logo{margin:30px 0 0}.ft-links p{padding-right:0}.main-banner-text h2{font-size:40px;line-height:50px;margin-bottom:50px}.main-banner-text>h3{font-size:32px}.main-banner-text p{font-size:23px;line-height:38px}.banner-hd>h2{font-size:37px;line-height:50px}.slide-caption h3{font-size:15px}.slider-section{padding:60px 0 120px}.video-img{top:0}.video-img,.video-text{flex:0 0 100%;max-width:100%}.video-text{margin-bottom:60px}.video-section{padding:70px 0;text-align:center}.section_title .section-title h2 br,.section_title>img{display:none}.section_title .section-title{padding-left:0;text-align:center}.section_title{margin-bottom:60px}.str-img,.str-info{flex:0 0 100%;max-width:100%;order:0}.strees-section .strz-section:first-child .str-info{padding:0}.strz-section{padding:80px 0}.str-info{order:1}.str-img{margin-bottom:40px}.data-extract-section .section-title p{font-size:16px;line-height:30px}.bullet-list{margin-bottom:30px;width:calc(50% - 30px)}.data-extract-section{padding-bottom:30px}.data-extract-section .section-title{margin-bottom:60px}.testimonial-section p{font-size:22px;line-height:36px}.section-title{margin-bottom:60px}.video-section.style2{margin-top:50px}.video-img iframe{height:320px}.video-section.style2{margin-top:0}.contact-section{padding:70px 0 50px}.slider-section .container{padding:0!important}.slick-dots{padding-left:20px}.text_image_right .left,.text_image_right .right{width:100%}.newStyle .hs_cos_wrapper_type_module{float:left;width:100%}.newStyle .text_column .content h2,.newStyle h2{font-size:36px}.newStyle .text_column .content h3,.newStyle h3{font-size:32px}.newStyle h1,.newStyle h2,.newStyle h2 strong{line-height:1.2!important}.newStyle #hs_cos_wrapper_widget_1628256603606 .text_column{padding:40px 0!important}.newStyle #hs_cos_wrapper_widget_1626405154041 h2,.newStyle #hs_cos_wrapper_widget_1635955260859_ h2,.newStyle #hs_cos_wrapper_widget_1635957723063 h2,body.newStyle #hs_cos_wrapper_widget_1635955011026 h2{font-size:36px!important;line-height:1.12}}@media (max-width:576px){.bann-txt>h3{font-size:21px;line-height:30px}.banner-text>h1,.banner-text>h2{font-size:60px;line-height:80px;margin-bottom:20px}.banner-section{padding:60px 0 80px}.banner-hd>h2{font-size:28px;line-height:40px}.sec-block .section-title p{max-width:100%}.section-title{margin-bottom:60px}.bullet-list{margin-right:0;width:100%}.testimonial-section p{font-size:18px;line-height:30px;margin-bottom:30px}.testimonial-section h3{font-size:20px}.testimonial-section{padding:60px 0 50px}.slide-caption{position:static}.slider-section.v2{padding-bottom:55px}.video-section.style2{margin-top:0}.video-img iframe{height:320px}.sec-block{padding:75px 0}.container{padding:0 15px!important}.custom-container{padding:0 15px}.slider-section{padding:60px 0 70px}.main-banner-section{padding:80px 0 70px}.text_column .content .item_content{padding:0}.text_column{margin:20px 0!important}.richtext_module{padding:60px 0!important}.richtext_module p{font-size:16px;line-height:24px}body .hs_cos_wrapper h2{font-size:32px!important}.newStyle .banner-text{text-align:center}.newStyle .banner-bd img{display:inline-block;float:none;margin:0}.newStyle form input[type=checkbox]{margin-right:3px}.newStyle #about-id2{padding:0!important}.newStyle .text_column{margin-bottom:0!important;margin-top:0!important}}@media (max-width:480px){.logo{flex:0 0 15%}.logo img{width:200px}.bann-txt{float:left;margin-top:30px}.banner-text>h1,.banner-text>h2{font-size:36px;line-height:42px}.about-text>h2{font-size:26px;line-height:36px}.about-text p{font-size:18px;line-height:32px}.about-text strong{max-width:100%}.blog-info p{display:none}.section-title p{font-size:16px;line-height:26px;margin-top:20px}.section-title{margin-bottom:50px}.smt-section{padding-bottom:70px}.ft-links p{font-size:14px}.ft-logo img{width:100%}.main-banner-text h2{font-size:34px;line-height:45px;margin-bottom:40px}.main-banner-text>h3{font-size:27px;line-height:40px}.main-banner-text p{font-size:20px;line-height:34px}.main-banner-section{padding:60px 0}.col-6{flex:0 0 100%;max-width:100%}.contact-section{padding:70px 0 60px}.banner-hd>h2{font-size:20px;line-height:30px}.banner-secetion-style2 .scroll-down{bottom:-40px}.banner-secetion-style2{padding-bottom:0}.sec-block{padding:80px 0}.section-title h2{font-size:22px;line-height:34px}.slide-caption{position:static}.video-text>h2{font-size:18px;line-height:30px}.video-text{margin-bottom:40px}.video-section{padding:50px 0}.section_title .section-title h2{font-size:21px;line-height:33px}.sec-block .section_title .section-title p{font-size:18px;line-height:30px}.strees-section .strz-section:nth-child(2n) .str-info p{padding-right:0}.str-img,.str-info{padding:0}.strz-section{padding:60px 0}.data-extract-section .section-title p{line-height:25px}.bullet-list{margin-bottom:0}.side-menu{width:100%}.menu-btn.active span{background-color:#fff}.video-img iframe{height:240px}.sec-block{padding:65px 0}}