section.home section.header{position:relative;width:100%;height:100vh;background:url(../../../../assets/img/title.jpg)!important;background-size:cover!important;background-repeat:no-repeat!important;background-position:center top!important;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;padding:0 30px}section.home section.header .gradient{position:absolute;width:100%;height:0;bottom:0;left:0;background:#3e3b3f;background:-webkit-gradient(linear,left bottom,left top,from(#3e3b3f),color-stop(47%,#3e3b3f),to(rgba(62,59,63,0)));background:-o-linear-gradient(bottom,#3e3b3f 0,#3e3b3f 47%,rgba(62,59,63,0) 100%);background:linear-gradient(0deg,#3e3b3f 0,#3e3b3f 47%,rgba(62,59,63,0) 100%);z-index:0}section.home section.header .title{position:relative;text-align:center;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:2}section.home section.header .title h1{font-size:5.0625rem;line-height:5.625rem;font-weight:700;color:#fff;text-align:center;text-transform:uppercase;opacity:1;margin:0}@media (max-width:767.98px){section.home section.header .title h1{font-size:60px;line-height:70px}}@media (max-width:575.98px){section.home section.header .title h1{font-size:40px;line-height:50px}}@media (max-width:419.98px){section.home section.header .title h1{font-size:30px;line-height:40px}}section.home section.header .title .subtitle{text-align:right;font-size:2.75rem;line-height:3.125rem;font-weight:300;color:#fff;margin-top:1.875rem}@media (max-width:767.98px){section.home section.header .title .subtitle{font-size:34px;line-height:34px;margin-top:15px}}@media (max-width:575.98px){section.home section.header .title .subtitle{font-size:28px;line-height:28px}}@media (max-width:419.98px){section.home section.header .title .subtitle{font-size:20px;line-height:20px}}section.home section.header .title .btn-wrapper{margin-top:5.625rem}section.home section.header .title .scroll-down{position:absolute;bottom:.9375rem;right:0;z-index:1}@media (max-width:575.98px){section.home section.header .title .scroll-down{display:none}}section.home section.header .title .scroll-down .scroll-name{font-size:1rem;line-height:.875rem;font-weight:300;color:#fff;-webkit-transform:rotate(-90deg) translateY(3.5rem) translateX(-1.25rem);-ms-transform:rotate(-90deg) translateY(3.5rem) translateX(-1.25rem);transform:rotate(-90deg) translateY(3.5rem) translateX(-1.25rem);height:8.125rem}section.home section.header .title .scroll-down .icon-long_arrow{position:relative;font-size:2.5rem;-webkit-animation-name:arrow;animation-name:arrow;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes arrow{0%{opacity:.3;top:0}50%{opacity:1;top:.3125rem}100%{opacity:.3;top:0}}@keyframes arrow{0%{opacity:.3;top:0}50%{opacity:1;top:.3125rem}100%{opacity:.3;top:0}}section.home section.header .title.scroll-title{position:relative;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}section.home section.choose-products{margin-top:3.75rem}section.home section.choose-products .products-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767.98px){section.home section.choose-products .products-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}}section.home section.choose-products .products-wrapper .item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:25%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#3e3b3f;border:1px solid #fff;border-right:0;height:10.9375rem;padding:1.25rem .9375rem 2.5rem .9375rem;text-decoration:none;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}@media (max-width:767.98px){section.home section.choose-products .products-wrapper .item{width:50%}}@media (max-width:767.98px){section.home section.choose-products .products-wrapper .item:nth-child(2){border-right:1px solid #fff}}section.home section.choose-products .products-wrapper .item:last-child{border-right:1px solid #fff}section.home section.choose-products .products-wrapper .item:hover{background:#a2a9af}section.home section.choose-products .products-wrapper .item:hover .icon-long_arrow_right,section.home section.choose-products .products-wrapper .item:hover .name{color:#fff}section.home section.choose-products .products-wrapper .item:hover .icon-long_arrow_right{-webkit-transform:translateX(.9375rem);-ms-transform:translateX(.9375rem);transform:translateX(.9375rem)}section.home section.choose-products .products-wrapper .item:hover .img-wrapper{opacity:1;-webkit-transform:translateY(calc(-100%)) translateX(-1px);-ms-transform:translateY(calc(-100%)) translateX(-1px);transform:translateY(calc(-100%)) translateX(-1px)}@media (max-width:767.98px){section.home section.choose-products .products-wrapper .item:hover .img-wrapper{-webkit-transform:translateY(calc(0)) translateX(0);-ms-transform:translateY(calc(0)) translateX(0);transform:translateY(calc(0)) translateX(0);width:100%;height:100%;display:none}}section.home section.choose-products .products-wrapper .item .name{font-size:1.375rem;line-height:1.5rem;font-weight:700;color:#fff}section.home section.choose-products .products-wrapper .item .icon-long_arrow_right{font-size:.3125rem;color:#a2a9af;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}section.home section.choose-products .products-wrapper .item .img-wrapper{position:absolute;top:0;left:0;-webkit-transform:translateY(-100%) translateX(-1px);-ms-transform:translateY(-100%) translateX(-1px);transform:translateY(-100%) translateX(-1px);opacity:0;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;pointer-events:none;z-index:2}section.home section.choose-products .products-wrapper .item .img-wrapper img{width:calc(100% + 2px)}section.home section.info-text{margin-top:9.375rem}@media (max-width:575.98px){section.home section.info-text{margin-top:60px}}section.home section.info-text .info-box{font-size:1.375rem;line-height:1.625rem}section.home section.info-text .info-box .info{text-align:center;padding:1.875rem 3.75rem 1.875rem 3.75rem}@media (max-width:575.98px){section.home section.info-text .info-box .info{padding:30px 15px 30px 15px}}section.home section.info-text .info-box .info.dark-gray{border:1px solid #a2a9af}section.home section.info-text .info-box .info.light-gray{border:1px solid #a2a9af;background:#a2a9af}section.home section.why{position:relative;margin-top:12.5rem}@media (max-width:575.98px){section.home section.why{margin-top:60px}}section.home section.why .shape{top:-18.75rem}@media (max-width:575.98px){section.home section.why .shape{top:7.5rem;width:9.25rem}}section.home section.why .marg-top{margin-top:5.625rem}@media (max-width:767.98px){section.home section.why .marg-top{margin-top:15px}}section.home section.why .title{margin-bottom:7.5rem}section.home section.why .why-wrapper{text-align:center}@media (max-width:767.98px){section.home section.why .why-wrapper{margin-bottom:30px}}section.home section.why .why-wrapper .title{font-size:1.625rem;line-height:1.2;font-weight:700;text-align:center;margin:1.25rem 0 .3125rem 0}section.home section.why .why-wrapper .descp{font-size:1rem;color:#a2a9af}section.home section.e-shop{margin-top:15.625rem}@media (max-width:767.98px){section.home section.e-shop{margin-top:120px}}@media (max-width:575.98px){section.home section.e-shop{margin-top:60px}}section.home section.e-shop .eshop-wrapper{position:relative;min-height:39.1875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background-image:url(../../../../../assets/img/home/e-shop.jpg);background-size:auto;background-position:-11.25rem center;background-repeat:no-repeat}@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm){@supports (background-image:-webkit-image-set(url(../../../../../assets/img/home/e-shop.webp) 1x)){section.home section.e-shop .eshop-wrapper{background-image:-webkit-image-set(url(../../../../../assets/img/home/e-shop.webp) 1x)}}}@supports (flex-basis:max-content) and (-moz-appearance:meterbar){section.home section.e-shop .eshop-wrapper{background-image:url(../../../../../assets/img/home/e-shop.webp)}}@media (max-width:1199.98px){section.home section.e-shop .eshop-wrapper{min-height:580px;background-position:-23.75rem center}}@media (max-width:991.98px){section.home section.e-shop .eshop-wrapper{min-height:380px;background-position:-470px center}}@media (max-width:767.98px){section.home section.e-shop .eshop-wrapper{min-height:400px}}@media (max-width:575.98px){section.home section.e-shop .eshop-wrapper{background-size:cover;min-height:400px}}section.home section.e-shop .eshop-wrapper .v-video{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}section.home section.e-shop .eshop-wrapper .v-video video{position:absolute;top:50%;left:0;width:60%;min-height:100%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}section.home section.e-shop .eshop-wrapper .v-video.video{display:block}@media (max-width:575.98px){section.home section.e-shop .eshop-wrapper .v-video.video{display:none}}section.home section.e-shop .eshop-wrapper .v-video.video-mobile{display:none}@media (max-width:575.98px){section.home section.e-shop .eshop-wrapper .v-video.video-mobile{display:block}}section.home section.e-shop .eshop-wrapper .wrapper{position:relative;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;min-height:100%;width:100%}@media (max-width:767.98px){section.home section.e-shop .eshop-wrapper .wrapper{width:100%!important}}section.home section.e-shop .eshop-wrapper .wrapper::after{content:'';position:absolute;width:100%;height:100%;background:#a2a9af;top:0;left:0;opacity:1;z-index:1}section.home section.e-shop .eshop-wrapper .wrapper .text-wrapper{position:relative;width:55%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:21.875rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:2}@media (max-width:991.98px){section.home section.e-shop .eshop-wrapper .wrapper .text-wrapper{min-height:300px}}@media (max-width:767.98px){section.home section.e-shop .eshop-wrapper .wrapper .text-wrapper{width:70%}}section.home section.e-shop .eshop-wrapper .wrapper .text-wrapper .title{font-size:4.375rem;line-height:4.375rem}@media (max-width:991.98px){section.home section.e-shop .eshop-wrapper .wrapper .text-wrapper .title{font-size:55px;line-height:55px}}section.home section.e-shop .eshop-wrapper .wrapper .text-wrapper .text{font-size:1.5rem;line-height:1.2;color:#fff}@media (max-width:991.98px){section.home section.e-shop .eshop-wrapper .wrapper .text-wrapper .text{font-size:18px}}section.home section.contact-section{padding:10rem 0}@media (max-width:767.98px){section.home section.contact-section{padding:60px 0}}@media (max-width:575.98px){section.home section.contact-section{padding:30px 0}}section.home section.contact-section h3{color:#a2a9af}